/*Reset CSS*/
@font-face {
	font-family: 'AvenirNextLTPro-Regular';
	src: url('../fonts/AvenirNextLTPro-Regular.eot');
	src: url('../fonts/AvenirNextLTPro-Regular.eot') format('embedded-opentype'),
		 url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
		 url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
		 url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
		 url('../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
}

@font-face {
	font-family: 'AvenirNextLTPro-Bold';
	src: url('../fonts/AvenirNextLTPro-Bold.eot');
	src: url('../fonts/AvenirNextLTPro-Bold.eot') format('embedded-opentype'),
		 url('../fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
		 url('../fonts/AvenirNextLTPro-Bold.woff') format('woff'),
		 url('../fonts/AvenirNextLTPro-Bold.ttf') format('truetype'),
		 url('../fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
}
@font-face {
	font-family: 'AvenirNextLTPro-It';
	src: url('../fonts/AvenirNextLTPro-It.eot');
	src: url('../fonts/AvenirNextLTPro-It.eot') format('embedded-opentype'),
		 url('../fonts/AvenirNextLTPro-It.woff2') format('woff2'),
		 url('../fonts/AvenirNextLTPro-It.woff') format('woff'),
		 url('../fonts/AvenirNextLTPro-It.ttf') format('truetype'),
		 url('../fonts/AvenirNextLTPro-It.svg#AvenirNextLTPro-It') format('svg');
}

* {
    box-sizing: border-box;
}

body{

    padding: 0;
    margin:0;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    min-height:100%;
    height: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 300;
    overflow-x: hidden;
}

html{
    height:100%;
}

li{
    list-style: none;
}



p {
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    font-family: "AvenirNextLTPro-Regular", Sans-serif;
    font-size: 16px;
    line-height: 30px;
}

strong{font-family: "AvenirNextLTPro-Bold", Sans-serif;font-size: 18px;}

b{font-family: "AvenirNextLTPro-Bold"}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{font-family: 'AvenirNextLTPro-Bold', sans-serif; margin: 0; font-weight: 600; line-height: 56px; color: #1E73BD;}

h1, .h1{font-size:50px;}
h2, .h2{font-size:35px;}
h3, .h3{font-size:30px; line-height: 40px;}
h4, .h4{font-size:25px; font-family: 'AvenirNextLTPro-Regular', sans-serif;}
h5, .h5{font-size:22px;}
h6, .h6{font-size:20px;}



a{font-family: 'AvenirNextLTPro-Regular', sans-serif;}

a:hover {
    text-decoration: none;
}


.container-big{
	max-width: 1400px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*spacing*/

.space{padding:120px 0;}
.space-pt{padding-top:120px;}
.space-pb{padding-bottom:120px;}
.space-sm-pt{padding-top:80px;}
.space-sm-pb{padding-bottom:80px;}
.space-sm{padding:40px 0;} 

/*Button*/

 
.btn-primary {
    color: #fff;
    background-color: #1E73BD;
    border-color: #1E73BD;
    padding: 10px 30px 8px 30px;
    transition: all 1s ease;

}


.btn-primary:hover {
    border-color: #1e73bd;
    background: no-repeat;
    color: #1e73bd;
}
.btn-primary i {
    padding-right: 10px;
    font-size: 20px;
    font-weight: 600;
}
/*.btn-primary:hover i{
	float: right;
	padding-left: 20px;
}*/
.banner-text span{
	position: relative;
    z-index: 2;
}
.banner-text span:before {
   position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    background: #1e73bd;
    bottom: 5px;
    left: 0;
    z-index: -1;
}

.owl-pagination {
    display: none;
}


/*css-start*/

video#background-video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -99;
    width: 100%;
}

.navbar-brand img {
    width: 200px;
}
section.v-sec:before {
    position: absolute;
    background: rgba(43, 43, 43, 0.7);
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

/*#nav-banner{
	background-size: cover;
	height: 100%;
}*/
#nav-banner {
    background: url(../images/new-main-banner.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}
#nav-banner:before {
    position: absolute;
    background: rgba(43, 43, 43, 0.7);
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.inner-banner { background-size: cover !important;
    height: 80vh;
    position: relative; }
 .inner-banner   .container-fluid { position: relative; height: 100%; }
.inner-banner:before { 
    position: absolute;
    background: rgba(43, 43, 43, 0.8);
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#uberuns-banner{
	background: url(../images/uberuns.jpg) no-repeat bottom center fixed;
}
 
#unservice-banner{
	background: url(../images/unser-service.jpg) no-repeat center center fixed;
}
 
#impressum-banner{
	background: url(../images/impressum.jpg) no-repeat center  fixed;
}
#daten-banner{
	background: url(../images/datenschutz.jpg) no-repeat center  fixed;
 
}


.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link span {
    margin-left: 10px;
}
.navbar-nav li{ margin-left: 20px }
.navbar-nav li:last-child { margin-left: 80px }

 
.banner-text{
    padding-top: 15vw;
    position: relative;
}
.inner-banner-text {
position: relative;
    display: flex;
    padding-top: 0;
    height: calc(100% - 200px);
    align-items: center;
}

.inner-banner-text  .bnr-inrtxt { width: 100%; }
.banner-icons {
    justify-content: center;
    padding-top: 80px;
}
 
.banner-icons-wrap {
    padding-left: 40px;
    padding-right: 40px;
}
.banner-text h1, .banner-text h2, .banner-text h4 {
    color: #fff;
}

#nav-banner .header-icon { position: absolute; bottom: 80px; color: #fff; left: 50%; margin-left: -80px;}


#nav-banner .header-icon span { -moz-animation: arrowbounce 2s infinite;
  -webkit-animation: arrowbounce 2s infinite;
  animation: arrowbounce 2s infinite; display: inline-block;
 } 

@-moz-keyframes arrowbounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes arrowbounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes arrowbounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

#nav-banner .header-icon  img {  -ms-transform: rotate(90deg); /* IE 9 */ transform: rotate(90deg); margin-right: 15px;max-width: 10px }
.banner-icons-wrap img{width: 60px; height: 60px;}
.wills-left p {
    margin-bottom: 30px;
}
.sub-heading p { margin-bottom: 15px }
.wills-left{
	padding:80px ;
}
.willkomen ul{
	padding-left: 0; margin-bottom: 30px
}
.willkomen ul li {
padding-left: 20px;
position: relative;
color: #1E73BD;
}
/*.willkomen li:before {
    content: '✓';
    padding-right: 10px;
    color: #1E73BD;
    font-size: 18px;
}*/
.willkomen li:before {
content: '';
width: 20px;
color: #1E73BD;
background: url(../images/icon-check.svg) no-repeat;
position: absolute;
top: 7px;
background-size: 13px;
height: 15px;
left: 0;
}

.will-wrap-text { margin-bottom: 30px }
.will-wrap-text a {
    padding-left: 40px;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Bold';
    color: #1e73bd;
    transition: all 1s ease;
}

 
 
.will-wrap-text svg{ margin-right: 15px; max-width: 18px }
.will-wrap-text p { margin-bottom: 0  }
.will-wrap-text img {
    padding-right: 15px;
}
.wills-right-wrap {
    background: #1e73bd;
    padding: 50px;
    margin-top: -230px;
}
.wills-right h3, .wills-right p {
    color: #fff;
}
.wills-right h3 {
    padding-bottom: 40px;
}
.will-dot-img {
    padding-bottom: 30px;
    padding-top: 30px;
}
.wills-left h3 {
    padding-bottom: 40px;
}
.will-wrap-text {
    padding-bottom: 15px;
}
.unser-service { overflow: hidden; }
.unser-service .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    z-index: 9;
}
.nav-pills .nav-link {
    border-radius: .25rem;
    color: #000;
    font-family: 'AvenirNextLTPro-Bold';
    padding: 10px 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.unser-tabs  .tab-content { background: #F5F5F5; }
.tab-content>.active {
    display: block;
    transition: all .2s cubic-bezier(0.44, -0.02, 0.58, 1);
}
.pro-rein {
    padding: 50px;
}
 
.unser-service h3 {
    padding-bottom: 40px;
    text-align: center;
}
.unser-service #v-pills-tabContent {
    margin-left: -50px;
}
.unser-service .nav-pills {
    padding-top: 40px;
}



.unsere-unden h3 {
    text-align: center;
    padding-bottom: 40px;
}
.unden-wrap {
    text-align: center;
    height: 100px;
}
.unden-wrap svg {
    overflow: hidden;
    vertical-align: middle;
    width: 100px;
    height: 100px;
}

.unden-wrap:hover path{
    fill: #1e73bd;
}
.unden-wrap-new:hover path, .unden-wrap-new:hover line {
    fill: none;
    stroke: #1e73bd;
}
.unden-wrap:hover p {
    display: block;
    transition: var(23);
}
.unden-wrap p {
    color: #1e73bd;
    display: none;
    padding-top: 20px;
    line-height: 20px;
}





.will-wrap-text.wills-in-wrap a{padding-left: 0;}
.philo-bew p {
    padding-bottom: 30px;
}
.philo-bew h3 {
    padding-bottom: 40px;
}
.philo-bew {
    padding: 70px;
    background: #F5F5F5;
    min-height: 540px;
}

#reviews-carousel .owl-buttons  { text-align: left; }
#reviews-carousel .owl-buttons .owl-prev{ display: none; }
#reviews-carousel .owl-controls .owl-buttons div { background: none; padding: 0; opacity: 1;}
.will-wrap-text.wills-in-right-wrap {
    padding-top: 38px;
}
.will-wrap-text.wills-in-right-wrap i {
    padding-right: 20px;
    /* color: #000; */
}
.will-wrap-text.wills-in-right-wrap a {
    color: #000;
    font-size: 20px;
    padding: 10px;
    transition: all 1s ease;
}

.sicher-lotu-wrap {
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
}
.sicher-lotu-wrap-right {
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
}

.sicher-lotu-wrap h3, .sicher-lotu-wrap-right h3 {
    position: relative;
    padding-bottom: 40px;
}
.sicher-lotu-wrap h3:before {
    content: url('../images/sicher.svg');
    position: absolute;
    left: -70px;
}
.sicher-lotu-wrap-right h3:before {
    content: url('../images/lotus.svg');
    position: absolute;
    left: -90px;
}


#map{
	width: 100%;
    height: 100%;
   /* overflow: visible !important;*/
    position: absolute !important;
}
.map-sec img {
    width: 100%;
}
.map-sec {
    position: relative;
    background: #fff;
}
.map-sec .map-contact a span,
.footer-wrap a span,
.navbar-light .navbar-nav .nav-link span,
.will-wrap-text.wills-in-wrap a span,
.will-wrap-text.wills-in-right-wrap a span,
.navbar-light .navbar-nav .clr-blk a span,
.will-wrap-text a span{position: relative;}


