/* css zu gesetze *//* GreenDealCategoriesCSS  */#greenDealCatImg {
    display: block;
  }
  
  .greenDealCatLink {
    border-radius: 100%;
  }
  
  #GreenDealCatContent[data-ordernum="1"] {
    --mainBackColor: var(--hellblau); //var(--blue);
    --mainBorderColor: var(--dunkelblau); //var(--darkblue);
    --mainButtonTextColor: #fff;
    --mainBoxBorderColor: var(--hellblau); //var(--darkblue);
  }
  
  #GreenDealCatContent[data-ordernum="2"] {
    --mainBackColor: var(--hellblau); //var(--darkblue);
    --mainBorderColor: var(--dunkelblau); //var(--blue);
    --mainButtonTextColor: #fff;
    --mainBoxBorderColor: var(--hellblau);//var(--darkblue);
  }
  
  #GreenDealCatContent[data-ordernum="3"] {
    --mainBackColor: var(--hellblau); //var(--green);
    --mainBorderColor: var(--dunkelblau); //var(--darkblue);
    --mainButtonTextColor: #fff; //var(--darkblue);
    --mainBoxBorderColor: var(--hellblau); //var(--darkblue);
  }
  
  #GreenDealCatContent[data-ordernum="4"] {
    --mainBackColor: var(--hellblau); //#0000;
    --mainBorderColor: var(--dunkelblau); //var(--darkblue);
    --mainButtonTextColor: #fff;
    --mainBoxBorderColor: var(--hellblau); //var(--darkblue);
  }
  
  #GreenDealCatContent[data-ordernum="5"] {
    --mainBackColor: var(--hellblau); //#0000;
    --mainBorderColor: var(--dunkelblau); //var(--green);
    --mainButtonTextColor: #fff; //var(--darkblue);
    --mainBoxBorderColor: var(--hellblau); //var(--green);
  }
  
  #GreenDealCatContent[data-ordernum="6"] {
    --mainBackColor: var(--hellblau); //#0000;
    --mainBorderColor: var(--dunkelblau); //var(--blue);
    --mainButtonTextColor: #fff;
    --mainBoxBorderColor: var(--hellblau); //var(--darkblue);
  }
#GreenDealCatContent {
	background-color: var(--hellblau);
	color: #fff;
	border-radius: 30px;
	padding: 17px;
}

#GreenDealCatContent>h3 {
	font-size: 54px;
	padding: 34px;
}
  #GreenDealCatContent>section {
    border: 5px solid var(--mainBoxBorderColor);
    width: 100%;
    position: relative;
	margin: 0 auto;
  }
  /*
  #GreenDealCatContent>section::before {
    content: '';
    position: absolute;
    height: calc(100% + 10px);
    width: 45px;
    top: -5px;
    left: calc(100% + 5px);
    background-image: linear-gradient(to top right, var(--mainBoxBorderColor) 49%, #0000 50%);
  }
  
  #GreenDealCatContent>section::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 100%;
    left: 100%;
    top: 0;
    background-image: linear-gradient(to top right, #fff 49%, #0000 50%);
  }
*/  
  #GreenDealCatContent>section>article {
    display: flex;
    scroll-margin-top: 111px;
  }
  
  #GreenDealCatContent>section>article>div.GreenDealConPic {
    width: 12.5%
  }
  
  #GreenDealCatContent>section>article>div.GreenDealConText {
    width: calc(100% - 12.5% - 200px);
    padding: 24px 51px
  }
  
  #GreenDealCatContent>section>article>div.GreenDealConText>h3 {
    font-weight: bold;
  }
  
  #GreenDealCatContent>section>article>div.GreenDealConPic {
    background-color: var(--mainBackColor);
  }
  
  #GreenDealCatContent>section>article:not(:last-of-type)>div.GreenDealConPic {
    border-bottom: 2px solid var(--mainBorderColor)
  }
  
  #GreenDealCatContent>section>article>div.GreenDealConPic>img {
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }
  #GreenDealCatContent[data-ordernum="3"]>section>article>div.GreenDealConPic>img,
  #GreenDealCatContent[data-ordernum="4"]>section>article>div.GreenDealConPic>img, 
  #GreenDealCatContent[data-ordernum="5"]>section>article>div.GreenDealConPic>img{
	filter: invert(100%) brightness(300%);
  }
  
  #GreenDealCatContent>section>article>div.GreenDealConButton {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  #GreenDealCatContent>section>article>div.GreenDealConButton>a {
    text-decoration: none;
    display: inline-block;
    background-color: var(--mainBorderColor); //var(--mainBackColor);
    padding: 10px 20px;
    border: 3px solid var(--mainBorderColor); //var(--mainBackColor);
	border-radius: 10px;
    color: var(--mainButtonTextColor);
    font-weight: bold;
    transition: 300ms ease-in-out;
  }
  
  #GreenDealCatContent[data-ordernum="1"]>section>article>div.GreenDealConButton>a:hover {
    background-color: var(--mainButtonTextColor);
    color: var(--mainBorderColor);
  }
  
  #GreenDealCatContent[data-ordernum="2"]>section>article>div.GreenDealConButton>a:hover {
    background-color: var(--mainButtonTextColor);
    color: var(--mainBorderColor);
  }
  
  #GreenDealCatContent[data-ordernum="3"]>section>article>div.GreenDealConButton>a:hover {
    background-color: var(--mainButtonTextColor);
	color: var(--mainBorderColor);
	border: 3px solid var(--mainBorderColor);
  }
  
  #GreenDealCatContent[data-ordernum="4"]>section>article>div.GreenDealConButton>a,
  #GreenDealCatContent[data-ordernum="5"]>section>article>div.GreenDealConButton>a,
  #GreenDealCatContent[data-ordernum="6"]>section>article>div.GreenDealConButton>a {
    background-color: var(--mainBorderColor);
	color: var(--mainButtonTextColor);
    border: 3px solid var(--mainBorderColor);
  }
  
  #GreenDealCatContent[data-ordernum="4"]>section>article>div.GreenDealConButton>a:hover,
  #GreenDealCatContent[data-ordernum="6"]>section>article>div.GreenDealConButton>a:hover {
    background-color: var(--mainButtonTextColor);
	color: var(--mainBorderColor);
	border: 3px solid var(--mainBorderColor);
  }
  
  #GreenDealCatContent[data-ordernum="5"]>section>article>div.GreenDealConButton>a:hover {
    background-color: var(--mainButtonTextColor);
	color: var(--mainBorderColor);
	border: 3px solid var(--mainBorderColor);
  }
  #greenDealCatImgMobile{display: none;}
  @media (min-width: 1025px){
    /*#GreenDealCatContent[data-ordernum="1"]>section>article:target>div.GreenDealConPic,
    #GreenDealCatContent[data-ordernum="2"]>section>article:target>div.GreenDealConPic,
    #GreenDealCatContent[data-ordernum="5"]>section>article:target>div.GreenDealConPic{
        background-color:var(--mainBorderColor);
    }
    #GreenDealCatContent[data-ordernum="3"]>section>article:target>div.GreenDealConPic,
    #GreenDealCatContent[data-ordernum="4"]>section>article:target>div.GreenDealConPic,
    #GreenDealCatContent[data-ordernum="6"]>section>article:target>div.GreenDealConPic{
      border-right: 5px solid var(--mainBorderColor);
      border-top: 2px solid var(--mainBorderColor);
      border-bottom: 5px solid var(--mainBorderColor);
    }*/
    #GreenDealCatContent>section>article:target{background-color: var(--hellblau);}
    #GreenDealCatContent>section>article:target>div.GreenDealConPic{background-color:var(--mainBorderColor);}		
  }
  @media (max-width: 1024px) {
    #GreenDealCatContent>section {
      width: calc(100% - 45px);
    }
    .greenDealCatLink, .GreenDealInfo, #greenDealCatImg{display:none;}
    #greenDealCatImgMobile{
      display: block;
      height: min(160vw, 575px);
      width: 100%;
      object-fit: cover;
      object-position: calc(50% + 15px) center;
    }
  }
  
  @media (max-width: 768px) {
    #GreenDealCatContent>section>article>div {
      width: 100% !important;
    }
  
    #GreenDealCatContent>section>article>div.GreenDealConText {
      padding: 24px;
    }
  
    #GreenDealCatContent>section>article>div.GreenDealConButton {
      padding-bottom: 24px
    }
    #GreenDealCatContent>section>article>div.GreenDealConPic{display: none;}
    #GreenDealCatContent>section>article {
      flex-direction: column;
    }
  }
  
  @media (max-width: 600px) {
    #GreenDealCatContent>section {
      width: 100%;
    }
  
    #GreenDealCatContent>section::before,
    #GreenDealCatContent>section::after {
      display: none;
    }
  }/* --- --- *//* MenueCSS_240508  *//*voninndata*/
