@import url("reset.css");

/* noto-sans-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/noto-sans-v38-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-italic - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/noto-sans-v38-latin-italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/noto-sans-v38-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-700italic - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/noto-sans-v38-latin-700italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Noto Sans';
	font-size: 16px;
	line-height: 26px;
	color: #444
}

.logo {
	position: fixed;
	top: 20px;
	left: 10%;
	width: 100px;
	z-index: 99;
}

b{
	font-weight: 700;
}

#impressum a{
	text-decoration: none;
	color: #009540
}

nav {
	position: fixed;
	z-index: 99;
	top: 20px;
	right: 10%;
}

h1 {
	font-weight: 700;
	font-size: 38px;
	text-transform: uppercase;
	line-height: 50px;
	padding-bottom: 20px;
	font-style: italic;
}

h2 {
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 40px;
	padding-bottom: 20px;
	font-style: italic;
}

h2:before {
	content: url(../images/gruen-element.png)
}

header .btn {
	background: #009540;
	padding: 10px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	margin-top: 40px;
	transform: skew(-20deg);
}

#impressum {
	padding: 150px 10%;
	background: #eee;
	min-height: 100vh;
}

#impressum .col1 {
	width: 50%;
	padding-right: 3%;
	float: left;
}

#impressum .col2 {
	width: 50%;
	padding-left: 3%;
	float: left;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.dsa-secure-plugin:hover .check-slide, .dsa-secure-plugin .check-slide:hover {
    transform: rotate(10deg);
}

nav ul {
	padding: 10px;
	background: #fff;
	transform: skew(-20deg);
	background: #fff;
	height: 45px;
}

nav ul li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

nav ul li a {
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
}

header {
	background: #eee;
	height: 980px;
}

header .slogan {
	height: 800px;
	padding-left: 10%;
	display: table;
	width: 40%;
	float: left;
}

.center {
	display: table-cell;
	vertical-align: middle;
}

header .headerbild {
	width: 60%;
	float: left;
}

.headerbild img {
	width: 100%;
	height: 800px;
	object-fit: cover;
	object-position: bottom left;
}

#ueber-uns,
#am {
	background: url(../images/hintergrund.jpg);
	color: #eee;
	transform: skewY(-10deg);
	margin-top: -230px;
	padding: 250px 10%;
	height: 800px;
}

#ueber-uns .skew,
#fuehrerschein .skew,
#vorteile .skew,
#am .skew {
	transform: skewY(10deg);
}

#ueber-uns .col1,
#ueber-uns .col2,
#fuehrerschein .col1,
#fuehrerschein .col2,
#vorteile .col1,
#vorteile .col2,
#am .col1,
#am .col2 {
	width: 50%;
	float: left
}

#ueber-uns .col2 img {
	width: 100%;
	margin-top: -300px;
	height: 980px;
	padding-left: 15%;
	object-fit: cover;
}

.imp {
	height: 0px !important;
}

#fuehrerschein {
	transform: skewY(-10deg);
	padding: 250px 10%;
	height: 800px;
}

.dropdown {
	display: none;
}

#fuehrerschein .col1 .green {
	color: #fff;
	background: #009540;
	line-height: 40px;
	padding: 50px;
	width: 90%;
}

#fuehrerschein .col2 {
	margin-top: -50px;
}


#vorteile {
	transform: skewY(-10deg);
	padding: 250px 10%;
	margin-top: -100px;
	height: 800px;
	padding-top: 150px;
	background: #d1d1d1;
}

#vorteile .col1 img {
	width: 100%;
	padding-right: 15%;
	object-fit: contain;
	max-height: 650px;
}

#vorteile ul {
	list-style: disc;
	margin-left: 15px;
}

#vorteile ul li {
	margin-top: 10px;
}

#am {
	margin-top: 0px;
}

#am img {
	margin-top: -200px;
	height: 800px;
	padding-left: 10%;
	width: 100%;
	object-fit: cover;
}

#kontakt {
	background: url(../images/strasse.jpg);
	padding: 100px 10%;
	margin-top: -200px;
	padding-top: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#kontakt a {
	color: #fff;
	text-decoration: underline;
}

.dsa-secure-plugin {

	transform: skewY(-10deg);
}

.clear {
	clear: both;
}

#kontakt .box {
	background: rgba(255, 255, 255, 0.33);
}

#kontakt .box .gruen {
	background: #009540;
	color: #fff;
	width: 40%;
	padding: 50px;
	float: left;
	display: table;
	height: 700px;
}

#kontakt .box .formular {
	width: 60%;
	float: left;
	height: 700px;
	padding-left: 5%;
	display: table;
}

#kontakt iframe {
	min-height: 500px;
	width: 90%;

}

#kontakt h2:before {
	content: none
}

.logo-footer {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	margin-top: 100px;
}

.dse {
	width: 100%;
	background: rgba(33, 33, 33, 0.7);
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 10px;
}

.dse a {
	color: #fff;
	padding: 10px;
	text-decoration: none;
}


/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1300px) {
	#fuehrerschein {
		height: 950px;
	}

	#ueber-uns .col2 img {
		margin-top: -200px;
		padding-left: 5%;
		height: 800px;
	}

}

@media screen and (max-width: 1050px) {
	header .slogan {
		height: auto;
		width: 100%;
		padding: 200px 10%;
	}

	header .headerbild {
		display: none;
	}

	.logo {
		position: fixed;
		top: 20px;
		left: 10%;
		z-index: 99;
		width: 80px;
	}

	header {
		background: #eee;
		height: 850px;
	}

	#fuehrerschein .col1,
	#fuehrerschein .col2 {
		width: 100%;
	}

	#fuehrerschein .col1 .green {
		width: 100%;
		margin-bottom: 100px;
	}

	#vorteile {
		margin-top: 50px;
	}

	#am .col2 {
		display: none;
	}

	#am .col1 {
		width: 100%;
	}

	#am {
		padding: 150px 10%;
		height: auto;
	}

	#kontakt .box .gruen {
		width: 100%;
		height: auto;
	}

	#kontakt .box .formular {
		width: 100%;
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.dropbtn {
		background-color: #393939;
		color: white;
		padding: 0px;
		font-size: 36px;
		border: none;
		cursor: pointer;
	}

	.dropdown {
		position: fixed;
		top: 15px;
		right: 5%;
		display: inline-block;
		z-index: 99999;
		margin-left: auto;
		margin-right: auto;
	}

	.dropdown-content {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		text-align: center;
		padding-top: 15vh;
		background-color: rgba(47, 47, 47, 0.9);
		min-width: 160px;
		overflow: auto;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.dropdown-content a {
		color: #fff;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

	.dropdown a:hover {
		background-color: rgba(0, 128, 0, 0.19);
	}

	.show {
		display: block;
	}

	nav ul {
		display: none;
	}
}

@media screen and (max-width: 850px) {

	#ueber-uns .col1,
	#ueber-uns .col2 {
		width: 100%;
		height: auto;
	}


	#ueber-uns {
		height: auto;
		padding: 100px 10%;
		text-align: center;
	}

	#ueber-uns .col2 img {
		margin-top: 50px;
		padding-left: 0%;
		width: 50%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#vorteile .col1,
	#vorteile .col2 {
		width: 100%;
		height: auto;
	}

	#vorteile .col2 {
		margin-top: 50px;
	}

	#vorteile {
		height: auto;
		margin-top: 0px;
		padding: 100px 10%;
	}

	#vorteile .col1 img {
		width: 50%;
		padding-right: 0%;
		max-height: 650px;
	}

	#fuehrerschein {
		height: auto;
		padding: 150px 10%;
	}


	#impressum .col1 {
		width: 100%;
		padding-right: 0%;
		margin-bottom: 50px;
	}

	#impressum .col2 {
		width: 100%;
		padding-left: 0%;
	}

}

@media screen and (max-width: 550px) {

	#vorteile .col1 img,
	#ueber-uns .col2 img {
		width: 100%;
	}
}
