@charset "utf-8";
/* CSS Document */

/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('/fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
        url('/fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
        url('/fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* oswald-300 - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/oswald-v49-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('/fonts/oswald-v49-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/fonts/oswald-v49-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
        url('/fonts/oswald-v49-latin-300.woff') format('woff'), /* Modern Browsers */
        url('/fonts/oswald-v49-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/fonts/oswald-v49-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/oswald-v49-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('/fonts/oswald-v49-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/fonts/oswald-v49-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('/fonts/oswald-v49-latin-700.woff') format('woff'), /* Modern Browsers */
        url('/fonts/oswald-v49-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/fonts/oswald-v49-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}


#home:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 50px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 0;
    right: 26%;
}
.jumbotron {
    margin-bottom: 0;
    background-color: #fff;
}
#service .card img {
    width: 140px;
    margin: 0 auto;
}
.modal-body {
    text-align: left;
}
nav a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.btn-fuchs {
    color: #fff;
    background-color: #3f96ce;
    border-color: #3f96ce;
}
.logo {
    width: 110px;
}
.vanilla-form textarea {
    margin-top: 0;
}
.vanilla-form input, .vanilla-form textarea, .vanilla-form select {
    font-size: 0.8em;
}
.form-container .column-50, .form-container .column-100 {
    padding: 10px;
}
.form-container .wrapped-label {
    max-width: 100%;
    font-size: 0.8em;
    color: #fff;
}
.vanilla-form input[type="submit"], .vanilla-form input[type="reset"], .vanilla-form button {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.vanilla-form a {
    color: #ffffff;
}
a:hover {
    color: #3f96ce;
    text-decoration: none;
} 


.white{
    color:white;
}
p ,
h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
h1 {
    font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size:60px;
	text-transform: uppercase;
    font-weight: 700;
}
h2 {
    color: #34495e;
    font-size:45px;
    
}
h4 {
    color: #34495e;
}
#impressum h1 {
	color:black;
}
h2, h3, h4 {
	font-family: 'Oswald', sans-serif;
}

ul li {
    font-family: 'Open Sans', sans-serif;
	font-size:16px;
}
.sticky{
	position:fixed;
	width:100%;
	background-color: white;
    z-index: 2;
}
.navbar {
	background-color:#222222;
	border-radius:0px;
	margin-bottom: 0px;
}
.navbar a {
	color:white;
}
.nav > li > a:hover,
.nav > li > a:focus{
	color: #324AFF;
	background-color:transparent;
	transition:0.3s;
	transition-timing-function: ease;
}
												/* Hintergründe */
.section {
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
    position: relative;
}
#home {
	background-image:url(../img/hero.jpg);
	width: 100%;
    padding: 300px 0;
}
#logo {
	background-color:white;
	width:100%;
}
#banner2 {
	background-image:url(../img/spaten.jpg);
	color: #fff;
	text-align:center;
	padding:100px 0px;
}
#kontakt {
    background: rgb(146,127,115);
    background: linear-gradient(90deg, rgba(146,127,115,1) 0%, rgba(63,150,206,1) 100%);
    padding: 100px 0px;
}
#impressum {
	padding:150px 0px 20px;
}

													/* Kontakt */
#kontakt ul li {
	font-size: 26px;
	list-style: none;
	padding: 6px 0px;
}
#kontakt ul {
	margin: 50px 0px;
}
.kontakt-icon {
	font-size:30px;
	padding-right: 50px;
    color: #fff;
}
#kontakt .kontakt-box a {
    color: #fff;
}
#kontakt .kontakt-box a:hover {
    color: #34495e;
    text-decoration: none;
}

													/* Footer */
footer,
footer p {
    padding: 7px 0px 0px;
    background-color: #343a40;
    color: #fff;
}
footer a {
	text-decoration:none;
	color: #fff;
	transition:0.2s;
}
footer a:hover {
    text-decoration: none;
    color: #3f96ce;
    transition: 0.2s;
}
.kontakt-icon.email {
	padding-right:39px;
}
.kontakt-icon.telefon {
	padding-right:44px;
}
/* MediaQueries */

@media screen and (max-width: 600px) {
    
	#kontakt ul li {
        font-size: 18px;
	}
	h1 {
		font-size:40px;
	}
	#service,
    #kontakt {
        padding: 30px 0 0;
	}
	#footer p {
        font-size: 12px;
	}
	.kontakt-icon {
		font-size: 25px;
	}
    .form-container .wrapped-label {
        display: block;
    }
    #kontakt ul {
        margin: 0 0 40px;
        padding: 0 0 0 15px;
    }
    a.anrufen {
        display: none;
    }
    h2 {
        font-size: 36px;
    }
    #impressum h1 {
        font-size: 30px;
    }
    #impressum h2 {
        font-size: 28px;
    }
    #impressum h3 {
        font-size: 24px;
    }
    #service .card img {
        width: 100px;
    }
    h1 {
        font-size: 46px;
        margin-top: 40px;
    }
    #home {
        padding: 200px 0;
        background-attachment: initial;
    }
    #banner2 {
        background-attachment: initial;
    }
}


