.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

html {
scroll-behavior: smooth;
}

.edgetoedge p {
    padding-left: 15px;
    padding-right: 15px;
}

.firstpagenews {
padding-bottom: 80px;
}

.notloggedin .filegallery {
    display: none;
}

.loggedin .filegallery {
    display: block;
}

body {
font-family: 'Manrope', sans-serif;
}

#innercopyinfo {
    margin-left: 10%;
    margin-right: 10%;
    width: auto;
    max-width: 100%;
}

.date {
color: #000;
font-weight: 500;
}

.items div.list {
padding-left: 20px;
padding-right: 20px;
}

.items div.detail {
max-width: 1280px;
margin: auto;
padding-left: 20px;
padding-right: 20px;
}

/* BUTTONS */
.c-button-1 {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px;
    width: 200px;
    color: black;
    margin: auto;
    background-color: white;
    transition: 0.3s;
}

.c-button-1:hover {
color: white;
background-color: #be0000;
}

.c-button-2 {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px;
    color: white;
    width: 220px;
    margin: auto;
    background-color: transparent;
    border: 1px solid white;
    transition: 0.3s;
}

.c-button-2:hover {
color: #333;
background-color: white;
border: 1px solid white;
}

.c-button-3 {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px;
    min-width: 170px;
    color: white;
    margin: auto;
    background-color: #be0000;
    transition: 0.3s;
}

.c-button-3:hover {
color: white;
background-color: black;
}

.c-product-feta-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 5px;
    width: fit-content;
    flex-wrap: wrap;
}

.c-product-feta-buttons .c-button-3, .c-product-feta-title .c-button-3 {
margin: 0;
    margin-top: 5px;
}

@media (max-width: 990px) {
.c-button-3 {
margin-top: 10px;
}
}

@media (max-width: 990px) {
.c-product-feta-buttons .c-button-3 {
    padding: 15px 15px;
width: 120px;
}
}

.c-button-4 {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px;
    width: 200px;
    color: black;
    margin: auto;
    background-color: white;
    transition: 0.3s;
}

.c-button-4:hover {
color: white;
background-color: black;
}


.c-button-trans-red {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px;
    color: white;
    width: 220px;
    margin: auto;
    background-color: rgb(0 0 0 / 15%);
    border: 1px solid white;
    transition: 0.3s;
}

.c-button-trans-red:hover {
color: white;
background-color: #e30613;
border: 1px solid #e30613;
}



