/*
Theme Name: locations 2
Author: Sven Buettner
Description: vernissage locations base theme
Version: 2.0
Tags:
*/

@charset "utf-8";

html, body {
  background-color: black !important;
  color: white;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-size: 16px;
}

a, a:hover, a:visited { 
  color: white;
  text-decoration: none;
}

.hero {
  width: 100%;
  height: 100vH;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text-box {
  margin-left: 15%;
  padding: 15px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 150%;
  align-self: flex-start;
}

.hero-text-box h1 {
  font-size: 250%;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: 'Times New Roman', Times, serif;
}

.hero-carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	opacity: 1;
}

#hero_arrow {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

#hero_arrow img {
  margin: 0 auto;
}

.one-section {
  padding: 150px 0 100px 0;
  width: 30%;
  margin: 0 auto;
  font-size: 105%;
  color: white;
}
.one-section h2 {
  font-size: 200%;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: 'Times New Roman', Times, serif;
  color: white;
}

.standard-content {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}

.simple-content {
  
  margin-bottom: 100px;
  max-width: 50%;
  margin: 0 auto;
  margin-top: 100px;
}

.simple-content h1 {
  font-size: 200%;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: 'Times New Roman', Times, serif;
}

.event-section-wrapper {
  padding: 100px 30% 50px 30%;
}
.event-section-wrapper h1,h2 {
  font-size: 200%;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: 'Times New Roman', Times, serif;
}
.event-section-wrapper h2 {
  margin-bottom: 0;
}
.event-section {
  margin-bottom: 50px;
}
.event-section p {
  font-size: 105%;
}

.logo-image {
  height: 80px;
}

footer {
  text-align: center;
}

.footer-button-wrapper {
  display: block;
  margin: 250px 0 0 0;
}

.footer-button {
  padding: 25px 50px;
  border: 1px solid white;
  color: white;
  font-size: 30px;
  font-family: 'Times New Roman', Times, serif;
}

.footer-nav-inner {
  width: 100%;
  text-align: center;
}

/* bootstrap mods */
/* .bg-dark {
  background-color: black !important;
} */

.navbar-dark .navbar-nav .nav-link {
  color: white;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: white;
}

.navbar {
  
  padding-top: 25px;
  padding-bottom: 25px;
}

.navbar-dark .navbar-toggler {
  border: 0;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}

.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: 0;
}

.navbar-fixed-left {
  position: absolute;
  top: 37px;
  right: 15px;
  margin-top: -3px;
}

.nav-link, .nav-link:focus, .nav-link:hover {
  color: white;
}

.navbar-expand-xxl .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}

#navbarToggler.collapsing, #navbarToggler.show {
  padding-top: 50px;
  background-color: transparent;
}

/* phone */
@media only screen and ( max-width: 600px ) { 
  .navbar-bottom {
    padding: 75px 0 50px 0;
  }
  .navbar-bottom a.nav-link-active {
    border-bottom: 0;
    opacity: 1.0;
    font-weight: 700;
  }

  .hero-text-box {
    margin-left: 0;
    padding: 20px;
    font-size: 120%;
  }
  
  .hero-text-box h1 {
    font-size: 175%;
    margin-bottom: 20px;
  }

  .bg-dark {
    background-color: black !important;
  }
}

@media only screen and ( min-width: 600px ) { 
  .navbar-bottom {
    padding: 125px 0 50px 0;
  }
  .navbar-bottom a.nav-link-active {
    border-bottom: 1px solid white;
    opacity: 1.0;
    font-weight: 700;
  }
  .bg-dark {
    background-color: black !important;
  }
}

@media only screen and ( max-width: 720px ) { 
  .one-section {
    width: 50%;
  }
  .one-section {
    font-size: 100%;
  }
  .one-section h2 {
    font-size: 150%;
  }

  .wps-form-row .wpcf7-form-control {
    width: 100%;
  }
}

@media only screen and ( min-width: 720px ) { 
  .wps-form-row .wpcf7-form-control {
    width: 100%;
  }
}

