body {
    font-family: "Roboto Serif", serif;
    line-height: 1.7;
    font-weight: 400;
    font-size: 16px;
}

b,
strong {
    font-weight: 600;
}

a.popover-link {
    cursor: pointer;
    display: inline-block;
}
.popover ul {
    padding-left: 20px;
}

#scroll-top {
    position: fixed;
    right:30px;
    bottom:30px;
    display: none;
    z-index: 100;
}

body.padding-no-header {
    padding-top: 100px;
}

.main-content p {
    margin-top: 0px;
    margin-bottom: 1.75rem;
}

.main-content .ce-bodytext a {
    text-decoration: underline;
}
.main-content .ce-bodytext a:hover,
.main-content .ce-bodytext a:focus {
    text-decoration: none;
}
.main-content .ce-bodytext a.btn {
    text-decoration: none;
}

.main-content h1,
.main-content .h1 {
    margin-top: 0px;
    margin-bottom: 1.75rem;
    color:#191970;
    font-weight: 400;
    font-size: 36px;
    font-family: "Oswald", sans-serif;
}
.main-content h2,
.main-content .h2 {
    margin-top: 0px;
    margin-bottom: 1.75rem;
    color:#191970;
    font-weight: 400;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
}
.main-content h3,
.main-content .h3 {
    margin-top: 0px;
    margin-bottom: 1.75rem;
    color:#191970;
    font-weight: 400;
    font-size: 26px;
    font-family: "Oswald", sans-serif;
}
.main-content h4,
.main-content .h4 {
    margin-top: 0px;
    margin-bottom: 1.75rem;
    color:#191970;
    font-weight: 400;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
}
.main-content h5,
.main-content .h5 {
    margin-top: 0px;
    margin-bottom: 1.75rem;
    color:#191970;
    font-weight: 400;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
}
.main-content h6,
.main-content .h6 {
    margin-top: 0px;
    margin-bottom: 1.75rem;
    color:#191970;
    font-weight: 400;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
}

.main-content .light-text {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1rem;
}

.ce-bodytext p .btn,
.teaser-text-news .btn {
    font-size: 12px;
    padding-top:10px;
}
.parallax-wrapper-content .btn-light {
    background-color:transparent;
    border:2px solid #fff;
}
.parallax-wrapper-content .btn-light:hover {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

span.gold-gradient {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

span.gold-color {
    color:#ccb582 !important;
}

/* buttons */
.btn-primary {
    position: relative;
    overflow: hidden;
    color:#fff;
    border: 1px solid transparent;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color:#fff;
    border: 1px solid transparent;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);    
}
.btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.5) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-20deg);
    transition: left 0.7s ease;
    pointer-events: none;
}
.btn-primary:hover::before {
    left: 120%;
}
/* end buttons */

/* form */
.main-content .input input,
.main-content .input textarea {
    background-color: #f2f2f2;
    color:#a1a1a1;
    border:0;
}
.main-content .input input::placeholder,
.main-content .input textarea::placeholder {
    color:#a1a1a1;
}
.main-content .input textarea {
    height:100px;
}
/* end form */

