/* CSS Document */


/* ========== Thank you for looking at this code ========== */
/* ========== WARNUNG! COPYRIGHT BY haller.id | SWITZERLAND ========== */

:root {

	
	--oneColor: #e3e1e0;
	--twoColor:#595958;
	--whiteColor: #ffffff;
	
	--threeColor:#4D7699;
	--inputColor:#728798;
	--buttonColor:#00996D;
	--hover1Color:#61B995;
	--successColor: #28a745;
    --infoColor: #17a2b8;
    --warningColor: #ffc107;
	--dangerColor: #dc3545;
    --lightColor: #f8f9fa;
    --darkColor: #343a40;
	--grayColor: #6c757d;

	
	--black: #000000;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont, "Helvetica","Verdana","Segoe UI","Roboto","Helvetica Neue","Arial","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: "Helvetica", "Verdana","SFMono-Regular","Menlo","Monaco","Consolas","Liberation Mono","Courier New",monospace;

	--p: 16px;
	--psmall: 14px;
	--h1:35px;
	--h1small:26px;
	--h2:26px;
    --h2small:23.6px;
    --h3: 30px;
    --h3small: 25px;
	--h4:35px;
	--h4small:26px;
  	--h5: 16px;
    --h5small: 14px;
	--h6:38px;
	--h6small: 30px;
		
    --oneFont: 'web_font_regular';   
	--twoFont: 'web_font_regular_bold'; 

	--ButtonPadding:0.3rem 2rem;
	--ButtonMargin:0.2rem 0.8rem 0.8rem 0;
	--ButtonBorderRadius:25px;	
	
	--BoxWidth:25%;
	--BoxWidth01:396px;
	--BoxWidthDesktop50:50%;
	--BoxRadius:4px;
	--BoxWidthText:400px;
	--BoxWidthTextXL:80%;	
	--randAbstand1:1rem;
		
	--bewegung:all 0.3s ease-in-out;
	--bewegung6:all 0.4s ease-in-out;
	
	--WxDisplayWidth: 1300px;
}
	@font-face {
		font-family:'Helvetica_font_h1';
		src:url("../assets/Frutiger LT Std 65 Bold.otf");
	}
	@font-face {
		font-family:'Helvetica_font_h2';
		src:url("../assets/HelveticaLt.ttf");
		/*font-weight: bolder;*/
	}
	@font-face {
		font-family:'Helvetica_font_hx';
		src:url("../assets/Sanford-0103_demo.ttf");
		/*font-weight: bolder;*/
	}

/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
::selection {
    background:var(--twoColor);
    /*color: #336699;*/
	color:var(--oneColor);
}
/* und hiermit der Firefox >=1 */
::-moz-selection {
    background:var(--twoColor);
    /*color: #336699;*/
	color:var(--oneColor);
}


/* ========== ========== DESIGN BODY - HEADQUARTER ========== ========== */
* {
    padding: 0;
    margin: 0;
	font-family:var(--font-family-sans-serif);
    color: var(--twoColor);
    font: var(--p);
    box-sizing: border-box;
}
html {
	font-size: var(--p);
	margin:0;	
	padding:0;
}
body {
	font-family:sans-serif;
	text-decoration:none;
	margin:0rem 0 0 0 ;
	padding:0;
}
header {
	position: relative;
	width: 100%;
	background-color:  var(--oneColor);
	/*overflow: hidden;*/
}
main {
	position: relative;
	min-height: 800px; 
	/*max-width:   var(--WxDisplayWidth);
	margin: 0 auto;*/
}
footer {
	position: absolute; 		
	width:  100%;
}
p {
	font-size: var(--p);
	color: var(--twoColor);
	line-height: 1.3;
}
h1 {
	font-size:var(--h1);
	color:var(--twoColor);
	letter-spacing: 2px;
	font-weight: bold;
	font-family:'Helvetica_font_h1', Arial, "sans-serif";
}
h2 {
	font-size:var(--h1);
	color: var(--twoColor);
	letter-spacing: 2px;
	/*text-transform: uppercase;*/
   	font-family:'Helvetica_font_h2', Arial, "sans-serif";

}
h3 {
	font-size:var(--h3);
	color: var(--twoColor);
	font-family:'Helvetica_font_hx', Arial, "sans-serif";
}
h4 {
	font-size:var(--h4);
	color: var(--twoColor);
	/*text-align:center;*/
    font-weight: bold;
	font-family:'Helvetica_font_hx', Arial, "sans-serif";
}
h5 {
	/*letter-spacing: 2px;*/
	font-size:var(--h5);
	color:var(--twoColor);
	text-transform: uppercase;
	font-family:'Helvetica_font_hx', Arial, "sans-serif";
    font-weight: bold;
}
h6 {
	font-family:'Helvetica_font_hx', Arial, "sans-serif";
	font-size:var(--h6);
	color: var(--twoColor);
}
.titel_h6{
	font-family:'Helvetica_font_hx', Arial, "sans-serif";
	font-size:var(--h6);
	color: var(--twoColor);
}
a {
	text-decoration:none; 
	cursor: pointer;
	letter-spacing: 0.5px;
	font-family:'Helvetica_font_h1', Arial, "sans-serif";
	font-size:var(--p);
	font-weight:bolder;
	text-align: center;
}
li {
	font-size:var(--h2);
	list-style:none;
	font-family:'Helvetica_font_h2', Arial, "sans-serif";
	font-weight: bold;
}
.titel_mini_01{
	font-size:var(--p);
	text-transform: uppercase;
	text-align:left;
	padding: 0 0 0.8rem 0;
}

