body.site {
	border-top: none;
	padding: 20px;
	background-color: #fff;
}
body.site.fluid {
	background-color: #ffffff;
}
.body .container {
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}
body.site {
  padding: 0px;
}
body.site {
  border-bottom: 2px solid #02846e;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.site-title {
	font-size: 40px;
	font-size: calc(16px + 2.16vw);
	line-height: 48px;
	font-weight: bold;
}
@media (min-width: 1024px) {
	.site-title {
		font-size: 40px;
	}
}

.header {
	margin-bottom: 10px;
  box-shadow: 0px 5px 5px 0px gray;
}
.header .finder {
	margin-top: 14px;
}
.header .finder .btn {
	margin-top: 0px;
}

.hero-unit {
	background-color: #08C;
}
.hero-unit > * {
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.container {
	max-width: 960px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 12px 0;
	word-wrap: break-word;
}
h1 {
	font-size: 26px;
	line-height: 34px;
}
h2 {
	font-size: 22px;
	line-height: 34px;
  color: #5d5859;
}
h3 {
	font-size: 18px;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	line-height: 16px;
}
h5 {
	font-size: 13px;
	line-height: 15px;
}
h6 {
	font-size: 12px;
	line-height: 14px;
}
.module-header {
	padding-bottom: 17px;
	margin: 20px 0 18px 0;
	border-bottom: 1px solid #eeeeee;
}
p {
	word-wrap: break-word;
}
.item-title {
	margin-bottom: 9px;
}
.item-content {
	margin: 18px 0;
}
.item-subtitle {
	margin-bottom: 9px;
}
.pull-right.item-image {
	margin: 0 0 18px 20px;
}
.pull-left.item-image {
	margin: 0 20px 18px 0;
}
.header .nav > li:last-child > .dropdown-menu,
.item-actions .dropdown-menu,
.item-comment .dropdown-menu {
	left: initial;
	right: 0;
}
.article-index {
	margin: 0 0 10px 10px;
}
.list-item-title {
	margin-bottom: 9px;
}
.list-item-content {
	margin: 18px 0;
}
.list-item-subtitle {
	margin-bottom: 9px;
}
.items-more,
.content-links {
	padding: 15px 0;
}


.img_caption .left {
	float: left;
	margin-right: 1em;
}
.img_caption .right {
	float: right;
	margin-left: 1em;
}
.img_caption .left p {
	clear: left;
	text-align: center;
}
.img_caption .right p {
	clear: right;
	text-align: center;
}
.img_caption {
	text-align: center !important;
}
.img_caption.none {
	margin-left: auto;
	margin-right: auto;
}
figure {
	display: table;
}
figure.pull-center,
img.pull-center {
	margin-left: auto;
	margin-right: auto;
}
figcaption {
	display: table-caption;
	caption-side: bottom;
}


.categories-list .collapse {
	margin-left: 20px;
}
@media (max-width: 480px) {
	.item-info > span {
		display: block;
	}
	.blog-item .pull-right.item-image {
		margin: 0 0 18px 0;
	}
	.blog-item .pull-left.item-image {
		margin: 0 0 18px 0;
		float: none;
	}

  .tit {
    font-size: 2em;
    padding-bottom: 30px;
}
.drei {
    display: flex;
    border-top: 1px solid #fff;
    padding-top: 30px;
  font-size: 1.1em;
 line-height: 1.1em;
  }
.first {

  flex: 1;
}

.second {

  flex: 1;
}
.third {

  flex: 1;
}
}
@media (max-width: 768px) {

	/*body {
		-webkit-overflow-scrolling: touch;
		padding-top: 0;
	}*/
	.header {
		background: transparent;
	}
	
	.header .nav.pull-right,
	.header-search {
		float: none;
		display: block;
	}
	.header-search form {
		margin: 0;
	}
	.header-search .search-query {
		width: 90%;
	}
	
	.modal.fade {
		top: -100%;
	}
	
	.form-search > .pull-left,
	.form-search > .pull-right {
		float: none;
		display: block;
		margin-bottom: 9px;
	}
}
@media (max-width: 980px) {
	.navbar-fixed-top {
		margin-bottom: 0 !important;
	}
	.item-comment .item-image {
		display: none;
	}
	.well {
		padding: 10px;
	}
  .header {
    -webkit-box-shadow: 0px 5px 5px 0px gray;
-moz-box-shadow: 0px 5px 5px 0px gray;
box-shadow: 0px 5px 5px 0px gray;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
	#login-form .input-small {
		width: 62px;
	}
}


.moduletable_animate {
    min-height: 700px;
    height: 50%;
}


.container-fluid {
  padding: 0px;
  padding-bottom: 30px;
}

/*??ul.nav.menu.nav-pills.mod-list {

    float: right;

}
.nav-tabs > li > a, .nav-pills > li > a {

    padding-right: 22px;
    padding-left: 22px;


}
.nav-pills > li > a {
  border-radius: 0px;
}
.brand.pull-left {

    padding: 18px;
  padding-left: 4%;

}
.brand.pull-left img {

    width: 100%;
    max-width: 200px;

}*/

/*position: sticky;*/
.custom_animate a {background: #000; transition: background 0.8s ease-in-out 0.4s; -webkit-transition: background 0.8s ease-in-out 0.4s;}
.custom_animate a:hover {background: #000;}
.sec a {background: #06ccab;}

		.secsub a {background: #06ccab;}		
		.ser a {background: #848f8f;}
		.sersub a {background: #848f8f;}
		.lex a {background: #cc0000;}
		.lexsub a {background: #cc0000;}
		.anl a {background: #02846e;}
		.anlsub a {background: #02846e;}
		.all a {font-family: Helvetica, Arial, "sans-serif"; line-height: 1.8em; padding: 4px 10px; text-decoration: none; color:#fff; margin-left: 3%;font-size: 1.1em; }

.sec {
    padding-left: 40px;
}
.ser {
    padding-left: 40px;
}
.sersub {
    padding-left: 40px;
    padding-bottom: 15px;
}
.secsub {

    padding-left: 40px;
    padding-bottom: 15px;

}
.lex {
    padding-left: 40px;
}
.lexsub {

    padding-left: 40px;
    padding-bottom: 15px;

}
.anl {
    padding-left: 40px;
}
.anlsub {

    padding-left: 40px;
    padding-bottom: 15px;

}


.tab-start {
        display: flex;
    width: 100%;
    margin: 0 auto;

max-width: 1300px;
}
.cell-container {
  
}
.cell-start:first-child {
   
flex: 2;
padding: 10px;
    padding-right: 10px;

}
.cell-start:nth-child(2) {
   
flex: 1;
padding: 10px;
    padding-right: 10px;

}
.cell-start1 {
   
    width: 25%;
    
    border-right: 10px solid #fff;
}

.texte {
    padding: 8px; color: #fff;
}
.custom_off {
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding-top: 30px;

}
.custom_off p {
  font-size: 1.2em;
  line-height: 1.5em;
  padding-top: 18px;
  color: #666;
}
.moduletable_off.jmoddiv.jmodinside {
    padding-bottom: 20px;
}

/*end max-widht 480*/
* {max-height: 1000000px;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: none;
}
}
/*end max-widht 481-680*/
html {
  scroll-behavior: smooth;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 48%; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #02846e; 
  color: white; 
  cursor: pointer;
  padding: 9px; 
  border-radius: 10px 10px 0px 0px; 
  font-size: 18px;
}

#myBtn:hover {
  background-color: #ccc; /* Add a dark-grey background on hover */
}


.nav.menu_foot li {

    display: inline;
    float: right;
    padding-left: 20px;
  padding-top: 9px;
  padding-bottom: 20px !important;
}
.nav.menu_foot li a {
  padding: 4px;
}

/*flex*/
* {
      box-sizing: border-box;
    }
.cell:nth-child(1) {background: #06ccab;}
.cell:nth-child(2) {background: #848f8f;}
  .cell:nth-child(3) {background: #cc0000;}
  .cell:nth-child(4) {background: #02846e;}
 .raster div {
     

    }
.cell a {

    text-decoration: none !important;

}
.cell a:hover {

    text-decoration: underline;
  color: #fff !important;

}

    .raster {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
padding-top: 40px;
max-width: 1000px;

margin: 0 auto;
    }
    .raster div {
      flex-basis: 24%;
      flex-grow: 1;
      flex-shrink: 0;
     border-right: 10px solid #fff;
		border-top: 10px solid #fff;
    }
.cell h1 {color: #fff; padding-left: 8px;}
.cell p {color: #fff; padding: 8px;}
.custom_vorort h2 {
    color: #5D5859;
padding-bottom: 12px;
}
.grid-child.container-nav {
    background: #FFFFFF;
    float: right;
}
.grid-child.container-nav > ul > li > a {
    padding: 12px 20px 12px 20px !important;
    border-right: none !important;
    text-decoration: none;
    letter-spacing: 0px !important;
  
}
.grid-child.container-nav > ul > li.has-sub > a::after {
    border-top-color: rgb(2, 132, 110);
    right: 1px !important;
    top: 50%;
    margin-top: -5px;
}
.grid-child.container-nav {
    margin-top: 10px !important;
    margin-right: 30px !important;
}
h1 {color: rgb(2, 132, 110);}

/*Referenzen Liste*/
.item-page_structures ul li {
    padding: 20px;
    border-bottom: 1px solid #050;
    list-style-type: none;
}
.cell a {
    color: #fff;
    text-decoration: underline;
}
.moduletable h3 {

    padding: 0;
    color: #a19f9f;

}
.blog_lex img {
    float: left;
    margin-right: 20px;
}

.custom li {
    list-style-type: none;
    line-height: 2em;
}

.item-page_lex li {
    list-style-type: disclosure-closed;
    line-height: 2em;
}
h6 {
    font-size: 1.8em;
    color: #01836e;
    padding-top: 10px;
    padding-bottom: 10px;
  line-height: 1.2em;
}
.tabref {
    display: table;
    width: 100%;
    border-bottom: 1px solid #666;
    padding: 10px 10px 10px 0px;
}
.refcell {display: table-cell;min-height: 70px;
}
.refcell:first-child {
    width: 50%;
}

/*Animation*/
	.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.warte1 {
  animation-delay: 0.3s;
}
.warte2 {
  animation-delay: 0.6s;
}
.warte3 {
  animation-delay: 0.9s;
}
.warte4 {
  animation-delay: 1.2s;
}
.warte5 {
  animation-delay: 1.5s;
}
.warte6 {
  animation-delay: 1.8s;
}
.warte7 {
  animation-delay: 2.1s;
}
.warte8 {
  animation-delay: 2.4s;
}
.custom_vorort .tab-start {

    width: 100%;
    max-width: 1300px;

}
.custom_vorort {

    width: 100%;
    margin: 0 auto;
background: #fff;

}
.custom_fu {
background: -moz-radial-gradient(50% 100%, circle farthest-side, #26a892, #00826c);
background: -webkit-radial-gradient(50% 100%, circle farthest-side, #26a892, #00826c);
background: -o-radial-gradient(50% 100%, circle farthest-side, #26a892, #00826c);
background: -ms-radial-gradient(50% 100%, circle farthest-side, #26a892, #00826c);
color: #fff !important;
}
.custom_fu a {
    color: #ccc;
}
.jahr {
    color: #000;
    padding-left: 20px;
}
.fussinhalte .tab-start {
    padding: 5px;
padding-top: 15px;
}

.custom_service img {
    width: 100%;
    max-width: 225px;
min-width: 200px;
}
.umrandung {
  font-size: 1.2em;
color: #02846e;
}
.umfluss-end { clear: both; }

.quelle {
  font-size: 0.8em;
}
a:hover {
    text-decoration: underline !important;
    color: #02846e !important;
}
footer .cell-start a {
    color: #fff;
    text-decoration: underline;
}
#_secure .umrandung {
  margin-bottom: 25px;
}
.custom_topkon {
  width: 400px;
  margin: 0 auto;
}
.custom_fu .cell-start:nth-child(1) {
    text-align: right;
}
.custom_fu .cell-start:nth-child(2) {
    text-align: center;
}
.custom_vorort img {
    padding: 4px 16px 4px 0px;
}
.abo1 {
  width: 45%; 
  float: left;
  padding-right: 20px;
}
.abo2 {
  width: 45%; float: right; 
}

#content {

    padding: 0px 20px 0px;

}
#lx-tools .h4 {

    font-family: arial,helvetica, sans-serif !important;
    font-weight: bold;
    font-size: 14px;
    color: #00836C !important;
    border-bottom: 1px dotted #00836C !important;
  margin-bottom: 16px !important;}
.sidr ul li {

  border-top: none !important;}


/*m*/

*@media (min-width:320px) and (max-width: 610px) {
    .team-flex {
  display: block !important;

}
}
/*end 481-610*/

.limire p {
    padding-top: 10px;
  text-align: center;
  font-size:inherit;
}
.lexof {
width: 100%; max-width: 1200px; margin: 0 auto; color: #02846e; font-size: 1.5em; line-height: 1.4em; font-family: 'Open Sans', sans-serif !important; padding-top: 20px; padding-bottom: 20px;
}
.form-validate.form-horizontal.well {
    width: auto;
border: none;
}
.header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 99;
  background-image: url(/images/logos/lexmicsec.jpg) !important;
background-repeat: no-repeat;
background-position: calc(50% - 60px) 50%;
background-size: 25%;
}
.grid-child.container-nav {
    position: fixed !important;
    top: 120px;
    width: 100%;
  right: 0;
}

.outer .header {

    position: unset;

}
.outer .header {
    background-image: none !important;
}

.item-page_kon {
    padding-top: 50px;
}
.moduletable_animate {
    min-height: 490px;
    height: 50%;
    font-size: 0.8em;
    padding-top: 200px;
}
 #_secure .hintergrund {
    background: url(/images/banners/banner-sicherheit-.jpg) no-repeat center 80px;
    background-size: auto;
    width: 100%;
    height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  }


/*++++++++++++++++++++++++++++++++*/
@media (min-width: 320px) and (max-width: 768px) {
#_secure .hintergrund {
    background: url(/images/banners/banner-sicherheit-s.jpg) no-repeat;
        background-size: auto;
    width: 100%;
    height: 100%;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
background-position: 50% calc(50% + 100px);
}
    #_kon .hintergrund {
    background: url(/images/banners/grundsatz-768.jpg) no-repeat center 200px;
        background-size: auto;
    width: 100%;
    height: 100%;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;

}
  #_grade .hintergrund {
    background: url(/images/banners/grundsatz-768.jpg) no-repeat center 200px;
        background-size: auto;
    width: 100%;
    height: 100%;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;

}
    #_service .hintergrund {
    background: url(/images/banners/service-it-structures-768.jpg) no-repeat center 200px;
        background-size: auto;
    width: 100%;
    height: 100%;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;

}
    #_tk .hintergrund {
    background: url(/images/banners/tk-anlagen-it-structures-768.jpg) no-repeat center 200px;
        background-size: auto;
    width: 100%;
    height: 100%;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;

}
  #_structures .hintergrund {
    background: url(/images/banners/team-768.jpg) no-repeat center 200px;
        background-size: auto;
    width: 100%;
    height: 100%;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}
    .moduletable_empty {
    min-height: 420px;
      padding-top: 160px;
}
  .custom_emptyueberuns {
    min-height: 420px;
    padding-top: 160px;
  }
    #_partner .custom_emptyueberuns {
    min-height: 370px;
    padding-top: 160px;
  display: flex;
align-items: flex-end;
      justify-content: center;}
      #_lex .custom_emptyueberuns {
    min-height: 370px;
    padding-top: 160px;
  display: flex;
align-items: flex-end;
      justify-content: center;}
  .limire {
    padding-top: 0%; display: flex; text-align: center; color: #096;
}
  .limire img {
  width: 40px;  height: 40px; float: none; padding-right: 5px; text-align: center;  
}
.li {    padding-right: 20px;}
.mi {    padding-right: 20px; }
.re {    padding-right: 20px;
  }
  #_tk #aside img {
    float: none;
}

}
/*++++++++++++++++++++++++++++++++*/
@media (max-width: 480px){

.cell-start {

    display: block;
    width: 98%;
    /*background: #189a84;*/
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    text-align: left !important;

}
  .cell-start img {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 851px) {
    .raster div {
      flex-basis: 50%;
      border-right: 10px solid #fff;
		border-top: 10px solid #fff;
    }
}
	  	  @media (max-width: 480px) {
    .raster div {
      flex-basis: 100%;
      border: 10px solid #fff;
		
    }
           

  .raster img {
    width: 100%
  }
  .raster.cell p {
    padding: 20px;
  }
  .raster.cell h2 {
    padding: 20px;
  }

}
/*end flex*/
@media (max-width: 1230px) {
  .raster {
    padding-left: 20px;
    padding-right: 20px;
}
  .custom_off {
    padding-left: 20px;
    padding-right: 20px;
}
}
/*bis 769 abstand hamburger zur navi zu gering*/
@media (min-width:769px) and (max-width: 980px) {
  .custom_topkon {
    margin-right: 50px !important;
  }
}

@media (min-width: 641px) and (max-width: 768px){
  #_start .hintergrund {  
  background: url(/images/banners/banner-start-768.jpg) no-repeat center 120px;
        background-size: auto;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
  .moduletable_animate {
    min-height: 550px;
  }
}


@media (min-width: 320px) and (max-width: 1052px){
  .header {
  background-image: none !important;
}
}
@media (min-width: 320px) and (max-width: 1049px) {
  #content {
    padding: 0px 20px 0px 20px;
  }
}
.gold {margin-bottom: 15px; float: left; max-width: 170px;}

.limire a{
  color: #096;
}
.li {
    padding-right: 20px;
    padding-left: 10px;
}
/*.re {padding-right: 0px;}*/

.lexof .lex1 {

    display: block;
    padding-bottom: 20px;

}
.lexof .lex2 {

    display: block;
    text-align: center;
}

.raster {

    padding-top: 0px;
}
}
@media (min-width: 320px) and (max-width: 375px) {
  .team-flex {
  display: block;

}

  .moduletable_empty {
    min-height: 390px;
}
  .limire {padding-bottom: 15px;}
  .limire p {display: none;
  }
 div.limire {
    width: 240px;
    margin: 0 auto;
}

.li, .re {width: 30%;
  }
  div.jahr {display: none !important;
  }
  .limire p a {
    font-size: 0.85em !important;
}
}
@media (min-width: 769px)  {
  .custom_emptyueberuns {
    min-height: 490px;
    padding-top: 120px;
    color: #fff;
  margin-left: 20px;
}
  #_partner .custom_emptyueberuns {
    min-height: 490px;
    padding-top: 120px;
    color: #fff;
    margin-left: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
    #_lex .custom_emptyueberuns {
    min-height: 490px;
    padding-top: 120px;
    color: #fff;
    margin-left: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
  #_start .moduletable_animate {
    min-height: 750px;
}
 .limire {
    padding-top: 5%; display: flex; text-align: center; color: #096;
	}
  .limire img {
  width: 40px;  height: 40px; float: none; padding-right: 5px; text-align: center;  
}
.li {    padding-right: 20px; }
.mi {    padding-right: 20px; }
.re {    padding-right: 20px; }
 .moduletable_empty {
    min-height: 490px;
	padding-top: 80px;
}
}
@media (min-width: 320px) and (max-width: 708px) {
#_grade .refcell {

   display: block;
}
}
@media (min-width: 320px) and (max-width: 640px) {
    #_start .hintergrund {
    background: url(/images/banners/server-640.jpg) no-repeat;
        background-size: auto;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      background-position: 50% calc(50% + 120px);
}
  .all a {margin-left: 0%
  }
}

.moduletable.span12 {

    margin-left: 0;

}

.ueberuns {
    padding-top: 200px;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
  color: #fff;
  padding-left: 20px;
  min-height: 490px;
}
.contact {
    padding-top: 230px;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
  color: #fff;
  padding-left: 20px;
  min-height: 490px;
}
.team {
    padding-top: 200px;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
  color: #fff;
  padding-left: 20px;
  min-height: 490px;
}
@media (min-width: 481px){
.tit {
    font-size: 2.2em;
    padding-bottom: 30px;
}
.drei {
    display: flex;
    border-top: 1px solid #fff;
    padding-top: 30px;
  font-size: 1.5em;
 line-height: 1.1em;
  }
.first {

  flex: 1;
}

.second {

  flex: 1;
}
.third {

  flex: 1;
}
}
@media (min-width: 769px) and (max-width: 1700px){
  #_tk .hintergrund {

    background: url(/images/banners/tk-anlagen-it-structures-1700.jpg) no-repeat center 80px;
        background-size: auto;
    background-size: auto;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
    #_service .hintergrund {

    background: url(/images/banners/service-it-structures-1700.jpg) no-repeat center 80px;
        background-size: auto;
    background-size: auto;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
   #_secure .hintergrund {
      background: url(/images/banners/banner-sicherheit-1700.jpg) no-repeat center 80px;
    background-size: auto;
    width: 100%;
    height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  }
  #_kon .hintergrund {
   background: url(/images/banners/grundsatz.jpg) no-repeat center 80px;
  width: 100%;
  height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
  #_structures .hintergrund {
    background: url(/images/banners/team-1700.jpg) no-repeat center 80px;
        background-size: auto;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

}

.item-page_secure, .item-page_grade, .item-page_kon, .item-page_structures, .item-page_partner, .item-page_service, .item-page_tk, .item-page_cobra {
    padding-top: 28px;
}


.item-page_structures img {
    width: 100%;
    max-width: 220px;
    float: left;
    padding-right: 15px;
}
.map {
    float: left;
    padding-right: 20px;
}
.karte {width: 100%; max-width: 500px; float: left;
padding-bottom: 30px;}
.karte img {width: 100% !important;}
.small {width: 140px !important;}

.custom_itstructures img {
    max-width: 100px !important;
}

@media (min-width: 320px) and (max-width: 375px) {

  div.jahr {display: none !important;
  }
  .limire a {
    font-size: 0.85em !important;
}
}
.contact img {
    vertical-align: middle !important;
    opacity: 0.8;
    height: 100%;
    max-height: 150px;
}

.cell h2 {
    font-size: 26px;
    line-height: 34px;
  color: #fff;
padding-left: 8px;

}
.header {
   position: fixed !important;
    background: #fff;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-image: none;
        background-size: auto;
    width: 100%;
    z-index: 99;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: calc(50% - 60px) 50%;
    background-size: 25%;
}

.ref-container {display: flex; justify-content: space-between; border-bottom: 1px solid #666; flex-wrap: wrap;}
.ref-container:nth-child(1) {text-align: left; background: #ccc; box-sizing: border-box; flex: 1;}
.ref-container:nth-child(2) {text-align: center; background: #ccc; box-sizing: border-box; flex: 1;}
.ref-container:nth-child(3) {text-align: right; background: #ccc; box-sizing: border-box; flex: 1;}
.login {
    padding-top: 30px;
}
.custom_vorort .tab-start a {
    color: #02846e;
}
.wf-column {
    padding: 1em !important;
    border: 1px solid #ccc !important;
}
.ccm-modal--footer {

  background-color: rgb(2, 132, 110) !important;
}
	.team-flex {
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
}
.team-flex h2
{
  font-weight: bold;
  font-size: 1.2em;
}	.flex-item-left {

  padding: 10px;
  flex: 50%;
}

.flex-item-right {

  padding: 10px;
  flex: 50%;
}
.flex-item-left img {
    width: 100%;
    max-width: 300px;
    float: none;
  padding-bottom: 25px;
}	
.flex-item-right img {
    width: 100%;
    max-width: 300px;
    float: none;
  padding-bottom: 25px;
}
.body {
   /*  background: url(/images/banners/server-380-3x2.jpg) no-repeat;
   background: url(/images/banners/server-380-3x2.webp) no-repeat;*/
   width: 100%;
  height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  background-position: 50% calc(50% + 100px);
}
.limire {
    padding-top: 2%; display: flex; text-align: center; color: #096;
    float: right;
	}
.grid-child {
  width:auto;
  max-width:1320px;
  margin-left:auto;
  margin-right:auto;
  display:flex
}
.grid-child.container-nav a
{
  color: #02846e !important;
}
.grid-child.container-nav {
top: 120px;
width: auto;
/* float: right !important; */
}
.brand-logo img {
width: 100%;
max-width: 200px;
}
.titreck-title {
  text-transform: uppercase !important;
}

.container-header .container-nav {
  padding-bottom: 0;
}

.grid-child.container-nav {
  margin-top: 15px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0;
}
.floatck:hover:active {
  background: #fff !important;
}
.floatck {
  background: #fff !important;
}
/*._start {
  
  background: url("/images/banners/server-380-3x2.jpg");
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: 50% calc(50% + 100px);
}*/
.main-top.card._bg { 
  background-image: url("/images/banners/server-380-3x2.jpg");
background-image: url("/images/banners/server-380-3x2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: 50% calc(50% + 100px);
}

.main-top.card._animate {
  background: transparent;
}
.card {
  border: none;
}
body.site {
  border-top: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  }
.all {

  padding-top: 160px;
}
.container-footer.footer.full-width {
  background: -webkit-radial-gradient(50% 100%, circle farthest-side, #26a892, #00826c);
}
.bottom-b.card._fu {
  background: -webkit-radial-gradient(50% 100%, circle farthest-side, #26a892, #00826c);
}
/*body.wrapper-fluid .site-grid {
  grid-gap: 0 0em;

}*/
.container-component>:first-child,
.container-sidebar-left>:first-child,
.container-sidebar-right>:first-child,
.container-component>*+*,
.container-sidebar-left>*+*,
.container-sidebar-right>*+* {
margin-top:-1em; 
}
._off {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.main-top.card {
  padding-bottom: 288px;
}
mod-custom92 {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
.main-top.card._off {
  padding-bottom: 0;
}
body.wrapper-fluid .grid-child {
  max-width: none;
  background: #fff;
}
#mod-custom111 {
  text-align: center;
  color: #fff;
}
#mod-custom111 a {
  color: #fff;
}
#mod-custom111 a:hover {
  color: #ccc;
}
.fussinhalte .cell-start:nth-child(2) {
  text-align: center;
}
.fussinhalte .cell-start:nth-child(3) {
  text-align: left;
}
.fussinhalte .cell-start:first-child {
  text-align: right;
}
.container-footer.footer.full-width {
  color: #000;
}
.container-footer.footer.full-width a {
  color: #1fa18b;
}
.footer .grid-child {
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.mod-menu.mod-list.nav._foot {
  display: flex;
  flex-direction: row;
}
.footer .mod-list li {
  padding: .25em 10px;
}
.cell-start:first-child img {
  padding-top: 8px; padding-right: 20px; padding-bottom: 5px;
}
.footer2 {
  display: none;
}

._emptyueberuns {
  background: url("/images/banners/grundsatz.jpg") no-repeat center 100px;
    background-size: auto;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 490px;
}
._emptyteam {
  background: url("/images/banners/team.jpg") no-repeat center 100px;
    background-size: auto;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 490px;
}
.mod-breadcrumbs__here.float-start {
  display: none;
}
#mod-custom144 {
  padding-top: 100px;
}
#mod-custom117 {
  background-image: url("/images/banners/grundsatz.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  
}
#mod-custom147 {
background-image: url("/images/banners/team.jpg");
background-repeat: no-repeat;
  background-position-y: 100px; background-position-x: -130px;
}
#mod-custom148 {
background-image: url("/images/banners/grundsatz.jpg");
background-repeat: no-repeat;
}
#mod-custom149 {
background-image: url("/images/banners/lexbanner-.jpg") !important;
  background-image: url("/images/banners/lexbanner-.webp") !important;
background-repeat: no-repeat;
background: #ededee;
background-repeat: no-repeat;
background-position: center center;
background-position-y: 170px;
}
/*#mod-custom150 {
background-image: url("/images/banners/banner-sicherheit-.jpg");
background-repeat: no-repeat;
  background-position: center center;
}*/
#mod-custom151 {
background-image: url("/images/banners/service-it-structures.jpg");
background-repeat: no-repeat;
}
#mod-custom152 {
background-image: url("/images/banners/tk-anlagen-it-structures.jpg");
background-repeat: no-repeat;
}
#mod-custom118 {
background-image: url("/images/banners/grundsatz.jpg");
background-repeat: no-repeat;
}
/*body.wrapper-fluid .site-grid {
  grid-gap: 0 0em;
}*/
._ueberuns .container-component {
max-width: 1020px !important;
width: 100% !important;
margin: 0 auto;
}
._grade .container-component {
max-width: 1020px !important;
width: 100% !important;
margin: 0 auto;
}
._structures .container-component {
max-width: 1020px !important;
width: 100% !important;
margin: 0 auto;
}
._partner .container-component {
max-width: 1020px !important;
width: 100% !important;
margin: 0 auto;
}
._lex .container-component {
max-width: 1020px !important;
width: 100% !important;
margin: 0 auto;
}
._secure .container-component {
max-width: 1020px !important;
width: 100% !important;
margin: 0 auto;
}
._service .container-component {
max-width: 1020px !important;
width: 100% !important;
margin: 0 auto;
}
._tk .container-component {
max-width: 1020px !important;
width: 100% !important;
margin: 0 auto;
}
._kon .container-component {
max-width: 1020px !important;
width: 100% !important;
margin: 0 auto;
}

@media (max-width: 876px) {
  .brand-logo img {
width: 100%;
max-width: 200px;
padding-bottom: 20px;
padding-top: 15px;
}
  .limire {
    padding-top: 4%; display: flex; text-align: center; color: #096;
    float: right;
	}
}

div.floatck {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  border: none !important;
}

body.wrapper-fluid .site-grid {
  grid-gap: 0 0;
}
@supports (display:grid) {
  grid-gap: 0 0;
}
#mod-custom92 p {
  font-size: 1.2em;
  line-height: 1.5em;
  padding-top: 4px;
  color: #666;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width:991px) {
  .main-top.card {
    padding-bottom: 0px;
}
}
header.header.container-header.full-width {
    position: fixed;
}
nav.mod-breadcrumbs__wrapper li a {
  color: #02846d;
}
.fussinhalte a:hover {
  color: #ccc !important;
}
.sidebar-right a {
text-decoration: none;
color: #02846d;
}
.com-content-category-blog__item a {
color: #02846d; text-decoration: none;
}
.com-content-category-blog__item a:hover {
text-decoration: underline;
}
.com-content-article__body a {
color: #02846d; text-decoration: none;}
#mod-custom151 {
  background-image: url("/images/banners/service-it-structures.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 104px;
}
#mod-custom117 {
  background-size: cover;
  background-position-y: 104px;
}
/*#mod-custom150 {
  background-size: cover;
  background-position-y: 104px;
}*/
#mod-custom148 {
  background-size: cover;
  background-position-y: 104px;
}
#mod-custom152 {
  background-size: cover;
  background-position-y: 104px;background-position-x: -10px;
}
#mod-custom118 {
  background-size: cover;
  background-position-y: 104px;
}
.ueberuns {
  min-height: 519px;
}
.container-sidebar-right {
  border-left: 1px solid #008971;
}
.com-content-article__body {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width:772px) {
  .flexlogo {
    display: block;
    min-width: 229px;
  }
}
.flexlogo {
  display: flex;
  min-height: 100px;
}
.itlogo {
  flex: 1;
}
.itlogo img {
  padding: 13px;
  padding-left: 25px;
}
@media (max-width:696px) {
  .limire {
    float: none;
    padding-top: 1%;
    max-width: 450px;
margin: 0 auto;
  }
  .flexlogo {
display: block;
min-height: 100px;
text-align: center;
}
  .all {
padding-top: 130px;
}
  .tab-start {
display: block;
}
  .tab-start img {
    width: 100%;
  }
  .fussinhalte .cell-start:nth-child(3) {
text-align: center;
}
  .fussinhalte .cell-start:nth-child(1) {
text-align: center;
}
}
@media (max-width:464px)
.all {
padding-top: 155px;
}
}
@media (max-width:  894px) and (min-width: 714px) {
.all {
padding-top: 120px;
}
}
@media (max-width:  1024px) {
.cell-start:first-child {
    flex: 1;
    padding: 10px;
    padding-right: 10px;
}
  .cell-start:first-child img {
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 5px;
    float: none !important;
    width: 100%;
}
}
.container-header nav
 {
    margin-top: 0em;
    padding: 0;
}
.breadcrumb {
    background-color: #dde8e9;
}
.container-sidebar-right .sidebar-right:first-child {
    margin-top: 0em;
}
.sidebar-right .card-body
 {
    padding-top: 0;
    max-width: 300px;
}
nav.mod-breadcrumbs__wrapper {
    padding-bottom: 30px;
}
._lex .item-content img {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}
.maximenuck142-mobile {
  border-bottom: 1px solid #1fa18b !important;
}