/* VIDEO */
.c-video-position{
    height: 100vh;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.c-video-position video {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}

@media (max-width: 768px) {
.c-video-position {
    height: 55vh;
    width: 100%;
    position: relative;
    top: 0vh;
    left: 0;
}
.c-video-position video {
    object-fit: cover;
    width: 100%;
    height: 55vh;
}
}


/* BODY VIDEO */
.c-body-video {
    height: auto;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}

.c-body-video video {
    height: 650px;
    width: 102%;
    margin-left: -1%;
}
@media (max-width: 990px) {
.c-body-video {
    height: auto;
    width: 100%;
    position: relative;
    top: 0vh;
    left: 0;
}
.c-body-video video {
    height: auto;
    width: 100%;
    margin-left: 0;
}
}


/* CONTAINERS */

.c-container-gen {
position: relative;
min-height: 100vh;
}
@media (max-width: 768px) {
.c-container-gen {
position: relative;
height: 100%;
}
}

.c-container-rel {
position: relative;
padding-left: 10%;
padding-right: 10%;
}


@media (max-width: 1500px) {
.c-container-rel {
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
}
}

@media (max-width: 1024px) {
.c-container-rel {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
}



.c-container-rel-swiper {
position: relative;
padding-left: 10%;
padding-right: 0%;
}

.c-padding-top-bot {
padding-top: 150px;
padding-bottom: 150px;
}


/*TEXTS*/

.c-title-1 {
font-size: 4vw;
margin-bottom: 0px;
text-align: right;
    font-weight: 800;
text-transform: uppercase;
}

@media (max-width: 990px) {
.c-title-1 {
font-size: 30px;
}
}

.c-subtitle-1 {
    text-align: right;
    max-width: 38vw;
    margin-right: 0;
    margin-left: auto;
font-size: 1.1vw;
}

@media (max-width: 990px) {
.c-subtitle-1 {
    text-align: right;
    max-width: 90%;
    margin-right: 0;
    margin-left: auto;
    font-size: 16px;
}
}

.c-title-2 {
font-size: 60px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 20px;
font-family: 'Manrope', sans-serif;
}
@media (max-width: 1024px) {
.c-title-2 {
    font-size: 45px;
}
}
@media (max-width: 990px) {
.c-title-2 {
    font-size: 26px;
}
}

.c-title-3 {
font-size: 24px;
}

.c-title-4 {
font-size: 30px;
}

.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #6fb513;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}


/* ALIGN */
.c-vertical-align {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
width: 100%
}
@media (max-width: 768px) {
.c-vertical-align {
    position: relative;
    top: 0%;
    transform: translate(0%, 0%);
}
}


/* VIDEO */
.c-video-position{
    height: 100vh;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
@media (max-width: 768px) {
.c-video-position {
    height: 70vh;
    width: 100%;
    position: relative;
    top: 0vh;
    left: 0;
}
}

.c-video-title{
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 2;
    font-size: 10vw;
    color: white;
    font-weight: 800;
    line-height: 0.8;
    left: 9vw;
margin-bottom: 0px;
    display: none;
}

@media (max-width: 768px) {
.c-video-title {
    font-size: 15vw;
}
}

.loggedin .c-bg-arxiki-img {
position: relative;
height: 100vh;
background-image: url('cache/files/notfound');
margin-top: 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.notloggedin .c-bg-arxiki-img {
position: relative;
height: 100vh;
background-image: url('cache/files/notfound');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

@media (max-width: 768px) {
.notloggedin .c-bg-arxiki-img {
height: 55vh;
background-image: url('cache/files/notfound');
}
}



/* PRODUCTS */
.c-title-product {
font-size: 3vw;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1;
    color: black;
}
.c-subtitle-product {
    font-size: 1.5vw;
    color: black;
    margin-bottom: 0;
}

.c-infotext {
font-size: 20px;
text-align: justify;
}

.c-product-bgimage {
    background-size: cover;
    background-position: center;
background-repeat: no-repeat;
}

.c-custom-table {
}
.c-custom-table tr{
    height: 50px;
}
.c-custom-table tr td{
    padding-left: 20px;
}

.c-custom-table tr:nth-child(odd) {
       background-color: white;
}

.c-custom-table tr:nth-child(even) {
background-color: #f4f4f4;
}

.c-sitemap-cat {
color: #e30613;
    font-size: 20px;
}

.c-seller-photo {
    margin-top: 50px;
}

.c-seller-photo img {
width: 100%;
height: auto;
}

.c-seller-infobox {
    border-left: 2px solid #be0000;
    margin-top: 30px;
}
.c-seller-infobox p {
font-size: 18px;
    margin-bottom: 10px;
    padding-left: 20px;
}
@media (max-width: 1280px) {
.c-seller-infobox p {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
}
}

.c-seller-infobox p a {
text-decoration: none;
color: #333333;
}
.c-seller-infobox p a span {
color: #be0000;
}


.c-seller-infobox-product {
    border-left: 2px solid #be0000;
    margin-top: 30px;
}
.c-seller-infobox-product p {
font-size: 16px;

    margin-bottom: 10px;
    padding-left: 20px;
}

.c-seller-infobox-product p a {
font-size: 15px;

text-decoration: none;
color: #333333;
}
.c-seller-infobox-product p a span {
color: #be0000;
}


@media (max-width: 990px) {
.c-seller-infobox p {
    font-size: 16px;
}
}

/* SOCIAL FOOTER */


.c-social-footer a{
color: #333 !important;
text-decoration: none;
margin-right: 10px;
transition: 0.5s;
}
.c-social-footer a:hover{
color: white;
}
.c-social-footer a span{
    padding-left: 15px;
    padding-right: 11px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #be0000;
transition: 0.5s;
}
.c-social-footer a:hover span{
background-color: #be0000;
color: white;
}


/* ================= */

.c-map-titles {
position: absolute;
    top: 50px;
    font-size: 1.1vw;
    font-weight: 800;
}
.c-map-titles p {
margin-bottom: 10px;
}

.c-map-titles a {
text-decoration: none;
color: #333;
transition: 0.3s;
}

.c-map-titles a:hover {
text-decoration: none;
color: #be0000;
}

@media (max-width: 990px) {
.c-map-titles {
    position: absolute;
    top: 50px;
    font-size: 20px;
    font-weight: 800;
}
}

/* ================ */

.c-bg-swiss {
background-size: cover;
background-position: center;
position: relative;
}

.c-bg-swiss-over {
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgb(226 8 8 / 70%); 
}

.c-bg-swiss-over div {
position: relative;
padding-top: 100px;
padding-bottom: 100px;
}

/* ================ */

.c-produkte {
min-height: 450px;
background-size: cover;
background-position: center;
}

@media (max-width: 1700px) {
.c-produkte {
min-height: 400px;
background-size: cover;
background-position: center;
}
}

@media (max-width: 1500px) {
.c-produkte {
min-height: 350px;
background-size: cover;
background-position: center;
}
}


.c-map-swiss {

}

.c-maps-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.c-sellers-list {
margin-top: 30px;
}

.c-sellers-list .row .col-md-4 p, .c-sellers-list .row .col-xs-6 p {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px solid black;
    padding-left: 20px;
transition: 0.3s;
}

.c-sellers-list .row .col-md-4 p:hover , .c-sellers-list .row .col-xs-6 p:hover {
    border-left: 5px solid #be0000;
}

.c-seller-tabname {
font-size: 24px;
    padding: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}

.c-left-border-title {
border-left: 30px solid #be0000;
    padding-left: 30px;
}

.c-bottom-border {
margin-top: 20px;
margin-bottom: 20px;
height: 1px; 
width: 100%;
background-color: #e4e4e4;
}


.c-middle {
    padding-top: 50px;
    padding-bottom: 50px;
}


/* ACCORDION */

#c-accordion {
max-width: 1280px;
margin: auto;
padding-bottom: 100px;
}


#c-accordion .accordion h3 {
color: #333333;
}

#c-accordion .accordion h3 span {
color: #be0000;
}

/* ====================== */

.c-download {
    text-align: center;
    padding: 50px;
    background-color: #f6f6f6;
}

.c-download p {
margin-bottom: 0px;
font-size: 20px;
font-weight: 800;
}

.c-download p img {
margin-bottom: 20px;
}


/* ====================== */


.c-seller-thumb {
padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 65px;
    padding-right: 65px;
    border-radius: 50%;
    background-size: cover;
    background-position: top;
    border: 3px solid white;
    margin-left: 30px;
}


/* ======================== */
@media (max-width: 990px) {
.c-title-container-1 {
margin-top: 50px;
padding-right: 15px;
}
}


/* TRAIN PRODUCT PAGE */
.c-train-bg {
    min-height: 300px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.c-train-over {
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.c-train-over-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    font-weight: 800;
text-align: center;
}

@media (min-width: 992px) {
#rolba .col-md-2 {
    width: 25%;
}
}

#mobile-header .langchooser #auto {
  border-left-style: solid;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-color: red;
  border-width: 3px;
  position: absolute;
  right: 10px;
  top: 27px;
}



/* YOUTUBE EMBED */

.c-youtube-embed {
    max-width: 1280px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.c-youtube-embed iframe {
    width: 100%;
    height: 25vw;
}

@media (max-width: 768px) {
.c-youtube-embed iframe {
    width: 100%;
    height: 500px;
}
}

#view-pdf {
display: none;
}

/*
.loggedin #view-pdf {
display: inline-block;
}*/


@media (min-width: 992px) {
.c-horizontal-list .col-md-2 {
    width: 20%;
}
}


/* FLYERS RENTALS */

.c-flyer-bg {
height: 15vw;
    min-height: 400px;
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.c-flyer-bg::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 20%);
transition: 0.3s;
}

