/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Abweichungen zum Standard "bootstrap.css"
   ========================================================================== */
   
html, body
{
	background: url(../img/streifenmuster.gif) repeat;
	text-align: left;
	font-size: 1.02em!important;
	/* font-size: 1.0em!important; */
	line-height: 1.4em!important;
	/* line-height: 1.3em!important; */
	}

@media (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
	#wrapper {
		position: relative;
		margin: 0 auto;
		width: 980px;
		background: #fff;
		height: auto !important;
		height: 100%;
		min-height: 100%; 
	}
}
@media (min-width: 1200px) {
	#wrapper {
		position: relative;
		margin: 0 auto;
		width: 1180px;
		background: #fff;
		height: auto !important;
		height: 100%;
		min-height: 100%;
	}
}



.container
{
	background-color: #fff;
}

header .container
{
	padding-top: 25px;
	min-height: 100px;
}



#adress .container
{
	padding-bottom: 20px;
}

footer
{
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 25px;
    border-top: 1px solid rgb(226, 226, 226);
    color: rgb(170, 170, 170);
    font-size: 0.9em;
}


h1
{
	font-family: 'gudeabold'!important;
	font-size: 1.7em!important;
	color: #004b99!important;
	margin-bottom: 30px!important;
}

h2 {
	font-family: 'gudeabold'!important;
    font-size: 1.6em;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 20px;
}

strong {
	font-family: 'gudeabold'!important;
    font-weight: 400!important;	
}


ul.navmenu
{
    padding-left: 0px!important;
    list-style-type: none!important;
    margin-left: 0px!important;
    margin-top: 25px!important;
    margin-bottom: 50px!important;
}

ul
{
    padding-left: 15px!important;
}

ul a
{
 	color: #000!important;
}	
	
ul a:hover
{
	text-decoration: none;
 	color: rgb(167,199,230)!important;
}

ul a:focus
{
	text-decoration: none;
	font-family: 'gudeabold'!important;
	color: #004b99!important;
}

ul a:active
{
	text-decoration: none;
	font-family: 'gudeabold'!important;
	color: #004b99!important;
}

.my-active
{
	text-decoration: none;
	font-family: 'gudeabold'!important;
	color: #004b99!important;
}

ul.navmenu li 
{
	border-bottom: 1px solid rgb(167,199,230);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    list-style-type: none;
}

	#logo{
		float: left;
	}
	
	#flags{
		margin-right: 0px;
		text-align: right; 		
	}
	
	#flags .space
	{
		margin-right: 10px!important;		
	}
	
#adress
{
  position: relative;
  height: 275px;
  }
 
#adressblock, #eyecatcher
{
  width: 100%;
  position: absolute;
}
 
#adressblock
{
  z-index: 2;
  margin-left: 25px;
  margin-top: 15px;
}
 
#eyecatcher
{

  z-index: 1;
}

ul#mitarbeiter li {
    border-bottom: 1px solid rgb(225,225,225);
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: -15px;
    list-position: outside;
    list-style-type: none;
}