#maximenuck142-mobile {
  box-shadow: 0px 3px 3px 1px #ccc;
}
/* Mobil standardmäßig ausblenden */
#back-top {
    display: none !important;
}
/*.maximenuck {
  background: #fff !important;
}*/
#maximenuck142-mobile {
  background: #000 !important;
}
div.maximenuck2 a {
  padding-left: 18px !important;
  padding-right: 18px !important;
  text-decoration: none !important;
  padding-left: 12px !important;
  text-transform: none !important;
  
}
div#maximenuck142-mobile .undefined {
  display: none;

}

div#maximenuck142-mobile {
}
.mobilemenuck-topbar {
  background: #bf2121 !important;
}
div#maximenuck142-mobile {
  background: #00836c !important;
}
.mobilemenuck-item {
  background: #00836c !important;
}
/*.mobilemenuck-item .level1 {
    border-bottom: 1px solid #fff !important;
}*/
.mobilemenuck-item .level2 {
    background: #aff0e5 !important;
    
}
/*.menuck.maximenuck.item101.current.active.first.level1 {
  background: transparent !important;
}
a.maximenuck {
  background: transparent !important;
}*/
span.mobilemenuck-item-text {
    font-size: 16px !important;
  color: #fff !important;
}
div#maximenuck142 div.maxidrop-main {
  width: auto !important;
    border: 1px solid #00836c80;
}
[data-id="maximenuck142"] .mobilemenuck-title {
	background: #00836c !important;
	font-size: 16px !important;
}
.mobilemenuck-button {
  font-size: 1.3em !important;
}
.mobilemenuck .titreck-title {
  color: #fff !important;
  font-size: 1em !important;
  font-weight: normal !important;
}
[data-id="maximenuck142"] .mobilemenuck-item > .level1 {
	color: #00836c !important;
border-radius: 0 !important;
}
div#maximenuck142 li.maximenuck.level1 > div.floatck {
	border-top: none;
	padding: 5px 0;
}
div.maximenuck2 a:hover {
  background: #00836c !important;
  color: #fff !important;
}
.maximenuck2 .titreck-title {
  text-transform: none !important;
  padding-left: 4px;
}

