.verlegemuster-main .row {
  margin: 0 -10px;
}

.verlegemuster-main .col-xs-12 {
  padding: 0 10px;
}

.verlegemuster-main strong {
  font-weight: 600;
}

.verlegemuster-main {
  padding: 30px 0px 0px 0px;
}

.verlegemuster-blog {
  -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.25);
  float: left;
  width: 100%;
  padding: 20px 15px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.verlegemuster-blog h2 {
  margin: 0 0 12px 0;
  font-size: 22px;
  font-weight: 600;
}

.verlegemuster-blog p {
  margin: 12px 0 0 0;
}

.map-section {
  padding: 30px 0px 0px 0px;
}

.map-wrap {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 20px 0 0 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 15px;
}

.map-address p:last-child {
  margin-bottom: 0px;
}

.map-wrap strong {
  font-weight: 600;
}

.map-iframe iframe {
  width: 100% !important;
}

.form-field {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.form-field label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field input[type="url"],
.form-field textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #cccccc;
  padding: 5px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
}

.form-field textarea {
  height: 120px;
  resize: none;
  padding: 15px;
}

.form-field input[type="submit"] {
  background: #e2c491;
  color: #ffffff;
  width: 120px;
  height: 40px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.area-uniq {
  background: transparent;
}

/* .navigation li:nth-child(even) a.active{
  color: #ffffff;
}

.navigation li:nth-child(odd) a.active{
  color:#b26835;
} */

.navigation li a.active {
  box-shadow: 0 0 0 0 #fff inset;
  color: #fff !important;
}

.map-section.map-section-uniq {
  padding: 0;
}

@media (min-width: 992px) {
  .home-slide-content h1 {
    font-size: 60px;
    letter-spacing: 0;
    line-height: 1.2;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .home-slide-content h1 {
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0;
  }
}

@media(max-width: 767px) {
  .home-slide-content h1 {
    letter-spacing: 0;
  }

  .map-iframe {
    margin-top: 25px;
  }

  .verlegemuster-main,
  .map-section {
    padding: 30px 0px 0px 0px;
  }
}

@media(max-width: 480px) {
  .map-iframe iframe {
    width: 100% !important;
    height: 250px !important;
  }
}

.headline-saperator::after {
  content: '';
  height: 26px;
  width: 26px;
  top: 0px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/favicon-wegener.png) no-repeat center center;
  background-size: 26px 26px;
}

@media(max-width: 576px){
  .ce-gallery {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .ce-bodytext {
    width: 100%;
  }
}