/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*******************************************************
*
Theme Name:	   Mindlab-Designs
Theme URI:
Description:
Version:       1.0
Author:        Gerd Baumgartner        
*
*******************************************************/

:root {
	--dark: #560D00;
	--dark_projekt: #1F0405;
	--light: #FAF4F4;
	--light_blur: rgba(40,20,20,0.1);
	--primary: #B21E25;	
	--background_filter: rgba(31,4,5,0.5);
	--textlight: 'Montserrat light', sans-serif;
	
	--hakenOk: #3CD118;
	--hakenNichtOk: red;
	--bold: 700;
	--regluar: 400;
	--thin: 300;
}

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    margin: 0;
	padding: 0;
	font-family: 'Open Sans regular', sans-serif;
}

/* ----------------------------------------------- Standard ----------------------------------------------- */
html {
	height: -webkit-fill-available;
	scroll-behavior: smooth;
}

body {
	/*max-width: 1920px !important;*/
	position: relative;
	margin: 0 auto;
	min-height: auto;
	height: -webkit-fill-available;
    background: var(--dark_projekt);
	overflow-x: hidden;
	overflow-y: scroll;
}

#NoScroll.active {
	overflow-y: hidden;
}

/* ----------------------------------------------- Schriften ----------------------------------------------- */
p {
	padding: 0 0 25px;
	font-family: 'Open Sans light', sans-serif;
	font-size: 16px;
	line-height: 25px;
	text-align: justify;
	color: var(--light);
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
	font-size: 16px;
	font-family: 'Open Sans light', sans-serif;
	color: var(--light);
}

textarea::-moz-placeholder, input::-moz-placeholder {
	font-size: 16px;
	font-family: 'Open Sans light', sans-serif;
	color: var(--light);
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
	font-size: 16px;
	font-family: 'Open Sans light', sans-serif;
	color: var(--light);
}

textarea::-ms-input-placeholder, input::-ms-input-placeholder {
	font-size: 16px;
	font-family: 'Open Sans light', sans-serif;
	color: var(--light);
}

a, td, label, textarea, li, textarea::placeholder, input, input::placeholder, span {
	font-size: 16px;
	font-family: 'Open Sans light', sans-serif;
	color: var(--light);
}

button, button span { /*Span wegen Kontaktformular*/
	font-family: 'Open Sans semi bold', sans-serif;
	font-size: 16px;
}

#foto_rezensionen_carousel .carousel-container .carousel_name {
	font-family: 'Open Sans semi bold', sans-serif;
	color: var(--light);
}

h2, .titel {
	padding: 50px 0 20px 0;
	text-align: center;
	font-family: 'Open Sans semi bold', sans-serif;
    font-size: 28px;
	letter-spacing: 2.5px;
	color: var(--light);
}

.page-header h2 {
	width: 80%;
	margin: 0 auto;
}

h4 {
	text-align: center;
	font-family: 'Open Sans semi bold', sans-serif;
    font-size: 24px;
	letter-spacing: 2.2px;
	color: var(--light);
}

h5 {
	font-family: 'Open Sans semi bold', sans-serif;
  	font-size: 20px;
	letter-spacing: 2px;
	color: var(--light);
}

#startseite_container h1 a {
	margin: 0;
	font-family: 'Open Sans semi bold', sans-serif;
	font-size: clamp(6px, 6.5vh, 60px);
	letter-spacing: 0.5vh;	
	color: var(--light);
}

#startseite_container .startseite_kategorie:nth-child(2) h1 a {
	letter-spacing: 0.3vh;
	color: var(--light);
}


#foto_startvideo_container h1, #film_startvideo_container h1 {
	margin: 0;
	font-family: 'Open Sans semi bold', sans-serif;
	font-size: clamp(6px, 6.5vh, 60px);
	letter-spacing: 0.5vh;	
	letter-spacing: 0.3vh;
	color: var(--light);
}

#startseite_container p {
	font-size: 16px;
	color: var(--light);
}

