
  
html,
body {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    /*font-family: graphie, sans-serif;*/
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 100%;
    background-color: #ffffff;
    position: relative;
}

video {
    max-width: 100%;
    height: auto;
    width: 100%;
    border: 0px;
    z-index: auto;
    outline: none;
}

img,
embed,
object {
    height: auto;
    border: 0px;
    z-index: auto;
    outline: none;
    max-width: 100%;
}

iframe {
    width: 100%;
    border: 0px;
    z-index: auto;
    outline: none;
}
td, th {
   
    text-align: left;
    vertical-align: top; /* Hier wird die obere Ausrichtung festgelegt */
  }
.text-center {
    text-align: center;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* ratio 16x9 */
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.smallblue {
    color: #000000;
    font-size: 14px;
}


/* ratio 4x3 */

.embed-container.ratio4x3 {
    padding-bottom: 75%;
}

h1 {
    color: #000000;

    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 34px;
    letter-spacing: 4px;
}

h2 {
    color: #000000;

    font-style: normal;
    font-weight: 400;
}

h3 {
    color: #000000;
    font-size: 20px !important;
  line-height: 30px;
  font-weight: normal;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none
}

.language {
    display: none;
}

.blue {
    color: #000000;
}



.btnblue {
    margin-top: 1.875rem;
}

.btnblue a {
    background-color: #000000;
    color: #fff;
    padding: 0.6rem 3rem 0.6rem 3rem;
}

.btnbluewithnextarrow a {
    background-color: #000000;
   
    padding: 0.6rem 2rem 0.6rem 1rem;
    background-image: url("../Images/arrow_next.svg");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 13% 50%;
    line-height: 50px;
}

.btnbluewithbackarrow a {
    background-color: #000000;
    color: #fff;
    padding: 0.6rem 2rem 0.6rem 1.8rem;
    background-image: url("../Images/arrow_back.svg");
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size: 13% 50%;
    line-height: 50px;
}

.bglightblue {
    background-color: rgba(30, 30, 30, 0.15);
}

.bglightlighblue {
    background-color: rgba(30, 30, 30, 0.10);
}


.bgwhite {
    background-color: #ffffff;
}


/*80px*/

.distance_top {
    margin-top: 5rem;
}

.distance_bottom {
    margin-bottom: 5rem;
}

.distance_bottom_top65 {
    padding: 4.0625rem 0 4.0625rem 0;
}


/*wenn Inhalte keinen Top Slider haben, wegen fixe Leiste*/

.distance-distance-no-slider {
    margin-top: 90px;
}

.distance_top_fix_header {}


/*distance beetween contentelements*/


/*########################################*/


/*Mask*/

/*Image with Line*/

.img_with_txt_line {
    position: relative;
  }
  
  .img_with_txt_line img {
    object-fit: cover;
    width: 100%;
    height:600px;
    margin-bottom: -5px;
  }
  
  .img_with_text .img_content_lines {
    top: 5%;
    left:0px;
    position: absolute;
    margin-top: 30px;
    position: absolute;
  }
  
  .slider-title, .slider-subtitle {
    padding: 0 1.875rem 0 1.875rem;
    color: #fff;
    background-color: #0075bf;
    padding: 0 20px 0 20px;
    margin-bottom: 10px;
    width: max-content;
    display: list-item;
    list-style-type: none;
    font-size: 2.6rem !important;
    line-height: 4.5rem;
  }
  
  .slider-title {
    text-transform: uppercase;
  }

  /* Div mit Inhalt mittig zentriert vertikal - horizontal*/
  .outer {
    display: flex;
    justify-content: center;
    align-items: center;
   min-height: 600px; /* Höhe des äußeren Divs festlegen */
  }
  
  .inner {
  
  }

.quick_start {
    padding: 20px;
    min-height: 550px;
    margin-bottom: 20px;
    position: relative;
    background-color: #f4f4f4;
    margin: 10px;
}

.quick_image {
    position: relative;
}

.quick_title {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #000000;
    color: #fff;
    line-height: 30px;
    padding: 5px 20px 5px 20px;
    font-size: 20px;
}

.quick_txt,
.quick_txt a {
    color: #343434;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 50px;
}

.quick_btn {
    bottom: 20px;
    width: 200px;
    position: absolute;
}

.quick_btn a {
    background-color: #000000;
    color: #fff;
    padding: 0.6rem 2rem 0.6rem 1rem;
    background-image: url("../Images/arrow_next.svg");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 13% 50%;
    line-height: 25px;
    display: block;
}

.quick_btn_back {
    bottom: 20px;
    width: 200px;
    position: absolute;
}

.quick_btn_back a {
    background-color: #000000;
    color: #fff;
    padding: 0.6rem 2rem 0.6rem 1rem;
    background-image: url("../Images/arrow_next.svg");
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size: 13% 50%;
    line-height: 25px;
    display: block;
}


/*schnelleinstieg */

.quick_btn2 {
    background-color: #000000;
    color: #fff;
    padding: 0.6rem 2rem 0.6rem 1rem;
    background-image: url("../Images/arrow_next.svg");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 13% 50%;
    line-height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.space-after-medium {
    padding-bottom: 5rem;
    margin-bottom: 0;
}

.space-before-medium {
    padding-top: 5rem;
    margin-top: 0;
}

.space-after-large {
    padding-bottom: 7rem;
    margin-bottom: 0;
}

.space-before-large {
    padding-top: 7rem;
    margin-top: 0;
}


/*Images mit Textverlinkung*/

.imagetxtlink {
    position: relative;
}

.imagetxtlink img {
    width: 100%;
    position: relative;
}

.txtv {
    background:rgba(25,32,84,0.7);
    color: #fff;
    padding: 0rem 5rem 0rem 1rem;
    background-image: url("../Images/arrow_next.svg");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 13% 50%;
    line-height: 50px;
    position: absolute;
   top:15px;
}


/*Container*/

.frame-space-before-small {
    margin-top: 3em;
}

.frame-space-after-small {
    margin-bottom: 3em;
}

.frame-space-before-medium {
    margin-top: 4em;
}

.frame-space-after-medium {
    margin-bottom: 4em;
}

.frame-space-before-large {
    margin-top: 5em;
}

.frame-space-after-large {
    margin-bottom: 5em;
}

.wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

hr {
    color: #000000;
    width: 180px;
    margin: 0 auto;
    border-style: dashed;
    border-width: 8px 0 0 0;
}

.container p, 
.container100Center p {
    margin-bottom: 20px !important;
    font-size: 18px;
    line-height: 30px;
}

.container100Percent {
    margin: auto;
    width: 100%;
    position: relative;
    /*  overflow-x: hidden;*/
}

.container100Center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    margin: auto;
    width: 1300px;
    position: relative;
}

.container ul,
.container ol {
    padding-left: 16px;
}


/* header distance*/

.distance_top_no_image {
    margin-top: 180px;
}

.header_fixed {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 8000;
    background: rgba(255,255,255,0.9);
}


#market-info {
    position:absolute;
    z-index: 9000;
    top:0;
    left: 42%;
    margin: 20px auto; /* Zentrieren des Elements */
    padding: 15px;
    border: 3px dashed #004080; /* Dunkelblaue gestrichelte Linie */
    text-align: center; /* Text zentrieren */
  }

  #market-info a{
    text-decoration:underline;
  }

