:root {
  --primary-color: #21683C;
  --primary-color-light: #57C782;
  --secondary-color: #021132;
  --secondary-color-light: #22355E;
  --grey: #e3e3e3;
}

@font-face {
  font-display: swap; 
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/Satoshi-Light.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Satoshi';
  font-style: italic;
  font-weight: 300;
  src: url('../webfonts/Satoshi-LightItalic.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/Satoshi-Regular.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Satoshi';
  font-style: italic;
  font-weight: 400;
  src: url('../webfonts/Satoshi-Italic.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 500;
  src: url('../webfonts/Satoshi-Medium.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Satoshi';
  font-style: italic;
  font-weight: 500;
  src: url('../webfonts/Satoshi-MediumItalic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/Satoshi-Bold.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Satoshi';
  font-style: italic;
  font-weight: 700;
  src: url('../webfonts/Satoshi-BoldItalic.woff2') format('woff2');
}

*:focus {
	outline: none;
}

* {
	scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-family: 'Satoshi', sans-serif;
  font-size: 18px;
  color: var(--secondary-color);
}

.wp-block-columns {
	max-width: 1440px;
	margin: 0 auto 0 auto;
	padding: 0 15px;
}

.wp-block-group.has-background {
	padding: 115px 0;
}

main {
	min-height: calc(100vh - 772px);
}

main.page_404 {
	padding: 100px 0;
	text-align: center;
}

/* Header */

header .header_top {
	background-color: var(--secondary-color-light);
	color: #ffffff;
	padding: 10px 0;
	font-weight: 400;
	text-align: right;
}

header .header_top a {
	color: #ffffff;
	transition: all 0.3s;
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
	margin-left: 30px;
	line-height: 1;
}

header .header_top a:hover {
	opacity: 0.8;
}

header .header_top .menu-sprachen-container {
	display: inline-block;
}

header .header_top .menu-sprachen-container ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

header .header_top .menu-sprachen-container ul li {
	display: inline-block;
	list-style: none;
}

header .header_top .menu-sprachen-container ul li a {
	margin-left: 15px;
}

header .header_top .menu-sprachen-container ul li a img {
	border: 1px solid rgba(255,255,255,0.8);	
}

header .header_bottom {
	background-color: var(--secondary-color);	
	padding: 15px 0;
}

header .header_bottom img {
	width: 330px;
	max-width: 100%;
}

header .header_bottom nav ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

header .header_bottom nav ul li {
	display: inline-block;
	list-style: none;
	margin-left: 30px;
}

header .header_bottom nav ul li a {
	color: #ffffff;
	transition: all 0.3s;
	text-decoration: none;	
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
}

header .header_bottom nav ul li a:hover {
	opacity: 0.8;
}

header .header_bottom nav ul li.current_page_item a {
	font-weight: 600;
}

header .header_bottom nav ul li.button a {
	padding: 15px 15px;
	font-weight: 300;
	background-color: var(--primary-color);
	border-radius: 5px;
	display: block;
}

header .header_bottom nav ul li.button a:hover {
	opacity: 1;
	background-color: var(--secondary-color-light);
}

header .header_bottom nav ul li.button.current_page_item a {
	font-weight: 600;
}

header .mobile_nav_open {
	font-size: 30px;
	color: #ffffff;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 15px;
	top: calc(50% - 22.5px);
}

.mobile_nav_headline {
	display: none;
	text-transform: uppercase;
	cursor: pointer;
	padding: 15px 25px;
	background-color: var(--secondary-color-light);
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 22px;
}

/* Hero */

section.hero {
	position: relative;
}

section.hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

section.hero .hero_overlay {
	color: #ffffff;
	background-color: rgba(2, 17, 50, 0.6);
	position: relative;
	padding-top: 200px;
}

section.hero .hero_overlay .hero_text {
	padding-bottom: 200px;
}

section.hero .hero_overlay .hero_text:has(+ .hero_logos) {
	padding-bottom: 125px;
}

section.hero .hero_overlay .hero_text h1 {
	font-size: 64px;
	line-height: 1.16;
}

section.hero .hero_overlay .hero_text h1 strong {
	display: block;
}

section.hero .hero_overlay .hero_text p {
	width: 750px;
	max-width: 100%;
	font-size: 20px;
	margin-bottom: 30px;
}

section.hero .hero_overlay .hero_text a.button_white {
	background-color: #ffffff;
	color: var(--secondary-color);
	margin-right: 15px;
}

section.hero .hero_overlay .hero_text a.button_white:hover {
	background-color: var(--secondary-color-light);
	color: #ffffff;
}

section.hero .hero_overlay .hero_text a.button_white i {
	color: var(--primary-color);
}

section.hero .hero_overlay .hero_logos {
	text-align: right;
}

section.hero .hero_overlay .hero_logos ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	padding: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

section.hero .hero_overlay .hero_logos ul li {
	display: inline-block;
	list-style: none;
	margin-left: 15px;
}

section.hero .hero_overlay .hero_logos ul li:first-child {
	margin-left: 0;
}

section.hero .hero_overlay .hero_logos ul li img {
	position: initial;
	width: auto;
	height: 75px;
}

/* Banner */

section.banner {
	position: relative;
	font-size: 20px;
}

section.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

section.banner .banner_overlay {
	color: #ffffff;
	background-color: rgba(2, 17, 50, 0.6);
	position: relative;
	padding: 115px 0;
}

section.banner .banner_overlay h1 {
	font-size: 64px;
	font-weight: 700;
}

/* Iconbox */

section.iconbox .introduction {
	padding-bottom: 50px;
	border-bottom: 2px solid var(--secondary-color-light);
	margin-bottom: 50px;
}

section.iconbox .introduction p:last-child {
	margin-bottom: 0;
}

section.iconbox .icons .icon_single {
	margin-bottom: 30px;
}

section.iconbox .icons .icon_single strong {
	display: flex;
	align-items: center;
	font-size: 24px;
	line-height: 1.1;
	gap: 20px;
}

section.iconbox .icons .icon_single strong img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	padding: 10px;
	border-radius: 5px;
	background-color: var(--grey);
}

section.iconbox .icons .icon_single span {
	display: block;
	font-size: 20px;
	opacity: 0.8;
	line-height: 1.3;
	margin-top: 15px;
}

/* Cards */

section.cards img {
	width: 100%;
	height: 200px;
	object-fit: contain;
	padding: 30px;
	background-color: var(--secondary-color-light);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

section.cards .card_single {
	margin-bottom: 30px;
}

section.cards .card_single a {
	text-decoration: none;
	transition: all 0.3s;
}

section.cards .card_single a:hover {
	opacity: 0.8;
}

section.cards .card_single strong {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px;
	background-color: var(--grey);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #000000;
	font-weight: 500;
	font-size: 22px;
}

/* Teaser */

section.teaser .teaser_single {
	text-align: center;
	padding: 0 50px;
	margin-bottom: 30px;
}

section.teaser .teaser_single img {
	display: block;
	margin: 0 auto 30px auto;
	height: 115px;
	width: auto;
}

section.teaser .teaser_single strong,
section.teaser .teaser_single span {
	display: block;
}

section.teaser .teaser_single strong {
	margin-bottom: 15px;
	font-size: 20px;
}

/* Accordion */

section.accordion .introduction {
	margin-bottom: 50px;
}

section.accordion .accordion_single {
	padding: 20px;
	margin-bottom: 30px;
	background-color: var(--secondary-color-light);
	color: #ffffff;
	border-radius: 10px;
	transition: all 0.3s;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
}

section.accordion .accordion_single.open {
	background-color: #ffffff;
	color: var(--secondary-color);
}

section.accordion .accordion_single .accordion_title {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

section.accordion .accordion_single .accordion_title h3 {
	line-height: 1.1;
	margin: 0;
}

section.accordion .accordion_single .accordion_title i {
	transition: all 0.3s;
}

section.accordion .accordion_single.open .accordion_title i {
	transform: rotate(180deg);
}

section.accordion .accordion_single .accordion_content {
	display: none;
	padding-top: 20px;
}

/* CTA */

section.cta {
	text-align: center;
}

section.cta h2 {
	font-size: 48px;
	line-height: 1.09;
	margin-bottom: 15px;
}

section.cta p {
	margin-bottom: 15px;
	font-size: 20px;
}

section.cta h2 strong {
	display: block;
}

/* Image */

.imagewrap {
	width: 100%;
	height: 100%;
	position: relative;
}

.imagewrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
	position: absolute;
}

/* Quote */

section.quote {
	text-align: center;
}

section.quote .quote {
	font-size: 48px;
	font-style: italic;
	line-height: 1.09;
}

section.quote .quote em {
	color: var(--primary-color);
}

.wp-block-group.has-background section.quote .quote em {
	color: inherit;
}

section.quote .author {
	font-size: 24px;
}

/* Text */

section.text {
	font-size: 20px;
}

section.text h1 {
	font-size: 58px;
}

section.text h2 {
	font-size: 48px;
}

section.text h3 {
	font-size: 38px;
}

section.text h1 strong,
section.text h2 strong,
section.text h3 strong {
	display: block;
}

section.text h1 em,
section.text h2 em,
section.text h3 em {
	font-style: normal;
	color: var(--primary-color)
}

section.text a {
	color: var(--primary-color)
}

/* Contact */

section.contact {
	font-size: 20px;
}

section.contact .info_half {
	margin-bottom: 30px;
}

section.contact h2 {
	font-size: 48px;
	line-height: 1.09;
	margin-bottom: 30px;
}

section.contact h2 strong {
	display: block;
}

section.contact p {
	width: 500px;
	max-width: 100%;
	margin-bottom: 30px;
}

section.contact span {
	display: block;
	margin-bottom: 8px;
}

section.contact span i,
section.contact span a i {
	color: var(--primary-color);
}

section.contact span a {
	color: var(--secondary-color);
	transition: all 0.3s;
	text-decoration: none;
}

section.contact span a:hover {
	opacity: 0.6;
}

section.contact .formfield {
	margin-bottom: 15px;
}

section.contact .formfield p {
	width: 100%;
	margin: 0;
}

section.contact .formfield .wpcf7-list-item {
	margin: 0;
}

section.contact .formfield span.wpcf7-list-item-label {
	display: inline-block;
	margin: 0;
}

section.contact .formfield input,
section.contact .formfield textarea,
section.contact .formfield select {
	width: 100%;
	background-color: var(--grey);
	border-radius: 5px;
	padding: 10px;
	border: none;
}

section.contact .formfield select {
	appearance: none;
	cursor: pointer;
	background-image: url('/wp-content/themes/kutsch/assets/img/chevron-down-solid.svg');
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	color: var(--secondary-color);
}

section.contact .formfield textarea {
	height: 200px;
}

section.contact .formfield input[type="checkbox"] {
	width: auto;
	display: inline-block;
	margin-right: 5px;
}

section.contact .formfield input[type="submit"] {
	width: auto;
	background-color: var(--primary-color);
	color: #ffffff;
	transition: all 0.3s;
}

section.contact .formfield input[type="submit"]:hover {
	background-color: var(--secondary-color-light);
}

section.contact .formfield p .wpcf7-acceptance label {
	padding-left: 0;
	font-size: 14px;
}

/* Button */

a.button {
	padding: 15px 15px;
	font-weight: 300;
	background-color: var(--primary-color);
	border-radius: 5px;
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	transition: all 0.3s;
	text-decoration: none;
	line-height: 1;
}

a.button:hover {
	background-color: var(--secondary-color-light);	
}

/* Footer */

footer .footer_top {
	background-color: var(--secondary-color);
	padding: 100px 0 0 0;
	color: #ffffff;
	font-weight: 300;
}

footer .footer_top .info {
	padding-bottom: 100px;
}

footer .footer_top img {
	width: 330px;
	max-width: 100%;
	margin-bottom: 10px;
}

footer .footer_top .info p {
	text-align: justify;
	hyphens: auto;
	opacity: 0.8;
	line-height: 1.3;
	margin-bottom: 50px;
}

footer .footer_top strong {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

footer .footer_top span {
	display: block;
	margin-bottom: 5px;
}

footer .footer_top span a {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s;
}

footer .footer_top span a:hover {
	opacity: 0.8;
}

footer .footer_top .map {
	align-self: flex-end;
}

footer .footer_top .map_container {
	background-color: var(--secondary-color-light);
}

footer .footer_top .map_container iframe {
	border: none;
}

footer .footer_top .map_container .map_info {
	padding: 30px;
}

footer .footer_bottom {
	background-color: var(--grey);
	padding: 10px 0;
	font-size: 16px;
}

footer .footer_bottom ul {
	margin: 0;
	padding: 0;
}

footer .footer_bottom ul li {
	display: inline-block;
	margin-right: 30px;
}

footer .footer_bottom a {
	color: var(--secondary-color);
	text-decoration: none;
	transition: all 0.3s;
}

footer .footer_bottom a:hover {
	opacity: 0.8;
}

footer .footer_bottom .backlink {
	text-align: right;
}

/* Responsive */

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

	header .header_bottom nav ul li {
		margin-left: 20px;
	}

	header .header_bottom nav ul li a {
		font-size: 18px;
	}

	header .header_top a {
		margin-left: 20px;
	}

}

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

	header .header_top a {
		margin-left: 15px;
	}

	header .header_bottom nav ul li {
		margin-left: 15px;
	}

	header .header_bottom nav ul li a {
		font-size: 16px;
	}

	header .header_top a {
		font-size: 14px;
	}

	footer .footer_top .map_container .col-lg-6 {
		width: 100%;
		max-width: 100%;
		flex: 100%;
	}

}

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

	section.hero .hero_overlay .hero_logos {
		text-align: left;
	}

	section.hero .hero_overlay .hero_text h1,
	section.banner .banner_overlay h1,
	section.text h1 {
		font-size: 55px;
		hyphens: auto;
	}

	section.cta h2,
	section.text h2,
	section.text h2,
	section.quote .quote,
	section.contact h2 {
		font-size: 44px;
	}

	header .navigation {
		position: fixed;
		top: 0;
		padding: 0;
		right: -100%;
		height: 100vh;
		background: var(--secondary-color);
		width: 500px;
		max-width: 80vw;
		z-index: 999;
		box-shadow: -5px 0px 15px 5px rgba(0,0,0,0.2);
		transition: all 0.3s;
	}

	header .navigation.open {
		right: 0;
	}

	header .mobile_nav_open {
		display: block;
	}

	.mobile_nav_headline {
		display: flex;
	}

	header .header_bottom nav ul {
		text-align: left;
	}

	header .header_bottom nav ul li {
		display: block;
		margin: 0;
		border-bottom: 1px solid var(--secondary-color-light);
	}

	header .header_bottom nav ul li a {
		display: block;
		font-size: 20px;
		padding: 15px 25px;
	}

	header .header_bottom nav ul li.button {
		border: none;
		padding: 15px 25px;
	}

	header .header_bottom nav ul li.button a {
		display: inline-block;
	}

	section.teaser .teaser_single {
		padding: 0 15px;
	}

	section.accordion .accordion_single .accordion_title h3 {
		font-size: 1.6rem;
	}

}

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

	.imagewrap img {
		position: initial;
		height: auto;
	}

}

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

	section.hero .hero_overlay .hero_text h1,
	section.banner .banner_overlay h1,
	section.text h1 {
		font-size: 50px;
	}

	section.cta h2,
	section.text h2,
	section.text h2,
	section.quote .quote,
	section.contact h2 {
		font-size: 40px;
		hyphens: auto;
	}

	section.accordion .accordion_single .accordion_title h3 {
		font-size: 1.5rem;
	}	

	section.hero .hero_overlay .hero_logos ul {
		display: none;
	}

	section.hero .hero_overlay {
		padding-top: 100px;
	}

	section.hero .hero_overlay .hero_text:has(+ .hero_logos) {
		padding-bottom: 100px;
	}

	section.quote .author {
		font-size: 20px;
	}

	header .header_top {
		text-align: left;
	}

	header .header_top a {
		margin-left: 0;
		margin-right: 15px;
	}

	header .header_bottom img,
	footer .footer_top img {
		width: 250px;
	}	

	footer .footer_bottom .backlink {
		text-align: left;
	}

	header .header_top a span {
		display: none;
	}

	header .header_top .menu-sprachen-container ul li a {
		margin-left: 0;
	}	

	.wp-block-spacer {
		max-height: 75px;
	}	

	.wp-block-group.has-background {
	  padding: 90px 0;
	}		

}

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

	header .header_top a {
		font-size: 20px;
	}

	section.banner::before {
		content: '';
		background-color: rgba(2, 17, 50, 0.6);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
	}

	section.banner img {
		position: initial;
	}

	section.banner .banner_overlay {
		background-color: rgba(2, 17, 50, 1);
		padding: 50px 0;
	}

	section.text h1 strong, 
	section.text h2 strong, 
	section.text h3 strong {
		display: inline;
	}

	section.hero .hero_overlay .hero_text h1,
	section.banner .banner_overlay h1,
	section.text h1 {
		font-size: 45px;
	}

	section.cta h2,
	section.text h2,
	section.text h2,
	section.quote .quote,
	section.contact h2 {
		font-size: 35px;
		hyphens: auto;
	}

	h1,
	h2,
	h3 {
		hyphens: auto;
	}

	section.cta p,
	section.quote .author,
	section.iconbox .icons .icon_single span {
		font-size: 18px;
	}

	section.hero .hero_overlay .hero_text p {
		font-size: 18px;
	}

	section.accordion .accordion_single .accordion_title h3 {
		font-size: 1.4rem;
		hyphens: auto;
	}	

	section.hero .hero_overlay .hero_text a.button_white {
		margin-bottom: 15px;
	}

	.wp-block-spacer {
		max-height: 50px;
	}	

	.wp-block-group.has-background {
	  padding: 65px 0;
	}

	section.cta h2 strong,
	section.hero .hero_overlay .hero_text h1 strong {
		display: inline;
	}

}