@charset "UTF-8";

/* mukta-regular - latin */
@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/mukta-v13-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../Fonts/mukta-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../Fonts/mukta-v13-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../Fonts/mukta-v13-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../Fonts/mukta-v13-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../Fonts/mukta-v13-latin-regular.svg#Mukta') format('svg');
    /* Legacy iOS */
}

/* mukta-700 - latin */
@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 700;
    src: url('../Fonts/mukta-v13-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../Fonts/mukta-v13-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../Fonts/mukta-v13-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../Fonts/mukta-v13-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../Fonts/mukta-v13-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../Fonts/mukta-v13-latin-700.svg#Mukta') format('svg');
    /* Legacy iOS */
}


::-webkit-input-placeholder {
    color: #d7dfe4 !important;
}

::-moz-placeholder {
    color: #d7dfe4 !important;
}

:-ms-input-placeholder {
    color: #d7dfe4 !important;
}

:-moz-placeholder {
    color: #d7dfe4 !important;
}

::placeholder {
    color: #d7dfe4 !important;
}

/*
::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: @brand-grau;}
::-webkit-scrollbar-thumb {
    background: @brand-blau-80;
	&:hover {background: @brand-gruen-80;}
}
*/
html,
body {
    color: #2B2E34;
    font-family: 'Mukta';
    font-size: 14px;
    line-height: 1.35;
    min-height: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {

    html,
    body {
        font-size: 15px;
    }
}

@media (min-width: 992px) {

    html,
    body {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {

    html,
    body {
        font-size: 18px;
    }
}

a {
    color: #0099DC;
}

a:active,
a:focus,
a:hover {
    color: #0099DC;
    text-decoration: underline;
}

h1,
h2,
h4,
.h1,
.h2,
.h4 {
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

h3,
h5,
.h3,
.h5 {
    font-weight: 700;
    line-height: 1.03;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    color: #004990;
    margin: 0 0 1em;
}

h1,
.h1 {
    font-size: 38px;
    font-size: 2.25rem;
}

@media (max-width: 767px) {

    h1,
    .h1 {
        font-size: 21px;
        font-size: 1.62rem;
    }
}

h2,
.h2 {
    font-size: 35px;
    font-size: 2.05rem;
}

@media (max-width: 767px) {

    h2,
    .h2 {
        font-size: 20px;
        font-size: 1.54rem;
    }
}

h3,
.h3 {
    font-size: 34px;
    font-size: 2rem;
}

@media (max-width: 767px) {

    h3,
    .h3 {
        font-size: 19px;
        font-size: 1.47rem;
    }
}

h4,
.h4 {
    font-size: 20px;
    font-size: 1.19rem;
}

@media (max-width: 767px) {

    h4,
    .h4 {
        font-size: 15px;
        font-size: 1.16rem;
    }
}

h5,
.h5 {
    color: #2B2E34;
    font-size: 20px;
    font-size: 1.19rem;
}

figcaption {
    font-size: 0.71rem;
    line-height: 1.16;
    margin-top: 5px;
}

hr {
    border-top: solid 2px #003f77;
}

img {
    height: auto;
    max-width: 100%;
}

iframe,
video {
    max-width: 100%;
}

iframe {
    width: 2000px;
    height: 900px;
    border: 0;
    padding: 20px;
    background: #F9FEFA;
}

p {
    margin: 0 0 1em;
}

p:last-child {
    margin: 0;
}

.important,
.c-important {
    color: #2B2E34;
}

.loadme {
    display: block;
}

.col-two {
    margin-top: 1.16rem;
}

@media (min-width: 576px) {
    .col-two {
        margin-top: 0;
    }
}

.ruler-vertical {
    border-left: 1px solid #003f77;
    height: 50px;
    height: 2.95rem;
    margin: 30px auto;
    margin: 1.75rem auto;
    width: 1px;
}

.ruler-vertical.ruler-left {
    margin-left: 15%;
}

.ruler-vertical.ruler-right {
    margin-right: 15%;
}

#scroll-top {
    background: rgba(76, 83, 86, 0.8) url(/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Button_nach_oben_mob.svg) 50% 50% no-repeat;
    background-size: 20px;
    cursor: pointer;
    display: block;
    height: 40px;
    position: fixed;
    right: 0;
    top: 90%;
    width: 40px;
    z-index: 20;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

#scroll-top:hover {
    background-color: rgba(0, 153, 220, 0.8);
}

#scroll-top.hide {
    right: -40px;
}

.frame-text-center {
    text-align: center;
}

ol,
ul,
div.frame div.ce-bodytext ol,
div.frame div.ce-bodytext ul {
    padding-left: 1.2rem;
}

ol:last-child,
ul:last-child,
div.frame div.ce-bodytext ol:last-child,
div.frame div.ce-bodytext ul:last-child {
    margin-bottom: 0;
}

fieldset {
    width: 100%;
}

ul:not(.typo3-messages)>li {
    padding: 0 0 0.2rem;
}

ul:not(.typo3-messages)>li:last-child {
    padding-bottom: 0;
}

.typo3-messages .alert+.alert {
    margin-top: -1rem;
}

.embed-video {
    height: 0 !important;
    /* ~.ce-gallery */
}

.embed-video~.ce-gallery {
    margin: 0;
    overflow: auto;
    /*
		@media (min-width: 1209px) {
			.embed-responsive-16by9::before {
				padding-top: 75%;
			}
		}
		*/
}

.embed-video~.ce-gallery .ce-outer,
.embed-video~.ce-gallery .ce-inner,
.embed-video~.ce-gallery .ce-row,
.embed-video~.ce-gallery .ce-column,
.embed-video~.ce-gallery figure {
    bottom: inherit;
    display: block;
    float: none;
    left: inherit;
    margin: 0;
    right: inherit;
    position: static;
    top: inherit;
}

.embed-video~.ce-bodytext {
    margin-top: 2rem;
}

@media (min-width: 768px) {

    .first-big .col-one>.frame-type-textmedia .ce-textpic,
    .second-big .col-two>.frame-type-textmedia .ce-textpic {
        overflow: visible;
    }

    .first-big .col-one .embed-video~.ce-gallery {
        margin-left: -2.06rem;
    }

    .second-big .col-two .embed-video~.ce-gallery {
        margin-right: -2.06rem;
    }
}

/* @media (min-width: 768px) */
.background-added {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /* overflow: hidden; */
}

.background-added img {
    /* display: none !important; */
    visibility: hidden;
}

/* .background-added */
.resize-it {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.resize-it~div .ce-gallery {
    visibility: hidden;
}

.frame-layout-slider {
    margin: 0 auto;
}

.frame-type-menu_section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.frame-type-menu_section ul>li:first-child:last-child>a {
    display: none;
}

.frame-type-menu_section ul>li:first-child:last-child>ul {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.frame-type-menu_section ul>li:first-child:last-child>ul>li {
    flex-grow: 1;
    margin: 0;
    padding: 0;
    max-width: 190px;
}

.frame-type-menu_section ul>li:first-child:last-child>ul>li+li {
    margin-left: 20px;
    margin-left: 1.12rem;
}

.frame-type-menu_section ul>li:first-child:last-child>ul>li>a {
    background: #d7dfe4;
    color: #fff;
    display: block;
    font-size: 0.94rem;
    font-weight: bold;
    line-height: 40px;
    line-height: 2.36rem;
    text-align: center;
}

.frame-type-menu_section ul>li:first-child:last-child>ul>li>a.active,
.frame-type-menu_section ul>li:first-child:last-child>ul>li>a:hover {
    background: #003f77;
    color: #fff;
    text-decoration: none;
}

.frame-type-menu_section ul>li:first-child:last-child>ul>li>a:active,
.frame-type-menu_section ul>li:first-child:last-child>ul>li>a:focus {
    text-decoration: none;
}

/* Texte mittig zum Bild */
div.frame-layout-align-middle>div {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}

div.frame-layout-align-middle>div.ce-textpic>.ce-gallery {
    margin: 0 2.95rem;
    max-width: 13.9rem;
}

div.frame-layout-align-middle>div.ce-left>.ce-gallery {
    margin-left: 0;
}

div.frame-layout-align-middle>div.ce-right {
    flex-direction: row-reverse;
}

div.frame-layout-align-middle>div.ce-right>.ce-gallery {
    margin-right: 0;
}

div.frame-layout-align-middle .ce-bodytext {
    flex-basis: 60%;
    flex-grow: 2;
}

div.frame-layout-align-middle .ce-bodytext>*:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    div.frame-layout-align-middle .ce-bodytext {
        width: 100%;
    }

    div.frame-layout-align-middle .ce-bodytext header {
        text-align: center;
    }
}

/* div.frame-layout-align-middle */
/* Scrolling Element */
.scrolling-element {
    background: transparent 50% 50% no-repeat;
    background-size: auto;
    cursor: pointer;
    display: block;
    height: 50px;
    margin: 2.95rem auto;
    width: 20px;
    -moz-transition: background-image 0.15s;
    -o-transition: background-image 0.15s;
    -webkit-transition: background-image 0.15s;
    transition: background-image 0.15s;
    /* &.scrolling-up */
    /* &.scrolling-down */
}

.scrolling-element.scrolling-up {
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Icon_Scrollen_hoch_inaktiv.svg');
    /* &:last-child */
}

.scrolling-element.scrolling-up:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .scrolling-element.scrolling-up:last-child {
        margin-top: 1.08rem;
    }
}

.scrolling-element.scrolling-up:hover {
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Icon_Scrollen_hoch_aktiv.svg');
}

.scrolling-element.scrolling-down {
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Icon_Scrollen_runter_inaktiv.svg');
}

.scrolling-element.scrolling-down:hover {
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Icon_Scrollen_runter_aktiv.svg');
}

@media (max-width: 767px) {
    .scrolling-element {
        background: none;
        height: 1px;
        margin: 1.5rem 0;
    }
}

/* .scrolling-element */
/* Icon Parade */
#iconparade {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-bottom: 2.95rem;
    padding-top: 2.95rem;
    text-align: center;
    /* a */
    /* >div */
    /* .ce-image > .ce-gallery */
    /* @media (max-width:767px) */
    /* @media (max-width: 575px) */
}

#iconparade a {
    color: #2B2E34;
    font-weight: lighter;
}

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

#iconparade>div {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    flex-basis: 20%;
    /* &:focus, &:hover */
}

#iconparade>div header>* {
    font-size: 1rem;
    margin: 1.2rem 0 0;
}

#iconparade>div:focus,
#iconparade>div:hover {
    /* .ce-image > .ce-gallery .ce-row */
}

#iconparade>div:focus .ce-image>.ce-gallery .ce-row:first-child,
#iconparade>div:hover .ce-image>.ce-gallery .ce-row:first-child {
    display: none;
}

#iconparade>div:focus .ce-image>.ce-gallery .ce-row:nth-child(2),
#iconparade>div:hover .ce-image>.ce-gallery .ce-row:nth-child(2) {
    display: block;
}

#iconparade .ce-image>.ce-gallery {
    margin: 0 auto;
    /* .ce-row */
}

#iconparade .ce-image>.ce-gallery .ce-row {
    display: none;
    margin: 0;
}

#iconparade .ce-image>.ce-gallery .ce-row:first-child {
    display: block;
}

.sectionblue {
    background-color: #c8dade;
}

@media (max-width: 1199px) {
    #iconparade .ce-image>.ce-gallery {
        max-width: 70px;
        max-width: 5rem;
    }

    .dropdown-menu {
        font-size: 1.4rem;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #004990;
    }

    .navbar {
        display: block;
        
    }
    .navbar-toggler{
        float: right!important;
    }
}

@media (max-width: 767px) {
    #iconparade {
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 1.92rem;
        padding-top: 1.92rem;
        /* >div */
    }

    #iconparade>div {
        margin: 0 1.5vw;
        /* header > * */
    }

    #iconparade>div header>* {
        display: none;
    }
}

@media (max-width: 575px) {
    #iconparade {
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }
}

/* #iconparade */
@media (min-width: 768px) {
    .ce-intext.ce-left .ce-gallery {
        margin: 0 2.05rem 1rem 0;
    }

    .ce-intext.ce-right .ce-gallery {
        margin: 0 0 1rem 2.05rem;
    }
}

.main-wrapper>.container>div:after {
    clear: both;
    content: '';
    display: block;
    float: none;
}

.content-wrapper {
    margin: 50px 0 90px;
    margin: 2.941rem 0 4.8rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* &.inside-zech */
    /* .first-big .col-one, .second-big .col-two */
    /* .first-big .col-two, .second-big .col-one */
    /* .first-big, .second-big */
    /* .first-big .col-two, .second-big .col-one */
    /* @media (max-width: 767px) */
    /* @media (min-width: 768px) */
    /* @media (min-width: 992px) */
}

.content-wrapper.inside-zech {
    margin-bottom: 0;
}

.content-wrapper.inside-zech>div:not(.kapiteluebersicht):not(.frame-type-list),
.content-wrapper.inside-zech>div.frame-type-list>.abschnitt-inner {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0;
    padding-right: 0;
    max-width: 780px;
}

@media (max-width: 575px) {
    .content-wrapper.inside-zech {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.content-wrapper>div.frame>header {
    margin: 0 0 1.475rem;
}

.content-wrapper>div.frame>header * {
    margin: 0;
}

.content-wrapper>div+div {
    margin-top: 2.3rem;
}

@media (min-width: 768px) {
    .content-wrapper>div+div {
        margin-top: 2.95rem;
    }
}

/**
.content-wrapper>.frame-type-text {
    padding: 0 1.54rem;
    max-width: 870px;
    max-width: 55.29rem;
}
*/
@media (min-width: 768px) {

    .content-wrapper>.frame-type-text,
    .content-wrapper>.frame-type-html {
        padding: 0 2.06rem;
    }
}

@media (max-width: 575px) {
    .content-wrapper {
        margin-top: 25px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .content-wrapper {
        margin-bottom: 30px;
        margin-top: 30px;
        /* .col-one, */
        /* .col-two, */
    }

    .content-wrapper .row-3-cols>div:first-child {
        padding-right: 7.5px;
    }

    .content-wrapper .row-3-cols>div:last-child {
        padding-left: 7.5px;
    }
}

.content-wrapper .first-big,
.content-wrapper .second-big {
    padding: 0 15px;
}

.content-wrapper .first-big .col-one,
.content-wrapper .second-big .col-two {
    flex-basis: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 1;
    /* .frame-type-textmedia */
    /*
		@media (max-width: 767px) {
			padding-left: 0;
			padding-right: 0;
		}
		*/
}

.content-wrapper .first-big .col-one .frame-type-textmedia,
.content-wrapper .second-big .col-two .frame-type-textmedia {
    /* @media (max-width: 575px) */
}

@media (max-width: 575px) {

    .content-wrapper .first-big .col-one .frame-type-textmedia,
    .content-wrapper .second-big .col-two .frame-type-textmedia {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.content-wrapper .first-big .col-two,
.content-wrapper .second-big .col-one {
    flex-basis: 50%;
    justify-content: center;
    margin: 0 auto 0;
    width: 50%;
    /* >.frame-bg-primary, >.frame-bg-secondary */
}

.content-wrapper .first-big .col-two>.frame-bg-primary,
.content-wrapper .second-big .col-one>.frame-bg-primary,
.content-wrapper .first-big .col-two>.frame-bg-secondary,
.content-wrapper .second-big .col-one>.frame-bg-secondary {
    align-self: flex-start !important;
    max-width: 17rem;
    /* header */
}

.content-wrapper .first-big .col-two>.frame-bg-primary header,
.content-wrapper .second-big .col-one>.frame-bg-primary header,
.content-wrapper .first-big .col-two>.frame-bg-secondary header,
.content-wrapper .second-big .col-one>.frame-bg-secondary header {
    margin-bottom: 0;
}

.content-wrapper .first-big .col-two>.frame-bg-primary header>*:last-child,
.content-wrapper .second-big .col-one>.frame-bg-primary header>*:last-child,
.content-wrapper .first-big .col-two>.frame-bg-secondary header>*:last-child,
.content-wrapper .second-big .col-one>.frame-bg-secondary header>*:last-child {
    margin-bottom: 0.3rem;
}

.content-wrapper .first-big .col-two>.frame-bg-primary header h4,
.content-wrapper .second-big .col-one>.frame-bg-primary header h4,
.content-wrapper .first-big .col-two>.frame-bg-secondary header h4,
.content-wrapper .second-big .col-one>.frame-bg-secondary header h4,
.content-wrapper .first-big .col-two>.frame-bg-primary header .h4,
.content-wrapper .second-big .col-one>.frame-bg-primary header .h4,
.content-wrapper .first-big .col-two>.frame-bg-secondary header .h4,
.content-wrapper .second-big .col-one>.frame-bg-secondary header .h4 {
    font-size: 1.13rem;
}

@media (max-width: 575px) {

    .content-wrapper .first-big .col-two,
    .content-wrapper .second-big .col-one {
        flex-basis: 100%;
        width: 100%;
    }
}

.content-wrapper .first-big,
.content-wrapper .second-big {
    /* .col-two > * */
}

.content-wrapper .first-big .col-two>*,
.content-wrapper .second-big .col-two>* {
    margin-top: 3rem;
    /* @media (max-width: 767px) */
}

@media (min-width: 768px) {

    .content-wrapper .first-big .col-two>*,
    .content-wrapper .second-big .col-two>* {
        margin-top: 0;
    }
}

@media (max-width: 767px) {

    .content-wrapper .first-big .col-two>*,
    .content-wrapper .second-big .col-two>* {
        margin-top: 2rem;
        /* &.frame-type-textmedia */
    }

    .content-wrapper .first-big .col-two>*.frame-type-textmedia>div,
    .content-wrapper .second-big .col-two>*.frame-type-textmedia>div {
        overflow: visible;
    }

    .content-wrapper .first-big .col-two>*.frame-type-textmedia .embed-video+div,
    .content-wrapper .second-big .col-two>*.frame-type-textmedia .embed-video+div {
        margin-top: -2rem;
    }
}

.content-wrapper .first-big .col-two,
.content-wrapper .second-big .col-one {
    display: -ms-flexbox;
    display: flex;
    /* >div */
}

.content-wrapper .first-big .col-two .btn,
.content-wrapper .second-big .col-one .btn {
    width: 100%;
    max-width: 500px;
}

.content-wrapper .first-big .col-two>div,
.content-wrapper .second-big .col-one>div {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.content-wrapper .first-big .col-two>div.frame-default,
.content-wrapper .second-big .col-one>div.frame-default,
.content-wrapper .first-big .col-two>div.frame-layout-0,
.content-wrapper .second-big .col-one>div.frame-layout-0 {
    align-self: flex-end;
    display: block;
}

@media (max-width: 767px) {
    .content-wrapper .first-big .col-two>.frame-bg-secondary.frame-layout-0 {
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {

    .content-wrapper .first-big .col-one,
    .content-wrapper .second-big .col-two {
        flex-basis: 65%;
        max-width: 65%;
    }

    .content-wrapper .first-big .col-two,
    .content-wrapper .second-big .col-one {
        flex-basis: 35%;
        margin: 0;
        max-width: 35%;
    }

    .content-wrapper .first-big .col-two>*,
    .content-wrapper .second-big .col-one>* {
        margin-top: 0;
    }

    .content-wrapper .first-big .col-one,
    .content-wrapper .second-big .col-one {
        padding-left: 34px;
        padding-left: 2rem;
        padding-right: 25px;
        padding-right: 1.47rem;
    }

    .content-wrapper .first-big .col-two,
    .content-wrapper .second-big .col-two {
        padding-left: 25px;
        padding-left: 1.47rem;
        padding-right: 34px;
        padding-right: 2rem;
    }

    .content-wrapper .first-big .col-two {
        justify-content: space-around;
    }

    .content-wrapper .second-big .col-one {
        justify-content: space-around;
    }
}

@media (min-width: 992px) {

    .content-wrapper .first-big .col-one,
    .content-wrapper .second-big .col-two {
        flex-basis: 70%;
        max-width: 70%;
    }

    .content-wrapper .first-big .col-two,
    .content-wrapper .second-big .col-one {
        flex-basis: 30%;
        max-width: 30%;
    }
}

@media (min-width: 1200px) {

    .content-wrapper .first-big .col-one,
    .content-wrapper .second-big .col-two {
        flex-basis: 75%;
        max-width: 75%;
    }

    .content-wrapper .first-big .col-two,
    .content-wrapper .second-big .col-one {
        flex-basis: 25%;
        max-width: 25%;
    }
}

/**.content-wrapper .frame-type-div+div,
.content-wrapper .frame+.frame-type-div {
    margin-top: 0;
}*/

/* .content-wrapper */
.home .content-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    /* >div */
    /* @media (min-width: 768px) */
    /* @media (min-width: 1200px) */
}

.home .content-wrapper>div+div {
    margin-top: 15px;
}

@media (min-width: 576px) {
    .home .content-wrapper {
        margin-top: 20px;
        margin-bottom: 20px;
        /* >div */
    }

    .home .content-wrapper>div+div {
        margin-top: 20px;
    }

    .home .content-wrapper>div>.row-2-cols,
    .home .content-wrapper>div>.row-3-cols {
        margin-left: -10px;
        margin-right: -10px;
    }

    .home .content-wrapper>div>.row-2-cols>div,
    .home .content-wrapper>div>.row-3-cols>div {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .home .content-wrapper>div>.row-3-cols>div:nth-child(2) {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .home .content-wrapper {
        margin-top: 2.941rem;
        margin-bottom: 2.941rem;
        /* >div */
    }

    .home .content-wrapper>div+div {
        margin-top: 50px;
    }

    .home .content-wrapper>div>.row-2-cols,
    .home .content-wrapper>div>.row-3-cols {
        margin-left: -12px;
        margin-right: -13px;
    }

    .home .content-wrapper>div>.row-2-cols>div,
    .home .content-wrapper>div>.row-3-cols>div {
        padding-left: 12px;
        padding-right: 13px;
    }
}

/* .home .content-wrapper */
.cols-4>div {
    /* >div */
}

.cols-4>div>div {
    margin-top: 0.7rem;
}

.cols-4>div>div:first-child {
    margin-top: 0;
}

.cols-4>div>div header>*:last-child {
    margin-bottom: 0;
    position: relative;
    top: 2px;
}

@media (min-width: 576px) and (max-width: 767px) {
    .cols-4>div>div {
        margin-top: 1.231rem;
    }

    .cols-4>div>div:nth-child(2) {
        margin-top: 0;
    }

    .cols-4>div>div:nth-child(2n) {
        padding-left: 8px;
    }

    .cols-4>div>div:nth-child(2n+1) {
        padding-right: 8px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .cols-4>div>div {
        margin-top: 1.666rem;
    }

    .cols-4>div>div:nth-child(2) {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {

    .cols-4>div>div:last-child,
    .cols-4>div>div:nth-child(2),
    .cols-4>div>div:nth-last-child(2) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .cols-4>div {
        margin-left: -12px;
        margin-right: -12px;
    }

    .cols-4>div>div {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 1200px) {
    .cols-4>div {
        margin-right: -13px;
    }

    .cols-4>div>div {
        padding-right: 13px;
    }
}

/* .cols-4 > div */
/* Search Page */
#tx_indexedsearch .tx-indexedsearch-form {
    align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    width: 100%;
}

@media (min-width: 768px) {
    #tx_indexedsearch .tx-indexedsearch-form {
        width: 61%;
    }
}

@media (min-width: 992px) {
    #tx_indexedsearch .tx-indexedsearch-form {
        width: 55%;
    }
}

@media (min-width: 1200px) {
    #tx_indexedsearch .tx-indexedsearch-form {
        width: 54%;
    }
}

#tx_indexedsearch .tx-indexedsearch-search-submit .btn {
    padding: 0.7rem 1.45rem 0.6rem;
}

#tx_indexedsearch .form-control {
    padding: 0.383rem 0.53rem;
    min-width: 70%;
}

@media (max-width: 767px) {
    #tx_indexedsearch .form-control {
        margin: 0.5rem 0 1rem;
        width: 100%;
    }
}

@media (min-width: 768px) {
    #tx_indexedsearch .form-control {
        margin: 0 1.43rem 0 0.8rem;
    }
}

.tx-indexedsearch-searchbox .form-inline {
    margin-bottom: 2rem;
}

.tx-indexedsearch-searchbox+.tx-indexedsearch-browsebox {
    padding-bottom: 0.3rem;
}

.tx-indexedsearch-browsebox {
    list-style: none;
    padding: 0 0 1rem;
    /* li */
}

.tx-indexedsearch-browsebox li {
    display: inline-block;
    padding: 0 0.2rem 0 0 !important;
    /* a */
    /* &.tx-indexedsearch-browselist-currentPage */
}

.tx-indexedsearch-browsebox li a {
    background: #003f77;
    color: #fff;
    font-weight: bold;
    padding: 2px 7px;
}

.tx-indexedsearch-browsebox li a:hover {
    text-decoration: none;
}

.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
    background: #d7dfe4;
    color: #fff;
    font-weight: bold;
}

/* .tx-indexedsearch-browsebox */
.tx-indexedsearch-res {
    border-top: 1px solid #d7dfe4;
}

.tx-indexedsearch-res>h5 {
    margin: 1em 0 0.25em;
}

.tx-indexedsearch-res .tx-indexedsearch-description {
    margin-bottom: 1.19rem;
}

.content-wrapper>.frame-type-list>.tx-indexedsearch-searchbox,
.content-wrapper>.frame-type-list>.tx-indexedsearch-searchbox~* {
    margin-left: 1.54rem;
    margin-right: 1.54rem;
    max-width: 51.17rem;
}

@media (min-width: 768px) {

    .content-wrapper>.frame-type-list>.tx-indexedsearch-searchbox,
    .content-wrapper>.frame-type-list>.tx-indexedsearch-searchbox~* {
        margin-left: 2.06rem;
        margin-right: 2.06rem;
    }
}

@media (max-width: 575px) {

    .tx-indexedsearch-res,
    .tx-indexedsearch-browsebox,
    .tx-indexedsearch-searchbox {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1.54rem;
        padding-right: 1.54rem;
    }
}

/* Inside ZECH Teaser */
#insidezech {
    /* .row */
    /* h5, .h5 */
}

#insidezech .row {
    align-items: center;
    margin: 0;
    padding: 2.0588rem;
    /* >div */
}

#insidezech .row>div {
    padding: 0;
    /*
			@media (min-width: 768px) and (max-width: 1199px) {
				&.col-auto {
					max-width: 30%;
				}
			}
			*/
    /* @media (max-width: 767px) */
    /* @media (max-width: 575px) */
}

@media (min-width: 768px) {
    #insidezech .row>div+div {
        padding-left: 2.35rem;
    }
}

