/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lora-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v26-latin-regular.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-700 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lora-v26-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v26-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v26-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v26-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v26-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v26-latin-700.svg#Lora') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-pro-v21-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/*
 * CoreSheet v1.0.4
 * A responsive Sass/CSS3 framework including a percentage-based grid system
 * http://coresheet.net
 *
 * Copyright (C) Matthias Schuetz
 * Free to use under the MIT license
 */
/*
 * ----------------------------------------------------- Common Elements
 */
html,
body {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font: normal normal 400 16px / 1.45 'Source Sans Pro', sans-serif;
  color: #a4a4a4;
}
img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
video,
audio {
  max-width: 100%;
}
p {
  margin: 0 0 1em;
}
p.back {
  margin: 3em 0 1em;
  font-size: 0.8em
}
a {
  text-decoration: none;
  background-color: transparent;
  color: #a4a4a4;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
a:not(.button) {
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
a:not(.button):active {
  color: #525252;
}
a:not(.button):hover {
  color: #525252;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block
}
.block {
  overflow: hidden
}
.clear,
#clear {
  height: .1px;
  font-size: .1px;
  line-height: .1px;
  clear: both
}
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
hr {
  width: 100%;
  height: 0;
  margin: 0;
  border-width: 1px 0 0 0;
  border-color: #d6d6d6;
  border-style: solid;
  border-image: none;
  clear: both;
}
code,
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
ul {
  margin: 0;
  padding: 0;
}
/*
 * ----------------------------------------------------- Page Layout Elements
 */
#topheader .inside {
  max-width: 1304px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.start #header .inside {
  max-width: 1024px;
  margin: 0 auto;
}
#header .inside {
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 0;
}
.programm #header .inside {
  max-width: 1024px;
  padding-left: 0px;
  padding-right: 0px;
}
#footer .inside,
.start #main .inside {
  max-width: 924px;
  margin: 0 auto;
  padding: 30px;
}
#main .inside {
  max-width: 924px;
  margin: 0 auto;
  padding: 100px 30px 30px;
}
/*
 * ----------------------------------------------------- Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
}
h1 {
  font-size: 1.6em;
  text-transform: uppercase;
  margin: 0 0 1.5em;
  color: #c56400;
}
h2 {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 0;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1em;
}
/*
 * ----------------------------------------------------- Forms
 */