.c-flyer-container:hover .c-flyer-bg::after {
    background-color: rgb(0 0 0 / 40%);
}

.c-flyer-container {
height: 15vw;
    min-height: 400px;
position: relative;
}

.c-flyer-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    background-color: #be0000;
    color: white;
    font-size: 18px;
    text-align: center;
    margin: 0px;
padding: 15px;
}

.c-flyer-text p {
    margin: 0;
}

@media (max-width: 990px) {
.c-stellen-mobile {
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 90;
}
}

.c-sellers-page-rows {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}/* NEWS BACKGROUND */

.am_2088 {
    background-image: url('cache/files/notfound');
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: right;
}


/*FOOTER*/


.c-footer {
    height: 100%;
    position: relative;
    width: 100%;
padding-top: 100px;
padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
}
@media (max-width: 768px) {
.c-footer {
height: 100%;
position: relative;
}
}

/* 3D CAROUSEL FOOTER */

#c-carousel--3d {
    height: 100vh;
    position: relative;
}
@media (max-width: 768px) {
#c-carousel--3d {
    height: 300px;
    position: relative;
}
}
.c-slider-container {
  position: relative;
  perspective: 350px;
  transform-style: preserve-3d;
    height: 100%;
}

.c-carousel-3d-item {
  position: absolute;
  top: 50%;
  left: 20%;
  outline: 1px solid transparent;
}

