@charset "utf-8";
/* CSS Document */

* {
    box-sizing: border-box;
}

/*----- General Formating -----*/
body, html {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.95em;
  focolor: #222222;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
	}

.image {
border-color: #F5D0A9;
width: 128px;
border-width: 1px;
border-style: solid;
margin: 25px 10px -5px 10px;
}
.text {
	color: #F5D0A9;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
	}



/*----- Hamburger Icon -----*/
.container {
    display: inline-block;
    cursor: pointer;
}
.menu {
	position:absolute;
	padding-right:0px;
	padding-top:7px;
	font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #F5D0A9;
    text-decoration: none;
    text-underline: none;
}

.bar1, .bar2, .bar3 {
	width: 25px;
    height: 3px;
    background-color: #F5D0A9;
    margin: 6px 0px 6px 56px;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 8px);
    transform: rotate(-45deg) translate(-8px, 8px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4, -5px);
    transform: rotate(45deg) translate(-4px, -5px);
}

/* Diashow */
.diashow {
	width:55%;
	height:0px; 
	margin: auto;
	padding-bottom: 85%; 
	overflow: hidden; 
	position: relative; }

.diashow img{
	margin: 5px auto;
	position:absolute;
	animation:slideshow 45s infinite;
	border: 0px solid #F5D0A9;
	opacity:0;
	width: 100%;
	height: auto;
}


@keyframes slideshow {15%{opacity:1;} 20%{opacity:0;}}
.diashow img:nth-child(9){animation-delay:0s;}
.diashow img:nth-child(8){animation-delay:5s;}
.diashow img:nth-child(7){animation-delay:10s;}
.diashow img:nth-child(6){animation-delay:15s;}
.diashow img:nth-child(5){animation-delay:20s;}
.diashow img:nth-child(4){animation-delay:25s;}
.diashow img:nth-child(3){animation-delay:30s;}
.diashow img:nth-child(2){animation-delay:35s;}
.diashow img:nth-child(1){animation-delay:40s;}



/* Das Kontaktformular */
.form{
border: 1px solid #666666;
background-color: #F8ECE0;
} 

form {
  width: auto; /* Breite des Formulars */
  padding-top: 5px;
  color: #F5D0A9;
}
label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
	}

input, 
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  font-family: arial, sans-serif;
  font-size: 16px;
  margin-bottom: 1.5em;
  height: 30px;
}

textarea {
  height: 8em;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
}

input[type="checkbox"], input[type="radio"] {
	width: auto;
	height: auto;
	border: none; /* IE */
		}


input[type="submit"] {
font-family: arial, sans-serif;
   font-size: 1.1em; padding: 2px 12px; 
   font-weight: 300;
   color: #000000;
   border: 1px solid silver;
   background-color: #F8ECE0;;
   border-radius: 8px;
}


/* Create three unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
    float: left;
    width: 3%;
	}


.middlecolumn {
    float: left;
    width: 94%;
	color: #F5D0A9;
	border-color: #F5D0A9;
	border-style: solid;
	margin-top: 10px;
	padding: 0 7px;
   /*min-height: 100vh;*/
	}

/* Right column */
.rightcolumn {
    float: left;
    width: 3%;
	}

