/*
Theme Name: UNIQA Beratung v2
Theme URI: https://www.comesio.com
Author: Comesio Solutions Team
Author URI: https://www.comesio.com
Description: Default Agency Template
Tags: responsive, modern
Version: 3.1
Text Domain: uniqa_beratung_v2
This template is protected and may not be used for any other purpose without express consent from comesio solutions GmbH and UNIQA
*/

:root {
	--dark:#1b1b1b;
	--black:#000;
	--white:#fff;
	--themeblue:#005ca9;
	--col_secondary: #27b0ba;
    --col_primary: #005ca9;	
    
    --font-primary: 'Open Sans', Arial, Helvetica, sans-serif;
    --font-secondary: 'Open Sans', Arial, Helvetica, sans-serif;
    --font-heading: 'Galano', system-ui, -apple-system, sans-serif;
	 
	
	}
* {   box-sizing: border-box;}
html { margin: 0; padding: 0; }
body { margin: 0; padding: 0;  font-size: 16px; background:var(--white); font-family: 'Open Sans', Arial, Helvetica, sans-serif; letter-spacing: 0; line-height: normal; font-weight: 400; }

strong, .bold, button {
  font-weight: 700 !important;           /* Open Sans Variable → 700 */
}

.italic {
  font-style: italic;
}

.common-wrapper {overflow: hidden;}

.flexrow {display: flex; display: -ms-flexbox; display: flexbox; }

input, select, textarea, button { outline: none; box-shadow: none;}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
.input-text::-moz-placeholder,
.input_text::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-p,
.input-text::-webkit-input-placeholder,
.input_text::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=text]::-ms-placeholder,
input[type=search]::-ms-placeholder,
.input-text::-ms-placeholder,
.input_text::-ms-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=email]::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=email]::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=email]::-ms-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

a { text-decoration: none;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    color: var(--col_primary);
}
a:hover { text-decoration: none;}

.flxrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flxcol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column; 
	flex-direction: column;
}
.flxfix {
	-ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.flxflexi {
	-ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: relative;
}
/* Common CSS for All components : End */

@media (min-width:576px){
	.container {
	width:100%;
	max-width:100%;
	}
	
	
	}
	@media (min-width: 768px) {
	.container {
	width:750px;
	padding: 0 15px;;
	}
	
	}
	@media (min-width: 992px) {
	.container {
	width:970px;
	}
	}
	@media (min-width: 1200px) {
	.container {
	width: 1200px;
	max-width:1200px;
	}
	}

	@media (min-width: 1440px) {
		.container {
			width: 1288px;
			max-width:1288px;
		}
	}

	@media (min-width: 1600px) {
	.container {
	width: 1480px;
	max-width:1480px;
	}
	}
	
.container {padding: 0 20px !important; }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
 
h1 {
	font-size: 34px;
	font-family: var(--font-heading);
	line-height: 1.2; 
}
h2 {
	font-size: 28px;
	font-family: var(--font-heading);
	line-height: 1.11; 
}
h3 {
	font-size: 24px;
	font-family: var(--font-heading);
	 
}
h4 {
	font-size: 20px;
}

p {margin: 0; padding: 0; font-weight: 400;font-size: 16px;line-height: 22px; font-family: var(--font-primary); color: #1B1B1B;}

/* Gemeinsame Basis für beide Listentypen */
ul,
ol {
  margin: 1em 0;
  padding-left: 0em; /* Abstand zwischen Rand und Listenzeichen */
}

/* Ungeordnete Liste (Kreise, Striche etc.) */
ul {
  list-style-type: disc; /* Alternativen: circle, square */
  list-style-position: inside;
}

/* Geordnete Liste (Zahlen) */
ol {
  list-style-type: decimal;
  list-style-position: inside;
}

/* Optionale Typografie für Listenelemente */
ul li,
ol li {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 0.2em; /* Abstand zwischen Listeneinträgen */
}

.primary-btn {display: flex; justify-content: center; align-items: center; padding: 8px 16px; background-color: #005CA9; color: #ffffff; border-radius: 4px; font-size: 16px; font-weight: 400 !important; line-height: 24px; border: 1px solid #005CA9; font-family: var(--font-primary);}
.primary-btn:hover {background: transparent; color: #005CA9;}
.secondary-btn {display: flex; justify-content: center; align-items: center; padding: 8px 16px; background-color: transparent; color: #005CA9; border: 1px solid #005CA9; border-radius: 4px; font-size: 16px; font-weight: 400 !important; line-height: 22px; font-family: var(--font-primary);} 
.secondary-btn:hover {background: #005CA9; color: #ffffff;}

.third-btn {display: flex; justify-content: center; align-items: center; padding: 8px 16px; background-color: #008050; color: #ffffff; border: 1px solid #008050; border-radius: 4px; font-size: 16px; font-weight: 400 !important; line-height: 22px; font-family: var(--font-primary);} 
.third-btn:hover {background: transparent; color: #008050;}

.btn-max-width {width: 100%; max-width: 240px;}
.btn-min-width {width: 100%; min-width: 240px; max-width: 240px;}
.btn-centered {margin-left: auto; margin-right: auto;}

/* Individuelle Listenelemente ohne Standardtypen */
.pricecon ul li {
    list-style-type: none !important;
	font-size: inherit !important;
	line-height: inherit !important;
}

.datenschutz ul {
    list-style-type: none;
}

.flag-block ul {
    list-style-type: none;
}

.footer-link ul {
    list-style-type: none;
}

.h-link ul {
    list-style-type: none;
    margin: 0;
}

.datenschutz ul li {
    font-size: inherit;
}

.product_sec-complete_online ul li{ list-style: none; line-height: 20px; }
.row { margin-left: -16px !important; margin-right: -16px !important;}
.row>* { padding-left: 16px !important; padding-right: 16px !important;}

.main-wapper{ overflow:hidden; padding: 72px 0 0 0; }
#header{ z-index: 10; position: fixed; left: 0;top: 0; width: 100%; background: var(--white);}
.header_subheadline{ font-size:28px; line-height: 32px; padding-bottom:15px;}
.header-wapper{ padding: 0 30px; transition: all 0.3s ease-in-out; display: block; width: 100%;}
#header.fixed .header-wapper {box-shadow: 0 4px 9px 0 rgba(0, 92, 169, 0.1);} 
.header-top{ min-height: 72px; display: flex; align-items: center; justify-content: space-between;}
.header-left{ display: flex; align-items: center; justify-content: center;}
.header-left .logo {display: flex ;align-items: center;}
.header-left .logo a {display: flex ;align-items: center;}
.header-left .logo  a img{ max-width: 160px; height: auto; width: auto; max-height: 27px; display: flex ;align-items: center;}
.header-tagline{ padding: 0 0 0 40px; }
.header-tagline span{ font-size: 16px; font-weight: bold; line-height: 1.18; color: var(--dark);}
.header-tagline .mobile-text{ display: none;}
.header-right{ gap: 11px;  display: flex; align-items: center; justify-content: space-between;}
.header-right .h-link  { position: relative; padding: 8px 0;  display: flex;align-items: center; }
.header-right .h-link > a  { line-height: 1; padding: 4px 11px; border-radius: 4px; gap: 8px; color: var(--themeblue); font-size: 16px; display: flex;align-items: center; }
.header-right .h-link > a i{ display: flex; align-items: center; }
.header-right .h-link > a i img{max-width: 19px; max-height: 19px; width: auto; height: auto; } 

.header-right .h-link ul{ opacity: 0; visibility: hidden; pointer-events: none; padding: 24px 16px; background: var(--white); width: 310px; position: absolute; left: -24px; top: 100%;  transition:  all 0.3s ease-in-out; border-radius: 4px;box-shadow: 0 4px 9px 0 rgba(0, 92, 169, 0.1); }
.header-right .h-link ul li a{ background: url(../images/left-arrow.svg) no-repeat 6px center; color: var(--dark); font-size: 16px; line-height: 1.64;  display: flex; align-items: center; padding: 0 0 0 25px;}

.banner-outer{ overflow: hidden; background: #EEF2FA; }
.banner-block-main{ padding: 46px 0px 30px 0; display: block; width: 100%; position: relative;}
.banner-block-main .banner-bg{ pointer-events: none; position:absolute; opacity: 0.15; right: -118px; top: -174px; width: 1064px; height: 848px; background: url(../images/banner-bg.svg) no-repeat center center; }
.banner-block-main .banner-left-col { padding: 46px 0 0 0;    }
.banner-left-col h1{ padding: 20px 0 20px 0;  font-weight: 800;   line-height: 1.2;}
.agency_welcome_text {font-size:48px; padding: 0 0 20px !important;  font-weight: 800; line-height: 1.2;}
.agency_welcome_text_subheadline {font-size:30px; padding: 0 0 12px !important;  font-weight: bold; line-height: 1.2;}
.banner-left-col h2{ padding: 0 0 12px; font-weight: bold; line-height: 1.2;  }
.banner-phone-links{ display: flex; flex-direction: column;}
.banner-link a{ line-height: 1.88; color: var(--themeblue); font-size: 18px; gap: 16px; display: flex; align-items: center;}
.banner-link a i{ display: flex; align-items: center;}
.banner-link a i img{ max-width: 25px; max-height: 25px; width: auto; height: auto; }

.banner-button-set{ padding: 43px 0 0 0; display: flex; align-items: center; gap: 12px; flex-wrap: wrap;  } 
.banner-button-set a{ background: var(--white);  font-family: var(--font-primary); font-weight: bold; display: flex ; padding: 0 8px; min-height: 40px; border-radius: 4px; border: var(--themeblue) solid 1px; align-items: center; justify-content: center; gap: 8px; color: var(--themeblue);  font-size: 16px;}
.banner-button-set a i { display: flex; align-items: center;}
.banner-button-set a i img{filter: none; transition: all 0.3s ease-in-out; max-width: 24px; max-height: 24px; width: auto; height: auto; }
.banner-button-set a.active{ background: var(--themeblue); color: var(--white); }
.banner-button-set a.active i img{  filter: brightness(0) invert(1);}
.flag-block{ padding: 20px 0 0 0; }
.flag-block span{ display: block; padding: 0 0 16px; font-size: 16px; font-weight: bold;  }
.flag-block ul{ gap: 10px; display: flex; align-items: center; }
.flag-block ul li a{ position: relative;  display: flex ;align-items: center; justify-content: center;}
.flag-block ul li a img{ width: 26px; height: 26px; object-fit: cover;  position: relative; z-index: 1; }
.flag-block ul li a::after  { z-index: 2; bottom: 0; right: 0;   border: #ECEDEE solid 1px; position: absolute; left: 0; top: 0; content: '';   border-radius: 100px;}

.banner-righ-col {width: 100%; display: flex ; flex-direction: column ;align-items: center; justify-content: center;}
.banner-righ-col .banner-img { position: relative;  padding: 8px; width: 100%; background:var(--white);  }
.banner-righ-col .banner-img span{ width: 100%; padding: 100% 0 0 0; position: relative; display: block;}
.banner-righ-col .banner-img span img{  position: absolute; left: 0; top:0 ;width: 100%; height: 100%; object-fit: cover;  }
.banner-righ-col .banner-img-icon{ position: absolute; right: -16px; bottom: -18px; }
.banner-righ-col .banner-img-icon img{ width: 39px; height: auto;}
.banner-righ-col .name{ display: flex; flex-direction: column; padding: 16px 0 0 0; align-items: center; justify-content: center;}
.banner-righ-col .name span{ display: block; padding: 0 0 12px;  font-size: 26px; font-weight: bold; }
.banner-righ-col .name a{font-family: var(--font-primary); font-weight: bold; font-size: 16px; border: var(--themeblue) solid 1px; background: var(--themeblue); border-radius: 4px; color: var(--white); height: 38px; padding: 0 16px;  display: flex; align-items: center; justify-content: center;}

.home-section-1{display: block; padding: 40px 0 60px;}

.max-width-block{ max-width: 960px; margin: 0 auto; display: block; }
.max-width-block-inner{  max-width: 859px; }
.tagline-block {
  display: flex;
  justify-content: center;
  font-size: 30px;
  line-height: 1.4;
  color: #384750;
  text-align: center;
}

.agency_quote-wrapper {
  display: inline-flex;
  align-items: flex-start;
}

.agency_quote {
  display: inline;
  white-space: normal;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
}

.comma-left,
.comma-right {
  width: 40px;
  height: 27px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.comma-left {
  background-image: url(../images/coma-1.svg);
  margin-right: -3px;
}

.comma-right {
  background-image: url(../images/coma-2.svg);
  margin-left: -3px;
  align-self: flex-end; /* Stellt sicher, dass das Anführungszeichen unten endet */
}




.pt-40{ padding-top: 40px; }
.pb-40{ padding-bottom: 40px; }
.py-40{ padding-top: 40px; padding-bottom: 40px; }

.block-title h2{ display: block; padding: 0 0 20px;  font-size: 30px; font-weight: bold; }
.Location-block-inner{ display: flex ;align-items: flex-start; width: 100%; justify-content: space-between; }
.Location-block-inner .Location-left{ padding: 24px 20px 0 0; width: calc(100% - 364px);}
.Location-block-inner .Location-left .address{ padding: 0 0 25px; line-height: 1.38; font-size: 16px;  }
.Location-block-inner .Location-left .address span{ font-weight: bold; display: block;}
.Location-link{ display: flex; align-items: center; gap: 51px; row-gap: 30px;}
.Location-link a{ display: flex; align-items: center; gap: 10px; font-size: 16px; color: var(--themeblue); }
.Location-link a i{ display: flex; align-items: center; justify-content: center;}
.Location-link a i img{ width: auto; height: auto; max-width: 24px; max-height: 24px;}

.Location-right{ width: 364px; padding: 24px 20px;  border-radius: 4px;background-color: rgba(238,242,250,0.5);}
.Location-right h4{ display: block;  padding: 0 0 12px; font-size: 16px; font-weight: bold; }
.Location-right ul{ width: 100%; display: flex; flex-direction: column;}
.Location-right ul li{ display: flex; align-items: flex-start;  line-height: 1.63; font-size: 16px;}
.Location-right ul li .text-1{  width: 111px; padding: 0 5px 0 0;}
.Location-right ul li .text-2{ width: calc(100% - 111px); }
.services-row{display: flex; align-items: flex-start; width: 100%;   }
.services-block-inner .row{ gap: 0; row-gap: 32px; margin: 0 -16px !important; }
.services-block-inner .row >*{  padding: 0 16px; }
.services-box{ width: 100%; display: flex;border-radius: 8px; justify-content: center;background-color: #2ab1d5; padding:22px 15px 19px; line-height: 1.22; font-size: 18px;font-weight: bold; flex-direction: column; align-items: center; color: var(--white); text-align: center; }
.services-box i{display: flex; margin: 0 0 15px; align-items: flex-start; justify-content: center; min-height: 45px; }
.services-box i img{ width: auto; height: auto; max-height: 45px ; }
.services-box.color-2{  background-color: #4c92cf;}
.services-box.color-3	{  background-color: #5379b4;}
.services-box h3 {line-height: 1.22; font-size: 18px;font-weight: bold;}
.consulting-box{ cursor: pointer; position: relative; display: block; width: 100%;  }
.consulting-box .defult-box{ position: relative; z-index: 1; flex-direction: column; width: 100%; padding: 10px; min-height: 143px; display: flex; align-items: center; justify-content: center;  border-radius: 8px;box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);border: solid 1px #ecedee;background-color: #fff;}
.consulting-box .defult-box i{ min-height: 46px; display: flex; align-items: flex-start; width: 100%; justify-content: center; }
.consulting-box .defult-box i img{ max-width: 52px; max-height: 46px; height: auto; width: auto;}
.consulting-box .defult-box h3{ padding: 18px 0 0 0; font-size: 18px; font-weight: bold; text-align:center;}
.consulting-box .hover-box{ opacity: 0; visibility: hidden; transition: all 0.3s ease-in-out; display: flex; align-items: center; justify-content: center;  position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2;  box-shadow: 0 3px 6px 0 rgba(0, 92, 169, 0.1);border: solid 1px #005ca9; padding: 10px;background-color: #eef2fa; border-radius: 8px; }
.consulting-box .hover-box .text-sub p{ text-align: center;  line-height: 1.29; font-size: 14px; font-weight: 500; }
.consulting-block-inner .row{ justify-content: center; gap: 0; row-gap: 32px; margin: 0 -16px !important; }
.consulting-block-inner .row >*{  padding: 0 16px; }

.about-text h3{ line-height: 1.22; font-size: 18px; font-weight: bold;  }
.about-text p{ font-weight: 500;}
.about-text p strong{ font-weight: bold; display: block; text-transform: uppercase;}
.about-text .bg-text{ padding: 16px 0;     }
.about-text .bg-text span{ display: inline-block;padding: 9px 16px;  background: rgba(238,242,250,0.5);  border-radius: 4px; color: var(--dark); font-weight: normal;font-size: 16px;line-height:1.38; font-weight: 500; }

.about-text  ul li strong,
.about-text  ol li strong,
.about-text  p strong{ font-weight: bold; }
.about-text  p img{ max-width: 100%; display: block; margin: 16px  auto; }
.about-text  p + p{ padding-top: 24px; }
.about-text  ul li a,
.about-text  ol li a,
.about-text  p a{ margin: 0; padding: 0;  font-family: var(--font-primary); color: var(--dark); font-weight: normal;font-size: 16px;line-height:1.38; font-weight: 500;   text-decoration: underline; }

.about-text  ul{ margin: 0px; padding: 24px 0 0px  18px;  }
.about-text  ul li{ margin: 0; padding: 0;  font-family: var(--font-primary); color: var(--dark); font-weight: normal;font-size: 16px;line-height:1.38; font-weight: 500; display: list-item; list-style-type: disc; list-style-position: outside; } 
.about-text  ul li + li{ margin-top:12px; }
.about-text  ol{ margin: 0px; 	  padding: 24px 0 0px  18px;  }
.about-text  ol li{margin: 0; padding: 0;  font-family: var(--font-primary);color: var(--dark); font-weight: normal;font-size: 16px;line-height:1.38; font-weight: 500; display: list-item; list-style-type: decimal; list-style-position: outside; } 
.about-text  ol li + li{ margin-top: 12px; }
.about-text .heading-tag:first-child{ padding-top: 0px;; }
.about-text  ol + p,
.about-text  ul + p,
.about-text   p + ul,
.about-text   p + ol,
.about-text   ol + ul,
.about-text   ul + ol{ padding-top: 24px; }

.news-outer { border-top:  #dedee1 solid 1px; padding: 60px 0; }
.news-row{ display: flex; align-items: center; justify-content: space-between;}
.news-row .row{ align-items: center; }
.news-row .news-img{ width: 100%; display: flex;}
.news-row .news-img img{ width: 100%; height: auto;}
.news-row .news-box-sub{ width: 100%; padding: 0 0 0 0px; }
.news-row .news-box-sub h3{ padding: 0 0 12px;  line-height: 1.1;  font-size: 20px; font-weight: bold; }
.news-row .news-box-sub .more-link{ padding: 30px 0 0 0;  }
.more-link{ display: flex;}
.more-link a{font-family: var(--font-primary); display: flex; color: var(--themeblue); line-height: 1.38; font-size: 16px; font-weight: bold;}
.more-link a:hover{ color: var(--dark);}
.news-row + .news-row{ margin: 40px 0 0 0; }
.cta-outer{background-color: #e4ebf7;}
.cta-left span{ padding: 0 0 4px; color: var(--themeblue); font-family: 'Galano'; line-height: 1.17; font-size: 30px; }
.cta-icons{ display: flex;}
.cta-icons ul{ gap: 16px; display: flex;}
.cta-icons ul li{ display: flex;}
.cta-icons ul li a{ align-items: center; justify-content: center; width: 40px; height: 40px;  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); border-radius: 100px; background: var(--white); display: flex;}
.cta-icons ul li a img{ max-width: 24px; max-height: 24px; transition: all 0.3s ease-in-out;  display: flex;}

.cta-right{ padding: 14px 0 0 0; display: flex; justify-content: flex-end; }
.cta-right a{ color: var(--themeblue);  font-weight: 600; font-family: 'Galano'; line-height: 1.17; font-size: 30px;}
.footer-wapper{ padding: 60px 0; }
.f-logo { display: flex;}
.f-logo a{ display: flex; align-items: center;}
.f-logo a img{ height: 31px; width: auto; }
.footer-top .row{ align-items: center;}
.footer-link ul{ gap: 51px; justify-content: flex-end; display: flex;}
.footer-link ul li a{ display: flex; gap: 8px; align-items: center; position: relative; color: var(--dark);  font-family: var(--font-primary); font-size: 14px; line-height: 1; font-weight: bold;  }
.footer-link ul li a::before {width: 5px; filter: brightness(0) invert(0);  height: 12px; content: ''; background-size: 100% auto; transition: all 0.3s ease-in-out; }
.mobile-close-btn{ display: none;}
.mobile-close-btn a{ display: flex;}
.mobile-close-btn a img{ width: 15px; height: auto;}
.consulting-box:hover .hover-box{ opacity: 1; visibility: visible;   }
.mobile-show{ display: none;}
@media (min-width: 993px) {
	.header-right .h-link > a:hover{  background-color: #eef2fa;} 
	.footer-link ul li a:hover{color: var(--themeblue); }
	.footer-link ul li a:hover::before {filter:none;}
	.cta-icons ul li a:hover{ background: var(--themeblue); }
	.cta-icons ul li a:hover img{ filter: brightness(0) invert(1);}
	.about-text  ol li a:hover,
	.about-text  ul li a:hover,
	.about-text  p a:hover{ opacity: 0.5; }
	.header-right .h-link ul li a:hover{ opacity: 0.5; }
	.header-right .h-link:hover ul{ opacity: 1; visibility: visible; pointer-events: all; }
	.banner-link a:hover{ opacity: 0.5; }
	.banner-button-set a:hover{ background: var(--themeblue); color: var(--white); }
	.banner-button-set a:hover i img{  filter: brightness(0) invert(1);}
	.flag-block ul li a:hover{ opacity: 0.5; }
	.banner-righ-col .name a:hover{ background: var(--white);  color: var(--themeblue); }
	.Location-link a:hover{ opacity: 0.5; }
}

.scalif_sec {
    width: 100%;
    margin: 0;
    padding: 30px 0;
}

.form_info {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    padding: 0;
}

.form_info .row {
    margin-right: -10px;
    margin-left: -10px;
}

.form_info [class^="col-"],
.form_info>[class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.form_info h5 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--font-primary);
    position: relative;
}

.form_info h5:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #b2b2b2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.form_info h5 span {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.form_info .form_block {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    padding: 0 227px 0 0;
    position: relative;
}

.form_info .form_block label {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #282b34;
    font-family: var(--font-primary);
    text-align: right;
    line-height: 18px;
}

.form_info .form_block .form-control {
    padding: 0 11px;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    color: #282b34;
    font-family: var(--font-primary);
    height: 36px;
    box-shadow: none;
}

.form_info .form_block .form-control-textarea {
    padding: 0 11px;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    color: #282b34;
    font-family: var(--font-primary);
    height: auto;
    box-shadow: none;
}

.form_info .form_block i {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/check_round_grey.svg) no-repeat center center;
    background-size: 100% 100% !important;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translate(0, -50%);
}

.form_info .date_field {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: flex;
}

.form_info .date_field .dfield {
    width: 100%;
    padding: 0 11px;
    background: #f7f7f7;
    height: 35px;
    border-radius: 3px;
    border: none;
    margin-right: 0;
    font-size: 14px;
    color: #282b34;
    font-family: var(--font-primary);
}

.form_block .error {
  display: block;
  margin: 0;
  padding: 3px 0px 0px 3px;
  font-size: 14px;
  color: #dc3545;
  text-align: left;
  line-height: 18px;
}

.form_info .date_field .control-group {
    width: 26% !important;
    margin-right: 10px;
}

.form_info .date_field .control-group span.error {
    display: none !important;
}

.form_info .date_field .control-group.ortlast {
    width: 33% !important;
}

.form_info .date_field .control-group.ortlast span.error {
    display: inline-block !important;
}

.form_info .form_block.selected i {
    background: url(../images/check_round_green.svg) no-repeat center center;
}

.form_info .form_block.error i {
    background: url(../images/close_red.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    right: -12px;
}

.form_info .form_block.error .form-control {
    border-color: #c16362;
    background: #fef2f2;
}

.form_info .form_block.error span.error {
    width: 100%;
    max-width: 200px;
    float: left;
    margin: 0;
    padding: 0 0 0 23px;
    position: absolute;
    left: 100%;
    top: 0;
    font-size: 14px;
    color: #b61918;
    line-height: 18px;
    font-family: var(--font-primary);
}

.form_info .form_block.error.mb-40 span.error {
    left: 0;
    top: 100%;
    padding: 0 0 0 10px;
    font-size: 12px;
    min-width: 130px;
}



.form_info .form_block_check {
    width: 100%;
    float: lefts;
    margin: 0 0 20px 0;
    padding: 0 227px 0 0;
    position: relative;
}

.form_info .kontakta_check {
    width: 100%;
    max-width: 302px;
    margin: 0 auto;
    padding: 0;
    display: flex;
}

.form_info .kontakta_check .custom-radio {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
}

.form_info .kontakta_check .custom-control-label {
    line-height: 16px;
    text-align: center;
    display: block;
    border: 1px solid #e1e1e1;
    border-radius: 10px 0 0 10px;
    margin-right: -1px;
    padding: 12px 10px;
    cursor: pointer;
    height: auto;
    font-size:14px;
}

.form_info .kontakta_check .custom-control-input:checked ~ .custom-control-label {
	position: relative;
	z-index: 55;
	border-color: #03b675;
	background: #eefdf8;
    font-size:14px;
  }

.form_info .kontakta_check .custom-radio:last-child .custom-control-label {
    border-radius: 0 10px 10px 0;
}

.form_info .kontakta_check .custom-control-label i {
    display: block;
    margin-bottom: 10px;
}

.form_info .kontakta_check .custom-control-label i img {
    width: 100%;
    max-width: 22px;
}

.form_info .kontakta_check .custom-control-label:before,
.form_info .kontakta_check .custom-control-label:after {
    display: none;
}

.form_info .kontakta_check .custom-control-input:checked~.custom-control-label {
    position: relative;
    z-index: 55;
    border-color: #03b675;
    background: #eefdf8;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.sub_btn {
    width: 100%;
    max-width: 257px;
    height: 50px;
    margin: 0 auto;
    display: block;
    padding: 0;
    background: #008050;
    color: #fff;
    font-size: 16px;
    font-family: var(--font-primary);
    border: none;
    cursor: pointer;
    font-weight: 400 !important;
}

.sub_btn:hover {
    background: #005aac;
    color: #fff;
}

.sub_btn:focus {
    background: #005aac;
    color: #fff;
}



.sub_btn.no_fill_form {
    background: #b2e9d5;
    cursor: no-drop;
}

.onh {
    position: absolute;
    left: -5000px;

}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url(../images/loading2.gif) no-repeat center center;
    z-index: 10000;
}

.happen_info {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    padding: 25px 30px 12px 30px;
    background: #7fadd4;
    border-radius: 20px;
    position: relative;
}

.happen_info:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/happen_curve.png) no-repeat center right;
    background-size: 100% 100%;
    position: absolute;
    right: 100%;
    bottom: 45px;
}

.happen_info h3 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 20px;
    color: #fff;
}

.happen_info .listing_info2 li {
    color: #fff;
    margin-bottom: 16px;
    background: url(../images/icons/check_icon_white.svg) no-repeat left top 5px;
    line-height: 20px;
}

.optimal_info {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    padding: 21px 10% 13px 30px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
}

.optimal_info h2 {
    margin: 0 0 7px 0;
    padding: 0;
    font-size: 36px;
    color: #282b34;
    font-weight: 400;
}

.optimal_info p {
    margin: 0 0 27px 0;
    padding: 0;
    line-height: 22px;
    font-size: 16px;
    color: #999999;
    font-weight: 700;
}

.optimal_info p>span {
    margin: 0;
    padding: 0;
    color: #7fadd4;
    display: block;
}

.optimal_info p span strong {
    font-size: 32px;
    font-weight: 700;
}

.optimal_info p span strong span {
    font-size: 24px;
}

.optimal_info .listing_info2 li {
    margin-bottom: 16px;
    background: url(../images/icons/check_icon_skyblue.svg) no-repeat left top 5px;
    line-height: 20px;
    font-family: var(--font-primary);
}

.listing_info2 {
    margin: 0;
    padding: 0;
    text-align: left;
}

.listing_info2 li {
    margin: 0;
    padding: 0 0 0 24px;
    display: block;
    font-size: 15px;
    color: #000;
    position: relative;
    background: url(../images/icons/check_icon.svg) no-repeat left top 8px;
    background-size: 14px auto !important;
}

.listing_info2 li strong{
    font-weight: 700;
}

.check_insurance_sec {
    width: 100%;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 30px;
}

.check_insurance_sec h4 {
    margin: 30px 0 20px 0;
    padding: 0;
    font-size: 24px;
    color: #000;
    text-align: center;
}

.check_insurance_sec .btn_link {
    font-size: 18px;
}

.btn-primary {
	color: #fff;
	background-color: var(--col_primary);
	border-color: var(--col_primary);
}

.btn-primary:hover {
	color: #fff;
	background-color: var(--col_secondary);
	border-color: var(--col_secondary);
}

.btn-primary:focus {
	color: #fff;
	background-color: var(--col_secondary);
	border-color: var(--col_secondary);
}

.btn-primary_custom {
    width: 100%;
    max-width: 257px;
    height: 50px;
    margin: 0 auto;
    display: block;
    padding: 0;
    background: var(--col_primary);
    border-color: var(--col_primary);
    color: #fff;
    font-size: 16px;
    font-family: var(--font-primary);
    border: none;
    cursor: pointer;
}

.btn-primary_custom:hover {
    width: 100%;
    max-width: 257px;
    height: 50px;
    margin: 0 auto;
    display: block;
    padding: 0;
    background: #0069d9;
    border-color: #0062cc;
    color: #fff;
    font-size: 16px;
    font-family: var(--font-primary);
    border: none;
    cursor: pointer;
}


.add_link_insurance_check {
    display: inline-block;
    margin: 0 0 6px 0;
    padding: 0;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.add_link_insurance_check i {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
}

.add_link_insurance_check:hover {
    color: var(--col_primary);
}

.check_insurance_sub_btn {
    width: 100%;
    max-width: 257px;
    height: 50px;
    margin: 0;
    display: block;
    padding: 0;
    background: #008050;
    color: #fff;
    font-size: 16px;
    font-family: var(--font-primary);
    border: none;
    cursor: pointer;
    font-weight: 400 !important;
}

.check_insurance_sub_btn:hover {
    background: var(--col_primary);
    color: #fff;
}

.check_insurance_sub_btn_outline {
    display: inline-block;
    margin: 0 0 15px 0;
    padding: 5px 20px 6px 20px;
    background: transparent;
    color: #005ca9;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #005ca9;
    border-radius: 6px;
    cursor: pointer;
}

.check_insurance_sub_btn_outline:hover {
    display: inline-block;
    margin: 0 0 15px 0;
    padding: 5px 20px 6px 20px;
    background: #005ca9;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #005ca9;
    border-radius: 6px;
    cursor: pointer;
}


.check_insurance_sec .product-box-title {
    margin: 0 0 7px 0;
    padding: 0;
    font-size: 21px;
    color: #282b34;
    font-weight: 700;
}

.check_insurance_sec .product-box-price {
    margin: 0;
    padding: 0;
    color: #999;
    display: block;
    font-size: 13px;
}

.check_insurance_sec .optimal_info .listing_info2 li {
    margin-bottom: 16px;
    background: url(../images/icons/footer_arrow.svg) no-repeat left top 3px;
    background-size: 8px !important;
    line-height: 20px;
}

.check_insurance_sec .step {
    color: #999;
}


#check_insurance .date_block .trash {
    width: 26px;
    height: 26px;
    display: block;
    margin: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
}

#check_insurance .date_block .trash img {
    width: 16px;
}

.color-green {
    filter: invert(47%) sepia(82%) saturate(2319%) hue-rotate(127deg) brightness(96%) contrast(103%);
}

/* 12.3 Signature Pad */
*,
*::before,
*::after {
    box-sizing: border-box;
}


.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 460px;
    border: 1px solid #999;
    background-color: #fff;
    box-shadow: 0;
    border-radius: 0px;
    padding: 16px;
}

.signature-pad::before,
.signature-pad::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 40%;
    height: 10px;
    bottom: 10px;
    background: transparent;
    box-shadow: 0;
}

.signature-pad::before {
    left: 20px;
    -webkit-transform: skew(-3deg) rotate(-3deg);
    transform: skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
    right: 20px;
    -webkit-transform: skew(3deg) rotate(3deg);
    transform: skew(3deg) rotate(3deg);
}

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
}

.signature-pad--body canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0;
}

.signature-pad--footer {
    color: #999;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
}

.btn-delete-signature {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    display: inline-block;
    background: #005ca9;
    color: #fff;
    font-size: 12px;
    font-family: var(--font-primary);
    border-radius: 0px;
    padding: 5px 15px 5px 15px;
    border: 0px solid;
}

.signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0px;
}

#github img {
    border: 0;
}

@media (max-width: 940px) {
    #github img {
        width: 90px;
        height: 90px;
    }
}

.signature-pad {
    margin: auto;
    height: auto;
}

.signature-pad--body {
    min-height: 160px;
}

.signature-pad--actions {
    overflow: hidden;
}

.signature-pad--actions>div:first-child {
    float: left;
}

.signature-pad--actions>div:last-child {
    float: right;
}

.form_trenner {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    padding: 0;
}

.form_trenner h5:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #b2b2b2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.form_trenner h5 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--font-primary);
    position: relative;
}

.form_trenner h5 span {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.billing_sec {
    width: 100%;
    margin: 0;
    padding: 50px 0 33px 0;
    border-bottom: 0pxpx solid #dedee1;
    background-color: transparent;
}

.billing_sec .container {
    max-width: 1170px;
}

.billing_sec .container p {
    font-size: 14px;
}

.billing_sec .title {
    margin: 15px 0 15px 0;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.8rem;
}

.billing_sec .pic2 {
    max-width: 5vh;
}

.billing_sec .pic1 {
    max-width: 3.5vh;
}

.billing_sec .pic0 {
    margin: -25px 0px 0 40px;
}

.inner_banner-v2025 {
	width: 100%;
	padding: 40px 0;
	background-color: #eef2fa;
	display: flex;
	align-items: center;
	position: relative;
	height: 400px; /* Feste Höhe für den Bannerbereich */
    margin-top: 100px;
}

.inner_banner-v2025 .icon-header {
	width: 16px;
}

.inner_banner-v2025 .banner-image {
	position: absolute;
	right: 20px; /* Abstand vom rechten Rand */
	bottom: 20px; /* Abstand vom unteren Rand */
	max-width: 200px; /* Breite des Bildes */
	height: auto;
}

@media (min-width: 1981px) {
	.inner_banner-v2025 .svg-image {
		position: absolute;
		right: 0;
		bottom: -10px;
		max-width: 450px;
		height: auto;
	}
}

@media (min-width: 1601px) and (max-width: 1980px) {
	.inner_banner-v2025 .svg-image {
		position: absolute;
		right: 0;
		bottom: -10px;
		max-width: 450px;
		height: auto;
	}
}

@media screen and (min-width: 1199px) and (max-width: 1600px) {
	.inner_banner-v2025 .svg-image {
		position: absolute;
		right: 0;
		bottom: -10px;
		max-width: 400px;
		height: auto;
	  }
}
  
@media (max-width: 1198px) {
	.inner_banner-v2025 {
		height: auto; /* Automatische Höhe für mobile Ansicht */
		padding-top: 30px; /* Weniger Abstand für Mobilgeräte */
        margin-top: 80px;
	}

	.inner_banner-v2025 .banner-image {
		position: static; /* Normale Position in mobilen Ansichten */
		display: block;
		margin: 20px auto 0; /* Zentriere das Bild unter dem Text */
		max-width: 100%; /* Volle Breite in der mobilen Ansicht */
	}

	.inner_banner-v2025 .svg-image {
		position: static; /* Normale Position in mobilen Ansichten */
		display: block;
		margin: 20px auto 0; /* Zentriere das Bild unter dem Text */
		max-width: 80%; /* Volle Breite in der mobilen Ansicht */
	}

	.inner_banner-v2025 .svg-icon {
		margin-top: 20px;
		padding: 0;
	}
}

.inner_banner-v2025 h2 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 32px;
    color: #000;
    line-height: 40px;
    font-weight: 600;
}

.inner_banner-v2025 .teasertext {
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding-top:10px;
    color: #1b1b1b;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

/********** Resolver CSS Classes *************/
.is-resolver {
    position: relative;
    pointer-events: all;
    border: 0 solid #ccc;
    background-color: #ccc;
    opacity: .4;
    padding: 2px;
}

.is-resolver:hover::after {
    content: 'Stammdaten!';
    position: absolute;
    display: block;
    opacity: 0.8;
    top: 1%;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: calc(0.6em + .2vw);
    color: #fff;
    background-color: var(--col_primary);
    padding: 2px;
}

/********** Subsite: Online-Versichern *************/
.product_sec-complete_online {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: center;
}

.product_sec-complete_online .container {
    max-width: 768px;
    position: relative;
}

.product_sec-complete_online .content {
    width: 100%;
    background: url(../images/hg_aktion.jpg) no-repeat;
    background-size: cover;
    padding: 25px 0 25px 0;
}

.product_block-complete_online {
    width: 100%;
    float: left;
    margin: 0;
    padding: 33px 15px 25px 15px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
    position: relative;
    height: auto;
    opacity: 1;
    transition: all 400ms ease-in-out;
}

.product_block-complete_online h3 {
    margin: 25px 0 20px 0;
    padding: 0;
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.product_block-complete_online figure img {
    width: 100%;
    max-width: 140px;
}

.button-complete-online {
    display: inline-block;
    margin: 0 3px;
    padding: 3px 20px 6px 20px;
    font-size: 16px;
    color: #fff;
    background: #008050;
    border-radius: 0px;
}

.button-complete-online:hover {
    background: transparent;
    color: #008050;
    border-color: #008050;
    border: 1px solid;
}

.button-complete-online:focus {
    background: transparent;
    color: #008050;
    border-color: #008050;
    border: 1px solid;
}

/*== Damage Sec  ==*/
.damage_sec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 50px 0 33px 0;
    text-align: center;
    border-bottom: 0px solid #dedee1;
    background-color: transparent;
}

.damage_sec .container {
    max-width: 775px;
}

.damage_sec .pic4 {
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
}

.damage_sec .pic5 {
    width: 100%;
    margin: 20px 0px 20px 0px;
    padding: 0px 150px 0px 150px;
}

.damage_sec .pic6 {
    width: 100%;
    margin: 25px 0px 20px 0px;
    padding: 0px 150px 0px 150px;
}

.damage_sec p {
    color: #999999;
}

.damage_content p {
    margin: 10px 0 15px 0;
    font-size: 15px;
    color: #999999;
}

.damage_content a {
    color: #999999;
}

.damage_content .infotext {
    background-color: var(--col_primary);
    margin: 10px 20px 64px 20px;
    padding: 5px;
    line-height: 15px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}

.damage_content {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0px 0;
    padding: 0px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
    opacity: 1;
    transition: all 400ms ease-in-out;
    min-height: 240px;
}

.damage_content:hover {
    width: 100%;
    height: auto !important;
    float: left;
    margin: 0;
    padding: 0px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.59);
    position: relative;
    height: 100%;
    opacity: 1.0;
    transform: translateY(-15px);
}

.banner-top {
    background-color: #008050;
    padding: 5px 25px 5px 25px;
    color: #fff;
    font-weight: 400;
    float: right;
}

.damage_content .lastitem {
    margin-bottom: 75px;
}


.damage_content p>span {
    margin: 0;
    padding: 0;
    color: #7fadd4;
    display: block;
}

.damage_content p span strong {
    font-size: 32px;
    font-weight: 700;
}

.damage_content figure {
    width: 100%;
    float: left;
    margin-top: 5px;
    padding: 0;
}

.damage_content h4,
.h4 {
    font-size: 1.1rem;
    font-weight: 900;
    color: #000;
}

.btn_link2 {
    margin: 0 5px 10px 5px;
    padding: 8px 20px;
    display: inline-block;
    background: #005aab;
    font-size: 16px;
    color: #fff !important;
    border: none;
    box-shadow: none;
}

.btn_link2:hover {
    background: #51c2d0;
    color: #fff;
}

.tipp_sec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 50px 0 33px 0;
    border-bottom: 0px solid #dedee1;
    background-color: transparent;
}

.tipp_sec .container {
    max-width: 1170px;
}

.tipp_sec .title {
    margin: 15px 0 15px 0;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.8rem;
}

.tipp_sec p {
    font-size: 15px;
}

.tipp_sec .tipplist {
    font-size: 15px;
    line-height: 22px;
}

.tipp_sec .pic6 {
    max-width: 25vh;
}

.tipp_sec .pro_tipps li {
    color: #000;
    padding: 0 0 0 30px;
    display: inline-block;
    background: url(../images/icons/check-icon_box.svg) no-repeat top 4px left;
    background-size: auto;
    background-size: 16px auto;
    margin: 0 0 50px 0;
}

.special_info li {
    color: #000;
    padding: 0 0 0 30px;
    display: inline-block;
    background: url(../images/icons/check_icon.svg) no-repeat top 6px left;
    background-size: auto;
    background-size: 16px auto;
    font-size: 15px;
    line-height: 22px;
    margin-top: 8px;
}

.global_title {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 28px;
    color: #000;
    line-height: 34px;
    font-weight: 600;
    font-family: var(--font-heading);
    clear: both;
}

.global_subtitle {
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 15px;
    color: #000;
    line-height: 22px;
    font-weight: 400;
    clear: both;
}

.faq_sec_alternative {
    width: 100%;
    float: left;
    margin: 0;
    padding: 35px 0 50px 0;
    border-bottom: 0px solid #dedee1;
    background-color: transparent;
}

.faq_sec_alternative .container {
    max-width: 755px;
}

.faq_sec_alternative #MoreLess {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.faq_sec_alternative .more_inn {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 95px 0;
    position: relative;
    overflow: hidden;
}

