/* Final scoped frontend fixes.
   Keep this file loaded after custom.css.php so legacy theme rules cannot
   reintroduce the header wrap or carousel spacing bugs. */

:root {
  --wp-focus: #2563eb;
  --wp-border-soft: rgba(15, 23, 42, 0.10);
  --wp-text-strong: #1f2937;
  --wp-text-muted: #64748b;
  --wp-surface-soft: #f8fafc;
  --wp-brand: #494142;
  --wp-brand-dark: #332d2e;
  --wp-carousel-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);
  --wp-elevated-shadow: 0 12px 30px rgba(15, 23, 42, 0.10);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--wp-text-strong);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img.img-responsive {
  border-radius: 0 !important;
}

.c-layout-page {
  background: #fff;
}

.c-layout-page p,
.c-layout-page li {
  line-height: 1.75;
}

.c-layout-page strong,
.c-layout-page b {
  font-weight: 700;
}

.wp-skip-link {
  left: 16px;
  position: absolute;
  top: -72px;
  z-index: 10000;
}

.wp-skip-link:focus {
  background: #fff;
  border: 2px solid var(--wp-focus);
  border-radius: 6px;
  color: #172033;
  padding: 10px 14px;
  top: 12px;
}

@media (min-width: 992px) {
  .c-layout-header,
  .c-layout-header .c-navbar {
    background: rgba(73, 65, 66, 0.96) !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 28px rgba(15, 23, 42, 0.16);
  }

  .c-layout-header .c-navbar > .container:before,
  .c-layout-header .c-navbar > .container:after,
  .c-layout-header .c-navbar-wrapper:before,
  .c-layout-header .c-navbar-wrapper:after {
    content: none !important;
    display: none !important;
  }

  .c-layout-header .c-navbar > .container,
  .c-layout-header .c-navbar-wrapper {
    align-items: center;
    display: flex !important;
    min-height: 70px;
  }

  .c-layout-header .c-navbar-wrapper {
    gap: 18px;
    justify-content: space-between;
    min-width: 0;
    width: 100%;
  }

  .c-layout-header .c-brand.c-pull-left,
  .c-layout-header .c-navbar .c-mega-menu.c-pull-right {
    float: none !important;
  }

  .c-layout-header .c-brand {
    flex: 0 0 210px !important;
    margin: 0 !important;
    max-width: 210px;
    padding: 10px 0 !important;
    width: 210px;
  }

  .c-layout-header .c-brand .c-logo {
    align-items: center;
    display: flex !important;
    max-width: 100%;
    width: 100%;
  }

  .c-layout-header .c-brand .c-desktop-logo,
  .c-layout-header .c-brand .c-desktop-logo-inverse {
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .c-layout-header .c-navbar .c-mega-menu {
    display: flex !important;
    flex: 1 1 auto !important;
    justify-content: flex-end;
    margin-top: 0 !important;
    max-width: calc(100% - 228px);
    min-width: 0;
  }

  .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    float: none;
    justify-content: flex-end;
    margin: 0;
    min-width: 0;
  }

  .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li {
    float: none;
  }

  .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link,
  .c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
    align-items: center;
    border-radius: 6px;
    display: flex !important;
    font-size: 13px !important;
    font-weight: 500;
    height: 70px;
    letter-spacing: 0 !important;
    line-height: 1.2;
    min-height: 70px !important;
    padding: 0 7px !important;
    text-shadow: none;
    white-space: nowrap;
  }

  .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li.c-active > .c-link,
  .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li:hover > .c-link,
  .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link:hover,
  .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link:focus {
    background: rgba(255, 255, 255, 0.12) !important;
  }

  .c-layout-header .dropdown-menu {
    background: rgba(73, 65, 66, 0.98) !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16) !important;
    margin-top: 0 !important;
    min-width: 220px;
    overflow: hidden;
    padding: 8px !important;
  }

  .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .dropdown-menu {
    margin-top: 2px !important;
    top: 100% !important;
  }

  .c-layout-header .dropdown-menu > li > a {
    border-radius: 6px;
    color: #fff !important;
    font-size: 13px;
    line-height: 1.35;
    padding: 10px 12px !important;
    text-decoration: none !important;
    transition: background-color 0.16s ease, color 0.16s ease;
    white-space: normal;
  }

  .c-layout-header .dropdown-menu > li > a:visited,
  .c-layout-header .dropdown-menu > li > a:hover,
  .c-layout-header .dropdown-menu > li > a:focus {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .c-layout-header .c-navbar > .container {
    max-width: none;
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
  }

  .c-layout-header .c-navbar-wrapper {
    gap: 12px;
  }

  .c-layout-header .c-brand {
    flex-basis: 138px !important;
    max-width: 138px;
    width: 138px;
  }

  .c-layout-header .c-navbar .c-mega-menu {
    max-width: calc(100% - 150px);
  }

  .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link,
  .c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
    font-size: 11px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}