#jubaconMenu { display: flex; }

#headerTop + * {margin-top: 100px;}

#headerTop {
    width: 1440px;
    max-width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0px;
    z-index: 150;
}

#mainMenu {
    display: inline-block;
    width: calc(100% - 216px);
    padding-left: 68px;
    position: relative;
    z-index: 2;
    vertical-align: top;
}

#mainMenuIcons {
    width: 216px;
    float: right;
    background-color: #fff;
    position: relative;
}

#headerIconTel { background-image: url('/bilder/dropdown_telefon.svg'); }
#headerIconMail { background-image: url('/bilder/dropdown_mail.svg'); }
#headerIconAdress { background-image: url('/bilder/dropdown_standort.svg'); }




#mainMenuIcons input[type=checkbox] { display: none; }

#jubaconMenu a { border: none; }



#jubaconMenu > #jubaconMenuLogo {
    display: inline-block;
    height: 64px;
    width: 20%;
    margin-top: 14px;
    margin-right: -4.5px;
    background-image: url("/bilder/logo.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
	position: relative;
	z-index: 3;
}

#jubaconMenu > ul#menu_eb_1 {
    display: inline-block;
    width: 83%;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
	height: 100px;
	text-align: right;
}

#jubaconMenu > ul#menu_eb_1 *
{color: var(--dunkelblau);}

#jubaconMenu > ul#menu_eb_1 > li {
    display: inline-block;
    text-align: left;
	background-color: var(--weiss)
	vertical-align: top;
    position: relative;
	height: 100px;
}

#menu_eb_1 > li:nth-of-type(1) {
  width: calc(19% + 34px) !important;
}
#menu_eb_1 > li:nth-of-type(2) {
  width: calc(11% + 34px) !important;
}
#menu_eb_1 > li:nth-of-type(3) {
  width: calc(8% + 34px) !important;
}
#menu_eb_1 > li:nth-of-type(4) {
  width: calc(19% + 24px) !important;
}
#menu_eb_1 > li:nth-of-type(5) {
  width: calc(15% + 34px) !important;
}


#jubaconMenu > ul#menu_eb_1 > li > a {
    display: inline-block;
    height: 100px;
    padding: 33px 0px;
	position: relative;
	z-index: 3;
}

#jubaconMenu > ul#menu_eb_1 > li > ul#menu_eb_2 {
    background-color: var(--weiss);
	border: 3px solid var(--grau);
    transition: opacity .3s;
    pointer-events: none;
    position: absolute;
    text-align: left;
    list-style: none;
    padding: 0px;
    width: 100%;
    opacity: 0;
    margin: 0;
    left: 0px;
}

#jubaconMenu > ul#menu_eb_1 > li > ul#menu_eb_2 > li { padding: 5px 20px; }

#jubaconMenu > ul#menu_eb_1 > li > ul#menu_eb_2 > li > a {display: block;}

#mainMenuIcons > ul {
    display: inline-block;
    margin: 0px; 
	margin-right: 0px;
    padding: 0px; 
}

#mainMenuIcons > ul > li {
    display: inline-block; 
    vertical-align: top;
}

#mainMenuIcons > ul > li > .headerIconsPic {
    display: inline-block;
    height: 91px;
    padding: 0px 11px;
    vertical-align: top;
}

#mainMenuIcons > ul > li > a { border-bottom: none; }

.headerIconsPic > div {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 31px;
    background-size: contain;
    background-repeat: no-repeat;
}

#headerIconsContact > .headerIconsPic > div { background-image: url('/bilder/menu_icon_kontakt.svg'); }

#headerIconsLogin > .headerIconsPic > div { background-image: url('/bilder/menu_icon_login.svg'); }

#mainMenuIcons > ul > li > ul {
    display: block;
    width: 300px;
    opacity: 0;
    margin: 0px;
    padding: 30px 10px 10px 10px;;
    background-color: #fff;
    box-shadow: 0px 3px 3px 0px rgba(59, 48, 48, 0.24);
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 100;
    transition: opacity .3s;
}

#headerIconsContact > ul > li {
    display: inline-block; 
    margin-bottom: 5px;
}

#headerTop > section.bigIncludeTo { display: block; }



#jubaconMenu a,
#mainMenu label,
#mainMenu .MenuTooltipText,
#mainMenu input[type=radio] { display: none; }



#jubaconMenu > ul#menu_eb_1 > li:hover ul#menu_eb_2 {
    opacity: 1; 
    pointer-events: auto;
}

#headerIconsContact:hover > .headerIconsPic > div { background-image: url('/bilder/menu_icon_kontakt_hover.svg'); }

#headerIconsLogin:hover > .headerIconsPic > div { background-image: url('/bilder/menu_icon_login_hover.svg'); }

#mainMenuIcons > ul > li:hover > ul {
    opacity: 1;
    pointer-events: auto;
}

#jubaconMenu > ul#menu_eb_1 > li:first-of-type { 
    width: 18%;
    margin-left: 3%; 
}

#jubaconMenu > ul#menu_eb_1 > li > ul#menu_eb_2 > li:last-of-type { border-bottom: none; }

#headerIconsContact > ul > .headerIconsContactList > div:first-of-type {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#headerIconsContact > ul > li > div:nth-of-type(2) {
    display: inline-block;
    vertical-align: top;
}

#menu_eb_1 > li:hover > a,
#menu_eb_2 > li:hover > a
{color: var(--hellblau) !important;}


