html, body {
	margin: 0;
	padding: 0;
    background: #FFFFFF;
	font-family: sans-serif, Arial;
	font-size: 24px;
	color: #212121;
    line-height: 1.5; 
	word-wrap:break-word !important;
	/* langsam scrollen nach oben */
    scroll-behavior: smooth;
	}

img {
	max-width: 100%;
	height: auto;
}

p {
	text-align: left;
	font-size: 24px;
	line-height: 1.5;
	}

.boldfont {
    font-weight: bold;
    }
	
#bgweiss {
	text-align: left;
	background-color: #fff;
	font-size: 16px;
	line-height: 5.0;
	}

ul {
	text-align: left;
	line-height: 1.5;
	}

ul.check {
  list-style: none;
}

ul.check li:before {
    /* content: '\2714 \fe0e'; */
    content: '';
}

#schatten {
    -webkit-box-shadow: 0px 5px 7px #999;
    -moz-box-shadow: 0px 5px 7px #999;
    box-shadow: 0px 5px 7px #999;
}

#bildschatten {
webkit-box-shadow: 3px 10px 40px #999;
-moz-box-shadow: 3px 10px 40px #999;
box-shadow: 3px 10px 40px #999;
}

#breadcrumb {
    font-size: 16px;
	line-height: 1.0;
	color: #404040;
	}

p.aktualisiert {
    font-size: 16px;
	line-height: 1.0;
	color: #404040;
	}

.hinweis {
    color: #FF0000;
}

#red {
    background-color: #FF0000;
    color: #000000;
    padding: 20px;
    border: 5px solid #000000;
    }

div.clear {
    clear: both;
    }
 
header {
    background-color: #FFFFFF;
    margin: 15px 30px;
	max-width: 100%;
	/* position: fixed; */
    }
    
#header {
	float: left;
   }

a {
  font-size: 22px;
  color: #00f;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: none;
 }

a:hover {
  text-decoration: underline;
  }

a.telefon {
	font-size: 24px;
	font-weight: normal;
	color: #212121;
	text-decoration: none;
}

a.headerright {
    font-size: 20px;
	font-weight: normal;
	color: #212121;
	text-decoration: none;
}

a.headerright:hover {
	color: #404040;
	text-decoration: underline;
}

a.navilinks {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 1.8;
    text-decoration: none;
 }

a.navilinks:hover {
    color: #fff;
    text-decoration: none;
    }

a.textlink {
  font-size: 22px;
  color: #0000EE;
  font-weight: normal;
  text-decoration: underline;
 }

a.textlink:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
  }

a.broadcrumbs {
  color: #000000;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
}

a.broadcrumbs:hover {
    color: #404040;
    text-decoration: underline;
}

a.galerietxt {
	color: #404040;
	text-decoration: none;
	}

a.galerietxt:hover {
	color: #FF7B00;
	text-decoration: none;
    }

a.weiss {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.weiss:hover {
	color: #DEDEDE;
	text-decoration: underline;
}

table {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        border-color: #EEEEEE;
      }

tr {
        background-color: #F0F0F0;
        }

th {
        background-color: #3C414D;
        color: white;
        border-color: #EEEEEE;
        }

td {
        background-color: #F5F5F5;
        border: 1px solid #DCDCDC;
       }
       
#gruen {
        background-color: #00C000;
        color: white;
        border-color: #00C000;
        }
        
label {
    font-size: 14px;
	line-height: 1.5;
	}
       
/* Bildergalerie Beginn */
#bildergalerie {
text-align:center;
}

#bildergalerie div {
display: inline-block;
background: #FFFFFF;
color: #202020;
margin: 10px;
padding: 20px;
height: 350px;
width: 300px;
text-align: left;
line-height: 1.3;
border: 1px #DEDEDE solid;
}

#fontklein {
  color: #212121;
  font-size: 20px;
}

.fontklein {
  color: #212121;
  font-size: 20px;
}

a.fontklein {
  font-size: 20px;
  text-decoration: none;
}

a.fontklein:hover {
  font-size: 20px;
  text-decoration: underline;
}
/* Bildergalerie End */

/* Footer 3-spaltig Beginn */
.footer {
text-align: center;
}

.footer div {
display: inline-block;
margin: 5px;
padding: 10px;
height: auto;
min-width: 180px;
text-align: center;
line-height: 1.8;
border: 1px #31283E solid; 
}
/* Footer End */