@media (max-width: 767px) {
    #insidezech .row>div {
        flex-basis: 100%;
        text-align: center;
        max-width: 100%;
    }

    #insidezech .row>div+div {
        margin-top: 1.15rem;
    }

    #insidezech .row>div+div:nth-child(3) {
        margin-top: 1.54rem;
    }
}

@media (max-width: 575px) {
    #insidezech .row>div {
        margin-left: auto;
        margin-right: auto;
        max-width: 435px;
    }
}

@media (min-width: 768px) {
    #insidezech .row {
        padding-right: 3.235rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #insidezech img {
        width: 260px;
        max-width: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #insidezech img {
        width: 320px;
        max-width: none;
    }
}

#insidezech h5,
#insidezech .h5 {
    font-size: 1.539rem;
    font-weight: bold;
    line-height: 1.1;
}

@media (min-width: 768px) {

    #insidezech h5,
    #insidezech .h5 {
        font-size: 1.45rem;
        line-height: 1.15;
    }
}

@media (min-width: 992px) {

    #insidezech h5,
    #insidezech .h5 {
        font-size: 1.765rem;
        line-height: 1.167;
    }
}

#insidezech .btn {
    text-transform: uppercase;
}

/* #insidezech */
@media (max-width: 767px) {

    .ce-intext.ce-right .ce-gallery,
    .ce-intext.ce-left .ce-gallery,
    .ce-above .ce-gallery {
        margin: 0;
    }

    .ce-above .ce-gallery {
        margin-bottom: 10px;
    }

    .ce-left .ce-gallery,
    .ce-column {
        float: none;
        text-align: center;
    }

    .ce-left .ce-gallery figure {
        display: inline-block;
        margin: 0 auto;
    }

    .page-title {
        margin: 2.31rem 0 1.16rem;
    }

    .ruler-vertical {
        height: 25px;
        height: 1.94rem;
        margin: 20px auto;
        margin: 1.54rem auto !important;
    }

    .card:after {
        right: 3.85rem;
    }

    .card-header>a,
    .card .card-block {
        padding-right: 5rem;
    }

    .card .card-header span.arrow {
        width: 3.85rem;
    }

    div.frame-layout-align-middle>div {
        flex-direction: column !important;
    }

    div.frame-layout-align-middle>div.ce-left>.ce-gallery,
    div.frame-layout-align-middle>div.ce-right>.ce-gallery {
        margin: 0 0 1.92rem;
    }

    .content-wrapper .frame>header {
        margin: 0 0 1.54rem;
    }

    .ce-gallery iframe {
        max-height: 60vw;
    }

    #c1057 .ce-col {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {

    .row-3-cols>div>.frame-type-textmedia,
    .row-3-cols>div>.frame-type-textmedia * {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .row-3-cols>div:nth-child(2) {
        margin-top: 1.15rem;
    }
}

@media (max-width: 575px) {
    .row-3-cols>div+div {
        margin-top: 1.15rem;
    }
}

/* .row-3-cols */
img[src$="Content_Sprechblasen.svg"] {
    max-width: 125% !important;
    -webkit-transform: translateX(-12%);
    -moz-transform: translateX(-12%);
    -ms-transform: translateX(-12%);
    -o-transform: translateX(-12%);
    transform: translateX(-12%);
}

/* Bootstrap Overwrite */
.bg-primary,
.bg-secondary {
    color: #fff;
}

.bg-primary h1,
.bg-secondary h1,
.bg-primary h2,
.bg-secondary h2,
.bg-primary h3,
.bg-secondary h3,
.bg-primary h4,
.bg-secondary h4,
.bg-primary h5,
.bg-secondary h5,
.bg-primary h6,
.bg-secondary h6,
.bg-primary .h1,
.bg-secondary .h1,
.bg-primary .h2,
.bg-secondary .h2,
.bg-primary .h3,
.bg-secondary .h3,
.bg-primary .h4,
.bg-secondary .h4,
.bg-primary .h5,
.bg-secondary .h5,
.bg-primary .h6,
.bg-secondary .h6 {
    color: #fff;
}

.bg-primary {
    background-color: #003f77 !important;
}

.bg-secondary {
    background-color: #a2c513 !important;
}

.text-primary {
    color: #003f77 !important;
}

.text-secondary {
    color: #a2c513 !important;
}

.border-primary {
    border-color: #003f77 !important;
}

.border-secondary {
    border-color: #a2c513 !important;
}

.btn {
    background-image: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.07;
    padding: 0.76rem 1.45rem;
    text-shadow: none;
    white-space: normal;
    max-width: 100%;
}

.btn:active,
.btn:active:focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: underline;
}

.btn.btn-primary,
.btn.btn-primary:active,
.btn.btn-primary:active:focus,
.btn.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #003f77;
    border-color: #003f77;
}

.btn.btn-secondary,
.btn.btn-secondary:active,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #0099DC !important;
    border-color: #0099DC !important;
}

.btn.btn-default,
.btn.btn-default:active,
.btn.btn-default:active:focus,
.btn.btn-default:focus,
.btn.btn-default:hover {
    background-color: #003f77;
    border-color: #003f77;
}

.btn.btn-light,
.btn.btn-light:active,
.btn.btn-light:active:focus,
.btn.btn-light:focus,
.btn.btn-light:hover {
    background-color: #d7dfe4;
    border-color: #d7dfe4;
}

.btn.btn-link {
    color: #2B2E34;
    font-weight: normal;
    text-decoration: underline;
    text-transform: none;
}

@media (min-width: 768px) {
    .btn {
        padding: 0.76rem 1.45rem 0.65rem;
    }
}

@media (min-width: 992px) {
    .btn {
        padding: 0.76rem 1.45rem 0.7rem;
    }
}

.form-inline {
    margin: 0 0 1em;
}

.form-control {
    border: 1px solid #4C5356 !important;
    border-radius: 0;
    height: auto;
    margin: 0 0.5rem;
    padding: 0.53rem 0.53rem;
}

.custom-select {
    border: 1px solid #003f77;
    border-radius: 0;
}

.list-inline>li {
    display: inline-block;
    padding: 0 5px 0 !important;
}

.list-inline>li:first-child {
    padding-left: 0 !important;
}

.list-inline>li:last-child {
    padding-right: 0 !important;
}

.text-muted {
    text-decoration: line-through;
}

.card {
    border: 0 none;
    border-radius: 0;
    position: relative;
    /* >.card-header */
    /* Accordion */
}

.card+.card {
    margin: 25px 0 0;
    margin: 1.47rem 0 0;
}

.card>.card-header {
    background: none;
    border: 0 none #fff;
    border-radius: 0;
    color: #fff;
    padding: 0;
    /* >* */
    /* a */
}

.card>.card-header>* {
    font-size: 2rem;
    line-height: 1.037;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.collapse:not(.show) {
    display: block;
}

.card>.collapse:not(.show),
.navbar>.collapse:not(.show) {
    display: none;
}

@media (min-width: 768px) {
    .card>.card-header>* {
        font-size: 2.6rem;
        line-height: 1.03;
    }
}

@media (min-width: 992px) {
    .card>.card-header>* {
        font-size: 45px;
        line-height: 1.026;
    }
}

.card>.card-header a {
    background: none;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 50px 70px;
    padding: 1.64rem 5.4rem 1.64rem 1.54rem;
    /* &:focus, &:hover */
}

.card>.card-header a:focus,
.card>.card-header a:hover {
    background: none;
    text-decoration: none;
}

@media (min-width: 768px) {
    .card>.card-header a {
        padding: 2.6rem 7rem 2.6rem 3.9rem;
    }
}

@media (min-width: 1200px) {
    .card>.card-header a {
        padding: 2.95rem 7rem 2.95rem 4.12rem;
    }
}

@media (max-width: 767px) {
    .card>.card-header {
        font-size: 1.155rem;
    }

    .card>.card-header>a,
    .card>.card-header>small>a,
    .card>.card-header>.small>a {
        padding: 1.55rem;
    }

    .card>.card-header span.arrow:before {
        height: 11px;
        left: inherit;
        right: 15px;
        top: 22px;
        width: 20px;
    }
}

.card .collapse,
.card .collapsed,
.card .collapsing {
    background: none;
}

.card .collapse.in,
.card:hover .collapsing {
    background: none;
}

.card .card-body {
    border: 0 none !important;
    padding: 2.95rem 0;
}

.card .card-body ul {
    padding-left: 1rem;
}

.card .card-body *:last-child {
    margin-bottom: 0;
}

.card .card-header {
    position: relative;
}

.card .card-header span.arrow {
    background-color: #003f77;
    background-image: url("/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Pfeil_Vertrag_unten.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px 13px;
    bottom: 0;
    display: block;
    height: 3.24rem;
    position: absolute;
    right: 1.54rem;
    width: 3.24rem;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

@media (min-width: 768px) {
    .card .card-header span.arrow {
        right: 3.24rem;
    }
}

.card .card-header:hover span.arrow {
    background-color: #4C5356;
}

.card .card-header .collapsed span.arrow {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}

.card .card-body {
    margin: 0;
}

.card .card-body>.frame-type-text {
    padding: 0 1.54rem;
    max-width: 870px;
    max-width: 55.29rem;
}

@media (min-width: 768px) {
    .card .card-body>.frame-type-text {
        padding: 0 2.06rem;
    }
}

.card.open .card-header span.arrow {
    /*background-image:url(/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Pfeil_Vertrag_oben.svg);*/
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

/* .card */
.nav-pills {
    margin: 30px 0 25px;
}

.nav-pills:first-child {
    margin-top: 25px;
}

.nav-pills .nav-link {
    background: #003f77;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    line-height: 1.06;
    margin: 0 5px;
    padding: 0.75rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
    background: #0099DC;
}

.nav-pills .nav-link:first-child {
    margin-left: 0;
}

.nav-pills .nav-link:last-child {
    margin-right: 0;
}

@media (min-width: 768px) {
    .nav-pills {
        margin: 90px 0 50px;
    }

    .nav-pills:first-child {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 920px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 1240px;
    }
}

/* Meta Navigation - Generell */
.metanavigation {
    font-size: 14px;
    line-height: 1.4;
    list-style: none;
    margin: 0;
    padding: 0;
    /* li */
}

.metanavigation li {
    color: #2B2E34;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.subfooter {
    background: #fff !important;
}

.subfooter a {
    color: #003f77;
    display: inline-block;
    letter-spacing: 0.4px;
    zoom: 1;
}

.subfooter a:focus,
.subfooter a:hover {
    color: #003f77;
    font-weight: bold;
    letter-spacing: 0;
    text-decoration: underline;
}

.metanavigation li a:after {
    content: attr(title);
    display: block;
    font-weight: bold;
    height: 0;
    letter-spacing: 0;
    margin: -1px 0;
    overflow: hidden;
    visibility: hidden;
}

@media (max-width: 767px) {
    .metanavigation {
        font-size: 0.8rem;
    }
}

/* .metanavigation */
/* Meta Header */
.meta-header {
    background: #d7dfe4;
    font-size: 0.7rem;
    line-height: 2.9;
    text-align: right;
    /* ul */
}

.meta-header ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
    /* li */
}

.meta-header ul li {
    display: inline-block;
    padding: 0 0.5rem;
    zoom: 1;
}

.meta-header ul li:first-child {
    padding-left: 0;
}

.meta-header ul li:last-child {
    padding-right: 0;
}

@media (max-width: 1199px) {
    .meta-header {
        display: none;
    }
}

/* .meta-header */
/* Searchbox */
.searchbox-wrapper {
    display: inline-block;
    margin-right: 1rem;
    zoom: 1;
    /* .search_form */
    /* .search_input */
    /* .search_button */
}

.searchbox-wrapper .search_form {
    align-content: center;
    display: -ms-flexbox;
    display: flex;
}

.searchbox-wrapper .search_input {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    color: #2B2E34;
    font-size: 12px;
    font-size: 0.7rem;
    line-height: 1.9;
    padding: 0 0.3rem;
    width: 200px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

@media (min-width: 1200px) {
    .searchbox-wrapper .search_input {
        margin-right: 0.6rem;
    }
}

.searchbox-wrapper .search_button {
    align-self: center;
    background-color: transparent;
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Icon_Lupe_inaktiv.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 12px;
    width: 12px;
}

.searchbox-wrapper .search_button:focus,
.searchbox-wrapper .search_button:hover {
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Icon_Lupe_aktiv.svg');
    outline: none;
}

.searchbox-wrapper>form.toggled .search_input {
    padding: 0;
    width: 0;
}

/* .searchbox-wrapper  */
/* Language Switch */
ul#language_menu {
    padding-left: 0.6rem;
    /* li */
}

ul#language_menu li {
    display: inline-block;
    padding: 0;
    zoom: 1;
}

ul#language_menu li+li:before {
    content: '|';
    padding: 0 3px;
}

ul#language_menu li.active a {
    font-weight: bold;
}

ul#language_menu li.muted {
    display: none;
}

body>.header {
    background: #fff;
    left: 0;
    padding-bottom: 1.4rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5rem;
    position: relative;
    right: 0;
    top: 0;
    z-index: 20;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35) !important;
    /* .navbar-toggler */
    /* .container > .row */
}

@media (max-width: 767px) {
    body>.header .row>div:first-child {
        padding-left: 5px;
    }

    body>.header .row>div:nth-child(2) {
        padding-right: 5px;
    }
}

@media (min-width: 768px) {
    body>.header {
        padding-top: .5rem;
        /* padding-right: 15px; */
        padding-bottom: 1.18rem;
        /* padding-left: 15px; */
    }

    .header .col-md-3:last-child {
        padding: 1.5rem 0 0 !important;
        text-align: right;
        font-size: 16px;
    }

    .header a,
    .header a:hover,
    .header a:focus {
        color: #4C5356
    }

}

.header i {
    padding-right: 4px;
}

@media (min-width: 1200px) {
    body>.header {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

body>.header>.container {
    align-self: flex-start;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    body>.header>.container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

body>.header .navbar-brand {
    color: #2B2E34;
    font-size: 0.94rem;
    font-weight: bold;
    line-height: 1.13;
    margin: 10px 0 0;
    padding: 0;
    text-align: right;
}

@media (min-width: 1200px) {
    body>.header .navbar-brand {
        margin: 0;
        text-align: left;
    }

    .row.mobile {
        display: none
    }
}

body>.header .wrapper-mainmenu {
    text-align: left;
}

@media (max-width: 1199px) {
    body>.header .wrapper-logo img {
        height: 36px;
        width: auto;
    }

    .row.desktop .col-md-3 {
        display: none
    }
}

body>.header .row>div,
body>.header .navbar {
    position: static;
}

body>.header .navbar {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    min-height: 0;
    margin: 0;
    padding: 0;
}

body>.header .navbar-toggler {
    background: #003f77 no-repeat 0 0;
    border: 0 none;
    border-radius: 0;
    float: none;
    height: 36px;
    margin: 0;
    outline: none;
    padding: 0;
    width: 36px;
}

body>.header .navbar-toggler:focus,
body>.header .navbar-toggler:hover,
body>.header .navbar-toggler.collapsed,
body>.header .navbar-toggler.collapsed:focus,
body>.header .navbar-toggler.collapsed:hover {
    background-color: #003f77;
}

body>.header .navbar-toggler .navbar-toggler-icon {
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Icon_Mobile_Menue_schliessen.svg');
    height: 0.976em;
    width: 1.26em;
}

body>.header .navbar-toggler.collapsed .navbar-toggler-icon,
body>.header .navbar-toggler.collapsed:focus .navbar-toggler-icon,
body>.header .navbar-toggler.collapsed:hover .navbar-toggler-icon {
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Icon_Mobile_Menue.svg');
}

body>.header .container>.row {
    width: 100%;
    /* @media (max-width: 1199px) */
    /* @media (min-width: 768px) and (max-width: 1199px) */
}

@media (max-width: 1199px) {
    body>.header .container>.row {
        margin: 0;
        min-width: 100%;
    }

    .wrapper-logo img {
        height: 70px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    body>.header .container>.row>div:first-child {
        padding-left: 0;
    }

    body>.header .container>.row>div:nth-child(2) {
        padding-right: 0;
    }
}

/* body > .header */
#header-navbar {
    border: 0 none;
    /* .navbar-nav */
    /* .searchbox-wrapper */
    /* @media (max-width: 1199px) */
}

#header-navbar .navbar-nav {
    flex-wrap: nowrap;
    padding: 0;
    position: relative;
    width: 100%;
    /* >li */
}

#header-navbar .navbar-nav>li {
    line-height: 1;
    padding: 0;
    text-align: center;
    /* >a */
    /* @media (min-width: 1200px) */
    /*
			@media (min-width: 992px) and (max-width: 1199px) {
				>a {
					font-size: .92rem;
				}
			}
			*/
    /* @media (min-width: 992px) and (max-width: 1199px) */
    /* @media (min-width: 1200px) */
    /*
			&:last-child {
				>a {
					background: @brand-blau;
					color: #fff;
					line-height: 1;
					padding: 4px 4px 4px;
					position: relative;
					top: -3px;
				
					&:before {
						content: none;
						display: none;
					}
				
					@media (max-width: 1199px) {
						line-height: 1;
						margin: .7rem 0;
					}
				}
				
				>a:focus,
				>a:hover,
				&.show > a,
				&.show > a:focus,
				&.show > a:hover,
				&.active > a,
				&.active > a:focus,
				&.active > a:hover {
					background: @brand-gruen;
					color: #fff;
					font-weight: normal;
					letter-spacing: .5px;
				}				
			}
			*/
    /* &.dropdown */
}

#header-navbar .navbar-nav.desktop>li>a {
    padding-bottom: 20px;
}

#header-navbar .nav.navbar-nav.desktop>li>.dropdown-menu.c-menu-type-classic {
    left: auto;
    right: auto;
    min-width: 235px;
    width: auto;
    background: #004990;
    ;
    border: none;
    border-radius: 0;
    padding: 1.18rem;
}



#header-navbar .navbar-nav>li>a {
    color: #2B2E34;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 2;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    zoom: 1;
    /* @media (min-width: 768px) */
    /*@media (min-width: 1200px) */
}

#header-navbar .navbar-nav>li>a .caret {
    background: transparent url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Mobile_Menue_Pfeil_unten.svg') 50% 40% no-repeat;
    background-size: 20px;
    cursor: pointer;
    display: inline-block;
    height: 2em;
    margin-left: 1.2rem;
    margin-right: -3.2rem;
    vertical-align: middle;
    width: 2rem;
    zoom: 1;
}

#header-navbar .navbar-nav>li>a:before {
    content: attr(title);
    display: block;
    font-weight: bold;
    height: 0;
    letter-spacing: 0;
    margin: -1px 0 0;
    overflow: hidden;
    visibility: hidden;
}

#header-navbar .navbar-nav>li>a:after {
    content: none;
    display: none;
}

@media (min-width: 768px) {
    #header-navbar .navbar-nav>li>a {
        line-height: 2.22;
        /* .caret */
    }

    #header-navbar .navbar-nav>li>a .caret {
        height: 2.22em;
    }
}

@media (min-width: 1200px) {
    #header-navbar .navbar-nav>li>a {
        font-size: 0.94rem;
        line-height: 1.1;
        margin: 0;
        /* .caret */
    }

    #header-navbar .navbar-nav>li>a .caret {
        display: none;
    }

    .nav.navbar-nav.desktop>li:hover>.dropdown-menu {
        display: block;
    }

    body>.header {
        position: fixed !important;
    }
}

@media (min-width: 1200px) {
    #header-navbar .navbar-nav>li {
        text-align: unset;
        white-space: nowrap;
        /* &:after */
        /* &:last-child */
    }

    #header-navbar .navbar-nav>li>a {
        display: inline-block;
        zoom: 1;
    }

    #header-navbar .navbar-nav>li:after {
        color: #2B2E34;
        content: '';
        display: inline-block;
        font-size: 0.89rem;
        line-height: 1;
        padding: 1px 0.6em 0;
        position: relative;
        top: -2px;
        vertical-align: text-top;
        zoom: 1;
    }

    #header-navbar .navbar-nav>li:last-child:after {
        content: none;
        display: none;
    }
}

@media (min-width: 1200px) {
    #header-navbar .navbar-nav>li:after {
        padding: 2px 0.8em 0;
    }
}

#header-navbar .navbar-nav>li>a {
    color: #003f77;
    font-weight: 400;
}

#header-navbar .navbar-nav>li>a:focus,
#header-navbar .navbar-nav>li>a:hover,
#header-navbar .navbar-nav>li.show>a,
#header-navbar .navbar-nav>li.show>a:focus,
#header-navbar .navbar-nav>li.show>a:hover,
#header-navbar .navbar-nav>li.active>a,
#header-navbar .navbar-nav>li.active>a:focus,
#header-navbar .navbar-nav>li.active>a:hover {
    background: none;
    box-shadow: none;
    color: #003f77;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
}

#header-navbar .navbar-nav>li.dropdown {
    position: static;
    /* &.show > a .caret */
    /* .dropdown-menu */
}

#header-navbar .navbar-nav>li.dropdown.show>a .caret {
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Mobile_Menue_Pfeil_oben.svg');
}

#header-navbar .navbar-nav>li.dropdown .dropdown-menu {
    background: none;
    border: 0 none;
    border-radius: 0;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    top: 100%;
    max-width: 100%;
    /* &.show */
    /* >li */
    /* @media (min-width: 1200px) */
}

/*#header-navbar .navbar-nav>li.dropdown .dropdown-menu.show {
    display: -ms-flexbox;
    display: flex;
}*/

#header-navbar .navbar-nav>li.dropdown .dropdown-menu>li {
    margin: 0;
    padding: 0;
    /* >a */
    /* &.active a, a:focus, a:hover */
}

#header-navbar .navbar-nav>li.dropdown .dropdown-menu>li>a {
    color: #fff;
    padding: 0.67rem 0;
    background: #004990 !important;
    /*text-align: center;*/
}

#header-navbar .navbar-nav>li.dropdown .dropdown-menu>li.active a,
#header-navbar .navbar-nav>li.dropdown .dropdown-menu>li a:focus,
#header-navbar .navbar-nav>li.dropdown .dropdown-menu>li a:hover {
    color: #004990 !important;
    background: #fff !important;
    font-weight: bold;
}

@media (max-width: 1199px) {
    #header-navbar .navbar-nav.desktop>li>a {
        padding-bottom: 0;
    }

    #header-navbar .nav.navbar-nav.desktop>li>.dropdown-menu.c-menu-type-classic,
    #header-navbar .nav.navbar-nav.desktop>li>.dropdown-menu.c-menu-type-fullwidth {
        background: #fff;
        text-align: center;
        padding-top: 0;
    }

    #header-navbar .navbar-nav>li.dropdown .dropdown-menu>li>a,
    #header-navbar .nav.navbar-nav.desktop>li>.dropdown-menu.c-menu-type-fullwidth a {
        color: #003f77;
        background: #fff !important;
        font-size: 1.2rem;
    }

    #header-navbar .navbar-nav>li.dropdown .dropdown-menu>li:last-child {
        margin-bottom: 3px;
    }
}

@media (min-width: 1200px) {
    .col-md-4 .nav-item {
        color: #fff;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
    }

    #header-navbar .navbar-nav>li.dropdown .dropdown-menu {
        flex-direction: row;
        padding: 2.36rem 1.18rem 0;
        /* >li */
    }

    #header-navbar .navbar-nav>li.dropdown .dropdown-menu>li {
        margin: 0 0 0.885rem 0;
        padding: 0;
        /* >a */
        /* &.active a, a:focus, a:hover */
        /* &:last-child */
    }

    #header-navbar .navbar-nav>li.dropdown .dropdown-menu>li>a,
    #header-navbar .navbar-nav>li.dropdown .dropdown-menu.c-menu-type-fullwidth a {
        color: #fff;
        display: block;
        line-height: 1;
        margin: 0;
        padding: 0.5rem 1rem;
        text-transform: none;
        font-weight: normal;
    }



    #header-navbar .navbar-nav>li.dropdown .dropdown-menu>li.active a,
    #header-navbar .navbar-nav>li.dropdown .dropdown-menu>li a:focus,
    #header-navbar .navbar-nav>li.dropdown .dropdown-menu>li a:hover,
    #header-navbar .navbar-nav>li.dropdown .dropdown-menu.c-menu-type-fullwidth a:focus,
    #header-navbar .navbar-nav>li.dropdown .dropdown-menu.c-menu-type-fullwidth a:hover {
        background: #fff;
        color: #003f77;
        font-weight: normal;
    }

    #header-navbar .navbar-nav>li.dropdown .dropdown-menu>li:last-child {
        margin: 0;
    }
}

#header-navbar .searchbox-wrapper {
    display: none;
    padding: 0 2.32rem 2rem;
    width: 100%;
    /* >form */
}

#header-navbar .searchbox-wrapper>form {
    position: relative;
    /* &.toggled .search_input */
    /* .search_button */
}

#header-navbar .searchbox-wrapper>form.toggled .search_input {
    border: 1px solid #003f77;
    font-size: 1.15rem;
    height: 40px;
    padding: 1rem;
    width: 100%;
}

#header-navbar .searchbox-wrapper>form .search_button {
    background-size: 15px 15px;
    height: 40px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 35px;
}