.faq_sec_alternative .more_inn:after {
    content: "";
    width: 100%;
    height: 95px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 10%, rgba(255, 255, 255, 0.26) 27%, rgba(255, 255, 255, 0.45) 36%, rgba(255, 255, 255, 0.65) 44%, rgba(255, 255, 255, 0.79) 50%, rgba(255, 255, 255, 0.87) 55%, rgba(255, 255, 255, 0.94) 61%, rgba(255, 255, 255, 0.98) 66%, rgba(255, 255, 255, 1) 73%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 10%, rgba(255, 255, 255, 0.26) 27%, rgba(255, 255, 255, 0.45) 36%, rgba(255, 255, 255, 0.65) 44%, rgba(255, 255, 255, 0.79) 50%, rgba(255, 255, 255, 0.87) 55%, rgba(255, 255, 255, 0.94) 61%, rgba(255, 255, 255, 0.98) 66%, rgba(255, 255, 255, 1) 73%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 10%, rgba(255, 255, 255, 0.26) 27%, rgba(255, 255, 255, 0.45) 36%, rgba(255, 255, 255, 0.65) 44%, rgba(255, 255, 255, 0.79) 50%, rgba(255, 255, 255, 0.87) 55%, rgba(255, 255, 255, 0.94) 61%, rgba(255, 255, 255, 0.98) 66%, rgba(255, 255, 255, 1) 73%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.faq_sec_alternative .block {
    width: 100%;
    float: left;
    margin: 0 0 12px 0;
    padding: 0 25% 0 0;
}

.faq_sec_alternative .block span {
    display: inline-block;
    padding: 15px 20px 18px 20px;
    background: #005aac;
    border-radius: 20px;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    font-family: var(--font-primary);
    position: relative;
}

.faq_sec_alternative .block span:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #005aac;
    position: absolute;
    top: 100%;
    left: 34px;
    clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}

