@import url("reset.css");

/* stix-two-text-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: 'STIX Two Text';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/stix-two-text-v12-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* stix-two-text-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: 'STIX Two Text';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/stix-two-text-v12-latin-italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* stix-two-text-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: 'STIX Two Text';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/stix-two-text-v12-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* stix-two-text-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: 'STIX Two Text';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/stix-two-text-v12-latin-700italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

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

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

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	font-family: 'Trebuchet';
	font-size: 15px;
	line-height: 25px;
	color: #535353;
}

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

h1,
h2,
h3 {
	font-family: 'STIX Two Text';
}


h1 {
	font-size: 60px;
	line-height: 75px;
	padding-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #e2bc66;
}

#kontakt a{
	color: #e2bc66;
	text-decoration: none;
}

h2 {
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #739e71;
}

h3 {
	font-size: 28px;
	line-height: 38px;
	padding-bottom: 30px;
	color: #6c5c4e;
}


header {
	background: url(../images/holz-hintergrund.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	height: 850px;
	background-position: center;
}

#impressum{
	padding: 100px 10%;
}

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

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

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

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

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

.logo {
	position: absolute;
	top: 20px;
	left: 10%;

}

.logo img {
	height: 150px;
}

.dropbtn {
	background-color: #e2bc66;
	color: white;
	padding: 16px;
	font-size: 26px;
	border: none;
	cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
	background-color: #be9d53;
}

.dropdown {
	position: fixed;
	display: inline-block;
	top: 0;
	right: 0;
	z-index: 999999
}

.dropdown-content {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	text-align: center;
	padding-top: 15vh;
	background-color: rgba(48, 48, 48, 0.96);
	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;
	text-transform: uppercase;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown a:hover {
	background-color: rgba(226, 188, 102, 0.15);
}

.show {
	display: block;
}

nav ul {
	position: absolute;
	right: 10%;
	top: 50px;
	width: 600px
}

nav ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	text-decoration: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}


header .claim {
	padding: 300px 5% 100px 10%;
	width: 50%;
	color: #fff;
	font-size: 22px;
	line-height: 35px;

}

header .claim p {
	padding-bottom: 50px;
}

header .bild {
	position: absolute;
	top: 200px;
	right: 10%;
	width: 40%;
}

header .bild img {
	height: 500px;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

header .claim a {
	background: url(../images/button-hintergrund.png);
	font-family: 'STIX Two Text';
	color: #fff;
	text-transform: uppercase;
	padding: 20px 70px 20px 40px;
	text-decoration: none;
}

.clear {
	clear: both;
}

#ueber-uns {
	padding: 150px 20%;
	text-align: center;
	background: #eee;
}


#ueber-uns .oben {
	position: absolute;
	right: 0;
	margin-top: -120px;
}

#ueber-uns .unten {
	position: absolute;
	left: 0;
	margin-top: -120px;
}

#koerbe {
	padding: 100px 10%;
	color: #fff;
	background: #303030
}

#koerbe h2 {
	color: #e2bc66
}

#koerbe h3 {
	color: #fff;
}

#koerbe .col1 {
	height: 620px;
	display: table;
}

#koerbe .col2 img {
	height: 620px;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

#angebote {
	padding: 150px 10%;
	text-align: center;
	background: #eee;
}

#slogan {
	padding: 100px 10%;
	background: url(../images/holz-hintergrund.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#slogan ul{
	list-style: disc;
	margin-left: 15px;
	color: #fff;
}

#slogan img {
	height: 550px;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

#slogan .col2 {
	height: 550px;
	display: table;
}

#slogan h2 {
	color: #e2bc66
}

#slogan h3 {
	color: #fff;
}

#kontakt {
	background: #303030;
	color: #d1d1d1;
	padding: 150px 10%;
}

#kontakt .box {
	margin-top: 20px;
}

#kontakt .box img {
	float: left;
	margin-right: 30px;
	width: 40px;
	object-fit: contain;
	height: 50px;
}

#kontakt .box p {
	float: left;
	font-size: 18px;
	line-height: 28px;
}

#kontakt iframe {
	width: 100%;
	height: 550px
}
#impressum a{
		color: #e2bc66;
		text-decoration: none;
	}

#kontakt .col2 {
	height: 550px;
	display: table;
}

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

.dse a {
	color: #303030;
	text-decoration: none;
	padding-left: 10px;
	text-transform: uppercase;
}

.sliden {
	background: #fff;
	padding: 20px;
}

.sliden .single-item {
	border: 3px solid;
	border-color: #e2bc66;
	padding: 60px;
	text-align: left;
	background: url(../images/vaktor-gemuese-oben.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top right
}

.sliden h3 {
	color: #e2bc66;
	text-transform: uppercase;
}

.sliden p {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 50px;
}

.sliden .col2 a {
	background: url(../images/button-hintergrund.png);
	font-family: 'STIX Two Text';
	color: #fff;
	text-transform: uppercase;
	padding: 20px 80px 20px 40px;
	text-decoration: none;
	font-size: 20px;
}

.sliden .col2 {
	display: table;
	height: 350px;
}

.sliden .col1 img {
	height: 350px;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

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

@media screen and (max-width: 1100px) {
	h1 {
		font-size: 45px;
		line-height: 55px;
	}

	header .claim p {
		font-size: 20px;
	}

	.sliden .single-item {
		background: none
	}

	#kontakt .box p {
		float: left;
		font-size: 15px;
		line-height: 24px;
	}
}

@media screen and (max-width: 980px) {
	header .bild {
		display: none;
	}

	header .claim {
		padding: 300px 10% 150px 10%;
		width: 100%;
	}

	header {
		height: auto;
	}

	nav ul {
		display: none;
	}

	.sliden .col2 a {
		background-size: contain;
		padding: 15px 63px 17px 17px;
		font-size: 16px;
		background-repeat: no-repeat;
	}

	h2 {
		font-size: 30px;
		line-height: 40px;
	}
	#angebote h3 {
		font-size: 18px;
		line-height: 26px;
}

}

@media screen and (max-width: 840px) {
	.col1 {
		width: 100%;
		padding-right: 0%;
	}

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

	#koerbe .col1 {
		height: auto;
	}

	#slogan .col2 {
		height: auto;
		padding-top: 50px;
	}

	#kontakt .col2 {
		height: auto;
		padding-top: 50px;
	}

	#koerbe .col2 img {
		object-position: left;
		padding-top: 40px;
		height: 450px;
	}

	.sliden .col1 img {
		height: 250px;
	}

	#angebote {
		padding: 150px 5%;
		text-align: center;
		background: #eee;
	}

	.sliden .col2 {
		display: table;
		height: auto;
		text-align: center;
		padding-top: 50px;
	}

	#slogan img {
		height: 350px;
		object-position: left;
	}

	#ueber-uns {
		padding: 100px 10%;
	}

	#ueber-uns .oben,
	#ueber-uns .unten {
		display: none;
	}

	.slick-dots {
		bottom: -65px !important;
	}
	
	#impressum .col1{
		width: 100%;
		padding-right: 0px;
	}
	
	#impressum .col2{
		width: 100%;
		padding-left: 0%;
		margin-top: 30px;
	}
	
	
}

@media screen and (max-width: 500px) {
	.slick-dotted.slick-slider {
		margin-bottom: 0px;
		padding: 20px;
	}

	.sliden p {
		font-size: 15px;
		line-height: 24px;
		padding-bottom: 50px;
	}
	    h1 {
        font-size: 30px;
        line-height: 45px;
    }
	.dse a{
		font-size: 13px;
	}
	header .claim a {
    font-size: 15px;
    padding: 11px 33px 11px 17px;
    background-size: contain;
}
	    header .claim p {
        font-size: 15px;
        line-height: 25px;
    }
}

@media screen and (max-width: 400px){
	#kontakt .box img, #kontakt .box p{
		float: none;
	}
	    .sliden .col2 a {
        background-size: contain;
        padding: 12px 59px 16px 10px;
        font-size: 14px;
        background-repeat: no-repeat;
    }
}
