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

/* shadows-into-light-regular - latin */

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

:root {
	--dark:#1b1b1b;
	--black:#000;
	--white:#fff;
	--themeblue:#005ca9;
	--col_secondary: #27b0ba;
    --col_primary: #005ca9;	 
	 
	
	}
* {   box-sizing: border-box;}
html { margin: 0; padding: 0; }
body { margin: 0; padding: 0;  font-size: 14px; background:var(--white);
	letter-spacing: 0; line-height: normal;
	font-family: 'Lato';
	font-weight: normal;
	color: var(--dark);
	
	}


input, select, textarea, button { outline: none; box-shadow: none; font-family: inherit;}
  

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

.flxrow {
	display: flex;
}
.flxcol {
	display: flex;
	flex-direction: column;
}
.flxfix {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}
.flxflexi {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    position: relative;
}

.alert-primary {
	line-height: 20px;
	background-color: #27b0ba;
	border-color: #27b0ba;
	color: #fff;
}

/* 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: 1220px) {
	.container {
	width:1183px;
	max-width:1183px;
	}
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;	 
}
 
h1 {
	font-size:48px;
	 
}
h2 {
	font-size: 30px;
	 
}
h3 {
	font-size: 32px;
	 
}
h4 {
	font-size: 28px;
 
}
h5 {
	font-size: 24px;
 
}
h6 {
	font-size: 20px;
	 
}
p{margin: 0; padding: 0; font-family: 'Lato'; color: var(--dark); font-weight: normal;font-size: 16px;line-height:1.38;}
p + p{ padding-top: 24px;; }

/* 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 */
}

/* 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: 'Open Sans'; 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: 'Open Sans'; 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-family: 'Gloria Hallelujah';
  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; }
.Location-block{}
.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;   font-family: 'Lato'; 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: 'Lato'; 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: 'Lato'; 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: 'Lato'; 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: 'Lato'; 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 Grotesque'; 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 Grotesque'; 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: 'Lato';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: url(../images/f-arrow.svg) no-repeat center center; 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: Arial, Helvetica, sans-serif;
    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: Arial, Helvetica, sans-serif;
    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: Arial, Helvetica, sans-serif;
    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: Arial, Helvetica, sans-serif;
    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: Arial, Helvetica, sans-serif;
}

.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: Arial, Helvetica, sans-serif;
}

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

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

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

.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: Arial, Helvetica, sans-serif;
    border: none;
    cursor: pointer;
}

.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: Arial, Helvetica, sans-serif;
}

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

.listing_info2 li {
    margin: 0 0 10px 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;
}

.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_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: Arial, Helvetica, sans-serif;
    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: Arial, Helvetica, sans-serif;
    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: Arial, Helvetica, sans-serif;
    border: none;
    cursor: pointer;
}

.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: 'Lato', sans-serif;
    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: 'Lato', Helvetica, sans-serif;
    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 */
}

.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: 20px; /* Weniger Abstand für Mobilgeräte */
	}

	.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: 700;
}

.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: 700;
}

.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: 0pxpx 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;
    padding: 0 40px;
    font-size: 12px;
    color: #999999;
    line-height: 22px;
    font-weight: 600;
}

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

.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: 0pxpx 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: 700;
    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(to 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: Arial, Helvetica, sans-serif;
    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: 'Shadows Into Light', sans-serif;
    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: Arial, 'ArialMT';
    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: 700;
    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: 700;
}

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

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