



@import url('all.css');
@import url('lightbox.min.css');
@import url('flickity.min.css');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,800');
/*Allgemeine Formatierungen*/

* {
	box-sizing: border-box;
	padding:0;
	margin:0;
}
a{
	text-decoration:none;
		
}

body{
	font-family: 'Raleway';sans-serif;
	
}

p{
	
	margin:15px 0;
	line-height:1.5em;
}

h2,h3,h4{
	text-transform:capitalize;
	color:#850202;
	
}

h2{
	font-size:3em;
	text-align:center;
	margin-bottom:0.5em;
}

h3{
	margin-bottom:15px;
	color:#850202;
}

#whatido{
	background: url(../bilder/work/MCB_Insta-168.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding:130px 0;
}

#downloads{
	background: url(../bilder/download.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding:230px 0;
}

#whatwedo{
	background: url(../bilder/work/wedding3.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding:550px 0;
}


#myteam article{
	background:rgba(255, 255, 255, 0.83);
	border: none !important;
	padding:20px 10px;
	margin-bottom: 20px;
	color:#333;
	text-align:center;
}







#text1 article{
	background:rgba(255, 255, 255, 0.83);
	border:1px solid #f3f3f3;
	padding:40px 10px;
	margin-bottom: 40px;
	color:#333;
	text-align:center;
}


#text1 .row{
	padding-top: 30px;
	
}

#text1{
	background: url(../bilder/download2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding:320px 0;
}





#whatidowedding{
	background: url(../bilder/work/wedding4.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding:400px 0;
}



#whatidowedding article{
	background:rgba(255, 255, 255, 0.83);
	border:1px solid #f3f3f3;
	padding:40px 10px;
	margin-bottom: 40px;
	color:#333;
	text-align:center;
}


#whatidowedding .row{
	padding-top: 40px;
	
}

#whatidowedding2{
	background: url(../bilder/work/wedding5.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding:400px 0;
}



#whatidowedding2 article{
	background:rgba(255, 255, 255, 0.83);
	border:1px solid #f3f3f3;
	padding:40px 10px;
	margin-bottom: 40px;
	color:#333;
	text-align:center;
}


#whatidowedding2 article img{
	width: 100%;
}



#whatidowedding2 .row{
	padding-top: 40px;
	
}


#whatidowedding2 article li{
	list-style-type: none;
}


#getsocial{
	background: url(../bilder/work/getsocial.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding:230px 0;
}

.innerbox {
	  max-width: 1170px;
	  margin: 0 auto;
	  position: relative;
	  padding: 40px 2%;
}

divider .innerbox {
	  padding: 10px 2%;
}

header .innerbox {
	padding: 0 2%;
}

#divider{
	margin:0;
	padding:0;
}

#divider h3{
	text-align: center;
}


#divider p{
	text-align: center;
}



/* Schalter - Button */



.button{
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #850202;
    font-weight: 600;
    background: #eee;
    padding: 11px 30px;
    font-size: 14px;
    letter-spacing: 2px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.button:hover{
    background: #000;
}

/* raster-grid-spalten-layout //////// */

.row{
	/*border:1px solid #000;*/
	overflow:hidden;
	
}


.drittel{
	width:31.3333333%;
	float:left;
	margin-right:3%;
	
}

.zweidrittel{
	width:65.6666666%;
	float:left;
	margin-right:3%;
	
}


.drittel:last-child,
.halbe:last-child,
.zweidrittel:last-child{
	margin-right:0;
}

.halbe{
	width:48.5%;
	float:left;
	margin-right:3%;
	
}


/* section what i do font-icons einbinden //////////////////// */


article{
	background-color:#fff;
	border:1px solid #f3f3f3;
	padding:40px 10px;
	color:#333;
	text-align:center;
}



.iconbox{
	background-color:#222;
	width:60px;
	height:60px;
	padding:30px;
	display:inline-block;
	border-radius:50%;
	position:relative;
	margin-bottom:20px;
	
}


.iconbox i{
	font-size:2em;
	color:#fff;
	position:absolute;
	margin:auto;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}



article h3{
	
	font-size:2em;
	color:#850202;
}


/* sticky header //////////// */

.main_h {
  background-color:rgba(255, 255, 255, 0.93); /* Hintergrund Header */
  position: fixed;
  top: 0px;
  max-height: 120px;  
  overflow: hidden;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 6px;
}
/*wird ab einer scroll-höhe von 100px über die index.js dynamisch der Klasse .main_h hinzugefügt
Ab sofort greifen beide Klassen
*/


.sticky {
  background-color: rgba(255, 255, 255, 1);
  top: 0px;
  border-bottom: 1px solid gainsboro;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}


/*
 mobile ansicht - steuerung der navigation(auf/zu) über hamburger-icon , toggle-Effekt
*/

.open-nav {
  max-height: 600px !important;
  background-color: rgba(255, 255, 255, 0.98);
  top: 0px;
  border-bottom: 1px solid gainsboro;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}



.logo {
  width: 60px;
  font-size: 25px;
  color: #8f8f8f;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}

.logo img{
  width:120px;
  
}


/* navigation ///////////  */
nav {
  float: right;
  margin-top: 35px;
}

nav ul {
  list-style: none;
  text-align: right;
}

nav ul li {
  display: inline-block;
  margin-left: 25px;
  line-height: 1.5;
}

nav ul a {
  color: #850202;
  text-transform: uppercase;
  font-size: 0.95em;
  font-weight: 800;
}

nav ul a:hover{
  opacity:0.7;
}

.sticky nav ul a {
  color: #666;
  text-transform: uppercase;
  font-size: 0.95em;
}

.sticky nav ul a:hover{
  opacity:0.7;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  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: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

/* About */


#about h3{
	font-size:2em;
	margin-bottom:50px;
	text-align:center;
	
}

#about img{
	width:100%;
	
}

#about .halbe{
	padding:10px;
	
	
}




/* Skillbars ///// */

#ourskills{
	background:#F7F7F7;
		
}

#ourskills p{
	margin-bottom:30px;
	font-size:1.1em;
	line-height:2.5em;
	
}

#ourskills h3{
	font-size:2em;
		
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #850202;
    text-transform: capitalize;
    letter-spacing: 2px;
	font-size:1.5em;
}

.progress {
    height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: left;
	padding-left:10px;
    background-color: #850202;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress1 {
    height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
	color:#850202;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	height: 100%;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
	padding-left:10px;
}






/* Großbild-Bereich ///*/

.hero {
  position: relative;
  background: url(../bilder/hero-grafik.jpg) no-repeat center 10px fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 1080px;
  height:100vh;
  letter-spacing: 2px;
}
.hero h1 {
  font-weight:800;
  font-size: 80px;
  line-height: 1.3;
  color:#666;
  position:absolute;
  top:70%;
  left:25%;
  transform:translate(-50%,-50%);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  text-transform:uppercase;
}
.hero h1 span {
  font-size: 40px;
  color: #850202;
  border-bottom: 2px solid #850202;
  padding-bottom: 12px;
  line-height: 3;
  text-shadow: none;
}

.hero img {
  width:500px;
  position:absolute;
  top:40%;
  left:25%;
  transform:translate(-50%,-50%);
  
}


/* Großbild-Bereich Daniel///*/