.carobox {
  display: block;
  margin: -60px 0 18px !important;
  overflow: visible;
  position: relative;
  top: auto !important;
  z-index: 89 !important;
}

.carobox > .container,
.carobox .c-content-blog-post-card-1-slider,
.carobox .owl-carousel,
.carobox .owl-stage,
.carobox .owl-item {
  height: auto !important;
}

.carobox > .container,
.carobox .c-content-blog-post-card-1-slider,
.carobox .owl-carousel {
  margin-bottom: 0 !important;
  overflow: visible;
  padding-bottom: 0 !important;
}

.carobox .owl-stage {
  display: flex;
}

.carobox .owl-item {
  display: flex;
}

.carobox .owl-controls {
  height: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  overflow: hidden;
}

.carobox .owl-stage-outer,
.carobox .owl-wrapper-outer {
  margin: -14px -8px -10px;
  overflow: hidden;
  padding: 14px 8px 10px;
}

.carobox .owl-carousel .item {
  display: flex;
  height: 320px !important;
  padding: 0;
  width: 100%;
}

.carobox + .c-content-box.c-size-sm {
  padding-top: 0 !important;
}

.carobox + .c-content-box.c-size-sm > .container,
.intropadding {
  padding-top: 18px !important;
}

.carobox .c-content-blog-post-card-1 {
  background: #fff;
  border: 1px solid var(--wp-border-soft);
  border-radius: 6px !important;
  box-shadow: var(--wp-carousel-shadow) !important;
  display: flex;
  flex-direction: column;
  height: 320px !important;
  overflow: hidden;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
  width: 100%;
}

.carobox .c-content-blog-post-card-1:hover,
.carobox .c-content-blog-post-card-1:focus-within {
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.10) !important;
  transform: translateY(-2px);
}

.carobox .c-content-blog-post-card-1 .c-media,
.carobox .c-content-blog-post-card-1 .c-content-overlay {
  display: block;
  flex: 0 0 190px;
  height: 190px !important;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.carobox .c-content-blog-post-card-1 .c-media img,
.carobox .c-content-blog-post-card-1 .c-media .c-overlay-object,
.carobox .c-content-blog-post-card-1 .c-content-overlay img {
  border-radius: 0 !important;
  display: block;
  height: 190px !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.24s ease;
  width: 100% !important;
}

.carobox .c-content-blog-post-card-1:hover .c-media img,
.carobox .c-content-blog-post-card-1:hover .c-media .c-overlay-object,
.carobox .c-content-blog-post-card-1:hover .c-content-overlay img {
  transform: scale(1.035);
}

.carobox .c-content-blog-post-card-1 .c-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  min-height: 130px;
  padding: 20px 22px !important;
}

.carobox .c-content-blog-post-card-1 .c-body .c-title {
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 6px;
}

.carobox .c-content-blog-post-card-1 .c-body p {
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
  padding: 0;
}

.c-layout-revo-slider .tp-caption,
.c-layout-revo-slider .caption {
  z-index: 2 !important;
}

.c-layout-revo-slider .c-main-title,
.c-layout-revo-slider .c-sub-title {
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.34);
}

.c-layout-revo-slider .c-main-title {
  font-weight: 700 !important;
}

.c-layout-revo-slider-7 .tp-banner-container {
  background: var(--wp-brand) url('/uploads/Luftbild.jpg') center center / cover no-repeat;
}

.c-layout-revo-slider-7 .c-singup-form {
  display: block;
  left: 0;
  margin: 0 !important;
  padding: 0 24px;
  top: 50% !important;
  transform: translateY(-50%);
}