@media (max-width: 1199px) {
    #header-navbar {
        margin: 2.6rem 0 0;
        /* .meta-mobile */
    }

    #header-navbar .meta-mobile {
        margin-top: 1.67rem;
        text-align: center;
        /* #language_menu */
        /* li */
        /* .metanavigation */
        /* searchbox-wrapper */
    }

    #header-navbar .meta-mobile #language_menu {
        margin: 0;
        padding: 0;
        display: none;
    }

    #header-navbar .meta-mobile li {
        padding: 0;
        /* a */
        /* &.active a, a:hover */
    }

    #header-navbar .meta-mobile li a {
        color: #2B2E34;
        font-size: 0.9rem;
        line-height: 2.2;
        margin: 0;
        text-transform: uppercase;
    }

    #header-navbar .meta-mobile li.active a,
    #header-navbar .meta-mobile li a:hover {
        color: #003f77;
        font-weight: bold;
        text-decoration: none;
    }

    #header-navbar .meta-mobile .metanavigation {
        margin-bottom: 1rem;
        /* li */
    }

    #header-navbar .meta-mobile .metanavigation li {
        display: block;
        /* >a */
    }

    #header-navbar .meta-mobile .metanavigation li>a {
        display: block;
    }

    #header-navbar .meta-mobile .searchbox-wrapper {
        margin: 0 auto;
        max-width: 30rem;
    }
}

/* #header-navbar */
/* hack for firefox in general */
/*
@-moz-document url-prefix() {
	#header-navbar .navbar-nav > li:last-child > a {
		padding-top: 3px !important;
	}
}
*/
/* hack for firefox on Mac devices */
/*
@supports (-moz-osx-font-smoothing:auto) {
	#header-navbar .navbar-nav > li:last-child > a {
		padding-top: 4px !important;
		padding-bottom: 2px !important;
		top: -4px !important;
	}
}
*/
/*
.language-menu {
	display: none !important;
}
*/
.hero-wrapper {
    margin-top: 0px;
    position: relative;
    /* #hero */
}

.hero-wrapper .owl-theme .owl-dots, .hero-wrapper .owl-carousel .owl-dots, .hero-wrapper .owl-carousel.owl-theme .owl-dots {
    margin: 0;
    position: relative;
    right: 0;
    text-align: right;
    width: 100%;
}

.hero-wrapper .owl-carousel button.owl-dot {
    float: none;
}

/*.hero-wrapper #hero {
     >.slider 
     >.frame-default 
    
		>div,
		>div > div {
			background-position: 50% 50%;
			background-repeat: no-repeat;
			background-size: cover;
			height: 100%;
		}
		.ce-background-innerwrapper {
			bottom: 5.3rem;
			font-size: 3.25rem;
			font-weight: bold;
			left: 5.3rem;
			line-height: 1.18;
			position: absolute;

			@media (max-width:991px) {
				bottom: 3.5vh;
				left: 3.5vh;
			}
			@media (max-width:767px) {
				bottom: 1.95rem;
				font-size: 2.15rem;
				left: 1.95rem;
				line-height: 1.22;
				right: 1.95rem;
			}
		}
		
     .frame-layout-full-width-image .ce-image  
}*/

.hero-wrapper .container {
    max-width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 576px) {
    .hero-wrapper #hero .frame-layout-full-width-image .ce-image {
        min-width: 0;
        max-height: 635px;
    }
}

.hero-wrapper #hero>.slider,
#uid-1 #hero,
#background-video {
    height: 600px;
    height: 35.3rem;
    /* .owl-item */
}

.hero-wrapper #hero>.slider .owl-stage-outer,
.hero-wrapper #hero>.slider .owl-stage-outer>.owl-stage,
.hero-wrapper #hero>.slider .owl-stage-outer>.owl-stage>.owl-item {
    height: 100%;
}

.hero-wrapper #hero>.slider .owl-item {
    background: rgba(120, 120, 120, 0.1);
    /* >div */
}

.hero-wrapper #hero>.slider .owl-item>div {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    /* >a */
    /* .item-content */
}

.hero-wrapper #hero>.slider .owl-item>div>a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.hero-wrapper #hero>.slider .owl-item>div>a:hover .content-headline {
    background-color: #4C5356 !important;
}

.hero-wrapper #hero>.slider .owl-item>div .item-content {
    bottom: 1.54rem;
    left: 1.54rem;
    position: absolute;
    right: 1.54rem;
}

.hero-wrapper #hero>.slider .owl-item>div .item-content span.content-headline,
.hero-wrapper #hero .item-content span.content-headline {
    background: transparent;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    margin-bottom: 1.16rem;
    margin-left: -1.54rem;
    padding: 0.7rem 0.7rem 0.65rem;
    padding-left: 1.54rem;
    text-transform: uppercase;
}

.hero-wrapper #hero>.slider .owl-item>div .item-content span.content-subheadline,
.hero-wrapper #hero .item-content span.content-subheadline {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-transform: none;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

@media (min-width: 480px) {
    .hero-wrapper #hero>.slider .owl-item>div .item-content {
        bottom: 1.8rem;
        left: 3.8rem;
        right: 3.8rem;
    }

    .hero-wrapper #hero>.slider .owl-item>div .item-content span.content-headline,
    .hero-wrapper #hero .item-content span.content-headline {
        font-size: 1.14rem;
        line-height: 1.053;
        margin-bottom: 0.82rem;
        margin-left: -3.8rem;
        padding: 1rem 1rem 0.89rem;
        padding-left: 3.8rem;
    }

    .hero-wrapper #hero>.slider .owl-item>div .item-content span.content-subheadline,
    .hero-wrapper #hero .item-content span.content-subheadline {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .hero-wrapper #hero>.slider .owl-item>div .item-content {
        bottom: 3.8rem;
        left: 3.8rem;
        right: 3.8rem;
    }

    .hero-wrapper #hero>.slider .owl-item>div .item-content span.content-headline,
    .hero-wrapper #hero .item-content span.content-headline {
        font-size: 1.14rem;
        line-height: 1.053;
        margin-bottom: 0.82rem;
        margin-left: -3.8rem;
        padding: 1rem 1rem 0.89rem;
        padding-left: 3.8rem;
    }

    .hero-wrapper #hero>.slider .owl-item>div .item-content span.content-subheadline,
    .hero-wrapper #hero .item-content span.content-subheadline {
        font-size: 2.933rem;
    }
}

@media (min-width: 1200px) {

    .hero-wrapper #hero>.slider .owl-item>div .item-content span.content-headline,
    .hero-wrapper #hero .item-content span.content-headline {
        font-size: 1.53rem;
        line-height: 1;
    }

    .hero-wrapper #hero>.slider .owl-item>div .item-content span.content-subheadline,
    .hero-wrapper #hero .item-content span.content-subheadline {
        font-size: 3.14rem;
    }
}

@media (max-width: 1199px) {
    .hero-wrapper #hero>.slider {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .hero-wrapper #hero>.slider,
    #uid-1 #hero {
        height: 255px;
        height: 19.62rem;
    }

    #background-video {
        height: 400px;
    }
}

@media (max-width: 480px) {
    #background-video {
        height: 300px;
    }
}

.hero-wrapper #hero>.frame-default {
    position: relative;
    /* header */
}

.hero-wrapper #hero>.frame-default header {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 1.3rem 1.54rem;
    position: absolute;
    /* >* */
}

.hero-wrapper #hero>.frame-default header>* {
    color: #fff !important;
    padding: 0;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    text-transform: none;
}

@media (min-width: 768px) {
    .hero-wrapper #hero>.frame-default header {
        padding: 3.7rem 4rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero-wrapper #hero>.frame-default header {
        padding: 3.8rem 4rem;
    }
}

/*.hero-wrapper #hero .frame-layout-full-width-image .ce-image {
     @media (max-width: 575px) 
}*/

@media (max-width: 575px) {
    .hero-wrapper #hero .frame-layout-full-width-image .ce-image {
        display: block;
        min-height: 150px;
        height: 20vw;
        max-height: 200px;
        /* figure */
    }

    .hero-wrapper #hero .frame-layout-full-width-image .ce-image * {
        display: block;
        min-height: 150px;
        height: 20vw;
        max-height: 200px;
    }

    .hero-wrapper #hero .frame-layout-full-width-image .ce-image figure {
        position: relative;
    }

    .hero-wrapper #hero .frame-layout-full-width-image .ce-image figure img {
        bottom: 0;
        height: auto;
        max-height: none;
        left: 50%;
        position: absolute;
        top: 0;
        width: 100%;
        max-width: none;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
}

@media (min-width: 576px) {
    .hero-wrapper #hero .frame-layout-full-width-image .ce-image {
        min-width: 0;
    }
}

@media (min-width: 1200px) {
    .hero-wrapper {
        margin-top: 0;
    }
}

/* .hero-wrapper */
.card>.card-header.card-header-background {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.card.diagonal {
    background-color: transparent;
    overflow-x: hidden;
    pointer-events: none;
    z-index: 1;
    /* + .card.diagonal */
    /* >.card-header-background */
    /* .card-body */
    /* &:nth-child(2n+1) */
    /* &:nth-child(2n) */
    /* &:first-child */
    /* &:last-child */
}

.card.diagonal+.card.diagonal {
    margin: 0;
    /* &:nth-child(2n) */
    /* &:nth-child(2n+1) */
}

.card.diagonal+.card.diagonal:nth-child(2n) {
    margin-top: -2.8rem;
}

/** GRIDDER */
.gridder {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.gridder {
    margin-left: -15px;
    margin-right: -15px;
}

.gridder-list {
    display: inline-block;
    vertical-align: top;
}

.gridder-show {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    border-left: solid 15px #fff;
    border-right: solid 15px #fff;
}

.gridder-content {
    display: none;
}

.gridder-show {
    padding: 40px;
    background: #eaeef1;
    margin-top: 15px;
    margin-bottom: 15px;
}

.gridder-list:hover {
    opacity: .8;
    cursor: pointer;
}

.gridder .gridder-list {
    width: 33%;
    padding: 15px;
}

@media (max-width: 991px) {
    .gridder .gridder-list {
        width: 49.6%;
    }
}

@media (max-width: 575px) {
    .gridder .gridder-list {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .card.diagonal+.card.diagonal:nth-child(2n) {
        margin-top: -3.8rem;
    }
}

@media (min-width: 992px) {
    .card.diagonal+.card.diagonal:nth-child(2n) {
        margin-top: -3.7rem;
    }
}

@media (min-width: 1200px) {
    .card.diagonal+.card.diagonal:nth-child(2n) {
        margin-top: -4.3rem;
    }
}

.card.diagonal+.card.diagonal:nth-child(2n+1) {
    margin-top: -2.2rem;
}

@media (min-width: 768px) {
    .card.diagonal+.card.diagonal:nth-child(2n+1) {
        margin-top: -2.7rem;
    }
}

@media (min-width: 992px) {
    .card.diagonal+.card.diagonal:nth-child(2n+1) {
        margin-top: -3.2rem;
    }
}

@media (min-width: 1200px) {
    .card.diagonal+.card.diagonal:nth-child(2n+1) {
        margin-top: -3.5rem;
    }
}

.card.diagonal>.card-header-background {
    margin-top: 10px;
    padding: 0;
    pointer-events: none;
    /* a */
    /* span.arrow */
}

@media (min-width: 768px) {
    .card.diagonal>.card-header-background {
        margin-top: 15px;
    }
}

@media (min-width: 768px) {
    .card.diagonal>.card-header-background {
        margin-top: 20px;
    }
}

.card.diagonal>.card-header-background a {
    line-height: 0;
    padding: 5.24rem 2.5rem;
    pointer-events: auto;
    /* .wrapper-headline-outer */
    /* .wrapper-headline-inner */
    /* @media (min-width: 768px) */
    /* @media (min-width: 992px) */
    /* @media (min-width: 1200px) */
}

.card.diagonal>.card-header-background a .wrapper-headline-outer {
    background: rgba(0, 73, 144, 0.7);
    box-sizing: content-box;
    display: inline-block;
    margin: -204px -50px;
    margin: -12rem -2.94rem;
    padding: 204px 50px;
    padding: 12rem 2.94rem;
    max-width: 100%;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    /* @media (min-width: 576px) */
    /* @media (min-width: 768px) */
    /* @media (min-width: 1200px) */
}

@media (min-width: 576px) {
    .card.diagonal>.card-header-background a .wrapper-headline-outer {
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .card.diagonal>.card-header-background a .wrapper-headline-outer {
        max-width: 58%;
    }
}

@media (min-width: 1200px) {
    .card.diagonal>.card-header-background a .wrapper-headline-outer {
        max-width: 40%;
    }
}

.card.diagonal>.card-header-background a .wrapper-headline-inner {
    display: block;
    font-size: 1.54rem;
    line-height: 1.098;
    text-align: left;
    text-transform: none;
    max-width: 100%;
    hyphens: none;
    /* white-space: nowrap; */
    word-break: keep-all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 2.2em;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    /* @media (min-width: 768px) */
    /* @media (min-width: 1200px) */
}

@media (min-width: 768px) {
    .card.diagonal>.card-header-background a .wrapper-headline-inner {
        font-size: 2.67rem;
        line-height: 1.049;
    }
}

@media (min-width: 1200px) {
    .card.diagonal>.card-header-background a .wrapper-headline-inner {
        font-size: 2.36rem;
        line-height: 1.1;
    }
}

@media (min-width: 768px) {
    .card.diagonal>.card-header-background a {
        padding: 8.6rem 2.4rem;
    }
}

@media (min-width: 992px) {
    .card.diagonal>.card-header-background a {
        padding: 9.2rem 2.95rem;
    }
}

@media (min-width: 1200px) {
    .card.diagonal>.card-header-background a {
        padding: 9.2rem 2.95rem;
    }
}

.card.diagonal>.card-header-background span.arrow {
    bottom: 3px;
    z-index: 10;
}

.card.diagonal .card-body {
    margin-bottom: 1.75rem;
    padding: 50px 0;
    padding: 2.95rem 0;
    pointer-events: auto;
    /* .frame-type-text */
}

.card.diagonal .card-body .frame-type-text {
    padding: 0 15px;
}

@media (min-width: 768px) {
    .card.diagonal .card-body .frame-type-text {
        padding: 0 50px;
        padding: 0 2.95rem;
    }
}

.card.diagonal .card-body .frame-type-text.frame-bg-primary,
.card.diagonal .card-body .frame-type-text.frame-bg-secondary {
    padding: 1.5rem;
}

.card.diagonal .card-body .second-big .col-two {
    margin-top: 0;
}

.card.diagonal .card-body .first-big,
.card.diagonal .card-body .second-big {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .card.diagonal .card-body {
        margin-bottom: 2.475rem;
    }

    .card.diagonal .card-body .first-big .col-one>.frame-type-text {
        padding-left: 0;
    }

    .card.diagonal .card-body .second-big .col-two>.frame-type-text {
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card.diagonal .card-body .first-big .col-one>.frame-type-text {
        padding-right: 0;
    }

    .card.diagonal .card-body .second-big .col-two>.frame-type-text {
        padding-left: 0;
    }
}

/*.card.diagonal:nth-child(2n+1) {
     >.card-header-background 
}*/

.card.diagonal:nth-child(2n+1)>.card-header-background {
    overflow: hidden;
    text-align: right;
}

.card.diagonal:nth-child(2n+1)>.card-header-background h5,
.card.diagonal:nth-child(2n+1)>.card-header-background h5>a {
    overflow: hidden;
}

.card.diagonal:nth-child(2n+1)>.card-header-background .wrapper-headline-outer {
    transform-origin: bottom;
}

.card.diagonal:nth-child(2n+1)>.card-header-background span.arrow {
    left: 3.24rem;
    right: 0;
    -webkit-transform: rotate(-3deg) rotateX(-180deg);
    -moz-transform: rotate(-3deg) rotateX(-180deg);
    -ms-transform: rotate(-3deg) rotateX(-180deg);
    -o-transform: rotate(-3deg) rotateX(-180deg);
    transform: rotate(-3deg) rotateX(-180deg);
}

.card.diagonal:nth-child(2n+1)>.card-header-background .collapsed span.arrow {
    -webkit-transform: rotate(-3deg) rotateX(0deg);
    -moz-transform: rotate(-3deg) rotateX(0deg);
    -ms-transform: rotate(-3deg) rotateX(0deg);
    -o-transform: rotate(-3deg) rotateX(0deg);
    transform: rotate(-3deg) rotateX(0deg);
}

.card.diagonal:nth-child(2n+1)>.card-header-background,
.card.diagonal:nth-child(2n+1)>.card-header-background h5,
.card.diagonal:nth-child(2n+1)>.card-header-background h5>a {
    /* The points are: centered top, left bottom, right bottom */
    -webkit-clip-path: polygon(0 0, 100% 15.5%, 100% 80%, 0% 100%);
    clip-path: polygon(0 0, 100% 15.5%, 100% 80%, 0% 100%);
}

@media (min-width: 576px) {

    .card.diagonal:nth-child(2n+1)>.card-header-background,
    .card.diagonal:nth-child(2n+1)>.card-header-background h5,
    .card.diagonal:nth-child(2n+1)>.card-header-background h5>a {
        -webkit-clip-path: polygon(0 0, 100% 15%, 100% 80.5%, 0% 100%);
        clip-path: polygon(0 0, 100% 15%, 100% 80.5%, 0% 100%);
    }
}

@media (min-width: 768px) {

    .card.diagonal:nth-child(2n+1)>.card-header-background,
    .card.diagonal:nth-child(2n+1)>.card-header-background h5,
    .card.diagonal:nth-child(2n+1)>.card-header-background h5>a {
        -webkit-clip-path: polygon(0 0, 100% 11.5%, 100% 83.5%, 0% 100%);
        clip-path: polygon(0 0, 100% 11.5%, 100% 83.5%, 0% 100%);
    }
}

@media (min-width: 992px) {

    .card.diagonal:nth-child(2n+1)>.card-header-background,
    .card.diagonal:nth-child(2n+1)>.card-header-background h5,
    .card.diagonal:nth-child(2n+1)>.card-header-background h5>a {
        -webkit-clip-path: polygon(0 0, 100% 13.1%, 100% 86%, 0% 100%);
        clip-path: polygon(0 0, 100% 13.1%, 100% 86%, 0% 100%);
    }
}

@media (min-width: 1200px) {

    .card.diagonal:nth-child(2n+1)>.card-header-background,
    .card.diagonal:nth-child(2n+1)>.card-header-background h5,
    .card.diagonal:nth-child(2n+1)>.card-header-background h5>a {
        -webkit-clip-path: polygon(0 0, 100% 14.6%, 100% 82%, 0% 100%);
        clip-path: polygon(0 0, 100% 14.6%, 100% 82%, 0% 100%);
    }
}

/*.card.diagonal:nth-child(2n) {
     >.card-header-background 
}*/

.card.diagonal:nth-child(2n)>.card-header-background {
    overflow: hidden;
    text-align: left;
}

.card.diagonal:nth-child(2n)>.card-header-background h5,
.card.diagonal:nth-child(2n)>.card-header-background h5>a {
    overflow: hidden;
}

.card.diagonal:nth-child(2n)>.card-header-background .wrapper-headline-outer {
    transform-origin: top;
}

.card.diagonal:nth-child(2n)>.card-header-background span.arrow {
    -webkit-transform: rotate(3deg) rotateX(-180deg);
    -moz-transform: rotate(3deg) rotateX(-180deg);
    -ms-transform: rotate(3deg) rotateX(-180deg);
    -o-transform: rotate(3deg) rotateX(-180deg);
    transform: rotate(3deg) rotateX(-180deg);
}

.card.diagonal:nth-child(2n)>.card-header-background .collapsed span.arrow {
    -webkit-transform: rotate(3deg) rotateX(0deg);
    -moz-transform: rotate(3deg) rotateX(0deg);
    -ms-transform: rotate(3deg) rotateX(0deg);
    -o-transform: rotate(3deg) rotateX(0deg);
    transform: rotate(3deg) rotateX(0deg);
}

.card.diagonal:nth-child(2n)>.card-header-background,
.card.diagonal:nth-child(2n)>.card-header-background h5,
.card.diagonal:nth-child(2n)>.card-header-background h5>a {
    /* The points are: centered top, left bottom, right bottom */
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 85%);
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 85%);
}

@media (min-width: 576px) {

    .card.diagonal:nth-child(2n)>.card-header-background,
    .card.diagonal:nth-child(2n)>.card-header-background h5,
    .card.diagonal:nth-child(2n)>.card-header-background h5>a {
        -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 85%);
        clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 85%);
    }
}

@media (min-width: 768px) {

    .card.diagonal:nth-child(2n)>.card-header-background,
    .card.diagonal:nth-child(2n)>.card-header-background h5,
    .card.diagonal:nth-child(2n)>.card-header-background h5>a {
        -webkit-clip-path: polygon(0 16.5%, 100% 0, 100% 100%, 0 88.5%);
        clip-path: polygon(0 16.5%, 100% 0, 100% 100%, 0 88.5%);
    }
}

@media (min-width: 992px) {

    .card.diagonal:nth-child(2n)>.card-header-background,
    .card.diagonal:nth-child(2n)>.card-header-background h5,
    .card.diagonal:nth-child(2n)>.card-header-background h5>a {
        -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 87.2%);
        clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 87.2%);
    }
}

@media (min-width: 1200px) {

    .card.diagonal:nth-child(2n)>.card-header-background,
    .card.diagonal:nth-child(2n)>.card-header-background h5,
    .card.diagonal:nth-child(2n)>.card-header-background h5>a {
        -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 85.5%);
        clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 85.5%);
    }
}

/*.card.diagonal:first-child {
     >.card-header-background 
}*/

.card.diagonal:first-child>.card-header-background {
    background-position-y: 25%;
    overflow: hidden;
    padding-top: 0;
}

@media (max-width: 767px) {
    /*.card.diagonal:first-child>.card-header-background {
         padding-top: 1.5rem; 
    }*/
}

@media (min-width: 768px) {
    .card.diagonal:first-child>.card-header-background a {
        padding-top: 4.1rem;
    }
}

.card.diagonal:first-child>.card-header-background,
.card.diagonal:first-child>.card-header-background h5,
.card.diagonal:first-child>.card-header-background h5>a {
    /* The points are: centered top, left bottom, right bottom */
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}

@media (min-width: 768px) {

    .card.diagonal:first-child>.card-header-background,
    .card.diagonal:first-child>.card-header-background h5,
    .card.diagonal:first-child>.card-header-background h5>a {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 79.5%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 79.5%, 0% 100%);
    }
}

@media (min-width: 992px) {

    .card.diagonal:first-child>.card-header-background,
    .card.diagonal:first-child>.card-header-background h5,
    .card.diagonal:first-child>.card-header-background h5>a {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 100%);
    }
}

@media (min-width: 1200px) {

    .card.diagonal:first-child>.card-header-background,
    .card.diagonal:first-child>.card-header-background h5,
    .card.diagonal:first-child>.card-header-background h5>a {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 77%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 77%, 0% 100%);
    }
}

/*.card.diagonal:last-child {
     >.card-header-background 
     &:nth-child(2n) 
     &:nth-child(2n+1) 
}*/

.card.diagonal:last-child>.card-header-background {
    background-position-y: 25%;
    padding-bottom: 0;
}

.card.diagonal:last-child>.card-header-background span.arrow {
    bottom: 0;
    -webkit-transform: rotate(0) rotateX(-180deg) !important;
    -moz-transform: rotate(0) rotateX(-180deg) !important;
    -ms-transform: rotate(0) rotateX(-180deg) !important;
    -o-transform: rotate(0) rotateX(-180deg) !important;
    transform: rotate(0) rotateX(-180deg) !important;
}

.card.diagonal:last-child>.card-header-background .collapsed span.arrow {
    -webkit-transform: rotate(0) !important;
    -moz-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    transform: rotate(0) !important;
}

@media (max-width: 767px) {
    /*.card.diagonal:last-child>.card-header-background {
         padding-bottom: 1.5rem; 
    }*/
}

@media (min-width: 768px) {
    .card.diagonal:last-child>.card-header-background a {
        padding-bottom: 4.1rem;
    }
}

.card.diagonal:last-child .card-body {
    margin-bottom: 0;
    padding-bottom: 0;
}

.card.diagonal:last-child:nth-child(2n)>.card-header-background,
.card.diagonal:last-child:nth-child(2n)>.card-header-background h5,
.card.diagonal:last-child:nth-child(2n)>.card-header-background h5>a {
    /* The points are: centered top, left bottom, right bottom */
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
}

@media (min-width: 992px) {

    .card.diagonal:last-child:nth-child(2n)>.card-header-background,
    .card.diagonal:last-child:nth-child(2n)>.card-header-background h5,
    .card.diagonal:last-child:nth-child(2n)>.card-header-background h5>a {
        -webkit-clip-path: polygon(0 13%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 13%, 100% 0, 100% 100%, 0% 100%);
    }
}

@media (min-width: 992px) {

    .card.diagonal:last-child:nth-child(2n)>.card-header-background,
    .card.diagonal:last-child:nth-child(2n)>.card-header-background h5,
    .card.diagonal:last-child:nth-child(2n)>.card-header-background h5>a {
        -webkit-clip-path: polygon(0 19%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 19%, 100% 0, 100% 100%, 0% 100%);
    }
}

@media (min-width: 1200px) {

    .card.diagonal:last-child:nth-child(2n)>.card-header-background,
    .card.diagonal:last-child:nth-child(2n)>.card-header-background h5,
    .card.diagonal:last-child:nth-child(2n)>.card-header-background h5>a {
        -webkit-clip-path: polygon(0 22.7%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 22.7%, 100% 0, 100% 100%, 0% 100%);
    }
}

.card.diagonal:last-child:nth-child(2n+1)>.card-header-background,
.card.diagonal:last-child:nth-child(2n+1)>.card-header-background h5,
.card.diagonal:last-child:nth-child(2n+1)>.card-header-background h5>a {
    /* The points are: centered top, left bottom, right bottom */
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
}