.heroD {
  position: relative;
  background: url(../bilder/galerie/gross/MCB_L-20.jpg) no-repeat center 120px fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 1200px;
  height:100vh;
  letter-spacing: 2px;
}
.heroD h1 {
  font-weight:800;
  font-size: 80px;
  line-height: 1.3;
  color:#666;
  position:absolute;
  top:45%;
  left:70%;
  transform:translate(-50%,-50%);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  text-transform:uppercase;
}
.heroD h1 span {
  font-size: 40px;
  color: #850202;
  border-bottom: 2px solid #850202;
  padding-bottom: 12px;
  line-height: 3;
  text-shadow: none;
}

/* Großbild-Bereich Stephie///*/




.herosteph {
  position: relative;
  background: url(../bilder/galerie/gross/stephiehero.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 1600px;
  height:100vh;
  letter-spacing: 2px;
}
.herosteph h1 {
  font-weight:800;
  font-size: 80px;
  line-height: 1.3;
  color:#666;
  position:absolute;
  top:45%;
  left:30%;
  transform:translate(-50%,-50%);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  text-transform:uppercase;
}
.herosteph h1 span {
  font-size: 40px;
  color: #850202;
  border-bottom: 2px solid #850202;
  padding-bottom: 12px;
  line-height: 3;
  text-shadow: none;
}

/* Großbild-Bereich Steff///*/




.herosteff {
  position: relative;
  background: url(../bilder/team/herosteff.jpg) no-repeat center 120px fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 1600px;
  height:100vh;
  letter-spacing: 2px;
}
.herosteff h1 {
  font-weight:800;
  font-size: 80px;
  line-height: 1.3;
  color:#666;
  position:absolute;
  top:45%;
  left:30%;
  transform:translate(-50%,-50%);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  text-transform:uppercase;
}
.herosteff h1 span {
  font-size: 40px;
  color: #850202;
  border-bottom: 2px solid #850202;
  padding-bottom: 12px;
  line-height: 3;
  text-shadow: none;
}


/* Großbild-Bereich Sasa///*/




.herosasa {
  position: relative;
  background: url(../bilder/team/Sasahero.jpg) no-repeat center 120px fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 1600px;
  height:100vh;
  letter-spacing: 2px;
}
.herosasa h1 {
  font-weight:800;
  font-size: 80px;
  line-height: 1.3;
  color:#666;
  position:absolute;
  top:35%;
  left:70%;
  transform:translate(-50%,-50%);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  text-transform:uppercase;
}
.herosasa h1 span {
  font-size: 40px;
  color: #850202;
  border-bottom: 2px solid #850202;
  padding-bottom: 12px;
  line-height: 3;
  text-shadow: none;
}


/* Großbild-Bereich Harry///*/




.heroH {
  position: relative;
  background: url(../bilder/galerie/gross/MCB_L-194.jpg) no-repeat center 120px fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 1200px;
  height:100vh;
  letter-spacing: 2px;
}
.heroH h1 {
  font-weight:800;
  font-size: 80px;
  line-height: 1.3;
  color:#666;
  position:absolute;
  top:45%;
  left:70%;
  transform:translate(-50%,-50%);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  text-transform:uppercase;
}
.heroH h1 span {
  font-size: 40px;
  color: #850202;
  border-bottom: 2px solid #850202;
  padding-bottom: 12px;
  line-height: 3;
  text-shadow: none;
}


/* Großbild-Bereich Nick///*/




.heroN {
  position: relative;
  background: url(../bilder/galerie/gross/Nick2.jpg) no-repeat center 120px fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 1200px;
  height:100vh;
  letter-spacing: 2px;
}
.heroN h1 {
  font-weight:800;
  font-size: 80px;
  line-height: 1.3;
  color:#666;
  position:absolute;
  top:45%;
  left:35%;
  transform:translate(-50%,-50%);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  text-transform:uppercase;
}
.heroN h1 span {
  font-size: 40px;
  color: #850202;
  border-bottom: 2px solid #850202;
  padding-bottom: 12px;
  line-height: 3;
  text-shadow: none;
}


/* Großbild-Bereich Peter///*/




.heroP {
  position: relative;
  background: url(../bilder/galerie/gross/MCB_L-52.jpg) no-repeat center 120px fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 1200px;
  height:100vh;
  letter-spacing: 2px;
}
.heroP h1 {
  font-weight:800;
  font-size: 80px;
  line-height: 1.3;
  color:#666;
  position:absolute;
  top:40%;
  left:70%;
  transform:translate(-50%,-50%);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  text-transform:uppercase;
}
.heroP h1 span {
  font-size: 40px;
  color: #850202;
  border-bottom: 2px solid #850202;
  padding-bottom: 12px;
  line-height: 3;
  text-shadow: none;
}


/* Großbild-Bereich Ronny///*/




.heroR {
  position: relative;
  background: url(../bilder/galerie/gross/MCB_L-75.jpg) no-repeat center 120px fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 1200px;
  height:100vh;
  letter-spacing: 2px;
}
.heroR h1 {
  font-weight:800;
  font-size: 80px;
  line-height: 1.3;
  color:#666;
  position:absolute;
  top:40%;
  left:70%;
  transform:translate(-50%,-50%);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  text-transform:uppercase;
}
.heroR h1 span {
  font-size: 40px;
  color: #850202;
  border-bottom: 2px solid #850202;
  padding-bottom: 12px;
  line-height: 3;
  text-shadow: none;
}


/* Großbild-Bereich Benny///*/




.heroB {
  position: relative;
  background: url(../bilder/galerie/gross/Benny1.jpg) no-repeat center 120px fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 1200px;
  height:100vh;
  letter-spacing: 2px;
}
.heroB h1 {
  font-weight:800;
  font-size: 80px;
  line-height: 1.3;
  color:#666;
  position:absolute;
  top:40%;
  left:20%;
  transform:translate(-50%,-50%);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  text-transform:uppercase;
}
.heroB h1 span {
  font-size: 40px;
  color: #850202;
  border-bottom: 2px solid #850202;
  padding-bottom: 12px;
  line-height: 3;
  text-shadow: none;
}

/* Großbild-Bereich Marianne///*/




.heroM {
  position: relative;
  background: url(../bilder/galerie/gross/Marianne_L-20.jpg) no-repeat center 120px fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 1000px;
  height:100vh;
  letter-spacing: 2px;
}
.heroM h1 {
  font-weight:800;
  font-size: 80px;
  line-height: 1.3;
  color:#666;
  position:absolute;
  top:40%;
  left:70%;
  transform:translate(-50%,-50%);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  text-transform:uppercase;
}
.heroM h1 span {
  font-size: 40px;
  color: #850202;
  border-bottom: 2px solid #850202;
  padding-bottom: 12px;
  line-height: 3;
  text-shadow: none;
}

/* Großbild-Bereich Jekko///*/




.heroJ {
  position: relative;
  background: url(../bilder/galerie/gross/MCB_L-69.jpg) no-repeat center 120px fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 1200px;
  height:100vh;
  letter-spacing: 2px;
}
.heroJ h1 {
  font-weight:800;
  font-size: 80px;
  line-height: 1.3;
  color:#666;
  position:absolute;
  top:40%;
  left:70%;
  transform:translate(-50%,-50%);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  text-transform:uppercase;
}
.heroJ h1 span {
  font-size: 40px;
  color: #850202;
  border-bottom: 2px solid #850202;
  padding-bottom: 12px;
  line-height: 3;
  text-shadow: none;
}

/* Großbild-Bereich Romano///*/




.heroRO {
  position: relative;
  background: url(../bilder/galerie/klein/Romano3.jpg) no-repeat center 120px fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 1200px;
  height:100vh;
  letter-spacing: 2px;
}
.heroRO h1 {
  font-weight:800;
  font-size: 80px;
  line-height: 1.3;
  color:#666;
  position:absolute;
  top:40%;
  left:70%;
  transform:translate(-50%,-50%);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  text-transform:uppercase;
}
.heroRO h1 span {
  font-size: 40px;
  color: #850202;
  border-bottom: 2px solid #850202;
  padding-bottom: 12px;
  line-height: 3;
  text-shadow: none;
}

/* Großbild-Bereich Weddings///*/




.herow {
  position: relative;
  background: url(../bilder/wedding.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 1200px;
  height:100vh;
  letter-spacing: 2px;
}
.herow h1 {
  font-weight:800;
  font-size: 60px;
  line-height: 1.3;
  color:#fff;
  position:absolute;
  top:70%;
  left:80%;
  transform:translate(-50%,-50%);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  text-transform:uppercase;
}
.herow h1 span {
  font-size: 30px;
  color: #850202;
  border-bottom: 2px solid #850202;
  padding-bottom: 12px;
  line-height: 3;
  text-shadow: none;
}

/* Großbild-Bereich Corporate///*/




.herocorp {
  position: relative;
  background: url(../bilder/corporatehero.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 1200px;
  height:100vh;
  letter-spacing: 2px;
}
.herocorp h1 {
  font-weight:800;
  font-size: 60px;
  line-height: 1.3;
  color:#fff;
  position:absolute;
  top:75%;
  left:65%;
  transform:translate(-50%,-50%);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  text-transform:uppercase;
}
.herocorp h1 span {
  font-size: 30px;
  color: #850202;
  border-bottom: 2px solid #850202;
  padding-bottom: 12px;
  line-height: 3;
  text-shadow: none;
}

/* Großbild-Bereich Clubs///*/




.heroclub {
  position: relative;
  background: url(../bilder/clubs/clubhero.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 1200px;
  height:100vh;
  letter-spacing: 2px;
}
.heroclub h1 {
  font-weight:800;
  font-size: 60px;
  line-height: 1.3;
  color:#fff;
  position:absolute;
  top:85%;
  left:25%;
  transform:translate(-50%,-50%);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  text-transform:uppercase;
}
.heroclub h1 span {
  font-size: 30px;
  color: #850202;
  border-bottom: 2px solid #850202;
  padding-bottom: 12px;
  line-height: 3;
  text-shadow: none;
}


.mouse {
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #850202;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform:translateX(-50%);
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background: #850202;
  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;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  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);
  }
}


/* Text - Slider Vertical */


.bg-image{
	background-image:url(../bilder/textslider-background.jpg);
	background-repeat:no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-attachment:fixed;
	padding:300px 0;
	opacity:1;
}
.theme-title{
	font-size:130px;
	font-family: 'Raleway';sans-serif;
	color: #fff;
	text-shadow: 5px 5px 5px #969696;
	text-align: center;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.vertical-slider{
	text-align:center;
	margin-top:30px;
}
.vertical-slider .vertical-caption{
	font-size:65px;
	font-family: 'Raleway';sans-serif;
	color: #850202;
	text-shadow: 5px 5px 5px #969696;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:0.05em;
}
.vertical-slider .flex-direction-nav{
	display:none;
}





/* ////// Teamlist ///// */


#teamlist{
	overflow:hidden;
	list-style-type:none;
	
}

/* > = Kind Selektor - nur das "direkte Kind" wird selektiert */


#teamlist > li{
	width:31.333333%;
	float:left;
	margin-right:3%;
	margin-bottom:50px;
			
}

#teamlist li:nth-child(3n){
	margin-right:0;
		
}

