@charset "UTF-8";

/*
color hadline-dark: #004B67
color hadline-light: #3B85B0

color bg-dark:  #006382
color bg-light: #4287A3
*/

.clearboth{
  clear: both;
}


html, body{
  font-family: "Arial";
  font-size:24px;
  line-height: 1.5;
}

h1 {
  font-size: 26px;
  font-weight:600;
  margin: 0;
}

.wp-block-button__link {
  background-color: #006382;
}


.wp-block-le-blocks-le-07-column > .wp-block-image {
  margin-top: 20px;
}

.wp-block-image figcaption {
  text-align: left;
}

.wp-block-le-blocks-le-07-column ul li {
  font-size: 20px;
  line-height: 1.5;
}

.wp-block-le-blocks-le-07-column ul {
  margin: 20px 0;
}

.wp-block-le-blocks-le-07-column h4 {
  margin: 40px 0 20px 0;
}

.wp-block-le-blocks-le-07-column h4:first-child {
  margin: 20px 0 20px 0;
}

.le-headline-h4 strong {
  font-weight: unset;
}

a, a:hover, a:visited, a:focus{
  text-decoration:none;
}

header.site-header{
  text-align:center;
  margin:0px;
  padding:0px;
  position: relative;
}

.leHeaderElements{
  height:20px;
  width:1000px;
  margin:0 auto;
  padding:10px 0 0 0;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
}

.leHeaderElementsSpan a, .leHeaderElementsSpan a:hover, .leHeaderElementsSpan a:focus, .leHeaderElementsSpan a:visited,
.leHeaderElementsSpan.leHeaderElementLogin a, .leHeaderElementsSpan.leHeaderElementLogin a:hover, .leHeaderElementsSpan.leHeaderElementLogin a:focus, .leHeaderElementsSpan.leHeaderElementLogin a:visited
{
  color: #000;
  text-decoration: none;
}

.leUserIconHeader{
  height: 24px;
}

.leSelectLang{
  height: 12px;
}

.leHeaderElementsSpan{
  margin-left: 50px;
}

.site-branding-container{
  max-width:1520px;
  width: 86%;
  margin:0 auto;
  padding: 0 0 30px 0;
  position: relative;
}

.leLogo{
  float:left;
  /*margin: 0 0 30px 0;*/
  /*vertical-align:bottom;*/
}

.site-branding-container-right{
  float:right;
  /*margin: 0 0 30px 0;*/
  margin: 0;
  vertical-align:bottom;
  text-align:right;
}

.main-navigation, .leSearch{
  float:right;
  margin: 0 0 30px 0;
  clear: right;
}

.main-navigation {
  margin: 0;
}

.leSearchResults{
  width: 1000px;
  margin: 50px auto 0 auto;
  padding: 0;
}

.leSearchResultsQuery{
  margin: 0;
  margin-bottom:30px;
  padding: 0;
}
.leSearchResultsQueryLabel{
  color: #9C9E9F;
}
.leSearchResultsQueryInput{
  color: #000;
}


.leSearchResultsEmpty{
  width:600px;
  margin: 120px auto 200px auto;
  padding:25px;
  color:#fff;
  background-color:#000;
}

.leSearchResultsEmpty h1{
  margin-bottom: 20px;
}
.leSearchResultsEmpty p,
.leSearchResultsEmpty ul{
  margin: 0px;
}

.leNavMain {
  position: relative;
  right: 0;
  /*bottom: 50px;*/
}


.main-navigation, .menu-main-container{
  max-width: 1070px;
  text-transform: uppercase;
}
.current_page_item a{
  text-decoration:underline;
}
.menu-item a:hover{
  text-decoration:underline;
}

.leNavMobileIcon{
  display:none;
}
.leNavMobile.open{
  display:none;
}
.leNavMobile{
  display:none;
}

.leLogoImg{
  width:360px;
  /*margin-right: 20px;*/
  /*padding-top:15px;*/
}

.leSearch form{
  padding-top:15px;
}


.leSearchInput{
  width:220px;
  height:22px;
  padding:0px;
  margin:0px;
  background: #fff;
  color: #000;
  box-sizing: none;
  outline: none;
  padding: 0.36rem 1.7rem 0.36rem 0.66rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  font-weight:bold;  
  border: 1px solid #000;
}
.leSearchInputSubmit, .leSearchInputSubmit:hover, .leSearchInputSubmit:visited, .leSearchInputSubmit:focus{
  height: 30px;
  width: 30px;
  padding:0px;
  margin:0px;
  transform: translate(-120%, 17%);
  position: absolute;
  transition: none;
  background-color: unset;
  background-image: url('../img/Lupe.svg');
  background-repeat: no-repeat;
  border: none;
  border-radius: 0px;
  box-sizing: none;
  outline: none;
  text-decoration: none;
  vertical-align: middle;
}


.main-navigation > div {
  display: inline;
}

.main-navigation .main-menu {
  display: inline-block;
  margin: 20px 0 0 0;
  /*padding: 0;*/
  /*padding-top:30px;*/
  /*padding: 30px 0 50px 0;*/
}

.main-navigation .main-menu > li {
  color: #000;
  display: inline;
  position: relative;
}

.main-navigation .main-menu > li > a {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  margin-right: 24px;
}

.main-navigation .main-menu > li > a + svg {
  margin-right: 0.5rem;
}

.main-navigation .main-menu > li > a:hover,
.main-navigation .main-menu > li > a:hover + svg {
  color: #000;
}

.main-navigation .main-menu > li.menu-item-has-children {
  display: inline-block;
  position: inherit;
}

.main-navigation .main-menu .sub-menu{
  /*opacity: 1;*/
  font-size: 17px;
  transform: translate(-1rem) !important;
  background-color: unset;
  padding-top: 54px;
}

.main-navigation .main-menu li:hover .sub-menu {
  left: auto !important;
}

