@font-face {
    font-family: "Blender Pro";
    src: url("//db.onlinewebfonts.com/t/335787aa6f57d71cabe8eb5dc89c6d6b.eot");
    src: url("//db.onlinewebfonts.com/t/335787aa6f57d71cabe8eb5dc89c6d6b.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/335787aa6f57d71cabe8eb5dc89c6d6b.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/335787aa6f57d71cabe8eb5dc89c6d6b.woff") format("woff"), url("//db.onlinewebfonts.com/t/335787aa6f57d71cabe8eb5dc89c6d6b.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/335787aa6f57d71cabe8eb5dc89c6d6b.svg#Blender Pro") format("svg");
}

html {
    overflow-x: hidden;
}

@charset "UTF-8";
.page-section {
    padding: 60px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .page-section {
        padding: 30px 0;
    }
}

@media (max-width: 575px) {
    .hide-xs {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hide-sm {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hide-md {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hide-lg {
        display: none;
    }
}

@media (min-width: 1200px) {
    .hide-xl {
        display: none;
    }
}

.page-section.padding-big {
    padding: 100px 0;
}

.page-section.padding-medium {
    padding: 35px 0;
}

.page-section.padding-small {
    padding: 30px 0;
}

.page-section.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-section.bg-video {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.page-section .bg-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: none;
}

.page-section .bg-video video {
    min-height: 100%;
    width: auto;
    min-width: 100%;
    height: auto;
}

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

.ce-below .ce-gallery {
    margin-top: 30px;
}

.ce-image .ce-gallery {
    margin-bottom: 0 !important;
}

.ce-gallery figure {
    display: block;
}

.ce-gallery, .ce-gallery .ce-column {
    max-width: 100%;
}

.ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 30px;
}

.ce-intext.ce-right .ce-gallery {
    margin-bottom: 0;
}

.ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext, .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
    flex-shrink: 99;
    flex-grow: 1;
}

.ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
    float: none;
    margin-right: 0;
    margin-bottom: 1rem;
}

.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
    float: none;
    margin-left: 0;
    margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {

    .ce-textpic.ce-left.ce-intext.ce-nowrap, .ce-textpic.ce-right.ce-intext.ce-nowrap {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
        margin-right: 30px;
        margin-bottom: 0;
        order: 1;
    }

    .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
        margin-left: 30px;
        margin-top: 0;
        order: 2;
    }

    .ce-image.ce-right .ce-gallery {
        margin-right: 1rem;
    }
}

@media screen and (min-width: 1200px) {

    .page-section.bg-image.parallax-fixed {
        background-attachment: fixed;
    }

    .page-section.bg-video {
        display: block;
    }
}

.ce-gallery figure {
    display: block;
}

/* Accordion (Gridelement) */
.accordion-element .card-header button {
    display: block;
    width: 100%;
    text-align: left;
}

.accordion-element .card-header button:hover {
    text-decoration: none;
}

/* Columns (Gridelements) */
@media screen and (max-width: 575px) {
    .hide-xs {
        display: none;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .hide-sm {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .hide-md {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .hide-lg {
        display: none;
    }
}

.bg-dark-gray {
    background-color: #023c78;
}

.bg-light-gray {
    background-color: #ccd9e6;
}

.text-white a {
    color: #fff;
}

.text-white a:hover {
    opacity: 0.8;
}

body {
    color: #3c3c3b;
}

.btn-primary:hover {
    color: #fff;
    background-color: #023c7869;
    border-color: #023c7869;
}

h1, h2 {
    font-size: 25px;
    line-height: 30px;
}

h3 {
    font-size: 20px;
    line-height: 25px;
}

.subheader {
    color: #0990bf;
    text-transform: uppercase;
    font-weight: bold;
}

header a.logo img {
    max-height: 50px;
    height: 50px;
}

body > .row {
    margin-left: 0;
    margin-right: 0;
}

.frame-layout-3 {
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#homeslider {
    height: 200px;
}

#homeslider .carousel-inner, #homeslider .carousel-item, #homeslider .carousel-item .slide {
    height: 100%;
}

#homeslider .carousel-item .slide {
    position: relative;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#homeslider .carousel-item .slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#homeslider .carousel-item .slide .container {
    position: relative;
    z-index: 1;
}

#homeslider .carousel-item .slide .subtitle {
    text-transform: uppercase;
    margin-bottom: 10px;
}