@media (orientation: landscape){
	#startseite_container h1 a {
		font-size: clamp(6px, 8.5vh, 60px);
		letter-spacing: 0.8vh;
	}
	
	#startseite_container .startseite_kategorie:nth-child(2) h1 a {
		letter-spacing: 0.6vh;
	}
	
	#foto_startvideo_container h1, #film_startvideo_container h1 {
		font-size: clamp(6px, 8.5vh, 60px);
		letter-spacing: 0.8vh;
		letter-spacing: 0.6vh;
	}
}
	
.mod-menu li a {
	font-family: 'Open Sans light', sans-serif;
	font-size: 22px;
	white-space: nowrap;
}

.mod-languages li a {
	font-family: 'Open Sans light', sans-serif;
	font-size: 18px;
}

.ZitatRegular {
  	text-align: center;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Open Sans regular', sans-serif;
}

@media only screen and (min-width: 700px){
	h2, .titel {
		padding: 60px 0 30px 0;
		font-size: 36px;
		letter-spacing: 3px;
	}
}

/*Essentieller Breakingpoint 1000px Min-Width*/
@media only screen and (min-width: 1000px){
	p {
		padding: 0 0 50px;
		font-size: 18px;
		line-height: 25px;
	}

	textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
		font-size: 18px;
	}

	textarea::-moz-placeholder, input::-moz-placeholder {
		font-size: 18px;
	}

	textarea:-ms-input-placeholder, input:-ms-input-placeholder {
		font-size: 18px;
	}

	textarea::-ms-input-placeholder, input::-ms-input-placeholder {
		font-size: 18px;
	}

	a, td, button, textarea, li, textarea::placeholder, input, input::placeholder, label, span {
		font-size: 18px;
	}
	
	h2, .titel {
		padding: 80px 0 50px 0;
   	 	font-size: 50px;
		letter-spacing: 6px;
	}
	
	h4 {
   	 	font-size: 42px;
		letter-spacing: 5.2px;
	}
	
	.mod-languages li a {
		font-size: 16px;
	}
	
	.ZitatRegular {
		font-size: 21px;
		line-height: 30px;
	}
	
	.call_to_action {
		padding: 60px 0 30px;
	}
}

/* ----------------------------------------------- Navigationsleiste ----------------------------------------------- */
 /* Hide scrollbar for Chrome, Safari and Opera */
#nav-menu::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#nav-menu {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 

#nav-container {
	background-color: rgba(250,253,255, 0); /*--background mit opacity*/
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	width: 100%;
	position: fixed;
	padding: 30px 0 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	z-index: 5;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#nav-container.scrolled {
	padding: 15px 0 15px 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#nav-container::before {
	content: '';
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: var(--light_blur);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: -5;
	opacity: 0;
}

#nav-container.scrolled::before {
	content: '';
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 1;
}

.navbar {
	width: 80%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.navbar .a-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#logo {
	width: auto;
	height: 25px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
}

.menu-toggle {
	z-index: 20;
}

.menu-toggle .bar {
	height: 3px;
	margin: 10px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	cursor: pointer;
	background-color: var(--light);
}

.menu-toggle .bar:nth-child(1) {
	width: 30px;
}

.menu-toggle .bar:nth-child(2) {
	width: 42px;
}

.menu-toggle .bar:nth-child(3) {
	width: 20px;
}

#nav-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: absolute;
	opacity: 0;
	top: -40vh;
	margin: 0;
	height: 100vh;
	width: 100%;
	right: -30%;
	z-index: 15;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#nav-menu.active {
	opacity: 1;
	top: 0px;
	right: 0px; 
	height: 100vh;
	width: 100%;
	list-style-type: none;
	overflow-y: scroll;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#nav-menu .current a {
	color: var(--primary);
	text-decoration: underline;
}

.nav-menu-modules {
	position: absolute;
	width: 100%;
	overflow-y: scroll;
}

.mod-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	top: 0;
	height: 100%;
	width: 100%;
	list-style-type: none;
	overflow-y: scroll;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.mod-menu li:first-child { /*Erstes Kind erhält höheres margin dass die Links nicht über der Navigationsleiste landen*/
	margin: 90px 0 0;
}