@media screen and (min-width: 1025px) {
	#jubaconMenu > ul#menu_eb_1 > li > ul#menu_eb_2 { min-width: 250px; }

    #jubaconMenu > ul#menu_eb_1 > li:last-of-type > ul#menu_eb_2 {
    	left: unset;
    	right: -20px;
    }
}



@media screen and (max-width: 1240px) {
	#headerTop + * {margin-top: 91px;}
	
	#mainMenu label.toggleMenuButton {
        display: block;
        width: 38px;
        height: 29px;
        cursor: pointer;
        position: absolute;
        top: 31px;
        right: 45px;
        transition: right .6s;
    }
	
    #jubaconMenu > ul#menu_eb_1 {
        display: block;
        height: 100%;
        width: 300px;
        max-width: 100%;
        font-size: 20px;
        padding: 76px 20px;
        background-color: var(--weiss);
        position: fixed;
        right: -300px;
        top: 0;
        z-index: 200;
        transition: right .6s;
		color: var(--dunkelblau);
    }
	
	label#lbl_openMenu span, 
    label#lbl_openMenu::after, 
    label#lbl_openMenu::before {
        display: block;
        width: 100%;
        height: 4px;
        background-color: var(--dunkelblau);
        border-radius: 2px;
        transition: all .3s ease-in-out;
    }

    label#lbl_openMenu::after, 
    label#lbl_openMenu::before {
        content: '';
        position: absolute;
        left: 0px;
    }

    label#lbl_openMenu::before { top: 0px; }
    label#lbl_openMenu::after { bottom: 0px; }
	
	#mainMenu label.toggleMenuButton#lbl_openMenu { z-index: 201; }

    #mainMenu label.lbl_hideSubMenu {
        display: block;
        width: 30px;
        height: 40px;
        position: absolute;
        top: 25px;
        left: 15px;
    }
	
	ul#menu_eb_2 { overflow-y: auto; }

    label#lbl_openMenu span { margin: 13px 0px; }

    #mainMenuIcons > ul {
        margin-right: 160px;
        text-align: left;
    }

    #mainMenuIcons > ul > li > label { cursor: pointer; }

    #jubaconMenu > label.toggleMenuButton#lbl_closeMenu {
        visibility: hidden;
        position: fixed; 
        z-index: 300; 
    }

    #jubaconMenu > ul#menu_eb_1 > li {
		height: auto !important;
        width: auto !important;
        display: block;
        padding: 10px;
        margin-right: 0px;
        text-align: left;
        border-bottom: 2px solid #344756;
        position: static;
    }
	
	#jubaconMenu > ul#menu_eb_1 > li > ul#menu_eb_2 {border: 0px;}

    #jubaconMenu > ul#menu_eb_1 > li > a {
        height: auto;
        padding: 0px;
        color: var(--dunkelblau);
		font-family: Montserrat Regular, sans-serif;
    }

    #jubaconMenu > ul#menu_eb_1 > li > ul#menu_eb_2 {
        display: block;
        width: 300px;
        height: 100%;
        max-width: 100%;
        opacity: 1;
        padding: 5px 20px;
        padding-top: 76px;
        pointer-events: auto;
        position: absolute;
        top: 0;
        right: -300px;
        z-index: 250;
        transition: right .6s;
    }

    #jubaconMenu > ul#menu_eb_1 > li > ul#menu_eb_2 > li {
        border-bottom: 2px solid #344756;
        padding: 10px;
    }

    #jubaconMenu > ul#menu_eb_1 > li > ul#menu_eb_2 { left: auto; }



    #mainMenu #menu_eb_2 ~ label {
        display: block;
        height: 53px;
        width: 40px;
        margin-top: -42px;
        position: absolute;
        right: 20px;
    }



    #mainMenuIcons > ul > li:hover > ul {
        opacity: 0; 
        pointer-events: none;
    }

    #jubaconMenu > ul#menu_eb_1 > li > a:hover { text-decoration: underline; }

    #jubaconMenu > ul#menu_eb_1 > li > ul#menu_eb_2 > li > a:hover {
        color: #fff;
        text-decoration: underline;
    }

    #mainMenu #menu_eb_2 ~ label::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        margin-top: 20px;
        margin-left: 15px;
        border-top: 3px solid #344756;
        border-right: 3px solid #344756;
        transform: rotate(45deg);
    }

    #mainMenu label.lbl_hideSubMenu::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        margin-top: 15px;
        margin-left: 10px;
        border-top: 3px solid #344756;
        border-right: 3px solid #344756;
        transform: rotate(225deg);
    }

    #jubaconMenu > ul#menu_eb_1 > li:first-of-type {
        margin-left: 0px;
        width: auto;
    }

    #jubaconMenu > ul#menu_eb_1 > li:last-of-type { border-bottom: none; }



    #mainMenuIcons > ul > li > input[type=checkbox]:checked ~ ul {
        opacity: 1;
        pointer-events: auto;
    }

    #mainMenuIcons > ul > li#headerIconsContact > input[type=checkbox]:checked ~ label.headerIconsPic > div { background-image: url('/bilder/menu_icon_kontakt_hover.svg'); }


    #rad5_menuOpen:checked ~ #jubaconMenu > ul#menu_eb_1 {
        right: 0;
        box-shadow: -5px 10px 18px;
    }

    #rad5_menuOpen:checked ~ #jubaconMenu > label.toggleMenuButton#lbl_closeMenu {
        visibility: visible;
    }

    #mainMenu #menu_eb_1 > li > input[type=radio]:checked ~ ul#menu_eb_2 { right: 0px; }

    input#rad5_menuOpen:checked ~ label#lbl_openMenu > span { opacity: 0; }

    input#rad5_menuOpen:checked ~ label#lbl_openMenu::after {
        bottom: 12px;
        transform: rotate(45deg);
    }

    input#rad5_menuOpen:checked ~ label#lbl_openMenu::before {
        top: 13px;
        transform: rotate(-45deg);
    }
	
    #mainMenu {
        width: 30%;
        padding-left: 50px; 
        position: static;
    }

    #mainMenuIcons {
        width: 65%;
        text-align: right;
		padding-left: 0;
    }

	#jubaconMenu > #jubaconMenuLogo {width: 100%;}
	
	input#rad5_menuOpen:checked ~ label#lbl_openMenu::after {
        bottom: 12px;
        transform: rotate(45deg);
    }
    
    input#rad5_menuOpen:checked ~ label#lbl_openMenu::before {
        top: 13px;
        transform: rotate(-45deg);
    }
    
    input#rad5_menuOpen:checked ~ label#lbl_openMenu::after { bottom: 10px; }

    input#rad5_menuOpen:checked ~ label#lbl_openMenu::before { top: 10px; }
    
    #rad5_menuOpen:checked ~ #jubaconMenu > ul#menu_eb_1 {
        box-shadow: -5px 10px 18px;
    }
    
    input#rad5_menuOpen:checked ~ label#lbl_openMenu > span { opacity: 0; color: var(--weiss);}

    input#rad5_menuOpen:checked ~ label#lbl_openMenu::after {
        bottom: 12px;
        transform: rotate(45deg);
    }

    input#rad5_menuOpen:checked ~ label#lbl_openMenu::before {
        top: 13px;
        transform: rotate(-45deg);
    }
}



