/* CSS Document */

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

:root {
	--oneColor: rgba(255,253,248,1.00);
	--twoColor:#F4BD31;
	--twoColor2:#2F2F2F;
	--fourColor: #6a7e8e;
	
	--inputColor:#728798;
	--buttonColor:#00996D;
	--hover1Color:#61B995;
	--successColor: #28a745;
    --infoColor: #17a2b8;
    --warningColor: #ffc107;
	--dangerColor: #dc3545;
    --lightColor: #f8f9fa;
    --darkColor: #343a40;
	--grayColor: #6c757d;
	--whiteColor: #ffffff;

	--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:45px;
	--h1small:30px;
	--h2:35px;
    --h2small:26px;
    --h3: 30px;
    --h3small: 25px;
	--h4:35px;
	--h4small:26px;
  	--h5: 16px;
    --h5small: 14px;
	--h6:38px;
	--h6small: 30px;
		
   	--oneFont: 'haller.idDIN';   
	--twoFont: 'haller.idDIN3'; 
	--threeFont: 'haller.idDIN2';
	--latoFont: 'Lato', Arial, "sans-serif";

	--ButtonPadding:0.3rem 2rem;
	--ButtonMargin:0.2rem 0.8rem 0.8rem 0;
	--ButtonBorderRadius:25px;
	
	--borderRadi4:4px;
	--borderRadi10:10px;
	--borderRadi15:15px;
    --borderRadi20:20px;
	--borderRadi50:50%;	
	
	--BoxWidth:25%;
	--BoxWidth01:396px;
	--BoxWidthDesktop50:50%;
	--BoxRadius:4px;
	--BoxWidthText:400px;
	--BoxWidthText2:800px;
	--BoxWidthTextXL:80%;	
	--randAbstand1:1rem;
		
	--bewegung:all 0.3s ease-in-out;
	--bewegung6:all 0.4s ease-in-out;
	
	--WxDisplayWidth: 1300px;
}
@font-face {
	font-family:'haller.idDIN';
	src:url("../assets/FuturaPTMedium.otf");
}
@font-face {
	font-family:'haller.idDIN2';
	src:url("../assets/FuturaPTBold.otf");
	font-weight: bolder;
}
@font-face {
	font-family:'haller.idDIN3';
	src:url("../assets/FuturaPTCondBook.otf");
}

/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
::selection {
    background:var(--twoColor);
	color:var(--oneColor);
}
/* und hiermit der Firefox >=1 */
::-moz-selection {
    background:var(--twoColor);
	color:var(--oneColor);
}
.modulecursor_maus1 {
  cursor: url("../img/design/icon/2024_icon_maus_04.png"), pointer;	
}
.modulecursor_maus2 {
  cursor: url("../img/design/icon/2024_icon_maus_02.png"), auto;	
}
.modulecursor2 {
  cursor: url("../bilder/design/Logo_haller_id_stamp_one_bl-30.png"), auto;	
}