.mod-menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	list-style: none;
	width: 100%;
	text-decoration: none;
}
	
.mod-menu li a {
	list-style: none;
	padding: 20px 10%;
	margin: auto 0;
	color: var(--light);
	text-decoration: none;
}
	
.mod-menu li a:hover {
	color: var(--primary);
	text-decoration: underline;
}

.mod-languages {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 80%;
	padding: 40px 0 50px;
	margin: 0 auto;
}

.mod-languages ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	position: relative;
}

.mod-languages li {
	list-style: none;
	width: 50px;
	border-right: solid 1px white;
	padding: 2px;
	background-color: none;
}

.mod-languages li:last-child {
	border-right: none;
}

.mod-languages li a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	color: var(--light);
	background-color: none;
}

.mod-languages li a:hover {
	color: var(--primary);
	text-decoration: underline;
}

.mod-languages .lang-active a {
	text-decoration: none;
	color: var(--dark);
	background-color: var(--light);
	font-family: 'Open Sans semi bold', sans-serif;
}

#nav-mobile-background {
	position: absolute;

	background-color: var(--light_blur);
  	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	
	opacity:0;
	border-bottom-left-radius: 100%;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	
	transition: all 0.2s linear;
}

#nav-mobile-background.active {
	
	opacity:1;
	border-bottom-left-radius: 0;
	top: 0;
	right: 0;
  	width: 100%;
  	height: 100vh;
	
	
	transition: all 0.2s linear;

}

.menu-toggle:hover {
	cursor: pointer;
	text-decoration: underline;
}

#mobile-menu.is-active .bar:nth-child(2) {

}
	
#mobile-menu.is-active .bar:nth-child(1) {
	-webkit-transform: translateX(-6px) translateY(4px) rotate(-45deg);
	    -ms-transform: translateX(-6px) translateY(4px) rotate(-45deg);
	        transform: translateX(-6px) translateY(4px) rotate(-45deg);
	width: 28px;
}
	
#mobile-menu.is-active .bar:nth-child(3) {
	-webkit-transform: translateX(-6px) translateY(-4px) rotate(45deg);
	    -ms-transform: translateX(-6px) translateY(-4px) rotate(45deg);
	        transform: translateX(-6px) translateY(-4px) rotate(45deg);
	width: 28px;
}

.nav_summe { /*Für Startcontainer Hauptseiten*/
    position: relative;
    height: 99px; /*Höhe Nav-Leiste*/
    width: 100%;
}

/*Essentieller Breakingpoint 1000px Min-Width*/
@media only screen and (min-width: 1200px){
	
	#nav-container {
		background-color: inherit; /*--kein Background*/
		padding: 60px 0 40px 0;
	}
	
	#nav-container.scrolled {
		padding: 30px 0;
	}
	
	#nav-menu {
		position: relative;
		top: 0;
		right: 0;
		opacity: 1;
		width: 80%;
		height: 100%;
		-webkit-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
	}
	
	.navbar {
	}

	#logo {
		height: 30px; /* Höhe der restlichen Container richtet sich nach Logo aus*/
	}

	.menu-toggle .bar {
		display: none;
	}
		
	.nav-menu-modules {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
   		-webkit-box-align: center;
   		    -ms-flex-align: center;
   		        align-items: center;
		overflow: hidden;
	}
	
	.mod-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		background-color: rgba(0,0,0,0);
		position: relative;
		margin: 0;
		height: auto;
		width: 90%;
		left: 0;
		opacity: 1;
		overflow: hidden;
	}
	
	.mod-languages {
		position: relative;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		margin: 0 auto;
		padding: 0;
	}
	
	.mod-languages li {
		width: 40px;
		padding: 0 2px;
	}
	
	.mod-menu li:first-child { /*Wert zurücksetzen */
		margin: 0;
	}

	.mod-menu li {
		color: var(--light);
		width: auto;
    	padding: 0 20px;
	}
	
	.mod-menu li a {
		text-align: center;
		padding: 0;
		border-radius: 3px;
		color: var(--light);
	}
			
	#nav-mobile-background {
		display: none;
	}
}