.map-sec .map-contact a span:after,
.footer-wrap a span:after,
.navbar-light .navbar-nav .nav-link span:after,
.will-wrap-text.wills-in-wrap a span:after,
.will-wrap-text.wills-in-right-wrap a span:after,
.navbar-light .navbar-nav .clr-blk a span:after,
.will-wrap-text a span:after {  
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.8s ease 0s, left 0.6s ease 0s;
    width: 0; }
.will-wrap-text.wills-in-wrap a span:after,
.will-wrap-text a span:after { background: #1E73BD; }
.will-wrap-text.wills-in-right-wrap a span:after,
.navbar-light .navbar-nav .clr-blk a span:after { background: #000 }

    .map-sec .map-contact a:hover span:after,
    .footer-wrap a:hover span:after,
    .footer-wrap a.active span:after,
    .navbar-light .navbar-nav .nav-link:hover span:after,
    .will-wrap-text.wills-in-wrap a:hover span:after,
    .will-wrap-text.wills-in-right-wrap a:hover span:after,
    .navbar-light .navbar-nav .clr-blk a:hover span:after,
    .will-wrap-text a:hover span:after   { width: 100%; left: 0; }
 
.map-contact {
   width: fit-content;
    background: #1e73bd;
    padding: 110px;
    position: relative;
    float: right;
        right: 100px;
    top: 60px;
    margin-top: 80px;
}

.map-contact h3{
    color: #fff;
    padding-bottom: 30px;
}
.map-contact p {
    color: #fff;
    margin-bottom: 0;
}
.map-contact a {
    padding: 12px 0;
}
.mc-icon {
    padding-top: 20px;
}
.mc-icon img {
    width: 20px;
}
.mc-icon1 img {
    width: 30px;
}
.mc-icon span {
    margin-left: 20px;
}
.mc-icon1 span {
    margin-left: 10px;
}
.mc-icon1 span {
    margin-left: 10px;
}
.mc-icon a, .mc-icon1 a {
    color: #fff;
}

.sicher-lotu { padding-top: 200px; }

.footer {
    background: #2B2B2B;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-wrap {
    justify-content: center;
    align-items: center;
}
.footer-wrap small {
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
}
.footer-wrap a {
    color: #fff;
    padding-right: 10px;
    font-size: 14px;
    font-family: 'AvenirNextLTPro-Bold';
}
.footer-wrap a:hover {
    color: #fff; 
}
.footer span.active a {
    color: #fff;
    text-decoration: underline;
}

/*uber-uns-page-css-start*/

.philo-bew.uber-philo-bew {
    height: 440px;
}
.row.nitch-row {
    background: #1e73bd;
    padding: 80px 0px;
    margin-top: -50px;
}
.nicht-einfach-wrap h3, .nicht-einfach-wrap p {
    color: #fff;
}
.nicht-einfach-wrap h3 {
    padding-bottom: 40px;
}



/*service-page-css-start*/
.pro-rein-service h3 {
    text-align: left;
    padding-bottom: 10px;
}
.pro-rein-service-wrap {
    padding-bottom: 10px;
}
.pro-rein-service p {
    padding-bottom: 30px;
}
.pro-rein-service ul,
.pro-rein-wrap{
	padding-left: 0;
}

.pro-rein-service li,
.pro-rein-wrap li {
    padding-left: 20px;
position: relative;
}
.pro-rein-service li:before,
.pro-rein-wrap li:before {
    content: '';
width: 20px;
color: #1E73BD;
background: url(../images/icon-check-black.svg) no-repeat;
position: absolute;
top: 7px;
background-size: 13px;
height: 15px;
left: 0;
}
.pro-rein-service{
	padding-top: 100px;
	padding-bottom: 100px;
}
#unser-service-inner .nav-pills {
    padding-top: 90px;
}
#unser-service-inner {
    margin-top: -60px;
}

