/*
CSS waldmannshausen.de
WST 2018-2025
*/

/* Grundlayout */

html {
  box-sizing: border-box;
}
*, ::before, ::after {
  box-sizing: inherit;
}
.box {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

/* Allgemeines zu Schriften, Farben, Abstände etc. */

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 18px;
  line-height: 1.666667em;
  background-attachment: fixed;
  background-color: #f8ede7;
}
.textumbruch {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, table, ol, ul, form, .content-gallery ul, .content-hyperlink {
  margin-bottom: 20px;
}
a {
  color: #386C3A;
  text-decoration: underline;
}
.rte a, .mod_faqlist a, .mod_faqreader a, .content-hyperlink {
  font-weight: 500;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
a, a *, a:before, a:after {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25em;
  margin: 0 0 20px;
  color: #b35250;
}
h1 {
  font-size: 36px;
  line-height: 1.25em;
}
h2 {
  font-size: 30px;
  line-height: 1.25em;
  border-bottom: 2px solid #b35250;
  margin-top: 10px;
}
strong {
  font-weight: 700;
}
table {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 20px !important;
}
td, th {
  padding: 0 20px 0 0;
}
.tabelle td, .tabelle th {
  padding: 10px 15px !important;
  border: 1px solid #333;
}
.tabelle td:last-of-type, .tabelle th:last-of-type {
  padding-right: 5px;
}
.tabelle caption {
  padding-bottom: 10px;
}
.pagination {
  text-align: center;
}
.pagination p {
  margin-bottom: 0;
}
.pagination ul {
  display: inline-block;
}
.pagination li {
  float: left;
  padding: 0 10px;
}
.img-border-white img {
  background-color: #fff;
  padding: 15px;
}

/* Formulare */

form {
  max-width: 600px;
}
label {
  display: block;
}
input, textarea, button {
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid #333;
  padding: 6px 12px;
  background-color: #f5e3db;
}
.widget-submit {
  text-align: right;
}
button.submit {
  width: auto;
  background-color: #636883;
  color: #fff;
}
input.checkbox {
  width: auto;
  float: left;
}
input.captcha {
  width: 50px;
}
input, textarea {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input:focus, textarea:focus, button.submit:hover {
  background-color: #fff !important;
  color: #333 !important;
}

/* Kopfbereich */

#header {
  background-color: #636883;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#header .inside, #footer .inside {
  padding: 10px 20px;
}
#logo {
  float: left;
}
#logo a, #headerImg strong {
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  display: block;
  text-decoration: none;
}
#logo a:hover {
  text-decoration: none;
}
#logo svg {
  display: inline-block;
  height: 24px;
  width: auto;
  vertical-align: text-bottom;
  margin-bottom: 2px;
}
#social {
  float: right;
  margin-right: 40px;
  display: flex;
  grid-gap: 10px;
  height: 100%;
}
#social a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 24px;
  height: 40px;
}
#social svg {
  display: block;
  height: 24px;
  width: auto;
}
#navTop, .mod_mobile_menu {
  float: right;
}
#header-pic .large {
  width: 100%;
  height: 150px;
  /*background:transparent url(../../header_pic/header_0.jpg) center center repeat-x;*/
}
#headerImg {
  position: relative;
}
#headerImg .content-text {
  position: absolute;
  left: 40px;
  bottom: 40px;
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  background-color: rgba(201, 181, 156, 0.9);
  width: 140px;
  height: 140px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  text-align: center;
  padding-top: 44px;
  border: 2px solid #636883;
}
#headerImg .content-text, #headerImg strong {
  line-height: 24px;
  color: #636883;
}
#headerImg strong {
  display: inline-block;
}
#headerImg img {
  display: block;
  width: 100%;
  max-width: none;
}

/* Navigationen */

