@charset "UTF-8";

/* basic */
* {
  box-sizing: border-box;
  /* not completely needed, yet useful */
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  background: #EFEBEB;
}

/* fonts basics */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #000000;
  text-align: center;
  font-family: 'Assistant';
  font-weight: 400;
}

p {
  color: #000000;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  text-align: center;
  font-size: 19px;
  font-weight: 300;
  line-height: 150%;
  margin-top: 5px;
}

a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
  font-weight: bold;
}

/*a[target="_blank"]:after { 
	content: url(./image/external.png);
}*/
a:visited {
  text-decoration: none;
}

a:hover {
  color: #3e81bc;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

h1 {
  line-height: 125%;
  font-size: 70px;
  margin-top: 6px;
  margin-bottom: 20px;
}

h2 {
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.black {
  color: black;
}

.black_link {
  color: black;
}

.black_link:hover {
  color: #fdcf4f;
  text-decoration: none
}

.standard {
  color: rgba(251, 251, 251, 0.50);
}

.standard_link {
  color: #fdcf4f;
}

.standard_link:hover {
  color: #ffe54d;
  text-decoration: none
}

/* layout / basic */
.wrap_intro {
  width: 100%;
  /*height: 70vh;	
margin: 0;*/
}

.wrap_intro img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.wrap_intro_vertical img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.wrap_sortiri img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.wrap_sortiri_vertical img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.wrap_visuals {
  width: 100%;
  padding-top: 5%;
  margin-bottom: -2%;
}

.wrap_visuals img {
  height: auto;
  max-height: 100%;
  max-width: 1640px;
  margin: auto;
  display: block;
}

.wrap_visuals_vertical {
  width: 100%;
  padding-top: 5%;
  margin-bottom: -2%;
}


.intro {
  /*display: table-cell;*/
  vertical-align: middle;
  height: 70vh;
  width: 100%;
  border: 5px solid #01FF45;
}

.wrap_content {
  width: 100%;
  margin: 0;
  padding: 50 50 0 50;
  height: 100%;
  position: relative;
}

.text_container {
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 30px;
  padding-bottom: 55px;
}

.headline_container {
  padding-top: 10px;
  padding-bottom: 2px;
  margin-top: -5px;
}

.cont {
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}

.cont_1 {
  background-color: #DDD7CD margin-top;
  border-top: solid;
  border-bottom: solid;
  border-color: white;
}

.cont_2 {
  background-color: #DDD7CD;
  margin-top: -4px;
  border-top: solid;
  border-bottom: solid;
  border-color: white;
}

/*.cont_3 {
	background-color:#9A8E89;
}
.cont_4 {
	background-color:#EFEBEB;
}*/
.cont_nav {
  background-color: black;
  color: white;
  padding-bottom: 6px;
  padding-top: 13px;
  text-align: center;
}

.cont_diy {
  background-color: #B4B4B4;
  margin-top: -4px;
  border-top: solid;
  border-bottom: solid;
  border-color: white;
}

.wrap_visuals {
  height: auto;
  object-fit: contain;
  max-width: 1400px;
  margin: auto;
  display: block;
}


.cont_footer {
  padding-top: 25px;
  background-color: #9A8E89;
}

.image-container {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.center_button {
  height: 100px;
  position: relative;
}

.button {
  border: none;
  padding: 12px 35px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  border-radius: 8px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#button_rolli a:after {
  content: url("../images/0.gif");
}

.button_dark {
  color: white;
  background-color: #968B87;
}

.button_dark:hover {
  background-color: white;
  color: #000000;
}

.button_light {
  color: black;
  background-color: white;
}

.button_light:hover {
  background-color: #4CAF50;
  /* Green */
  color: white;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

/* YouTube Video */
.video-container {
  padding-bottom: 56.25%;
  position: relative;
  height: 0
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* gallery */



.img-box:hover img {
  transform: scale(1.05);
}

.img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.caption>p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}

@media (max-width:1200px) {
  .text_container {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 20px;
    padding-bottom: 45px;
  }

  .headline_container {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .cont_4 {
    padding-left: 1px;
    padding-right: 1px;
  }
}

@media (max-width:900px) {
  .text_container {
    padding-left: 1%;
    padding-right: 1%;
  }

  .headline_container {
    padding-left: 1%;
    padding-right: 1%;
  }

  h1 {
    line-height: 125%;
    font-size: 40px;
    margin-top: 6px;
  }

  h2 {
    font-size: 35px;
    margin-top: 20px;
    line-height: 130%;
  }

  p {
    font-size: 15px;
  }

}

@media (max-width:550px) {
  .gallery-image img {
    height: auto;
    width: 100%;
  }

  .img-box {
    height: auto;
    width: 100%;
  }

  .img-box a:after {
    display: none;
  }

}

@media (max-width:849px) {
  .wrap_intro img {
    display: none;
  }

  .wrap_sortiri img {
    display: none;
  }

  /*.wrap_visuals {
    display: none;
  }*/
}

@media (min-width:850px) {
  .wrap_intro_vertical img {
    display: none;
  }

  .wrap_sortiri_vertical img {
    display: none;
  }

  .wrap_visuals_vertical {
    display: none;
  }


}