/* infobox */
.infobox-container {
    background:#f2f2f2;
    padding:48px 15px 25px 50px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 75%;
}
.infobox-title {
    text-transform: uppercase;
    color:#000;
    position: relative;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.infobox-title::before {
    content:"";
    position: absolute;
    top:50%;
    right:calc(100% + 15px);
    transform: translateY(-50%);
    width: 50px;
    height:1px;
    background:#000;
}
/* end infobox */

/* bildunterschrift */
.frame-image-caption-effect .image {
    position: relative;
    padding-top: 50px;
}
.frame-image-caption-effect .image-caption {
    padding: 0px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top:0;
    right:0;
    transform: translateY(-100%);
    color:#000;
    transition: transform .3s ease-in,opacity .3s ease-in,visibility .3s ease-in,-webkit-transform .3s ease-in;
}
.frame-image-caption-effect .image-caption::after {
    content: "";
    position: absolute;
    top:100%;
    left:50%;
    width:1px;
    height:0;
    background-color: #000;
    transition: height .5s ease;
}
.frame-image-caption-effect:hover .image-caption {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.frame-image-caption-effect:hover .image-caption::after {
    height:85px;
}
/* end bildunterschrift */

.frame-negative-margin {
    margin-top: -200px;
}

footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    color:#fff;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 14px;
}
.footer-overlay {
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:#3e3769;
    opacity: .8;
}
.footer-content {
    position: relative;
    z-index: 10;
}
footer a {
    color:#fff;
    text-decoration: none;
}
footer a:hover,
footer a:focus {
    color:#ccc;
    text-decoration: none;
}
footer h1,
footer .h1,
footer h2,
footer .h2,
footer h3,
footer .h3,
footer h4,
footer .h4,
footer h5,
footer .h5,
footer h6,
footer .h6 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 1.75rem;
    font-family: "Oswald", sans-serif;
}

/* parallax */
.parallax-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.parallax-wrapper-video {
    position: relative;
}
.parallax-wrapper-video video {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width:100%;
    height:100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.parallax-wrapper-overlay {
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color: rgba(25,25,112,.35);
}
.parallax-wrapper-content-wrapper {
    min-height: 100vh;
}
.parallax-wrapper-content-wrapper-not-100 {
    min-height: 0;
}
.parallax-wrapper-content {
    width: 100%;
    position: relative;
    z-index: 10;
    color:#fff;
    font-size: 20px;
}
.parallax-wrapper-content-not-100 {
    padding-top: calc(100px + 2rem);
    padding-bottom: 100px;
}
.parallax-wrapper-content h1,
.parallax-wrapper-content .h1,
.parallax-wrapper-content h2,
.parallax-wrapper-content .h2,
.parallax-wrapper-content h3,
.parallax-wrapper-content .h3,
.parallax-wrapper-content h4,
.parallax-wrapper-content .h4,
.parallax-wrapper-content h5,
.parallax-wrapper-content .h5,
.parallax-wrapper-content h6,
.parallax-wrapper-content .h6 {
    color:#fff;
    font-size: 48px;
}
.parallax-wrapper-content a {
    color:#fff;
    text-decoration: underline;
}
.parallax-wrapper-content a:hover,
.parallax-wrapper-content a:focus {
    color:#fff;
    text-decoration: none;
}
/* end parallax */

/* shadowbox */
.frame-shadowbox {
    background:#fff;
    box-shadow: 0 30px 50px rgba(0,0,0,.2);
    padding:50px 40px 20px 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
}
/* end shadowbox */

/* isotope */
ul[id^="isotope-"] {
    margin-bottom: 30px;
}
.isotope-element {
    margin-bottom: 30px;
}
.isotope-element > a {
    display: block;
    line-height: 1;
}
.isotope-element-content {
    overflow: hidden;
    position: relative;
}
.isotope-element-content .isotope-overlay {
    transition: .6s ease-in-out;
    position: absolute;
    left:0px;
    top:0px;
    width: 100%;
    height: 100%;
    background:#000;
    opacity: 0;
}
.isotope-element-content:hover .isotope-overlay {
    opacity: 0.4;
}
.isotope-element-content img {
    transition: .6s ease-in-out;
    transform: scale(1.3);
}
.isotope-element-content:hover img {
    transform: scale(1.01);
}
.isotope-element-content .hover-text-image {
    transition: all 0.5s ease-in-out 0s;
    transform: translateY(100%);
    position: absolute;
    z-index: 5;
    left:0px;
    bottom:-1px;
    width: 75%;
    background:#fff;
    padding:15px 10px 11px 0px;
}
.isotope-element-content:hover .hover-text-image {
    transform: translateY(0%);
}
.isotope-element-content .hover-text-image .hover-text-image-title {
    color:#000;
    font-size: 17px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    line-height: 1.2;
}
.isotope-element-content .hover-text-image .hover-text-image-subtitle {
    color:#000;
    font-size: 13px;
    line-height: 1.5;
}
/* end isotope */

/* numbers */
.numbers-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
    margin-bottom: 30px;
}
.numbers-container svg {
    float:left;
    width:50%;
}
.numbers-container .coming-alpha {
    width:100%;
    height:100%;
    fill:#fff;
}
.numbers-container svg mask {
    width:100%;
    height:100%;
}
.numbers-container .base {
    fill:#fff;
    width:100%;
    height:100%;
}
.numbers-container .numbers_count {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 60px;
}
.numbers-container .numbers_title {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 18px;
}

