/* css zu hilfsprojekte *//* Banner_unter_Menue  */#bannerUnterMenue {
	height: 446px;
	margin-top: 91px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
#bannerUnterMenueStripes {
	height: 50px;
	width: 53.5%;
	background-color: #fff;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#bannerUnterMenue > #bannerUnterMenueText,
#bannerUnterMenue > #bannerUnterMenueTextCoverStripe {
	padding-top: 35px;
	padding-bottom: 35px;
	padding-right: 42px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(52, 71, 86, 0.81);
}

#bannerUnterMenue > #bannerUnterMenueTextCoverStripe { background-color: rgba(82, 128, 166, 0.81); }
#bannerUnterMenueText h1,
#bannerUnterMenueTextCoverStripe h1 {
	font-size: 54px;
	margin-top: 0;
	margin-bottom: 0;
}
#bannerUnterMenue > #bannerUnterMenueText > .bannerUnterMenueTextSmall,
#bannerUnterMenue > #bannerUnterMenueTextCoverStripe > .bannerUnterMenueTextSmall {
	font-size: 29px;
	letter-spacing: -1px;
}
#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,
#bannerUnterMenue > #bannerUnterMenueTextCoverStripe::after {
	content: '';
	display: inline-block;
	border-right: 70px solid transparent;
	border-bottom: 160px solid rgba(52, 71, 86, 0.81);
	position: absolute;
	right: -70px;
	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 { margin-top: 55px; }
	#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;
	}
}/* --- --- *//* 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;
}/* --- --- *//* linkedinBeitraegeCSS  */.linkedin_morebtn {
	cursor: pointer;
	user-select: none;
}
.linkedInNavPageselect a {
	border-bottom: none;
	margin-left: 5px;
	margin-right: 5px;
}
.linkedInNavPageselect a:first-of-type {
	margin-right: 7px;
	font-size: 22px;
}
.linkedInNavPageselect a:last-of-type {
	margin-left: 7px;
	font-size: 22px;
}
.linkedInNavPageselect b {
	border-bottom: none;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 22px;
}
#linkedin-autoren_container {
	width: 20%;
	position: relative;
	padding: 15px 15px 15px 15px;
	hyphens: none;
	border: 1px solid #e0dfdc;
	border-radius: 25px;
	max-height: 550px;
	margin-left: 5%;
	float: left;
	margin-top: 65px;
	overflow: hidden;
}
#linkedin-a-otto-wrapper {
	width: 180px;
	height: 180px;
	border-radius: 90px;
	overflow: hidden;
	z-index: 1;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: 10px;
}
#linkedin-a-otto {
	transform: scale(1.3) translateY(15px);
}
#linkedin-a-titel {
	text-align: center;
	width: 100%;
	top: 20px;
	position: relative;
	font-size: 20px;
}
#linkedin-a-name {
	text-align: center;
	width: 100%;
	top: 15px;
	position: relative;
	font-size: 34px;
}
#linkedin-a-ceo {
	text-align: center;
	width: 100%;
	display: block;
	position: relative;
	top: 20px;
	line-height: 24px;
	font-size: 19px;
}
#linkedin-autoren_container button {
	background-color: #527fa2;
	margin-top: 32px;
	height: 48px;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	font-size: 18px;
	border: 1px solid transparent;
	cursor: pointer;
}
#linkedin-autoren_container button:hover {
	background-color: #fff;
	border: 1px solid #527fa2;
	color: #527fa2;
}
#linkedin-a-banner {
	transform: scale(1.3) translateY(15px);
	object-fit: cover;
	height: 120px;
	position: absolute;
	left: 0;
	top: -2px;
}
#linkedin-posts-wrapper {
	width: 65%;
	float: left;
	position: relative;
	margin-left: 5%;
}
.linkedin-container {
	width: 100%;
	position: relative;
	padding: 15px 15px 15px 15px;
	border: 1px solid #e0dfdc;
	border-radius: 25px;
	margin: 45px 0px 5px 0px;
	min-height: 265px;
	overflow: hidden;
}
.linkedin-container:first-of-type {
	margin-top: 65px;
}
.linkedin-left-container {
	width: 61.4%;
	position: relative;
	min-height: 265px;
	display: inline-block;
	margin-right: -15px;
}
.linkedin-datum {
	color: #527fa2;
	font-family: Montserrat Medium, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	display: inline-block;
	margin-bottom: 8px;
}
.linkedin-titel {
	margin: 0;
	margin-bottom: 10px;
}
.linkedin-langtext {
	font-size: 17px;
	line-height: 22px;
	min-height: 90px;
	padding-right: 10px;
	padding-bottom: 45px;
}
.linkedin-img {
	width: 40%;
	position: relative;
	float: right;
	min-height: 400px;
	overflow: hidden;
	margin: -15px;
	margin-left: -15px;
	margin-left: 0;
	display: flex;
	justify-content: center;
	padding-bottom: 51px;
}
.linkedin-img a {
	min-height: 350px;
	display: flex;
	border-bottom: none;
	font-family: Montserrat Regular, sans-serif;
	font-size: 12px;
	line-height: 23px;
}
.linkedin-img img {
	max-width: 100%;
	position: relative;
	object-fit: cover;
}
.linkedin-reaktionen > a {
	border-bottom: none;
	font-family: Montserrat Regular, sans-serif;
	color: #a3a3a3;
}
.linkedin-reaktionen {
	cursor: pointer;
	margin: -15px;
	position: absolute;
	width: 102.6%;
	left: 14px;
	bottom: 15px;
	margin-right: 0;
	margin-top: 0;
	border-top: 1px solid #e0dfdc;
	width: 61.4%;
}
.linkedin-reaktionen div {
	width: calc(100% / 3);
	display: inline-block;
	text-align: center;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	border-right: 1px solid #e0dfdc;
}
.linkedin-reaktionen div:last-child {
	border-right: 0;
}
.linkedin-reaktionen > a > div > img {
	height: 25px;
	margin-right: 10px;
	top: 5px;
	position: relative;
}
.linkedin-reaktionen div:hover {
	background-color: #ebebeb;
}
.linkedin-aktionen > a {
	border-bottom: none;
	font-family: Montserrat Regular, sans-serif;
	color: #fff;
}
.linkedin-aktionen {
	cursor: pointer;
	margin: -15px;
	position: absolute;
	width: 102.6%;
	right: 14px;
	bottom: 15px;
	margin-top: 0;
	border-top: 1px solid #e0dfdc;
	width: 38.9%;
	background-color: #527fa2;
	z-index: 1;
}
.linkedin-aktionen div {
	width: calc(100% / 2);
	display: inline-block;
	text-align: center;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	border-left: 1px solid #e0dfdc;
}
.linkedin-aktionen div:hover {
	background-color: #344756;
	color: #fff;
}