.faq_sec_alternative .block.replay {
    padding: 0 0 0 25%;
    text-align: right;
}

.faq_sec_alternative .block.replay span {
    background: #e3ebf8;
    color: #282b34;
    text-align: left;
}

.faq_sec_alternative .block.replay span:after {
    background: #e3ebf8;
    left: auto;
    right: 34px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
}


.more_btn {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0;
    background: #00b773;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.more_btn img {
    width: 12px;
}

.more_btn.close_btn img {
    display: inline-block;
    transform: rotate(180deg);
}

.more_btn:hover {
    background: #00b773;
}


#MoreLess+.readmore-js-toggle {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #999;
    font-weight: bold;
}


/*== Emergency Sec  ==*/
.emergency_sec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 0 20px 0;
    text-align: center;
    background-color: var(--col_primary);
}

.emergency_sec p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.quote_other_font {
    font-family: var(--font-primary);
    color: var(--col_primary) !important;
    margin: 0 0 25px 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
  }

  .bubble_dark {
    float: left;
    margin: 0;
    padding: 35px 10px 25px 10px;
    background: url(../images/bg_bubble_dark.svg) no-repeat center center;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-color: transparent;
    background-size: contain;
    color: #fff;
    margin-top: -15px;
}

.bubble_dark p{
    color: #fff;
}

