.navbar {
background-color: #73151f;
}
.navbar-toggler:focus {
outline: 5px auto #99959E;
}
.wysiwyg a {
color: #000000;
}
.wysiwyg a:hover {
color: #000000;
}
html {
font-size: 16px;
}
h1 {
margin: 16px 0;
color: #99959E;
text-transform: uppercase;
font-weight: 700;
font-size: 2rem;
}
h2 {
margin: 12px 0;
color: #99959E;
font-weight: 700;
text-transform: uppercase;
font-size: 1.3rem;
}
strong {
color: #73151f;
}
.btn-seasons {
width: 100%;
background-color: #f0f0f0;
color: #73151f;
transition: ease 0.5s;
height: 48px;
}
.btn-seasons.btn-active {
background-color: #73151f;
color: #ffffff;
}
.btn-seasons.btn-active:hover {
background-color: #f0f0f0;
color: #73151f;
}
.btn-seasons:focus {
box-shadow: 0 0 0 0.2rem rgba(115, 21, 31, 0.25);
}
.btn-seasons:hover {
background-color: #73151f;
color: #ffffff;
}
@media (min-width: 768px) {
.w-md-50 {
width: 50% !important;
}
}
iframe {
border: 0;
}
.inquiry-form br {
display: none;
}
.inquiry-form .wpcf7-form-control .wpcf7-list-item {
margin-left: 0;
}
.inquiry-form input,
.inquiry-form textarea {
margin: 4px 0 12px 0;
}
.inquiry-form input:focus,
.inquiry-form textarea:focus {
box-shadow: 0 0 0 0.2rem rgba(115, 21, 31, 0.25);
border-color: #73151f;
}
.footer-container {
background-color: #73151f;
}
.footer-container * {
color: #ffffff;
}
.footer-container * *:hover {
color: #ffffff;
}
.footer-logo {
height: 148px;
}
.footer-adress-col {
justify-content: space-between;
align-items: flex-start;
}
.awmp-map {
width: 100%;
height: 33vh;
}
.awmp-map * {
font-family: sans-serif;
}
.awmp_map_wrapper {
border: 0 !important;
}
.btn-cookie {
height: 32px;
font-size: 12px;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
}
.cn-text-container a {
color: #73151f;
text-decoration: underline;
}
.cn-text-container a:hover {
color: #73151f;
}
.atf-slider-img {
height: 50vh;
object-fit: cover;
}
@media (min-width: 768px) {
.atf-slider-img {
padding: 0 6px;
height: 60vh;
}
}
.carousel-item {
transition: -webkit-transform 2s ease-in-out;
transition: transform 2s ease-in-out;
transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
}
.atf-indicator-container {
position: absolute;
top: 0;
display: flex;
left: 0;
right: 0;
height: 60vh;
}
.atf-indicator-container .carousel-control-next,
.atf-indicator-container .carousel-control-prev {
width: auto;
}
.atf-indicator-container .atf-slider-logo {
height: 124px;
top: 64px;
position: relative;
}
.home-main .atf-slider-img,
.home-main .atf-indicator-container {
height: 50vh;
}
@media (min-width: 768px) {
.home-main .atf-slider-img,
.home-main .atf-indicator-container {
height: 80vh;
}
}
.atf-logo-container {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1000;
}
.atf-slider-logo {
height: 124px;
top: 64px;
position: relative;
}
button.slick-arrow {
z-index: 1000;
}
button.slick-arrow.slick-prev {
color: #73151f;
left: 15px;
}
@media (min-width: 768px) {
button.slick-arrow.slick-prev {
color: #ffffff;
left: 18vw;
}
}
button.slick-arrow.slick-next {
color: #73151f;
right: 15px;
}
@media (min-width: 768px) {
button.slick-arrow.slick-next {
color: #ffffff;
right: 18vw;
}
}
button.slick-arrow:before {
opacity: 1;
}
.slick-active .atf-slider-img {
filter: drop-shadow(0px 0px 8vw #ffffff);
}