body{
	font-size:22px;
	font-family: 'Raleway', sans-serif;
	
	line-height:30px;
	}
p {
		color:#383333;
	}
	
h1{
	margin-top:0;
	color: #383333;
	font-size: 1.4em;
	padding-bottom: 5px;
	font-variant: small-caps;
	font-weight: bold;
	
}

h2{
	margin-top:0;
	color: #383333;
	font-size: 1.3em;
	padding-bottom: 5px;
	font-variant: small-caps;
	font-weight: bold;

}

	
h3{
	color: #383333;
	font-size:1.1em;
	font-weight: bold;
	font-variant: small-caps;
	text-align:center;
	margin-bottom:20px;
	}
	

h4{
	color:#fff;
	font-size:1.3em;
	text-align:center;
	text-transform:uppercase;
	font-weight: bold;
}
h5{
	color:#383333;
	font-size:1.1em;
	font-weight: bold;
	line-height: 1.2em;
	font-variant: small-caps;
}
h5 img{

	width:12px;
	height: auto;
	line-height: 0em;
	padding: 0 0 11px 0;
	
}


h6 {
	color: #383333;
	font-size: 1.5em;
	font-family: 'Poiret One', cursive;
	text-transform:uppercase;
}





a{
	outline:none;
	color:#383333;
}
	
a.link{
	color:#e62d54;}
	
a:focus, a:hover{
	color:#383333;
	text-decoration:none;}

footer{
	clear: both;
	font-size: 0.8em;
}

footer p, .contents {
	padding: 0em 3em 1em 3em;
	color:#383333;
	
  }

.footerBorder{
	padding-top:15px;
	border-top:2px solid #e62d54;
	
}
.right	{
	float: right;
	display: inline;
	
}
.right a {
	
	text-decoration: none;
	margin-left: 10px;
	color:#383333;
	
}
.right a:hover, .right a:focus {
	color: #e62d54;

}


.copyright {

	width: auto;
	float: left;
}
	
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.kursiv {
	font-style: italic;
}

	
.galleryInfo{
	position: absolute;
	margin-top: 1em;
	margin-left: 1.5em;
}

.galleryInfo a .button{
    
	border:2px solid #fff;
	color:#fff;
	padding:0.7em;
	text-align: center;
	background:none;
	text-transform:uppercase;
	-webkit-transition: all 0.1s ease 0s;
  	-moz-transition: all 0.1s ease 0s;
  	-ms-transition: all 0.1s ease 0s;
  	-o-transition: all 0.1s ease 0s;
  	transition: all 0.1s ease 0s;
}

.galleryInfo a .button:hover{
	box-shadow: inset 0 0 0 4px #fff;
}

.scroll{
	opacity:0.5;
	background-image: url(scroll.png);
	background: red;
	background-repeat: no-repeat;
	width:110px;
	height:60px;
	position: fixed;
	/*position: absolute;*/
	cursor:pointer;
	margin-left: -50px;
	z-index: 10001;
}
		
.scroll:hover{
	opacity:1;
	}
	

/******* Startseite ********/


.beton-one, .beton-two{	margin: 40px 0 25px 0; }
.beton-one, .beton-two { position:relative; display: table; }
.beton-one img, .beton-two img { position:relative;z-index:998; margin:0 auto; }
.imgBlock { position:absolute; z-index:999; text-align:center; width:100%; height:50px;  }




.row{
	margin-bottom:30px;}
	

	
#contentStart {
	padding:0;
	clear: both;
	}
	



.col-md-3 {
	padding-right: 2em;
}
  
.col-md-9 {
	padding-top: 1em;
	padding-right: 2em;
}
.col-md-4 {
	padding-top: 1em;
	padding-right: 2em;
}


/*****************Künstler Seite**********************/
	

	
.k1 img{
    transform: scale(1);
    -webkit-transform: scale(1);
	transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
	
	-webkit-transition: all 1.5s ease;
  	-moz-transition: all 1.5s ease;
  	-ms-transition: all 1.5s ease;
  	-o-transition: all 1.5s ease;
    transition: all 1.5s ease;
	width: 100%;
	height: 100%;
   
    z-index: 0;
}

.k1:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);	 
    opacity: 0.5;
	overflow:hidden;
}
	
.k1 h2 {
	opacity: 0;
	
	position: absolute;
}

.k1:hover h2{
	opacity: 1;
	color:#000;
    position: absolute;

    width: auto;
    text-align: center;
    top:1em;
	left:10%;
	right:10%;
    height:auto;
	padding: 0.2em;
	z-index: 10;
	background: rgba(255, 255, 255, 0.5);

}

