/*  T H E M E    C U S T O M I Z I N G
  
  sunnaboda.ch
___________________________________________________*/


/*  Google Fonts
___________________________________________________*/
/* cormorant-garamond-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/cormorant-garamond-v21-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cormorant-garamond-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cormorant-garamond-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/inter-v20-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/*  Font
___________________________________________________*/
body {
	font-family: 'Inter';
	font-weight: 400;
	color: #d1cdc8;
    letter-spacing: 0.03rem;
    line-height: 1.66;
}


/*  Navi
___________________________________________________*/
.mainmenu ul li a {
  letter-spacing: 1.5px;
  font-family: 'Inter' !important;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.header .mainmenu ul li a, .header .mainmenu ul li ul a.active {
  -webkit-filter: drop-shadow( 0 0 5px rgba(0, 0, 0, .5));
    filter: drop-shadow( 0 0 5px rgba(0, 0, 0, .5));
}

.header.cloned .mainmenu ul li a, .header.cloned .mainmenu ul li a.acitve {
  -webkit-filter: none;
    filter: none;
}

.mainmenu ul li a:hover {
  opacity: .8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.header.cloned .mainmenu ul li a.a-level_1:hover {
  color: #393939;
}


/*  Diagonaler Verlauf
___________________________________________________*/
:root {
  --verlauf-gradient1: radial-gradient(
    ellipse 145% 45% at 50% 50%,
    rgba(244, 252, 214, 0.60)  0%,
    rgba(244, 252, 214, 0.18) 65%,
    rgba(244, 252, 214, 0.01) 82%,
    transparent 75%
  );
  --verlauf-gradient2: radial-gradient(
    ellipse 145% 45% at 50% 50%,
    rgba(255, 255, 255, 0.80)  0%,
    rgba(255, 255, 255, 0.50) 20%,
    rgba(255, 255, 255, 0.18) 45%,
    rgba(255, 255, 255, 0.04) 62%,
    transparent 75%
  );
}

body, html {
  overflow-x: hidden !important;
}


/* ── 1. OBEN: Header + Slider ───────────────────────────────*/

.home #header {
  position: relative;
}

.home #header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;

  pointer-events: none;
  z-index: 100;

  background: var(--verlauf-gradient1);

  /* Diagonal ausrichten: ~35° entspricht dem Bild */
  transform: rotate(-35deg) scaleX(2.6);
  transform-origin: center 40%; /* leicht nach oben verschoben */

  /* hard-light = Photoshop «Ineinanderkopieren» auf dunklem Grund */
  mix-blend-mode: hard-light;
  opacity: 0.13; /* 0.13 */
}

/* Sprachwähler */
.smartmenu-content .language {
  position: relative;
  top: 45px;
  right: -40px;
}

.mod_navigation.mobile_vertical .language {
  padding-bottom: 60px;
}

.language a {
  color: #d1cdc8;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  font-size: 0.8rem;
  font-weight: 400;
}

/* Navigation über dem Verlauf halten */
#header nav,
#header .mod_navigation,
#header .logo,
#header .mmenu_trigger,
#header .smartmenu {
  position: relative;
  z-index: 101;
}

#stoerer {
  position: fixed;
  right: 30px;
  top: 170px;
  width: 180px;
  height: 180px;
  z-index: 9999;
  rotate: 10deg;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: top .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
}

#stoerer.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#stoerer:hover {
  top: 160px;
}

#stoerer a {
  width: 100%;
  height: 100%;
  padding: 60px 10px 10px;
  background: var(--accentColor);
  color: #fff !important;
  text-align: center;
  display: block;
  border-radius: 50%;
  font-size: 1.33rem;
  line-height: 1.66rem;
}

#stoerer a:hover {
  opacity: 1 !important;
}


/* ── 2. UNTEN: letzter Artikel + Footer ─────────────────────*/

#footer {
  position: relative;
  overflow: visible;
  overflow-x: clip;
}

