input:focus-visible, a:focus-visible, .imgContainer:focus-visible {
    background-color: yellow;
    padding: 3px;
    border: 2px solid blue;
    outline: none;
}

.header2 .consultation-number a:focus-visible {
    color: black;
}

a.more-button:focus-visible {
    background-color: yellow !important;
    color: black !important;
    border: 2px solid blue !important;
}

li.item a:focus-visible, .logo a:focus-visible {
    display: block ruby;
}

.header2 #main-menu:focus-visible {
    background-color: yellow;
}

#consultation-number-trigger {
    visibility: hidden;
}

.header2 .header-top > .container,
.header2 .header-bottom > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header2 .navContainer, .header2 .modus {
    display: flex;
    height: 100%;
    align-items: center;
}

.header2 .modus {
    margin-left: 70px;
}

.header2 .modus a {
    cursor: pointer;
    display: flex;
    height: 100%;
    align-items: center;
    color: #000;
    padding-top: 5px;
    padding-left: 10px;
}

.header2 .modus > div {
    border-bottom: 5px solid transparent;
    display: flex;
    height: 100%;
}
.header2 .modus > div:first-child {
    margin-right: 20px;
}
.header2 .modus > div.active,
.header2 .modus > div:hover {
    border-bottom: 5px solid #f35c1a;
}
.header2 .modus > div.active span,
.header2 .modus > div:hover span {
    color: #f35c1a;
}
.header2 .modus > div span {
    padding-left: 40px;
    color: #000;
    font-family: "Roboto",sans-serif;
    font-weight: bold;
}

.header2 .modus img {
    position: absolute;
    object-fit: contain;
}
.header2 .modus > div:hover img:nth-child(1), .header2 .modus > div.active img:nth-child(1),
.header2 .modus > div img:nth-child(2)
 {
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
}
.header2 .modus > div:hover img:nth-child(2),
.header2 .modus > div.active img:nth-child(2) {
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 1;
}

.header2 .header-top {
    height: 60px;
    display: flex;
}

.header2.contentpage .header-top {
    border: none;
}

.header2 .meta-navigation .item {
    padding-left: 10px;
    padding-right: 10px;
}
.header2 .meta-navigation .item.active a,
.header2 .meta-navigation .item:hover a {
    color: #f35c1a;
}

.header2 .meta-navigation .item + .item::before {
    content: none;
    margin-right: 0;
}

.header2 .consultation-number {
    float: none;
    padding-top: 0;
    display: flex;
    height: 100%;
    z-index: 1000;
}

.header2 .logo {
    float: unset;
    align-self: flex-start;
    margin-top: 0px;
}

.header2 .header-top {
    padding-top: 0px;
}

.header2 .co-opening-header {
    padding-left: 0px;
    padding-top: 15px;
}

.header2 .consultation-number-hover {
    height: 270px;
    left: 0;
}

.d-flex {
    display: flex;
}

.header2 .consultation-number-hover {
    top: -450px;
}

.header2 .consultation-number-hover .consultationHeader {
    font-size: 22px;
    line-height: 22px;
    font-family: "Roboto Slab";
    margin-bottom: 10px;
}
.header2 .consultation-number-hover .consultationTxt {
    font-size: 22px;
    line-height: 22px;
    font-family: "Roboto",sans-serif;
}
.header2 .consultation-number-hover .co-opening-header {
    font-family: "Roboto Slab";
    font-size: 16px;
    line-height: 16px;
    margin-top: 50px;
    padding: 0;
}

.header2 .consultation-number-hover a:hover .consultationHeader,
.header2 .consultation-number-hover a:hover .consultationTxt {
    color: #000;
}

.header2 .consultation-number-hover .icon {
    margin-right: 40px;
    width: 85px;
    display: flex;
    justify-content: center;
}

.header2 .consultation-number:hover a,
.header2 .consultation-number:has(.consultation-number-hover a:focus-visible) a {
    display: flex;
}

.header2 .consultation-number-hover .rightCol.d-flex {
    flex-direction: column;
}

.header2 .consultation-number-hover .inner {
    padding: 60px 60px 40px 60px;
    justify-content: space-between;
}

.header2 .consultation-number-hover {
    min-width: 1000px;
    border-bottom-left-radius: 33px;
    border-bottom-right-radius: 33px;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}

.header2 .consultation-number .consultation-number-hover:has(a:focus-visible),
.header2 .consultation-number:focus .consultation-number-hover, .header2 .consultation-number .consultation-number-hover:focus,
.header2 .consultation-number:hover .consultation-number-hover,
.header2 .consultation-number .consultation-number-hover:hover {
    top: 62px;
    left: 0;
    opacity: 1;
}

.header2 .consultation-number-hover .mail-header {
    margin-bottom: 40px;
    padding: 0;
}

.header2 .consultation-number > a {
    height: 100%;
    display: flex;
    align-items: center;
}

.header2.landingpage2 .header-bottom {
    background: #00323A linear-gradient(-19deg, #006374 0%, #00323A 60%) bottom -229px right no-repeat;
    height: calc(100vh - 104px);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    background-position: center right;
}

.header2 .header-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    flex-direction: column;
}
.header2 .header-bottom .container .headerline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.header2.contentpage .header-bottom .container .headerline {
    padding-top: 50px;
    padding-bottom: 50px;
}

.header2 .navContainer {
    flex: 0 0 65%;
    max-width: 65%;
    justify-content: space-between;
    max-height: 93px;
}