@media screen and (max-width: 1260px) {
	#linkedin-a-titel {
		font-size: 16px;
	}
	#linkedin-a-name {
		font-size: 24px;
	}
	#linkedin-a-ceo {
		font-size: 16px;
	}
	#linkedin-autoren_container button {
		font-size: 14px;
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	#linkedin-autoren_container {
		float: none;
		width: unset;
		margin-right: 5%;
		
	}
	#linkedin-a-banner {
		width: 100%;
	}
	#linkedin-posts-wrapper {
		width: unset;
		margin-right: 5%;
	}
}
@media screen and (max-width: 768px) {
	.post_aufklappen {
		display: none !important;
	}
	.linkedin-langtext {
		font-size: 14px;
		line-height: 20px;
	}
	.linkedin-container {
		min-height: 350px;
	}
	.linkedin-img {
		min-height: 250px !important;
		height: 250px !important;
		float: unset !important;
		width: calc(100% + 30px) !important;
		margin: -15px !important;
		margin-bottom: 36px !important;
		overflow: visible;
	}
	.linkedin-img a {
		min-height: 250px !important;
		width: 100%;
	}
	.linkedin-img img {
		height: 250px !important;
		max-width: 100%;
		width: 100%;
	}
	.linkedin-reaktionen div {
		font-size: 12px;
	}
	.linkedin-reaktionen > a > div > img {
		height: 20px;
	}
	.linkedin-beitrag-ansehen {
		display: none !important;
	}
	.linkedin-aktionen div {
		width: 100%;
		font-size: 12px;
	}
	.linkedin-aktionen {
		display: unset !important;
	}
	.linkedin-left-container {
		width: 100% !important;
	}
}
@media screen and (max-width: 610px) {
	.linkedin-reaktionen div {
		font-size: 0;
	}
	.linkedin-reaktionen > a > div > img {
		margin-right: 0;
		top: 9px;
	}
}
@media screen and (max-width: 380px) {
	.linkedin-aktionen div {
		font-size: 10px;
	}
}
/*-- Suche --*/
.sucheLinkedInContainer{
  float:right;
  width:65%;
  padding-right: calc(100% - 5% - 20% - 5% - 65%);
  margin-top:65px  
}
.sucheLinkedInContainer > .searchButtonLinkedin{
  font-size:inherit;
  font-family: inherit;
  cursor: pointer;
}
@media screen and (max-width:1024px){
  .sucheLinkedInContainer{
    float:none;
    width: 100%;
    padding-left: calc(100% - 5% - 20% - 5% - 65%);
  }
  #linkedin-autoren_container{margin-top:0;}
}
@media screen and (max-width:600px){
  .sucheLinkedInContainer > input{width: 100%;}
  .sucheLinkedInContainer > .searchButtonLinkedin{margin-top:10px;}
}/* --- --- *//* TextStreifenRechts1CSS  */.TextStreifenRechts1 {position: relative;}
.TextStreifenRechts1Headline {margin-top: 0px;}
.TextStreifenRechts1PreHeader {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 20px;
	letter-spacing: -1px;
	color: #527fa2;
	font-family: Montserrat Medium, sans-serif;
}
.TextStreifenRechts1Text {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.TextStreifenRechts1Streifen1, .TextStreifenRechts1Streifen2 {
	height: 46px;
	position: absolute;
	right: 0;
}
.TextStreifenRechts1Streifen1 {
	width: 39%;
	background-color: #344756;
	top: 30%;
}
.TextStreifenRechts1Streifen2 {
	width: 43%;
	background-color: #E6E7E8;
	top: calc(30% + 46px + 12px);
}
.TextStreifenRechts1Streifen1::before, .TextStreifenRechts1Streifen2::before {
	content: '';
	position: absolute;
	border-left: 20px solid transparent;
	left: -20px;
}
.TextStreifenRechts1Streifen1::before {
	border-bottom: 46px solid #344756;
}
.TextStreifenRechts1Streifen2::before {
	border-bottom: 46px solid #E6E7E8;
}
@media screen and (max-width: 1024px) {
    .TextStreifenRechts1Text {width: 60%;}
	.TextStreifenRechts1Streifen1 {width: 23%;}
	.TextStreifenRechts1Streifen2 {width: 27.2%;}
}
@media screen and (max-width: 600px) {
    .TextStreifenRechts1Text {width: 100%;}
	.TextStreifenRechts1PreHeader {
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 0;
	}
	.TextStreifenRechts1Streifen1, .TextStreifenRechts1Streifen2 {
		position: relative;
		float: right;
		height: 25px;
		margin-right: -20px;
	}
	.TextStreifenRechts1Streifen1 {
		margin-top: 40px;
		width: 79%;
	}
	.TextStreifenRechts1Streifen2 {
		margin-top: 10px;
		width: 83%;
	}
	.TextStreifenRechts1Streifen1::before, .TextStreifenRechts1Streifen2::before {
		border-left: 10px solid transparent;
		left: -10px;
	}
	.TextStreifenRechts1Streifen1::before {border-bottom: 25px solid #344756;}
	.TextStreifenRechts1Streifen2::before {border-bottom: 25px solid #E6E7E8;}
}/* --- --- */#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;
}/* --- --- */#newsAusgabeKurztext, #newsAusgabePDF {
	display: inline-block;
	vertical-align: top;
}
#newsAusgabeKurztext {
	width: 75%;
	margin-bottom: 20px;
	padding-right: 50px;
}
#newsAusgabePDF {
	height: 80px;
	width: 80px;
	background-image: url('/bilder/pdf_placeholder.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) and (min-width: 601px) {
	#newsStripes { width: calc(100% + 50px); }
}