.textbox_01{
	font-size:var(--p);
	max-width: var(--BoxWidthText);
	padding: 0.8rem 0 1.8rem 0;
}
.textbox_02{
	font-size:var(--psmall);
	max-width: var(--BoxWidthText);
	padding: 0rem 0 0.8rem 0;
	letter-spacing: 0.5px;
}
.textbox_03{
	font-size:var(--p);
	max-width: var(--BoxWidthTextXL);
	padding: 0.8rem 0 1.8rem 0;
}
.textbox_04{
	font-size:var(--p);
	max-width: var(--BoxWidthTextXL);
	padding: 0.2rem 0;
}
.textbox_04 span{
	font-weight: bold;
	font-family:'Helvetica_font_h2', Arial, "sans-serif";
}
.textbox_05{
	font-size:var(--p);
	max-width: var(--BoxWidthTextXL);
	padding: 0.2rem 0;
	text-align: end;
	margin: 0 0 0 auto;
}
.link_01{
	transition: var(--bewegung6);
	color: var(--whiteColor);
	background-color: var(--twoColor);
	border: 1px solid var(--twoColor);	
	padding: var(--ButtonPadding);
	margin:var(--ButtonMargin);
	border-radius:var(--ButtonBorderRadius);
	cursor: pointer;
	width: 100%;
	display: flex;
}
.link_01:hover{
	border: 1px solid var(--whiteColor);
	transition: var(--bewegung6);
}
.link_02{
	transition: var(--bewegung6);
	color: var(--twoColor);
	background-color:rgba(255,255,255,0.00);
	border: 1px solid var(--twoColor);
	padding: var(--ButtonPadding);
	margin:var(--ButtonMargin);
	border-radius:var(--ButtonBorderRadius);
}
.link_02:hover{
	background-color:var(--whiteColor);
	border: 1px solid var(--whiteColor);
	transition: var(--bewegung6);
}
.link_03{
	transition: var(--bewegung6);
	color: var(--twoColor);
	background-color: var(--whiteColor);
	border: 1px solid var(--whiteColor);
	padding: var(--ButtonPadding);
	margin:var(--ButtonMargin);
	border-radius:var(--ButtonBorderRadius);
}
.link_03:hover{
	border: 1px solid var(--twoColor);
	transition: var(--bewegung6);
}
.link_04{
	padding:0.3rem 0 0 0 ;
	transition: var(--bewegung6);
	color: var(--twoColor);
	text-transform: uppercase;
}
.link_04:hover{
	padding:0.3rem  0rem 0 0.5rem;
	transition: var(--bewegung6);
}
.link_05{
	padding:0.3rem 0 0 0 ;
	transition: var(--bewegung6);
	color: var(--whiteColor);
}
.link_06{
	padding:0.3rem 0 0 0 ;
	width: 100%;
	transition: var(--bewegung6);
}
img.icon_02{
	width: 50px;
	height: 50px;	
}
img.icon_01{
	width: 13px;
	height: 13px;	
}
img.icon_03{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding: 1rem;
	background-color: var(--oneColor);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px;
}
img.cursor_lupe{
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.icon_margin_01{
	margin: 0 0.3rem 0 0;
}
.icon_margin_02{
	margin: 0  0 0 0.5rem;
}
.hoverbox:hover{
    box-shadow: rgba(0, 0, 0, 0.54) 0px 3px 8px;
	transition: var(--bewegung6);
}
/* Die Klasse für den Scroll-Effekt */
.scroll_effekt {
  opacity: 0; /* Startet unsichtbar */
  transform: translateY(20px); /* Verschiebt das Element nach unten */
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out; /* Fügt eine Übergangsanimation hinzu */
}

.scroll_effekt.active {
  opacity: 1; /* Macht das Element sichtbar */
  transform: translateX(0); /* Setzt die Verschiebung zurück */
}

/* ========== ========== include header ========== ==========*/
#header_menu{
	position: relative;
	width: 100%;
	height:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0rem ;
	z-index: 3;
}
#header_menu a{
	font-weight:normal;
}
.header_menu_in{
	position: relative;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0rem 0.5rem;
	z-index: 1;
}
.header_menu_in_img_container{
	position: relative;
	display: flex;
	width:20%;
	height:auto;
	justify-content: flex-start;
	text-align: center;
	padding: 1rem 0 0 0 ;
}
.header_menu_in_img_container img{
	width: 200px;
    height:auto;
	min-height:100%;
    display: flex;	
	position: relative;
	margin: 0 auto;
	object-fit: cover;
}
.header_menu_in_right{
	position: relative;
	width: 80%;
	height: auto;
	padding: 1rem;
	display: block;
	justify-content: flex-end;
	text-align: end;
}
.header_menu_in_right_top{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 1rem 0 0;
	display: flex;
	justify-content: flex-end;
	text-align: end;
}
.header_menu_in_right_top a{
	position: relative;
	width: auto;
	height: auto;
	margin: 0 0 0 1rem ;
	font-size: var(--psmall);
}
.header_menu_in_right_bottom {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 0 1rem 0;
    display: flex;
    justify-content: flex-end;
    text-align: end;
	z-index: 4;
}

.header_menu_in_right_bottom a {
    margin: 0 0 0 1rem;
    color: var(--whiteColor);
    position: relative;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    padding: 1rem;
}

.dropdown-box {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    text-align: left;
    padding: 1rem 0;
    min-width: 10rem;
}
.dropdown-box a {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--whiteColor);
    text-decoration: none;
    border: 1px solid var(--whiteColor);
}
.dropdown-box a:hover {
    background-color: var(--lightGrayColor);
}
.dropdown:hover .dropdown-box,
.dropdown-box:hover {
    display: block;
}
.burger-menu {
    display: none;
    cursor: pointer;
    margin-left: 1rem;
    position: absolute;
    top: 6rem;
    right: 2rem;
    z-index: 1100;
}
.burger {
    width: 35px;
    height: 4px;
    background-color: var(--whiteColor);
    margin: 6px 0;
    transition: 0.4s;
}
.mobile-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:auto;
    background-color: var(--twoColor);
    z-index: 20;
    padding-top: 60px;
}
.mobile-menu-content {
	position: relative;
    display: flex;
	flex-wrap: wrap;
	padding: 4rem 0 0 0 ;
    text-align: left;
	overflow: auto;
    background-color: var(--twoColor);
	z-index: 1000;
}
.mobile-menu-content a {
    padding: 1rem 4rem;
    color: var(--whiteColor);
    text-decoration: none;
    border-bottom: 1px solid var(--whiteColor);
    text-align: left;
	width: 100%;
}
.mobile-menu .dropdown-box {
    display: block;
    padding-left: 1rem;
}
.burger-menu.open .burger:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}
.burger-menu.open .burger:nth-child(2) {
    opacity: 0;
}
.burger-menu.open .burger:nth-child(3) {
	position: absolute;
	top: 1rem;
    transform: rotate(45deg) translate(-5px, -6px);
}



/* ========== ========== Login ========== ========== */
.login_box_01{
	position: relative;
	height: 100%;
	min-height: 800px;
	width: 100%;
	background-color:var(--oneColor);
	margin:0 auto;
	padding: 0rem 2rem 2rem 2rem;
	justify-content: center;
	text-align: center;
}
.login_box_01 h1{
	background-color:var(--oneColor);
	padding: 5rem 2rem 2rem 2rem;
}
.login_box_01 form{
	background-color:var(--whiteColor);
	border-radius: var(--borderRadi4);
	width: 380px;
	margin:0 auto;
	padding: 2.5rem 2rem 2rem 2.5rem;	
	justify-content: space-around;
	transition: var(--bewegung6);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px;
}

.loginbox_div{
	position: relative;
	display:block;	
}
.formtext{
	text-align: left;
	width:auto;
	margin: auto 0;
}

