/*
Name: style.css
Description: CSS-Datei für das Webdesign Tutorial.
Version: 1.0
*/

/* ################# STANDARTEINSTELLUNGEN ################# */
body {
    font-family: 'Roboto', sans-serif;
    background-color: #e3e3e3;
}
h1, p {
    margin: 0;
}



/* ################# HEADER ################# */

/* Header ----------- */
header {
    width: 100%;
    background-color: #444444;
    position: fixed;
}
header .flex-box-sm {
    height: 70px;
    align-items: center;
}

/* Logo ----------- */
header .logo img {
    height: 55px;
    border-bottom-left-radius: 1em;
    border-top-right-radius: 1em;
}

/* Menu-Button ----------- */
header .menu .menu-button {
    display: none;
}

/* Menu ----------- */
header .menu {
    text-align: right;
    font-size: 18px;
}
header .menu ul li {
    list-style: none;
    display: inline;
    margin: 0 0 0 35px;
}
header .menu ul li:first-child {
    margin: 0;
}
header .menu ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 500ms;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
    position: relative;
    top: 0;
}
header .menu ul li a:hover {
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
    top: 3px;
}
header .instagram{ 
   background: url(../images/inst.png);
   background-size: 25px 25px;
   background-repeat: no-repeat;
}
header .facebook{ 
   background: url(../images/facebook.png);
   background-size: 25px 25px;
   background-repeat: no-repeat;
}


/* ################# BANNER & INHALT ################# */