.c-slide-img img {
width: 80%;
height: auto;
}

#c-carousel-3d-controller-2 ~ .c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-1 ~ .c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-3 ~ .c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-2 ~ .c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-1 ~ .c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-3 ~ .c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-2 ~ .c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-1 ~ .c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-3 ~ .c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-2 ~ .c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-1 ~ .c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-4 ~ .c-carousel-3d-item:nth-of-type(4)
{
  transition: all 1s cubic-bezier(.48, .16, .15, .98);
}

.c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-1:checked ~ .c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-2:checked ~ .c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-3:checked ~ .c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-4:checked ~ .c-carousel-3d-item:nth-of-type(4) {
  transform: translateX(0) scale(1) translateY(-50%);
  opacity: 1;
  transition: all 1s cubic-bezier(.48, .16, .15, .98);
z-index: 4;
filter:blur(0px);
}

.c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-1:checked ~ .c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-2:checked ~ .c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-3:checked ~ .c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-4:checked ~ .c-carousel-3d-item:nth-of-type(1) {
  transform: translateX(-275px) scale(0.6) translateY(-100%);
  opacity: 1;
  transition: all 1s cubic-bezier(.48, .16, .15, .98);
z-index: 3;
filter:blur(2px);
}


.c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-1:checked ~ .c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-2:checked ~ .c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-3:checked ~ .c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-4:checked ~ .c-carousel-3d-item:nth-of-type(2) {
  transform: translateX(75px) scale(0.5) translateY(-150%);
  opacity: 1;
  transition: all 1s cubic-bezier(.48, .16, .15, .98);
z-index: 2;
filter:blur(5px);
}

.c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-1:checked ~ .c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-2:checked ~ .c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-3:checked ~ .c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-4:checked ~ .c-carousel-3d-item:nth-of-type(3) {
  transform: translateX(275px) scale(0.6) translateY(-100%);
  opacity: 1;
  transition: all 1s cubic-bezier(.48, .16, .15, .98);
z-index: 3;
filter:blur(2px);
}


@media (max-width: 1204px) {

.c-carousel-3d-item {
    position: absolute;
    top: 50%;
    left: 5%;
    outline: 1px solid transparent;
}

.c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-1:checked ~ .c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-2:checked ~ .c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-3:checked ~ .c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-4:checked ~ .c-carousel-3d-item:nth-of-type(4) {
  transform: translateX(0) scale(1) translateY(-50%);
  opacity: 1;
  transition: all 1s cubic-bezier(.48, .16, .15, .98);
z-index: 4;
filter:blur(0px);
}

.c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-1:checked ~ .c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-2:checked ~ .c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-3:checked ~ .c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-4:checked ~ .c-carousel-3d-item:nth-of-type(1) {
  transform: translateX(-175px) scale(0.6) translateY(-100%);
  opacity: 1;
  transition: all 1s cubic-bezier(.48, .16, .15, .98);
z-index: 3;
filter:blur(2px);
}


.c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-1:checked ~ .c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-2:checked ~ .c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-3:checked ~ .c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-4:checked ~ .c-carousel-3d-item:nth-of-type(2) {
  transform: translateX(75px) scale(0.5) translateY(-150%);
  opacity: 1;
  transition: all 1s cubic-bezier(.48, .16, .15, .98);
z-index: 2;
filter:blur(5px);
}

.c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-1:checked ~ .c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-2:checked ~ .c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-3:checked ~ .c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-4:checked ~ .c-carousel-3d-item:nth-of-type(3) {
  transform: translateX(175px) scale(0.6) translateY(-100%);
  opacity: 1;
  transition: all 1s cubic-bezier(.48, .16, .15, .98);
z-index: 3;
filter:blur(2px);
}
}


