#map {
	display:block;
	width:100%;
	height:30em;
	margin-top: 3.4em;
}

/* Customize the label (the container) */
.container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0.4em;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(0,0,0,0.5);
}



/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.pruefung{
	background-color: rgba(255,255,255,0.4);
	border: 2px solid #f29405;
	border-radius: 8px;
	margin-left: 11em;
	font-size: 1.2em;
	max-width: 7em;
}

.pruefung:hover {
  background-color: rgba(242, 148, 5, 0.8);
  color: white;
}

#ergebnis{
	font-size: 1.8em;
	text-align: center;
}

.auslestationen .col_content {
	background: #fff;
    border: 1px solid #ccc;
    padding: 1em;
    min-height: 27em;
}

.auslestationen .col_content strong {
	font-size:1.6em;
}

.col_content img {
	width: 100%;
}

.description {
    min-height: 14.5em;
}

.auslestationen .col_highlight {
	background:#f29405;
	border:1px solid #fff;
}

.auslestationen .col_highlight strong, .auslestationen  .col_highlight a {
	color:#fff;
}

.header_slide {
	display:block;
	width:100%;
	height:35.7em;
	background: url(../images/img_header.png) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*padding-top:3.5em;*/
}

.gueterkraftverkehr {
	background: url(../images/gueterkraftverkehr.png) no-repeat center center; 
}

.werkverkehr {
	background: url(../images/werkverkehr.png) no-repeat center center; 
}

.service_preise {
	background: url(../images/service-und-preise.png) no-repeat center center; 
}

.overlay {
	display:block;
	width:100%;
	height:100%;
	background:rgba(10,10,10,0.3);
	text-align:center;
	position:relative;
}

.intro {
	display:inline-block;
	padding:0.1em 2em;
	background:#3db2bf;
	color:#fff;
	font-size:1.75em;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:0;
}
.claim {
	color:#85f3ff;
	font-style:italic;
	font-size:3em;
	line-height:1em;
	padding-top:5em;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}

.subclaim {
	font-weight:normal;
	font-style:normal;
	font-size:2em;
	max-width: 12em;
}

.kunde_werden{
	background-color: Transparent;
	border: 2px solid #f29405;
	border-radius: 8px;
	color: white;
	margin-top: 1em;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	font-weight:normal;
	font-style:normal;
	font-size:2em;
	max-width: 12em;
}

.kunde_werden:hover {
  background-color: rgba(242, 148, 5, 0.8);
  color: white;
}

table, th, td {
  text-align: center;
  padding: 19px;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-size: 0.9em;
  border: 1px solid grey;

}
td{
	width: 25%;
}

.grau{
	background-color: rgba(0, 0, 0, 0.05);
}

.klein_text{
	font-size: 0.7em;
}

.opening {
	position:relative;
	width:100%;
	height:auto;
	min-height:10em;
	background:url(../images/bg_opening.png) 0 0 repeat;
	border-bottom:2px solid #ccc;
	padding:2em 0;
}

.opening h1 {
	text-align:center;
}

.wrapper {
	margin:0 auto;
	width:75em;
}

.content {
	width:43.75em;
	margin:0 auto;
	font-size: 1.2em;
}

.read-more {
	display:inline-block;
	margin-top:0.75em;
	background:#3db2bf;
	color:#fff;
	padding:0.3em 1em;
	bottom:1em;
	right:1em;
	text-decoration:none;
}

.read-more:hover {
	background:#43c0ce;
}

.three_col {
	display:block;
	margin:0em auto 3em;
}

.three_col:before,
.three_col:after {
    content: " ";
    display: table;
}

.three_col:after {
    clear: both;
}

.three_col .col {
	width:33.33%;
	float:left;
}

.three_col .col:nth-child(1) .col_content {
	margin-right:6%;
}

.three_col .col:nth-child(2) .col_content  {
	margin:0 3%;
}

.three_col .col:nth-child(3) .col_content  {
	margin-left:6%;
}

.two_col {
	display:block;
}

.two_col:before,
.two_col:after {
    content: " ";
    display: table;
}

.two_col:after {
    clear: both;
}

.two_col .col {
	width:50%;
	float:left;
}

.two_col .col:nth-child(1) .col_content {
	margin-right:6%;
}