/*== Damage Sec  ==*/
.damage_sec_alternative {
    width: 100%;
    float: left;
    margin: 0;
    padding: 50px 0 33px 0;
    text-align: center;
    border-bottom: 0pxpx solid #dedee1;
    background-color: #f4f4f4;
}

.damage_sec_alternative .container {
    max-width: 775px;
}

.damage_sec_alternative .pic4 {
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
}

.damage_sec_alternative .pic5 {
    width: 100%;
    margin: 20px 0px 20px 0px;
    padding: 0px 150px 0px 150px;
}

.damage_sec_alternative .pic6 {
    width: 100%;
    margin: 25px 0px 20px 0px;
    padding: 0px 150px 0px 150px;
}

.damage_sec_alternative p {
    color: #999999;
}

.damage_sec_alternative h4 {
    color: #000;
}

.damage_sec_alternative .pic12 {
    width: 100%;
    ;
    min-height: 250px;
    position: absolute;
    margin: -75px -350px 0px 0px;
    right: 0;
    z-index: 50;
    background: url(../images/tipp_bubble.svg) no-repeat top 4px left;
}

.damage_sec_alternative .pic12 p {
    color: #fff;
    font-size: 14px;
    position: absolute;
    margin: 40px 0px 0px 40px;
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(340deg);
    -o-transform: rotate(340deg);
    -webkit-transform: rotate(340deg);
    transform: rotate(340deg);
}


/*=========================================*/
/* Slideshow - Template Specific CSS */
/*=========================================*/

.sb-slideshow-widget.website .slide_cap .sb-slideshow-widget__slide__title {
    color: #fff !important;
    font-size: 44px !important;
    font-weight: normal !important;
    padding: 0 0 30px !important;
    font-family: var(--font-primary);
    letter-spacing: normal;
}





.ftbttom_row .ftbttom_col ul,
main ul:not(.bullets) {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0 !important;
    text-indent: 0 !important;
    margin-top: 5px;
}

/*=========================================*/
/* Testimonial Slider - Template Specific CSS */
/*=========================================*/

.carousel-indicators {
    margin-bottom: 1.5rem !important;
}

.carousel-control-prev:hover {
    color: var(--col_primary);
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.sb-testimonials-widget .carousel-inner {
    overflow: hidden;
}

.sb-testimonials-widget footer {
    width: 100%;
    float: left;
    margin: 0;
      margin-top: 0px;
    padding: 0px 0;
  }
.carousel-control-next:hover {
    color: var(--col_primary);
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-next, .carousel-control-prev {
    width: 3%;
    color: #333;
    opacity: 1;
}

@media (max-width: 768px) {
    .carousel-control-next, .carousel-control-prev {
        width: 8%;
        color: #333;
        opacity: 1;
    }
}

.carousel-indicators li {
    background-color: var(--col_primary);
}

.sb-testimonials-widget__thumbnail {
    aspect-ratio: 1/1;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    height: auto;
    margin-right: 1rem;
    max-width: 100% !important;
    padding: .25rem;
    width: 75px;
}


@media (max-width: 768px) {
    .media {
      flex-direction: column;
      align-items: center;
    }

    .media-body {
        flex: 1;
        margin-top: 20px;
    }

    .sb-testimonials-widget__thumbnail {
      margin-right: 0;
    }

    .sb-testimonials-widget__quote {
        position: relative;
    }

    .sb-testimonials-widget__quote::before {
      top: 10px !important;
      left: 0;
      transform: translateY(-50%);
      font-size: 30px;
    }

    .carousel-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
      }
}

/*=========================================*/
/* Career Callback Element - Template Specific CSS */
/*=========================================*/
.career-callback-service {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f5f5f5;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 75px;
    margin-bottom: 75px;
    border: 2px solid var(--col_primary);
}

h4.karriere-neu {
    font-size: 24px;
    font-weight: 600;
    color: var(--col_primary);
    padding-bottom: 3px;
}

h4.karriere-neu::after {
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 250px;
    height: 1px;
    width: 100px;
    border-bottom: 2px solid var(--col_secondary);
    padding-top: 2px;
    margin-bottom: 6px;
}

.jumbotron {
    background-color: #f5f5f5 !important;
}

/*=========================================*/
/* ELEMENTE - KOMPONENTEN v2.0 */
/*=========================================*/

/* BOX MIT EINEM ICON */
.services-list-v2 {
    margin-bottom: 50px;
}

.services-list-v2 .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Für Desktop */
}

.services-list-v2 .col-md-4 {
    display: flex;
    flex: 1 1 30%;
    max-width: 30%;
    box-sizing: border-box;
    flex-direction: column;
    align-self: stretch; /* Boxen dehnen sich auf die gleiche Höhe */
}

.services-list-v2 .card {
    display: flex;
    flex-direction: column;
    height: 100%; /* Höhe anpassen, um gleiche Höhe zu gewährleisten */
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    align-self: stretch;
    position: relative; /* Für die absolute Positionierung des Pfeils */
}

.services-list-v2 .card .h4 {
    margin-bottom: 10px;
}

.services-list-v2 .card a {
    margin-top: auto; /* Automatischer Abstand nach oben */
}

.services-list-v2 .card i {
    align-self: flex-start;
}

.services-list-v2 .card .fa.fa-arrow-right {
    position: absolute; /* Pfeil bleibt am unteren Rand */
    bottom: 10px;
    right: 10px;
    background-color: var(--col_primary); /* var(--col_primary) */
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--col_secondary); /* var(--col_secondary) */
    opacity: 0;
    transition: all 0.5s ease;
}

.services-list-v2 .card:hover .fa.fa-arrow-right {
    opacity: 1;
}

.services-list-v2 .fa {
    font-size: 40px;
    background-color: #0000000d;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--col_primary); /* var(--col_primary) */
    margin: 0 auto; 
}

.services-list-v2 .card:hover .fa {
    color: var(--col_secondary); /* var(--col_secondary) */
    background-color: var(--col_primary); /* var(--col_primary) */
}

.services-list-v2 .card .h4 {
    font-weight: 600;
    text-align: center;
}

.services-list-v2 .content {
    flex-grow: 1;
}

.services-list-v2 .content .btn.btn-primary {
    padding: 15px;
    background-color: #4e9525;
    color: white;
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

@media (max-width: 990px) {
    .services-list-v2 .row {
        justify-content: center; /* Zentriert die Boxen in der mobilen Ansicht */
    }

    .services-list-v2 .col-md-4 {
        max-width: 50%;
    }

    .services-list-v2 .card {
        width: 100%; /* Jede Karte nimmt die volle Breite ein */
    }

    .services-list-v2 .content {
        max-width: 100%;
    }

    .services-list-v2 .card .fa.fa-arrow-right {
        bottom: 10px;
        opacity: 1;
    }
}

@media (max-width: 500px) {
    .services-list-v2 .col-md-4 {
        flex: 1 1 100%; 
        max-width: 100%;
    }

    .services-list-v2 .card {
        width: 100%;
        padding: 20px; 
    }

    .services-list-v2 .content {
        padding: 15px; 
    }
}

/* BOX MIT EINEM BILD */
.box-with-image-v2 {
    display: flex;
    flex-wrap: wrap;
}

.box-with-image-v2 .box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin-top: 60px;
    padding: 10px 25px;
    text-align: right;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.box-with-image-v2 .box:hover {
    transform: translateY(-5px); /* Leicht anheben */
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .15); /* Verstärkter Schatten */
}

.box-with-image-v2 .info {
    display: flex;
    flex-direction: column; 
    flex-grow: 1;
}

.box-with-image-v2 .button-container {
    margin-top: auto;
}

.box-with-image-v2 .box-icon {
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border-radius: 50%;
    height: 100px;
    margin: -61px auto 0;
    width: 100px;
    transition: transform 0.3s ease;
}

.box-with-image-v2 .box:hover .box-icon {
    transform: rotate(15deg);
}

.box-with-image-v2 .info h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.box-with-image-v2 .info > p {
    color: inherit;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}

.box-with-image-v2 .info > a {
    border-radius: 2px;
}

.box-with-image-v2 .info > a,
.box-with-image-v2 .info > a:hover {
    color: inherit;
    transition: all .5s ease 0s;
}

.box-with-image-v2 .box-icon span {
    color: inherit;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .box-with-image-v2 {
        flex-direction: column;
    }

    .box-with-image-v2 .box {
        margin-top: 30px;
        padding: 15px;
        text-align: center;
    }

    .box-with-image-v2 .box-icon {
        margin: 0 auto; 
    }

    .box-with-image-v2 .info h4 {
        font-size: 22px; 
    }

    .box-with-image-v2 .info > p {
        font-size: 14px;
    }
}

/* BOX MIT EINEM TITEL */
.skills-list-v2 .row {
  display: flex;
  flex-wrap: wrap; /* Erlaubt, dass Boxen in mehreren Zeilen angeordnet werden */
}

.skills-list-v2 .col-md-6, .skills-list-v2 .col-lg-4 {
  display: flex;
  flex-direction: column;
}