.k1 h3{
	opacity: 0;
    position: absolute;

}
.k1:hover h3{
	opacity: 1;
	
	color:#000;
    position: absolute;
    width: auto;
	left:10%;
	right:10%;
    text-align: center;
	top:3em;
    height:auto;
	background: rgba(255, 255, 255, 0.5);
	padding: 0.2em;
	z-index: 10;
}
.k1 h5{
	opacity: 0;
	position: absolute;
}
.k1:hover h5{
	opacity: 1;
	font-size: 1em;
	text-align:center;
	padding:10px;
	border:2px solid #e62d54;
	display:inline-block;
	text-transform:uppercase;
	
	height:auto;
	color: rgb(230, 45, 84);
	background: rgba(230, 45, 84, 0.25);
  	width:auto;
	cursor:pointer;
	z-index: 10;
	bottom:0.2em;
	position: absolute;
	left:15%;
	right: 15%;
	font-weight: bold;
	-webkit-transition: all 0.5s ease 0s;
  	-moz-transition: all 0.5s ease 0s;
  	-ms-transition: all 0.5s ease 0s;
  	-o-transition: all 0.5s ease 0s;
  	transition: all 0.5s ease 0s;
}

.k1 h5:hover {	
    box-shadow:inset 0 0 0 7px #e62d54;
}



	
.k2 img{
	transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transition: all 1.5s ease;
  	-moz-transition: all 1.5s ease;
  	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
	width: 100%;
	height: 100%; 
	z-index: 0;
}


.k2:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	opacity: 0.5;
	overflow:hidden;
}
	
.k2 h2 {
	color:#000;
    	position: absolute;
	width: auto;
	text-align: center;
	top:1em;
	left:10%;
	right:10%;
	height:auto;
	padding: 1em;
	z-index: 10;
	-webkit-transition: all 1.5s ease;
  	-moz-transition: all 1.5s ease;
  	-ms-transition: all 1.5s ease;
  	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;

}

.k2:hover h2{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.k2 h3{
	color:#000;
	position: absolute;
	width: auto;
	left:10%;
	right:10%;
	text-align: center;
	top:3.5em;
	height:auto;
	padding: 1em;
	z-index: 10;
	position: absolute;
	-webkit-transition: all 0.5s ease 0s;
  	-moz-transition: all 0.5s ease 0s;
  	-ms-transition: all 0.5s ease 0s;
  	-o-transition: all 0.5s ease 0s;
  	transition: all 0.5s ease 0s;
}

.k2:hover h3{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);	
}
.k2 h5{

	font-size: 1em;
	text-align:center;
	padding:10px;
	border:2px solid #ffffff;
	background: rgba(255,255,255, 0.25);
	display:inline-block;
	text-transform:uppercase;
	height:auto;
	color: #000000;
  	width:auto;
	cursor:pointer;
	z-index: 10;
	bottom:3em;
	position: absolute;
	left:25%;
	right: 25%;
	font-weight: bold;
	-webkit-transition: all 0.5s ease 0s;
  	-moz-transition: all 0.5s ease 0s;
  	-ms-transition: all 0.5s ease 0s;
  	-o-transition: all 0.5s ease 0s;
  	transition: all 0.5s ease 0s;
}
.k2:hover h5{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	
}

.k2 h5:hover {	
    box-shadow:inset 0 0 0 7px #fff;
	 
}

	



/* Slideshow -------------------------------- */

.slideshow .cycle-slide {
	width:100%;
	overflow: hidden;
	max-height:850px;
	
}

.slideshow img {
	width:100%;
	overflow: hidden;
}

h1, h2,	h3,	h4, h5 {
	margin-top:0px;	
}


/* Yform ------------------------------------- */


#rex-yform input,
#rex-yform textarea {
	font-family: 'Raleway', sans-serif;
	background: rgb(250,250,250);
	font-size:18px;
	border: none;

	/*border: 1px thin #999;*/
	/*border-bottom: solid 2px #e62d54;*/

}
#rex-yform input {

	margin:0;

}
#rex-yform textarea {

	margin-bottom: 2em;
	padding-top:20px;

}





#formular {
	width:70%;
	margin-right: 3em;
	float: right;
	margin-bottom: 3em;
	font-family: 'Raleway', sans-serif;


}

.form-group {

	margin-bottom:0px;
}

.form-control {

	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
	padding-left: 20px;
	height: 3em;
	box-sizing: border-box;
	line-height: 1em;
	margin-bottom:0px;

}
.form-group yform-element {
	margin:0;
}


/* Footer ------------------------------------ */

#footer ul {
	padding:0px;	
	margin:0px;
}

#footer li {
	list-style:none;	
}

#footer a {
	color:#ffffff;	
}
img p {
	width: 100%
}


/* Accordeon ------------------------------------ */
#button.accordion {
    background-color: #eee;
    cursor: pointer;
    padding: 8px 15px;
    width: 100%;
    text-align: left;
    transition: 0.4s;
	margin:0 0 10px 0;
	border-bottom: solid 2px #e62d54;
	font-size: 1em;
}

#button.accordion.active, button.accordion:hover {
    background-color: #ddd; 
}

.panel {
    padding: 0 15px;
    display: none;
    background-color: white;
	font-size: smaller;
	line-height: normal;
}
    
#button.accordion img {
    max-height:30px;
	float: right;

}




.entdecken{
	margin-top: 14em;
	text-align: center;
}

#pfeil {
	width:auto;
}