#c-carousel-3d-controller-1 {
display: none;
}
#c-carousel-3d-controller-2 {
display: none;
}
#c-carousel-3d-controller-3 {
display: none;
}
#c-carousel-3d-controller-4 {
display: none;
}

/* ------------------------------------------- */
.c-text-kids p{
font-size: 20px;
}.c-product-header {
position: relative;
min-height: 450px;
max-height: 700px;
height: 25vw;
    background-size: cover;
    background-position: center;
}

.c-product-header-over {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgb(0 0 0 / 30%);
}

.c-page-title-container {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
color: white;
max-width: 1280px;
}

.c-page-title {
font-size: 100px;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgb(0 0 0 / 70%);
}

.c-page-subtitle {
font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgb(0 0 0 / 70%);
}

#c-below-product-feta .col-md-4 {
background-color: transparent;
transition: 0.3s;
}

#c-below-product-feta .col-md-4:hover {
background-color: black;
}

.c-below-product-feta {
    position: relative;
    text-decoration: none;
    color: white;
}

.c-below-product-feta p {
    color: white;
    font-weight: 800;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
font-size: 24px;
}

.c-below-product-feta p span {
padding-right: 10px;
}


.c-product-box:first-child {
    max-width: 1280px;
    margin: auto;
padding-top: 100px;
padding-bottom: 50px;
}

.c-product-box:last-child {
padding-bottom: 100px;
}

.c-product-box {
    max-width: 1280px;
    margin: auto;
padding-top: 50px;
padding-bottom: 50px;
}

.c-img-box {
min-height: 250px;
background-size: cover;
background-position: center;
}

.c-desc-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
}

.c-desc-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px;
}

.c-info-box {
    background-color: black;
    color: white;
padding: 20px;
}

.c-info-box p {
margin-bottom: 0px;
}

.c-info-title {
font-weight: 400;
}

.c-info-stat {
font-weight: 800;
font-size: 24px;
color: #e30613;
}

.c-link-box {
    height: 100%;
    background-color: #be0000;
}


.c-link-box a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.c-link-box a p {
    color: white;
text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

/* ==================================== */

/* MOBILE */

@media (max-width:1400px){
.c-page-title{
font-size:60px;
}
}

@media (max-width: 990px) {
.c-page-title-container {
    width: 90%;
}

.c-page-title {
    font-size: 30px;
}

.c-page-subtitle {
    font-size: 20px;
}

.c-link-box {
    height: 100px;
    background-color: #be0000;
}

.c-desc-box {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0%) translateX(0%);
    width: 100%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

}.cover {
    display: block;
    height: 25vw;
    min-height: 350px;
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 700px) {
	.container {
		width : 100%;
		position: relative;
		transform: translate(0%, 0%);
		top: 0;
		left: 0;
	}
	.cover {
		display: block;
		height: 200px;
		width: 320px;
		margin: 15px auto;
	}
}

.atvImg {
	transform-style: preserve-3d;
	-webkit-tap-highlight-color: rgba(#000,0);
}

.atvImg img {

	box-shadow: 0 2px 8px rgba(14,21,47,0.25);
}

.atvImg-container {
	position: relative;
	width: 100%;
	height: 100%;

	transition: all 0.2s ease-out;
}

.atvImg-container.over .atvImg-shadow {
	box-shadow: 0 45px 100px rgba(14,21,47,0.4), 0 16px 40px rgba(14,21,47,0.4);
}

.atvImg-layers {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transform-style: preserve-3d;
}

.atvImg-rendered-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%; 
	left: 0%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: cover;
	transition: all 0.1s ease-out;
	overflow: hidden;
}

.atvImg-shadow {
	position: absolute;
	top: 5%; 
	left: 5%;
	width: 90%;
	height: 90%;
	transition: all 0.2s ease-out;
	box-shadow: 0 8px 30px rgba(250,250,250,0.6);
}

.atvImg-shine {
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;
	background: linear-gradient(135deg, rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 60%);
}

/* ======================= */

/* MORE CSS DESIGN */

.c-col-padding {
padding-top: 50px;
}

.c-box {
    padding: 30px;
    margin: 10px;
background-color: white;
}

.c-category-link {
text-decoration: none;
color: #333333;
}

.c-category-title-cont {
    position: absolute;
    top: 40px;
    left: 15px;
    border-left: 30px solid #be0000;
    padding-left: 30px;
}

.c-category-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px;
color: white;
transition: 0.3s;
}

