/* Site settings */
body {
    margin: 1em auto;
    max-width: 60em;
    background-color:black;
/*
    background-image:  url(home/Hintergrundbild.jpg); 
*/
        font-family:Arial,sans-serif;
        font-size:10pt;
        font-weight:normal;
        font-style:normal;
   		text-decoration:none;
        color:black;
        letter-spacing:0em;
	}
	
    a {	text-decoration:none;
        font-family: Arial, Verdana, sans-serif;
        color:#000000;
        font-size:12pt;
        font-style:italic;
		font-weight:normal;
    }

    a.link { color: gold; }
    a.visited { color: gold; }
    a.hover { color: gold; }
    a.active { color: white; }

    :link:hover { outline: dotted gold; }
    .foo:hoover { background: gold; }
  
    header {
        border-radius: 0.5em 0.5em 0px 0px;
        border: 1px solid black;
        padding: .5em;
        margin: .5em;
        background: white;
        grid-column: 1 / 6;
        grid-row: 1 / 2;
    }
    
    nav {
        background: #70ad47;
        border: 1px solid #527f34;
        grid-column: 1 / span 6;
        grid-row: 2 / span 2;
    }
    
@keyframes textwelle {
	0% {
		font-size: 0%;
		opacity: 0;
	}
	90% {
		font-size: 110%;
		opacity: 1;
	}
	100% {
		font-size: 65%;
		opacity: 1;
	}
}

@-webkit-keyframes textwelle {
	0% {
		font-size: 0%;
		opacity: 0;
	}
	90% {
		font-size: 110%;
		opacity: 1;
	}
	100% {
		font-size: 65%;
	}
}
	
	hr {border-top: 1px solid darkgreen;}
	
	h1 {
        font-family: Arial, Verdana, sans-serif;
        text-align: left;
        font-style: italic;
        font-weight: lighter;
        text-shadow: 5px 3px 2px rgb(100 100 100);
		font-size: 40pt;
		color: white;
	}

    h2 {
        font-family: Arial, Verdana, sans-serif;
        text-align: left;
        font-style: italic;
        font-weight: lighter;
        text-shadow: 3px 2px 2px rgb(100 100 100);
		font-size: 20pt;
		color: white;
	}

	b {
        font-color:black;
        font-style:bold;
    }

 table tr td {
        font-size:12px;
        font-family: 'Arial', 'Verdana', 'sans-serif';
}
/*
    td {
        font-family:Arial, Verdana, sans-serif;
        font-size:12pt;
        text-align: left;
        vertical-align:bottom;
        font-style: normal;
        font-weight: lighter;
        color:black;
    }
*/


.titel1 {
        font-family: 'Arial', 'sans-serif';
        text-align: center;
        font-style: italic, bold;
        font-size: 16pt;
        color:black;
    }

.titel2 {
        font-family: 'Arial', 'sans-serif';
        text-align: center;
        font-style: none;
        font-size: 12pt;
        color:black;
    }

.titel3 {
        font-family: 'Arial', 'sans-serif';
        text-align: left;
        text-decoration: underline;
        font-size: 12pt;
        color: green;
    }

.titel4 {
        font-family: 'Arial', 'sans-serif';
        text-align: center;
        font-style: none;
        font-size: 10pt;
        color:black;
    }

#box_inhalte-werden-zentriert {
    display: flex;
    align-items: center;
    justify-content: center;
}

#box_home_Hintergrund {
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background: url(home/Hintergrundbild_1000.jpg)
}

#box_top {
    font-size:11pt; 
    position:absolute; 
    top:30px; 
    left:relative; 
    width:770px; 
    height:100px; 
    z-index:2; 
	background-color: transparent;
    padding:1px; 
	padding-top:10px;
    border-radius:9pt;
}

#box_diashow {
    position:absolute;
    top:20px;left:10px;
    width:700px; 
    height:500px; 
    background-color:transparent;
    z-index:3;
}

