/*
Theme Name: Läset-Sunntige
Author: eloq GmbH
Author URI: https://eloq.swiss/
Description: Die eloq GmbH macht nicht einfach Internetseiten. Wir bieten Ihnen durchdachte Konzepte, mischen Designkompetenz mit technischem Können und streben so nach der perfekten Internet-Präsenz unseres Kunden. Das vorliegende Theme wurde von uns mit Passion und Freude handgefertigt. Wir hoffen, Ihnen gefällt unsere Arbeit!
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap");

/* Globals */
.grecaptcha-badge {
  visibility: hidden;
}

/* GENERAL */
html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #fff;
  font-family: "Titillium Web", sans-serif !important;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}
header {
  z-index: 999999;
  border-top: 5px solid #ddc102;
}

a {
  color: #931a43;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out 0s;
  -o-transition: color 0.15s ease-in-out 0s;
  transition: color 0.15s ease-in-out 0s;
}

a:hover,
a:focus {
  color: #931a43;
}

a.downloads:before {
  position: absolute;
  content: " ";
  background: url("img/downloads.svg");
  height: 20px;
  width: 20px;
  left: 0;
  top: 3px;
}

a.downloads {
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}

ul {
  padding-left: 15px;
}

h1 {
  text-transform: uppercase;
  font-weight: 600;
  color: #931a43;
  font-size: 44px;
  margin-top: 0px;
}

h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #931a43;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.btn {
  padding-left: 30px;
  padding-right: 30px;
}

.btn-primary {
  border-color: #5aaed9;
  background: #fff;
  color: #5aaed9;
}

.form-group {
  position: relative;
  margin-bottom: 50px;
  margin-top: 25px;
}

.form-group .form-control {
  border-radius: 0;
  background: 0 0;
  resize: none;
  padding: 0 0 5px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
  border-bottom: 1px solid #d2d5db;
  font-size: 24px;
  -webkit-appearance: none;
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon {
  -webkit-transition: all 0.3s cubic-bezier(1, 0.02, 0.47, 0.78);
  -o-transition: all 0.3s cubic-bezier(1, 0.02, 0.47, 0.78);
  transition: all 0.3s cubic-bezier(1, 0.02, 0.47, 0.78);
}

.btn.btn-link {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #931a43;
  font-size: 16px;
  color: #931a43;
  bottom: 0;
  position: relative;
}

.btn.btn-link:hover {
  border: 1px solid #cbae00;
  color: #cbae00;
  text-decoration: none;
}

.icon.is_stuck {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

/* END GENERAL */

/* FRONT PAGE */

.home section#hero {
  height: 100vh;
  background-size: cover;
  background-position: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.home section#hero h1 {
  color: #fff;
  font-size: 48px;
  text-transform: none;
  font-weight: 600;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.home section#hero h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
}

.home section#wichtig {
  background: #931a43;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.home section#wichtig p,
.home section#wichtig h1,
.home section#wichtig h2,
.home section#wichtig h3,
.home section#wichtig h4 {
  color: #fff;
}
.home section#services img {
  max-width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.home section#services {
  padding-top: 60px;
  padding-bottom: 60px;
}

.home section#services .btn-link {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.home section#news {
  background: #f4f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.home section#news img {
  margin-bottom: 15px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home section#news a {
  color: #931a43;
}

/* HEADER */

div.navbar {
  background: #fff;
  margin-bottom: 0 !important;
}

div.navbar .navbar-collapse {
  position: relative;
}
div.navbar-nav > li > a {
  font-weight: 600;
  text-transform: uppercase;
}
div.navbar .navbar-header,
div.navbar .navbar-header:hover {
  cursor: pointer;
  z-index: 9999999;
  position: relative;
}
div.navbar .navbar-brand {
  height: 100%;
}

.navbar-brand > img {
  width: 250px;

  -o-transition: all 0.3s;

  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

nav#nav-main {
  padding: 20px 0px;
}
nav#nav-main li {
  list-style: none;
  position: relative;
  float: left;
  margin: 0 10px;
  z-index: 40;
  height: 100% !important;
  padding-top: 11px;
  padding-bottom: 11px;
}

nav#nav-main li a {
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #931a43;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}