@media screen and (max-width: 600px) {
    #mainMenu {
		padding-left: 20px;
	}

	#headerTop + * {margin-top: 55px;}
	
	#mainMenuIcons {
		width: 65%;
		text-align: right;
		padding-left: 0;
	}

    #mainMenu label.toggleMenuButton {
        width: 27px; 
        height: 24px; 
        top: 16px; 
        right: 20px;
    }

    label#lbl_openMenu span { margin: 10px 0px; }



    #mainMenuIcons > ul > li > .headerIconsPic { height: 55px; }

    .headerIconsPic > div {
        height: 26px;
        width: 26px;
        margin-top: 15px;
    }

    #jubaconMenu > #jubaconMenuLogo {
        display: block;
        height: 55px; 
        margin-top: 0px;
    }

    #jubaconMenu > ul#menu_eb_1 {
        font-size: 17px; 
        line-height: 24px;
    }

    #mainMenuIcons > ul {
		margin-right: 100px;
	}



    input#rad5_menuOpen:checked ~ label#lbl_openMenu::after { bottom: 10px; }

    input#rad5_menuOpen:checked ~ label#lbl_openMenu::before { top: 10px; }
	
	#mainMenu #menu_eb_2 ~ label {
        height: 44px;
        margin-top: -38px;
    }
}





/* ---------- Uhr ---------- */

#uhrblatt {
    display: block;
    width: 192px;
    height: 192px;
    margin-left: 40px;
    margin-top: 30px;
    position: relative;
    background: url('/bilder/ziffernblatt.svg');
	background-size: contain !important;
}

#stundenzeiger {
    display: inline-block;
    width: 4px;
    height: 190px;
    background: url('/bilder/stundenzeiger.gif');
    position: absolute;
    left: 96px;
    -webkit-animation: stunden 86400s linear infinite;
    -moz-animation: stunden 86400s linear infinite;
    animation: stunden 86400s linear infinite;
	background-size: contain;
}

#minutenzeiger {
    display: inline-block;
    width: 4px;
    height: 190px;
    position: absolute;
    left: 96px;
    background: url('/bilder/minutenzeiger.gif');
    -webkit-animation: minuten 3600s linear infinite;
    -moz-animation: minuten 3600s linear infinite;
    animation: minuten 3600s linear infinite;
	background-size: contain;
}

#sekundenzeiger {
    display: inline-block;
    width: 4px;
    height: 190px;
    background: url('/bilder/sekundenzeiger.gif');
    position: absolute;
    left: 96px;
    -webkit-animation: sekunden 60s linear infinite;
    -moz-animation: sekunden 60s linear infinite;
    animation: sekunden 60s linear infinite;
	background-size: contain;
}/* --- --- *//* MyStylesCSS  *//*--------------------------Banner----------------------------------*/


#bannerUnterMenue {
	position: relative;
	overflow: hidden;
}
#bannerUnterMenue > img{
	width: 100%;
	height: 100%;
 	object-fit: cover;
	object-position: center;
	float: left;
}
/*
#bannerUnterMenueStripes {
	height: 50px;
	width: 53.5%;
	background-color: #fff;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
*/
#bannerUnterMenue > #bannerUnterMenueText {
	//padding-top: 35px;
	//padding-bottom: 35px;
	padding-right: 68px; //34px;
	padding-left: 68px; //34px;
	position: absolute;
	//bottom: 0;
	top: calc(50% - 34px); //left: 0;
	//background-color: #D5D9BACE;
}

#bannerUnterMenueText h1,
#bannerUnterMenueTextCoverStripe h1 {
	//font-size: 225%;
	margin-top: 0;
	margin-bottom: 0;
}
#bannerUnterMenueText h2 {
	margin-bottom: 0 !important;
}

#bannerUnterMenue > #bannerUnterMenueText > .bannerUnterMenueTextSmall,
#bannerUnterMenue > #bannerUnterMenueTextCoverStripe > .bannerUnterMenueTextSmall {
	//font-size: 29px;
	//letter-spacing: -1px;
    //line-height: 120% !important;
}
#bannerUnterMenueText h1,
#bannerUnterMenueTextCoverStripe h1,
#bannerUnterMenue > #bannerUnterMenueText > .bannerUnterMenueTextSmall,
#bannerUnterMenue > #bannerUnterMenueTextCoverStripe > .bannerUnterMenueTextSmall {
	color: white;
	//font-family: Montserrat Medium, sans-serif;
}
/*
#bannerUnterMenueStripes::before {
	content: '';
	display: inline-block;
	border-left: 30px solid transparent;
	border-bottom: 50px solid #fff;
	position: absolute;
	left: -30px;
	top: 0;
}
*/

/*
#bannerUnterMenue > #bannerUnterMenueText::after {
	content: '';
	display: inline-block;
	background-image: linear-gradient(to bottom left, #0000 49%, #D5D9BACE 50%);
	height: 100%;
	width: 70px;
	position: absolute;
	left: 100%;
	top: 0px;
}
*/

/*
#bannerUnterMenue > #bannerUnterMenueTextCoverStripe::after { border-bottom-color: rgba(82, 128, 166, 0.81); }
*/

@media screen and (max-width: 1112px) {
	#bannerUnterMenueTextCoverStripe h1 { font-size: 40px; }
}


@media screen and (max-width: 1024px) {
	#bannerUnterMenue { height: 328px; }
}
@media screen and (max-width: 600px) {
	#bannerUnterMenue > #bannerUnterMenueText::after{width: 40px}
	#bannerUnterMenueText h1 { font-size: 24px; }
	#bannerUnterMenue > #bannerUnterMenueText > .bannerUnterMenueTextSmall,
	#bannerUnterMenue > #bannerUnterMenueTextCoverStripe > .bannerUnterMenueTextSmall {
		font-size: 14px; 
		line-height: 100%;
	}
	#bannerUnterMenue > #bannerUnterMenueText,
	#bannerUnterMenue > #bannerUnterMenueTextCoverStripe {
		padding-top: 10px; 
		padding-bottom: 17px;
	}
}


/*--------------------------Green Deal PicTree V2----------------------------------*/


#greenDealPicBox > .GreenDealInfo > div{
	text-align: center;
	font-size: 66%;
    padding: 15% 13%;
	line-height: 140%;
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--weiss);/**/
}

#greenDealPicBox > .GreenDealInfo h2{
	margin-bottom: 6%;
	font-weight: bold;
}

#greenDealPicBox > .GreenDealInfo a{
	text-decoration: none;
	color: #fff;
	background-color: var(--dunkelblau); //var(--darkblue);
	border-radius: 5px; /**/
	display: inline-block;
	font-weight: bold;
	padding: 5% 10%;
	margin-top: 5%
}

#greenDealPicBox > .greenDealBackButton{transform: translateY(-100%);}

@media (max-width:1440px){
  #greenDealPicBox > .GreenDealInfo > div{font-size: 0.9vw; line-height: 1.2vw}
}