.skills-list-v2 .card-custom {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-grow: 1; 
  min-height: 450px;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.skills-list-v2 .card-title {
    color: var(--col_primary); /* var(--col_primary) */
}

.skills-list-v2 .card-text {
    color: #58585A;
}

.skills-list-v2 .card-custom-img {
  height: 200px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: inherit;
}

.skills-list-v2 .card-custom-img::after {
  position: absolute;
  content: '';
  top: 161px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 40px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 545px;
  border-left-width: calc(575px - 5vw);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: inherit;
}

.skills-list-v2 .card-custom-avatar img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  position: absolute;
  top: 100px;
  left: 1.25rem;
  width: 100px;
  height: 100px;
}

.skills-list-v2 .card-footer {
  margin-top: auto;
}

/* KARTENKARUSSELL */
.sb-card-carousel-widget.website {
    display: block;
    float: none !important;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.sb-card-carousel-widget__card__button {
    margin-bottom: 15px;
}

/* SLIDESHOW */
.sb-slideshow-widget.website {
    display: block;
    float: none !important;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

/* KONTAKTPERSONEN */
.team_block-v2-new .row {
  display: flex;
  flex-wrap: wrap;
}

.team_block-v2-new .col-xl-4,
.team_block-v2-new .col-lg-4,
.team_block-v2-new .col-md-4,
.team_block-v2-new .col-sm-6 {
  display: flex;
}

.team_block-v2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
  position: relative;
  opacity: 1;
  transition: box-shadow 400ms ease-in-out, transform 400ms ease-in-out;
}

.team_block-v2:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}

.team_block-v2_text {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* Lässt dieses Element den verbleibenden Platz einnehmen */
}

.team_block-v2 h3 {
  font-size: 18px;
  color: rgb(19, 18, 18);
  padding-top: 10px;
}

.team_block-v2 p {
  font-size: 16px;
  padding-bottom: 10px;
}

.button-class {
  margin-top: auto; /* Drückt die Buttons an den unteren Rand */
}

.team_block-v2 img {
  transition: transform 0.4s ease, filter 0.4s ease;
  transform-origin: center center;
}

.team_block-v2:hover img {
  transform: scale(1.05);
  filter: brightness(0.9);
}

@media (max-width: 990px) {
  .button-class {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .button-class a {
    width: auto; 
    padding: 0px 8px 0px 8px; 
    text-align: center; 
  }
}


@media (max-width: 768px) {
  .button-class {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .button-class a {
    font-size: 14px;
    padding: 8px 12px;
  }
}

.select_img_box { 
    color: var(--col_primary);
}

.text-sub { 
    text-align:center;
}

.hideErrorClass {
    display: none;
}

.showErrorClass {
    display: block !important;
}

.error .help-inline {
    color:red;
}

.cta-icons {
    display: flex;
    padding-top: 15px;
}


.thanku_modal {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 10px !important;
    text-align: center;
}

.thanku_modal .modal-dialog {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 969px;
}

.thanku_modal .modal-content {
    border-radius: 0;
    border: none;
}

.thanku_modal .modal-header {
    padding: 0;
    justify-content: center;
    background: var(--col_primary);
    background-size: auto;
    background-size: 100% 100%;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.thanku_modal figure {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}

.thanku_modal .close {
    width: 20px;
    position: absolute;
    top: 50px;
    right: 47px;
    opacity: 1;
    padding: 0;
}

.thanku_modal .modal-body {
    padding: 28px 30px 50px 30px;
}

.thanku_modal h3 {
    margin: 0 0 19px 0;
    padding: 0;
    font-size: 20px;
    color: #000;
    font-weight: 300;
}

.thanku_modal h3 strong {
    font-weight: 600;
}

.thanku_modal h2 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #000;
    font-weight: 600;
}

.thanku_modal p {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
}

.thanku_modal .btn_link {
    width: 100%;
    max-width: 257px;
    font-size: 16px;
}

.share-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 9999;
}

/* ============================================ */
/*            Moderne Share-Button Styles       */
/* ============================================ */

.share-text {
  display: none;           /* auf sehr kleinen Screens verstecken */
}

@media (min-width: 480px) {
  .share-text {
    display: inline;
  }
}

.share-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;           /* wird per JS → flex geändert */
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px); /* nice-to-have */
  -webkit-backdrop-filter: blur(4px);
  transition: opacity 0.25s ease;
}

.share-overlay[hidden] {
  display: none;
}

.share-overlay.show {
  display: flex;
  opacity: 1;
}

.share-backdrop {
  position: absolute;
  inset: 0;
}

.share-content {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: white;
  border-radius: 16px 16px 0 0;
  padding: 1.5rem 1.5rem 2rem;
  box-shadow: 0 -8px 32px rgba(0,0,0,0.25);
  transform: translateY(100%);
  transition: transform 0.28s cubic-bezier(0.32, 0.72, 0, 1);
  will-change: transform;
}

.share-overlay.show .share-content {
  transform: translateY(0);
}

.share-handle {
  width: 40px;
  height: 5px;
  background: #ddd;
  border-radius: 999px;
  margin: 0 auto 1.2rem;
}

.share-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}

.share-options button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0.8rem;
  background: #f8f9fa;
  border: none;
  border-radius: 12px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.15s ease;
}

.share-options button:hover {
  background: #e9ecef;
  transform: translateY(-2px);
}

.share-options img {
  width: 32px;
  height: 32px;
}

.btn-close {
  width: 100%;
  padding: 1rem;
  background: #f1f3f5;
  border: none;
  border-radius: 12px;
  font-weight: 500;
  cursor: pointer;
}

/* Desktop: etwas zentrierter */
@media (min-width: 640px) {
  .share-content {
    border-radius: 16px;
    margin: 0 auto 2rem;
    max-height: 90vh;
    overflow-y: auto;
  }
}


/* ============================================ */
/*             Kontaktformular v2               */
/* ============================================ */
.kontakt-v2 .form_info .form_block.error span.error
 {
    width: 100%;
    /* max-width: 200px; */
    float: left;
    margin: 0;
    padding: 3px 0px 5px 3px;
    /* position: fixed; */
    left: 100%;
    top: 0;
    font-size: 14px;
    color: #b61918;
    line-height: 18px;
    font-family: var(--font-primary);
}

.kontakt-v2 .form_info .form_block
 {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    padding: 0 130px 0 0;
    position: relative;
}

.kontakt-v2 .form_block {
    position: relative;
}

