/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 130%;
	color: #000000;
	background-color: #fffedf;
	
	*background-image:url('images/header_bg.png');
	*background-repeat:no-repeat;
	*background-position:center center; 
	
}
ul {
	list-style-position: inside;
}
ul li {
	list-style-type: square;
	margin-bottom: 8px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
p {
	margin-bottom: 10px;
	text-align: justify;
}
#container {
	width: 100%;
	margin: 0 auto;
	background: #fffedf;
	*-webkit-box-shadow: 0 0 10px #B5BBB7;
	*-moz-box-shadow: 0 0 10px #B5BBB7;
	*box-shadow: 0 0 10px #B5BBB7;
	box-sizing:border-box;
}
.clear {
	height: 0;
	clear: both;
}

h1 {
	font-size: 1.8em;
	color: #000000;
	text-decoration-line: underline;
	text-align: center;
	text-transform:uppercase;
	padding-bottom: 0.5em;
}
h2 {
	font-size: 1.1em;
	color: #000000;
	text-align: center;
	padding-top: 0.3em;
	margin-top: 10px;
}
h3 {
	font-size: 1.2em;
	color: #000000;
	text-align: center;
	padding-top: 0.3em;
	margin-top: 20px;
}
h4 {
	font-size: 1.0em;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	color: #000000;
}
h6 {
	font-size: 1.0em;
	color: #000000;
}

.lbutton {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 2em;
	padding-right: 2em;
	background-color: white;
	border-radius: 5px;
	font-weight: bold;
	color: #111111;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	box-shadow: 0px 5px 5px #636363;
}

.lbutton:hover {
	background-color: #dddddd;
	text-decoration: none;
}

/****************************************** HEADER ******************************************/
.header {
	width: 100%;
	height: 170px;
	background: url(images/header_bg.png) no-repeat top right #fffedf;
	text-align: center;
}
.logo {
	width: 300px;
	*height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0 0px 0px;
}

.navlogo {
	float: right;
	height: 145px;
	display: none;
	transition: display 2s ease 2s;
}

.headertext {
	*width: 50%;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	*right: 10px;
}

@media only screen and (max-width: 767px){
.logo {
	width: 200px;
	left: 50%;
	padding: 3px 0 3px 3px;
}

.headertext {
	margin-right: 20px;
	margin-top: 10px;
}
h1 {
	font-size: 1.4em;
	color: #000000;
	text-decoration-line: underline;
	text-align: center;
	text-transform:uppercase;
	padding-bottom: 0.5em;
}
h2 {
	font-size: 0.94em;
	color: #000000;
	padding-top: 0.3em;
	margin-top: 0px;
}
}

.header_bottom {
	height: 45px;
	*background: url(images/header_bottom_bg.jpg) repeat-x #0F4B7C;
	background-color: #fffedf;
	margin: 0px;
	padding: 0px;
	box-sizing:border-box;
	*box-shadow: 0px 10px 10px #939393;
}
.header_bottom nav#header_nav {
	float: left;
	display: block;
	height: 45px;
	margin-left: 35px;
}
.header_bottom nav#header_nav ul {
}
.header_bottom nav#header_nav ul li {
	float: left;
	list-style-type: none;
	font-size: 0.8em;
	margin-left: 2px;
	margin-right: 2px;
}
.header_bottom nav#header_nav ul li a.heaver_nav_inner {
	display: block;
	margin: 10px 0 10px 0;
	padding: 4px 10px 1px 10px;
	height: 20px;
	border-top: solid 1px black;
	*border-right: 1px solid #092C48;
	*border-left: 1px solid #33648D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	*-webkit-text-shadow: 0 1px 0 #072339;
	*-moz-text-shadow: 0 1px 0 #072339;
	*text-shadow: 0 1px 0 #072339;
}
.header_bottom nav#header_nav ul li a.active {
	margin: 0;
	*padding: 14px 10px 11px 10px;
	*border-right: 1px solid transparent;
	*border-left: 1px solid transparent;
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	background: url(images/header_nav_active.jpg) repeat-x #fffedf;
	*-webkit-text-shadow: 0 1px 0 #FFFFFF;
	*-moz-text-shadow: 0 1px 0 #FFFFFF;
	*text-shadow: 0 1px 0 #FFFFFF;
}
.header_bottom nav#header_nav ul li a.heaver_nav_inner:hover,
.header_bottom nav#header_nav ul li a.active:hover {
	margin: 10px 0 10px 0;
	*padding: 4px 25px 1px 25px;
	*border-right: 1px solid #092C48;
	*border-left: 1px solid #33648D;
	color: #000000;
	border-top: solid 3px black;
	background: none;
	text-decoration: none;
	font-weight: bold;
	*-webkit-text-shadow: 0 0 15px #FFFFFF;
	*-moz-text-shadow: 0 0 15px #FFFFFF;
	*text-shadow: 0 0 15px #FFFFFF;
}
.header_bottom nav#header_nav ul li:first-child a,
.header_bottom nav#header_nav ul li:first-child a.active,
.header_bottom nav#header_nav ul li:first-child a:hover {
	border-left: none;
}
.header_bottom nav#header_nav ul li:last-child a,
.header_bottom nav#header_nav ul li:last-child a.active,
.header_bottom nav#header_nav ul li:last-child a:hover {
	border-right: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}