#homeslider .carousel-item .slide .title {
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: 20px;
}

#homeslider .carousel-control-next, #homeslider .carousel-control-prev {
    top: 50%;
    bottom: inherit;
    padding: 15px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    width: auto;
    margin-top: -25px;
    display: none;
}

#homeslider .carousel-control-next {
    justify-content: flex-end;
    padding-left: 17px;
}

#homeslider .carousel-control-prev {
    justify-content: flex-start;
    padding-right: 17px;
}

.feature-box-5 .feature-content > div {
    font-size: 1.3em;
}

.feature-box-5 img {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.tx-powermail .checkbox {
    text-align: left;
}

.tx-powermail .checkbox a {
    text-decoration: underline;
}

.tx-powermail .checkbox input {
    width: auto;
    margin-bottom: 0;
}

.tx-powermail p {
    margin-bottom: 35px;
}

.tx-powermail label {
    font-weight: 400;
}

.tx-powermail .btn {
    display: block;
    margin-left: auto;
}

legend.powermail_legend { padding-top: 30px; }

.subpageheader {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
    position: relative;
}

.subpageheader::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
}

.subpageheader .container {
    position: relative;
    z-index: 1;
}

.subpageheader .subtitle {
    text-transform: uppercase;
}

.subpageheader h1 {
    margin-bottom: 0;
}

.team-style-1 .overlay-content a {
    color: #3c3c3b;
}

.team-style-1 .overlay-content a:hover {
    color: #3c3c3b;
    opacity: 0.8;
}

blockquote {
    padding: 0;
    border: 0 none;
    margin: 50px 0 30px 0;
    position: relative;
}

blockquote::before {
    position: absolute;
    top: -70px;
    content: "„";
    color: #023c78;
    font-size: 90px;
}

#footerblocks {
    background-color: #b5d362;
    padding: 40px 0;
}

#footerblocks h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

#footerblocks .socialmediaicons {
    margin-top: 15px;
    font-size: 20px;
}

#footerblocks .socialmediaicons a {
    display: inline-block;
}

#footerblocks .socialmediaicons a:not(:last-of-type) {
    margin-right: 10px;
}

#footerblocks .frame-type-menu_pages ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

#footerrow {
    background-color: #023c78;
    padding: 20px 0;
    font-size: 0.9em;
}

/* ===================================
    DCE - START
====================================== */

.timeline ol {
    margin: 0;
    list-style: none;
    padding: 0;
    --hue: 1;
    --unit: 1rem;
}
.timeline .event-date {
    margin: 0 0 0.25rem;
    font-weight: bold;
}
.timeline .event-description {
    margin: 0;
}
.timeline li {
    --height: 7rem;
    position: relative;
    display: block;
    background-color: #fff;
    /*border-color: hsl(calc(var(--hue)*360/20),90%,65%);*/
    border-color: #ccc;
    padding: 3rem;
    margin: 2rem 0;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}
.timeline li::before {
    content: "";
    background-color: #ccc;
    position: absolute;
    display: block;
    width: var(--unit);
    height: var(--unit);
    top: 100%;
    left: calc(50% - (var(--unit)/2));
    box-shadow: 0 0 3px #ccc;
}
.timeline li::after {
    content: "";
    position: absolute;
    display: block;
    top: calc(100% + var(--unit));
    left: calc(50% - (var(--unit)));
    border: var(--unit) solid transparent;
    border-top-color: inherit;

}
.timeline li:last-child::before,
.timeline li:last-child::after {
    content: none;
}