/* ========== ========== DESIGN BODY - HEADQUARTER ========== ========== */
* {
    padding: 0;
    margin: 0;
	font-family:'Lato, 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;
	padding:0;
	overflow-x: hidden;
}
header {
	position: relative;
	width: 100%;
	background-color:  var(--oneColor);
}
main {
	position: relative;
	min-height: 800px; 
}
footer {
	position: relative; 		
	width:  100%;
}
p {
	font-size: var(--p);
	color: var(--oneColor);
    line-height: 1.7;
}
h1 {
	font-size:var(--h1);
	color:var(--twoColor);
	letter-spacing: 2px;
	font-weight: bold;
	font-family:'haller.idDIN2', Arial, "sans-serif";
}
h2 {
	font-size:var(--h2);
	color: var(--twoColor);
	letter-spacing: 2px;
    font-weight: bold;
   	font-family:'haller.idDIN2', Arial, "sans-serif";
}
h3 {
	font-size:var(--h3);
	color: var(--twoColor);
	font-family:var(--latoFont);
}
h4 {
	font-size:var(--h4);
	color: var(--twoColor);
    font-weight: bold;
	font-family:'haller.idDIN2', Arial, "sans-serif";
}
h5 {
	font-size:var(--h5);
	color:var(--twoColor);
	text-transform: uppercase;
	font-family:'haller.idDIN2', Arial, "sans-serif";
    font-weight: bold;
}
h6 {
	font-family:'haller.idDIN2', Arial, "sans-serif";
	font-size:var(--h6);
	color: var(--twoColor);
}
a {
	text-decoration:none; 
	cursor: pointer;
	letter-spacing: 0.5px;
	font-size:var(--p);
	text-align: center;
}
li {
	font-size:var(--h2);
	list-style:none;
	font-family:'haller.idDIN2', Arial, "sans-serif";
	font-weight: bold;
}
#bodycontainer{
	overflow: hidden;
	position: relative;
	margin: 0rem auto;
}
.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;
}
.text_bg_color {
	color: var(--twoColor2);
	background: -webkit-linear-gradient(rgba(255,255,255,0) 50%, var(--twoColor) 50%);
	background: -o-linear-gradient(rgba(255,255,255,0) 50%, var(--twoColor) 50%);
	background: linear-gradient(rgba(255,255,255,0) 50%, var(--twoColor) 50%);
	margin: 0 0 1rem 0;
}
.link_haller_01, .link_haller_02 {
	position: relative;
	display: inline-flex;
	transition: var(--bewegung6);
	padding: 0.2rem 2rem;
	margin: 0 0.5rem 0 0rem;
	border-radius: var(--borderRadi15);
	cursor: url("../img/design/icon/2024_icon_maus_04.png"), pointer;
	text-align: center;
	justify-content: center;
	font-size: var(--p);
	color: var(--oneColor);
	line-height: 1.7;
}
.link_haller_01 {
	border:2px solid var(--twoColor);
	background-color:rgba(255,255,255,0.00);
}
.link_haller_02 {
	border:2px solid var(--oneColor);
	background-color:rgba(255,255,255,0.00);
}
.link_haller_01:hover, .link_haller_02:hover {
	transition: var(--bewegung6);
	border:2px solid var(--twoColor2);
	background-color:var(--oneColor);
	color: var(--twoColor2);
}
.link_haller_03{
	transition: var(--bewegung6);
	color: var(--twoColor2);
	font-size: var(--p);
	padding:0.3rem 2rem 0.2rem 2rem;
	border-bottom:2px solid rgba(229,225,225,0.00);
	cursor: url("../img/design/icon/2024_icon_maus_04.png"), pointer;
	width: 100%;
	display: flex;
}
.link_haller_03:hover{
	border-bottom:2px solid var(--twoColor);
	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);
}
img.icon_01{
	width: 50px;
	height: 50px;	
}
img.cursor_lupe{
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.hoverbox:hover{
    box-shadow: rgba(0, 0, 0, 0.54) 0px 3px 8px;
	transition: var(--bewegung6);
}
.scroll_effekt {
  opacity: 0; 
  transform: translateY(20px); 
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out; 
}
.scroll_effekt.active {
  opacity: 1; 
  transform: translateX(0); 
}
@keyframes scroll-link-fade-in {
    from {
        opacity: 0;
        transform: translateY(+25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
} 
.zoomin{	
	animation: zoomIn1 10s infinite alternate; 
	animation-iteration-count: infinite;
}
@keyframes zoomIn1 {
  from { transform: scale(1); }
  to { transform: scale(1.2); }
}
.zoomin_hover {
  transition: transform 10s ease;
  will-change: transform;
}
.zoomin_hover:hover {
  transform: scale(1.2);
}

/* ========== Button Fade-in Stile ========== */
.ind-button {
    opacity: 0;
    transform: translateY(20px); 
    transition: opacity 0.6s ease-out, transform 0.6s ease-out; 
    display: inline-block; 
}
.ind-button.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ========== ========== green flag ========== ==========*/
.green_flag_01_icon, .green_flag_01_icon_mini {
	position: absolute;
	background-image: url("../img/design/icon/2024_icon_flag_gr.webp");
	background-repeat:no-repeat;
	background-attachment:inherit;
	background-position: center center;
    display: inline-block;
	z-index: 10;
	overflow: hidden;
	margin: 0 auto;
	object-fit: cover;
	transition:var(--bewegung);
	animation: Animationgreen_flag 2s linear infinite; 
}
.green_flag_01_icon {
	top:-1.8rem;
	right:2rem;
	background-size:50px; 
	width: 45px;
	height: 45px;
}
.green_flag_01_icon_mini {
	top:-0.2rem;
	right:-0.2rem;
	background-size:35px; 
	width: 30px;
	height: 30px;
}
.green_flag_01_icon_hover:hover .green_flag_01_icon_mini,
.green_flag_01_icon_hover:hover .green_flag_01_icon {
	animation: Animationgreen_flag 1s linear infinite;  
	transition:var(--bewegung);
}
.green_flag_01_icon:hover, .green_flag_01_icon_mini:hover {
	transform: translate(-2px, -2px); 
	transition:var(--bewegung);
  	animation: Animationgreen_flag 1s linear infinite; 
}
@keyframes Animationgreen_flag {
	0% {transform:rotate(-10deg); transition:var(--bewegung);}
	50% {transform:rotate(10deg); transition:var(--bewegung);}
	100% {transform:rotate(-10deg); transition:var(--bewegung);}
}

/* ========== ========== call_to_action ========== ==========*/
.call_to_action_div {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 3rem auto;
	padding: 0;
	justify-content: center;
	text-align: center;
	display: block;
	background-color: var(--whiteColor); 
}
.call_to_action_div_p{
	padding: 8px 5px;
    font-size: var(--p);
	color: var(--twoColor2);
	margin: 3rem auto 1rem auto;
	transition: var(--bewegung6);
}
.call_to_action_div hr{
	margin: 1rem 2rem 0.5rem 2rem;
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(244,189,49,0.75), rgba(0, 0, 0, 0));
}
.call_to_action_div_button{
	position: relative;
	width: 100%;
	height: auto;
	justify-content: center;
	display: flex;
}
.call_to_action_div img{
	width: 25px;
	height: 25px;
	margin: 0 0.8rem 0 0;
}
.call_to_action_div .link_haller_01 {
	color: var(--twoColor2); 
}
.call_to_action_div_p_erfolg{
	transition: var(--bewegung6);
}
.call_to_action_div:hover .call_to_action_div_p_erfolg{
	color:var(--successColor)!important;
	transition: var(--bewegung6);
}
.bg_gray{
	background-color: var(--oneColor);	
}

/* ========== ========== header ========== ==========*/
.header_001 {
	position: relative;
    width: 100%;
    display: flex;
    background-color: var(--twoColor);
	z-index: 1000;
}
.header_001_in1 {
    position: relative;
    height: auto;
    width: 100%;
    justify-content: center;
    display: flex;
	padding: 0rem 2rem;
    overflow: hidden;
    flex-wrap: wrap;
}
.header_101 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: auto;
    height: auto;
    justify-content: space-evenly;
    margin: 0 1rem;
}
.header_101 img {
    width: 20px;
    height: 20px;
    margin: 6px 0;
}
.header_101 p {
    padding: 7px 5px;
    font-size: var(--psmall);
	color:var(--whiteColor);
}
/* ========== ========== language_de_nl ========== ==========*/
.header_001_in2 {
    position: absolute;
    right: 2rem;
    top: 0.5rem;
	width: auto;
    height: auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.header_001_in2 .menu-top img{
	width: 18px;
	height: auto;
}
.header_001_in2 .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: var(--borderRadi4);
    z-index: 910;
    list-style-type: none;
    padding: 0.5rem;
    margin: 0;
    top: 100%; 
    right: 0;	
}
.header_001_in2 .dropdown-menu a {
    color: #000;
    padding: 0.2rem 10px;
    text-decoration: none;
    display: flex; 
    align-items: center;
}
.header_001_in2 .dropdown-menu li{
	padding: 0rem 0rem 0rem 0rem;
}
.header_001_in2 .dropdown-menu span{
	padding: 2px 0 0 0;
}
.header_001_in2 .dropdown-toggle:checked + label + .dropdown-menu {
    display: block;
}
.header_001_in2 .visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.header_001_in2 .link_mouse_effect{
	margin-left: 5px;
	transition: var(--bewegung6);
	border-bottom:2px solid rgba(229,225,225,0.00);
	cursor: url("../img/design/icon/2024_icon_maus_04.png"), pointer;
}
.header_001_in2 .link_mouse_effect:hover{
	transition: var(--bewegung6);
	border-bottom:2px solid var(--twoColor);
}
/* ========== ========== header ========== ==========*/
.header_002 {
    position: relative;
    height: auto;
    width: 100%;
    padding:0 1rem 1rem 1rem;
    justify-content: center;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background-color: var(--oneColor);
    object-fit: contain;
}
.header_002_img_container {
	position: relative;
    border-radius: var(--borderRadi15);
    max-height: 700px;
	height: 700px;
    width: 100%;
    overflow: hidden;
	z-index: 0;
}
.header_002_img_container video{
	max-height: 700px;
	height: 700px;
    width: 100%;
	display:inline-block;
	position: relative;
    border-radius: var(--borderRadi15);
    overflow: hidden;
	z-index: 0;
	object-fit:cover;	
}
video.header_002_img_container_01{ display: flex; }
video.header_002_img_container_02{ display:none; }

/* ========== ========== header overlay ========== ==========*/
.header_002_overlay{
	position: absolute;
	top:1rem;
	left:0;
	height: auto;
	width: 100%;
	padding: 1rem;
	z-index: 10;
}
.header_002_overlay_in{
	padding: 5rem 6rem 1rem 6rem;
	color:var(--oneColor);
	animation: scroll-link-fade-in 1.5s ease-in-out 1;
    animation-fill-mode: forwards;
    opacity: 0;
	z-index: 10;
}
.header_002_overlay_in_logo{
	position: relative;
	display: flex;
	width: 40%;
	height: auto;
}
.header_002_overlay_in_logo img{
	width: 100%;
}
.header_002_overlay_in a{
 	margin: 0.2rem 0;	 
}
.header_002_overlay_menu{
	position: relative;
	left:0;
	height: auto;
	width: 100%;
	z-index: 15;
}

/* ========== ========== Navigation & Hamburger ========== ==========*/
.navbar {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    padding: 0 5rem;
}
/* Burger-Icon Styling (Desktop versteckt) */
.hamburger {
    display: none;
    cursor: pointer;
    padding: 10px;
    background: transparent;
    border: none;
    z-index: 20;
}
.hamburger span {
    display: block;
    width: 30px;
    height: 3px;
    margin: 6px auto;
    background-color: var(--twoColor2);
    transition: var(--bewegung);
    border-radius: 2px;
}

.navbar_menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.navbar_menu_dropdown {
    position: absolute;
    top: 1.8rem;
    left: 0;
    width: 100%;
    background: var(--oneColor);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-0px);
    transition: max-height 0.5s ease-out, opacity 0.3s ease, transform 0.5s ease-out;
    z-index: 15;
}
.navbar_menu li:hover .navbar_menu_dropdown {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
}
.navbar_menu_dropdown-content {
    position: relative;
    padding: 2rem 5% 3rem 5%;
    display: flex;
    justify-content: flex-start;
    z-index: 15;
}
.navbar_menu .link_haller_03{
    z-index: 20;
}
.navbar_menu_column {
    flex: 1;
    max-width: 300px;
}
.navbar_menu_column p {
    font-size: var(--h3small);
    color: var(--twoColor2);
    padding: 0 0 0 0rem;
}
.navbar_menu_column ul { margin: 0rem 0 0rem 0.5rem; }
.navbar_menu_column li { margin: 0rem 0 0 0.5rem; }