.top_nav_mobil {
    display: none;
}

.contentheader {
    /*background-color:rgba(0,117,191,0.1);*/

    font-size: 0.875rem;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: right;
    padding-right: 4.063rem;
}

.socialmedia {
    float:right;
    
}
.socialmedia ul {
    list-style-type: none;
    margin-top: 10px;
}

.socialmedia ul li {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.socialmedia ul li img {
    width: 30px;
    height: 30px;
    max-width: none;
}



.contentmainnav {
    display: grid;
    grid-template-columns: 12.5rem auto;
    padding: 0 4.063rem 20px 4.063rem;
    grid-template-areas: "logo mainnav";
    align-items: end;
    width: 100%;

}

.logo {
    grid-area: logo;
    margin-top:-30px;
    
   
}

.logo img {
    width: 150px;
    height: auto;
}

.slider {
    position: relative;
    height: 700px;
    border-bottom:8px dashed #000000;
}



.slider:before {
    opacity: 0;
}
/*unterm menue*/
.slider.is-visible:before {
    -webkit-animation: fade-slide-down 2s .1s cubic-bezier(0, 0.5, 0, 1) forwards;
    animation: fade-slide-down 2s .1s cubic-bezier(0, 0.5, 0, 1) forwards;
    background-image: no-repeat bottom;
    /*background: url("../Images/start.jpg") no-repeat bottom;*/
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -300px;
    z-index: -1;
    display: block;
}

.slider-content {
    /*bottom: 4rem;*/
    bottom: 14rem;
    left: 4.063rem;
    position: absolute;
   
}
.slider-title, .slider2 .slider-title{

    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.slider-subtitle, .slider2 .slider-subtitle{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400; 
}


.slider-title
 {
    padding: 0 1.875rem 0 1.875rem;
    background:rgba(25,32,84,0.7);
    color: #fff;
    padding:10px 20px 10px 20px;
    margin-bottom: -2px;
    width: max-content;
    display: list-item;
    list-style-type: none;
    font-size: 2.6rem!important;
    line-height: 4.5rem;
}
.slider-subtitle {
    padding: 0 1.875rem 0 1.875rem;
    background:rgba(25,32,84,0.7);
    color: #fff;
    padding:10px 20px 10px 20px;
    margin-bottom: -2px;
   
   display:block;
    font-size: 2.0rem!important;
    line-height:auto;
}

/*Slider Headlines rechte Ausrichtung, mit Textfeld*/

.slider2 {
    position: relative;
    height: 700px;
    margin-bottom: 3rem;
}

.slider2:before {
    opacity: 0;
}

.slider2.is-visible:before {
    -webkit-animation: fade-slide-down 2s .1s cubic-bezier(0, 0.5, 0, 1) forwards;
    animation: fade-slide-down 2s .1s cubic-bezier(0, 0.5, 0, 1) forwards;
    background-image: no-repeat bottom;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: -1;
    display: block;
}

.slider2 .slider-content2 {
    top: 3rem;
    right: 7.8rem;
    position: absolute;
}

.slider2 .slider-title_1 {
    padding: 0 1.875rem 0 1.875rem;
    background:rgba(25,32,84,0.7);
    color: #fff;
    padding: 0 20px 0 20px;
    margin-bottom: 10px;
    width: max-content;
    display: list-item;
    list-style-type: none;
    font-size: 2.6rem!important;
    line-height: 4.5rem;
    word-wrap: break-word;
}

.slider2 .slider-subtitle,
.slider2 .slider-subtitle2 {
    padding: 0 1.875rem 0 1.875rem;
    background:rgba(25,32,84,0.7);
    color: #fff;
    padding: 0 20px 0 20px;
    margin-bottom: 10px;
    width: max-content;
    display: list-item;
    list-style-type: none;
    font-size: 2.6rem!important;
    line-height: 4.5rem;
    word-wrap: break-word;
    margin-right: 30px!important;
}




.animate-pop-in {
    opacity: 0;
}

.animate-pop-in.is-visible {
    -webkit-animation: pop-in .6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
    animation: pop-in .6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
    opacity: 0;
}





/* Animations */

@-webkit-keyframes fade-slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2rem);
        transform: translateY(-2rem);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-4rem) scale(.8);
        transform: translateX(-4rem) scale(.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

ul.bullet {
    list-style-type: none;
    padding-left: 0.6rem;
    margin-left:30px;
    margin-right:30px;
}

ul.bullet li {
    padding-left: 0.437rem;
    text-indent: -1em;
    line-height: 30px;
}

ul.bullet li:before {
    content: "✓";
    padding-right: 0.4375rem;
    color: #000000;
}

ul.bullet li ul li {
    list-style-type: none;
}

/* gross bullet */
ul.bulletgross {
    list-style-type: none;
    padding-left: 0.6rem;
    font-size: 1.5rem!important;
          font-size: 24px;
         
    color:#000000;
    
}

ul.bulletgross li {
    padding-left: 0.437rem;
    text-indent: -1em;
    line-height: 50px;
}

ul.bulletgross li:before {
    content: "✓";
    padding-right: 0.4375rem;
    color: #000000;
}

ul.bulletgross li ul li {
    list-style-type: none;
}

/*bullet mit arrow*/

ul.bullet_arrow {
    list-style-type: none;
    padding-left: 0.6rem;
}

ul.bullet_arrow li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 5px;
    line-height: 25px;
}