#footer::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -50px;
  width: 100%;
  height: 820px;
  pointer-events: none;
  z-index: 100;
  background: var(--verlauf-gradient2);
  transform: rotate(-25deg) scaleX(8.6);
  transform-origin: left 60%;
  mix-blend-mode: overlay;
  opacity: 0.6;
  overflow: hidden;
}

/* Formularfelder und Links im Artikel über dem Verlauf     */
#main .inside,
#main .mod_article,
#footer .inside {
  position: relative;
  z-index: 101;
}

#footer .format-p-small {
  border-top: 1px solid rgba(255,255,255,0.5);
  padding-top: 10px;
}

#footer .format-p-small * {
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.impressum .format-p-small, .datenschutz .format-p-small {
  display: none;
}



/*  Header
___________________________________________________*/
.content_page .ce_bgimage:before {
  background: linear-gradient(0deg, rgba(0,0,0,0) 55%, rgba(0,0,0,0.3) 90%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  visibility: visible;
}

.content_page .ce_bgimage.bg-nocolor {
  background: #fff;
}

.header.original {
  background: rgba(55,58,42,0.8);
  backdrop-filter: blur(50px) brightness(0.7);
  -webkit-backdrop-filter: blur(50px) brightness(0.7);
}

.home .header.original {
  background: rgba(55,58,42,0.8);
  backdrop-filter: blur(50px) brightness(1);
  -webkit-backdrop-filter: blur(50px) brightness(1);
}

.header.original .logo a {
  filter: drop-shadow( 0 0 5px rgba(0, 0, 0, .5));
}

.home .logo {
  display: none;
}

/*  Content
___________________________________________________*/
#container {
  background: #373a2a;
}

#main a {
  color: #b49969;
}

h1 {
  font-size: 4.3rem;
  line-height: 4.3rem;
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #b49969;
}

.coming_soon h1 {
  margin-bottom: 8px;
}

.smaller h1 span {
  display: block;
  margin-top: -10px;
  font-family: 'Cormorant Garamond';
  font-size: 4.3rem;
  line-height: 4.3rem;
}

.smaller h1:not(.smaller h1 span) {
  font-size: 1.33rem !important;
  line-height: 1.33rem !important;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 6px;
}

.home #slider .image_container {
  margin-left: 122px;
}

.claim p {
  margin-top: 35px;
  font-size: 1rem;
  letter-spacing: 20px;
  color: #d1cdc8;
}

.arrow p {
  padding-top: 35px;
  margin-bottom: 60px;
  font-size: 1.66rem;
}

h2 {
  letter-spacing: 0;
}

.datenschutz h2 {
  margin-top: 40px;
}

.ce_headline_extended[class*="mb-"] h1 {
  margin-bottom: 10px;
}

.content_page .ce_bgimage-outer .ce_bgimage-inside h1 {
  margin-top: 70px;
  letter-spacing: 3px;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5 {
  font-family: 'Inter';
  font-weight: 400;
  color: #d1cdc8;
  text-transform: uppercase;
  letter-spacing: 3px;
}

h2 {
  font-weight: 300;
}

h3 {
  margin-top: 60px;
  letter-spacing: 2px;
  font-size: 1.22rem;
}

.coming_soon h3 {
  margin-top: 0;
}

.datenschutz h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.ce_text_imagebox {
  background: transparent;
}

.ce_text_imagebox:hover a:hover {
  box-shadow: none;
}

.ce_text_imagebox a .ce_text_imagebox_image:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background: rgba(0,0,0,0.4);
  z-index: 9;
}

.ce_text_imagebox_image h3 {
  margin-top: 0;
}

.ce_image_text_box_content h3 {
  margin-top: 30px;
}