.loginbox_div_checkmark{
	position: relative;
	display: flex;
	width: auto;
}
.loginbox_div_checkmark input{
	width: 40px;
	min-width: auto;
}
/* ========== ========== raumübersicht ========== ==========*/
/* Container für die Raum-Boxen */
.room-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Container für jede Reihe von Boxen */
.row {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

/* Stil für jede Raum-Box */
.room-box {
    width: 30%; /* Jede Box nimmt 30% der Breite ein */
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.room-box:hover {
    transform: scale(1.05); /* Kleine Vergrößerung beim Hover */
}

/* Stil für die Raum-Bilder */
.room-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Stil für den Informationsbereich der Box */
.room-info {
    padding: 15px;
    background-color: #f9f9f9;
}

/* Titel und Preis-Stile */
.room-info h2 {
    font-size: 18px;
    margin: 0 0 10px;
}

.room-info h3 {
    font-size: 16px;
    margin: 0 0 10px;
    color: #555;
}

.room-info p {
    margin: 5px 0;
    font-size: 14px;
    color: #777;
}

/* ========== ========== form reservationssystem ========== ==========*/
#main_001_reservationssystem{
	position: relative;
	overflow: hidden;
	width: 100%;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:var(--whiteColor);
	margin-top: 0rem;
}
.main_001_reservationssystem_in{
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: block;
	flex-wrap: wrap;
	padding: 0rem 0.5rem;
}
/* Basislayout für die Container */
.container_reservierung {
	display: flex;
	width: 100%;
}
.container_reservierung_left, .container_reservierung_right {
	flex: 1;
	padding: 20px;
	overflow-y: auto;
}
.container_reservierung_left {
	background-color: #f4f4f4;
	border-right: 1px solid #ccc;
}
.container_reservierung_right {
	background-color: #fff;
}

.container_reservierung_left_icon-title{
   	width: 55px; 
    height: 55px; 
    vertical-align: middle; 
    margin-right: 8px; 
}
.reservierungsdetails_box_bg{
	padding: 10px 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
	background-color:var(--oneColor);
}
/* Media Query für Bildschirmgrößen kleiner als 1000px */
@media screen and (max-width: 1000px) {
    .container_reservierung {
        flex-direction: column; /* Stellt die Container untereinander */
    }

    .container_reservierung_left,
    .container_reservierung_right {
        flex: 0 0 100%; /* Beide auf 100% der Breite */
        border-right: none; /* Entfernt die Border zwischen den beiden */
    }
}
/*.input-field {
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
    background-color: #f4f4f4;
    margin-bottom: 10px;
    box-sizing: border-box;
}*/

.input-field:disabled {
    background-color: #e9ecef;
    cursor: not-allowed;
}

button:disabled {
    background-color: #d6d6d6;
    cursor: not-allowed;
}
/*
button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}*/

button:hover:enabled {
    /*background-color: #0056b3;*/
}
.reservierungsdetails_standard_class {           
    /*text-decoration: underline; */
    font-weight: bold;     
	font-size:var(--h5);
	list-style:none;
	font-family:'Helvetica_font_hx', Arial, "sans-serif";
	font-weight:100;
}
.highlight_datum {
    color: red;               /* Textfarbe rot */
    text-decoration: underline; /* Unterstrichen */
    font-weight: bold;        /* Optional: fett anzeigen */
}
/* ========== ========== header ========== ==========*/
.header_img_index {
	/*background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%), url('https://agmento.ch/gallery/full/1670/051agmentoimmobilienwolfwilcam0012-03@2x.jpg');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat; */
    /*width: 100%;           
    height: 100vh;
	min-height: 800px;
	z-index: 0;*/
}
.verlauf{
	background: linear-gradient(to right, rgba(227,225,224, 0.8) 20%, rgba(227,225,224, 0.3) 50%, rgba(227,225,224, 0) 100%);
}
.header_logout{
	position: absolute;
	height: auto;
	top:1rem;
	right: 1rem;
	z-index: 10;
}

/*.header_img_projekte {
	background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%), url('https://agmento.ch/gallery/full/1670/051agmentoimmobilienwolfwilcam0012-03@2x.jpg');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat; 
    width: 100%;           
    height: 350px;
	z-index: 0;
}
.header_img_projekt {
	background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%), url('https://agmento.ch/gallery/full/1670/051agmentoimmobilienwolfwilcam0012-03@2x.jpg');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat; 
    width:100%;           
    height: 350px;
	z-index: 0;
}*/

#header_002{
	position: relative;
	overflow: hidden;
	width:100%;
	height:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 2;
}
.header_002_in{
	position: relative;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	text-align:start;
	padding: 0rem 0.5rem;
}
.header_002_box{
	position: relative;
	width:var(--BoxWidthDesktop50) ;
	height: auto;
	display: block;
	margin-left: 8rem;
	padding:20% 0rem;
}
.header_002_in p{
	max-width:var(--BoxWidthText); 
	padding-bottom: 1rem;
}
.header_002_in .titel_h6{
	font-weight: bold;
}
/* ========== ========== index img ========== ==========*/
#header_002_img_index{
	position: absolute;
	top:0;
    width: 100%;           
    height:  100%; 
	min-height:  100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:var(--whiteColor);
	margin: 0rem 0;
	overflow: hidden;
	index:0;
}
.header_002_img_index_in {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    text-align: center;
}
.header_002_img_index_in img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;        
    height:  100%;
	min-height:  100vh;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.header_002_img_index_in img.active {
    opacity: 1;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(227,225,224, 0.8) 20%, rgba(227,225,224, 0.3) 50%, rgba(227,225,224, 0) 100%);
    pointer-events: none;
	z-index: 1;
}
.main_001_img_index_dots {
    position: absolute;
    bottom: 2rem;
    right: 3rem;
    display: flex;
    gap: 0.5rem;
}
.dot {
    width: 15px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.dot.active {
    background-color: rgba(255, 255, 255, 1);
}
/* ========== ========== main willkommen ========== ==========*/
#main_001{
	position: relative;
	overflow: hidden;
	width: 100%;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:var(--whiteColor);
	margin-top: 4rem;
}
.main_001_in{
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: block;
	flex-wrap: wrap;
	padding: 4rem 0.5rem;
}
/* ========== ==========  Projekte ========== ==========*/
#angebot{
	position: relative;
	width: 100%;
	height:100%;
	min-height: 400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:var(--whiteColor);
	padding-bottom: 4rem;
}
.projekte_in_projekte{
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 4rem 0.5rem
}
.projekte_box_01_projekte{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1rem 1rem;
	width: 100%;
	height: auto;
}
.projekte_box_01_projekte p{
	width: var(--BoxWidthDesktop50); 
}
.projekte_box_01_projekte_link{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: var(--BoxWidthDesktop50);
	justify-content: flex-end;
	height: auto;
	overflow: hidden;	
}
.projekte_box_01_projekte_link a{
	padding:1rem 2.5rem;
}
/* ========== ========== Include Projekte ========== ==========*/
#projekte{
	position: relative;
	width: 100%;
	height:100%;
	min-height: 400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:var(--oneColor);
	margin-top: 15rem;
}
.projekte_in{
	position: absolute;
	top:-15rem;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 4rem 0.5rem;
}
.projekte_box_01{
	position: relative;
	padding: 1rem 1rem;
}
.projekte_box_02{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	justify-content: center;
}
.projekte_box_02_in{
	position: relative;
	display: block;
	justify-content: flex-start;
	text-align: start;
	padding:0;
	margin:1rem;
	width:var(--BoxWidth01);
	height:auto;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px;
}

