/* FONTS */
.fullWidth{
  width:100%;
}
body{
  font-family: 'Source Sans Pro', sans-serif;
  color:#464646;
}
p{
  font-family: 'Source Sans Pro', sans-serif;
  color:#464646;
  font-size:20px;
  font-weight:300;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Source Sans Pro', sans-serif;
}
h1{
  font-size:44px;
  font-weight:300;
  color:#b10c0c;
  margin-bottom:0;
}
h2{
  font-size:27px;
}
h2:after{
  display: block;
  content:"";
  width:168px;
  background-color:#b10c0c;
  height:1px;
  margin-top:20px;
  margin-bottom:25px;
}
a:hover{
	color:#b10c0c;
}
.row{
  max-width:1200px;
}
.headercontent{
  max-width:1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  min-width: initial;
}
/* HEADER */
  /*Wave and Headerbg*/
  #white-wave{
    background:url("../img/white_wave.png");
    background-size: cover;
    background-position: center;
    display:block;
    position:fixed;
    width:100%;
    height:189px;
    z-index:4;
	margin-top: -35px;
  }
  #red-wave{
    background:url("../img/red_wave.png");
    background-size: cover;
    background-position: center;
    display:block;
    position:fixed;
    width:100%;
    height:189px;
    z-index:3;
    top:15px;
	margin-top: -35px;
  }
  #header-bg, #owl-example{
    /*background:url("../img/background.png");*/
    background-size: cover;
    background-position: center;
    display:block;
    position:absolute;
    width:100%;
    height:720px;
    object-fit: cover;
  }
  #content-wave{
    background:url("../img/content_wave.png");
    background-size: cover;
    background-position: top;
    display:block;
    position:absolute;
    width:100%;
    top: 584px;
    height:100px;
    z-index: 1;
  }
  /* TOP BAR */
  img#logo{
    position: fixed;
    height:81px;
    width:auto;
    z-index:5;
    margin-top:21px;
  }
  #socialbars{
    z-index:5;
    position:fixed;
    right:17%;
    margin-top:25px;
  }
  #socialbars ul li{
    list-style: none;
    display:inline;
    margin:5px;
  }
  #socialbars ul li a{
    color:#575757;
  }
  #socialbars ul li a:hover{
    color:#c81515;
  }
  #menu{
    position:fixed;
    z-index:2;
    top:120px;
    background-color:#c81515;
    color:white;
    text-transform: uppercase;
    width:275px;
    height:100px;
    font-size:22px;
  }
  #menuopen{
    top:50px;
    left:35px;
    position: relative;
    color:white;
  }
  #submenu{
    display: none;
    position:fixed;
    top:150px;
    background-color:#c81515;
    border:none;
    width:275px;
    height:0px;
    z-index:3;
  }
  #submenu  ul.wavemenu{
    list-style: none;
    margin-top: 15px;
    margin-right: 35px;
    margin-left: 35px;
  }
  #submenu ul.wavemenu li{
    padding:15px 0;
    border-bottom:1px solid white;
  }
  #submenu ul.wavemenu li:last-child{
    border-bottom:none;
  }
  #submenu .wavemenu li a{
    color:white;
    font-size:20px;
    text-transform: uppercase;
  }
  #submenu .wavemenu li a:hover,#submenu .wavemenu li a:active{
    font-weight: bold
  }
  #submenu .wavemenu li a:hover:before{
    content: "";
    position: absolute;
    height:10px;
    width:10px;
    display: block;
    border-radius: 100%;
    background-color:white;
    left: 15px;
    margin-top: 11px;
  }
  #menuclose{
    margin-left: 35px;
    margin-right:35px;
    background-color:#b10c0c;
    width:200px;
  }
/* SLIDER */
  .owl-controls.clickable{
    position: absolute;
    top:175px;
    margin-right:20%;
    right:0;
    z-index:3;
  }
  .owl-page span{
    background:#575757 !important;
  }
  .owl-page.active span{
    background:#b10c0c !important;
  }
  #owl-example img{
    height: 650px;
    width: 100%;
    object-fit: cover;
  }