@media only screen and ( max-width: 1200px ) { 
  li.nav-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media only screen and ( min-width: 1200px ) { 
  li.nav-item {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
}

@media only screen and ( max-width: 1400px ) { 
  ul.navbar { 
    margin-bottom: 0 !important;
  }
  .mb-2 {
    margin-bottom: 0 !important;
  }
  a.nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media only screen and ( min-width: 1400px ) { 
  .navbar {
    padding-left: 6rem;
    padding-right: 10rem;
  }
  .navbar-fixed-left {
    margin-right: 6rem;
  }
}

@media only screen and ( min-width: 1450px ) { 
  .navbar-bottom {
    padding: 125px 0 50px 0;
  }
}

@media only screen and ( min-width: 1700px ) { 
  li.nav-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

a.nav-link {
  color: white;
  opacity: 0.8;
}

a.nav-link:hover {
  opacity: 1.0;
}

@media only screen and ( max-width: 1400px ) { 
  a.nav-link-active {
    opacity: 1.0;
    font-weight: 700;
  }
}

@media only screen and ( min-width: 1400px ) { 
  a.nav-link-active {
    border-bottom: 1px solid white;
    opacity: 1.0;
    font-weight: 700;
  }
}

/* slick carousel / gallery */
.gallery-wrapper{
  width:100%;
  height: 100vH;
  background-color: black;
  text-align:center;
}
.gallery-carousel{
  width:100%;
  height: 100%;
}
.slick-slide div{
  width:100%;
  height: 100vH;
}
.gallery-wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}

.slick-slide {
    height: 100%;
}

.slick-prev {
    left: 25px;
    z-index: 1;
}

.slick-next {
    right: 25px;
}

.slick-prev:before, .slick-next:before {
   color: #fff;
}

.slick-slide {
    opacity: .2;
}
.slick-slide:hover {
  opacity: .5;
}
.slick-center {
    opacity: 1;
}
.slick-center:hover {
  opacity: 1;
}
    
/* parallax */

.section
{
	padding:6em 1.5em;
	position:relative;
	overflow:hidden;
}

@media screen and ( max-width:50em ) { .section { padding:3.0em 1.5em; } }
@media screen and ( max-width:30em ) { .section { padding:1.5em 1.5em; } }

.section_parallax {
	width: 100%;
  height: 670px;
	position: relative;
	overflow: hidden;
	background-color: black;
  padding: 0;
  margin: 0;
}

@media screen and ( max-width:500px ) { .section_parallax { height: 450px; } }
@media screen and ( max-width:700px ) { .section_parallax { height: 530px; } }
@media screen and ( max-width:900px ) { .section_parallax { height: 530px; } }
@media screen and ( max-width:1100px ) { .section_parallax { height: 530px; } }
@media screen and ( min-width:1100px ) { .section_parallax { height: 670px; } }

.section_background {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.section_parallax img {
  display: block;
  width: 100%;

  height: 100%;
  object-fit: cover;
}

/* WP Contact7 */
.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  color: red;
}

.wpcf7-response-output {
  margin-top: 25px;
  margin-left: 120px;
  text-align: center;
}

div.wpcf7 {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.wpcf7 label, span.wpcf7-list-item-label {
  font-family: 'Times New Roman', Times, serif;
  text-align: left;
}

span.wpcf7-list-item input {
  margin-left: -15px;
}

.wpcf7-text,.wpcf7-textarea {
  background-color: transparent;
  color: white;
  border: 0;
  border-bottom: 1px solid white;
}

.wpcf7-textarea {
  height: 150px;
}

.wps-form {
  width: 100%;
  margin: 0 auto;
}

.wps-form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
}
.wps-form-column {
  flex: 1;
  display: flex;
  padding: 0.5rem 0;
  width: 100%;
  font-family: 'Times New Roman', Times, serif;
}

/* .wps-form-column span {
  align-self: flex-end;
  
} */

span.label {
  margin: 0 1rem 0 0;
  width: 100%;
  text-align: right;
}

.wps-form-column-3 {
  flex: 3;
  padding: 0;
  width: 100%;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}

.wps-form-column-3-left {
  flex: 3;
  display: flex;
  padding: 0.5rem 0;
  width: 100%;
  text-align: left;
  font-family: 'Times New Roman', Times, serif;
  justify-content: left;
}

.wps-form-row-center {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 100%;
}
.wpcf7-submit {
  margin-top: 25px;
  padding: 25px;
  border: 1px solid white;
  color: white;
  font-size: 15px;
  font-family: 'Times New Roman', Times, serif;
  background-color: transparent;
  width: 120px !important;
  align-self: center;
}

/* Notebook / Desktop */
@media only screen and ( min-width: 48em ) { 
  .wps-form-row {
      flex-direction: row;
  }

  /* .wps-form-column {
      padding: 0.5rem 1rem;
  } */
}

@media only screen and ( max-width: 760px ) { 
  div.wpcf7 {
    margin-left: 0;
  }
  h2.form {
    font-size: 16px;
  }
  .wps-form-column {
    justify-content: left;
  }
  .empty {
    height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
  }
  .form-direct-contact {
    font-size: 12px;
  }
  .wpcf7-submit {
    margin-right: -25px;
  }
  span.label {
    text-align: left;
  }
}
@media only screen and ( min-width: 760px ) { 
  div.wpcf7 {
    margin-left: -10px;
  }
  .wpcf7-submit {
    margin-right: -120px;
  }
}

.footer-navi {
  font-size: 16px;
  color: white;
  font-weight: 400;
}

.footer-navi a {
  opacity: 0.8;
  padding-bottom: 1rem;
}

.footer-navi a:hover {
  opacity: 1.0;
}

.footer-link-active {
  opacity: 1.0;
  border-bottom: 1px solid white;
}

a.footer-link-active:hover {
  opacity: 1.0;
}

@media only screen and ( max-width: 800px ) { 
  div.max-800 {
    display: flex;
  }
  div.min-800 {
    display: none;
  }
  .footer-navi {
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .video-container {
    display: none;
  }
  .video-large {
    display: none;
  }
  .video-small {
    display: block;
    width: 100%;
  }
}
/* @media only screen and ( max-width: 1400px ) { 
  .video-large {
    display: block;
    width: 100%;
  }
  .video-small {
    display: none;
  }
} */
@media only screen and ( min-width: 800px ) { 
  div.max-800 {
    display: none;
  }
  div.min-800 {
    display: flex;
  }
  .footer-navi {
    margin-top: 125px;
    margin-bottom: 50px;
  }
  .video-container {
    display: block;
    height: 100%; 
    width: 100%; 
    overflow: hidden;
    margin-top: 90px; 
  }
  .video-large {
    display: block;
    width: 100%;
  }
  .video-small {
    display: none;
  }
}
@media only screen and ( min-width: 1400px ) { 
  .video-container {
    display: block;
    height: 100vH; 
    width: 100%; 
    overflow: hidden; 
    position: relative;
    margin-top: 0;
  }
  .video-large {
    display: block;
    position: absolute;
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%);
  }
  .video-small {
    display: none;
  }
}