fieldset {
  padding: 0;
  border: none;
}
label {
  display: inline-block;
  margin: .5em 0 .2em;
}
legend {
  margin: .5em 0 .2em;
}
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: 1px solid #bbb;
  padding: .5em .75em;
  box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  resize: vertical;
}
select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAKCAYAAAA6jzeaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkVERjJERkRBQkVCMTFFNEFDN0Q5QjI0MDk3OTlBRjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkVERjJERkVBQkVCMTFFNEFDN0Q5QjI0MDk3OTlBRjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRURGMkRGQkFCRUIxMUU0QUM3RDlCMjQwOTc5OUFGOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRURGMkRGQ0FCRUIxMUU0QUM3RDlCMjQwOTc5OUFGOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuR/G+4AAAENSURBVHjatJG9agJREIVnTeIbBPIMVnmCIAhqmUpiYTp3i5Q+ihC5lUVEiYW1BGy0SJsq4AMEAoFACKSw2XwDpxB/UNh14ONw587cOcyN4jgumtkTPIcQJnZkJElyizShRd/KMkQBRtBwEzx8d6QBrxurb2gZw008wh+cw4AB9wcM+P0ALtTXy2yCVc7QOvzCGfQZ1N5jwPN91Xl9Xf2ZN2E8tEBq8KNcYODDhgE/B917XU19losJGXlFKvANEXQZ3JEB167yfl9RfS4RpWm6ufJr5AUulZrquzy+oIqBN8sxtkzISAnxv75aS39qA++WcxR2JTWoDB9KuZZPYWCvCRlZIjcwd9X5JPEvwABY010Pev8kyQAAAABJRU5ErkJggg==);
  background-position: right;
  background-repeat: no-repeat;
}
input:hover,
input:active,
textarea:hover,
textarea:active,
select:hover {
  border: 1px solid #666;
}
/* Hide browser-styling in IE10 */
select::-ms-expand {
  display: none;
}
/* Hide custom-icons in lower versions of Internet Explorer (< IE10). */
.lt-ie10 select {
  background-image: none;
}
/* graceful degradation for ie8 */
#wrapper input[type='checkbox'],
input[type='radio'] {
  width: auto;
  float: left;
  margin-right: .75em;
  background: transparent;
  border: none;
}
/* better styling only for modern browsers. To identify them, check for pseudoclass (:checked, :not(:checked)) */
/* hide standard inputs */
#wrapper input[type='checkbox']:checked,
#wrapper input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
#wrapper input[type='checkbox']+label,
input[type='radio']+label {
  cursor: pointer;
  margin-right: 20px;
}
/* add custom inputs with ::before */
#wrapper input[type='checkbox']:checked+label::before,
#wrapper input[type='checkbox']:not(:checked)+label::before,
input[type='radio']:checked+label::before,
input[type='radio']:not(:checked)+label::before {
  content: ' ';
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #bbb;
  background: white;
  margin-right: 5px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
}
input[type=radio]:checked+label::before,
input[type=radio]:not(:checked)+label::before {
  border-radius: 30px;
}
#wrapper input[type='checkbox']:hover+label::before,
input[type='radio']:hover+label::before {
  background: #ddd;
  box-shadow: inset 0 0 0 2px white;
}
#wrapper input[type='checkbox']:checked+label::before,
input[type='radio']:checked+label::before {
  background: black;
  box-shadow: inset 0 0 0 2px white;
}
span.mandatory {
  color: #c56400;
}
p.error {
  color: #c56400;
  margin-bottom: 0;
}
/*
 * ----------------------------------------------------- Gallery
 */
.ce_gallery>ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none
}
.ce_gallery>ul li {
  float: left
}
.ce_gallery>ul li.col_first {
  clear: left
}
.float_left {
  float: left
}
.float_right {
  float: right
}
.ce_gallery .cols_3 li {
  width: 30%;
  margin: 0 5% 5% 0;
}
.ce_gallery .cols_4 li {
  width: 20%;
  margin: 0 6.6% 6.6% 0;
}
#foerderer-sponsoren .ce_gallery .cols_4 li {
  margin-bottom: 3%;
}
.ce_gallery .cols_6 li {
  width: 13%;
  margin: 0 4.4% 4.4% 0;
}
.ce_gallery li.col_last,
.ce_gallery .cols_6 .col_last {
  margin-right: 0;
}
#cboxCurrent {
  display: none !important
}
/*
 * ----------------------------------------------------- Buttons
 */
button,
input[type="button"],
input[type="submit"],
.button {
  margin: 1em 0;
  padding: 8px 18px 7px 18px;
  background: #c56400;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  word-wrap: break-word;
  -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, border 0.2s, color 0.2s;
  -ms-transition: background-color 0.2s, border 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, border 0.2s, color 0.2s;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  box-sizing: border-box;
  width: auto;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover {
  background: #8d4800;
  color: #ffffff;
}
button.outline,
input[type="button"].outline,
input[type="submit"].outline,
.button.outline {
  background: #ffffff;
  color: #222222;
  border: 1px #c2c2c2 solid;
}
button.outline:hover,
input[type="button"].outline:hover,
input[type="submit"].outline:hover,
.button.outline:hover {
  background: #d6d6d6;
  color: #222222;
  border: 1px #c2c2c2 solid;
}
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.formbody {
  max-width: 462px;
}
/*
 * ----------------------------------------------------- Tables
 */
table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  text-align: left;
}
table th,
table td {
  padding-right: 10px;
  background: #ffffff;
}
.programm table td.col_0 {
  width: 60px;
  vertical-align: top;
}
table p {
  margin: 0;
}
/*
 * ----------------------------------------------------- Cookie Bar
 */
