@import url("reset.css");

/* alegreya-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: 'Alegreya Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/alegreya-sans-v24-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* alegreya-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: 'Alegreya Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/alegreya-sans-v24-latin-italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* alegreya-sans-900 - 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: 'Alegreya Sans';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/alegreya-sans-v24-latin-900.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* alegreya-sans-900italic - 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: 'Alegreya Sans';
	font-style: italic;
	font-weight: 900;
	src: url('../fonts/alegreya-sans-v24-latin-900italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
	scroll-behavior: smooth;
}

body {

	font-family: 'Alegreya Sans';
	font-size: 16px;
	color: #606060;
	line-height: 24px;
}

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

a:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.clear {
	clear: both;
}

h1 {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}

.logo a {
	color: #fff;
	text-decoration: none;
}

h2 {
	font-size: 30px;
	padding-bottom: 20px;
	line-height: 40px;
	color: #bdad83
}

h3 {
	font-size: 22px;
	line-height: 30px;
	color: #007335;
	padding-bottom: 10px;
	padding-top: 10px;
}

header {
	background: url(../images/erfolg-lebensgefuehl.jpg);
	padding: 500px 10% 100px 10%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}

nav {
	background: #bdad83;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

nav ul {
	padding-top: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

nav ul li a {
	text-decoration: none;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	color: #fff;
}

.logo {
	font-weight: 700;
	text-transform: uppercase;
	top: 12px;
	left: 5%;
	position: fixed;
	z-index: 99;
	font-size: 18px;
	color: #fff;
}

.kontaktieren {
	position: fixed;
	z-index: 99;
	right: 5%;
	top: 10px;
}

.kontaktieren img {
	padding: 5px;
	height: 30px;
}

.green {
	color: #007335;
}

.bildmarke {
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	display: block;
	margin-top: -50px;
}



.col1,
.col2 {
	width: 50%;
	float: left;
}

.col1 {
	padding-right: 3%;
}

.col2 {
	padding-right: 3%;
}

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

#neustart-gesundheit {
	padding: 100px 10%;
}

#neustart-gesundheit .col1 {
	display: table;
	height: 550px;

}

#neustart-gesundheit .col2 {
	display: table;
	height: 550px;

}

#neustart-gesundheit img {
	width: 100%;
}

#warum-thuja {
	padding: 100px 20%;
	text-align: center;
	background-color: #eee;
	background-image: url(../images/muster.png);
}

#vorteile {
	padding: 100px 10%;
}

#vorteile .box {
	width: 50%;
	float: left;
	padding-right: 3%;
	margin-top: 40px;
	height: 250px;
}

.dropdown{
	display: none;
}

#vorteile .box img {
	height: 50px;
}

#parallax {
	background-image: url(../images/parallax.png);
	padding: 200px 10%;
	background-color: #bdad83;
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
}

#parallax .btn{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#parallax h2{
	color: #007335
}

#unterstuetzung {
	padding: 100px 10%;
}

#unterstuetzung .col1,
#unterstuetzung .col2 {
	height: 550px;
	display: table;
}

#unterstuetzung .col2 {
	background-image: url(../images/wasserzeichen.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


#unterstuetzung img {
	width: 100%;
}

.boxen .col1,
.boxen .col2 {
	height: auto !important;
	background-image: none !important;
	border-top: 1px solid;
	margin-top: 30px;
	width: 48%;
	margin-right: 2%;
}

.boxen h3 {
	padding-top: 50px;
}

#eindruecke-gewinnen {
	background-color: #eee;
	background-image: url(../images/muster.png);
}

#eindruecke-gewinnen .col1,
#eindruecke-gewinnen .col2 {
	height: 500px;
	display: table;
}

#eindruecke-gewinnen .col2 {
	padding-right: 10%;
}

#eindruecke-gewinnen img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
	#impressum{
		padding: 100px 10%;
	}

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

.btn {
	padding: 10px;
	display: block;
	width: 160px;
	background: #007335;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-top: 30px;
}

#kontakt {
	padding: 100px 10%;
}

#kontakt .inhaber {
	display: block;
	height: 300px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#kontakt .box img {
	float: left;
	margin-right: 10px;
	height: 20px;
}

#kontakt .box {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}

#kontakt .box a {
	font-size: 20px;
	color: #bdad83;
	text-decoration: none;
}

.dse {
	background: #007335;
	padding: 10px 10%;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

#kontakt iframe {
	width: 100%;
	height: 650px;
}

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

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

@media screen and (max-width: 1220px) {
	.logo {
		top: 12px;
		font-size: 16px;
	}

	    nav ul li a {
        margin-left: 6px;
        margin-right: 6px;
			font-size: 14px;
    }

	nav ul {
		width: 670px;
	}

	#vorteile .box {
		height: 300px;
	}

}

@media screen and (max-width: 1000px) {
	nav ul {
		display: none;
	}
	    .logo {
        top: 12px;
        font-size: 15px;
    }
	
		.dropbtn {
		background-color: #bdad83;
		color: white;
		padding: 0px;
		font-size: 38px;
		border: none;
		cursor: pointer;
	}

	.dropdown {
		position: fixed;
		top: 0px;
		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(189, 173, 131, 0.92);
	}
	
.show {display: block;}

	.kontaktieren{
		right: 15%;
	}

	header {
		padding: 300px 10% 100px 10%;
	}


	.col1,
	.col2 {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}

	#neustart-gesundheit .col1,
	#neustart-gesundheit .col2,
	#unterstuetzung .col1,
	#unterstuetzung .col2,
	#eindruecke-gewinnen .col1,
	#eindruecke-gewinnen .col2 {
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.boxen .col1,
	.boxen .col2,
	#unterstuetzung .col1,
	#unterstuetzung .col2 {
		width: 100%;

	}

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

	#eindruecke-gewinnen .col2 {
		padding-left: 10%;
	}

	#warum-thuja {
		padding: 100px 10%;
	}
}

@media screen and (max-width: 550px){
	h1 {
    font-size: 25px;
    line-height: 32px;
}
	#kontakt .inhaber{
		height: 200px;
	}
}