/* ----------------------------------------------- Schnellkontakt ----------------------------------------------- */
#fast-contact {
	position: fixed;
	bottom: 60px;
	right: 6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 2;
}

#fast-contact-button {
	position: relative;
	border-radius: 50px;
	margin: 5px;
	width: 55px;
	height: 55px;
	cursor: pointer;
	background-color: var(--primary);
	border: none;
	z-index: 1;
}

#fast-contact-animation {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	padding: 10px;
}

#fast-contact-animation .punkt {
	position: absolute;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	margin: 0.5px;
	width: 7px;
	height: 7px;
	background-color: var(--light);
	border-radius: 10px;
}

#fast-contact-animation .punkt:nth-child(1) {
  left: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#fast-contact-animation .punkt:nth-child(2) {
  
}

#fast-contact-animation .punkt:nth-child(3) {
  right: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#fast-contact-animation.active .punkt:nth-child(1) {
	width: 30px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#fast-contact-animation.active .punkt:nth-child(2) {
}

#fast-contact-animation.active .punkt:nth-child(3) {
	width: 30px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#fast-contact-elements {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 0;
	width: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#fast-contact-elements.active {
	position: relative;
	height: 100%;
	width: 80%;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#fast-contact-elements .fast-contact-object {
	position: relative;
	border-radius: 50px;
	margin: 5px;
	width: 0;
	height: 0;
	opacity: 0;
	cursor: pointer;
	background-color: var(--light);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#fast-contact-elements.active .fast-contact-object {
	position: relative;
	width: 50px;
	height: 50px;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#fast-contact-elements .fast-contact-object a {
  	height: 100%;
	width: 100%;
}

#fast-contact-elements .fast-contact-object img {
	position: relative;
	margin: 0 auto;
	height: 100%; 
}

@media (orientation: landscape){
	#fast-contact {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	
	#fast-contact-elements {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}

/*Essentieller Breakingpoint 1000px Min-Width*/
@media only screen and (min-width: 1000px){
	#fast-contact{
		display: none;
	}
}

/* ----------------------------------------------- Buttons ----------------------------------------------- */
.button_container, .cf-text-left {
	width: 100%;
	text-align: center;
}

.button_light {
	background-color: var(--light);
	color: var(--dark_projekt);
	border: none;
	border-radius: 5px;
	padding: 15px 0;
	width: 300px;
	cursor: pointer;
}

.button_dark {
	background-color: var(--primary);
	color: var(--light);
	border: none;
	border-radius: 5px;
	padding: 15px 0;
	width: 300px;
	cursor: pointer;
}

.kontakt_senden {
	background-color: var(--primary);
	color: var(--light);
	border: none;
	border-radius: 5px;
	padding: 15px 0;
	width: 300px;
	cursor: pointer;
}

button:focus {
  outline: none;
}

@media only screen and (max-width: 400px){
	.button_light, .button_dark, .kontakt_senden {
		width: 100%;
	}
}

/* --------- Ankerpunkte Allgemein ---------*/
.anchor {
    display: block;
    position: relative;
    width: 0;
    height: 0;
    z-index: -1;
    top: -40px;
    left: 0;
    visibility: hidden;
}

/* ----------------------------------------------- Kontaktformular ----------------------------------------------- */
#cf_1,
#cf_2,
#cf_3 {
	background-color: var(--dark);
	width: 100%;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
	opacity: 1;
}

textarea::-moz-placeholder, input::-moz-placeholder {
	opacity: 1;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
	opacity: 1;
}

textarea::-ms-input-placeholder, input::-ms-input-placeholder {
	opacity: 1;
}

textarea::placeholder, input::placeholder {
	opacity: 1;
}

#cf1,
#cf2,
#cf3 {
	padding: 10px 0 30px;
	width: 80%;
	margin: 0 auto;
}

#cf1 .cf-input,
#cf2 .cf-input,
#cf3 .cf-input {
	background-color: var(--dark_projekt);
	color: var(--light);
	width: 100%;
	border: none;
	border-radius: 5px;
	margin: 5px 0;
	padding: 10px;
}

