body {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    line-height: 1.6;
    padding-top:66px;
}
body.navigation-over-content {
    padding-top:0px;
}

b,
strong {
    font-weight: 500;
}

.container-fluid .container,
.container .container {
    padding-left: 0px;
    padding-right: 0px;
}

.maxwidth-1920 {
    max-width: 1920px;
}

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

.main-content p a {
    font-weight: 500;
}

.main-content .teaser-text {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
}
.main-content .teaser-text-small {
    font-size: 23px;
    font-weight: 500;
    line-height: 1.4;
}
.main-content .very-big-text {
    font-family: "Fustat", sans-serif;
    font-size: 180px;
    font-weight: 700;
    line-height: 0.9;
}
.main-content .big-bold-text {
    font-family: "Outfit", sans-serif;
    font-weight: 900;
    font-size: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main-content .quote-text {
    font-size: 22px;
    line-height: 1.8;
    color:#FF3333;
    font-weight: 400;
    font-family: "Libre Baskerville", serif;
    font-style: italic;
}
.text-dark-blue {
    color:#001432;
}

.main-content .section-title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.main-content .section-title::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background:#2E72A6;
    border-radius: 5px;
    margin-right: 5px;
}

ul.logo-list {
    list-style: none;
    padding-left: 0px;
}
ul.logo-list li {
    background:url(../Images/logo-list-icon.svg) no-repeat 0px 5px;
    background-size: 29px 24px;
    padding-left:45px;
    margin-bottom:10px;
}

span.counter,
span.counter-style {
    font-family: "Fustat", sans-serif;
    font-size: 60px;
    font-weight: 700;
    color:#2E72A6;
}

.main-content .frame-padding-right-20 {
    padding-right:20%;
}
.main-content .frame-padding-right-12 {
    padding-right:12%;
}

.main-content h1,
.main-content .h1 {
    font-family: "Fustat", sans-serif;
    font-weight: 700;
    font-size: 90px;
    line-height: 1.1;
    color:#2E72A6;
    margin-top:0px;
    margin-bottom: 3rem;
}
.main-content h2,
.main-content .h2 {
    font-family: "Fustat", sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.1;
    color:#2E72A6;
    margin-top:0px;
    margin-bottom: 3rem;
}
.main-content h3,
.main-content .h3 {
    font-family: "Fustat", sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 1.1;
    color:#2E72A6;
    margin-top:0px;
    margin-bottom: 3rem;
}
.main-content h4,
.main-content .h4 {
    font-family: "Fustat", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    color:#2E72A6;
    margin-top:0px;
    margin-bottom: 3rem;
}
.main-content h5,
.main-content .h5 {
    font-family: "Fustat", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.1;
    color:#2E72A6;
    margin-top:0px;
    margin-bottom: 3rem;
}
.main-content h6,
.main-content .h6 {
    font-family: "Fustat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    color:#2E72A6;
    margin-top:0px;
    margin-bottom: 3rem;
}

/* buttons */
.btn-white-circle-arrow-bottom-left-0 {
    border-bottom-left-radius: 0px;
    background-image:url(../Images/white-circle-arrow.png);
    background-repeat: no-repeat;
    background-position: right 6px center;
    padding-right:60px;
}
.btn-bottom-left-0 {
    border-bottom-left-radius: 0px;
}
.main-content p .btn {
    margin-bottom: 15px;
}
/* end buttons */

/* forms */
form {
    margin-bottom: 30px;
}
.newsletter-form input[type="email"] {
    background-image:url(../Images/red-circle-arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}
/* end forms */

/* footer */
footer {
    background:#020F36;
    color:#fff;
    padding-top:100px;
    padding-bottom:30px;
}
footer a {
    color:#fff;
    text-decoration: none;
}
footer a:hover,
footer a:focus {
    color:#fff;
    text-decoration: underline;
}
.footer-top {
    padding-bottom:60px;
}
.footer-bottom p {
    margin-bottom:0px;
}
.footer-bottom a {
    margin-right: 20px;
}
#copyright {
    margin-right: 20px;
}
.main-content footer h1,
.main-content footer .h1,
.main-content footer h2,
.main-content footer .h2,
.main-content footer h3,
.main-content footer .h3,
.main-content footer h4,
.main-content footer .h4,
.main-content footer h5,
.main-content footer .h5,
.main-content footer h6,
.main-content footer .h6 {
    color:#fff;
}
/* end footer */

