@import "reset.css";
html {
  scroll-behavior: smooth;
  /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/ }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*HTML5 display-role reset for older browsers*/ }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.5; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.section {
  margin: 120px 0px; }

body {
  background-color: #fff !important;
  overflow: auto;
  font-family: 'Open Sans', sans-serif !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Hind', sans-serif; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 30px;
  font-weight: 500; }

h3 {
  font-size: 22px;
  font-weight: 500; }

h4 {
  font-size: 20px;
  font-weight: 500; }

.section-topbar {
  background-color: #c2c1bd;
  padding: 5px 0px;
  margin: 0;
  font-weight: bold; }

.section-header {
  margin-top: 50px; }

.header-box {
  background-color: #dad9d7;
  background: linear-gradient(#eeedeb, #dad9d7);
  box-shadow: 10px -3px 5px rgba(44, 44, 44, 0.192);
  border-radius: 20px;
  margin-left: 100px;
  height: 500px;
  width: 350px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  /*.header-content{
    padding: 0px 50px;
    position: absolute;
    top: 25%;
}*/ }

.header-box-wrapper {
  margin: auto !important; }

.navbar-brand strong {
  font-size: 25px; }

.header-bild {
  border-radius: 20px;
  height: auto;
  width: 100%;
  object-fit: cover; }

@media (min-width: 1200px) {
  .header-bild {
    height: 600px; } }

.header-box h1 {
  font-size: 50px;
  font-family: 'Hind', sans-serif; }

.kontakt-btn {
  text-decoration: none;
  padding: 15px 35px;
  background-color: #ffbc47;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  border: none;
  /* LANDINGPAGE */ }

.btn-warenkorb {
  text-decoration: none;
  padding: 15px 35px;
  background-color: #e9e9e9;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
  border: none; }

.kontakt-btn:hover {
  color: #9e9e9e; }

.card {
  text-decoration: none;
  color: black;
  border-radius: 20px;
  width: 23em;
  margin: auto;
  border: none !important; }

.card-body {
  padding: 20px; }

@media (max-width: 576px) {
  .card {
    width: 100%; } }

.card-body:hover {
  color: #868686; }

.angebote {
  background-color: #f7f7f7;
  padding: 50px 0px; }

.bigger-card {
  width: 100%; }

.facts {
  padding: 20px; }

.facts:hover {
  font-size: 35px;
  background-color: #e9e9e9;
  border-radius: 20px;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out; }

.footer {
  margin: 50px 0px; }

.footer-element {
  text-decoration: none;
  color: black;
  margin: 0px 10px; }

.footer-element:hover {
  color: #9e9e9e; }

.facts-icon {
  height: 100px;
  margin-bottom: 20px; }

.facts-headline {
  font-size: 20px; }

@media (min-width: 576px) {
  .facts-headline br {
    display: none; } }

.accordion-item {
  padding: 15px 5px; }

.akkordeon-icon {
  height: 30px;
  width: auto;
  margin-right: 15px;
  /* KONTAKTFORMULAR */ }

.form-label {
  margin-left: 20px;
  position: absolute;
  margin-top: -12px;
  background-color: #fff;
  padding: 0px 7px;
  font-weight: 600; }

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

#contactForm {
  width: 80%;
  margin: auto; }

.form-control:active {
  transition: none !important; }

@media (max-width: 576px) {
  /* STARTSEITE RESPONSIVE */
    .kontaktformular-btn {
      width: 100%; } }

@media (max-width: 1200px) {
  .header-box {
    height: 450px;
    width: 300px;
    margin-left: 50px; }

  .header-box h1 {
    font-size: 35px; } }

@media (max-width: 992px) {
  .header-box {
    margin-left: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: none; }

  .header-bild {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    height: 100% !important;
    width: 100%;
    object-fit: cover; } }

@media (max-width: 768px) {
  .card {
    margin-bottom: 50px; } }

@media (max-width: 576px) {
  .header-box {
    border-radius: 20px;
    margin: auto;
    width: 75%;
    margin-top: -20%;
    height: 300px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }

  .header-content {
    position: static; }

  .header-bild {
    border-radius: 20px;
    height: 400px !important; }

  .header-content h1 br {
    display: none; }

  .header-content h1 {
    font-size: 30px; }

  .kontakt-btn {
    padding: 10px 10px; }

  .navbar-brand strong {
    font-size: 20px; }

  .section {
    margin: 100px 0px; } }

.hero {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 140px 0px;
  margin: 50px 0px;
  color: #fff; }

.hero-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0; }

@media (min-width: 768px) {
  .hero .hero-img {
    display: none; } }

@media (max-width: 576px) {
  .hero {
    padding-bottom: 0; } }

.hero-content {
  position: relative;
  backdrop-filter: blur(30px);
  margin: 0 -25px;
  border-radius: 20px;
  padding: 50px; }

@media (max-width: 768px) {
  .hero-content {
    background-color: #fff;
    color: #000;
    margin-top: 20vh;
    box-shadow: 0 10px 20px #d6d6d6;
    margin-bottom: 0; }

  .hero-img-xs {
    width: 100%;
    display: table;
    height: 40vh;
    object-fit: cover;
    object-position: top; }

  .hero {
    margin: 0px; } }

@media (max-width: 576px) {
  .hero-content {
    box-shadow: none; } }

.hero-content h1 {
  font-size: 60px; }

.hero-content h2 {
  font-size: 18px; }

.steps-highlight {
  font-size: 50px;
  color: #c2c1bd; }

.steps {
  font-size: 20px; }

.hero-boxes {
  position: relative; }

.vorteile-icons {
  height: 40px;
  width: auto;
  margin-right: 20px; }

.vorteile-wrapper {
  background-color: #fff;
  padding: 20px;
  height: 120px;
  color: #000;
  margin-top: -120px;
  width: 300px;
  display: flex;
  border-radius: 20px;
  box-shadow: 0 10px 20px #d6d6d6; }

.vorteile-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px; }

@media (max-width: 992px) {
  .vorteile-icons {
    height: 30px;
    margin-right: 10px; }

  .vorteile-wrapper {
    height: 90px;
    padding: 15px;
    width: 225px;
    margin-top: -90px; }

  .vorteile-wrapper h3 {
    font-size: 15px;
    margin-top: 7px; } }

.vorteile-breit {
  background-color: #f7f7f7;
  padding: 50px 0px;
  margin: 0;
  margin-top: -50px; }

@media (max-width: 772px) {
  .vorteile-breit {
    margin-top: -10px; } }

.vorteile-wrapper-breit {
  background-color: #fff;
  padding: 20px;
  color: #000;
  border-radius: 20px;
  box-shadow: 0 10px 20px #afafaf;
  margin: 10px 0px; }

.vorteile-icons-breit {
  height: 40px;
  margin-right: 10px; }

.vorteile-breit h3 {
  margin-top: 10px; }

@media (max-width: 772px) {
  .hero-boxes {
    display: none; } }

@media (min-width: 772px) {
  .vorteile-breit {
    display: none; } }

.logo {
  width: 200px; }

@media (max-width: 576px) {
  .logo {
    width: 150px; } }

.kontakt {
  margin: 100px 0px; }

.kontakt-wrapper {
  width: 70%;
  margin: auto; }

input {
  border: 1px solid grey;
  padding: 15px 35px;
  border-radius: 5px;
  margin-bottom: 20px;
  width: 100% !important; }

textarea {
  border: 1px solid grey;
  padding: 15px 35px;
  border-radius: 5px;
  width: 100% !important; }

#cf7-submit {
  text-decoration: none;
  padding: 15px 35px;
  background-color: #ffbc47;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  border: none;
  width: 35% !important;
  margin-top: 20px; }

#deine-Email {
  width: 100% !important;
  /* KONTAKTSEITE RESPONSIVE */ }

@media (max-width: 768px) {
  .kontakt-wrapper {
    width: 90%;
    margin: auto; }

  #headline-kontakt {
    font-size: 35px;
    font-weight: 500; }

  #cf7-submit {
    width: 100% !important; } }
