/*
Theme Name: Cro Housekeepers Theme
Theme URI: https://www.nilsrogavac.de/
Author: Nils Rogavac
Author URI: https://www.nilsrogavac.de/
Text Domain: cro-housekeepers-theme
*/

/*

White: #ffffff
Creme: #E7E2DC
Dark blue: #172E3C
Cyan/Mint: #8ECBC6

*/

* {
	margin: 0;
	padding: 0;
}

body,
html {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
    line-height: 1.6;
	color: #172E3C;
	scroll-behavior: smooth;
}

.clearfix::after,
.row::after {
  content: "";
  clear: both;
  display: table;
}

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

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

img {
	max-width: 100%;
	height: auto;
}

/* Typographie */

/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/inter-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/inter-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/inter-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/inter-v12-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-600 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/inter-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/inter-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/inter-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/inter-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/inter-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/inter-v12-latin-600.svg#Inter') format('svg'); /* Legacy iOS */
}

h1,
h2,
h3,
h4,
h5,
.headline-font {
	font-family: 'QuincyCF-Regular', sans-serif;
}

h1 {
	font-size: 60px;
	margin-bottom: 20px;
}

h2 {
	font-size: 55px;
	margin-bottom: 15px;
}

h3 {
	font-size: 45px;
	margin-bottom: 10px;
}

p {
	font-size: 16px;
    line-height: 1.6;
}

.smaller {
	font-size: 12px;
}

.button,
.wp-block-button__link,
input[type=submit] {
	border: 1px solid #172E3C;
	color: #172E3C;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 0 !important;
	background: none;
}

.button.inverted,
.darkblue-bg .wp-block-button__link {
	border: 1px solid #fff;
	color: #fff;
	background: none;
}

.button.filled {
	border: 1px solid #E7E2DC;
	color: #172E3C;
	background: #E7E2DC;
}

.button:hover,
.button:focus,
.button:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
	color: #fff;
	background: #172E3C;
	transition: 0.2s all;
}

.button.inverted:hover,
.button.inverted:focus,
.button.inverted:active,
.darkblue-bg .wp-block-button__link:hover,
.darkblue-bg .wp-block-button__link:focus,
.darkblue-bg .wp-block-button__link:active {
	color: #172E3C;
	background: #fff;
}

.button.fake:hover,
.button.fake:focus,
.button.fake:active {
	border: 1px solid #E7E2DC;
	color: #172E3C;
	background: #E7E2DC;
}

.center {
	text-align: center;
}

/* Navigation */

nav ul {
	margin: 0;
	float: right;
}

nav li {
	float: left;
	list-style: none;
	margin-right: 20px;
}

nav li:last-child {
	margin-right: 0;
}

nav a {
	color: #172E3C;
	padding-bottom: 3px;
}

a:hover,
a:active,
a:focus,
.current-menu-item {
	color: #172E3C;
	text-decoration: none;
	transition: 0.2s all;
	border-bottom: 1px solid #172E3C;
}

.current-menu-item:hover,
.current-menu-item:active,
.current-menu-item:focus {
	border-bottom: none;
}

/* Header */

header {
	padding: 15px 0;
	position: absolute;
	width: 100%;
    z-index: 999;
    background: #fff;
}

.fixed {
	display: block;
	position: fixed;
	top: 0;
	transition: 300ms ease;
	box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
}

.logo {
	max-width: 150px;
}

.logolink:hover,
.logolink:focus,
.logolink:active {
	border: 0;
}

/* Infobox */

.sides {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 999;
}

.infobox-wrapper {
	overflow: hidden;
}

.infobox {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
	display: inline-block;
    float: right;
	cursor: pointer;
	background: #8ECBC6;
	color: #172E3C;
	padding: 5px 9px;
}

.infobox-text {
	width: 160px;
	margin-right: -160px;
	opacity: 0;
	transition: all 0.5s ease;
	background: #8ECBC6;
	color: #172E3C;
	padding: 5px 9px;
}

.infobox-text p {
	margin: 0;
}

.infobox-text a {
	color: #172E3C;
}

.infobox-wrapper:hover .infobox-text,
.infobox-wrapper:focus .infobox-text,
.infobox-wrapper:active .infobox-text {
	margin-right: 0;
	opacity: 1;
}

.infobox.facebook {
    background: #172E3C;
    padding: 5px 13px;
}

.infobox.facebook a {
	 color: #8ECBC6;
}

.fa-facebook-f:before {
    content: "\f39e" !important;
}

/* Content */

.content {
	padding-bottom: 50px;
}

.about-us,
.firefighters,
.service {
	padding-bottom: 0;
}

.home .content,
.service {
	padding-top: 145px;
}

