html{
	padding: 0;
}
body{
	font-family: Arial;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

p,li,fieldset{
	color: #333333;
}

li{
	margin-bottom: 5px;
}

button:focus{
	outline: none;
}

.zwei{
	margin-top:5px;
}

.bs-header{
	background: #f3eedf;
}
.bs-border{
	background: #FBF1D8;
}
.bs-border .container{
	height: 24px;	
}
p,li,fieldset{
	font-family:Arial;
	font-size:14px;
	line-height:16px;	
}
a,
a:hover,
a:active,
a:visited,
a:focus{
	font-family:Arial;
	font-size:14px;
	line-height:16px;
	color: #183875;
	text-decoration: none;
	border: none;
}
h1{
	font-size: 18px;
	color: #004b97;
	margin-bottom: 40px;
}
h2{
	font-size: 16px;
	color: #004b97;
	margin-top: 30px;
}
.banner-div{
	max-width:1080px !important;	
}
.nopad{
	padding-right: 0 !important;
	padding-left: 0 !important;	
}
.maximg img{
	max-width:100%;	
}

.content-box{
	background:#E1E1E1;
	margin-top:20px;
	display:block;
	overflow:hidden;
}
.content-box ul{
	padding-left:0;
}
.content-box li{
	list-style:none;	
	margin-bottom:6px;
}
.content-box a{
	text-decoration: underline;
	color:#337ab7;
}
.content-text a{
	font-weight: 700;
}
.adress-box span{
	width:143px;
	display:block;
	float:left;	
}
.container{
	
}
.dotted-container{
	background: #FFFFFF url(../../bilder/bg.gif);
}
.logo-container img{
	display: inline-block;
}
.logo-top{
	padding-top: 35px;
	padding-left: 30px !important;
	max-width: 100%;
	overflow: hidden;
}
.logo-top img{
	max-width: 1000%;
}
.white{
	background: #FFFFFF;
}

/*Bootstrap*/

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.row:before,
.row:after
{
	content: " ";
	display: table;
}
.row:after
{
	clear: both;
}
.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
  	position: relative;
  	min-height: 1px;
}
.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11 {
  	float: left;
}
.col-nav{
	display: block;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
}
ul.nav{
	padding-left: 0;
	margin: 10px 0 0 0;
}
ul.nav li{
	list-style: none;
	margin: 0;
}
.content-image img{
	max-width: 100%;
}