/*impsum-page-css*/

.impressum-wrap-text, .impressum-wrap h3 {
    padding-bottom: 40px;
}
.impressum-wrap-spc {
    padding-bottom: 30px;
}
.impressum-wrap a {
    color: #000;
}
a.impressum-text-blue {
    color: #1e73bd;
}


/*datenschutz*/

.bold-blue.impressum-text-blue {
    color: #1e73bd;
    padding-top: 30px;
    font-family: 'AvenirNextLTPro-Bold';
}
ul.disc-list {
    padding-left: 20px;
}
ul.disc-list li {
    list-style: disc;
}


/*kontakt*/
.clr-blk a {
    color: #000 !important;
}
 

.form-group span {
    background: #e2e2e2;
    padding: 15px;
}
.form-control {
    height: 50px !important;
}
textarea.form-control {
    height: 190px !important;
}
form {
	width: 80%;
}
input::placeholder, textarea::placeholder {
  font-size: 14px;
}
.clr-bg-gray {
    background: #F5F5F5!important;
}
.contact-right-side h3{
	padding-bottom: 40px;
}
.contact-right-side p{
	padding-bottom: 15px;

}


.menu-show span.navbar-toggler-icon {
    display: none;
}
.menu-show a.nav-link.js-colorlib-nav-toggle.colorlib-nav-toggle {
    display: none;
}