.main-navigation .main-menu .sub-menu li{
  text-align: left;
  background-color: rgba(0, 78, 102, 0.75);
}

.main-navigation .main-menu .sub-menu a{
  text-decoration: none;
  padding: calc( .5 * 1rem) calc(1rem) calc( .5 * 1rem) 1rem;
}

.main-navigation .sub-menu > li > a:hover {
  background-color: rgb(0, 78, 102);
}


.leIntroText{
  font-size:24px;
  max-width:1160px;
  width: 100%;
  margin: 40px auto 60px auto;
  padding:0px;
  text-align: justify;
  /* 
  color: #004B67;
  text-transform:uppercase;
  */
}

.leIntroText h1{
  font-size:3vw;
  max-width:1520px;
  padding:0px;
  color: #004B67;
  text-transform:uppercase;
  line-height:1em:
}




.leIntroTextPage{
  font-size:24px;
  max-width:1520px;
  width: 86%;
  margin: 40px auto 0px auto;
  padding:0px;
  text-align:left;
}


.leBoxesWbdfm{
  max-width:1160px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  margin: auto;
}
  
.leBoxWbdfm{
  font-size:24px;
  padding:0px;
  height: 16vw;
  max-height: 240px;
  color:#fff;
  background-color: #006382;
  box-shadow: 8px 8px 8px 0px #b0b0b0;
  position: relative;
}

.leBoxWbdfm.leBoxWbdfmInactive{
  opacity: 0.3;
}

.leBoxWbdfm:hover{
  opacity: 1;
}

.leBoxWbdfmLast{
  margin: 0px;
}

.leBoxWbdfm a{
  width: auto;
  height: auto;
  color:#fff;
  font-weight: bold;
}


.leBoxWbdfm p{
  margin: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




.leIntroTicker{
  width:100%;
  margin: 0px;
  padding:0px;
}

.leTickerTable{
  width:100%;
  height:56px;
  padding:0px;
  margin:0px;
  border:none;
}
.leTickerLeft{
  font-size:24px;
  background-color: #000;
  color: #fff;
  width:180px;
  height:56px;
  padding:0px;
  padding-right: 25px;
  margin:0px;
  border:none;
  text-align: right;
  vertical-align:middle;
}

.leTickerRight{
  width:auto;
  height:56px;
  padding:0px;
  margin:0px;
  border:none;
}

.leTickerRightOverlay{
  width:100%;
  height:56px;
  margin: -56px 0 0 0;
  padding:0;
}
.leTickerRightOverlay img{
  height:56px;
}
.leTickerRightOverlayLeft{
  float:left;
}
.leTickerRightOverlayRight{
  float:right;
}


#ticker{
  width:100%;
  height:56px;
}

ul.marquee {
  /* required styles */
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  overflow: hidden;

  /* optional styles for appearance */
  width: 100%;
  height: 56px; /* height should be included to reserve visual space for the marquee */

  background-color: #9C9E9F;
  border: none;
}

ul.marquee li {
  /* required styles */
  position: absolute;
  top: -999em;
  left: 0;
  display: block;
  white-space: nowrap; /* keep all text on a single line */

  /* optional styles for appearance */
  /* font: 14px Arial, Helvetica, sans-serif; */
  font-size: 24px; 
  padding: 5px 3px 3px 100%;
  color: #ffffff;
}

ul.marquee li p{
  margin:0px;
}

ul.marquee li  a{
    color: #ffffff;
    text-decoration: none;
}



.leIconBox{
  width:100%;
  padding: 80px 0;
  margin:0;
  background-color: #E5EAEC;
}

.leIconBoxIcons{
  width:1000px;
  padding:0;
  margin: 0 auto;
}

.leIconBoxIcon1,
.leIconBoxIcon2{
  padding:0;
  margin: 0 50px 0 0;
  width: 300px;
  float:left;
}

.leIconBoxIcon3{
  padding:0;
  margin: 0;
  width: 300px;
  float:left;
}

.leIconBoxIconImg{
  width:100%;
  margin: 0 0 30px 0;
}

.leIconBoxIconImg img{
  width:200px;
  margin: 0 auto;
}




.leInfoBox{
  width:100%;
  padding: 80px 0;
  margin:0;
  background-color: #E5EAEC;
  display:none;
}

.leInfoBoxIcons{
  width:1000px;
  padding:0;
  margin: 0 auto;
}

.leInfoBoxIcon,
.leInfoBoxIcon1,
.leInfoBoxIcon2,
.leInfoBoxIcon3{
  width:100%;
  padding:0;
  margin: 0 0 100px 0;
}


.leInfoBoxIcon table,
.leInfoBoxIcon table tr,
.leInfoBoxIcon table tr td{
  border:0;
  padding:0;
  margin:0;
  width:auto;
}

.leInfoBoxIcon table tr td{
  margin: 0;
  padding:0;
}

.leInfoBoxIconLeft{
  width:220px;
  margin: 0;
  padding:0;
}


.leInfoBoxIconRight{
  width:auto;
  vertical-align:middle;
  text-align:left;
  font-size:56px;
}


.leInfoBoxIconImg{
  width:220px;
  margin: 0;
  padding: 0;
}


.leInfoBoxIconImg img{
  width:200px;
  margin: 0;
}

.leInfoBoxIconTable{
  display:block;
}
.leInfoBoxIconElems{
  display:none;
}




.leFeaturedBox{
  /* width:1520px; */
  width:1160px;
  padding: 100px 0 30px 0;
  margin: 0 auto;
}

.leFeaturedBox.leFeaturedBoxStartPage{
  padding: 0px 0 70px 0;
}



.leFeaturedBox h2{
  font-size: 26px;
}
  

.leFeaturedBoxLine{
  padding: 0;
  margin: 0 0 50px 0;
}
.leFeaturedBoxLineMore{
  padding: 0;
  margin: 0;
  display:none;
}

