/* css zu download *//* elements.popupinfo  */x{}
/* ausblenden wenn checkbox über graue fläche abgewählt wird */
  label#lbl_JubaPopupMessageBoxGreyOverall, aside#JubaPopupMessage,
	label#lbl_JubaPopupMessageIcon {display: none;}

/* einblenden der Info */
input[type="checkbox"]#rad_JubaPopupMessage:checked ~ aside#JubaPopupMessage {
	display:block; border: 1px solid #005541; background-color: #fff; 
	position: fixed; z-index: 300; 
	left: calc(50% - 140px); top: 2rem;
	width: 280px; padding: 1rem;
}
input[type="checkbox"]#rad_JubaPopupMessage:checked ~ label#lbl_JubaPopupMessageBoxGreyOverall {
	position:fixed; left: 0px; top: 0px;
	width: 100%; height: 100%;
    	display:block;
	background-color: rgba(200,200,200,0.7);
	z-index: 299
}
input[type="checkbox"]#rad_JubaPopupMessage:checked ~ aside label#lbl_JubaPopupMessageIcon { 
	display: block; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAEvElEQVRIiZ2WS4hbVRjHs6uPUhC61EWtpVIsCoqgFitFEUWpWBFB1IXoQsFNRRHBB11IFRdVXLifUmfSNplMHpPkZl6ZTN7vTN43j5tMZvKYdJKZzLRJys/FTHPndjKteODHuff78/2/e757uOeqVPuMjY0NlpaWKBQKVKtVms0mGxsb3Lx5k83NTdbX12m323Q6Hba2ttjPZ+jo9XpIkoQoijQaDVqtNmtrLZrNG9Trq9RqdWq1Bo3GKs3mDdbWWqyvr7O5uUm3271/sV6vRy6Xo1wus7bWotFoUqvVqVZr96RWrdNsNmm32/R6vf0L9ft9crkclcoSjdVVlldWWF5e2Z7/A5XlFVZ22jp0Rb1ej2w2i1SSqNXqLC1VWKr8D5YqVCrLNBoNbt26BSAXkySJdDrDykqVUqksk8pQCkSUsTtkRKQrmuFauUy9Xuf27dvbRba2tkgkEkilEsWiRKFY3Eato3j0RYqnz8mxXRS//I7igSMU3/uMQjC8R5ekEu12e7tIuVwmmUxSLEqIYg4xl0f0+CkePLZtcuAI+R9+3Y7vkJswU3zoqKz/9pdS35krleXtjRCLxUhnMmSyIplsdkDu/E8Dk+LBY2SN1m0tkaTw9KsDrXDqrCLvDulsFlEUabVaqKLRKMlUmsQukqk0iUSS/PNvymYnTpOMRMl+/bNc/NCTpKwzJFNpUumMwieZSpNIpsjnC6iCwSCJRJLFxfgeEpZpCo+cGJiK736qaGPm2wvEE0kFu/Nji3EyWRGVw7HAYjxBJBobSuLin/KT7yL3zGtEwxFisUUFe/KTKVRTU1OEI1GCofC+ZN76SFnk4WNExrSEwhHCkaiCu3PDkSgqQRDw+QNDCQRD+PwBglfHKT7wuLyKJ17C5w/gDwTxB4IEgqHBPMxDZbfP43S5cbm9Crw+P16fH5fbS/qVc3vaFfn+F9weH26PD6/Ph8vtxe3xKX08XgLBICqny8WcfZ4Fp0uB0+XB6fIQuvC7bL5rNYVDx/GOaXC63Dhdnp0ct8LDseAiEAih8ng8WAWBeccC9nnHAMeCE6fZSv7wyYFx/P3PyZw8I++uk2dwzM7hWHBin3fs8ZizzxMKhVHl83ksFgu2qWlm5+aZmbUzM2tnzj5P/I0P5e372HPYLQKOy2MUDh2X2/bJV8zZ5bzdTM/MUqlUUHU6HRwLDvQGA1PTMwNcFy8p3oHr4qWB5jv/o6w9eBTnH38rcqemZ7AKNrxer3xqiqKI0WhiQm9EsE1jtQhkjr4wMIq9/gFWYUpB/NRZeTVvf6zQzBYBQbBRLpflT3232yUSiaDT6dBN6LFYbdiuqFl8+R1yh59CuKbFbLEqENTXyT76LN4vvlHETZMWTJNm4vHE3lOy1+sRCoW4rtFwXTuOyWzBZLZgvTyKcdI8FJPeIF9PmtEbTRiMJqKxGP1+f/gx3O12CYfDaLVaRsfUjOv0GIyTCvSGvfcTeiPa8QlMJjPxePz+PxT9fp9qtYrVamV0dJQr/4xy9ZoGjVaHbsKwY2xiXKdHo9Wh0eqY0BuYm7NTKpXu/SNx92g2mwSDQWw2GxqtFrX6KmNqNSMjI4yMXEaj1SIIAj6fj5Ik0el09jX/F5Hf+SiQLF0OAAAAAElFTkSuQmCC); 