@media (max-width: 767px) {
	body{
		width: 100%;
	}
	.bs-header{
		
	}
	img{
		max-width: 100%;
	}
	.bs-border{
		display: none;
	}
	p,li,a,fieldset{
		font-size:20px;
		line-height:22px;	
	}
	h1{
		font-size: 24px;
	}
	h2{
		font-size: 22px;
	}
	.container {
    	width: 100%;
		height: auto;
		overflow: hidden;
		display: block;
  	}
	.logo-container{
		background: url(../../bilder/petersen_logo_bg.jpg) no-repeat 20px 20px;
		background-size: 80%;
	}
	.col-lg-3 {
    	width: 100%;
		overflow: hidden;
  	}
	.col-lg-4 {
    	width: 100%;
		overflow: hidden;
  	}
	.col-lg-8 {
    	width: 100%;
		overflow: hidden;
  	}
	.col-lg-9 {
    	width: 100%;
		overflow: hidden;
  	}
	.navbar-toggle{
		background: transparent;
		display: block;
		border: 1px solid #183875;
		border-radius: 4px;
		padding: 5px 6px;
		position: relative;
		top: 10px;
		left: 30px;
		width: 43px;
		height: 35px;
		margin-bottom: 20px;
	}
	.navbar-toggle::after {
		color: #183875;
		content: "Menü";
		font-size: 20px;
		font-weight: 700;
		left: 50px;
		position: relative;
		top: -20px;
	}
	.navbar-toggle .icon-bar {
		background: #183875 none repeat scroll 0 0;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
		margin: 4px;
	}
	.collapse{
		display: none;
	}
	.collapse.in{
		display: block;
	}
	.adress-body{
		padding: 80px 20px 20px;
	}
	.logo-body{
		
	}
	.logo-body img{
		
	}
	.adress-body p{
		
	}
	.content-body{
		padding: 0 20px;
		display: block;
		overflow: hidden;
	}
	.content-text{
		width: 100%;
		overflow: hidden;
	}
	.content-image{
		width: 100%;
		overflow: hidden;
	}
	.col-nav{
		
	}
	ul.nav li a{
		font-size: 18px;
		display: block;
		margin-left: 2px;
		padding: 10px 20px;
		line-height: 27px;
		color: #111111;
		background: #EEEEEE;
		margin-bottom: 2px;
	}
	ul.nav li a.active,
	ul.nav li a:hover{
		color: #183875;
		text-decoration: none;
		background: #EEEEEE url(../../bilder/navipunkt.gif) no-repeat 4px 16px;
	}
	fieldset{
		border: none;
		padding-left: 0px;
		margin-bottom: 20px;
		max-width: 100%;
	}
	fieldset legend{
		font-weight: 700;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	body{
		width: 100%;
	}
	.bs-header{
		
	}
	.bs-border{
		display: none;
	}
	p,li,a,fieldset{
		font-size:20px;
		line-height:22px;	
	}
	h1{
		font-size: 24px;
	}
	h2{
		font-size: 22px;
	}
	.container {
    	width: 100%;
		height: auto;
		overflow: hidden;
		display: block;
  	}
	.logo-container{
		background: url(../../bilder/petersen_logo_bg.jpg) no-repeat 20px 20px;
	}
	.col-lg-3 {
    	width: 100%;
		overflow: hidden;
  	}
	.col-lg-4 {
    	width: 100%;
		overflow: hidden;
  	}
	.col-lg-8 {
    	width: 100%;
		overflow: hidden;
  	}
	.col-lg-9 {
    	width: 100%;
		overflow: hidden;
  	}
	.navbar-toggle{
		background: transparent;
		display: block;
		border: 1px solid #183875;
		border-radius: 4px;
		padding: 5px 6px;
		position: relative;
		top: 10px;
		left: 30px;
		width: 43px;
		height: 35px;
		margin-bottom: 20px;
	}
	.navbar-toggle::after {
		color: #183875;
		content: "Menü";
		font-size: 20px;
		font-weight: 700;
		left: 50px;
		position: relative;
		top: -20px;
	}
	.navbar-toggle .icon-bar {
		background: #183875 none repeat scroll 0 0;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
		margin: 4px;
	}
	.collapse{
		display: none;
	}
	.collapse.in{
		display: block;
		min-height: 500px;
	}
	.adress-body{
		padding: 120px 20px 20px;
	}
	.logo-body{
		
	}
	.logo-body img{
		
	}
	.adress-body p{
		
	}
	.content-body{
		padding: 0 20px;
		display: block;
		overflow: hidden;
	}
	.content-text{
		width: 100%;
		overflow: hidden;
	}
	.content-image{
		width: 100%;
		overflow: hidden;
	}
	ul.nav{
		min-height: 500px;
	}
	ul.nav li a{
		font-size: 18px;
		display: block;
		margin-left: 2px;
		padding: 10px 20px;
		line-height: 27px;
		color: #111111;
		background: #EEEEEE;
		margin-bottom: 2px;
	}
	ul.nav li a.active,
	ul.nav li a:hover{
		color: #183875;
		text-decoration: none;
		background: #EEEEEE url(../../bilder/navipunkt.gif) no-repeat 4px 16px;
	}
	fieldset{
		border: none;
		padding-left: 200px;
	}
	fieldset legend{
		position: relative;
		left: -200px;
		top: 25px;
		width: 200px;
	}
	
	fieldset:last-child legend{
		top: 45px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.bs-header{
		height: 221px;
		padding-top: 60px;
	}
	.header-row{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3eedf+50,5d6c9b+50 */
		background: #f3eedf; /* Old browsers */
		background: -moz-linear-gradient(left, #f3eedf 50%, #5d6c9b 50%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #f3eedf 50%,#5d6c9b 50%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #f3eedf 50%,#5d6c9b 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3eedf', endColorstr='#5d6c9b',GradientType=1 ); /* IE6-9 */
	}
	.logo-body{
		margin: 10px;
	}
	.logo-body img{
		max-width: 100%;
		margin-top: 100px;
	}
	.banner-body{
		line-height: 0;
	}
	.banner-body img{
		max-width: 100%;
	}
	.container {
    	width: 900px;
		height: auto;
		overflow: hidden;
  	}
	.logo-container{

	}
	.dotted{
		background: url(../../bilder/dot.gif);
	}
	.border{
		height: 25px;
	}
	.col-lg-3 {
    	width: 26%;
  	}
	.col-lg-4 {
    	width: 30%;
  	}
	.col-lg-8 {
    	width: 70%;
  	}
	.col-lg-9 {
    	width: 74%;
  	}
	.navbar-toggle{
		display: none;
	}
	.adress-body{
		padding: 0 0 0 73px;
	}
	.logo-body{
		padding: 0 0 0 0;
	}
	.adress-body p{
		
	}
	.content-body{
		padding: 10px 50px 100px 121px !important;
		max-width: 100%;
		display: block;
		overflow: hidden;
	}
	.content-text{

	}
	.content-image{

	}
	.content-img{
		float: left;
		margin: 5px 15px 10px 0;
	}
	.control-group{
		margin-bottom:10px;  
		clear:both;
		font-size:14px;
		display: block;
		overflow: hidden;
		width: 100%;
	}
	.controls{
		display: block;
		float: left;
		width: 70%;
	}
	label {
		display: inline-block;
		float:left;
		display: block;
		margin-bottom: 5px;
		width: 30%;
	}
	.einwilligung input[type="checkbox"]{
		margin-bottom: 30px;
	}
	input[type="text"],
	textarea{
		width: 290px;
	}
	input[type="checkbox"]{
		display: block;
		float: left;
	}
	.col-nav{
		padding: 48px 0 48px 40px !important;
		background: #f3eedf;
		margin-left: 30px;
		padding-bottom: 30px !important;
	}
	.white-corner{
		width: 30px;
		height: 35px;
		background: #ffffff;
		display: block;
		overflow: hidden;
		position: absolute;
	}
	nav.collapse .in{
		min-height: 500px;
	}
	ul.nav{
		border-left: 2px solid #004b97;
		padding-top: 20px;
		padding-bottom: 20px;
		min-height: 350px;
	}
	ul.nav li{
		
	}
	ul.nav li a{
		display: block;
		margin-left: 2px;
		padding: 0 22px;
		line-height: 27px;
		color: #111111;
	}
	ul.nav li a.active,
	ul.nav li a:hover{
		color: #004b97;
		text-decoration: none;
		background: url(../../bilder/nav.gif) no-repeat 0px 8px;
	}
	fieldset{
		border: none;
		padding-left: 200px;
	}
	fieldset legend{
		position: relative;
		left: -200px;
		top: 22px;
		width: 200px;
	}
	
	fieldset:last-child legend{
		top: 36px;
	}
	.staff-wrapper{
		width: 100%;
		overflow: hidden;
		margin-bottom: 40px;
	}
	.staff{
		border-bottom: 1px solid #DDDDDD;
		display: block;
		overflow: hidden;
	}
	.staff-name{
		width: 50%;
		float: left;
		padding-top: 325px;
	}
	.staff-image{
		width: 50%;
		float: left;
	}
	.staff-image img{
		max-width: 100%;
	}
	.staff-vita fieldset{
		margin-bottom: 0;
		padding-bottom: 0;
		padding-top: 0;
	}
	.staff-vita fieldset legend{
		top: 18px;
	}
}

@media (min-width: 1200px) {
	.bs-header{
		height: 268px;
		padding-top: 60px;
	}
	.header-row{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3eedf+50,5d6c9b+50 */
		background: #f3eedf; /* Old browsers */
		background: -moz-linear-gradient(left, #f3eedf 50%, #5d6c9b 50%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #f3eedf 50%,#5d6c9b 50%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #f3eedf 50%,#5d6c9b 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3eedf', endColorstr='#5d6c9b',GradientType=1 ); /* IE6-9 */
	}
	.logo-body{
		margin: 10px;
	}
	.logo-body img{
		max-width: 100%;
		margin-top: 100px;
	}
	.banner-body{
		line-height: 0;
	}
	.banner-body img{
		max-width: 100%;
	}
	.container {
    	width: 1104px;
		height: auto;
		overflow: hidden;
  	}
	.logo-container{

	}
	.dotted{
		background: url(../../bilder/dot.gif);
	}
	.border{
		height: 25px;
	}
	.col-lg-3 {
    	width: 26%;
  	}
	.col-lg-4 {
    	width: 30%;
  	}
	.col-lg-8 {
    	width: 70%;
  	}
	.col-lg-9 {
    	width: 74%;
  	}
	.navbar-toggle{
		display: none;
	}
	.adress-body{
		padding: 0 0 0 73px;
	}
	.logo-body{
		padding: 0 0 0 0;
	}
	.adress-body p{
		
	}
	.content-body{
		padding: 10px 50px 100px 161px !important;
		max-width: 100%;
		display: block;
		overflow: hidden;
	}
	.content-text{

	}
	.content-image{

	}
	.content-img{
		float: left;
		margin: 5px 15px 10px 0;
	}
	.control-group{
		margin-bottom:10px;  
		clear:both;
		font-size:14px;
		display: block;
		overflow: hidden;
		width: 100%;
	}
	.controls{
		display: block;
		float: left;
		width: 70%;
	}
	label {
		display: inline-block;
		float:left;
		display: block;
		margin-bottom: 5px;
		width: 30%;
	}
	.einwilligung input[type="checkbox"]{
		margin-bottom: 30px;
	}
	input[type="text"],
	textarea{
		width: 290px;
	}
	input[type="checkbox"]{
		display: block;
		float: left;
	}
	.col-nav{
		padding: 48px 0 48px 80px !important;
		background: #f3eedf;
		margin-left: 30px;
	}
	.white-corner{
		width: 30px;
		height: 35px;
		background: #ffffff;
		display: block;
		overflow: hidden;
		position: absolute;
	}
	ul.nav{
		border-left: 2px solid #004b97;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	ul.nav li{
		
	}
	ul.nav li a{
		display: block;
		margin-left: 2px;
		padding: 0 22px;
		line-height: 27px;
		color: #111111;
	}
	ul.nav li a.active,
	ul.nav li a:hover{
		color: #004b97;
		text-decoration: none;
		background: url(../../bilder/nav.gif) no-repeat 0px 8px;
	}
	fieldset{
		border: none;
		padding-left: 200px;
	}
	fieldset legend{
		position: relative;
		left: -200px;
		top: 22px;
		width: 200px;
	}
	
	fieldset:last-child legend{
		top: 36px;
	}
	.staff-wrapper{
		width: 100%;
		overflow: hidden;
		margin-bottom: 40px;
	}
	.staff{
		border-bottom: 1px solid #DDDDDD;
		display: block;
		overflow: hidden;
	}
	.staff-name{
		width: 50%;
		float: left;
		padding-top: 325px;
	}
	.staff-image{
		width: 50%;
		float: left;
	}
	.staff-image img{
		max-width: 100%;
	}
	.staff-vita fieldset{
		margin-bottom: 0;
		padding-bottom: 0;
		padding-top: 0;
	}
	.staff-vita fieldset legend{
		top: 18px;
	}
}