.header2 #navIcon {
    color: #000;
    font-family: "Roboto",sans-serif;
    height: 80px;
    cursor: pointer;
    display: flex;
    z-index: 999;
}

/*.header2 #navIcon.sticky {
    position: fixed;
    top: 20px;
} */

.header2 #mainNavigation div.closeMenu {
    position: relative;
    display: flex;
    justify-content: flex-end;

}

.header2 #mainNavigation div.closeMenu .imgContainer {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.header2 #navIcon span {
    padding-top: 56px;
    position: absolute;
}
.header2 #navIcon:hover span {
    color: #f35c1a;
    transition: all 0.3s ease;
}

.header2 .header-bottom .navContainer .search {
    padding-left: 10px;
    align-self: flex-start;
    display: flex;
}

.header2 .header-bottom .search .forminput {
    background-color: #FFFFFF;
    height: 43px;
    margin: 0;
    padding: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 330px;
    color: #000;
    padding: 0 20px;
}
.header2 .header-bottom .search .forminput:focus {
    border: 1px solid #fff;
    outline: none;
}

.landingpage .header2 .header-bottom .search .forminput {
    color: #fff;
}

.header2 .search form {
    display: flex;
}

.header2 .btnSearch {
    position: relative;
    width: 35px;
    height: 45px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
}

#page-title-Suche .contentelement {
    margin-top: 100px;
}

.header2.contentpage .btnSearch {
    background-color: #eae9e7;
    border-color: #eae9e7;
}

.header2 #mainNavigation .closeMenu img,
.header2 #navIcon img,
.header2 .btnSearch img {
    position: absolute;
    object-fit: contain;
}

.header2 #mainNavigation .closeMenu:hover img:nth-child(1), .header2 #mainNavigation .closeMenu img:nth-child(2),
.header2 #navIcon:hover img:nth-child(1), .header2 #navIcon img:nth-child(2),
.header2 .btnSearch:hover img:nth-child(1), .header2 .btnSearch img:nth-child(2) {
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
}

.header2 #mainNavigation .closeMenu:hover img:nth-child(2),
.header2 #navIcon:hover img:nth-child(2),
.header2 .btnSearch:hover img:nth-child(2) {
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 1;
}

.header2 #main-menu {
    float: unset;
    align-self: flex-start;
    width: 50px;
    height: 80px;
    background-color: transparent;
    border: none;
    padding: 0;
}

.header2 #mainNavigation {
    position: absolute;
    top: 64px;
    background-color: white;
    z-index: 1000;
    width: 100%;
    padding-top: 60px;
    border-bottom: 5px solid #EC6608;
}

.header2 #mainNavigation ul {
    display: flex;
    flex-direction: row;
}

.header2 #mainNavigation ul.level-1 {
    flex-direction: column;
}
.header2 #mainNavigation ul.level-2 {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.header2 #mainNavigation ul.level-3 {
    flex-direction: column;
}

.header2 #mainNavigation ul.level-2 > li {
    display: flex;
    flex-direction: column;
}

.header2 #mainNavigation ul.level-2 > li {
    flex: 1 0 auto;
    margin-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
}

.header2 #mainNavigation .linkItem2,
.header2 #mainNavigation ul.level-2 li a {
    font-size: 18px;
    font-family: "Roboto",sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
}
.header2 #mainNavigation ul.level-2 li.active > .linkItem2 {
    color: #EC6608;
}
.header2 #mainNavigation ul.level-3 li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.header2 #mainNavigation .level-3 .item a {
    font-size: 16px;
    font-family: 'Roboto Slab',sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
#mainNavigation ul.level-3 li.current a, #mainNavigation ul.level-3 li a:hover {
    text-shadow: -0.02ex 0 currentColor, 0.05ex 0 currentColor;
}

/*.header2 #mainNavigation .item.item-l1,
.header2 #mainNavigation.owner .item.item-l1:last-child,
.header2 #mainNavigation.expert .item.item-l1:first-child {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s;
    width: 0px;
    height: 0px;
}
.header2 #mainNavigation.owner .item.item-l1:first-child, #mainNavigation.expert .item.item-l1:last-child {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
}*/