.c-layout-revo-slider-7 .c-singup-form .c-banner-title,
.c-layout-revo-slider-7 .c-singup-form h3 {
  color: #fff !important;
  font-family: inherit !important;
  font-size: 42px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
  max-width: 900px;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.34);
}

.c-layout-revo-slider-7 .c-singup-form .c-subtitle {
  border-bottom-color: rgba(255, 255, 255, 0.44);
  border-top-color: rgba(255, 255, 255, 0.44);
  padding: 14px 0 12px;
}

.c-layout-revo-slider hr {
  border-color: rgba(255, 255, 255, 0.72);
  margin: 18px auto !important;
  max-width: 180px;
}

.c-layout-page > .c-content-box.c-bg-white {
  padding-top: 54px !important;
  padding-bottom: 66px !important;
}

.c-layout-page > .carobox + .c-content-box.c-bg-white {
  padding-top: 0 !important;
}

.c-layout-page > .c-content-box.c-bg-white > .container {
  padding-left: 24px;
  padding-right: 24px;
}

.c-layout-page > .c-content-box.c-bg-white img {
  height: auto;
  max-width: 100%;
}

.c-layout-page > .c-content-box.c-bg-white h1 {
  color: var(--wp-text-strong);
  font-family: inherit !important;
  font-size: 32px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 26px;
  margin-top: 0;
  max-width: 920px;
}

.c-layout-page > .c-content-box.c-bg-white h2,
.c-layout-page > .c-content-box.c-bg-white h3 {
  color: var(--wp-text-strong);
  font-family: inherit !important;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 14px;
  margin-top: 28px;
}

.c-layout-page > .c-content-box.c-bg-white .col-sm-12 > p,
.c-layout-page > .c-content-box.c-bg-white .col-sm-12 > ul,
.c-layout-page > .c-content-box.c-bg-white .col-sm-12 > ol,
.c-layout-page > .c-content-box.c-bg-white .col-sm-12 > h2,
.c-layout-page > .c-content-box.c-bg-white .col-sm-12 > h3,
.c-layout-page > .c-content-box.c-bg-white .col-sm-12 > h4,
.c-layout-page > .c-content-box.c-bg-white .col-sm-12 > h5,
.c-layout-page > .c-content-box.c-bg-white .col-sm-12 > h6 {
  max-width: 980px;
}

.c-layout-page > .c-content-box.c-bg-white .col-sm-12 > p {
  margin-bottom: 20px;
}

.c-layout-page > .c-content-box.c-bg-white p {
  text-align: left !important;
}

.c-layout-page > .c-content-box.c-bg-white ul,
.c-layout-page > .c-content-box.c-bg-white ol {
  padding-left: 22px;
}

.c-layout-page > .c-content-box.c-bg-white li {
  margin-bottom: 6px;
}

#summary {
  color: var(--wp-text-strong);
  font-size: 16px;
  line-height: 1.8;
  max-width: 900px;
}

#summary p {
  color: var(--wp-text-strong);
  margin-bottom: 18px;
  text-align: left !important;
}

.c-layout-page .c-content-box.c-bg-white a {
  color: #5f6f3e;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.c-layout-page .c-content-box.c-bg-white a:hover,
.c-layout-page .c-content-box.c-bg-white a:focus {
  color: var(--wp-brand-dark);
}

.c-margin-t-20.c-margin-b-20 {
  margin-top: 28px !important;
}

.c-margin-t-20.c-margin-b-20 .cbp-caption,
.c-margin-t-20.c-margin-b-20 .cbp-caption-defaultWrap {
  border-radius: 6px;
  overflow: hidden;
}

.c-margin-t-20.c-margin-b-20 .cbp-caption-defaultWrap {
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.08), 0 10px 24px rgba(15, 23, 42, 0.08);
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.c-margin-t-20.c-margin-b-20 .cbp-caption-defaultWrap img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  transition: transform 0.22s ease;
  width: 100%;
}

.c-margin-t-20.c-margin-b-20 .cbp-caption:hover img {
  transform: scale(1.035);
}