[data-id="maximenuck142"] .mobilemenuck-togglericon:after {
	background: #e4e4e4 !important;
	font-size: 1.3em !important;
}
[data-id="maximenuck142"] .mobilemenuck-bar-title {
	background: #00836c !important;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 20px;
	line-height: 43px;
	font-size: 16px !important;
}
[data-id="maximenuck142"] .mobilemenuck-bar-button {
	background: #00836c !important;
	height: 43px;
	width: 43px;
	color: #FFFFFF;
	padding-top: 8px;
	font-size: 1.8em;
}
ul.maximenuck {
  padding-left: 0 !important;
}
div#maximenuck142 ul.maximenuck li.level1.parent > a::after, div#maximenuck142 ul.maximenuck li.level1.parent > span.separator::after {

  border-color: #02846e transparent transparent transparent !important;

}
[data-id="maximenuck142"] .mobilemenuck-item .level1,
[data-id="maximenuck142"] .mobilemenuck-item .level1 a,
[data-id="maximenuck142"] .mobilemenuck-item .level1 .mobilemenuck-text {
    background: transparent !important;
    background-color: transparent !important;
}
/* Lösung für das normale Hauptmenü (Desktop) */
[data-id="maximenuck142"] .maximenuck-item .level1,
[data-id="maximenuck142"] .maximenuck-item .level1 a,
[data-id="maximenuck142"] .maximenuck-item .level1 .maximenuck-text,
[data-id="maximenuck142"] li.level1,
[data-id="maximenuck142"] li.level1 > a {
    background: transparent !important;
    background-color: transparent !important;
}