@media (min-width: 550px) and (max-width: 899px){
    .timeline li {
        margin: 1rem;
        width: calc(50% - 2rem);
        float: left;
        min-height: var(--height);
        padding: 1rem;
    }
    .timeline li:nth-child(4n+3),
    .timeline li:nth-child(4n+4) {
        float: right;
    }
    .timeline li:nth-child(4n+1)::before {
        top: calc(var(--height)/2 + var(--unit)/2);
        left: 100%;
    }
    .timeline li:nth-child(4n+1)::after {
        top: calc(var(--height)/2);
        left: calc(100% + (var(--unit)));
        border: var(--unit) solid transparent;
        border-left-color: inherit;
    }
    .timeline li:nth-child(4n+3)::before {
        top: calc(var(--height)/2 + var(--unit)/2);
        left: -1rem;
    }
    .timeline li:nth-child(4n+3)::after {
        top: calc(var(--height)/2);
        left: -3rem;
        border: var(--unit) solid transparent;
        border-right-color: inherit;
    }
}
@media (min-width: 900px) and (max-width: 1199px){
    .timeline li {
        margin: 1rem;
        width: calc(33.33% - 2rem);
        float: left;
        min-height: 7rem;
        padding: 2rem;
    }
    .timeline li:nth-child(6n+4),
    .timeline li:nth-child(6n+5),
    .timeline li:nth-child(6n+6) {
        float: right;
    }
    li:nth-child(6n+1)::before,
    li:nth-child(6n+2)::before {
        top: calc(var(--height)/2 + var(--unit)/2);
        left: 100%;
    }
    .timeline li:nth-child(6n+1)::after,
    .timeline li:nth-child(6n+2)::after {
        top: 3.5rem;
        left: calc(100% + (var(--unit)));
        border: var(--unit) solid transparent;
        border-left-color: inherit;
    }
    .timeline li:nth-child(6n+4)::before,
    .timeline li:nth-child(6n+5)::before{
        top: calc(var(--height)/2 + var(--unit)/2);
        left: -1rem;
    }
    .timeline li:nth-child(6n+4)::after,
    .timeline li:nth-child(6n+5)::after{
        top: calc(var(--height)/2);
        left: -3rem;
        border: var(--unit) solid transparent;
        border-right-color: inherit;
    }
}
@media (min-width: 1200px){
    .timeline ol {
        max-width: 1600px;
        margin: 0 auto;
    }
    .timeline li {
        margin: 1rem;
        /*width: calc(25% - 4rem);*/
        width: calc(33.33% - 2rem);
        float: left;
        min-height: 7rem;
    }
    .timeline li:nth-child(8n+5),
    .timeline li:nth-child(8n+6),
    .timeline li:nth-child(8n+7),
    .timeline li:nth-child(8n+8){
        float: right;
    }
    .timeline li:nth-child(8n+1)::before,
    .timeline li:nth-child(8n+2)::before,
    .timeline li:nth-child(8n+3)::before{
        top: calc(var(--height)/2 + var(--unit)/2);
        left: 100%;
    }
    .timeline li:nth-child(8n+1)::after,
    .timeline li:nth-child(8n+2)::after,
    .timeline li:nth-child(8n+3)::after{
        top: calc(var(--height)/2);
        left: calc(100% + (var(--unit)));
        border: var(--unit) solid transparent;
        border-left-color: inherit;
    }
    .timeline li:nth-child(8n+5)::before,
    .timeline li:nth-child(8n+6)::before,
    .timeline li:nth-child(8n+7)::before {
        top: calc(var(--height)/2 + var(--unit)/2);
        left: -1rem;
    }
    .timeline li:nth-child(8n+5)::after,
    .timeline li:nth-child(8n+6)::after,
    .timeline li:nth-child(8n+7)::after {
        top: calc(var(--height)/2);
        left: -3rem;
        border: var(--unit) solid transparent;
        border-right-color: inherit;
    }
}

/*verticle timeline*/

.vtimeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
}

.vtimeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #023c78;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.vcontainer {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

.vcontainer.left {
    left: 0;
}

.vcontainer.right {
    left: 50%;
}

.vcontainer::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #023c78;
    border-radius: 16px;
    z-index: 1;
}