/* MAIN */
main{
  position: relative;
  top:675px;
}
.area{
	padding:80px 0;
}
.nocolor-link{
  color:#464646;
}
.no-padding{
	padding-right:0;
}
i.circle{
  border:3px solid #c81515;
  padding:5px 7px;
  border-radius: 100%;
  margin-right:15px;
}
.studio div.row div i{
  color:#d63636;
  margin-right:25px;
}
.leistung div.row div i{
  color:#d63636;
  margin-right:25px;
}
.leistung p{
  font-weight:300;
  font-size: 18px;
  margin-bottom:0;
}
/* TABLE */
.bar table, table tbody, tr, .bar table tr td{
	border:none;
	background-color:transparent;
	padding:0;
	margin:0;
}
.bar table td:first-child{
	border-right:1px solid white;
	padding-right:10px;
	padding-left:5px;
	font-size:20px;
	width:50px;
	text-align:center;
}
.bar table td:last-child{
	padding-left:20px;
}
/* BOXES */
.bar{
  position:relative;
  background-color:#b10e0e;
  margin-bottom:10px;
  padding:10px;
  color:white;
}
.bar a{
  font-weight:300;
  color:white;
  font-size:19px;
}
.box{
  /*height:240px;*/
  position:relative;
  background-color:#b10e0e;
}
.box img{
  width:100%;
  height:255px;
  object-fit: cover;
}
.box span{
  position:absolute;
  bottom:0;
  background-color:rgba(177,14,14,0.9);
  width: 99.9%;
  color:white;
  padding:15px;
  text-align:center;
  font-size:25px;
  z-index:1;
  left:0;
}
.box h3{
  color:white;
  padding:15px;
  text-align:center;
  font-size:20px;
}
.box a{
  color:white;
  padding:5px 30px;
  text-align:center;
  font-size:22px;
  margin:15px;
  border:1px solid white;
  text-transform: uppercase;
}
/* INPUTS */
input{
  background-color:#f0f0f0 !important;
  box-shadow: none !important;
  border:none !important;
  padding:25px 20px !important;
}
textarea{
  background-color:#f0f0f0 !important;
  box-shadow: none !important;
  border:none !important;
  padding:25px 20px !important;
  height:150px !important;
}
button.button.submit{
  background:#c81515;
  padding:15px 25px;
}
button.button.submit:hover{
  background:#c81515;
}
::-webkit-input-placeholder {
   color: #4f4f4f !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #4f4f4f !important; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #4f4f4f !important;
}