/* Erst ab Tablet/Desktop (Breite ab 768 Pixel) anzeigen und zentrieren */
@media (min-width: 768px) {
    #back-top {
        display: inline-flex !important; /* Button wieder sichtbar machen */
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        bottom: 20px;
    }
}

/* 1. Hintergrund und Overlays der Links komplett zurücksetzen 
ul.maximenuck a, 
ul.maximenuck a:hover, 
ul.maximenuck a:active, 
ul.maximenuck a:focus,
.maximenuck-item a {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}*/

/* 2. Verhindert das typische mobile/Browser-blaue Aufleuchten beim Klicken
ul.maximenuck a {
    -webkit-tap-highlight-color: transparent !important;
}
 */
div#maximenuck142 ul.maximenuck {

    background: transparent !important;
}
/* --- 1. Standard-Zustand für alle Menü-Links (Hintergrund weiß, Text petrol) --- */
#maximenuck142 a.maximenuck,
#maximenuck142 a.maximenuck .titreck,
#maximenuck142 a.maximenuck .titreck-text,
#maximenuck142 a.maximenuck .titreck-title {
    background-color: #ffffff !important;
    background: #ffffff !important;
    color: #00836c !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* --- 2. Hover-Zustand (Farben exakt umgekehrt: Hintergrund petrol, Text weiß) --- */
