*{
	box-sizing: border-box;
}
html, body{
	scroll-behavior: smooth;
}
body{
	font-family: 'Noto Sans', sans-serif;
	color: #004F54;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5;

	padding: 0;
	margin: 0;
}

a{
	color: inherit;
	text-decoration: none;
	letter-spacing: 0.025em;
}

a.button, a.button_alt{
	display: inline-block;
	background: #004F54;
	padding: 6px 20px;
	font-weight: 600;
	color: #fff;
	border-radius: 50px;
}
a.button_alt{
	background: #fff;
	border: 1px solid #004F54;
	color: #004F54;
	font-weight: 300;
}

header{
	position: fixed;
	width: 100%;
	padding: 35px 50px;
	display: flex;
	justify-content: space-between;
	background: #009475;
	z-index: 99;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}

header, header *{
	transition: all 300ms ease;
}

header svg{
	display: block;
	width: 200px;
	*{
		fill: white !important;
	}
}

header>div{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	font-size: 18px;
}

header a.button, footer a.button{
	background-image: url('images/phone.svg');
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 20px;
	padding-left: 45px;
	margin-left: 10px;
}

nav{
	margin-top: 30px;
	font-size: 22px;
}
nav a{
	font-weight: 300;
	color: #fff;
	margin-left: 50px;

}

@media screen and (min-width: 1200px){
	header.mini{
		padding: 10px 50px;
	}
	header.mini svg{
		width: 135px;
	}
	header.mini nav{
		margin-top: 10px;
	}
}

main{
	padding-top: 210px;
}

section{
	padding: 100px 0;
}

.row{
	width: 86%;
	max-width: 830px;
	margin: 0 auto;
}

@keyframes slideInLeft{
	from{
		opacity: 0;
		transform: translate(-10vw,0);
	}
	to{
		opacity: 1;
		transform: translate(0,0);
	}
}

h1{
	opacity: 0;
	font-size: 44px;
	font-weight: 300;
	animation: slideInLeft 800ms ease-out forwards;
}
h1 strong{
	color: #009475;
}
#intro p{
	opacity: 0;
	animation: slideInLeft 800ms 800ms ease-out forwards;
}
section#botendienst{
	position: relative;
}
section#botendienst img{
	width: 60%;
}
section#botendienst figcaption{
	font-size: 14px;
}
section#botendienst div{
	position: absolute;
	top: 200px;
	right: 12%;
	background: #004F54;
	padding: 50px 125px;
}

h2{
	color: #fff;
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 55px;
}
section#botendienst p{
	color: #009475;
	font-size: 18px;
}

section#botendienst a{
	color: #fff;
	background: none;
	border: 1px solid #fff;
}

.box{
	background: #009475;
	padding: 25px 50px;
	margin: 20px 0;
	color: #fff;
}

.box.dark{
	background: #004F54;
	margin-bottom: 5rem;
}

small{
	margin-top: 1rem;
	font-size: 75%;
	letter-spacing: 0.015em;
	display: block;
	margin-bottom: 1.5rem;
	scroll-margin-top: 200px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 1.5rem;
}


sup{
	color: inherit;
	font-size: 50%;
	font-weight: 400;
}

h3{
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 60px;
}

.split{
	display: flex;
}
.split div{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	background: #009475;
	color: #fff;
	width: 50%;
	padding: 5% 8%;
	word-break: none;
	strong{
		font-weight: 600;
	}
	a{
		margin-top: 20px;
	}
}

.split div:nth-child(2){
	background: #004F54;
}

.split div:nth-child(2) a{
	background: #009475;
	color: #fff;
}

#preise{
	.table svg{
		display: block;
		max-width: 100%;
		height: auto;
		margin-bottom: 10rem;
	}
}
/* PREISE */ 

.split-pricing {
	display: flex;
	gap: 2rem;
	margin-top: 2rem;
}

.split-pricing > div {
	flex: 1;
}

