body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #181818;
	background: url('../images/bild_section-bg.jpg') no-repeat;
	background-size: cover;
}
ul {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0 auto 40px 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}
h2 {
	font-size: 150%;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.service-section h2 {
	text-align: left;
}
#nav-logo {
	/*font-size: 150%;
	font-weight: bolder;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
	margin-top: -5px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(0,0,0,.75);*/
	height: 30px;
	float: left;
	margin-top: -5px;
}
#img-slider-container {
	width: 100%;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	/*border: 150px solid white;*/
}
#img-slider-container img {
	width: 100%;
}

#img-nav {
	position: absolute;
	width: 100%;
	top: 15px;
	z-index: 1000;
}

#img-nav ul {
	list-style: none;
	text-align: center;
}
#img-nav ul li {
	display: inline-block;
	color: rgba(255,255,255,.5);
}
#img-nav .circle {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: rgba(255,255,255,.9);
	border: 1px solid rgba(0,0,0,.25);
	border-radius: 20px;
	display: block;
	cursor: pointer;
	transition: all .15s;
}
#img-nav .circle:hover {
	background: rgba(0,0,0,.15);
}
#img-nav .active .circle {
	border: 0px;
	background: rgba(0,0,0,.75);
}
.img {
	display: none;
}
nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55px;
	padding: 15px 25px;
	background: rgba(255,255,255,.75);
	overflow: hidden;
	text-align: center;
	z-index: 9999;
	transition: height .25s;
}
nav ul {
	list-style: none;
	float: none;
	transition: float .25s;
}
nav ul li {
	display: inline-block;
	margin-right: 35px;
	font-size: 125%;
	text-transform: uppercase;
	letter-spacing: 1px;
}
nav ul li:last-child {
	margin-right: 0;
}
nav a {
	color: #181818;
}
nav a.active {
	/*font-weight: bolder;*/
}
#nav-logo {
	display: none;
}

.section {
	position: absolute;
	left: 0;
	width: 100%;
	min-height: 300px;
	z-index: 99;
}

.section-wrapper {
	margin: 0;
	padding: 100px;
	background: rgba(236,236,236,.95);
	max-width: 100%;
}
#start {
	/*top: 20% !important;
	left: 175px;*/
	width: 600px;
	top: 35%;
}
#start .section-wrapper {
	background: rgba(255,255,255,.75);
	padding: 50px;
}
#start img#logo {
	position: absolute;
	right: 0;
	top: 0;
	max-height: 350px !important;
}
#start a {
	color: #181818;
}
.service-section {
	margin-bottom: 50px;
	text-align: justify;
	position: relative;
}
#team .section-wrapper,
#oeffnungszeiten .section-wrapper {
	text-align: center;
}
#oeffnungszeiten {
	margin-top: -1px;
}
#klick {
	position: absolute;
	width: 100px;
	left: 15px;
	top: 50px;
	z-index: 9990;
}
.team-pics {
	padding: 25px;
	position: relative;
}
.team-pics img {
	width: 100%;
	cursor: pointer;
}
.team-info {
	text-transform: uppercase;
	position: absolute;
	width: calc(100% - 50px);
	visibility: hidden;
	padding: 5px;
}
.team-pics:hover .team-info {
	visibility: visible;
}
.team-info .text {
	text-transform: initial;
}

.col-sm-half {
	width: 4.1666666666%;
	float: left;
	min-height: 1px;
}
#dienstleistungen img {
	max-width: 100%;
}
#familie-img {
	background: url('../images/familie.png') no-repeat;
	background-size: contain;
	height: 60px;
}

#beurkundungen-img {
	background: url('../images/beurkundungen.png') no-repeat;
	background-size: contain;
	height: 30px;
}

#firmengruendung-img {
	background: url('../images/firmengruendung.png') no-repeat;
	background-size: contain;
	height: 60px;
}

#kaufvertrag-img {
	background: url('../images/kaufvertrag.png') no-repeat;
	background-size: contain;
	height: 35px;
	width: 80px;
	display: inline-block;
	vertical-align: middle;
  	margin: -8px 0;
  	position: relative;
  	top: 4px;
}