@media (min-width: 768px) {

    .card.diagonal:last-child:nth-child(2n+1)>.card-header-background,
    .card.diagonal:last-child:nth-child(2n+1)>.card-header-background h5,
    .card.diagonal:last-child:nth-child(2n+1)>.card-header-background h5>a {
        -webkit-clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
    }
}

@media (min-width: 992px) {

    .card.diagonal:last-child:nth-child(2n+1)>.card-header-background,
    .card.diagonal:last-child:nth-child(2n+1)>.card-header-background h5,
    .card.diagonal:last-child:nth-child(2n+1)>.card-header-background h5>a {
        -webkit-clip-path: polygon(0 0, 100% 16%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 16%, 100% 100%, 0% 100%);
    }
}

@media (min-width: 1200px) {

    .card.diagonal:last-child:nth-child(2n+1)>.card-header-background,
    .card.diagonal:last-child:nth-child(2n+1)>.card-header-background h5,
    .card.diagonal:last-child:nth-child(2n+1)>.card-header-background h5>a {
        -webkit-clip-path: polygon(0 0, 100% 19%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 19%, 100% 100%, 0% 100%);
    }
}

.card.diagonal:first-child>.card-header-background a .wrapper-headline-outer {
    bottom: 0.9rem;
    position: relative;
}

@media (min-width: 768px) {
    .card.diagonal:first-child>.card-header-background a .wrapper-headline-outer {
        bottom: -0.9rem;
    }
}

.card.diagonal:last-child>.card-header-background a .wrapper-headline-outer {
    position: relative;
    top: 0.9rem;
}

@media (min-width: 768px) {
    .card.diagonal:last-child>.card-header-background a .wrapper-headline-outer {
        top: -0.9rem;
    }
}

/* .card.diagonal */
@media all and (-ms-high-contrast: none) {

    /* IE10 */
    .card.diagonal>.card-header-background {
        padding: 0 !important;
    }

    .card.diagonal+.card.diagonal {
        margin-top: 30px;
    }

    .card.diagonal>.card-header-background span.arrow {
        bottom: 0 !important;
        transform: rotate(0deg) !important;
    }

    /* IE11 */
    *::-ms-backdrop,
    .card.diagonal>.card-header-background {
        padding: 0 !important;
    }

    *::-ms-backdrop,
    .card.diagonal+.card.diagonal {
        margin-top: 30px;
    }

    *::-ms-backdrop,
    .card.diagonal>.card-header-background span.arrow {
        bottom: 0 !important;
        transform: rotate(0deg) !important;
    }
}

@supports (-ms-ime-align:auto) {

    /* EDGE */
    .card.diagonal>.card-header-background {
        padding: 0 !important;
    }

    .card.diagonal+.card.diagonal {
        margin-top: 30px;
    }

    .card.diagonal>.card-header-background span.arrow {
        bottom: 0 !important;
        transform: rotate(0deg) !important;
    }
}

/* Filter - Projekte */
#filter-project {
    margin-bottom: 2.95rem;
    /* .row > .input-group > .form-control */
}

#filter-project .row>.input-group>.form-control {
    font-size: 1.08rem;
    height: 40px;
    padding: 0.4rem 2.3rem 0.4rem 0.7rem;
    margin: 0;
}

#filter-project .row>.input-group>.form-control:focus,
#filter-project .row>.input-group>.form-control:hover {
    border-color: #003f77;
    box-shadow: none;
    outline: none;
}

#filter-project .form-group {
    margin: 0 -10px;
    /* +.form-group */
    /* .input-group */
    /* &.group-selectfields */
}

#filter-project .form-group+.form-group {
    margin-top: 0.77rem;
}

@media (min-width: 768px) {
    #filter-project .form-group+.form-group {
        margin-top: 1.8rem;
    }
}

#filter-project .form-group .input-group {
    padding: 0 10px;
}

#filter-project .form-group .input-group.styled-input-field {
    position: relative;
}

#filter-project .form-group .input-group.styled-input-field button {
    background: #4C5356 55% 50% no-repeat !important;
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Pfeil_Projektfinder_News_rechts.svg') !important;
    background-size: auto 50% !important;
    border-left: 5px solid #fff;
    bottom: 0;
    content: '';
    display: block;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 45px;
    z-index: 10;
    -webkit-box-shadow: -1px 0px 0px 0px #003f77;
    -moz-box-shadow: -1px 0px 0px 0px #003f77;
    box-shadow: -1px 0px 0px 0px #003f77;
}

#filter-project .form-group .input-group.styled-input-field button:hover {
    background-color: #4C5356;
}

/*#filter-project .form-group.group-selectfields {
     .input-group 
}*/

#filter-project .form-group.group-selectfields .input-group {
    margin: 0.77rem 0 0;
}

#filter-project .form-group.group-selectfields .input-group .custom-select {
    background: #fff !important;
    border: solid 1px #4C5356 !important;
    color: #4C5356 !important;
    cursor: pointer;
    display: block;
    font-size: 1.08rem;
    font-weight: bold;
    height: 40px;
    padding: 0.8rem 2.3rem 0.8rem 0.7rem;
    position: relative;
    text-align: center;
    width: 100%;
}

#filter-project .form-group.group-selectfields .input-group .custom-select:focus {
    box-shadow: none;
    outline: none;
}

#filter-project .form-group.group-selectfields .input-group .custom-select.bg-inverse,
#filter-project .form-group.group-selectfields .input-group .custom-select:hover {
    background: #fff !important;
    color: #003f77 !important;
    box-shadow: none;
    outline: none;
}

#filter-project .form-group.group-selectfields .input-group .custom-select option {
    background: #fff !important;
    color: #4C5356 !important;
    font-weight: normal;
    font-family: 'Mukta', sans-serif;
}

@media (min-width: 768px) {
    #filter-project .form-group.group-selectfields .input-group .custom-select {
        padding: 0.4rem 2.3rem 0.4rem 0.7rem;
    }
}

#filter-project .form-group.group-selectfields .input-group:after {
    background: transparent 55% 50% no-repeat;
    background-image: url('../Images/Icons/Bedienelemente/Pfeil_Vertrag_unten.svg') !important;
    background-size: 50%;
    background-color: #4C5356;
    border: solid 1px #4C5356;
    border-left: none !important;
    content: '';
    display: block;
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 0;
    width: 45px;
    z-index: 8;
}

@media (min-width: 576px) {
    #filter-project .form-group.group-selectfields .input-group.selectfield-nutzung {
        order: 1;
        margin-top: 0;
    }

    #filter-project .form-group.group-selectfields .input-group.selectfield-leistung {
        order: 3;
    }

    #filter-project .form-group.group-selectfields .input-group.selectfield-standort {
        order: 2;
    }

    #filter-project .form-group.group-selectfields .input-group.selectfield-fertigstellung {
        order: 4;
    }
}

@media (min-width: 768px) {
    #filter-project .form-group.group-selectfields .input-group {
        margin: 1.8rem 0 0;
    }

    #filter-project .form-group.group-selectfields .input-group.selectfield-nutzung,
    #filter-project .form-group.group-selectfields .input-group.selectfield-standort {
        margin-top: 0;
    }
}

#filter-project .btn-submit {
    float: right;
    margin-top: 1.8rem;
}

#filter-project:after {
    clear: both;
    content: '';
    display: block;
    float: none;
}

@media (max-width: 767px) {
    #filter-project {
        padding-left: 15px;
        padding-right: 15px;
    }

    #filter-project .form-group.group-selectfields .input-group.selectfield-standort {
        margin-top: 0.77rem !important;
    }

    #c218 {
        margin-top: 2.3rem;
    }
}

/* #filter-project */
/*.filter-result {
     &.results-referenzen > .row 
     .referenz 
}*/

.filter-result.results-referenzen>.row {
    margin: 0 -10px;
}

.filter-result.results-referenzen>.row #filter-project {
    display: none;
}

.filter-result.results-referenzen>.row .detailview {
    display: none;
    padding: 0 10px;
    position: relative;
    width: 100%;
    /*
			@media (min-width : 768px) {
				.detailview-referenz-content-wrapper {
					padding: 0 35px;
					padding: 0 2.06rem;
				}
			}
			*/
}

.filter-result.results-referenzen>.row .detailview h2,
.filter-result.results-referenzen>.row .detailview .h2,
.filter-result.results-referenzen>.row .detailview h3,
.filter-result.results-referenzen>.row .detailview .h3,
.filter-result.results-referenzen>.row .detailview h4,
.filter-result.results-referenzen>.row .detailview .h4,
.filter-result.results-referenzen>.row .detailview h5,
.filter-result.results-referenzen>.row .detailview .h5,
.filter-result.results-referenzen>.row .detailview h6,
.filter-result.results-referenzen>.row .detailview .h6 {
    margin-bottom: 0;
}

.filter-result.results-referenzen>.row .detailview p {
    margin: 0 0 1.16em;
}

.filter-result.results-referenzen>.row .detailview p:last-child {
    margin-bottom: 0;
}

.filter-result.results-referenzen>.row .detailview .detailview-referenz-title {
    margin-top: 25px;
}

.filter-result.results-referenzen>.row .detailview .detailview-referenz-title h3 {
    font-weight: bold;
}

.filter-result.results-referenzen>.row .detailview .detailview-referenz-title h3+h6 {
    margin-top: 10px;
}

#filter-project .form-group.group-selectfields .input-group.selectfield-leistung {
    order: unset !important;
}

#filter-project .form-group.group-selectfields .input-group.selectfield-standort {
    order: unset !important;
    margin-top: 1.8rem;
}

#filter-project .form-group.group-selectfields .input-group.selectfield-fertigstellung {
    order: unset !important;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #003f77!important;
    z-index: 19!important;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #0099DC!important;
  }

@media (max-width: 767px) {
    .filter-result.results-referenzen>.row .detailview .detailview-referenz-title {
        margin-bottom: 1.2rem;
    }
}

@media (min-width: 768px) {
    .filter-result.results-referenzen>.row .detailview .detailview-referenz-title {
        margin-top: 50px;
    }

    .filter-result.results-referenzen>.row .detailview .detailview-referenz-title h3+h6 {
        margin-top: 20px;
    }
}

.filter-result.results-referenzen>.row .detailview .row>div {
    margin-bottom: 25px;
}

.filter-result.results-referenzen>.row .detailview .row>div span+span:before {
    content: ', ';
}

@media (min-width: 576px) {
    .filter-result.results-referenzen>.row .detailview .row>div {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 768px) {
    .filter-result.results-referenzen>.row .detailview .row>div {
        margin-bottom: 50px;
        margin-top: 50px;
    }
}

.filter-result.results-referenzen>.row .detailview .detailview-close {
    background-color: #003f77 !important;
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Button_Detailansicht_schliessen.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 1.16rem;
    width: 40px;
}

@media only screen and (min-width: 768px) {
    .filter-result.results-referenzen>.row .detailview .detailview-close {
        top: 1.77rem;
    }
}

.filter-result.results-referenzen>.row .detailview:last-child .row>div:last-child {
    margin-bottom: 0;
}

@media (max-width: 575px) {

    .filter-result.results-referenzen>.row .detailview figcaption,
    .filter-result.results-referenzen>.row .detailview .detailview-referenz-content-wrapper {
        padding: 0 1.54rem;
    }
}

.filter-result .referenz {
    margin-bottom: 1.16rem;
    padding: 0 10px;
    /*
		&:nth-last-child(2) {
			margin-bottom: 0;
		}
		*/
    /* .referenz-thumbnail-wrapper */
}

.filter-result .referenz:not(.slided) {
    display: block !important;
}

.filter-result .referenz.active:nth-last-child(2) {
    margin-bottom: 1.16rem;
}

@media (min-width: 768px) {
    .filter-result .referenz.slided {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .filter-result .referenz {
        margin-bottom: 1.43rem;
    }

    .filter-result .referenz.active:nth-last-child(2) {
        margin-bottom: 1.43rem;
    }
}

.filter-result .referenz .referenz-thumbnail-wrapper {
    cursor: pointer;
    height: 100%;
    position: relative;
    /* max-width: 380px; */
    /* .referenz-title */
}

.filter-result .referenz .referenz-thumbnail-wrapper a {
    display: block;
    height: 100%;
}

.filter-result .referenz .referenz-thumbnail-wrapper a>span {
    min-height: 100%;
}

.filter-result .referenz .referenz-thumbnail-wrapper .referenz-bild {
    background-color: #dcdcdc;
    /* height: 17.65rem; */
    width: 100%;
}

.filter-result .referenz .referenz-thumbnail-wrapper span.referenz-bild {
    display: block;
    padding-top: 75%;
    position: relative;
}

.filter-result .referenz .referenz-thumbnail-wrapper span.referenz-bild:after {
    background-color: transparent;
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Icon_Projekt.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    bottom: 0%;
    content: '';
    display: block;
    left: 0%;
    opacity: 0.8;
    pointer-events: none;
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 0;
}

.filter-result .referenz .referenz-thumbnail-wrapper .referenz-title {
    background: rgba(76, 83, 86, 0.8) !important;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 1.18rem 2.5rem 1.18rem 1.18rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    /* >span */
}

.filter-result .referenz .referenz-thumbnail-wrapper .referenz-title>span {
    display: block;
}

.filter-result .referenz .referenz-thumbnail-wrapper .referenz-title>span.referenz-title-ort {
    font-size: 0.88rem;
    line-height: 1rem;
    margin-bottom: 0.88rem;
}

.filter-result .referenz .referenz-thumbnail-wrapper .referenz-title>span.referenz-title-name {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.18;
    text-transform: uppercase;
}

.filter-result .referenz .referenz-thumbnail-wrapper .referenz-title>span.arrow {
    background: transparent 100% 50% no-repeat;
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Pfeil_Projektfinder_News_rechts.svg');
    background-size: auto;
    display: block;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.filter-result .referenz.active .referenz-title,
.filter-result .referenz:hover .referenz-title {
    background: rgba(0, 73, 144, 0.7) !important;
}

.filter-result .referenz.active .referenz-title>span.arrow {
    background-position: 50% 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* .filter-result */
/*.loadme {
     &.loading 
}*/

.loadme.loading {
    height: 3rem;
    position: relative;
    width: 100%;
    /* > span */
}

.loadme.loading>span {
    background: #003f77;
    display: inline-block;
    /* height: 1rem; */
    left: 50%;
    position: absolute;
    /* top: .5rem; */
    width: 0.75rem;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.loadme.loading>span:nth-child(1) {
    margin-left: -1.25rem;
    animation-delay: -0.24s;
}

.loadme.loading>span:nth-child(2) {
    animation-delay: -0.12s;
}

.loadme.loading>span:nth-child(3) {
    margin-left: 1.25rem;
    animation-delay: 0s;
}

/* .loaadme */
@keyframes lds-facebook {
    0% {
        top: 0.5rem;
        height: 2rem;
    }

    50%,
    100% {
        top: 1rem;
        height: 1rem;
    }
}

.ansprechpartner-list {
    justify-content: center;
    /* .ansprechpartner */
}

.ansprechpartner-list .ansprechpartner {
    margin-bottom: 1.76rem;
    /* .ansprechpartner-inner */
    /* @media (min-width: 420px) and (max-width: 575px) */
}

.ansprechpartner-list .ansprechpartner .ansprechpartner-inner {
    position: relative;
    text-align: center;
    /* .ansprechpartner-inner-content */
}

.ansprechpartner-list .ansprechpartner .ansprechpartner-inner .ansprechpartner-inner-content {
    position: relative;
    /* a */
}

.ansprechpartner-list .ansprechpartner .ansprechpartner-inner .ansprechpartner-inner-content a {
    color: #2B2E34;
    text-decoration: underline;
}

.ansprechpartner-list .ansprechpartner .ansprechpartner-inner .ansprechpartner-inner-content a:hover {
    color: #003f77;
}

.ansprechpartner-list .ansprechpartner .ansprechpartner-inner .ansprechpartner-inner-content .ansprechpartner-position {
    color: #003f77;
    font-size: 0.88rem;
    font-weight: bold;
    line-height: 1.13;
    margin: 1.32rem 0 0.88rem;
    text-transform: uppercase;
}

.ansprechpartner-list .ansprechpartner .ansprechpartner-inner .ansprechpartner-inner-content .ansprechpartner-name {
    font-size: 1.19rem;
    font-weight: bold;
    line-height: 1;
    margin: 0.88rem 0;
}

@media (min-width: 420px) and (max-width: 575px) {
    .ansprechpartner-list .ansprechpartner {
        padding: 0 10px;
        max-width: 50%;
    }

    .ansprechpartner-list .ansprechpartner:nth-child(2n) {
        padding-right: 30px;
    }

    .ansprechpartner-list .ansprechpartner:nth-child(2n+1) {
        padding-left: 30px;
    }
}

/* .ansprechpartner-list */
.standort a {
    color: #2B2E34;
    /* &.btn */
}

.standort a:hover {
    color: #003f77;
}

.standort a.btn {
    color: #fff;
    text-decoration: none;
}

.standort a.btn:hover {
    color: #fff;
    text-decoration: underline;
}

/* .standort a */
.gm-style .controls {
    font-size: 28px;
    /* this adjusts the size of all the controls */
    background-color: none;
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 0;
    cursor: pointer;
    min-height: 1px;
    margin: 1rem 0 0;
    text-align: center;
    user-select: none;
    padding: 0;
    min-width: 1em;
    /* button */
    /* &.zoom-control */
}

.gm-style .controls button {
    border: 0;
    background-color: #0099DC;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50% auto;
    cursor: pointer;
    height: 55px;
    width: 55px;
}

.gm-style .controls button:active,
.gm-style .controls button:focus,
.gm-style .controls button:hover {
    background-color: #0099DC;
    box-shadow: none;
    outline: none;
}

.gm-style .controls.zoom-control {
    display: flex;
    flex-direction: column;
    height: auto;
    /* button */
}

.gm-style .controls.zoom-control button {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.gm-style .controls.zoom-control button.zoom-control-in {
    background-image: url("/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Icon_Zoom_Plus.svg");
}

.gm-style .controls.zoom-control button.zoom-control-out {
    background-image: url("/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Icon_Zoom_Minus.svg");
}

.gm-style .controls.zoom-control button+button {
    margin-top: 10px;
}

/* .gm-style .controls */
/* Filter - News */
#filter-news {
    margin-bottom: 2.95rem;
    /* .row > .input-group > .form-control */
    /* .form-group */
}

#filter-news .row>.input-group>.form-control {
    font-size: 1.08rem;
    height: 40px;
    padding: 0.4rem 2.3rem 0.4rem 0.7rem;
    margin: 0;
}

#filter-news .row>.input-group>.form-control:focus,
#filter-news .row>.input-group>.form-control:hover {
    border-color: #003f77;
    box-shadow: none;
    outline: none;
}

#filter-news .form-group {
    margin: 0 -10px;
    /* .input-group */
    /* &.group-selectfields */
}

#filter-news .form-group .input-group {
    padding: 0 10px;
    /* &.styled-input-field */
    /* &.btn-col */
}

#filter-news .form-group .input-group.styled-input-field {
    position: relative;
    /* button */
}

#filter-news .form-group .input-group.styled-input-field button {
    background: #003f77 55% 50% no-repeat;
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Pfeil_Projektfinder_News_rechts.svg');
    background-size: auto 50%;
    border-left: 5px solid #fff;
    bottom: 0;
    content: '';
    display: block;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 45px;
    z-index: 10;
    -webkit-box-shadow: -1px 0px 0px 0px #003f77;
    -moz-box-shadow: -1px 0px 0px 0px #003f77;
    box-shadow: -1px 0px 0px 0px #003f77;
    /* &:hover */
}

#filter-news .form-group .input-group.styled-input-field button:hover {
    background-color: #a2c513;
}

#filter-news .form-group .input-group.btn-col {
    flex-direction: row-reverse;
}

/*#filter-news .form-group.group-selectfields {
     .input-group 
}*/

#filter-news .form-group.group-selectfields .input-group {
    margin: 0.77rem 0 0;
    /* .custom-select */
}

#filter-news .form-group.group-selectfields .input-group .custom-select {
    background: #003f77;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.08rem;
    font-weight: bold;
    height: 40px;
    padding: 0.8rem 2.3rem 0.8rem 0.7rem;
    position: relative;
    text-align: center;
    width: 100%;
}

#filter-news .form-group.group-selectfields .input-group .custom-select:focus {
    box-shadow: none;
    outline: none;
}

#filter-news .form-group.group-selectfields .input-group .custom-select.bg-inverse,
#filter-news .form-group.group-selectfields .input-group .custom-select:hover {
    background: #a2c513;
    box-shadow: none;
    outline: none;
}

@media (min-width: 768px) {
    #filter-news .form-group.group-selectfields .input-group .custom-select {
        padding: 0.4rem 2.3rem 0.4rem 0.7rem;
    }
}

#filter-news .form-group.group-selectfields .input-group:after {
    background: transparent 55% 50% no-repeat;
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Pfeil_Vertrag_unten.svg');
    background-size: 50%;
    border-left: 5px solid #fff;
    content: '';
    display: block;
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 0;
    width: 45px;
    z-index: 8;
}

@media only screen and (min-width: 576px) {
    #filter-news .form-group.group-selectfields .input-group {
        margin: 0 0 1.8rem;
    }

    #filter-news .form-group.group-selectfields .input-group.selectfield-branche {
        order: 1;
    }

    #filter-news .form-group.group-selectfields .input-group.selectfield-unternehmen {
        order: 2;
    }

    #filter-news .form-group.group-selectfields .input-group.selectfield-zeitraum {
        order: 3;
    }
}

#filter-news:after {
    clear: both;
    content: '';
    display: block;
    float: none;
}

/* #filter-news */
/*.filter-result {
     &.results-news > .row 
}*/

.filter-result.results-news>.row {
    margin: 0 -10px;
    /* .detailview */
}

.filter-result.results-news>.row .detailview {
    display: none;
    padding: 0 10px;
    position: relative;
    /* @media (min-width: 768px) */
    /* &:last-child */
    /* .detailview-news-title */
    /* .row > div */
    /* .detailview-close */
    /*
			@media only screen and (min-width : 768px) {
				.detailview-news-content-wrapper {
					padding: 0 35px;
					padding: 0 2.06rem;
				}
			}
			*/
}

@media (min-width: 768px) {
    .filter-result.results-news>.row .detailview {
        flex-grow: 3;
        width: 100%;
    }

    .filter-result.results-news>.row .detailview>div {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        max-width: 780px;
    }

    .filter-result.results-news>.row .detailview .detailview-news-content-wrapper {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        max-width: 780px;
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .filter-result.results-news>.row .detailview:last-child {
        margin-top: 1rem;
    }
}

@media (min-width: 768px) {
    .filter-result.results-news>.row .detailview:last-child {
        margin-top: 1.43rem;
    }
}

.filter-result.results-news>.row .detailview img {
    display: block;
    margin: 0 auto;
}

.filter-result.results-news>.row .detailview h2,
.filter-result.results-news>.row .detailview .h2,
.filter-result.results-news>.row .detailview h3,
.filter-result.results-news>.row .detailview .h3,
.filter-result.results-news>.row .detailview h4,
.filter-result.results-news>.row .detailview .h4,
.filter-result.results-news>.row .detailview h5,
.filter-result.results-news>.row .detailview .h5,
.filter-result.results-news>.row .detailview h6,
.filter-result.results-news>.row .detailview .h6 {
    margin-bottom: 0;
}

.filter-result.results-news>.row .detailview p {
    margin: 0 0 1.16em;
}

.filter-result.results-news>.row .detailview p:last-child {
    margin-bottom: 0;
}

.filter-result.results-news>.row .detailview .detailview-news-title {
    margin-top: 25px;
}

.filter-result.results-news>.row .detailview .detailview-news-title h6+h3 {
    font-weight: bold;
    margin-top: 10px;
}

@media only screen and (min-width: 768px) {
    .filter-result.results-news>.row .detailview .detailview-news-title {
        margin-top: 50px;
    }

    .filter-result.results-news>.row .detailview .detailview-news-title h6+h3 {
        margin-top: 20px;
    }
}

.filter-result.results-news>.row .detailview .row>div {
    margin-bottom: 25px;
    margin-top: 15px;
}

@media only screen and (min-width: 768px) {
    .filter-result.results-news>.row .detailview .row>div {
        margin-bottom: 50px;
        margin-top: 25px;
    }
}

.filter-result.results-news>.row .detailview .detailview-close {
    background-color: #003f77;
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Button_Detailansicht_schliessen.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 1.16rem;
    width: 40px;
}

@media only screen and (min-width: 768px) {
    .filter-result.results-news>.row .detailview .detailview-close {
        right: 0;
        top: 1.77rem;
    }
}

.filter-result.results-news>.row .detailview:last-child .row>div:last-child {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .filter-result.results-news>.row .detailview .detailview-news-content-wrapper {
        padding: 0 1.54rem;
    }
}

.filter-result .news {
    margin-bottom: 1.16rem;
    padding: 0 10px;
}

.filter-result .news:not(.slided) {
    display: block !important;
}

/*.filter-result .news:nth-last-child(2) {
     margin-bottom: 0; 
}*/

@media (min-width: 768px) {
    .filter-result .news.slided {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) {
    .filter-result .news {
        margin-bottom: 1.43rem;
    }
}

.filter-result .news .news-thumbnail-wrapper {
    cursor: pointer;
    height: 100%;
    position: relative;
    /*			max-width: 380px; */
    /* span.news-bild */
    /* .news-title */
}

.filter-result .news .news-thumbnail-wrapper figure {
    margin: 0;
}

.filter-result .news .news-thumbnail-wrapper a {
    display: block;
    height: 100%;
}

.filter-result .news .news-thumbnail-wrapper .news-bild {
    background: #dcdcdc;
    display: block;
    height: 100%;
    width: 100%;
}

.filter-result .news .news-thumbnail-wrapper span.news-bild {
    display: block;
    padding-top: 75%;
    position: relative;
}

.filter-result .news .news-thumbnail-wrapper span.news-bild:after {
    background-color: transparent;
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/InsideZech_Kamera.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    bottom: 0%;
    content: '';
    display: block;
    left: 0%;
    opacity: 0.8;
    pointer-events: none;
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 0;
}

.filter-result .news .news-thumbnail-wrapper .news-title {
    background: rgba(76, 83, 86, 0.8) !important;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 1.18rem 3.75rem 1.18rem 1.18rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    /* >span */
}

.filter-result .news .news-thumbnail-wrapper .news-title>span {
    display: block;
}

.filter-result .news .news-thumbnail-wrapper .news-title>span.news-title-datum {
    font-size: 0.88rem;
    line-height: 1rem;
    margin-bottom: 0.88rem;
}

.filter-result .news .news-thumbnail-wrapper .news-title>span.news-title-name {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.18;
    text-transform: uppercase;
}

.filter-result .news .news-thumbnail-wrapper .news-title>span.arrow {
    background: transparent 100% 50% no-repeat;
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Pfeil_Projektfinder_News_rechts.svg');
    background-size: auto;
    display: block;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media (min-width: 768px) {
    .filter-result .news .news-thumbnail-wrapper .news-title {
        padding-right: 3.25rem;
    }
}

@media (min-width: 1200px) {
    .filter-result .news .news-thumbnail-wrapper .news-title {
        padding-right: 2.75rem;
    }

    .hero-wrapper {
        margin-top: 121px;
        position: relative;
    }
}

.filter-result .news.active .news-title,
.filter-result .news:hover .news-title {
    background: rgba(0, 73, 144, 0.7) !important;
}

.filter-result .news.active .news-title>span.arrow {
    background-position: 50% 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* .filter-result */
.nav-pills[id*=newsanchor-] {
    justify-content: center;
}

.nav-pills[id*=newsanchor-]>.nav-item {
    max-width: 11.2rem;
}

.newsletter-wrapper {
    background: #d7dfe4;
    padding: 2.942rem;
    /* form */
}

/*.newsletter-wrapper form {
     .btn 
     .form-control 
}*/

.newsletter-wrapper form .btn {
    text-transform: uppercase;
}

.newsletter-wrapper form .form-control {
    border: 0 none;
}

/* .newsletter-wrapper */
#filter-job {
    background: #fff;
    margin-bottom: 1.18rem;
    padding: 2.941rem;
    /* .btn */
    /* .custom-select-wrapper */
    /* .col-selectfields */
    /* .col-buttons */
}

#filter-job .custom-select-wrapper .custom-select {
    border: solid 1px #4C5356 !important;
    color: #4C5356 !important;
    cursor: pointer;
    display: block;
    font-size: 1.08rem;
    font-weight: bold;
    height: 40px;
    padding: 0.8rem 2.3rem 0.8rem 0.7rem;
    position: relative;
    text-align: center;
    width: 100%;
}

#filter-job .custom-select-wrapper::after {
    background: transparent 55% 50% no-repeat !important;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-image: url('../Images/Icons/Bedienelemente/Pfeil_Vertrag_unten.svg') !important;
    background-size: 50% !important;
    background-color: #4C5356 !important;
    border: solid 1px #4C5356;
    border-left-color: rgb(76, 83, 86);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: none !important;
    content: '';
    display: block;
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 0;
    width: 45px;
    z-index: 8;
}

#filter-job .form-control {
    border: 0 none;
    height: 38px;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 1200px) {
    #filter-job .form-control {
        height: 43px;
    }
}