width: 25px; height: 25px; 
	position:relative; bottom: 0px; left: 0px; margin-right:12px; margin-top: 12px;
}
#JubaPopupMessage, #JubaPopupMessage .listpopupmessages {color: black !important;}/* --- --- *//* InndataMenueCSS  *//*voninndata*/
#jubaconMenu { display: flex; }

#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: #344756;
    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: 17%;
    margin-top: 14px;
    margin-right: -4.5px;
    background-image: url("/bilder/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    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;
}

#jubaconMenu > ul#menu_eb_1 > li {
    display: inline-block;
    width: 20%;
    text-align: center;
    margin-right: -4.5px;
}

#jubaconMenu > ul#menu_eb_1 > li > a {
    display: inline-block;
    height: 91px;
    padding: 30px 0px;
	position: relative;
	z-index: 3;
}

#jubaconMenu > ul#menu_eb_1 > li {
    vertical-align: top;
    position: relative;
}

#jubaconMenu > ul#menu_eb_1 > li > ul#menu_eb_2 {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0px;
    background-color: #527fa2;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 20px;
    transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
}

#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;
    color: #fff;
    font-family: Montserrat Regular, sans-serif;
}

#mainMenuIcons > ul {
    display: inline-block;
    margin: 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;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-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 > a:hover::after {
    content: '';
    display: block;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 1px;
}

#mainMenuIcons::before {
    content: '';
    width: 100px;
    height: 91px;
    background-color: #344756;
    position: absolute;
    left: -100px;
}



#jubaconMenu > ul#menu_eb_1 > li:nth-of-type(3) > a,
#jubaconMenu > ul#menu_eb_1 > li:nth-of-type(4) > a,
#jubaconMenu > ul#menu_eb_1 > li:nth-of-type(5) > a { color: #fff; }

#jubaconMenu > ul#menu_eb_1 > li:first-of-type { 
    width: 18%;
    margin-left: 3%; 
}

#jubaconMenu > ul#menu_eb_1 > li:nth-of-type(3) { width: 23%; }
#jubaconMenu > ul#menu_eb_1 > li:nth-of-type(4) { width: 21%; }
#jubaconMenu > ul#menu_eb_1 > li:nth-of-type(5) { width: 15%; }

#jubaconMenu > ul#menu_eb_1 > li:nth-of-type(3),
#jubaconMenu > ul#menu_eb_1 > li:nth-of-type(4),
#jubaconMenu > ul#menu_eb_1 > li:nth-of-type(5) { background-color: #344756; }

#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;
}



@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 > ul#menu_eb_2 {
		display: flex;
		flex-wrap: wrap;
		min-width: 460px;
	}

	#jubaconMenu > ul#menu_eb_1 > li > ul#menu_eb_2 > li {
		width: 50%;
		display: inline-block;
	}*/



    #jubaconMenu > ul#menu_eb_1 > li:hover { background-color: #527fa2; }

    #jubaconMenu > ul#menu_eb_1 > li > ul#menu_eb_2 > li:hover { background-color: #344756; }



    #jubaconMenu > ul#menu_eb_1 > li:first-of-type:hover > a,
    #jubaconMenu > ul#menu_eb_1 > li:nth-of-type(2):hover > a { color: #344756; }

    #jubaconMenu > ul#menu_eb_1 > li::before, 
    #jubaconMenu > ul#menu_eb_1 > li::after {
        content: '';
        display: block;
        width: 40px;
        height: 100%;
        opacity: 0;
        position: absolute;
        top: 0px;
        z-index: 2;
    }

    #jubaconMenu > ul#menu_eb_1 > li::before { left: -20px; }

    #jubaconMenu > ul#menu_eb_1 > li::after { right: -20px; }

    #jubaconMenu > ul#menu_eb_1 > li:nth-of-type(3)::before {
        opacity: 1;
        background-image: linear-gradient(to top right, #fff 49%, #344756 50%);
        z-index: 1;
    }

    #jubaconMenu > ul#menu_eb_1 > li:hover::before,
    #jubaconMenu > ul#menu_eb_1 > li:hover::after { opacity: 1; }

    #jubaconMenu > ul#menu_eb_1 > li:hover::before { background-image: linear-gradient(to top right, #344756 49%, #527fa2 50%); }

    #jubaconMenu > ul#menu_eb_1 > li:first-of-type:hover::before,
    #jubaconMenu > ul#menu_eb_1 > li:nth-of-type(2):hover::before,
    #jubaconMenu > ul#menu_eb_1 > li:nth-of-type(3):hover::before { background-image: linear-gradient(to top right, #fff 49%, #527fa2 50%); }

    #jubaconMenu > ul#menu_eb_1 > li:hover::after { background-image: linear-gradient(to top right, #527fa2 49%, #344756 50%); }

    #jubaconMenu > ul#menu_eb_1 > li:first-of-type:hover::after { background-image: linear-gradient(to top right, #527fa2 49%, #fff 50%); }

    #jubaconMenu > ul#menu_eb_1 > li:last-of-type > ul#menu_eb_2 {
    	left: unset;
    	right: -20px;
    }
}