.vcontainer.right::after {
    left: -8px;
}

.vcontainer::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #023c78;
    z-index: 1;
}

.vcontainer.right::before {
    left: 8px;
}

.vcontainer .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #006E51;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.vcontainer.left .date {
    right: -75px;
}

.vcontainer.right .date {
    left: -75px;
}

.vcontainer .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #fff;
    border: 2px solid #023c78;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #023c78;
    z-index: 1;
}

.vcontainer.left .icon {
    right: 56px;
}

.vcontainer.right .icon {
    left: 56px;
}

.vcontainer .content {
    padding: 30px 90px 30px 30px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 3px #ccc;
}

.vcontainer.right .content {
    padding: 30px 30px 30px 90px;
}

.vcontainer .content h2 {
    margin: 0 0 10px 0;
    font-size: 2rem;
    font-weight: normal;
    color: #023c78;
}

.vcontainer .content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

@media (max-width: 767.98px) {
    .vtimeline::after {
        left: 30px;
    }

    .vcontainer {
        width: 100%;
        padding-left: 55px;
        padding-right: 30px;
    }

    .vcontainer.right {
        left: 0%;
    }

    .vcontainer.left::after,
    .vcontainer.right::after {
        left: 22px;
    }

    .vcontainer.left::before,
    .vcontainer.right::before {
        left: 30px;
        border-color: transparent #023c78 transparent transparent;
    }

    .vcontainer.left .date,
    .vcontainer.right .date {
        right: auto;
        left: 15px;
    }

    .vcontainer.left .icon,
    .vcontainer.right .icon {
        right: auto;
        left: 65px;
    }

    .vcontainer.left .content,
    .vcontainer.right .content {
        padding: 30px 30px 30px 60px;
    }

    .vcontainer .content h2 { font-size: 1.1rem; }
}

.partnerlinks {
    background-color: #fff;
    padding: 25px 25px 150px 25px;
    text-align: center;
    height: 100%;
    position: relative;
}

.partnerlinks h2 {
    font-size: 22px;
    line-height: 26px;
}

.partnerlinks img {
    height: 100px;
    object-fit: contain;
    position: absolute;
    width: 80%;
    bottom: 60px;
    left: 10%;
    right: 10%;
}

.partnerlinks a {
    position: absolute;
    bottom: 25px;
    font-size: 18px;
    color: #0990bf;
    width: 50%;
    left: 25%;
    right: 25%;
}

/* ===================================
    DCE - END
====================================== */

@media only screen and (min-width: 576px) {
    #homeslider .carousel-control-next, #homeslider .carousel-control-prev {
        display: flex;
    }
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 45px;
        line-height: 55px;
    }

    #homeslider {
        height: 300px;
    }

    .feature-box-5 img {
        position: absolute;
        left: 0;
        top: 0;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 992px) {
    h1 {
        font-size: 55px;
        line-height: 65px;
    }

    h2 {
        font-size: 40px;
        line-height: 50px;
    }

    h3 {
        font-size: 30px;
        line-height: 40px;
    }

    header nav.navbar .navbar-nav > li > a {
        color: #023c78;
    }

    header nav.navbar.bootsnav ul.nav > li > a {
        color: #023c78;
    }

    header .header-social-icon a {
        color: #023c78;
    }

    .simple-dropdown:hover .dropdown-menu {
        display: block;
    }

    #homeslider {
        height: 400px;
    }

    #homeslider .carousel-item .slide .subtitle {
        margin-bottom: 15px;
    }

    #homeslider .carousel-item .slide .title {
        font-size: 3em;
        margin-bottom: 30px;
    }

    #footerblocks h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .tx-powermail fieldset {
        margin-left: -15px;
        margin-right: -15px;
    }

    .tx-powermail fieldset::before, .tx-powermail fieldset::after {
        display: table;
        clear: both;
    }

    .tx-powermail fieldset .powermail_fieldwrap {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
    }

    .tx-powermail fieldset .powermail_fieldwrap.layout1 {
        width: 33.3333%;
    }

    .tx-powermail fieldset .powermail_fieldwrap.layout2 {
        width: 50%;
    }

    .tx-powermail fieldset .powermail_fieldwrap.layout3 {
        width: 66.6666%;
    }
}

