

html {
    width: 100%;
    height: 100%;
}

body {
	width: 100%;
	height: 100%;
    overflow-x: hidden;
    font-family: "Roboto",Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 300;
	background-color: #fff;
	color: #070d33;
    font-size: 16px;
    line-height: 1.2;
}

@media(min-width:576px) {
	body { 
    	font-size: 18px;
    	line-height: 1.5;
	}
}

.row { margin-bottom: 30px; }


p { margin-bottom: 15px; }


p.highlight { 
    color: #13a538;
}


a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #13a538;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Roboto",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 900;
	color: #13a538;
	margin-top: 0px;
	margin-bottom: 15px;
}

h1 { 
	font-size: 24px; 
	margin-bottom: 20px; 
}

@media(min-width:768px) {
	h1 { 
		font-size: 36px; 
		margin-bottom: 25px; 
	}
}

h2 { 
	font-size: 18px; 
}

@media(min-width:768px) {
	h2 { 
		font-size: 30px; 
	}
}

h3 { 
	font-size: 16px; 
}

@media(min-width:768px) {
	h3 { 
		font-size: 24px; 
	}
}


h4 { 
	font-size: 14px; 
}

@media(min-width:768px) {
	h4 { 
		font-size: 18px; 
	}
}

h3 { text-transform: none; background-color: #070d33; display: inline-block; font-weight: 500; color: #fff; padding: 5px; margin-bottom: 10px; }

h4 { margin-bottom: 10px; }

header { margin-top: 0px; }


header {
    text-align: center;
    color: #fff;
    background: no-repeat center top;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	min-height: 200px;
}

@media(min-width:576px) {
	header { min-height: 300px; }
}

@media(min-width:768px) {
	header { min-height: 400px; }
}

@media(min-width:992px) {
	header { min-height: 500px; }
}

header img {
    display: block;
    margin: 0 auto 20px;
}


@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }
}



section {
    padding: 50px 0px 10px 0px;
}

@media(min-width:768px) {
    section {
		padding: 100px 0px 50px 0px;
	}
}


section#introsolo {
	padding: 20px 0px 10px 0px;
	border-top: 20px solid #fff;
}

section#introsolo .row {
	margin-bottom: 0px; 
}

@media(min-width:768px) {
    section#introsolo {
		border-top: 50px solid #fff;
	}
}

section#leistungen {
	border-top: 20px solid #fff;
	background-color: #13a538;
}

@media(min-width:768px) {
    section#leistungen {
		border-top: 50px solid #fff;
	}
}

section#leistungen h1 {
	color: #fff;
}
	
.leistung {
	margin-bottom: 25px;
	background-color: #fff;
	padding: 15px 15px 1px 15px;
}



section#kontakt {
	border-top: 20px solid #fff;
}

@media(min-width:768px) {
    section#kontakt {
		border-top: 50px solid #fff;
	}
}

section#impressum {
	border-top: 20px solid #fff;
}

@media(min-width:768px) {
    section#impressum {
		border-top: 50px solid #fff;
	}
}

section#datenschutz {
	border-top: 20px solid #fff;
}

@media(min-width:768px) {
	section#datenschutz {
		border-top: 50px solid #fff;
	}
}


section#intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.intro-body {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}



footer { padding-top: 20px; color: #fff; background-color: #070d33; }



.trenner { display: none; }
	
.trenner:before { 
	content: "|";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	position: relative;
	top: -2px;
	color: #fff;
}
	
.break { display: block; }

@media screen and (min-width:768px) {
	.trenner { display: inline-block;  padding-left: 20px; padding-right: 20px; }
	.break { display: none; }
}
	
	