@import url("reset.css");

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

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

html {
	scroll-behavior: smooth
}

body {
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 26px;
	color: #555
}

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

.logo {
	height: 70px;
}

.logo:hover {
	opacity: 0.7;
	transition: 0.3s;
}

h1 {
	font-size: 40px;
	line-height: 55px;

}

h1 span {
	color: #e3b341;
	font-weight: 700;
	text-transform: uppercase;
}

h2 {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

h3 {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 20px;
}

strong {
	font-weight: 700;
}

.flex {
	display: flex;
	align-items: center;
	column-gap: 80px;
}


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

nav ul {
	display: flex;
}

nav ul li a {
	padding-left: 30px;
	text-decoration: none;
	color: #555;
	font-size: 18px;
}

nav ul li a:hover,
#datenschutz a:hover,
footer a:hover {
	color: #e3b341;
	transition: 0.3s;
}

.dropdown {
	display: none;
}

.sidenav {
	position: absolute;
	right: 2%;
	top: 500px;
}

.sidenav a img {
	display: block;
	margin-top: 20px;
	background: #e3b341;
	padding: 10px;
	width: 50px;
	height: 50px;
	object-fit: contain;
	border-radius: 100vh;
}

.sidenav a img:hover {
	background: #fff;
	transition: 0.3s;
}

header {
	background: url(../images/steuerkanzlei-mandanten-steuerberater.jpg);
	padding-top: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}

header .claim,
#kontakt .box {
	padding: 50px 10%;
	background: #fff;
	display: inline-block;
	border-top-right-radius: 100px;
}

#uebernahme,
#portfolio,
#leistungen {
	padding: 100px 10%;
}

#uebernahme .col,
#portfolio .col,
#leistungen .col,
#impressum .col{
	width: 50%;
}

#uebernahme img,
#portfolio img {
	width: 100%;
	min-height: 350px;
	border-radius: 50px;
	object-fit: cover;
}

#cta {
	text-align: center;
	padding: 100px 10%;
	background: url(../images/kundenstamm.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

#cta span {
	color: #555;
}

#cta .button {
	font-size: 18px;
	text-transform: none;
	text-decoration: none;
	display: inline-block;
	padding: 10px;
	border-radius: 100vh;
	margin-top: 30px;
	background: #fff;
	color: #555;
}



#cta .button:hover {
	color: #fff;
	background: #555;
	transition: 0.3s;
}

#leistungen {
	background: #eee;
}

#leistungen h2 {
	text-align: center;
}

#leistungen .box {
	display: flex;
	margin-top: 20px;
	align-items: baseline;
}

#leistungen .number {
	background: #e3b341;
	width: 80px;
	margin-right: 30px;
	height: 80px;
	font-size: 40px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 25px 30px;
	border-radius: 100vh;
}

#kontakt {
	padding-top: 300px;
	background: url(../images/team-steuerberatung.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#kontakt .box {
	width: 60%;
	padding: 50px 10% 100px 10%
}

#kontakt .button {
	padding: 10px;
	display: inline-block;
	margin-top: 30px;
	background: #e3b341;
	color: #555;
	text-decoration: none;
	font-weight: 700;
	border-radius: 100vh;
}

#kontakt .button:hover {
	background: #555;
	color: #e3b341;
	transition: 0.3s;
}

footer {
	background: #eee;
	padding: 0px 10% 30px 10%;
}

footer .col {
	width: 33.3%;
	display: flex;
	align-items: center;
}

footer .col a {
	color: #c48a00;
	text-decoration: none;
}

footer .col:nth-child(2) {
	background: #cccccc;
	padding: 50px;
}

footer .col img {
	margin-right: 20px;
	object-fit: contain;
	max-height: 30px;
}

footer .flex {
	column-gap: 20px;
}

#impressum{
	background: #eee;
	padding: 100px 10%;
}
	#impressum a{
		color: #e3b341;
		text-decoration: none;
	}

#datenschutz {
	background: #3c3c3c;
	color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 10%;
}

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

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

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

	header {
		padding-top: 500px;
	}

	.sidenav {
		top: 400px;
	}

	h1 {
		font-size: 30px;
		line-height: 42px;
	}

	#leistungen .number {
		width: 46px;
		margin-right: 20px;
		height: 47px;
		font-size: 35px;
		padding: 12px;
	}

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

	#kontakt {
		padding-top: 200px;
	}

	footer .col:nth-child(2) {
		padding: 20px;
	}

}

@media screen and (max-width: 1160px) {
	footer .col:nth-child(2) {
		display: block;
		padding: 50px 30px;
	}

	footer .col {
		display: block;
	}
}

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

	.dropbtn {
		background-color: #fff;
		color: #555;
		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(227, 179, 65, 0.22);
	}

	.show {
		display: block;
	}

	header {
		padding-top: 400px;
	}

	nav ul {
		display: none;
	}

	.flex {
		display: block;
	}

	#uebernahme .col,
	#portfolio .col,
	#leistungen .col,
	#impressum .col{
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	footer {
		padding: 0px;
	}

	footer .flex {
		display: block;
	}

	footer .col,
	footer .col:nth-child(2) {
		padding: 50px 10%;
		width: 100%;
	}

	#kontakt .box,
	.claim {
		width: 90%;
	}

	#uebernahme img,
	#portfolio img {
		max-width: 500px;
		min-height: auto;
	}

	#datenschutz {
		font-size: 13px;
	}

	h2 {
		font-size: 24px;
		line-height: 30px;
	}

	h3 {
		font-size: 22px;
		line-height: 32px;
	}

	#leistungen .box {
		display: block;
		background: #fff;
		padding: 10px 15px 50px 15px;
		border-radius: 20px;
		text-align: center;
	}

	#leistungen .number {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

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

	.sidenav {
		top: 150px;
	}

	.sidenav a img {
		margin-top: 7px;
		padding: 4px;
		width: 35px;
		height: 35px;
	}
}
