.marker-yellow {
    background-color: #fdfd77;
}

body {
    font-size: 0.9rem !important;
}


h1 {
    font-size: 2.5em;
    color: #2b8a3e;
    font-weight: 700;
}

h2 {
    font-size: clamp(1rem, 0.00rem + 5.00vw, 1.4rem);
    font-weight: 700;
    border-bottom: 2px solid #eaeaea;
}

h3 {
    font-size: clamp(0.75rem, 0.00rem + 5.00vw, 1.4rem);
    font-weight: 700;
}

h4 {
    font-size: 1em;
    color: #2b8a3e;
    font-weight: 700;
}

h5 {
    font-size: 0.8em;
    color: #2b8a3e;
    font-weight: 700;
}

h6 {
    font-size: 0.95em;
    color: #2b8a3e;
    font-weight: 700;
  margin-bottom: 0;
}

.klein {
    font-size: 0.85em;
    line-height: 0.8 !important;
}

a {
    color: #385125;
}


li {
    text-decoration: none;
    //list-style-image: url('/fileadmin/user_upload/listing.png');
}

.blau {
    color: #13357a;
}

.rot {
    color: #bf1e2e;
}

.orange {
    color: #f7941e;
}

.violet {
    color: #662d91;
}

.gap-4 {
   margin-bottom: 2em;
}

.pb-3 {
  padding-bottom: 0rem !important;
  margin-top: -18px;
}

.border-bottom {
  border-bottom: 2px solid #eaeaea !important;
}

.lead {
  font-size: 1rem;
  font-weight: 300;
}

.frame-type-ce_columns2 {
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.rahmen {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.frame-type-news_newsliststicky .extra {
  font-size: 0.7rem !important;
}

.news-margin-bottom {
  margin-bottom: 0rem !important;
}

.table-condensed {
    font-size: 14px;
}

.accordion-button {
    color: #333333;
    background-color: #e2e4e6;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.ce-gallery figcaption {
    font-size: 11px;
}

.mb-3 {
    margin-bottom: 0rem !important;
}

.topbar {
    padding: 12px;
}

.lighter {
    color: #E0E0E0;
}

.header-container {
    background-color: #fff;
}

.stoerer {
    position: relative;
}

.bg-primary {
    background-color: #666 !important;
    margin-bottom: 1rem;
}

.py-2 {
  padding-top: 5.3rem !important;
  padding-bottom: .5rem !important;
}

.py-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 0rem !important;
}

.img_main_abstand {
    margin-left: 1.5rem;
}

.bg-dark {
    background-color: #666 !important;
}

.bg-secondary {
    background-color: #e0e0e0 !important;
    padding-left: 10px;
}

.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

.container-xxl, .container-xl, .container-lg, .container, .container-md, .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0rem);
    padding-left: var(--bs-gutter-x, 0rem);
    margin-right: auto;
    margin-left: auto;
}

.border-secondary {
    border-color: #999 !important;
}

.btn-primary {
    color: #000;
    background-color: #385125;
    border-color: #ccc;
}

.box-container {
    max-width: 1450px;
    margin: 0 auto;
    margin-top: 3%;
	background-color: #fff;
}

.top-header {
    background-color: #fff;
    text-align: right;
    font-size: 80%;
    padding: 5px;
}

.btn {
  padding: .35rem .375rem !important;
}

.lines {
    border-top: #666666 5px solid;
    border-bottom: #666666 5px solid;
    height: 100%;
}

img {
    width: 100%;
    height: auto;
}

#content_bskc {
    background-color: #fff;
    min-height: 100px;
    padding: 30px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.75);
}

#footer {
    background-color: #666;
    min-height: 100px;
    margin-top: 30px;
}

.slider_container_smart {
    display: none;
}

.glower {
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.75);
}


.hexagon {
    position: relative;
    width: 86.6%;
    height: 50%;
    left: 6.7%;
    top: 25%;
    z-index: 2;
    font-size: 55%;
    color: #fff;
}