#maximenuck142 li.maximenuck:hover > a.maximenuck,
#maximenuck142 li.maximenuck:hover > a.maximenuck * {
    background-color: #00836c !important;
    background: #00836c !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* --- 3. Unterstreichungen generell im gesamten Menü verbieten --- */
#maximenuck142 * {
    text-decoration: none !important;
}
/* --- 3. Aktiver Menüpunkt (Hintergrund petrol, Text weiß) --- */
#maximenuck142 li.current.active > a.maximenuck,
#maximenuck142 li.current.active > a.maximenuck * {
    background-color: #00836c !important;
    background: #00836c !important;
    color: #ffffff !important;
    text-decoration: none !important;
}
/* --- 4. Aktiver Untermenüpunkt (Level 2) im Dropdown --- */
#maximenuck142 li.level2.current.active > a.maximenuck,
#maximenuck142 li.level2.current.active > a.maximenuck * {
    background-color: #aff0e5 !important;
    background: #aff0e5 !important;
    color: #00836c !important; /* Petrolfarbene Schrift für guten Kontrast */
}
/* --- 1. Mobile Hauptmenüpunkte (Level 1): Petrol mit weißer Schrift --- */
.mobilemenuck-container .level1,
.mobilemenuck-container .level1 > a,
.mobilemenuck-container .level1 .mobilemenuck-text {
    background-color: #00836c !important;
    background: #00836c !important;
    color: #ffffff !important;
}
[data-id="maximenuck142"] .mobilemenuck-item > .level2 {

    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #000000;
    margin-top: 2px !important;
    margin-right: 0px !important;
    margin-bottom: 2px !important;
    margin-left: 0px !important;
    padding-left: 25px;
    line-height: 35px;
}
.mobilemenuck .titreck-title .level2 {
    color: #000 !important;

}
/* 1. Hintergrund und Abstände für das mobile Untermenü (Level 2) */
[data-id="maximenuck142"] .level2 {
    background: #8fc9be !important;
    border-radius: 0px !important;
    margin: 2px 0 !important;
}