@media screen and (max-width: 1024px) {
    #mainMenu {
        width: 30%;
        padding-left: 50px; 
        position: static;
    }

    #mainMenuIcons {
        width: 65%;
        text-align: right;
		padding-left: 0;
    }

    ul#menu_eb_2 { overflow-y: auto; }



    #mainMenu label.toggleMenuButton {
        display: block;
        width: 38px;
        height: 29px;
        cursor: pointer;
        position: absolute;
        top: 31px;
        right: 45px;
        transition: right .6s;
        -o-transition: right .6s;
        -ms-transition: right .6s;
        -moz-transition: right .6s;
        -webkit-transition: right .6s;
    }

    #mainMenu label.toggleMenuButton#lbl_openMenu { z-index: 201; }

    #mainMenu label.lbl_hideSubMenu {
        display: block;
        width: 30px;
        height: 40px;
        position: absolute;
        top: 25px;
        left: 15px;
    }

    label#lbl_openMenu span { margin: 13px 0px; }



    #jubaconMenu > #jubaconMenuLogo { width: 85%; }

    #jubaconMenu > ul#menu_eb_1 { display: none; }

    #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; 
		opacity: 0;
    }

    #jubaconMenu > ul#menu_eb_1 {
        display: block;
        height: 100%;
        width: 300px;
        max-width: 100%;
        font-size: 20px;
        padding: 76px 20px;
        background-color: #527fa2;
        position: fixed;
        right: -300px;
        top: 0;
        z-index: 200;
        transition: right .6s;
        -o-transition: right .6s;
        -ms-transition: right .6s;
        -moz-transition: right .6s;
        -webkit-transition: right .6s;
    }

    #jubaconMenu > ul#menu_eb_1 > li {
        display: block;
        width: auto;
        padding: 10px;
        margin-right: 0px;
        text-align: left;
        border-bottom: 2px solid #344756;
        position: static;
    }

    #jubaconMenu > ul#menu_eb_1 > li > a {
        height: auto;
        padding: 0px;
        color: #fff;
		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;
        -o-transition: right .6s;
        -ms-transition: right .6s;
        -moz-transition: right .6s;
        -webkit-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;
    }



    #mainMenuIcons::before {
        width: auto;
        height: auto;
        background-color: transparent;
        border-left: 42px solid transparent;
        border-top: 91px solid #344756;
        position: absolute;
        left: -42px;
        top: 0px;
    }

    #jubaconMenu > ul#menu_eb_1 > li > a:hover::after { display: none; }

    #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);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-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);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
    }

    label#lbl_openMenu span, 
    label#lbl_openMenu::after, 
    label#lbl_openMenu::before {
        display: block;
        width: 100%;
        height: 4px;
        background-color: #fff;
        border-radius: 2px;
        transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-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; }



    #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; }

    #jubaconMenu > ul#menu_eb_1 > li:nth-of-type(3), 
    #jubaconMenu > ul#menu_eb_1 > li:nth-of-type(4), 
    #jubaconMenu > ul#menu_eb_1 > li:nth-of-type(5) { 
        width: auto;
        background-color: transparent; 
    }

    #jubaconMenu > ul#menu_eb_1 > li:nth-of-type(3)::before { display: 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'); }


    #rad1_menuOpen:checked ~ #jubaconMenu > ul#menu_eb_1 {
        right: 0;
        box-shadow: -5px 10px 18px;
    }

    #rad1_menuOpen:checked ~ label.toggleMenuButton#lbl_openMenu { right: 20px; }

    #rad1_menuOpen:checked ~ #jubaconMenu > label.toggleMenuButton#lbl_closeMenu {
        visibility: visible;
        right: 20px; 
    }

    #mainMenu #menu_eb_1 > li > input[type=radio]:checked ~ ul#menu_eb_2 { right: 0px; }

    input#rad1_menuOpen:checked ~ label#lbl_openMenu > span { opacity: 0; }

    input#rad1_menuOpen:checked ~ label#lbl_openMenu::after {
        bottom: 12px;
        transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    input#rad1_menuOpen:checked ~ label#lbl_openMenu::before {
        top: 13px;
        transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}