.hexagon:after, .hexagon:before {
    position: absolute;
    content: "";
    display: block;
    width: 70.71%;
    height: 122.46%;
    transform-origin: 0 0;
    z-index: 1;
}

.hexagon:before {
    transform: scale(1, 0.579) translate(70.71136%, -70.71136%) rotate(45deg);
}

.hexagon:after {
    transform: scale(1, 0.579) translate(70.71136%, 70.71136%) rotate(45deg);
}

.hexagon.shadow {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
}

.hexagon.shadow:before {
    box-shadow: -9px -9px 10px 3px rgba(0, 0, 0, 0.3);
}

.hexagon.shadow:after {
    box-shadow: 9px 9px 10px 3px rgba(0, 0, 0, 0.3);
}

.hexagon.red, .hexagon.red:after, .hexagon.red:before {
    background-color: #a9222f;

}

.hexagon.purple, .hexagon.purple:after, .hexagon.purple:before {
    background-color: #5d328f;
}

.hexagon.orange, .hexagon.orange:after, .hexagon.orange:before {
    background-color: #e7962f;
}

.hexagon.blue, .hexagon.blue:after, .hexagon.blue:before {
    background-color: #373798;
}

.hexagon .content-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hexagon .content-wrapper .content_bskc {
    text-align: center;
}

.hexagon .hexawrp {
    width: 100%;
    height: 173.2%;
    z-index: 3;
    position: absolute;
    left: 0%;
    top: -36%;
}

.hexagon .big-hexa {
    width: 80%;
    height: 138.56%;
    z-index: 3;
    position: absolute;
    left: 10%;
    top: -36%;
}


.hexagon-wrapper {
    float: left;
    position: relative;
    width: 10em;
    height: 10em;
}

.hexagon-wrapper.small {
    width: 5em;
    height: 5em;
}

.hexagon-wrapper.big {
    width: 20em;
    height: 20em;
}

.hexagon-wrapper.marha {
    width: 60em;
    height: 60em;
}

@media screen and (max-width: 35em) {
    .hexagon-wrapper.responsive {
        width: 4em;
        height: 4em;
    }
}

@media screen and (min-width: 35.5em) {
    .hexagon-wrapper.responsive {
        width: 4em;
        height: 4em;
    }
}

@media screen and (min-width: 48em) {
    .hexagon-wrapper.responsive {
        width: 6em;
        height: 6em;
    }
}

@media screen and (min-width: 64em) {
    .hexagon-wrapper.responsive {
        width: 6em;
        height: 6em;
    }
}

@media screen and (min-width: 80em) {
    .hexagon-wrapper.responsive {
	width: 9em;
    height: 8em;
    margin-top: -21px;
    }
}


@media only screen and (min-width: 990px) and (max-width: 1200px) {
    
	.box-container {
  margin-top: 2%;
}
	
	.header-container {
        height: 5em;
        padding: 5px;
    }

    .header-line {
        background-image: url("../img/header-line.png");
        background-repeat: repeat-x;
        padding: 5px;
        height: 100%;
    }

    .header-left {
        float: left;
        height: 4em;
        width: 50%;
    }

    .header-right {
        float: right;
        width: 50%;
    }

    .lks {
        float: left;
        background-image: url("../img/LKS-Logo_80-102.png");
        width: 80px;
        height: 102px;
        margin-top: -12px;
    }

    .logo {
   float: right;
    width: 400px;
    margin-top: 10px;
  }

    .logo_alt {
        float: right;
        height: 122px;
        height: auto;
        overflow: hidden;
        margin-top: -15px;
    }

    .slider-container {
        border-top: #666666 5px solid;
        border-bottom: #666666 5px solid;
        margin-bottom: 50px;
        width: 100%;
        height: 305px;
    }


    .slider-container_pc {
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .bild-slider {
        float: left;
        width: 1070px;
        height: auto;
        background-size: cover;
    }
	
	

    #news-container-1102 {
  max-height: 149px !important;
}

    .slider-container_smart {
        display: none;
    }

    .news-slider_smart {
        display: none;
    }

  .py-2 {
    padding-top: 3.8rem !important;
  }

    .container-hg {
        background-color: #fff;
        height: auto;
        margin-left: 0;
        margin-top: 12rem;
        z-index: 1000;
        position: absolute;
        padding: 0.5% 1% 0.5% 3%;
        opacity: 0.8;
        transition: opacity 1s;
        text-transform: uppercase;
        font-size: 1.5em;
        max-width: 420px;
    }

    .bg-secondary {
        background: none !important;
        padding-left: 0;
    }

}