a.verbreitungsgebiet {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

a.verbreitungsgebiet:hover {
	color: #FF7F00;
	text-decoration: none;
}

a.footer {
	color: #FFF;
	text-decoration: none;
}

/* Formular */
a.btn {
        margin: 0px;
        background-color: #3582BB;
        font-weight: 300;
        font-size: 18px;
        text-align: center;
        color: white;
        padding: 15px;
        border: none;
        border-radius: 6px;
        text-decoration: none;
        }

a.btn:hover {
        margin: 0px;
        background-color: #5298CE;
        font-weight: 300;
        font-size: 18px;
        text-align: center;
        color: white;
        padding: 15px;
        border: none;
        text-decoration: none;
        }
        
a.btn-gruen {
        margin: 0px;
        background-color: #00C000;
        font-weight: 300;
        font-size: 18px;
        text-align: center;
        color: white;
        padding: 15px;
        border: none;
        border-radius: 6px;
        text-decoration: none;
        }

a.btn-gruen:hover {
        margin: 0px;
        background-color: #00EA00;
        font-weight: 300;
        font-size: 18px;
        text-align: center;
        color: white;
        padding: 15px;
        border: none;
        text-decoration: none;
        }
        
a.btn-blau {
        margin: 0px;
        background-color: #1776F1;
        font-weight: 300;
        font-size: 18px;
        text-align: center;
        color: white;
        padding: 15px;
        border: none;
        border-radius: 6px;
        text-decoration: none;
        }

a.btn-blau:hover {
        margin: 0px;
        background-color: #599BF5;
        font-weight: 300;
        font-size: 18px;
        text-align: center;
        color: white;
        padding: 15px;
        border: none;
        text-decoration: none;
        }
        
a.btn-wapp {
        margin: 0px;
        background-color: #00A884;
        font-weight: 300;
        font-size: 18px;
        text-align: center;
        color: white;
        padding: 15px;
        border: none;
        border-radius: 6px;
        text-decoration: none;
        }

a.btn-wapp:hover {
        margin: 0px;
        background-color: #00E676;
        font-weight: 300;
        font-size: 18px;
        text-align: center;
        color: white;
        padding: 15px;
        border: none;
        text-decoration: none;
        }        
                
a.btn-terminanfrage {
        margin: 0px;
        background-color: #00C000;
        font-weight: 300;
        font-size: 18px;
        text-align: center;
        color: white;
        padding: 15px;
        border: none;
        text-decoration: none;
        }

a.btn-terminanfrage:hover {
        margin: 0px;
        background-color: #8CCF41;
        font-weight: 300;
        font-size: 18px;
        text-align: center;
        color: white;
        padding: 15px;
        border: none;
        text-decoration: none;
        }
        
a.btn-terminabsagen {
        margin: 0px;
        background-color: #CC0000;
        font-weight: 300;
        font-size: 18px;
        text-align: center;
        color: white;
        padding: 15px;
        border: none;
        text-decoration: none;
        }

a.btn-terminabsagen:hover {
        margin: 0px;
        background-color: #EE0000;
        font-weight: 300;
        font-size: 18px;
        text-align: center;
        color: white;
        padding: 15px;
        border: none;
        text-decoration: none;
        }
        
a.orte {
        margin: 0px;
        background-color: #DEDEDE;
        font-weight: normal;
        font-size: 18px;
        line-height: 2.7;
        text-align: center;
        color: #202020;
        padding: 8px;
        border: none;
        text-decoration: none;
        }

a.orte:hover {
        background-color: #FF7B00;
        color: #FFFFFF;
        padding: 8px;
        border: none;
        text-decoration: none;
        }

input.menge {
        margin: 0px;
        width: 32px;
        height: 32px;
        background-color: #DEDEDE;
        border: 1px solid #404040;
        font-weight: normal;
        font-size: 14px;
        text-align: center;
        color: #404040;
        padding: 7px;
        text-decoration: none;
        }

input.menge:hover {
        text-decoration: none;
        font-weight: normal;
        border: 1px solid #FFFFFF;
        }
        
input.btn {
        margin: 0px;
        background-color: #124075;
        border: 1px solid #124075;
        font-weight: normal;
        font-size: 18px;
        text-align: center;
        color: white;
        padding: 15px;
        text-decoration: none;
        }

input.btn:hover {
        text-decoration: none;
        font-weight: normal;
        border: 1px solid #FFFFFF;
        }

.btngruen {
        margin: 0px;
        background-color: #00C000;
        border: 1px solid #00C000;
        font-weight: normal;
        font-size: 18px;
        text-align: center;
        color: white;
        padding: 15px;
        text-decoration: none;
        }

.btngruen:hover {
background-color: #15E515;
        border: 1px solid #FFFFFF;
        text-decoration: none;
        font-weight: normal;
        }
        
input.btnrot {
        margin: 0px;
        background-color: #DC0A0A;
        border: 1px solid #DC0A0A;
        font-weight: normal;
        font-size: 18px;
        text-align: center;
        color: white;
        padding: 15px;
        text-decoration: none;
        }

input.btnrot:hover {
        background-color: #FF4040;
        border: 1px solid #FFFFFF;
        text-decoration: none;
        font-weight: normal;
        }

/* Input Textfelder */
#inputtextfeld {
    width: 98%;
    border: 1px solid #BCBCBC;
    background-color: #F5F5F5;
    font-size: 18px;
    color: #124181;
    font-weight: bold;
    line-height: 24pt;
    padding: 8px;
    }