@media screen and (min-width: 601px) {
	#newsStripes {
		padding-top: 160px;
		margin-bottom: 40px;
	}
}


@media screen and (max-width: 600px) {
	#newsAusgabeKurztext {width: 100%; padding-right: 0;}
	#newsStripes > div.TextStreifenRechts1Streifen2 { margin-bottom: 40px; }
}/* --- --- */#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);
	}
}/* --- --- */.newsListBildLink {
	display: inline-block;
	vertical-align: top;
	max-width: 100px;
margin-right: 10px;
}
.newsListBildDate {
	display: inline-block;
	vertical-align: top;
}

.newsListPic { max-width: 200px; }

.newsListText { width: calc(100% - 200px); }



.newsListPic img { max-width: 100%; }



@media screen and (min-width: 1025px) {
	.newsBox:nth-of-type(2n+1) { padding-right: 34px; }
	.newsBox:nth-of-type(2n+2) { padding-left: 34px; }
}


@media screen and (max-width: 1024px) {
	.newsListPic { max-width: 130px; }

	.newsListText { width: calc(100% - 130px); }
}


@media screen and (max-width: 1024px) {
	.newsBox { width: 100%; }
}

@media screen and (min-width: 651px) {
	.newsListText { min-width: 250px; }

	.newsListPic { width: calc(100% - 250px); }
}


@media screen and (max-width: 650px) {
	.newsListText { 
		min-width: 0px; 
		padding-left: 0px;
		padding-top: 34px;
	}

	.newsBox {
		padding-top: 34px;
		border-top: 1px solid #003756;
	}

	.newsListPic {
		display: block;
		max-width: 250px;
		margin: auto;
		text-align: center;
	}



	.newsListPic,
	.newsListText { width: 100%; }



	.newsBox:first-of-type {
		padding-top: 0px;
		border-top: none;
	}
}/* --- --- */