/* Banner ----------- */
.banner {
    width: 100%;
    height: 95%;
    background-image: url(../images/m827307.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .overlay {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(227, 227, 227, 0.01) 20%, rgba(227, 227, 227, 0.8) 100%);
}
.banner h1 {
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Satisfy', cursive;
    font-size: 3em;
    padding-top: 80px;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}
.banner img {
    margin-left: 18em;
    width: 53%;
    height: 55%;
    
}

.woche {
    text-align: center;
    font-size: 2em;
    font-family: 'Satisfy', cursive;
    color: #fff;
   
}

.text {
    text-align: center;
    font-size: 1.3em;
    color: #fff;
    margin-left: 4em;
   }
.offen {
    text-align: center;
    font-size: 1.1em;
    color: #fff;
   }
.offen2 {
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    margin-top: -7.0em;
   }



/* Inhalt ----------- */
.inhalt .flex-box-sm {
    background-color: #fff;
    margin: -310px 295px 50px 280px;
    padding: 10px 15px 50px 15px;
    width: auto;
    height: 55px;
    text-align: center;
    
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
.inhalt p {
    /*text-align: justify; */
    color: #fff;
    line-height: 1;
    margin-top: -7.0em;
   
}



.aktuell{
    text-align: center;
     
}
.banner2 {
    width: 100%;
    height: 829px;
    background-image: url(../images/m827307.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner2 .overlay2 {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(227, 227, 227, 0.01) 20%, rgba(227, 227, 227, 0.8) 100%);
}
.banner2 h1 {
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Satisfy', cursive;
    font-size: 2em;
    padding-top: 80px;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
    
}
.banner3 {
    width: 100%;
    height: 150%;
    background-image: url(../images/m827307.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner3 h1 {
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Satisfy', cursive;
    font-size: 2em;
    padding-top: 80px;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
    
}

form {
    
	
	border: 2px solid;
    background-color: #989494;
  	padding-top: .5em;
   margin-left: 5em;
}

#erfass form {
    
	
	border: 2px solid;
    background-color: #1bd41b;
  	padding-top: .5em;
   margin-left: 10em;
    width: 45em;
}

#erfass input {
	padding: .5em;
	background-color: white;
	border: 1px solid #e7579f;
    border-radius: 1em;
    width: 10em;
}

input {
	padding: .5em;
	background-color: white;
	border: 1px solid #e7c157;
    border-radius: 1em;
    width: 10em;
}

.vorname {
     
    margin-left: 1em;	
    margin-right: 1em;
	width: 10em;
  }
.l {margin-left: 15em; width: 5em; font-size: 2em; margin-bottom: .1em}
.l0 {margin-left: 1.5em; width: 5em}
.p {margin-left: 2em; width: 2.5em}
.l1 {margin-left: 1em; width: 68em}
.d {margin-left: .5em; width: 10em}
.l2 {margin-left: .001em; width: 7em}
.v {margin-left: 1.8em; width: 6em}
.z {position: relative; left: 6em; background-color: white}

#erfass .l {margin-left: 15em; width: 4em; font-size: 2em; margin-bottom: .1em}

#erfass .l0 {margin-left: .99em; width: 7em}
#erfass .p {margin-left: .7em; width: 4em}

#erfass .l1 {margin-left: .1em; width: 8em}
#erfass .d {margin-left: .5em; width: 15em}

#erfass .l2 {margin-left: .001em; width: 7em}
#erfass .v {margin-left: 1.8em; width: 6em}

#erfass .haken1 {margin-left: 11em; width: 1em;}
#erfass .haken2 {margin-left: 1em; width: 11em; color: white;font-size: .8em; text-align: left}
#erfass input:checked + label {outline: 2px solid red;}
#z1 {margin-left: 9em}

font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
text-decoration: none; 

.l3 {margin-left: 1em; width: 5em}
.b {margin-left: .5em; width: 6em}

#z form  {margin-left: 1.5em; width: 2em}

.h1nach {margin-top: -1.5em;}

.nachname {width: 20em}
.email {margin-left: 1em; width: 31em}
.telefon {margin-left: 1em; width: 31em}
.nachricht {margin-left: 1em; width: 31em}
.haken1 {margin-left: 10em; width: 1em;}
.haken2 {margin-left: 1em; width: 28em; color: white; font-size: .8em; text-align: left;}
form label[for]:after { content: ""; }
input:checked + label {outline: 2px solid green;}

.h1upload {margin-top: 1.5em; margin-left: -2em; text-align: center;
    font-size: 2em;
    font-family: 'Satisfy', cursive;
    color: #fff;}

.datei1 {margin-left: 1.5em; width: 30em; text-align: left;}
.datei2 {margin-top: -1.5em; margin-left: 2.5em; width: 20em}

label {
	display: inline-block;
	width: 12em;
	margin-bottom: 1em;
	line-height: 2em;
	text-align: right;
}

label::after {
	content: ": ";
}

input:invalid {
	border: 1px solid red;
}

button {
	margin-left: 4em;
	width: 7em;
    height: 4em;
	margin-bottom: 1em;
}
textarea{
    width: 60em;
    height: 12em;
    margin-left: 20em;
   
    
}
iframe {
    margin-left: 16em;
    margin-top: 3em;
}

.gallery {
	position: relative;
	margin: 10em;
	background: none;
     
	border: none;
}

.gallery figure {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 2em;
	z-index: 1;
	animation: wechseln 25s infinite;
}

.gallery figure:last-of-type {
	position: relative;
}

.gallery > figure figcaption {
	position: absolute;
	left: 1em;
	font-size: 2em;
	font-weight: bold;
	bottom: 0.5em;
	z-index: 2;
	color: white;
}

@keyframes wechseln {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.gallery figure:nth-of-type(2) {
	animation-delay: 7s;
	opacity: 0;
}

.gallery figure:nth-of-type(3) {
	animation-delay: 12s;
	opacity: 0;
}


/* ################# FOOTER ################# */
footer {
    width: 100%;
    background-color: #444444;
    color: #fff;
}
footer .flex-box-sm {
    height: 40px;
    align-items: center;
    margin-top: 0.01em;
   
}
footer .rechtliches {
    text-align: right;
}
footer .rechtliches ul li {
    list-style: none;
    display: inline;
}
footer .rechtliches ul li:last-child {
    margin-left: 10px;
}
footer .rechtliches ul li a {
    color: #fff;
    text-decoration: none;
}
footer .rechtliches ul li a:hover {
    text-decoration: underline;
}

@media print {
    html, body {
        height: 90%;
    }
  header, #erfass1, #sidebar {
    display: none;
  }
}
table, th, td { 
  border-collapse: collapse;
  padding: .3em .5em; 
}

table {
 margin-left: 1em;}

th, caption { 
  background-color: #666; 
  color: #fff; 
  border: thin solid #666;
}

td {
 background-image: linear-gradient(#f9f9f9, #e3e3e3);
 border-left: thin solid #666;
 border-right: thin solid #666;
}

tfoot {
  border-bottom: thin solid #666;
}

caption {
  font-size: 1.5em;
  border-radius: .5em .5em 0 0;
  padding: .5em 0 0 0
}

/* 3. und 4. Spalte rechtsbündig */
td:nth-of-type(6), td:nth-of-type(7), td:nth-of-type(8), td:nth-of-type(9), td:nth-of-type(10), td:nth-of-type(11), td:nth-of-type(12), td:nth-of-type(13), td:nth-of-type(14), td:nth-of-type(15), td:nth-of-type(16), td:nth-of-type(17)    {
  text-align: right;
}

/* ################### MOBILE ANPASSUNG ################################## */
@media screen and (max-width: 768px) {
    /* ####### HEADER ####### */
    /* Header ----------- */
    header {
        background-color: transparent;
        position: absolute;
        top: 0;
        left: 0;
    }
    header .flex-box-sm {
        height: auto;
    }
    /* Logo ----------- */
    header .logo {
        background-color: #444444;
        height: 60px;
        z-index: 10;
    }
    header .logo img {
        height: 30px;
        margin: 15px 0px 0px 15px;
    }
    /* Menu-Button ----------- */
    header .menu .menu-button {
        display: block;
        position: absolute;
        top: 20px;
        right: 15px;
        height: 20px;
        cursor: pointer;
        z-index: 20;
    }
    /* Menu ----------- */
    header .menu {
        text-align: center;
    }
    header .menu nav {
        background-color: rgba(102, 102, 102, 0.98);
        padding: 10px 0;
        display: none;
        position: relative;
    }
    header .menu nav.open-menu {
        display: block;
        animation: open-menu 250ms ease-out 0s normal forwards;
    }
    header .menu nav.close-menu {
        display: block;
        animation: close-menu 250ms ease-out 0s normal forwards;
    }
    header .menu ul li, header .menu ul li:first-child {
        list-style: none;
        display: block;
        margin: 0;
        padding: 7px 0;
    }
    /* ####### BANNER & INHALT ####### */
    /* Banner ----------- */
    .banner {
        margin-top: 60px;
    }
    .banner .overlay {
        background-image: linear-gradient(rgba(68, 68, 68, 0.25) 20%, rgba(227, 227, 227, 1) 100%);
    }
    .banner h1 {
        font-size: 40px;
        padding-top: 60px;
    }
    /* Inhalt ----------- */
    .inhalt .flex-box-sm {
        margin: -340px 10px 10px 10px;
        padding: 20px;
    }
    form {
    
	
	border: 2px solid;
    background-color: #989494;
  	padding-top: .5em;
   margin-left: 1em;
}
    iframe {
    margin-left: 1em;
    margin-top: 3em;
}
     textarea{
        width: 40em;
        margin-left: .1em;
        resize: none;
    }
    .banner img {
    margin-left: 8em;
    width: 53%;
    height: 55%;
    
}
.gallery {
	position: relative;
	margin: -3em;
    margin-top: 1em;
	background: none;
     
	border: none;
}
    /* ####### FOOTER ####### */
    footer .flex-box-sm {
        height: auto;
        padding: 10px 0;
        flex-direction: column-reverse;
    }
    footer .copyright, footer .rechtliches {
        text-align: center;
        margin-bottom: 5px;
    }

.azerfass button {
	margin-left: 4em;
width: 8em;
    height: 5em;
	margin-bottom: 2em;
    color: blue;
    background-color: black;
    font-size: 1.0em;
    
    
}
 .azerfass form {
    
	border: 2px solid;
    
  	padding-top: .95em;
   margin-left: 1em;
     background-color: transparent;
     border-color: transparent;
    width: 66em;
}
.azausw {
   
    
  	padding-top: .95em;
   margin-left: .1em;
     background-color: darkgray;
     border-color: transparent;
    
}
 table#tag td {
    width: 20em;
    height: 1.4em;
	font-size: .45em; 
    background-color: white;
  	
}
.l9 {margin-left: .5em; width: 5em}
.p9 {margin-left: .5em; width: 4em}

}