#teamlist li img{
	width:100%;
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
			
}

#teamlist figure{
	/* border:1px solid #000; */
	text-align:center;
}

#teamlist figcaption{
	/* background:#ff0; */
	
}

#teamlist figcaption span{
	display:block;
	margin-top:0.5em;
	
}

#teamlist figcaption span.name{
	color:#850202;
	text-transform:uppercase;
	font-size:1.5em;
}

#teamlist figcaption span.name a{
	color:#850202;
	
}

#teamlist figcaption span.name a:hover{
	opacity:0.7;
	
}

#teamlist figcaption span.titel{
	color:#850202;
	font-size:1.0em;
	
}


.overlaybox{
	position:relative;
	line-height:0;
	max-height:776px;
}

.overlay{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:rgba(0,0,0,0.7);
	color:#fff;
	line-height:1.5em;
	opacity:0;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

.overlay:hover{
	opacity:1;
}

.overlaycontent{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:80%;
	font-size:0.9em;
	list-style-type:none;
	
}

.overlaytext li{
	list-style-type:none;
	
	
}


.social li{
	display:inline-block;
	list-style-type:none;
	
}
.social li a{
	color:rgba(255,255,255,1);
	margin:0 8px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	}

.social li a:hover{
	color:rgba(255,255,255,0.6);
		
}

/* ////// Team ///// */


#team{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#teamlist2{
	overflow:hidden;
	list-style-type:none;
	
}

/* > = Kind Selektor - nur das "direkte Kind" wird selektiert */


#teamlist2 > li{
	width:45.5%;
	float:left;
	margin-right:4.5%;
	margin-bottom:50px;
			
}

#teamlist2 li:nth-child(2n){
	margin-right:0;
		
}

#teamlist2 li img{
	width:100%;
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
			
}

#teamlist2 figure{
	/* border:1px solid #000; */
	text-align:center;
}

#teamlist2 figcaption{
	/* background:#ff0; */
	
}

#teamlist2 figcaption span{
	display:block;
	margin-top:0.5em;
	
}

#teamlist2 figcaption span.name{
	color:#850202;
	text-transform:uppercase;
	font-size:1.5em;
}

#teamlist2 figcaption span.name a{
	color:#850202;
	
}

#teamlist2 figcaption span.name a:hover{
	opacity:0.7;
	
}

#teamlist2 figcaption span.titel{
	color:#850202;
	font-size:1.0em;
	
}


.overlaybox{
	position:relative;
	line-height:0;
	max-height:776px;
}

.overlay{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:rgba(0,0,0,0.7);
	color:#fff;
	line-height:1.5em;
	opacity:0;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

.overlay:hover{
	opacity:1;
}

.overlaycontent{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:80%;
	font-size:0.9em;
	list-style-type:none;
	
}

.overlaytext li{
	list-style-type:none;
	
	
}


.social li{
	display:inline-block;
	list-style-type:none;
	
}
.social li a{
	color:rgba(255,255,255,1);
	margin:0 8px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	}

.social li a:hover{
	color:rgba(255,255,255,0.6);
		
}

#team .button{
	margin-top:75px;
	margin-bottom:20px;
}




/* ///// Video */

#video{
	background:#F7F7F7;	
	
}