.navbar_menu_column a {
    color: var(--twoColor2);
    position: relative;
    display: inline-flex;
    padding: 0.1rem 0rem 0 0rem;
    margin: 0 0.5rem 0 0rem;
    cursor: url("../img/design/icon/2024_icon_maus_04.png"), pointer;
    font-size: var(--p);
    border-bottom: 1px solid rgba(255,255,255,0);
    font-weight: normal;
    transition: var(--bewegung6);
}		
.navbar_menu_column a:hover {
    background-color: var(--oneColor);
    color: var(--twoColor2);
    border-bottom: 1px solid var(--twoColor2);
}      
.navbar_menu img{
    width: 15px;
    height: 15px;
    margin: 0px 6px;
}

/* ========== ========== main 001 Produkte Übersicht ========== ==========*/
 .ind_class_001{
	position: relative;
    height: auto;
    width: 100%;
	max-width: 1960px;
	margin: 0 auto;
    padding:0 0.5rem;
    justify-content: space-between;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background-color: var(--oneColor);
    object-fit: contain;
}
.ind_class_001_in_box{
	position: relative;	
	height: auto;
	min-height: 600px;
	max-height: 1000px;
    width: 49.8%;
	min-width: 600px; /* Wird in Media Query auf 100% gesetzt */
	max-width: 1000px;
    overflow: hidden;
	z-index: 0;	
	margin: 0.2rem auto;	
	border:10px solid rgba(255,255,255,0.00);
	transition: var(--bewegung6);
}
.ind_class_001_img_container {
    position: relative;
    max-height: 600px;
    width: 100%;
    overflow: hidden;
    background-color: var(--twoColor);
}
.ind_class_001_img_container img,
.ind_class_001_img_container video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}
.ind_class_001_img_container .gradient-overlay {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
	background: linear-gradient(to top,rgba(47,47,47,0.75), rgba(47,47,47,0.54), rgba(47,47,47,0.2), rgba(244,189,49,0.0));
  	pointer-events: none;
	transition: var(--bewegung6);
}
.ind_class_001_overlay{
	position:absolute;
	display: block;
	bottom: 5rem;
	margin: 0 auto;
    width: 100%; 
	height: auto; 
	z-index: 2;
	text-align: center;
	justify-content: center;
}
.ind_class_001_overlay h1, .ind_class_001_overlay p{
	margin: 0 auto;
	width: auto;
	text-align: center;
}
.ind_class_001_overlay .ind_class_001_overlay_color_black,
.ind_class_001_overlay_color_dark{ color:var(--twoColor2); }
.ind_class_001_overlay_color_white{ color:var(--oneColor); }