#filter-job .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* &.btn-link */
    /* @media (min-width: 420px) and (max-width: 991px) */
}

#filter-job .btn.btn-link {
    color: #2B2E34;
    text-align: left;
    text-decoration: underline;
    font-weight: normal;
}

@media (max-width: 991px) {
    #filter-job .btn.btn-link {
        text-align: left;
    }
}

#filter-job .btn:not(.btn-link) {
    margin-top: 0;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    text-align: left;
    text-transform: uppercase;
}

#filter-job .btn+.btn {
    margin-top: 0.5rem;
}

@media (min-width: 420px) and (max-width: 991px) {
    /*#filter-job .btn {
         &.btn-primary, &.btn-secondary 
    }*/

    #filter-job .btn.btn-primary,
    #filter-job .btn.btn-secondary {
        float: left;
        margin-top: 0;
        width: 48%;
    }

    #filter-job .btn.btn-primary+.btn,
    #filter-job .btn.btn-secondary+.btn {
        float: right;
        margin-left: 1rem;
    }

    #filter-job .btn.btn-link {
        display: inline-block;
        margin-top: 1rem !important;
    }
}

#filter-job .custom-select-wrapper {
    position: relative;
    /* .custom-select */
}

#filter-job .custom-select-wrapper .custom-select {
    background: #fff;
    border: 0 none;
    cursor: pointer;
    display: block;
    font-size: 1.08rem;
    height: 38px;
    padding: 0.8rem 2.3rem 0.8rem 0.7rem;
    position: relative;
    text-align: left;
    width: 100%;
    /*
			&.bg-inverse,
			&:hover {
				background: @brand-gruen;
				box-shadow: none;
				outline: none;
			}
			*/
}

#filter-job .custom-select-wrapper .custom-select:focus {
    box-shadow: none;
    outline: none;
}

@media (min-width: 768px) {
    #filter-job .custom-select-wrapper .custom-select {
        padding: 0.4rem 2.3rem 0.4rem 0.7rem;
    }
}

@media (min-width: 1200px) {
    #filter-job .custom-select-wrapper .custom-select {
        height: 43px;
    }
}

#filter-job .custom-select-wrapper:after {
    background: #003f77 55% 50% no-repeat;
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Pfeil_Vertrag_unten.svg');
    background-size: 50%;
    border-left: 5px solid #d7dfe4;
    content: '';
    display: block;
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    z-index: 1;
}

/*#filter-job .col-selectfields,
#filter-job .col-buttons {
     > .row 
}*/

#filter-job .col-selectfields>.row,
#filter-job .col-buttons>.row {
    margin-left: -12px;
    margin-right: -12px;
}

#filter-job .col-selectfields>.row>div,
#filter-job .col-buttons>.row>div {
    padding-left: 12px;
    padding-right: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {

    #filter-job .col-selectfields>.row,
    #filter-job .col-buttons>.row {
        margin-left: -7px;
        margin-right: -7px;
    }

    #filter-job .col-selectfields>.row>div,
    #filter-job .col-buttons>.row>div {
        padding-left: 7px;
        padding-right: 7px;
    }
}

#filter-job .col-buttons {
    padding-top: 1.8rem;
    /* .btn */
    /*
		> div {
			@media (min-width: 479px) {
				display: flex;
 			}
			
			@media (min-width: 479px) and (max-width: 1199px) {
				align-items: flex-start;
				flex-wrap: wrap;
				justify-content: space-between;

				> .btn {
					flex: 0 0 50%;
					
					&:nth-child(1) {
						margin: 0 !important;	
						order: 1;
					}
					&:nth-child(2) {
						margin-left: 0 !important;
						order: 3;
						text-align: left;
					}
					&:nth-child(3) {
						margin: 0 !important;
						order: 2;
					}
				}
			}

			@media (min-width: 479px) and (max-width: 991px) {
				> .btn {
					flex: 0 0 48%;
					max-width: none !important;
				}
			}
			
			@media (min-width: 1200px) {
				flex-direction: column;
				height: 100%;
				justify-content: space-between;
				
				> .btn {
					&.last-child {
						margin-top: 15px !important;
					}
				}
			}
		} /* > div */
}

#filter-job .col-buttons a.btn:not(.btn-link):after {
    background-color: transparent;
    background-image: url("/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Pfeil_Vertrag_unten.svg");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    content: '';
    display: block;
    float: right;
    height: 11px;
    margin-right: -5px;
    position: relative;
    top: 2px;
    width: 16px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#filter-job .col-buttons button[type="submit"] {
    white-space: nowrap;
}

#filter-job .col-buttons button[type="submit"]:after {
    background: transparent url('/fileadmin/templates/Resources/Public/Images/Icons/Icon_Button_Jobfinder.svg') 50% 50% no-repeat;
    background-size: 22px 22px;
    content: '';
    display: inline-block;
    float: right;
    height: 22px;
    margin: -6px 0 0 8px;
    position: relative;
    top: 3px;
    width: 22px;
}

#filter-job .col-buttons .btn {
    font-size: 0.94rem;
    width: 100%;
    /*
			&:first-child {
				margin: 0 0 0 auto;
				max-width: 160px;
		
				@media (max-width: 478px) {
					max-width: 100%;
				}
			}
			*/
}

#filter-job .col-buttons .btn:last-child {
    margin-bottom: 1rem;
}

@media (max-width: 350px) {
    #filter-job .col-buttons .btn {
        font-size: 0.9rem;
        padding-left: 0.65rem;
        padding-right: 0.65rem;
    }
}

@media (max-width: 767px) {
    #filter-job {
        padding: 2.31rem;
    }

    #filter-job .col-buttons {
        padding-top: 2rem;
    }
}

/* #filter-job */
.filter-result.results-jobs {
    margin-top: 15px;
    /* .job */
    /* .detailview */
}

@media (max-width: 575px) {
    .filter-result.results-jobs>.row>div.col-12:first-child:last-child {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 768px) {
    .filter-result.results-jobs {
        margin-top: 30px;
    }
}

.filter-result.results-jobs .job {
    display: block !important;
    height: auto !important;
    margin-top: 0;
    margin-bottom: 1.16rem;
    /* >.job-innerwrap */
    /* &:hover > .job-innerwrap */
}

@media (min-width: 768px) {
    .filter-result.results-jobs .job {
        margin-bottom: 1.43rem;
    }
}

.filter-result.results-jobs .job>.job-innerwrap {
    background: #003f77;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1.47rem;
    position: relative;
}

.filter-result.results-jobs .job>.job-innerwrap a,
.filter-result.results-jobs .job>.job-innerwrap h1,
.filter-result.results-jobs .job>.job-innerwrap .h1,
.filter-result.results-jobs .job>.job-innerwrap h2,
.filter-result.results-jobs .job>.job-innerwrap .h2,
.filter-result.results-jobs .job>.job-innerwrap h3,
.filter-result.results-jobs .job>.job-innerwrap .h3,
.filter-result.results-jobs .job>.job-innerwrap h4,
.filter-result.results-jobs .job>.job-innerwrap .h4,
.filter-result.results-jobs .job>.job-innerwrap h5,
.filter-result.results-jobs .job>.job-innerwrap .h5,
.filter-result.results-jobs .job>.job-innerwrap h6,
.filter-result.results-jobs .job>.job-innerwrap .h6 {
    color: #fff;
}

.filter-result.results-jobs .job>.job-innerwrap .job-company {
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 1rem;
    line-height: 1.18;
    margin-bottom: 1rem;
    padding-bottom: 0.36rem;
    text-transform: uppercase;
}

.filter-result.results-jobs .job>.job-innerwrap .job-titel {
    flex-grow: 1;
    font-size: 1.18rem;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}

.filter-result.results-jobs .job>.job-innerwrap .job-short-facts {
    margin-top: 0.4rem;
    /* span */
    /*
				span + span:before {
					content: ', ';
				}
				*/
}

.filter-result.results-jobs .job>.job-innerwrap .job-short-facts span {
    display: block;
}

.filter-result.results-jobs .job>.job-innerwrap .job-short-facts span.job-region {
    font-weight: bold;
}

.filter-result.results-jobs .job>.job-innerwrap .job-short-facts span+span {
    margin-top: 0.9rem;
}

.filter-result.results-jobs .job>.job-innerwrap>a {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.filter-result.results-jobs .job.active>.job-innerwrap,
.filter-result.results-jobs .job:hover>.job-innerwrap {
    background: #0099DC;
}

.filter-result.results-jobs .detailview {
    display: none;
    padding: 0 30px;
    position: relative;
    width: 100%;
    /* .detailview-job-title */
    /* .job-tasks, .job-specifications */
    /* .job-specifications */
    /* .job-links */
    /* .detailview-close */
}

.filter-result.results-jobs .detailview ul>li {
    padding-bottom: 0;
}

.filter-result.results-jobs .detailview .job-inner-wrap {
    padding: 0 1.47rem 1.16rem;
}

@media (min-width: 768px) {
    .filter-result.results-jobs .detailview .job-inner-wrap {
        padding: 0 2.06rem 1.43rem;
        max-width: 870px;
        max-width: 55.29rem;
    }
}

.filter-result.results-jobs .detailview ul+br+br:last-child {
    display: none;
}

.filter-result.results-jobs .detailview .btn-primary,
.filter-result.results-jobs .detailview .btn-secondary {
    text-transform: uppercase;
}

.filter-result.results-jobs .detailview h2,
.filter-result.results-jobs .detailview .h2,
.filter-result.results-jobs .detailview h3,
.filter-result.results-jobs .detailview .h3,
.filter-result.results-jobs .detailview h4,
.filter-result.results-jobs .detailview .h4,
.filter-result.results-jobs .detailview h5,
.filter-result.results-jobs .detailview .h5,
.filter-result.results-jobs .detailview h6,
.filter-result.results-jobs .detailview .h6 {
    margin-bottom: 0;
}

.filter-result.results-jobs .detailview p {
    margin: 0 0 1.16em;
}

.filter-result.results-jobs .detailview p:last-child {
    margin-bottom: 0;
}

.filter-result.results-jobs .detailview .detailview-job-title,
#uid-128 .detailview-job-title {
    margin-bottom: 2rem;
    margin-top: 1rem;
    /* h3 */
    /* @media (min-width : 768px) */
}

.filter-result.results-jobs .detailview .detailview-job-title h3,
#uid-128 .detailview-job-title h3 {
    font-weight: bold;
}

.filter-result.results-jobs .detailview .detailview-job-title h3+h4,
#uid-128 .detailview-job-title h3+h4 {
    font-size: 1.4rem;
    font-weight: normal;
}

.filter-result.results-jobs .detailview .detailview-job-title h3+h4+h6,
#uid-128 .detailview-job-title h3+h4+h6 {
    font-weight: bold;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .container {
        width: 96%;
    }

    .filter-result.results-jobs .detailview .detailview-job-title,
    #uid-128 .detailview-job-title {
        margin-bottom: 1.2rem;
    }
}

@media (min-width: 768px) {

    .filter-result.results-jobs .detailview .detailview-job-title,
    #uid-128 .detailview-job-title {
        margin-top: 2rem;
        /* h3 + h4 */
    }

    .filter-result.results-jobs .detailview .detailview-job-title h3+h4,
    #uid-128 .detailview-job-title h3+h4 {
        font-size: 1.92rem;
        margin-top: 0;
    }

    .filter-result.results-jobs .detailview .detailview-job-title h3+h4+h6,
    #uid-128 .detailview-job-title h3+h4+h6 {
        margin-top: 20px;
    }

    #uid-128 .wrapper-logo img {
        margin-right: 15px;
    }

    #uid-128 .content-wrapper {
        margin-top: 0;
    }
}

.filter-result.results-jobs .detailview .job-tasks br:last-child,
.filter-result.results-jobs .detailview .job-specifications br:last-child,
.filter-result.results-jobs .detailview .row>div br:last-child,
.filter-result.results-jobs .detailview .job-tasks br:nth-last-child(2),
.filter-result.results-jobs .detailview .job-specifications br:nth-last-child(2),
.filter-result.results-jobs .detailview .row>div br:nth-last-child(2),
#c978 .job-tasks br:last-child,
#c978 .job-specifications br:last-child,
#c978 .row>div br:last-child,
#c978 .job-tasks br:nth-last-child(2),
#c978 .job-specifications br:nth-last-child(2),
#c978 .row>div br:nth-last-child(2) {
    display: none;
}

.filter-result.results-jobs .detailview .row .job-recruiter div br {
    display: block !important;
}



.filter-result.results-jobs .detailview .job-tasks h2,
.filter-result.results-jobs .detailview .job-specifications h2,
.filter-result.results-jobs .detailview .row>div h2,
.filter-result.results-jobs .detailview .job-tasks .h2,
.filter-result.results-jobs .detailview .job-specifications .h2,
.filter-result.results-jobs .detailview .row>div .h2,
.filter-result.results-jobs .detailview .job-tasks h3,
.filter-result.results-jobs .detailview .job-specifications h3,
.filter-result.results-jobs .detailview .row>div h3,
.filter-result.results-jobs .detailview .job-tasks .h3,
.filter-result.results-jobs .detailview .job-specifications .h3,
.filter-result.results-jobs .detailview .row>div .h3,
.filter-result.results-jobs .detailview .job-tasks h4,
.filter-result.results-jobs .detailview .job-specifications h4,
.filter-result.results-jobs .detailview .row>div h4,
.filter-result.results-jobs .detailview .job-tasks .h4,
.filter-result.results-jobs .detailview .job-specifications .h4,
.filter-result.results-jobs .detailview .row>div .h4,
#c978 .job-tasks h2,
#c978 .job-specifications h2,
#c978 .row>div h2,
#c978 .job-tasks .h2,
#c978 .job-specifications .h2,
#c978 .row>div .h2,
#c978 .job-tasks h3,
#c978 .job-specifications h3,
#c978 .row>div h3,
#c978 .job-tasks .h3,
#c978 .job-specifications .h3,
#c978 .row>div .h3,
#c978 .job-tasks h4,
#c978 .job-specifications h4,
#c978 .row>div h4,
#c978 .job-tasks .h4,
#c978 .job-specifications .h4,
#c978 .row>div .h4 {
    font-size: 1.18rem;
    margin-bottom: 0.3rem;
}

.filter-result.results-jobs .detailview .job-tasks b+ol,
.filter-result.results-jobs .detailview .job-specifications b+ol,
.filter-result.results-jobs .detailview .row>div b+ol,
.filter-result.results-jobs .detailview .job-tasks b+ul,
.filter-result.results-jobs .detailview .job-specifications b+ul,
.filter-result.results-jobs .detailview .row>div b+ul {
    margin-top: 0.8rem;
}

.filter-result.results-jobs .detailview .job-tasks ol+br,
.filter-result.results-jobs .detailview .job-specifications ol+br,
.filter-result.results-jobs .detailview .row>div ol+br,
.filter-result.results-jobs .detailview .job-tasks ul+br,
.filter-result.results-jobs .detailview .job-specifications ul+br,
.filter-result.results-jobs .detailview .row>div ul+br {
    display: none;
}

.filter-result.results-jobs .detailview .job-specifications {
    margin-top: 1rem;
}

.btn.godetail {
    margin-left: 20px;
}

#uid-128 .meta-header,
#uid-128 .godetail,
#uid-128 #iconparade {
    display: none !important;
}

#uid-128 .navbar-nav li {
    opacity: 0;
    height: 1px;
    overflow: hidden
}

.jobheaderimage {
    display: none;
}

#uid-128 .jobheaderimage {
    display: inline;
}

@media (min-width: 768px) {
    .filter-result.results-jobs .detailview .job-specifications {
        margin-top: 0;
    }
}

.filter-result.results-jobs .detailview .job-footer p {
    margin-bottom: 0;
}

/*.filter-result.results-jobs .detailview .job-links {
     @media (max-width: 420px) 
}*/

@media (max-width: 420px) {
    .filter-result.results-jobs .detailview .job-links {
        flex-direction: column;
        /* .btn */
    }

    .filter-result.results-jobs .detailview .job-links .btn {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .filter-result.results-jobs .detailview .job-links .btn+.btn {
        margin-top: 1rem;
    }
}

.filter-result.results-jobs .detailview .detailview-close {
    background-color: #003f77;
    background-image: url('/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Button_Detailansicht_schliessen.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 1.16rem;
    width: 40px;
}

@media only screen and (min-width: 768px) {
    .filter-result.results-jobs .detailview .detailview-close {
        top: 1.77rem;
    }
}

@media (min-width: 576px) {
    .filter-result.results-jobs .detailview {
        padding: 0 15px;
    }
}

.filter-result.results-jobs .detailview:not(:last-child) {
    margin-bottom: 1.16rem;
}

@media (min-width: 768px) {
    .filter-result.results-jobs .detailview:not(:last-child) {
        margin-bottom: 1.43rem;
    }
}

/* .filter-result.results-jobs */
/*#job-counter {
     .job-counter-numbers 
}*/

#job-counter .job-counter-text {
    display: block;
    float: left;
    width: 55%;
    -moz-hyphens: none;
    hyphens: none;
}

#job-counter .job-counter-numbers {
    display: -ms-flexbox;
    display: flex;
    display: inline-flex;
    float: right;
    font-size: 1.2rem;
    justify-content: flex-end;
    margin: 0.5rem 0 1.18rem;
}

#job-counter .job-counter-numbers>span {
    background: #fff;
    color: #0099DC;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 25px;
    margin-left: 5px;
    text-align: center;
    width: 20px;
}

#job-counter .job-counter-numbers>span:first-child {
    margin-left: 0;
}

#job-counter a.btn:after {
    background: transparent url('/fileadmin/templates/Resources/Public/Images/Icons/Icon_Button_Jobfinder.svg') 50% 50% no-repeat;
    background-size: 20px 20px;
    content: '';
    display: inline-block;
    height: 20px;
    margin: -10px 0 0 10px;
    position: relative;
    top: 3px;
    width: 20px;
}

/* #job-counter */
.kapiteluebersicht>div {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px -0.7rem;
}