/* Custom Theme */
	.rvs-custom.rvs-container,
	.rvs-custom.rvs-container a.rvs-nav-prev,
	.rvs-custom.rvs-container a.rvs-nav-prev:active,
	.rvs-custom.rvs-container a.rvs-nav-prev:focus,
	.rvs-custom.rvs-container a.rvs-nav-prev:hover,
	.rvs-custom.rvs-container a.rvs-nav-next,
	.rvs-custom.rvs-container a.rvs-nav-next:active,
	.rvs-custom.rvs-container a.rvs-nav-next:focus,
	.rvs-custom.rvs-container a.rvs-nav-next:hover,
	.rvs-custom .rvs-nav-item-title {
		color: #FFFFFF;
	}
	.rvs-custom .rvs-nav-item-credits {
		color: #767676;
	}
	.rvs-custom.rvs-container,
	.rvs-custom.rvs-container a.rvs-nav-prev,
	.rvs-custom.rvs-container a.rvs-nav-next,
	.rvs-custom .rvs-player {
		background-color: #e2e2e2;
	}
	.rvs-custom.rvs-container a.rvs-nav-item:active,
	.rvs-custom.rvs-container a.rvs-nav-item:focus,
	.rvs-custom.rvs-container a.rvs-nav-item:hover,
	.rvs-custom.rvs-container a.rvs-nav-prev:active,
	.rvs-custom.rvs-container a.rvs-nav-prev:focus,
	.rvs-custom.rvs-container a.rvs-nav-prev:hover,
	.rvs-custom.rvs-container a.rvs-nav-next:active,
	.rvs-custom.rvs-container a.rvs-nav-next:focus,
	.rvs-custom.rvs-container a.rvs-nav-next:hover {
		background-color: #850202;
	}
	.rvs-custom .rvs-nav-container,
	.rvs-custom.rvs-container a.rvs-nav-item,
	.rvs-custom.rvs-container a.rvs-nav-item:active,
	.rvs-custom.rvs-container a.rvs-nav-item:focus,
	.rvs-custom.rvs-container a.rvs-nav-item:hover,
	.rvs-custom.rvs-container a.rvs-nav-prev,
	.rvs-custom.rvs-container a.rvs-nav-prev:active,
	.rvs-custom.rvs-container a.rvs-nav-prev:focus,
	.rvs-custom.rvs-container a.rvs-nav-prev:hover,
	.rvs-custom.rvs-container a.rvs-nav-next,
	.rvs-custom.rvs-container a.rvs-nav-next:active,
	.rvs-custom.rvs-container a.rvs-nav-next:focus,
	.rvs-custom.rvs-container a.rvs-nav-next:hover {
		border-color: #850202;
	}
	.rvs-custom.rvs-container a.rvs-nav-item:first-child {
		border-color: #e2e2e2;
	}
	.rvs-custom.rvs-container a.rvs-nav-item:first-child:focus,
	.rvs-custom.rvs-container a.rvs-nav-item:first-child:hover {
		border-color: #850202;
	}
	/* Custom Highlight */
	.rvs-custom-highlight.rvs-container a.rvs-close:active,
	.rvs-custom-highlight.rvs-container a.rvs-close:focus,
	.rvs-custom-highlight.rvs-container a.rvs-close:hover,
	.rvs-custom-highlight.rvs-container a.rvs-play-video:active,
	.rvs-custom-highlight.rvs-container a.rvs-play-video:focus,
	.rvs-custom-highlight.rvs-container a.rvs-play-video:hover,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:active,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:focus,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:hover,
	.rvs-custom-highlight.rvs-thumb-play .rvs-nav-container span.rvs-nav-item-thumb:hover:before {
		background-color: #850202;
	}
	.rvs-custom-highlight.rvs-container a.rvs-play-video:active,
	.rvs-custom-highlight.rvs-container a.rvs-play-video:focus,
	.rvs-custom-highlight.rvs-container a.rvs-play-video:hover,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:active,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:focus,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:hover,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:first-child,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:first-child:active,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:first-child:focus,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:first-child:hover {
		border-color: #850202;
	}
	.rvs-custom-highlight.rvs-container a.rvs-close:active,
	.rvs-custom-highlight.rvs-container a.rvs-close:focus,
	.rvs-custom-highlight.rvs-container a.rvs-close:hover,
	.rvs-custom-highlight.rvs-container a.rvs-play-video:active,
	.rvs-custom-highlight.rvs-container a.rvs-play-video:focus,
	.rvs-custom-highlight.rvs-container a.rvs-play-video:hover,
	.rvs-custom-highlight .rvs-active .rvs-nav-item-title {
		color: #FFFFFF;
	}
	.rvs-custom-highlight .rvs-active .rvs-nav-item-credits {
		color: #FFFFFF;
	}
	
	
#video p{
	margin-bottom:30px;
	font-size:1.1em;
	line-height:2.5em;
	
	
}

#video h3{
	font-size:2em;
		
}

/*  Audio  /////// */


.embed-container {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden; 
 max-width: 100%; 
 } 
 
 
 .embed-container iframe{
 position: absolute; 
 top: 0; 
 left: 0;
 width: 100%;
 height: 100%;
 }

#audio p{
	margin-bottom:30px;
	font-size:1.1em;
	line-height:2.5em;
	
}

#audio h3{
	font-size:2em;
		
}


/* schnellkontakt //////// */


#schnellkontakt{
	background:#323232;
	color:#fff;
	}

#schnellkontakt h3{
	color:#fff;
	font-weight:normal;
	font-size:2em;
}

#schnellkontakt p{
	font-size:1.3em;
		
}

#schnellkontakt .button{
	background:rgba(255,255,255,1)
	color:#850202;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

#schnellkontakt .button:hover{
	background:rgba(255,255,255,0.8)
}

#schnellkontakt .drittel{
	text-align:right;
}

/* schnellkontakt1 //////// */


#schnellkontakt1{
	background:#323232;
	color:#fff;
	margin-top:50px;
	}

#schnellkontakt1 h3{
	color:#fff;
	font-weight:normal;
	font-size:2em;
}

#schnellkontakt1 p{
	font-size:1.3em;
		
}

#schnellkontakt1 .button{
	background:rgba(255,255,255,1)
	color:#850202;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

#schnellkontakt1 .button:hover{
	background:rgba(255,255,255,0.8)
}

#schnellkontakt1 .drittel{
	text-align:right;
}

/* schnellkontakt2 //////// */


#schnellkontakt2{
	background:#850202;
	color:#fff;
	margin-top:30px;
	}

#schnellkontakt2 h3{
	color:#fff;
	font-weight:normal;
	font-size:2em;
}

#schnellkontakt2 p{
	font-size:1.3em;
		
}

#schnellkontakt2 .button{
	background:rgba(255,255,255,1)
	color:#850202;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

#schnellkontakt2 .button:hover{
	background:rgba(255,255,255,0.8)
}

#schnellkontakt2 .zweidrittel{
	text-align:right;
}

#schnellkontakt2 .drittel{
	text-align:right;
}


/* schnellkontakt3 //////// */


#schnellkontakt3{
	background:#323232;
	color:#fff;
	margin-top:30px;
	}

#schnellkontakt3 h3{
	color:#fff;
	font-weight:normal;
	font-size:2em;
}

#schnellkontakt3 p{
	font-size:1.3em;
		
}

#schnellkontakt3 .button{
	background:rgba(255,255,255,1)
	color:#850202;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

#schnellkontakt3 .button:hover{
	background:rgba(255,255,255,0.8)
}

#schnellkontakt3 .drittel{
	text-align:right;
}

#schnellkontaktp img{
	width: 150px;
}




/* Section Title Gallery */

#gallery{
	background:#F7F7F7;
		
}



#gallery p{
	margin-bottom:30px;
	font-size:1.1em;
	line-height:2.5em;
	
}

#gallery h3{
	font-size:2em;
		
}



/*  ////////// innerbox1 - Gallery /////  */