#box_Menue {
    font-family: 'Arial', 'non-serif';
 
    font-style: normal;
    font-weight: lighter;
    position:absolute; 
    left:30px;
    top:28px; 
    width:870px; 
    height:20px; 
    background-color:#70ad47;
    padding:0px 0px 15px; 
    border-radius:4pt;
    border-color:#527f34;
    border-style:solid;
    z-index:4; 
    color:white;
    text-align:right;
    vertical-align:text-bottom;
    font-size:12pt;
}


#box_Home_grossWeiss {
    position:absolute;
    left:30px;
    top:195px;
    width:875px;
    height:1200px;
    background-color:white;
    color:black;
    font-size:10pt;
    z-index:0; 
}

#box_Home_grossText {
    position:absolute;
    left:40px;  /*  30px;   */
    top:195px;
    width:830px;
    height:900px;
    background-color:transparent;
    color:black;
    font-size:10pt;
    padding:12px 12px 12px 12px; 
    z-index:2; 
}

#box_Teaser {
    font-family: 'Arial', 'non-serif';
    font-style: normal;
    font-weight: lighter;
    position:relative; 
    top:5px; left:5px; 
    width:860px; 

    background-color:lightblue;
    padding:0px 0px 15px; 
    border-style:none;
    z-index:4; 
    color:black;
    text-align:center;
    vertical-align:text-top;
    font-size:10pt;
}

#box_HomeTextLinks {
    font-size:15pt; 
    position:absolute; 
    top:180px; left:40px; 
    width:290px; 
    height:300px; 
    background-color:transparent;
    padding:0px 0px 0px; 
	border-radius:0pt;
    z-index:2; 
    color:black;
    text-align:center;
    vertical-align:top;
    font-size:10pt;
}


#box_HomeRechts	{ 
    position:absolute; 
    top:110px; 
    left:355px;
	width:435px;
	height:350px; 
	z-index:4; 
	text-align:center;
    vertical-align:middle;
/*
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    border:1px solid #dcdcff;
*/
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;

	display:inline-block;
	cursor:pointer;
	font-size:10pt;
	font-weight:none;
	padding:6px 10px;
	text-decoration:none;
	background-color:white; 
	color:black;
}

#box_HomeKontakt {
    position:absolute;
    left:40px;
    top:460px;
    width:840px;
    height:400px;
    background-color:transparent;
    color:black;
    font-size:12pt;
    z-index:3; 
}

#box_HomeAnfahrt {
    position:absolute;
    left:80px;
    top:875px;
    width:790px;
    height:400px;
    background-color:white;
    color:black;
    font-size:10pt;
    text-align:left;
    vertical-align:top;
    font-size:12pt;
    z-index:1; 
}

#box_Fzg1_grossWeiss {
    position:absolute;
    left:30px;
    top:195px;
    width:875px;
    height:800px;
    background-color:white;
    color:black;
    font-size:10pt;
    z-index:0; 
}

#box_Fzg1_grossText {
    position:absolute;
    left:40px;  /*  30px;   */
    top:240px;
    width:830px;
    height:900px;
    background-color:transparent;
    color:black;
    font-size:10pt;
    padding:12px 12px 12px 12px; 
    z-index:2; 
}


#box_Fzg1Rechts	{ 
    position:absolute; 
    top:20px; 
    left:355px;
	width:460px;
	height:700px; 
	z-index:4; 
	text-align:center;
    vertical-align:middle;
    /*
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
   	border:1px solid #dcdcff;
	background-color:lightskyblue; 
    */
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	font-size:10pt;
	font-weight:none;
	padding:6px 10px;
	text-decoration:none;
	color:black;
}

#box_Fzg1_fuss {
    position:absolute;
    top:1000px;
    height:50px;
    width:875px;
    left:30px;
    border-radius:12pt;
    text-align:center;
    vertical-align:middle;
    font-style: italic;
    font-weight: lighter;
     color:white;
     font-size:10pt;
    z-index:2;
    background-color:#70ad47;
}

#box_Fzg1_fussStreifen {
    position:absolute;
    top:1000px;
    height:20px;
    width:875px;
    left:30px;
    background-color:black;
    z-index:3;
}