.ind_class_001_overlay_link_box{
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	padding: 2rem 1rem 1rem 1.2rem;
}
.ind_class_002_in_box{
	position: relative;	
	height: auto;
	max-height: 300px;
    width:100%;
    border-radius: var(--borderRadi15);
    overflow: hidden;
	z-index: 0;	
	margin: 0.5rem;	
}
.ind_class_002_img_container {
    position: relative;
    width: 100%;
    overflow: hidden;	
	height: auto;
	max-height: 400px;
    border-radius: var(--borderRadi15);
	z-index: 0;	
}
.ind_class_002_img_container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
.ind_class_002_overlay{
	position: absolute;
	display: block;
	top:5rem;
	left: 50%;
    transform: translateX(-50%); 
    width: auto; 
    max-width: 500px;
	height: auto; 
	z-index: 2;
	text-align: center;
}

/* ========== ========== referenzen ========== ==========*/
.ind_class_referenzen_001{
	position: relative;
    height: auto;
    width: 100%;
	max-width: var(--WxDisplayWidth);
    padding:5rem 0 0rem 0;
	margin: 0 auto;
    justify-content: space-between;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background-color: var(--whiteColor);
    object-fit: contain;
}
.ind_class_referenzen_001_in_box{
	position: relative;	
	height: auto;
    width: 100%;
    overflow: hidden;
	z-index: 0;	
	margin: 0.2rem 0;	
	transition: var(--bewegung6);
	justify-content: center;
	text-align: center;
}
.ind_class_referenzen_001_in_box p{
	max-width: var(--BoxWidthText2);
	text-align: center;
	margin: 0 auto;
}
.ind_class_referenzen_001_in_box2{
	position: relative;	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: auto;
    width: 100%;
    overflow: hidden;
	z-index: 0;	
	margin: 0.2rem 0;	
	padding: 0 1rem 2rem 1rem; 
	transition: var(--bewegung6)
}
.ind_class_referenzen_001_in_box_img_container {
    position: relative;    
    height: auto;
    max-height: 200px;
    width: 200px;
    overflow: hidden;
    z-index: 0;    
    margin: 0.5rem;    
    border: 10px solid rgba(255, 255, 255, 0.00);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    opacity: 0; 
    transform: translateY(30px); 
}
.ind_class_referenzen_001_in_box_img_container img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: block;
	filter: grayscale(0%);
	transition: var(--bewegung6)
}

.ind_class_referenzen_001_in_box2.logos-in-view .ind_class_referenzen_001_in_box_img_container {
    opacity: 1;
    transform: translateY(0);
}

