a.nostyle {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
}

.nav-collapse a{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
}

.nav-collapse a:hover{
    transition: 0.2s;
    color: var(--menu-hover-color);
}

.nav-collapse a:active,
.nav-collapse .active a {
    color: var(--menu-active-color);
}


#small-logo{
    width:auto;
    height: 4.6em;
    padding-top:0.6em;
}

section {
    text-align: center;
    padding: 100px 0 0;
    width: 100%;
    padding-bottom:10px;
  }


.section-article{
  width:100%;
}  
.section-image{
    width: 100%;

}

.section-image img{
    width: 100%;
}

.hidden-img{
    opacity: 0;
}

.gallery-teaser{
    width:50%;
}

.gallery-teaser .slide img{
    border: 4px solid white;
}

@media screen and (min-width: 1600px) {
    .gallery-teaser{
        width:40%;
    }
  }

@media screen and (max-width: 992px) {
    .gallery-teaser{
        order:3;
        width:100%;
    }
  }


.section-title{
    border-left: 4px solid var(--menu-active-color);
    width: 100%;
}

.section-title .content{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 3.5em;
    color:white;
    padding-left:30px;
    text-align: left;
}

.section-subtitle{
    width: 100%;
    margin-top:10px;
}

.section-subtitle .content{
    margin-left:34px;
    background-color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.75em;
    text-align: left;
    color:var(--menu-active-color);
    padding:2px;
}


.section-content{
    width: 100%;
    margin-top: 10px;
}

.section-content .content{
    margin-left:34px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 1.5em;
    text-align: left;
    color:white;
}

.no-margin{
    margin:0 !important;
}

.section-button{
    
    cursor: pointer;
    background-color: var(--menu-active-color);
    color:white;

    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.8em;
    padding-left:22px;
    padding-right:22px;
    border-radius: 4px;
    margin:22px;
}

.section-button:hover{
    transition:0.2s;
    color:var(--menu-active-color);
    background-color: white;
}


#contact .content{
  margin:0px;
}

#contact .section-subtitle{
  margin-top:0;
  padding-left: 34px;
}

#contact .section-subtitle .content{
  background: none;
  color:var(--menu-hover-color);
  font-weight:400;
}

#contact input, #contact textarea{
  transition: border 0.2s;
  width:100%;
  background: none;
  border: none;
  border-bottom: 2px solid white;
  color: white;
  padding-left:20px;
  padding-bottom:15px;
  padding-top: 15px;
}


#contact input:focus, #contact textarea:focus{
  outline: none;
  border-bottom: 2px solid var(--menu-hover-color);
}

#contact input::placeholder, #contact textarea::placeholder{
  color:white;
}

#contact textarea{
  resize: none;
  padding-top:20px
}

#contact .section-button{
  font-size: 30px;
  padding: 3px 50px;
  width: fit-content;
  margin: 15px 0;
}

#contact *:required{
  background: url("../assets/icons/required-icon.svg");
  background-repeat: no-repeat;
  background-size: 0.5em;
  background-position: right;
}

#contact *:valid{
  background: none !important;
}

.contact{
  margin:15px 0px;
}

.contact-info{
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: space-around;
  color:white;
}

.contact-icon{
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.contact-overlay{
  position: relative;
}

.contact-overlay::after{
  position: absolute;
  inset:-15px;
  display:flex;
  justify-content: center;
  align-items: center;
  content:"We'll be in touch!";
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 3em;
  color: var(--menu-active-color);
  backdrop-filter: blur(5px);
  text-shadow: 1px 2px 13px #000000;
}

.icon-container{
  display: flex;
  justify-content: center;
  align-items: center;
}

.grecaptcha-badge { 
  visibility: hidden;
}

.captcha-branding{
  font-size: 0.7em;
  color: var(--subtle-gray);
}

.captcha-branding a{
  color: var(--menu-active-color);
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: var(--menu-active-color);
/* border-radius: 20px; */
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: white;
}


/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.logo-carousel {
  overflow: inherit;
  /*
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  */
}

.slick-slide img {
  width: 100%;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}

.slick-track::after {
  clear: both;
}

.slick-track {
  padding: 1rem 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow {
    display: none !important;
}
