body {
	margin: 4rem;
	font-family: "Fira Sans", Arial;
	font-size: 1.6rem;
}
a,
a:hover,
a:visited {
	color: #00ADBF;
}
h2 {
	margin-top: 2rem;
	font-weight: bold;
	font-size: 2rem;
}
header {
	position: relative;
	margin-bottom: 20px;
}
header #logo img {
	height: 60px;
	width: auto;
}
a.language-switcher {
	position: absolute;
	top: 0;
	right: 0;
	border: 4px solid #00ADBF;
	padding: .15rem .5rem;
}
#banner {
	height: 500px;
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	margin-bottom: 2rem;
	position: relative;
}
#banner #slogan {
	position: absolute;
	bottom: 1rem;
	left: 2rem;
	font-size: 3rem;
	font-weight: bold;
	color: #000000;
	text-shadow: -1px -1px 0 #aaa, 1px -1px 0 #aaa, -1px 1px 0 #aaa, 1px 1px 0 #aaa;
}
#communicators {
	background: #333333;
	padding: 4rem;
	color: #ffffff;
	text-align: center;
	border-radius: 20px;
}
#communicators a {
	color: #ffffff;
	text-decoration: underline;
}
#communicators h2 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 4rem;
}
#communicators>.content {
	display: flex;
	flex-direction: row;
}
#communicators .communicator {
	flex: 1;
	padding: 0 4rem;
}
#communicators .communicator .content {
	padding-top: 3rem;
}
#communicators h3 {
	margin: 0 0 2rem 0;
	text-align: center;
	font-weight: normal;
	font-size: 2rem;
}
#communicators img {
	width: 60%;
	height: auto;
	border-radius: 100%;
	margin: 0 auto;
	border: 4px solid #ffffff;
}
#testimonials>.content {
	display: flex;
	flex-direction: row;
	gap: 4rem;
}
#testimonials .testimonial {
	flex: 1;
	position: relative;
	padding-top: 6rem;
}
#testimonials .testimonial::before {
	content: "”";
	position: absolute;
	top: -2rem;
	left: 0rem;
	color: #eeeeee;
	font-weight: bold;
	font-size: 10rem;
	font-family: Georgia, serif;
}
#testimonials .testimonial .name {
	font-weight: bold;
}
.field-hp {
	display: none;
}

#contact-form-wrapper {
	background: #eeeeee;
	border: 2px solid #cccccc;
	border-radius: 10px;
	padding: 0 2rem;
	margin: 2rem 25%;
}
#contact-form-wrapper span.required {
	color: #cc0000;
}
#contact-form-wrapper .button-wrapper {
	text-align: center;
}
#contact-form-wrapper input,
#contact-form-wrapper textarea {
	font-size: 1.6rem;
}
.status {
	color: #31402a;
	background: #a5bf99;
	padding: 2rem;
	border-radius: 3px;
	margin-top: 2rem;
}
.status.error {
	color: #402a2c;
	background: #c9abae;
}

@media (max-width: 767.98px) {
	header #logo img {
		height: 40px;
		width: auto;
	}
	#communicators>.content,
	#testimonials>.content {
		flex-direction: column;
	}
	body {
		margin: 2rem;
		font-family: "Fira Sans", Arial;
		font-size: .8rem;
	}
	h1 {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	h2 {
		font-size: 1rem;
	}
	#banner {
		height: 200px;
		margin-bottom: 1rem;
	}
	#banner #slogan {
		display: none;
	}


	#communicators {
		padding: 2rem;
		border-radius: 10px;
	}
	#communicators h2 {
		font-size: 1.2rem;
		margin-bottom: 1rem;
	}
	#communicators .communicator {
		padding: 0 1rem;
	}
	#communicators .communicator .content {
		padding-top: 1rem;
	}
	#communicators h3 {
		margin: 1rem 0 1rem 0;
		font-size: 1.2rem;
	}
	#communicators img {
		width: 80%;
		height: auto;
		border: 2px solid #ffffff;
	}

	#testimonials>.content {
		gap: 1rem;
	}

	
	#contact-form-wrapper {
		margin: 2rem 0;
	}
	#contact-form-wrapper input,
	#contact-form-wrapper textarea {
		font-size: .8rem;
	}
}