.kontakt-v2 .form_block i {
    position: absolute;
    right: -10px;
    top: 40%;
    transform: translateY(-50%);
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

/* Grünes Häkchen – erfolgreich */
.kontakt-v2 .form_block.has-success i {
    opacity: 1;
    color: #28a745;          /* success green – oder deine eigene Farbe */
    background: url(../images/check_round_green.svg) no-repeat center center;
}

.kontakt-v2 .form_block.has-success i::before {
    background: url(../images/check_round_green.svg) no-repeat center center;
}

/* Rotes Kreuz – Fehler */
.kontakt-v2 .form_block.has-error i {
    opacity: 1;
    color: #dc3545;          /* danger red – oder deine eigene Farbe */
    background: url(../images/close_red.svg) no-repeat center center;
}

.kontakt-v2 .form_block.has-error i::before {
    background: url(../images/close_red.svg) no-repeat center center;
}

/* Optional: Icon nur zeigen, wenn das Feld einmal fokussiert / berührt wurde */
.kontakt-v2 .form_block:not(.has-success):not(.has-error) i {
    opacity: 0;
}

.kontakt-v2 .form_info .form_block .error {
  display: block;
  margin: 0;
  padding: 3px 0px 0px 3px;
  font-size: 14px;
  color: #dc3545;
  text-align: left;
  line-height: 18px;
}

@media (max-width: 992px) {
    .form_info .form_block label {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #282b34;
    font-family: var(--font-primary);
    text-align: left;
    line-height: 18px;
    }

    .kontakt-v2 .form_info .form_block {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    padding: 0 30px 0 0;
    position: relative;
    }

    .kontakt-v2 .disclosure-wrap {
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #282b34;
    }
}

.kontakt-v2 .disclosure-wrap {
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #282b34;
}


.apps-row {
    display: flex;
    justify-content: flex-end;
    gap: 16px;                   /* oder 1rem / 1.2rem */
}

.app-label {
    margin: 0;
    font-weight: 600;           /* je nach Design */
    white-space: nowrap;        /* verhindert Umbruch im Text */
}

.footer-apps {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 12px;                  /* Abstand zwischen den Icons */
}

.footer-apps li a img {
    height: 40px;               /* oder welche Höhe du willst */
    width: auto;
    display: block;
}


/* CSS für neue Frontpage */
/*Home Start*/

/*header section start*/

.header { padding: 20px 0 23px; position: fixed; top: 0; width: 100%; z-index: 100; background: var(--white);}
.header .header_main { display: flex; position: relative; margin: 0 50px; justify-content: space-between; align-items: center;}
.header .header_main .logo a { display: block;}
.header .header_main .logo a img { height: 38px; display: flex;}
.header .header_main .navigation_bar { display: flex; align-items: center; margin: 0 0 0 auto;}
.header .header_main .navigation_bar .navigation_name ul { display: flex; align-items: flex-start; gap: 42px; list-style-type:none; padding-left:10px !important;}
/* .header .header_main .navigation_bar .navigation_name ul li { margin: 0 22px; }  */
.header .header_main .navigation_bar .navigation_name ul li a { font-size: 16px; color: var(--col_primary); font-weight: 400; line-height: 24px; font-family: var(--font-primary); padding: 0; display: flex; align-items: center; gap: 8px;}
.header .header_main .navigation_bar .navigation_name ul li a:hover {color: var(--col_primary);}
.nav-sec {display: flex; align-items: center; gap: 42px;}
.phone-email {position: relative; z-index: 100;}
.phone-email ul {display: flex; align-items: center; margin: 0; padding: 0; gap: 42px;}
.phone-email ul li {display: flex; margin: 0; padding: 0;}
.phone-email ul li a {display: flex; gap: 8px; align-items: center; font-size: 16px; line-height: 24px; color: var(--dark); font-weight: 400; font-family: var(--font-primary); padding-left: 6px;}
.phone-email ul li a i {display: inline-flex; width: 16px; height: 16px; min-width: 16px;}
.menu-item-has-children{ position:relative; transition: all ease-in-out 0.3s;}
.menu-item-has-children.open .caret i {transform: rotate(180deg);}
.caret{ display: flex;  transform: translateY(1px);}
.caret i {display: inline-flex; width: 16px; height: 16px; transition: all ease-in-out 0.3s;}
.caret i img {width: 100%; height: 100%;}
.header .header_main .navigation_bar .navigation_name ul > .menu-item-has-children .sub-menu{
  position:absolute;
  top: calc(100% + 5px);
  right:0;
  min-width:350px;
  margin:0;
  padding:20px 0;
  list-style:none;
  background:#fff;
  border-radius:10px;
  box-shadow:0 12px 30px rgba(0,0,0,.12);
  opacity:0;
  visibility:hidden;
  transform: translateY(8px);
  transition: .2s ease;
  z-index:999;
  flex-direction: column;
  gap: 5px;
}
.sub-menu li a{
  background: url(../images/left-arrow.svg) no-repeat 6px center;
  color: var(--dark) !important;
  font-size: 16px;
  line-height: 1.64;
  display: flex;
  align-items: center;
  padding: 0 0 0 25px !important;
}
.sub-menu li a:hover{
  color: var(--col_primary) !important;
}

.sub-menu li img:hover{
  color: var(--col_primary) !important;
}

.header .header_main .navigation_bar .navigation_name ul > .menu-item-has-children.open > .sub-menu{
  opacity:1;
  visibility:visible;
  transform: translateY(0);
}
/*header section End*/

.menu-btn {position: relative; display: none;width:35px; height:24px; }
.menu-btn span {display: block; width:100%; height:3px; position:relative; top:10px; background:#000; border-radius:0px;}
.menu-btn span:before,
.menu-btn span:after { content:""; width:100%; height:3px; background:#000; border-radius:0px; position:absolute; left:0px; z-index:1;-webkit-transition-duration:.3s, .3s; transition-duration:.3s, .3s; -webkit-transition-delay:.15s, 0s; transition-delay:.15s, 0s;}
.menu-btn span:before { top:-10px;-webkit-transition-property:top, transform; transition-property:top, transform; }
.menu-btn span:after { bottom:-10px;-webkit-transition-property:bottom, transform; transition-property:bottom, transform; }
.menu-btn.active span { background:none !important;}
.menu-btn.active span:before,
.menu-btn.active span:after { -webkit-transition-delay:0s, .15s; transition-delay:0s, .2s;}
.menu-btn.active span:before { top:0px; -webkit-transform:rotate(-45deg); transform:rotate(-45deg);}
.menu-btn.active span:after { bottom:0px; -webkit-transform:rotate(45deg); transform:rotate(45deg);}



.banner-sec {margin-top: 100px;}
.banner-wrap {background-color: #F7F9FF; padding: 52px 40px; border-radius: 16px;}
.banner-wrap .row {align-items: center; justify-content: space-between;}
.banner-content-grp {position: relative; width: 100%;}
.banner-content-grp .banner-content {margin-bottom: 31px;}
.banner-content-grp .banner-content h1 {color: var(--col_primary); font-weight: 600; line-height: 40px; margin-bottom: 7px;}
.banner-content-grp .banner-content ul,
.banner-content-bottom ul {display: flex; align-items: center; gap: 51px; margin: 0; padding: 0;}
.banner-content-grp .banner-content ul li,
.banner-content-bottom ul li {display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; font-size: 16px; line-height: 24px; color: var(--dark); font-weight: 400; font-family: var(--font-primary);}
.banner-content-grp .banner-content ul li i,
.banner-content-bottom ul li i {display: inline-flex; min-width: 16px; width: 16px; height: 16px;}
.banner-content-grp .banner-content ul li i img,
.banner-content-bottom ul li i img {width: 100%; height: 100%;}
.banner-content-grp .banner-content-bottom {margin-bottom: 40px;}
.banner-content-grp .banner-content-bottom h2 {color: var(--dark); font-weight: 600; line-height: 40px; margin-bottom: 8px; font-size: 33px; hyphens: auto;}
.banner-content-grp .banner-content-bottom p {font-size: 24px; line-height: 32px; color: var(--dark);}
.banner-content-grp .btnbrp {display: flex; align-items: center; gap: 9px;}
.banner-img {position: relative; display: flex; justify-content: end; margin-right: 35px;}
.banner-img .img-wrap {display: block; position: relative; width: 50%; aspect-ratio: 250 / 250; max-width: 250px; z-index: 1;}
.banner-img .img-wrap::after {content: ''; display: block; padding-top: 100%;}
.banner-img .img-wrap img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 16px; overflow: hidden;}
.ebene-1 {position: absolute; left: 285px; bottom: 0; z-index: 1; width: 70px; height: 70px;}
.ebene-2 {position: absolute; left: 264px; top: -15px; width: 236px; height: 236px;}
.ebene-1 img {width: 100%; height: auto;}
.ebene-2 img {width: 100%; height: auto;}
.banner-content-bottom ul {display: none;}



.city-wrap {margin: 60px 0 80px;}
.city-wrap .city-grp {position: relative; width: 100%;}
.city-wrap .city-grp .city-title {margin: 0 auto 40px; text-align: center;}
.city-wrap .city-grp .city-title h2 {color: var(--dark); line-height: 32px; font-weight: 600; font-family: var(--font-heading);}
.city-wrap .city-grp .city-title h2 strong {color: var(--col_primary);}
.city-box {display: flex; flex-direction: column; justify-content: center; text-align: center; align-items: center;}
.city-box .city-img {display: flex; margin-bottom: 20px;}
.city-box .city-img i {display: inline-flex; width: 73px; min-width: 73px; height: 73px;}
.city-box .city-img i img {width: 100%; height: 100%;}
.city-box .city-content {position: relative;}
.city-box .city-content h3 {line-height: 32px; margin-bottom: 8px; color: var(--dark); font-weight: 600;}
.city-box .city-content .com-link {position: relative; margin-bottom: 16px;}
.city-box .city-content .com-link h4 {font-size: 16px; line-height: 24px; color: var(--dark); font-weight: 600;}
.city-box .city-content .com-link p {font-size: 16px; line-height: 24px; color: var(--dark); font-weight: 400; font-family: var(--font-primary);}
.city-box .city-content .com-link p span {display: block;  font-family: var(--font-primary); }
.city-box .city-content .com-link ul {display: block; margin: 0; padding: 0; }
.city-box .city-content .com-link ul li {display: block; margin: 0; padding: 0; font-size: 16px; line-height: 24px; color: var(--dark); font-weight: 600; font-family: var(--font-primary);}
.city-box .city-content .com-link ul a {display: inline-flex; align-items: center; justify-content: center; font-weight: 400; color: var(--col_primary);}
.city-box .city-content .soc-link {position: relative; margin-bottom: 16px;}
.city-box .city-content .soc-link ul {display: flex; align-items: center; justify-content: center; gap: 24px; margin: 0; padding: 0;}
.city-box .city-content .soc-link ul li {display: block; margin: 0; padding: 0;}
.city-box .city-content .soc-link ul li a {display: inline-flex; min-width: 28px; width: 28px; height: 28px;}
.city-box .city-content .soc-link ul li a img {width: 100%; height: 100%;}
.city-box .city-content .btnbox {display: flex; justify-content: center;}
.city-box .city-content .btnbox a {display: flex; align-items: center; justify-content: center; gap: 4px; font-size: 14px; line-height: 24px; color: var(--col_primary); font-weight: 400; transition: all ease-in-out 0.3s; padding: 0; font-family: var(--font-primary);}
.city-box .city-content .btnbox a i {display: inline-flex; min-width: 12px; width: 12px; height: 12px; transition: all ease-in-out 0.3s;}
.city-box .city-content .btnbox a i img {width: 100%; height: 100%;}
.city-box .city-content .btnbox a:hover i {transform: translateX(5px);}
.city-box .city-content .btnbox + .btnbox {margin-top: 4px;}
.city-box .city-content .com-link .timing-sec ul li {display: flex; justify-content: space-between; font-size: 16px; line-height: 28px; font-weight: 400; gap: 30px;}
.city-box .city-content .com-link.timing-link {margin-bottom: 0;} 


.sec-three {margin: 80px 0 70px;}
.sec-three .three-link-grp {position: relative; width: 100%;}
.sec-three .three-link-grp .three-link-title {margin-bottom: 24px; text-align: center;}
.sec-three .three-link-grp .three-link-title h2 {font-size: 28px; line-height: 32px; color: var(--dark); font-weight: 600;}
.sec-three .three-link-grp .three-box {display: flex; align-items: center; justify-content: space-between; background-color: #D4E3FF; padding: 30px 24px; border-radius: 8px; position: relative; transition: all ease-in-out 0.3s;}
.sec-three .three-link-grp .three-box:before {position: absolute; content: ''; left: 0; top: 0; width: 8px; height: 100%; background: var(--col_primary); border-radius: 8px 0 0 8px; opacity: 0; transition: all ease-in-out 0.3s;}
.sec-three .three-link-grp .three-box::after {position: absolute; content: ''; left: 4px; top: 0; width: 5px; height: 100%; background: #D4E3FF; border-radius: 10px 0 0 10px;}
.sec-three .three-link-grp .three-box .three-left {display: flex; align-items: flex-start; gap: 16px;}
.sec-three .three-link-grp .three-box .three-left i {display: inline-flex; width: 32px; min-width: 32px; height: 32px;}
.sec-three .three-link-grp .three-box .three-left i img {width: 100%; height: 100%;}
.sec-three .three-link-grp .three-box .three-left h3 {line-height: 32px; font-weight: 600; color: var(--dark);}
.sec-three .three-link-grp .three-box .arrow {display: flex;}
.sec-three .three-link-grp .three-box .arrow i {display: inline-flex; width: 24px; min-width: 24px; height: 24px;}
.sec-three .three-link-grp .three-box .arrow i img {width: 100%; height: 100%;}
.sec-three .three-link-grp .three-box.middle-box {background: #E8EFFF;}
.sec-three .three-link-grp .three-box.middle-box::after {background: #E8EFFF;}
.sec-three .three-link-grp .three-box:hover::before {opacity: 1;}



.slider-sec {margin: 70px 0 80px;}
.slider-sec .slider-grp {position: relative; width: 100%;}
.slider-sec .slider-grp .silder-title {text-align: center; margin-bottom: 24px;}
.slider-sec .slider-grp .silder-title h2 {font-size: 28px; line-height: 32px; color: var(--dark); font-weight: 600;}
.slider-sec .slider-grp .view-slider-grp {position: relative;}
.slider-sec .slider-grp .view-slider-grp .review-box {display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: 30px 10px 20px 20px; border-radius: 8px; box-shadow: 0px 4px 9px rgba(0, 92, 169, 0.10); background-color: #fff; position: relative;min-height: 380px;}
.slider-sec .slider-grp .view-slider-grp .review-box .review-img {display: flex; align-items: center; justify-content: center; width: 100%; height: 80px; flex: 0 0 80px; margin-bottom: 8px}
.slider-sec .review-box .review-img span {display: flex; align-items: center; justify-content: center; width: 80px; height: 80px;}
.slider-sec .review-box .review-img svg { display: block; max-width: 80px; max-height: 80px;}
.slider-sec .slider-grp .view-slider-grp .review-box .review-img i {display: inline-flex; min-width: 80px; width: 80px; height: 80px;}
.slider-sec .slider-grp .view-slider-grp .review-box .review-img i img {width: 100%; height: 100%; }
.slider-sec .slider-grp .view-slider-grp .review-box .review-titel {text-align: center;}
.slider-sec .slider-grp .view-slider-grp .review-box .review-titel h3 {font-size: 24px; line-height: 32px; font-weight: 600; color: var(--dark); margin-bottom: 20px; margin-top:20px;}
.slider-sec .slider-grp .view-slider-grp .review-box .review-titel p {font-size: 18px; line-height: 24px; color: var(--dark); font-weight: 400;}
.review-slider-sec .swiper {overflow: visible;}
.slider-sec .slider-grp .view-slider-grp .review-slider .swiper-slide {width: 336px;}
.swiper-pagination { display: none !important;}
.slider-sec .slider-grp .view-slider-grp .review-slider .swiper-wrapper {display: flex; gap: 32px; flex-wrap: wrap; justify-content: center;}
.about-consultant-sec {margin: 80px 0 60px;}
.about-consultant-sec .about-consultant-grp {position: relative; width: 100%;}
.about-consultant-sec .about-consultant-grp .about-consultant-title-grp {position: relative; margin-bottom: 40px;}
.about-consultant-sec .about-consultant-grp .about-consultant-title-grp .dolor-title {margin-bottom: 24px; text-align: center;}
.about-consultant-sec .about-consultant-grp .about-consultant-title-grp .dolor-title h2 {font-size: 28px; line-height: 36px; color: var(--dark); font-weight: 600;}
.about-consultant-sec .about-consultant-grp .about-consultant-title-grp .dolor-content {display: flex; align-items: flex-start; gap: 22px;}
.about-consultant-sec .about-consultant-grp .about-consultant-title-grp .dolor-content .dolor-left {display: flex;}
.about-consultant-sec .about-consultant-grp .about-consultant-title-grp .dolor-content .dolor-left i {display: inline-flex; width: 96px; min-width: 96px; height: 96px; border-radius: 100px; overflow: hidden;}
.about-consultant-sec .about-consultant-grp .about-consultant-title-grp .dolor-content .dolor-left i img {width: 100%; height: 100%;}
.about-consultant-sec .about-consultant-grp .about-consultant-title-grp .dolor-content .dolor-right {position: relative;}
.about-consultant-sec .about-consultant-grp .about-consultant-title-grp .dolor-content .dolor-right p {font-size: 18px; line-height: 26px; color: var(--dark); font-weight: 400;}
.custom-box {background: #D4E3FF; padding: 30px 24px; border-radius: 8px; height: 100%;}
.custom-box h3 {font-size: 20px; color: var(--dark); line-height: 24px; font-weight: 600; margin-bottom: 12px;}
.custom-box p {font-size: 18px; color: var(--dark); font-weight: 400; line-height: 26px; font-family: var(--font-primary);}
.custom-box.third-box p {font-size: 18px; line-height: 26px;}
.custom-box.second-box {background: #E8EFFF;}
.custom-box ul {display: flex; flex-wrap: wrap; width: 100%; gap: 16px; justify-content: space-between;}
.custom-box ul li {display: flex; align-items: center; gap: 10px; justify-content: flex-start; min-width: 170px;}
.custom-box ul li i {display: inline-flex; min-width: 48px; width: 48px; height: 48px; border-radius: 100px; overflow: hidden; background: #FFF; padding: 12px;}
.custom-box ul li span {display: block; font-size: 14px; color: var(--dark); font-weight: 400; line-height: 24px; font-family: var(--font-primary);}

.custom-box-kontakt {background: #D4E3FF; padding: 30px 24px; border-radius: 8px;}
.custom-box-kontakt h3 {font-size: 20px; color: var(--dark); line-height: 24px; font-weight: 600; margin-bottom: 12px;}
.custom-box-kontakt p {font-size: 16px; color: var(--dark); font-weight: 400; line-height: 24px; font-family: var(--font-primary);}
.custom-box-kontakt.third-box p {font-size: 20px; line-height: 28px;}
.custom-box-kontakt.second-box {background: #E8EFFF; border: 1px solid #000;}
.custom-box-kontakt ul {display: flex; flex-wrap: wrap; width: 100%; gap: 16px; justify-content: space-between;}
.custom-box-kontakt ul li {display: block; align-items: unset; min-width: 170px;}
.custom-box-kontakt ul li i {display: inline-flex; min-width: 48px; width: 48px; height: 48px; border-radius: 100px; overflow: hidden; background: #FFF; padding: 12px;}
.custom-box-kontakt ul li span {display: block; font-size: 14px; color: var(--dark); font-weight: 400; line-height: 24px; font-family: var(--font-primary);}

.middle-banner {margin: 60px 0;}
.middle-banner .banner-bg {position: relative; display: block; width: 100%;}
.middle-banner .banner-bg::after {content: ''; display: block; padding-top: 9.922%;}
.middle-banner .banner-bg img {top: 0; left: 0; width: 100%; height: 100%; object-fit: contain;}





.explore-more {margin: 60px 0;}
.explore-more .explore-more-box {position: relative; width: 100%;}
.explore-more .explore-more-box .explore-more-title {text-align: center; margin-bottom: 24px;}
.explore-more .explore-more-box .explore-more-title h2 {font-size: 28px; line-height: 36px; color: var(--dark); font-weight: 600;}
.explore-more-grp {position: relative; width: 100%;}
.explore-more-grp .explore-box-se {display: flex; flex-direction: column; height: 100%; box-shadow: 0px 4px 9px rgba(0, 92, 169, 0.10); background-color: #fff; padding: 16px; border-radius: 16px;}
.explore-more-grp .explore-box-se .dolor-img {position: relative; display: block; width: 100%;}
.explore-more-grp .explore-box-se .dolor-img::after {content: ''; display: block; padding-top: 56.25%;}
.explore-more-grp .explore-box-se .dolor-img img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 8px; overflow: hidden;}
.explore-more-grp .explore-box-se .img-content {margin-top: 18px; display: flex; flex-direction: column; height: 100%; justify-content: space-between;}
.explore-more-grp .explore-box-se .img-content h3 {font-size: 20px; line-height: 28px; color: var(--dark); font-weight: 600; margin-bottom: 8px;}
.explore-more-grp .explore-box-se .img-content p {font-size: 16px; line-height: 24px; color: var(--dark); font-weight: 400; font-family: var(--font-primary);}
.explore-more-grp .explore-box-se .img-content .btnbox {display: flex; margin-top: 24px; }
.explore-more-grp .explore-box-se .img-content .btnbox a {display: flex; align-items: center; gap: 17px; font-size: 16px; line-height: 24px; color: var(--col_primary); padding: 0; margin: 0; transition: all ease-in-out 0.3s; font-family: var(--font-primary);}
.explore-more-grp .explore-box-se .img-content .btnbox a i {display: inline-flex; min-width: 16px; width: 16px; height: 16px; transition: all ease-in-out 0.3s;}
.explore-more-grp .explore-box-se .img-content .btnbox a i img {width: 100%; height: 100%;}
.explore-more-grp .explore-box-se .img-content .btnbox a:hover i {transform: translateX(5px);}


.recommendation-wrap {width: 100%; background: #F7F9FF; padding: 40px 0;}
.recommendation-wrap .recommendation-content {text-align: center; }
.recommendation-wrap .recommendation-content h2 {font-size: 28px; line-height: 36px; color: var(--dark); font-weight: 600; margin-bottom: 8px;}
.recommendation-wrap .recommendation-content p {font-size: 24px; line-height: 32px; color: var(--dark); font-weight: 400;}
.recommendation-wrap .recommendation-content .btnbox {justify-content: center; margin-top: 16px;}
.recommendation-wrap .recommendation-content .recommend {width: 200px;}

.footer-wrap {margin: 35px 0 40px;}
.footer-wrap .footer-grp {display: flex; justify-content: space-between; width: 100%; align-items: flex-start;}
.footer-wrap .footer-grp .footer-left {display: flex; flex-direction: column; align-items: flex-start;}
.footer-wrap .footer-grp .footer-left .footer-logo {display: flex; margin-bottom: 30px;}
.footer-wrap .footer-grp .footer-left .footer-logo a {display: flex; height: 38px;}
.footer-wrap .footer-grp .footer-left .footer-logo a img {width: 100%; height: auto;}
.footer-wrap .footer-grp .footer-left .footer-left-content {margin-bottom: 26px;}
.footer-wrap .footer-grp .footer-left .footer-left-content h3 {font-size: 16px; line-height: 28px; color: var(--dark); font-weight: 600; margin-bottom: 10px; font-family: var(--font-primary);}
.footer-wrap .footer-grp .footer-left .footer-left-content p {font-size: 16px; line-height: 24px; color: var(--dark); font-weight: 400; font-family: var(--font-primary);}
.footer-wrap .footer-grp .footer-left .soc-link {position: relative;}
.footer-wrap .footer-grp .footer-left .soc-link ul {display: flex; align-items: center; gap: 30px; margin: 0; padding: 0;}
.footer-wrap .footer-grp .footer-left .soc-link ul li {display: block; margin: 0; padding: 0;}
.footer-wrap .footer-grp .footer-left .soc-link ul li a {display: inline-flex; min-width: 28px; width: 28px; height: 28px;}
.footer-wrap .footer-grp .footer-left .soc-link ul li a img {width: 100%; height: 100%;}
.footer-right {position: relative; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end;}
.footer-right .footer-links {position: relative;}
.footer-right .footer-links ul {display: flex; align-items: center; gap: 60px; margin: 0; padding: 0;}
.footer-right .footer-links ul li {display: block; margin: 0; padding: 0;}
.footer-right .footer-links ul li a {font-size: 16px; line-height: 28px; color: var(--dark); font-weight: 600; display: inline-flex; transition: all ease-in-out 0.3s; font-family: var(--font-primary);}
.footer-right .footer-links ul li a:hover {color: var(--col_primary);}
.footer-right .footer-links ul li:last-child a {color: var(--col_primary);}
.footer-right .footer-links ul li:last-child a:hover {color: var(--dark);}
.footer-right .app-stor {position: relative; margin-top: 30px;}
.footer-right .app-stor ul {display: flex; align-items: center; justify-content: flex-end; gap: 16px; margin: 0; padding: 0;}
.footer-right .app-stor ul li {display: block; margin: 0; padding: 0;}
.footer-right .app-stor ul li span {display: block; font-size: 16px; line-height: 28px; color: var(--dark); font-weight: 600; font-family: var(--font-primary);}
.footer-right .app-stor ul li a {display: inline-flex; min-width: 108px; width: 108px; height: 32px;}
.footer-right .app-stor ul li a img {width: 100%; height: 100%; object-fit: cover;}

.damage_sec .agency_phone {color: var(--col_primary);}

.download-vcard-btn {
    background: none;
    border: none;
    gap: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    color: var(--col_primary);
    font-weight: 400 !important;
    transition: all ease-in-out 0.3s;
    font-family: var(--font-primary);
}

.download-vcard-btn:hover {
    text-decoration: none;
}

/*=========================================*/
/* Neuer Block: Versicherungen entdecken */
/*=========================================*/
.find-insurance-area {
	background-color: #eef2fa;
}

.custom-find-insurance-container {
    max-width: 1400px;        /* oder welchen Wert du möchtest */
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.distance-edge {
	margin-left: 15%;
	margin-right: 15%;
}

.find-insurance-boxes {
	border-radius: 15px;
	padding: 20px 25px 20px 25px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
	background: #fff;
	opacity: 1;
	transition: all 400ms ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: start;
}

.find-insurance-boxes h3 {
	hyphens:auto;
}

.btn-outline-primary {
  color: var(--col_primary);
  border-color: var(--col_primary);
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--col_primary);
  border-color: var(--col_primary);
}