/* 2. Zwingt absolut JEDES Element im mobilen Untermenü zur schwarzen Schrift */
[data-id="maximenuck142"] .level2,
[data-id="maximenuck142"] .level2 a,
[data-id="maximenuck142"] .level2 span,
[data-id="maximenuck142"] .level2 .mobilemenuck-text,
[data-id="maximenuck142"] .level2 .titreck-title {
    text-transform: capitalize !important;
    color: #000000 !important;
}
/* Ändert die Farbe der Ausklapp-Pfeile/Plus-Zeichen im mobilen Menü */
.mobilemenuck-container .mobilemenuck-opener,
.mobilemenuck-container .mobilemenuck-opener::before,
.mobilemenuck-container .mobilemenuck-opener::after {
    color: #00836c !important; /* Ihr Wunsch-Petrol */
    font-size: 20px !important; /* Macht das Icon größer und leichter tippbar */
}
[data-id="maximenuck142"] .mobilemenuck-togglericon:after {
    min-height: 35px;
    height: 35px !important;;
    width: 100% !important;;
 /* border-radius: 5px 0px 5px 0px !important;*/
    padding-right: 0px !important;;
    padding-left: 5px;
    line-height: 35px;

}
[data-id="maximenuck142"] .mobilemenuck-togglericon:after {
    background: #ffffff8f !important;
    font-size: 1.3em !important;
}
.mobilemenuck-item:last-child {
    border-top: 1px solid #8fc9be;
}
.mobilemenuck-item:last-child {
    border-top: 1px solid #8fc9be;
}