.sticky + .content {
  padding-top: 300px;
}

.hamburger {
	display: none;
	width: 35px;
	height: 35px;
	font-size: 0.8em;
    *border-radius: 10px;
	*border: 1px solid #BDBDBD;
	*content: '&#x2630;';
	align-content: center;
	color: black;
	float: left;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	z-index: 1000;
}

.hamburger-content {
	display: none;
	position: relative;
	right: 0px;
	top: 0px;
	font-size: 1em;
  *line-height: 1em;
	text-align: left;
	background-color: #f1f1f1;
	min-width: 160px;
  *box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 1000;
}


/* Links inside the dropdown */
.hamburger-content a {
	color: black;
	padding: 2px 2px;
	text-decoration: none;
	font-size: 1em;
    text-align: left;
    display: block;
	z-index: 1000;
}

/* Change color of dropdown links on hover */
.hamburger-content a:hover {background-color: #cdd0d3}

/* Show the dropdown menu on hover */
.hamburger:hover .hamburger-content {
  display: block;
  z-index: 1000;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.hamburger:hover .dropbtn {
  background-color: #cdd0d3;
  z-index: 1000;
}

@media only screen and (max-width: 767px){
.header_bottom nav#header_nav {
	display: none;
}
.hamburger {
	display: block;
}
}

/************************************* Elemente ************************************************/

.blockcontent {
	box-sizing:border-box;
	width: 100%;
	padding-left: 1%;
	padding-right: 1%;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
@media only screen and (max-width: 767px){
.blockcontent {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
}
.blockcontenttitle {
	width: 100%;
	padding: 4px;
	box-sizing:border-box;
	margin-top: 30px;
}

.dreierblock {
	width: 33%;
	float:  left;
    box-sizing:border-box;
	padding: 16px;
}

.dreierblock-color {
	width: 33%;
	float:  left;
    box-sizing:border-box;
	padding: 16px;
	border-radius: 15px;
	background-color: #36C;
	color: #fff;
}
.dreierblock-color h3 {
	color: #FFF;
}

.zweierblock {
	width: 50%;
	float:  left;
    box-sizing:border-box;
	padding: 16px;
}

.imagefull {
	width: 100%;
}
.imagegolden {
	width: 33%;
	float: left;
}
@media only screen and (max-width: 767px){
.dreierblock {
	width: 100%;
}
.dreierblock-color {
	width: 100%;
}

.zweierblock {
	width: 100%;
}
}
/************************************* Blase ************************************************/

.rounder {
	border-radius: 50%;
	background-color: RGBA(128,128,0,0.5);
	width: 300px;
	box-sizing:border-box;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

/****************************************** FOOTER ******************************************/
footer {
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	padding: 25px 2%;
	font-size: 0.8em;
	background-color: #FFFEDF;
	box-sizing:border-box;
	text-align: center;
	*background: url(images/footerBg.jpg) no-repeat top left;
	*border-top-style: solid;
	*border-top-width: 1px;
}
footer #contact {
}
footer #contact nav#footer_nav {
	margin-bottom: 8px;
	text-align: center;
}
footer #contact nav#footer_nav ul {
}
footer #contact nav#footer_nav ul li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
}
footer #contact nav#footer_nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
	*-webkit-text-shadow: 0 1px 0 #FFFFFF;
	*-moz-text-shadow: 0 1px 0 #FFFFFF;
	*text-shadow: 0 1px 0 #FFFFFF;
}
footer #contact nav#footer_nav ul li a:hover {
}
footer #contact p span {
	text-transform: uppercase;
}

.footerblock {
  float: left;
  width: 33%;	
}

@media only screen and (max-width: 767px){
.footerblock {
  float: none;
  width: 100%;	
}
}

