@charset "UTF-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	text-align: right;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 98%;
	max-width: 1232px;
	padding-left: 1%;
	padding-right: 1%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

body, html {
	height: 100%;
	margin: 0;
	font: Arial, 400 15px/1.8, sans-serif;
	color: #ebebeb;
	background-color: #000000;
	text-align: left;
}

.Text1 {
	font-family: Arial, sans-serif;
	font-size: 23px;
	color: #9c1021;
	text-align: center;
}

.Text2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #ebebeb;
	text-align: left;
}

.Text2 a:link {
	color: #ebebeb
}
.Text2 a:visited {
	color: #ebebeb
}
.Text2 a:hover {
	color: #ebebeb
}
.Text2 a:active {
	color: #ebebeb
}



.Text3 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #000000;
}
.Text3 a:link {
	color: #000
}
.Text3 a:visited {
	color: #000
}
.Text3 a:hover {
	color: #000
}
.Text3 a:active {
	color: #000
}

.Text4 {
	font-family: Arial, sans-serif;
	font-size: 45px;
	color: #b9b9b9;
	text-align: center;
}


.Text5 {
	font-family: Arial, sans-serif;
	font-size: 25px;
	color: #b9b9b9;
	text-align: center;
	vertical-align: middle;
}

.Text6 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #000;
	text-align: center;
}
.Text6 a:link {
	color: #000
}
.Text6 a:visited {
	color: #000
}
.Text6 a:hover {
	color: #000
}
.Text6 a:active {
	color: #000
}

.Textlink {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
}
.Textlink a:link {
	color: #000
}
.Textlink a:visited {
	color: #000
}
.Textlink a:hover {
	color: #000
}
.Textlink a:active {
	color: #000
}


.imgright {
	font-family: Arial, sans-serif;
	text-align: right;
}
.imgcenter {
	font-family: Arial, sans-serif;
	text-align: center;
}
.imgleft {
	font-family: Arial, sans-serif;
	text-align: left;
}



.parallax {
  /* The image used */
  background-image: url("Bilder/h1_01.jpg");

  /* Set a specific height */
 
  height: 80%; max-width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
}

.parallax2 {
  /* The image used */
  background-image: url("Bilder/06.jpg");

  /* Set a specific height */
 
  height: 60%; max-width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
}

.parallax3 {
  /* The image used */
  background-image: url("Bilder/04.jpg");

  /* Set a specific height */
 
  height: 60%; max-width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
}

.caption {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	color: #000;
	height: 10;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #000;
}


/* dropdown menu */

.dropbtn {
  background-color: #000000;
  color: #f1f1f1;
  padding: 12px 22px;
  font-size: 30px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
	background-color: #b9b9b9;
	color: #000000;

}

.dropdown {
	position: relative;
	display: inline-block;
	background-color: #000000;
}

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

.dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #b9b9b9;

}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #000; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #b9b9b9;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #ebebeb;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 32px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 0px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* end side navigation */


.show {display: block;}


/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .parallax, .parallax2, .parallax3 {
    background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
  }
}
 


/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #b9b9b9;
	background-color: #b9b9b9;
	text-align: left;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ebebeb;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}


iframe { 
	border: none; 
	background-color: transparent;
}



/* SLIDESHOW */


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
	max-width: 100%;
	position: relative;
	margin: auto;
}

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

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  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);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

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

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 0px;
  width: 0px;
  margin: 0px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .3} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .3} 
  to {opacity: 1}
}