/* ========== Testimonials / Kundenstimmen ========== */
.testimonials-section {
    padding: 5rem 1rem;
    background-color: var(--oneColor);
}
.testimonial_wrapper h2 {
    text-align: center;
    margin-bottom: 1rem;
}
.text-center {
    text-align: center;
    margin: 0 auto;
}
.testimonial-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-top: 3rem;
}
.testimonial-card {
    background: var(--whiteColor);
    border-radius: var(--borderRadi15);
    padding: 2rem;
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    transition: var(--bewegung6);
}
.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
.quote-icon {
    font-size: 4rem;
    color: var(--twoColor);
    font-family: serif;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 20px;
    opacity: 0.3;
}
.testimonial-card blockquote {
    position: relative;
    z-index: 2;
    margin-top: 1.5rem;
}
.testimonial-card blockquote p {
    font-style: italic;
    color: var(--twoColor2);
    font-size: var(--psmall);
    line-height: 1.6;
}
.client-info {
    margin-top: 1.5rem;
    border-top: 2px solid var(--twoColor);
    padding-top: 1rem;
}
.client-info cite {
    display: block;
    font-weight: bold;
    font-style: normal;
    color: var(--twoColor2);
    font-size: var(--p);
}
.client-info span {
    font-size: 0.85rem;
    color: var(--grayColor);
}

/* ========== FAQ Sektion ========== */
.faq-section {
    padding: 3rem 1rem;
    background-color: var(--whiteColor);
    border-radius: 10px;
    margin-bottom: 3rem;
}
.faq-container {
    max-width: var(--BoxWidthText2);
    margin: 0 auto;
    text-align: left;
}
.faq-container h4 { margin-bottom: 0.5rem; }
.faq-container p { margin-bottom: 2rem; color: var(--grayColor); }
.faq-item {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.faq-item summary {
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    color: var(--twoColor2);
    outline: none;
    list-style: none; 
    position: relative;
    padding-right: 20px;
	font-family:'haller.idDIN2', Arial, "sans-serif";


}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    color: var(--twoColor);
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1;
    transition: transform 0.3s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-content {
    margin-top: 1rem;
    color: var(--twoColor2);
    line-height: 1.6;
}

/* ========== ========== social media ========== ==========*/
.ind_class_003{
	position: relative;
    height: auto;
    width: 100%;
    padding:10rem 1rem;
    justify-content: space-between;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background-color: var(--oneColor);
    object-fit: contain;
}
.ind_class_003 .gradient-overlay-right {
  	position: absolute;
	z-index: 3;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
	background: linear-gradient(to left, rgba(47,47,47,0.75), rgba(47,47,47,0.54), rgba(47,47,47,0.2), rgba(244,189,49,0.0));
  	pointer-events: none;
	transition: var(--bewegung6);
}
.ind_class_003_in_box{
	position: relative;	
	height: auto;
	max-height: 300px;
    width:100%;
    border-radius: var(--borderRadi15);
	z-index: 0;	
}
.ind_class_031_img_container {
    position: relative;
    width: 100%;
    overflow: hidden;	
	height: auto;
	max-height: 300px;
    border-radius: var(--borderRadi15);
	z-index: 0;	
}
.ind_class_031_img_container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
.ind_class_003_overlay-left{
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	top:-3rem;
	left:5%; 
    max-width: 48%;
	height: 120%;
	z-index: 2;
	text-align: center;
}

.ind_class_003_img_container {
  	position: relative;
  	width: 100%;
  	display: flex;
  	overflow: visible;
  	max-height: 400px;
  	align-items: center;
}

.video_wrapper {
  	position: relative;
  	width: 200px;
  	margin: 1rem 1.5rem;
  	transform: scale(0.9);
  	transition: transform 0.5s ease, z-index 0s;
  	z-index: 3; 
}
.video_wrapper:hover {
  	transform: scale(1) rotate(-4deg);
 	z-index: 10; 
}

.ind_class_003_video {
  	width: 100%;
  	height: auto;
  	display: block;
  	object-fit: contain;
  	pointer-events: auto;
	padding: 0.5rem;
	border-radius: 30px;
}
.video_overlay {
  	position: absolute;
  	top: -5%;
  	left: -5%;
  	width: 110%;
  	height: 110%;
  	object-fit: contain;
  	z-index: 11;
  	pointer-events: none; 
}
.video_wrapper:first-child {
  	transform: scale(1) rotate(-4deg);
  	z-index: 5;
}
.ind_class_003_img_container:hover .video_wrapper {
    transform: scale(0.9);
	z-index: 3;
	transition: transform 0.5s ease;
}
.video_wrapper:hover {
    transform: scale(1.1) rotate(-4deg)!important;
	z-index: 10;
	transition: transform 0.5s ease;
}
.ind_class_003_overlay-right{
	position: absolute;
	display: block;
	top:3rem;
	left: 55%;
    width: auto; 
    max-width: 600px;
	height: auto; 
	z-index: 4;
	text-align: center;
	padding: 0.2rem;
}
.ind_class_003_overlay-right a{
	margin: 0.2rem;
}
/* ========== ========== SoMe Icons ========== ==========*/
.ind_class_004{
	position: relative;
    height: auto;
    width: 100%;
    padding:0;
    justify-content: space-between;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background-color: var(--oneColor);
    object-fit: contain;
}
.ind_class_004_in_box{
	position: relative;	
	height: auto;
	padding: 1rem 0;
    width:auto;
	min-width: 95%;
    border-radius: var(--borderRadi15);
    overflow: hidden;
	z-index: 0;
	background-color: var(--oneColor);
}

.social-media-partners-section { text-align: center; }
.social-media-partners-section h2 { margin-bottom: 30px; }
.social-media-partners-section p {
    line-height: 1.7;
    max-width: var(--BoxWidthText2);
    margin: 0 auto 20px auto; 
	text-align: left;
}

.partner-logos-fade-in {
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    align-items: center;
    gap: 30px; 
    margin-top: 50px;
}
.partner-logos-fade-in .logo-item {
    width: 80px; 
    height: 80px; 
    border-radius: 50%; 
    background-color: white; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); 
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; 
    opacity: 0;
    transform: translateX(-50px); 
    transition: opacity 0.8s ease-out, transform 0.8s ease-out; 
}
.partner-logos-fade-in .logo-item.is-visible {
    opacity: 1;
    transform: translateX(0); 
}
.partner-logos-fade-in .logo-item img {
    max-width: 100%; 
    max-height: 100%;
    object-fit: contain; 
    display: block; 
}