ul.bullet_arrow li:before {
    position: absolute;
    left: -9px;
    top: 5px;
    content: ' ';
    background-image: url('../Images/arrow_li.svg');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
}

ul.bullet_arrow li ul li {
    list-style-type: none;
}


/* flex */

.distance_left_item {
    padding-left: 3.375rem;
}

.distance_complete_item {
    padding: 2.0rem 2.0625rem 2rem 2.0625rem;
}

.flex-container {
    display: flex;
}

.item-50:nth-child(1) {
    flex-basis: 50%;
}

.item-50:nth-child(2) {
    flex-basis: 50%;
}

.distance_gap {
    gap: 5%;
}

.itemcontainer {
    display: flex;
    max-width: 100%;
}

.item-50arrangementnormal {
    flex-basis: 50%;
}

.logowhite img {
    width: 180px;
}

/*Extension Container*/


/*5050 */

.extcontainer {
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
    /* oder eine andere Höhe */
}

.ccol50 {
    width: 50%;
}


/*7525 */

.citem-75 {
    width: 75%;
}

.citem-25 {
    width: 25%;
}


/*6040 */

.citem-60 {
    width: 60%;
}

.citem-40 {
    width: 40%;
}

.flex-container33 {
    display: flex;
    flex-flow: row wrap;
    gap:1%;
}