nav#nav-meta {
  position: absolute;
  right: 0px;
  bottom: 25px;
}

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

nav#nav-meta .links {
  padding-left: 20px;
  background: url(img/links.svg) left center no-repeat;
}

nav#nav-meta .contact {
  padding-left: 23px;
  background: url(img/contact.svg) left center no-repeat;
}

nav#nav-meta .impressum {
  padding-left: 20px;
  background: url(img/impressum.svg) left center no-repeat;
}

nav#nav-meta .lang-item {
  padding-left: 20px;
  background: url(img/lang.svg) left center no-repeat;
}

nav#nav-meta li {
  background-size: auto 12px !important;
}

nav#nav-meta ul > li {
  display: inline-block;
}

nav#nav-meta ul > li > a {
  color: #931a43;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 10px;
}

/* END HEADER */

/* Kontakt Map */
section#contact #map {
  height: 500px;
  margin-bottom: 60px;
}

section#contact label {
  width: 100%;
  font-weight: 500;
}
section#contact .wpcf7 input,
section#contact .wpcf7 textarea {
  background: transparent;
  min-height: 40px;
  border: 1px solid #931a43;
  border-radius: 5px;
  width: 100%;
}
section#contact #send_btn {
  background: transparent;
  min-height: 40px;
  border: 1px solid #931a43;
  border-radius: 5px;
  width: 250px;
  float: right;
}

/* Flex Slider */
#flexslider-hero {
  position: relative;
  z-index: 1;
  height: 500px;
  margin-bottom: 15px;
  border: none;
  margin-bottom: 60px;
}

#flexslider-hero .slides li > div {
  position: relative;
  height: 500px !important;
  background: url("") center center no-repeat;
  background-size: cover !important;
}
#flexslider-hero .flex-viewport {
  max-height: 500px !important;
}
.flex-control-paging {
  display: none !important;
}
.flex-direction-nav a {
  opacity: 1;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  height: 25px;
  width: 30px;
}
#flexslider-hero ul {
  padding: 0px !important;
}
.flex-direction-nav a.flex-disabled {
  opacity: 0;
}
.flex-direction-nav a {
  opacity: 1;
}
.flex-direction-nav .flex-next {
  right: 30px;
  background: url("img/arrow-right.svg") center;
  background-size: cover;
  height: 50px;
  font-size: 0px;
}
.flex-direction-nav .flex-prev {
  left: 30px;
  background: url("img/arrow-left.svg") center;
  background-size: cover;
  height: 50px;
  font-size: 0px;
}
.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before {
  content: " ";
}

.winzer-item {
  margin-bottom: 50px;
  padding-bottom: 30px;
  position: relative;
}

.winzer-item .content {
  position: relative;
  height: 100%;
  min-height: 140px;
}

.winzer-item h2 {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}
.winzer-item img {
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.winzer-item p {
  margin-bottom: 0;
}

.winzer-item h2 small {
  color: #000;
  margin-bottom: 0;
  font-size: 17px;
}

.winzer-item a {
  color: #931a43;
  text-decoration: underline;
  font-weight: 600;
}
.winzer-item .link-container {
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -40px;
  width: 100%;
}

.winzer-item .btn-link {
  text-decoration: none;
}
/* FOOTER */

footer a {
  color: #999;
}

footer {
  background: #931a43;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 60px;
  overflow: hidden;
  position: relative;
  min-height: 250px;
}

footer .link-list {
  padding-left: 70px;
  margin-top: 15px;
}

footer .link-list li {
  list-style: none;
}

footer .link-list a {
  color: #fff;
}

footer .map-container,
footer .map-container img {
  position: absolute;
  right: 0px;
  padding-right: 0px;
  top: 10px;
  height: 100%;
}

footer .logo {
  max-width: 250px;
}

footer .col-md-4 {
  z-index: 1;
}
footer .col-md-8 {
  z-index: 0;
}

/* END FOOTER */

@media (max-width: 991px) {
  nav#nav-main li a {
    font-size: 18px;
  }

  nav#nav-main li {
    margin: 0 5px;
  }

  .navbar-brand > img {
    max-width: 175px;
  }
  nav#nav-meta {
    bottom: 10px;
  }
}