.projekte_boxindex_02 {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    max-width: 1300px; /* Optional: Begrenzung der maximalen Breite */
    margin: 0 auto;
    height: auto;
	padding: 0.5rem 0;
    justify-content: center;
}
.projekte_boxindex_02_box_alle a{
	position: relative;
	display: block;
	text-align: start;
	padding: 0;
	margin: 1rem;
	width: 30%; 
	min-width: 380px;
	height: auto;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px;
	flex: 0 0 flex; 
	background-color: white;
}
.projekte_boxindex_02_inner {/*lars2*/
	display: flex;
	transition: transform 0.5s ease;
}
/* Wenn mehr als 3 Elemente vorhanden sind */
.projekte_boxindex_02_inner.three-or-more a { /*lars*/
    display: block;
    text-align: start;
    padding: 0;
	
    margin: 0 1rem; /* Abstand für die Elemente */

    max-width: calc(33.33% - 2rem);
	width: calc(33.33% - 2rem);
    /* Keine min-width und max-width erforderlich */
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px;
    background-color: white;
	flex: 0 0 auto ;  /*Verhindert, dass die Elemente ihre Größe ändern */
}

/* Wenn 3 oder weniger Elemente vorhanden sind */
.projekte_boxindex_02_inner.less-than-three a {
    display: block;
    text-align: start;
    padding: 0;
    margin: 0 1rem; /* Abstand für die Elemente */
    /* Breite nicht calc(33.33% - 2rem) */
    min-width: 380px;
    max-width: 400px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px;
    background-color: white;
    flex: 0 0 auto; /* Verhindert, dass die Elemente ihre Größe ändern */
}
.projekte_boxindex_02_in {
	position: relative;
	display: block;
	text-align: start;
	height: auto;
	background-color: var(--oneColor);
}
.projekte_box_02_in_02 {
	height: 100%;
	position: relative;
	padding: 1.5rem 1rem;
	background-color: var(--whiteColor);
}
.projekte_box_02_in_img_container {
	position: relative;
	display: flex;
	width: 100%;
	height: 250px;
	justify-content: center;
	text-align: center;
}
.projekte_box_02_in_img_container img {
	width: 100%;
	height: auto;
	min-height: 100%;
	display: flex;
	position: relative;
	object-fit: cover;
}
img.absolute_left,
img.absolute_right {
	position: absolute;
	top: 20rem;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 1000;
}
img.absolute_left {
	left: -4rem;
}
img.absolute_right {
	right:-4rem;
}

.projekte_box_03{
	position: relative;
	display: flex;
	justify-content: flex-end;
	text-align: end;
	width: 100%;
	height: auto;
	padding: 1rem 1rem;
}
/* ========== ========== Include leistungen ========== ==========*/
#leistungen{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:var(--whiteColor);
}
.leistungen_in{
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 4rem 0.5rem;
}
.leistungen_box_left{
	position: relative;
	display: block;
	justify-content: flex-start;
	text-align: left;
	overflow: hidden;
	width:var(--BoxWidthDesktop50); 
	padding: 5rem 3rem 3rem 0rem;
}
.leistungen_box_left_img_container {
    position: relative;
    width: 100%;
	height:400px;
    overflow: hidden;
}
.leistungen_box_left_img_container img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
	object-fit: cover;
}
.leistungen_box_left_img_container img.active {
    opacity: 1;
}
.leistungen_box_left_box {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
}
.leistungen_box_left_img_container_dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.leistungen_box_left_img_container_dots .dot {
    width: 12px;
    height: 12px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
}

.leistungen_box_left_img_container_dots .dot.active {
    background-color: #333;
}
.leistungen_box_left_box a{
	font-weight: normal;
}    
.leistungen_box_right{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: left;
	overflow: hidden;
	width:var(--BoxWidthDesktop50); 
	padding: 5rem 3rem 3rem 0rem;
}
.leistungen_box_right_box{
	position: relative;
	display: flex;
	width:var(--BoxWidthDesktop50); 
	height: auto;
	padding: 0.5rem;
}
.leistungen_box_right_box_img{
	width:50px;
}
.leistungen_box_right_box_text{
	position: relative;
	width: 100%;
	height: auto;
	padding: 1rem 0.5rem;
}

/* ========== ========== Include buchen Sie ========== ==========*/
#buechen_sie{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	max-height: 500px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:var(--oneColor);
}
.buchen_sie_in{
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 4rem 0.5rem 8rem 0.5rem;
}
.buchen_sie_box_main{
	position: relative;
	display: block;
	justify-content: flex-start;
	text-align: left;
	overflow: hidden;
	width:60%; 
	padding: 5rem 3rem 3rem 3rem;
	background-color:var(--oneColor);
}
.buchen_sie_img{
	position: relative;
	display: flex;
	width: 40%;
	height:auto;
	justify-content: center;
	text-align: center;
	object-fit: cover;
	padding: 0 0rem;
	background-color:var(--oneColor);
}
.buchen_sie_img_container{
	position: relative;
	display: inline-flex;
	width: 100%;
	height:auto;
	justify-content: center;
	text-align: center;
}
.buchen_sie_img img{
	width: 100%;
    height:auto;
	min-height:100%; 
    display: flex;	
	position: relative;
	object-fit: cover;
}
/* ========== ========== Include flatfox ========== ==========*/
#flatfox{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	min-height: 500px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:var(--oneColor);
}
.flatfox_in{
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: block;
	flex-wrap: wrap;
	padding: 8rem 0.5rem 8rem 0.5rem;
}
.flatfox_in iframe{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height: auto;
}

.flatfox_in_02{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	text-align: left;
	overflow: hidden;
	width:100%;
	height: 100%;
	padding: 5rem 0rem 3rem 0rem;
	background-color:var(--oneColor);
}
/* ========== ========== Include interessiert ========== ==========*/

