*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html { 

}

.header-image {
	padding-top:78px;
	padding-bottom:31px;
	padding-right:76px
}

.logo-claim {
	color:rgb(67,67,145); 
	padding:80px 60px 0 0; 
	float:right; 
	font-size:2em; 
	font-weight:bold;
}

.liste {
	font-size:1.2em;
	color:rgb(50,50,50);
	padding-left:40px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px;	
	margin-bottom:8px;
}

#footer {
   font-size: 0.8em;
   width:100%;
   text-align:center;
   padding-left:2%;
   padding-right:2%;
   margin-top:50px;
   color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

body { 
	font: 95%/1.4 "Arial", sans-serif;
	}

h1, h2, h3, h4, h5 {
    font-weight: 700;
    margin: 0;
}

h1 { font-size: 1.5em; margin-top: .65em; margin-bottom: .65em}
h2 { font-size: 1.5em; margin-top: .8em; margin-bottom: .8em }
h3 { font-size: 1.17em; margin-top: 1em; margin-bottom: 1em }
h4 { font-size: 1.12em; margin-top: 1.33em; margin-bottom: 1.33em }
h5 { font-size: .83em; margin-top: 1.67em; margin-bottom: 1.67em }
h6 { font-size: .67em; margin-top: 2.33em; margin-bottom: 2.33em }
p { font-size: 1.1em; margin-top: 1em; margin-bottom: 1em }

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  max-width: 300px;
}

.caption { 
	font-size: 0.9em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: rgb(100,100,100);
}

h1 { color: rgb(67,67,145); }
h2 { color: rgb(67,67,145); }
 
.clearfix {clear:all;}

#page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 0px;
	overflow:auto;
}

.grid {
    padding: 0 3%;
    margin: 0 auto;
    max-width: 1000px;
    min-width: 320px;
    width: 100%;
}

.grid p {
	text-align:center;
	font-size:18px;
}

#content {
        background-color:rgb(253,251,230);
	overflow: auto;
	padding-bottom:20px;
}

.content-left {
	width:100%; 
	padding:0 3% 0 3%;
}

.content-right {
	width:100%; 
	padding:0 3% 0 3%;
}

.header {
	-webkit-box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.5);
}
  
.header {
	margin: 0 auto;
	background: url(../img/180522_hennecke_gute_haende.png) no-repeat left top; 
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;	
	background-color: transparent;
	display:none;
}
	
.header h1 {
	font-size:28px;
	padding: 40px 0 40px 3%;
	color:#fff;
	margin: 0;
}

.header-mobile h1, .modal-header h1 {
	color:#fff;
}

.header-mobile, .header {
	color:#fff;
}

.header-mobile {
	text-align:center;
	background-color:#fff;	
}

.header-mobile h1 {
	font-size:24px;
	padding:12px 0;
	margin:0;
	background-color: rgb(244,154,52);
}

.header-print {display:none}

.ishadow {
-webkit-box-shadow: 0px 3px 13px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 3px 13px 2px rgba(0,0,0,0.3);
box-shadow: 0px 3px 13px -2px rgba(0,0,0,0.3);
}

.imgframe {
padding: 3px;
background-color: rgb(244,154,52);
}

.hand {
	cursor:pointer;
}

.block-right {
	margin-bottom:30px;
}

.block-right ul {
	list-style-position:outside;
	list-style-type: none;
	margin-left:15px;
}

.block-right li:before {    
font-family: 'FontAwesome';
content: '\f0c8';
margin:0 5px 0 -15px;
color: rgb(244,154,52);
font-size:0.7em;
}

.block-right li {
	margin-bottom:6px;
}
 
.contact {
	width:100%;
}

.contact tr {
	border-bottom: 5px solid transparent;	
}

.custom-button {
	background-color: rgb(244,154,52);
	color:#fff;
	padding:10px 20px;
	text-decoration:none;
	min-width: 100%;
    display: block;

	margin-bottom:10px;
	font-size:1.1em;
	text-align: center;
}

.custom-button:hover {
	background-color:rgb(80,80,80);
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.45);
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.45);
}

.maps_container {
	padding: 20px 3%;
}

#map {
  height: 400px;
  width: 100%;
 }
 
.copyright {
	width:100%; 
	margin:auto; 
	text-align:center; 

	font-size:0.8em;
	color: rgb(0,0,0);
	padding: 20px 3% 40px 3%;
}

.t20 {
	margin-top:20px;
}

/* Initial mobile */

.desktop {
	display:none;
}

.mobile {
	display:block;
}

.hide-on-mobile {
	display: none;
}

/* Desktop */

@media only screen and (min-width: 760px), print {
	
.desktop {
	display:block;
}	

.mobile {
	display:none;
}

.hide-on-mobile {
	display: block;
}
	
.header {
	display:block;
}

.header-mobile {
	display:none;
}	
	
.header h1 {
	font-size:36px;
	padding: 70px 0 70px 3%;
	margin: 0;
 }
 
h1 { font-size: 2em; margin-top: .65em; margin-bottom: .65em} 

#content {
	margin-top: 0;
}
 
.content-left {
	float:left; 
	width:70%; 
	padding:0 2% 0 3%;
}

.content-right {
	float:right; 
	width:30%; 
	padding:0 3% 0 2%;
}
}

/* Druckausgabe */
@media print {
body {
	background-color:transparent;
	background-image:none;
	font: 75%/1.2 "Arial", sans-serif;
	}	
.no-print {display:none;}	
.header h1 {
	color:rgb(244,154,52);
	font-size:28px;
	}	
h1 {font-size: 1.5em;}
h2 {font-size: 1.2em;
	color:#000;
	}
.header-print {display:block!important}
.imgframe {padding: 0;}
#page {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.copyright {margin-top:50px;}
.caption {margin-bottom:35px;}
}

@media only screen and (min-width: 760px){
	.header-print {display:none;}
}


@media print and (-webkit-min-device-pixel-ratio:0) {
body {
	background-color:transparent;
	background-image:none;
	font: 95%/1.2 "Arial", sans-serif;
	}
}