body.menu-show {
    overflow: hidden;
}


.contact-right-side .btn-primary { padding: 8px 30px 6px 30px; border-radius: 5px;}

/*Responsive-css*/

@media (max-width: 1440px){
		video#background-video {
	    top: 0;
}
	.v-sec:before {
    height: 97%;
}

.wills-left {
    padding: 80px 40px;
}

.banner-text { padding-top: 8vw }
#nav-banner .header-icon { bottom: 60px }
video#background-video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: -99;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
	video#background-video {
	    top: 0;
}
.v-sec:before {
    height: 100%
}
}


.mobile-display { display: none; }

@media (max-width: 767px){

.mobile-hide { display: none; }
.mobile-display { display: block; }
.space{padding:40px 0;}
.space-pt{padding-top:40px;}
.space-pb{padding-bottom:40px;}
.will-section { overflow: hidden; }
.wills-left h3 { padding-bottom: 20px }
#nav-banner,
video#background-video,
section.v-sec:before {min-height: 620px;}

#nav-banner { background-image: url(../images/new-main-banner-small.jpg) ;

background-size: cover !important;
background-attachment: initial !important;
background-position: left center !important;

}
#nav-banner .header-icon { bottom: -15px; position: relative; margin-left: -40px; }
h1, .h1 {
    font-size: 30px;
    line-height: 1.3;
}
h4, .h4 {
    font-size: 20px;
}
video#background-video {
    top: 0;
    height: 100%;
    object-fit: cover;
}
 
