body {
min-height: 250px;
font-family:Source Sans Pro, Arial, non-serif;
  transition: 1s;
  font-size:1.2rem;
}

.navbar-brand{
  margin-right: 5rem;
}

header,
.header_slider{
  margin-top: 131px;
  margin-bottom: 40px;
}
a{
  color:#e5403a;
}
/*------------------------------carousel-------------------------------*/
.carousel-item img{
  filter: blur(5px);
}

.carousel-item img.img-fluid{
  width: 100%;

}
.carousel-caption h3 {
  font-size: 5rem;
}
.carousel-caption p {
  font-size: 2rem;
}
.timeline .in-view div a{
  display: none !important;
}

 @keyframes jelly {
	 25% {
		 transform: scale(0.9, 1.1);
	}
	 50% {
		 transform: scale(1.1, 0.9);
	}
	 75% {
		 transform: scale(0.95, 1.05);
	}
}

#c66,
#c65,
#c64,
#c63,
#c62,
#c61{
  display: none !important;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Regular.woff2') format('woff2'),
        url('../fonts/Dosis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*-----------------Language Menü---------------------------*/

#language_menu {
    list-style-type: none;
    margin: 0;
    padding:0;
    text-align:left;
    line-height:1.5em;
    font-size: 1.2em;
    font-style:normal;
}

.language{
  position: absolute;
  right: 50px;
  top: 10px;
}

#language_menu li {
    padding:0;
    margin:0;
    vertical-align:top;
    float:left;
    position:relative;
	
}
#language_menu li a {
    margin:0 1px 0 0;
    padding:8px 17px;    
    color:#F08080 ;
    font-weight:300;
    text-decoration:none;   
}

#language_menu li.active a {
  color:#ccc;
}
#language_menu .dropdown-menu {
  border:none;
}
#language_menu li{
 border-right: 1px solid #ccc;
}

#language_menu li:last-child {
  border:none;
  
}

#language_menu li.open ul {
  display: inline;
  opacity:1;
}
/*----------------Ende Language-menu------------------------*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
font-family: 'Dosis', sans-serif; 
}

html { height: auto; }




.nav-link:hover{
    	 animation: jelly 0.5s;

}


.nav-item.active{
  background: rgba(229, 64, 58, 0.4);
    	 animation: jelly 0.5s;
  border-radius: 10px;
}

.nav-item.active a{
  color: #fff !important;
}

header img{
object-fit: cover;
width: 100%;
height: 500px;
}

.header_slider{
/*margin-top: 72px;*/
}

h3{
padding-right: 15px;
padding-left: 0;

}

#content_breit .col-md-12 h2{
  color:#e5403a;
  padding-top: 10px;
}

#content_breit .col-md-12 h3{
  color:#f88f24;
  padding-top: 25px;
  padding-bottom: 22px;
}

#content_breit{
overflow:hidden;
}

.container{
padding-top: 40px;
padding-bottom: 40px; 
}

::-webkit-scrollbar {
display: none;
}

.navbar-static-top {
margin-bottom: 19px;
}

nav.navbar.bg-light{
background-color: #fff !important;
}

.navbar-nav{
width: 120%;
}

.navbar-brand img{
vertical-align: middle;
border-style: none;
background: #fff;
padding: 20px;
margin-right: 20px;
width:80%;
}


	
.nav-link{
color: #e5403a !important; 	
border-radius: 10px;
}

main{
overflow: hidden;	
}

.bgwhite{
background: #fff !important;
transition: 1s;	
}

#myCarousel{
margin-top: -25px;
}

h1,
.h1{
padding-bottom: 15px;
color: #e5403a;
font-size: 30px !important;
text-transform: uppercase; 
border-bottom: 1px solid #e5403a;
}

figure{
text-align: center;	
}

.form-inline .form-control{	
width: 40% !important;
}
	
.btn-outline-success{
color: #e5403a !important;
border-color: #e5403a !important;
}

li.nav-item{
margin-right: 2rem;	
}

.nav-item a{
font-size: 18px !important;
}

.nav-item a:hover{
background: rgba(229, 64, 58, 0.4);
color: #fff !important;
transition: 1s;
}


