body {
  background-color: white;
  font-family: 'latoo', arial, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.hero-unit {
font-size: 18px;
font-weight: 400;
  border-radius: 6px;
  width: 100%;
margin-bottom: 16px;
color: rgb(255, 193, 7);
}

.homepanel-container   {
  position: relative;
  text-align: center;
  color: white;
padding-left: 8px;
}

p {
    hyphens: auto;

}

.hero-unit p {
  
  font-size: 18px;
  font-weight: 400;

}

.homepanel-text-left-top {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #fff;
font-size: 20px;
  font-weight: 300;
  text-align: left;
padding-left: 8px;

}

.tagline-text {
  background-color: rgba(48, 43, 53, 0.91);
  color: rgb(255, 193, 7);
  padding: 0.2em 0.4em;
  border-radius: 5px;
  display: inline-block;
  font-weight: 500;
}

#intpagecontent h2 {
  font-size: 24px;
}

#intpagecontent {
padding-right: 2px;
}






/* Bottom left text */
.homepanel-text-bottom-left {
  position: absolute;
  bottom: 20%;
  left: 16px;

}

.bg-light {
  background-color: #4c3088;

}

.bg-dark {
  --bs-bg-opacity: 0;
}

.btn-success {
  color: #ffffff;
  background-color: #1a991a;
  font-size: calc(0.8rem + 0.3vw);
}

.btn-group a {
  font-weight: bold;
  border-width: 2px;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 1.5em;
}

.customer-support-links h3 {
  font-size:20px;
  font-weight:300;

 
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin: 0 0 5px 0px;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.clr {
margin: 0 0 0 px;
margin-left: 0px;
}

.text-right{
text-align:right;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: 1170px;
--bs-gutter-x: -0.0rem;
}

.container-fluid{
   width: 100%;
   height: auto;
   float: left;
   margin-bottom: 10px;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #6b48ab, #1d0c53);
font-size: 16px;
1170px;

min-height: 40px;
}

.container .row .span3 {
  margin-left: .5%;
}


.bg-light {
  --bs-bg-opacity: 0;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  color: white;
}

.navbar-nav {

  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: white;
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  list-style: none;
}

.justify-content-sm-end {
 padding-right: var(--bs-navbar-nav-link-padding-x);
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-hover-color: white;
  list-style: none;
}

.navbar {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 0px;
--bs-navbar-padding-y: 0.0rem;
}

/* text rutscht nach links - nicht gut */
/* .row > * { */
/*  padding-left: calc(var(--bs-gutter-x) * -0.5); */
/* */
/*} */

.row {
--bs-gutter-x: 1.5rem;
}

.table-bordered > :not(caption) > * {
  border-width: 0px 0;
}

a {

  text-decoration: none;
}

a.dropdown-item {
--bs-dropdown-link-hover-color: #2b2828;
--bs-dropdown-link-color: #ffffff;
}

.container .row .well {

  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


/* Standard Layout (für größere Bildschirme) */
.imgspace-left {
    display: flex; /* Nutzt Flexbox für Desktop */
    align-items: center; /* Vertikale Ausrichtung */
    justify-content: flex-start; /* Horizontale Ausrichtung */
    gap: 15px; /* Abstand zwischen Bild und Text */

}

.imgspace-left img {
    max-width: 30%; /* Bild nimmt maximal 30% der Breite ein */
    height: auto; /* Seitenverhältnis bleibt erhalten */
}

.imgspace-left .text {
    max-width: 70%; /* Text nimmt maximal 70% der Breite ein */
}

/* Für mobile Geräte */
@media (max-width: 768px) {
    .imgspace-left {
        flex-direction: column; /* Bild und Text in einer Spalte anordnen */

    }

    .imgspace-left img {
        max-width: 100%; /* Bild nimmt die gesamte Breite ein */
        margin-bottom: 10px; /* Abstand zum Text */
    }

    .imgspace-left .text {
        max-width: 100%; /* Text nimmt die gesamte Breite ein */
    }
}


/* Standard Layout (für größere Bildschirme) */
.imgspace-right {
    display: flex; /* Nutzt Flexbox für Desktop */
    align-items: center; /* Vertikale Ausrichtung */
    justify-content: flex-start; /* Horizontale Ausrichtung */
    gap: 15px; /* Abstand zwischen Bild und Text */
    flex-direction: row-reverse; /* Bild auf die rechte Seite verschieben */
}

.imgspace-right img {
    max-width: 35%; /* Bild nimmt maximal 30% der Breite ein */
    height: auto; /* Seitenverhältnis bleibt erhalten */
}

.imgspace-right .text {
    max-width: 65%; /* Text nimmt maximal 65% der Breite ein */
}

/* Für mobile Geräte */
@media (max-width: 768px) {
    .imgspace-right {
        flex-direction: column; /* Bild und Text in einer Spalte anordnen */

    }

    .imgspace-right img {
        max-width: 100%; /* Bild nimmt die gesamte Breite ein */
        margin-bottom: 10px; /* Abstand zum Text */
    }

    .imgspace-right .text {
        max-width: 100%; /* Text nimmt die gesamte Breite ein */
    }
}



.card-img-wrapper {
  padding: 5px;
  border-radius: 6px;
  overflow: hidden;
}

.card-img-top {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}


/* Stil für das Akkordeon */
.accordion-button:not(.collapsed) {
    color: rgb(59, 25, 126);
}

.panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.panel p,
.panel ul {
  margin: 10px 0;
}

.panel h3 {
  margin-top: 10px;
}

.panel ul {
  list-style-type: disc;
  padding-left: 20px;
}


img, svg {
  vertical-align: middle;

border-radius: 6px;

margin-bottom: 10px;
      max-width: 100%;
      height: auto;
}

    a .img-fluid {
        width: auto;
        height: auto;
        display: block;
    }
    a:hover .img-fluid  {
        transform: scale(1.1);
        transition: all .2s ease-in;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }


.callus {
text-align: center;
font-size: 20px;
line-height: 28px;
margin-top: 26px;
margin-bottom: 26px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.media {
  
  float: right;
    padding-top: 5px;
    padding-left: 10px;

}



.h3, h3 {
  font-size: 20px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 0.5rem;
}


@media screen and (max-width: 1070px) {

.homepanel-text-left-top {

    font-size: 17px;
}

.btn-success {
font-size: calc(0.6rem + 0.3vw);
   }

}

@media screen and (max-width: 930px) {

.homepanel-text-left-top {

    font-size: 15px;
}

.btn-success {
font-size: calc(0.6rem + 0.3vw);
   }

}

@media screen and (max-width: 768px) {

.homepanel-text-left-top {

    font-size: 16px;
}

.btn-success {
font-size: calc(0.6rem + 0.3vw);
   }

}
@media screen and (max-width: 767px) {

.homepanel-text-left-top {

    font-size: 20px;
}

.btn-success {
font-size: calc(0.8rem + 0.3vw);
   }








}