.frame-numbers-single .numbers-container svg {
    float:none;
    width: 100%;
    height:230px;
}
.frame-numbers-single .numbers-container .numbers_count {
    font-size: 100px;
}
/* end numbers */

/* timeline */
.timeline-wrapper {
    margin-top: 30px;
}
.timeline-wrapper .timeline-row {
    margin-bottom: 60px;
    position: relative;
}
.timeline-wrapper .timeline-date {
    letter-spacing: 3px;
    font-size: 16px;
    line-height: 1;
    border-right:1px solid #000;
    padding-right: 15px;
}
.timeline-wrapper .timeline-content {
    padding-left: 15px;
}
.timeline-wrapper .timeline-title {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color:#000;
    margin-top: -8px;
    margin-bottom: 10px;
}
.timeline-wrapper .timeline-title a,
.timeline-wrapper .timeline-title a:hover,
.timeline-wrapper .timeline-title a:focus {
    color:#000;
    text-decoration: none;
}
.timeline-wrapper .timeline-subtitle {
    font-size: 18px;
    margin-bottom: -8px;
}
.timeline-wrapper .timeline-row::before {
    content:"";
    position: absolute;
    height:calc(100% - 10px);
    top:20px;
    left:20px;
    width:calc(100% - 20px);
    background-color: #f2f2f2;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform:translateY(-100%);
    transition: opacity .3s ease-in,visibility .3s ease-in,transform .3s ease-in,-webkit-transform .3s ease-in;
}
.timeline-wrapper .timeline-row:hover::before {
    opacity: 1;
    visibility: visible;
    transform:translateY(0);
}
/* end timeline */