/*--------------------------Green Deal PicTree Mobile V2----------------------------------*/


.GreenDealEb2Mobile > article:first-of-type:not(:has(+article)) > div{display: none;}
.chk_GreenDealTree:checked ~ .GreenDealEb2Mobile > article:first-of-type:not(:has(+article)) > section{display: block !important;}


/*--------------------------Green Deal Categorie V2 ----------------------------------*/
.GreenDealInfo>div>h1 {
  	font-family: 'Helvetica Bold' !important;
	color: var(--weiss) !important;
  	margin: auto;
}
.GreenDealInfo > div{
	text-align: center;
	font-size: 66%;
    padding: 15% 13%;
	line-height: 140%;
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.GreenDealInfo h2{
	margin-bottom: 6%;
	font-weight: bold;
}
.GreenDealInfo a{
	text-decoration: none;
	color: #fff;
	background-color: var(--darkblue);
	display: inline-block;
	font-weight: bold;
	padding: 5% 10%;
	margin-top: 5%
}
.greenDealBackButton{transform: translateY(-100%);}

@media (max-width:1440px){
  .GreenDealInfo > div{font-size: 0.9vw; line-height: 1.2vw}
}


/*--------------------------Green Deal Ausgabe V2 ----------------------------------*/
.zurueck_button{
	position: relative;
	margin-bottom:25px;
	display:inline-block;
	opacity: 75%;
	text-decoration: none;
}
.zurueck_button::before{
	content: '';
	height: 10px;
	width: 10px;
	position: absolute;
	background-image: linear-gradient(to top left, var(--dunkelblau) 49%, #0000 51%);
	right: calc(100% + 4px);
	top: 50.5%;
	transform: translateY(-50%) rotate(calc(45deg + 90deg))
}

.zurueck_button[href=""],
.zurueck_button[href=""] + br{display: none;}

#MainHeadline{position: relative;}

#MainHeadline > span{
	display:inline-block;
	font-weight: bold
}

#MainHeadline > .HeadlineBigStripe{
	color: var(--dunkelblau); //background-color:var(--beige);
	//padding: 20px 80px;
	min-width: calc(50% - 65px);
	//margin-left: 65px;
	position: relative;
	max-width: calc(100% / 4 * 3 - 65px);
}
/*
#MainHeadline > .HeadlineSmallStripe{
	position: absolute;
	width: 8px;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--pageMainColor);
}

#MainHeadline > .HeadlineSmallStripe::after,
#MainHeadline > .HeadlineBigStripe::before{
	content: '';
	position: absolute;
	height: 100%;
	width:50px;
	top: 0;
}

#MainHeadline > .HeadlineBigStripe::before{
	background-image: linear-gradient(to bottom left, var(--beige) 49%, #0000 51%);
	right: 100%;
}

#MainHeadline > .HeadlineSmallStripe::after{
	background-image: linear-gradient(to top right, var(--pageMainColor) 49%, #0000 51%);
	left: 100%;
}
*/
@media (max-width: 1024px){
  #MainHeadline > .HeadlineBigStripe{
    padding-left:20px;
    padding-right: 40px
  }
}
@media (max-width: 768px){
	#MainHeadline > .HeadlineBigStripe{max-width: 100%;}
}
@media (max-width: 600px){
	#MainHeadline > .HeadlineBigStripe{
		font-size:70%;
		padding: 10px 20px;
		margin-left: 40px
	}
  
	#MainHeadline > .HeadlineSmallStripe::after,
	#MainHeadline > .HeadlineBigStripe::before{
		width: 25px;
	}
}
pre{
	font: inherit;
	white-space: break-spaces;
}


/*--------------------------Green Deal Ziele ----------------------------------*/


h2{font-weight: bold;}

#GreenDealZiele{
	display: flex;
  	justify-content:center;
 	gap: 102px;
}

#GreenDealZiele > span{
	background-color: var(--dunkelblau); //var(--darkblue);
	border-radius: 15px;
	color: #fff;
	font-weight: bold;
	padding: 20px;
	width: calc(45% - 102px - 18px);
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#GreenDealZiele.Ziel2_1 > span{
	width: calc(80% - 102px - 18px);
}
/*
#GreenDealZiele > span::after{
	content: '';
	position: absolute;
	width: 18px;
	height: 100%;
	left: 100%;
	top : 0;
	background-image: linear-gradient(to top right, var(--darkblue) 49%, #0000 51%);
}
*/
@media (max-width: 1024px){
	#GreenDealZiele{gap: 70px; justify-content: space-around;}
	#GreenDealZiele > span{  width: calc(50% - 70px / 2 - 18px);}
}

@media (max-width: 768px){
	#GreenDealZiele{gap: 0px; flex-direction: column;}
	#GreenDealZiele > span{ margin-bottom: 24px; width: calc(100% - 18px);}
}


/*-------------------------- InfoBoxLeft ----------------------------------*/

.greenDealInfoBox {
	background-color: var(--hellblau);
  	width: calc(100% - 102px);
  	margin: 0 auto;
  	border-radius: 50px;
  	padding-top: 34px;
  	padding-bottom: 34px;
  	color: #fff;
}
/*
.greenDealInfoBox > .greenDealInfoBoxFirstBox > h2{display: none;}
.greenDealInfoBox > .greenDealInfoBoxFirstBox::before,
.greenDealInfoBox > .greenDealInfoBoxFirstBox > .greenDealInfoBoxSecondBox::after{
	content: '';
	position: absolute; 
	right: 100%;
	top: 0;
	width: 30px; 
	height: 100%;
	background-image: linear-gradient(to top left, var(--pageMainColor) 49%, #0000 51%);
}
*/
.greenDealInfoBox > .greenDealInfoBoxFirstBox{
	//background-color: var(--pageMainColor);
	position: relative;
	width: calc(80% - 30px - 102px);
	padding: 24px;
	//left: calc(30px + 102px);
  	margin: 0 auto;
}
.greenDealInfoBox > .greenDealInfoBoxFirstBox > .greenDealInfoBoxSecondBox{
	position: relative;
	//left: 26px;
  	margin: 0 auto;
	width: 100%;
}
/*
.greenDealInfoBox > .greenDealInfoBoxFirstBox > .greenDealInfoBoxSecondBox::before{
	content: '';
	position: absolute; 
	left: calc(100% + 5px);
	top: -5px;
	width: 30px; 
	height: calc(100% + 10px);
	background-image: linear-gradient(to top right, var(--mainBorderColor) 49%, #0000 51%);
}

.greenDealInfoBox > .greenDealInfoBoxFirstBox > .greenDealInfoBoxSecondBox::after{
	right: unset;
	left: 100%;
	background-image: linear-gradient(to top right, #fff 49%, #0000 51%)
}
*/
@media (max-width: 1024px){
  .greenDealInfoBox > .greenDealInfoBoxFirstBox{
		width: calc(100% - 30px - 102px);
		//left: 30px;
  }
}

@media (max-width: 600px){
  .greenDealInfoBox > .greenDealInfoBoxFirstBox{
		width: calc(100% - 70px);
		//left: 0px;
  }
.greenDealInfoBox > .greenDealInfoBoxFirstBox::before{display: none;}
}

.greenDealInfoBoxSecondBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 50px !important;
}

.greenDealInfoBoxSecondBox > div{
	width: calc(100%/3 - 10px);
	text-align: center;
	font-weight: bold;
	font-size: max(min(20px, 1.5vw), 16px);
}

.greenDealInfoBoxSecondBox.InfoBoxItem3_1 > div{width: calc(100%/2 - 10px);}
.greenDealInfoBoxSecondBox.InfoBoxItem2_1.InfoBoxItem3_1 > div{width: 100%;}
.greenDealInfoBoxSecondBox > div > img{padding: 15px; max-width: 275px; filter: invert(100%) brightness(300%);}

@media (max-width: 1024px){
  .greenDealInfoBoxSecondBox > div{
		width: 100%;
		max-width: 250px;
		font-size: 18px;
	}
	.greenDealInfoBoxSecondBox{justify-content: center}
}

@media (max-width: 600px){
	.greenDealInfoBoxFirstBox{width: calc(100% - 50px) !important;}
}


/*-------------------------- ZeitplanList ----------------------------------*/


.zeitplaene{position: relative;}
.ZeitBeschreibung{
	  font-weight: bold;
	  font-size: max(min(30px, 3vw), 25px);
}

.zeitplan{
	display: flex;
	position: relative;
}

.zeitplan > div{
	width: calc(50% - 50px);
	padding: 20px
}

.zeitplan:nth-of-type(2n){
	justify-content: right;
}

.zeitplaene::before{
	content:'';
	position: absolute;
	height: 100%; 
	width: 5px;
	background-color: var(--gruen); //var(--blue);
	left: 50%;
	transform: translateX(-50%);
}

.zeitplan::after{
	content: '';
	position: absolute;
	width: 20px; 
	height: 20px;
	border: 5px solid #fff;
	border-radius: 100%;
	background-color: var(--dunkelblau); //var(--pageMainColor);
	left: 50%;
	transform: translateX(-50%);
	top: 20px;
}

.zeitplan > div > .zeit{
	font-weight: bold;
	font-size: max(min(25px, 2.5vw), 22px);
}

.zeitplan > div{
	border: 5px solid var(--dunkelblau); //var(--pageMainColor);
  	border-radius: 30px;
}

@media (max-width: 768px){
	.zeitplaene::before{left: 0px; transform: unset;} 
	.zeitplan::after{left: -63px; top:10px; transform: unset;}
	.zeitplan > div{width: 100%}
}

@media (max-width: 600px){
	.zeitplan::after{
		left: -30px;
		width: 15px;
		height: 15px;
  }
	  .zeitplaene::before{
  	height: calc(100% - 35px);
  }
}


/*-------------------------- Checkliste ----------------------------------*/


.checklistItem{
    position: relative;
    padding:0 0 24px;
    display: flex;
    align-items: top;
  }

.checkliste{
    display: flex;
    flex-wrap: wrap;
}

.checklistItem{width: 100%;}	

.checklistItem:not(:is(
        [data-checklistLength="1"],
        [data-checklistLength="2"],
        [data-checklistLength="3"],
        [data-checklistLength="4"],
        [data-checklistLength="5"],
        [data-checklistLength="6"],
        [data-checklistLength="7"],
    )){
        width: 50%;
        padding-right: 20px;
    }

.checklistItem > div{
    width: calc(100% - 68px * 2);
    display: flex;
    align-items: start;
}

.checklistItem::before{
    content: '';
    display: inline-block;
    width: 68px;
    height: 68px;
    margin-right: 68px;
    border: 2px solid var(--darkblue);
}

.checklistItem::after{
    content:'';
    position: absolute;
    width: 40px;
    height: 15px;
    border-left: 5px solid var(--gruen); //var(--green);
    border-bottom: 5px solid var(--gruen); //var(--green);
    transform: rotateZ(-45deg);
    left: 13px;
    top: 22px;
}

@media (max-width: 1024px){
    .checklistItem::before{
      margin-right: 30px;
    }
    .checklistItem > div{width: calc(100% - 68px - 30px)}
}

@media (max-width: 768px){
    .checklistItem{
        width: 100% !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 600px){
    .checklistItem::before{
      width: 34px;
      height: 34px;
    }
    .checklistItem::after{
      width: 20px;
      height: 7.5px;
      border-width: 4px;
      top: 12px;
      left: 8px;
    }
}


/*-------------------------- Weitere Infos List ----------------------------------*/

.weitereInfos > a{
	font-weight: bold;
	color: var(--blue);
	display:inline-block;
	margin-bottom: 15px;
}

.weitereInfos > a:hover{color:var(--darkblue)}

/*-------------------------- TextmitBild ----------------------------------*/


.TextMitBild {
	display: flex;
	align-items: center;
}

.TextMitBild > .TextMitBildContent > h1 {
	color: var(--dunkelblau);
}
  
.TextMitBild > section{width: 100%;}
.TextMitBild > .TextMitBildContent > span{
	color: var(--gruen); //var(--green);
	font-weight: bold;
}

.TextMitBild > .TextMitBildContent > a{
	display:inline-block;
	text-decoration: none;
	font-weight:bold;
	padding: 10px 20px;
	background-color: var(--dunkelblau); //var(--darkblue);
	color: #fff;
	border: 3px solid var(--dunkelblau); //var(--darkblue);
  	border-radius: 15px;
	transition: 300ms ease-in-out;
}

.TextMitBild > .TextMitBildContent > a:hover{
	background-color: #fff;
	color: var(--dunkelblau); //var(--darkblue);
}

.TextMitBild > .TextMitBildPic > img {
	object-fit: contain;
	object-position: center center;
}

@media (max-width: 1024px){
	
  .TextMitBild{flex-direction: column;}
  .TextMitBild > .TextMitBildPic{text-align: right;}
  .TextMitBild > .TextMitBildPic > img{
		max-width: 60%;
		transform: translateY(-60px);
  }
}

@media (max-width: 600px){
	
  .TextMitBild > .TextMitBildPic > img{
		max-width: 90%;
		transform: translateY(0);
  }
}


/*-------------------------- BlueInfoBoxLeft ----------------------------------*/

.blueInfoBoxLeft > .blueInfoBoxLeftBlueBox > h2{display: none;}
.blueInfoBoxLeft > .blueInfoBoxLeftBlueBox{
	background-color: var(--hellblau); //var(--darkblue);
  	color: white;
  	border-radius: 30px;
	position: relative;
	width: calc(80% - 30px - 102px);
	margin: 0 auto;
  	padding: 34px;
	//left: calc(30px + 102px);
}
/*
.blueInfoBoxLeft > .blueInfoBoxLeftBlueBox::before,
.blueInfoBoxLeft > .blueInfoBoxLeftBlueBox > .blueInfoBoxLeftGreenBox::after{
	content: '';
	position: absolute; 
	right: 100%;
	top: 0;
	width: 30px; 
	height: 100%;
	background-image: linear-gradient(to top left, var(--dunkelblau)var(--darkblue) 49%, #0000 51%);
}

.blueInfoBoxLeft > .blueInfoBoxLeftBlueBox > .blueInfoBoxLeftGreenBox{
	background-color: #fff;
	border: 5px solid var(--gruen); //var(--green);
	padding: 10px 30px;
	padding-right: calc(10% - 3px);
	position: relative;
	left: 26px;
	width: calc(100% + 10%);
}

.blueInfoBoxLeft > .blueInfoBoxLeftBlueBox > .blueInfoBoxLeftGreenBox::before{
	content: '';
	position: absolute; 
	left: calc(100% + 5px);
	top: -5px;
	width: 30px; 
	height: calc(100% + 10px);
	background-image: linear-gradient(to top right, var(--gruen)var(--green) 49%, #0000 51%);
}

.blueInfoBoxLeft > .blueInfoBoxLeftBlueBox > .blueInfoBoxLeftGreenBox::after{
	right: unset;
	left: 100%;
	background-image: linear-gradient(to top right, #fff 49%, #0000 51%)
}
*/
@media (max-width: 1024px){
  .blueInfoBoxLeft > .blueInfoBoxLeftBlueBox{
    width: calc(100% - 30px - 102px);
    //left: 30px;
  }
}

@media (max-width: 600px){
  .blueInfoBoxLeft > .blueInfoBoxLeftBlueBox{
    width: calc(100% - 70px);
    //left: 0px;
  }
  .blueInfoBoxLeft > .blueInfoBoxLeftBlueBox::before{display: none;}
  .blueInfoBoxLeft > .blueInfoBoxLeftBlueBox > .blueInfoBoxLeftGreenBox{
    //left: 0;
    width: calc(110% + 26px);
  }
}


/*-------------------------- Presseberichte_eurobau ----------------------------------*/


.show_route1.route1_,
.hide_route1:not(.route1_){display: none;}
#PresseList{
	display: flex;
	flex-wrap: wrap;
	padding: 78px 68px 0px;
	gap:50px min(10vw,150px);
	justify-content: center;
}