.active-link{
background: #666;
color: #fff !important;
transition: 1s;	
}

.business-header {
height: 50vh;
min-height: 300px;
background: url('https://placehold.it/1920x400') center center no-repeat scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}




/* NAV-BIG */



/*.navbig .col-lg-6{
height: 400px;
flex: 0 0 47%;
margin: 1.5%;
border-radius: 10px;
color: #fff;
/*line-height: 400px;*/
/*text-align:center;
padding: 0 !important;
background: #000;
background-size: cover;
}

.navbig .col-lg-6 a{
height: 400px;
width: 100%;
display:block;
border-radius: 10px;
background: rgba(0, 0, 0, 0.4);
color:#fff;
font-weight:800;
transition: 1s;
  text-align:center;
    top: 0;
    position: absolute;
  
}*/

/* Grundstil für alle .navbig .col-lg-6 */
/*.navbig .col-lg-6 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;   /* macht die Kachel responsiv */
/*  background-size: cover;
  background-position: center;
  isolation: isolate;
}*/

.navbig .col-lg-6 a{
 position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;                 /* responsives Seitenverhältnis */
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-decoration: none;
  isolation: isolate; 
}

.navbig .col-lg-6 a span{
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  padding: clamp(12px, 3vw, 28px);
  font-size: clamp(16px, 2.4vw, 28px);
  font-weight: 600;
  line-height: 1.25;
  color: #fff;

  word-break: normal;
  overflow-wrap: anywhere;
  hyphens: auto;

  z-index: 2;
}
/* Hover-Kreis */
.navbig .col-lg-6 a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(220, 0, 0, 0.8);
  z-index: 1;
  transition: width 350ms ease, height 350ms ease;
}

.navbig .col-lg-6 a:hover::before,
.navbig .col-lg-6 a:focus-within::before,
.navbig .col-lg-6 a:active::before{
  width: 50%;
  height: 90%;
}

.beige .container{
  padding-bottom: 0 !important;
}

.services .container{
  padding-bottom: 0 !important;
  padding-top: 0 !important;

}

.navbig .col-lg-6:hover a{
background: rgba(0, 0, 0, 0.1);
transition: 1s;

}

.navbig .col-lg-6:hover a span, .navbig .col-lg-6:hover span a{
    background: url('../fileadmin/images/IMG/leistungen.jpeg');

  
}
 .navbig #c692, .navbig #c693, .navbig #c695, .navbig #c696, .navbig #c697, .navbig #c701, .navbig #c700 {
  display: none;
}




/*.navbig .col-lg-6 p{
  line-height: 400px;
  position: relative;
}


.navbig .col-lg-6 a span, .navbig .col-lg-6 span a{
    width: 300px;
    height: 300px;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    border-radius: 200px;
    top: 50px;
    transition: 1s;
    /* display: block; */
  /*  position: absolute;
    top: 0;
    left: 120px;
	background: none;
    transition: 1s;
    color: #fff;
    top: 55px;
  	font-size: 1.25rem;
    line-height: 300px;
  font-family: "Dosis", non-serif;
  letter-spacing: 2px;
}

.navbig .col-lg-6 a:hover span, .navbig .col-lg-6 span a:hover{
    background: rgba(229, 64, 58, 0.9);
    box-shadow: 0px 0px 50px 0px rgba(229, 64, 58, 0.9);

}*/







.navbig .eins a{
  background-image: url('../../Media/IMG/services_small.jpg');
  background-repeat: no-repeat;
}

.navbig .zwei a{
background-image: url("../../Media/IMG/vorgehen_small.jpg");
  background-repeat: no-repeat;
}
.navbig .drei a{
background-image: url("../../Media/IMG/about_small.jpg");
  background-repeat: no-repeat;
}


.navbig .vier a{
background-image: url("../../Media/IMG/extDaten_small.jpg");
  background-repeat: no-repeat;
}

.navbig .fünf a{
background-image: url("../../Media/IMG/six_small.jpg");
  background-repeat: no-repeat;
}

.navbig .sechs a{
background-image: url("../../Media/IMG/contact_small.jpg");
  background-repeat: no-repeat;
}