#interessiert{
	position: relative;
	overflow: hidden;
	width: 100%;
	/*max-width: var(--WxDisplayWidth);*/
	height: auto;
	max-height: 500px;
	display: flex;
	flex-wrap: wrap;
	background-color:var(--oneColor);
	margin-top: 0rem;
}
.interessiert_img{
	position: relative;
	display: flex;
	width: var(--BoxWidthDesktop50); 
	height:auto;
	justify-content: center;
	text-align: center;
}
.interessiert_img img{
	width: 100%; 
    height:auto;
	min-height:100%;
    display: flex;	
	position: relative;
	object-fit: cover;
}
.interessiert_main{
	position: relative;
	display: block;
	justify-content: flex-start;
	text-align: left;
	overflow: hidden;
	width:var(--BoxWidthDesktop50); 
	padding: 8rem 2rem 3rem 8rem;
	align-items: center;
}
.interessiert_main_in_link{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	overflow: hidden;	
}
/* ========== ========== Ueber uns  ========== ==========*/
#ueberuns{
	position: relative;
	overflow: hidden;
	width:100%;
	height:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding:0 0 4rem 0 ;
}
.ueberuns_in{
	position: relative;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	text-align:start;
	padding: 0rem 0.5rem;
}
.ueberuns_in_text{
	position: relative;
	width: 300px;
	height: auto;
}
.ueberuns_in_text h3{
	margin-bottom: 1rem;
}
.ueberuns_in_workers{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin: 0 1rem; 
	justify-content:flex-start;
}
.ueberuns_in_workers_in{
	position: relative;
	height: auto;
	width: 230px;
	margin: 0rem 0.5rem;
	overflow: hidden;
}
.ueberuns_in_workers_in_img_container{
	position: relative;
	display: flex;
	width: 230px;
	height:300px;
	justify-content: center;
	text-align: center;
	margin: 0 0 1rem 0;
}
.ueberuns_in_workers_in_img_container img{
	width: 100%;
    height:auto;
	min-height:100%;
    display: flex;	
	position: relative;
	object-fit: cover;
}
.ueberuns_in_workers_in h4{
	text-transform:none;
	font-size:var(--p);
	text-align:left;
}
.ueberuns_in_workers_in h5{
	text-transform:none;
    font-weight: normal;
	padding: 0 0 0.5rem 0;
}
.ueberuns_in_workers_02{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: start;
}
.ueberuns_in_workers_02 a{
	display: flex;
    font-weight: normal;
}
.iframe_google{
	filter: grayscale(60%);
}
/* ========== ========== kontaktformular  ========== ==========*/
#kontakt{
	position: relative;
	overflow: hidden;
	width: 100%;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:var(--whiteColor);
	/*margin-top: 4rem;*/
}
#kontakt_google{
	position: relative;
	overflow: hidden;
	width: 100%;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:var(--whiteColor);
	margin-top: 4rem;
}
.kontakt_in{
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: block;
	flex-wrap: wrap;
	padding: 4rem 0.5rem;
}
.kontakt_in_p1 {
	font-size:var(--h1);
	color:var(--twoColor);
	letter-spacing: 2px;
	font-weight: bold;
	font-family:'Helvetica_font_hx', Arial, "sans-serif";
}
.kontakt_in_p2 {
	font-size:var(--h1);
	color: var(--twoColor);
	letter-spacing: 2px;
}
#kontakt_01{
	position: relative;
	overflow: hidden;
	width: 100%;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:var(--whiteColor);
	margin-bottom: 4rem;
}
.kontakt_01_in{
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: block;
	flex-wrap: wrap;
	padding: 0rem 0.5rem 4rem 0.5rem;
}
.form-container{
	position: relative;
	width: 100%;
	height: auto;
}
.form-group{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.form-group_br{
	position: relative;
	height: 50px;
}
.form-group p{
	display: flex;
	width: 500px;
	margin: 0 10px;
}
.form-group_in_01{
	width: 500px;
}
.form-group_in_02{
	width: 150px;
}
.form-group_in_03{
	width: 330px;
}

.form-group_in_04{
	width: 1020px;
	max-width: 1020px;
	min-width: 1020px;
	min-height: 200px;
}
.form-group_in_05{
	width: 430px;
}
select,input,textarea{
	padding: 10px;
    margin: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
	background-color:var(--oneColor);
	color: var(--twoColor);
}
select:focus,input:focus,textarea:focus{
	padding: 10px;
    margin: 10px;
    border: 1px solid var(--twoColor);	
    border-radius: 10px;
	background-color:var(--oneColor);
	color: var(--twoColor);
}
button{
	transition: var(--bewegung6);
	color: var(--whiteColor);
	background-color: var(--twoColor);
	border: 1px solid var(--twoColor);	
	padding: var(--ButtonPadding);
	margin:var(--ButtonMargin);
	border-radius:var(--ButtonBorderRadius);
	cursor: pointer;
	margin: 2rem 10px 10px 10px;
}
button:hover{
	border: 1px solid var(--whiteColor);
	transition: var(--bewegung6);
	background-color: var(--twoColor);
}
/* ========== ========== Impressum & Datenschutz  ========== ==========*/
#impressum{
	position: relative;
	overflow: hidden;
	width:100%;
	height:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding:0 0 4rem 0 ;
}
.impressum_in{
	position: relative;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: block;
	justify-content: flex-start;
	text-align:start;
	padding: 0rem 0.5rem;
}
.impressum_in_text{
	position: relative;
	width: 800px;
	height: auto;
	padding: 2rem 0;
}
.impressum_in_text h3{
	margin-bottom: 1rem;
}
p.text_small{
	font-size:var(--psmall);
}
/* ========== ========== iframe panorama  ========== ==========*/
#iframe_pano{
	position: relative;
	overflow: hidden;
	width: 100%;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:var(--whiteColor);
	margin-top: 4rem;
}
.iframe_pano_in{
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: 800px;
	margin: 0 auto;
	display: block;
	flex-wrap: wrap;
	padding: 4rem 0.5rem;
}