/* 768 PX */

@media (min-width: 768px) {
  .home section#services div.col-sm-4:nth-child(-n + 4) {
    margin-bottom: 30px;
  }

  .home section#services div.col-sm-4:nth-child(n + 4) .content {
    padding-top: 30px;
    border-top: 1px solid #931a43;
  }

  header.is_stuck nav#nav-meta {
    display: none;
    opacity: 0;
  }
  header.is_stuck nav#nav-main li a {
    font-size: 20px;
  }
  header.is_stuck .navbar-brand > img {
    max-width: 175px;
  }

  .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  /* Fixes a Safari issue with flex wrap */
  .row:before,
  .row:after {
    width: 0;
  }

  .row > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* 767 PX */

@media (max-width: 767px) {
  .home section#hero {
    position: relative;
    background-position: 80%;
  }
  .home section#hero h1 {
    font-size: 42px;
  }
  .home section#hero .col-md-6 {
    position: absolute;
    top: 0;
    left: 0px;
  }

  div.navbar .navbar-collapse {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    opacity: 0;
    background: transparent;
    min-height: calc(100vh - 90px);
    position: absolute;
    width: 100%;
  }
  div.navbar .navbar-collapse.in {
    opacity: 1;
    background: #931a43;
    z-index: 9999;
    color: #fff;
  }
  nav#nav-main {
    margin: 0;
    padding: 0;
  }
  nav#nav-main ul {
    padding-left: 0px;
  }
  nav#nav-main li,
  nav#nav-meta li {
    margin: 0 10px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    float: none;
    display: block;
    position: relative;
    background: none;
    padding-left: 50px !important;
    border-bottom: 1px solid #cbae00;
  }
  nav#nav-meta {
    margin-top: 8px;
  }
  nav#nav-meta li:last-child {
    border-bottom: none;
  }
  nav#nav-main li:before,
  nav#nav-meta li:before {
    content: " ";
    position: absolute;
    top: 12px;
    height: 100%;
    background-origin: content-box;
    width: 30px;
    height: 30px;
    left: 0;
    background: url(img/mobile_menu_kontakt.svg) center center no-repeat;
  }

  nav#nav-main li.dorffest:before {
    background-image: url(img/mobile_menu_dorffest.svg);
  }

  nav#nav-main li.wypass:before {
    background-image: url(img/mobile_menu_wypass.svg);
  }

  nav#nav-main li.winzer:before {
    background-image: url(img/mobile_menu_winzer.svg);
  }

  nav#nav-main li.musik:before {
    background-image: url(img/mobile_menu_musik.svg);
  }

  nav#nav-main li.kinder:before {
    background-image: url(img/mobile_menu_kinder.svg);
  }

  nav#nav-main li.anreise:before {
    background-image: url(img/mobile_menu_anreise.svg);
  }

  nav#nav-meta li.links:before {
    background-image: url(img/mobile_menu_link.svg);
  }

  nav#nav-meta li.kontakt:before {
    background-image: url(img/mobile_menu_kontakt.svg);
  }
  nav#nav-meta li.impressum:before {
    background-image: url(img/mobile_menu_impressum.svg);
  }
  nav#nav-meta li.lang-item:before {
    background-image: url(img/mobile_menu_sprache.svg);
  }

  nav#nav-main li a,
  nav#nav-meta ul > li > a {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
  }

  nav#nav-meta {
    position: relative;
  }
  nav#nav-meta ul li {
    float: none;
    display: block;
  }
  .navbar-toggle .icon-bar {
    background: #931a43;
  }

  .navbar-toggle {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .home section#services div.col-sm-4:nth-child(n + 1) .content {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .home section#services div.col-sm-4:nth-child(n + 2) .content {
    border-top: 1px solid #931a43;
  }
}

/* 480 PX */

@media (max-width: 480px) {
}

/* END MEDIA QUERYS */

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .icon {
    max-height: 150px !important;
    max-width: 150px !important;
  }
  nav#nav-meta .menu-item {
    padding-left: 40px;
  }
  nav#nav-meta .links {
    padding-left: 30px;
  }
  nav#nav-meta .lang-item {
    padding-left: 35px;
  }
}