.c-margin-t-20.c-margin-b-20 .cbp-caption:hover .cbp-caption-defaultWrap {
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

.c-layout-page .form-validation {
  max-width: 980px;
}

.c-layout-page .form-validation .form-group {
  margin-bottom: 18px;
}

.c-layout-page .form-validation input.form-control:not([type="checkbox"]):not([type="radio"]),
.c-layout-page .form-validation select.form-control,
.c-layout-page .form-validation textarea.form-control {
  border: 1px solid rgba(15, 23, 42, 0.14) !important;
  border-radius: 6px !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  min-height: 46px;
}

.c-layout-page .form-validation textarea.form-control {
  min-height: 140px;
}

.c-layout-page .form-validation input.form-control:not([type="checkbox"]):not([type="radio"]):focus,
.c-layout-page .form-validation select.form-control:focus,
.c-layout-page .form-validation textarea.form-control:focus {
  border-color: rgba(37, 99, 235, 0.62) !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12) !important;
}

.c-layout-page .form-validation .btn,
.c-layout-page .c-content-box .c-theme-btn,
.c-layout-page .c-content-box .btn.c-theme-btn {
  border-radius: 6px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  min-height: 44px;
  text-shadow: none !important;
}

.c-layout-page .form-validation .btn-block {
  display: inline-flex !important;
  justify-content: center;
  min-width: 220px;
  padding-left: 28px !important;
  padding-right: 28px !important;
  width: auto !important;
}