/* ========== ========== Projekt  ========== ==========*/
#projekt{
	position: relative;
	overflow: hidden;
	width: 100%;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:var(--whiteColor);
}
.projekt_in{
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 4rem 0.5rem;
}
.projekt_in_left{
	position: relative;
	width: 55%;
	height: auto;
	display: block;
	margin: 0rem 1rem;
}
.projekt_in_left_img_container{
	position: relative;
	display: flex;
	width: 100%;
	height: 400px;
	justify-content: center;
	text-align: center;
	margin: 0 0 1rem 0;
	overflow: hidden;
}
.projekt_in_left_img_container img{
	width: 100%;
    height:auto;
	min-height:100%;
    display: flex;	
	position: relative;
	object-fit: cover;
}
.projekt_in_right{
	position: relative;
	width: 40%;
	height: auto;
	display: block;
	margin: 0rem 1rem;
	justify-content: space-between;
}
.projekt_in_right_img_container{
	position: relative;
	display: flex;
	width: 100%;
	height: 400px;
	justify-content: center;
	text-align: center;
	margin: 0 0 1rem 0;
}
.projekt_in_right_img_container img{
	width: 100%;
    height:auto;
	min-height:100%;
    display: flex;	
	position: relative;
	object-fit: cover;
}
/* ========== ========== Projekt Standort  ========== ==========*/
#projekt_standort{
	position: relative;
	overflow: hidden;
	width: 100%;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:var(--oneColor);
}
.projekt_standort_in{
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 4rem 0.5rem;
}
.projekt_standort_in_box{
	position: relative;
	width: var(--BoxWidthDesktop50); 
	height: auto;
	display: block;
}
.projekt_standort_in_box h4{
	margin-bottom: 1rem;
}
.projekt_standort_in_box_icon_main{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;	
}
.projekt_standort_in_box_icon_main_in{
	position: relative;
	width: var(--BoxWidthDesktop50); 
	height: auto;
	display: flex;
	margin: 1rem 0;
}
.projekt_standort_in_box_icon_main_in p{
	padding: 0 1rem;
	text-transform: uppercase;
    font-weight: bold;
	display: flex;
	width: 80%;
	font-family:'Helvetica_font_hx', Arial, "sans-serif";
}
.projekt_standort_in_box_icon_main_img{
	width:50px;
}
/* ========== ========== Projekt preise  ========== ==========*/
#projekt_preis{
	position: relative;
	overflow: hidden;
	width: 100%;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:var(--whiteColor);
}
.projekt_preis_in{
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 4rem 0.5rem;
}
table {
	margin-top: 2rem;
  	border-collapse: collapse;
  	width: 100%;
	font-family:'Helvetica_font_hx', Arial, "sans-serif";
}
table .clickable-row{
	cursor: pointer;
}
table .clickable-row:hover{
	background-color:var(--oneColor);
}
td, th {
  	text-align: left;
  	padding: 1rem;
	font-size: var(--h3small);
}
tr {
  	padding: 1rem;
}
td {
  	border-bottom: 1px solid var(--twoColor);
  	text-align: left;
 	padding: 1rem;
}
th {
  	text-align: left;
  	padding: 1rem;
    font-weight: bold;
}
/*tr:nth-child(even) {
  	background-color: #dddddd;
}*/
/* ========== ========== premiumleistungen  ========== ==========*/
#premium{
	position: relative;
	overflow: hidden;
	width: 100%;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:var(--whiteColor);
}
.premium_in{
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 4rem 0.5rem;
}
.premium_in_left {
	position: relative;
	width: 55%;
	height: auto;
	display: block;
	margin: 0rem 1rem;
}
.premium_in_left_box {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	justify-content: space-between;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px;
	padding: 0 1rem;
	margin: 1rem 0;
}
.premium_in_left_box_in_01{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	padding: 1rem;
}
.premium_in_left_img_container_01 {
	position: relative;
	width: 80px;
	height: 80px;
	background-color: var(--oneColor);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px;
	border-radius: 50%;
	padding: 1rem;
	display: flex;
}
.premium_in_left_img_container_01 img {
	width: 45px;
	height: 45px;
	margin: 2px auto 0 auto;
}
.premium_in_left_img_container_02 {
	position: relative;
	margin: 1.7rem;
}
.premium_in_left_img_container_02 img {
	width: 25px;
	height: 25px;
}
.premium_in_left_box h3 {
	position: relative;
	width: 60%;
	height: auto;
	display: flex;
	padding: 1.5rem 1rem 1rem 1rem;
	text-transform: uppercase;
	text-align: left;
}
.premium_in_left_box_in_02{
	position: relative;
	padding: 1rem;
}
.premium_in_left_box_in_02_p {
	padding: 1rem 0 2rem 0;
}
.premium_in_left_img_container_03 {
	position: relative;
	display: flex;
	width: 100%;
	height: 300px;
	justify-content: space-between;
	margin: 2rem 0 0.5rem 0;
}
.premium_in_left_img_container_03 a{
	width: 32.5%;
	height: auto;
	min-height: 100%;
	display: flex;
	object-fit: cover;
	margin: 0 0.5rem 0 0;
}
.premium_in_left_img_container_03 img {
	/*width: 32.5%;*/
	width: 100%;
	height: auto;
	min-height: 100%;
	display: flex;
	object-fit: cover;
}
.premium_in_left_video_container {
	position: relative;
	display: flex;
	width: 100%;
	height: 400px;
	justify-content: center;
	text-align: center;
	margin: 0 0 1rem 0;
}
.premium_in_left_video_container video {
	width: 100%;
	height: auto;
	min-height: 100%;
	display: flex;
	object-fit: cover;
}
.premium_in_right{
	position: relative;
	width: 40%;
	height: auto;
	display: block;
	margin: 0rem 1rem;
	text-align: end;
	justify-content: flex-end;
}
.premium_in_right h4{
	font-weight: normal;
	margin-bottom: 1rem;
	text-align: end;
}
.premium_in_right span{
	text-transform: uppercase;
}
.premium_in_right_img_container{
	position: relative;
	display: flex;
	width: 90%;
	height: 400px;
	justify-content: center;
	text-align: center;
	margin: 1rem 0 1rem auto;
}
.premium_in_right_img_container img{
	width: 100%;
    height:auto;
	min-height:100%;
    display: flex;	
	position: relative;
	object-fit: cover;
}