@media (min-width: 1201px) and (max-width: 1400px){
    .header-container {
        height: 8em;
        padding: 5px;
    }

    .header-line {
        background-image: url("../img/header-line.png");
        background-repeat: repeat-x;
        padding: 5px;
        height: 100%;
    }

    .header-left {
        float: left;
        height: 4em;
        width: 50%;
    }

    .header-right {
        float: right;
        width: 50%;
    }
	
	.hexagon-wrapper.responsive {
	width: 7.5em;
    height: 8em;
    margin-top: -12px;
    }
	
 .lks {
        float: left;
        background-image: url("../img/LKS-Logo_100-128.png");
        width: 100px;
        height: 128px;
        margin-top: -25px;
    }

			  .py-2 {
    padding-top: 5.7rem;
  }
	
	.news{
		margin-top: -10px;
	}
	
  .logo {
    float: right;
    width: 520px;
  }

    .slider-container {
        border-top: #666666 5px solid;
        border-bottom: #666666 5px solid;
        margin-bottom: 50px;
        width: 100%;
        height: 305px;
    }


    .slider-container_pc {
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .bild-slider {
        float: left;
        width: 1070px;
        height: auto;
        background-size: cover;
    }

    .news-slider {
        float: right;
        width: 350px;
        height: auto;
        margin-left: 10px;
        padding: 20px;
        background-color: pink;
        max-height: 360px;
    }

	#news-container-1102 {
        height: 199px !important;
	}
	
    .slider-container_smart {
        display: none;
    }

    .news-slider_smart {
        display: none;
    }


    .col-a {
        width: 75%;
        overflow: hidden;
    }

    .col-b {
        max-width: 25%;
        overflow: hidden;
    }

    .container-hg {
        background-color: #fff;
        height: auto;
        margin-left: 0;
        margin-top: 12rem;
        z-index: 1000;
        position: absolute;
        padding: 0.5% 1% 0.5% 3%;
        opacity: 0.8;
        transition: opacity 1s;
        text-transform: uppercase;
        font-size: 1.5em;
        max-width: 420px;
    }

    .bg-secondary {
        background: none !important;
        padding-left: 0;
    }

}


/* Smartphone Hochformat (Portrait) */