/* project teaser */
.project-teaser {
    display: flex;
}
.project-teaser-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex-grow: 1;
}
.project-teaser-content {
    width: 40%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.project-teaser-image-left .project-teaser-content {
    padding-left: 60px;
}
.project-teaser-image-right .project-teaser-content {
    padding-right: 60px;
    text-align: right !important;
}
.project-teaser-date {
    position: relative;
}
.project-teaser-date::after {
    content:"";
    position: absolute;
    display: inline-block;
    top:50%;
    height:1px;
    width:85px;
    background-color: #000;
}
.project-teaser-image-left .project-teaser-date::after {
    right:100%;
    margin-right: 15px;
}
.project-teaser-image-right .project-teaser-date::after {
    left:100%;
    margin-left: 15px;
}
/* end project teaser */

/* carousel */
.carousel .item-image {
    min-height: 100vh !important;
}
.carousel .carousel-overlay {
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color: rgba(25,25,112,.5);
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    z-index: 20;
}
.carousel .carousel-caption {
    padding:76px 0px 0px 0px;
    left:0;
    right:0;
    bottom:auto;
    top:50%;
    transform: translateY(-50%);
}
.carousel .carousel-caption h1,
.carousel .carousel-caption .h1,
.carousel .carousel-caption h2,
.carousel .carousel-caption .h2,
.carousel .carousel-caption h3,
.carousel .carousel-caption .h3,
.carousel .carousel-caption h4,
.carousel .carousel-caption .h4,
.carousel .carousel-caption h5,
.carousel .carousel-caption .h5,
.carousel .carousel-caption h6,
.carousel .carousel-caption .h6 {
    color:#fff;
}
.carousel .carousel-caption a {
    color:#fff;
    text-decoration: underline;
}
.carousel .carousel-caption a:hover,
.carousel .carousel-caption a:focus {
    color:#fff;
    text-decoration: none;
}
/* end carousel */

/* content carousel */
.content-carousel {
    margin-bottom: 60px;
}
.content-carousel .carousel-indicators {
    bottom:-40px;
}
.content-carousel .carousel-indicators li {
    background-color: #191970;
}
/* end content carousel */

/* news */
.news-list-view .news-img-wrap {
    margin-bottom: 30px;
}
.news-list-view .article {
    margin-bottom: 30px;
}
.news-single .news-img-wrap .outer {
    margin-bottom: 30px;
}
.news-single .teaser-text-news {
    font-weight: 600;
}
.news-list-view .page-link {
    padding-top: 10px;
    font-size: 12px;
}
/* end news */

/* suche */
.result_txt {
    margin-bottom: 10px;
}
.kesearch_searchbox {
    margin-bottom: 30px;
}
#kesearch_num_results {
    margin-bottom: 30px;
}
#kesearch_results .result-list-item {
    margin-bottom: 30px;
}
#kesearch_results .result-list-item p {
    margin-bottom: 10px;
}
#kesearch_results .result-list-item p a {
    text-decoration: none;
}
#kesearch_results .result-list-item p a:hover,
#kesearch_results .result-list-item p a:focus {
    text-decoration: underline;
}
#kesearch_results .result-list-item .add-info {
    color:#ccc;
    margin-bottom: 5px;
    font-size: 13px;
}
#kesearch_results .result-list-item .add-info a {
    color:#ccc;
    text-decoration: none;
}
#kesearch_results .result-list-item .add-info a:hover,
#kesearch_results .result-list-item .add-info a:focus {
    text-decoration: underline;
}