#uebergabe-img {
	background: url('../images/uebergabe.png') no-repeat;
	background-size: contain;
	height: 90px;
	width: 160px;
	display: inline-block;
	vertical-align: middle;
  	margin: -8px 0;
  	position: relative;
  	top: 28px;
  	left: -90px;
}

#stempel-img {
	position: absolute;
  	right: -50px;
  	top: -13px;
  	width: 85px;
}
#vertrauen-img {
	width: 55%; 
	vertical-align: bottom; 
	margin-bottom: -23px; 
	margin-left: 10%;
}
#paragraph-img {
	width: 50%; 
	margin: 100% auto 0 auto; 
	display: inherit;
}
#feder-img {
	width: 30%;
}
#siegel-img {
	position: absolute;
	right: 10px;
  	top: 5px;
  	width: 30px;
}
#sicherheit-img {
	position: absolute;
	right: 0;
	width: 75px;
	top: 0;
}

.menu-visible {
	display: block !important;
	z-index: 9999;
}

#footer {
	text-align: center;
	font-size: 85%;
}

#loading-overlay {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background: white;
	display: table;
}

#loading-wrapper {
	text-align:center;
	display: table-cell;
	vertical-align: middle;
}

#loading-wrapper h4 {
	font-weight: 300;
}

#impressum-overlay {
	width: 100%;
	height: 100vh;
	background: white;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	display: none;
}

.btn {
	border-radius: 0;
	margin: 25px auto;
	border: 0;
}

.btn-default {
	background: rgba(0,0,0,.1);
	transition: all .15s;
	margin: 1px;
}

.btn-default:hover {
	background: rgba(0,0,0,.9);
	color: white;
}

#impressum-wrapper {
	text-align: center;
	vertical-align: middle;
	max-width: 550px;
	width: 100%;
	margin: auto;
	padding: 5%;
}

.impressum-section {
	margin: 75px auto;
}
 
 
 #gmaps {
	width: 65%;
	height: 500px;
	margin: 75px auto;
}


@media screen and ( max-width: 1024px ) {
	nav {
		position: fixed;
		top: 0;
	}
	nav ul {
		position: absolute;
		top: 55px;
		width: 100%;
		/*background: rgba(0,0,0,.9);*/
		color: white;
		left: 0;
		padding: 25px;
	}
	nav ul li {
		display: block;
		margin: 15px;
	}
	#gmaps {
		width: 95%;
		height: 300px;
		margin: 25px auto;
	}
	#nav-logo {
		display: inline-block;
	}
	#responsive-menu {
		font-size: 200%;
		float: right;
		cursor: pointer;
	}
	.responsive-nav {
		height: 280px;
	}
	#klick {
		top: 75px;
	}
	#img-slider-container {
		top: 55px;
		position: relative;
		margin-bottom: 35px;
	}
	#img-nav {
		position: relative;
		top: 0;
	}
	#img-nav ul li {
		margin: auto 5px;
	}
	#start {
		width: 100%;
	}
	#start h1 {
		display: none;
	}
	#start .section-wrapper {
		text-align: center;
		background: transparent;
	}
	#start .col-sm-6:first-child {
		font-weight: bold;
	}
	#start .col-sm-6:last-child {
		line-height: 1.75;
	}
	.section {
		position: relative;
		min-height: 1px;
	}
	.section-wrapper,
	#start .section-wrapper {
		padding: 25px;
	}
	.team-pics img {
		width: 75%;
	}
	#stempel-img {
		right: 0;
	}
	#uebergabe-img {
		left: 0;
	}
	#feder-img,
	#vertrauen-img {
		display: none;
	}
	#uebergabe-img {
	  	margin: -8px 0;
	  	position: relative;
	  	top: 18px;
	  	left: -20px;
	}
}

/** 
 * iPad with portrait orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
  #gmaps {
    height: 800px;
  }
}
 
/** 
 * iPad with landscape orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
  #gmaps {
    height: 650px;
  }
}
 
/**
 * iPhone 5
 * You can also target devices with aspect ratio.
 */
@media screen and (device-aspect-ratio: 40/71) {
  #gmaps {
    height: 400px;
  }
}