@media (max-width: 768px) {
	.split-pricing {
		flex-direction: column;
		gap: 1rem;
	}
}

/* Additional pricing table styling */
.pricing-table {
	margin-bottom: 6rem;
}

.pricing-row {
	margin-bottom: 2.5rem;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 1.5rem;
}

.tariff-header {
	margin-bottom: 1rem;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.tariff-badge {
	background: #009475;
	color: white;
	padding: 0.3rem 1.5rem 0 1rem;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 2;
}

.pricing-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 0;
}

.pricing-item:last-child {
	border-bottom: none;
}

.service {
	flex: 1;
	font-weight: 200;
	strong{
		font-weight: 600;
	}
}

.price {
	min-width: 90px;
	font-weight: 100;
	white-space: nowrap;
	margin-left: 1rem;
}

.pricing-note {
	font-size: 0.9rem;
}

@media (max-width: 768px) {
	.pricing-item {
		align-items: flex-start;
		gap: 2rem;
	}
	.price {
		margin-left: 0;
		font-size: 1.1rem;
	}
}
@media (max-width: 480px) {
	.service{
		font-size: 1rem
	}
	.price {
		min-width: 50px;
		font-size: 1rem;
	}
}

.faq{
	margin: 25px 0 45px 0;
	border-bottom: 1px solid #BFE4DC;
}
.faq em{
	font-style: normal;
	color: #009475;
	font-weight: 600;
}
.faq p{
	margin-top: 10px;
}
.faq span{
	margin-top: 10px;
	border-bottom: 1px solid;
}

footer{
	text-align: center;
	background: #004F54;
	color: #fff;
	margin-top: 100px;
}

footer .cta{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #009475;
	border-radius: 200px;
	height: 200px;
	margin: 0 auto;
	transform: translate(0, -100px);
	box-shadow: 0 0 50px rgba(0,0,0,.15);
}

footer .cta a{
	background-color: #fff;
	color: #004F54;
	margin-left: 20px;
}

footer img{
	width: 250px;
	margin: 0 auto 70px auto;
}

footer .imprint{
	background: #009475;
	padding: 50px 0;
}

footer p{
	margin: 0 auto;
	width: 540px;
	max-width: 80%;
	font-size: 20px;
}

footer .imprint a{
	display: inline;
	background: none;
	border: none;
	color: inherit;
	margin: 0;
	padding: 0;
}

footer .dp{
	background: #fff;
	padding: 55px 0;
}

footer .dp p a{
	font-size: 16px;
	opacity: .35;
	color: #000;
}

@media screen and (max-width: 1399px){
	section#botendienst div{
		right: 2%;
	}
}

@media screen and (max-width: 1199px){
	body{
		font-size: 18px;
	}
	.desktop{display: none !important;}
	header{
		padding: 20px;
		align-items: center;
	}
	header svg{
		width: 100px;
	}
	main{
		padding-top: 100px;
	}
	h1{
		font-size: 24px;
	}
	#intro a{
		margin-bottom: 10px;
	}
	section{
		padding: 25px 0;
	}
	section#botendienst{
		display: block;
	}
	section#botendienst figure{
		padding: 0;
		margin: 0;
	}
	section#botendienst figcaption{
		padding: 10px 30px 30px 30px;
	}
	section#botendienst img{
		width: 100%;
	}
	section#botendienst div{
		position: relative;
		top: 0;
		right: auto;
		padding: 30px;
	}

	h2{
		font-size: 22px;
	}
	h3{
		font-size: 26px;
	}
	.split{
		display: block;
	}
	.split div{
		width: 100%;
		padding: 30px 30px 50px 30px;
	}
	#preise .table svg{
		margin-bottom: 6rem;
	}
	.box{
		padding: 5px 25px;
	}
	footer .cta{
		height: 100px;
		transform: translate(0, -50px);
	}
	footer .cta a{
		margin: 0;
	}
}
