/*------------------------------------------------------------------

    Template Name:  HoomPotact
    Author: Layerdrops
    Author Email: Layerdrops@gmail.com
    License: GPL V2 or Later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Version: 1.0
*/
/*========================================================================
    Index
    ------------------------------------------------------------------------
    #01 - PreLoader
    #02 - Header
    #03 - Header Slider
    #04 - Breadcrumb
    #05 - Services
    #06 - Solution
    #07 - Our Story & History
    #08 - Quick Contact
    #09 - Welcome And Protect & Manage Area
    #10 - Security
    #11 - Video Promotion
    #12 - Award
    #13 - Packages
    #14 - Compare
    #15 - Benefits
    #16 - Team Member
    #17 - Testimonial
    #18 - Client
    #19 - Features
    #20 - Network
    #21 - Easy Step by Step
    #22 - Installation
    #23 - Quote
    #24 - Automation Control
    #25 - HomeSecure Mobile App
    #26 - FeedBacks
    #27 - Blog
    #28 - Call to action
    #29 - Contact & Service Single Contact
    #30 - Error
    #31 - Footer
    All @keyframes

*/
/* Responsive Device Layout*/
/*basic content*/
/*Fonts*/
/* ------------
	Mixin
------------*/
* {
  margin: 0;
  padding: 0; }