@media only screen
and (min-width: 300px)and (max-width: 380px) {

		
	  .py-2 {
    padding-top: 4.1rem !important;
    padding-bottom: .5rem !important;
  }
	
	    .py-5 {
        padding-top: 5.85rem !important;
        padding-bottom: 0rem !important;
    }

    .box-container {
        width: 100%;
      margin-top: -1rem !important;
      height: 205px;
    }

    .header-container {
        background-color: #fff;
        padding: 5px;
		height: 1em;
    }

    .header-line {
        background-image: url("../img/header-line.png");
        background-repeat: repeat-x;
        padding: 12px 5px 5px 5px;
        height: 100%;
    }

    .header-left {
        margin: 0 auto;
        height: 4em;
        width: 100%;
    }

    .header-right {
        margin-top: 0;
        width: 100%;
    }
	

.lines {
    border-top: none !important;
    border-bottom: #666666 5px solid;
    height: 100%;
}
 
	
	
	
	.frame-space-before-extra-small {
  display: none;
}
	
  small, .small {
  font-size: 0.35em;
}

    .hexagon-wrapper.responsive {
      margin-top: 5px;
    width: 4.25em;
     }


    .lks {
        //display: none;
        float: left;
        background-image: url("../img/LKS-Logo_smart.png");
        width: 60px;
        height: 77px;
        margin-top: -7px;
      margin-bottom: 10px;
    }
  
    .d-lg-block {
    display: block !important;
  }

  .logo {
    height: auto;
    overflow: hidden;                           
    width: 20rem;
    float: right;
  }


    .slider-container {
        border-top: #666666 5px solid;
        border-bottom: #666666 5px solid;
        margin-bottom: 30px;
        width: 100%;                                            
    }

    .slider-container_smart {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin-bottom: 40px;
    }

.top-link {
  display: none;
}

    .news-slider {
        display: block;
    }

	    .news-slider_smart {
        display: none;
    }

    .slider-container_pc {
        display: none;
    }

    .news-slider_smart {
        background-color: aqua;
        min-height: 50px;
        padding: 10px;
        max-height: 150px;
    }


    .col-a {
        width: 100%;
    }

    .col-b {
        width: 100%;
    }

    .container-hg {
        background-color: #fff;
        height: auto;
        margin-left: 0;
        margin-top: 8rem;
        z-index: 1000;
        position: absolute;
        padding: 0.5% 1% 0.5% 3%;
        opacity: 0.8;
        transition: opacity 1s;
        text-transform: uppercase;
        font-size: 100%;
        max-width: 80%;
        word-break: break-all;
    }

    .bg-secondary {
        background: none !important;
        padding-left: 0;
    }
	
	#news-container-1102{
		display: none;
	}

}

/* Smartphone Hochformat (Portrait) */
@media only screen
and (min-width: 381px)and (max-width: 990px) {

    .py-2 {
  padding-top: 7.3rem !important;
  padding-bottom: .5rem !important;
}
	
	.py-5 {
        padding-top: 5.85rem !important;
        padding-bottom: 0rem !important;
    }

    .box-container {
        width: 100%;
    }

    .header-line {
        background-image: url("../img/header-line.png");
        background-repeat: repeat-x;
        padding: 1px 5px 5px 5px;
        height: 100%;
    }

    .header-left {
        margin: 0 auto;
        height: 4em;
        width: 100%;
    }

    .header-right {
    //margin-top: 40px;
    width: 30%;
    //height: 30px;
    float: right;
    }

    .hexagon-wrapper.responsive {
    width: 6.5em;
     }

 	#news-container-1102{
		display: none;
	}
	


 .lks {
        //display: none;
        float: left;
        background-image: url("../img/LKS-Logo_80-102.png");
        width: 80px;
        height: 102px;
        margin-top: -7px;
    }
  
    .d-lg-block {
    display: block !important;
  }

.lines {
    border-top: #666666 5px solid;
    border-bottom: #666666 5px solid;
    height: 100%;
}
	
		.news_noshow{
		display: none;
	}
	
		
	.frame-space-before-extra-small {
  display: none;
}

    .slider-container {
        border-top: #666666 5px solid;
        border-bottom: #666666 5px solid;
        margin-bottom: 30px;
        width: 100%;                                            
    }

    .slider-container_smart {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin-bottom: 40px;
    }

    .top-link {
  display: none;
    }

  .top-info {
  font-size: 14px !important;
	}

    .news-slider {
        display: block;
    }

    .slider-container_pc {
        display: none;
    }

    .news-slider_smart {
        background-color: aqua;
        min-height: 50px;
        padding: 10px;
        max-height: 150px;
    }


    .col-a {
        width: 100%;
    }

    .col-b {
        width: 100%;
    }

    .container-hg {
        background-color: #fff;
        height: auto;
        margin-left: 0;
        margin-top: 8rem;
        z-index: 1000;
        position: absolute;
        padding: 0.5% 1% 0.5% 3%;
        opacity: 0.8;
        transition: opacity 1s;
        text-transform: uppercase;
        font-size: 100%;
        max-width: 80%;
        word-break: break-all;
    }

    .bg-secondary {
        background: none !important;
        padding-left: 0;
    }
}