.col .thumb h2 {
	position:absolute;
	right:1.5em;
	bottom:0.5em;
	z-index:450;
}

.plot .thumb {
	width:100%;
	height:8.75em;
	background:#000;
}

.plot .thumb img {
	width:100%;
	height:100%;
	opacity:0.3;
}

.newsletter, .kontakt {
	text-align:center;
	padding-bottom:4em;
	background:#3db2bf;
}

.nl2 {
	padding-bottom:4em;
	background:transparent;
	color:#0d0d0d !important;
}

.newsletter {
	color:#fff;
}

.newsletter .plot {
	text-align:left;
}

.newsletter .intro {
	display:inline-block;
	padding:0.1em 2em;
	background:#f2f2f2;
	color:#3db2bf;
	font-size:2em;
	position:relative;
	left:auto;
	transform:none;
	bottom:auto;
	margin-bottom:3%;
}

.nl2 .intro {
	display:inline-block;
	padding:0.1em 2em;
	background:#3db2bf;
	color:#fff;
	font-size:2em;
	position:relative;
	left:auto;
	transform:none;
	bottom:auto;
	margin-bottom:3%;
}

.itemname {
	font-size:1.2em;
	display:inline;
	margin-right:1em;
	width:94%;
}


.layout_form {
	margin-top:0.5em;
	display:block;
}

.err {
	font-family: 'titillium_webbold', sans-serif;
	color:#f29405;
	font-size:1.5em;
}

.kontakt {
	background:#e1e1e1;
}

.kontakt .intro {
	display:inline-block;
	padding:0.1em 2em;
	background:#a49f9f;
	color:#fff;
	font-size:2em;
	position:relative;
	left:auto;
	transform:none;
	bottom:auto;
	margin-bottom:3%;
}

.kontakttext {
	font-size:1.2em;
}

.wsd {
	font-family: 'titillium_webbold_italic', sans-serif;
	font-size:1.5em;
}

.ebook {
	margin-top: 16em;
	margin-left: 5em;
}

.sociallink {
	background-color:transparent;
	max-height: 74px;
	max-width: 74px;
	display:inline-block;
	margin:2em 1em 0;
}

.content ul {
	margin-bottom:0.75em;
	line-height:1.75em;
	padding: 0 1.5em;
}

.full_content h2 {
	color:#f29405; 
}

.full_content h2:nth-child(n+2){
	margin-top:1em;
}

.three_col a {
	text-decoration:none;
}

.usermenu ul a:hover {
	font-family: 'titillium_webbold', sans-serif;
	color:#f29405;
}

input, select, textarea, option {
	padding:0.3em;
	border:1px solid #ccc;
}

input[type="submit"] {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #f29405;
    color: #f29405;
    font-size: 1.5em;
    font-style: italic;
    font-weight: bold;
    padding: 0.2em 2%;
}

input[type="submit"]:hover {
	color:#fff;
	background:#f29405;
	cursor:pointer;
}

@media screen and (max-width: 94em){
	.logo {
		left:1em;
	}
	
	.intro {
		width: 50%;
		padding:0.1em 0;
	}
	
} 

@media screen and (max-width: 83em){
	.logo img {
		width:100%;
		height:auto;
	}
	
	
} 

/** MOBIL **/
@media screen and (max-width: 75.75em){

	.intro {
		width: 80%;
	}


	
	.wrapper {
		width:calc(100% - 4em);
		margin:0 2em;
	}
	
	.ebook {
		float: right;
		width: auto;
		height: 100%;
		margin-right: 3em;
	}
	
	button, .cr_button {
		width: 94%;
		margin-left:0 !important;
	}
	
	
} 

@media screen and (max-width: 51em){
	
	.ebook {
		visibility: hidden;
	}

	/*.two_col .col{
		width: 100;
	}*/

	.three_col .col:nth-child(3) {
		width:100%;
		margin:3% 0 0 0;
	}	
	
	.three_col .col:nth-child(3) .col_content {
		margin:0;
	}
	
	.three_col .col:nth-child(1), .three_col .col:nth-child(2) {
		width:50%;
	}	
	
	.three_col .col:nth-child(3) .col_content {
		margin-right:0%;
	}
	
	.three_col .col:nth-child(1) .col_content  {
		margin:0 4% 0 0;
	}
	
	.three_col .col:nth-child(2) .col_content  {
		margin:0 0 0 4%;
	}
	
	h2{
		font-size: 1.2em;
	}

	.two_col .col:nth-child(2){
		width:0%;
	}
	.two_col .col:nth-child(1){
		width:100%;
	}

	.col{
		font-size:1em;
	}
}