.headline {
	background: #172E3C;
	color: #ffF;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 50px;
}

.home .headline,
.firefighters .headline {
	margin-bottom: 0;
	border-top: 30px solid #fff;
	border-left: 30px solid #fff;
	border-right: 30px solid #fff;
}

.service .headline,
.about-us .headline,
.kontakt .headline {
	margin-bottom: 0;
	border: 30px solid #fff;
}

.headline h1 {
	margin-bottom: 0;
}

/* Home */

.beige-bg {
	background: #E7E2DC;
	padding: 50px 0;
    border: 30px solid #fff;
}

.beige-bg.no-border {
	border: 0;
}

.home .beige-bg h2 {
	font-size: 40px;
	margin-bottom: 50px;
}

.testimonials {
	margin-top: 50px;
}

.easy_testimonial {
	text-align: center;
}

.easy_testimonial .stars,
.easy_testimonial .testimonial-position {
	display: none;
}

.easy_testimonial .testimonial_author {
	font-weight: 600;
	margin-top: 10px;
}

.easy_testimonial .testimonial_author cite {
	font-style: normal;
}

blockquote.easy_testimonial p {
	margin-bottom: 0;
}

.easy-t-cycle-pager span.cycle-pager-active {
    color: #172E3C !important;
}

.textbereich-right.packages {
	padding: 50px 0 50px 50px;
}

.packages .button.filled {
	margin-right: 20px;
	margin-bottom: 10px;
}

.packages ul li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 1.3em;
}

.packages ul li::before {
	content: "\f00c";
	color: #8ECBC6;
	font-family: 'Font Awesome 6 Free';
	margin-right: 10px;
	font-weight: 900;
	font-size: 20px;
	 margin-left: -1.5em; 
}

/* About us */

.header-image {
	height: 550px;
	background-position: center;
    background-size: cover;
	color: #fff;
}

.single .header-image {
	margin-bottom: 50px;
}

.bottom-image {
	height: 550px;
	background-position: center;
    background-size: cover;
}

.about-us .darkblue-bg {
	padding-bottom: 50px;
}

.bild-wrapper-row {
	margin-top: 50px;
}

/* Service */

#additional-services {
	display: block;
    position: relative;
    top: -160px;
    visibility: hidden;
}

.service .bottom-image {
	margin-top: 50px;
}

.accordions .accordions-head-title {
    margin: 0 !important;
}

.service .darkblue-bg {
	padding: 50px 0;
	margin-bottom: 50px;
	text-align: center;
}

.service .packages ul {
	text-align: left;
}

.service .packages ul li::before {
	color: #8ECBC6;
}

/* Firefighters */

.firefighters .darkblue-bg {
	padding: 50px 0;
}

.blogbeitrag .textbereich {
	background: #fff;
	text-align: left;
	padding: 20px;
}

.blogbeitrag .textbereich h3 {
	font-size: 36px;
    line-height: 1.2;
}

.blogbeitrag .more,
.more-link {
	color: #172E3C;
	text-transform: uppercase;
	font-weight: 600;
}

.firefighter-headline {
    margin-top: -200px;
	margin-bottom: 100px;
}

.firefighter-headline h2 {
	font-size: 100px;
    line-height: 0.75;
    padding: 0 50px;
}

.firefighter-image {
	margin-bottom: 30px;
}

hr {
    border-top: 1px solid #fff;
}

/* Kontakt */

#kontakt-footer-widget .button {
	margin-bottom: 20px;
}

.content a {
	color: #172E3C;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
	border: 1px solid #172E3C;
	width: 100%;
	border-radius: 3px;
	padding: 7px;
}

.wpcf7-list-item {
	margin: 0 !important;
}

/* Footer */

.footer-contact {
	background: #172E3C;
	color: #fff;
}

.textbereich-left {
	padding: 75px 30px 75px 0;
}

.textbereich-right {
	padding: 150px 0 150px 50px;
}