#box_TitelLinks {
    font-size:15pt; 
    position:absolute; 
    top:70px; left:30px; 
    width:500px; 
    height:50px; 
    background-color:transparent;
    padding:0px 0px 0px; 
	border-radius:0pt;
    z-index:2; 
    color:white;
    text-align:left;
    vertical-align:bottom;
    font-size:10pt;
}

#box_TitelRechts {
    font-size:12pt; 
    position:absolute; 
    top:100px; left:620px; 
    width:200px; 
    height:50px; 
    background-color:transparent;
    padding:0px 0px 0px; 
	border-radius:0pt;
    z-index:2; 
    color:white;
    text-align:right;
    vertical-align:bottom;
    font-size:10pt;
}

#box_topBalken {
    font-size:20pt; 
    position:absolute; 
    top:130px; left:30px; 
    width:770px; 
    height:100px; 
    background-color:darkgreen;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment:fixed;
    padding:1px; 
	padding-top:0px;
	border-radius:0pt;
    z-index:1; 
    color:white;
}

#box_Preise_grossWeiss {
    position:absolute;
    left:30px;
    top:195px;
    width:875px;
    height:1500px;
    background-color:white;
    color:black;
    font-size:10pt;
    z-index:0; 
}

#box_SeitePreise_grossText {
    position:absolute;
    left:35px;
    top:220px;
    width:860px;
    height:890px;
    background-color:transparent;
    color:black;
    font-size:9pt;
    padding:12px 12px 12px 12px; 
    z-index:2; 
}

#box_Impressum_grossWeiss {
    position:absolute;
    left:30px;
    top:195px;
    width:875px;
    height:410px;
    background-color:white;
    color:black;
    font-size:10pt;
    z-index:0; 
}

#box_Impressum_grossText {
    position:absolute;
    left:35px;
    top:220px;
    width:820px;
    height:350px;
    background-color:transparent;
    color:black;
    font-size:9pt;
    padding:12px 24px 24px 12px; 
    z-index:2; 
}

#box_Impressum_fussStreifen {
    position:absolute;
    top:600px;
    height:15px;
    width:875px;
    left:30px;
    background-color:black;
    z-index:4;
}

#box_Impressum_fuss {
    position:absolute;
    top:600px;
    height:50px;
    width:875px;
    left:30px;
    border-radius:12pt;
    text-align:center;
    vertical-align:middle;
    font-style: italic;
    font-weight: lighter;
    color:white;
    z-index:3;
    background-color:#70ad47;
}

#box_red {
    position:relative;
    top:5px;
    left:160px;
    width:460px;
    border: solid red 2px;
    border-color:red;
    padding:5px 5px 5px 5px;
    color:red;
    background:transparent;
}

#box_Home_Maps {
    position:absolute;
    top:1180px;
    left:30px;
    width:875px;
    height:520;
    text-align:center;
    background:white;
    color:black;
    font-size:15pt;
    font-style: italic;
    font-weight: lighter;
    z-index:2;
}


#box_Home_fussStreifen {
    position:absolute;
    top:1700px;
    height:15px;
    width:875px;
    left:30px;
    background-color:black;
    z-index:4;
}

#box_Home_fuss {
    position:absolute;
    top:1700px;
    height:50px;
    width:875px;
    left:30px;
    border-radius:12pt;
    text-align:center;
    vertical-align:middle;
    font-style: italic;
    font-weight: lighter;
    color:white;
    z-index:3;
    background-color:#70ad47;
}


#box_Preise_fussStreifen {
    position:absolute;
    top:1700px;
    height:15px;
    width:875px;
    left:30px;
    background-color:black;
    z-index:4;
}

#box_Preise_fuss {
    position:absolute;
    top:1700px;
    height:50px;
    width:875px;
    left:30px;
    border-radius:12pt;
    text-align:center;
    vertical-align:middle;
    font-style: italic;
    font-weight: lighter;
     color:white;
    z-index:3;
    background-color:#70ad47;
}


