@import url("reset.css");

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

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

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

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

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

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

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

body {
	color: #4a4a4a;
	font-family: 'Lato';
	font-size: 15px;
	line-height: 25px;
	overflow-x: hidden
}

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

strong {
	font-weight: 700;
}

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

header {

	background: url(../images/stiebitz-montagen-headerbild.jpg);
	height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 90%;
	margin-left: 10%;
}

h1 {
	font-size: 40px;
	font-weight: 900;
	line-height: 50px;
	text-transform: uppercase;
	color: #177224
}

h2 {
	font-size: 25px;
	font-weight: 900;
	line-height: 35px;
	text-transform: uppercase;
}

.small {
	color: #da1a19;
	font-weight: 400;
	font-size: 18px;
}


.red {
	color: #da1a19
}

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 10px 10%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 99;
}

nav ul {
	display: flex;
}

nav ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #4a4a4a;
	padding: 0px 15px;
}

.logo {
	height: 60px;
}

.aside {
	display: flex;
	align-items: center;
}

.aside .button {
	border: 2px solid;
	font-weight: 700;
	text-decoration: none;
	padding: 10px;
	margin-right: 20px;
	border-color: #177224;
	color: #177224;
	margin-top: 0px;
}

.button {
	border: 1.5px solid;
	text-decoration: none;
	padding: 10px;
	margin-right: 20px;
	border-color: #4a4a4a;
	color: #4a4a4a;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
}

.phone {
	margin-right: 5px;
	height: 12px;
}

.claim {
	background: #f0f0f0;
	padding: 30px;
	width: 100%;
	max-width: 480px;
	left: 5%;
	position: absolute;
	height: 240px;
	margin-top: 560px;

}

section {
	padding: 100px 10%;
}

.flex {
	display: flex;
	align-items: center;
}

#ueber-uns h2 {
	width: 30%;
	padding-right: 60px;

}

#ueber-uns p {
	width: 70%;
	border-left: 1px solid;
	padding-left: 60px;
}

#cta {
	background: url(../images/zaun.jpg);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	width: 80%;
}

#cta .box {
	background: #333333;
	color: #fff;
	width: 40%;
	padding: 50px;
	position: absolute;
	right: 0;
	height: 230px;
	margin-top: 170px;
}

#cta .box h2 {
	font-size: 32px;
	line-height: 42px;
}

#cta .box .button {
	background: #eee;
	color: #177224
}

#leistungen {
	padding-right: 0% !important;
	padding-left: 9%;
}

#leistungen h2 {
	padding-left: 1%;
}

.multiple-items {
	margin-top: 40px;
}

.multiple-items .box1, .multiple-items .box2, .multiple-items .box3, .multiple-items .box4, .multiple-items .box5, .multiple-items .box6 {
	padding: 300px 40px 50px 40px;
}

.multiple-items .box1 a, .multiple-items .box2 a, .multiple-items .box3 a, .multiple-items .box4 a, .multiple-items .box5 a, .multiple-items .box6 a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	border-top: 1px solid;
	border-color: #fff;
	padding-top: 10px;
}

.multiple-items {
	border-left: 1% solid;
	border-color: #fff;
}


.multiple-items img {
	height: 70px;
	padding-bottom: 10px;
}

.slick-slide {
	width: 100%;
	margin-left: 20px;
}

.multiple-items .box1{
	background: url(../images/zaun.jpg);
	background-size: cover;
}
.multiple-items .box2{
	background: url(../images/garagentore.jpg);
	background-size: cover;
}

.multiple-items .box3{
	background: url(../images/torantriebe.jpg);
	background-size: cover;
}

.multiple-items .box4{
	background: url(../images/pflaster.jpg);
	background-size: cover;
}

.multiple-items .box5{
	background: url(../images/mauer.jpg);
	background-size: cover;
}

.multiple-items .box6{
	background: url(../images/terasse.jpg);
	background-size: cover;
}


