@charset "UTF-8";
@font-face {
font-family: Roboto;
src: url(https://w-koebrunner.at/wp-content/themes/Koebrunner/fonts/Roboto/Roboto-Light.ttf);
font-weight: 300;
}
@font-face {
font-family: Roboto;
src: url(https://w-koebrunner.at/wp-content/themes/Koebrunner/fonts/Roboto/Roboto-Regular.ttf);
font-weight: normal;
}
@font-face {
font-family: Roboto;
src: url(https://w-koebrunner.at/wp-content/themes/Koebrunner/fonts/Roboto/Roboto-Bold.ttf);
font-weight: bold;
}
@font-face {
font-family: Kanit;
src: url(https://w-koebrunner.at/wp-content/themes/Koebrunner/fonts/Kanit/Kanit-Medium.ttf);
font-weight: 500;
}
@font-face {
font-family: Kanit;
src: url(https://w-koebrunner.at/wp-content/themes/Koebrunner/fonts/Kanit/Kanit-SemiBold.ttf);
font-weight: 600;
}
@font-face {
font-family: Kanit;
src: url(https://w-koebrunner.at/wp-content/themes/Koebrunner/fonts/Kanit/Kanit-SemiBoldItalic.ttf);
font-weight: 600;
font-style: italic;
}
html{
scroll-behavior: smooth;
}
a{
color: #62BCF3;
}
body{
background-color: #707070;
color: white;
margin: 0;
}
header{
background-color: #2F2F2F;
position: relative;
z-index: 2;
}
header .home-logo{
display: block;
width: 100%;
max-width: 280px;
max-height: 80px;
}
header .home-logo img{
width: 100%;
object-fit: contain;
}
header .header-contact-icon{
display: flex;
justify-content: flex-end;
}
header .header-contact-icon svg{
width: 100%;
height: auto;
max-width: 54px;
display: block;
padding: 5px 0px;
margin: 10px 16px;
}
header .header-contact-icon #icon_map-post-office{
transition: ease all 0.4s;
}
header .header-contact-icon:hover #icon_map-post-office{
fill: #62BCF3;
}
header .header-inner-section{
width: 90%;
max-width: 1535px;
margin: auto;
display: flex;
align-items: flex-end;
justify-content: space-between;
height: 125px;
padding-bottom: 30px;
}
header .menu{
width: 100%;
display: flex;
margin: 0;
padding: 0;
}
header .menu .menu-item{
list-style: none;
}
.page-id-23 .header-contact-icon svg path{
fill: #62BCF3;
}
header .menu .menu-item a{
font: normal normal normal 20px/35px Roboto;
text-transform: capitalize;
color: white;
display: block;
text-decoration: none;
position: relative;
padding: 5px 0px;
margin: 10px 16px;
transition: ease 0.4s all;
}
header .menu .menu-item#menu-item-40.current-menu-item a::after{
width: 0;
}
header .menu .menu-item a::after{
content: "";
position: absolute;
background-color: #62BCF3;
margin: 0 5px;
height: 3px;
width: 0;
bottom: 0;
left: 0;
transition: ease 0.4s all;
}
header .menu .menu-item a:hover::after, header .menu .menu-item.current-menu-item a::after,header .menu .menu-item#menu-item-40.current-menu-item a:hover::after{
width: calc(100% - 10px);
}
.header-link-subsection {
display: flex;
justify-content: flex-end;
}
#topBtn.show-btn{
transform: scale(1);
}
#topBtn{
display: block;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
border: none;
outline: none;
cursor: pointer;
padding: 0px;
border-radius: 0px;
transition: ease all 0.4s;
transform: scale(0);
}
#topBtn img{
width: 100%;
height: auto;
max-width: 56px;
display: block;
}
#topBtn:hover {
filter: brightness(1.1);
}
.us-top-section{
position: relative;
}
.us-top-grey-section,.us-top-blue-section{
width: 100%;
position: relative;
}
.us-top-grey-section{
display: inline-block;
}
.us-top-grey-title{
font: italic normal 600 100px/150px Kanit;
max-width: 1200px; margin: 35px auto;
text-align: right;
text-transform: uppercase;
position: relative;
z-index: 1;
}
.us-top-blue-section{ display: flex;
justify-content: center;
align-items: center;
position: absolute; top: 115px;
}
.us-blue-box{
background-color: #62BCF3;
width: 60%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.us-blue-inner-section{
width: 90%;
max-width: 1200px;
margin: 50px auto;
position: relative;
}
.us-top-blue-title{
width: 75%;
color: #A0110A;
text-align: left;
}
.us-top-blue-title span{
display: block;
font: normal normal 600 36px/40px Kanit; color: #9E1414;
}
.home .us-top-image{
height: calc(100vh - 155px);
background-position: center bottom;
}
.us-top-image{
width: 100%;
height: 1075px;
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
min-height: 500px;
height: calc(100vh - 380px);
}
.us-mid-section{
width: 100%;
background-color: #62BCF3;
display: inline-block;
}
.us-mid-section-transporte{
background: #62BCF3;
background: linear-gradient(90deg, #62BCF3 50%, rgba(255,255,255,0) 50%);
}
.us-mid-box-text.us-mid-box-text-transporte{
padding-right: 30px;
width: calc(60% - 30px);
}
.us-mid-inner-section-transporte{
background: #62BCF3;
background: linear-gradient(90deg, #62BCF3 60%, rgba(255,255,255,0) 60%);
}
.us-mid-inner-section{
color: black;
display: flex;
max-width: 1200px;
margin: 0px auto;
font: normal normal normal 24px/35px Roboto;
padding: 100px 0;
}
.us-mid-box{
width: 50%;
}
.us-mid-box-text{
width: 60%;
}
.us-mid-box-image{
display: flex;
justify-content: flex-end;
align-items: center;
width: 40%;
}
.us-mid-box-image img{
width: 90%;
height: auto;
}
.us-line-icon{
position: relative;
display: inline-block;
}
.us-line-icon::before{
content: "";
position: absolute;
width: 90px;
height: 20px;
background-image: url(https://w-koebrunner.at/wp-content/themes/Koebrunner/img/Icon_lines.svg);
left: -105px;
top: 40px;
background-repeat: no-repeat;
background-size: contain;
background-position: right;
}
.mid-section-unternehmen .us-mid-box p strong{
margin-bottom: -1em;
display: block;
}
.home footer{
background-color: #62BCF3;
}
footer{
width: 100%;
display: inline-block;
}
footer .footer-inner-section{
width: 100%;
max-width: 1600px;
margin: 50px auto 34px auto;
text-align: center;
}
footer .footer-inner-section a{
color: white;
text-decoration: none;
text-transform: capitalize;
font: normal normal normal 22px/45px Roboto;
margin: 0px 10px;
}
main{
background: white;
padding: 50px 0;
color: black;
font: normal normal normal 24px/35px Roboto;
}
main h1,main .main-content{
max-width: 1200px;
width: 95%;
margin: auto;
} #transportanfrage_button{
box-shadow: 0px 3px 6px #00000029;
position: fixed;
z-index: 2;
display: flex;
right: 0;
top: 300px;
height: 90px;
width: 500px;
background-color: white;
color: black;
align-items: center;
transition: ease all 0.4s;
cursor: pointer;
text-decoration: none;
}
#transportanfrage_button:hover{
width: 500px !important;
}
#transportanfrage_button img{
width: 100%;
max-width: 80px;
padding: 18px 35px;
}
#transportanfrage_button span{
font: normal normal 500 27px/41px Kanit;
letter-spacing: 0px;
color: #000000;
text-transform: capitalize;
display: block;
}
.home .us-top-blue-section{
position: relative;
top: -200px;
margin-top: 0px;
}
.home .us-blue-inner-section{
margin: 75px auto;
}
.home .us-blue-box{
width: 70%;
}
.home .us-top-blue-title span{
font: italic normal 600 40px/60px Kanit;
color: white;
}
.home .us-mid-section{
background-color: unset;
}
.home .us-mid-inner-section{
margin: 0 auto;
flex-direction: column;
padding: 0;
}
.home .us-mid-title{
font: normal normal 600 50px/75px Kanit;
letter-spacing: 0px;
color: white;
text-transform: uppercase;
}
.transporte-section{
display: flex;
flex-direction: column;
margin: 50px auto;
}
.transporte-section .us-blue-box{
left: unset;
right: 0;
}
.transporte-section-title-container{
margin: auto;
z-index: 1;
display: flex;
align-items: center;
justify-content: flex-end;
max-width: 1200px;
width: 100%;
margin-top: 100px;
}
.us-red-title{
font: normal normal 600 50px/95px Kanit;
text-transform: uppercase;
}
.transporte-section-title{
z-index: 1;
position: relative;
text-transform: uppercase;
text-align: center;
width: 70%;
}
.transporte-form .wpcf7::before{
content: "";
position: absolute;
height: 100%;
width: 100%;
bottom: 0;
left: 0;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 90%);
z-index: 1;
}
.transporte-form #show_form{
cursor: pointer;
text-align: center;
display: block;
max-width: 300px;
color: white;
background-color: #62BCF3;
border: 2px solid #62BCF3;
opacity: 1;
transition: ease all 0.4s;
margin: auto;
text-transform: uppercase;
}
.transporte-form #show_form:hover{
color: #62BCF3;
background-color: white;
}
.transporte-form #show_form.hide-me{
opacity: 0;
}
.transporte-form .wpcf7{
position: relative;
height: 210px;
overflow: hidden;
}
.transporte-form .wpcf7.show-form{
height: auto;
overflow: inherit;
}
.transporte-form .wpcf7.show-form::before{
display: none;
}
.home .us-mid-box{
width: 90%;
color: white;
font: normal normal normal 30px/45px Roboto;
}
.home .us-mid-box p{
font: normal normal normal 24px/35px Roboto;
}
.home .transporte-section{
top: 0;
margin-top: 200px;
margin-bottom: 200px;
}
.transporte-inner-section{
display: grid;
grid-template-columns: calc(50% - 60px) calc(50% - 60px);
grid-column-gap: 120px;
}
.transporte-single-item{
font: normal normal normal 24px/35px Roboto;
position: relative;
}
.transporte-single-item h4{
font: normal normal bold 30px/35px Roboto;
color: #A0110A;
}
.transporte-single-item-icon{
background-color: #A0110A;
position: absolute;
right: -60px;
top: 50%;
transform: translateY(-50%);
border-radius: 100%;
display: block;
}
.transporte-single-item-icon img{
width: 70px;
height: 70px;
margin: 25px;
object-fit: contain;
display: block;
}
.transporte-single-item-image{
width: 100%; object-fit: cover;
margin: 0;
padding: 0;
display: block;
}
.temp-icon::after{
content: "";
position: absolute;
width: 120px;
height: 120px;
background-image: url(https://w-koebrunner.at/wp-content/themes/Koebrunner/img/Icon_temperatur.svg);
right: -75px;
bottom: 30px;
background-repeat: no-repeat;
background-size: contain;
background-position: right;
}
.us-red-link{
font: italic normal 600 24px/35px Kanit;
color: #A0110A;
display: block;
text-decoration: none;
}
.transporte-link{
width: 100%;
max-width: 1200px;
margin: auto;
text-align: right;
margin-bottom: 100px;
}
.transporte-section .us-blue-box{
z-index: -1;
}
.us-full-section{
width: 100%;
background-color: white;
display: flex;
}
.us-full-inner-section{
width: 50%;
display: flex;
justify-content: flex-end;
}
.us-bottom-section-image{
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 300px;
}
.us-full-section-content{
max-width: 550px;
font: normal normal normal 24px/35px Roboto;
color: black;
padding: 120px 50px;
padding-left: 0px;
}
.us-full-title{
color: #A0110A;
}
.us-stopper-section{
height: 400px;
background-image: url(https://w-koebrunner.at/wp-content/themes/Koebrunner/img/Muster_Lkws.svg);
background-size: 110%;
background-repeat: no-repeat;
background-position: center;
}
.us-lkwfahrer-section{
background-color: white;
margin-top: 150px;
}
.us-lkwfahrer-image{
width: 50%;
height: 700px;
position: relative;
top: -150px;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
}
.us-lkwfahrer-inner-section{
font: normal normal normal 24px/35px Roboto;
color: black;
}
.us-lkwfahrer-inner-section-blue{
background-color: #62BCF3;
max-width: calc(1020px - 260px);
margin: auto;
margin-top: -380px;
position: relative;
padding: 80px 130px;			
}
.us-lkwfahrer-title{
color: #A0110A;
}
.us-lkwfahrer-subtitle{
font: normal normal bold 30px/40px Roboto;
margin-bottom: 77px;
}
.us-lkwfahrer-inner-section-white{
max-width: 1200px;
margin: auto;
width: 90%;
padding: 90px 0;
}
.us-lkwfahrer-link{
margin-top: 77px;
}
.us-layover-section{
display: inline-block;
width: 100%;
text-align: center;
font: normal normal normal 30px/45px Roboto;
padding: 190px 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.us-layover-section p{
margin: 0;
}
.us-layover-inner-section{
max-width: 1200px;
margin: auto;
width: 90%;
}
.us-map-section{
display: block;
width: 100%;
}
.us-map-section img{
width: 100%;
height: auto;
display: block;
max-height: 400px;
object-fit: cover;
object-position: top;
}
.us-businesshours-section{
width: 100%;
max-width: 1200px;
margin: auto;
display: grid;
grid-template-columns: auto auto;
grid-gap: 68px;
margin-top: -100px;
margin-bottom: 33px;
}
.us-businesshours-inner-section{
background-color: white;
color: black;
font: normal normal 300 21px/34px Roboto;
padding: 30px 75px;
box-shadow: 0px 3px 6px #00000029;
}
.us-businesshours-title{
font: italic normal 800 24px/35px Kanit;
color: #A0110A;
text-align: center;
text-transform: uppercase;
display: block;
}
.us-businesshours-inner-section p{
margin: 0px;
}
.us-businesshours-line{
display: block;
width: calc(100% + 90px);
height: 2px;
background-color: #707070;
position: relative;
left: -45px;
margin: 30px 0;
}
.us-businesshours-link{
margin-top: 30px;
font: italic normal 600 20px/30px Kanit;
}
.us-businesshours-text,.us-businesshours-link{
text-align: right;
} .us-greycard-section{
max-width: 1200px;
margin: 140px auto 100px auto;
font: normal normal normal 24px/35px Roboto;
}
.us-underflipcard-section{
margin-top: 150px;
}
.us-white-form{
box-shadow: 0px 3px 25px #00000029;
padding: 100px 0;
}
.us-white-form-section{
width: 100%;
background-color: white;
color: #000000;
font: normal normal normal 24px/35px Roboto;
padding: 115px 0 150px 0;
}
.us-white-form-section-inner{
width: 100%;
max-width: 1200px;
margin: auto;
}
.us-white-form-title{
font: normal normal 600 50px/75px Kanit;
text-align: center;
color: #A0110A;
text-transform: uppercase;
}
.us-white-form-text{
width: 90%;
text-align: center;
margin: 100px auto;
}
.us-white-form-box-section{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 100px
}
.us-white-form-box-content{
width: calc(50% - 60px);
}
.us-white-form-box-left{
font: normal normal 600 50px/75px Kanit;
letter-spacing: 0px;
color: #62BCF3;
text-transform: uppercase;
text-align: right;
} .formular-titel{
display: block;
font: normal normal 600 40px/60px Kanit;
letter-spacing: 0px;
color: #62BCF3;
text-transform: uppercase;
margin-top: 40px;
}
.wpcf7{
max-width: 890px;
margin: auto;
}
.wpcf7 p{
margin: 0;
}
.wpcf7 input, .wpcf7 textarea,.wpcf7 select{
border: 1px solid #62BCF3;
background-color: white;
font: normal normal 300 24px/35px Roboto;
color: #707070;
padding: 30px 30px 8px 30px;
width: calc(100% - 60px);
outline: none;
margin-top: 28px;
-webkit-appearance: none !important;
-moz-appearance: none;
border-radius: 0;
}
.wpcf7 textarea{
padding: 8px 30px 8px 30px;
-webkit-appearance: none !important;
-moz-appearance: none;
}
.wpcf7 .doppeltes-feld p{
display: flex;
justify-content: space-between;
}
.wpcf7 .doppeltes-feld p span{
width: calc(50% - 30px);
}
.wpcf7 input.wpcf7-submit{
width: 100%;
max-width: 400px;
background-color: #A0110A;
padding: 30px;
padding-left: 100px;
border: none;
font: normal normal 500 27px/41px Kanit;
letter-spacing: 0px;
color: #FFFFFF;
text-transform: capitalize;
background-image: url(https://w-koebrunner.at/wp-content/themes/Koebrunner/img/transporter_weiss.svg);
background-repeat: no-repeat;
background-size: 100px;
background-position: 50px center;
} .wpcf7 input::-webkit-outer-spin-button,
.wpcf7 input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.wpcf7 textarea {
resize: none;
} .wpcf7 input[type=number] {
-moz-appearance: textfield;
}
.wpcf7 select{
width: 100%;
} .us-flipcard-section{
display: grid;
grid-template-columns: auto auto auto;
grid-gap: 12px;
}
.flip-card {
background-color: transparent;
width: 100%;
height: 670px;
perspective: 1000px;
}
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
display: block;
}
.flip-card-front {
background-color: #bbb;
color: black;
}
.flip-card-back {
background-color: #A0110A;
color: white;
transform: rotateY(180deg);
}
.flip-card-roter-balken{
background-color: #A0110A;
position: absolute;
width: calc(100% - 52px);
bottom: 0;
font: normal normal 600 24px/35px Kanit;
color: #FFFFFF;
text-transform: uppercase;
display: flex;
padding: 33px 26px;
justify-content: center;
align-items: center;}
.flip-card-roter-balken-titel{
margin-right: 30px;
}
.flip-card-roter-balken-bild{
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.flip-card-icon{
width: 100%;
max-width: 60px;
position: relative;
}
.flip-card-back-icon{
top: 30px;
right: 30px;
position: absolute;
display: none;
}
.flip-card-front-icon{
position: absolute;
width: 100%;
top: 50%;
right: 30px;
max-width: 130px;
}
.flip-card-back-content{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
width: 90%;
margin: auto;
}
.flip-card-back-content li{
text-align: left;
}
.flip-card-back-content img{
width: 185px;
height: auto;
object-fit: contain;
margin-bottom: -2em;
} .us-whitecard-section{
width: 100%;
margin: auto;
background-color: white;
font: normal normal bold 24px/35px Roboto;
letter-spacing: 0px;
color: #FFFFFF;
}
.us-whitecard-section-inner{
max-width: 1200px;
margin: auto;
width: 100%;
padding: 170px 0;
}
.us-whitecard-section .us-flipcard-section{
grid-template-columns: auto auto;
}
.us-whitecard-section .flip-card-back-content,.us-whitecard-section .flip-card-back-content p{
text-align: left;
}
#warehousing{
margin-top: 300px;
}
#warehousing .us-full-inner-section{
width: 100%;
}
#warehousing .us-full-section-content{
padding: 0;
}
#warehousing .us-full-section-content,#warehousing .us-bottom-section-image{
width: 50%;
}
#warehousing .us-bottom-section-image{
min-height: 490px;
}
#warehousing .us-full-title{
color: #62BCF3;
}
.us-mid-box-button{
margin-top: 80px;
display: flex;
background-color: #A0110A;
width: 100%;
justify-content: center;
align-items: center;
padding: 28px 75px;
color: white;
text-decoration: none;
font: normal normal 500 27px/41px Kanit;
max-width: 250px;
}
.us-mid-section-jobs{
background: #62BCF3;
background: linear-gradient(90deg, #62BCF3 50%, #FFFFFF 50%);
}
.us-mid-box-button img{
width: 100%;
max-width: 53px;
margin-right: 50px;
}
.us-mid-box-image-text{
max-width: 340px;
width: 100%;
margin: 0 auto;
text-align: center;
}
.us-mid-section-jobs .us-mid-inner-section{
padding: 0px;
}
.us-mid-section-jobs .us-mid-box-text{
background: #62BCF3;
padding: 100px 0;
padding-right: 30px;
width: calc(60% - 30px);
}
.us-mid-section-jobs .us-mid-box-image{
flex-direction: column;
}
.us-mid-section-jobs .us-mid-box-image{
justify-content: center;
}
.us-top-section-jobs .us-top-grey-title{
text-align: center;
}
.us-top-section-jobs .us-top-blue-title{
color: white;
}
.us-top-section-jobs.us-top-section-waschanlage .us-top-grey-title{
text-align: right;
}
.us-top-section-jobs .us-top-image{ }
.us-top-section-jobs .us-blue-box{ } .fp-white-section{
background: white;
width: 100%;
color: black;
display: inline-block;
font: normal normal normal 24px/35px Roboto;
}
.fp-white-section .fp-top-section{
margin-top: 100px;
}
.fp-top-section,.fp-mid-section{
width: 100%;
max-width: 1200px;
margin: auto;
}
.fp-top-title{
font: italic normal 600 100px/150px Kanit;
color: #9E1414;
text-transform: uppercase;
text-align: right;
}
.fp-mid-title{
font: normal normal 600 50px/75px Kanit;
letter-spacing: 0px;
color: #A0110A;
text-transform: uppercase;
max-width: 530px;
text-align: right;
margin-bottom: 75px;
margin-top: 140px;
}
.fp-mid-box{
display: flex;
margin-bottom: 100px;
}
.fp-mid-half{
width: 50%;
}
.fp-mid-half-fahrzeuge{
display: grid;
grid-template-columns: auto auto;
}
.fp-mid-subtitle{
font: normal normal 600 50px/75px Kanit;
color: #62BCF3;
text-transform: uppercase;
margin-bottom: 35px;
margin-top: 85px;
}
.fp-fahrzeug-single{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 40px;
font: normal normal bold 30px/35px Roboto;
}
.fp-fahrzeug-single img{
width: 185px;
height: 120px;
object-fit: contain;
margin: 40px;
}
.fp-mid-subtitle:first-of-type{
margin-top: 0;
}
.fp-blue-section{
background-color: #62BCF3;
}
.fp-slider{
width: 100%;
max-width: 1200px;
margin: auto;
padding-bottom: 220px;
padding-top: 145px;
}
.swiper-slide img{
width: 100%;
height: auto;
display: block;
}
.swiper-slide span{
position: absolute;
display: block;
top: 5px;
left: 50%;
transform: translateX(-50%);
transform-origin: center;
font: normal normal 600 50px/75px Kanit;
color: white;
text-transform: uppercase;
}
.fp-slider .mySwiper .swiper-pagination{
top: unset !important;
bottom: 70px;
height: 30px !important;
}
.fp-slider .mySwiper{
padding-bottom: 30px;
}
.fp-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
background: #A0110A;
}
.fp-slider .swiper-pagination-progressbar,.swiper-pagination .swiper-pagination-bullet{
transition: ease all 0.4s;
background: white;
}
.swiper-pagination .swiper-pagination-bullet{
border-radius: 0;
width: 30px;
height: 30px;
margin: 10px !important;
opacity: 1;
}
.mySwiper .swiper-wrapper{
overflow: hidden;
}
.swiper-slide-prev img,
.swiper-slide-active img,
.swiper-slide-duplicate-active img {
animation-name: zoom;
animation-duration: 6s;
animation-fill-mode: forwards;
}
.swiper-slide-prev span, .swiper-slide-active span,.swiper-slide-duplicate-active span{
animation-name: spanGrow;
animation-duration: 4s;
animation-fill-mode: forwards;
}
@keyframes zoom {
from {
transform: scale(1);
}
to {
transform: scale(1.2);
}
}
@keyframes spanGrow {
from {
transform: translateX(-100%);
}
to {
transform:  translateX(-50%);
}
}
.fp-slider .swiper-button-next,.fp-slider .swiper-button-prev{
color: white;
} .wash-grey-section{
color: white;
width: 100%;
max-width: 1200px;
font: normal normal normal 24px/35px Roboto;
margin: 100px auto;
}
.wash-blue-section{
background: #62BCF3;
width: 100%;
padding-bottom: 400px;
padding-top: 200px;
}
.wash-blue-section-inner{
max-width: 1920px;
margin: auto;
}
.wash-blue-section .us-full-section{
background-color: unset;
overflow: hidden;
}
.wash-blue-section .us-full-title{
font: normal normal 600 50px/75px Kanit;
letter-spacing: 0px;
color: #FFFFFF;
text-transform: uppercase;
}
.wash-blue-section .us-full-inner-section{
width: 100%;
}
.wash-blue-section .us-full-inner-section .us-bottom-section-image{
width: 40%;
background-size: contain;
background-position: top;
}
.wash-blue-section .us-full-section-content{
padding-top: 0;
padding-bottom: 0;
width: 60%;
max-width: unset;
max-width: 730px;
padding: 0;
}
.wash-blue-section .us-full-section:nth-of-type(even){
margin-top: 100px;
}
.wash-blue-section .us-full-section:nth-of-type(even) .us-full-section-content{
width: 30%;
}
.wash-blue-section .us-full-section:nth-of-type(even) .us-full-inner-section{
flex-direction: row-reverse;
text-align: right;
}
.wash-blue-section .us-line-icon::before {
top: 30px;
}
.wash-blue-section .us-full-section:nth-of-type(even) .us-full-inner-section .us-line-icon::before {
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
left: unset;
right: -105px;
}
.wash-blue-section .us-full-section:nth-of-type(even) .us-full-section-content{
padding-left: 50px;
padding-right: 0;
}
.kontakt-button{
width: 100%;
max-width: 400px;
background-color: #A0110A;
padding: 30px;
border: none;
font: normal normal 500 27px/41px Kanit;
letter-spacing: 0px;
color: #FFFFFF;
display: inline-flex;
justify-content: center;
align-items: center;
text-decoration: none;
margin-top: 100px;
}
.transport_anfrage_kontakt_button{
text-align: right;
width: fit-content;
max-width: 300px;
background-color: #A0110A;
text-decoration: none;
margin: 50px 0;
display: block;
padding: 30px;
padding-left: 150px;
border: none;
font: normal normal 500 27px/41px Kanit;
letter-spacing: 0px;
color: #FFFFFF;
text-transform: capitalize;
background-image: url(https://w-koebrunner.at/wp-content/themes/Koebrunner/img/transporter_weiss.svg);
background-repeat: no-repeat;
background-size: 100px;
background-position: 30px center;
}
.wash-blue-section .us-full-box-text{
margin-bottom: 80px;
margin-top: 80px;
display: inline-block;
}
.kontakt-button img{
max-width: 53px;
display: block;
margin-right: 50px;
}
.us-top-section-jobs.us-top-section-waschanlage .us-blue-box {
background: #62BCF3;
}
.wash-zeiten p{
margin: 0;
} .white-kontakt{
background: white;
width: 100%;
display: inline-block;
color: #000000;
padding-bottom: 105px;
padding-top: 70px;
}
.white-kontakt-info{
text-align: left;
font: normal normal normal 24px/35px Roboto;
letter-spacing: 0px;
color: #9E1414;
margin-bottom: 50px;
}
.white-kontakt-box-half img{
width: 90%;
max-width: 480px;
}
.white-kontakt-box{
display: flex;
}
.white-kontakt-box-half{
width: 50%;
}
.white-kontakt h1,main h1{
font: normal normal 600 50px/75px Kanit;
letter-spacing: 0px;
color: #A0110A;
text-transform: uppercase;
}
.white-kontakt-inner{
width: 100%;
max-width: 1200px;
margin: auto;
font: normal normal normal 24px/35px Roboto;
letter-spacing: 0px;
color: #000000;
}
.white-kontakt strong{
color: #A0110A;
font: italic normal 800 30px/45px Kanit;
letter-spacing: 0px;
color: #A0110A;
text-transform: uppercase;
}
.white-kontakt .wpcf7{
box-shadow: 0px 3px 25px #00000029;
padding: 20px;
}
.wpcf7 .formular-subtitel{
text-align: left;
font: italic normal 500 24px/35px Roboto;
letter-spacing: 0px;
color: #000000;
}
.white-kontakt .wpcf7 input.wpcf7-submit{
background-image: url(https://w-koebrunner.at/wp-content/themes/Koebrunner/img/icon_kontakt.svg);
background-size: 45px;
padding-left: 50px;
}
@media screen and (max-width: 1400px){
header .home-logo{
max-width: 200px;
}
header .header-contact-icon svg{
max-width: 45px;
}
header .menu .menu-item a{
font: normal normal normal 18px/35px Roboto;
}
}
@media screen and (max-width: 1250px){
.burger-layer{
position: absolute;
display: block;
width: 100%;
height: 2px;
background-color: white;
bottom: 0;
top: 50%;
transform: translateY(-50%);
}
.burger-layer::after,.burger-layer::before{
content: "";
transition: ease all 0.4s;
position: absolute;
width: 100%;
height: 2px;
background-color: white;
left: 0;
transform-origin: right;
}
.burger-layer::before{
top: -12px;
}
.burger-layer::after{
top: 12px;
}
.burger-active .burger-layer::after{
transform: rotate(45deg) translateX(-3px) translateY(6px);
}
.burger-active .burger-layer::before{
transform: rotate(-45deg) translateY(-6px) translateX(-3px);
}
.burger-active .burger-layer{
background-color: rgb(0 0 0 / 0%);
}
header .home-logo{
position: relative;
z-index: 1;
padding: 25px 0;
}
#burger{
position: relative;
z-index: 1;
width: 40px;
height: 25px; }
.overflow-hidden{
overflow: hidden;
}
.header-link-subsection.show-menu{
height: 100vh;
}
header .header-inner-section{
height: unset;
padding-bottom: unset;
align-items: center;
}
.header-link-subsection{
width: 100%;
transition: ease all 0.4s;
overflow: hidden;
height: 0;
position: absolute;
right: 0;
top: 0;
background-color: rgb(47 47 47 / 76%);
}
.header-link-subsection,.menu-hauptmenue-container ul{
display: flex;
flex-direction: column;
justify-content: center;
}
.menu-hauptmenue-container ul,.header-contact-icon{
text-align: right;
} .transporte-form .wpcf7 {
height: 175px;
}
.white-kontakt h1{
text-align: center;
}
.us-top-section-jobs .us-blue-box{
min-height: unset;
}
.white-kontakt-box{
flex-direction: column;
}
.white-kontakt-box-half{
width: 95%;
margin: auto;
}
.home .us-top-blue-title span{
font: italic normal 600 23px/33px Kanit;
}
.temp-icon::after{
width: 60px;
height: 60px;
right: -35px;
bottom: 40px;
}
.us-mid-section {
width: 100%;
display: block;
margin: auto;
}
.us-mid-inner-section,.fp-top-text,.wash-grey-section p,.wash-blue-section .us-full-section-content,.wash-blue-section .us-full-section:nth-of-type(even) .us-full-section-content,.us-underflipcard-section,.wpcf7{
width: 95%;
margin: auto;
}
.us-underflipcard-section{
margin-top: 100px;
}
.wash-blue-section .us-full-section-content,.wash-blue-section .us-full-section:nth-of-type(even) .us-full-section-content{
padding: 0;
}
.fp-mid-title{
max-width: unset;
text-align: center;
margin: 75px auto;
} .us-red-title,.home .us-mid-title,.us-top-grey-title,.us-white-form-box-left,.us-white-form-title,.fp-top-title,.white-kontakt ,main h1{
font-size: 35px !important;
line-height: 70px !important;
} .transporte-single-item h4,.us-lkwfahrer-subtitle,.us-layover-section,.us-businesshours-title,.us-top-blue-title span,.mid-section-unternehmen .us-mid-box p strong,.flip-card-roter-balken-titel,.formular-titel,.fp-mid-title,.fp-mid-subtitle,.wash-blue-section .us-full-title,.white-kontakt strong,.us-white-form-box-left{
font-size: 25px !important;
line-height: 28px !important;
} .home .us-mid-box p,.transporte-single-item,.us-red-link,.us-full-section-content,.us-lkwfahrer-inner-section,.us-businesshours-inner-section,footer .footer-inner-section a,#transportanfrage_button span,.us-mid-inner-section,.flip-card-back-content,.us-greycard-section,.us-white-form-section,.us-white-form-section,.wpcf7 input, .wpcf7 textarea, .wpcf7 select,.fp-white-section,.fp-fahrzeug-single,.fp-white-section,.wash-grey-section,.kontakt-button,.us-mid-box-button,.white-kontakt-inner,.white-kontakt-info,.white-kontakt-box-half .wpcf7 .formular-subtitel,main{
font-size:  18px !important;
line-height: 30px !important;
}
.wash-blue-section{
padding: 100px 0;
}
.us-mid-section-jobs{
background: white;
}
.us-mid-section-jobs .us-mid-box-text,.us-mid-section-jobs .us-mid-box-image{
width: 100%;
}
.us-mid-section-jobs .us-mid-inner-section{
display: flex;
flex-direction: column;
width: 100%;
margin: 0;
max-width: unset;
}
.us-mid-section-jobs .us-mid-box-text{
padding: 100px 0;
}
.us-mid-section-jobs .us-mid-box-text div{
width: 95%;
margin: auto;
display: block;
}
.page-id-21 footer,.page-id-19 footer{
margin-bottom: 100px;
}
.kontakt-button{
}
#topBtn{
bottom: 90px;
}
.us-mid-box-image .us-mid-box-button img,.us-mid-box-image .kontakt-button img{
margin: 10px;
}
.us-mid-box-button,.kontakt-button{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
max-width: unset;
margin: 0;
padding: 10px 0px;
}
.kontakt-button{
padding: 20px 0;
}
#warehousing .us-full-inner-section{
flex-direction: column;
}
#warehousing .us-full-section-content, #warehousing .us-bottom-section-image {
width: 100%;
margin: auto;
}
#warehousing{
margin-top: 150px;
}
#warehousing .us-bottom-section-image{
margin-top: 50px;
}
.us-whitecard-section-inner{
padding: 50px 0;
}
.us-top-section-jobs.us-top-section-waschanlage .us-top-grey-title{
text-align: center;
}
.us-top-section-jobs .us-top-image{
margin: 0;
}
#transportanfrage_button{
width: 100% !important;
text-align: center;
justify-content: center;
align-items: center;
bottom: 0;
top: unset;
height: 70px;
}
.fp-slider{
width: 90%;
padding: 100px 0;
}
.us-line-icon::before,.wash-blue-section .us-line-icon::before{
left: 50%;
top: -50px;
transform: translateX(-50%);
}
.wash-blue-section .us-full-box-text,.wash-zeiten{
text-align: left;
display: block;
}
.wash-blue-section .us-full-title{
text-align: center;
}
.home .us-mid-section{
margin-top: -145px;
margin-bottom: -145px;
}
.wash-blue-section .us-full-section:nth-of-type(even) .us-full-inner-section .us-line-icon::before{
right: unset;
left: 50%;
}
.wash-blue-section .us-full-box-text{
margin: 0;
}
.wash-blue-section .us-full-section:nth-of-type(even) .us-full-section-content{
display: flex;
flex-direction: column;
align-items: center;
}
.home footer{
margin-bottom: 70px;
}
#transportanfrage_button img{
max-width: 60px;
padding: 0px 20px;
}
.us-full-section{
flex-direction: column;
text-align: center;
}
.us-full-inner-section{
width: 100%;
justify-content: center;
}
.us-full-section-content{
max-width: 90%;
padding-left: 0;
padding-right: 0;
}
.us-top-blue-section{
margin-top: 0;
top: unset;
}
.us-blue-box,.us-top-blue-title{
width: 100%;
}
.us-top-grey-title,.us-top-blue-title,.fp-top-title{
text-align: center;
}
.us-blue-inner-section{
margin: 50px auto;
}
.us-top-image{
height: 50vh;
}
.us-flipcard-section{
grid-template-columns: auto;
align-items: center;
grid-gap: 100px;
}
.wash-blue-section .us-full-section:nth-of-type(even) .us-full-inner-section{
margin-top: 50px;
}
.wash-blue-section .us-full-inner-section,.wash-blue-section .us-full-section:nth-of-type(even) .us-full-inner-section{
flex-direction: column;
}
.wash-blue-section .us-full-inner-section .us-bottom-section-image{
width: 95%;
margin: auto;
}
.flip-card{
max-width: 500px;
margin: auto;
width: 95%;
}
.us-whitecard-section .us-flipcard-section{
grid-template-columns: 100%;
}
.wash-blue-section .us-full-section:nth-of-type(even){
margin-top: 200px;
}
.white-kontakt .wpcf7{
width: calc(95% - 40px);
}
#transportanfrage_button{
display: none;
}
#transportanfrage_button.show-transport-button{
display: flex;
}
}
@media screen and (max-width: 1024px){
.us-white-form-box-left{
text-align: left;
}
.us-mid-box-text.us-mid-box-text-transporte,.us-white-form-box-content{
width: 95%;
margin: auto;
}
.us-white-form-box-section{
flex-direction: column;
}
.home .us-top-blue-section{
top: unset;
}
.home .us-blue-box{
width: 100%;
}
.home .us-blue-inner-section {
margin: 50px auto;
}
.home .us-mid-section{
margin: 50px auto;
}
.temp-icon::after {
right: 35px;
bottom: -30px;
}
.home .us-top-blue-section{
margin-top: 0px;
}
.home .us-blue-inner-section{
grid-template-columns: 100%;
}
.transporte-single-item-image{
min-height: unset;
max-height: 205px;
}
.transporte-single-item-icon{
right: unset;
left: 50%;
transform: translate(-50%,-50%);
}
.transporte-single-item h4{
text-align: center;
}
.transporte-section-title{
width: 100%;
}
.transporte-single-item:nth-of-type(even){
margin-bottom: 100px
}
.us-red-link,.us-lkwfahrer-title{
text-align: center;
}
.us-lkwfahrer-image{
width: 100%;
top: unset;
height: 100%;
min-height: 305px;
}
.us-lkwfahrer-section{
background-color: #62BCF3;
margin: 0;
}
.us-stopper-section{
height: 200px;
}
.us-lkwfahrer-inner-section{
margin: 0;
max-width: unset;
padding: 80px 0px;
width: 95%;
margin: auto;
}
.us-businesshours-section{
grid-template-columns: 100%;
align-items: center;
justify-items: center;
}
.home .us-top-image{
height: 50vh;
}
.fp-mid-box{
flex-direction: column;
}
.fp-mid-half{
width: 95%;
margin: auto;
}
.fp-fahrzeug-single img{
width: 90%;
max-width: 180px;
margin: 0;
height: auto;
max-height: 50px;
}
.us-mid-inner-section{
flex-direction: column;
}
.us-mid-box{
width: 95%;
margin: auto;
}
.us-mid-section-transporte{
background: #62BCF3;
}
.us-mid-box-text{
margin-bottom: 50px;
}
.us-mid-box-image img{
margin: auto;
}
.us-mid-section-transporte .us-mid-box-image{
filter: drop-shadow(0 0 25px black);
}
.us-mid-section-jobs .us-mid-box-text{
margin-bottom: 0;
}
.white-kontakt-box-half img{
width: 100%;
}
}
@media screen and (max-width: 500px){
.wash-blue-section .us-full-section:nth-of-type(even) {
margin-top: 100px;
}
.transport_anfrage_kontakt_button{
background-size: 50px;
padding-left: 100px;
margin: 50px auto;
}
.transporte-form .wpcf7 {
height: 265px;
}
.transporte-form #show_form{
padding: 10px 0px;
} .us-red-title,.home .us-mid-title,.us-top-grey-title,.us-white-form-box-left,.us-white-form-title,.fp-top-title,.white-kontakt h1,main h1{
font-size: 30px !important;
line-height: 50px !important;
} .transporte-single-item h4,.us-lkwfahrer-subtitle,.us-layover-section,.us-businesshours-title,.us-top-blue-title span,.mid-section-unternehmen .us-mid-box p strong,.flip-card-roter-balken-titel,.formular-titel,.fp-mid-title,.fp-mid-subtitle,.wash-blue-section .us-full-title,.white-kontakt strong,.us-white-form-box-left{
font-size: 25px !important;
line-height: 35px !important;
} .home .us-mid-box p,.transporte-single-item,.us-red-link,.us-full-section-content,.us-lkwfahrer-inner-section,.us-businesshours-inner-section,footer .footer-inner-section a,#transportanfrage_button span,.us-mid-inner-section,.flip-card-back-content,.us-greycard-section,.us-white-form-section,.us-white-form-section,.wpcf7 input, .wpcf7 textarea, .wpcf7 select,.fp-white-section,.fp-fahrzeug-single,.fp-white-section,.wash-grey-section,.kontakt-button,.us-mid-box-button,.white-kontakt-inner,.white-kontakt-info,.white-kontakt-box-half .wpcf7 .formular-subtitel,main{
font-size:  18px !important;
line-height: 23px !important;
}
.home .transporte-section{
margin-bottom: 0;
}
.transporte-single-item-icon img{
width: 40px;
height: 40px;
}
.transporte-single-item:nth-of-type(even) {
margin-bottom: 50px;
}
.us-lkwfahrer-inner-section-white{
padding-top: 0;
}
.us-lkwfahrer-subtitle{
margin-bottom: 30px;
}
.us-businesshours-inner-section{
width: calc(95% - 150px);
}
.wpcf7 input.wpcf7-submit {
background-size: 50px;
background-position: 50px center;
}
#transportanfrage_button{
}
.home .us-mid-title{
width: 90%;
margin: auto;
}
.transporte-link{
margin-bottom: 40px;
}
.us-mid-section-transporte .us-mid-box-image{
margin-top: 50px;
}
.home .us-top-image{
height: 50vh;
min-height: unset;
}
.header-link-subsection{
justify-content: flex-start;
margin-top: 100px;
}
.flip-card-icon{
max-width: 35px;
}
.flip-card-roter-balken-titel{
font-size: 22px !important;
}
.mid-section-unternehmen .us-mid-box p strong{
margin-bottom: 0;
}
.flip-card{
height: 530px;
}
.transporte-form .us-white-form-text{
margin-top: 35px;
}
.wpcf7 .doppeltes-feld p span{
width: calc(50% - 10px);
}
.us-top-image {
height: 300px;
min-height: unset;
}
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
 .dev-tool{
-webkit-box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,1);
-moz-box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,1);
box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,1);
padding: 10px;
background-color: #ffb000;
color: #131313;
font-family: 'Courier New', monospace;
position: relative;
padding-bottom: 45px;
border: 5px white solid;
border-style: inset;
margin: 10px 0;
}
.dev-tool::after{
content: "This is for work only. Please contact the admin if you can see this on a live server.";
color: white;
bottom: 0;
padding: 5px 10px;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: fit-content;
max-width: 900px;
}