.borderBottom {
    border-bottom: 2px solid #EC6608;
    position: relative;
}
.contentLast .borderBottom {
    padding-top: 100px;
}
.borderBottom span {
    border-bottom: 12px solid #EC6608;
    width: 65%;
    position: absolute;
    bottom: -6px;
    z-index: 999;
}
.borderBottom .imgContainer {
    position: absolute;
    top: -47px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.header2.contentpage .borderBottom .imgContainer {
    display: none;
}

.borderBottom .imgContainer img {
    cursor: pointer;
}

.landingpage2 h1, .landingpage2 .h1, .header2 h1, .header2 .h1 {
    color: #EC6608;
    font-size: 2.5em;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}
.landingpage2 .ctype_ce_columns3 .header h1,
.landingpage2 .column_3 .header h1 {
    margin-bottom: 0;
}

.landingpage2 h2, .landingpage2 .h2, .header2 h2, .header2 .h2 {
    font-family: Roboto, Regular;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.4em;
}

.header2 .header-bottom h1 {
    font-size: 3.2em;
    line-height: 70px;
    color: #EC6608;
}

.header2 .header-bottom h2 {
    font-size: 2em;
    color: #fff;
}

.header2 .header-bottom h3 {
    font-family: Roboto, Regular;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 34px;
    margin-bottom: 0;
    margin-top: 40px;
}

.header2 .header-bottom h1 .color_orange, .header2 .header-bottom h2 .color_orange, .header2 .header-bottom h3 .color_white {
    color: #EC6608;
}

.header2 .header-bottom h1 .color_white, .header2 .header-bottom h2 .color_white, .header2 .header-bottom h3 .color_white {
    color: #fff;
}

.header2 .header-bottom .innerContent {
    width: 100%;
    flex-grow: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header2 .header-bottom .innerContent.pos_2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 90px
}

.header2 .header-bottom .innerContent.pos_3,
.header2 .header-bottom .innerContent.pos_5 {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-position: right bottom 20%;
    background-size: 25% auto;
}

.header2 .header-bottom .innerContent.pos_4 {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-position: right bottom 80px;
    background-size: 25% auto;
}

.header2 .header-bottom .innerContent.pos_1 .headerContainer {
    width: 50%;
}

.header2 .header-bottom .innerContent.pos_2 .headerContainer {
    margin-bottom: 20px;
}

.header2 .header-bottom .innerContent.pos_3 .headerContainer {
    margin-bottom: 120px;
    width: 65%;
}

.header2 .header-bottom .innerContent.pos_4 .headerContainer {
    margin-top: 120px;
    width: 65%;
}

.header2 .header-bottom .innerContent.pos_5 .headerContainer {
    margin-bottom: 120px;
    width: 80%;
}

.header2 .header-bottom .innerContent .headerContainer a {
    margin-top: 50px;
}

.header2 .houseIcon {
    margin-top: 5vh;
    max-width: 20vw;
}

.header2 .header-bottom .innerContent.pos_2 .houseIcon {
    margin-top: 0;
}

.header2 .houseIcon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 30vh;
    object-position: left;
}


.landingpage2 .header h1 .normal {
    font-size: 18px;
    font-weight: 400;
}

.landingpage2 .header h1 .big {
    /*font-size: 34px;*/
    font-size: clamp(1.625rem, 1.375rem + 0.8vw, 2.125rem);
    color: #EC6608;
    font-weight: 400;
    /*line-height: 50px;*/
    line-height: 1.5;
}
.landingpage2 .header h1 .bigger {
    /*font-size: 68px;*/
    font-size: clamp(3rem, 2.375rem + 2vw, 4.25rem);
    font-weight: 400;
    /*line-height: 80px;*/
    line-height: 1.2;
}

.landingpage2 .header h1 .letterspacing {
    letter-spacing: -9px;
}

.header2 a.more-button,
.landingpage2 a.more-button {
    background-color: #EC6608;
    border-radius: 8px;
    color: #fff;
    font-weight: 400;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border: none;
}

.header2 a.more-button:hover,
.landingpage2 a.more-button:hover {
    background-color: #7b7b7b;
}

.landingpage2 .contentelement ul {
    padding: 0;
    list-style: none;
    margin-top: 0;
}

.landingpage2 .contentelement ul li {
    font-size: clamp(1rem, 0.9375rem + 0.2vw, 1.125rem);
    /*line-height: 28px;*/
    line-height: 1.6;
    margin-bottom: 25px;
    font-family: 'Roboto slab', sans-serif;
}

.landingpage2 .contentelement .header a, .contentelement ul li a {
    color: #000;
    text-decoration: underline;
}

.landingpage2 .contentelement .header a:hover, .contentelement ul li a:hover {
    text-shadow: -0.02ex 0 currentColor, 0.05ex 0 currentColor;
}
.landingpage2 .contentelement .header a:hover, .contentelement ul li a:hover {
    text-shadow: -0.02ex 0 currentColor, 0.05ex 0 currentColor;
}
.contentpage3 .ctype_menu_sitemap_pages ul li a:hover, .contentpage3 .contentelement ul li a:hover {
    text-shadow: none;
}

.landingpage2 .contentelement ul li:last-child {
    margin-bottom: 0px;
}

.landingpage2 .contentelement ul li::before {
    content: '';
    background-image: url('../Images_neu/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: top left;
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    padding-right: 15px;
}

.landingpage2 .contentelement.container {
    padding-top: 120px;
    padding-bottom: 150px;
}

.landingpage2 .contentelement.container .contentelement.container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.landingpage2 .header {
    margin-bottom: 40px;
}

.landingpage2 .ctype_ce_columns3 .row {
    display: flex;
    margin-left: 0;
    margin-right: 0;
}

.landingpage2 .column-4, .landingpage2 .col-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(33.33333333% - 50px);
    flex: auto;
}

.landingpage2 .ctype_ce_columns3 .col-4:first-child,
.landingpage2 .row.column_3 .column-4:first-child {
    padding-right: 50px;
    padding-left: 0;
}
.landingpage2 .ctype_ce_columns3 .col-4:last-child,
.landingpage2 .row.column_3 .column-4:last-child {
    padding-left: 50px;
    padding-right: 0;
}
.landingpage2 .ctype_ce_columns3 .col-4:nth-child(2),
.landingpage2 .row.column_3 .column-4:nth-child(2) {
    padding-left: 25px;
    padding-right: 25px;
}

.landingpage2 .column-4 .header, .landingpage2 .col-4 .header {
    flex-grow: 0;
}