.innerbox1 {
	max-width:100%;
	padding:0;
}

/*  Masonry-Gallery */

.masonry { /* Masonry container */
    -webkit-column-count: 4;
  -moz-column-count:4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.item {
    display: inline-block;
    background: #eee;
    padding: 0.8em;
    margin: 0 0 1.5em;
    width: 100%;
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.item img{max-width:100%;}




/* Zoom - Effect Gallery */

.mg-image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 100%;
}
.mg-image:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
/* just apply some height and width to the wrapper.*/
.mg-image {
  width:auto;
  height:auto;
  overflow: hidden;
}





/*
#gallery{
	overflow:hidden;
	list-style-type:none;
		
}

#gallery li{
	width:33.333333%;
	float:left;
		
}

#gallery li img{
	width:100%;
			
}  */


/* ///// Repertoire  ////// */


#repertoire p{
	text-align:center;
	text-transform:uppercase;
}

#repertoire span{
	text-align:center;
	margin-bottom:30px;
	font-size:1.3em;
	line-height:2.5em;
}



/* Testimonial */

#testimonial .innerbox{
	max-width:100%;
	padding:100px 0;
	height:400px;
}



#testimonial{
	background:#F7F7F7;
	
	
}

#testimonial h2{
	text-align:center;
	padding-top:30px;
	
	
}

/* ///// Referenzen  ////// */


#references p{
	text-align:center;
	text-transform:uppercase;
	
}

#references span{
	text-align:center;
	margin-bottom:30px;
	font-size:1.3em;
	line-height:2.5em;
}




/*  ///// Contact ////// */

/*#kontaktformular input[type="text"],
#kontaktformular input[type="email"],
#kontaktformular textarea{
	font-family:verdana,sans-serif;
	font-size:0.9em;
	padding:15px;
	background:#F9F9F9;
	text-transform:capitalize;
	border:1px solid #eee;	
	
}

#kontaktformular textarea{
	height:250px;
	width:100%;
	max-width:100%;
	min-width:100%;
}

#kontaktformular .button{
	border:0;
}

*/


/* Adresse ///////////////////// */


address{
	text-align:center;
	margin-bottom:10px;
	font-size:1.1em;
	line-height:2.5em;
	font-style:normal;
	
	
}


/* googlekarte ////////////////  */

#googlekarte{
	background:#F2F2F2;
	line-height:0;
}

#googlekarte iframe{
	height:550px;
	width:100%;
	border:0;
	
}

/* Scroll to top ////// */

#back-top{
	background:#393939;
	width:40px;
	height:40px;
	position:fixed;
	right:15px;
	bottom:30px;
	text-align:center;
	padding-top:7px;
	
}

#back-top i{
	color:#fff;
	font-size:2em;
		
}

#back-top:hover i{
	color:#850202;
	
		
}




/* Footer ////////////////  */


footer{
	background:#000;
	text-align:center;
	color:#fff;	
	
}

footer .social{
	margin-top:20px;
	margin-bottom:20px;	
	
}

footer .social a{
	font-size:1.5em;
	margin-right:30px;
	
}


footer a{
	color: #850202;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: 800;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	
}

footer a:hover{
	color: #eee;
		
}

.eventpeppers a{
	margin-top:0px;	
	
}



/*  Media-Queries  //////////////// */

/*  Breakpoint von  1600 bis 1640px  */

