/* CSS Mini Reset */
/******************/
html{color:#000;}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

.clear{ clear:both; }
.nopadl{ padding-left:0px !important;	}
.nopadr{ padding-right:0px !important; }
.nopad{padding-left:0px !important; padding-right:0px !important; }
.input_wrongdiv { display: none; color:#ff0000; }
.after_send { display: none; }
/* STYLES */
@font-face {
  font-family: 'Poppins';
  src: url('../css/fonts/Poppins-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Poppins Bold';
  src: url('../css/fonts/Poppins-Bold.woff') format('woff');
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}
input:focus, select:focus, textarea:focus {
    outline:none !important;
}
/*input, select, textarea {
	-moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}*/
strong{
    font-family: 'Poppins Bold';
}
i{
  font-size: 18px;
  margin: 20px 0;
}
body{
    font-weight: normal;
    font-size:22px;
    /*font-family: 'inkfree';*/
}
a:link, a:visited {

}
a{
  color: #236ca3;
  transition: color 0.5s ease-out;
}
a:hover{
  text-decoration: none;
  color:#000;
  transition: 0.5s ease-in-out;
}
a:active{
  color:#000;
}
li{
    text-indent: -18px;
    padding-left:20px;
}
li:before{
    /*content:"-";*/
    margin-right:11px;
}

.input_wrongdiv{
	color: red;
}
.input_wrongdiv, .after_send{
	display: none;
}

h1{
  font-size:35px;
  font-family: 'Poppins Bold';
  margin-bottom: 15px;
}

h2{
  font-size:27px;
  font-family: 'Poppins Bold';
}

/* CONTENT */
.top{
  margin-top: 100px;
}
/*HEADER & NAVIGATION*/
header{
  position: absolute;
  z-index: 999;
  width: 100%;
  padding-top: 20px;
  top:0;
}
#logo{
  width: 80px;
  height: auto;
  margin-left: 29px;
  margin-top: -25px;
}
#layouthome #logo{
  filter: invert();
}
#btn_nav{
    float: right;
    margin-right: 50px;
}
.mobnav{
  display: none;
  background-color: #fff;
  width: 480px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  padding-top: 100px;
}

.mobnav li{
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
.mobnav a{
  color: #000 !important;
  transition: color 0.7s ease-out;
}
.mobnav a:hover{
  font-weight: 700;
}
#layouthome .c-hamburger span::before,#layouthome .c-hamburger span::after,#layouthome .c-hamburger span{
  background-color: #fff ;
}
.c-hamburger span::before, .c-hamburger span::after,.c-hamburger span{
  background-color: #000;
}
.c-hamburger--htx.is-active span::before,.c-hamburger--htx.is-active span::after {
  background-color: #000 !important;
  z-index: 999;
}
/*HOME*/
.hometxt{
  position: absolute;
  top: 20%;
  z-index: 99;
  padding-left: 50px;
  color: white;
}
.center{
  text-align: center;
  padding:100px 50px;
}
.row{
  margin:0 !important;
}
.background{
  width: 100vw !important;
  max-height: 80vh;
  overflow: hidden;
  object-fit: cover;
}
.fullwidth, .fullwidth img,.fullwidth .embed-container,.fullwidth video{
  width: 100%;
  height: 100vh;
  max-height:  100vh;
  min-height: 100vh;
  object-fit: cover;
}
#layouthome{
  overflow: hidden !important;
  height: 100vh;
}
/*BEHIND THE SCENES -- GALLERY*/
#layoutscene .galwrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0 40px;
}

#layoutscene .simpli_item img {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  height: auto;
  padding-bottom: 20px;
  filter: grayscale(100%);
}
#layoutscene .simpli_item img:hover {
  filter:none;
}
.galtitle{
  padding: 0 10px;
}
/*TEAM*/
#layoutscene .simpli_item, #layoutmovie h1, #layoutcontact #cnt {
  padding: 0 50px;
}
.teamitem{
  padding: 0 40px !important;
}
.teaminner{
  float: left;
  padding-top: 50px;
}
.teaminner img{
  width: 100% !important;
  height:  auto;
  margin:0 !important;
}
/*MOVIE*/

.video-container {
  position: relative;
  width: calc(100% - 100px);
  padding: 0 50px;
  height: 0;
  padding-bottom: 56.25%;
  margin:0 50px;
  margin-bottom: 50px;
}
#layoutmovie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  width: calc(100vw - 100px);
  height: auto;
  overflow-y: hidden;
  padding:50px;
  display: flex;
  justify-content: center;*/

}
/*KONTAKT*/
.buttonblack{
  background-color: #000;
  color: #fff !important;
  border-radius: 5px;
  padding: 10px 35px;
  transition: color 0.7s ease-out;
  margin-top: 10px;
  border:1px solid #000;

}
.buttonblack:hover{
  color: #000 !important;
  background-color:#fff;
  transition: color 0.5s ease-in;
}
.formularfeld{
  border: none;
  border-bottom: 1px solid #000;
  margin:0 15px 15px 0;
  float: left;
  width: 100%;
  height: 67px;
}
.formwrapper{
  float: left;
}
form{
  padding-top: 50px;
}
#message{
  border:1px solid #000;
}
.left{
  float: left;
}




/* ETC -- STOLZWEB */
.embed-container{
	position: relative;
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.embed-container iframe, .embed-container video{
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
  overflow: hidden;
}
img{
  max-width: 100%;
}
#cookie_wrapper{
    position: fixed;
    bottom:0px;
    right:0px;
    background:#212529;
	color: #fff;
    padding:30px;
    width:400px;
    z-index: 200;
}
#cookie_accept{
    position: absolute;
    top:10px;
    right:10px;
    cursor: pointer;
}
