@import url("../../smoothness/jquery-ui-datepicker.css") all;
@import "slicknav/slicknav.min.css";

/* Design 075 */
/* (c) seitenbox.de */

* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%; 
	background: #ECECEB;
	}
	
body { 
	position: relative;
	height:100%; 
	font: 12px Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #555;
	}
	
/* Formatierungen */	
	
#inhalt p, #inhalt ul, #inhalt ol, #inhalt td, #inhalt th { 
	font: 12px Helvetica Neue, Arial, Helvetica, sans-serif;
	margin-bottom: 11px; 
	line-height: 1.3em;
	text-align: left;
	letter-spacing:0;
}

#inhalt p {
	text-align: justify;
}

#inhalt h1 { 
	font: 26px Helvetica Neue, Arial, Helvetica, sans-serif;
	letter-spacing: 1px; 
	padding-top: 0px; 
	padding-bottom: 17px;
	color: #016752;
	font-weight:200;
	line-height:100%;
	}	

	
#inhalt h2 { 
	font: 14px Helvetica Neue, Arial, Helvetica, sans-serif;
	letter-spacing: 1px; 
	padding-top: 0px;  
	padding-bottom: 22px;
	color: #016752;
	}	
	
#inhalt h3 { 
	font: 12px Helvetica Neue, Arial, Helvetica, sans-serif;
	letter-spacing: 1px; 
	padding-top: 3px; 
	padding-bottom: 3px;
	color: #016752;
	}

#inhalt img { border: 1px #595241 solid;
	padding: 1px;margin: 2px;}	

#inhalt img.left { float: left; margin: 10px 10px 0 0;  }
#inhalt img.right { float: right; margin: 10px 0 0 10px; }

#inhalt small {
	text-align: left;
	color: #777;
	font-size: 9px;
	letter-spacing:0;
	line-height:100%M
}

/*für die Bilder, die linksbündig vor Aufzählung liegen*/
#inhalt span.left {
	padding-right:20px;
}

/* Links */

#inhalt a:link, #inhalt a:visited, .simplemodal-container a{ 
	color: #555; 
	text-decoration: underline;
	}

#inhalt a:hover, #inhalt a:active { 
	color: #016752;
	}

/* Link als Button */

#inhalt a.button {
	letter-spacing:0;
	padding:4px 14px;
	background:#eee url(hg_button.jpg) top left repeat-x;
	border: 1px;
	color: #333;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	text-decoration: none;	
}

#inhalt a.button:hover {
	color: #016752;
}

#inhalt a.button:active {
	position:relative;
	top:1px;
}

	
#inhalt ul {
	clear:left;
	list-style-type: disc;
	line-height: 1.2em;
	margin-left: 20px;
	}

#inhalt li {
	padding: 0px;
	margin-top: 5px;
	}
	
#inhalt ol {
	clear:left;
	list-style-type: dezimal;
	margin-left: 25px;
	}	

#inhalt table {
	margin:0;
	padding:0;
}	

#inhalt th {
	font-weight:bold;
	border: 0 none;
	}	

#inhalt table td {
	border: 0 none;
	padding-right:10px;
	}	

#inhalt .contactform {
	margin: 20px 0 20px 250px;	
}

#contactForm {
  width: 505px;
}

#contactForm td {
  padding-bottom:5px;
}

#contactForm td.label {
  width: 140px;
}

#contactForm input, #contactForm textarea {
  width: 345px;
}

#contactForm .radio input, #contactForm .checkbox input {
  width: auto;
  display: inline;
}

#contactForm input.error, #contactForm textarea.error {
  border-color: #a33;
}
#contactForm td.error{
  color: #a33;
}

#contactForm tr.upload td { padding-top:15px; }

#contactForm .qq-upload-button {
	width:325px;
	padding: 3px 10px;
	margin: 0;
	font-size:12px;
	border: 1px solid #bbb;
	background-color: #f2f2f2;
}

#contactForm .qq-upload-button input {
	cursor: pointer;
}