/* 1. Hauptmenüpunkt (Parent) bleibt der feste Startpunkt links */
#maximenuck142 li.level1.parent {
    position: relative !important;
}

/* 2. Dropdown startet bündig links, darf aber nach rechts unendlich wachsen */
#maximenuck142 li.level1.parent .floatck {
    position: absolute !important;
    left: 0 !important;
    right: auto !important;         /* WICHTIG: Rechts freigeben, damit es ausbrechen kann */
    min-width: 100% !important;     /* Mindestens so breit wie der Parent */
    width: max-content !important;  /* Passt sich automatisch dem längsten Namen an */
}

/* 3. Innere Elemente auf die flexible Textbreite einstellen */
#maximenuck142 .maxidrop-main,
#maximenuck142 .maximenuck2,
#maximenuck142 ul.maximenuck2 {
    min-width: 100% !important;
    width: max-content !important;
}

/* 4. Text darf wieder in einer einzigen Zeile stehen bleiben ohne Umbruch */
#maximenuck142 li.level2 a,
#maximenuck142 li.level2 .titreck-title {
    white-space: nowrap !important; /* Verhindert jeglichen Zeilenumbruch */
    display: block !important;
}
@media (max-width: 696px) {
#mod-custom144 {
    padding-top: 125px;
}
}
@media (max-width: 991px) { /*rechte spalte geht nach unten*/
  .sidebar-right .card-body {
    max-width: 100%;
    text-align: center;
    border-top: 1px solid #00836ccc;
    padding-top: 20px;
}
  .container-sidebar-right {
    border-left: none;
}
}
/* Standard für alle Geräte (Handy & normale rechte Spalte) = 2 SPALTEN */
.logo-container {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important; 
  gap: 20px !important;
  justify-items: center !important;
  align-items: center !important;
  margin-top: 20px !important;
}

