<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mean-container .mean-nav &gt; ul {
  height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
}

.folgeseite {
  background-image: url(../img/bg/himmel.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-title-area {
  padding: 40px 0 25px 0;
}

.banner-title-area h1 {
  color: #3e3e3e;
}

.about-service-text h2 {
  text-align: center !important;
}

.section-title &gt; p {
  margin-top: 20px;
}

.about-service-area {
  padding-top: 0;
}

.switch-reihenfolge-a {
  -webkit-order: 1;
  order: 1;
}
.switch-reihenfolge-b {
  -webkit-order: 2;
  order: 2;
}

.slider-two-area .single-slide h3,
.slider-two-area .single-slide h1,
[dark-overlay] .single-slide h3,
[dark-overlay] .single-slide h1,
.single-slide .text-white h3,
.single-slide .text-white h1 {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(109, 109, 109, 0.54);
}

.menu-wrapper {
  justify-content: center;
  padding-top: 20px;
}

.menu-item {
  padding: 20px;
}

.about-service-text {
  padding-top: 0;
}
.bg-ausflugsziele {
  min-height: 80vh;
  background-image: url(../img/bg/landschaft-freiamt.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 30px;
}

.box-ausflugsziele {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 40px 20px;
  border-radius: 10px;
  border: 1px solid silver;
  margin-bottom: 30px;
}

.spalte-links,
.spalte-rechts {
  padding: 0 20px;
}

.liste li {
  font-size: 1rem;
  line-height: 1.6;
}

.zoom-tip {
  position: absolute;
  left: 10px;
  top: -20px;
  border: 2px dotted silver;
  padding: 10px;
  display: none;
}

/* ++++++++++++++++++++ Formulare ++++++++++++++++++ --&gt; */


.form-check {
  padding-left: 1.25rem;
}

.form-check-input {
  /* position: absolute; */
  /* margin-top: .25rem; */
  margin-left: -1.25rem;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  width: 25px;
  height: 25px;
}

.error {
  color: #d30227;
}

.form-size {
  border: 1px solid silver;
  background-color: rgba(255,255,255,0.8);
  border-radius: 10px;
  padding: 40px;
  margin-bottom:30px;"
}

.checkbox-size {
  width: 20px;
  height: 20px;
}

.checkboxarea {
  width: 22px;
  height: 22px;
  float: left;
}

.checkbox-label {
  margin-left: 28px;
}

.gesendet {
  margin-bottom: 20px;
  color: orangered;
  font-size: 1rem;
  line-height: 1.4;
}

#scrollUp {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.16);
}



/* ++++++++++++++++++++ Media Queries ++++++++++++++ --&gt; */

@media (min-width: 768px) {
  .slider-banner {
    position: relative;
    top: -200px;
  }

  .zoom-tip {
    display: block;
  }

  .mainmenu-area {
    height: 200px;
  }

  .slider-two-area .single-slide h3,
  .slider-two-area .single-slide h1,
  [dark-overlay] .single-slide h3,
  [dark-overlay] .single-slide h1,
  .single-slide .text-white h3,
  .single-slide .text-white h1 {
    color: #3e3e3e;
    text-shadow: none;
  }
}

@media (min-width: 992px) {

  .form-size {
    margin-left: 20%;
    width: 60%;
    padding: 40px;
    margin-bottom:30px;"
  }

  
  .switch-reihenfolge-a {
    -webkit-order: 2;
    order: 2;
  }
  .switch-reihenfolge-b {
    -webkit-order: 1;
    order: 1;
  }

  .about-service-text h2 {
    text-align: left !important;
  }
}
</pre></body></html>