/* ========== website Section ========== */
.website-section {
    width: 100%;
    padding:5rem 0;
    background-color: var(--oneColor);
    overflow: hidden;
}
.website-content-wrapper {
    display: flex;
    flex-direction: column;
    max-width: auto;
    margin: 0 1rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.website-content-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, var(--oneColor) 0%, var(--oneColor) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    z-index: 1;
    opacity: 1; 
    transform: translateX(600px); 
    transition: transform 1s ease-out; 
}
.website-content-wrapper.in-view::before {
    transform: translateX(0); 
    opacity: 1; 
}
.website-text-column {
    flex: 1;
    padding: 60px 5rem 60px 60px;
    background-color: transparent;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}
.website-text-column h6 { margin-bottom: 25px; line-height: 1.2; }
.website-text-column p { line-height: 1.8; margin-bottom: 20px; }
.website-image-column {
    flex: 1;
    min-height: 400px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.website-image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 10px 10px 0;
}
.btn-primary {
    display: inline-block;
    padding: 15px 30px;
    background-color: var(--twoColor);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.btn-primary:hover { background-color: var(--twoColor-darker); }
.btn-primary.is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 992px) {
    .website-content-wrapper { flex-direction: row; }
    .website-text-column {
        flex-basis: 40%;
        max-width: 40%;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .website-image-column {
        flex-basis: 60%;
        max-width: 60%;
        flex-grow: 0;
        flex-shrink: 0;
        min-height: 600px;
    }
    

}
@media (max-width: 992px) {
	  .website-image-column{
    /*display:none;*/
}
	    .website-image-column img {
        border-radius: 10px;

    }
	
    .website-content-wrapper::before {
        background: rgba(255,255,255,0.00);
    }
}
/* ========== Anpassung Website Section Mobile ========== */
@media (max-width: 767px) {
    .website-content-wrapper {
        flex-direction: column; 
    }
    .website-text-column {
        padding: 30px 15px; 
    }
    .website-content-wrapper::before {
        background: rgba(255,255,255,0.00);
        opacity: 1;
        transform: translateX(0);
        transition: none;
    }
    .website-image-column {
        display: flex; 
        min-height: 250px; 
        width: 100%;
    }
    .website-image-column img {
        border-radius: 10px;
        /*position: relative; 
        display: block;*/
    }
}

/* ========== ========== main ========== ==========*/
.input-field:disabled, button:disabled {
    background-color: #e9ecef;
    cursor: not-allowed;
}
.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_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;
}
.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: var(--BoxWidthText2); height: auto; padding: 2rem 0; }
.impressum_in_text h3{ margin-bottom: 1rem; }
p.text_small{ font-size:var(--psmall); }

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; }