#PresseList > article{
	background-color: var(--hellblau); //border: 5px solid var(--darkblue);
	border-radius: 30px;
	width: calc(50% - (150px / 2) - 25px);
	position: relative;
	display:flex;
	flex-direction: column;
	align-items: center;
	margin-right:25px;
}
/*
#PresseList > article::before,
#PresseList > article::after{
	content: '';
	position: absolute;
}
*/
#PresseList > article::before{
	background-image: linear-gradient(to top right, var(--darkblue) 49%, #0000 51%);
	width: 25px;
	height: calc(100% + 10px);
	left:calc(100% + 5px);
	top:-5px;
}

#PresseList > article::after{
	background-image: linear-gradient(to top right, #fff 49%, #0000 51%);
	background-repeat: no-repeat;
	background-position: left -10px;
	width: 25px;
	height: calc(100% + 10px);
	left:100%;
	top:0;
}

#PresseList > article > .PresseThb{
	text-align: center;
}

#PresseList > article > .PresseText{
	padding-bottom: 100px;
	font-size: 18px;
	color: var(--weiss);
}

#PresseList > article > a{
	position: absolute;
	bottom: 24px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 20px;
	border: 3px solid var(--dunkelblau); //var(--green);
	border-radius: 5px;
	color: var(--weiss);
	background-color: var(--dunkelblau); //var(--green);
	transition: 300ms ease-in-out;
}

#PresseList > article > a:hover{background-color: var(--weiss); color: var(--dunkelblau);}
@media (max-width: 1440px){
  #PresseList{
    padding: 78px 0px 0px;
  }
}

@media (max-width: 1024px){
  #PresseList{
    flex-direction: column;
    align-items: center;
  }
  #PresseList > article{
    width: calc(100% - 25px);
    padding: 17px
  }
}

@media (max-width: 600px){
  #PresseList > article{width:100%;}
  #PresseList > article::after,
  #PresseList > article::before
  {display:none;}
}


/*-------------------------- Presseberichte_eurobau ----------------------------------*/


.PresseHeadline,.PresseLangtext{
	width: calc(100% / 3 * 2);
	display:inline-block;
	padding-right:102px;
}

.PresseLangtext + img{
	max-width: calc(100% / 3);
	float: right;
}

@media screen and (max-width: 1024px){
  .PresseHeadline,.PresseLangtext{width: calc(100% / 4 * 3);padding-right: 0;}
  .PresseLangtext + img{
    max-width: calc(100% / 4 * 3);
    float: none;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 600px){
  .PresseHeadline,.PresseLangtext{width: 100%;}
  .PresseLangtext + img{
    max-width: 100%;
  }
}/* --- --- *//* OekoDesignForum  */@font-face {
            font-family: 'Montserrat-Light';
            src: url("/fonts/montserrat/Montserrat-Light.otf");
            font-style: normal;
            font-weight: 300;
            font-display: fallback;
        }

        @font-face { 
            font-family: 'Montserrat-Regular'; 
            src: url("/fonts/montserrat/Montserrat-Regular.otf");
            font-style: normal;
            font-weight: 400;
            font-display: fallback;
        }

        @font-face {
            font-family: 'Montserrat-Medium';
            src: url("/fonts/montserrat/Montserrat-Medium.otf");
            font-style: normal;
            font-weight: 500;
            font-display: fallback;
        }

        @font-face {
            font-family: 'Montserrat-SemiBold';
            src: url("/fonts/montserrat/Montserrat-SemiBold.otf");
            font-style: normal;
            font-weight: 600;
            font-display: fallback;
        }

        @font-face {
            font-family: 'Montserrat-Bold';
            src: url("/fonts/montserrat/Montserrat-Bold.otf");
            font-style: normal;
            font-weight: 700;
            font-display: fallback;
        }

:root{
    --beige: #D5D9BA;
    --green: #D7DF22;
    --darkblue: #334756;
  }


  .green{color: var(--green);}
  #main {background-color: #fff;}
  body{
	background-color: #f8f8f8;
	color: var(--darkblue);
}/* --- --- *//* PublikationenCSS  */#PublikationImg {
    display: block;
}

#PublikationContent>section {
    background-color: var(--hellblau); /*/border: 5px solid var(--darkblue);*/
    width: 100%;
    position: relative;
    display: none;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	margin: 0 auto;
	padding: 17px;
}
/*
#PublikationContent>section::before {
    content: '';
    position: absolute;
    height: calc(100% + 10px);
    width: 45px;
    top: -5px;
    left: calc(100% + 5px);
    background-color: var(--gruen); //background-image: linear-gradient(to top right, var(--darkblue) 49%, #0000 50%);
}

#PublikationContent>section::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 100%;
    left: 100%;
    top: 0;
    background-color: var(--hellblau); //background-image: linear-gradient(to top right, #fff 49%, #0000 50%);
}
*/
#PublikationContent>section>article {
    display: flex;
}

#PublikationContent>section>article>div.PublikationPic {
    width: 12.5%
}

.publikationenPublikation[data-iskraisbau="1"] .PublikationPic::before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url('/bilder/kraisbau_kreis.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 25px;
	height: 25px;
}