section.v-sec:before {
    height: 100%;
}
#nav-banner .navbar,
.inner-banner .navbar{padding-left: 0; padding-right: 0  }
 

.banner-text.text-center h2 {
    font-size: 20px;
}
.banner-icons {
    padding-top: 0;
    display: block !important;
}
.banner-text {
    /*padding-top: 20px;*/
    padding-top: 60px;
    height: auto;
}
.banner-text span:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 6px;
    background: #1e73bd;
    bottom: 1px;
    left: 0;
}
.inner-banner { height: 280px; background-size: cover !important; background-attachment: initial !important; background-position: top center !important }
.willkomen .d-flex {
    display: block !important;
}
.wills-left {
    padding: 0 15px 40px;
}
.wills-left p {
    padding-bottom: 0;
}
.will-dot-img {
    padding-bottom: 10px;
    padding-top: 10px;
}

.banner-icons-wrap {
    padding-left: 20px;
    padding-right: 20px;
}

.will-wrap-text.wills-in-right-wrap a { padding-left: 0; padding-right: 0 }
.navbar-light .navbar-toggler-icon {
   background-image: url(../images/white-menu.svg) !important;
}
a.nav-link.js-colorlib-nav-toggle.colorlib-nav-toggle {
   position: absolute;
   top: 10px;
   right: 0;
   z-index: 99999;
}

li.nav-item {
    display: none;
}
.navbar-brand img {
    width: 100%;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: transparent !important;
}
.unsere-unden .col {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
.unsere-unden .col:last-child { -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.address-mob { margin-top: -60px; padding: 0 15px; }

    .map-contact { 
    padding: 40px 20px;
    right: 0;
    float: none;
    top: 0;
    width: 100%;
    max-width: 440px;
    margin: auto;

    }
    .philo-bew {
    padding: 0px; min-height: 200px;
}

.map-sec { height: 400px; overflow: hidden; }
#map { position: static !important;  }
.unden-wrap {
    margin-top: 35px;
    margin-bottom: 35px;
}
.wills-right-wrap {
    padding: 40px 20px;
    margin-top: 0;
}
.unsere-unden h3 {
    padding-bottom: 0;
}
.philosophie.space {
    background: #f5f5f5;
}
/*.will-wrap-text {
    padding-bottom: 40px;
}*/
#will-section .will-wrap-text {
    padding-bottom: 0px;
}
.will-wrap-text.wills-in-right-wrap, .philo-bew p {
    padding-top: 0;
    padding-bottom: 0;
}
.unser-tabs .row {
    display: block;
}
.unser-tabs .offset-sm-2.col-4, .unser-tabs .col-5 {
    max-width: 100% !important;
}
.unser-service #v-pills-tabContent {
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
    margin-top: 20px;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    color: #000;
    font-family: 'AvenirNextLTPro-Bold';
    padding: 10px 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.will-wrap-text a{padding-left: 0;}
.unser-service h3 {
    padding-bottom: 10px;
}
.philo-bew h3 {
    padding-bottom: 15px;
}
.sicher-lotu-wrap h3, .sicher-lotu-wrap-right h3 {
    position: relative;
    padding-bottom: 10px;
}
.sicher-lotu-wrap, .sicher-lotu-wrap-right {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 80px;
}
.sicher-lotu-wrap h3:before {
    left: 0;
    top: -55px;
}
.sicher-lotu-wrap-right h3:before {
    left: 0;
    top: -45px;
}
.footer.space {
    padding: 20px 0;
}


/*uber-uns*/

 
.philo-bew.uber-philo-bew br {
    display: none;
}
.philo-bew.uber-philo-bew {
    height: auto;
}
.philosophie {
    background: #f5f5f5;
    padding-bottom: 40px;
}
#colorlib-main-nav ul li.active a span:after,
#colorlib-main-nav ul li.active a span:after, #colorlib-main-nav ul li a:hover span:after {
    height: 6px !important;
}
  #colorlib-main-nav ul li a span {
    font-size: 24px !important;
}