#cf1 textarea,
#cf2 textarea,
#cf3 textarea {
   resize: none;
   height: 260px;
}

#cf1 .cf-checkbox-group,
#cf2 .cf-checkbox-group,
#cf3 .cf-checkbox-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 10px 0 30px;
}

#cf1 .kontakt_datenschutz,
#cf2 .kontakt_datenschutz,
#cf3 .kontakt_datenschutz {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

#cf1 input[type="checkbox"],
#cf2 input[type="checkbox"],
#cf3 input[type="checkbox"] {
	accent-color: var(--primary);
}

#cf1 .kontakt_antwort,
#cf2 .kontakt_antwort,
#cf3 .kontakt_antwort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: var(--light_blur);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	z-index: 100;
}

#cf1 .kontakt_antwort img,
#cf2 .kontakt_antwort img,
#cf3 .kontakt_antwort img {
  	width: 50%;
	max-width: 170px;
}

#cf1 .kontakt_antwort h5,
#cf2 .kontakt_antwort h5,
#cf3 .kontakt_antwort h5 {
  	margin: 10px auto 0;
	top: 50%;
	text-align: center;
}

#cf1 .reCAPTCHA,
#cf2 .reCAPTCHA,
#cf3 .reCAPTCHA {
   margin-top: 20px;
   color: var(--light);
}

/*Essentieller Breakingpoint 1000px Min-Width*/
@media only screen and (min-width: 1000px){
	#cf1 .cf-fields,
    #cf2 .cf-fields,
    #cf3 .cf-fields {
		width: 100%;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 10px 1fr;
		grid-template-columns: 1fr 10px 1fr; /* Spalte 1 auto, Spalte 2 (Abstand), Spalte 3 */
	}
		
	#cf1 .cf-input,
    #cf2 .cf-input,
    #cf3 .cf-input {
	 	margin: 0;
	  	padding: 15px 10px;
 	}
	
	#cf1 .kontakt_datenschutz,
    #cf2 .kontakt_datenschutz,
    #cf3 .kontakt_datenschutz {
	    margin-right: 10px;
	}
	
   #cf1 .cf-control-input,
   #cf2 .cf-control-input,
   #cf3 .cf-control-input {
		height: 100%;
		padding: 10px 0 0;
  	}
	
	#cf1 .kontakt_nachricht,
    #cf2 .kontakt_nachricht,
    #cf3 .kontakt_nachricht {
		line-height:initial;
    	height: 100%;
  	}
	
	#cf1 .kontakt_name_container,
    #cf2 .kontakt_name_container,
    #cf3 .kontakt_name_container {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
	}
	
	#cf1 .kontakt_email_container,
    #cf2 .kontakt_email_container,
    #cf3 .kontakt_email_container {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}
	
	#cf1 .kontakt_telefon_container,
    #cf2 .kontakt_telefon_container,
    #cf3 .kontakt_telefon_container {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
		
	#cf1 .kontakt_nachricht_container,
    #cf2 .kontakt_nachricht_container,
    #cf3 .kontakt_nachricht_container {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3/4;
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		grid-row: 1/4;
		height: 100%;
	}
	
	#cf1 .kontakt_datenschutz_container,
    #cf2 .kontakt_datenschutz_container,
    #cf3 .kontakt_datenschutz_container {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-row: 4/5;
	}
	
	#cf1 .kontakt_senden_container,
    #cf2 .kontakt_senden_container,
    #cf3 .kontakt_senden_container {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3/4;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-row: 4/5;
	}
	
	#cf1 .kontakt_senden_container .cf-text-left,
    #cf2 .kontakt_senden_container .cf-text-left,
    #cf3 .kontakt_senden_container .cf-text-left {
		width: 100%;
	    text-align: right;
		margin: 10px 0 30px;
	}
  
  	#cf1 .reCAPTCHA,
	#cf2 .reCAPTCHA,
	#cf3 .reCAPTCHA {
		margin-top: 0;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		grid-column: 1/4;
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		grid-row: 5/6;
	}
	
}

/* --------- Footer Standart ---------*/
#footer_standart {
	position: relative;
	bottom: 0px;
	width: 100%;
	background-color: var(--dark_projekt);
}