@media (max-width: 1700px) {
.c-category-title-cont {
    position: absolute;
    top: 40px;
    left: 15px;
    border-left: 20px solid #be0000;
    padding-left: 20px;
}
.c-category-title {
    font-size: 24px;
}
}

@media (max-width: 1500px) {
.c-category-title-cont {
    position: absolute;
    top: 40px;
    left: 15px;
    border-left: 20px solid #be0000;
    padding-left: 20px;
}
.c-category-title {
    font-size: 22px;
}
}

.c-category-button {
position: absolute;
bottom: 5%;
right: 5%;
transition: 0.3s;
    text-align: left;
}

.c-category-link:hover .c-category-title {
color: #be0000;
}

.c-category-subtitle {
    margin-bottom: 0px;
}

.swiper-slide:hover .c-category-title {
    text-shadow: -7px 4px 10px rgb(0 0 0 / 20%);
}

.swiper-slide:hover .c-button-1 {
    box-shadow: -7px 4px 10px rgb(0 0 0 / 20%);
}.swiper-container {
        width: 100%;
        height: 100%;
padding-bottom: 50px !important;
padding-top: 50px !important;
overflow-x: clip !important;
position: relative;
      }

.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

.swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

.swiper-slide {
        width: 60%;
      }


.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 0% !important;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
padding-top: 0.3vw;
    padding-bottom: 0.3vw;
    padding-left: 0.5vw;
    padding-right: 0.7vw;
    color: white !important;
margin-top: -75px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px !important;
}

.c-swiper-title-cont {
    position: absolute;
    z-index: 20;
}

.swiper-button-prev {
    right: auto !important;
    left: 85% !important;
}
.swiper-button-prev {
    right: 25vw !important;
    left: auto !important;
}

.swiper-button-next {
    right: auto !important;
    left: 90% !important;
}
.swiper-button-next {
    right: calc(25vw - 70px) !important;
    left: auto !important;
}


.c-overimageslide {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgb(0 0 0 / 15%);
}



/* MOBILE */

@media (max-width: 768px) {
.swiper-button-prev {
right: 60px !important
}
.swiper-button-next {
right: 20px !important
}
}.c-product-feta-container {
min-height: 500px;
width: 100%;
position: relative;
overflow: hidden;
}

.c-product-feta-bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-position: center;
background-image: url('/cache/files/c01e473fa8957a21fd1b8759b8138ad0e574f31c.jpg');
}

.c-product-feta-bg-over {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgb(0 0 0 / 60%);
}