.citem-33 {
    flex-basis: 32%;
    /*display: flex;*/
}

.citem-33 img {
    width: 100% !important;
    max-width: 100%!important;
}

.extcontainer25 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    width:100%;
}

footer .citem-25 {
    width: 25%;
    padding: 50px;
    box-sizing: border-box;
   
}

footer .citem-25 img {
    width: 100% !important;
    max-width: 100%!important;
}

/*Newsletter*/


.form-control-checkbox {
    font-size: 11px;
    line-height:15px;

}
#c701 .extcontainer{
    gap:0;
}
#c704 {
   margin: auto;
   width:80%;
}

#c704 .tx-fp-newsletter{
       padding:30px 0 30px 0;
}

.tx-fp-newsletter select {
    
    color: #000000;
    background-color: #f4f4f4;
  border: 1px solid #000000;
    padding: 8px;
    border-radius: 0px;
    width: 160px; /* Breite anpassen */
  }
  .tx-fp-newsletter select:hover{
    color: #000000;
  }
  
  
  .form-control-checkbox input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
  }
  form input.btn{
  width:200px;
 background-color: #000000;
  color: #fff;
  padding: 0.6rem 2rem 0.6rem 2rem;
  background-image: url("../Images/arrow_next.svg");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 13% 50%;
  line-height: 25px;
  border: 0;
  cursor: pointer;
  margin-top: 30px;
  }
  
  #c701 .img_with_text .img_content_lines {
    top: 200px;
    
  }



/*Akkordeon*/

.ui-widget {
  
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 16px!important;
}

.ui-accordion .ui-accordion-content h1,
.ui-accordion .ui-accordion-contenth2 {
    color: #000000;
    font-weight: 400;
}

.ui-accordion .ui-accordion-header {
    background-color: #000000;
    line-height: auto!important;
    color: #fff;
    font-weight: 400;
    border: 0px!important;
    padding: .5em .5em .5em 33px!important;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-radius: 0px!important;
}

.ui-accordion .ui-state-active .ui-icon,
.ui-accordion .ui-button:active .ui-icon {
    background-image: url("../Images/arrow_next.svg")!important;
    padding: 0.6rem 0.6rem 0.6rem 0.6rem;
    background-repeat: no-repeat;
    background-position: left 2px center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -1px!important;
    max-height: 100px;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    position: absolute!important;
    top: 20px;
    left: 10px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../Images/arrow_next.svg")!important;
    padding: 0.6rem 0.6rem 0.6rem 0.6rem;
    background-repeat: no-repeat;
    background-position: left 5px center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ui-icon-triangle-1-e {
    background-position: 0!important;
}

a.btn-primary-rosa {
    color: #000000;
}

.btn-primary-rosa {
    background-color: #dc9a97;
    color: #000000;
    padding: 0.6rem 2rem 0.6rem 1rem;
    background-image: url("../Images/arrow_next_blue.svg");
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 13% 50%;
    line-height: 25px;
    border: 0;
    cursor: pointer;
    margin-top: 30px;
    display: inline-block;
}

a.btn-primary-back {
    color: #000000;
}

.btn-primary-back {
    background-color: #dc9a97;
    color: #000000;
    padding: 0.6rem 2rem 0.6rem 2rem;
    background-image: url("../Images/arrow_next.svg");
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 13% 50%;
    line-height: 25px;
    border: 0;
    cursor: pointer;
    margin-top: 30px;
    display: inline-block;
}


/*Button ohne Pfeil*/

.btn-primary-normal {
    background-color: #000000;
    color: #fff;
    padding: 0.6rem 2rem 0.6rem 2rem;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 13% 50%;
    line-height: 30px;
    border: 0;
    cursor: pointer;
    margin-top: 30px;
    display: inline-block;
}

a.btn-primary-normal {
    color: #fff;
}


/*Kontaktformular*/


/*########################################*/

.btn-primary {
    background-color: #000000;
    color: #fff;
    padding: 0.6rem 2rem 0.6rem 2rem;
    background-image: url("../Images/arrow_next.svg");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 13% 50%;
    line-height: 25px;
    border: 0;
    cursor: pointer;
    margin-top: 30px;
}

a.btn-primary {
    color: #fff;
}


/*zurueck Btn*/

.btn-cancel {
    background-color: #000000;
    color: #fff;
    padding: 0.6rem 2rem 0.6rem 2rem;
    background-image: url("../Images/arrow_back.svg");
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size: 13% 50%;
    line-height: 25px;
    border: 0;
    cursor: pointer;
    margin-top: 30px;
}


/* Formulare */

form h2 {
    color: #000000;
    font-weight: bold;
    margin-bottom: 0rem;
    font-size: 16px;
}

.form-group {
    margin-top: 20px;
}

input {
    line-height: 35px;
    padding: 0px 5px 0px 5px;
}

.form-check-label input {
    width: 20px!important;
    line-height: 35px;
}

label {
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 20px;
}

.form-check label span {
    font-weight: normal;
}

input,
textarea {
    background-color: #f4f4f4;
    border: 1px solid #000000;
}

form input,
form textarea {
    width: 100%;
}

.help-block {
    display: block;
    font-size: 14px;
}

.clear {
    clear: both;
}

.actions {
    clear: both;
}

.form-control {
    height: 3rem;
    font-size: 1rem;
    padding-left: 1rem;
    font-family: 'Barlow';
}

#c438,
#c562,
#c497 {
    z-index:6000;
    position: relative;
}