h4 {
  margin-top: 30px;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

h5, .kontakt h4 {
  margin-bottom: 5px;
  margin-top: 7px;
  text-transform: uppercase;
}

.kontakt h5 {
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 1px;
}

h6, .h6 {
  color: #fff !important;
  font-size: 20px !important;
  line-height: 28px !important;
  letter-spacing: 1px !important;
}

a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 1;
}

a:hover, a::before, a:hover::before {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0.8;
}

.logo a:hover, .logo a::before, .logo a:hover::before {
  transition: none;
  -webkit-transition: none;
  opacity: 1;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.black {
  background: #9e9488;
}

.ce_image_text_box_content_outside {
  color: #000;
}

.ce_iconbox_v3 .ce_iconbox_v3_content {
  padding-right: 20px;
}

.ce_iconbox_v3 i, .ce_iconbox_v3 .headline, .ce_iconbox_v3 .subheadline {
  -moz-hyphens: manual;
   -o-hyphens: manual;
   -webkit-hyphens: manual;
   -ms-hyphens: manual;
   hyphens: manual; 	
}

#bottom .inside, #bottom .inside a {
  color: rgba(255,255,255,.4);
}

.bg-second.color-white * {
  color: #d1cdc8 !important;
}

form .checkbox_container span, form .widget-radio span {
  float: left;
  margin-right: 15px;
}

.widget-radio {
  padding-left: 25px;
}

form fieldset {
  padding: 0;
  border:  none;
}

form fieldset legend {
  background: none !important;
  padding: 0;
}

form fieldset legend {
  color: #d1cdc8;
}

.bg-second form fieldset legend {
  color: #fff;
}

form span.mandatory {
  color: #fff;
}

form .checkbox_container legend span, form .widget-radio legend span {
  float: right;
  margin-left: 5px;
}

form div.placeholderlabel {
  display: none;
}

.home input:not([type="submit"]), .home button:not([type="submit"]), .home textarea {
  border: 1px solid rgba(255,255,255,0.3);
}

input::placeholder, textarea::placeholder, select::placeholder {
  color: rgba(255,255,255,0.5) !important;
}

form input, form textarea, form select {
  background: #616753;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 0.03rem;
  line-height: 1.66;
}

form select {
  height: 55px;
  padding-left: 17px;
}

input {
  border: 1px solid rgba(0,0,0,.2);
}

input:active {
  transform: none;
}

input:focus, textarea:focus {
  background: #616753;
  border: 1px solid rgba(255,255,255,1) !important;
  border-radius: 30px;
}

/* Radio Group */
.widget-radio {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

/* Label */
.widget-radio .wpcf7-list-item-label {
  font-size: 15px;
  color: #555;
  margin-left: 8px;
  cursor: pointer;
}

/* Radio Wrapper */
.widget-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}

/* Custom Radio */
.widget-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #d1cdc8;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

/* Hover */
.widget-radio input[type="radio"]:hover {
  border-color: #b89b5e;
}

/* Checked */
.widget-radio input[type="radio"]:checked {
  border-color: #b89b5e;
  background: none;
}

/* Inner Dot */
.widget-radio input[type="radio"]:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #b89b5e;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}

/* Focus Accessibility */
.widget-radio input[type="radio"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.2);
}