.landingpage2 .column-4 .contentelement, .landingpage2 .col-4 .contentelement {
    flex-grow: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.landingpage2 .spaceAfter_extra-small {
    margin-bottom: 10px !important;
}
.landingpage2 .spaceAfter_small {
    margin-bottom: 20px !important;
}
.landingpage2 .spaceAfter_medium {
    margin-bottom: 50px !important;
}
.landingpage2 .spaceAfter_large {
    margin-bottom: 100px !important;
}
.landingpage2 .spaceAfter_extra-large {
    margin-bottom: 150px !important;
}

.landingpage2 .spaceBefore_extra-small {
    margin-top: 10px !important;
}
.landingpage2 .spaceBefore_small {
    margin-top: 20px !important;
}
.landingpage2 .spaceBefore_medium {
    margin-top: 50px !important;
}
.landingpage2 .spaceBefore_large {
    margin-top: 100px !important;
}
.landingpage2 .spaceBefore_extra-large {
    margin-top: 150px !important;
}

.landingpage2 .contentelement.frameClass_none {
    padding: 0;
}

.landingpage2 .ctype_ce_columns2 .col-8,
.landingpage2 .row.column_2.colLayout_80 .column-8,
.landingpage2 .ctype_ce_columns2 .col-4,
.landingpage2 .row.column_2.colLayout_80 .column-4 {
    float: unset;
    width: 100%;
}

.landingpage2 .ctype_ce_columns2 .col-8,
.landingpage2 .row.column_2.colLayout_80 .column-8 {
    max-width: 66.66666667%;
    flex: 0 0 66.66666667%;
}

.landingpage2 .ctype_ce_columns2 .col-4,
.landingpage2 .row.column_2.colLayout_80 .column-4 {
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
}

.imgOverlayWithTxtLink {
    position: relative;
    padding-left: 50px;
}

.imgOverlayWithTxtLink .txtContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 25px;
}

.imgOverlayWithTxtLink .txtContainer {
    position: absolute;
    top: 30px;
    height: calc(100% - 30px);
}

.imgOverlayWithTxtLink .linkContainer {
    position: absolute;
    top: 53%;
}

.imgOverlayWithTxtLink .txtContainer .txt1 {
    color: #EC6608;
    font-size: 24px;
}
.imgOverlayWithTxtLink .txtContainer .txt2 {
    color: #FFF;
    font-family: Roboto, Regular;
    font-size: 24px;
}

.landingpage2 .ctype_ce_columns2 .row,
.landingpage2 .row.column_2.colLayout_80 {
    justify-content: space-between;
    align-items: flex-end;
}

.landingpage2 .imgOverlayWithTxtLink a.more-button {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

.landingpage2 #Content .innerContent {
    /* background: transparent conic-gradient(from 247deg at 257% -88%, #FAFDFD 0.00%, #707070 100.00%) 0% 0% no-repeat padding-box; */
    background: #FFF linear-gradient(-19deg, rgb(112,122,122,0.2) 46%, #FAFDFD 50%) bottom right no-repeat;
}
.landingpage2 .background-blueLinear {
    /*background: transparent conic-gradient(from 64deg at -157% 188%, #006374 0.00%, #00323A 100.00%) 0% 0% no-repeat padding-box; */
    background: #00323A linear-gradient(-19deg, #006374 46%, #00323A 50%) bottom -229px right no-repeat;
}

.landingpage2 .newsHeadline {
    padding-top: 70px;
}

.landingpage2 .col-4-8 {
    display: flex;
}

.landingpage2 .col-4-8 .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.landingpage2 .col-4-8 .col-8 {
    padding-left: 50px;
}

.landingpage2 .newsHeadline .container h1 {
    color: #fff;
    align-self: flex-end;
    font-weight: 400;
}

.landingpage2 .actual-themes .ce-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.landingpage2 .actual-themes .actualTheme {
    margin-bottom: 75px;
    height: 288px;
}

.landingpage2 .actual-themes .ce-media {
    padding-right: 0px;
}

.landingpage2 .actual-themes .ce-row, .actual-themes .ce-column, .actual-themes .ce-media {
    height: 100%;
    width: 100%;
}

.landingpage2 .actual-themes .ce-bodytext {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
}

.landingpage2 .actual-themes .ce-bodytext h3 {
    margin-top: 0;
    margin-bottom: 5px;
 /*   font-size: 1.4em;  */
}

.landingpage2 .actual-themes .ce-bodytext .teaser {
    color: #FFF;
    font-family: "Roboto",sans-serif;
    /*font-size: 1.4em;   */
    font-size: clamp(1.25rem, 1.1875rem + 0.2vw, 1.375rem);
    max-height: 57px;
    overflow:hidden;
    margin-bottom: 30px;
}

.landingpage2 .contentelement .description ul li,
.landingpage2 .actual-themes .ce-bodytext .description ul p {
   color: #FFF;
   margin: 0
}

