/* @import 'https://fonts.googleapis.com/css?family=Nunito+Sans|Raleway|Open+Sans+Condensed:300'; */
/* @import 'https://fonts.googleapis.com/css2?family=Heebo:wght@100&display=swap';  */
@import 'fonts.css';

/*
red:    rgba(175, 48, 51, 0.95);  #af3033
blue:   rgba(17, 68, 135, 0.95);  #114487
blu2:                             #40528A
green:  rgba(50, 169, 56, 0.95);  #32a938
*/

:root {
 --lsblue:#41548F;
 --lsred: #AF3033;
 --lsgrey: #878787;
 --menu-hover: rgba(17, 68, 135, 0.7);
 --img-bck: #f0f0f0;
}
.lsRed { color: #af3033;}


.has-box { box-shadow: rgba(10, 10, 10, 0.1) 0px 8px 16px -2px, rgba(10, 10, 10, 0.02) 0px 0px 0px 1px; box-sizing: border-box; }
@supports (backdrop-filter: none) {
  .has-blur-background {
    backdrop-filter: blur(1rem);
    background-color: rgba(255, 255, 255, .9) !important;
  }
}
.has-round-box { border-radius: 0.5rem; }
.mclip { clip-path: polygon(0% 0%, 95% 0, 100% 50%, 100% 100%, 5% 100%, 0% 50%); } 

html {}
body {
  background: transparent;
	background-color: #f0f0f0;
	font-family: 'Nunito Sans', sans-serif;  
}
h1, h2, h3, h4, h5 { font-family: 'Raleway', sans-serif; font-weight: 600; color: #41548F; }
h1 { font-size:2.0rem; } h2 { font-size:1.8rem; } h3 { font-size:1.6rem; } h4 { font-size:1.4rem; } h5 { font-size:1.2rem; }
li { margin-bottom: 0; }
p { margin-bottom: 1.5rem; }
@media (max-width: 560px) {		
  h1, h2, h3, h4, h5 { word-wrap: break-word; }
}

#bckImg {  
  position: fixed;  
  z-index: -10;
  top: 0;
  left: 0;
  
  height: 100vh;
  width: 100vw;
  
  background-repeat: no-repeat;    
  background-position: left bottom;
  background: radial-gradient( #b4c8f7, #e5e6f0 );
}
@supports (background-attachment: fixed ) {
  #bckImg {  
    background-attachment: fixed;
    background-image: url('../gfx/ls-de_13.jpg');
    background-position: left bottom;
  }
}

/*
@media only screen and (min-width: 1921px) {
  #bckImg { background-image: url('../gfx/ls-de.jpg'); }  
} 
@media only screen and (min-width: 1300px) {
}  
@media 
  only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1300px),
  only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1300px),
  only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1300px),
  only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1300px),
  only screen and (                min-resolution: 192dpi) and (min-width: 1300px),
  only screen and (                min-resolution: 2dppx)  and (min-width: 1300px) {         
}
*/

.container { background: transparent;  }
#head { margin-bottom: 0px; padding: 1rem 0; background: rgba(255, 255, 255, 1);    
}
#logoArea img {
  height: 100px;  
}

/* main nav */
#navWrapper { 
  z-index: 100; 
  background: transparent; 
  border-color: transparent; 
  background: #fff; 
  box-shadow: none; 
  min-height: auto; 
  border-radius:0;   
  border: 1px dotted #606060;  
  border-color: var(--lsblue);
  padding: 0rem 0;
}
#navbarNavDropdown > .navbar-nav > .nav-item { 
  font-size: 1.1em;   
  border: 1px dotted;  
  border-color: var(--lsblue);  
  border-bottom: none;
  border-top: none;
  border-right: none;
  padding: 0.2rem 0.2rem;
}
#navbarNavDropdown > .navbar-nav > .nav-item:last-child { 
  border-right: 1px dotted;
}
#navbarNavDropdown .nav-item:hover { background: var(--menu-hover); }
#navbarNavDropdown .nav-item:hover > a { color: #fff; }
#navbarNavDropdown .nav-item { transition: all 100ms ease-in-out; }
#navbarNavDropdown .dropdown-menu { min-width: 15rem; }