.leFeaturedBoxLineMoreLink, 
.leFeaturedBoxLineAllLink{
  padding: 0 0 50px 0;
  margin: 0;
  display:block;
  cursor: pointer;
  color:#006382;
  text-align:center;
  line-height:1em;
}


.leFeaturedBoxLineAllLink{
  display: none;
}


.leFeaturedBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /*grid-template-rows: repeat(3, 1fr);*/
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.leFeaturedBox > div {
  display: block;
  position: relative;

}

.leFeaturedBoxStartPage > div {

  padding: 20px;
  height: 320px;
  /*max-width: 360px;*/
}

.leFeaturedBox > div.clear {
  display: none;
}

.leFeaturedPImg {
  margin: 0;
}

/*
.leFeaturedBoxLeft{
  width:360px;
  height:356px;
  margin-right:40px;
  margin-bottom:40px;
  background-color: none;
  color: #fff;
  font-weight: 700;
  float:left;
  box-shadow: 8px 8px 8px 0px #b0b0b0;
}

.leFeaturedBoxRight{
  width:360px;
  height:356px;
  margin-right:0px;
  margin-bottom:40px;
  background-color: none;
  color: #fff;
  font-weight: 700;
  float:right;
  box-shadow: 8px 8px 8px 0px #b0b0b0;
}
*/
.leFeaturedBoxLeftBgDark{
  background-color: #006382;
}
.leFeaturedBoxLeftBgLight{
  background-color: #4287A3;
}



/*
.leFeaturedBoxPublic{
  background-color: #006382;
}

.leFeaturedBoxNotPublic{
  background-color: #000000;
}


.leFeaturedBoxLeft img,
.leFeaturedBoxRight img{
  width:360px;
  height:265px;
}

.leFeaturedBoxLeft p.leFeaturedPImg,
.leFeaturedBoxRight p.leFeaturedPImg{
  margin:0px;
  padding:0px;
  width:360px;
  height:265px;
}
*/
.leFeaturedBoxLeft p.leFeaturedPCatImg,
.leFeaturedBoxRight p.leFeaturedPCatImg{
  margin:0px;
  padding:0px;
  width:100%;
  text-align:right;
}

.leFeaturedBoxLeft p.leFeaturedPCatImg img,
.leFeaturedBoxRight p.leFeaturedPCatImg img{
  margin:20px 20px 40px 40px;
  height: 96px;
  width: auto;
}

.leFeaturedPCatHeadline{
  margin: 0;
  /*padding: 0px 20px;*/
  font-size:27px;
  text-transform:uppercase;
  line-height: 1.1em;
  bottom: 22%;
  position: absolute;
  font-weight: bold;
  min-height: 60px;
  padding-right: 20px;
}

.leFeaturedPCatDescription{
  margin:0px;
  font-size:20px;
  line-height: 1.1em;
  font-weight: normal;
  position: absolute;
  padding-right: 20px;
  bottom: 20px;
  min-height: 45px;
}



.leFeaturedBoxLeft p.leFeaturedPLabel,
.leFeaturedBoxRight p.leFeaturedPLabel{
  margin:0px;
  padding: 16px 24px;
  height:59px;
  width:auto;
  font-size:20px;
  font-weight:normal;
  line-height: 1.25em;
}

.leFeaturedBoxLeft.leFeaturedBoxNotPublic p.leFeaturedPLabel,
.leFeaturedBoxRight.leFeaturedBoxNotPublic p.leFeaturedPLabel{
  background-color: #000000;
}

.leFeaturedBoxLeft.leFeaturedBoxPublic p.leFeaturedPLabel,
.leFeaturedBoxRight.leFeaturedBoxPublic p.leFeaturedPLabel{
  background-color: #006382;
}


p.leFeaturedPLabel::before {
    background: #fff;
    content: "\020";
    display: block;
    height: 4px;
    margin: 0px 0 8px 0;
    width: 2em;
}




.leFeaturedBoxLeft a,
.leFeaturedBoxRight a{
  margin:0px;
  padding:0px;
  width:auto;
  height:auto;
  line-height:0;
  color:#fff;
}

.leBottomSliders .leSliderImg img {
  width: auto;
  float: left;
  display: block;
}

.leBottomSliders{
  padding: 40px 0 40px;
  background-color: #d9d9d9;
}

.leBottomSliderleft,
.leBottomSliderRight{
  padding: 0;
  margin: 0;
  width:100%;
  /*background-color: #4287A3;*/
}

.leBottomSliderleft{
  /*float:left;*/
  max-width:1160px;
  width: 86%;
  margin: auto;
}

.leBottomSliderRight{
  float:right;
}






.leOfl{
  width: 100%;
  background-color: #006382;
  color:#fff;
  margin: 0;
}


.leOflContent{
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}

.leOflTable{
  margin:0;
  padding:0;
  border:none;
}

.leOflLeft{
  margin:0;
  padding:0;
  border:none;
  width:220px;
}

.leOflLeft img{
  margin:0;
  padding:0;
  width:216px;
  height:279px;
}

.leOflRight{
  margin:0;
  padding:0 0 0 30px;
  border:none;
}

.leOfl a{
  color:#fff;
}

.leOflLink{
  margin:0;
  padding:0;
  width:216px;
  height:279px;
  background-image: url('../img/Our_favorite_Label.png');
  background-repeat: no-repeat;
}
.leOflLink:hover{
  background-image: url('../img/Our_favorite_Label_over.png');
}

.leOflUpper,
.leOflLower{
  float:none;
  display:none;
}






.lePopularBoxContainer{
  width: 100%;
  background-color: #E5EAEC;
  margin: 0;
  padding:0;
}

.lePopularBox{
  width:1000px;
  padding: 80px 0;
  margin: 0 auto;
  background-color: #E5EAEC;
}