.landingpage2 .actual-themes .ce-bodytext .description ul {
    margin-top: 20px;
    width: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.landingpage2 .more-themes {
    text-align: center;
    margin-top: 150px;
    margin-bottom: -70px;
}

.landingpage2 .more-themes a {
    text-decoration: underline;
    font-family: "Roboto",sans-serif;
}

.landingpage2 .sponsored {
    display: flex;
    justify-content: flex-end;
}

.landingpage2 .sponsored.pos_right { justify-content: flex-end; }
.landingpage2 .sponsored.pos_left { justify-content: flex-start; }
.landingpage2 .sponsored.pos_middle { justify-content: center; }

.landingpage2 .sponsored.txtPos_right h5 { text-align: right; }
.landingpage2 .sponsored.txtPos_left h5 { text-align: left; }
.landingpage2 .sponsored.txtPos_middle h5 { text-align: center; }

.landingpage2 .sponsored > div {
    max-width: 260px;
    height: 100%;
}

.landingpage2 .sponsored img {
    max-width: 250px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.landingpage2 .sponsored h5 {
    font-size: 13px;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    margin-top: 0;
    text-align: center;
}

.landingpage2 .container-2-3 {
    width: calc(66% - 40px);
    float: unset;
}


#Footer2 .footerline {
    display: flex;
    justify-content: space-between;
}

#Footer2 .footerline .logos {
    display: flex;
}

#Footer2 .footerline .address {
    max-width: 415px;
    font-size: 13px;
    line-height: 140%;
}

#Footer2 .footerline .address .contentelement.container {
    padding: 0;
    margin: 0;
    max-width: 415px;
}

#Footer2 .footerline .address a {
    color: #000;
    text-decoration: underline;
}

#Footer2 .footerline .logos .frame {
    padding: 0 !important;
    margin-bottom: 70px !important;
    display: flex;
    flex-direction: column;
    margin-right: 70px;
    justify-content: space-between;
}

#Footer2 .footerline .logos header {
    margin-bottom: 24px !important;
}

#Footer2 .footerline .logos h5, #Footer2 .footerline .logos span {
    font-size: 13px;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    margin: 16px 0;
    display: block;
}

#Footer2 .footerline .logos .image {
    max-width: 200px;
    margin: 0;
}

#Footer2 .footerline .logos .image img {
    height: 60px;
    width: 100%;
    object-fit: contain;
}

#Footer2 .footer-bottom {
    background-color: #03333C;
    color: #fff;
}

#Footer2 .footer-bottom a {
    color: #fff;
}

.header2 .meta-navigation .item + .item::before {
    content: unset;
}

#Footer2 .footer-bottom .meta-navigation ul {
    display: flex;
    justify-content: center;
}

#Footer2 .footer-top {
    display: block;
    min-height: unset;
    padding-top: 70px;
    padding-bottom: 70px;
}

#Footer2 .footerline .logos .contentelement {
    margin-right: 70px;
    margin-top: 0;
}

#Footer2 .footerline .logos .ce-above .ce-gallery {
    margin-bottom: 0;
}

#Footer2 ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

#Footer2 li {
    padding: 0 15px;
}

#Footer2 li a {
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    text-decoration: underline;
}

#Footer2 .footer-bottom {
    padding-top: 45px;
    padding-bottom: 45px;
}

ul.footerNavi {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}

ul.footerNavi a {
    color: #7b7b7b;
    font-family: "Roboto",sans-serif;
}

ul.footerNavi > .nav-item {
    display: inline-block;
}

ul.footerNavi .nav-item + .nav-item {
   padding-left: 5px;
}

ul.footerNavi .nav-item + .nav-item::before {
    content: '\f111';
    font-family: 'fontawesome';
    font-size: 4px;
    vertical-align: middle;
    margin-right: 5px;
    color: #7b7b7b;
    padding-left: 5px;
    padding-right: 5px;
}

ul.footerNavi .nav-item a:hover {
    color: #006374;
}

#Footer2 ul.footerNavi .nav-item + .nav-item::before {
   content: '';
   padding: 0;
   margin: 0;
}

/* NEUER STYLE
.pageheader .ce-gallery {
    display: none;
}

.pageheader .ce-bodytext {
    max-width: 70%;
}*/

.faq-question-content .icon-arrow-round-right, .faq-question-content .icon-arrow-round-right-before {
    display: flex;
    flex-direction: row;
}

.landingpage2 span.icon-arrow-round-right::after, .landingpage2 a.icon-arrow-round-right::after, .landingpage2 .icon-arrow-round-right::after, .landingpage2 span.icon-arrow-round-right-before::before, .landingpage2 a.icon-arrow-round-right-before::before, .landingpage2 .icon-arrow-round-right-before::before {
    content: "";
    width: 53px;
    height: 33px;
    background-size: 31px auto;
}

.contentpage3 .contentelement.container80,
.landingpage2 .contentelement.container80 {
    width: 80%;
}

.imgOverlayWithTxtLink .imgContainer.hasMobilImg img:last-child {
    display: none;
}

.header2 .mobilNavi {
    display: none;
}

.event-list {
    margin-top: 30px;
}

.event-list .ce-div {
    margin: 20px 0 30px 0;
}

.icon-arrow-round-right-before {
    display: flex;
    align-items: center;
}

a.icon-arrow-round-right-before::before, .icon-arrow-round-right-before::before {
    background-size: 33px;
    flex: 0 0 auto;
}

.event-list .ce-gallery {
    min-width: 115px;
}

.layout_4 a {
    color: #000;
    text-decoration: underline;
}