a {
  color: #57b857;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    color: #2f3437; }

::-moz-selection {
  background-color: #57b857;
  color: #ffffff; }

::selection {
  background-color: #57b857;
  color: #ffffff; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
  text-overflow: '';
  position: relative;
  cursor: pointer; }

input:focus,
button:focus,
textarea:focus,
select:focus,
a:focus {
  outline: none; }

button {
  border: none;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; }

input::placeholder, textarea::placeholder {
  opacity: 1; }

input,
select {
  width: 100%;
  background-color: #ffffff;
  border: none; }

.input-group {
  display: block; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1, .h2, .h3, .h4, .h5, .h6, .p, span {
  color: #2f3437;
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0;
  font-size: 16px; }

body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  font-family: "Ubuntu", sans-serif; }

video {
  width: 650px; }

.topbox_overlay.topbox_open {
  z-index: 99999999999; }

.topbox_skin_darkroom .topbox_fill {
  background: rgba(52, 55, 58, 0.75); }
.topbox_skin_darkroom .topbox_title {
  background: #57b857;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 0 0 5px rgba(124, 183, 94, 0.63);
  -ms-box-shadow: 0 0 0 5px rgba(124, 183, 94, 0.63);
  -o-box-shadow: 0 0 0 5px rgba(124, 183, 94, 0.63);
  -moz-box-shadow: 0 0 0 5px rgba(124, 183, 94, 0.63);
  box-shadow: 0 0 0 5px rgba(124, 183, 94, 0.63); }
.topbox_skin_darkroom .topbox_close:before {
  font-weight: 100;
  font-size: 70px; }

/*custom margin*/
.mb_65 {
  margin-bottom: 65px; }

.mb_60 {
  margin-bottom: 30px; }

.mb_55 {
  margin-bottom: 55px; }

.mb_50 {
  margin-bottom: 50px; }

.mb_45 {
  margin-bottom: 40px; }

.mb_40 {
  margin-bottom: 40px; }

.mb_30 {
  margin-bottom: 30px; }

.mb_35 {
  margin-bottom: 35px; }

.mb_25 {
  margin-bottom: 25px; }

.mb_20 {
  margin-bottom: 20px; }

.mb_10 {
  margin-bottom: 10px; }

.mt_60 {
  margin-top: 30px; }

.mt_50 {
  margin-top: 50px; }

.mt_40 {
  margin-top: 40px; }

.mt_30 {
  margin-top: 30px; }

.mt_20 {
  margin-top: 20px; }

.mt_10 {
  margin-top: 10px; }

.pl_10 {
  padding-left: 10px; }

.pr_10 {
  padding-right: 10px; }

.pl_0 {
  padding-left: 0; }

.pr_5 {
  padding-right: 5px; }

.pl_5 {
  padding-left: 5px; }

.p_0 {
  padding: 0; }

/*section*/
.section_padding {
  padding: 30px 0; }
  @media (min-width: 481px) and (max-width: 767px), only screen and (max-width: 480px) {
    .section_padding {
      padding: 30px 0; } }

.section_bb {
  border-bottom: 2px solid #f2f2f2; }

.section_bg {
  background: #f2f2f2; }

.section_black {
  background: #2f3437; }

.light_bg {
  background: #57b857; }

.section_dark_bg {
  background: #2f3437; }

.default_btn {
  background: #57b857;
  color: #ffffff;
  padding: 10px 20px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
  z-index: 1; }
  .default_btn:after, .default_btn:before {
    content: '';
    background: #2f3437;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    transform-origin: left;
    z-index: -1;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden; }
  .default_btn:after {
    transform-origin: right;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .default_btn:hover {
    color: #ffffff;
    background: #57b857; }
    .default_btn:hover:after, .default_btn:hover:before {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      visibility: visible;
      opacity: 1; }

.clear_both {
  clear: both; }

/* Hero Section Title */
.hero_section_title {
  position: relative;
  z-index: 5; }
  .hero_section_title h4 {
    font-size: 14px;
    color: #57b857;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    padding-top: 28px; }
    .hero_section_title h4:before {
      content: '';
      background: #57b857;
      width: 10px;
      height: 10px;
      position: absolute;
      left: 50%;
      margin-left: -5px;
      top: 0; }
  .hero_section_title h1 {
    font-weight: 500;
    font-size: 40px; }
    @media only screen and (max-width: 320px), only screen and (max-width: 384px) {
      .hero_section_title h1 {
        font-size: 30px; } }

/* =========================================
  #29 - Contact & Service Single Contact
===========================================*/
.contact_area {
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 481px) and (max-width: 767px), only screen and (max-width: 480px), only screen and (max-width: 384px), only screen and (max-width: 320px) {
    .contact_area .map_box {
      margin-bottom: 50px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 481px) and (max-width: 767px), only screen and (max-width: 480px), only screen and (max-width: 320px), only screen and (max-width: 384px) {
    .contact_area .col-md-6.pl_10 {
      padding-left: 15px; } }
  .contact_area .col-md-6.pr_10 {
    padding-right: 15px; }
  .contact_area .contact_box .hero_section_title h4:before {
    left: 0;
    margin-left: 0; }

.contact_box form .col-md-6.pr_10 {
  padding-right: 15px; }
.contact_box form .col-md-6.pl_10 {
  padding-left: 15px; }
.contact_box form .input-group input,
.contact_box form .input-group textarea,
.contact_box form .input-group select {
  width: 100%;
  background: #f2f2f2;
  border: none;
  font-weight: 400;
  color: #7b8083;
  height: 70px;
  padding: 20px 30px;
  margin-bottom: 20px; }
.contact_box form .input-group textarea {
  padding: 30px;
  height: 140px;
  margin-bottom: 10px; }

.service_contact_area .hero_section_title h1 {
  line-height: 47px; }
  @media only screen and (max-width: 384px), only screen and (max-width: 320px) {
    .service_contact_area .hero_section_title h1 {
      line-height: 35px;
      font-size: 30px; } }
  .service_contact_area .hero_section_title h1 span {
    color: #57b857; }

/* =============================================
   Bereinigte und zusammengefasste Footer-Stile
   ============================================= */
.copyright_area,
.copyright_style_2 {
  padding: 5px 0 !important;
  margin: 0 !important;
  height: auto !important;
}

.copyright_area p {
  margin: 0 !important;
  padding: 10px 0 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

/* =============================================
   Fixes for Responsive Navigation
   ============================================= */
@media (min-width: 768px) {
  .close_menu_area_btn {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .navbar-toggles {
    display: block !important;
    float: right;
    margin: 18px 15px 0 0;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
  }

  .navbar-toggles .icon-bar {
    background-color: #888;
  }

  .collapse_responsive {
    width: 100%;
  }

  .navbar-collapse.collapse {
      display: none !important;
  }
  
  .navbar-collapse.collapse.in {
      display: block !important;
  }
}

/* =============================================
   FINALE Fixes for Responsive Navigation
   ============================================= */
.close_menu_area_btn {
  display: none !important;
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
  .navbar-toggles {
    display: block !important;
    float: right;
    margin: 18px 15px 0 0;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
  }

  .navbar-toggles .icon-bar {
    background-color: #888;
  }

  .navbar-collapse.collapse {
      display: none !important;
  }
  
  .navbar-collapse.collapse.in {
      display: block !important;
  }
}

/* === Theme Variablen & Overrides === */
:root {
  --bg: #ffffff;
  --text: #2f3437;
  --heading: #2f3437;
  --muted: #7b8083;
  --accent: #57b857;
  --accent-contrast: #ffffff;

  --surface: #ffffff;
  --section-bg: #f2f2f2;
  --section-dark: #2f3437;
  --border: #e5e7eb;

  --input-bg: #f2f2f2;
  --input-text: #2f3437;
  --placeholder: #9aa1a6;
}

html[data-theme=dark] {
  --bg: #0f1214;
  --text: #e7eaee;
  --heading: #f3f4f6;
  --muted: #a8b0b6;
  --accent: #57b857;
  --accent-contrast: #ffffff;

  --surface: #12161a;
  --section-bg: #151a1d;
  --section-dark: #0b0e10;
  --border: #2a2f34;

  --input-bg: #111518;
  --input-text: #e7eaee;
  --placeholder: #8c959d;
}

body {
  background: var(--bg) !important;
  color: var(--text) !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--heading) !important;
}

p, .p, span {
  color: var(--text) !important;
}

a {
  color: var(--accent) !important;
}
a:hover {
  color: var(--heading) !important;
}

.section_bg {
  background: var(--section-bg) !important;
}
.section_black,
.section_dark_bg {
  background: var(--section-dark) !important;
}
.section_bb {
  border-bottom: 2px solid var(--border) !important;
}

.default_btn {
  background: var(--accent) !important;
  color: var(--accent-contrast) !important;
}
.default_btn:hover {
  filter: brightness(0.95);
}

input, select, textarea {
  background: var(--input-bg) !important;
  color: var(--input-text) !important;
}
input::placeholder,
textarea::placeholder {
  color: var(--placeholder) !important;
}

.card, .box, .topbox_fill, .contact_box {
  background: var(--surface);
  color: var(--text);
  border-color: var(--border);
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .45rem .7rem;
  font-size: 16px;
  line-height: 1;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 999px;
  cursor: pointer;
}
.theme-toggle:hover {
  background: var(--section-bg);
}

.logo--dark { display: none; }
html[data-theme=dark] .logo--light { display: none; }
html[data-theme=dark] .logo--dark  { display: inline; }

html[data-theme=light] { color-scheme: light; }
html[data-theme=dark]  { color-scheme: dark; }

/* =============================================
   Hochkontrast-Buttons für starts.php
   ============================================= */
.starts_btn {
  display: inline-block;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 0.3px;
  transition: filter 0.2s;
}
.starts_btn:hover {
  filter: brightness(0.88);
  color: #ffffff;
}

.starts_btn_primary {
  background: #1a1a1a;
  color: #ffffff;
}

.starts_btn_success {
  background: #166534;
  color: #ffffff;
}

.starts_btn_danger {
  background: #991b1b;
  color: #ffffff;
}

.starts_btn_neutral {
  background: #374151;
  color: #ffffff;
}

.starts_btn_change,
button.starts_btn_change,
.btn.starts_btn_change {
  background-color: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  color: #ffffff !important;
}

.starts_btn_change:hover,
button.starts_btn_change:hover,
.btn.starts_btn_change:hover,
.starts_btn_change:focus,
button.starts_btn_change:focus,
.btn.starts_btn_change:focus {
  background-color: #1e40af !important;
  border-color: #1e40af !important;
  color: #ffffff !important;
}

html[data-theme=dark] .starts_btn_primary { background: #e5e7eb; color: #111; }
html[data-theme=dark] .starts_btn_success { background: #16a34a; color: #fff; }
html[data-theme=dark] .starts_btn_danger { background: #dc2626; color: #fff; }
html[data-theme=dark] .starts_btn_neutral { background: #6b7280; color: #fff; }

html[data-theme=dark] .starts_btn_change,
html[data-theme=dark] button.starts_btn_change,
html[data-theme=dark] .btn.starts_btn_change {
  background-color: #2563eb !important;
  border-color: #2563eb !important;
  color: #ffffff !important;
}

html[data-theme=dark] .starts_btn_change:hover,
html[data-theme=dark] button.starts_btn_change:hover,
html[data-theme=dark] .btn.starts_btn_change:hover,
html[data-theme=dark] .starts_btn_change:focus,
html[data-theme=dark] button.starts_btn_change:focus,
html[data-theme=dark] .btn.starts_btn_change:focus {
  background-color: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  color: #ffffff !important;
}

/* =============================================
   Info-Meldung in starts.php
   ============================================= */
.starts_info_message {
  margin-top: 16px;
  margin-bottom: 18px;
}

.starts_info_message h3 {
  margin: 0;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .starts_info_message {
    margin-top: 14px;
    margin-bottom: 10px;
  }

  .starts_info_message h3 {
    font-size: 24px;
    line-height: 1.25;
  }
}