.cookiebar {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  width: 100%;
  padding: .6em 1.2em;
  background-color: #a4a4a4;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  z-index: 10
}
.cookiebar * {
  box-sizing: border-box
}
.cookiebar--active {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}
.cookiebar--position-top {
  top: 0;
  z-index: 999;
}
.cookiebar--position-bottom {
  bottom: 0;
  z-index: 999;
}
.cookiebar__message,
.cookiebar__text {
  margin-right: 1.5em
}
a.cookiebar__link {
  color: #fff;
  text-decoration: underline
}
a.cookiebar__link:hover {
  text-decoration: none;
  color: #fff;
}
.cookiebar__button {
  margin: 0;
  padding: .3em .8em .4em;
  border: none;
  border-radius: 0;
  font-weight: 700;
  cursor: pointer
}
.cookiebar__button:hover {
  border: none;
}
/*
 * ----------------------------------------------------- Sticky Footer
 */
.footer-dock {
  height: 360px;
  clear: both;
}
.footer {
  position: absolute;
  bottom: 0;
  height: 320px;
  width: 100%;
}
/*
 * ----------------------------------------------------- Top Header
 */
#topheader {
  margin: 20px 0;
}
#topheader #logo {
  float: left;
  width: 9.2%;
}
/*
 * ----------------------------------------------------- Header
 */
#header {
  background-color: #f3f3f3;
  color: #fff;
  font-family: 'Lora', serif;
  font-weight: 400;
}
#header .rsts-slide>div {
  background-color: #9ea098;
}
#header .rsts-slide>.kinder {
  background-color: #ba9cb9;
  background-image: url(../kultur-fuer-kinder-toni-traubi.png);
  background-size: 35% auto;
  background-repeat: no-repeat;
  background-position: 40px 80px;
}
#header .rsts-slide>.fruehling {
  background-color: #d6b4a3;
  background-image: url(../fruehling-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#header .rsts-slide>.winter {
  background-color: #9cb4c4;
  background-image: url(../winter-bg.png);
  background-repeat: no-repeat;
}
#header .rsts-slide>.traisental {
  background-color: #dadaaa;
  background-image: url(../kulturfest-traisental-eck.png);
  background-repeat: no-repeat;
  ;
}
/*
 * ----------------------------------------------------- Revolution
 */
#header .slide-top {
  margin-top: 25px;
  margin-left: 25px;
}
#header .traisental .slide-top {
  margin-left: 60px;
}
#header .traisental .slide-top p {
  margin-left: 0;
}
#header .slide-top p {
  margin: 20px 0 0 12px;
  text-transform: uppercase;
  line-height: 1.2;
}
#header .slide-bottom {
  position: absolute;
  bottom: 50px;
  margin-left: 80px;
  overflow: visible;
}
#header .slide-bottom p {
  padding-left: 13px;
  background-image: url(../punkte.png);
  background-position: left 7px;
  background-repeat: no-repeat;
  line-height: 1.2;
  font-size: 1.2em;
}
#header .traisental .slide-bottom p {
  color: #99907F;
  background-image: url(../punkte-traisental.png);
}
#header .kinder .slide-bottom p {
  color: #fff;
  background-image: url(../punkte-kinder.png);
}
#header .winter .slide-bottom p {
  color: #fff;
  background-image: url(../punkte-winter.png);
}
#header .fruehling .slide-bottom p {
  color: #fff;
  background-image: url(../punkte-fruehling.png);
}
#header .slide-bottom p strong {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.4em;
}
#header .slide-image {
  position: relative;
  top: 0;
  text-align: right;
  margin-bottom: 14px;
  overflow: visible
}
#header .slide-image.schatten img {
  -webkit-box-shadow: -30px 0px 22px -40px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -30px 0px 22px -40px rgba(0, 0, 0, 0.75);
  box-shadow: -30px 0px 22px -40px rgba(0, 0, 0, 1);
}
.mod_rocksolid_slider,
.rsts-slide,
.rsts-crop,
#article-header {
  overflow: visible !important;
}
.rsts-skin-default.rsts-type-fade .rsts-slide {
  background-color: transparent;
}
.rsts-skin-default .rsts-prev,
.rsts-skin-default .rsts-next {
  left: 20px;
  right: auto;
  bottom: 30px;
}
.rsts-skin-default .rsts-next {
  left: 55px;
}
/*
 * ----------------------------------------------------- Main
 */