.navbig.col-lg-6:nth-of-type(1) {background:#fff;} 
.navbig.col-lg-6:nth-of-type(2) {background:#ccc;} 
.navbig.col-lg-6:third {background:#eee;}








.beige{
	display: block;
	background-color: #fbf3eb;
	/*padding: 40px 0px;*/
      /*padding-top: 20px;*/
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
	}

#ext .beige .col-md-6{
  padding-left: 0 !important;
}

#ext .beige .col-md-6:last-child{
  padding-left: 15px !important;
}

.services .col-md-3{
	background: #666;
    color: #fff;
    flex: 0 0 22.4%;
    height: 300px;
  line-height: 300px;
    margin: 0 1.3%;
    text-align: center;
    border-radius: 10px;
    transition: 0.5s;
  padding-right: 0 !important;
  padding-left: 0 !important;
transition: 1s;
}

.services .col-md-3 .sectheadline{
  line-height: 30px;
  text-transform: uppercase;
  transition: 1s !important;
border-radius: 10px;
  /*padding-top: 48%;
  padding-bottom: 34%;*/
}



.services .col-md-3:hover{
cursor: pointer;

background: #e5403a;
}

.services .col-md-3 p{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	transition: 0.5s;
	color: #fff;
  padding-top: 50%;
}

.active .content h2 p{
  width: 100% !important;
  padding-bottom: 0 !important;
}

.closesect{
	width: 100%;
	margin-bottom: 20px;
	text-align: right;
	cursor: pointer;	
	height: 20px;
	display: block;
  padding-top: 20px;
    padding-bottom: 20px;

	}

.close{
	display: none;
}

.services .col-md-3 .content{
  visibility: hidden;
  opacity: 0;
 /* transition: visibility 0s, opacity 0.5s linear;*/

}

.services .col-md-3.active{
  line-height: 40px !important;
  position: relative;
}

.services .col-md-3.active .content{
	position: absolute;
  visibility: visible;
  opacity: 1;
	display: block;
	width: 1140px;
	z-index: 200;
	height: 300px;
	max-width: 1110px;
	margin: 0 auto;
	background: #e5403a;
	top: 0;
	left: 0;
	border-radius: 10px;
  overflow-y: scroll;
	}
	
	.services .col-md-3.active .content h2{
	color: #fff;
	text-align: left;
	margin: 0 auto;
	display: block;
	width: 80%;	
	margin-bottom: 40px;	
      margin-top: 50px;
      font-size: 1.5em !important;

	}


.services .col-md-3.active .content .h2{
        font-size: 1.5em !important;

  
}


.services .col-md-3 .content h2,
.services .col-md-3 .content .h2{
        font-size: 1.1em !important;

  
}
	
	.services .col-md-3.active .content p{
	line-height: 25px;	
	text-align: left;
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;	
      padding-bottom: 40px;
      padding-top: 0;
	}
	
.services .col-md-3.active .content ul{
  text-align: left;
    display: block;
    width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
}

/* 0px 1.455% > media querries wert für den margin der col-md-3 bei 1024px */


.services .cont2.active{
left: -335px !important; 		
}

.services .cont3.active{
left: -662px !important; 	
}

.services .cont4 .content{
left: -992px !important; 
}




.redirect{
margin: 25px auto;	
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
  padding: 50px 0;
  color: #fff;
}

.timeline ul li:first-child{
  border-radius: 10px;
	
}


.timeline h3{
  font-size: 25px;
  padding-left: 0;
  padding-right: 30px;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #ccc;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 10%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 510px;
  padding: 25px;
  background: #e5403a;

}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(even) div {
  left: 45px;
}

.timeline ul li:nth-child(even) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #e5403a transparent transparent;
}

.timeline ul li:nth-child(odd) div {
  left: -549px;
}

.timeline ul li:nth-child(odd) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #e5403a;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #e5403a;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(200px, 0, 0);

}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(-200px, 0, 0);

}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
  border-radius: 10px;
}