#navTop ul {
  margin-bottom: 0;
}
#navTop li {
  float: left;
  padding: 5px 0;
}
#navTop a, .mobile_menu_trigger {
  display: block;
  padding: 0 10px;
  color: #fff;
  border-right: 2px solid #fff;
  line-height: 30px;
  text-decoration: none;
}
.mobile_menu_trigger {
  padding: 5px;
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
@media (hover: hover) {
  .mobile_menu_trigger:hover {
    cursor: pointer;
  }
}
.mobile_menu_trigger svg {
  display: inline-block;
  height: 18px;
  width: auto;
}
#navTop a:hover, .mobile_menu_trigger:hover {
  text-decoration: underline;
}
#navTop li:last-of-type a, .mobile_menu_trigger {
  border-right: 0;
}
:not(p)>img, :not8td)>img {
  width: auto;
  height: auto;
}
#main .content-text img, #main .content-image img, .content-gallery figure {
  display: block;
  border: 4px solid #b35250;
  margin-bottom: 29px;
}
#main .media--left img {
  margin-right: 30px;
}
#main .media--right img {
  margin-left: 30px;
}
.ie7 .mobile_menu, .op12 .mobile_menu, .op11 .mobile_menu, .op10 .mobile_menu, .ff1 .mobile_menu, .ff2 .mobile_menu, .ff3 .mobile_menu, .ff4 .mobile_menu, .ff5 .mobile_menu, .ff6 .mobile_menu, .ff7 .mobile_menu, .ff8 .mobile_menu, .ff9 {
  display: none !important;
}
.mobile_menu_trigger:hover {
  cursor: pointer;
}
.mobile_menu .inner {
  background-color: #636883;
}
.mobile_menu ul {
  margin-bottom: 0;
}
.mobile_menu li {
  list-style-type: none;
  border-bottom: 1px solid #DCDCDC;
}
.mobile_menu li.inner, .mobile_menu .inner a {
  overflow: visible;
}
.mobile_menu .submenu li.last {
  border-bottom: 0;
}
.mobile_menu .submenu li.first {
  border-top: 1px solid #DCDCDC;
}
.mobile_menu a, .mobile_menu strong {
  display: block;
  color: #DCDCDC;
  padding: 5px 15px;
  text-decoration: none;
}
.mobile_menu .submenu_hide>a:before, .mobile_menu .submenu_hide>span:before {
  display: inline-block;
  content: "+";
  width: 20px;
}
.mobile_menu .submenu_show>a:before, .mobile_menu .submenu_show>strong:before {
  display: inline-block;
  content: "-";
  width: 20px;
}
.mobile_menu a:hover, .mobile_menu a.active, .mobile_menu strong {
  color: #333;
  background-color: #DCDCDC;
}
.mobile_menu .level_2 {
  padding-left: 20px;
}
.mobile_menu .level_3 {
  padding-left: 40px;
}
.mobile_menu .versteckt {
  display: none;
}

/* Hauptbereich */

#wrapper {
  padding-top: 60px;
}
#main .inside, #left .inside {
  padding-top: 40px;
  padding-bottom: 20px;
}

/* Linke Spalte */

#left .inside {
  padding-right: 50px;
}
#left .mod_navigation>strong {
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.25em;
  color: #636883;
  border: 4px solid #636883;
  border-width: 0 0 4px 4px;
  display: block;
  padding: 0 0 4px 8px;
}
#left ul {
  margin-bottom: 30px;
}
#left li {
  padding: 0;
  margin: 0;
}
#left a, #left strong {
  color: #636883;
  display: block;
  border-left: 4px solid #f8ede7;
  padding-right: 14px;
  text-decoration: none;
}
#left a:hover, #left strong, #left a.trail {
  border-color: #636883;
  padding-left: 14px;
  padding-right: 0;
  text-decoration: none;
}
#left strong, #left a.trail {
  font-weight: 700;
}
#left ul.level_2 {
  margin-left: 18px;
  margin-bottom: 0;
}
#left .level_2 a, #left .level_2 strong {
  border: 0;
}

/* Fußbereich */

#footer {
  background-color: #636883;
}
#footer, #footer a {
  color: #fff;
}

/* HoverPic */

