*{
padding:0;
margin:0;
box-sizing:border-box;
}

/* header nicht gescrollt*/
.main_h {
  position: fixed;
  top: 0px;
  max-height:68px;
  z-index: 9999;
  width: 100%;
  padding-top: 17px;
  background:none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity:1; 
  padding-bottom: 55px;
}

/* header  gescrollt(mehr als 101px in der Scrollhöhe), siehe js/index.js 

die sticky klasse wird zu der main_h klasse hinzugefügt*/
.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid gainsboro;
}


.open-nav{
  background-color: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid gainsboro; 
}

/*über die js/index.js wird das menu in der mobilen ansicht ein- und ausgeklappt*/
.open-nav {
  max-height: 800px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}


.logo,.ogol {
  width: 50px;
  font-size: 24px;
  color: #ff0000;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 0.95;
  margin-bottom: 17px;
}

.ogol{
	display:none;
}

.sticky .ogol,.open-nav .logo{
display:inherit;
color:#8f8f8f;
}
.sticky .logo{
display:none;
}


nav {
  float: right;
}

nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}

nav ul li {
  display: inline-block;
  margin-left: 21px;
  line-height: 2;
}

nav ul a {
  color: #FF0000;
  text-transform: uppercase;
  font-size: 16px;
}
.sticky nav ul a,.open-nav nav ul a {
  color: #888;
}


/* hamburder-icon */

.mobile-toggle {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}


.mobile-toggle span {
  width: 49px;
  height: 12px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #fff;
  display: block;
}



.sticky .mobile-toggle span ,.open-nav .mobile-toggle span{
  background: #8f8f8f;
}
/* hero-gross-bild */


.hero {
  position: relative;
  background: url("../1161.jpg") no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  opacity:0,1;
  float:2; 	

 }
 
 
/*farbfilter*/
.herobox {
  position: relative;
  background: rgba(0,0,0,0.1);*/
text-align: center;
  color: #fff;
  height:150px;
  height:100vh;
  letter-spacing: 2px;
 
  
}



.hero h1 {
  font-size: 50px;
  line-height: 1.3;
  position:absolute;
  top:48%;
  left:30%;
  transform:translate(-50%,-50%);
color: whitesmoke;
text-align: center;

}

.hero h1 span {
  font-size: 25px;
  color: #e8f380;
  border-bottom: 2px solid #e8f380;
  padding-bottom: 12px;
  line-height: 3;
}

.mouse {
  /*display: block;
  margin: 0 auto;    
  nu mai am nevoie de ele dc e absolut positioniert
  */
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #e8f380;
  position: absolute;
  bottom: 40px;
 left: 50%;
 transform:translateX(-50%);
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #e8f380;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;/*ruleaza la nesfarsit bila aia*/
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
/*von 0 auf 100px bewegt sich in einer sekunde*/ 
 0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}





/* content - inhalt*/

.parallax {
    min-height: 600px;
    background: transparent;
	 position:relative;
  opacity:0,1;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
	float: 2;}
	
.info{
	z-index: 2;
	position: relative;
}
	

.innerbox {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;

}

section .innerbox{
padding: 50px 2%;
font-family:serif;
color: #585858

}

body {
  color: #8f8f8f;
  background: #E6e6e6;
  -webkit-font-smoothing: antialiased;

}

a {
  text-decoration: none;
}

h1 {
  font-size: 30px;
  line-height: 1.8;
  text-transform: uppercase;
color: #DF0101
}

h2 {
  font-size: 26px;
}


p {
  margin-bottom: 19px;
  font-size: 20px;
  line-height: 2;
}

ul {
  font-size: 20px;
}

.fa {
    padding: 25px;
    font-size: 30px;
    width: 80px;
    text-align: center;
    text-decoration: none;  
	margin-left: 25px;

}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}


.fa-brands {
    padding: 25px;
    font-size: 30px;
    width: 80px;
    text-align: center;
    text-decoration: none;  
	margin-left: 25px;

}



/* Facebook */
.fa-facebook {
    background: #222;
    color: #FF0000;
}

/* Twitter */
.fa-twitter {
    background: #222;
    color: #FF0000;
}

.fa-instagram {
    background: #222;
    color: #FF0000;
	}

.fa-envelope {
    background: #222;
    color: #FF0000;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}





/* änderungen ab 766px////////////////// */
@media only screen and (max-width: 1066px) {	
  .main_h {
    padding-top: px;
  }
 
  .logo {
    float: none;
  }

  nav {
    width: 100%;
	
  }
  
  nav ul {
    padding-top: 40px;
    margin-bottom: 35px;
    float: left;
    text-align: center;
    width: 100%;
	
  }

  nav ul li {
    width: 100%;
    padding: 21px 0;
    margin: 0;
	
  }

  .mobile-toggle {
    display: block;
  }
 
 .hero {
  position: relative;
  background: url("../11612.jpg") no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
 }
 
}/* ende bis 766px*/


footer {
	width: 100%;
	background-color: #222;
	padding: 70px 30px;
	margin:auto; 
	
	
}


nav1 ul a {
  color: #FF0000;
  text-transform: uppercase;
  font-size: 20px;
}

nav1 {
  float: right;
}

nav1 ul {
  list-style: none;
  overflow: hidden;
  text-align: center;
  float: right;
}

nav1 ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
