@charset "UTF-8";
/* Template Name: Arnold Mediendesign
   Author: Markus Arnold
   Version: 1.0.0
   Created: AUGUST 2025
   File Description: Haupt CSS Datei
*/
/**********************
01. General
02. Menu
03. Components
04. Helper
05. Loader
06. Hero
07. Services
08. Features
09. Counter
10. Testimonial
11. Contact
12. Subscribe
13. Footer
14. Cookiebanner
15. Legal
***********************/
/* 
// variables.scss
*/
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Rubik-Italic";
  src: url("../fonts/Rubik-Italic-VariableFont_wght.ttf");
}
/* 
// 1. General
*/
a {
  text-decoration: none !important;
  outline: none;
}

body {
  font-family: "Rubik", sans-serif;
  color: #343a40;
  background: #ffffff;
  font-size: 15px;
}

p {
  line-height: 1.8;
}

/* 2) Bootstrap-Gutter g-5 überbreit auf Mobile: verkleinern */
@media (max-width: 576px) {
  .g-5 {
    --bs-gutter-x: 1.5rem; /* statt 3rem */
    --bs-gutter-y: 1.5rem;
  }
}
/* 3) Owl Carousel darf nicht „ausbluten“ */
.owl-stage-outer {
  overflow: hidden;
}

.owl-carousel {
  width: 100%;
}

/* 4) Honeypot (#website) unsichtbar, ohne Layout zu verschieben */
.hp-visually-hidden,
#website.hp-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* 
// 2. Menu
*/
.nav-item .nav-link {
  display: inline-block;
  color: #343a40;
  text-decoration: none;
}

.navbar-custom {
  padding: 14px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
}
.navbar-custom .logo .logo-dark {
  display: none;
}
.navbar-custom .logo .ligo-light {
  display: inline-block;
}
.navbar-custom .navbar-nav li a {
  line-height: 26px;
  color: rgb(141.9457831325, 155.7891566265, 176.5542168675);
  font-size: 15px;
  transition: all 0.3s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 20px;
}
.navbar-custom .navbar-nav li .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
  color: #ffa200 !important;
}
.navbar-custom .navbar-toggles {
  padding: 0 !important;
  font-size: 18px;
  background: 0 0;
  border: 1px solid transparent;
  color: #ffffff;
  outline: 0;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #ffa200;
}

.menu-toggle {
  padding: 4.5px 10px !important;
}
.menu-toggle span {
  line-height: 27px;
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  color: #000000 !important;
}
.nav-sticky.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  outline: 0;
}
.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}
.nav-sticky.navbar-custom .navbar-nav li a {
  color: rgb(138.934939759, 153.1469879518, 174.465060241) !important;
}
.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #ffa200 !important;
}
.nav-sticky .call-no a {
  color: #ffa200 !important;
}
.nav-sticky .logo .logo-dark {
  display: inline-block !important;
}
.nav-sticky .logo .logo-light {
  display: none !important;
}

.navbar-toggler:focus {
  outline: none;
}

/*---NAVBAR LIGHT--*/
.navbar-light .navbar-nav li a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.navbar-light .navbar-nav li.active a,
.navbar-light .navbar-nav li a:hover,
.navbar-light .navbar-nav li a:active {
  color: #ffffff !important;
}