.timeline ul li.in-view div a{
  background: #fff; 
  color: #ccc;
  padding: 5px;
  margin-top: 25px;
  display: block;
  width: 40%;
  text-align: center;
  
}



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 5px 5px 0;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fdc134;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(33, 59, 82, 0.6);
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
.portfolio .portfolio-wrap figure.image {
  margin:0;
}
.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(50% - 36px);
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fdc134;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap:hover::before {
  left: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  top: calc(50% - 18px);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------

/*---------------------Footer-------------------------*/
footer {
  clear: both;
  background-color:#E5403A;  
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
  padding-top:30px;
  padding-bottom: 30px;
  
}

footer .container{
  padding-top: 0 !important;
  padding-bottom: 0 !important;

}

footer .col-md-6 img{
width: 150px;
    height: auto;
}

footer p {
  color:#fff;
  font-size:16px;
}
footer a:link, footer a:visited {
  color:#fff;
  text-decoration:none;
  font-weight: normal;
}

.glyphicon {
  float:left;
  padding-right:5px;
  color:#fff;
}
#home footer .csc-textpic-image { 
  height: auto;
  }

footer img{
  height: auto !important;
  max-width: 100%;
  margin-bottom: 1rem;
}

/*----------------------------Kontakt-----------------------------------------*/