.maskLogoPartner .d-flex {
    justify-content: left;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.maskLogoPartner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.maskLogoPartner .col {
    padding: 30px;
}

.maskLogoPartner .cols_3 .col {width: calc(33.33333% - 60px);}
.maskLogoPartner .cols_4 .col {width: calc(25% - 60px);}
.maskLogoPartner .cols_5 .col {width: calc(20% - 60px);}

@media screen and (max-width: 1300px) {
    .header2 .header-top > .container {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .header2 .header-top > .container .navContainer {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: -19px;
    }

    .header2 .header-top .navigation.level-1 {
        margin-left: -5px;
    }

    .header2 .header-top .navContainer nav {
        margin-top: -15px;
    }

    .header2 .header-bottom .search .forminput {
        width: 200px;
    }

    .header2 .header-bottom .navContainer {
        justify-content: flex-end;
    }

    .header2 .header-bottom .navContainer .search {
        margin-right: 80px;
    }

    .landingpage2 .ctype_ce_columns2 .col-4, .landingpage2 .ctype_ce_columns2 .col-8,
    .landingpage2 .row.column_2.colLayout_80 .column-4,
    .landingpage2 .row.column_2.colLayout_80 .column-8 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .header2 .header-bottom .innerContent.pos_1 .headerContainer {
        width: 80%;
    }

    #Footer2 .footerline {
        flex-direction: column;
    }

    #Footer2 .footerline .logos {
        margin-bottom: 50px;
    }

    .header2 .consultation-number {
        margin-top: -5px;
    }

    .landingpage2 .actual-themes .ce-bodytext .description ul {
        -webkit-line-clamp: 3;
        width: 100%;
    }

    .header2 .meta-navigation .item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .header2 .consultation-number-hover .inner {
        padding: 20px;
    }

    .header2 .consultation-number-hover {
        min-width: 890px;
    }

    .header2 .consultation-number-hover {
        height: 210px;
    }
}

@media screen and (max-width: 1199.98px) {
    .header2 .header-bottom h1 {
        font-size: calc(1em + 1.3vw);
        line-height: calc(1.2em + 1.3vw);
    }

    .header2 .header-bottom h2 {
        font-size: calc(0.8rem + 1vw);
    }

    .header2 .header-bottom h3 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 949px) {
    .landingpage2 .contentelement.container {
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .landingpage2 .contentelement.frameClass_none {
        padding: 0;
    }

    .landingpage2 .contentelement.container .contentelement.container {
        max-width: 100%;
    }

    .contentpage3 .contentelement.container80,
    .landingpage2  .contentelement.container80 {
        width: 90%;
    }

    .landingpage2  .newsHeadline .logoIcon img {
        max-height: 100px;
        object-fit: contain;
        object-position: left;
    }

    .landingpage2 .more-themes {
        margin-top: 100px;
        margin-bottom: -20px;
    }

    .landingpage2 .actual-themes .ce-bodytext .description ul {
        -webkit-line-clamp: 3;
    }

    .header2 .consultation-number-hover .inner {
        flex-direction: column;
    }

    .header2 .consultation-number-hover {
        max-width: 800px;
        min-width: 520px;
    }

    .header2 .consultation-number-hover {
        height: 335px;
    }

    .header2 .consultation-number-hover .co-opening-header {
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .header2 #mainNavigation {
        padding-top: 30px;
    }

    .header2 #mainNavigation div.closeMenu .imgContainer {
        margin-bottom: 20px;
    }
    .header2 #mainNavigation ul.level-2 > li {
        max-width: calc(50% - 30px);
        min-width: 40%;
    }
}