.cookiebar-wrapper {
  background: rgba(18, 16, 17, 0.96) !important;
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cookiebar-content {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 22px 24px;
}

.cookiebar-copy {
  max-width: 760px;
}

.cookiebar-copy strong,
.cookiebar-copy p {
  margin-top: 0;
}

.cookiebar-copy p:last-child {
  margin-bottom: 0;
}

.cookiebar-actions {
  display: grid;
  flex: 0 0 auto;
  gap: 10px;
  min-width: 280px;
}

.cookiebar-actions .btn,
.cookiebar-settings {
  border-radius: 8px !important;
}

.cookiebar-actions .btn {
  line-height: 1.25;
  min-height: 42px;
  white-space: normal;
  width: 100%;
}

.cookiebar-settings {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.language-wrapper {
  border-radius: 0 8px 8px 0 !important;
  box-shadow: var(--wp-elevated-shadow);
}

.language-wrapper img,
.language-wrapper a img {
  border-radius: 999px !important;
}

.c-layout-go2top {
  border-radius: 999px !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.14);
}

.c-layout-footer.c-layout-footer-6 {
  background: #171516 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.c-layout-footer.c-layout-footer-6 .c-prefooter {
  padding-top: 54px;
  padding-bottom: 42px;
}

.c-layout-footer.c-layout-footer-6 .c-postfooter {
  background: #121011 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.c-layout-footer.c-layout-footer-6 a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.c-layout-footer.c-layout-footer-6 .c-title {
  letter-spacing: 0 !important;
  margin-bottom: 16px;
}

.c-layout-footer.c-layout-footer-6 .c-links li {
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .c-layout-header .c-navbar {
    height: 70px !important;
  }

  .c-layout-revo-slider .c-main-title,
  .c-layout-revo-slider .c-sub-title {
    font-size: 42px !important;
  }

  .c-layout-revo-slider-7 .c-singup-form {
    top: 50% !important;
  }

  .c-layout-revo-slider-7 .c-singup-form .c-banner-title,
  .c-layout-revo-slider-7 .c-singup-form h3 {
    font-size: 34px !important;
  }

  .c-layout-header .c-navbar > .container,
  .c-layout-header .c-navbar-wrapper {
    display: block !important;
    min-height: 70px !important;
  }

  .c-layout-header .c-brand {
    align-items: center;
    display: flex !important;
    flex: none !important;
    float: none !important;
    justify-content: space-between;
    margin: 0 !important;
    max-width: none !important;
    min-height: 70px;
    padding: 12px 18px !important;
    position: relative;
    width: 100% !important;
  }

  .c-layout-header .c-brand .c-logo {
    display: flex !important;
    flex: 0 1 190px;
    max-width: calc(100% - 64px);
    width: auto !important;
  }

  .c-layout-header .c-brand .c-mobile-logo {
    display: block !important;
    height: auto !important;
    max-width: 100% !important;
    width: 170px !important;
  }

  .c-layout-header .c-brand > .c-hor-nav-toggler {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex !important;
    flex-direction: column;
    float: none !important;
    height: 44px;
    justify-content: center;
    margin: 0 !important;
    padding: 10px !important;
    position: absolute !important;
    right: 18px !important;
    top: 13px !important;
    width: 44px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 8px;
  }

  .c-layout-header .c-brand > .c-hor-nav-toggler > .c-line {
    background-color: #fff !important;
    display: block !important;
    flex: 0 0 auto;
    height: 2px;
    margin: 3px 0;
    opacity: 1 !important;
    width: 24px;
  }

  .c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark-mobile {
    background: rgba(31, 28, 29, 0.98) !important;
    display: block !important;
    flex: none !important;
    max-height: 0 !important;
    max-width: none !important;
    margin-top: 0 !important;
    opacity: 0;
    overflow: hidden !important;
    transition: max-height 0.2s ease, opacity 0.2s ease;
    visibility: hidden;
    width: 100% !important;
  }

  .c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark-mobile.c-shown {
    max-height: calc(100vh - 70px) !important;
    opacity: 1;
    overflow-y: auto !important;
    visibility: visible;
  }

  .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav {
    display: block;
    float: none;
    margin: 0 !important;
    width: 100%;
  }

  .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
    height: auto;
    min-height: 46px !important;
    padding: 14px 18px !important;
  }

  .c-layout-header .dropdown-menu {
    background: rgba(31, 28, 29, 0.98) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 0 8px !important;
    position: static !important;
    width: 100% !important;
  }

  .c-layout-header .dropdown-menu > li > a {
    color: #fff !important;
    display: block;
    line-height: 1.4;
    padding: 11px 28px !important;
  }

  .c-layout-page > .c-content-box.c-bg-white h1 {
    font-size: 27px;
  }

  .cookiebar-content {
    align-items: stretch;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px;
    padding: 18px;
  }

  .cookiebar-actions {
    display: grid !important;
    justify-content: stretch !important;
    margin: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .cookiebar-actions .btn {
    display: block !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .carobox {
    display: none;
  }

  .intropadding {
    padding-top: 0 !important;
  }

  .c-layout-page > .c-content-box.c-bg-white > .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .c-layout-page > .c-content-box.c-bg-white {
    padding-top: 42px !important;
    padding-bottom: 52px !important;
  }

  .c-layout-page > .c-content-box.c-bg-white h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  #summary {
    font-size: 15px;
  }

  .c-margin-t-20.c-margin-b-20 {
    margin-top: 20px !important;
  }

  .language-wrapper {
    align-items: center;
    border-radius: 999px !important;
    display: flex;
    gap: 4px;
    height: auto !important;
    left: 12px !important;
    max-width: none !important;
    padding: 4px !important;
    position: absolute !important;
    right: auto !important;
    top: 82px !important;
    width: auto !important;
    z-index: 120 !important;
  }

  .language-wrapper img,
  .language-wrapper a img {
    display: block;
    height: 26px !important;
    margin: 0 !important;
    width: 26px !important;
  }

  .c-layout-page .form-validation .btn-block {
    display: flex !important;
    width: 100% !important;
  }

  .c-layout-revo-slider-7 .icon-arrow-down {
    display: none !important;
  }

  .cookiebar-wrapper {
    max-height: 56vh;
    overflow-y: auto;
  }

  .cookiebar-content,
  .cookiebar-copy,
  .cookiebar-actions {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }

  .cookiebar-copy p {
    overflow-wrap: break-word;
  }

  .cookiebar-actions .btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .cookiebar-settings {
    display: inline-flex;
    justify-content: center;
    margin: 16px 12px;
    position: static !important;
    transform: none !important;
  }

  .c-layout-go2top {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .c-layout-revo-slider .c-main-title,
  .c-layout-revo-slider .c-sub-title {
    font-size: 32px !important;
  }

  .c-layout-revo-slider-7 .c-singup-form .c-banner-title,
  .c-layout-revo-slider-7 .c-singup-form h3 {
    font-size: 28px !important;
  }

  .c-layout-header .c-brand .c-mobile-logo {
    width: 155px !important;
  }
}