.footer-contact .right-img {
	background: url(https://www.cro-housekeepers.com/wp-content/uploads/2022/08/cro-housekeepers-pattern.jpg) center;
    background-size: cover;
	width: 50vw;
	height: 100%;
}

.darkblue-bg {
	background: #172E3C;
	color: #fff;
}

.left-img {
	width: 50vw;
	height: 100%;
	position: absolute;
	left: -7px;
}

.left-img.pattern {
	background: url(https://www.cro-housekeepers.com/wp-content/uploads/2022/08/cro-housekeepers-pattern.jpg) center;
	  background-size: cover;
}

.left-img.key {
	background: url(https://www.cro-housekeepers.com/wp-content/uploads/2022/08/schluesseluebergabe3.jpg) center;
	  background-size: cover;
	background-position: left center;
}

.overflow {
	overflow-x: hidden;
}

.footer-contact a {
	color: #fff;
}

.footer-contact .headline-font {
	font-size: 25px;
	line-height: 1.2;
}

.footer-contact .headline-font a:hover,
.footer-contact .headline-font a:active,
.footer-contact .headline-font a:focus {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.wp-image-270 {
	margin-top: 20px;
}

footer {
	padding: 15px 0;
}

footer p,
footer ul {
	margin: 0;
}

/* Media Queries */

@media (max-width: 990px) {
	
	.logo {
		max-width: 150px;
		margin: 0 auto;
		display: block;
	}
	
	nav ul {
		margin: 20px auto 0;
		float: none;
		display: table;
		padding: 0;
	}
	
	.firefighter-headline h2 {
		padding: 0;
	}
	
	footer p {
		text-align: center;
	}
	
	footer nav {
		float: none;
		margin: 20px auto 0;
		display: table;
	}
	
	/* Nav */
	
	header nav {display: none;}

	.fa-bars:before {
		float: right;
	}
	
	#trigger-overlay {
		font-size: 40px;
		width: 100%;
		cursor: pointer;
		color: #172E3C;
		z-index: 9999;
	}

	#trigger-overlay:hover,
	#trigger-overlay:active,
	#trigger-overlay:focus {
		color: #8ECBC6;
		transition: 0.2s all;
	}

	/* Overlay style */
	.overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: #8ECBC6;
		z-index: 9999;
	}
	
	/* Overlay closing cross */
	.overlay .overlay-close {
		width: 25px;
		height: 25px;
		position: absolute;
		right: 20px;
		top: 20px;
		overflow: hidden;
		border: none;
		background: url(img/cross.png) no-repeat center center;
		text-indent: 200%;
		color: transparent;
		outline: none;
		background-size: contain;
		z-index: 100;
		cursor: pointer;
	}

	/* Menu style */
	.overlay nav {
		text-align: center;
	}

	.overlay ul {
		list-style: none;
		padding: 0;
		margin: 0 auto;
		display: inline-block;
		height: 100%;
		position: relative;
		float: none;
	}

	.overlay ul li {
		display: block;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		float: none;
		margin-right: 0;
	}

	.overlay ul li a {
		font-size: 35px;
		font-weight: 300;
		display: block;
		color: #fff;
		-webkit-transition: color 0.2s;
		transition: color 0.2s;
		border-bottom: 2px solid #8ECBC6;
	}

	.overlay ul li a:hover,
	.overlay ul li a:focus,
	.overlay ul li a:active {
		border-bottom: 2px solid #fff;
		text-decoration: none;
	}

	/* Effects */
	.overlay-slidedown {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
		transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
	}

	.overlay-slidedown.open {
		visibility: visible;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		-webkit-transition: -webkit-transform 0.4s ease-in-out;
		transition: transform 0.4s ease-in-out;
	}

	.overlay nav {
		font-size: 34px;
	}
	
}

@media (max-width: 767px) { /* Small */
	
	.footer-contact .headline-font {
		font-size: 20px;
	}
	
	.packages .button {
		display: table;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.header-image,
	.bottom-image{
		height: 420px;
	}
	
	.service .darkblue-bg {
		padding: 30px 0;
	}
	
	.beige-bg {
		padding: 30px 0;
	}
	
	.beige-bg h2 {
		font-size: 25px;
		margin-bottom: 50px;
	}
	
	.firefighter-headline h2 {
		font-size: 70px;
	}
	
	.firefighter-headline {
		margin-top: -90px;
    	margin-bottom: 40px;
	}
	
	.blogbeitrag {
		margin-bottom: 30px;
	}
	
	nav li {
		margin-right: 9px;
	}
	
	.about-us .darkblue-bg img {
		max-width: 250px;
		margin: 0 auto 20px auto;
		display: block;
	}
	
	h1 {
		font-size: 45px;
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 35px;
	}
	
	.textbereich-left,
	.textbereich-right {
		padding: 50px 0 !important;
	}
	
	.textbereich-left {
		padding: 40px 0 50px;
	}
	
	.headline {
		background: #172E3C;
		color: #ffF;
		padding: 20px 0;
		text-align: center;
	}

	.left-img {
		display: none;
	}
	
}

@media (min-width: 991px) { 
	
	#trigger-overlay,
	.overlay {display: none;}
	
}

@media (max-width: 575px) { /* Extra-Small */
	
	.logo {
		max-width: 150px;
	}
	
	.firefighter-headline h2 {
		font-size: 50px;
	}
	
}