@media screen and (max-width: 48em){
	body {
		overflow-x:hidden;
		font-size: 1em;
	}
	
	.intro {
		display:inline-block;
		padding:0.1em 2em;
		background:#3db2bf;
		color:#fff;
		font-size:2em;
		position:absolute;
		left:50%;
		transform:translateX(-50%);
		bottom:0;
	}
	
	/*.header_slide {
		height:30em;
	}*/
	
	.content {
		width:100%;
	}
	
	.content ul {
		padding:0;
	}
	
	h1 {
		font-size:1.9em;
		word-wrap: break-word;
	}
	
	.nl2 .intro, .kontakt .intro {
		font-size:1.3em;
	}
	
	.wsd {
		font-size: 1.3em;
	}
	
	.kontakttext {
		font-size: .9em;
	}
	
	.sociallink {
		margin: 0 0 1em 0;
		width: 30%;
	}
	
	.sociallink img {
		width:100%;
		height:auto;
	}
	
	
} 

@media screen and (max-width: 32em){
	.three_col .col:nth-child(1), .three_col .col:nth-child(2) {
		width:100%;
		margin:0 0 3% 0;
	}
	
	.three_col .col:nth-child(1) .col_content, .three_col .col:nth-child(2) .col_content {
		margin:0;
	}
	
	.two_col .col {
		width: 100%;
		float: none;
	}
	
	.two_col .col:nth-child(1) .col_content {
		margin-right: 0;
	}
	
	.two_col .wrapper {
		margin:0;
		width:100%;
	}
	
	.ebook {
		display:none;
	}

	.claim{
		font-size: 2em;
		padding-top: 8em;
	}

	.kunde_werden{
		font-size: 1.4em;
	}

	.intro{
		font-size: 1.6em;
		padding-top: 0em;
	}
}

@media screen and (max-width: 22em){

	.intro {
		font-size: 1.1em;
	}
	
	/*.header_slide {
		height: 30em;
	}*/
	
	h1 {
		font-size:1.6em;
	}
}

#error{
	border: solid 1px #f29405;
	border-radius: .5em;
	background-color: #FFF;

	-webkit-box-shadow: 2px 2px 5px 0px rgba(110,110,110,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(110,110,110,0.75);
	box-shadow: 2px 2px 5px 0px rgba(110,110,110,0.75);

	text-align: center;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.cr_form{
	background-color: #FFF;
	padding: 1em;
	border-radius: .5em;

	-webkit-box-shadow: 2px 2px 5px 0px rgba(110,110,110,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(110,110,110,0.75);
	box-shadow: 2px 2px 5px 0px rgba(110,110,110,0.75);

	text-align: left;
}

.cr_body label{
    font-size: .9em;
    font-weight: bold;
    letter-spacing: 0.04em;
    float: left;
}

.cr_body input[type="text"], .cr_body input[type="email"]{
	width: 100%;
}

.cr_button {
	display:inline;
	width: 100%;
	background: #fff none repeat scroll 0 0;
    border: 1px solid #f29405;
    color: #f29405;
    font-size: 1.5em;
    font-family: 'titillium_webbold_italic', sans-serif;
    padding: 0.2em 2%;
    margin-top: .5em;
    margin-bottom: .5em;
}

.itemname{
	width: 100%;
}

.ui-sortable, .cr_input{
	margin-top: 0.6em;
}

.cr_button:hover {
	cursor:pointer;
	background:#f29405;
	color:#fff;
}

.cr_advertising{
	text-align: center;
}

footer{
	bottom: 0;
	width: 100%;
	position: fixed;
	height: 2.5em;
	background-color: #f29405;
	z-index: 500;
}

footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

footer li{
	float: right;
	padding-right: 1em;
	padding-top: 0.6em;
}

footer a{
	color: #FFF;
	text-decoration: none;
}