#leistungen h3, #blog h3, #blog-inhalt h3 {
	font-size: 20px;
	font-weight: 900;
	line-height: 30px;
	text-transform: uppercase;
	color: #177224;
	margin-top: 30px;
}

#leistungen h3{
	color: #fff;
}

.multiple-items h3 {
	font-size: 20px;
	font-weight: 900;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 20px;
}

#qualitaetsmarken {
	padding: 0px;
	background: url(../images/zaun-gruen.jpg);
	padding-top: 150px;
	border-color: #fff;
	width: 80%;
	margin-left: auto;
	background-attachment: fixed;
	background-size: cover;

}

#qualitaetsmarken .box {
	background: #f0f0f0;
	padding: 100px 5% 230px 18%;
	width: 70%;
	margin-left: -30%;
}

.marken {
	position: absolute;
	left: 0;
	margin-top: -150px;
	background: #fff;
	padding: 20px;
	width: 65%;
	margin-left: 10%;
	display: flex;
	justify-content: space-between;
}

b{
	font-weight: 700;
}

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

.marken img {
	height: 50px;
	object-fit: contain;
	width: 100%;
	padding: 0px 15px;
	border-left: 1px solid;
	border-color: #4a4a4a
}

#kontakt .col1 {
	width: 45%
}

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

#kontakt .col2 {
	width: 65%
}

.mailbutton {
	position: absolute;
	right: 50%;
	background: #177224;
	padding: 20px;
	text-align: center;
	color: #fff!important;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 330px;
}

.lps {
	color: #da1a19;
	background: #2a2a2a;
	padding: 30px 10% 80px 10%;
}

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

.dropdown {
	display: none;
}

#leistung {
	padding: 100px 10%;
	width:
}

#leistung .box img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

#leistung .box {
	width: 28%;
	margin-right: 2%;
	padding: 20px;
	background: #eee;
	margin-top: 30px;
}

.tab {
	overflow: hidden;
	display: flex;
	justify-content: space-between
}

/* Style the buttons inside the tab */
.tab button {
	font-size: 16px;
	border: none;
	outline: none;
	text-align: center;
	color: #fff;
	background: #177224;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	width: 15%;
	padding: 20px;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #3b3a3a;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #3b3a3a;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 50px 0px;
	border-top: none;
}

#leistung h2 {
	padding-bottom: 40px;
}


#leistung button img {
	height: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#impressum .flex{
	align-items: flex-start;
	column-gap: 80px;
}

#leistung h3 {
	color: #da1a19;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
	font-weight: 900;
	padding-bottom: 10px;
}

#leistung h3 span {

	color: #3b3a3a;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 35px;
	font-weight: 900;
}

#leistung .tabcontent p {
	column-count: 2;
	column-gap: 40px;
}

.galerie {
	margin-top: 50px;
}

.galerie img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	padding: 10px;
}

.blogbeitrag {
	background: #eee;
	padding: 20px;
	margin-top: 20px;
}

#blog .flex {
	column-gap: 40px;
}

.dse{
	background: #177224;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 5px;
}

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

#blog .col1 {
	width: 30%;

}

#blog-inhalt a{
	color: #177224;
	font-weight: 700;
}



#blog-inhalt h2, #fazit h2{
	margin-top: 30px;
}

#fazit{
	background: #e3e3e3
}

#blog{
	border-bottom: 1px solid;
}

#blog-2{
	background: #eee;
	padding: 100px 10%;
}

#blog-2 .flex{
	column-gap: 40px;
}

#blog-2 .col{
	width: 50%;
}

#blog-2 ul, #blog-inhalt ul{
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 20px;
}

.blogbeitrag .col1 img{
	width: 100%;
}

#blog-2 ul li, #blog-inhalt ul li{
	
	margin-top: 10px;
}

#blog-2 .col img{
	width: 100%;
}

#blog .col2 {
	width: 70%;
}

#landingpage .col{
	width: 50%;
	margin-top: 30px;
}

#lp{
	background: #eee;
	
}