#PublikationContent>section>article>div.PublikationText {
    width: calc(100% - 12.5% - 200px);
	color: var(--weiss);
    padding: 24px 51px
}

#PublikationContent>section>article>div.PublikationText>h3 {
    font-weight: bold;
}

#PublikationContent>section>article>div.PublikationPic {
    /*//background-color: var(--hellblau); var(--darkblue);*/
    position: relative;
}

#PublikationContent>section>article:not(:last-of-type)>div.PublikationPic::after {
    content: '';
    position: absolute;
    height: 5px;
    width: calc(100% + 5px);
    bottom: -2.5px;
    left: -5px;
    background-color: var(--gruen); /*var(--green);*/
    z-index: 1;
}

#PublikationContent>section>article>div.PublikationPic>img {
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

#PublikationContent>section>article>div.PublikationButton {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 200px;
}

#PublikationContent>section>article>div.PublikationButton>a {
    display: inline-block;
    transition: 300ms ease-in-out;
	color: #fff !important;
  	text-align: center;
}
#PublikationContent>section>article>div.PublikationButton>a>span{
  display: block;
  width: 100%;
  
}
#PublikationContent>section>article>div.PublikationButton>a>img{
  width: 40px;
filter: invert(100%) brightness(300%);
}

.PublikationSelect {
    display: flex;
    gap: 5px;
  	width: 100%;
  	border-top-left-radius: 50px;
  	border-top-right-radius: 50px;
}

.PublikationSelect>label {
    --color: var(--gruen); /*/var(--darkblue);*/
    padding: 34px 34px;
  	column-gap: 5px;
    background-color: var(--color);
  	color: var(--weiss);
    font-weight: bold;
    position: relative;
  	border-bottom: 5px solid #fff;
  	width: 25%;
    font-size: max(min(1.5vw, 18px),15px);
}
.PublikationSelect>label:first-of-type {
	border-top-left-radius: 30px;
}
.PublikationSelect>label:last-of-type {
	border-top-right-radius: 30px;
}
/*
.PublikationSelect>label::before,
.PublikationSelect>label::after {
    content: '';
    position: absolute;
    top: 0;
    width: 13px;
    height: 100%;
}

.PublikationSelect>label::before {
    right: 100%;
    background-image: linear-gradient(to top left, var(--color) 49%, #0000 53%);
}

.PublikationSelect>label::after {
    left: 100%;
    background-image: linear-gradient(to bottom right, var(--color) 49%, #0000 53%);
}
*/
.PublikationSelect>label:hover {
    --color: var(--gruen);
    color: var(--hellblau);
}


@media (max-width: 1024px) {
    #PublikationContent>section {
        width: calc(100% - 45px);
    }
    .PublikationSelect{
        flex-direction: column;
        gap:10px;
        padding-right:30px;
        width: calc(100% - 45px);
        margin: 0 auto 17px;
        padding: 0;
    }
      .PublikationSelect > label{
        width: 100%;
        border-radius: 30px;
        border-bottom: 0px !important;
        padding: 20px 30px;
      }
      .PublikationsList{
        border-radius: 50px
      }
}

@media (max-width: 768px) {
    #PublikationContent>section>article:not(:last-of-type)>div.PublikationPic::after {
        display: none;
    }

    #PublikationContent>section>article>div {
        width: 100% !important;
    }

    #PublikationContent>section>article>div.PublikationPic {
        display: none;
    }

    #PublikationContent>section>article>div.PublikationText {
        padding: 24px;
    }

    #PublikationContent>section>article>div.PublikationButton {
        padding-bottom: 24px
    }

    #PublikationContent>section>article {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 600px){
    .PublikationSelect{
        flex-direction: column;
        gap:10px;
    }
    #PublikationContent > section, .PublikationSelect{
        width: 100%;
    }
    #PublikationContent > section::before,
    #PublikationContent > section::after{display: none;}
}/* --- --- */#backtotopContainer {
	width: calc(100% - 54px);
	position: absolute;
	text-align: right;
	top: 0;
	left: 0;
}
#backtotop {
	display: none;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 37px solid rgba(82, 128, 166, 0.55);
	position: fixed;
	bottom: 14px;
	z-index: 900;
}/* --- --- */#sucheAjaxContainer {
	display: block;
	position: fixed;
	top: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
	height: 100%;
	pointer-events: none;
	z-index: 2;
}
#chkSucheAjax, #mandSucheAjax {display: none;}
#lblSucheAjax {
	position: absolute;
	top: 31px;
	right: 68px;
	width: 40px;
	height: 60px;
	pointer-events: all;
	background-image: url("/bilder/menu_icon_suche_blau.svg");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 30px;
}
#lblSucheCloseArea {
	opacity: 0;
	pointer-events: none;
	cursor: unset;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.2);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	transition: 300ms;
}
#sucheAjax {
	max-width: 100%;
	max-height: calc(100% - 91px);
	padding: 20px;
	text-align: right;
	background-color: #fff;
	box-shadow: 0px 3px 3px 0px rgba(59, 48, 48, 0.24);
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	overflow: auto;
}
#chkSucheAjax:checked ~ #sucheAjax, #lblSucheAjax:hover ~ #sucheAjax, #sucheAjax:hover, #chkSucheAjax:checked ~ #lblSucheCloseArea {
	opacity: 1;
	pointer-events: auto;
}
#chkSucheAjax:checked ~ #lblSucheAjax, #lblSucheAjax:hover {
	background-image: url("/bilder/menu_icon_suche_hover.svg");
}
#sucheAjaxTbBtn {
	max-width: 300px;
	display: inline-block;
}
#tbSucheAjax, #btnSucheAjax {vertical-align: top;}
#tbSucheAjax {
	width: calc(100% - 42px - 10px);
	height: 40px;
}
#btnSucheAjax {
	font-size: inherit;
	font-family: inherit;
	background-color: var(--dunkelblau);
	display: inline-block;
	text-align: center;
	transition: 300ms;
	border: none;
	color: white;
	height: 40px;
	width: 40px;
	padding: 0;
	margin-left: 10px;
	background-image: url("/bilder/menu_icon_suche.svg");
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
}
#ergebnisseSucheAjax {
	display: none;
	text-align: left;
	width: 500px;
	max-width: 100%;
}
#ergebnisseSucheAjax > article{
	padding: 20px 0;
	border-bottom: 1px solid #e6e7e8;
}
.ergebnisSucheAjaxHeadline {
	margin-top: 0;
	margin-bottom: 10px;
}
@media screen and (max-width: 1240px) {
	#sucheAjax {
		top: 91px;
	}

	#lblSucheAjax {right: 118px;}
	#lblSucheAjax:hover ~ #sucheAjax, #sucheAjax:hover {
		opacity: 0;
		pointer-events: none;
	}
	#chkSucheAjax:checked ~ #sucheAjax {
		opacity: 1;
		pointer-events: auto;
	}
}
@media screen and (max-width: 600px) {
	#lblSucheAjax {
		height: 40px;
		right: 64px;
		top: 15px;
		width: 36px;
		background-size: 26px;
	}
	#sucheAjax {
		top: 55px;
		max-height: calc(100% - 55px);
	}
}/* --- --- */