#inputtextfeld:hover {
    background-color: #EFEFEF;
}

#inputtextfeldsuche {
    border: 1px solid #BCBCBC;
    background-color: #F5F5F5;
    font-size: 18px;
    color: #124181;
    font-weight: bold;
    line-height: 24pt;
    padding: 8px;
    width: 90%;
    }

#inputtextfeldsuche:hover {
    background-color: #EFEFEF;
}

#inputtextfeldplz {
    width: 98%;
    border: 1px solid #BCBCBC;
    background-color: #F5F5F5;
    font-size: 18px;
    color: #124181;
    font-weight: bold;
    line-height: 24pt;
    padding: 8px;
    }

#inputtextfeldplz:hover {
    background-color: #EFEFEF;
}

#inputtextarea {
    width: 98%;
    border: 1px solid #BCBCBC;
    background-color: #F5F5F5;
    font-family: Arial, Verdana, Helvetica, Tahoma;
    font-size: 18px;
    color: #124181;
    font-weight: bold;
    line-height: 24pt;
    padding: 8px;
    }

#inputtextarea:hover {
    background-color: #EFEFEF;
}
   
#trennlinie {
     background-color: #CCCCCC;
     height: 1px;
     width: 100%;
}

#container {
	max-width: 100%;
	padding: 0px 20px;
	background-color: #FFFFFF;
}

#treiber {
	max-width: 100%;
	padding: 20px;
	background-color: #EDEDED;
	color: #202020;
}

#fusszeile {
	max-width: 100%;
	padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
	background-color: #31283E;
	color: #000000;
	text-align: justify;
}

#footerweiss {
    background-color: #31283E;
    color: #FFFFFF;
    font-size: 18px;
    text-align: left;
    }

/* Überschriften Beginn */
h1 {
    font-family: sans serif, Arial, Verdana, Helvetica, Tahoma;
	color: #1d2e89;
    font-size: 36px;
	text-align: left;
	padding-top: 0px;
}

h2 {
	margin-top: 30px;
    font-size: 32px;
	font-weight: bold;
	text-align: left;
	color: #254441;
}

h3 {
	margin-top: 35px;
    font-size: 26px;
	font-weight: bold;
	line-height: 1.0;
    text-align: left;
	color: #254441;
	}
/* Überschriften Ende */

div.clear {
    clear: both;
    }

#ausflugtipps {
	float: none;
	max-width: 100%;
}

#bilderrahmen {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #EDEDED;
    padding: 10px;
    margin: 0px 20px 0px 0px;
    -webkit-box-shadow: 5px 5px 5px grey; box-shadow: 5px 5px 5px grey;
    }

#footer {
	background-color: #31283E;
	color: #CDCDCD;
	text-align: center;
	height: auto;
	padding: 7px;
	}
 
img.bilder {
    float: right;
    margin: 0px 10px;
    }    

.toggle,
[id^=drop] {
	display: none;
}

nav {
	margin:0;
	padding: 0;
	background-color: #275E89;
	line-height: 1.5;
	}