@media only screen
and (min-width: 381px)and (max-width: 590px) {
	
  small, .small {
  font-size: 0.45em;
}
	
	    .py-2 {
  padding-top: 6.1rem !important;
  padding-bottom: .5rem !important;
}

.logo{
  display: none;
}  
	
	    .header-container {
    padding: 5px;
    position: absolute;
    }

}


@media only screen
and (min-width: 80px)and (max-width: 590px) {

.logo{
  display: none;
}  

	
}


@media only screen
and (min-width: 381px)and (max-width: 590px) {
	
  small, .small {
  font-size: 0.65em;
}


}

/* Smartphone Hochformat (Portrait) */
@media only screen
and (min-width: 381px)and (max-width: 530px) {
	 .hexagon-wrapper.responsive {
    width: 5em;
		 margin-top: 10px;
  }
	
	.mininavi{
		    margin-top: 115px;
	}
	  .py-2 {
    //padding-top: 6.7rem !important;
    padding-bottom: .5rem !important;
  }
}

@media (min-width: 250px) and (max-width: 380px) {
	
	.singleline {
  margin-top: 100px;
}
		 small, .small {
    font-size: 0.50em;
  }

		  .py-2 {
    //padding-top: 15rem !important;
    //padding-bottom: .5rem !important;
  }
	
		.box-container{
		background: none !important;
			height: 144px !important;
			border-bottom: #666666 5px solid;
			
	}
	
	.header-container {
	position: absolute;
    padding: 5px;
    }
	
	  .mininavi {
    margin-top: 100px;
  }
	
	
}

@media (min-width: 451px) and (max-width: 590px) {
	
	 small, .small {
    font-size: 70%;
  }
	
		.mininavi{
		margin-top: 110px !important;
	}
}

@media only screen
and (min-width: 591px)and (max-width: 767px) {
	.mininavi{
		margin-top: 98px !important;
	}
}

@media (min-width: 381px) and (max-width: 767px) {
	
	.singleline {
  margin-top: 101px;
}
}


@media (min-width: 992px) {
    .hero-header, .page-header {
        margin-top: 1px !important;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 24%;
        margin-left: 1%;
    }
	.py-2 {
  padding-top: 4.2rem;
 }
}


@media (min-width: 520px) {
	.container-fluid{
		background-color: #fff;
	}
}