/* ========== ========== Footer  ========== ==========*/
.main-footer {
    background-color: var(--oneColor); 
    color: var(--textColor, #333); 
    padding: 2rem 1rem; 
    font-size: 0.95rem; 
    line-height: 1.6;
}
.main-footer a { color: var(--textColor, #333); text-decoration: none; transition: color var(--bewegung6, 0.3s ease); }
.main-footer a:hover { color: var(--twoColor, #007bff); }
.footer-container {
	position: relative;
	max-width: var(--WxDisplayWidth);
    margin: 0 auto; 
    padding: 0 1rem 2rem 1rem; 
    border-bottom: 1px solid rgba(0,0,0,0.1); 
    margin-bottom: 2rem;
}
.footer-container2{	position: relative; }
.footer-coltainer2 { position: relative; margin: 0 auto; padding: 0 1rem; }

.footer-top-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
    padding-top: 2rem;
    border-top: 1px solid rgba(0,0,0,0.1); 
    margin-top: 2rem;
}
.footer-contact-info { display: flex; flex-direction: column; gap: 0.75rem; text-align: start; }
.contact-item { display: flex; align-items: center; gap: 0.5rem; }
.contact-icon {
    display: inline-block; width: 18px; height: 18px;
    background-color: currentColor; -webkit-mask-size: cover; mask-size: cover;
}
.location-icon { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.828 0L6.343 16.657a8 8 0 1111.314 0z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"/></svg>'); mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.828 0L6.343 16.657a8 8 0 1111.314 0z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"/></svg>'); }
.email-icon { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"/></svg>'); mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"/></svg>'); }
.phone-icon { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"/></svg>'); mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"/></svg>'); }

.scroll-to-top-btn {
    background-color: var(--oneColor); 
    border: 1px solid rgba(0,0,0,0.1); 
    border-radius: 8px; 
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08); 
    transition: var(--bewegung6, 0.3s ease);
    color: var(--darkColor, #333); 
}
.scroll-to-top-btn:hover {
    background-color: var(--twoColor, #007bff); 
    color: var(--oneColor, #fff); 
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}
.scroll-to-top-btn svg { width: 24px; height: 24px; }

.footer-partners {
    display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: flex-start;
}
.partner-logo-item { display: flex; flex-direction: column; align-items: flex-start; gap: 0.25rem; max-width: 120px; }
.partner-logo-item img { max-width: 100%; height: auto; max-height: 40px; object-fit: contain; }
.partner-logo-item span { font-size: 0.75rem; color: rgba(var(--textColor-rgb, 51,51,51), 0.7); }
.partner-logo-item .tag {
    background-color: rgba(var(--twoColor-rgb, 0,123,255), 0.1); 
    color: var(--twoColor, #007bff);
    padding: 0.2em 0.5em; border-radius: 4px; font-size: 0.65rem; font-weight: bold;
}

.footer-links-section { display: flex; flex-wrap: wrap; gap: 2rem; padding: 2rem; }
.footer-col { flex: 1; min-width: 180px; }
.footer-col h5 { text-transform:none; text-align: left; font-size: 1.1rem; font-weight: bold; margin-bottom: 1rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; text-align: left; }
.footer-col li { font-weight:normal; }
.status-dot { display: inline-block; width: 8px; height: 8px; background-color: #28a745; border-radius: 50%; margin-left: 0.5rem; }

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-top-section { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
    .scroll-to-top-btn { margin-left: auto; }
    .footer-links-section { flex-direction: column; gap: 1.5rem; }
    .footer-col { min-width: unset; width: 100%; }
}
@media (max-width: 480px) {
    .main-footer { padding: 1.5rem 0.5rem; }
    .footer-container { padding: 0 0.5rem; }
    .footer-partners { justify-content: center; }
    .partner-logo-item { align-items: center; }
}

/* ========== ========== 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(--twoColor2); 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; 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: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:auto; margin:0rem auto; justify-content: center; padding: 0.5rem 1rem; color: var(--twoColor2); font-family:'haller.idDIN2', Arial, "sans-serif";
}		
/* ========== MEDIA SCREEN  2000px ========== */
/* ========== ========= */
@media screen and (min-width:2000px) {

	 .ind_class_001{
    padding:5rem 0.5rem 0 0.5rem;
}
.video_wrapper {
  	width: 250px;
}
.video_overlay {
  	top: -5%;
  	left: -5%;
  	width: 112%;
  	height: 110%;
}
} 

/* ========== MEDIA SCREEN  1580px ========== */
/* ========== APPLE NOTEBOOK 16und13zoll ========== */
@media screen and (min-width:1581px) {
    .header_002_img_container { max-height: 800px; height: 800px; }
    .header_002_img_container video{ max-height: 800px; height: 800px; }
    .website-text-column { padding: 60px 5rem 60px 15rem; }
    .header_002_overlay{ top:5rem; left:0; }	
    .ind_class_003 { padding: 15rem 1rem; }
	.ind_class_001_img_container {
    max-height: 1500px;
}
}

/* ========== MEDIA SCREEN  1454px ========== */
@media screen and (max-width:1454px) {
    img.absolute_left { left: -0rem; }
    img.absolute_right { right:-0rem; }		
    .header_002_overlay{ top:7rem; left:0; }		
    .partner-logos-fade-in { gap: 20px; }
    .partner-logos-fade-in .logo-item { width: 70px; height: 70px; }	
	.ind_class_001_in_box{
        min-width: auto;
        min-height:  auto;
		height: 100%;
        margin-bottom: 1.5rem;
	}
.ind_class_003{
    min-height: 700px;
}
.ind_class_003_in_box{
	max-height: auto;
    display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.ind_class_031_img_container {	
	position: absolute;
	top:10rem;
	height: auto;
	max-height: auto;
}
.ind_class_003_overlay-left{
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	top:-8rem;
	left:auto;
    max-width: 100%;
	width: 100%;
	height: 100%;
}
.ind_class_003_img_container {
	padding-left: 5rem;
}
.ind_class_003_overlay-right{
	position: relative;
	display: block;
	top:14rem;
	left: auto;;
    width: 100%; 
    max-width: 100%;
	height: auto; 
	justify-content: center;
	text-align: center;
}

.video_wrapper {
  	position: relative;
  	width: 150px;
  	margin: 1rem 1.5rem;
}
.ind_class_003_video { border-radius: 10px; }
}

/* ========== MEDIA SCREEN  1300px ========== */
@media screen and (max-width:1300px) {		
    :root { --ButtonMargin:0.5rem 0.8rem 0.5rem 0; }
    .header_002_img_container { height: 600px; width: 100%; }
    .mobilefoot2{ display:flex; }
    .mobilefoot{ display:none; }	
	.ind_class_referenzen_001_in_box{
	padding: 0 1.5rem;
}
}
	
/* ========== MEDIA SCREEN  768px ========== */
/* ========== APPLE tablet / Mobile Ansicht ========== */
@media screen and (max-width:768px) {	
    :root {
        --BoxWidth:100%; --BoxWidthDesktop50: 100%; --BoxWidth01:100%;
        --ButtonMargin:0.5rem 0.8rem 0.5rem 0; --BoxWidthTextXL: 100%; --BoxWidthText:100%;
    }
    
    h1 { font-size:var(--h4small); letter-spacing: 2px; }
    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); }
    
    .header_001_in1{ display: none; }
    video.header_002_img_container_01{ display:none; }
    video.header_002_img_container_02{ display: flex; }
    .call_to_action_div { margin: 3rem auto; padding: 0 1rem; }
    .call_to_action_div_button{ display: block; }
    .call_to_action_div_button a{ margin: 1rem; padding:0.5rem 1rem; line-height: 1.7; text-align: center; justify-content: center; }
    
    /* ========== Hamburger Menü & Mobile Navigation ========== */
    .navbar { justify-content: space-between; align-items: flex-start; padding: 0 1rem; }
    .hamburger { display: block; }
    
    /* Menü standardmäßig versteckt, erst bei ".active" sichtbar */
    .navbar_menu {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: center;
        background: var(--oneColor);
        padding-top: 1rem;
    }
    .navbar_menu.active {
        display: flex;
    }
    
    .navbar_menu_dropdown { 
        position: relative; 
        width: 100%; 
        left: 0; 
        top: 0; 
        background: var(--oneColor); 
    }
    .navbar_menu_dropdown-content { flex-direction: column; padding: 1rem 0; }
    .navbar_menu_column { max-width: 100%; margin-bottom: 1rem; width: 100%; text-align: center; }
    .header_002_overlay_menu { padding: 1rem 0; }
	
    /* ========== ========== header overlay ========== ==========*/
	.header_002_overlay{
		position: absolute;
		top:1rem;
		left:0;
		height: auto;
		width: 100%;
		padding: 1rem;
	}
	.header_002_overlay_in{
		padding: 1rem 2rem 1rem 2rem;
	}
	.header_002_overlay_in_logo{
		position: relative;
		display: flex;
		width: 70%;
		height: auto;
		margin-bottom: 5rem;
	}
	.header_002_overlay_in_logo img{
		width: 100%;
	}
	.header_002_overlay_in a{
		margin: 0.2rem 0;	 
	}
	.header_002_overlay_menu{
		position: relative;
		left:0;
		height: auto;
		width: 100%;
	}
    /* ========== ind_class_001 Fixes (Responsive Boxen) ========== */
    .ind_class_001 { flex-direction: column; display: block; }
    .ind_class_001_in_box {
        width: 100%;
        min-width: auto;
        min-height:  auto;
		height: 100%;
        margin-bottom: 1.5rem;
    }
    .ind_class_001_img_container { max-height: auto; height: auto; }
    .ind_class_001_overlay { bottom: 2rem; }
    
    /* ========== ind_class_003 Fixes (Social Media als Block) ========== */
    .ind_class_003 {
        display: flex;
        flex-direction: column;
        padding: 3rem 1rem;
		height: 900px;
    }
.ind_class_031_img_container {	
	position: relative;
	top:18rem;
}
.ind_class_003_overlay-left{
	position: absolute;
	top:0;
}

.ind_class_003_overlay-right{
	position: absolute;
	display: block;
	top:23rem;
}
	.ind_class_003_img_container {
	padding-left: 1rem;
}
    .video_wrapper {
       transform: scale(1) !important; 
		margin: 1.5rem 0.5rem;
        /* display: block;
        position: relative;
	 	width: 100%;
        */
    }
    .video_wrapper:first-child { transform: scale(1) rotate(0deg) !important; }
    .video_wrapper:hover { transform: scale(1.02) rotate(0deg) !important; }
    .ind_class_003_video { border-radius: 15px; }

   
    
    /* ========== ind_class_004 Fixes ========== */
    .ind_class_004 { padding: 2rem 1rem; }
    .ind_class_004_in_box { min-width: 100%; padding: 1rem; }
    .social-media-partners-section p { padding: 0 1rem; }
    
    .impressum_in{ display: block; }
    .impressum_in_text{ margin-bottom: 1rem; width:auto; }
    .cookie-banner { left:1rem; }
    .sichtbarr { bottom:6rem; }		  
}

/* ========== MEDIA SCREEN  600px ========== */
@media screen and (max-width:600px) {
    h1 { font-size:var(--h4); letter-spacing: 2px; }

    .ind_class_003 {
		height: 3000px;
    }
	.ind_class_003_img_container{
		display: block;
		justify-content: center;
			padding-left: 0rem;
	}
.ind_class_003 .gradient-overlay-right {
  	top: 150;
	background: linear-gradient(to left, rgba(47,47,47,0.75), rgba(47,47,47,0.54), rgba(47,47,47,0.2), rgba(244,189,49,0.0));

}
.ind_class_031_img_container {	
	top:150rem;
	height: 400px;
	max-height: 400px;
}
.ind_class_003_overlay-right{
	top:156rem;
}
	.video_wrapper {
  	width: 400px;
	margin: 3.5rem auto;
}
.ind_class_003_video {
	margin: 2rem 0 0 1.5rem;
	border-radius: 30px;
	width: 350px;
	/*padding: 0 0 1.5rem 0;*/
	
}
	.ind_class_003_in_box{
		height:auto;
	}
.ind_class_031_img_container img {
    object-fit: fill;
		height: 400px;
}
.video_overlay {
  	top: -2%;
  	left: -0%;
  	width: 400px;
  	height: 103%;
	object-fit:fill;
}
}

/* ========== MEDIA SCREEN  300px ========== */
@media screen and (max-width:346px) {
    .call_to_action_div img{ width: 25px; height: 25px; margin: 0.8rem 0.3rem 0 0.3rem; }			
}