#logo {
	display: block;
	padding: 0px;
	float: left;
	}

nav:after {
	content:"";
	display:table;
	clear:both;
}

nav ul {
	float: right;
	padding:0;
	margin: 0px;
	list-style: none;
	position: relative;
	}

nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #275E89;
	}

nav a {
	display: block;
	padding: 16px;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
}

nav ul li ul li:hover { 
    background: #275E89;
    }

nav a:hover {
	background-color: #2D6B9B;
	text-decoration: none;
    }

nav ul ul {
	display: none;
	position: absolute;
	/* has to be the same number as the "line-height" of "nav a" */
	top: 60px;
}

nav ul li:hover > ul {
	display:inherit;
}

nav ul ul li {
	width: auto;
	float: none;
	display: list-item;
	position: relative;
}

nav ul ul ul li {
	position: relative;
	top:-80px;
	/* has to be the same number as the "width" of "nav ul ul li" */
	left:auto;
}

/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


/* *********************************************************** bis 1600px ****************************************/
@media (max-width: 1600px) {
}

	body {
	background: #FFFFFF;
	font-size: 22px;
    }
    

h1 {
	font-size: 30px;
	font-weight: bolder;
	text-align: left;
	color: #1d2e89;
}

h2 {
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
	text-align: left;
	color: #254441;
}

h3 {
	font-size: 22px;
	font-weight: bold;
    line-height: 34px;
	text-align: left;
	color: #254441;
}

.footer-distributed{
	font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

    #footerweiss {
    background-color: #31283E;
    color: #FFFFFF;
    font-size: 18px;
    text-align: left;
    }
    
nav {
	margin:0;
	padding: 0;
	background-color: #275E89;
	line-height: 1.8;
}

#logo {
	display: block;
	padding: 0px;
	float: left;
	}

nav:after {
	content:"";
	display:table;
	clear:both;
}

nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}

nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #275E89;
	}

nav a {
	display:block;
	padding:14px 20px;
	color:#254441;
	font-size:18px;
	text-decoration:none;
}

nav ul li ul li:hover 
    { background: #275E89;}

nav a:hover {
	background-color: #5298CE;
}

nav ul ul {
	display: none;
	position: absolute;
	/* has to be the same number as the "line-height" of "nav a" */
	top: 60px;
}

nav ul li:hover > ul {
	display:inherit;
}

nav ul ul li {
	width:auto;
	float:none;
	display:list-item;
	position: relative;
}

nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */
	left:auto;
}

/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }



/* *********************************************************** bis 720px ****************************************/
@media all and (max-width : 720px) {

    body {
	background-color: #FFFFFF;
	font-size: 18px;
    }
    
    p {
	text-align: left;
	font-size: 18px;
	line-height: 1.5;
	}
	
	.navilinks {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 1.8;
    text-decoration: none;
 }

a.navilinks:hover {
    color: #fff;
    text-decoration: none;
    }

a.textlink {
  font-size: 18px;
  color: #3582BB;
  font-weight: normal;
  text-decoration: underline;
 }

a.textlink:hover {
  text-decoration: underline;
  }
  
.fontklein {
  color: #212121;
  font-size: 18px;
}
  
#footerweiss {
    background-color: #31283E;
    color: #FFFFFF;
    font-size: 18px;
    text-align: left;
    }  

    nav ul li {
		display:block;
		width: 94%;
	}

nav {
		margin: 0;
	}

	/* Hide the navigation menü by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #254441;
		padding:14px 20px;
		color:#FFF;
	    text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #275E89;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #CDCDCD;
		color: #254441;
	}

	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;
		color:#000;
		}

	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #808080;
		color: #254441;
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #254441;
		/* has to be the same number as the "line-height" of "nav a" */
	}

	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}

	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */
	}

#headerright {
    font-weight: normal;
    }

a.headerright {
	font-weight: normal;
	color: #212121;
	text-decoration: none;
}

a.headerright:hover {
	color: #707070;
	text-decoration: none;
}

a.breadcrumb {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

a.breadcrumb:hover {
    color: #404040;
    text-decoration: underline;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #254441;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #254441;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #254441;
}

/* Footer */
#container3 {
	max-width: 100%;
	padding: 20px;
	background-color: #212121;
	color: #EFEFEF;
	text-align: justify;
}