/* ========== ========== Footer  ========== ==========*/
.footer_200{
	position:relative;
	width: 100%;
	height: auto;
	padding: 4rem 8rem;
	background-color: var(--twoColor);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer_200_box p,.footer_200_box a{
	color: var(--whiteColor);
	font-size:var(--psmall); 
	width: 100%;
	display: flex;
}
.footer_200_box{
	position: relative;
	overflow: hidden;
	display: block;
	width: 25%;
	height: auto;
	padding: 0;
	margin:0;
}
.footer_200_box_in a{
	margin: 0rem 0rem 0.8rem 0;
}
.footer_200_04_img_container{
	position: relative;
	display: flex;
	width:100%;
	height:auto;
	justify-content: flex-end;
	text-align: center;
}
.footer_200_04_img_container img{
	width: 300px;
    height:auto;
	min-height:100%;
    display: flex;	
	position: relative;
	margin: 0 auto;
	object-fit: cover;
}
.footer_300{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.footer_300_inside1{
	position: relative;
	overflow: hidden;
	width: 80%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0.5rem 0.5rem;	
}
.footer_300_inside1 a, .footer_300_inside2 a{
	margin: 0 0.5rem;
}
.footer_300_inside1 a:hover, .footer_300_inside2 a:hover{
	margin: 0 0.5rem;
	text-decoration: underline;
	color: var(--darkColor);
	transition:var(--bewegung);
}
.footer_300_inside2{
	position: relative;
	overflow: hidden;
	width: 20%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 0.5rem 0.5rem;	
}

/* ========== ========== Footer hallerid - icon & copyright ========== ==========*/

.flo_copy_div {
	position: relative;
	padding:1rem 0rem;
	width: var(--HundertProz);	
	background-color:var(--oneColor);
	text-align: center;
	bottom: 0rem;
	transition:var(--bewegung);
	z-index: 2; 
}	
.flo_copy_div a:hover {
	color: var(--darkColor);
	transition:var(--bewegung);
	text-decoration: underline;
}
.mobilefoot2{
	display:none;
}
.mobilefoot{
	color: var(--twoColor);
}
.footer_100{
	position: relative;
}
.fva_footer_icon_member img{
	z-index: 3;
	position: absolute;
	width: 40px;
	top: -1rem;
	right:3rem;
	transition: var(--bewegung6);
	transform: scale(1) rotate(0deg);
}
.fva_footer_icon_member img:hover{
	transition: var(--bewegung6);
	transform: scale(1.3) rotate(6deg);
}




/* ========== ========== COOKIE DATENSCHUTZ ========== ========== */
		
.cookie-banner {
	position: fixed; /*bezogen auf bildschirm fixiert*/
	bottom:-800px;
	left:4rem;
	transition:bottom 2s ease-in-out;
	z-index: 400;
	border:2px solid var(--twoColor2);
	background-color:var(--twoColor);
	border-radius: var(--borderRadi15);
	line-height: 1.7;
	padding: 1rem 0.5rem 2rem 0.5rem ;
	width: var(--widthBox1);
	height: var(--widthBox1);
	overflow: hidden;
}
.sichtbarr {
	bottom:3rem;
	transition:bottom 2s ease-in-out;
}		  
.cookie-banner_in{
	justify-content: center;
	text-align: center;
	display: block;
	cursor: url("../img/design/icon/2024_icon_maus_04.png"), pointer;
	cursor:auto;
}
.cookie-banner_in img{
	width:50px;
	height: auto;
	margin: 0 auto;
}
.cookie-banner_in h4{
	color: var(--twoColor2);
	padding: 1rem 0 0.5rem 0;
	font-size: var(--h3);
}
.cookie-banner_in p{
	padding: 1rem 0 0.5rem 0;
	font-size: var(--p);
}
.cookiebutton button{
	display: flex;
	border-radius: var(--borderRadi15);
	border:2px solid var(--oneColor);
	background-color:var(--oneColor);
	cursor: url("../img/design/icon/2024_icon_maus_04.png"), pointer;
	cursor:auto;
	margin:0rem auto;
	justify-content: center;
	padding: 0.5rem 1rem;
	color: var(--darkColor);
	font-family:'haller.idDIN2', Arial, "sans-serif";
}		
        

/* ========== MEDIA SCREEN  1580px ========== */
/* ========== APPLE NOTEBOOK 16und13zoll ========== */
	@media screen and (min-width:1581px) 
	{
body {
	/*background-color:rgba(151,185,231,1.00); ZUM ARBEITEN */
}  
.header_002_box{
	width: 70%;
	margin-left: 0rem;
	padding:20% 0rem;
}	
.header_002_box_p{
	font-size:var(--h2);		
}
.header_002_in p{
	max-width:var(--BoxWidthTextXL); 
}		
.footer_200_04_img_container img{
	width: 400px;
}	
		
		
}

/* ========== MEDIA SCREEN  1580px ========== */
/* ========== APPLE NOTEBOOK 16und13zoll ========== */
	@media screen and (max-width:1454px) 
	{
body {
	/*background-color:lightcoral; ZUM ARBEITEN */
}
img.absolute_left {
	left: -0rem;
}
img.absolute_right {
	right:-0rem;
}		
.ueberuns_in_workers_in{
	margin: 0.5rem 0.5rem;
}		
		
}

/* ========== MEDIA SCREEN  992px ========== */
	@media screen and (max-width:1300px) 
	{		
body {
	/*background-color: rgba(190,124,223,1.00);ZUM ARBEITEN*/
}
:root {
	/*--BoxWidth:100%;
	--BoxWidthDesktop50: 100%;*/

	--ButtonMargin:0.5rem 0.8rem 0.5rem 0;
}
.main_001_in{
	padding: 2rem 1.5rem 1rem 1.5rem;
}
.main_001_in h2{
	margin: 1rem auto 0 auto;
}	
.header_menu_in_right{
	width: auto;
	position: absolute; 
	right: 1rem;
	top:1rem;
	padding: 1rem 1rem 0 0;
	justify-content: flex-end;
	text-align: end;
}
.header_menu_in_right_bottom {
	display: none;
}
.burger-menu {
	display: block;
}
.mobile-menu {
	display: none;
}
.mobile-menu.open {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--twoColor);
	display: block;
	z-index:1000; 
}
.burger-menu.open {
	position:absolute;
 	z-index: 1100;
}
/** Höhe für Startbild oben, sobald Menu geöffnet **/
.burger-menu.open + .header_img_index, .burger-menu.open + .header_img_projekte,.burger-menu.open + .header_img_projekt {          
    height: 100vh!important;
}

.mobile-menu .dropdown-box {
	display: block; 
}
.header_menu_in_right_top{
	display: block;
	justify-content: center;
	padding: 0;
	width: 160px;
	z-index: 1100;
}
.header_menu_in_right_top a{
	width: 100%;
}
.header_menu_in_img_container{
	width:45%;
	padding: 1rem 0 0 2rem ;
	z-index: 1100;
}
.header_menu_in_img_container img{
	width: 100px;
}
img.absolute_left,
img.absolute_right {
	display: none;
}
/* ========== ========== header ========== ==========*/
.header_img_index {
	/*background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0) 100%), url('https://agmento.ch/gallery/full/1670/051agmentoimmobilienwolfwilcam0012-03@2x.jpg');*/
}
.verlauf{
	background: linear-gradient(to right, rgba(227,225,224, 0.8) 20%, rgba(227,225,224, 0.3) 50%, rgba(227,225,224, 0) 100%);
}
/*.header_img_projekte {
	background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0) 100%), url('https://agmento.ch/gallery/full/1670/051agmentoimmobilienwolfwilcam0012-03@2x.jpg'); 
}*/
.header_img_projekt {
	background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0) 100%), url('https://agmento.ch/gallery/full/1670/051agmentoimmobilienwolfwilcam0012-03@2x.jpg'); 
}

.header_002_box{
	width: 90%;
	height: auto;
	padding:20% 1rem;
	margin-left: 0rem;
}
/* ========== ==========  Projekte ========== ==========*/		
.projekte_box_01_projekte_link{
	width: 100%;
	justify-content: flex-end;
	padding: 1rem;
}
/* ========== ========== Include Projekte ========== ==========*/
#projekte{
	min-height: 400px;
	margin-top: 0rem;
}
.projekte_in{
	position: relative;
	top:0;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	padding: 4rem 0.5rem;
}
.projekte_box_01{
	position: relative;
	padding: 1rem 1rem;
}
.projekte_box_02_in{
	padding:0;
	margin:1rem;
}
.projekte_box_03{
	justify-content: center;
	text-align: center;
}		
.projekte_boxindex_02_inner {
	display: flex;
	flex-wrap: wrap;
	transition: transform 0.5s ease;
	justify-content: center;
}
.projekte_boxindex_02_inner a{
	margin: 1rem;
	/*width: 45%;*/
	
	max-width: 400px;
}
.projekte_boxindex_02_inner.three-or-more a {
    width: 400px;
	margin: 1rem;
	max-width: 400px;
}

.projekte_boxindex_02_inner.less-than-three a {
    width: 400px;
	margin: 1rem;
	max-width: 400px;
}
/* ========== ========== Projekt  ========== ==========*/
.projekt_in{
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 4rem 0.5rem;
}
.projekt_in_left{
	width: 100%;
	margin: 0rem 1rem;
}
.projekt_in_right{
	width: 100%;
	margin: 0rem 1rem;
}
.flatfox_in{
	padding: 4rem 1.5rem 0rem 1.5rem;
}