@media only screen and (min-width: 1600px) and (max-width: 1640px) {


			
			.heroD h1 {
			  font-weight:800;
			  font-size: 60px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:45%;
			  left:70%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroD h1 span {
			  font-size: 30px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			
			
			
			


}/* ende Breakpoint von  1600 bis 1640px*/


/*  Breakpoint von  1600 bis 1750px  */

@media only screen and (min-width: 1600px) and (max-width: 1750px) {


			
			.heroP h1 {
			  font-weight:800;
			  font-size: 50px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:30%;
			  left:70%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroP h1 span {
			  font-size: 25px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			
			
			
			


}/* ende Breakpoint von  1600 bis 1640px*/

/*  Breakpoint von  1080 bis 1600px  */

@media only screen and (min-width: 1080px) and (max-width: 1600px) {


			.hero h1 {
			  font-weight:800;
			  font-size: 60px;
			  line-height: 1.3;
			  color:#333;
			  position:absolute;
			  top:70%;
			  left:25%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.hero h1 span {
			  font-size: 30px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroD h1 {
			  font-weight:800;
			  font-size: 60px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:45%;
			  left:70%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroD h1 span {
			  font-size: 30px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroJ h1 {
			  font-weight:800;
			  font-size: 60px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:45%;
			  left:70%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroJ h1 span {
			  font-size: 30px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroP h1 {
			  font-weight:800;
			  font-size: 40px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:30%;
			  left:70%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroP h1 span {
			  font-size: 20px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.herosasa h1 {
			  font-weight:800;
			  font-size: 40px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:30%;
			  left:70%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.herosasa h1 span {
			  font-size: 20px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroR h1 {
			  font-weight:800;
			  font-size: 60px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:80%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroR h1 span {
			  font-size: 30px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroM h1 {
			  font-weight:800;
			  font-size: 60px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:35%;
			  left:80%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroM h1 span {
			  font-size: 30px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroH h1 {
			  font-weight:800;
			  font-size: 60px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:35%;
			  left:80%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroH h1 span {
			  font-size: 30px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroB h1 {
			  font-weight:800;
			  font-size: 60px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:20%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroB h1 span {
			  font-size: 30px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroN h1 {
			  font-weight:800;
			  font-size: 60px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:20%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroN h1 span {
			  font-size: 30px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.herosteph h1 {
			  font-weight:800;
			  font-size: 50px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:20%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.herosteph h1 span {
			  font-size: 25px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			
			.heroRO h1 {
			  font-weight:800;
			  font-size: 60px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:45%;
			  left:70%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroRO h1 span {
			  font-size: 30px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			
			/* Text - Slider Vertical */


			.bg-image{
				padding:100px 0;
			}
			.theme-title{
				font-size:50px;
				letter-spacing:0;
			}
			.vertical-slider{
				text-align:center;
				margin-top:10px;
			}
			.vertical-slider .vertical-caption{
				font-size:40px;
				letter-spacing:0;
			}
			.vertical-slider .flex-direction-nav{
				display:none;
			}


}/* ende Breakpoint von  1080 bis 1600px*/


/*  Breakpoint von  1081 bis 1400px  */

@media only screen and (min-width: 1081px) and (max-width: 1400px) {


			.hero h1 {
			  font-weight:800;
			  font-size: 40px;
			  line-height: 1.3;
			  color:#333;
			  position:absolute;
			  top:70%;
			  left:25%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.hero h1 span {
			  font-size: 20px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.hero img {
			  width:280px;
			  position:absolute;
			  top:40%;
			  left:20%;
			  transform:translate(-50%,-50%);
			  
			}
			
			.heroD h1 {
			  font-weight:800;
			  font-size: 40px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:45%;
			  left:70%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroD h1 span {
			  font-size: 20px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroJ h1 {
			  font-weight:800;
			  font-size: 40px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:35%;
			  left:75%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroJ h1 span {
			  font-size: 20px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroP h1 {
			  font-weight:800;
			  font-size: 40px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:30%;
			  left:70%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroP h1 span {
			  font-size: 20px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			
			.herosasa h1 {
			  font-weight:800;
			  font-size: 40px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:30%;
			  left:70%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.herosasa h1 span {
			  font-size: 20px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroR h1 {
			  font-weight:800;
			  font-size: 40px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:85%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroR h1 span {
			  font-size: 20px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroB h1 {
			  font-weight:800;
			  font-size: 40px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:20%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroB h1 span {
			  font-size: 20px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroN h1 {
			  font-weight:800;
			  font-size: 40px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:20%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroN h1 span {
			  font-size: 20px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			
			.herosteph h1 {
			  font-weight:800;
			  font-size: 30px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:20%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.herosteph h1 span {
			  font-size: 15px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			
			.heroRO h1 {
			  font-weight:800;
			  font-size: 40px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:45%;
			  left:70%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroRO h1 span {
			  font-size: 20px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
		
			
			/* Text - Slider Vertical */


			.bg-image{
				padding:100px 0;
			}
			.theme-title{
				font-size:45px;
				letter-spacing:0;
			}
			.vertical-slider{
				text-align:center;
				margin-top:10px;
			}
			.vertical-slider .vertical-caption{
				font-size:30px;
				letter-spacing:0;
			}
			.vertical-slider .flex-direction-nav{
				display:none;
			}


}/* ende Breakpoint von  1081 bis 1400px*/




/*  Breakpoint von  0 bis 1234px  */

@media only screen and (max-width: 1234px) {


.hero {
  background: url(../bilder/hero-grafik.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  
}


}/* ende breakpoint max-width 1234px*/




/*  Breakpoint von  769 bis 1080px  */

@media only screen and (min-width: 769px) and (max-width: 1080px){
			  
			  
			  
			  
			  .main_h {
				padding-top: 25px;
			  }

			  .logo {
				float: none;
			  }

			  nav {
				width: 100%;
			  }

			  nav ul {
				padding-top: 10px;
				margin-bottom: 22px;
				float: left;
				text-align: center;
				width: 100%;
			  }

			  nav ul li {
				width: 100%;
				padding: 7px 0;
				margin: 0;
			  }

			  .mobile-toggle {
				display: block;
			  }
			  
			  /* About Section //// */
			  
			  .halbe,.drittel,.zweidrittel{
				width:100%;
				float:none;				
				  
			  }
			  
			  .halbe:first-child{
				margin-bottom:3em;				
				  
			  }
			  
			  .drittel{
				margin-bottom:1em;				
				  
			  }
			  
			  .drittel:last-child{
				margin-bottom:0;				
				  
			  }
			  
			  /* team */
			  
			  #teamlist{
				width:60%;
				margin:auto;
				
			}
				

			/* > = Kind Selektor - nur das "direkte Kind" wird selektiert */


			#teamlist > li{
				width:100%;
				float:none;
				margin-right:0;
				margin-bottom:2em;			
			}
				
			#teamlist > li:last-child{
				margin-bottom:0;			
			}
			
			
			/* Schnellkontakt */
			
			#schnellkontakt .drittel,.zweidrittel{
				text-align:center;
				
			}
			
			
			/* Galerie / Work */
			
			#gallery li{
				width:50%;
				
				
			}
			
			/* Kontaktformular */
			
			#kontaktformular .halbe:first-child{
				margin-bottom:15px;
								
			}
			
			/* Text - Slider Vertical */


			.bg-image{
				padding:100px 0;
			}
			.theme-title{
				font-size:35px;
				letter-spacing:0;
			}
			.vertical-slider{
				text-align:center;
				margin-top:10px;
			}
			.vertical-slider .vertical-caption{
				font-size:25px;
				letter-spacing:0;
			}
			.vertical-slider .flex-direction-nav{
				display:none;
			}
			
			.hero h1 {
			  font-weight:800;
			  font-size: 33px;
			  line-height: 1.3;
			  color:#333;
			  position:absolute;
			  top:65%;
			  left:30%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.hero h1 span {
			  font-size: 16px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.hero img {
			  width:220px;
			  position:absolute;
			  top:40%;
			  left:20%;
			  transform:translate(-50%,-50%);
			  
			}
			
			.heroD h1 {
			  font-weight:800;
			  font-size: 45px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:35%;
			  left:70%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroD h1 span {
			  font-size: 23px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroJ h1 {
			  font-weight:800;
			  font-size: 45px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:35%;
			  left:75%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroJ h1 span {
			  font-size: 23px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroP h1 {
			  font-weight:800;
			  font-size: 40px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:30%;
			  left:70%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroP h1 span {
			  font-size: 20px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.herosasa h1 {
			  font-weight:800;
			  font-size: 40px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:30%;
			  left:70%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.herosasa h1 span {
			  font-size: 20px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			
			.heroR h1 {
			  font-weight:800;
			  font-size: 45px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:80%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroR h1 span {
			  font-size: 23px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroM h1 {
			  font-weight:800;
			  font-size: 45px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:35%;
			  left:75%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroM h1 span {
			  font-size: 23px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroH h1 {
			  font-weight:800;
			  font-size: 45px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:35%;
			  left:75%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroH h1 span {
			  font-size: 23px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroB h1 {
			  font-weight:800;
			  font-size: 45px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:20%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroB h1 span {
			  font-size: 23px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			.heroN h1 {
			  font-weight:800;
			  font-size: 45px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:20%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroN h1 span {
			  font-size: 23px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.herosteph h1 {
			  font-weight:800;
			  font-size: 40px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:20%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.herosteph h1 span {
			  font-size: 20px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			
			
			.heroRO h1 {
			  font-weight:800;
			  font-size: 45px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:45%;
			  left:75%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroRO h1 span {
			  font-size: 23px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
				
		
}/* ende breakpoint 769 bis 1080px*/





/*  Breakpoint von  321 bis 768px  */

@media only screen and (min-width: 321px) and (max-width: 768px){
			  
			  
			  
			  
			  .main_h {
				padding-top: 25px;
			  }

			  .logo {
				float: none;
			  }
			  
			  .innerbox {
			  max-width: 768px;
			  margin: 0 auto;
			  position: relative;
			  padding: 20px 2%;
			}
			
			.innerbox1 {
			  max-width: 768px;
			  margin: 0 auto;
			  position: relative;
			  padding: 20px 2%;
			}
			
			
			h2{
			font-size:1.6em !important;
				
			}
			
			h3{
			font-size:1.2em !important;
				
			}
			
			article h3{
			font-size:1.2em;
			
			}
			
			#about h3{
			font-size:1.2em;
						
			}
			
			p{
			font-size:0.8em !important;	
				
			}
			
			#repertoire span{
			font-size:1.0em;
			color:#850202;
			}
			
			#references span{
			font-size:1.0em;
			color:#850202;
			}

			  nav {
				width: 100%;
			  }

			  nav ul {
				padding-top: 5px;
				margin-bottom: 5px;
				float: left;
				text-align: center;
				width: 100%;
			  }

			  nav ul li {
				width: 100%;
				padding: 7px 0;
				margin: 0;
			  }
			  
			  nav ul a {
				 font-size: 0.75em !important;
			}	

			  .mobile-toggle {
				display: block;
			  }
			  
			  /* About Section //// */
			  
			  .halbe,.drittel,.zweidrittel{
				width:100%;
				float:none;				
				  
			  }
			  
			  .halbe:first-child{
				margin-bottom:3em;				
				  
			  }
			  
			  .drittel{
				margin-bottom:1em;				
				  
			  }
			  
			  .drittel:last-child{
				margin-bottom:0;				
				  
			  }
			  
			  /* team */
			  
			  #teamlist{
				width:60%;
				margin:auto;
				
			}
				

			/* > = Kind Selektor - nur das "direkte Kind" wird selektiert */


			#teamlist > li{
				width:100%;
				float:none;
				margin-right:0;
				margin-bottom:2em;			
			}
				
			#teamlist > li:last-child{
				margin-bottom:0;			
			}
			
			.overlaycontent{
				position:absolute;
				left:50%;
				top:50%;
				transform:translate(-50%,-50%);
				width:80%;
				font-size:0.7em;
				list-style-type:none;
				
			}
			
			
			/* Schnellkontakt */
			
			#schnellkontakt .drittel,.zweidrittel{
				text-align:center;
				
			}
			
			
			/* Galerie / Work */
			
			#gallery li{
				width:50%;
				
				
			}
			
			/* Kontaktformular */
			
			#kontaktformular .halbe:first-child{
				margin-bottom:15px;
								
			}
			
			
			
			
				
		
}/* ende breakpoint 321 bis 768px*/

/*  Breakpoint von  561 bis 768px  */

@media only screen and (min-width: 561px) and (max-width: 768px){
			.hero h1 {
			  
			  font-weight:800;
			  font-size: 20px;
			  line-height: 1.3;
			  color:#333;
			  position:absolute;
			  top:70%;
			  left:25%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.hero h1 span {
			  
			  font-size: 10px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.hero img {
			  width:150px;
			  position:absolute;
			  top:40%;
			  left:25%;
			  transform:translate(-50%,-50%);
			  
			}
			
			.heroD h1 {
			  font-weight:800;
			  font-size: 30px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:45%;
			  left:70%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroD h1 span {
			  font-size: 20px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			
			.heroP h1 {
			  font-weight:800;
			  font-size: 25px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:30%;
			  left:70%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroP h1 span {
			  font-size: 13px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.herosasa h1 {
			  font-weight:800;
			  font-size: 25px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:30%;
			  left:70%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.herosasa h1 span {
			  font-size: 13px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
						
			.heroJ h1 {
			  font-weight:800;
			  font-size: 30px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:80%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroJ h1 span {
			  font-size: 15px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroR h1 {
			  font-weight:800;
			  font-size: 30px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:80%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroR h1 span {
			  font-size: 15px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroM h1 {
			  font-weight:800;
			  font-size: 30px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:80%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroM h1 span {
			  font-size: 15px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroH h1 {
			  font-weight:800;
			  font-size: 30px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:80%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroH h1 span {
			  font-size: 15px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroB h1 {
			  font-weight:800;
			  font-size: 28px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:20%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroB h1 span {
			  font-size: 13px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroN h1 {
			  font-weight:800;
			  font-size: 28px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:20%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroN h1 span {
			  font-size: 13px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			
			.herosteph h1 {
			  font-weight:800;
			  font-size: 23px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:40%;
			  left:20%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.herosteph h1 span {
			  font-size: 11px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
			
			.heroRO h1 {
			  font-weight:800;
			  font-size: 28px;
			  line-height: 1.3;
			  color:#666;
			  position:absolute;
			  top:45%;
			  left:77%;
			  transform:translate(-50%,-50%);
			  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			  text-transform:uppercase;
			}
			.heroRO h1 span {
			  font-size: 13px;
			  color: #850202;
			  border-bottom: 2px solid #850202;
			  padding-bottom: 12px;
			  line-height: 3;
			  text-shadow: none;
			}
		
			
			
			/* Text - Slider Vertical */


			.bg-image{
				padding:100px 0;
			}
			.theme-title{
				font-size:45px;
				letter-spacing:0;
			}
			.vertical-slider{
				text-align:center;
				margin-top:10px;
			}
			.vertical-slider .vertical-caption{
				font-size:25px !important;
				letter-spacing:0;
			}
			.vertical-slider .flex-direction-nav{
				display:none;
			}


}/* ende breakpoint 561 bis 768px*/








/*  Breakpoint von  321 bis 560px  */

@media only screen and (min-width: 321px) and (max-width: 560px){
			.hero h1 {
			  display:none;
			  
			}
			.hero h1 span {
			  display:none;
			}
			
			.heroD h1 {
			  display:none;
			  
			}
			.heroD h1 span {
			  display:none;
			}
			
			.heroP h1 {
			  display:none;
			  
			}
			.heroP h1 span {
			  display:none;
			}
			
			.herosasa h1 {
			  display:none;
			  
			}
			.herosasa h1 span {
			  display:none;
			}
			
			.heroJ h1 {
			  display:none;
			  
			}
			.heroJ h1 span {
			  display:none;
			}
			
			.heroR h1 {
			  display:none;
			  
			}
			.heroR h1 span {
			  display:none;
			}
			
			.heroM h1 {
			  display:none;
			  
			}
			.heroM h1 span {
			  display:none;
			}
			
			.heroB h1 {
			  display:none;
			  
			}
			.heroB h1 span {
			  display:none;
			}
			
			.heroH h1 {
			  display:none;
			  
			}
			.heroH h1 span {
			  display:none;
			}
			
			.heroN h1 {
			  display:none;
			  
			}
			.heroN h1 span {
			  display:none;
			}
			
			.herosteph h1 {
			  display:none;
			  
			}
			.herosteph h1 span {
			  display:none;
			}
			
			.herosteff h1 {
			  display:none;
			  
			}
			.herosteff h1 span {
			  display:none;
			}
			
			.heroRO h1 {
			  display:none;
			  
			}
			.heroRO h1 span {
			  display:none;
			}
			
			
			.hero img {
			  width:150px;
			  position:absolute;
			  top:70%;
			  left:25%;
			  transform:translate(-50%,-50%);
			  
			}
			
			/* Text - Slider Vertical */


			.bg-image{
				padding:100px 0;
			}
			.theme-title{
				font-size:33px;
				letter-spacing:0;
			}
			.vertical-slider{
				text-align:center;
				margin-top:10px;
			}
			.vertical-slider .vertical-caption{
				font-size:16px !important;
				letter-spacing:0;
			}
			.vertical-slider .flex-direction-nav{
				display:none;
			}
			
			/* Skillbars ///// */

			#ourskills{
				background:#F7F7F7;
					
			}

			#ourskills p{
				
				font-size:0.8em !important;
				
				
			}

			#ourskills h3{
				font-size:1.2em !important;
					
			}


			label {
				display: inline-block;
				max-width: 100%;
				margin-bottom: 5px;
				color: #850202;
				text-transform: capitalize;
				letter-spacing: 2px;
				font-size:0.8em;
			}

			.progress {
				height: 15px;
				margin-bottom: 10px;
				overflow: hidden;
				background-color: #f5f5f5;
				-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
				box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
			}

			.progress-bar {
				float: left;
				width: 0;
				height: 100%;
				font-size: 8px;
				line-height: 15px;
				color: #fff;
				text-align: left;
				padding-left:5px;
				background-color: #850202;
				-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
				box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
				-webkit-transition: width .6s ease;
				-o-transition: width .6s ease;
				transition: width .6s ease;
			}


			

			


}/* ende breakpoint 321 bis 560px*/



/*  Breakpoint von  0 bis 260px  hero-grafik  */

@media only screen and (min-width: 0px) and (max-width: 260px){
			.hero, .heroD, .heroP, .heroJ, .heroR, .heroM, .heroB, .heroH, .heroN, .heroRO, .herosteph, .herosasa, .herosteff  h1 {
			  display:none;
			  
			}
			.hero, .heroD, .heroP, .heroJ, .heroR, .heroM, .heroB, .heroH, .heroN, .heroRO, .herosteph, .herosasa, .herosteff h1 span {
			  display:none;
			}
			
			.hero, .heroD, .heroP, .heroJ, .heroR, .heroM, .heroB, .heroH, .heroN, .heroRO, .herosteph, .herosasa, .herosteff img {
			  display:none;
			  
			}


}/* ende breakpoint 0 bis 260px*/



/*  Breakpoint von  0 bis 320px  */

@media only screen and (max-width: 320px) {

			.innerbox {
			  max-width: 320px;
			  margin: 0 auto;
			  position: relative;
			  padding: 20px 10%;
			}
			
			.innerbox1 {
			  max-width: 320px;
			  margin: 0 auto;
			  position: relative;
			  padding: 20px 10%;
			}
			
			
			h2{
			font-size:1.6em !important;
				
			}
			
			h3{
			font-size:1.2em !important;
				
			}
			
			article h3{
			font-size:1.2em;
			
			}
			
			#about h3{
			font-size:1.2em;
						
			}
			
			p{
			font-size:0.8em !important;	
				
			}
			
			#repertoire span{
			font-size:1.0em;
			color:#850202;
			}
			
			#references span{
			font-size:1.0em;
			color:#850202;
			}

			
			
			/* team */
			  
			#teamlist{
			width:90%;
			margin:auto;
				
			}
			
			/* > = Kind Selektor - nur das "direkte Kind" wird selektiert */


			#teamlist > li{
				width:100%;
				float:none;
				margin-right:0;
				margin-bottom:2em;			
			}
				
			#teamlist > li:last-child{
				margin-bottom:0;			
			}
			
			.overlay{
				display:none;
				
			}
			
			.overlaycontent{
				display:none;				
			}
			
			
			#whatido p{
				font-size:0.8em !important;
				
			}
			
			#whatido{
				padding:50px 0 !important;
			}
			
			/* Alternative 
			
			.overlay{
				opacity:1;
				left:50%;
				
			}
			
			.overlaycontent{
				text-align:right;
				
			}
				
			*/
			
			.main_h {
				padding-top: 15px;
			  }

			  .logo {
				float: none;
			  }
			  
			  .mobile-toggle {
				display: block;
			  }

			  nav {
				width: 100%;
			  }

			  nav ul {
				padding-top: 5px;
				margin-bottom: 5px;
				float: left;
				text-align: center;
				width: 100%;
			  }

			  nav ul li {
				width: 100%;
				padding: 7px 0;
				margin: 0;
			  }
			  
			  nav ul a {
				  font-size: 0.75em !important;
			}	  
			  			  
			  
			  
			  /* About Section //// */
			  
			  .halbe,
				.drittel,
				.zweidrittel{
				width:100%;
				float:none;
				}
				.halbe:first-child{
				margin-bottom:3em;
				}
				.drittel{
				margin-bottom:1em;
				}
				.drittel:last-child{
				margin-bottom:0;
				}
				
				
				#kontaktformular .halbe:first-child{
				margin-bottom:1em;
				}
			
			.hero h1{
			  display:none;
			  
			}
			
			.heroP h1{
			  display:none;
			  
			}
			
			.herosasa h1{
			  display:none;
			  
			}
			
			.heroD h1{
			  display:none;
			  
			}
			
			.heroJ h1{
			  display:none;
			  
			}
			
			.heroR h1{
			  display:none;
			  
			}
			
			.heroM h1{
			  display:none;
			  
			}
			
			.heroB h1{
			  display:none;
			  
			}
			
			.heroH h1{
			  display:none;
			  
			}
			
			.heroN h1{
			  display:none;
			  
			}
			
			.herosteph h1{
			  display:none;
			  
			}
			
			.herosteff h1{
			  display:none;
			  
			}
			
			.heroRO h1{
			  display:none;
			  
			}
			
			.hero h1 span {
			  display:none;
			  
			}
			
			.heroD h1 span {
			  display:none;
			  
			}
			
			.heroP h1 span {
			  display:none;
			  
			}
			
			.heroJ h1 span {
			  display:none;
			  
			}
			
			.heroR h1 span {
			  display:none;
			  
			}
			
			.heroM h1 span {
			  display:none;
			  
			}
			
			.heroB h1 span {
			  display:none;
			  
			}
			
			.heroH h1 span {
			  display:none;
			  
			}
			
			.heroN h1 span {
			  display:none;
			  
			}
			
			.heroRO h1 span {
			  display:none;
			  
			}
			
			.hero img {
			  width:150px;
			  position:absolute;
			  top:70%;
			  left:25%;
			  transform:translate(-50%,-50%);
			  
			}
			
			/* Text - Slider Vertical */


			.bg-image{
				padding:100px 0;
			}
			.theme-title{
				font-size:30px;
				letter-spacing:0;
			}
			.vertical-slider{
				text-align:center;
				margin-top:10px;
			}
			.vertical-slider .vertical-caption{
				font-size:20px;
				letter-spacing:0;
			}
			.vertical-slider .flex-direction-nav{
				display:none;
			}
			
			
			/* Scroll to Top */
			
			
			#back-top{
			background:#393939;
			width:20px;
			height:20px;
			position:fixed;
			right:10px;
			bottom:18px;
			text-align:center;
			padding-top:2px;
			
			}

			#back-top i{
				color:#fff;
				font-size:1em;
					
			}

			#back-top:hover i{
				color:#850202;
				
					
			}
			
			/* Skillbars ///// */

			#ourskills{
				background:#F7F7F7;
					
			}

			#ourskills p{
				
				font-size:0.8em !important;
				
				
			}

			#ourskills h3{
				font-size:1.2em !important;
					
			}


			label {
				display: inline-block;
				max-width: 100%;
				margin-bottom: 5px;
				color: #850202;
				text-transform: capitalize;
				letter-spacing: 2px;
				font-size:0.8em;
			}

			.progress {
				height: 15px;
				margin-bottom: 10px;
				overflow: hidden;
				background-color: #f5f5f5;
				-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
				box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
			}

			.progress-bar {
				float: left;
				width: 0;
				height: 100%;
				font-size: 8px;
				line-height: 15px;
				color: #fff;
				text-align: left;
				padding-left:5px;
				background-color: #850202;
				-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
				box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
				-webkit-transition: width .6s ease;
				-o-transition: width .6s ease;
				transition: width .6s ease;
			}


			.progress1 {
				height: 15px;
				margin-bottom: 10px;
				overflow: hidden;
				color:#850202;
				background-color: #f5f5f5;
				-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
				box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
				height: 100%;
				font-size: 16px;
				line-height: 15px;
				text-align: left;
				padding-left:5px;
			}
			
			
}/* ende breakpoint max-width 320px*/


/*  Media Queries für Masonry-Gallery */



@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}


/*    /Ende Media-Queries */



/* Fonts */

/* raleway-100 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/raleway-v13-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Raleway Thin'), local('Raleway-Thin'),
       url('../fonts/raleway-v13-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-100.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/raleway-v13-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Raleway Light'), local('Raleway-Light'),
       url('../fonts/raleway-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/raleway-v13-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
       url('../fonts/raleway-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-800 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/raleway-v13-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'),
       url('../fonts/raleway-v13-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}


/* / Fonts */