/* Add a card effect for articles */
.card {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Footer */
.footer {
    padding: 0px;
    text-align: center;
	color: #F5D0A9;
    background-color: transparent;
    margin-top: 0px;
}

.copyright {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: transparent;
	color: #F5D0A9;
	font-size: 10px; 
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
	border-top-width: 0px;
}

/*----- Links -----*/
a:link
{ font-family: arial, sans-serif;
font-size: 18px;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

a:active
{ font-family: arial, sans-serif;
font-size: 18px;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

a:visited
{ font-family: arial, sans-serif;
font-size: 18px;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

a:hover
{ font-family: arial, sans-serif;
font-size: 18px;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

a.class1:link {
font-family: arial, sans-serif;
font-size: 18px;
font-weight: bold;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

a.class1:active
{ font-family: arial, sans-serif;
font-size: 18px;
font-weight: bold;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

a.class1:visited
{ font-family: arial, sans-serif;
font-size: 18px;
font-weight: bold;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

a.class1:hover
{ font-family: arial, sans-serif;
font-size: 18px;
font-weight: bold;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

a.class2:link {
font-family: arial, sans-serif;
font-size: 10px;
font-weight: bold;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

a.class2:active
{ font-family: arial, sans-serif;
font-size: 10px;
font-weight: bold;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

a.class2:visited
{ font-family: arial, sans-serif;
font-size: 10px;
font-weight: bold;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

a.class2:hover
{ font-family: arial, sans-serif;
font-size: 10px;
font-weight: bold;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

/** Formatierung für mobile Ansicht **/

/** Navigation wird als vertikale Liste über die komplette Breite dargestellt **/

/*----- Brand -----*/

.brand {
	background-image: url(../textur2.jpg);
	height: 100px;
	padding: 5px 0 5px 0;
	margin-top: 20px;
	border-bottom: 2px solid #F7BE81;
    border-top: 2px solid #F7BE81;
	}
.logo {
	height: 100%;
	margin-top: auto;
	margin-left: 30px;
    -webkit-filter: drop-shadow(2px 2px 2px #222);
  filter: drop-shadow(2px 2px 2px #222);
}

nav {
	display: none;
	width:100%;
	z-index:100;
	
}

nav ul {
	text-align:right;
 	padding: 0px 0px;
 	margin: 0px;
}
 
nav ul li {
	list-style: none;
	padding:15px 10px;
	font-size: 18px;
	margin-top: 0;
	border-bottom: 1px solid #F5D0A9;
	border-top: 1px solid #F5D0A9;
	background-color: #222222; 	
}

/*----- Links -----*/
a:link
{ font-family: arial, sans-serif;
font-size: 13px;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

a:active
{ font-family: arial, sans-serif;
font-size: 13px;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

a:visited
{ font-family: arial, sans-serif;
font-size: 13px;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

a:hover
{ font-family: arial, sans-serif;
font-size: 13px;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }


/** Anpassungen Checkbox+Label (Button) **/

input#open-menu {
	display: none;
	color:#F5D0A9;
	
	
}

input[type=checkbox]:checked ~ nav {
    display: block;
	position: absolute;
}
	
label.open-menu-label {
	text-align:right;
	font-size:18px;
	background: #000000; 
	color: #F5D0A9;
	padding: 7px 10px;
	margin-top:10px;
	border-bottom: 2px  solid #F5D0A9;
	border-top: 2px  solid #F5D0A9;
	display: block;
	
}


/** Formatierung für Tablet und Desktopansicht **/

@media only screen and (min-width: 760px) {
	
	.image {
border-color: #F5D0A9;
height: 256px;
width: 256px;
border-width: 1px;
border-style: solid;
margin: 25px 10px -5px 10px;
}
		/*----- Brand -----*/

.brand {
	background-image: url(../textur.jpg);
	height: 200px;
	margin-top: 20px;
	border-bottom: 3px solid #F5D0A9;
    border-top: 3px solid #F5D0A9;
		}
	
	.logo {
	height: 95%;
	margin-top: 3px;
	margin-left: 10%;
	 -webkit-filter: drop-shadow(4px 3px 2px #222);
  filter: drop-shadow(3px 8px 2px #222);
}
	
/* Diashow */
.diashow {
	width:28%;
	height:0px; 
	margin: auto;
	padding-bottom: 43%; 
	overflow:hidden; 
	position:relative; }

.diashow img{
	width: 28%;
	margin: 5px auto;
	position:absolute;
	animation:slideshow 45s infinite;
	border: 0px solid #F5D0A9;
	opacity:0;
	width: 100%;
	height: auto;
}


	
	/* Create three unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
    float: left;
    width: 10%;
	}
	
	.middlecolumn {   
    float: left;
    width: 80%;
	color: #F5D0A9;
	border: 2px solid #F5D0A9;
	margin-top: 37px;
   /*min-height: 100vh;*/
	}
	
	/* Right column */
.rightcolumn {
    float: left;
    width: 10%;
	}
	
	/*----- Links -----*/
a:link
{ font-family: arial, sans-serif;
font-size: 18px;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

a:active
{ font-family: arial, sans-serif;
font-size: 18px;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

a:visited
{ font-family: arial, sans-serif;
font-size: 18px;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

a:hover
{ font-family: arial, sans-serif;
font-size: 18px;
color: #F5D0A9;
text-decoration: none;
text-underline: none; }

	/** Navigation wird als einfarbiger, horizontaler Balken dargestellt **/
	
	nav {
		display: block;
		text-align: right;
		padding-right:10%;
		padding-top:8px;
		height: 1px;
		width: 100%;
		background: #000000; 
	}
	
	nav ul li {
		display:inline;
		width: 25%;
		height:80px;
		margin-left: 10px;
		border: 0px solid #F5D0A9;
		background-color:transparent;
		
	}
	nav ul li a:hover { 
		background: #000000;
		color: #8A8A8A;
	}
	
	nav ul li:last-of-type a { border-bottom:0; }
	
	/** Label wird ausgeblendet **/
	label.open-menu-label {
		display: none;
	}


	


}