@media (max-width: 991.98px) {
  .navbar-collapse {
    display: flex;    
    flex-direction: column;    
    background: #000000dd;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
    z-index: 10;
  }
  .closeNavbar {
    font-size: 1.4rem;
    cursor: pointer;
    text-align: right;
  }
  #navbarNavDropdown > .navbar-nav {
    width: 90%;
  }
  #navbarNavDropdown > .navbar-nav > .nav-item {
    border: none;;
    text-align: center;
  }    
  .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.55);
  }
  .navbar-light .navbar-nav .nav-link {    
    font-size: 1.5rem;
  }
  #navbarNavDropdown .dropdown-menu .navbar-nav .nav-link {
    font-size: 1.0rem;
  }
  #navbarNavDropdown .nav-item:hover { background: unset; }
  #navbarNavDropdown .dropdown-menu {    
    position: initial;
    min-width: unset; background: unset;
    width: 90%;
    background: #000000dd;    
    transition: all ease-in-out 2s;
  }
  #navbarNavDropdown .dropdown-menu.show {    
  }
  #navbarNavDropdown .dropdown-menu.show .nav-item {
    padding: 0rem 1rem;
  }
}


#spacer { height: 0; margin-top: 3.5rem; } 

/* subnav */
#subnavArea {  padding-top: 1rem; background: transparent; }
#subnavArea .container { background: rgba(255, 255, 255, 0.97); border-radius: 0.5rem; }
#subnavArea h1 { color: #888; font-family: 'Heebo', sans-serif; font-size: 6em; font-weight: 100; padding: 0; margin: 2rem 0rem 2rem 0rem; letter-spacing: -0.5rem; padding-top: 3rem; }
.subnavbar { margin: 0; padding: 0;  }
.subnavbar li { list-style-type: none; display: inline-block;  cursor: hand;  transition: background-color 400ms ease-in-out;}
.subnavbar a { text-decoration: none; color: #666; }
.subnavbar li:hover, .subnavbar .active { background-color: rgba(17, 68, 135, 0.9); }
.subnavbar li:hover a, .subnavbar .active a { color: #fff; }

.subnavbar .mdivider { display: inline-block; width: 1rem; height: 3rem; margin: 0; padding: 0; vertical-align: middle; margin-left: 1rem; }
.subnavbar .snav-link { border-left: 3px solid rgba(17, 68, 135, 0.9); padding: 0 0.3rem;  }
.subnavbar .mdivider { border-left: 1px solid #333; }

@media (max-width: 767px) {
  #subnavArea h1 { 
    font-size: 3em;
    letter-spacing: -0.1rem; 
  }
}
@media (max-width: 574px) {
  .subnavbar li { display: block; }
  .subnavbar .mdivider { border-top: 1px solid #333; width: 100%; border-left: none; height: 20px; margin-top: 1rem; }
  }


/* breadcrumb */
#breadcrumb, #breadcrumb a  { color: #ddd;}

/* basic menu stuff */
.basicMenu, .basicMenu ul { margin:0;  padding:0; }
.basicMenu li { list-style-type: none; }

#imageArea {
	background: url( '/fileadmin/gfx/stickman.png' ) top right no-repeat;
 }

/* Stuff for the quick navigation */
#quickMArea { display: flex; flex-direction: column; align-items:flex-end;}
#quickMenu {  padding-top: 12px; margin-right: 5px; float:right; }
#quickMenuL li { float:left; }
#quickMenuL a.quickNavSelect, #quickMenuL a.quickNav { text-decoration: none; padding-left:4px; padding-right:4px; border-left:3px solid var(--lsblue); color: var(--lsblue); }
#quickMenuL a.quickNav:hover, #quickMenuL a.quickNavSelect, #quickMenuL a.quickNavSelect:hover { text-decoration: underline; color: #000; border-left:3px solid #A6282B; }
#socialMenu { margin-top: 0.4rem; display: flex; align-items: self-end; }
.socialIcon { height: 24px; width: 24px; }
#socialMenu a { color: var(--lsgrey); margin-right: 0.3rem; text-decoration: none; display: inline-block;}
#socialMenu a:hover { text-decoration: none; color: var(--lsblue); }

/* #queryMenuLMobile { margin: 0; padding: 0 }
#queryMenuLMobile li { list-style: none; }
#queryMenuLMobile a { display: block;; padding: 0.5em 0; color:#f0f0f0; }
#queryMenuLMobile a:hover { text-decoration: none; color: #fff;}
*/


/* main content */
.innerContent, .preInnerContent .frame, .preOuterContent .frame { 
  background: rgba(255, 255, 255, 0.9); border-radius: 0.5em;  margin-bottom: 2em; padding: 0.5em; 
  box-shadow: rgba(10, 10, 10, 0.1) 0px 8px 16px -2px, rgba(10, 10, 10, 0.02) 0px 0px 0px 1px;
}
.bssTextflow .frame { box-shadow: none; }
.bssTextflow { box-shadow: rgba(10, 10, 10, 0.1) 0px 8px 16px -2px, rgba(10, 10, 10, 0.02) 0px 0px 0px 1px; }
.tab-content .frame { box-shadow: none; }
.preMain .frame { background: transparent; padding: 0; margin: 0; }
.preMain h1 { padding: 0; margin: 0; color: #fff; font-weight: bold; }


/* Right Col */
.box { margin-bottom: 2em;  color: #fff;}
.boxHeader {  text-shadow: 4px 3px 5px #333; font-size: 1.5em; 	color: #fff; background: rgba(175, 48, 51, 0.95); padding: 2px; border-radius: 1em; text-align: center; border-bottom-left-radius: 0; border-bottom-right-radius: 0;  }
.boxContent { padding: 1em; border-radius: 1em; border-top-left-radius: 0; border-top-right-radius: 0; background: rgba(0, 0, 0, 0.6); }
.box a { color: #ccc; }

#shopLink .box { margin-bottom: 2em;  color: #fff;}
#shopLink .boxHeader { font-size: 1.3em; 	color: #fff; background: #40528A; padding: 4px; border-radius: 0.5em; text-align: center; line-height: 1.5em; }    
#shopLink .boxHeader a { color: #fff; }    


.logoSprite { width: 29px; height: 29px; }
.logoSprite:hover {	background-position: -29px 0; }


/* Footer */
#footer { background: rgba(255, 255, 255, 0.5); margin-top: 2em; padding-bottom: 1em; }
#footer h1 { font-size: 1.5em; ; padding:0; padding-bottom: 0.5em;	 }
#footer ul, #footer li { padding: 3px 0; margin: 0; }  
#footer li > a { padding: 3px 0px ; color:#444; }  
#footer li > a:hover { color:var(--lsblue); background: transparent; }


#sponsor .container { background: transparent; }

.clearBoth{ clear:both; }
.imgDesc { background: url('../gfx/navBack.png'); color: #fff; padding: 5px; text-shadow: 2px 2px 4px #000; }
.glow { box-shadow: 0px 0px 30px -5px #999; -moz-box-shadow: 0px 0px 30px -5px #999; -webkit-box-shadow: 0px 0px 30px -5px #999; }
.dropShadow { box-shadow: 12px 12px 8px -8px #777; -moz-box-shadow: 12px 12px 8px -8px #777; -webkit-box-shadow: 12px 12px 8px -8px #777; }
.makeRound { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.dropTextShadow { text-shadow: 4px 3px 5px #bbb; }
.dropTextShadow2 { text-shadow: 4px 3px 5px #333; }
.mMiddle { vertical-align: middle; }

/* animate X on burger menu , need JS*/
.navbar-toggle .icon-bar:nth-of-type(2) { top: 1px; }
.navbar-toggle .icon-bar:nth-of-type(3) { top: 2px; }
.navbar-toggle .icon-bar { position: relative; transition: all 500ms ease-in-out; }
.navbar-toggle.active .icon-bar:nth-of-type(1) { top: 6px; transform: rotate(45deg); }
.navbar-toggle.active .icon-bar:nth-of-type(2) { background-color: transparent; }
.navbar-toggle.active .icon-bar:nth-of-type(3) { top: -6px; transform: rotate(-45deg); }


/* adjustments */
.csc-header { margin: 0; }

/* Browser Update */
 body .buorg {font-size:25px}



/* tx_news */
.carousel-control-next, .carousel-control-prev , .carousel-indicators  { filter: invert(100%); }
.newsHeader time {
  color: #606060;
  font-size: 0.7rem;
}
.newsHeader {
  
}

.newsgrid { display:flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
.newsgrid { display:grid; grid-template-columns: repeat(3, 1fr); }
.newsgrid .news-img-wrap { background-color: var(--img-bck); }
.newsgrid .news-img-wrap a:before { width: 0; }
.newsgrid .news-img-wrap img { object-fit: contain; }
.newsgrid .card { margin: 0.7rem; }
.newsgrid .card-img-top { min-height: 300px; }
.newsgrid .card-body { display: flex; flex-direction: column; }
.newsgrid .card-title { min-height: 5rem; }
.newsgrid .card-text { flex: 1 1 auto; }

@media (max-width: 990px) {		
  .newsgrid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {		
  .newsgrid { grid-template-columns: repeat(1, 1fr); }
}

.news-single .teaser-text { color: #000; font-size: 1.2rem; }
.news-single .article .news-img-wrap { float: unset; width: unset; margin: unset; }
.news-single .article .news-img-wrap { float: unset; width: unset; margin: unset; }
.news-single .showPrevNext {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #606060 ;  
  padding-top: 1.0rem;;
}
.news-single .showPrevNext .next {
  text-align: right;
}

#newsCarousel { padding-bottom: 2rem; }
#newsCarousel .carousel-inner { background: url('../gfx/ls-de_13.jpg') 20% 65% #f0f0f0; }
#newsCarousel .newslide { height:400px;  }
#newsCarousel .newsImg {
  width: auto;
  max-width: 90%;
  max-height: 100%;
  margin: 2rem;
  height: 400;
}
#newsCarousel .carousel-caption { background-color: #ffffffee; color: #000; }
@supports (backdrop-filter: none) {
  #newsCarousel .carousel-caption {
    backdrop-filter: blur(4rem);
    background-color: rgba(255, 255, 255, .5) !important;
  }
}
@media (max-width: 767px) {		
  #newsCarousel .carousel-caption { position: unset; border-bottom: 1px solid var(--lsblue); margin-bottom: 2rem;}
  #newsCarousel .mclip { clip-path: polygon(0% 0%, 95% 0, 100% 50%, 100% 100%, 0% 100%, 0% 50%); } 
}




/* lsnet */
.tx-lsbnet-pi1 input[type=submit] { color: #000; }

/* responsiv */
.innerContent img { max-width: 100%; height: auto; }

/* other */
.frame-type-menu_section { float: right; max-width: 200px; border: 1px dotted #A6282B; margin: 2rem; padding: 1rem; }
.frame-type-menu_section ul { list-style: none; padding: 0; }

.remarkBox { margin: 3rem auto; width: 50%; }
.remarkBox ul { padding: 1rem; padding-left: 3rem; }

.infobox {
  border: 1px dashed #40528A;
  min-height: 10rem;
  width: 33%;
  margin-left: 2rem;  
  margin-right: 2rem;  
  margin-bottom: 2rem;  
  border-radius: 1em; 
  background: #e7e7e7;
  
}
.infobox .headline {
  text-shadow: 4px 3px 5px #333; 
  background: #40528A;
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;  
  text-align: center;
  vertical-align: middle;
  border-radius: 1em; 
}
.infoboxc { padding: 1rem; }

.shopItem { margin: 2rem 0; border-bottom: 1px dashed #0c264b; padding: 1rem; border-radius: 1rem; }
.shopItem { margin: 4rem 2rem; border: 1px dashed #0c264b;
  box-shadow: 12px 12px 8px -8px #777; -moz-box-shadow: 12px 12px 8px -8px #777; -webkit-box-shadow: 12px 12px 8px -8px #777;
  background: #fff;
}
.shopItem h2 { margin-top: 0em; }
.shopItem h3 { margin-top: 0em; font-size: 1.5rem; }
.shopItem .shopItemBrand { display: none ; }
.shopItemLinkBottom { display: inline-block; margin-top: 3rem; }

.coopItem { padding: 1.5rem 0 ; border-bottom: 1px dotted #40528A; background: #fff; margin: 0 2rem; margin-bottom: 2rem; box-shadow: 4px 3px 5px #999;  }
.coopItemName { font-size: 2.3rem; font-weight: normal; }
.coopItem .col1 { text-align: right; }

.qabox { margin-bottom: 1rem; }
.qline { 
  border: 1px solid #0C264B; padding: 0.5rem; font-size: 1.7rem; cursor: pointer; background: #40528A; color: #fff; text-shadow: 4px 3px 5px #333; 
  transition: all 0.3s ease-in;
}
.glyphani { text-shadow: none; transform: rotate(-90deg); transition: all 0.3s ease-in; }
.qline:hover { background: rgba(175, 48, 51, 0.95); }
.qline:hover .glyphani { transform: rotate(0deg); }
.abox { border: 1px solid #0C264B; border-top: none; padding: 1rem; background: rgba(200, 214, 255, 0.30);  }

.startBox h2, .startBox h4 { padding: 0; margin: 0; }
.startBox h4 { color: #40528A; margin: 2rem 0; border-bottom: 3px double #40528A; font-family: 'Raleway', sans-serif; font-size: 1.4rem;  }
.startBox ol { padding-left: 1.7rem; list-style-type: none; counter-reset: list; }
.startBox ol li { list-style: none; position: relative; }
.startBox ol li:before { content: counter(list, lower-alpha) ") "; counter-increment: list;position: absolute; left: -1.2em; }

hr.ce-div { 
  background: url("../gfx/divider1.png") no-repeat 50% ;  
  height: 12px;
}
.frame-layout-1 { padding-left: 3rem; }
.frame-layout-2 { padding-left: 6rem; }

.frame-type-dce_dceuid6 { background: transparent !important; }
.imgWrap a:hover:before { visibility: hidden !important; }

.limitedFeature { display: inline-block; padding: 0.5rem; background: #d9d9d9; }
.limitedFeature .go { color: #265e26;  }
.limitedFeature .nogo { color: #a12020;  }
.limitedFeatureItem { display: inline-block; margin-right: 1.5rem; font-weight: bold; }

.infocardGrid { 
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr );
}
.infocard  { background: rgba(255, 255, 255, 0.90); border-radius: 0.5em;  margin-bottom: 2em; padding: 0.5em; }
.infocard h1 { margin: 0; margin-top: 1rem;  font-size: 1.6rem; min-height: 4.4rem;  word-wrap: break-word;}
.infocard .cardImg { width: 100%; height: auto; }
.infocard .imgWrap { min-height: 175px;  }
@media (max-width: 991px) and (min-width:551px) {		
  .infocardGrid {
    grid-template-columns: repeat( 2, 1fr );
  }
}
@media (max-width: 550px) {		
  .infocardGrid {
    grid-template-columns: repeat( 1, 1fr );
  }
}

.slick { width: 90%; margin: 20px auto; background: #e0e0e0; background-image: url('../gfx/ls-de_13.jpg'); }
.slick .slick-slide { margin: 20px 10px; border: 0px solid #fff; }
.slick .slick-prev:before, .slick-next:before { color: black; }
.slick a figcaption { text-shadow: initial; color: #fff; font-size: 1.2rem; font-weight: normal; }
/* .slick .slick-slide {  transition: all ease-in-out .6s; opacity: .2; }
.slick .slick-active { opacity: .8; }
.slick .slick-current { opacity: 1; } */

.mfp-figure figure { position: relative; }
.mfp-figure figcaption { position: absolute; bottom: 0; width: 100%; background: rgba( 0,0,0, 0.6 ); margin-bottom: 40px; padding: 1rem 0.5rem; }
.mfp-bottom-bar { margin: inherit; position: inherit; }

.guideSlide { width: 90%; margin: 0 auto;  border: 1px solid #0C264B; background: url('../gfx/ls-de_13.jpg') 50% 50%; }
.guideSlide .slick-slide { margin: 20px 15px; }
.guideSlide .slick-prev:before, .slick-next:before { color: black; }
.guideSlide .slick-slide {  transition: all ease-in-out .6s; opacity: .2; }
.guideSlide .slick-active { opacity: .8; }
.guideSlide .slick-current { opacity: 1; }
.guideSlide figcaption { background: rgba( 0, 0, 0, 0.5 ); color: #fff; margin-top: 1rem; padding: 1rem; }

.pmatrix { margin: 4rem 2rem; border: 1px #0c264b; box-shadow: 12px 12px 8px -8px #777; background: #fff; }
.pmatrix h2 { padding-left: 0.5rem; margin-bottom: 0.5rem;    }
.pmatrix th { font-size: 1.5rem; }
.pmatrix thead th { background: #A6282B; color: #fff; }
.pmatrix thead th.tup { text-align: center; min-width: 4rem; }
.pmatrix .glyphicon-ok { color: #265e26; font-size: 1.2rem; }


.prmatrix { margin: 4rem 2rem; border: 1px #0c264b; box-shadow: 12px 12px 8px -8px #777; background: #fff; }
.prmatrix h2 { padding-left: 0.5rem; margin-bottom: 0.5rem;    }
.prmatrix .prdesc { padding: 0.5rem; margin-bottom: 0.5rem;  font-size: 1.4rem; color: #333; }
.prmatrix th { font-size: 1.5rem; }
.prmatrix thead th.tup { background: #A6282B; color: #fff; text-align: center; }
.prmatrix thead th.no { border: none; }
.prmatrix .glyphicon-ok { color: #265e26; font-size: 1.2rem; }
.prmatrix table { width: auto; }
.prmatrix .p { white-space: nowrap; text-align: right; border-left: 1px solid #777; min-width: 100px;  }

/* Typo3 Adjustments */
@media (max-width: 766px) {		
  .ce-textpic {
    display: flex;
    flex-direction: column;
  }
  .ce-textpic.ce-left .ce-gallery {
    float: unset;    
  }
  .ce-textpic.ce-right .ce-gallery {
    float: unset;
    
  }
}


ul.ce-uploads.col2 { 
  display: flex;
  flex-wrap: wrap;
}
.ce-uploads.col2 li {  
  width: 50%;
}
ul.ce-uploads.col2::after {}

.nohover a:hover:before {visibility: hidden !important; transform: none !important; -webkit-transform: none !important; }

@media (max-width: 1199px) and (min-width:992px) {
  #shopLink { font-size: 1.2rem; }
  .imgWrap { min-height: 145px;  }
}
@media (max-width: 991px) and (min-width:551px) {		
  #shopLink { font-size: 1.6rem; }  
}
@media (max-width: 550px) {		
  .frame-type-textmedia .ce-left .ce-gallery  { float: none !important; }
  .ce-uploads.col2 li {  
    width: 100%;
  }    
}
.image-embed-item { width: 100%; height: auto; }


.frame-layout-3 .ce-gallery { width: 100%; }
.frame-layout-3 .ce-row { display: flex; justify-content: center; }

.frame-layout-4 {  
  padding: 1rem;
  width: 60%;
  box-shadow: 12px 12px 8px -8px #777;  
  background: rgba(0,0,0,0.05);
}
.frame-layout-4 h1, .frame-layout-4 h2, .frame-layout-4 h3, .frame-layout-4 h4 { margin-top: 0; padding-top: 0; }

.frame-layout-5 {
  border: 1px solid #114487;
  width: 70%;
  padding: 1rem;  
  background: rgba(255,255,255,0.8);
}
.frame-layout-5 h1, .frame-layout-5 h2, .frame-layout-5 h3, .frame-layout-5 h4 { margin-top: 0; padding-top: 0; }

.frame-layout-6 {
  border: 1px solid #114487;
  width: 70%;
  padding: 1rem;  
  background: #454F89;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.frame-layout-6 h1, .frame-layout-6 h2, .frame-layout-6 h3, .frame-layout-6 h4 { margin-top: 0; padding-top: 0; }
.frame-layout-6 a { color: #ffff00 !important; }

.frame-layout-8 {    
  padding: 1rem;  
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.frame-layout-8 h1, .frame-layout-8 h2, .frame-layout-8 h3, .frame-layout-8 h4 { margin-top: 0; padding-top: 0; }
.frame-layout-8 a { color: #ffff00 !important; }

.frame-space-after-small { margin-bottom: 1em !important; }
.frame-space-after-medium { margin-bottom: 2em !important; }
.frame-space-after-large { margin-bottom: 4em !important; }
.frame-space-after-extra-large { margin-bottom: 8em !important; }
.frame-space-after-extra-small { margin-bottom: 0.5em !important; }
.frame-space-before-extra-small { margin-top: 0.5em !important; }

.frame-bckt60 {
  background: rgba(255, 255, 255, .6) !important;
}

.bssTab .tab-content { border:1px solid var(--lsblue); }
.bssTab .nav-tabs { border-bottom:1px solid var(--lsblue); }
.bssTab .nav-tabs li .bssTabHeader .nav-link { color: var(--lsblue); background-color: #f0f0ff; }
.bssTab .nav-item, .bssTab .nav-item.active { margin-right: 1rem; border: 1px solid var(--lsblue); border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem; border-bottom: none; }
.bssTab .nav-link { background: var(--img-bck); margin-bottom: -2px; }
.bssTab .nav-link.active { background: #fff; color: var(--lsblue); margin-bottom: -10px;  }
.bssTabHeader { font-size:1.1rem !important; font-weight: bold; }
.bssAccordion.frame { padding: 0; }

.accordionIcon { display: inline-block;  color: #af3033; width: 30px; height: 30px; border: 0; position: relative; vertical-align: text-bottom; }
.accordionIcon span { position: absolute; transition: .5s; background: #af3033; border-radius: 2px; }
.accordionIcon span:first-of-type { top: 25%; bottom: 25%; width: 10%; left: 45%; }
.accordionIcon span:last-of-type { left: 25%; right: 25%; height: 10%; top: 45%; }
.accordionHeader .accordionIcon span:last-of-type { left: 50%; right: 50%; }
.accordionHeader .accordionIcon span:first-of-type { transform: rotate(90deg); }
.accordionHeader .collapsed .accordionIcon span:last-of-type { left: 25%; right: 25%; }
.accordionHeader .collapsed .accordionIcon span:first-of-type { transform: rotate(0deg); }

.bssTextflow .frame { margin: 0; border-radius: 0; }
.bssTextflow { margin-bottom: 2em; background: #fff; }

.bssFlex2Col .frame { margin: 0; border-radius: 0; }
.bssFlex2Col { margin-bottom: 2em; background: #fff; display:flex;  justify-content:space-between; }
.bssFlex2ColRight { min-width: 300px; }


.bssFlex2Col.frame-layout-7 { background: transparent;  }
.frame-layout-7 .bssFlex2ColRight .frame, .frame-layout-7 .bssFlex2ColLeft .frame { height: 100%; } 
.frame-layout-7 .bssFlex2ColRight, .frame-layout-7 .bssFlex2ColLeft {
  min-width: unset;
  width: calc( 50% - 0.4rem);  
}
@media (max-width: 991px) {		
  .bssFlex2Col.frame-layout-7 { flex-flow: wrap;  }
  .frame-layout-7 .bssFlex2ColRight,.frame-layout-7 .bssFlex2ColLeft {
    width: 100%;  
  }
}

.bssFlex2Col.frame-layout-col60-40 .bssFlex2ColRight, .bssFlex2Col.frame-layout-col70-30 .bssFlex2ColRight, .bssFlex2Col.frame-layout-col80-20 .bssFlex2ColRight { min-width: unset; }
.bssFlex2Col.frame-layout-col60-40, .bssFlex2Col.frame-layout-col70-30, .bssFlex2Col.frame-layout-col80-20 {
  background: transparent; 
  display: grid;
  gap: 1.5rem;
}
.bssFlex2Col.frame-layout-col70-30 { grid-template-columns: 70% 30%; }
.bssFlex2Col.frame-layout-col60-40 { grid-template-columns: 60% 40%; }
.bssFlex2Col.frame-layout-col80-20 { grid-template-columns: 80% 20%; }

@media (max-width: 991px) {		
  .bssFlex2Col.frame-layout-col70-30 { grid-template-columns: 100%; }
  .bssFlex2Col.frame-layout-col60-40 { grid-template-columns: 100%; }
  .bssFlex2Col.frame-layout-col80-20 { grid-template-columns: 100%; }
}


.youtubeflex { display:flex; flex-wrap: wrap; }
.yt_flex_box { margin:2rem; }
.ytInner { display: none; }
.yt_dp {
  position: relative;
  border: 1px solid var(--lsblue);
}

.yt_bg, .yt_fg {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	
	background-image: url('/typo3conf/ext/tpl_site/Resources/Public/gfx/logo2021.svg');
	background-position: center center;
	filter: blur(30px);
}
.yt_fg {
	background: transparent;
	filter: none;
}


.spslide .carousel-caption {
  background-color: #ffffffee;
  color: #000;
}
@supports (backdrop-filter: none) {
  .spslide .carousel-caption {
    backdrop-filter: blur(4rem);
    background-color: rgba(255, 255, 255, .5) !important;
  }
}
.spslide .thead { font-variant: small-caps; }
.spslide .hsm-item h1 {  margin: 0; }
.spslide a { text-decoration: none;  }
.spslide .hsm-item a:hover h1 { color: var(--lsred); }
@media (max-width: 767px) {		
  .spslide .carousel-caption { position: unset; border-bottom: 1px solid var(--lsblue); margin-bottom: 2rem;}
  .spslide .mclip { clip-path: polygon(0% 0%, 95% 0, 100% 50%, 100% 100%, 0% 100%, 0% 50%); } 
}





#importantMessage {  
  margin-bottom: 3rem;
}

#iminner {  
  background: rgba(255,255,255,0.75);
  border: 1px solid #af3033;
  border-radius: 10px;
  padding: 1rem;  
  margin-right: 1em;
}

#importantMessage .container h1 { padding: 0; margin: 0; font-size: 2.2rem; }
#importantMessage .container a img { float:left;   margin-right: 1.5rem; vertical-align: middle; }
#importantMessage .container a { color: #555; font-size: 1.5rem; transition: all 200ms; }
#importantMessage .container a:hover { text-decoration: none; color: #000; }

.largeTextarea { min-height: 200px; }

.cookie-consent-container .buttons .btn--primary {
  background: var(--lsblue) !important;
  border: 2px solid var(--lsblue) !important;
}
.cookie-consent-container .label input:checked~.checkmark {
  background-color: var(--lsblue) !important;
}