/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2014 Leo Feyer
 *
 * @package Core
 * @link    https://contao.org
 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Standardize some basic elements
 */
body,form,figure {
    margin:0;
    padding:0;
}
img {
    border:0;
}
header,footer,nav,section,aside,article,figure,figcaption {
    display:block;
}
/**
 * Fix some font issues
 */
body {
    font-size: 100%;
}
select,input,textarea {
    font-size:99%;
}
/**
 * Fix some positioning issues
 */
#container,.inside {
    position:relative;
}
/**
 * Clear floats
 */
.block {
    overflow:hidden;
}
.clear,#clear {
    height:0.1px;
    font-size:0.1px;
    line-height:0.1px;
    clear:both;
}
/**
 * Hide invisible elements
 */
.invisible {
    width:0;
    height:0;
    left:-1000px;
    top:-1000px;
    position:absolute;
    overflow:hidden;
    display:inline;
}
/**
 * Custom layout sections
 */
.custom {
    display:block;
}
#container:after,.custom:after {
    content:"";
    display:table;
    clear:both;
}
/**
 * Float classes (see #6851)
 */
.float_left {
    float:left;
}
.float_right {
    float:right;
}
html {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 100%;
  color: #000000;
}
h1 {
  margin-top: 0;
}
h2 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 0;
}
h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  margin: 0 0 18px 0;
  margin: 0 0 1.125rem 0;
}
a {
  color: #333333;
}
a:hover {
  text-decoration: none;
}
*:focus {
  outline: none;
}
@media screen and (max-width: 767px){
  h1 {
    font-size: 1.6875rem;
  }
  h2 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1023px){
  h1 {
    font-size: 1.6875rem;
  }
  h2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px){
  .zweispaltig .inside {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-bottom: 18px
  }
  .zweispaltig .inside p {}

  h2 {
    -webkit-column-span: all;
       -moz-column-span: all;
            column-span: all;
    margin-top: 18px !important;
  }
}
html,body {
  height: 100%;
  width: 100%;
}
body {
  background: #f3f2ee;
}
#wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
#container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#left {
  float: left;
  min-width: 230px;
  margin-bottom: 100px;
}
#main {
  float: left;
  width: calc(100% - 230px);
  margin: 0 auto;
}
.layout_headerbild #main {
  width: 100%;
}
.layout_headerbild #main > .inside {
    padding: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .layout_headerbild #main > .inside {
        padding-left: 0;
    }
}
@media screen and (min-width: 768px) {
  .layout_headerbild #main {
        padding: 0 0 0 230px;
    }
}
@media screen and (max-width: 1023px){
  #wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 499px){
  #container {
    display: block;
  }

  #left,
  #main {
    width: 100%;
  }
}
#header .inside {
    text-align: right;
}
.layout_headerbild #header > .inside > .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 54px 0;
    text-align: right;
}
.layout_headerbild #header .mod_pageImage {
    position:relative;
    float: left;
    width: calc(100% - 230px);
    min-height: 232px;
    -ms-flex-preferred-size: calc(100% - 230px);
        flex-basis: calc(100% - 230px);
}
.layout_headerbild #header .mod_pageImage > div {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 15px;
    background-size: cover;
    background: red;
}
.headerlinks a {
    display: inline-block;
    padding: 0 15px;
    margin: 0 0 54px 15px;
    text-decoration: none;
    background-color: #d1cbcb;
    font-size: 16px;
    font-size: 1rem;
    line-height: 27px;
    line-height: 1.6875rem;
    color: white;
}
.headerlinks a:last-child {
    margin-right: 15px;
}
.headerlinks a:hover {
    background-color: #8e8787;
    color: white;
}
.wrapper .wrapper {
  float: left;
  position: relative;
  min-width: 230px;
}
@media screen and (max-width: 499px) {
  .wrapper .wrapper {
    width: 100%;
    margin-bottom: 100px;
  }

  .layout_headerbild #header .mod_pageImage {
        width: 100%;
        height:200px;
    }

  .layout_headerbild #header > .inside > .wrapper {
        display: block;
    }
}
@media screen and (min-width: 500px){
  .layout_headerbild #header .mod_pageImage {
        min-height: 555px;
    }
}
@media screen and (min-width: 500px) and (max-width: 1439px) {
  .layout_headerbild #header .mod_pageImage > div {
        left: 0;
    }
}
#nav_main {
  display: block;
  height: auto;
  margin: 0 15px 0 15px;
  text-align: left
}
#nav_main ul.level_1 {
    margin: 18px 18px 18px;
    padding: 0;
}
#nav_main ul.level_2 {
    margin: 0 0 0 15px;
    padding: 0;
}
#nav_main li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: white;
}
#nav_main a {
    color: white;
    text-decoration: none;
}
#nav_main a,
  #nav_main strong {
    line-height: 36px;
    line-height: 2.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
}
#logo {
  margin-top: -1px
}
#logo .inside {
    margin: 0 15px;
    padding: 72px 0 30px 54px;
}
#logo a {
    display: block;
    position: relative;
    width: 130px;
    height: 130px;
    margin-left: 5px;
}
#logo img {
    position: relative;
    width: 100%;
    height: auto;
    bottom: -72px;
}
.ha {
  display: none;
}
@media screen and (max-width: 499px){
  #nav_main {
    height: 0
  }
  #nav_main ul.level_1 {
        margin: 54px 18px 18px;
    }

  .ha {
    display: block;
  }
}
#footer {
  text-align: right
}
#footer .inside {
    padding-top: 60px;
    margin-right: 15px;
}
#footer p {
    font-size: 16px;
    font-size: 1rem;
}
.ha {
  position: absolute;
  width: 30px;
  height: 20px;
  z-index: 40;
  cursor: pointer;
  top:15px;
  right: 30px;
}
.ha-box {
  display: block;
}
.ha-inner, .ha-inner::before, .ha-inner::after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #000000;

  -webkit-transition-property: -webkit-transform;

  transition-property: -webkit-transform;

  transition-property: transform;

  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.ha-inner::before {
  top: 8px;
}
.ha-inner::after {
  top: 16px;
}
.sidr-onopen .ha-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
  background-color: #000000;
}
.sidr-onopen .ha-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  background-color: #000000;
  opacity: 0;
}
.sidr-onopen .ha-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
          transform: translate3d(0, -16px, 0) rotate(-90deg);
  background-color: #000000;
}
#main .ce_hyperlink.bg_weiss {
    margin: 0 15px 30px 15px;
}
#main .ce_hyperlink.bg_weiss .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.bg_weiss .inside {
    background-color: white;
    padding: 15px;
}
.ce_hyperlink a {
    display: inline-block;
    -ms-flex-negative: 3;
        flex-shrink: 3;
    padding: 6px 30px;
    margin-bottom: 7px;
    background-color: #8e8787;
    color: white;
    text-decoration: none;
    text-align: center;
}
.ce_text ul {
    margin: 0 0 18px 0;
    margin: 0 0 1.125rem 0;
    padding: 0;
    padding-right: 30px;
    max-width: 66.66%;
}
.ce_text li {
    border-bottom: 1px solid #000000;
    margin: 0;
    padding: 9px 0;
    padding: 0.5625rem 0;
    list-style: none;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
}
.pagination {
  padding: 0 15px 30px 15px
}
.pagination ul {
    margin: 0;
    padding: 0;
}
.pagination li {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 7px;
    margin-bottom: 7px;
    list-style: none;
}
.pagination a,
  .pagination strong {
    display: block;
    padding: 15px;
    background-color: white;
    text-decoration: none;
}
.pagination strong,
  .pagination li:hover a {
    color: white;
}
.ce_gallery ul {
    margin: 30px -9px;
    padding: 0;
    overflow: hidden;
}
.ce_gallery li {
    display: block;
    float: left;
    width: 230px;
    list-style: none;
    text-align: center;
    margin: 9px 0;
}
.ce_gallery li:hover .image_container {
    -webkit-box-shadow: 0px 4px 25px -8px rgba(0, 0, 0, .3);
            box-shadow: 0px 4px 25px -8px rgba(0, 0, 0, .3);
}
.ce_gallery .image_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 200px;
    margin: 0 9px;
    background-color: white;
    overflow: hidden;
}
.ce_gallery a {
    display: block;
    max-width: 100%;
    padding: 20px;
}
.ce_gallery img {
    width: auto;
    margin: auto;
}
.ce_download {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem
}
.ce_download span {
    display: inline-block;
    height:54px;
    margin-right: 15px;
    margin-top: 9px;
}
.ce_download a:hover {
    text-decoration: none;
}
.ce_download img {
    width: auto;
    height: 100%;
}
@media screen and (max-width: 1023px) {
  .ce_text ul {
        padding-right: 0;
        max-width: 100%;
    }
}
@media screen and (max-width: 900px) {
  #main .ce_hyperlink.bg_weiss .inside {
        display: block;
    }

  .ce_gallery li {}
}
@media screen and (max-width: 767px) {
  .ce_hyperlink a {
        display: block;
    }
  .ce_gallery li {}
}
@media screen and (min-width: 500px) and (max-width: 1439px){
  #main .ce_hyperlink.bg_weiss {
        margin-left: 0;
    }
}
.mod_article.w34 {
  width: 75%;
}
.mod_muvwphotolist,
.mod_eventlist,
.mod_muvwlist .kacheln {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mod_muvwphotolist .kachel,
.event {
  float: left;
  width: 25%;
  padding: 0 15px 30px 15px
}
.mod_muvwphotolist .kachel .inside, .event .inside {
    background-color: white;
    padding: 18px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
}
.mod_muvwphotolist .kachel img, .event img {
    width: 100%;
    height: auto;
}
.mod_muvwphotolist .kachel a, .event a {
    text-decoration: none;
}
.mod_muvwphotolist .kachel.slogan .inside {
    position: relative;
    padding: 0;
}
.mod_muvwphotolist .kachel.slogan p {
    position: absolute;
    display: inline-block;
    right:0;
    bottom: 0;
    margin: 0;
    padding: 18px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    line-height: 1.6875rem;
    font-weight: 700;
    color: white;
}
.kachel:hover .inside,
.kachel_open .inside {
  -webkit-box-shadow: 0px 4px 25px -8px rgba(0, 0, 0, .3);
          box-shadow: 0px 4px 25px -8px rgba(0, 0, 0, .3);
}
.kachel_open h2:before,
.kachel_open h2:after {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  height: 2px;
  width: 15px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.kachel_open h2:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mod_muvwphotolist h3 {
    margin-bottom: 0;
}
.mod_muvwlist .kachel {
    padding: 0 15px 0 15px;
    margin-bottom: 15px;
}
.mod_muvwlist .kachel h2,
    .mod_muvwlist .kachel .slider_container {
    background-color: white;
    padding: 18px;
}
.mod_muvwlist .kachel h2 {
    position: relative;
    margin: 0;
    padding-right: 40px;
    cursor: pointer;
}
.mod_muvwlist .kachel a {
    text-decoration: underline;
}
.mod_muvwlist .kachel ul {
    margin: 0 0 0 0;
    padding: 0;
    min-width: 60%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.mod_muvwlist .kachel li {
    border-bottom: 1px solid #000000;
    margin: 0;
    padding: 0 30px 0 0;
    list-style: none;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
}
.mod_muvwlist.open .kachel > .inside {
    background-color: white;
    height: 100%;
}
.event,
.mod_muvwlist .kachel {
  width: 50%;
}
.mod_eventreader {
  background-color: #eaeaea;
  padding: 15px;
}
.slider_container {
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1439px){
  .mod_muvwphotolist .kachel {
    width: 33.333%;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px){
  .mod_muvwphotolist .kachel.slogan p {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}
@media screen and (max-width: 1023px){
  .mod_muvwphotolist .kachel,
  .mod_muvwlist .kachel,
  .event {
    width: 50%;
    padding-right: 15px;
  }

  .mod_muvwphotolist .kachel,
  .event {
    padding-bottom: 15px;
  }

  .mod_muvwlist .kachel {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px){
  .mod_muvwphotolist .kachel,
  .mod_muvwlist .kachel,
  .event {
    width: 100%;
    padding-right: 15px;
  }

  .kachel h2 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 1439px){
  .mod_muvwphotolist .kachel,
  .mod_muvwlist .kachel,
  .event {
    padding-left: 0;
  }
}
@media screen and (max-width: 1439px){
  .mod_article.w34 {
    width: 100%;
  }
  .event,
  .mod_muvwlist .kachel {
    width: 100%;
  }
}
.ce_form,
.mod_login,
.mod_personalData,
.mod_lostPassword {
  background-color: #eaeaea;
  padding: 15px;
  margin-top: 30px;
  overflow: hidden
}
.ce_form *, .mod_login *, .mod_personalData *, .mod_lostPassword * {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
}
.mod_login,
.mod_personalData,
.mod_lostPassword {
  margin-top: 0;
  margin-bottom: 30px;
}
/* fieldset */
fieldset {
  border: 0;
  padding: 0;
  margin: 15px 0;
}
/* label */
label {
  display: block;
  margin-bottom: 5px;
}
/* input text */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
textarea,
button{
  -webkit-appearance: none !important;

  display: block;
  width: 100%;
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  padding: 3px 5px;

  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;

  border: 1px solid #eaeaea;
  border-radius: 0;
}
/* submit button */
button[type="submit"] {
  width: auto;
  background-color: #8e8787;
  cursor: pointer;
  padding: 6px 30px;
  line-height: normal;
  margin: auto auto auto 0;
  color: white;
}
button[type="submit"]:hover {
  background: #00A146;
}
/* textarea */
textarea {
  font-family: skolar-sans-latin, sans-serif;
  min-height: 50px;
}
/* checkbox */
input[type="radio"],
input[type="checkbox"] {
  display: block;
  float: left;
  margin-right: 10px;
  height: 24px;
  height: 1.5rem;
}
.radio_container > span {
  display: block;
  overflow: hidden;
}
.radio_container label {
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px){
  .formbody {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .mod_login .formbody {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .widget {
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid;
  }

  .widget-textarea,
  .widget-submit {
    -webkit-column-span: all;
       -moz-column-span: all;
            column-span: all;
    margin-top: 1rem;
  }
}
/* Responsive images */
img {
  display: block;
}
.image_container img,
svg {
  max-width:100%;
  height:auto;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*# sourceMappingURL=standard.css.map */