input.submit, button.submit {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

button.submit, .ce_hyperlink a, a.btn {
  text-transform: none;
  display: inline-block;
  width: 230px;
  height: auto;
  padding: 20px;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  border: 1px solid #b49969;
  border-radius: 30px;
  background: transparent;
}

.ce_hyperlink a, a.btn {
  width: auto;
  color: #d1cdc8 !important;
}

button.submit:hover {
  background: #b49969;
  color: #fff;
  opacity: 1 !important;
}

object {
  height: 300px;
}

.grid_40_60 .ce_text {
  margin-bottom: 30px;
}

.ce_tabs .tabs.horizontal-clean {
  padding-bottom: 15px;
}

.ce_tabs .tabs.horizontal-clean ul {
  text-align: left;
}

.ce_tabs .tabs.horizontal-clean ul li a {
  padding: 10px 20px;
  margin: 30px 0 0 0;
}

.mod_customnav li {
  display: inline-block;
  position: relative;
  font-weight: bold!important;
}

.mod_customnav li a {
  padding: 10px 20px;
  margin: 30px 0 0 0;
  text-transform: uppercase !important;
  line-height: 60px !important;
  letter-spacing: 1px;
}

.ce_tabs .tabs.horizontal-clean ul li.active a, .mod_customnav li a.active {
  color: #fff !important;
  background: rgb(59,60,66) !important;
  padding: 10px 20px;
  border-radius: 5px;
}

.ce_tabs .tabs.horizontal-clean ul li.active:after {
  border-color: rgb(59,60,66)  transparent transparent transparent !important;
  bottom: -10px;
}

.mod_customnav ul li {
  margin-bottom: 60px;
}

.mod_customnav ul li a.active:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border-color: rgb(59,60,66)  transparent transparent transparent !important;
  bottom: 1px;
}

.download-element a {
  font-weight: bold;
}

.mod_customnav li a.active:hover {
  opacity: 1 !important;
}

.mod_customnav li {
  float: left;
}

.autogrid_grid {
  padding-top: 38px;
}

.autogrid_grid h3 {
  margin-top: 0;
}

.scrolltest { /* künftig #gitternetzleft */
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 100px !important;
}

form.style5 input, form.style5 select, form.style5 textarea {
  font-size: 0.9rem;
}

.kontakt .vermietung-only {
  display: none;
}

.leaflet-tile-pane { 
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%); 
}

.leaflet-container a {
  color: #000;
}

.datenschutz #main li {
  line-height: 1.8rem;
}

.pt-xxxs {
  padding-top: 25px;
}

.stoerer { 
  top: 500px;
  right: 40px;
  z-index: 999999;
  position: relative;
  margin-top: -250px;
}

.stoerer .image_container {
  float: right;
}

.lage #main .container {
  /* padding-bottom: 0 !important; */
}

#main .overlay {
  background:transparent;
  position:absolute;
  width: 100%;
  height: 650px;
  top: 650px;
  margin-top: -110px;
  z-index: 999;
}

#main #map {
  width: 100%;
  height: 650px;
  margin-top: 50px;
  /* margin-bottom: -10px; entfernt Abstand unten */
}

#main #map .leaflet-tile-pane {
  filter: grayscale(100%); /* Graustufen */
}

#main .leaflet-container a {
  color: var(--basicColor) !important;
}

.datenschutz h2 {
  margin-top: 60px;
}

.ce_bgimage.fullscreen-image .ce_bgimage-inside {
  height: 100%;
  max-width: none;
}

.topright {
  position: absolute;
  top: 180px;
  right: 40px;
  filter: drop-shadow(0 0 0.12rem #000);
}

body.bg .header {
  background: #000000;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.4) 0%, rgba(89, 77, 64, 0) 100%);
}

body.bg .header.original {
  height: 260px;
}

body.bg #container, body.bg #container .bg-white {
  background: transparent !important;
}

.ce_text_image_bar .inside {
  max-width: none;
}

.ce_text_image_bar {
  background: none;
}

.ce_image.border-gray-1px img {
  border: 1px solid #d1cdc8;
}

.ce_divider_extended.version3 {
  margin-top: 0;
  background: #2A2D1E;
  background: linear-gradient(180deg, rgba(42, 45, 30, 1) 0%, rgba(55, 58, 42, 1) 100%);
  height: 100px;
}

.ce_text p.fussnotiz {
    padding-left: 13px;   /* 8px für den Stern + 5px Abstand */
    text-indent: -13px;
}

.ce_text p.fussnotiz .asterisk {
    width: 8px;
    margin-right: 5px;
}

.ce_table table th {
  background: transparent;
  padding: 0;
  color: #d1cdc8;
}