.c-product-feta-inner {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    padding-left: 10%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.c-product-circle {
    width: 22vw;
    height: 22vw;
    border-radius: 50%;
    position: relative;
}

.c-product-circle img {
position: absolute;
width: 25vw;
height: auto;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
}

.c-product-feta-title {
    position: absolute;
    top: 50%;
    left: calc(10% + 25vw);
    transform: translate(0%, -50%);
    font-size: 18px;
    color: white;
    max-width: 800px;
}

.c-product-feta-title span {
    color: white;
    font-size: 60px;
    font-weight: 800;
}

.c-product-feta-title a {
font-size: 16px;
}


.c-info-box-red {
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
width: 100%;
}

.c-info-box-red p {
color: white;
font-size: 30px;
font-weight: 800;
margin-bottom: 0px;
}

.c-section-title {
    margin-top: 100px;
    font-size: 30px;
    font-weight: 800;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    border-left: 15px solid #be0000;
    text-transform: uppercase;
}

.c-gallery-section-title {
max-width: 1280px;
margin: auto;
}

.c-section-title p {
margin-top: 20px;
margin-bottom: 20px;
}

.c-smaller-titles .c-section-title  {
    display: flex;
    margin-top: 50px;
    font-size: 22px;
margin-bottom: 30px;
    min-height: 90px;
    align-items: center;
}

.c-smaller-titles .c-section-title p {
    margin-top: 0px;
    margin-bottom: 0;
}

/* CUSTOM TABLE */

.c-tech-table {
    width: 100%;
    border-collapse: collapse;
}

.c-tech-table tr:nth-child(odd) {
  background-color: white;
}

.c-tech-table tr:nth-child(even) {
  background-color: #f1f1f1;

}

.c-tech-table tr td {
min-height: 40px;
padding-top: 10px;
padding-bottom: 10px;
    padding-left: 30px;
}

/* ==================== */

.c-service-bg {
    min-height: 500px;
    position: relative;
    background-size: cover;
    background-position: bottom;
}

.c-service-bg-over {
    position: absolute;
    background-color: rgb(0 0 0 / 60%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.c-service-bg p {
    font-size: 20px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-product-video-container {
max-width: 1280px;
 margin: auto;
padding-top: 50px;
}

.c-product-video-container .c-productvideo-iframe iframe {
    width: 100%;
    height: 28vw;
    min-height: 400px;
}


.c-youtube-gallery {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1280px;
    margin: auto;
}

.c-youtube-gallery .c-youtube-embed {
width: calc(50% - 20px);
padding: 10px;
}

/* ================== */

/* TRAIN PAGES */

.c-product-feta-title-trains {
    margin-left: 1vw;
    font-size: 60px;
    font-weight: 800;
    color: white;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#train-categories .c-produkte {
position: relative;
}

#train-categories .c-category-title {
padding-left: 0;
margin-bottom: 0;
}

#train-categories .c-produkte:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 30%);
    z-index: 0;
}

#train-details .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#train-details .row {
    border-bottom: 1px solid #eee;
    margin-top: 50px;
    margin-bottom: 50px;
padding-bottom: 50px;
}

#train-details .row .col-md-6 .c-section-title, #train-details .row .col-md-6 .c-section-title p  {
    margin-top: 0px;
}

/* SCREENS */

@media (max-width: 1500px) {
.c-product-feta-inner {
    position: absolute;
    height: auto;
    width: 90%;
    margin: auto;
    padding-left: 5%;
    padding-top: 80px;
    padding-bottom: 80px;
    top: 50%;
    transform: translateY(-50%);
}
.c-product-feta-title {
    position: absolute;
    top: 50%;
    left: calc(10% + 25vw);
    transform: translate(0%, -50%);
    font-size: 18px;
    color: white;
    max-width: 800px;
}
.c-product-feta-title span {
    font-size: 40px;
}
}


/* MOBILE */
@media (max-width: 768px) {
.c-product-feta-bg {
    position: absolute;
    height: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-image: url('/cache/files/c01e473fa8957a21fd1b8759b8138ad0e574f31c.jpg');
}
.c-product-feta-inner {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: 0%;
    transform: translateY(0%);
}
.c-product-circle {
    width: 100%;
    height: auto;
    border-radius: 0;
    position: relative;
    top: 0;
    transform: translateY(0%);
}
.c-product-circle img {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    border-radius: 0;
}
.c-product-feta-title {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    font-size: 16px;
    color: white;
    max-width: 800px;
    padding: 30px;
}
.c-product-feta-title span {
    color: white;
    font-size: 30px;
    font-weight: 800;
}

.c-info-box-red {
    position: relative;
    top: 0;
    text-align: center;
    transform: translateY(0%);
    width: 100%;
}
.c-info-box-red p {
    color: white;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0px;
    padding: 20px;
}

.panel-body {
    overflow-x: auto;
}
}/* DROP DOWN GLWSSES */

#topbanner .langchooser {
position: relative;
right: 0;
padding-right: 20px;
}

.notloggedin #topbanner .langchooser select {
    color: #333;
    border: 1px solid #333333;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
    border: 0px solid white;
}

.notloggedin #topbanner .langchooser select option{
color: black;
}