#contactForm .charCount {
	display: block;
	height:1em;
	text-align: right;
	font-size:10px;
	color:#555;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Webkit-specific CSS here */
	#contactForm input:focus {
		outline:2px solid #B6C8EA;
	}
}

#inhalt .two-columns .contactform {
	margin: 20px 0 20px 0;	
}

#inhalt .contactform button, #inhalt button.openOverlay {
	font: 12px Helvetica Neue, Arial, Helvetica, sans-serif;
	letter-spacing:0;
	padding:3px 14px;
	background:#eee url(hg_button.jpg) top left repeat-x;
	border: 1px;
	color: #333;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	text-decoration: none;

}

#inhalt .contactform button:hover {
	color: #016752;
}

#inhalt .contactform button:active {
	position:relative;
	top:1px;
}

#inhalt table.small-text {
	width:100%;
}

#inhalt table.small-text p {
	font-size: 11px;
	text-align: left;
	letter-spacing:0;
}

/* Text im Impressum kleiner */

.cat-6 #inhalt p, .cat-6 #inhalt ul, .cat-6 #inhalt ol {
	font-size:11px;
	letter-spacing:0;
}

/* zweispaltiger Inhalt */

#inhalt table.two-columns {
	width:100%;
}

#inhalt table.two-columns td {
	margin:1px;
}

#inhalt table.two-columns td.left {
	width:160px;
	padding-left:0px;
	padding-right:40px;
	padding-top: 200px;
}

#inhalt table.two-columns td.left p, #inhalt table.two-columns td.left td {
	font-size: 11px;
	text-align: left;
}

#inhalt table.two-columns td.right {
	width:295px;
	padding-left:45px;
	padding-right:5px;
}

#inhalt b, #inhalt strong {
	color:#016752;
}

#inhalt i, #inhalt em {
	color:#016752;
	font-style: normal;
}

#inhalt img { bordeR: 0 none; }
	
/* Spezielle DIVs*/
#logo {
	position: absolute;
	/*top: 20px;
	left: 700px;
	z-index: 300;*/
	}	
	
#logo_img {
	/*width: 280px;
	height:100px;
	background: url(../images/logo_goldhell.gif) no-repeat top left;*/
	}

	
#container {
	position: relative;
	margin: 10px auto;
	width: 900px;
	border: 0px #fff solid;
	background: #016752 url(hg_container_gray.jpg) left top repeat-y;	
	}

#oben {
	display:block;
	height:250px;
	width:900px;
	margin:0;
	background:#fff url(hg_top.jpg) top left no-repeat;

}

#header {
	position: absolute;
	height: 200px;
	width:250px;
	left:251px;
	top:333px;
	z-index:20;
	border: 0;
	}

#header_img {
	height: 200px;
	width: 250px;
	z-index:20;
}	

#inhalt { 
	height: 447px;
	width: 900px;	
	border: 0px #fff solid;
	border-bottom: 1px solid #bbb;
	}	
	
#inhaltHG {
	width: 100%;
	height: 500px;
	position:absolute;
	top:250px;
	background: #fff url(hg_content_gray.jpg) left top no-repeat;
}
		
#text { 
	position: relative;
	width: 560px;
	margin: 83px 0 0 250px;
	padding: 47px 40px 10px 50px;
	height: auto;
	overflow:auto;
	z-index:30;
}

#text div.text {
	margin-left:250px;	
}

/* einspaltige Seiten - keine graue Spalte */

.cat-1.isParent #text { padding: 17px 11px 17px 19px; height:413px; width:620px; overflow:hidden; }
.cat-1.isParent #text p { }
.cat-1.isParent #text .text { margin-left:0; }
.cat-1.isParent #header { background-image: none; }
.cat-1.isParent #inhaltHG { background-image: url(hg_content_white.jpg); }
.cat-1.isParent #container { background-image: url(hg_container_white.jpg); }
.cat-1.isParent #text strong, .cat-1.isParent #text b { color:#555; }

/* Image Map */

.imageMap {
	margin: 15px 0;
	
}
 .iphone {
        display: none;
    }


/*Footer*/
	