#hover-pic {
  width: 500px;
  height: 273px;
  position: relative;
  padding: 5px;
  background: #dcdcdc url("../../publisher/Fotos_Gelaende/gelaende4.jpg") center center no-repeat;
  border: 1px solid #694B28;
  margin-bottom: 15px;
}
#hover-pic ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}
#hover-pic li {
  position: absolute;
  margin: 0;
  padding: 0
}
#hover-pic a {
  width: 17px;
  height: 16px;
  position: absolute;
  text-indent: -1000em
}
#hover-pic .spot-a {
  left: 436px;
  top: 90px
}
#hover-pic .spot-b {
  left: 395px;
  top: 79px
}
#hover-pic .spot-c {
  left: 426px;
  top: 50px
}
#hover-pic .spot-d {
  left: 361px;
  top: 77px
}
#hover-pic .spot-e {
  left: 478px;
  top: 88px
}
#hover-pic .spot-f {
  left: 483px;
  top: 114px
}
#hover-pic .spot-g {
  left: 458px;
  top: 106px
}
#hover-pic .spot-h {
  left: 420px;
  top: 150px
}
#hover-pic .spot-i {
  left: 372px;
  top: 172px
}
#hover-pic .spot-j {
  left: 415px;
  top: 107px
}
#hover-pic .spot-l {
  left: 274px;
  top: 112px
}
#hover-pic .spot-m {
  left: 201px;
  top: 171px
}
#hover-pic .spot-n {
  left: 205px;
  top: 250px
}
#hover-pic .spot-p {
  left: 129px;
  top: 159px
}
a[name] {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -80px 0 0 !important;
}

/* Gästebuch */

.comment_default {
  padding: 10px 10px 0;
  border: 1px solid #333;
  margin-bottom: 20px;
  background-color: #f8ede7;
}
.comment_default p.info {
  font-weight: 700;
}
.comment_default p {
  margin-bottom: 10px;
}

/* Programm */

#pic_2 {
  width: 100%;
  max-width: 700px;
  max-height: 372px;
  background-size: contain;
  height: auto;
}
#pic_2 .container {
  position: relative;
  padding-bottom: 53.14286%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
#main #pic_2 a {
  width: 19%;
  bottom: 0;
  left: 22.85714%;
  height: auto;
}
#pic_2 .spot-2 a {
  margin-left: 19%;
}
#pic_2 .spot-3 a {
  margin-left: 38%;
}
#pic_2 .spot-4 a {
  margin-left: 57%;
}

/* Galerie */

#main .content-gallery img {
  margin-bottom: 0;
  border: 0;
}
.content-gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.content-gallery li {
  padding: 5px;
}
.content-gallery a, .content-gallery img {
  display: block;
}
.content-gallery.gal_bg_white li figure, .content-gallery.gal_bg_white a {
  display: flex;
  justify-content: center;
  align-content: center;
}
.content-gallery.gal_bg_white li figure {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 5px;
}
.content-gallery--cols-2 li {
  width: 50%;
}
.content-gallery--cols-3 li {
  width: 33.333333%;
}
.content-gallery--cols-4 li {
  width: 25%;
}
.content-gallery--cols-5 li {
  width: 20%;
}
.content-gallery--cols-6 li {
  width: 16.666666%;
}

/* Responsive */

@media (max-width: 1199px) {
  #header .inside, #footer .inside {
    padding-left: 10px;
    padding-right: 10px;
  }
  #navTop {
    display: none;
  }
  .content-gallery--cols-3 li, .content-gallery--cols-4 li {
    width: 50%;
  }
  .content-gallery--cols-5 li, .content-gallery--cols-6 li {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.666667em;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    line-height: 1.25em;
  }
  h1 {
    font-size: 24px;
    line-height: 1.25em;
  }
  h2 {
    font-size: 20px;
    line-height: 1.25em;
    border-bottom: 2px solid #636883;
    margin-top: 10px;
  }
  #logo a, .mobile_menu_trigger {
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
  }
  #logo svg {
    height: 16px;
    width: auto;
  }
  .box, #header .inside, #footer .inside.box, #left .inside {
    padding-left: 5px;
    padding-right: 5px;
  }
  #left {
    border-top: 4px solid #636883;
    margin-left: -5px;
    margin-right: -5px;
    background-color: #f8ede7;
  }
  #left a, #left strong {
    border-left: 0;
    padding-left: 14px;
  }
  #left a:hover {
    font-weight: 700;
  }
  .media--left, .media--right {
    float: none;
  }
  #main .media--right img, #main .media--left img {
    margin-left: 0;
    margin-right: 0;
  }
  .content-gallery--cols-3 li, .content-gallery--cols-4 li {
    width: 100%;
  }
  .content-gallery--cols-5 li, .content-gallery--cols-6 li {
    width: 50%;
  }
}
@media all and (max-width:575px) {
  #header .inside {
    padding: 0 5px;
  }
  .tabelle td, .tabelle th {
    padding-right: 5px;
  }
  #logo {
    float: none;
  }
  #logo span {
    white-space: nowrap;
  }
}
@media all and (max-width:520px) {
  .mobile_menu {
    width: 80% !important;
  }
}