#lp a{
	color: #da1a19;
	text-decoration: none;
}

#lp .col, #impressum .col{
	width: 50%;
}

#lp .col img{
	width: 100%;
}

#lp .flex{
	align-items: center;
	column-gap: 50px;
}

#lp ul{
	margin: 20px 0px 20px 15px;
	list-style: disc;
}

#landingpage .flex{
	align-items: flex-start;
	column-gap: 50px;
}

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

@media screen and (max-width: 1250px) {
	nav {
		padding: 10px 5%;
	}

	nav ul li a {
		font-size: 14px;
		padding: 0px 12px;
	}

	#cta .box {
		width: 55%;
	}

	.tab {
		display: block;
	}

	.tab button {
		width: 33%;
		margin-bottom: 2px
	}
}

@media screen and (max-width: 1080px) {
	.logo {
		height: 40px;
	}

	.aside .button {
		padding: 4px;
	}

	nav ul li a {
		padding: 0px 10px;
	}

	#ueber-uns h2 {
		padding-right: 20px;
	}

	#ueber-uns p {
		padding-left: 30px;
	}

	#cta .box {
		width: 80%;
	}

	.multiple-items .box {
		padding: 50px 40px 50px 40px;
	}

	#qualitaetsmarken .box {
		width: 100%
	}

	.marken {
		width: 80%;
	}

	#kontakt .col1 {
		width: 100%;
	}

	.mailbutton {
		right: 30%
	}
}

@media screen and (max-width: 930px) {
	header {
		height: 500px;
	}

	.claim {
		width: 100%;
		max-width: 483px;
		left: 0% 0px;
		margin-top: 310px;
	}
	
	#lp .col, #landingpage .col, #impressum .col{
	width: 100%;
}
	
	#lp .col img{
		max-width: 400px;
		margin-bottom: 20px;
	}

	nav ul {
		display: none;
	}

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

	.dropdown {
		position: fixed;
		top: 10px;
		right: 2%;
		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;
	}

	nav {
		padding: 10px 10% 10px 5%;
	}

	.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;
	}

	h1 {
		font-size: 32px;
		line-height: 46px;
	}

	.flex {
		display: block;
		align-items: center;
	}

	#ueber-uns h2 {
		width: 100%;
	}

	#ueber-uns p {
		border-left: none;
		padding-left: 0px;
		padding-top: 20px;
		width: 100%;
	}

	#kontakt .col1 {
		margin-bottom: 50px;
	}

	.mailbutton {
		display: none;
	}

	#kontakt .col2 {
		width: 100%;
	}

	.tab button {
		width: 49%;
	}
	
	
#blog-2 .col {
    width: 100%;
}
	#blog-2 .col img {
    width: 100%;
	max-width: 400px;
		margin-bottom: 20px;
}
	
	#blog .col1, #blog .col2{
		width: 100%;
	}

}

@media screen and (max-width: 650px) {
	.marken {
		display: none;
	}
	  h2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
	  h1 {
    font-size: 20px;
    line-height: 26px;
  }
	#cta, #qualitaetsmarken{
		background-attachment: inherit;
	}
	nav {
		padding: 10px 15% 10px 5%;
	}

	#qualitaetsmarken .box {
		padding: 100px 10%;
		margin-left: 0%;
	}

	#qualitaetsmarken {
		margin-left: 0%;
		width: 100%;
	}

	#cta .box {
		width: 100%;

	}

	.claim {
		width: 100%;
		max-width: 90%;
		left: 0% 0px;
	}

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

	#cta {
		width: 100%;
	}

	h2 {
		font-size: 25px;
		line-height: 35px;
	}

	#cta .box h2 {
		font-size: 25px;
		line-height: 35px;
	}

	.lps a {
		font-size: 13px;
	}

	.button {
		padding: 5px;
		margin-right: 20px;
		margin-top: 12px;
	}

	.aside .button {
		display: none;
	}

	.tab button {
		width: 100%;
	}
}