/* quickinfo */
.quickinfo {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background:#FF3333;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:10px;
    padding-right:10px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.quickinfo a {
    display:block;
    padding-top:5px;
    padding-bottom: 5px;
}
/* end quickinfo */

/* header image */
.header-image.fullscreen {
    width:100%;
    height:calc(100vh - 66px);
}
body.navigation-over-content .header-image.fullscreen {
    height:100vh;
}
.header-image-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width:100%;
    height:100%;
}
/* end header image */

/* header video */
.header-video.fullscreen {
    width:100%;
    height:calc(100vh - 66px);
    position: relative;
}
body.navigation-over-content .header-video.fullscreen {
    height:100vh;
}
.header-video.fullscreen video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
/* end header video */

/* half milk video */
.half-milk-video {
    max-width: 2400px;
    margin:0 auto;
    position: relative;
}
.half-milk-video video {
    width:100%;
    height:auto;
    display:block;
    max-height: 100vh;
    object-fit: cover;
    object-position: center;
}
.half-milk-video-overlay {
    position: absolute;
    left:0;
    top:0;
    height:100%;
    width:50%;
    background:rgba(46,114,166,0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}
.half-milk-video-content {
    position: absolute;
    left:0px;
    bottom:80px;
    font-family: "Outfit", sans-serif;
    font-weight: 900;
    color:#fff;
}
.main-content .half-milk-video-content h1,
.main-content .half-milk-video-content .h1,
.main-content .half-milk-video-content h2,
.main-content .half-milk-video-content .h2,
.main-content .half-milk-video-content h3,
.main-content .half-milk-video-content .h3,
.main-content .half-milk-video-content h4,
.main-content .half-milk-video-content .h4,
.main-content .half-milk-video-content h5,
.main-content .half-milk-video-content .h5,
.main-content .half-milk-video-content h6,
.main-content .half-milk-video-content .h6 {
    font-family: "Outfit", sans-serif;
    font-weight: 900;
    color:#fff;
    margin-bottom: 0px;
    font-size: 90px;
}
.main-content .half-milk-video-content a {
    color:#fff;
    text-decoration: none;
}
.main-content .half-milk-video-content a:hover,
.main-content .half-milk-video-content a:focus {
    color:#fff;
    text-decoration: underline;
}
.main-content .half-milk-video-content .btn {
    text-decoration: none;
}
/* end half milk video */

/* spriteImageAnimationScrolling */
.spriteImageAnimationScrolling {
    background-repeat: no-repeat;
    max-width: 1920px;
    margin-left:auto;
    margin-right:auto;
}
.loading {
    background-image: url(../Images/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 200px;
    height: 100%;
}
/* end spriteImageAnimationScrolling */

/* projekt teaser */
.projekt-teaser-more-link {
    margin-top: 40px;
}
.projekt-teaser-item-content a {
    text-decoration: none;
    color:#000;
}
.projekt-teaser .projekt-teaser-item-image-1 img,
.projekt-teaser .projekt-teaser-item-image-6 img {
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
}
.projekt-teaser .projekt-teaser-item-new {
    position: absolute;
    top:calc(50% - 50px);
    transform: translateY(-50%);
    right:-60px;
    width:150px;
    height:150px;
    border-radius: 50%;
    background:#FF3333;
    color:#fff;
    font-size: 60px;
    font-weight: 600;
}
.projekt-teaser-flex-items-col-1 {
    width:40%;
}
.projekt-teaser-flex-items-col-2 {
    width:60%;
}
.projekt-teaser-flex-items-col-1-content {
    padding-right:10px;
}
.projekt-teaser-flex-items-col-2-content {
    padding-left:10px;
}
.projekt-teaser-item-image-2 {
    height:500px;
}
.projekt-teaser-item-image-3 {
    height:330px;
}
.projekt-teaser-item-image-4 {
    height:330px;
}
.projekt-teaser-item-image-5 {
    height:500px;
}
.projekt-teaser-item-image-2,
.projekt-teaser-item-image-3,
.projekt-teaser-item-image-4,
.projekt-teaser-item-image-5 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    border-radius: 20px;
}
/* end projekt teaser */

/* gray bg */
.gray-bg {
    background:#eaf1f6;
    padding-top:1px;
    padding-bottom:1px;
}
/* end gray bg */

/* dark blue bg */
.dark-blue-bg {
    background:#020F36;
    color:#fff;
    padding-top:1px;
    padding-bottom:1px;
}
.dark-blue-bg .section-title {
    color:#2E72A6;
}
.dark-blue-bg a {
    color:#fff;
    text-decoration: none;
}
.dark-blue-bg a:hover,
.dark-blue-bg a:focus {
    color:#fff;
    text-decoration: underline;
}
.main-content .dark-blue-bg h1,
.main-content .dark-blue-bg .h1,
.main-content .dark-blue-bg h2,
.main-content .dark-blue-bg .h2,
.main-content .dark-blue-bg h3,
.main-content .dark-blue-bg .h3,
.main-content .dark-blue-bg h4,
.main-content .dark-blue-bg .h4,
.main-content .dark-blue-bg h5,
.main-content .dark-blue-bg .h5,
.main-content .dark-blue-bg h6,
.main-content .dark-blue-bg .h6 {
    color:#fff;
}
/* end dark blue bg */

/* video bg */
.video-bg {
    position: relative;
    padding-top:1px;
    padding-bottom:1px;
}
.video-bg-top video {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    max-width: 1920px;
    left:50%;
    transform:translateX(-50%);
    height:auto;
    display:block;
    z-index: -1;
}
.video-bg-bottom video {
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    max-width: 1920px;
    left:50%;
    transform:translateX(-50%);
    height:auto;
    display:block;
    z-index: -1;
}
/* end video bg */

/* slick persons */
.slick-slider-persons-item img {
    border-radius: 50%;
    margin-bottom: 20px;
    width:150px;
    height:150px;
    opacity: 0.5;
}
.slick-current .slick-slider-persons-item img {
    opacity: 1;
}
div[class^="slick-slider-persons-info-"] img {
    display: inline-block;
    margin-right: 15px;
    width: 50px;
    height: auto;
}
/* end slick persons */

/* image-100 */
.image-100 {
    max-width: 2400px;
    margin-left:auto;
    margin-right:auto;
}
.image-100 img {
    width:100% !important;
}
/* end image-100 */

/* discover style */
.discover-style .discover-style-link {
    cursor: url("../Images/discover-mouse.png") 64 64, url("../Images/discover-mouse.cur") 64 64, pointer !important;
    display: block;
    text-decoration: none !important;
}
.discover-style .discover-style-link:hover,
.discover-style .discover-style-link:focus {
    text-decoration: none !important;

}
/* end discover style */

/* horizontal scroll boxes */
.product-box-horizontal-scroll-wrapper.has-big-text {
    padding-top:60px;
}
.product-box-horizontal-scroll-wrapper {
    position: relative;
}
.product-box-horizontal-scroll-wrapper-bg-text {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    /*overflow: hidden;*/
}
.product-box-item {
    min-width: 250px;
    max-width: 250px;
    min-height: 250px;
    margin-right:30px;
    margin-bottom:30px;
    margin-top:30px;
    background:rgba(46,114,166,0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 20px;
    position: relative;
    height: calc(100% - 60px);
}
.product-box-item-inner {
    padding:20px 25px;
}
.product-box-item-inner-image img {
    border-radius: 20px;
}
.product-box-item-inner p:last-child {
    margin-bottom:0px;
}
.product-box-item-plus {
    position: absolute;
    right:15px;
    bottom:15px;
    border-radius: 50%;
    color:#fff;
    font-size: 30px;
    line-height: 30px;
}
.scrollbar {
    margin: 20px auto;
    height: 2px;
    background: #2E72A6;
    line-height: 0;
    max-width: 1110px;
}
.scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #FF3333;
    cursor: pointer;
}
.scrollbar .handle .mousearea {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 6px;
    background: #FF3333;
}

.product-box-item-inner-image-hover {
    position: relative;
}
.product-box-item-inner-hover-text {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius: 20px;
    display:none;
    background:rgba(46,114,166,0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    color:#fff;
    font-size: 22px;
    font-weight: 600;
}
.product-box-item-inner-hover-text-inner {
    position: absolute;
    left:0;
    bottom:0;
    padding:20px;
}
.product-box-item-inner-hover-text-inner p:last-child {
    margin-bottom: 0px;
}
/* end horizontal scroll boxes */

/* news */
.news-list-special .news-img-wrap img {
    border-radius: 20px;
    margin-bottom: 40px;
}
.news-list-special .news-list-heading {
    font-size: 20px;
}
.news-list-special .news-list-heading a {
    text-decoration: none;
    color:#000;
}
.news-list-special .teaser-text-news a {
    text-decoration: none;
    color:#000;
    font-weight: 300;
}
.news-list-special .news-list-heading a:hover,
.news-list-special .news-list-heading a:focus,
.news-list-special .teaser-text-news a:hover,
.news-list-special .teaser-text-news a:focus {
    text-decoration: underline;
}
.news-list-special .news-category {
    color:#2E72A6;
    font-weight: 500;
}
.news-list-special .news-category p {
    margin-bottom: 10px;
}
.news-list-special .article-1 {
    max-width: 70%;
    margin-bottom: 120px;
}
.news-list-special .article-2 {
    margin-bottom: 120px;
}
.news-list-special .article-3 {
    margin-top:450px;
}
.news-list-special .article-2 .news-list-content-wrapper {
    padding-left: 100px;
    padding-right: 100px;
}
.news-list-special .article-4 {
    max-width: 70%;
}
/* ich weiß nicht warum 120% aber es geht... */
.big-text-in-news {
	left: 120%;
	margin-left: -50vw;
	max-width: calc(100vw - 15px);
	position: absolute;
    z-index: -1;
    top:100px;
	width: calc(100vw - 15px);
}
.big-text-in-news-inner {
    max-width: 1920px;
    margin:0 auto;
}
/* end news */

/* isotope */
.isotope .grid-sizer,
.isotope .grid-item {
    width:20%;
}
.isotope .grid-item {
    margin-bottom: 15px;
    padding-right:15px;
}
.isotope {
    margin-right:-15px;
}
.isotope .grid-item-double {
    width:40%;
}
.isotope .grid-item img {
    border-radius: 20px;
}
/* end isotope */

/* navigation */
.navbar.navbar-light.fixed-top .navbar-collapse {
    max-height: calc(100vh - 100px);
}
.navbar.navbar-light.fixed-top .navbar-collapse.show {
    overflow-y: auto;
    overflow-x: hidden;
}

.navigation-claim {
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}
.navigation-claim,
body.navigation-over-content .navbar.navbar-light.navbar-shadow .navigation-claim {
    color:#2E72A6;
}
body.navigation-over-content .navigation-claim {
    color:#fff;
}

.navbar.navbar-light {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background:#fff;
    transition: .5s ease-in-out;
    font-size: 16px;
}
.navbar.navbar-light #logo .st0 {fill: #FF3333;}
.navbar.navbar-light #logo .st1 {fill: #FFADAD;}
.navbar.navbar-light #logo .st2 {fill: #FF7070;}
.navbar.navbar-light #logo .st3 {fill: #ABC7DB;}
.navbar.navbar-light #logo .st4 {fill: #2E72A6;}
.navbar.navbar-light #logo .st5 {fill: #6D9CC1;}
.navbar.navbar-light.navbar-shadow {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background:#fff;
}
.navbar.navbar-light.navbar-shadow #logo .st0 {fill: #FF3333;}
.navbar.navbar-light.navbar-shadow #logo .st1 {fill: #FFADAD;}
.navbar.navbar-light.navbar-shadow #logo .st2 {fill: #FF7070;}
.navbar.navbar-light.navbar-shadow #logo .st3 {fill: #ABC7DB;}
.navbar.navbar-light.navbar-shadow #logo .st4 {fill: #2E72A6;}
.navbar.navbar-light.navbar-shadow #logo .st5 {fill: #6D9CC1;}

body.navigation-over-content .navbar.navbar-light {
    box-shadow: none;
    background:transparent;
}
body.navigation-over-content .navbar.navbar-light #logo .st0,
body.navigation-over-content .navbar.navbar-light #logo .st1,
body.navigation-over-content .navbar.navbar-light #logo .st2,
body.navigation-over-content .navbar.navbar-light #logo .st3,
body.navigation-over-content .navbar.navbar-light #logo .st4,
body.navigation-over-content .navbar.navbar-light #logo .st5 {
    fill: #fff;
}
body.navigation-over-content .navbar.navbar-light.navbar-shadow {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background:#fff;
}
body.navigation-over-content .navbar.navbar-light.navbar-shadow #logo .st0 {fill: #FF3333;}
body.navigation-over-content .navbar.navbar-light.navbar-shadow #logo .st1 {fill: #FFADAD;}
body.navigation-over-content .navbar.navbar-light.navbar-shadow #logo .st2 {fill: #FF7070;}
body.navigation-over-content .navbar.navbar-light.navbar-shadow #logo .st3 {fill: #ABC7DB;}
body.navigation-over-content .navbar.navbar-light.navbar-shadow #logo .st4 {fill: #2E72A6;}
body.navigation-over-content .navbar.navbar-light.navbar-shadow #logo .st5 {fill: #6D9CC1;}

.navbar.navbar-light .navbar-toggler .animated-burger-menu {
    width: 35px;
    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;
    display: inline-block;
}
.navbar.navbar-light .navbar-toggler .animated-burger-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    right: 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;
    background:#2E72A6;
}
body.navigation-over-content .navbar.navbar-light .navbar-toggler .animated-burger-menu span {
    background:#fff;
}
.navbar.navbar-light.navbar-shadow .navbar-toggler .animated-burger-menu span,
body.navigation-over-content .navbar.navbar-light.navbar-shadow .navbar-toggler .animated-burger-menu span {
    background:#2E72A6;
}
.navbar.navbar-light .navbar-toggler .animated-burger-menu span:nth-child(1) {
    top: 0px;
    width:25px;
}
.navbar.navbar-light .navbar-toggler .animated-burger-menu span:nth-child(2) {
    top: 10px;
}
.navbar.navbar-light .navbar-toggler .animated-burger-menu span:nth-child(3) {
    top: 20px;
    width:20px;
}
.navbar.navbar-light .navbar-toggler .animated-burger-menu.open span:nth-child(1) {
    top: 11px;
    width: 25px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.navbar.navbar-light .navbar-toggler .animated-burger-menu.open span:nth-child(2) {
    opacity: 0;
    width: 25px;
    /*left: -60px;*/
}
.navbar.navbar-light .navbar-toggler .animated-burger-menu.open span:nth-child(3) {
    top: 11px;
    width: 25px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.language-menu > a,
body.navigation-over-content .navbar.navbar-light.navbar-shadow .language-menu > a {
    color:#2E72A6;
    text-decoration: none;
}
body.navigation-over-content .language-menu > a {
    color:#fff;
    text-decoration: none;
}
.language-menu .dropdown-menu {
    border:1px solid rgba(0,0,0,.15);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.navigation-rowdescription {
    color:#000;
    font-size: 13px;
    font-weight: 400;
    margin-top:5px;
    font-style: italic;
}
.navigation-item-icon img {
    margin-right:10px;
}
/* end navigation */

/* slick slider logos */
div[class^="slick-slider-logos-"] .slick-track {
    display: flex;
    align-items: center;
}
div[class^="slick-slider-logos-"] .slick-slide {
    padding-left:15px;
    padding-right:15px;
}
/* end slick slider logos */

@media (max-width: 575.98px) {
    body {
        padding-top: 58px;
    }

    .frame-space-before-large { margin-top:60px; }
    .frame-space-before-extra-large { margin-top:60px; }
    .frame-space-after-large { margin-bottom:60px; }
    .frame-space-after-extra-large { margin-bottom:60px; }

    .header-image.fullscreen {
        height:calc(100vh - 58px);
    }
    .header-video.fullscreen {
        height:calc(100vh - 58px);
    }
    .navbar-brand svg {
        width:96px;
        height:23px;
    }
    .navigation-claim {
        display:none;
    }

    .navigation-rowdescription {
        padding-left:2rem;
        padding-right:1rem;
        margin-top:0px;
        margin-bottom:10px;
    }    
    .nav-link.dropdown-toggle img {
        margin-right:10px;
    }
    .nav-link.dropdown-toggle:hover img,
    .nav-link.dropdown-toggle:focus img,
    .nav-link.dropdown-toggle:active img,
    .nav-item.dropdown.active img {
        filter: brightness(0) invert(1);
    }  

    .main-content .frame-padding-right-20,
    .main-content .padding-right-5 {
        padding-right:0%;
    }

    #copyright {
        display: block;
    }

    .main-content .teaser-text {
        font-size: 26px;
    }

    .main-content h1,
    .main-content .h1 {
        font-size: 50px;
    }
    .main-content h2,
    .main-content .h2 {
        font-size: 35px;
    }
    .main-content h3,
    .main-content .h3 {
        font-size: 30px;
    }
    .main-content h4,
    .main-content .h4 {
        font-size: 25px;
    }
    .main-content h5,
    .main-content .h5 {
        font-size: 22px;
    }
    .main-content h6,
    .main-content .h6 {
        font-size: 20px;
    }
    .main-content .very-big-text {
        font-size: 80px;
    }

    .projekt-teaser .projekt-teaser-item-new {
        right:15px;
        top:calc(50% - 50px);
        transform: translateY(-50%);
        width:70px;
        height:70px;
        font-size: 30px;
    }
    .projekt-teaser-flex-items-col-1 {
        width:100%;
    }
    .projekt-teaser-flex-items-col-2 {
        width:100%;
    }
    .projekt-teaser-flex-wrapper {
        flex-direction: column !important;
    }
    .projekt-teaser-item-image-2,
    .projekt-teaser-item-image-3,
    .projekt-teaser-item-image-4,
    .projekt-teaser-item-image-5 {
        height:240px;
    }

    .product-box-horizontal-scroll-wrapper.has-big-text {
        padding-top:20px;
    }
    .scrollbar {
        max-width:none;
        margin-right: 15px;
        margin-left: 15px;
    }

    .news-list-special .article-1 {
        max-width: 100%;
        margin-bottom: 60px;
    }
    .news-list-special .article-2 {
        margin-bottom: 60px;
    }
    .news-list-special .article-3 {
        margin-top:0px;
        margin-bottom: 60px;
    }
    .news-list-special .article-2 .news-list-content-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    .news-list-special .article-4 {
        max-width: 100%;
    }
    .big-text-in-news {
        display: none;
    }

    .isotope .grid-sizer,
    .isotope .grid-item {
        width:50%;
    }
    .isotope .grid-item-double {
        width:50%;
    }

    .main-content .half-milk-video-content h1,
    .main-content .half-milk-video-content .h1,
    .main-content .half-milk-video-content h2,
    .main-content .half-milk-video-content .h2,
    .main-content .half-milk-video-content h3,
    .main-content .half-milk-video-content .h3,
    .main-content .half-milk-video-content h4,
    .main-content .half-milk-video-content .h4,
    .main-content .half-milk-video-content h5,
    .main-content .half-milk-video-content .h5,
    .main-content .half-milk-video-content h6,
    .main-content .half-milk-video-content .h6 {
        font-size: 40px;
    }
    .half-milk-video-content {
        bottom:30px;
    }
    .half-milk-video-overlay {
        width:100%;
    }

    .quickinfo {
        left: 50%;
        transform: translateX(-50%);
        right:auto;
        bottom:10px;
        top:auto;
        padding-top:5px;
        padding-bottom:5px;
        height:50px;
        margin-left:auto;
        margin-right:auto;
        padding-left:15px;
        padding-right:15px;
    }
    .quickinfo-inner {
        display:flex;
        justify-content: space-around;
        align-items: center;
        height:100%;
    }
    .quickinfo a {
        padding-top:0px;
        padding-bottom:0px;
        padding-left:5px;
        padding-right:5px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    body {
        padding-top: 58px;
    }

    .frame-space-before-large { margin-top:60px; }
    .frame-space-before-extra-large { margin-top:60px; }
    .frame-space-after-large { margin-bottom:60px; }
    .frame-space-after-extra-large { margin-bottom:60px; }

    .header-image.fullscreen {
        height:calc(100vh - 58px);
    }
    .header-video.fullscreen {
        height:calc(100vh - 58px);
    }
    .navbar-brand svg {
        width:96px;
        height:23px;
    }
    .navigation-claim {
        display:none;
    }

    .navigation-rowdescription {
        padding-left:2rem;
        padding-right:1rem;
        margin-top:0px;
        margin-bottom:10px;
    }    
    .nav-link.dropdown-toggle img {
        margin-right:10px;
    }
    .nav-link.dropdown-toggle:hover img,
    .nav-link.dropdown-toggle:focus img,
    .nav-link.dropdown-toggle:active img,
    .nav-item.dropdown.active img {
        filter: brightness(0) invert(1);
    }      

    .main-content .frame-padding-right-20,
    .main-content .padding-right-5 {
        padding-right:0%;
    }

    #copyright {
        display: block;
    }

    .main-content .teaser-text {
        font-size: 26px;
    }

    .main-content h1,
    .main-content .h1 {
        font-size: 50px;
    }
    .main-content h2,
    .main-content .h2 {
        font-size: 35px;
    }
    .main-content h3,
    .main-content .h3 {
        font-size: 30px;
    }
    .main-content h4,
    .main-content .h4 {
        font-size: 25px;
    }
    .main-content h5,
    .main-content .h5 {
        font-size: 22px;
    }
    .main-content h6,
    .main-content .h6 {
        font-size: 20px;
    }
    .main-content .very-big-text {
        font-size: 80px;
    }

    .projekt-teaser .projekt-teaser-item-new {
        right:15px;
        top:calc(50% - 50px);
        transform: translateY(-50%);
        width:70px;
        height:70px;
        font-size: 30px;
    }
    .projekt-teaser-flex-items-col-1 {
        width:100%;
    }
    .projekt-teaser-flex-items-col-2 {
        width:100%;
    }
    .projekt-teaser-flex-wrapper {
        flex-direction: column !important;
    }
    .projekt-teaser-item-image-2,
    .projekt-teaser-item-image-3,
    .projekt-teaser-item-image-4,
    .projekt-teaser-item-image-5 {
        height:240px;
    }

    .product-box-horizontal-scroll-wrapper.has-big-text {
        padding-top:20px;
    }
    .scrollbar {
        max-width: 510px;
    }

    .news-list-special .article-1 {
        max-width: 100%;
        margin-bottom: 60px;
    }
    .news-list-special .article-2 {
        margin-bottom: 60px;
    }
    .news-list-special .article-3 {
        margin-top:0px;
        margin-bottom: 60px;
    }
    .news-list-special .article-2 .news-list-content-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    .news-list-special .article-4 {
        max-width: 100%;
    }
    .big-text-in-news {
        display: none;
    }

    .isotope .grid-sizer,
    .isotope .grid-item {
        width:50%;
    }
    .isotope .grid-item-double {
        width:50%;
    }

    .main-content .half-milk-video-content h1,
    .main-content .half-milk-video-content .h1,
    .main-content .half-milk-video-content h2,
    .main-content .half-milk-video-content .h2,
    .main-content .half-milk-video-content h3,
    .main-content .half-milk-video-content .h3,
    .main-content .half-milk-video-content h4,
    .main-content .half-milk-video-content .h4,
    .main-content .half-milk-video-content h5,
    .main-content .half-milk-video-content .h5,
    .main-content .half-milk-video-content h6,
    .main-content .half-milk-video-content .h6 {
        font-size: 40px;
    }
    .half-milk-video-content {
        bottom:50px;
    }
    .half-milk-video-overlay {
        width:100%;
    }

    .quickinfo {
        left: 50%;
        transform: translateX(-50%);
        right:auto;
        bottom:10px;
        top:auto;
        padding-top:5px;
        padding-bottom:5px;
        height:50px;
        margin-left:auto;
        margin-right:auto;
        padding-left:15px;
        padding-right:15px;
    }
    .quickinfo-inner {
        display:flex;
        justify-content: space-around;
        align-items: center;
        height:100%;
    }
    .quickinfo a {
        padding-top:0px;
        padding-bottom:0px;
        padding-left:5px;
        padding-right:5px;
    }    
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .frame-space-before-large { margin-top:80px; }
    .frame-space-before-extra-large { margin-top:100px; }
    .frame-space-after-large { margin-bottom:80px; }
    .frame-space-after-extra-large { margin-bottom:100px; }

    .navigation-rowdescription {
        padding-left:2rem;
        padding-right:1rem;
        margin-top:0px;
        margin-bottom:10px;
    }    
    .nav-link.dropdown-toggle img {
        margin-right:10px;
    }
    .nav-link.dropdown-toggle:hover img,
    .nav-link.dropdown-toggle:focus img,
    .nav-link.dropdown-toggle:active img,
    .nav-item.dropdown.active img {
        filter: brightness(0) invert(1);
    }

    .main-content .frame-padding-right-20,
    .main-content .padding-right-5 {
        padding-right:0%;
    }

    .main-content h1,
    .main-content .h1 {
        font-size: 50px;
    }
    .main-content h2,
    .main-content .h2 {
        font-size: 35px;
    }
    .main-content h3,
    .main-content .h3 {
        font-size: 30px;
    }
    .main-content h4,
    .main-content .h4 {
        font-size: 25px;
    }
    .main-content h5,
    .main-content .h5 {
        font-size: 22px;
    }
    .main-content h6,
    .main-content .h6 {
        font-size: 20px;
    }
    .main-content .very-big-text {
        font-size: 80px;
    }

    .product-box-horizontal-scroll-wrapper.has-big-text {
        padding-top:20px;
    }
    .scrollbar {
        max-width: 690px;
    }

    .news-list-special .article-2 .news-list-content-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    .news-list-special .article-3 {
        margin-top:400px;
    }

    .isotope .grid-sizer,
    .isotope .grid-item {
        width:25%;
    }
    .isotope .grid-item-double {
        width:50%;
    }

    .main-content .half-milk-video-content h1,
    .main-content .half-milk-video-content .h1,
    .main-content .half-milk-video-content h2,
    .main-content .half-milk-video-content .h2,
    .main-content .half-milk-video-content h3,
    .main-content .half-milk-video-content .h3,
    .main-content .half-milk-video-content h4,
    .main-content .half-milk-video-content .h4,
    .main-content .half-milk-video-content h5,
    .main-content .half-milk-video-content .h5,
    .main-content .half-milk-video-content h6,
    .main-content .half-milk-video-content .h6 {
        font-size: 50px;
    }
    .half-milk-video-content {
        bottom:50px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .frame-space-before-large { margin-top:80px; }
    .frame-space-before-extra-large { margin-top:100px; }
    .frame-space-after-large { margin-bottom:80px; }
    .frame-space-after-extra-large { margin-bottom:100px; }

    .main-content h1,
    .main-content .h1 {
        font-size: 60px;
    }
    .main-content h2,
    .main-content .h2 {
        font-size: 40px;
    }
    .main-content h3,
    .main-content .h3 {
        font-size: 40px;
    }
    .main-content h4,
    .main-content .h4 {
        font-size: 30px;
    }
    .main-content h5,
    .main-content .h5 {
        font-size: 25px;
    }
    .main-content h6,
    .main-content .h6 {
        font-size: 20px;
    }
    .main-content .very-big-text {
        font-size: 120px;
    }

    .product-box-horizontal-scroll-wrapper.has-big-text {
        padding-top:50px;
    }
    .scrollbar {
        max-width: 930px;
    }

    .isotope .grid-sizer,
    .isotope .grid-item {
        width:25%;
    }
    .isotope .grid-item-double {
        width:50%;
    }

    .main-content .half-milk-video-content h1,
    .main-content .half-milk-video-content .h1,
    .main-content .half-milk-video-content h2,
    .main-content .half-milk-video-content .h2,
    .main-content .half-milk-video-content h3,
    .main-content .half-milk-video-content .h3,
    .main-content .half-milk-video-content h4,
    .main-content .half-milk-video-content .h4,
    .main-content .half-milk-video-content h5,
    .main-content .half-milk-video-content .h5,
    .main-content .half-milk-video-content h6,
    .main-content .half-milk-video-content .h6 {
        font-size: 70px;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {
    .main-content .half-milk-video-content h1,
    .main-content .half-milk-video-content .h1,
    .main-content .half-milk-video-content h2,
    .main-content .half-milk-video-content .h2,
    .main-content .half-milk-video-content h3,
    .main-content .half-milk-video-content .h3,
    .main-content .half-milk-video-content h4,
    .main-content .half-milk-video-content .h4,
    .main-content .half-milk-video-content h5,
    .main-content .half-milk-video-content .h5,
    .main-content .half-milk-video-content h6,
    .main-content .half-milk-video-content .h6 {
        font-size: 110px;
    }
}

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-end, td.text-end, th.text-end, h1.text-end, h2.text-end, h3.text-end, h4.text-end, h5.text-end, h6.text-end, div.text-end, address.text-end { 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; }