.kesearch_pagebrowser > ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
}
.kesearch_pagebrowser > ul a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #191970;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.kesearch_pagebrowser > ul a:hover {
    z-index: 2;
    color: #191970;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.kesearch_pagebrowser > ul a:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.kesearch_pagebrowser > ul > li:first-child a {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.kesearch_pagebrowser > ul > li:last-child a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.kesearch_pagebrowser > ul > li a.current {
    z-index: 3;
    color: #fff;
    background-color: #191970;
    border-color: #191970;
}
.kesearch_pagebrowser > ul > li.disabled a {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.kesearch_pagebrowser a {
    padding-top: 10px;
}
/* end suche */

/* navigation */
.navbar-light {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    padding-top:5px;
    padding-bottom: 5px;
}
.navbar-brand {
    padding-top:0px;
    padding-bottom: 0px;
}
.changeNaviLayout {
    background:rgba(62,55,105, 0.75);
    backdrop-filter: blur(15px);
}
body.padding-no-header .main-navbar {
    background:rgba(62,55,105, 0.75);
    backdrop-filter: blur(15px);
}

.navbar-light .navbar-collapse {
    flex-grow: 0;
}
.navigation-text {
    color:#fff;
}
.navigation-text a {
    color:#fff;
    text-decoration: none;
}
/* end navigation */

@media (max-width: 575.98px) {
    #scroll-top {
        display: none;
    }

    footer .text-right {
        text-align: left !important;
    }

    .main-content h1,
    .main-content .h1 {
        font-size: 26px;
    }
    .main-content h2,
    .main-content .h2 {
        font-size: 24px;
    }
    .main-content h3,
    .main-content .h3 {
        font-size: 22px;
    }
    .main-content h4,
    .main-content .h4 {
        font-size: 20px;
    }

    .parallax-wrapper {
        background-attachment: scroll;
    }
    .parallax-wrapper-content {
        font-size: 16px;
        padding-bottom: 50px;
    }
    .parallax-wrapper-content h1,
    .parallax-wrapper-content .h1,
    .parallax-wrapper-content h2,
    .parallax-wrapper-content .h2,
    .parallax-wrapper-content h3,
    .parallax-wrapper-content .h3,
    .parallax-wrapper-content h4,
    .parallax-wrapper-content .h4,
    .parallax-wrapper-content h5,
    .parallax-wrapper-content .h5,
    .parallax-wrapper-content h6,
    .parallax-wrapper-content .h6 {
        font-size: 20px;
    }

    .carousel .carousel-caption {
        position: relative;
        top:0px;
        transform:none;
    }

    .carousel .carousel-caption h1,
    .carousel .carousel-caption .h1,
    .carousel .carousel-caption h2,
    .carousel .carousel-caption .h2,
    .carousel .carousel-caption h3,
    .carousel .carousel-caption .h3,
    .carousel .carousel-caption h4,
    .carousel .carousel-caption .h4,
    .carousel .carousel-caption h5,
    .carousel .carousel-caption .h5,
    .carousel .carousel-caption h6,
    .carousel .carousel-caption .h6 {
        font-size: 20px;
    }

    .infobox-container {
        width: 100%;
    }

    .numbers-container svg {
        float:none;
        width:100%;
    }

    .project-teaser {
        flex-direction: column;
    }
    .project-teaser-image {
        height: 300px;
    }
    .project-teaser-content {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .project-teaser-image-left .project-teaser-content {
        padding-left: 0px;
    }
    .project-teaser-image-right .project-teaser-content {
        padding-right: 0px;
        text-align: left !important;
    }
    .project-teaser-date::after {
        width:0px;
        height:0px;
    }

    .frame-negative-margin {
        margin-top: -100px;
    }
    .parallax-wrapper-content-not-100 {
        padding-top: calc(50px + 2rem);
        padding-bottom: 50px;
    }

    .navbar-phone-number {
        display:none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #scroll-top {
        display: none;
    }

    footer .text-right {
        text-align: left !important;
    }

    .parallax-wrapper {
        background-attachment: scroll;
    }
    .parallax-wrapper-content {
        font-size: 16px;
        padding-bottom: 50px;
    }
    .parallax-wrapper-content h1,
    .parallax-wrapper-content .h1,
    .parallax-wrapper-content h2,
    .parallax-wrapper-content .h2,
    .parallax-wrapper-content h3,
    .parallax-wrapper-content .h3,
    .parallax-wrapper-content h4,
    .parallax-wrapper-content .h4,
    .parallax-wrapper-content h5,
    .parallax-wrapper-content .h5,
    .parallax-wrapper-content h6,
    .parallax-wrapper-content .h6 {
        font-size: 20px;
    }

    .carousel .carousel-caption {
        position: relative;
        top:0px;
        transform:none;
    }

    .carousel .carousel-caption h1,
    .carousel .carousel-caption .h1,
    .carousel .carousel-caption h2,
    .carousel .carousel-caption .h2,
    .carousel .carousel-caption h3,
    .carousel .carousel-caption .h3,
    .carousel .carousel-caption h4,
    .carousel .carousel-caption .h4,
    .carousel .carousel-caption h5,
    .carousel .carousel-caption .h5,
    .carousel .carousel-caption h6,
    .carousel .carousel-caption .h6 {
        font-size: 20px;
    }

    .infobox-container {
        width: 100%;
    }

    .frame-shadowbox h1,
    .frame-shadowbox .h1,
    .frame-shadowbox h2,
    .frame-shadowbox .h2,
    .frame-shadowbox h3,
    .frame-shadowbox .h3,
    .frame-shadowbox h4,
    .frame-shadowbox .h4,
    .frame-shadowbox h5,
    .frame-shadowbox .h5,
    .frame-shadowbox h6,
    .frame-shadowbox .h6 {
        font-size: 26px;
    }

    .project-teaser {
        flex-direction: column;
    }
    .project-teaser-image {
        height: 300px;
    }
    .project-teaser-content {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .project-teaser-image-left .project-teaser-content {
        padding-left: 0px;
    }
    .project-teaser-image-right .project-teaser-content {
        padding-right: 0px;
        text-align: left !important;
    }
    .project-teaser-date::after {
        width:0px;
        height:0px;
    }

    .frame-negative-margin {
        margin-top: -100px;
    }
    .parallax-wrapper-content-not-100 {
        padding-top: calc(50px + 2rem);
        padding-bottom: 50px;
    }

    .navbar-phone-number {
        display:none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .parallax-wrapper {
        background-attachment: scroll;
    }

    .infobox-container {
        width: 100%;
    }

    .frame-shadowbox h1,
    .frame-shadowbox .h1,
    .frame-shadowbox h2,
    .frame-shadowbox .h2,
    .frame-shadowbox h3,
    .frame-shadowbox .h3,
    .frame-shadowbox h4,
    .frame-shadowbox .h4,
    .frame-shadowbox h5,
    .frame-shadowbox .h5,
    .frame-shadowbox h6,
    .frame-shadowbox .h6 {
        font-size: 20px;
    }

    .project-teaser {
        flex-direction: column;
    }
    .project-teaser-image {
        height: 300px;
    }
    .project-teaser-content {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .project-teaser-image-left .project-teaser-content {
        padding-left: 0px;
    }
    .project-teaser-image-right .project-teaser-content {
        padding-right: 0px;
        text-align: left !important;
    }
    .project-teaser-date::after {
        width:0px;
        height:0px;
    }

    .navbar-phone-number {
        display:none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .parallax-wrapper {
        background-attachment: scroll;
    }

    .frame-shadowbox h1,
    .frame-shadowbox .h1,
    .frame-shadowbox h2,
    .frame-shadowbox .h2,
    .frame-shadowbox h3,
    .frame-shadowbox .h3,
    .frame-shadowbox h4,
    .frame-shadowbox .h4,
    .frame-shadowbox h5,
    .frame-shadowbox .h5,
    .frame-shadowbox h6,
    .frame-shadowbox .h6 {
        font-size: 20px;
    }

    .frame-text-padding-left .ce-bodytext {
        padding-left: 100px;
    }
    .frame-text-padding-right .ce-bodytext {
        padding-right: 100px;
    }

    .navbar-phone-number {
        display:none;
    }
}

@media (min-width: 1200px) {
    .frame-shadowbox h1,
    .frame-shadowbox .h1,
    .frame-shadowbox h2,
    .frame-shadowbox .h2,
    .frame-shadowbox h3,
    .frame-shadowbox .h3,
    .frame-shadowbox h4,
    .frame-shadowbox .h4,
    .frame-shadowbox h5,
    .frame-shadowbox .h5,
    .frame-shadowbox h6,
    .frame-shadowbox .h6 {
        font-size: 26px;
    }

    .frame-text-padding-left .ce-bodytext {
        padding-left: 100px;
    }
    .frame-text-padding-right .ce-bodytext {
        padding-right: 100px;
    }
}

p.text-left, td.text-left, th.text-left, h1.text-left, h2.text-left, h3.text-left, h4.text-left, h5.text-left, h6.text-left, div.text-left, address.text-left { text-align: left; }
p.text-center, td.text-center, th.text-center, h1.text-center, h2.text-center, h3.text-center, h4.text-center, h5.text-center, h6.text-center, div.text-center, address.text-center { text-align: center; }
p.text-right, td.text-right, th.text-right, h1.text-right, h2.text-right, h3.text-right, h4.text-right, h5.text-right, h6.text-right, div.text-right, address.text-right { text-align: right; }
p.text-justify, td.text-justify, th.text-justify, h1.text-justify, h2.text-justify, h3.text-justify, h4.text-justify, h5.text-justify, h6.text-justify, div.text-justify, address.text-justify { text-align: justify; }
.ce-headline-center { text-align: center; }
.ce-headline-left { text-align: left; }
.ce-headline-right { text-align: right; }

/* animiertes toggle icon */
.animated-icon1 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #fff;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
/* end animiertes toggle icon */
