/* ----------------------------------------------
	CSS fuer HUG
	Author : Hajo Nolte
	Author URI : http://www.nolte-imp.de/	
 ------------------------------------------------ */


/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 








nav {
	background-color:#01679a;
	margin:0;
	padding:0 3.8%;
	clear:both;
	z-index:10;
}
nav ul {
	line-height:1;
}
nav ul li {
}

nav ul li a {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size:1.25em;
	/* alle navipunkte in der navileiste*/
	color:#fff;
	background-color:#01679a;
	text-decoration:none;
	text-shadow:1px 1px 3px #111;
	text-transform:uppercase;
}
nav ul li a:hover, nav ul li a.nav-selected, nav ul li a.nav-path-selected, nav ul li:hover {
	/* customize_nav_link_hover */
	color:#fff;
	background-color:#005885;
}

/* Dropdown Menus */		
nav li ul {
	z-index:99;
}
nav li li {
	/* customize_nav_link_hover_background */
	background-color:#fff;
    font-size: 0.8em;
}
nav li li a {
}	
nav li li a:hover, nav li li a.nav-selected, nav li li a.nav-path-selected {
	/* customize_nav_dropdown_link_hover_background */
background-color:#004f78;
color:#fff;
}
nav li li li {
	font-size:1em;
}

nav .clearboth {
	height:0;
}

#mobile-nav-btn {
    display: none;
    font-size:1.25em;
    font-weight: bold;
    color: #ddd;
	text-shadow:1px 1px 3px #111;
	text-transform:uppercase;
    padding: .75em 1em;
    cursor: pointer;
	position:relative;
}
#mobile-nav-btn span {
	box-shadow: 0 10px 0 1px #ddd, 0 16px 0 1px #ddd, 0 22px 0 1px #ddd;
    display: block;
    height: 0;
    position: absolute;
	top:8px;
    right: 1em;
    width: 16px;
}
.mobnav-subarrow {
    display: none;
}


.googleMapCanvas{
width:100%; border:10px none; height: 200px !important;
}

#logo {
   
background-image: url("/packages/theme_slate/themes/slate/logo.gif");
background-repeat: no-repeat;
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


header {
    background-color: #FFFFFF;
    border-top: 0px solid #CCCCCC !important;
    overflow: hidden;
    padding: 10px 3.8% !important;
}

footer {
    background-color: #01679a !important;
		color: #fff !important;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-family: 'Lato', Arial, Helvetica, sans-serif; font-weight: 400; color:#005885; }
h1 a, h2 a, h3 a { text-decoration: none; }

h1 { font-size: 2.2em; font-weight: 700; line-height: 1.1em; margin: 0 0 0.5em; }
h2 { font-size: 2.5em; line-height: 1.1em; margin: 0 0 0.5em; }
h3 { font-size: 1.8em; line-height: 1em; margin: 0 0 0.75em; }
h4 { font-size: 1.4em; line-height: 1.25em; margin: 0 0 1em; }
h5 { font-size: 1.2em; font-weight: bold; margin: 0 0 .75em; }
h6 { font-size: 1em; font-weight: bold; margin: 0 0 .75em; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.0em; }
p img.left, img.left	{ float:left; margin:0 1.75em 1.75em 0; }
p img.right, img.right	{ float:right; margin:0 0 1.75em 1.75em; }
img.left, img.right		{ background:#fff; padding:5px; border:1px solid #ddd; }

a { 
	/* customize_link */ color:#506d83; /* customize_link */
	text-decoration: underline;
}
a:hover     { /* customize_link_hover */ color:#27465e; /* customize_link_hover */ }

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

hr {
  	border: 0!important;
  	width: 100%;
  	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 2em 0!important;
}

/* Design-Elemente
-------------------------------------------------------------- */

.rot {
    background: none repeat scroll 0 0 #dd2a1b !important;
    border-radius: 0px !important;
    box-shadow: 0 0 0 inset;
	color: #fff;
  padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

.weiss {
    background: none repeat scroll 0 0 #fff !important;
    border-radius: 0px !important;
    box-shadow: 0 0 0 inset;
	color: #fff;

}

.blau {
background-color: #ffffff;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#01679a', endColorstr = '#66add8');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#01679a', endColorstr = '#66add8')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #01679a, #66add8);
background-image: -ms-linear-gradient(top, #01679a, #66add8);
background-image: -o-linear-gradient(top, #01679a, #66add8);
background-image: -webkit-gradient(linear, center top, center bottom, from(#01679a), to(#66add8));
background-image: -webkit-linear-gradient(top, #01679a, #66add8);
background-image: linear-gradient(top, #01679a, #66add8);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
opacity: 0.8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
/*-ms-filter must come before filter*/
filter: alpha(opacity = 80);
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*All filters must be placed together*/
	color: #fff;
  padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
margin-top: 10px;
margin-bottom: 10px;
}


/* customize_miscellaneous */  /* customize_miscellaneous */