/* -------------------------------------- */
/* ----------- Body --------------------- */
body {
	padding-top: 50px !important;
}
#content {
	height: 620px;
	max-height: 620px;
}
a {
	color: #444444;
}

.logo {
	width: 170px;
}
li {
	list-style: none;
	display: none;
}
.clearer {
	clear: both;
}


/* -------------------------------------- */
/* ----------- Slider ------------------- */
#slider-list {
	position: relative;
	margin-bottom: -30px;
}
.text {
	position: absolute;
	bottom: 25px;
	left: 70%;
}
button {
	width: auto !important;
	height: 40px;
	line-height: 0;
	padding: 0 !important;
	margin: 0 !important;
	background-color: white;
	border: none;
}
#content .slider-button p {
	font-size: 38px;
	line-height: 1em;
	font-weight: 300;
	margin: 0;
	padding: 0 !important;
	color: #777;
}
.slider-button:hover {
	cursor: pointer;
}
#prevButton,
#nextButton{
	position: absolute;
	z-Index: 999;
	background-color:white;
	opacity: 0.8;
	width:30% !important;
	height:91%;
}

/* -------------------------------------- */
/* ----------- Navigation---------------- */
ul.nav1 {
	float: right;
}
.nav1 li {
	display: inline;
	list-style: none;
}

.nav1 a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #777;
}
a:hover {
	color: #727FA3
}

.link-sep {
	color: #777;
	font-size: 17px;
	padding: 0 8px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

/* -------------------------------------- */
/* ----------- Footer ------------------- */
#footer {
	text-align: right;
	margin-top: 50px;
}
#footer h3 {
	letter-spacing: 2px;
	padding: 0;
	margin: 0;
	margin-right: -5px;
	font-size: 28px;
	font-weight: 300;
	color: #727FA3;
}

/* -------------------------------------- */
/* ----------- Global ------------------- */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content li, #content td, #content a, #content p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

#content h2, #content h3, #content h5 {
	color: #727FA3;
	font-weight: 300;
}
#content h2 {
	font-weight: 400;
	font-size: 50px;
}
#content h5 {
	font-weight: 400;
}
#content h4 {
	font-weight: 400;
	font-size: 1em
}
#content p, #content h4 {
	color: #444444;
	font-size: 18px;
	letter-spacing: 0.04em;
}
#content p, #content h4, #contenth5 {
	line-height: 1.4
}
#content h4, #content h5 {
	margin: 0;
}

.text {
	float: left;
	width: 22%;
}
.bild {
	width: 70%;
	float: left;
}

#slider-active {
	display: block;
}

/* -------------------------------------- */
/* ----------- Seite: Home -------------- */
#startseite-zusatz {
	margin-top: 240px;
}
#start-container {
	height: 560px;
}
#startseite-bild {
	display: table-cell;
	vertical-align: middle;
}

/* -------------------------------------- */
/* ----------- Seite: Service ----------- */
#service-text {
	text-align: justify;
	margin: 100px 30px 150px 30px;
}

/* -------------------------------------- */
/* ----------- Seite: Kontakt ----------- */
#kontakt-container {
	margin-top: 100px;
}





@media only screen and (max-width:765px){

body{
padding-top:10px !important;
}

#content {
margin-top:20px;
height:auto;
max-height:auto;
}
ul.nav1{
position:absolute;
top:-125px;
right:15px;
z-index:999;
}
ul.nav1 li{
display:block;
line-height:1.2em;

}
ul.nav1 li.link-sep{
display:none;
}
ul.nav1 li a{
font-size:1em;
line-height:1em;
}

#slider-list .text{

background-color:rgba(255,255,255,0.6);
margin:0;
width:100%;
left:0px;
padding:20px 0px;
bottom:0;
}
#slider-list .text p{
padding:0px 7%;
}
hr{
display:none;
}
.row .navarrows{
width:90%;
padding:0;
padding-left:10px;
}

}