@media only screen and (min-width: 1200px) {
    body > .row {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        align-items: center;
    }

    body > .row > div:first-of-type {
        padding-left: 0;
    }

    #homeslider {
        height: 500px;
    }

    #homeslider .carousel-item .slide .title {
        font-size: 4em;
    }

    .subpageheader {
        height: 250px;
        display: flex;
        align-items: center;
    }
}

@media only screen and (min-width: 1920px) {
    #homeslider {
        height: 800px;
    }
}

header a.logo img {
    max-height: 50px;
    height: 50px;
}

#homeslider {
    height: 200px;
}

.carousel-inner, .carousel-item, .carousel-item .slide {
    height: 100%;
}

.carousel-item .slide {
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#homeslider .carousel-control-next, #homeslider .carousel-control-prev {
    top: 50%;
    bottom: inherit;
    padding: 15px 10px;
    background-color: rgba(0, 0, 0, .5);
    width: auto;
    margin-top: -25px;
    display: none;
}

#homeslider .carousel-control-next {
    justify-content: flex-end;
    padding-left: 17px;
}

#homeslider .carousel-control-prev {
    justify-content: flex-start;
    padding-right: 17px;
}

@media only screen and (min-width: 576px) {
    #homeslider .carousel-control-next, .carousel-control-prev {
        display: flex;
    }
}

@media only screen and (min-width: 768px) {
    #homeslider {
        height: 300px;
    }

}

@media only screen and (min-width: 992px) {
    .simple-dropdown:hover .dropdown-menu {
        display: block;
    }

    #homeslider {
        height: 400px;
    }
}

@media only screen and (min-width: 1200px) {
    #homeslider {
        height: 400px;
    }
}

@media only screen and (min-width: 1920px) {
    #homeslider {
        height: 400px;
    }
}


/* Weitere Anpassungen */

.bigger {
    font-size: 28px;
}

.card {
    width: 100% !Important;
}

.page-section.bg-grey {
    background-color: #f7f7f7;
}

.bg-light-blue {
    background: #ccd9e6;
}

.btn-primary {
    color: #fff;
    background-color: #023c78;
    border-color: #023c78;
}

#footerrow {
    background-color: #023c78;
    padding: 30px 0 50px;
    font-size: 0.9em;
    border-top: 15px solid #0990bf;
}

#footerblocks {
    background-color: #ccd9e6;
}

#footerblocks p, #footerblocks a, #footerblocks li {
    color: #3c3c3b;
}

#footer header {
    color: #0990bf;
}

#footer .border-right {
    border-right: 1.5px solid #0990bf !Important;
}

#footer .border-color-white {
    border-color: #0990bf !Important;
}

.card-title p {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #023c78 !Important;
}

.card-body {
    text-align: center;
}


.bg-light-gray p, .bg-light-gray > .text-white, .bg-light-gray > .text-white a {
    color: #023c78 !Important;
}

.bg-dark-gray p, .bg-dark-gray > .text-white, .bg-dark-gray > .text-white a {
    color: #ccd9e6 !Important;
}

@media (min-width: 992px) and (max-width: 1200px) {
    #footerblocks .col-12:first-of-type {
        border-right: none !Important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #footerblocks .col-12:nth-child(2n) {
        border-right: none !Important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #footerblocks .col-12:nth-child(odd) {
        border-right: none !Important;
    }
}

@media (max-width: 575px) {
    #footerblocks .col-12 {
        border-right: none !Important;
    }
}

ul.nav a:hover {
    color: #ccd9e6 !Important;
}