#footer {
	display: block;
	/*background: #016752 url(hg_container_gray.jpg) left top repeat-y;*/
	color:#fff;
	padding:2px 0 6px 15px;
	position: relative;
	top: -25px;
	width:220px;
}

#footer p {
	font-size:10px;
}

#footer a, #footer a:link, #footer a:visited {	
	color:#fff;
	text-decoration:none;
}
#footer a:lhover, #footer a:active {
	color:#fff;
	text-decoration:none;
}

/*Navigation*/	
	
#navi {
	position: absolute;
	left: 0px;
	height: 400px;
	width: 250px;
	top: 328px;
	text-align:center;
	font-size:12px;
	z-index:50;
	}	
	
#navi2 { 

	}
	
#navi ul {
	list-style-type: none;
	}

#navi li {
	padding: 0px 0 0px 0;
	margin: 0px;
	}

#navi a, #navi a:link, #navi a:visited {
	display:block;
	margin: 5px 60px 20px 60px ;
	width:105px;
	padding:3px 14px 4px 14px;
	background:#eee url(hg_button.jpg) top left repeat-x;
	color: #333;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	text-decoration: none;
	font-size:13px;
	letter-spacing:0;
}

#navi a:hover, #navi ul #navi ul a:hover span  {
	text-decoration:none;
	color: #016752;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#navi a:active {
	position:relative;
	top:1px;
}
	
#navi ul a#navaktuell {
	text-decoration:none;
	color: #016752;
}

/* 2. Ebene */
#navi ul ul {
	float: left;
	position: relative;
	padding: 0; /*für den Abstand zur Hauptnavi*/
	margin: 0; /*muss auf 0 sein, da sonst Unternavi nicht immer anwählbar*/
	left: 205px;
	top: -45px;
	display: none; /* Unternavigation ausblenden */
	width: 130px;
	z-index: 40;
	height:0; /* verhindert, dass der Text in den Hauptpunkten verschoben wird */
}

/* Unternavigation  einblenden */
#navi ul li:hover ul {
	display: block;	
	left: 205px;
	padding:0; margin:0;
}

#navi ul li ul li {
	width: auto;
	margin: 0; 
	padding: 0;
	height: auto;
	text-align: left;
	}

	
#navi ul li ul a, #navi ul li ul a:link, #navi ul li ul a:visited {
	display: block;
	width: 130px;
	text-decoration: none;
	font-weight: normal;
	color:#333;
	border: 0px solid #fff;
	padding: 3px 3px 5px 7px;
	margin: 0;
	height: auto;
	cursor: pointer;
	position:relative;
	z-index: 50;
	background-color: #fff;
	background-image: none;
	text-align: left;
	opacity:.7;
	filter: alpha(opacity = 70); /* IE */
	}
	

/* für IE 6 */
#navi ul li ul a:hover {
	color: #016752;
	}
	
#navi ul li ul a:hover span{
	text-decoration:none;
	color: #016752;
	background: transparent;
	}	
	

#navi ul ul a#navaktuell {
	text-decoration:none;
	color: #016752;
	background-color: #fff;
	}	
	
#navi ul ul a.navaktuell span{
	text-decoration:none;
	color: #016752;
	background-color: #fff;
	}			
	
	
/*für Grafiken und Blindtext*/
#navi h3.select span {
	display:none;
	}
	
#navi h3.navipunkte1 span {
	display:none;
	}


a.modalCloseImg {
  background: url(close.png) top left no-repeat;
  display: block;
  height: 30px;
  position: absolute;
  right: -10px;
  top:-10px;
  width: 30px;
  cursor:pointer;
}

#map1, #map2 {
	text-align:center;
	background-color: #FFFFFF;
	border: 2px solid #444;
	border-radius: 12px 12px 12px 12px;
	box-shadow: 0 0 50px #ddd;
	font-size: 12px;
	padding: 30px;
	text-align: left;
	width: 450px;
}
#map2 {
width: 500px;	
}




/*Basis Elemente */
/* Navigation */
.slicknav_menu {
	display:none;
	background: #cccccc;
	font-size: 13px;
	line-height: 14px;
	padding:0;
	line-height: 1em;
	background-image: url(logo.jpg);
	background-position: left;
	background-repeat: no-repeat;
	min-height:50px;
}