/* Erst bei sehr großen Bildschirmen auf 3 Spalten wechseln, WENN Platz ist */
@media (min-width: 1200px) {
  .logo-container {
    /* Wechselt nur auf 3 Spalten, wenn die Spalte mindestens 460px Platz bietet */
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
  }
}

/* Die Logos behalten starr ihre Größe */
.logo-container img {
  width: 140px !important;       
  height: auto !important;       
  display: block !important;
}
/* Speziell für Smartphones und kleine Bildschirme */
@media (max-width: 767px) {
  .main-top.card._bg {
    /* 1. Platzhalter schaffen, berechnet aus dem Bildformat (468 / 2116 * 100) */
    height: 0 !important;
    padding-bottom: 22% !important; 
    
    /* 2. Bild perfekt einpassen */
    background-size: contain !important;
    background-position: bottom center !important; /* Richtet das Bild am unteren Rand aus */
    background-repeat: no-repeat !important;
    
    /* 3. Abstand zum Header erzwingen, falls der Header fixiert/sticky ist */
    margin-top: 15px !important; 
  }
}
/*@media (min-width: 320px) and (max-width: 768px) {
    #mod-custom150 {
        min-height: 420px;
        padding-top: 160px;
    }
}
 --- SEITENSPEZIFISCHE BILDER --- 
@media (max-width: 880px) {
  #mod-custom150 {
    background-size: contain;
    background-position-y: 122px;
}
  .ueberuns {
    min-height: 317px;
}
}*/
/* Globale Basis für ALLE Banner
.banner-responsive {
    width: 100%;
    min-height: 490px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: block;
}

@media (max-width: 768px) {
    .banner-responsive {
        min-height: 420px;
        background-position: center center;
    }
}
 */
/* Spezifisch für die Sicherheits-Seite
.banner-sicherheit {
    background-image: url('/images/banners/banner-sicherheit-1700.jpg');
}
@media (max-width: 768px) {
    .banner-sicherheit {
        background-image: url('/images/banners/banner-sicherheit-s.jpg');
    }
}*/