.lePopularBox h1{
  margin-bottom:40px;
}


.lePopularBoxLine{
  padding: 0;
  margin: 0;
}

.lePopularBoxContentLeft,
.lePopularBoxContentRight{
  width:296px;
  margin-right:56px;
  background-color: none;
  color: #006382;
  font-size: 15px;
  font-weight: 700;
  float:left;
}
.lePopularBoxContentRight{
  margin-right:0;
}

.lePopularBoxContentLeft img,
.lePopularBoxContentRight img{
  width:296px;
}

.lePopularBoxContentLeft p,
.lePopularBoxContentRight p{
  margin:0px;
  padding: 4px 0px;
}

.lePopularBoxContentLeft a,
.lePopularBoxContentRight a{
  margin:0px;
  padding:0px;
  color: #006382;
}





.site-footer{
  background-color: #006382;
  color: #fff;
  width: 100%;
}

.site-footer a{
  color:#fff;
}

.leFooterContent{
  max-width: 1520px;
  width: 86%;
  margin: 30px auto 180px auto;
  padding:0;
}

.leFooterHeadline{
  padding:0;
  margin:0;
}

.leFooterHeadline h1{
  font-size:20px;
  font-weight:normal;
}


.leFooterLogosContainer{
  margin:0;
  padding:0;
  border:none;
}

.leFooterLogosTable{
  margin:0 0 10px 0;
  padding:0;
  border:none;
  width:100%;
}

.leFooterLogos{
  margin:0;
  padding:0;
  border:none;
}


.leFooterLogo{
  margin: 10px 30px 10px 0;
  padding:0;
  float:left;
}

.leFooterLogo p{
  margin: 0;
  padding:0;
}

.leFooterLogo a{
  margin: 0;
  padding:0;
  border:none;
}

.leFooterLogo img{
  margin: 0;
  padding:0;
  border:none;
}


.leFooterElements{
  margin:20px 0 0 0;
  padding:0;
  font-size: 18px;
}

.leFooterMenu,
.leFooterLegalMenu{
  height: 3em;
}
.leFooterMenu{
  float:left;
}
.leFooterLegalMenu{
  float:left;
}

.leFooterMenu ul,
.leFooterLegalMenu ul{
  display: inline-block;
  list-style: none;
  padding: 0;
}

#menu-footer{
  width:100%;
  overflow:hidden;
}

#menu-footer-legal{
  width:400px;
}

.leFooterMenu ul li,
.leFooterLegalMenu ul li{
  padding: 0;
  position: relative;
  width:auto;
  margin-right:80px;
  float: left;
  text-transform: uppercase;
}

.leFooterLegalMenu ul li{
  /* width:190px; */
}

.leFooterElements li:last-child {
  margin-right: 0;
}


.leFooterCopy{
  width:350px;
  font-size:12px;
  float:right;
  padding-top: 45px;
}


article{
  width:100%;
  margin: 0;
  padding:0;
}