@media screen and (max-width: 868px) {
    .header2 .meta-navigation .item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .header2 .header-top .navigation.level-1 {
        margin-left: -5px;
    }

    .header2 .header-bottom .navContainer {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .header2 .header-bottom .search .forminput {
        display: none;
    }

    .header2 .btnSearch {
        border-radius: 4px;
        width: 51px;
        height: 45px;
    }

    .header2 .modus {
        margin-left: 60px;
    }

    .landingpage2 .header-bottom h1 {
        font-size: 2.2em;
        line-height: 40px;
    }

    .landingpage2 .header-bottom h2 {
        font-size: 1.4em;
    }

    .landingpage2 .ctype_ce_columns3 .col-4,
    .landingpage2 .row.column_3 .column-4 {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 50px;
        max-width: 100%;
    }

    .landingpage2 .ctype_ce_columns3 .col-4:last-child,
    .landingpage2 .row.column_3 .column-4:last-child {
        margin-bottom: 0px;
    }

    .landingpage2 .ctype_ce_columns3 .row,
    .landingpage2 .row.column_3 {
        flex-direction: column;
    }

    .landingpage2 .header {
        margin-bottom: 10px;
    }

    .landingpage2 .contentelement.container {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .landingpage2 .contentelement.frameClass_none {
        padding: 0;
    }
    .ctype_ce_columns2,
    .row.column_2 {
        align-items: flex-start;
        flex-direction: column;
    }

    .landingpage2 .row.column_2.colLayout_80 .column-4, .landingpage2 .row.column_2.colLayout_80 .column-8,
    .landingpage2 .ctype_ce_columns2 .col-4, .landingpage2 .ctype_ce_columns2 .col-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .imgOverlayWithTxtLink {
        padding-left: 0px;
    }

    .landingpage2 .column-5 {
        width: 80%;
    }

    .landingpage2 .actual-themes .ce-bodytext .description ul {
        -webkit-line-clamp: 2;
    }

    .header2 .houseIcon {
        margin-top: 0vh;
        max-width: 40vw;
    }

    .landingpage2 .pageheader .ce-bodytext {
        max-width: 100%;
    }

    .header2 .header-top {
        font-size: 16px;
    }

    .landingpage2 .img-first .row.column_2.colLayout_80 {
        flex-direction: column-reverse;
    }

    .landingpage2 .borderBottom {
        display: none;
    }

    .landingpage2 .img-first .imgOverlayWithTxtLink {
        margin-bottom: 50px;
    }

/*    .landingpage2 .imgOverlayWithTxtLink .txtContainer .txt1,
    .landingpage2 .imgOverlayWithTxtLink .txtContainer .txt2 {
        font-size: 40px;
    }      */

    .landingpage2 .imgOverlayWithTxtLink .linkContainer {
        position: absolute;
        top: 60%;
    }

    .landingpage2 .imgOverlayWithTxtLink a.more-button {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .borderBottom span {
        border-bottom: 7px solid #EC6608;
        bottom: -4px;
    }

    .landingpage2 .newsContent .borderBottom,
    .landingpage2 .innerContent2 .borderBottom {
        display: block;
    }

    .landingpage2 .newsHeadline .logoIcon {
        display: none;
    }

    .landingpage2 .newsHeadline .container h1 {
        padding: 0;
    }

    .landingpage2 .newsHeadline {
        padding-top: 40px;
    }

    .landingpage2 .newsContent .contentelement.container {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .landingpage2 .more-themes {
        margin-top: 0;
        margin-bottom: 0px;
    }

    .header2 .header-bottom .navContainer .search {
        margin-right: 30px;
    }

    .header2 .consultation-number-hover {
        display: none;
    }

    .landingpage2 .container-2-3 {
        width: 100%;
    }

    #Footer2 ul {
        text-align: center;
        flex-direction: column;
    }

    .maskLogoPartner .cols_3 .col, .maskLogoPartner .cols_4 .col, .maskLogoPartner .cols_5 .col {width: calc(33.33333% - 60px);}
}

@media screen and (max-width: 767.98px) {
    .contentpage3 .contentelement.container80,
    .landingpage2 .contentelement.container80 {
        width: 100%;
    }
    .landingpage2 .ctype_ce_columns2.img-first .row,
    .landingpage2 .img-first .row.column_2.colLayout_80 {
        flex-direction: column-reverse;
    }

    .header2 .header-top .navContainer nav {
        display: none;
    }

    .header2 .header-top > .container {
        justify-content: space-between;
        flex-direction: row;
    }

    .header2 .header-top > .container .navContainer {
        flex: 0 0 auto;
        max-width: unset;
        width: 100%;
    }

    .header2 .modus {
        justify-content: flex-end;
        width: 100%;
        margin-left: 20px;
    }

    .header2 .consultation-number {
        margin-top: 3px;
    }

    .header2 .consultation-number {
        display: none;
    }

    .header2 .header-top {
        font-size: 16px;
    }

    .header2 .header-bottom h2 {
        font-size: 20px;
    }

    .landingpage2 .actual-themes .actualTheme {
        flex-direction: column;
        height: auto;
        margin-bottom: 0;
    }

    .landingpage2 .actual-themes .actualTheme .col-4 {
        flex: 0 0 60%;
        max-width: 60%;
        width: unset;
    }

    .landingpage2 .actual-themes .actualTheme .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .landingpage2 .actual-themes .ce-bodytext {
        padding-left: 0;
        margin-top: 30px;
        margin-bottom: 100px;
    }

    .landingpage2 .actual-themes .ce-gallery img {
        min-height: 288px;
    }

    .header2 .houseIcon {
        display: none;
    }

    .header2 .header-bottom .innerContent.pos_1 .headerContainer,
    .header2 .header-bottom .innerContent.pos_2 .headerContainer,
    .header2 .header-bottom .innerContent.pos_3 .headerContainer {
        width: 100%;
        margin-bottom: 50px;
    }

    .header2 .header-bottom .innerContent.pos_2 {
        justify-content: flex-end !important;
        align-items: flex-end !important;
    }
    .header2 .header-bottom .innerContent.pos_2 {
        margin-bottom: 50px;
    }
    .header2 .header-bottom .innerContent.pos_1 {
        justify-content: flex-end;
        align-items: flex-start;
    }

    .header2 .header-bottom .innerContent.pos_3 {
        background: none !important;
    }

    .header2 .header-bottom .innerContent.pos_3 .headerContainer {
        margin-top: 50px;
    }

    .header2 .mobilNavi {
        display: block;
        padding-bottom: 30px;
    }

    .header2 .mobilNavi a {
        font-size: 16px;
    }

    .header2 #mainNavigation ul.level-2 > li:last-child {
        margin-bottom: 40px;
    }

    .header2 .meta-navigation .item {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 3px;
        padding-top: 3px;
    }

    .landingpage2 .header h1 .bigger {
        font-size: 48px;
        line-height: 50px;
    }

    .landingpage2 .header h1 .big {
        font-size: 26px;
        line-height: 30px;
    }

    .landingpage2 .header h1 .letterspacing {
        letter-spacing: -6px;
    }

   /* .landingpage2 h1 span {
        font-size: 40px !important;
        line-height: 44px !important;
        letter-spacing: 0 !important;
    } */

    .landingpage2 h2 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    #Footer2 .ce-column {
        float: left;
    }

}

@media screen and (max-width: 560px) {
    #Footer2 .ce-left .ce-gallery {
        float: unset;
        display: flex;
        justify-content: center;
    }

    .landingpage2 .actual-themes .actualTheme .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header2 .logo {
        width: 50%;
    }

    .header2 .logo img {
        height: 100%;
        width: 100%;
    }

    .header2 .header-bottom h3 {
        margin-top: 20px;
    }

    .header2 .header-bottom .innerContent .headerContainer a {
        margin-top: 10px;
    }

    #Footer2 .footerline .logos {
        flex-direction: column;
        text-align: center;
    }

    #Footer2 .footerline .logos div.contentelement {
        margin-right: 0;
        margin-bottom: 20px;
    }

    #Footer2 .footerline .address {
        text-align: center;
        max-width: unset;
    }

    #mainNavigation ul.level-2 > li {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .header2 .header-top > .container .navContainer {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .header2 .modus {
        justify-content: space-between;
        margin-left: 0px;
    }

    .header2 #mainNavigation {
        top: 51px;
        padding-top: 45px;
    }

    .header2 #mainNavigation  .mainNavigation {
        margin-top: -30px;
        z-index: 1000;
        position: relative;
        margin-right: 60px;
    }

    .header2 #mainNavigation ul.level-2 li a {
        margin-bottom: 5px;
    }

    #Header.header2 .search {
        display: none;
    }

    .header2 #navIcon {
        top: 92px;
    }

    .header2 .header-bottom .innerContent.pos_4 .headerContainer,
    .header2 .header-bottom .innerContent .headerContainer {
        width: 100%;
    }

    .header2 .header-bottom .innerContent.pos_4 {
        align-items: flex-end;

    }

    .header2 .header-bottom .innerContent.pos_4 .headerContainer {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .borderBottom .imgContainer {
        display: none;
    }

    .landingpage .header2 .header-bottom {
        height: calc(80vh - 104px);
    }

    .landingpage2 .contentelement.container {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .header2 #navIcon span {
        display: none;
    }

    .header-top .container {
        padding: 0 0px;
        max-width: 100%;
    }

    .header2 .modus > div {
        width: 50%;
        flex: 0 0 50%;
    }

    .header2 .modus > div:first-child {
        margin-right: 0px;
    }

    .header2 .modus #owner a {
        padding-left: 20px;
    }

    .header2 #expert {
        justify-content: flex-end;
    }

    .header2 .modus #expert a {
        padding-right: 20px;
    }

    .imgOverlayWithTxtLink .imgContainer.hasMobilImg img:first-child {
        display: none;
    }

    .imgOverlayWithTxtLink .imgContainer.hasMobilImg img:last-child {
        display: block;
        width: 100%;
    }

    .imgOverlayWithTxtLink .linkContainer {
        top: 75%;
    }

    .header2 #mainNavigation ul.level-3 {
        display: none;
    }

    .header2 #mainNavigation .level-2 li.active ul.level-3,
    .header2 #mainNavigation .level-2 li.open ul.level-3 {
        display: block;
    }

    #Header.header2 .meta-navigation {
        float: unset;
    }

    .landingpage2 .contentelement.frameClass_none {
        padding: 0;
    }

    .landingpage2 .sponsored > div {
        max-width: 30%;
    }

    .header2 #mainNavigation ul.level-2 > li {
        flex: 0 0 100%;
        max-width: calc(100% - 30px);
        background-color: transparent;
    }

    .header2 #mainNavigation .linkItem2 {
        cursor: pointer;
    }

    .header2 #mainNavigation ul.level-2 > li.open .linkItem2 {
        color: #f35c1a;
    }

    .header2 #mainNavigation ul.level-2 > li {
        margin-bottom: 40px;
    }

    .header2 #mainNavigation ul.level-2 > li:last-child {
        margin-bottom: 60px;
    }

    .header2 #mainNavigation .linkItem2 {
        margin-bottom: 5px;
    }

    .header2 .header-bottom .innerContent.pos_1 .headerContainer,
    .header2 .header-bottom .innerContent.pos_2 .headerContainer,
    .header2 .header-bottom .innerContent.pos_3 .headerContainer {
        margin-bottom: 0px;
    }

    #Footer2 ul {
        flex-direction: column;
        text-align: center;
    }

    #Footer2 li {
        margin-bottom: 3px;
        margin-top: 3px;
    }

    #Footer2 .footerline .address .contentelement.container {
        max-width: 100%;
    }

    .contentLast .borderBottom {
        padding-top: 50px;
    }

    .maskLogoPartner .cols_3 .col, .maskLogoPartner .cols_4 .col, .maskLogoPartner .cols_5 .col {width: calc(50% - 40px);}
    .maskLogoPartner .d-flex {
        margin-left: -20px;
        margin-right: -20px;
    }
    .maskLogoPartner .col {
        padding: 20px;
    }
}

@media screen and (max-width: 400px) {
    .header2 .header-top .container {
        padding: 0 0px;
        max-width: 100%;
    }

    .landingpage2 .imgOverlayWithTxtLink .txtContainer .txt1, .landingpage2 .imgOverlayWithTxtLink .txtContainer .txt2 {
        font-size: 35px;
    }

    .maskLogoPartner .cols_3 .col, .maskLogoPartner .cols_4 .col, .maskLogoPartner .cols_5 .col {
        width: calc(100% - 40px);
        border-bottom: 1px solid gainsboro;
        padding: 20px 60px;
    }
    .maskLogoPartner .col:last-child {
        border-bottom: none;
    }
}