#main {
  background-color: #f3f3f3;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 5px solid #f3f3f3;
}
body.kinder #main {
  background-color: #ba9cb9;
}
#main .inside {
  background-color: #fff;
  position: relative;
  top: -20px;
}
#main a {
  color: #c56400;
  text-decoration: underline;
}
#main ul {
  padding-left: 3px;
  list-style-position: inside;
}
/*
 * ----------------------------------------------------- Event
 */

 .mod_eventlist.rs-columns {
  display: flex;
  flex-wrap: wrap;
 }

.mod_eventlist .event {
  width: 28%;
  margin: 2.665%;
  float: left;
  min-height: 330px;
}
.mod_eventlist .event figure {
  background-image: url(../event-bg.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
.mod_eventlist .event img {
  margin: 5%;
  width: 90%;
}
.mod_eventlist .event figure a:after {
  content: '';
  color: #fff;
  position: absolute;
  text-align: right;
  margin: 5%;
  width: 90%;
  height: 85.3%;
  background-image: url(../overlay.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mod_eventlist .event figure a:hover:after {
  opacity: 1;
}
.mod_eventlist .event h2,
.mod_eventlist .event p {
  padding: 0 5%;
}
.mod_eventreader,
.kuenstler {
  max-width: 700px;
  margin: 0 auto;
}
.mod_eventreader figure,
.kuenstler figure {
  background-image: url(../event-bg-2.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.mod_eventreader figure img,
.kuenstler figure img {
  margin: 5%;
  width: 90%;
}
.mod_eventreader h1,
.kuenstler h1 {
  text-align: center;
  margin: 1em 0 2em;
}
.mod_eventreader h2,
.kuenstler h2 {
  font-size: 1.2em;
  margin: 0;
  line-height: 1.3;
  color: #c46a00;
}
.mod_eventreader h3,
.kuenstler h3 {
  font-size: 1.2em;
  margin: 0 0 1em;
  line-height: 1.3;
}
.mod_eventreader .ohne-ort-datum h2,
.mod_eventreader .ohne-ort-datum h3 {
  display: none;
}
/*
 * ----------------------------------------------------- Footer
 */
#main {
  padding-left: 20px;
  padding-right: 20px;
}
#footer .inside {
  margin-top: 3em;
  padding-bottom: 3em;
}
#footer h1 {
  font-weight: 300;
  font-size: 1.1em;
  font-family: 'Source Sans Pro', sans-serif;
}
#footer h2 {
  font-size: 1em;
  margin: 0;
}
#footer p:last-child {
  margin-bottom: 0;
}
#footer .mod_customnav ul {
  text-align: right;
  list-style: none;
  padding: 1em 0 0;
}
#footer .mod_customnav li {
  display: inline;
}
#footer .mod_customnav a,
#footer .mod_customnav span {
  padding: 0 8px;
  border-right: 1px solid #b2b2b2;
  line-height: 0.8;
  text-transform: uppercase;
  font-size: .8em;
}
#footer .mod_customnav a.last,
#footer .mod_customnav span.last {
  border-right: none;
}
@media only screen and (min-width: 1024px) {
  #topheader .mod_navigation {
    overflow: visible;
    float: left;
    width: 89.2%;
  }
  #topheader .mod_navigation ul.level_1 {
    list-style: none;
    padding: 3% 0 0 40px;
    position: relative;
  }
  #topheader .mod_navigation ul.level_1>li {
    float: left;
    width: 16.6%;
    max-width: 164px;
  }
  #topheader .mod_navigation ul.level_1 a,
  #topheader .mod_navigation ul.level_1 span {
    padding: 5px 10px 20px;
    text-transform: uppercase;
    display: block
  }
  #topheader .mod_navigation ul.level_1 a.trail {
    font-weight: 600;
  }
  #topheader .mod_navigation a.last,
  #topheader .mod_navigation span.last {
    padding-right: 0;
  }
  #topheader .mod_navigation ul.level_2 {
    display: none;
    position: absolute;
    top: 80px;
    min-height: 140px;
    background-color: #fff;
    z-index: 999;
    max-width: 164px;
    border-bottom: 1px solid #f3f3f3;
  }
  #topheader .mod_navigation:hover ul.level_2 {
    display: block;
    width: 100%;
  }
  #topheader .mod_navigation ul.level_2>li {
    float: none;
    width: 100%;
  }
  #topheader .mod_navigation ul.level_2 a,
  #topheader .mod_navigation ul.level_2 span {
    padding: 5px 10px 0px;
    display: block;
    font-size: 0.8em;
  }
  #topheader .mod_navigation ul.level_2 span {
    color: #c56400;
    font-weight: 600;
  }
  .dl-menuwrapper button {
    display: none;
  }
  .dl-menuwrapper li.dl-back {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  #header .slide-bottom {
    margin-left: 50px;
  }
  #topheader #logo {
    width: auto;
  }
}
@media only screen and (max-width: 850px) {
  #header .slide-top,
  #header .traisental .slide-top {
    margin: 10% 0 0 10%;
  }
  #header .rsts-slide>.traisental {
    background-image: none;
  }
  #header .slide-bottom {
    position: relative;
    bottom: auto;
    margin: 10% 0 0 10%;
    padding-right: 10%;
  }
  #header .slide-bottom p {
    font-size: 1em;
  }
  .ce_gallery .cols_6 .col_2 {
    margin-right: 0;
  }
  .ce_gallery .cols_6 li {
    width: 30%;
    margin: 0 5% 5% 0;
  }
}
@media only screen and (max-width: 767px) {
  .widgets-horizontal {
    margin-top: 0;
  }
  .widgets-horizontal label {
    margin-top: 0;
  }
  button,
  input[type="button"],
  input[type="submit"],
  .button {
    width: 100%;
    text-align: center;
  }
  .footer-dock {
    display: none;
  }
  .footer {
    position: relative;
    height: auto;
    margin-top: 40px;
  }
  .mod_eventlist .event {
    width: 45%;
    margin: 2.5%;
    float: left;
  }
  .ce_gallery .cols_4 .col_1 {
    margin-right: 0;
  }
  .ce_gallery .cols_4 li {
    width: 40%;
    margin: 0 10% 10% 0;
  }
  #foerderer-sponsoren .ce_gallery .cols_4 .col_0,
  #foerderer-sponsoren .ce_gallery .cols_4 .col_2 {
    clear: left;
  }
}
@media screen and (max-width: 599px) {
  .mod_eventlist .event {
    width: 100%;
    margin: 2.5% 0;
    float: none;
  }
  #topheader #logo {
    width: 25%;
  }
  #header .slide-top,
  #header .traisental .slide-top {
    float: left;
    width: 40%;
    margin: 5% 0 0 5%;
  }
  #header .slide-bottom {
    float: right;
    max-width: 50%;
    margin: 5% 0 0 5%;
    padding-right: 5%;
  }
  .ce_gallery .cols_6 .col_1 {
    margin-right: 0;
  }
  .ce_gallery .cols_6 li,
  .ce_gallery .cols_6 .col_2 {
    width: 40%;
    margin: 0 10% 10% 0;
  }
}