.ce_table table td {
  padding: 10px 0;
  line-height: 18px;
  border-bottom: solid 1px rgba(227,227,227, 0.5);
}

.ce_table table th:first-child, .ce_table table td:first-child {
  width: 200px;
}

.ce_table table th:nth-child(2), .ce_table table td:nth-child(2) {
  width: 100px;
}


/*  Footer
___________________________________________________*/
.totop {
  display: none;
}

footer {
  background: #373a2a !important;
  color: #d1cdc8 !important;
}

.impressum footer {
  background: #fff !important;
}

footer .image_container {
  max-width: 300px;
}

footer h4 {
  font-size: 1.2rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
}

footer h5 {
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: 1px;
}

.verkauf footer .vermietung, .vermietung footer .verkauf, .verkauf footer .slash, .vermietung footer .slash {
  display: none;
}

footer .vermietung-only {
  display: none;
}

.vermietung footer .vermietung-only {
  display: block;
}

footer .not-vermietung {
  display: block;
}

.vermietung footer .not-vermietung, .verkauf footer .not-vermietung {
  display: none;
}

#footer, #footer a {
  color: #d1cdc8;
}

#footer a:hover, #bottom .inside a:hover {
  color: #fff;
}

#top_link a {
  background: #d1cdc8;
}


/*  Media Queries
___________________________________________________*/
@media screen and (min-width: 1280px) { 
  
  #slider .ce_bgimage {
    height: 800px;
  }
  
}


@media screen and (max-width: 1279px) { 
  
  #slider .ce_bgimage {
    height: 62vw;
  }
  
}

@media screen and (max-width: 1024px) {
  
  .header.original, .home .header .inside {
    background: rgba(55,58,42,1)
  }
  
  .mmenu_trigger .burger .burger_lines, .mmenu_trigger .burger .burger_lines:after, .mmenu_trigger .burger .burger_lines:before {
    height: 1px;
  }
  
  #mmenu, #mmenu *, #mmenu #mmenu_top, #mmenu #mmenu_middle, #mmenu #mmenu_bottom {
    background: #373a2a;
  }
  
  #mmenu .mod_navigation li a, #mmenu .mod_socials a, #mmenu .mod_mmenu_custom_nav a {
    font-size: 1.66rem;
    color: #d1cdc8;
    font-weight: 200;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 1;
  }
  
  #mmenu .mod_navigation li a.open, #mmenu .mod_navigation li a.active, #mmenu .mod_navigation li a:focus {
    border-bottom: 0;
    color: #b49969;
    font-weight: 200;
  }
  
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  h1 {
    font-size: 3.5rem;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .mmenu_trigger .label {
    display: none;
  }
  
  .mmenu_trigger {
    top: 70px;
  }
  
}


@media screen and (max-width: 999px) { 
  
  h3  {
    font-size: 1.3rem;
  }
    
}


@media screen and (min-width: 1025px) { 
  
  body.smartmenu_open div.body {
    padding-top: 0;
  }
  
  .smartmenu .smartmenu-trigger .line {
    width: 30px;
  }
  
  .smartmenu .smartmenu-trigger .line:before {
    margin-top: 10px;
    width: 22px;
  }
  
  .smartmenu .smartmenu-trigger .line:after {
    margin-top: -10px;
    width: 22px;
  }
  
  .smartmenu .smartmenu-trigger .line, .smartmenu .smartmenu-trigger .line:before, .smartmenu .smartmenu-trigger .line:after {
    height: 1px;
  }
  
  .smartmenu-content .mod_navigation li:not(.floatbox) {
    font-weight: 200;
    letter-spacing: 3px;
  }
  
  .smartmenu-content .mod_navigation a.active, .smartmenu-content .mod_navigation a.trail {
    border-bottom: 0;
    color: #b49969
  }
    
}


@media screen and (max-width: 940px) {  
  
  .home #slider .image_container {
    margin-left: 10vw;
  }
  
  .claim p {
    hyphens: none;
    margin-left: 10px;
    margin-right: 10px;
  }
  
}