/* Smartphone Hochformat (Portrait) */
@media only screen
and (min-width: 768px)and (max-width: 990px) {

    .py-5 {
        padding-top: 5.85rem !important;
        padding-bottom: 0rem !important;
    }
	
	  .py-2 {
    padding-top: 4.1rem !important;
    padding-bottom: .5rem !important;
  }

  .hero-header {
        margin-top: 0px !important;
    }

    .top-info {
        font-size: 20px !important;
        line-height: 0;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .top-link {
        display: none !important;
    }

    .col-md-4 {
        width: 50%;
    }

    .col-md-8 {
        width: 50%;
    }

    .box-container {
        width: 100%;
     margin-top: -1rem !important;
    }

.mininavi{
		    //margin-top: 105px;
	}
	
  small, .small {
  font-size: 0.8em;
}
  
    .header-line {
        background-image: url("../img/header-line.png");
        background-repeat: repeat-x;
        padding: 15px 5px 5px 5px;
        height: 100%;
    }

    .header-left {
        margin: 0 auto;
        height: 4em;
        width: 100%;
    }

    .header-right {
    margin-top: -46px;
    width: 30%;
    height: 30px;
    float: right;
    }


    .hexagon-wrapper.responsive {
    width: 5em;
		margin-top: -4px;
     }

  
    .header-container {
        height: auto;
        padding: 5px;
		background-color: #fff;
    }

 .lks {
        //display: none;
        float: left;
        background-image: url("../img/LKS-Logo_smart.png");
        width: 60px;
        height: 77px;
        margin-top: -11px;
      margin-bottom: 10px;
    }
  
    .d-lg-block {
    display: block !important;
  }

	.logo{
		width: 100px;
	}

	.slider-container {
        border-top: #666666 5px solid;
        border-bottom: #666666 5px solid;
        margin-bottom: 30px;
        width: 100%;                                            
    }

    .slider-container_smart {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin-bottom: 40px;
    }

    .news-slider {
        display: block;
    }


    .slider-container_pc {
        display: none;
    }

    .news-slider_smart {
        background-color: aqua;
        min-height: 50px;
        padding: 10px;
        max-height: 150px;
    }


    .col-a {
        width: 100%;
    }

    .col-b {
        width: 100%;
    }

    .container-hg {
        background-color: #fff;
        height: auto;
        margin-left: 0;
        margin-top: 8rem;
        z-index: 1000;
        position: absolute;
        padding: 0.5% 1% 0.5% 3%;
        opacity: 0.8;
        transition: opacity 1s;
        text-transform: uppercase;
        font-size: 100%;
        max-width: 80%;
        word-break: break-all;
    }

    .bg-secondary {
        background: none !important;
        padding-left: 0;
    }

}





@media only screen
and (min-width: 591px)
and (max-width: 768px) {
small, .small {
  font-size: 0.85em;
}
	
	  .py-2 {
    padding-top: 4.5rem !important;
    padding-bottom: .5rem !important;
  }
	
	.logo{
		display: none;
	}
	
	    .header-container {
height: 4em;
    padding: 5px;
    position: absolute;
    }
}

@media only screen
and (min-width: 300px)
and (max-width: 990px){
.fixed-top {
  //position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

}

/* Smartphone Querformat (Landscape) */
@media only screen
and (min-width: 768px)
and (max-width: 990px) {

    .logo {
        height: auto;
        overflow: hidden;
        width: 22em;
        float: right;
        margin-top: -30px;
    }

    .py-5 {
        padding-top: 5.1rem !important;
        padding-bottom: 0rem !important;
    }

    img {
        width: 100%;
        height: auto;
    }

    .header-right {
        width: 100%;
        height: auto;
    }

    .header-container {
        height: 4em;
    padding: 5px;
    }

	.sticky-wrapper {
  height: 1px !important;
}
	
    .slider-container {
        border-top: #666666 5px solid;
        border-bottom: #666666 5px solid;
        margin-bottom: 30px;
        width: 100%;
        height: auto;
    }

    .slider-container_smart {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin-bottom: 40px;
    }

    .news-slider {
        display: block;
    }

    .slider-container_pc {
        display: none;
    }

    .news-slider_smart {
        background-color: orange;
        min-height: 50px;
        padding: 10px;
        max-height: 150px;
    }

    #content_bskc {
        background-color: #fff;
        min-height: 100px;
        max-width: 100%;
        padding: 30px;
        margin-top: 30px;
        -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.75);
    }


    .col-a {
        width: 100%;
    }

    .col-b {
        width: 100%;
    }

    .container-hg {
        background-color: #fff;
        height: auto;
        margin-left: 0;
        margin-top: 8rem;
        z-index: 1000;
        position: absolute;
        padding: 0.5% 1% 0.5% 3%;
        opacity: 0.8;
        transition: opacity 1s;
        text-transform: uppercase;
        font-size: 100%;
        max-width: 90%;
        word-break: break-all;
    }

    .bg-secondary {
        background: none !important;
        padding-left: 0;
    }

}
	  