.kontakt-banner .navbar-light span.navbar-toggler-icon {
    background-image: url(../images/black-menu.svg) !important;
}
.contact-right-side form {
    width: 100%;
}
#kontakt-banner .navbar-light .navbar-toggler-icon {
    background-image: url(../images/black-menu.svg) !important;
}
.contact-right-side strong {
    font-size: 16px;
}
 
.contact-right-side h3 {
    padding-bottom: 20px;
    padding-top: 40px;
}
.unser-tabs .col-4, .unser-tabs .col-8 {
    max-width: 100%;
}
.pro-rein-service {
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.pro-rein-service p {
    padding-bottom: 0px;
}
 
 
section.impressum {
    padding-top: 20px;
}
 
 
.impressum-wrap-text, .impressum-wrap h3 {
    padding-bottom: 10px;
}
.impressum-wrap-text p {
    padding-bottom: 10px;
    margin-bottom: 0;
}
.bold-blue.impressum-text-blue {
    padding-top: 10px;
}
a.impressum-text-blue {
    word-wrap: break-word;
}

.philosophie .col-md-6 + .col-md-6 .uber-philo-bew h3 {margin-top: 20px;

}

.will-wrap-text {
  padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
}
.pro-rein-service ul { margin-top: 15px; }
.footer-wrap small { padding-left: 10px; padding-right: 10px; }

#unser-service-inner .pro-rein-service { padding-bottom: 30px;  }

.banner-icons-wrap img {
    width: 40px;
    height: 40px;
}
.pro-rein {
    padding: 20px;
}
body.menu-show { overflow-y: hidden; }
}


@media(max-width: 767px) {

[data-aos=fade-left], [data-aos=fade-right]  {
    transform: translate3d(0,100px,0) !important;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    transform: translateZ(0) !important;
}
}

@media(max-width: 640px){

.row.nitch-row {
    padding: 80px 0px 40px;
    margin-top: 0px;
}
.space-sm-pt {
    padding-top: 40px;
}

h1, .h1 {
    font-size: 26px;
    line-height: 1.3;
}
.banner-text { padding-top: 9vh; }
.banner-text.text-center h2 { font-size: 18px }

h3, .h3 {font-size: 22px; line-height: 34px; }
h4, .h4 { font-size: 18px }


.banner-icons-wrap img { width: 40px;    height: 40px; }
.banner-text span:before { height: 3px }
 
.nicht-einfach-wrap h3 ,
.wills-right h3 { padding-bottom: 20px; }
 
/*.willkomen li:before,
.pro-rein-service li:before { top: 3px }*/
.unsere-unden .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.unden-wrap p {
    padding-top: 10px;
}
}

.footer-crght { display: none; }

@media only screen and (max-width: 580px) {
    .footer-wrap {
        justify-content: normal;
        align-items: center;
    }
    .footer small {
        display: none;
    }
    .footer-wrap a {
         padding-right: 0px; 
         padding-left: 0;
    }
    .footer-wrap a {
        margin-left: auto;
    }
    .footer-wrap small { display: none; }
    .footer-crght { display: block; } 
     .footer-crght p {margin:10px 0 0; text-align: center; color: #fff; font-size: 12px; }
     .footer.space {padding: 20px 0 18px; }
}

 .willkomen, .map-container { margin: auto;   max-width:1800px; position: relative }

@media only screen and (min-width: 3000px) {
       .unsere-unden .container-fluid { max-width: 40%; }
       .willkomen,
       .map-container { margin: auto;   max-width:1800px; position: relative }
       .map-container .map-contact {right: 0; }

       .willkomen .offset-sm-1 { margin-left: 0;}
       .willkomen .col-md-7 { -ms-flex: 0 0 60%;  flex: 0 0 60%;   max-width: 60%;}
       .willkomen .col-md-4 { -ms-flex: 0 0 40%;  flex: 0 0 40%;   max-width: 40%; }

    }