@charset "utf-8";
/* CSS Document */
@font-face {
   font-family:"Fira Sans", sans-serif;
   font-style: normal;
   font-weight: 100;
   src: url(https://mp.co-red.de/files/fonts/FiraSans-Thin.ttf) format('ttf');
}

@font-face {
   font-family:"Fira Sans", sans-serif;
   font-style: normal;
   font-weight: 300;
   src: url(https://mp.co-red.de/files/fonts/FiraSans-Light.ttf) format('ttf');
}

@font-face {
   font-family:"Fira Sans", sans-serif;
   font-style: normal;
   font-weight: 500;
   src: url(https://mp.co-red.de/files/fonts/FiraSans-Medium.ttf) format('ttf');
}

@font-face {
   font-family:"Fira Sans", sans-serif;
   font-style: normal;
   font-weight: 700;
   src: url(https://mp.co-red.de/files/fonts/FiraSans-Bold.ttf) format('ttf');
}

:root {
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
    --font-sans: "Fira Sans", sans-serif;
}
* {
    box-sizing: border-box;
}

/*PORTAL*/
.page {
    background-color: transparent !important;
}
.swiper-button-next:before, .swiper-button-prev:before, header, .footer, .content-with-sidebar, .article {
    display: none !important;
}
.page-wrapper, .page, .main {
    width: unset !important;
    padding: unset !important;
    max-width: unset !important;
}
/*MAIN*/
html {
    background-color: #fee7b3;
}
html, body {
    height: 100%;
}
body {
    display: block;
    place-items: center;
    padding: 50px;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: var(--font-sans);
    background: none;
}
.logo {
    max-width: 130px;
    width: 100%;
    z-index: 99999;
    display: block;
    margin: 0 auto;
}
img {
    width: 100%;
}
a {
    text-decoration: none;
    color: white;
}
footer {
    text-align: center;
    color: white;
    padding: 20px 0;
    font-family: var(--font-sans);
    border: 0;
}
.headline {
    font-weight: 400;
    text-align: center;
    font-size: 50px;
}
.mainbg {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: translateZ(0);
    will-change: transform;
    z-index: -1;
}
.flex-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}
.flex-box {
    width: 49%;
    background: rgb(42 27 9 / 31%);
    border-radius: 2rem;
    z-index: 3;
    backdrop-filter: blur(0.5rem);
    padding: 40px 50px;
    box-sizing: border-box;
    line-height: 1.5;
    color: white;
}
.flex-box h3 {
    margin-top: 0;
    font-size: 1.7rem;
}
.flex-box p {
    font-weight: 300;
    font-size: 1.2rem;
    text-align: justify;
    line-height: 1.5;
}
.co-btn {
    color: white;
    padding: 7px 19px;
    font-weight: 400;
    margin-top: 11px;
    display: inline-block;
    background-color: #07A;
    font-size: 1.2rem;
    text-align: justify;
    line-height: 1.5;
}

/*NEWS*/
.news-inline {
    max-width: 40%;
}
.news-inline h2 {
    font-weight: 300;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.news-inline h3 {
    font-size: 2rem;
    margin: 0;
}
.news-inline p {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.5;
}

/*SLIDER*/
.container {
    width: 100%;
    padding: 1rem 0;
    overflow: hidden;
}
.slider .container .swiper-container .swiper-wrapper .swiper-slide .card-image {
    background: #ffffff;
    border: none;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
}
.slider .container .swiper-container .swiper-wrapper .swiper-slide .card-image img {
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.slider .container .swiper-container .swiper-pagination-bullet {
    opacity: 0.8;
    background: #252a32;
}
.slider .container .swiper-container .swiper-pagination-bullet-active {
    background: #ffffff;
}
.slider .container .swiper-container .swiper-button-next, .slider .container .swiper-container .swiper-button-prev {
    background-image: none;
    background-size: 0;
    background-repeat: no-repeat;
    background-position: 0;
    margin-top: -1rem;
}
.slider .container .swiper-container .swiper-button-next .arrow-icon, .slider .container .swiper-container .swiper-button-prev .arrow-icon {
    font-size: 2rem;
    color: #07a;
}
.swiper-container {
    border-radius: 20px;
}
/*CONTENT*/
.page-content {
    display: grid;
    grid-gap: 1rem;
    font-family: var(--font-sans);
}
h1, h2, h3, h4 {
    font-family: var(--font-sans);
}
@media (max-width: 1200px) {
    .page-content {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1201px) {
    .page-content {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 860px) {
    .page-content {
        grid-template-columns: repeat(1, 1fr);
    }
    body {
        padding: 0;
    }
    .headline {
        font-size: 25px;
        margin-top: 50px;
    }
    .slider .container .swiper-container .swiper-button-next .arrow-icon, .slider .container .swiper-container .swiper-button-prev .arrow-icon {
        display: none;
    }
    .flex-container {
        flex-direction: column;
    }
    .flex-box {
        width: 100%;
    }
    .flex-box:first-child {
        margin-bottom: 20px;
    }
    .card {
        height: 450px;
    }
    .flex-box {
        padding: 35px;
    }
	.news-inline {
    max-width: 100%;
}
}
.card {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-position: top center;
}
@media (min-width: 600px) {
    .card {
        height: 350px;
    }
}
.card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
}
.card:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
    transform: translateY(-50%);
    transition: transform calc(var(--d) * 2) var(--e);
}
.content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: .5rem;
    transition: transform var(--d) var(--e);
    z-index: 1;
}
.content > * + * {
    margin-top: 1rem;
}
.title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
}
.copy {
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 300;
}
.btn {
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: white;
    background-color: black;
    border: none;
}
.btn:hover {
    background-color: #0d0d0d;
}
.btn:focus {
    outline: 1px dashed yellow;
    outline-offset: 3px;
}
@media (hover: hover) and (min-width: 600px) {
    .card:after {
        transform: translateY(0);
    }
    .content {
        transform: translateY(calc(100% - 6.5rem));
    }
    .content > *:not(.title) {
        opacity: 0;
        transform: translateY(1rem);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    }
    .card:hover, .card:focus-within {
        align-items: center;
    }
    .card:hover:before, .card:focus-within:before {
        transform: translateY(-4%);
    }
    .card:hover:after, .card:focus-within:after {
        transform: translateY(-50%);
    }
    .card:hover .content, .card:focus-within .content {
        transform: translateY(0);
    }
    .card:hover .content > *:not(.title), .card:focus-within .content > *:not(.title) {
        opacity: 1;
        transform: translateY(0);
        transition-delay: calc(var(--d) / 8);
    }
    .card:focus-within:before, .card:focus-within:after, .card:focus-within .content, .card:focus-within .content > *:not(.title) {
        transition-duration: 0s;
    }
}
/*GLASS*/
.glass {
    background: rgb(255 229 178 / 17%);
    border-radius: 2rem;
    z-index: 3;
    backdrop-filter: blur(0.5rem);
    padding: 20px;
    box-sizing: border-box;
    max-width: 1280px;
    margin: 30px auto;
}
/*SOCIAL-ICONS*/
ul {
    padding: 0;
    display: flex;
    position: relative;
    margin-bottom: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
ul li {
    list-style: none;
    margin: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    position: relative;
    transition: .5s ease-in-out;
    color: #262626;
    z-index: 1;
}
ul li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    top: 0;
    left: 0;
    background: #07A;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s ease-in-out;
    z-index: -1;
}
ul li:hover:before {
    transform: scale(.9);
}
ul li:hover {
    color: #fff;
}
.news {
	display: none !important;
}