@media screen and (max-width: 600px) {
    #mainMenu { padding-left: 20px; }



    #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; }



    #mainMenuIcons::before {
        border-top: 55px solid #344756;
        border-left: 25px solid transparent;
        left: -25px;
    }



    input#rad1_menuOpen:checked ~ label#lbl_openMenu::after { bottom: 10px; }

    input#rad1_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;
}/* --- --- *//* KontaktCSS  */#kontaktformular .box_mit_text_streifen{
	width: 90%;
	height: 155px;
	bottom: 0;
}
#kontaktformular .box_mit_text_streifen::after{
	border-bottom-width:155px
}
#kontaktformular{
	padding-bottom:35px;
	font-size:15px;
}
#kontakt_captcha input{width: 100%; margin-right: 15px; max-width: 200px;}
#kontaktformular .kontakt_feld{width:90%}
#kontaktformular aside{display:inline-block; margin-right: 15px;}
#kontakt_captcha{
	display:inline-block;
	width:50%;
}
#kontakt-right,#kontakt_left{display:inline-block}
#kontakt_left{max-width:235px;}
#kontaktformular div.box_mit_text_box{
	width:85%;
	max-width:785px;
}
#kontaktformular small{
	line-height:120%;
	display:inline-block;
	font-size:75%;
}
#kontaktformular textarea{max-width:100%;}
#kontaktformular label{margin-left:5px;}
#kontaktformular div.box_mit_text_box_inhalt{padding:0 32px;}
#kontaktformular #kontakt-right input[type=checkbox]{filter: hue-rotate(335deg);}
#kontaktformular h1,#kontaktformular div.text_vor_ueberschrift{padding-left:25px;}
@media screen and (max-width: 1024px) {
	#kontakt_left, #kontakt-right{display:block;}
	#kontakt_left{max-width:none;}
	#kontakt-right{margin-left:0;}
	#kontaktformular .box_mit_text_streifen{height:110px;}
	#kontaktformular .box_mit_text_streifen::after{border-bottom-width:110px;}
	#kontakt-Thema,#kontakt-wunsch{display:inline-block; width:50%;}
	#kontakt-wunsch{padding-left:30px;}
	#kontaktformular .kontakt_feld{width:100%;}
	#kontaktformular div.box_mit_text_box{width:100%;}
}
@media screen and (max-width: 600px) {
	#kontaktformular h1{margin-bottom:15px}
	#kontaktformular .box_mit_text_box_inhalt{width:100%;}
	#kontakt-Thema,#kontakt-wunsch{display:block; width:100%; padding:0;}
	#kontaktformular{padding:0 10px;}
	#kontaktformular .box_mit_text_streifen{height:65px;}
	#kontaktformular h1,#kontaktformular div.text_vor_ueberschrift{padding-left:0}
	#kontakt_captcha {width: 100%;}
}/* --- --- */#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.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: 91px;
	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);
}
#btnSucheAjax {
	height: 42px;
	width: 42px;
	padding: 0;
	margin-left: 10px;
	background-image: url("/bilder/menu_icon_suche.svg");
	background-repeat: no-repeat;
	background-position: center;
}
#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: 1024px) {
	#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);
	}
}/* --- --- */footer {background-color: #344756;}
footer h3 {
	color: white;
	margin-top: 0;
	margin-bottom: 28px;
}
footer, footer a {
	color: #e6e7e8;
	line-height: 240%;
}
footer a {
	display: inline-block;
	font-family: Montserrat Regular, sans-serif;
	border: none;
	transition: color 100ms;
}
footer a:hover {color: #527fa2;}

@media screen and (max-width: 1024px) {
	footer h3 {margin-bottom: 17px;}
}/* --- --- */