#mobile-header .langchooser {
    top: 6px;
}.c-newlogo {
    background-image: url('/cache/files/b8badf2fd9151d5e1853736c654cb493ade85f2b.svg') !important;
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink, #mobiletopbanner a.startlink {
    background-image: url('/cache/files/b8badf2fd9151d5e1853736c654cb493ade85f2b.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    transform: translate(-50%, 0%);
    left: 50% !important;
margin-left: 0px;
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/b8badf2fd9151d5e1853736c654cb493ade85f2b.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.contactform {
    padding-bottom: 15px;
    max-width: 700px;
margin: auto;
}

/* CONTACT FORM */
.contactform p.notrequired select, .contactform p.notrequired textarea, .contactform p.notrequired input, .contactform p.required select, .contactform p.required textarea, .contactform p.required input {
    padding: 4px;
    font-size: 18px;
    border-bottom: 1px solid #2b2a29;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    width: 100%;
background-color: transparent;
}
.contactform h1 {
font-family: 'Manrope', sans-serif;
}

@media (max-width: 768px) {
.contactform h1 {
font-family: 'Manrope', sans-serif;
text-align: center;
}
}

.contactform button {
    font-family: 'Manrope', sans-serif;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px;
    width: 200px;
    color: #333333;
    margin: auto;
margin-top: 10px;
    background-color: transparent;
    border: 1px solid rgba(51,51,51,1);
    transition: 0.3s;
}
.contactform button:hover {
color: #fff;
background-color: #be0000;
border: 1px solid rgba(51,51,51,0);
}

@media (max-width: 768px) {
.contactform .submit {
text-align: center;
}
}

.contactform textarea {
    height: 120px;
}

#mobile-header .langchooser select, #abovetopbanner .langchooser select {
  position: relative;
  top: 26px;
  border-style: hidden;
  border-left: 6px solid red;
  background-color: F0FFF;
}.c-formpopup-container {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    z-index: 9999;
}

.c-formpopup-container:before {
content: '';
display: block;
background-color: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-formpopup {
    position: absolute;
    min-width: 700px;
width: 45%;
    left: 50%;
    margin-top: 5vh;
    transform: translateX(-50%);
    overflow: auto;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
height: 90vh;
}

.notloggedin .c-contact-form-popup {
display: none;
}

.c-formpopup-container.c-opened, .c-formpopup-container.c-opened .c-contact-form-popup {
display: block;
}

.c-contact-form-popup {
    background-color: white;
    padding: 30px;
}

#contenttop .c-contact-form-popup h2 {
    padding-top: 0;
    min-height: auto;
    padding-bottom: 0;
}

.c-formpopup-button-close {
    display: flex;
    width: 30px;
    height: 30px;
    background-color: #be0000;
    position: absolute;
    right: 30px;
    top: 10px;
    color: white;
    font-weight: 800;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.c-formpopup-button-close:hover {
    background-color: black;
}

.c-formpopup-button {
    cursor: pointer;
}

body.c-openedpopup {
overflow: hidden;
}

@media (max-width: 990px) {
.c-formpopup {
    min-width: auto;
    width: 95%;
}
}.contactform form {
    display: flex;
    flex-direction: column;
}

/*
.contactform form p, .contactform form p.input.checkbox, .contactform form p.input.textarea, .contactform form p.input.text, .contactform form p.input.required {
    display: flex;
}
*/

.c-formpopup-container .contactform form p:nth-child(5) {
order: 1;
}

.c-formpopup-container .contactform form p:nth-child(1) {
order: 2;
}

.c-formpopup-container .contactform form p:nth-child(2) {
order: 3;
}

.c-formpopup-container .contactform form p:nth-child(3) {
order: 4;
}

.c-formpopup-container .contactform form p:nth-child(6) {
order: 5;
}

.c-formpopup-container .contactform form p:nth-child(7) {
order: 6;
}

.c-formpopup-container .contactform form p:nth-child(4) {
order: 7;
}

.c-formpopup-container .contactform form p:nth-child(8) {
order: 8;
}

.c-formpopup-container .contactform form p:nth-child(10) {
    order: 9;
}

.c-formpopup-container .contactform form p:nth-child(9) {
order: 10;
}

.contactform form p.checkbox label {
    width: auto;
    order: 2;
    display: flex;
}

.contactform form p.checkbox input{
    width: 15px;
    margin-right: 0px;
}

.contactform form p.g-recaptcha {
order: 11;
}

.contactform form div.submit {
    order: 10;
    display: flex;
    justify-content: flex-start;
}

.contactform button {
    margin: 0;
}