/* ========== ========== Ueber uns  ========== ==========*/
#ueberuns{
	padding:0 0 4rem 0 ;
}
.ueberuns_in{
	padding: 0rem 1.5rem;
}
.ueberuns_in_workers{
	margin: 1rem auto;
	padding: 0 0rem;
}

.form-container{
	margin: 0 auto;
}
.form-group p{
	width: 650px;
	margin: 0 10px;
}
.form-group_in_01{
	width: 650px;
}
.form-group_in_02{
	width: 150px;
}
.form-group_in_03{
	width: 480px;
}
.form-group_in_04{
	width: 650px;
	max-width: 650px;
	min-width: 650px;
	min-height: 200px;
}
/* ========== ========== Include leistungen ========== ==========*/

.leistungen_in{
	padding: 4rem 1rem;
}
.leistungen_box_left{
	width:100%; 
	padding: 5rem 1rem 3rem 1rem;
}
.leistungen_box_left_box{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}
.leistungen_box_right{
	width:100%; 
	padding: 5rem 1rem 3rem 1rem;
}
.leistungen_box_right_box{
	padding: 1rem 0.5rem;
}
.leistungen_box_right_box_text{
	padding: 0rem 0.5rem 0 1rem;
}
/* ========== ========== Include interessiert ========== ==========*/
.projekt_standort_in_box{
	padding:1rem;
}
/* ========== ========== Include interessiert ========== ==========*/

#interessiert{
	max-height:100%;
}
.interessiert_img{
	display: flex;
	width: 40%; 
	height:auto;
}
.interessiert_main{
	width:60%; 
	padding: 5rem 2rem 3rem 2rem;
}
.buchen_sie_in{
	padding: 4rem 1rem 8rem 1rem;
}
.projekt_standort_in_box_icon_main_in{
	width:100%; 
	margin: 1rem 0;
}
/* ========== ========== premiumleistungen  ========== ==========*/

.premium_in{
	max-width: var(--WxDisplayWidth);
	display: block;
	padding: 4rem 0.5rem;
}
.premium_in_left{
	width: 100%;
	margin: 0rem 0rem;
	padding: 1rem 1rem;
}
.premium_in_left_box{
	display: block;
	padding: 0 0rem;
	margin: 1rem 0;
}
.premium_in_left_img_container_02 {
	margin: 1.5rem 0rem 1rem 0rem;
}
.premium_in_left_img_container_02 img {
	width: 25px;
	height: 25px;
}
.premium_in_left_img_container_03{
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin: 2rem 0 2rem 0;
}
.premium_in_left_img_container_03 img{
	width:100%;
	max-height: 500px;
	margin: 1rem 0.5rem 1rem 0;
}
.premium_in_right{
	width: 100%;
	margin: 0rem 0rem;
	padding: 1rem 1rem;
	text-align: end;
	justify-content: flex-end;
}
.mobile{
	display: none;
}
/* ========== ========== uber uns  ========== ==========*/

.mobilefoot2{
	display:flex;
}
.mobilefoot{
	display:none;
}

/* ========== ========== Footer  ========== ==========*/
.footer_200_box{
	width: 100%;
	padding: 2rem 0;
}

		
		
		
}
	
	
/* ========== MEDIA SCREEN  768px ========== */
/* ========== APPLE tablet (kleineres) ========== */
	@media screen and (max-width:768px) 
	{	
body {
	/*background-color:rgba(240,206,164,1.00); ZUM ARBEITEN */
}
:root {
	--BoxWidth:100%;
	--BoxWidthDesktop50: 100%;
	--BoxWidth01:100%;
	--ButtonMargin:0.5rem 0.8rem 0.5rem 0;
	--BoxWidthTextXL: 100%;
	--BoxWidthText:100%;
}
/* ========== ========== Main Index ========== ========== */

h1 {
	font-size:var(--h1small);
	letter-spacing: 2px;
}
#h1{
	font-size:var(--h4small);	
}
h2 {
	font-size:var(--h2small);
	letter-spacing: 2px;
}
h3 {
	font-size:var(--h3small);
}
h4 {
	font-size:var(--h4small);
}
h5 {
	font-size:var(--h5small);
}
h6 {
	font-size:var(--h6small);
}
.titel_h6{
	font-size:var(--h6small);
}
.projekte_boxindex_02_inner a{
	width: 95%;
}
.projekte_boxindex_02_inner.three-or-more a {
	width: 95%;
}
.projekte_boxindex_02_inner.less-than-three a {
	width: 95%;
}
.kontakt_in_p1 {
	font-size:var(--h1small);
}
.kontakt_in_p2 {
	font-size:var(--h1small);
}
/* ========== ========== Ueber uns  ========== ==========*/

.ueberuns_in{
	display: block;
}
.ueberuns_in_text{
	margin-bottom: 1rem;
}
.form-group p{
	width: 100%;
}
.form-group_in_01{
	width:  100%;
}
.form-group_in_02{
	width:  100%;
}
.form-group_in_03{
	width:  100%;
}
.form-group_in_04{
	width:  100%;
	max-width:  auto;
	min-width: auto;
	min-height: 200px;
}
.interessiert_img{
	width: var(--BoxWidthDesktop50); 
}
.interessiert_main{
	width:var(--BoxWidthDesktop50); 
}
.header_002_box{
	width: var(--BoxWidthDesktop50);
	padding:50% 1rem;
}		
.buchen_sie_box_main{
	width:100%; 
}

.buchen_sie_img{
	width: 100%;
}
.impressum_in{
	display: block;
}
.impressum_in_text{
	margin-bottom: 1rem;
	width:auto;
}
.projekt_standort_in_box_icon_main_in{
	width: var(--BoxWidthDesktop50); 
}
.footer_200{
	padding: 4rem 1.5rem;
}
.mobile2{
	display: none;
}		
.footer_300{
	display: block;
}
.footer_300_inside1{
	display: block;
	width: 100%;
	padding: 0.5rem 0.5rem;	
}		
.footer_300_inside2{
	width: 100%;
	justify-content: flex-start;
	padding: 0.5rem 0.5rem;	
}	
.footer_200_04_img_container img{
	width: 250px;
}
		
.cookie-banner {
	left:1rem;
}
.sichtbarr {
	bottom:6rem;
}		  
		
		
	}

	
/* ========== MEDIA SCREEN  600px ========== */
	@media screen and (max-width:600px) 
	{
body {
	/*background-color:rgba(195,245,245,1.00); ZUM BEARBEITEN */
}
h1 {
	font-size:var(--h4);
	letter-spacing: 2px;
}
.ueberuns_in_workers_in{
	margin: 1rem 0rem;
	width: 300px;
}	
.ueberuns_in_workers_in_img_container{
	width: 300px;	
	height:400px;
}		
		
}