.slicknav_menu li {
    text-align: right;
    margin: 0 0 1px 0;
}

.slicknav_nav ul {
    margin-right:14px;
}

.slicknav_menu .slicknav_menutxt {
}

.slicknav_nav .slicknav_arrow {
    font-size: 1.1em;
    margin: 0;
    padding: 5px 0 5px 12px;
}

.slicknav_nav ul a {
    margin: 0;
    margin-right:15px;
    padding:4px 0;
    text-decoration: none;
}

.slicknav_parent {
    font-weight: bold;
}

.slicknav_parent ul {
    font-weight: normal;
}

@media screen and (max-width: 1023px) {
    #navi ul {
        display:none;
    }

    .slicknav_menu {
        display:block;
			background: #cccccc;
	font-size: 13px;
	line-height: 14px;
	padding:0;
	line-height: 1em;
	background-image: url(logo.jpg);
	background-position: left;
	background-repeat: no-repeat;
	min-height:50px;
    }
}

/* Responsive */
/* fuer iPad (quer) oder kleiner */
@media screen and (max-width: 1023px) {

    #distance, #logo, #topExtraDiv {
        display: none;
    }
    #container, #text {
        max-width: 100%;
    }
    #textHG {
        max-width: 92%;
        padding: 4%;
    }
    #header, #headerSlider, #header_img {
        width: 100%;
        height: auto;
    }
    #footer td {
        display:block;
    }
    #text img {
        max-width: 100%;
		height:auto;
    }
    #text .image img {
        max-width: inherit;
    }
    #text span.left {
        margin: 0 10px 5px 0;
    }
    #text span.right {
        margin: 0 0 5px 10px;
    }
    #text span.image > img {
        max-width: 90%;
        height: auto;
    }

    div.columns {
        margin:0 0 0 10px;
    }
    div.columns .col-text {
        margin-top:10px;
    }
    div.columns div.col_2,
    div.columns div.col_3,
    div.columns div.col_4 { /* wird einspaltig */
        float: none;
        margin-left:0;
        margin-right:0;
        border-left: 0;
        border-right: 0;
        width: 95%;
        padding-bottom:15px;
        margin-bottom:15px;
        border-bottom: 1px solid #ddd;
    }
    div.columns > div:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #text div.columns .image {
        padding-right:15px;
    }
    #text div.columns .image img {
        max-width:99%;
    }
/* neu */	
	#header {
display:none;
	}
	
#oben {
   display:none;
}
#inhaltHG {
   display:none;
}

#text {

    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    z-index: 30;
   width: 90%;
}
#inhalt table.two-columns td.left {
    padding-left: 0;
    padding-right: 0px;
    padding-top: 0px;
    width: 160px;
	
}
#container {
     background-image: none !important;
	 background: #fff;
 

}

#inhalt{
width:100%}

#text div.text {
    margin-left: 0px;
}
#text div.text.cat-0 {
    margin-left: 250px;
}



/* Fuer iPad (hoch) oder kleiner */
@media screen and (max-width: 768px) {
    
    .text span.image {
        max-width: 40%;
    }
}

/* Fuer iPhone (quer) oder kleiner */
@media screen and (max-width: 568px) {

 .iphone {
        display: block;
    }
	
	
.imageMap 
 {
        display: none;
    }

    .text td {
        display: block;
    }
	
#inhalt table.two-columns td.left {
   width: 50px;
 
}

#inhalt .contactform button, #inhalt button.openOverlay {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #eee url("hg_button.jpg") repeat-x scroll left top;
    border-color: #ddd #555 #555 #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font: 9px Helvetica Neue,Arial,Helvetica,sans-serif;
    letter-spacing: 0;
    padding: 0px 0px;
    text-decoration: none;
}

#inhalt table.two-columns td.right {
    padding-left: 2px;
    padding-right: 0px;
    width: 295px;
}

#inhalt .contactform button {
    margin-left: -300px;
    width: 230px;
}
}