@media (min-width: 1401px) and (max-width: 1449px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1450px;
    }
	
 .header-container {
        height: 9.2em;
        padding: 5px;
    }

    .header-line {
        background-image: url("../img/header-line.png");
        background-repeat: repeat-x;
        padding: 5px;
        height: 100%;
    }

    .header-left {
        float: left;
        height: 4em;
        width: 50%;
    }

    .header-right {
        float: right;
        width: 50%;
    }
	
 .lks {
        float: left;
        background-image: url("../img/LKS-Logo_100-128.png");
        width: 100px;
        height: 128px;
        margin-top: -25px;
    }

			  .py-2 {
    padding-top: 5.7rem;
  }
	
	.news{
		margin-top: -10px;
	}
	
  .logo {
    float: right;
    width: 520px;
  }

    .slider-container {
        border-top: #666666 5px solid;
        border-bottom: #666666 5px solid;
        margin-bottom: 50px;
        width: 100%;
        height: 305px;
    }


    .slider-container_pc {
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .bild-slider {
        float: left;
        width: 1070px;
        height: auto;
        background-size: cover;
    }

    .news-slider {
        float: right;
        width: 350px;
        height: auto;
        margin-left: 10px;
        padding: 20px;
        background-color: pink;
        max-height: 360px;
    }

	#news-container-1102 {
        height: 253px !important;
	}
	
	.py-2 {
  padding-top: 6.8rem !important;
}
	
    .slider-container_smart {
        display: none;
    }

    .news-slider_smart {
        display: none;
    }


    .col-a {
        width: 75%;
        overflow: hidden;
    }

    .col-b {
        max-width: 25%;
        overflow: hidden;
    }

    .container-hg {
        background-color: #fff;
        height: auto;
        margin-left: 0;
        margin-top: 12rem;
        z-index: 1000;
        position: absolute;
        padding: 0.5% 1% 0.5% 3%;
        opacity: 0.8;
        transition: opacity 1s;
        text-transform: uppercase;
        font-size: 1.5em;
        max-width: 420px;
    }

    .bg-secondary {
        background: none !important;
        padding-left: 0;
    }

}


@media (min-width: 1450px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1450px;
    }
	
 .header-container {
        height: 9.2em;
        padding: 5px;
    }

    .header-line {
        background-image: url("../img/header-line.png");
        background-repeat: repeat-x;
        padding: 5px;
        height: 100%;
    }

    .header-left {
        float: left;
        height: 4em;
        width: 50%;
    }

    .header-right {
        float: right;
        width: 50%;
    }
	
 .lks {
        float: left;
        background-image: url("../img/LKS-Logo_121_155.png");
        width: 121px;
        height: 155px;
        margin-top: -38px;
    }

			  .py-2 {
    padding-top: 5.7rem;
  }
	
	.news{
		margin-top: -10px;
	}
	
  .logo {
    float: right;
    width: 620px;
    margin-top: -8px;
  }

    .slider-container {
        border-top: #666666 5px solid;
        border-bottom: #666666 5px solid;
        margin-bottom: 50px;
        width: 100%;
        height: 305px;
    }


    .slider-container_pc {
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .bild-slider {
        float: left;
        width: 1070px;
        height: auto;
        background-size: cover;
    }

    .news-slider {
        float: right;
        width: 350px;
        height: auto;
        margin-left: 10px;
        padding: 20px;
        background-color: pink;
        max-height: 360px;
    }

	#news-container-1102 {
        height: 265px !important;
	}
	
	.py-2 {
  padding-top: 4rem !important;
}
	
    .slider-container_smart {
        display: none;
    }

    .news-slider_smart {
        display: none;
    }


    .col-a {
        width: 75%;
        overflow: hidden;
    }

    .col-b {
        max-width: 25%;
        overflow: hidden;
    }

    .container-hg {
        background-color: #fff;
        height: auto;
        margin-left: 0;
        margin-top: 12rem;
        z-index: 1000;
        position: absolute;
        padding: 0.5% 1% 0.5% 3%;
        opacity: 0.8;
        transition: opacity 1s;
        text-transform: uppercase;
        font-size: 1.5em;
        max-width: 420px;
    }

    .bg-secondary {
        background: none !important;
        padding-left: 0;
    }

}
