/* CSS File für website dagrath */

@import url(http://fonts.googleapis.com/css?family=Dorsa);

body{
	background-image: url("../assets/bgimg.jpg");
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
	font-family: Candara;
}





h1 {
  font-weight: bold;
  color: #fff;
  font-size: 32px;
}

h2 {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}

header{
	position: fixed;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	margin: 0 auto;
	background-color: black;
	header-size: cover;
}

header ul{
	margin-top: 0;
	margin-bottom: 0;
	float: left;
}

section{
	display: block;


}

section img{

	width: 46%;
	padding-left: 15px;
	padding-right: 15px;

}

#content0{
	text-align: left;
	display: inline-block;
	width: 80%;
	height: 572px;;
	margin: 15px;
	padding-right: 15px;
	background: url("../assets/solid_grey.png");
	/*BOX shadow*/
	box-shadow: 0 4px 0 #171310, 0 0 0px #000000, 0 4px 8px #000000, inset 0 0 8px #331a0e, inset 0 0 1px #595959, inset 0 -20px 80px #040404;
	border-radius: 4px;
	transition-timing-function: ease-out;
	transition-property: top, background, box-shadow, color;
	transition-duration: .2s;

}

#content1{
	text-align: left;
	display: inline-block;
	width: 80%;
	height: 572px;;
	margin: 15px;
	padding-left: 15px;
	background: url("../assets/solid_grey.png");
	/*BOX shadow*/
	box-shadow: 0 4px 0 #171310, 0 0 0px #000000, 0 4px 8px #000000, inset 0 0 8px #331a0e, inset 0 0 1px #595959, inset 0 -20px 80px #040404;
	border-radius: 4px;
	transition-timing-function: ease-out;
	transition-property: top, background, box-shadow, color;
	transition-duration: .2s;

}

#content2{
	text-align: left;
	display: inline-block;
	width: 80%;
	height: 680px;
	margin: 15px;
	padding-left: 15px;
	background: url("../assets/solid_grey.png");
	/*BOX shadow*/
	box-shadow: 0 4px 0 #171310, 0 0 0px #000000, 0 4px 8px #000000, inset 0 0 8px #331a0e, inset 0 0 1px #595959, inset 0 -20px 80px #040404;
	border-radius: 4px;
	transition-timing-function: ease-out;
	transition-property: top, background, box-shadow, color;
	transition-duration: .2s;
}

#content_photos{
	text-align: left;
	display: inline-block;
	width: 80%;
	height: 572px;
	margin: 15px;
	padding-left: 7.5px;
	padding-right: 7.5px;
	padding-top: 25px;
	background: url("../assets/solid_grey.png");
	/*BOX shadow*/
	box-shadow: 0 4px 0 #171310, 0 0 0px #000000, 0 4px 8px #000000, inset 0 0 8px #331a0e, inset 0 0 1px #595959, inset 0 -20px 80px #040404;
	border-radius: 4px;
	transition-timing-function: ease-out;
	transition-property: top, background, box-shadow, color;
	transition-duration: .2s;
}

#content_contact{
	text-align: left;
	display: inline-block;
	width: 80%;
	height: 572px;
	margin: 15px;
	padding-right: 15px;
	padding-left: 15px;
	background: url("../assets/solid_grey.png");
	/*BOX shadow*/
	box-shadow: 0 4px 0 #171310, 0 0 0px #000000, 0 4px 8px #000000, inset 0 0 8px #331a0e, inset 0 0 1px #595959, inset 0 -20px 80px #040404;
	border-radius: 4px;
	transition-timing-function: ease-out;
	transition-property: top, background, box-shadow, color;
	transition-duration: .2s;
}

#content{
	text-align: left;
	display: inline-block;
	width: 80%;
	margin: 15px;
	padding-right: 15px;
	padding-left: 15px;
	background: url("../assets/solid_grey.png");
	background-size: cover;
	/*BOX shadow*/
	box-shadow: 0 4px 0 #171310, 0 0 0px #000000, 0 4px 8px #000000, inset 0 0 8px #331a0e, inset 0 0 1px #595959, inset 0 -20px 80px #040404;
	border-radius: 4px;
	transition-timing-function: ease-out;
	transition-property: top, background, box-shadow, color;
	transition-duration: .2s;

}

iframe{

	width: 700px;
	height: 525px;
	padding-left: 15px;
	margin-right: 15px;

}

footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: black;
	color: white;
	text-align: center;
}

footer nav ul li{

	display: inline-block;
	float: left;
	list-style: none;
	margin-bottom: 15px;
}

/* Folgendes ist für die Gallerie. */

* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/* Klasse zum Zentrieren */

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:65%;
}