#footer_standart p {
	width: 80%;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}

#footer_standart a {
	padding: 0 5px;
	height: 100%;
	border-right: solid var(--light) 1px
}

.footer_links {
	padding: 0 5px;
	height: 100%;
	border-right: solid var(--light) 1px
}

/*Essentieller Breakingpoint 1000px Min-Width*/
@media only screen and (min-width: 1000px){
	
}

/* --------- Footer Erweitert ---------*/
#footer_erweitert {
	position: relative;
	background-color: var(--dark_projekt);
	width: 100%;
	border-bottom: 1px solid var(--light);
}

#footer_erweitert_container {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0;
}

#footer_erweitert_container p {
	padding: 0;
	margin: 0 auto 5px;
	text-align: left;
}

#footer_erweitert_container p:last-child {
	padding: 0;
	margin: 0 auto;
}

.footer_erweitert_icons {
	text-align: end;
}

.footer_erweitert_icons a {
	margin: 0 3px 0 0;
}

.footer_erweitert_icons a:last-child {
  margin: 0;
}

.footer_erweitert_icons img {
	width: 35px;
	margin-left: 5px;
	margin-bottom: 20px;
}

/*Essentieller Breakingpoint 1000px Min-Width*/
@media only screen and (min-width: 700px){
	#footer_erweitert_container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

/* ----------------------------------------------- Navigation Beitragsseiten ----------------------------------------------- */
.com-content-category-blog__navigation {
	width: 100%;
	background-color: var(--dark_projekt);
	padding: 25px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.com-content-category-blog__navigation .counter {
	text-align: center;
	padding: 0;
}
.com-content-category-blog__navigation .pagination {
	width: 80%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.com-content-category-blog__navigation .pagination li {
	list-style: none;
	padding: 0 5px;
	text-align: center;
}

.com-content-category-blog__navigation .pagination li.active {
	background-color: var(--primary);
}

/*Essentieller Breakingpoint 1000px Min-Width*/
@media only screen and (min-width: 700px){
	.com-content-category-blog__navigation {
		padding: 50px 0 0;
	}
}

/* ----------------------------------------------- Unterseite Header ----------------------------------------------- */
.com-content-category-blog .page-header {
	padding: 60px 0 0;
	width: 100%;
	background-color: var(--dark_projekt);
}

/*Essentieller Breakingpoint 1000px Min-Width*/
@media only screen and (min-width: 1000px){
	.com-content-category-blog .page-header {
		padding: 70px 0 0;
	}
}

/* ----------------------------------------------- Cookie Banner ----------------------------------------------- */
#redim-cookiehint {
	background-color: black /*rgba(20,10,10, 1)*/;
}

.cookiehead, .cookiecontent, .cookiebuttons {
	display: flex;
	width: 90%;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
}

.cookiebuttons .btn{
	margin-bottom: 10px;
	padding: 7px 14px;
	margin: 0 30px 10px;
	background-color: white;
	color: black;
	border-radius: 5px;
}

#cookiehintinfo {
	width: 100%;
	display: flex;
	justify-content: center;
}

/*Text*/
#redim-cookiehint span {
	display: none;
}

.cookiecontent p {
	padding: 10px 0 15px;
}

.cookiebuttons .btn {
  font-family: 'Open Sans semi bold', sans-serif;
	text-decoration: none;
}

#redim-cookiehint p, #redim-cookiehint a, #redim-cookiehint span {
	font-size: 12px;
	line-height: 16px;
}

@media only screen and (min-width: 1000px){	
	.cookiehead, .cookiecontent, .cookiebuttons {
		width: 80%;
	}
	
	#redim-cookiehint p, #redim-cookiehint a, #redim-cookiehint span {
		font-size: 14px;
		line-height: 20px;
	}
	
	.cookiebuttons {
		justify-content: right;
		padding-bottom: 10px;
	}
	
	.cookiebuttons .btn{
		margin: 0 10px 10px;
	}
	
	.cookiebuttons .btn:nth-child(2){
		margin: 0 0 10px;
	}
	
}

