/* Allgemeine Stile */


/* Logo */
.logo {
  max-width: 350px;
}

/* Hero Section */
.hero {
  padding: 100px 0;
}

.hero .lead {
  color: #1793d7;
  font-size: 24px;
  font-weight: 400;
}


/* Vorteile */
.vorteile {
  background-color: #f8f9fa;
}


.vorteile .icon-box {
  background: white;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease-in-out;
  height: 100%;
}


.vorteile .icon-box:hover {
  transform: translateY(-4px);
}


.vorteile .icon-box img {
  width: 32px;
  height: 32px;
  margin-bottom: 15px;
  filter: brightness(0) saturate(100%) invert(45%) sepia(89%) saturate(1135%) hue-rotate(177deg) brightness(95%) contrast(89%);
}


.vorteile .icon-box h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}


.vorteile .icon-box p {
  font-size: 0.95rem;
  color: #555;
  margin: 0;
}


/* Erklärung */
.erklaerung p {
  font-size: 1.1rem;
}






.vorteile-icon {
  width: 100px;
  height: 100px;
}

.leistungen a {
  color: #007dc5;
  text-decoration: none;
}

.leistungen a:hover {
  text-decoration: underline;
}

.leistungen h5 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.leistungen p {
  font-size: 0.95rem;
  color: #444;
}

.bg-kontakt {
    background-color: #123456;
}

.text-white h2 {
    color: white !important;
}

.powermail_form {
  margin: 30px 30px 0 0;
}

.powermail_form .radio {
  float: left;
  padding: 15px 50px 0 0 ;
}

.powermail_form .form-group .radio input {
  height: 26px;
  padding: 0 20px;
}

.powermail_form input {
  height: 70px;
  padding: 0 20px !important;
  margin-bottom: 20px !important;
  background-color: white !important;
  color: black !important;
  border-radius: 10px !important;
}

.powermail_form input.btn-default {
  padding: 0 28px !important;
  border: 2px solid transparent !important;
  border-radius: 8px !important;
  background: #FFA300 !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: center !important;
  text-decoration: none;
  text-shadow: 1px 1px 6px rgb(0 0 0 / 25%);
  display: inline-block;
  height: 50px;
  line-height: 47px;
  width: auto;
  font-family: 'Inter', sans-serif;
  letter-spacing: 1px;
  margin-top: 60px !important;
}


.form-group {
  margin-bottom: 20px;
}

.form-group input, .form-group textarea {
  border: 2px solid hsla(0,0%,100%,.1);
  border-radius: 10px;
  font-size: 16px;
}

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], .form-group textarea {
  background: transparent;
  box-shadow: none;
  padding: 0 15px;
  border-color: rgba(0,0,0,.1411764706);
}
input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea {
  outline: none;
  line-height: 28px;
  font-weight: 400;
}

.powermail_form .form-group textarea {
  padding-top: 20px;
  padding-left: 20px;
}

input, select, textarea {
  width: 100%;
  transition: .3s;
}

.form-group textarea {
  min-height: 193px;
  resize: none;
}


.powermail-errors-list.filled {
  display: none;
}

.tx-powermail p
{color: white !important;}