span.required {
  display: none;
}
.btn-primary, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
  background-color: #f88f24;
  border-color: #f88f24;
}
.btn-primary:hover{
  background-color: #f88f24;
  border-color: #f88f24;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(248,143,36,.5);
}
.form-control:focus {
  border-color: rgba(248,143,36,.5);
  box-shadow: 0 0 0 0.2rem rgba(248,143,36,.5);
  outline:0;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.btn-group>.btn:first-child {
    margin-left: 20px;
}



/*---------------------------Usercentrics für Tranlator---------------------------*/

.gt-wrap { max-width: 360px; }
.gt-placeholder {
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .5rem;
  padding: .75rem;
  background: rgba(0,0,0,.03);
  font-size: .95rem;
}
.gt-placeholder__title { font-weight: 600; margin-bottom: .25rem; }
.gt-placeholder__text { margin-bottom: .75rem; line-height: 1.3; }
.gt-placeholder__actions { display: flex; gap: .5rem; flex-wrap: wrap; }
.gt-btn {
  border: 0; border-radius: .375rem;
  padding: .45rem .7rem;
  cursor: pointer;
}
.gt-link {
  border: 0;
  background: transparent;
  padding: .45rem .2rem;
  text-decoration: underline;
  cursor: pointer;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 900px){
  .services .col-md-3.active .content {
    width: 1320px;
    max-width: 1320px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1580px) {
  
    li.nav-item{
margin-right: 0.75rem;	
}
  
  
  .navbar-brand{
    width: 20% !important;
  }

  
  .navbar-brand img{
    margin-right: 0 !important;
    padding-right: 0 !important;
	width: 100% !important;
    
  }

}

@media screen and (min-width: 900px) and (max-width: 1360px) {
    nav.navbar{
        padding-top: 20px;
    padding-bottom: 10px;
  }
}



@media screen and (min-width: 900px) and (max-width: 1200px) {
  .navbig .col-lg-6 a span{
    left: 75px !important;
  }


  
  .navbar-brand{
    margin-right: 2rem;
  }
  .services .col-md-3{
    flex: auto !important;
    margin: 0 !important;
  }

  .services .col-md-3.active .content{
    width: 960px;
  }
    
  .services .cont2.active{
left: -240px !important; 		
}

.services .cont3.active{
left: -480px !important; 	
}

.services .cont4.active{
left: -720px !important; 
}

  
}

@media screen and (max-width: 1200px) {
  header img {
    height: 350px;
  }
     
  
}

@media screen and (max-width: 1070px) {
  .navbar-brand{
    margin-right: 1.3rem !important;
  }
}

@media screen and (max-width: 1060px) {
  .navbar-brand{
    margin-right: 1.2rem !important;
  }
}

@media screen and (max-width: 1050px) {
  .nav-item a{
    font-size: 16px !important;
  }
  
  .navbar-brand{
    margin-right: 40px;
  }
}


@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(odd) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media only screen and (min-width: 480px) and (max-width: 991px){
  

  
.timeline{	
display:block;
}

.navbar button:focus{
outline: 0;	
}

.tl-item{
display: inline-block;
float: left;
width: 50%;
}

.tl-item:hover {
width: 50% !important;
}

.timeline:hover .tl-item {
width: 50%;
}
  
    .navbig .col-lg-6 a span{
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    line-height: 400px !important;
    height: 400px !important;
  }

  
  .services .col-md-3{
    margin: 1% !important;
    max-width: 50% !important;
    flex: 0 0 48% !important;
  }
  
  .services .cont2.active{
left: 0 !important; 		
}

.services .cont3.active{
left: 0 !important; 	
}

.services .cont4.active{
left: 0 !important; 
}
  
  .services .col-md-3.active{
    max-width: 100% !important;
    flex: 0 0 98% !important;
    height: 620px;
  }
  
  .services .col-md-3.active .content {
    width: 100% !important;
    height: 620px !important;
  }

}

@media screen and (max-width: 768px) {
    .cursor{
    display: none !important;
  }
  .navbig .col-lg-6 a span{
    letter-spacing: 1px !important;
  }
  
  .navbig .col-lg-6 a{
        background: rgba(0, 0, 0, 0.7);
  }
  
.language {
    position: absolute;
    right: 0px;
    top: 0px;
}

}


@media screen and (max-width: 600px) {
  

  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(odd) div {
    left: 45px;
  }
  .timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #e5403a transparent transparent;
  }
  
  .closesect{
    width: 90% !important;
  }
  
  .services .col-md-3{
    flex: 0 0 92.5% !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    max-width: 92.5% !important;
  }
 
  .navbig .col-lg-6 a{
    height: 200px !important;
  }
  
  .services .col-md-3.active{
    height: 620px !important;
  }
  
  .services .col-md-3.active .content {
    width: 100% !important;
    height: 620px !important;
  }
  
.redirect{
	display: block !important;
  width: 85% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;

  }
  

  .services .col-md-3.active .content h2{
    width: 90% !important;
    margin-top: 40px !important;
    margin-bottom: 10px !important; 
  }
  
  .services .col-md-3.active .content p{
    width: 90% !important;
  }
}

@media screen and (max-width: 425px) {
  .navbar-brand{
    width: 70% !important;
  }
  
  nav.navbar{
    padding-top: 20px;
  }
  
  .navbar-nav .nav-link{
    padding-left: 10px !important;
  }
  
  .navbar-brand img{
    padding: 10px !important;
    width: 100% !important;
  }

  
  .navbig .col-lg-6{
    flex: 0 0 92.5% !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    height: 200px !important;
  }
  

  

  
  .navbig .col-lg-6 a span{
    height: 200px !important;
    line-height: 200px !important;
    left: 30px !important;
    top: 0 !important
  }

  
}


@media screen and (max-width: 425px){
  .navbig .col-lg-6 a span{
    display: block; 
    width: 100%;
    text-align: center !important;
    left: 0 !important;
  }
  
#ext .beige .col-md-6:last-child{
  padding-left: 0 !important;
} 
  
  .services .cont2.active{
left: 0 !important; 		
}

.services .cont3.active{
left: 0 !important; 	
}

.services .cont4.active{
left: 0 !important; 
}
  
  
  .navbig .col-lg-6 a:hover span{
    background: none !important;
    box-shadow: none !important;
  }
  
}

/* Burger-Klicks sicherstellen */
.navbar-toggler {
  position: relative;
  z-index: 1100;             /* über allem in der Navbar */
}

/* Language-Menü soll NICHT über dem Toggler liegen */
.language {
  position: absolute;
  z-index: 100;              /* niedriger als der Toggler */
  right: 50px;
  top: 10px;
}

/* Mobilanpassung beibehalten, aber auch hier unter dem Toggler bleiben */
@media screen and (max-width: 768px) {
  .language { right: 0; top: 0; z-index: 100; }
}

/* Optional: Falls die offene Navigation vom Language-Block überlappt wird */
.navbar .collapse.navbar-collapse {
  position: relative;
  z-index: 1020;
}