:-ms-input-placeholder {  
   color: #4f4f4f !important;
}
/* FOOTER */
ul {
    margin-left: 0;
}
footer ul{
  list-style: none;
}
footer ul li.head{
  color:#b10c0c;
  margin-bottom:20px;
  font-size:20px;
}
footer ul li, footer ul li a, footer a{
  font-size:16px;
  color:#464646;
}
footer p, footer ul li{
  font-size:16px;
  font-weight:300;
	margin-bottom:0px;
}
footer a{
  font-size:16px;
  font-weight:300;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  width:100%;
}
.overlay {
  position: relative;
}
.overlay:after {
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
  z-index:1;
}
.overlay:hover:after  {
  opacity: 1;
}
.red:after {
  background-color: #b10e0e;
}
.hover-show{
	display:none;
	width:100%;
	height:100%;
	position: absolute;
    top: 0;
    z-index:2;
	-webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
    -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 63.9375em) {
  .box.red{
    background-color:transparent;
  }
  .red:after {
    background-color:transparent;
  }
  .hover-show{
    display: block
  }
  .box .hover-show a{
    padding:100px 90%;
    color:transparent;
    border:transparent;
    margin:0;
  }
  .box h3{
    color:transparent;
  }
  main{
    top:60px;
  }
  #logo-mobile{
    width:250px;
    padding:20px 15px;
  }
  .mobile-menu{
    position: fixed;
    z-index:5;
    border-bottom:1px solid #b10e0e;
  }
  #menu-mobile{
    position:fixed;
    z-index:2;
    top:0;
    background-color:transparent;
    color:#c81515;
    text-transform: uppercase;
    width:275px;
    height:100px;
    font-size:22px;
    right:0;
  }
  #menuopen-mobile{
    top:27px;
    right:15px;
    position: absolute;
    color:#c81515;
    padding:5px 12px;
    background-color:#c81515;
    color:white;
  }
  #submenu-mobile{
    display: none;
    position:fixed;
    background-color:#c81515;
    border:none;
    width:275px;
    height:0px;
    z-index:3;
    right:0;
    width:100%;
  }
  #submenu-mobile  ul.wavemenu{
    list-style: none;
    margin-top: 15px;
    margin-right: 35px;
    margin-left: 35px;
  }
  #submenu-mobile ul.wavemenu li{
    padding:10px 0;
    border-bottom:1px solid white;
  }
  #submenu-mobile ul.wavemenu li:last-child{
    border-bottom:none;
  }
  #submenu-mobile .wavemenu li a{
    color:white;
    font-size:20px;
    text-transform: uppercase;
  }
  #submenu-mobile .wavemenu li a:hover,#submenu .wavemenu li a:active{
    font-weight: bold
  }
  #submenu-mobile .wavemenu li a:hover:before{
    content: "";
    position: absolute;
    height:10px;
    width:10px;
    display: block;
    border-radius: 100%;
    background-color:white;
    left: 15px;
    margin-top: 11px;
  }
  #menuclose-mobile{
    margin-left: 35px;
    margin-right:35px;
    background-color:#b10c0c;
    width:200px;
  }
  #header-bg, #owl-example {
      background-size: cover;
      background-position: center;
      display: block;
      position: absolute;
      width: 100%;
      height: auto;
      padding-top:100px;
      object-fit: cover;
  }
  #owl-example{
    display:none !important;
  }
  .owl-pagination{
    display:none;
  }
  #socialbars-mobile{
    z-index:5;
    position:fixed;
    right:0;
    top:10px;
    margin-top:17px;
    margin-right:80px;
    height:30px;
  }
  #socialbars-mobile ul{
    padding:4px 9px;
    color:white;
    background-color:#c81515;
    font-size:22.1px;
  }
  #socialbars-mobile ul li{
    list-style: none;
    display:inline;
    margin:5px;
  }
  #socialbars-mobile ul li a{
    color:white;
  }
  #socialbars-mobile ul li a:hover{
    color:white;
  }
  .box{
    margin-bottom:35px;
  }
  .mobile-margin-bottom{
    margin-bottom:80px;
  }
  .mobile-left{
    text-align:left;
    float:left !important;
  }
}
@media screen and (max-width: 40em) {
  #socialbars-mobile{
    z-index:5;
    position:fixed;
    right:0;
    top:13px;
    margin-top:17px;
    margin-right:55px;
    height:30px;
  }
}
@media screen and (max-width: 450px) {
  .leistung p{
      font-weight:300;
      font-size: 14px;
      margin-bottom:0;
    }
    h1{
      font-size:32px;
    }
    #logo-mobile{
    width:200px;
    padding:20px 0;
    padding-left:15px;
  }
  #menuopen-mobile{
    padding:5px 9px;
    top:30px;
    font-size:15px;
  }
  #menu-mobile i.fa{
    color:white;
  }
  #socialbars-mobile ul{
    padding:4px 5px;
    font-size:15.5px;
  }
}

.btn-red{margin-top:50px;}

.btn-red a{
	padding:10px 20px;
	border:1px solid #b10c0c;
	background:none;
	margin-top:90px;	
	width:100px;
	color:#b10c0c;
	}

.btn-red a:hover{
	background:#b10c0c;
	color:#ffffff;
	}