/*---Responsive--*/
@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    margin-top: 0px;
    background-color: #ffffff !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    color: #ffffff !important;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0px;
  }
  .navbar-custom .navbar-nav li a {
    transition: all 0.4s;
    color: #9da9bb !important;
    margin: 0px;
  }
  .navbar-custom .navbar-nav li.active a {
    border-color: transparent;
  }
  .navbar-custom .navbar-nav li.active a,
  .navbar-custom .navbar-nav li a:hover,
  .navbar-custom .navbar-nav li a:active {
    color: #ffa200 !important;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-custom .logo .logo-dark {
    display: inline-block !important;
  }
  .navbar-custom .logo .logo-light {
    display: none !important;
  }
  .navbar-custom.navbar-light .navbar-nav li.active a,
  .navbar-custom.navbar-light .navbar-nav li a:hover,
  .navbar-custom.navbar-light .navbar-nav li a:active {
    color: #343a40 !important;
  }
  .navbar-custom .call-no a {
    padding-left: 0px !important;
    color: #ffa200 !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #343a40;
  }
  .navbar-light .nav-item .nav-link:after {
    background: #343a40;
  }
}
/* 
// 03.Components
*/
.btn {
  border-radius: 4px;
  padding: 12px 34px;
  font-size: 15px !important;
  transition: all 0.5s;
}
.btn:focus {
  box-shadow: none !important;
}
.btn:hover {
  transform: translateY(-2px);
  transition: all 0.5s;
}
.btn.btn-lg {
  padding: 10px 22px !important;
  font-size: 18px !important;
}
.btn.btn-sm {
  padding: 8px 16px !important;
  font-size: 14px !important;
}
.btn.btn-primary {
  background-color: #ffa200 !important;
  border: 1px solid #ffa200 !important;
  color: #ffffff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: rgb(239.7, 152.28, 0) !important;
  border: 1px solid rgb(239.7, 152.28, 0) !important;
  color: #ffffff !important;
}
.btn.btn-outline-primary {
  border: 1px solid #ffa200 !important;
  color: #ffa200 !important;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary.focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary.active {
  background-color: #ffa200 !important;
  border: 1px solid #ffa200 !important;
  box-shadow: 0 3px 10px rgba(255, 162, 0, 0.5);
  color: #ffffff !important;
}
.btn.btn-secondary {
  background-color: #6c757d !important;
  border: 1px solid #6c757d !important;
  color: #ffffff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
  background-color: rgb(100.9081545064, 109.317167382, 116.7918454936) !important;
  border: 1px solid rgb(100.9081545064, 109.317167382, 116.7918454936) !important;
  color: #ffffff !important;
}
.btn.btn-outline-secondary {
  border: 1px solid #6c757d !important;
  color: #6c757d !important;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary.focus, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary.active {
  background-color: #6c757d !important;
  border: 1px solid #6c757d !important;
  box-shadow: 0 3px 10px rgba(108, 117, 125, 0.5);
  color: #ffffff !important;
}
.btn.btn-success {
  background-color: #15d68c !important;
  border: 1px solid #15d68c !important;
  color: #ffffff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
  background-color: rgb(19.6327659574, 200.0672340426, 130.885106383) !important;
  border: 1px solid rgb(19.6327659574, 200.0672340426, 130.885106383) !important;
  color: #ffffff !important;
}
.btn.btn-outline-success {
  border: 1px solid #15d68c !important;
  color: #15d68c !important;
}
.btn.btn-outline-success:hover, .btn.btn-outline-success:focus, .btn.btn-outline-success.focus, .btn.btn-outline-success:active, .btn.btn-outline-success.active {
  background-color: #15d68c !important;
  border: 1px solid #15d68c !important;
  box-shadow: 0 3px 10px rgba(21, 214, 140, 0.5);
  color: #ffffff !important;
}
.btn.btn-info {
  background-color: #59dbff !important;
  border: 1px solid #59dbff !important;
  color: #ffffff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
  background-color: rgb(73.7, 215.6819277108, 255) !important;
  border: 1px solid rgb(73.7, 215.6819277108, 255) !important;
  color: #ffffff !important;
}
.btn.btn-outline-info {
  border: 1px solid #59dbff !important;
  color: #59dbff !important;
}
.btn.btn-outline-info:hover, .btn.btn-outline-info:focus, .btn.btn-outline-info.focus, .btn.btn-outline-info:active, .btn.btn-outline-info.active {
  background-color: #59dbff !important;
  border: 1px solid #59dbff !important;
  box-shadow: 0 3px 10px rgba(89, 219, 255, 0.5);
  color: #ffffff !important;
}
.btn.btn-warning {
  background-color: #ffa200 !important;
  border: 1px solid #ffa200 !important;
  color: #ffffff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
  background-color: rgb(239.7, 152.28, 0) !important;
  border: 1px solid rgb(239.7, 152.28, 0) !important;
  color: #ffffff !important;
}
.btn.btn-outline-warning {
  border: 1px solid #ffa200 !important;
  color: #ffa200 !important;
}
.btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus, .btn.btn-outline-warning.focus, .btn.btn-outline-warning:active, .btn.btn-outline-warning.active {
  background-color: #ffa200 !important;
  border: 1px solid #ffa200 !important;
  box-shadow: 0 3px 10px rgba(255, 162, 0, 0.5);
  color: #ffffff !important;
}
.btn.btn-danger {
  background-color: #ee4a4a !important;
  border: 1px solid #ee4a4a !important;
  color: #ffffff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
  background-color: rgb(236.6863636364, 60.0136363636, 60.0136363636) !important;
  border: 1px solid rgb(236.6863636364, 60.0136363636, 60.0136363636) !important;
  color: #ffffff !important;
}
.btn.btn-outline-danger {
  border: 1px solid #ee4a4a !important;
  color: #ee4a4a !important;
}
.btn.btn-outline-danger:hover, .btn.btn-outline-danger:focus, .btn.btn-outline-danger.focus, .btn.btn-outline-danger:active, .btn.btn-outline-danger.active {
  background-color: #ee4a4a !important;
  border: 1px solid #ee4a4a !important;
  box-shadow: 0 3px 10px rgba(238, 74, 74, 0.5);
  color: #ffffff !important;
}
.btn.btn-dark {
  background-color: #343a40 !important;
  border: 1px solid #343a40 !important;
  color: #ffffff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
  background-color: rgb(45.1413793103, 50.35, 55.5586206897) !important;
  border: 1px solid rgb(45.1413793103, 50.35, 55.5586206897) !important;
  color: #ffffff !important;
}
.btn.btn-outline-dark {
  border: 1px solid #343a40 !important;
  color: #343a40 !important;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus, .btn.btn-outline-dark.focus, .btn.btn-outline-dark:active, .btn.btn-outline-dark.active {
  background-color: #343a40 !important;
  border: 1px solid #343a40 !important;
  box-shadow: 0 3px 10px rgba(52, 58, 64, 0.5);
  color: #ffffff !important;
}
.btn.btn-muted {
  background-color: #9da9bb !important;
  border: 1px solid #9da9bb !important;
  color: #ffffff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-muted:hover, .btn.btn-muted:focus, .btn.btn-muted.focus, .btn.btn-muted:active, .btn.btn-muted.active {
  background-color: rgb(147.9674698795, 161.0734939759, 180.7325301205) !important;
  border: 1px solid rgb(147.9674698795, 161.0734939759, 180.7325301205) !important;
  color: #ffffff !important;
}
.btn.btn-outline-muted {
  border: 1px solid #9da9bb !important;
  color: #9da9bb !important;
}
.btn.btn-outline-muted:hover, .btn.btn-outline-muted:focus, .btn.btn-outline-muted.focus, .btn.btn-outline-muted:active, .btn.btn-outline-muted.active {
  background-color: #9da9bb !important;
  border: 1px solid #9da9bb !important;
  box-shadow: 0 3px 10px rgba(157, 169, 187, 0.5);
  color: #ffffff !important;
}
.btn.btn-light {
  background-color: #f7f9fe !important;
  border: 1px solid #f7f9fe !important;
  color: #ffffff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: rgb(233.4, 238.8, 252.3) !important;
  border: 1px solid rgb(233.4, 238.8, 252.3) !important;
  color: #ffffff !important;
}
.btn.btn-outline-light {
  border: 1px solid #f7f9fe !important;
  color: #f7f9fe !important;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active {
  background-color: #f7f9fe !important;
  border: 1px solid #f7f9fe !important;
  box-shadow: 0 3px 10px rgba(247, 249, 254, 0.5);
  color: #ffffff !important;
}
.btn.btn-body-bg {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #ffffff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-body-bg:hover, .btn.btn-body-bg:focus, .btn.btn-body-bg.focus, .btn.btn-body-bg:active, .btn.btn-body-bg.active {
  background-color: rgb(247.35, 247.35, 247.35) !important;
  border: 1px solid rgb(247.35, 247.35, 247.35) !important;
  color: #ffffff !important;
}
.btn.btn-outline-body-bg {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.btn.btn-outline-body-bg:hover, .btn.btn-outline-body-bg:focus, .btn.btn-outline-body-bg.focus, .btn.btn-outline-body-bg:active, .btn.btn-outline-body-bg.active {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
  color: #ffffff !important;
}
.btn.btn-black {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  color: #ffffff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black.focus, .btn.btn-black:active, .btn.btn-black.active {
  background-color: black !important;
  border: 1px solid black !important;
  color: #ffffff !important;
}
.btn.btn-outline-black {
  border: 1px solid #000000 !important;
  color: #000000 !important;
}
.btn.btn-outline-black:hover, .btn.btn-outline-black:focus, .btn.btn-outline-black.focus, .btn.btn-outline-black:active, .btn.btn-outline-black.active {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  color: #ffffff !important;
}
.btn.btn-white {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #ffffff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: rgb(247.35, 247.35, 247.35) !important;
  border: 1px solid rgb(247.35, 247.35, 247.35) !important;
  color: #ffffff !important;
}
.btn.btn-outline-white {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
  color: #ffffff !important;
}
.btn.btn-light {
  background-color: #f7f9fe;
  border: 1px solid #f7f9fe;
  color: #343a40 !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: white;
  border: 1px solid white;
  box-shadow: 0 0 0 2px rgba(247, 249, 254, 0.08);
  color: #343a40 !important;
}
.btn.btn-outline-light {
  border: 1px solid #f7f9fe;
  color: #f7f9fe !important;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active {
  background-color: #f7f9fe;
  border: 1px solid #f7f9fe;
  color: #343a40 !important;
}

/* 
// 04.Helper
*/
.text-primary {
  color: #ffa200 !important;
}

.bg-primary {
  background-color: #ffa200 !important;
}

.text-secondary {
  color: #6c757d !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.text-success {
  color: #15d68c !important;
}

.bg-success {
  background-color: #15d68c !important;
}

.text-info {
  color: #59dbff !important;
}

.bg-info {
  background-color: #59dbff !important;
}

.text-warning {
  color: #ffa200 !important;
}

.bg-warning {
  background-color: #ffa200 !important;
}

.text-danger {
  color: #ee4a4a !important;
}

.bg-danger {
  background-color: #ee4a4a !important;
}

.text-dark {
  color: #343a40 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.text-muted {
  color: #9da9bb !important;
}

.bg-muted {
  background-color: #9da9bb !important;
}

.text-light {
  color: #f7f9fe !important;
}

.bg-light {
  background-color: #f7f9fe !important;
}

.text-body-bg {
  color: #ffffff !important;
}

.bg-body-bg {
  background-color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.text-lighten-warning {
  color: rgba(255, 162, 0, 0.5);
}

.bg-gradient-primary {
  background: linear-gradient(-45deg, #ffa200 0%, #59dbff 100%);
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.bg-overlay {
  background: #000000;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.bg-overlay.op-75 {
  opacity: 0.75;
}

.font-weight-medium {
  font-weight: 500;
}

.line-height-1_6 {
  line-height: 1.6;
}

.line-height-1_4 {
  line-height: 1.4;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.right-icon {
  line-height: 0;
  font-size: 22px;
}

.hero-bottom-img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.row > * {
  position: relative;
}

/* 
// 05.Loader
*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top left, #ffa200 0%, #ffcc73 100%);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  animation: sk-rotate 2s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #ffffff;
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* 
// 06. Hero
*/
.hero-1-bg {
  padding: 170px 0 200px;
}

.hero-2-bg {
  padding: 170px 0 180px;
}
.hero-2-bg .hero-2-content {
  position: relative;
  z-index: 1;
}
.hero-2-bg .hero-2-bg-overlay {
  background-image: url("../images/hero-2-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero-3-bg {
  padding: 170px 0 0;
}
.hero-3-bg .hero-3-img {
  margin-top: 90px;
}
.hero-3-bg .hero-3-bg-overlay {
  background-image: url("../images/hero-3-bg.png");
  background-repeat: no-repeat;
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero-4-bg {
  padding: 210px 0 190px;
}
.hero-4-bg .hero-4-bg-overlay {
  background-image: url("../images/hero-4-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-4-bg .hero-login-form {
  box-shadow: 0 4px 14px 0px rgba(0, 0, 0, 0.1);
}
.hero-4-bg .hero-login-form .registration-form label {
  color: rgb(172.0542168675, 182.2108433735, 197.4457831325);
}

.hero-5-bg .bd-example {
  z-index: 1;
}
.hero-5-bg .bd-example .carousel-item {
  padding: 280px 0 260px;
}
.hero-5-bg .bd-example .carousel-indicators {
  bottom: 50px;
}
.hero-5-bg .bd-example .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  margin-left: 8px;
}
.hero-5-bg .bd-example .carousel-indicators .active {
  border: 4px solid transparent;
  box-shadow: 0 0 1px #ffffff;
}
.hero-5-bg .bd-example .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
}

.hero-6-bg {
  background-size: cover !important;
}
.hero-6-bg .hero-6-title-content {
  position: relative;
  z-index: 1;
}

@media (max-width: 576px) {
  .hero-1-bg {
    padding: 120px 0 70px;
  }
  .hero-1-bg .hero-1-title {
    font-size: 38px !important;
  }
  .hero-2-title {
    font-size: 34px;
  }
  .hero-3-title,
  .hero-4-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .hero-2-bg {
    padding: 130px 0;
  }
  .hero-4-bg {
    padding: 130px 0 90px;
  }
  .hero-5-bg .carousel-item {
    padding: 140px 0 !important;
  }
  .hero-6-bg {
    height: auto !important;
    padding: 130px 0 90px !important;
  }
}
/* 
// 07. Services
*/
.service-box {
  border-radius: 10px;
  padding: 28px 29px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.service-box .service-icon {
  font-size: 44px;
  transition: all 0.5s;
}
.service-box .read-more-icon .right-icon {
  font-size: 30px !important;
  transition: all 0.5s;
}
.service-box:before {
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 10%;
  z-index: -1;
  transition: all 0.5s;
}
.service-box:after {
  content: "";
  height: 0px;
  width: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 10%;
  z-index: -1;
  transition: all 0.5s;
}
.service-box:hover .service-icon {
  color: #ffffff;
}
.service-box:hover .service-title {
  color: #ffffff !important;
}
.service-box:hover .right-icon {
  color: #ffffff;
}
.service-box:hover .service-subtitle {
  color: rgba(255, 255, 255, 0.7) !important;
}
.service-box:hover:before {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  border-radius: 0;
}
.service-box:hover:after {
  background: rgba(255, 255, 255, 0.06);
  height: 100px;
  width: 100px;
}

.service-primary .service-icon, .service-primary .right-icon {
  color: #ffa200;
}
.service-primary:before {
  background: rgba(255, 162, 0, 0.05);
}
.service-primary:hover:before {
  background: #ffa200;
}

.service-secondary .service-icon, .service-secondary .right-icon {
  color: #6c757d;
}
.service-secondary:before {
  background: rgba(108, 117, 125, 0.05);
}
.service-secondary:hover:before {
  background: #6c757d;
}

.service-success .service-icon, .service-success .right-icon {
  color: #15d68c;
}
.service-success:before {
  background: rgba(21, 214, 140, 0.05);
}
.service-success:hover:before {
  background: #15d68c;
}

.service-info .service-icon, .service-info .right-icon {
  color: #59dbff;
}
.service-info:before {
  background: rgba(89, 219, 255, 0.05);
}
.service-info:hover:before {
  background: #59dbff;
}

.service-warning .service-icon, .service-warning .right-icon {
  color: #ffa200;
}
.service-warning:before {
  background: rgba(255, 162, 0, 0.05);
}
.service-warning:hover:before {
  background: #ffa200;
}

.service-danger .service-icon, .service-danger .right-icon {
  color: #ee4a4a;
}
.service-danger:before {
  background: rgba(238, 74, 74, 0.05);
}
.service-danger:hover:before {
  background: #ee4a4a;
}

.service-dark .service-icon, .service-dark .right-icon {
  color: #343a40;
}
.service-dark:before {
  background: rgba(52, 58, 64, 0.05);
}
.service-dark:hover:before {
  background: #343a40;
}

.service-muted .service-icon, .service-muted .right-icon {
  color: #9da9bb;
}
.service-muted:before {
  background: rgba(157, 169, 187, 0.05);
}
.service-muted:hover:before {
  background: #9da9bb;
}

.service-light .service-icon, .service-light .right-icon {
  color: #f7f9fe;
}
.service-light:before {
  background: rgba(247, 249, 254, 0.05);
}
.service-light:hover:before {
  background: #f7f9fe;
}

.service-body-bg .service-icon, .service-body-bg .right-icon {
  color: #ffffff;
}
.service-body-bg:before {
  background: rgba(255, 255, 255, 0.05);
}
.service-body-bg:hover:before {
  background: #ffffff;
}

.service-black .service-icon, .service-black .right-icon {
  color: #000000;
}
.service-black:before {
  background: rgba(0, 0, 0, 0.05);
}
.service-black:hover:before {
  background: #000000;
}

.service-white .service-icon, .service-white .right-icon {
  color: #ffffff;
}
.service-white:before {
  background: rgba(255, 255, 255, 0.05);
}
.service-white:hover:before {
  background: #ffffff;
}

/* 
// 08. Features
*/
.features-box {
  background: rgba(255, 255, 255, 0.025);
  border-radius: 6px;
}
.features-box .features-icon {
  background: #ffa200;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  border-radius: 6px;
  font-size: 30px;
  position: relative;
}
.features-box .features-icon:before {
  content: "";
  height: 60px;
  width: 60px;
  background: rgba(255, 162, 0, 0.1);
  position: absolute;
  left: 7px;
  top: -16px;
  transform: rotate(20deg);
  z-index: -1;
  border-radius: 6px;
}

/* 
// 09. Counter
*/
.counter-box .counter-icon {
  background: rgba(255, 255, 255, 0.02);
  height: 90px;
  width: 90px;
  border-radius: 50%;
  line-height: 90px;
  text-align: center;
  font-size: 46px;
  box-shadow: 0 3px 0px rgba(255, 255, 255, 0.2);
}

/* 
// 10. Testimonial
*/
.testi-border {
  background: #ffa200;
  height: 2px;
  width: 20%;
}

.owl-carousel .testi-content .testi-box {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  background-color: white !important;
  box-shadow: 2px 2px 10px rgba(52, 58, 64, 0.08);
  border-radius: 6px;
}
.owl-carousel .testi-content .testi-user img {
  max-width: 48px;
}
.owl-carousel .owl-nav {
  display: none;
}
.owl-carousel .owl-dot {
  margin-top: 20px;
}
.owl-carousel .owl-dot:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 4px;
  background-color: rgba(255, 162, 0, 0.4);
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  width: 20px;
  height: 4px;
  background-color: #ffa200;
}

/* Owl: alle Slides gleich hoch (CSS-only) */
#faq .owl-stage {
  display: flex; /* Kinder (owl-item) auf eine Zeile, gleiche Höhe */
}

#faq .owl-item {
  display: flex; /* damit das Kind die Höhe strecken kann */
  height: auto; /* Sicherheit */
}

#faq .item {
  display: flex;
  width: 100%;
}

/* Optional: etwas Innenabstand konsistent halten */
#faq .testi-box {
  min-height: 100%;
}

.media {
  display: flex;
}

/* 
// 11. Contact
*/
.form-control:focus {
  box-shadow: none;
  background-color: #f7f9fe;
  border-color: #ffa200;
}

.form-control {
  padding: 18px 14px;
  font-size: 16px;
  background-color: rgba(52, 58, 64, 0.01);
  border: 1px solid rgba(157, 169, 187, 0.2);
}
.form-control::-moz-placeholder {
  color: rgb(175.065060241, 184.8530120482, 199.534939759);
  font-size: 14px;
}
.form-control::placeholder {
  color: rgb(175.065060241, 184.8530120482, 199.534939759);
  font-size: 14px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #ee4a4a;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #ee4a4a;
  color: #ee4a4a;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

.form-group {
  margin-bottom: 1rem;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

#kontakt a {
  color: #e4a11b; /* deine Wunschfarbe */
  text-decoration: underline;
}

#kontakt a:hover,
#kontakt a:focus {
  color: #c88712;
  text-decoration-thickness: 2px;
}

#kontakt a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

#kontakt .form-control,
#kontakt .form-select {
  font-size: 16px;
}

html {
  -webkit-text-size-adjust: 100%;
}

/* 
// 12. Subscribe
*/
.subscribe-icon:after {
  content: "\f415";
  font-family: "Material Design Icons";
  position: absolute;
  font-size: 24px;
  right: 0;
  color: #ffa200;
  bottom: 50%;
  transform: translateY(50%);
}

.subscribe-form input {
  padding: 13px 20px;
  width: 100%;
  font-size: 17px;
  color: #343a40 !important;
  border: none;
  outline: none !important;
  padding-right: 180px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 30px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.subscribe-form input::-moz-placeholder {
  color: rgb(187.1084337349, 195.421686747, 207.8915662651);
  font-size: 15px;
}
.subscribe-form input::placeholder {
  color: rgb(187.1084337349, 195.421686747, 207.8915662651);
  font-size: 15px;
}
.subscribe-form .btn {
  position: absolute;
  right: 0px;
  outline: none !important;
  border-radius: 30px;
  padding: 13px 38px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  box-shadow: none !important;
}
.subscribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

/* 
// 13. Footer
*/
.footer {
  padding: 60px 0 24px;
  position: relative;
}
.footer .company-sub-menu li {
  padding: 8px 0;
}
.footer .company-sub-menu li a {
  transition: all 0.5s;
  color: rgb(181.086746988, 190.1373493976, 203.713253012);
}
.footer .company-sub-menu li a:hover {
  color: #ffa200 !important;
  margin-left: 6px;
}
.footer .footer-social-list a {
  border: 1px solid rgb(217.2168674699, 221.843373494, 228.7831325301);
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  color: rgb(187.1084337349, 195.421686747, 207.8915662651);
  font-size: 18px;
  transition: all 0.3s;
}
.footer .footer-social-list a:hover {
  background: #ffa200;
  color: #ffffff;
  border-color: #ffa200;
  box-shadow: 0 0 2px 7px rgba(255, 162, 0, 0.15);
}
.footer .footer-left a {
  color: #e4a11b;
  text-decoration: underline;
}
.footer .footer-left a:hover,
.footer .footer-left a:focus {
  color: #c88712;
  text-decoration-thickness: 2px;
}
.footer .footer-left a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* 
// 14. Cookiebanner
*/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffa200;
  color: white;
  padding: 2rem;
  text-align: center;
  z-index: 9999;
}

.cookie-banner a {
  color: #6c757d;
  text-decoration: underline;
}

.cookie-banner button {
  margin-left: 1rem;
}

.d-none {
  display: none;
}

/* 
// 15. Legal
*/
.impressum h1 {
  background: #ffa200;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 2;
}

.impressum h3 {
  background: #ffa200;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.5;
}

.impressum h4,
.impressum h5,
.impressum h6 {
  color: #6c757d;
}

.impressum p {
  color: #3f3f3f;
}

.impressum strong {
  color: #323232;
}

.impressum ul {
  font-size: small;
}

.impressum a {
  color: #ffa200;
}/*# sourceMappingURL=style.css.map */