.leThumbnail{
  width: 100%;
  height: auto;
  padding:0px;
  margin:0px;
  background: none;  
}
.leThumbnail .leThumbnailImg{
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.leThumbnail img{
  width:inherit;
  height: inherit;
  padding:0px;
  margin:0px;
  border:none;
}

.leThumbnailFull{
  display:block;
}
.leThumbnail1200x419{
  display:none;
}
.leThumbnail900x511{
  display:none;
}
.leThumbnail590x503{
  display:none;
}
.leThumbnail1200x419{
  display:none;
}
.leThumbnail900x522{
  display:none;
}
.leThumbnail590x478{
  display:none;
}

.leThumbnailImgMfl{
  height: inherit;
  margin: 0 auto;
  top:160px;
  position:relative;
  z-index:3;
}
.leThumbnailImgMfl img{
  width: inherit;
  height: inherit;
}


.leHeader{
      width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #006382;
    text-align: left;
    position: relative;
    display: block;
}

.leHeaderThumbnailImgContainer{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    max-width: 720px;
    right: 0;
    text-align: right;
}

.leHeaderThumbnailImgContainer img.leHeaderThumbnailFull{ 
    height: 100%;
}

.leHeaderThumbnailImgContainer img.leHeaderThumbnailFullWidth{ 
  display: none;
}




.leHeaderContentContainer{
  max-width: 1520px;
  height: 26.5vw;
  max-height: 540px;
    width: 86%;
    text-align: left;
    margin: auto;
    position: relative;
    display: block;  
}

.leHeaderContentContainerPage .leHeaderContent {
  transform: translate(0, -50%);
}


.leHeaderContent{
  margin: 0;
    padding: 0;
    color: #fff;
    top: 50%;
    transform: translate(0, -60%);
    position: absolute;
    display: block;
	width: 100%;
}

.leHeaderContentLeft,
.leHeaderContentRight{
  /*float: left;*/
  margin-bottom: 1%;
}

.leHeaderContentRight {
  /*width: 80%;*/
}

.leHeaderContentLeft img,
.leHeaderContentRight img{
  margin-right:40px;
  height: 6vw;
  max-height:128px;
  width:auto;
}

.leHeaderContentLeft p.leHeaderContentCatName,
.leHeaderContentRight p.leHeaderContentCatName{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 48px;
  width: 63%;
  text-transform: uppercase;
  line-height: 1.2em;
  font-weight: bold;
}


.leHeaderContentLeft p.leHeaderContentCatDescription,
.leHeaderContentRight p.leHeaderContentCatDescription{
  margin: 20px 0px 0px 0px;
  padding: 0px;
  font-size: 20px;
  width: 63%;
  line-height: 1.1em;
}

.leHeaderOverlay{
  width: 1520px;
  /*
  min-width: 1000px;
  max-width: 1000px;
  */
  margin: 0px auto;
  padding:0;
  height: 480px;
  margin-top: -480px;
  background:none;
  text-align:left;
  z-index:8;
  position:relative;
}

.leHeaderOverlay img{
  width: 60px;
}


.leHeaderOverlay p{
  margin:0px;
  width: 900px;
}

span.leHeaderOverlayHeadline{
  color: #fff;
  padding:0px;
  margin: 0;
  font-size: 56px;
  line-height: 66px;
  font-weight: bold;
  text-transform:uppercase;
}

.leHeaderOverlay p.leHeaderOverlayCategoryP{
  margin-bottom:30px;
}

span.leHeaderOverlayCategory{
  color: #fff;
  padding:0px;
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  text-transform:uppercase;
}

span.leHeaderOverlayCategory img{
  margin-right: 30px;
  height:128px;
  width:auto;
}



p.headline23{
  display:block;
}
p.headline2,
p.headline3{
  display:none;
}


p.headlineDescription{
  color:#fff;
  margin-top: 40px;
}

.showHeaderHeadlineMobile{
  display:none;
}


.leTextContainer{
  background: #E5EAEC;
  width:100%;
  margin: 0;
  padding:0 0 50px 0;
}

.leTextContainerPage{
  background: #fff;
  width:100%;
  margin: 0;
  padding:0 0 50px 0;
}


.leText{
  max-width: 1520px;
  width: 86%;
  /*
  min-width: 1000px;
  max-width: 1000px;
  */
  margin: 0px auto;
  padding:0;
  padding-top: 60px;
}

.leTextHeadline h1{
  margin: 0 0 50px 0;
}
.leTextHeadline h4{
  font-size: 20px;
  text-transform: uppercase;
}

.le2ColText{
  width: 1520px;
  /*
  min-width: 1000px;
  max-width: 1000px;
  */
  margin: 0;
  padding:0;
}
.le2ColTextLeft{
  width: 480px;
  margin: 0 20px 0 0;
  padding:0;
  float:left;
}
.le2ColTextRight{
  width: 480px;
  margin: 0 0 0 20px;
  float:right;
}

.leTextOverlay{
  width: 1520px;
  /*
  min-width: 1000px;
  max-width: 1000px;
  */
  margin: 0;
  padding:0;
}
.leTextOverlay img{
  margin-top: -400px;
  width: 1520px;
  height: 400px;
}


.leBoxRegisterLarge{
  width: 1187px;
  margin: 0px auto -50px auto;
  padding:0;
  background-image: url('../img/Box_Large_Anmeldung_Registrierung.png');
  background-repeat: no-repeat;
}
.leBoxRegisterLargeContent{
  width: 1075px;
  margin: 0;
  padding: 100px 0 0 96px;
}
.leBoxRegisterLargeContent a{
  color: #fff;
}

.leBoxRegisterLargeContent a:visited, .leBoxRegisterLargeContent a:focus {
  text-decoration: none;
}

.leBoxRegisterLargeContentLeft{
  width: 480px;
  height: 271px;
  margin: 0;
  margin-right: 20px;
  padding: 0;
  color:#fff;
  float: left;
}
.leBoxRegisterLargeContentRight{
  width: 480px;
  height: 271px;
  margin: 0;
  margin-left: 20px;
  padding: 0;
  color:#fff;
  float: left;
}
.leBoxRegisterSmallContainerMobile{
  display:none;
}



.leBoxRegisterSmallContainer{
  width: 1000px;
  margin: 0px auto 0px auto;
  padding:0;
  text-align:left;
}

.leBoxRegisterSmall{
  width: 325px;
  height: 454px;
  margin: 0 0 0 675px;
  padding:0;
  background-image: url('../img/Box_Small_Anmeldung_Registrierung.png');
  background-repeat: no-repeat;
  margin-top: -400px;
  z-index:10;
  position:relative;
}
.leBoxRegisterSmallContent{
  width: 250px;
  margin: 0;
  padding: 70px 20px 0 55px;
  color:#fff;
  font-size: 14px;
  line-height: 1.15;
}

.leBoxRegisterSmallContent h1{
  font-size: 28px;
  line-height: 1.15;
}



.leBoxRegisterSmallContent a{
  color: #fff;
}

.leBoxRegisterSmallContent a:visited, .leBoxRegisterSmallContent a:focus {
  text-decoration: none;
}

.leBoxRegisterSmallContentLeft{
  width: 480px;
  height: 271px;
  margin: 0;
  margin-right: 20px;
  padding: 0;
  color:#fff;
  float: left;
}
.leBoxRegisterSmallContentRight{
  width: 480px;
  height: 271px;
  margin: 0;
  margin-left: 20px;
  padding: 0;
  color:#fff;
  float: left;
}




.leRegsiterTable{
  border: none;
  padding:0;
  margin:0;
  font-size:20px;
}

.leRegsiterTable td{
  border: none;
  padding:0 20px 20px 0;
  margin:0;
  text-align: left;
}

.leRegsiterTableSmall td{
  border: none;
  padding:0 5px 5px 0;
  margin:0;
  text-align: center;
  font-size: 20px;
}

.leRegsiterTableSmall td.leRegsiterTableSmallSep{
  padding-top: 10px;
}


.leRegsiterTableSmall a:hover,
.leRegsiterTable a:hover{
  color: #006382;
}



.ur-frontend-form form
.leLoginInput{
  width:246px;
  height:36px;
  padding: 7px 6px;
  margin:0px;
  background: #fff;
  color: #000;
  border: none;
  box-sizing: none;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  font-weight:bold;  
  line-height:1;
}

.ur-frontend-form form button[type="submit"], 
.ur-frontend-form form input[type="submit"], 
.ur-frontend-form form .ur-submit-button,
.leButton, .leButton:hover, .leButton:visited, .leButton:focus{
  width:246px;
  height:36px;
  padding: 7px 6px;
  margin:0px;
  transition: none;
  background-color: #006382;
  border: none;
  border-radius: 0px;
  box-sizing: none;
  color: #fff;
  outline: none;
  text-decoration: none;
  vertical-align: bottom;
  text-align: center;
  line-height:1;
  float:none;
}


.ur-frontend-form form button[type="submit"]:hover, 
.ur-frontend-form form input[type="submit"]:hover, 
.ur-frontend-form form .ur-submit-button:hover,
.leButton:hover{
  background-color: #3397AC;
}




.ur-frontend-form {
   margin: 0px;
   padding: 0px;
   border: none;
   box-sizing: none;
}





iframe.ytplayer {
  margin-top:30px;
  margin-bottom:30px;
  width:1000px;
  height:562.5px;
  /*
  width="560" 
  height="315"
  */
}

.leDownloadSpan{
  height:50px;
  vertical-align:middle;
}

.leDownload, .leDownload:hover, .leDownload:visited, .leDownload:focus {
  margin-right:40px;
  color:#000;
  text-decoration:none;
}
.leDownloadImg{
  margin-right:10px;
  margin-bottom: -20px;
}

.le2ColText h1{
  margin-top: 46px;
  margin-bottom: 20px;
}



.leFilterContainerWrap{
  width:1700px;
  margin: 40px auto 0px auto;
  padding:0px;
}

.leFilterContainerWrap .leFilterContainerLeft{
  width: 300px;
  margin-right:50px;
  float: left;
}
.leFilterContainerWrap .leFilterContainer{
  float: left;
}
.leFilterContainerWrap .leFilterContainerRight{
  width: 300px;
  margin-left:50px;
  float: right;
}



/*

.leFilterContainer{
  width:250px;
  margin: 0px;
  margin-top: 80px;
  padding: 30px 25px 25px 25px;
  background-color: #E5EAEC;
  color:#000;
}


.leFilterContainer > ul {
  list-style: none;
  margin: 0;
  margin-top: 6px;
  padding: 0;
  text-align:left;
}

.leFilterContainer > ul > li{
  border-top: 1px solid #000;
  font-size: 18px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}

.leFilterContainer > ul > li > ul > li:first-child{
}

.leFilterContainer > ul > li > ul > li{
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}



.leFilterContainer > ul > li > ul > li{
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}



.leFilterContainer > ul > li > ul{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align:left;
}

.leFilterContainer ul li a {
  display: block;
  color: #000;
  text-decoration:none;
}


.leFilterContainer > ul > li a {
  width:225px;
}
.leFilterContainer > ul > li  a::before {
  content: ('');
}
.leFilterContainer > ul > li  a::after {
  content: url(/wp-content/themes/label-experts/img/filter/Plus-14.png);
}

.leFilterContainer > ul > li > ul > li a {
  width:225px;
}
.leFilterContainer > ul > li > ul > li a::before {
  content: url(/wp-content/themes/label-experts/img/filter/Kreis-14.png);
}
.leFilterContainer > ul > li > ul > li a::after {
  content: url('');
}

.leFilterContainer .children {
  margin-left:0px;
  height: auto;
}

.leFilterContainer .children li {
}
.leFilterContainer li:hover .children,
.leFilterContainer li:active .children,
.leFilterContainer li:focus .children {
  height: auto;
}

.leFilterContainer li:focus-within .children {
  height: auto;
}

*/


.leFilterContainerOverlay{
  margin:0px;
  padding:0px;
}


.leFilterOverlay{
  height: 0;
  width: 0;
  top:0;
  left:0;
  background-image: url('../img/filter/Filter-Overlay-bg.png');
  float:none;
  z-index:5;
  position:absolute;
  cursor:pointer;
  display:none;
}
.leFilterOverlay.filteropen{
  display:none;
}


.leFilterContainerNew{
  width:250px;
  margin: 0px;
  margin-top: 40px;
  margin-bottom: 100px;
  padding: 30px 25px 25px 25px;
  background-color: #E5EAEC;
  color:#000;
}


.leFilterContainerNew > ul {
  list-style: none;
  margin: 0;
  margin-top: 6px;
  padding: 0;
  /* display: flex;
  flex-direction: column;
  background-color:#fff;
  */
  text-align:left;
}

.leFilterContainerNew > ul > li{
  border-top: 1px solid #000;
  font-size: 18px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}


.leFilterEntriesChildren li{
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}



.leFilterContainerNew > ul > li > ul{
  list-style: none;
  margin: 0;
  padding: 0;
  /* display: flex;
  flex-direction: column;
  background-color:#fff;
  */
  text-align:left;
}

.leFilterContainerNew ul li {
  display: block;
  color: #000;
  text-decoration:none;
}


.leFilterContainerNew > ul > li,
.leFilterContainerNew > ul > li > ul > li{
  width:250px;
  cursor:pointer;
}

.leFilterContainerNew > ul > li > ul > li > span{
  cursor:pointer;
}

.leFilterEntryParent{
  width:225px;
  margin:0px;
  padding:0px;
}

.leFilterEntryMarket{
  font-size: 18px;
  line-height: 30px;
  width:225px;
  margin:0px;
  padding:0px;
}

.leFilterEntryChild{
  width:225px;
  margin:0px;
  padding:0px;
}



.leFilterContainerNew .leFilterEntriesChildren, .leFilterCount{
  margin:0;
  padding:0;
}

.leFilterEntriesChildren{
  display:none;
}


.leFilterParent table,
.leFilterChild table,
.leFilterParent table tr td,
.leFilterChild table tr td{
  border:none;
  margin:0;
  padding:0;
}

.leFilterParent table tr td,
.leFilterChild table tr td{
  vertical-align: middle;
  cursor:pointer;
}

.leFilterParent .leFilterEntryParentNav {
  margin:0;
  padding:0;
  background-image: url(/wp-content/themes/label-experts/img/filter/Plus-s.png);
  background-repeat: no-repeat;
}
.leFilterParent.selected .leFilterEntryParentNav {
  margin:0;
  padding:0;
  background-image: url(/wp-content/themes/label-experts/img/filter/Minus-s.png);
  background-repeat: no-repeat;
}

.leFilterChild .leFilterEntryChildNav {
  margin:0;
  padding:0;
  background-image: url(/wp-content/themes/label-experts/img/filter/Kreis-s.png);
  background-repeat: no-repeat;
}
.leFilterChild.selected .leFilterEntryChildNav {
  margin:0;
  padding:0;
  background-image: url(/wp-content/themes/label-experts/img/filter/Haken-s.png);
  background-repeat: no-repeat;
}


/*
.leFilterContainerNew li[aria-current] a {
  background-color: firebrick;
  color: gold;
}
*/

/*
.leFilterContainerNew a:focus,
.leFilterContainerNew a:hover,
.leFilterContainerNew li[aria-current] a:focus,
.leFilterContainerNew li[aria-current] a:hover {
  color: darkblue;
  background-color: gold;
}
*/
/*     leFilterEntriesChildren navigation links      */

.leFilterContainerNew .leFilterEntriesChildren {
  /* display:block;
  visibility: hidden; */
  margin-left:0px;
  height: auto;
  /* z-index: 1000; */
  /* position:absolute; */
}

.leFilterContainerNew .leFilterEntriesChildren li {
  /* display: block; */
  /* margin-left:0px; */
  /* width: 15em; */
}
/**     Show the leFilterEntriesChildren on hover, focus     **/

.leFilterContainerNew li:hover .leFilterEntriesChildren,
.leFilterContainerNew li:active .leFilterEntriesChildren,
.leFilterContainerNew li:focus .leFilterEntriesChildren {
  /* display: block;
  visibility: visible; */
  height: auto;
}

.leFilterContainerNew li:focus-within .leFilterEntriesChildren {
  /* display: block;
  visibility: visible; */
  height: auto;
}

.leFilterResultsEmpty{
  width:600px;
  height: 200px;
  margin: 0 0 30px 0;
  padding:25px;
  color:#fff;
  background-color:#000;
  font-size:26px;
}


.leFilterPages{
  text-align:center;
  margin-top: 0px;
  margin-bottom: 80px;
}

.leFilterPage{
  margin:0 10px;
  color: #84B9C6;
  font-size:30px;
  font-weight:bold;
  text-decoration: none;
  cursor: pointer;
}

.leFilterPageHide{
  display: none;
}

.leFilterPageCurrent{
  color: #006382;
}





.leFilterContainerButton{
  width:1000px;
  margin: 0px auto;
  padding:0px;
  display:none;
}

.leFilterButton{
  margin-top:20px;
  padding: 10px 15px;
  background-color: #E5EAEC;
  width:150px;
  color:#000;
  cursor:pointer;
}

/*
.leFilterContainerNew{
  width:250px;
  margin: 0px;
  margin-top: 40px;
  margin-bottom: 100px;
  padding: 30px 25px 25px 25px;
  background-color: #E5EAEC;
  color:#000;
}
*/






.leFilterContainerSelectedItems{
  width:1000px;
  margin: 20px auto 0px auto;
  padding:0px;
  min-height:42px;
}
.leFilterContainerSelectedItem{
  float: left;
  background-color: #E5EAEC;
  padding:6px 12px;
  margin-right:6px;
  margin-bottom:6px;
  font-size: 14px;
  line-height: 24px;  
  cursor: pointer;
  display:none;
}
.leFilterContainerSelectedItem.selected{
  display:block;
}


.leFilterContainerSelectedItemCancel{
  margin-left: 12px;
}





.leRegisterContainer{
  width:100%;
  padding: 80px 0;
  margin:0;
  background-color: #E5EAEC;
}

.leRegisterContent{
  width:1000px;
  padding:0;
  margin: 0 auto;
}



.lePageContainer{
  width:100%;
  padding: 50px 0 80px 0;
  margin:0;
}

.lePageContent{
  width:1000px;
  padding:0;
  margin: 0 auto;
}




/* Slider */
.slider{
  display:none;
}

.single-item{
  margin-bottom:0px;
}

.slick-slide img {
  /*height: 100%;*/
  height: auto;
  width: 100%;
}


.leSliderImg {
  width: 100%;
}

.slick-slide {
  position: relative;
}

.leSliderContentOverlay {
  position: absolute;
    top: 0;
    right: 0;
    max-width: 450px;
    width: 30%;
    height: auto;
    color: #fff;
    z-index: 10;
    text-align: left;
    padding: 30px 45px;
}
.leSliderContentOverlay > div {
  position: relative;
  z-index: 10;
}

.leSliderContentOverlay:after {
  background-color: #006382;
  content: '';
  height: 100%;
  width: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.slick-slide:nth-child(2) .leSliderContentOverlay {
  max-width: 500px;
  width: 40%;;
}


.slick-slide:nth-child(2) .leSliderContentOverlay:after {
  background-color: #fff !important;
}

.slick-slide:nth-child(2) .leSliderContentOverlayHref {
  display: none;
}

.slick-slide:nth-child(2) .leSliderContentOverlayHeadlineMain {
  margin-top: 0;
}

.slick-slide:nth-child(2) .leSliderContentOverlayContent {
  display: none;
}

.slick-slide:nth-child(2) h1 {
  font-size: 38px;
}

.slick-slide:nth-child(2) h1 > span{
  display: block;
}

.slick-slide:nth-child(2) h1 > span:first-child{
  margin-bottom: 2vw;
}

.slick-slide:nth-child(2) h1 .h1hightlight{
  color:#3B85B0;
}


.leSliderContentOverlayHeadlineCategory {
  /*margin-top:40px;*/
  font-size: 22px;
}
.leSliderContentOverlayHeadlineMain{
  margin-top:20px;
  font-size: 38px;
  font-weight:bold;
  line-height:1em;
  text-transform: uppercase;
}
.leSliderContentOverlayContent{
  margin-top:20px;
  font-size: 24px;
  line-height: 1.1;
}
.leSliderContentOverlayContent p{
  margin:0;
  padding:0;
}
.leSliderContentOverlayHref{
    margin-top: 22px;
    font-size: 22px;
    padding: 9px 13.5px;
    display: block;
    position: relative;
    width: max-content;
    background-color: #4287A3;
}
.leSliderContentOverlay a{
  color: #fff;
  /*background-color: #4287A3;*/
  /*padding: 20px;*/
}



.leSliderContentOverlayBottom {
  position:relative;
  float:left;
  color:#000;
  opacity: 1;
  z-index:10;
  text-align:left;
  padding: 0 20px 0 20px;
  width: calc(100% - 400px);
}


.leSliderContentOverlayBottomHeadlineCategory{
  margin-top:40px;
  font-size: 20px;
}
.leSliderContentOverlayBottomHeadlineMain{
  font-size: 27px;
  line-height:1em;
  text-transform: uppercase;
}

/*
.leSliderContentOverlayBottomHeadlineMain::before {
    background: #fff;
    content: "\020";
    display: block;
    height: 4px;
    margin: 0 0 16px 0;
    width: 1em;
}

*/

.leSliderContentOverlayBottomContent{
  margin-top:15px;
  font-size: 17px;
  line-height:1em;
}
.leSliderContentOverlayBottomContent p{
  margin:0;
  padding:0;
  line-height:1.15em;
}
.leSliderContentOverlayBottomHref{
  margin-top:40px;
  font-size: 16px;
}
.leSliderContentOverlayBottom a{
  background-color:#006382;
  color: #fff;
  padding: 20px;
  text-transform: uppercase;
}

.leStartShadow{
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.leStartShadow img{
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -1px;
  left: 0;
}


ul.slick-dots{
  list-style-position: inside;
  list-style-image: none;
  list-style-type: none;
  position: absolute;
    right: 2%;
    bottom: 7%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    z-index: 1;
}

ul.slick-dots li {
  width:20px;
  padding:0px;
  margin:0px;
  color:#fff;
  float:left;
  line-height: 0.3;
}

ul.slick-dots li span{
  font-size:56px; 
  cursor:pointer;
}



ul.slick-dotsBottomLeft,
ul.slick-dotsBottomRight{
  list-style-position: inside;
  list-style-image: none;
  list-style-type: none;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;  
  z-index:2000;
}

ul.slick-dotsBottomLeft li,
ul.slick-dotsBottomRight li {
  width:20px;
  padding:0px;
  margin:0px;
  color:#fff;
  float:left;
  line-height: 0.3;
}

ul.slick-dotsBottomLeft li span,
ul.slick-dotsBottomRight li span{
  font-size:56px; 
  cursor:pointer;
  display: block;
}




.slick-active{
  /*color: #4287A3;*/
}

.slick-active span{
  color: #4287A3;
}



/*
ul.slick-dots li button{
  width:10px;
  height:10px;
  padding:0px;
}
*/




/*
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], 
input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], 
input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea{
  border:0;
  padding-left:6px;
  padding-right:6px;
  width:234px;
  transition:none;
  box-shadow:none;
  box-sizing:content-box;
}
*/


.ur-frontend-form form .ur-form-row .ur-form-grid input[type="date"], .ur-frontend-form form .ur-form-row .ur-form-grid input[type="email"], 
.ur-frontend-form form .ur-form-row .ur-form-grid input[type="number"], .ur-frontend-form form .ur-form-row .ur-form-grid input[type="password"], 
.ur-frontend-form form .ur-form-row .ur-form-grid input[type="phone"], .ur-frontend-form form .ur-form-row .ur-form-grid input[type="text"], 
.ur-frontend-form form .ur-form-row .ur-form-grid input[type="timepicker"], .ur-frontend-form form .ur-form-row .ur-form-grid input[type="url"], 
.ur-frontend-form form .ur-form-row .ur-form-grid select, .ur-frontend-form form .ur-form-row .ur-form-grid textarea{
font-size: 20px;
line-height: 36px;
margin:0;
padding-left: 6px;
padding-right: 6px;
text-align: start;
text-rendering: optimizelegibility;
}



.ur-frontend-form form .ur-form-row .ur-form-grid {
    padding: 0 20px 0 0;
}


.ur-frontend-form form .ur-form-row .ur-form-grid label, .ur-frontend-form form .ur-form-row .ur-form-grid legend {
    font-size: 16px;
}


.lePageSep{
  padding:0;
  margin:0;
  width:100%;
  height: 70px;
  background-color:#006382;
}


.leExperiencesContainer{
  padding:0;
  margin:0;
  width:100%;
  background-color:#E3E3E3;
}

.leExperiencesContent{
  max-width:1520px;
  width:86%;
  margin:0 auto;
  padding:50px 0px;
  height: 380px;
}

.leExperiencesContentLeft,
.leExperiencesContentRight{
  float: left;
}

.leExperiencesContentLeft{
  width: 480px;
  margin-right: 40px;
}


.leExperiencesContentRight{
  width: 1000px;
}

.leExperiencesContentHeaderHeadline1{
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  text-transform: uppercase;
}

.leExperiencesContentHeaderHeadline2{
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
}


.leExperiencesContentExcerpt{
  margin-top: 40px;
  font-size: 24px;
  line-height: 28px;
  height:156px;
}

.leExperiencesButton{
  margin-top: 40px;
  font-size: 24px;
  line-height: 28px;
}

.leExperiencesButton a{
  background-color:#006382;
  color: #fff;
  padding: 20px;
  text-transform: uppercase;
}

.leHeader {
  /*display: none;*/
}