.kapiteluebersicht>div>div {
    -ms-flex-preferred-size: 0;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 1px;
    max-height: 17.5rem;
    margin-bottom: 1.18rem;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .kapiteluebersicht>div>div {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .kapiteluebersicht>div>div {
        max-height: 16rem;
    }
}

@media (min-width: 1200px) {
    .kapiteluebersicht>div>div {
        flex-basis: 33.3333333%;
        max-width: 33.3333333%;
    }
}

.kapiteluebersicht>div>div>div.background-added {
    display: block;
    height: 100%;
}

.kapiteluebersicht>div>div.col-kapitel {
    cursor: pointer;
    /* .col-kapitel-inner */
}

.kapiteluebersicht>div>div.col-kapitel .col-kapitel-inner {
    align-items: center;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 34.4% 0;
    padding: 7.47rem 0;
    position: relative;
}

.kapiteluebersicht>div>div.col-kapitel .col-kapitel-inner:before {
    background: rgba(0, 63, 119, 0.8);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    margin: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.kapiteluebersicht>div>div.col-kapitel .col-kapitel-inner>* {
    color: #a2c513;
    font-size: 2.47rem;
    font-weight: bold;
    line-height: 1.025;
    margin: 0;
    padding: 0 20px;
    padding: 0 1.5rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 5;
}

.kapiteluebersicht>div>div.col-kapitel .col-kapitel-inner>*:before,
.kapiteluebersicht>div>div.col-kapitel .col-kapitel-inner>*:after {
    content: '';
    display: inline-block;
    height: 85px;
    position: absolute;
    top: 50%;
    width: 55px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.kapiteluebersicht>div>div.col-kapitel .col-kapitel-inner>*:before {
    background-image: url(/fileadmin/templates/Resources/Public/Images/Icons/Inside_Zech_Klammer_links.svg);
    left: 0;
}

.kapiteluebersicht>div>div.col-kapitel .col-kapitel-inner>*:after {
    background-image: url(/fileadmin/templates/Resources/Public/Images/Icons/Inside_Zech_Klammer_rechts.svg);
    right: 0;
}

.kapiteluebersicht>div>div.col-kapitel.active .col-kapitel-inner:before,
.kapiteluebersicht>div>div.col-kapitel:hover .col-kapitel-inner:before {
    background: #a2c513;
}

.kapiteluebersicht>div>div.col-kapitel.active .col-kapitel-inner>*,
.kapiteluebersicht>div>div.col-kapitel:hover .col-kapitel-inner>* {
    color: #003f77;
}

.kapiteluebersicht>div>div.frame {
    display: none;
    /* > header */
}

.kapiteluebersicht>div>div.frame+div {
    margin-top: 0;
}

.kapiteluebersicht>div>div.frame>header {
    background: rgba(0, 63, 119, 0.8);
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 10px;
    margin: 0;
    opacity: 0;
    padding: 2.4rem 1rem;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    z-index: 1;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    /* >* */
}

.kapiteluebersicht>div>div.frame>header>* {
    color: #fff;
}

.kapiteluebersicht>div>div.frame>header>*:first-child {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.18rem;
    text-transform: none;
}

.kapiteluebersicht>div>div.frame>header>*:last-child {
    font-size: 1.18rem;
    font-weight: bold;
    line-height: 1;
    margin: 0.882rem 0 1.473rem;
    text-transform: uppercase;
}

.kapiteluebersicht>div>div.frame>header:after {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border: 3px solid #fff;
    border-radius: 100px;
    content: '';
    display: block;
    height: 3.235rem;
    margin: 0 auto;
    width: 3.235rem;
}

.kapiteluebersicht>div>div.frame>header a {
    color: #fff;
    text-decoration: none;
}

.kapiteluebersicht>div>div.frame>header a:before {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

@media (min-width: 768px) {
    .kapiteluebersicht>div>div.frame>header {
        padding: 2rem 1rem;
    }
}

@media (min-width: 992px) {
    .kapiteluebersicht>div>div.frame>header {
        padding: 2.4rem 1rem;
    }
}

.kapiteluebersicht>div>div.frame.frame-layout-pen:after,
.kapiteluebersicht>div>div.frame.frame-layout-photo:after,
.kapiteluebersicht>div>div.frame.frame-layout-video:after {
    background-color: #a2c513;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border-radius: 100px;
    bottom: 0;
    content: '';
    display: block;
    height: 3.235rem;
    margin: 0 15px 15px 0;
    position: absolute;
    right: 15px;
    width: 3.235rem;
}

.kapiteluebersicht>div>div.frame.frame-layout-pen:after,
.kapiteluebersicht>div>div.frame.frame-layout-pen>header:after {
    background-image: url(/fileadmin/templates/Resources/Public/Images/Icons/InsideZech_Stift.svg);
    background-position: 50% 50%;
}

.kapiteluebersicht>div>div.frame.frame-layout-photo:after,
.kapiteluebersicht>div>div.frame.frame-layout-photo>header:after {
    background-image: url(/fileadmin/templates/Resources/Public/Images/Icons/InsideZech_Kamera.svg);
    background-position: 50% 50%;
}

.kapiteluebersicht>div>div.frame.frame-layout-video:after,
.kapiteluebersicht>div>div.frame.frame-layout-video>header:after {
    background-image: url(/fileadmin/templates/Resources/Public/Images/Icons/InsideZech_PlayButton.svg);
    background-position: 60% 50%;
}

.kapiteluebersicht>div>div.frame .ce-gallery,
.kapiteluebersicht>div>div.frame .ce-gallery * {
    display: block;
    margin-bottom: 0;
}

.kapiteluebersicht>div>div.frame .ce-gallery,
.kapiteluebersicht>div>div.frame .ce-gallery div,
.kapiteluebersicht>div>div.frame .ce-gallery figure {
    height: 100%;
}

.kapiteluebersicht>div>div.frame .ce-gallery figure img {
    height: 100%;
    max-width: none;
}

.kapiteluebersicht>div>div.frame:hover>header {
    opacity: 1;
}

/* Elemente mit Hintergrundfarbe */
/*.content-wrapper {
    
	>.frame-bg-primary-left,
	>.frame-bg-primary-right,
	>.frame-bg-secondary-left,
	>.frame-bg-secondary-right,
	
}*/

.content-wrapper>.frame-layout-round-image>.frame-bg-primary-left,
.content-wrapper>.frame-layout-round-image>.frame-bg-primary-right,
.content-wrapper>.frame-layout-round-image>.frame-bg-secondary-left,
.content-wrapper>.frame-layout-round-image>.frame-bg-secondary-right {
    margin: 0 auto;
    max-width: 54%;
}

.frame-bg-primary,
.frame-bg-primary-left,
.frame-bg-primary-right,
.frame-bg-secondary,
.frame-bg-secondary-left,
.frame-bg-secondary-right {
    color: #fff;
    padding: 1.177rem;
}

.frame-bg-primary a,
.frame-bg-primary-left a,
.frame-bg-primary-right a,
.frame-bg-secondary a,
.frame-bg-secondary-left a,
.frame-bg-secondary-right a,
.frame-bg-primary h1,
.frame-bg-primary-left h1,
.frame-bg-primary-right h1,
.frame-bg-secondary h1,
.frame-bg-secondary-left h1,
.frame-bg-secondary-right h1,
.frame-bg-primary h2,
.frame-bg-primary-left h2,
.frame-bg-primary-right h2,
.frame-bg-secondary h2,
.frame-bg-secondary-left h2,
.frame-bg-secondary-right h2,
.frame-bg-primary h3,
.frame-bg-primary-left h3,
.frame-bg-primary-right h3,
.frame-bg-secondary h3,
.frame-bg-secondary-left h3,
.frame-bg-secondary-right h3,
.frame-bg-primary h4,
.frame-bg-primary-left h4,
.frame-bg-primary-right h4,
.frame-bg-secondary h4,
.frame-bg-secondary-left h4,
.frame-bg-secondary-right h4,
.frame-bg-primary h5,
.frame-bg-primary-left h5,
.frame-bg-primary-right h5,
.frame-bg-secondary h5,
.frame-bg-secondary-left h5,
.frame-bg-secondary-right h5,
.frame-bg-primary h6,
.frame-bg-primary-left h6,
.frame-bg-primary-right h6,
.frame-bg-secondary h6,
.frame-bg-secondary-left h6,
.frame-bg-secondary-right h6,
.frame-bg-primary .h1,
.frame-bg-primary-left .h1,
.frame-bg-primary-right .h1,
.frame-bg-secondary .h1,
.frame-bg-secondary-left .h1,
.frame-bg-secondary-right .h1,
.frame-bg-primary .h2,
.frame-bg-primary-left .h2,
.frame-bg-primary-right .h2,
.frame-bg-secondary .h2,
.frame-bg-secondary-left .h2,
.frame-bg-secondary-right .h2,
.frame-bg-primary .h3,
.frame-bg-primary-left .h3,
.frame-bg-primary-right .h3,
.frame-bg-secondary .h3,
.frame-bg-secondary-left .h3,
.frame-bg-secondary-right .h3,
.frame-bg-primary .h4,
.frame-bg-primary-left .h4,
.frame-bg-primary-right .h4,
.frame-bg-secondary .h4,
.frame-bg-secondary-left .h4,
.frame-bg-secondary-right .h4,
.frame-bg-primary .h5,
.frame-bg-primary-left .h5,
.frame-bg-primary-right .h5,
.frame-bg-secondary .h5,
.frame-bg-secondary-left .h5,
.frame-bg-secondary-right .h5,
.frame-bg-primary .h6,
.frame-bg-primary-left .h6,
.frame-bg-primary-right .h6,
.frame-bg-secondary .h6,
.frame-bg-secondary-left .h6,
.frame-bg-secondary-right .h6 {
    color: #fff;
}

.frame-bg-primary,
.frame-bg-primary-left,
.frame-bg-primary-right {
    background-color: #003f77 !important;
}

.frame-bg-primary .btn.btn-primary,
.frame-bg-primary-left .btn.btn-primary,
.frame-bg-primary-right .btn.btn-primary,
.frame-bg-primary .btn.btn-primary:active,
.frame-bg-primary-left .btn.btn-primary:active,
.frame-bg-primary-right .btn.btn-primary:active,
.frame-bg-primary .btn.btn-primary:active:focus,
.frame-bg-primary-left .btn.btn-primary:active:focus,
.frame-bg-primary-right .btn.btn-primary:active:focus,
.frame-bg-primary .btn.btn-primary:focus,
.frame-bg-primary-left .btn.btn-primary:focus,
.frame-bg-primary-right .btn.btn-primary:focus,
.frame-bg-primary .btn.btn-primary:hover,
.frame-bg-primary-left .btn.btn-primary:hover,
.frame-bg-primary-right .btn.btn-primary:hover {
    background-color: #003f77;
    border-color: #003f77;
}

.frame-bg-secondary,
.frame-bg-secondary-left,
.frame-bg-secondary-right {
    background-color: #0099DC !important;
}

.frame-bg-secondary .btn.btn-default,
.frame-bg-secondary-left .btn.btn-default,
.frame-bg-secondary-right .btn.btn-default,
.frame-bg-secondary .btn.btn-default:active,
.frame-bg-secondary-left .btn.btn-default:active,
.frame-bg-secondary-right .btn.btn-default:active,
.frame-bg-secondary .btn.btn-default:active:focus,
.frame-bg-secondary-left .btn.btn-default:active:focus,
.frame-bg-secondary-right .btn.btn-default:active:focus,
.frame-bg-secondary .btn.btn-default:focus,
.frame-bg-secondary-left .btn.btn-default:focus,
.frame-bg-secondary-right .btn.btn-default:focus,
.frame-bg-secondary .btn.btn-default:hover,
.frame-bg-secondary-left .btn.btn-default:hover,
.frame-bg-secondary-right .btn.btn-default:hover {
    background-color: #003f77;
    border-color: #003f77;
}

.frame-bg-primary-left,
.frame-bg-primary-right,
.frame-bg-secondary-left,
.frame-bg-secondary-right {
    margin-top: 0.6rem;
}

.frame-bg-primary-left,
.frame-bg-secondary-left {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.frame-bg-primary-left.ce-above .ce-gallery,
.frame-bg-secondary-left.ce-above .ce-gallery,
.frame-bg-primary-left.ce-below .ce-gallery,
.frame-bg-secondary-left.ce-below .ce-gallery {
    -webkit-transform: translate(-50%, 0) rotate(3deg);
    -moz-transform: translate(-50%, 0) rotate(3deg);
    -ms-transform: translate(-50%, 0) rotate(3deg);
    -o-transform: translate(-50%, 0) rotate(3deg);
    transform: translate(-50%, 0) rotate(3deg);
    -webkit-transform: translate3d(-50%, 0, 0) rotate(3deg);
    -moz-transform: translate3d(-50%, 0, 0) rotate(3deg);
    -ms-transform: translate3d(-50%, 0, 0) rotate(3deg);
    -o-transform: translate3d(-50%, 0, 0) rotate(3deg);
    transform: translate3d(-50%, 0, 0) rotate(3deg);
}

.frame-bg-primary-left.ce-left .ce-gallery,
.frame-bg-secondary-left.ce-left .ce-gallery,
.frame-bg-primary-left.ce-right .ce-gallery,
.frame-bg-secondary-left.ce-right .ce-gallery {
    -webkit-transform: translate(0, -50%) rotate(3deg);
    -moz-transform: translate(0, -50%) rotate(3deg);
    -ms-transform: translate(0, -50%) rotate(3deg);
    -o-transform: translate(0, -50%) rotate(3deg);
    transform: translate(0, -50%) rotate(3deg);
    -webkit-transform: translate3d(0, -50%, 0) rotate(3deg);
    -moz-transform: translate3d(0, -50%, 0) rotate(3deg);
    -ms-transform: translate3d(0, -50%, 0) rotate(3deg);
    -o-transform: translate3d(0, -50%, 0) rotate(3deg);
    transform: translate3d(0, -50%, 0) rotate(3deg);
}

.frame-bg-primary-right,
.frame-bg-secondary-right {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.frame-bg-primary-right.ce-above .ce-gallery,
.frame-bg-secondary-right.ce-above .ce-gallery,
.frame-bg-primary-right.ce-below .ce-gallery,
.frame-bg-secondary-right.ce-below .ce-gallery {
    -webkit-transform: translate(-50%, 0) rotate(-3deg);
    -moz-transform: translate(-50%, 0) rotate(-3deg);
    -ms-transform: translate(-50%, 0) rotate(-3deg);
    -o-transform: translate(-50%, 0) rotate(-3deg);
    transform: translate(-50%, 0) rotate(-3deg);
    -webkit-transform: translate3d(-50%, 0, 0) rotate(-3deg);
    -moz-transform: translate3d(-50%, 0, 0) rotate(-3deg);
    -ms-transform: translate3d(-50%, 0, 0) rotate(-3deg);
    -o-transform: translate3d(-50%, 0, 0) rotate(-3deg);
    transform: translate3d(-50%, 0, 0) rotate(-3deg);
}

.frame-bg-primary-right.ce-left .ce-gallery,
.frame-bg-secondary-right.ce-left .ce-gallery,
.frame-bg-primary-right.ce-right .ce-gallery,
.frame-bg-secondary-right.ce-right .ce-gallery {
    -webkit-transform: translate(0, -50%) rotate(-3deg);
    -moz-transform: translate(0, -50%) rotate(-3deg);
    -ms-transform: translate(0, -50%) rotate(-3deg);
    -o-transform: translate(0, -50%) rotate(-3deg);
    transform: translate(0, -50%) rotate(-3deg);
    -webkit-transform: translate3d(0, -50%, 0) rotate(-3deg);
    -moz-transform: translate3d(0, -50%, 0) rotate(-3deg);
    -ms-transform: translate3d(0, -50%, 0) rotate(-3deg);
    -o-transform: translate3d(0, -50%, 0) rotate(-3deg);
    transform: translate3d(0, -50%, 0) rotate(-3deg);
}

/* runde Bilder */
.content-wrapper {
    /* .frame-layout-round-image */
}

.content-wrapper .frame-layout-slider+.frame-layout-round-image {
    margin-top: 0;
}

.content-wrapper .frame-layout-slider+.frame-layout-round-image .ce-left,
.content-wrapper .frame-layout-slider+.frame-layout-round-image .ce-right {
    margin-top: -1.1rem;
    padding-top: 3.8rem;
}

.content-wrapper .frame-layout-round-image {
    /* .ce-textpic */
    /*
		@media (min-width: 576px) and (max-width: 991px) {
			&:last-child .ce-textpic.ce-below {
				margin-bottom: 6.25rem;
			}
		}
		*/
}

.content-wrapper .frame-layout-round-image .ce-textpic {
    overflow: visible;
    padding: 30px;
    padding: 1.71rem;
    position: relative;
    /* &.ce-above, &.ce-below, &.ce-left, &.ce-right */
    /* &.ce-above, &.ce-below */
    /* &.ce-left, &.ce-right */
    /* &.ce-left */
    /* &.ce-right */
    /* &.ce-above */
    /* &.ce-below */
    /* >header, >header * */
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-above,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-below,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-left,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-right {
    /* header a */
    /* .ce-gallery */
    /* @media (min-width: 576px) and (max-width: 767px) */
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-above header a,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-below header a,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-left header a,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-right header a {
    /* &:before */
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-above header a:hover,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-below header a:hover,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-left header a:hover,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-right header a:hover {
    text-decoration: none;
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-above header a:before,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-below header a:before,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-left header a:before,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-right header a:before {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-above .ce-gallery,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-below .ce-gallery,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-left .ce-gallery,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-right .ce-gallery {
    margin: 0;
    overflow: visible;
    position: absolute;
    z-index: 5;
    /* .ce-row */
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-above .ce-gallery .ce-row,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-below .ce-gallery .ce-row,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-left .ce-gallery .ce-row,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-right .ce-gallery .ce-row {
    align-items: center;
    background: #d7dfe4;
    border-radius: 500px;
    display: -ms-flexbox;
    display: flex;
    height: 145px;
    height: 8.53rem;
    justify-content: center;
    padding: 1.5rem;
    padding: 2rem;
    width: 145px;
    width: 8.53rem;
}

@media (min-width: 576px) and (max-width: 767px) {

    .content-wrapper .frame-layout-round-image .ce-textpic.ce-above,
    .content-wrapper .frame-layout-round-image .ce-textpic.ce-below,
    .content-wrapper .frame-layout-round-image .ce-textpic.ce-left,
    .content-wrapper .frame-layout-round-image .ce-textpic.ce-right {
        max-width: 310px;
    }
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-above,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-below {
    /* .ce-gallery */
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-above .ce-gallery,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-below .ce-gallery {
    height: 40px;
    height: 2.35rem;
    left: 50%;
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-left,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-right {
    /* .ce-gallery */
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-left .ce-gallery,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-right .ce-gallery {
    top: 50%;
    width: 40px;
    width: 2.35rem;
}

@media (min-width: 768px) {

    .content-wrapper .frame-layout-round-image .ce-textpic.ce-left .ce-gallery,
    .content-wrapper .frame-layout-round-image .ce-textpic.ce-right .ce-gallery {
        margin-top: 0.5rem;
    }
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-left header,
.content-wrapper .frame-layout-round-image .ce-textpic.ce-right header {
    margin-bottom: 20px;
    margin-bottom: 1.18rem;
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-left {
    padding-left: 65px;
    padding-left: 3.825rem;
    /* .ce-gallery */
    /* header a:before */
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-left .ce-gallery {
    left: 0;
    /* .ce-row */
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-left .ce-gallery .ce-row {
    float: right;
}

@media (min-width: 576px) {
    .content-wrapper .frame-layout-round-image .ce-textpic.ce-left header a:before {
        left: -2.35rem;
    }
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-right {
    padding-right: 65px;
    padding-right: 3.825rem;
    /* .ce-gallery */
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-right .ce-gallery {
    right: 0;
}

@media (min-width: 576px) {
    .content-wrapper .frame-layout-round-image .ce-textpic.ce-right header a:before {
        right: -2.35rem;
    }
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-above {
    margin-top: 7rem;
    padding-top: 3.825rem;
    /* .ce-gallery */
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-above .ce-gallery {
    top: 0;
    /* >div */
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-above .ce-gallery>div {
    margin-top: 2.35rem;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-above .ce-gallery header a:before {
    top: -2.35rem;
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-below {
    margin-bottom: 7.5rem;
    padding-bottom: 3.825rem;
    /* .ce-gallery */
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-below .ce-gallery {
    bottom: 0;
}

.content-wrapper .frame-layout-round-image .ce-textpic.ce-below header a:before {
    bottom: -7.5rem;
}

.content-wrapper .frame-layout-round-image .ce-textpic>header,
.content-wrapper .frame-layout-round-image .ce-textpic>header * {
    margin: 0 0 0.3rem;
}

.content-wrapper .frame-layout-round-image .frame-bg-primary.ce-textpic>.ce-gallery .ce-row,
.content-wrapper .frame-layout-round-image .frame-bg-primary-left.ce-textpic>.ce-gallery .ce-row,
.content-wrapper .frame-layout-round-image .frame-bg-primary-right.ce-textpic>.ce-gallery .ce-row {
    background: #a2c513;
}

.content-wrapper .frame-layout-round-image .frame-bg-secondary.ce-textpic>.ce-gallery .ce-row,
.content-wrapper .frame-layout-round-image .frame-bg-secondary-left.ce-textpic>.ce-gallery .ce-row,
.content-wrapper .frame-layout-round-image .frame-bg-secondary-right.ce-textpic>.ce-gallery .ce-row {
    background: #003f77;
}

@media (max-width: 767px) {
    .content-wrapper>div div.frame-layout-round-image {
        max-width: 230px;
    }
}

/* .content-wrapper */
.first-big .col-two {
    /* .frame-bg-primary-right, .frame-bg-secondary-right */
    /* @media (min-width: 768px) */
    /* @media (max-width: 767px) */
    /* @media (max-width: 575px) */
}

.first-big .col-two .frame-bg-primary-right,
.first-big .col-two .frame-bg-secondary-right,
.first-big .col-two .frame-bg-primary-left,
.first-big .col-two .frame-bg-secondary-left {
    align-self: flex-end;
    float: right;
    z-index: 0;
    /*
		Kommentar entfernen, wenn schräge Teaser in der zeiten Spalte in die erste Spalte hineinragen sollen
		@media (min-width: 768px) {
			min-height: 60%;
			margin-left: -3.55rem;
			margin-right: 2.06rem;
			padding-left: 4.9rem;
			width: 20.27rem;
			z-index: -1; // Wenn das enthalten ist, funktionieren keine Links in dem Block
		}
		*/
}

@media (min-width: 768px) {
    .first-big .col-two {
        /* .frame-bg-primary-right, .frame-bg-secondary-right */
    }

    .first-big .col-two .frame-bg-primary-right.ce-textpic:after,
    .first-big .col-two .frame-bg-secondary-right.ce-textpic:after {
        background: inherit;
        bottom: 0;
        content: '';
        display: block;
        left: -50%;
        position: absolute;
        right: 100%;
        top: 0;
        z-index: -1;
    }
}

@media (max-width: 767px) {
    .first-big .col-two {
        /* .frame-layout-round-image .ce-textpic.ce-above */
    }

    .first-big .col-two>div.frame-layout-round-image {
        max-width: none;
    }

    .first-big .col-two .frame-layout-round-image .ce-textpic.ce-above {
        margin: -3rem 0 7rem;
        padding: 3.325rem 1.77rem;
        padding-bottom: 3.825rem;
        /* .ce-gallery */
    }

    .first-big .col-two .frame-layout-round-image .ce-textpic.ce-above .ce-gallery {
        bottom: 0;
        top: inherit;
        /* >div */
    }

    .first-big .col-two .frame-layout-round-image .ce-textpic.ce-above .ce-gallery>div {
        margin-top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .first-big .col-two .frame-layout-round-image .ce-textpic.ce-above:after {
        background-color: inherit;
        bottom: 0;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: -50%;
        z-index: -1;
    }
}

@media (max-width: 575px) {
    .first-big .col-two {
        /* .frame-layout-round-image .ce-textpic.ce-above */
    }

    .first-big .col-two .frame-layout-round-image .ce-textpic.ce-above {
        margin: -1.75rem 0 7rem;
        padding: 1.77rem;
        padding-bottom: 3rem;
        width: 100%;
    }

    .first-big .col-two .frame-layout-round-image .ce-textpic.ce-above:after {
        left: -50%;
        right: -50%;
    }
}

/* .first-big .col-two */
.second-big .col-one {
    /* @media (max-width: 767px) */
    /* @media (max-width: 575px) */
}

.second-big .col-one .frame-bg-primary-left,
.second-big .col-one .frame-bg-secondary-left {
    align-self: flex-end;
    z-index: -1;
}

@media (min-width: 768px) {

    .second-big .col-one .frame-bg-primary-left,
    .second-big .col-one .frame-bg-secondary-left {
        min-height: 60%;
        margin-left: 2.06rem;
        margin-right: -3.55rem;
        padding-right: 4.9rem;
        width: 345px;
        width: 20.27rem;
    }
}

@media (max-width: 767px) {
    .second-big .col-one {
        /* .frame-layout-round-image .ce-textpic.ce-above */
    }

    .second-big .col-one>div.frame-layout-round-image {
        margin-top: 0;
        max-width: none;
    }

    .second-big .col-one .frame-layout-round-image .ce-textpic.ce-above {
        margin: 7rem 0 -2rem;
        padding: 1.77rem;
        padding-bottom: 4rem;
        padding-top: 3.825rem;
    }

    .second-big .col-one .frame-layout-round-image .ce-textpic.ce-above:after {
        background-color: inherit;
        bottom: -50%;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }
}

@media (max-width: 575px) {
    .second-big .col-one {
        /* .frame-layout-round-image .ce-textpic.ce-above */
    }

    .second-big .col-one .frame-layout-round-image .ce-textpic.ce-above {
        margin: 7rem 0 -1.75rem;
        width: 100%;
    }

    .second-big .col-one .frame-layout-round-image .ce-textpic.ce-above:after {
        left: -50%;
        right: -50%;
    }
}

/* .second-big .col-one */
/* Wrapper mit dynamischer Anzahl an Elementen */
.row-dynamic {
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    /* >div */
}

.row-dynamic>div {
    flex-basis: 300px;
    margin: 0 1.54rem;
}

@media (min-width: 576px) and (max-width: 767px) {
    .row-dynamic>div {
        flex-basis: 42.5%;
        margin-left: 2rem;
        margin-right: 2rem;
        /*
			&:last-child {
				margin-left: 0;
				margin-right: 0;
			}
			*/
    }

    .row-dynamic>div:first-child {
        margin-left: 0;
    }

    .row-dynamic>div:nth-child(2) {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .row-dynamic>div {
        flex-basis: 250px;
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }

    .row-dynamic>div:first-child {
        margin-left: 0;
    }

    .row-dynamic>div:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .row-dynamic>div {
        flex-basis: 300px;
        margin: 0 2.06rem;
    }
}

/* .row-dynamic */
.frame-layout-teaser {
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    /* header */
    /* .ce-above header */
    /* .ce-below header */
    /* .ce-gallery */
    /* &.frame-bg-secondary, &.frame-bg-secondary-left, &.frame-bg-secondary-right */
    /* &.frame-bg-primary-left, &.frame-bg-primary-right, &.frame-bg-secondary-left, &.frame-bg-secondary-right */
}

.frame-layout-teaser header {
    background-color: #d7dfe4;
    left: 0;
    padding: 0.882rem 0.78rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 2;
    /* * */
    /* h4 */
}

.frame-layout-teaser header * {
    margin: 0;
}

.frame-layout-teaser header * a:active,
.frame-layout-teaser header * a:focus,
.frame-layout-teaser header * a:hover {
    text-decoration: none;
}

.frame-layout-teaser header h4 {
    margin-bottom: 0.35em;
    /* @media (min-width: 992px) */
}

.frame-layout-teaser header h4+h5 {
    font-size: 1rem;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .frame-layout-teaser header h4 {
        font-size: 1rem;
    }

    .frame-layout-teaser header h4+h5 {
        font-size: 0.91rem;
    }
}

.frame-layout-teaser .ce-above header {
    top: 0;
}

.frame-layout-teaser .ce-below header {
    bottom: 0;
}

.frame-layout-teaser .ce-gallery {
    margin: 0;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
}

.frame-layout-teaser.frame-bg-primary,
.frame-layout-teaser.frame-bg-primary-left,
.frame-layout-teaser.frame-bg-primary-right {
    /* header */
    /* &:hover header */
}

.frame-layout-teaser.frame-bg-primary header,
.frame-layout-teaser.frame-bg-primary-left header,
.frame-layout-teaser.frame-bg-primary-right header {
    background-color: rgba(0, 63, 119, 0.8);
}

.frame-layout-teaser.frame-bg-primary:hover header,
.frame-layout-teaser.frame-bg-primary-left:hover header,
.frame-layout-teaser.frame-bg-primary-right:hover header {
    background-color: rgba(162, 197, 19, 0.8);
}

.frame-layout-teaser.frame-bg-secondary,
.frame-layout-teaser.frame-bg-secondary-left,
.frame-layout-teaser.frame-bg-secondary-right {
    /* header */
    /* &:hover header */
}

.frame-layout-teaser.frame-bg-secondary header,
.frame-layout-teaser.frame-bg-secondary-left header,
.frame-layout-teaser.frame-bg-secondary-right header {
    background-color: rgba(162, 197, 19, 0.8);
}

.frame-layout-teaser.frame-bg-secondary:hover header,
.frame-layout-teaser.frame-bg-secondary-left:hover header,
.frame-layout-teaser.frame-bg-secondary-right:hover header {
    background-color: #003f77;
}

.frame-layout-teaser.frame-bg-primary-left,
.frame-layout-teaser.frame-bg-primary-right,
.frame-layout-teaser.frame-bg-secondary-left,
.frame-layout-teaser.frame-bg-secondary-right {
    /* header */
}

.frame-layout-teaser.frame-bg-primary-left header,
.frame-layout-teaser.frame-bg-primary-right header,
.frame-layout-teaser.frame-bg-secondary-left header,
.frame-layout-teaser.frame-bg-secondary-right header {
    display: inline-block;
    right: inherit;
    text-align: left;
}

.frame-layout-teaser.frame-bg-primary-left header *,
.frame-layout-teaser.frame-bg-primary-right header *,
.frame-layout-teaser.frame-bg-secondary-left header *,
.frame-layout-teaser.frame-bg-secondary-right header * {
    display: inline-block;
}

.frame-layout-teaser.frame-bg-primary.frame-type-textpic,
.frame-layout-teaser.frame-bg-secondary.frame-type-textpic {
    background-color: transparent !important;

}

/* .frame-layout-teaser */
@media (max-width: 575px) {
    .cols-4 .frame-layout-teaser {
        background: none !important;
        /* header */
        /* .ce-gallery */
    }

    .cols-4 .frame-layout-teaser header {
        background-color: #003f77;
        background-image: url('../../Public/Images/Icons/Bedienelemente/Pfeil_Projektfinder_News_rechts.svg');
        background-position: 97% 50%;
        background-repeat: no-repeat;
        background-size: 15px 25px;
        padding: 0;
        position: static;
        text-align: left;
    }

    .cols-4 .frame-layout-teaser header h4 {
        margin-bottom: 0;
    }

    .cols-4 .frame-layout-teaser header a {
        display: block;
        padding: 18px 15px;
        pointer-events: auto;
    }

    .cols-4 .frame-layout-teaser header:hover {
        background-color: #a2c513;
    }

    .cols-4 .frame-layout-teaser .ce-gallery {
        display: none;
    }

    /* .cols-4 .frame-layout-teaser */
}

/* */
.content-wrapper>.frame-layout-background-image {
    background: none !important;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    /* .ce-textpic */
    /* &.frame-bg-primary-left, &.frame-bg-secondary-left */
    /* &.frame-bg-primary-right, &.frame-bg-secondary-right */
    /* @media (max-width: 575px) */
}

.content-wrapper>.frame-layout-background-image .ce-textpic {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
    width: 51%;
    /* .ce-background-innerwrapper */
}

.content-wrapper>.frame-layout-background-image .ce-textpic .ce-background-innerwrapper {
    width: 100%;
}

.content-wrapper>.frame-layout-background-image .ce-textpic .ce-background-innerwrapper .ce-background-innerwrapper {
    padding: 1rem;
    width: 90%;
}

.content-wrapper>.frame-layout-background-image .ce-textpic.ce-right {
    float: right;
}

.content-wrapper>.frame-layout-background-image .ce-textpic:after {
    clear: both;
    content: '';
    display: block;
    float: none;
}

.content-wrapper>.frame-layout-background-image.frame-bg-primary-left .ce-background-innerwrapper,
.content-wrapper>.frame-layout-background-image.frame-bg-primary-right .ce-background-innerwrapper,
.content-wrapper>.frame-layout-background-image.frame-bg-secondary-left .ce-background-innerwrapper,
.content-wrapper>.frame-layout-background-image.frame-bg-secondary-right .ce-background-innerwrapper {
    margin-top: -2.8rem;
    padding: 3.9rem 2.94rem 4.7rem;
}

.content-wrapper>.frame-layout-background-image.frame-bg-primary-left .ce-background-innerwrapper,
.content-wrapper>.frame-layout-background-image.frame-bg-primary-right .ce-background-innerwrapper {
    background: #003f77;
}

.content-wrapper>.frame-layout-background-image.frame-bg-secondary-left .ce-background-innerwrapper,
.content-wrapper>.frame-layout-background-image.frame-bg-secondary-right .ce-background-innerwrapper {
    background: #a2c513;
}

.content-wrapper>.frame-layout-background-image.frame-bg-primary-left,
.content-wrapper>.frame-layout-background-image.frame-bg-secondary-left {
    /* .ce-background-innerwrapper */
    /* .ce-left */
}

.content-wrapper>.frame-layout-background-image.frame-bg-primary-left .ce-background-innerwrapper,
.content-wrapper>.frame-layout-background-image.frame-bg-secondary-left .ce-background-innerwrapper {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.content-wrapper>.frame-layout-background-image.frame-bg-primary-left .ce-background-innerwrapper .ce-bodytext,
.content-wrapper>.frame-layout-background-image.frame-bg-secondary-left .ce-background-innerwrapper .ce-bodytext {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.content-wrapper>.frame-layout-background-image.frame-bg-primary-left .ce-left,
.content-wrapper>.frame-layout-background-image.frame-bg-secondary-left .ce-left {
    width: 51%;
}

.content-wrapper>.frame-layout-background-image.frame-bg-primary-left .ce-left .ce-background-innerwrapper,
.content-wrapper>.frame-layout-background-image.frame-bg-secondary-left .ce-left .ce-background-innerwrapper {
    transform-origin: 200% 100%;
    -webkit-transform: rotate(-3deg) translate(99.5%, 0);
    -moz-transform: rotate(-3deg) translate(99.5%, 0);
    -ms-transform: rotate(-3deg) translate(99.5%, 0);
    -o-transform: rotate(-3deg) translate(99.5%, 0);
    transform: rotate(-3deg) translate(99.5%, 0);
    -webkit-transform: rotate(-3deg) translate3d(99.5%, 0, 0);
    -moz-transform: rotate(-3deg) translate3d(99.5%, 0, 0);
    -ms-transform: rotate(-3deg) translate3d(99.5%, 0, 0);
    -o-transform: rotate(3deg) translate3d(99.5%, 0, 0);
    transform: rotate(-3deg) translate3d(99.5%, 0, 0);
}

.content-wrapper>.frame-layout-background-image.frame-bg-primary-left .ce-right,
.content-wrapper>.frame-layout-background-image.frame-bg-secondary-left .ce-right {
    width: 52%;
}

.content-wrapper>.frame-layout-background-image.frame-bg-primary-left .ce-right .ce-background-innerwrapper,
.content-wrapper>.frame-layout-background-image.frame-bg-secondary-left .ce-right .ce-background-innerwrapper {
    -webkit-transform: rotate(-3deg) translate(-93%, 0);
    -moz-transform: rotate(-3deg) translate(-93%, 0);
    -ms-transform: rotate(-3deg) translate(-93%, 0);
    -o-transform: rotate(-3deg) translate(-93%, 0);
    transform: rotate(-3deg) translate(-93%, 0);
    -webkit-transform: rotate(-3deg) translate3d(-93%, 0, 0);
    -moz-transform: rotate(-3deg) translate3d(-93%, 0, 0);
    -ms-transform: rotate(-3deg) translate3d(-93%, 0, 0);
    -o-transform: rotate(-3deg) translate3d(-93%, 0, 0);
    transform: rotate(-3deg) translate3d(-93%, 0, 0);
    float: left;
    padding-left: 3.8rem;
    width: 105%;
}

@media (min-width: 768px) {

    .content-wrapper>.frame-layout-background-image.frame-bg-primary-left .ce-right,
    .content-wrapper>.frame-layout-background-image.frame-bg-secondary-left .ce-right {
        width: 66%;
    }

    .content-wrapper>.frame-layout-background-image.frame-bg-primary-left .ce-right .ce-background-innerwrapper,
    .content-wrapper>.frame-layout-background-image.frame-bg-secondary-left .ce-right .ce-background-innerwrapper {
        -webkit-transform: rotate(-3deg) translate(-90%, 0);
        -moz-transform: rotate(-3deg) translate(-90%, 0);
        -ms-transform: rotate(-3deg) translate(-90%, 0);
        -o-transform: rotate(-3deg) translate(-90%, 0);
        transform: rotate(-3deg) translate(-90%, 0);
        -webkit-transform: rotate(-3deg) translate3d(-90%, 0, 0);
        -moz-transform: rotate(-3deg) translate3d(-90%, 0, 0);
        -ms-transform: rotate(-3deg) translate3d(-90%, 0, 0);
        -o-transform: rotate(-3deg) translate3d(-90%, 0, 0);
        transform: rotate(-3deg) translate3d(-90%, 0, 0);
        width: 60%;
    }
}

@media (min-width: 1200px) {

    .content-wrapper>.frame-layout-background-image.frame-bg-primary-left .ce-right,
    .content-wrapper>.frame-layout-background-image.frame-bg-secondary-left .ce-right {
        width: 70%;
    }

    .content-wrapper>.frame-layout-background-image.frame-bg-primary-left .ce-right .ce-background-innerwrapper,
    .content-wrapper>.frame-layout-background-image.frame-bg-secondary-left .ce-right .ce-background-innerwrapper {
        -webkit-transform: rotate(-3deg) translate(-89%, 0);
        -moz-transform: rotate(-3deg) translate(-89%, 0);
        -ms-transform: rotate(-3deg) translate(-89%, 0);
        -o-transform: rotate(-3deg) translate(-89%, 0);
        transform: rotate(-3deg) translate(-89%, 0);
        -webkit-transform: rotate(-3deg) translate3d(-89%, 0, 0);
        -moz-transform: rotate(-3deg) translate3d(-89%, 0, 0);
        -ms-transform: rotate(-3deg) translate3d(-89%, 0, 0);
        -o-transform: rotate(-3deg) translate3d(-89%, 0, 0);
        transform: rotate(-3deg) translate3d(-89%, 0, 0);
        width: 50%;
    }
}

.content-wrapper>.frame-layout-background-image.frame-bg-primary-right .ce-background-innerwrapper,
.content-wrapper>.frame-layout-background-image.frame-bg-secondary-right .ce-background-innerwrapper {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.content-wrapper>.frame-layout-background-image.frame-bg-primary-right .ce-background-innerwrapper .ce-bodytext,
.content-wrapper>.frame-layout-background-image.frame-bg-secondary-right .ce-background-innerwrapper .ce-bodytext {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.content-wrapper>.frame-layout-background-image.frame-bg-primary-right .ce-right,
.content-wrapper>.frame-layout-background-image.frame-bg-secondary-right .ce-right {
    width: 51%;
}

.content-wrapper>.frame-layout-background-image.frame-bg-primary-right .ce-right .ce-background-innerwrapper,
.content-wrapper>.frame-layout-background-image.frame-bg-secondary-right .ce-right .ce-background-innerwrapper {
    transform-origin: -100% 50%;
    -webkit-transform: rotate(3deg) translate(-98%, 0);
    -moz-transform: rotate(3deg) translate(-98%, 0);
    -ms-transform: rotate(3deg) translate(-98%, 0);
    -o-transform: rotate(3deg) translate(-98%, 0);
    transform: rotate(3deg) translate(-98%, 0);
    -webkit-transform: rotate(3deg) translate3d(-98%, 0, 0);
    -moz-transform: rotate(3deg) translate3d(-98%, 0, 0);
    -ms-transform: rotate(3deg) translate3d(-98%, 0, 0);
    -o-transform: rotate(3deg) translate3d(-98%, 0, 0);
    transform: rotate(3deg) translate3d(-98%, 0, 0);
}

.content-wrapper>.frame-layout-background-image.frame-bg-primary-right .ce-left,
.content-wrapper>.frame-layout-background-image.frame-bg-secondary-right .ce-left {
    width: 52%;
}

.content-wrapper>.frame-layout-background-image.frame-bg-primary-right .ce-left .ce-background-innerwrapper,
.content-wrapper>.frame-layout-background-image.frame-bg-secondary-right .ce-left .ce-background-innerwrapper {
    -webkit-transform: rotate(3deg) translate(93%, 0);
    -moz-transform: rotate(3deg) translate(93%, 0);
    -ms-transform: rotate(3deg) translate(93%, 0);
    -o-transform: rotate(3deg) translate(93%, 0);
    transform: rotate(3deg) translate(93%, 0);
    -webkit-transform: rotate(3deg) translate3d(93%, 0, 0);
    -moz-transform: rotate(3deg) translate3d(93%, 0, 0);
    -ms-transform: rotate(3deg) translate3d(93%, 0, 0);
    -o-transform: rotate(3deg) translate3d(93%, 0, 0);
    transform: rotate(3deg) translate3d(93%, 0, 0);
    float: right;
    padding-right: 3.8rem;
    width: 105%;
}

@media (min-width: 768px) {

    .content-wrapper>.frame-layout-background-image.frame-bg-primary-right .ce-left,
    .content-wrapper>.frame-layout-background-image.frame-bg-secondary-right .ce-left {
        width: 66%;
    }

    .content-wrapper>.frame-layout-background-image.frame-bg-primary-right .ce-left .ce-background-innerwrapper,
    .content-wrapper>.frame-layout-background-image.frame-bg-secondary-right .ce-left .ce-background-innerwrapper {
        -webkit-transform: rotate(3deg) translate(90%, 0);
        -moz-transform: rotate(3deg) translate(90%, 0);
        -ms-transform: rotate(3deg) translate(90%, 0);
        -o-transform: rotate(3deg) translate(90%, 0);
        transform: rotate(3deg) translate(90%, 0);
        -webkit-transform: rotate(3deg) translate3d(90%, 0, 0);
        -moz-transform: rotate(3deg) translate3d(90%, 0, 0);
        -ms-transform: rotate(3deg) translate3d(90%, 0, 0);
        -o-transform: rotate(3deg) translate3d(90%, 0, 0);
        transform: rotate(3deg) translate3d(90%, 0, 0);
        width: 60%;
    }
}

@media (min-width: 1200px) {

    .content-wrapper>.frame-layout-background-image.frame-bg-primary-right .ce-left,
    .content-wrapper>.frame-layout-background-image.frame-bg-secondary-right .ce-left {
        width: 70%;
    }

    .content-wrapper>.frame-layout-background-image.frame-bg-primary-right .ce-left .ce-background-innerwrapper,
    .content-wrapper>.frame-layout-background-image.frame-bg-secondary-right .ce-left .ce-background-innerwrapper {
        -webkit-transform: rotate(3deg) translate(89%, 0);
        -moz-transform: rotate(3deg) translate(89%, 0);
        -ms-transform: rotate(3deg) translate(89%, 0);
        -o-transform: rotate(3deg) translate(89%, 0);
        transform: rotate(3deg) translate(89%, 0);
        -webkit-transform: rotate(3deg) translate3d(89%, 0, 0);
        -moz-transform: rotate(3deg) translate3d(89%, 0, 0);
        -ms-transform: rotate(3deg) translate3d(89%, 0, 0);
        -o-transform: rotate(3deg) translate3d(89%, 0, 0);
        transform: rotate(3deg) translate3d(89%, 0, 0);
        width: 50%;
    }
}

@media (max-width: 575px) {
    .content-wrapper>.frame-layout-background-image {
        /* >div */
        /* &.frame-bg-primary-right, &.frame-bg-secondary-right */
        /* &.frame-bg-primary-left, &.frame-bg-secondary-left */
    }

    .content-wrapper>.frame-layout-background-image>div {
        background-image: none !important;
        width: 100% !important;
        /* >div */
    }

    .content-wrapper>.frame-layout-background-image>div>div {
        position: relative;
        z-index: 0;
        /* &.ce-background-innerwrapper */
    }

    .content-wrapper>.frame-layout-background-image>div>div.ce-background-innerwrapper {
        float: none !important;
        margin: -1.5rem 0 !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        width: 100% !important;
        z-index: 1;
    }

    .content-wrapper>.frame-layout-background-image>div>div.ce-background-innerwrapper:after {
        background: inherit;
        bottom: 0;
        content: '';
        display: block;
        left: -25%;
        position: absolute;
        right: -25%;
        top: 0;
        z-index: -1;
    }

    .content-wrapper>.frame-layout-background-image.frame-bg-primary-right,
    .content-wrapper>.frame-layout-background-image.frame-bg-secondary-right {
        /* >div .ce-background-innerwrapper */
    }

    .content-wrapper>.frame-layout-background-image.frame-bg-primary-right>div .ce-background-innerwrapper,
    .content-wrapper>.frame-layout-background-image.frame-bg-secondary-right>div .ce-background-innerwrapper {
        -webkit-transform: rotate(3deg) !important;
        -moz-transform: rotate(3deg) !important;
        -ms-transform: rotate(3deg) !important;
        -o-transform: rotate(3deg) !important;
        transform: rotate(3deg) !important;
    }

    .content-wrapper>.frame-layout-background-image.frame-bg-primary-left,
    .content-wrapper>.frame-layout-background-image.frame-bg-secondary-left {
        /* >div .ce-background-innerwrapper */
    }

    .content-wrapper>.frame-layout-background-image.frame-bg-primary-left>div .ce-background-innerwrapper,
    .content-wrapper>.frame-layout-background-image.frame-bg-secondary-left>div .ce-background-innerwrapper {
        -webkit-transform: rotate(-3deg) !important;
        -moz-transform: rotate(-3deg) !important;
        -ms-transform: rotate(-3deg) !important;
        -o-transform: rotate(-3deg) !important;
        transform: rotate(-3deg) !important;
    }

    .content-wrapper>.frame-layout-background-image>div.ce-left>div.ce-background-innerwrapper {
        margin-top: -1.5rem !important;
        padding-top: 3.9rem;
    }

    .content-wrapper>.frame-layout-background-image>div.ce-right>div.ce-background-innerwrapper {
        margin-bottom: -1.5rem !important;
        padding-bottom: 3.9rem;
    }
}

/* .content-wrapper > .frame-layout-background-image */
div.frame-layout-full-width-image {
    background: none !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    /* header */
    /* &.frame-bg-secondary-left, &.frame-bg-secondary-right */
    /* &.frame-bg-primary-left, &.frame-bg-primary-right */
    /* &.frame-bg-secondary-left, &.frame-bg-secondary-right */
    /* &.frame-bg-primary-right, &.frame-bg-secondary-right */
}

div.frame-layout-full-width-image header {
    position: absolute;
    z-index: 1;
    /* >* */
}

div.frame-layout-full-width-image header>* {
    font-size: 1.93rem;
    line-height: 1.098;
    margin: 0;
    padding: 1rem;
    /* @media (min-width: 768px) */
    /* @media (min-width: 1200px) */
}

@media (min-width: 768px) {
    div.frame-layout-full-width-image header>* {
        font-size: 2.67rem;
        line-height: 1.049;
    }
}

@media (min-width: 1200px) {
    div.frame-layout-full-width-image header>* {
        font-size: 2.95rem;
        line-height: 1.1;
    }
}

div.frame-layout-full-width-image .ce-image * {
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}

div.frame-layout-full-width-image.frame-bg-primary-left,
div.frame-layout-full-width-image.frame-bg-primary-right,
div.frame-layout-full-width-image.frame-bg-secondary-left,
div.frame-layout-full-width-image.frame-bg-secondary-right {
    /* header  */
}

div.frame-layout-full-width-image.frame-bg-primary-left header,
div.frame-layout-full-width-image.frame-bg-primary-right header,
div.frame-layout-full-width-image.frame-bg-secondary-left header,
div.frame-layout-full-width-image.frame-bg-secondary-right header {
    /* >*  */
}

div.frame-layout-full-width-image.frame-bg-primary-left header>*,
div.frame-layout-full-width-image.frame-bg-primary-right header>*,
div.frame-layout-full-width-image.frame-bg-secondary-left header>*,
div.frame-layout-full-width-image.frame-bg-secondary-right header>* {
    padding: 1.125em;
}

div.frame-layout-full-width-image.frame-bg-primary-left header:before,
div.frame-layout-full-width-image.frame-bg-primary-right header:before,
div.frame-layout-full-width-image.frame-bg-secondary-left header:before,
div.frame-layout-full-width-image.frame-bg-secondary-right header:before,
div.frame-layout-full-width-image.frame-bg-primary-left header:after,
div.frame-layout-full-width-image.frame-bg-primary-right header:after,
div.frame-layout-full-width-image.frame-bg-secondary-left header:after,
div.frame-layout-full-width-image.frame-bg-secondary-right header:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
}

div.frame-layout-full-width-image.frame-bg-primary-left,
div.frame-layout-full-width-image.frame-bg-primary-right {
    /* header */
}

div.frame-layout-full-width-image.frame-bg-primary-left header,
div.frame-layout-full-width-image.frame-bg-primary-right header,
div.frame-layout-full-width-image.frame-bg-primary-left header:before,
div.frame-layout-full-width-image.frame-bg-primary-right header:before,
div.frame-layout-full-width-image.frame-bg-primary-left header:after,
div.frame-layout-full-width-image.frame-bg-primary-right header:after {
    background: rgba(0, 63, 119, 0.8);
}

div.frame-layout-full-width-image.frame-bg-secondary-left,
div.frame-layout-full-width-image.frame-bg-secondary-right {
    /* header */
}

div.frame-layout-full-width-image.frame-bg-secondary-left header,
div.frame-layout-full-width-image.frame-bg-secondary-right header,
div.frame-layout-full-width-image.frame-bg-secondary-left header:before,
div.frame-layout-full-width-image.frame-bg-secondary-right header:before,
div.frame-layout-full-width-image.frame-bg-secondary-left header:after,
div.frame-layout-full-width-image.frame-bg-secondary-right header:after {
    background: rgba(162, 197, 19, 0.8);
}

div.frame-layout-full-width-image.frame-bg-primary-left,
div.frame-layout-full-width-image.frame-bg-secondary-left {
    /* header */
}

div.frame-layout-full-width-image.frame-bg-primary-left header,
div.frame-layout-full-width-image.frame-bg-secondary-left header {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    transform-origin: 4.1176rem 4.1176rem;
    /* &:before */
    /* &:after */
}

div.frame-layout-full-width-image.frame-bg-primary-left header:before,
div.frame-layout-full-width-image.frame-bg-secondary-left header:before {
    bottom: 0;
    left: 99.75%;
    top: 0;
    width: 50%;
}

div.frame-layout-full-width-image.frame-bg-primary-left header:after,
div.frame-layout-full-width-image.frame-bg-secondary-left header:after {
    height: 100%;
    left: 0;
    right: 0;
    top: 99.75%;
}

div.frame-layout-full-width-image.frame-bg-primary-right header,
div.frame-layout-full-width-image.frame-bg-secondary-right header {
    left: 0;
    top: 0;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    transform-origin: 100% 0;
    transform-origin: 5rem 7rem;
    /* &:before */
    /* &:after */
}

div.frame-layout-full-width-image.frame-bg-primary-right header:before,
div.frame-layout-full-width-image.frame-bg-secondary-right header:before {
    bottom: 0;
    right: 99.75%;
    top: 0;
    width: 50%;
}

div.frame-layout-full-width-image.frame-bg-primary-right header:after,
div.frame-layout-full-width-image.frame-bg-secondary-right header:after {
    bottom: 99.75%;
    height: 100%;
    left: 0;
    right: 0;
}

div.frame-layout-full-width-image.frame-bg-primary-left-top header,
div.frame-layout-full-width-image.frame-bg-primary-left-bottom header,
div.frame-layout-full-width-image.frame-bg-primary-right-top header,
div.frame-layout-full-width-image.frame-bg-primary-right-bottom header {
    position: absolute;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

div.frame-layout-full-width-image.frame-bg-primary-left-top header>*,
div.frame-layout-full-width-image.frame-bg-primary-left-bottom header>*,
div.frame-layout-full-width-image.frame-bg-primary-right-top header>*,
div.frame-layout-full-width-image.frame-bg-primary-right-bottom header>* {
    color: #fff;
    padding: 1.125em;
}

div.frame-layout-full-width-image.frame-bg-primary-left-top header:after,
div.frame-layout-full-width-image.frame-bg-primary-left-bottom header:after,
div.frame-layout-full-width-image.frame-bg-primary-right-top header:after,
div.frame-layout-full-width-image.frame-bg-primary-right-bottom header:after {
    background: rgba(0, 63, 119, 0.8);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

div.frame-layout-full-width-image.frame-bg-primary-left-top header {
    top: 0;
    left: 0;
}

div.frame-layout-full-width-image.frame-bg-primary-left-top header:after {
    left: -100%;
    top: -100%;
}

div.frame-layout-full-width-image.frame-bg-primary-left-bottom header {
    bottom: 0;
    left: 0;
}

div.frame-layout-full-width-image.frame-bg-primary-left-bottom header:after {
    bottom: -100%;
    left: -100%;
}

div.frame-layout-full-width-image.frame-bg-primary-right-top header {
    top: 0;
    right: 0;
}

div.frame-layout-full-width-image.frame-bg-primary-right-top header:after {
    right: -100%;
    top: -100%;
}

div.frame-layout-full-width-image.frame-bg-primary-right-bottom header {
    bottom: 0;
    right: 0;
}

div.frame-layout-full-width-image.frame-bg-primary-right-bottom header:after {
    bottom: -100%;
    right: -100%;
}

/* #hero > div.frame-layout-full-width-image */
div+div.frame-layout-full-width-image {
    margin-top: 2.5rem !important;
}

/* div + div.frame-layout-full-width-image */
.ce-gallery.owl-carousel {
    margin: 0;
    width: auto;
    max-width: 100%;
    /* .owl-item .ce-row */
}

.ce-gallery.owl-carousel .owl-item .ce-row {
    /* &.background-added */
}

.ce-gallery.owl-carousel .owl-item .ce-row * {
    width: 100%;
}

.ce-gallery.owl-carousel .owl-item .ce-row.background-added {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    height: 60vw;
}

@media (min-width: 576px) {
    .ce-gallery.owl-carousel .owl-item .ce-row.background-added {
        height: 24rem;
    }
}

@media (min-width: 768px) {
    .ce-gallery.owl-carousel .owl-item .ce-row.background-added {
        height: 29.15rem;
    }
}

.ce-gallery.owl-carousel .owl-item .ce-row.background-added>div {
    display: none;
}

@media (min-width: 576px) {
    .ce-gallery.owl-carousel {
        height: auto;
        margin: 0 auto;
        width: 480px;
    }
}

@media (min-width: 768px) {
    .ce-gallery.owl-carousel {
        margin: 0 auto;
        width: 760px;
        /* max-width: 80%; */
    }
}

@media (min-width: 992px) {
    .ce-gallery.owl-carousel {
        width: 100%;
    }
}

/* .ce-gallery.owl-carousel */
.owl-theme,
.owl-carousel,
.owl-carousel.owl-theme {
    position: relative;
    /* .owl-dots */
    /* .owl-nav */
}

.owl-theme .owl-dots,
.owl-carousel .owl-dots,
.owl-carousel.owl-theme .owl-dots {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    /* .owl-dot */
}

.owl-theme .owl-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot,
.owl-carousel.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot>span,
.owl-carousel .owl-dots .owl-dot>span,
.owl-carousel.owl-theme .owl-dots .owl-dot>span {
    background: #003f77;
    border-radius: 0;
    height: 0.885rem;
    margin: 0.885rem 0.44rem 0;
    opacity: 1;
    width: 0.885rem;
}

.owl-theme .owl-dots .owl-dot.active>span,
.owl-carousel .owl-dots .owl-dot.active>span,
.owl-carousel.owl-theme .owl-dots .owl-dot.active>span,
.owl-theme .owl-dots .owl-dot:hover>span,
.owl-carousel .owl-dots .owl-dot:hover>span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover>span {
    background: #0099DC;
}

.owl-theme .owl-dots .owl-dot:focus,
.owl-carousel .owl-dots .owl-dot:focus,
.owl-carousel.owl-theme .owl-dots .owl-dot:focus {
    box-shadow: none;
    outline: none;
}

.owl-theme .owl-nav,
.owl-carousel .owl-nav,
.owl-carousel.owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    /* button */
}

.owl-theme .owl-nav button,
.owl-carousel .owl-nav button,
.owl-carousel.owl-theme .owl-nav button {
    background-color: #0099DC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border-radius: 0;
    font-size: 0;
    height: 55px;
    height: 3.236rem;
    line-height: 0;
    margin: -27px 0 0;
    margin: -1.618rem 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 55px;
    width: 3.236rem;
}

.owl-theme .owl-nav button:hover,
.owl-carousel .owl-nav button:hover,
.owl-carousel.owl-theme .owl-nav button:hover {
    background-color: #003f77;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
}

.owl-theme .owl-nav button:focus,
.owl-carousel .owl-nav button:focus,
.owl-carousel.owl-theme .owl-nav button:focus {
    outline: none;
}

.owl-theme .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel.owl-theme .owl-nav button.owl-prev {
    background-image: url(/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Pfeil_Projektfinder_News_rechts.svg);
    left: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-theme .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel.owl-theme .owl-nav button.owl-next {
    background-image: url(/fileadmin/templates/Resources/Public/Images/Icons/Bedienelemente/Pfeil_Projektfinder_News_rechts.svg);
    right: 0;
}

.hero-wrapper .owl-theme .owl-dots,
.hero-wrapper .owl-carousel .owl-dots,
.hero-wrapper .owl-carousel.owl-theme .owl-dots {
    margin: 0;
    position: relative;
    right: 0;
}

.hero-wrapper .owl-carousel button.owl-dot {
    float: right;
}

/* .owl-theme, .owl-carousel, .owl-carousel.owl-theme */
@media (max-width: 575px) {
    .frame-layout-slider+.frame-layout-round-image {
        /* >.ce-textpic */
    }

    .frame-layout-slider+.frame-layout-round-image>.ce-textpic {
        margin-bottom: 6.5rem;
        padding: 3.54rem 1.77rem 5.31rem !important;
        width: 100%;
        max-width: none;
        /* .ce-gallery */
    }

    .frame-layout-slider+.frame-layout-round-image>.ce-textpic:after {
        bottom: 0;
        content: '';
        display: block;
        left: -25%;
        position: absolute;
        right: -25%;
        top: -10%;
        z-index: -1;
    }

    .frame-layout-slider+.frame-layout-round-image>.ce-textpic .ce-gallery {
        left: 50% !important;
        top: 100% !important;
    }

    .frame-layout-slider+.frame-layout-round-image>.ce-textpic.frame-bg-primary-left:after,
    .frame-layout-slider+.frame-layout-round-image>.ce-textpic.frame-bg-primary-right:after {
        background: #003f77;
    }

    .frame-layout-slider+.frame-layout-round-image>.ce-textpic.frame-bg-secondary-left:after,
    .frame-layout-slider+.frame-layout-round-image>.ce-textpic.frame-bg-secondary-right:after {
        background: #a2c513;
    }

    div.frame-layout-full-width-image header>* {
        font-size: 1.53rem;
    }

    /* .frame-layout-slider + .frame-layout-round-image */
}

.frame-layout-teaser.frame-bg-primary header,
.frame-layout-teaser.frame-bg-primary-left header,
.frame-layout-teaser.frame-bg-primary-right header {
    background-color: rgba(0, 63, 119, 0.8) !important;

}

.frame-layout-teaser.frame-bg-primary header h4 {
    position: relative;
}

.frame-layout-teaser.frame-bg-primary:hover .ce-textpic header,
.frame-layout-teaser.frame-bg-primary-left:hover header,
.frame-layout-teaser.frame-bg-primary-right:hover header {
    background-color: rgba(0, 63, 119, 0.8) !important;
}

.frame-layout-teaser.frame-bg-primary header h4 {
    font-size: 1.6rem;
    margin-bottom: 0;
}

.frame-layout-teaser .ce-below header {
    bottom: 0;
}

/* @media (max-width: 575px) */
.frame-layout-header-overlayed {
    -moz-hyphens: none;
    hyphens: none;
    overflow: hidden;
    position: relative;
    word-break: normal;
    /* >header */
    /* &.frame-default > header */
    /*&:hover > header >*:first-child > a,*/
    /*&.frame-bg-secondary-left:hover > header > *:first-child > a,*/
}

.frame-layout-header-overlayed .ce-gallery {
    margin-bottom: 0;
}

.frame-layout-header-overlayed>header {
    margin: 0 !important;
    pointer-events: none;
    position: absolute;
    max-width: 75%;
    z-index: 1;
    /* >* */
}

.frame-layout-header-overlayed>header>* {
    margin: 0;
    /* &:first-child */
    /* &:nth-child(2) */
}

.frame-layout-header-overlayed>header>*:first-child {
    background: #003f77;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    padding: 10px 10px 10px 20px;
    text-transform: uppercase;
    /* @media (min-width: 1200px) */
}

.frame-layout-header-overlayed>header>*:first-child>a {
    color: #fff;
    display: block;
    margin: -10px -10px -10px -20px;
    padding: 10px 10px 10px 20px;
}

@media (min-width: 1200px) {
    .frame-layout-header-overlayed>header>*:first-child {
        padding: 15px;
    }

    .frame-layout-header-overlayed>header>*:first-child>a {
        margin: -15px;
        padding: 15px;
    }
}

.frame-layout-header-overlayed>header>*:nth-child(2) {
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 1rem 1rem 1rem 20px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    text-transform: none;
    /* @media (min-width: 1200px) */
}

@media (min-width: 1200px) {
    .frame-layout-header-overlayed>header>*:nth-child(2) {
        padding-left: 15px;
    }
}

.frame-layout-header-overlayed>header h2,
.frame-layout-header-overlayed>header h3,
.frame-layout-header-overlayed>header .h2,
.frame-layout-header-overlayed>header .h3 {
    font-size: 2rem;
}

.frame-layout-header-overlayed>header h2+h3,
.frame-layout-header-overlayed>header h3+h3,
.frame-layout-header-overlayed>header .h2+h3,
.frame-layout-header-overlayed>header .h3+h3,
.frame-layout-header-overlayed>header h2+h4,
.frame-layout-header-overlayed>header h3+h4,
.frame-layout-header-overlayed>header .h2+h4,
.frame-layout-header-overlayed>header .h3+h4,
.frame-layout-header-overlayed>header h2+.h3,
.frame-layout-header-overlayed>header h3+.h3,
.frame-layout-header-overlayed>header .h2+.h3,
.frame-layout-header-overlayed>header .h3+.h3,
.frame-layout-header-overlayed>header h2+.h4,
.frame-layout-header-overlayed>header h3+.h4,
.frame-layout-header-overlayed>header .h2+.h4,
.frame-layout-header-overlayed>header .h3+.h4 {
    font-size: 3.1rem;
}

.frame-layout-header-overlayed>header h4,
.frame-layout-header-overlayed>header h5,
.frame-layout-header-overlayed>header .h4,
.frame-layout-header-overlayed>header .h5 {
    font-size: 1rem;
}

.frame-layout-header-overlayed>header h4+h5,
.frame-layout-header-overlayed>header h5+h5,
.frame-layout-header-overlayed>header .h4+h5,
.frame-layout-header-overlayed>header .h5+h5,
.frame-layout-header-overlayed>header h4+h6,
.frame-layout-header-overlayed>header h5+h6,
.frame-layout-header-overlayed>header .h4+h6,
.frame-layout-header-overlayed>header .h5+h6,
.frame-layout-header-overlayed>header h4+.h5,
.frame-layout-header-overlayed>header h5+.h5,
.frame-layout-header-overlayed>header .h4+.h5,
.frame-layout-header-overlayed>header .h5+.h5,
.frame-layout-header-overlayed>header h4+.h6,
.frame-layout-header-overlayed>header h5+.h6,
.frame-layout-header-overlayed>header .h4+.h6,
.frame-layout-header-overlayed>header .h5+.h6 {
    font-size: 1.7rem;
}

.frame-layout-header-overlayed.frame-default>header {
    left: 0;
    top: 1.54rem;
}

.frame-layout-header-overlayed.frame-bg-primary-left,
.frame-layout-header-overlayed.frame-bg-primary-right,
.frame-layout-header-overlayed.frame-bg-secondary-left,
.frame-layout-header-overlayed.frame-bg-secondary-right {
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    /* >header */
}

.frame-layout-header-overlayed.frame-bg-primary-left>header,
.frame-layout-header-overlayed.frame-bg-primary-right>header,
.frame-layout-header-overlayed.frame-bg-secondary-left>header,
.frame-layout-header-overlayed.frame-bg-secondary-right>header {
    padding: 20px;
    padding: 2rem 1.54rem 1.54rem;
    /* >* */
}

.frame-layout-header-overlayed.frame-bg-primary-left>header>*,
.frame-layout-header-overlayed.frame-bg-primary-right>header>*,
.frame-layout-header-overlayed.frame-bg-secondary-left>header>*,
.frame-layout-header-overlayed.frame-bg-secondary-right>header>* {
    background: none !important;
    padding: 0;
    text-shadow: none !important;
    /* &:nth-child(2) */
    /* a:before */
}

.frame-layout-header-overlayed.frame-bg-primary-left>header>*:nth-child(2),
.frame-layout-header-overlayed.frame-bg-primary-right>header>*:nth-child(2),
.frame-layout-header-overlayed.frame-bg-secondary-left>header>*:nth-child(2),
.frame-layout-header-overlayed.frame-bg-secondary-right>header>*:nth-child(2) {
    padding-top: 0.77rem;
}

@media (min-width: 1200px) {

    .frame-layout-header-overlayed.frame-bg-primary-left>header>*:nth-child(2),
    .frame-layout-header-overlayed.frame-bg-primary-right>header>*:nth-child(2),
    .frame-layout-header-overlayed.frame-bg-secondary-left>header>*:nth-child(2),
    .frame-layout-header-overlayed.frame-bg-secondary-right>header>*:nth-child(2) {
        font-size: 1.9rem;
        padding-top: 1.1rem;
    }
}

.frame-layout-header-overlayed.frame-bg-primary-left>header>* a:before,
.frame-layout-header-overlayed.frame-bg-primary-right>header>* a:before,
.frame-layout-header-overlayed.frame-bg-secondary-left>header>* a:before,
.frame-layout-header-overlayed.frame-bg-secondary-right>header>* a:before {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.frame-layout-header-overlayed.frame-bg-primary-left .ce-gallery,
.frame-layout-header-overlayed.frame-bg-primary-right .ce-gallery,
.frame-layout-header-overlayed.frame-bg-secondary-left .ce-gallery,
.frame-layout-header-overlayed.frame-bg-secondary-right .ce-gallery {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.frame-layout-header-overlayed.frame-bg-primary-left>header,
.frame-layout-header-overlayed.frame-bg-secondary-left>header {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    transform-origin: 0 100% 1px;
}

.frame-layout-header-overlayed.frame-bg-primary-right>header,
.frame-layout-header-overlayed.frame-bg-secondary-right>header {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    transform-origin: 100% 0 1px;
}

.frame-layout-header-overlayed.frame-bg-primary-left>header,
.frame-layout-header-overlayed.frame-bg-primary-right>header {
    background: rgba(0, 73, 144, 0.7);
}

.frame-layout-header-overlayed.frame-bg-secondary-left>header,
.frame-layout-header-overlayed.frame-bg-secondary-right>header {
    background: rgba(0, 73, 144, 0.7);
}

.frame-layout-header-overlayed.frame-default:hover>header>*:first-child>a {
    background: #4C5356;
}

.frame-layout-header-overlayed.frame-bg-primary-left:hover>header>*:first-child>a,
.frame-layout-header-overlayed.frame-bg-primary-left:hover>header>*:first-child>a:before,
.frame-layout-header-overlayed.frame-bg-primary-right:hover>header>*:first-child>a:before {
    background: rgba(76, 83, 86, 0.8);
}

.frame-layout-header-overlayed.frame-bg-secondary-left:hover>header>*:first-child>a:before,
.frame-layout-header-overlayed.frame-bg-secondary-right:hover>header>*:first-child>a:before {
    background: rgba(76, 83, 86, 0.8) !important;
}

.frame-layout-header-overlayed.frame-bg-primary-left:hover>header,
.frame-layout-header-overlayed.frame-bg-primary-right:hover>header,
.frame-layout-header-overlayed.frame-bg-secondary-left:hover>header,
.frame-layout-header-overlayed.frame-bg-secondary-right:hover>header {
    background: rgba(76, 83, 86, 0.8) !important;
}

/* .frame-layout-header-overlayed */
/* Footer */
.footer {
    background: #003f77;
    color: #fff !important;
    font-size: 20px;
    font-size: 1.2rem;
    line-height: 1.4;
}

.footer h4 {
    color: #fff !important;
}

.footer .silouette {
    background: #fff
}

.footer .silouette img {
    width: 100%
}

.footer a,
.footer header>* {
    color: #fff;
}

.footer .frame>* {
    margin: 0;
    padding: 1.75rem 0;
}

.footer .frame>*+* {
    padding-top: 0;
}

.footer .btn {
    text-transform: uppercase;
}

#uid-11 .footer{
    display: none;
}

/* .footer */
.subfooter {
    background: #4C5356;
    color: #fff !important;
    padding: 1.2rem;
    padding-top: 2.4rem;
}

.subfooter h4 {
    color: #fff !important;
}

.subfooter img {
    height: 30px;
    width: auto;
}

.subfooter .container {
    font-size: 14px;
    line-height: 1.4;
}

.subfooter .container>* {
    margin: 0 0.5rem;
    padding-left: 15px;
    padding-right: 15px;
}

.subfooter .row:first-child #c4::before {
    content: '&nbsp;';
    background-image: url("/fileadmin/ebert_ingenieure/icons/envelope-light.svg");
    background-size: contain;
    height: 15px;
    width: 15px;
    color: transparent;
    float: left;
}

.subfooter .row:first-child #c39::before {
    content: '&nbsp;';
    background-image: url("/fileadmin/ebert_ingenieure/icons/phone-light.svg");
    background-size: contain;
    height: 15px;
    width: 15px;
    color: transparent;
    float: left;
}

.subfooter .row:first-child #c40::before {
    content: '&nbsp;';
    background-image: url("/fileadmin/ebert_ingenieure/icons/fax-solid.svg");
    background-size: contain;
    height: 15px;
    width: 15px;
    color: transparent;
    float: left;
}

.subfooter .row:first-child #c41::before,
.subfooter .row:first-child #c42::before,
.subfooter .row:first-child #c43::before {
    content: '&nbsp;';
    background-image: url("/fileadmin/ebert_ingenieure/icons/map-pin-solid.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: 15px;
    width: 15px;
    color: transparent;
    float: left;
}

.subfooter .row:first-child #c1016::before,
.subfooter .row:first-child #c1017::before {
    font-family: "FontAwesome";
    content: "\f015";
    color: #fff;
    float: left;
    padding-right: 8px;
}

.subfooter .row:first-child #c1090::before {
    font-family: "FontAwesome";
    content: "\f16d";
    color: #fff;
    float: left;
    padding-right: 8px;
}

.subfooter .row:first-child p {
    margin-left: 20px;
    margin-bottom: 10px;
}

#c1115 p {
    margin-left: 0px;
}

.subfooter .row:first-child #c1018 p,
.subfooter .row:first-child #c1019 p {
    margin-left: 0px;
}

.subfooter ul:not(.typo3-messages)>li {
    padding: 0 1rem 0 0;
    display: inline;
}

.subfooter ul {
    list-style: none;
    padding-left: 0;
}

#socialicons-footer {
    text-align: right;
}

@media (max-width: 767px) {
    .subfooter .container>* {
        display: block;
        margin: 0.6rem 0;
    }
}

@media (max-width: 767px) {
    .subfooter .container {
        font-size: 0.8rem;
    }

    .col-md-4 {
        margin-bottom: 15px;
    }

    .col-md-4:last-child {
        margin-bottom: 0px;
    }

    .icons img {
        max-width: 250px !important;
    }
}


/* .metanavigation-footer */
#socialicons-footer li {
    padding: 0 7px 0 8px !important;
}

#nm-cookieWrapper .text-wrapper h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#nm-cookieWrapper #nm-acceptCookie {
    padding: 0.5rem 0.888rem;
    min-width: 70px;
}

/* #nm-cookieWrapper */
/*# sourceMappingURL=styles.css.map */

body>.job-inner-wrap,
body>.detailview-referenz-content-wrapper,
body>figure,
body>.detailview-news-content-outer {
    padding-left: 30px;
    padding-right: 30px;
    margin: 2.941rem auto 4.8rem;
    max-width: 1240px;
    width: 100%;
}

body>.job-inner-wrap h3 {
    font-weight: bold;
}

body>.job-inner-wrap h2 {
    font-size: 1.18rem;
    margin-bottom: 0.3rem;
    font-weight: bold;
    ;
}

/* MINDSHAPE COOKIE CONSENT*/
.cookie-consent-container .consent-modal {
    position: absolute;
    bottom: 5px;
    top: auto !important;
    transform: translate(-50%, -2%) !important;
    max-width: 96% !important;
    width: 96% !important;
    max-height: auto !important;
    min-height: auto !important;
    height: auto !important;
    margin: auto;
    padding: 1em;
    background-color: #fff;
    overflow-y: auto;
    box-shadow: 0 0 5px #000;
    border-radius: 5px;
    transition: all .5s ease-in-out;
    text-align: center;
}

.cookie-consent-container a.show-details,
.cookie-consent-container a:visited.show-details,
.cookie-consent-container a:active.show-details,
.cookie-consent-container a:focus.show-details,
.cookie-consent-container a:focus:active.show-details {
    font-size: 1rem !important;
}

.video-embed {
    background: url(/fileadmin/templates/Resources/Public/Images/video_blocked.png) center center no-repeat #e8eaed;
}

#nm_gmap201811 {
    background: url(/fileadmin/templates/Resources/Public/Images/map_blocked.png) center center no-repeat #e8eaed;
    text-align: left;
}

#nm_gmap201811 .cookie-consent-replacement {
    padding-top: 36%;
}

.cookie-consent-container .buttons .btn--secondary {
    background: #0099DC !important;
    color: #fff !important;
    border: 2px solid #0099DC !important;
    margin-bottom: 10px;
    opacity: 1 !important;
}

.cookie-consent-container .buttons .btn--secondary:hover {
    background: #4C5356 !important;
    border: 2px solid #4C5356 !important
}

.cookie-consent-container .buttons .btn--primary {
    background: #0099DC !important;
    color: #fff;
    border: 2px solid #0099DC !important;
    margin-bottom: 10px;
}

.cookie-consent-container .buttons .btn--primary:hover {
    background: #4C5356 !important;
    border: 2px solid #4C5356 !important
}

.cookie-consent-container .label input:checked~.checkmark {
    background-color: #0099DC !important;
}

.cc-animate.cc-revoke {
    -webkit-transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em)
}

.cc-animate.cc-revoke.ctive.cc-bottom:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-animate.cc-revoke:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-revoke {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}

.cc-revoke button.btn.btn-primary {
    border: solid 1px #fff;
}

.cc-revoke {
    padding: .5em
}

.cc-revoke {
    cursor: pointer
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {

    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,
    .cc-window.cc-floating,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em;
    margin-bottom: 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}

@media (min-width: 768px) {
    .cookie-consent-container .consent-modal .options li {
        width: 24% !important;
    }
}

/** JOB FORMULARE */
#form-container .form-group {
    display: flex;
}

#form-container .text-muted {
    text-decoration: none;
}

#form-container .text-muted h3 {
    display: none;
}

#form-container label {
    text-align: right;
}

.hero-wrapper #hero>.frame-default header {
    width: 100%;
    left: 50%;
    margin-left: -50%;
    padding: 15px 0;
}

@media (min-width: 576px) {
    .hero-wrapper #hero>.frame-default header {
        bottom: 0;
        left: 50%;
        margin: auto;
        padding: 30px 15px;
        position: relative;
        max-width: 540px;
        position: absolute;
        width: 100%;
        margin-left: -270px;
        bottom: 0;
    }
}

@media (min-width: 768px) {
    .hero-wrapper #hero>.frame-default header {
        max-width: 720px;
        margin-left: -360px;
    }
}

@media (min-width: 992px) {
    .hero-wrapper #hero>.frame-default header {
        max-width: 920px;
        margin-left: -460px;
    }
}

@media (min-width: 1200px) {
    .hero-wrapper #hero>.frame-default header {
        max-width: 1240px;
        margin-left: -620px;
        padding: 60px 30px;
    }

    .dropdown-menu.show {
        display: none;
    }
}

.results-referenzen .col-12,
#uid-97 #filter-project .form-group,
#uid-97 #filter-project .btn,
.results-referenzen .col-12,
#uid-105 #filter-project .form-group,
#uid-105 #filter-project .btn,
.results-referenzen .col-12,
#uid-104 #filter-project .form-group,
#uid-104 #filter-project .btn,
.results-referenzen .col-12,
#uid-103 #filter-project .form-group,
#uid-103 #filter-project .btn,
.results-referenzen .col-12,
#uid-93 #filter-project .form-group,
#uid-93 #filter-project .btn,
.results-referenzen .col-12,
#uid-106 #filter-project .form-group,
#uid-106 #filter-project .btn,
.results-referenzen .col-12,
#uid-107 #filter-project .form-group,
#uid-107 #filter-project .btn,
.results-referenzen .col-12,
#uid-98 #filter-project .form-group,
#uid-98 #filter-project .btn,
.results-referenzen .col-12,
#uid-102 #filter-project .form-group,
#uid-102 #filter-project .btn {
    display: none;
}

#job-counter .btn-primary {
    background: #4C5356 !important;
    width: 100%;
    max-width: 500px;
}

.content-wrapper>.frame-type-text,
.content-wrapper>.frame-type-html {
    padding: 0 0;
}

.icons .kreis {
    background: #83aecb;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    margin: 50px;
}

#uid-1 .icons .kreis {
    background: #e6e6e8;
}



.icons img {
    height: 60px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.icons .counter {
    font-size: 32px;
    font-weight: 700;
    color: #004990;
    margin-top: -20px;

}

.icons h4 {
    font-size: 24px;
    text-transform: none;
}

#uid-1 .icons h4 {
    font-size: 18px;
    color: #2B2E34;
    text-transform: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .icons .kreis {
        margin: 0px;
    }

    .icons img {
        max-width: 100px
    }

    .icons .counter {
        font-size: 32px;
        margin-top: -10px;

    }

    .icons h4 {
        font-size: 20px;
    }

    .row.icons:first-child {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .icons {
        margin-left: 5%;
        margin-right: 5%;
    }
}



body>.job-inner-wrap,
body>.detailview-referenz-content-wrapper,
body>figure,
body>.detailview-news-content-outer {
    padding-left: 30px;
    padding-right: 30px;
    margin: 2.941rem auto 4.8rem;
    max-width: 1240px;
    width: 100%;
}

body>.job-inner-wrap h3 {
    font-weight: bold;
}

body>.job-inner-wrap h2 {
    font-size: 1.18rem;
    margin-bottom: 0.3rem;
    font-weight: bold;
    ;
}

@media (min-width: 1200px) {
    #header-navbar .navbar-nav>li.dropdown .dropdown-menu.c-menu-type-fullwidth {
        min-width: 100%;
        max-width: none;
        left: 0;
        right: 0;
        background: #004990;
        margin-left: calc(-36% + 15px);
    }

    #header-navbar .navbar-nav>li.dropdown .dropdown-menu.c-menu-type-fullwidth .headline {
        padding: 0.5rem 1rem;
        font-size: 20px;
        font-size: 1.54rem;
        width: 100%;
    }

    #header-navbar .navbar-nav>li.dropdown .dropdown-menu.c-menu-type-fullwidth a {
        color: #fff;
        line-height: 1.4;
    }
}

#header-navbar .navbar-nav>li.dropdown .dropdown-menu.c-menu-type-fullwidth ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
}

#header-navbar .navbar-nav>li.dropdown .dropdown-menu.c-menu-type-fullwidth li {
    padding: 0;
    white-space: wrap;
}


#filter-project .form-group,
#filter-project .btn {
    display: none;
}

#uid-9 #filter-project .btn {
    display: inline-block;
    float: right;
}

#uid-9 #filter-project .form-group {
    display: flex;
}

.gridder .gridder-navigation a {
    color: #618097;
    text-decoration: none;
    font-family: "__Lineart_5", Arial, sans-serif;
    font-size: 25px;
    background: transparent;
    display: block;
    text-align: center;
    z-index: 1;
}

.gridder .gridder-navigation .gridder-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.gridder .gridder-navigation .gridder-close {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.gridder .gridder-nav.prev,
.gridder .gridder-nav.next {
    position: absolute;
    bottom: 0;
    line-height: 50px;
    width: 50px;
    height: 50px;
    display: none;
}

.gridder .gridder-nav.next {
    right: 15px;
}

.gridder .gridder-nav.prev {
    right: 65px;
}

#uid-51 .owl-carousel {
    height: 265px;
}

#uid-51 .owl-carousel div {
    height: 100%;
}

#uid-51 .owl-carousel .item {
    background-size: cover;
    background-position: 50% 50%;
}

@media (min-width: 1200px) {
    #header-navbar .navbar-nav {
        padding: 5.9rem 0 0 !important;
    }
}