* {
    margin: 0;
}

html{ 
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-size: large;
    font-color: white;




}






body {
      height: 100%;
      width: 100%;
      position: fixed;
      overflow-y:scroll;
      -webkit-overflow-scrolling: touch;
    
    

}





.wrapper {
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;

    color: #fff;
}

.wrapper:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: 
    url('../../CC/images/pic1.jpg') no-repeat center center;
    background-size: cover;
    will-change: transform;

    z-index: -1;
}

.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -142px;
}

.page-wrap:after {
    content: "";
    display: block;
}






.text, .page-wrap:after {
    /* .push must be the same height as footer */

    width: 90%;
    position: relative;
    left: 5%;
    color: #fff;

}

.text {
    background: transparent;
    /*background-image: url();*/
}







#hintergrund {
    position: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#scrollbereich {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9;
}






a {
    text-decoration: none;
    color: transparent;
}









header {
    width: 100%;
    height: 50px;
    margin: auto;
    background-color: transparent;


    box-shadow: 0 0px 2px #626262;
    position: relative;
    z-index: 3;
}





#brand {
    float: left;
    line-height: 50px;
    color: #E5DAC0;
    font-size: 25px;
    font-weight: bolder;
    margin: 0 0 0 6px;
}






.content {
    padding-top: 60px;
}

.inner-content {
    position: relative;
    width: 90%;
    height: 100%;
    margin: 0 5%;
    z-index: 2;
}






h3 {
    font-family: Arial;
    color: white;
    margin-bottom: 0px;
}






p {
    margin-bottom: 10px;
}







.bg-gray {
    background: rgba(0, 0, 0, 0.85);
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 3;
}








.pink {
    color: pink;
}






.red {
    color: red;
}






.hotpink {
    color: hotpink;
}







.black {
    color: black;
}







.darkred {
    color: #ccddff;
}






.white {
    color: white;
}




.grey {
    color: darkgrey;
}




.grey2 {
    color: grey;
}




.space {
    position: relative;
    width: 90%;
    height: 500px;
    margin: 0 5%;
}





.space1 {

    height: 40px;

}






.space2 {

    height: 100px;

}






.space3 {

    height: 170px;

}






.space4 {

    height: 60px;

}






.text, .page-wrap:after {
  /* .push must be the same height as footer */
	
        width: 90%;
	position: relative;
        left: 5%;
	

}
.text {
  background: transparent; 
  background-image: url();
}







.center {
    text-align: center;
}








@font-face {
font-family: 'New Font';
src: url(../../USER/2_FONTBASE/Raleway-Regular.ttf) format("truetype");
}



p.mynewfont {
font-family: 'New Font', 'New Font IE', backupfont;
text-shadow: 1px -1px 1px black; 
font-size: 255%;
margin-bottom: 20px;
}





p.mynewfont2 {
font-family: 'New Font', 'New Font IE', backupfont;
text-shadow: 1px -1px 1px black; 
font-size: 100%;
font-weight: 900;
margin-bottom: 20px;
}









@font-face {
font-family: 'product';
src: url(../../USER/2_FONTBASE/Raleway-Regular.ttf) format("truetype");
}



p.product {
font-family: 'product', 'New Font IE', backupfont;
text-shadow: 1px -1px 1px black; 
font-size: 155%;
margin-bottom: 20px;
}








.hellblau {
    color: #ccddff;
}






.dropbtn {
  background-color: #131313;
  color: black;
  padding: 16px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}






.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #131313;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}






.buttonproduct2 {
  color: #ccddff;
  padding: 6px 10px;
  font-size: large;
  width: 70%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid darkgrey;
  border-radius: 24px;
  text-transform: uppercase;
  margin-top: 10px;
}







.buttonproduct {
  color: grey;
  padding: 6px 10px;
  font-size: large;
  width: 70%;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #ccddff;
  border-radius: 24px;
  text-transform: uppercase;
  margin-top: 10px;
}