@media screen and (max-width: 840px) { 
  .header.original .logo {
    width: 24vw;
  }
}


@media screen and (max-width: 767px) { 
  
  #header {
    position: absolute;
  }
  
  .header .inside {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .header.original .logo {
    height: 100px;
  }
  
  #header .mmenu_trigger {
    display: block !important;
    position: absolute !important;
    right: 20px;
  }
  
  .home #header .mmenu_trigger {
    top: 30px;
  }
  
  body.bg #header {
    background: #000000 !important;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.25) 0%, rgba(89, 77, 64, 0) 50%) !important;
  }
  
  #mmenu {
    height: calc(100% - 50px);
    top: 50px;
  }
  
  #stoerer {
    position: fixed;
    right: 10px;
    top: 110px;
    width: 120px;
    height: 120px;
    z-index: 9999;
    rotate: 10deg;
    transition: top 0.3s ease-in-out;
  }
  
  #stoerer a {
    width: 100%;
    height: 100%;
    padding: 45px 10px 10px;
    background: var(--accentColor);
    color: #fff !important;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-size: 1rem !important;
    line-height: 1.3rem !important;
  }
  
  #stoerer:hover {
    top: 140px;
  }
  
  #stoerer a:hover {
    opacity: 1;
  }
  
  h1 {
    line-height: 2.8rem;
  }
  
  body.bg .ce_hyperlink {
    padding: 0 20px;
  }
  
  .mod_navigation.mobile_vertical.block {
    padding-top: 30px; 
  }
  
  .mmenu_trigger .label {
    display: none;
  }
  
  .mmenu_trigger .burger .burger_lines, .mmenu_trigger .burger .burger_lines:before, .mmenu_trigger .burger .burger_lines:after {
    background: #fff !important;
  }
  
  .mmenu_trigger .burger.transform.open .burger_lines {
    background: transparent !important;
  }
  
  .header.cloned .mmenu_trigger .burger .burger_lines, .header.cloned .mmenu_trigger .burger .burger_lines:before, .header.cloned .mmenu_trigger .burger .burger_lines:after {
    background: #000 !important;
  }
  
  .header.cloned .mmenu_trigger .burger.transform.open .burger_lines {
    background: transparent !important;
  }
  
  .coming_soon h2 {
    font-size: 41px !important;
    line-height: 48px !important;
  }

  .coming_soon h1, .coming_soon h3 {
    font-size: 17px;
  }
  
  .coming_soon h4 {
    font-size: 15px;
  }
  
  .coming_soon a img {
    height: 75px !important;
  }
  
  h1 {
    font-size: 2.66rem !important;
    letter-spacing: 2px !important;
  }
  
  .m-pl-xs {
    padding-left: 20px;
  }
  
  .fullwidth h1, .fullwidth h2, .fullwidth h3, .fullwidth h4, .fullwidth p {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .header.original .logo {
    width: 200px;
  }
  
  .smaller h1 span {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }

}

@media screen and (max-width: 429px) { 
  
  #table_125187 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 60px;
  }
  
  #table_125187 th, #table_125187 td {
    font-size: 7px;
    line-height: 11px;
  }
  
  .ce_text.format-p-small p {
    font-size: 16px;
  }
  
}

@media screen and (max-width: 349px) { 
  
  #main .mod_article:not(.fullwidth)>.container, #left .mod_article>.container, #right .mod_article>.container, #main .mod_article.fullwidth.boxed-content .contentwrap, #main .autogrid_wrapper.article, #main .mod_article .ce_parallax .contentwrap, #main .mod_article .ce_bgimage .ce_bgimage-inside, #main .mod_article .ce_youtube_background .contentwrap, .ce_headerimage .ce_headerimage_inside, .ce_bgimage-inside, .header .inside, .ce_iconbox_header .contentwrap, .mod_pageimage .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
}