header nav.navbar-default, nav.navbar.bootsnav {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    nav.navbar.bootsnav .navbar-nav {
        background-color: #023C80;
    }

    nav.navbar.bootsnav .navbar-nav li, nav.navbar.bootsnav li.dropdown ul.mega-menu-full li.dropdown-header {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    nav.navbar.bootsnav .navbar-nav li, nav.navbar.bootsnav li.dropdown ul.mega-menu-full li.dropdown-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

body > header.sticky {
    position: fixed;
    box-shadow: 0 0 8px #bbb;
}

header.sticky nav {
    padding-top: 10px !Important;
    padding-bottom: 10px !Important;
}

.bg-blue {
    background-color: #0990bf0f;
}

.bg-primary {
    background-color: #023c78 !important;
}

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

.color-lightblue {
    color: #0990bf !Important;
}

.team-image .overlay-content, .team-image .overlay-content a, .team-image .overlay-content a:hover {
    color: #fff;
}

.text-extra-dark-gray, .btn.text-extra-dark-gray {
    color: #3c3c3b;
}

ol {
    list-style-type: lower-alpha;
    margin-top: 25px;
    padding-left: 20px;
}

ol li {
    margin-bottom: 5px;
    padding-left: 10px;
}

.card-body {
    text-align: center;
    /*height: 300px;*/
    height: auto;
    min-height: 140px;
    position: relative;
}

.card-body .btn-primary {
    position: absolute;
    bottom: 30px;
    left: 25%;
    right: 25%;
    width: 50%;
}

.topbar {
    background-color: #034281;
    padding: 10px 0;
}

.topbar p, .topbar a {
    color: #fff;
    font-weight: 600;
    display: inline;
}

.topbar p {
    padding-left: 20px;
}

.topbar a:hover {
    color: #84adc3;
}

.topbar div {
    text-align: right;
}

.topbar .container {
    padding: 0 30px;
}

header nav .navbar-nav > li > a {
    margin: 0 15px;
}

header nav .navbar-nav.text-normal > li > a {
    font-weight: 600;
    font-size: 14px;
}

.btn.btn-transparent-blue {
    background: transparent;
    border-color: #023c78;
    color: #023c78;
    text-shadow: 0 0 10px #fff;
}

.btn.btn-transparent-blue:hover {
    background: #fff9;
    border-color: #fff9;
    color: #023c78;
}

.text-blue {
    color: #023c78;
    text-shadow: 0 0 10px #fff;
}


h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: Blender Pro, sans-serif;
    font-weight: 900;
}

.subheader {
    font-family: Blender Pro, sans-serif;
    font-weight: 600;
}

.title {
    font-family: Blender Pro, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.subtitle {
    font-family: Blender Pro, sans-serif;
    font-weight: 600;
    text-transform: none !Important;
    font-size: 26px;
}

@media (max-width: 1199px) {
    .subtitle {
        font-size: 18px !Important;
    }
}

.bg-image p .bigger {
    font-family: Blender Pro, sans-serif;
    font-weight: bold;
    text-transform: none !Important;
    font-size: 36px;
    text-shadow: 0 0 10px #fff;
}

.bg-image p .smaller {
    font-family: Blender Pro, sans-serif;
    font-weight: normal;
    text-transform: none !Important;
    font-size: 24px;
    text-shadow: 0 0 10px #fff;
}

.page-sectionwithborder {
    border-top: 5px solid #023c78;
    border-bottom: 5px solid #023c78;
}

@media (min-width: 1200px) {
    .card-body p {
        margin: 0 35px 25px 35px;
    }
}

.contactblocks {
    padding: 0;
}

.maps {
    position: relative;
}

.maps .frame-type-html {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.bayer .logobild {
    background-image: url("/typo3conf/ext/webschmiede/Resources/Public/Images/hausverwaltung-bayer.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.radakovits .logobild {
    background-image: url("/typo3conf/ext/webschmiede/Resources/Public/Images/Radakovits_Immo.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.logobild .platzhalter {
    width: 300px;
    height: 80px;
    font-size: 0px;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .logobild .platzhalter {
        width: 200px;
        height: 50px;
        font-size: 0px;
        margin-bottom: 0;
    }
}

.leistungsbox span {
    text-shadow: 0 0 10px #034281;
}

.vermietungsobjekt .objekt, .vermietungsobjekt .col-4 {
    float: left;
}

.vermietungsobjekt .col-4 {
    text-align: center;
}

.vermietungsobjekt .col-4 p {
    margin-top: 20px;
    margin-bottom: 0;
}

.vermietungsobjekt h2 {
    margin-bottom: 0;
    font-size: 30px;
    color: #0990bf;
    line-height: 40px;
}

.vermietungsobjekt h3 {
    text-transform: none;
    font-size: 26px;
}

.vermietungsobjekt h4 {
    font-size: 24px;
    text-transform: none;
}

.vermietungsobjekt .separator-line-horrizontal-full {
    height: 2px;
}

.vermietungsobjekt .location {
    clear: both;
    padding: 0;
}

.vermietungsobjekt .buttonwithlink {
    text-align: right;
}

.vermietungsobjekt .col-6 {
    float: left;
    padding: 0;
}

.vermietungsbutton {
    height: 50px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.vermietung .col-12 {
    align-self: center;
}

.vermietung .ce-image * {
    width: 100%;
}

@media (max-width: 575px) {
    .topbar p {
        width: 100%;
        display: block;
        padding-left: 0;
        margin-bottom: 0;
    }

    .topbar .container {
        padding: 10px;
    }
}

input, textarea, select {
    min-height: 50px;
}

.checkbox input {
    min-height: unset;
}

.p-0 {
    padding: 10px !Important;
    width: 100%;
    font-size: 20px;
}

.iconbox {
    width: 100%;
}

.textbig {
    font-size: 20px;
    font-weight: 600;
}

.text-small {
    font-size: 16px;
    line-height: 20px;
}

.textformated p {
    font-family: Blender Pro, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 30px;
}

.alt-font.text-small {
    color: #0990bf;
}

.textwithbg ul {
    padding-left: 0;
    text-align: initial;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-family: Blender Pro, sans-serif;
    font-size: 20px;
}

@media (max-width: 575px) {
    .textwithbg ul {
        padding-left: 20px;
        font-size: 16px;
    }

    .textwithbg h5 {
        font-size: 16px;
    }
}

.textwithbg h5 {
    margin-bottom: 50px;
    color: #0990bf;
}

.textwithbg .mx-auto {
    width: 100%;
    padding: 0 15px;
}

.textwithbg .bg-white {
    border: 5px solid #023c78;
}

.c-gallery__title,
.c-gallery__count {
    display: none;
}

@media (min-width: 992px) {
    #immobiliencard_idic2 {
        top: -40px !Important;
        left: 0 !Important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #immobiliencard_idic2 {
        top: -185px !Important;
    }
}

.galerie .figure, .galeriesingle .figure {
    width: 100%;
}

.galerie .figure-img, .galeriesingle .figure-img {
    line-height: 1;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.galeriesingle .figure-img {
    margin-bottom: 30px;
}

.galerie .btn {
    width: 100%;
}

/* Cookie Bot */

#CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentControls, #CybotCookiebotDialogBodyContentTitle {
    font-family: "Noto Sans", sans-serif !important;
}

#CybotCookiebotDialog {
    border: 18px solid #034281 !important;
    box-shadow: #034281 2px 2px 14px 2px !important;
}

#CybotCookiebotDialog div {
    font-family: "Noto Sans", sans-serif !important;
    color: #023c78 !important;
    line-height: 1.7em !important;
}

#CybotCookiebotDialogBodyContentTitle {
    font-family: "AquabellaSans", sans-serif !Important;
    font-size: 32px !Important;
    color: #0990bf !important;
    font-weight: normal !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    background-color: #023c78 !important;
    border: 1px solid #023c78 !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll:hover {
    background-color: #0990bf !important;
    border: 1px solid #0990bf !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #0990bf !important;
    border: 1px solid #0990bf !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
    background-color: #0990bf !important;
    border: 1px solid #0990bf !important;
}

div#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    margin-bottom: 20px !important;
}