.herz {
    position:absolute;
    top:90px;
    left:48.5%;
}

.dKtejT {
    
    background: #000000!important;
    
  }
  .phone img {
    width: 12px;
    margin-right: 5px;
  }
img.herz {
    width:100px;
}
.bg_empfehlung {

    display: flex;
  justify-content: center;
  align-items: center;
    margin-top:-100px;
    position: relative;
   z-index:5000;
   
   background-color:#dddee6;
    min-height:550px;
}

.txt_empfhelung {
   
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    text-align:center;
}

.txt_empfhelung h2 {
    text-transform:uppercase;
  
}

.txt_empfhelung  {
    font-size:24px;
    line-height:50px;
}


/*Footer */

footer {
    line-height:30px;
    margin: auto;
   
    position: relative;
}
footer h2 {
    margin-bottom:20px;
}
footer .logowhite img {
    margin-bottom: 30px;
}

.footer-margin {
    margin-top: 60px;
}

footer a,
footer a:link {
   color: #000000;
   text-decoration:underline;
}

footer {
    background-color: #ffffff;
    color: #000000;;
}

/* mask Kundenstimmen*/
#slide-wrap{
    width: 300px;
    position: relative;
}
#text1{
    position: absolute;
    top: 20px;
    left: -500px;
    display: block;
    text-align: center;
    width: 100%;
}
#text2{
    position: absolute;
    top: 50px;
    left: -500px;
    display: block;
    text-align: center;
    width: 100%;
}
#text3{
    position: absolute;
    top: 80px;
    left: -500px;
    display: block;
    text-align: center;
    width: 100%;
}

/* Mask Kundenstimmen */
.container980 {
    margin: auto;
    width: 80%;
    position: relative;

  }

#c460 h2 {
    font-size: 34px;
    letter-spacing: 4px;
  }


  #scrolltop-btn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #000000;
    border-radius: 0;
    text-align: center;
   border-color: #000000;
}


.fancybox__container {
    z-index:80000!important;
}
/*Galerie*/
.gal {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; /* Negativer Abstand zwischen den Bildern */
    gap:4px;
  }
  
  .galimage {
    width:15%;
  }

  .galimage img{
  
  max-width: 100%; /* Maximale Breite der Spalten */
  box-sizing: border-box;
  padding: 0; /* Kein Abstand zwischen den Bildern */
   
  }
  
 /* 
.gal img{
   height:134px;
   object-fit: cover;
}
*/
.lSSlideOuter {
    margin-bottom: 30px;
}



.lSSlideOuter .preferredHeight {
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.lSSlideOuter .lSPager.lSGallery img {
    object-fit: cover;
    display: block;
    max-height: 80px!important;
}


.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px!important;
}
.lSAction > a {
    
    opacity: 1!important;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
  }