@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/* default styles for extension "tx_frontend" */
.ce-align-left {
  text-align: left; }

.ce-align-center {
  text-align: center; }

.ce-align-right {
  text-align: right; }

.ce-table td, .ce-table th {
  vertical-align: top; }

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden; }

.ce-left .ce-gallery, .ce-column {
  float: left; }

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%; }

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%; }

.ce-right .ce-gallery {
  float: right; }

.ce-gallery figure {
  display: table;
  margin: 0; }

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom; }

.ce-gallery img {
  display: block; }

.ce-gallery iframe {
  border-width: 0; }

.ce-border img,
.ce-border iframe {
  border: 2px solid #000000;
  padding: 0px; }

/* .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
     margin-bottom: 10px;
 }*/
.ce-intext.ce-right .ce-gallery {
  margin-left: 10px; }

.ce-intext.ce-left .ce-gallery {
  margin-right: 10px; }

.ce-below .ce-gallery {
  margin-top: 10px; }

.ce-column {
  margin-right: 10px; }

.ce-column:last-child {
  margin-right: 0; }

/*.ce-row { margin-bottom: 10px; }*/
.ce-row:last-child {
  margin-bottom: 0; }

.ce-above .ce-bodytext {
  clear: both; }

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto; }

/* Headline */
.ce-headline-left {
  text-align: left; }

.ce-headline-center {
  text-align: center; }

.ce-headline-right {
  text-align: right; }

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0; }

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0; }

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top; }

.ce-uploads span {
  display: block; }

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%; }

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top; }

.ce-table thead th {
  border-bottom: 2px solid #dadada; }

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada; }

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada; }

/* Space */
.frame-space-before-extra-small {
  margin-top: 1em; }

.frame-space-before-small {
  margin-top: 2em; }

.frame-space-before-medium {
  margin-top: 3em; }

.frame-space-before-large {
  margin-top: 4em; }

.frame-space-before-extra-large {
  margin-top: 5em; }

.frame-space-after-extra-small {
  margin-bottom: 1em; }

.frame-space-after-small {
  margin-bottom: 2em; }

.frame-space-after-medium {
  margin-bottom: 3em; }

.frame-space-after-large {
  margin-bottom: 4em; }

.frame-space-after-extra-large {
  margin-bottom: 5em; }

/* Frame */
.frame-ruler-before:before {
  content: '';
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em; }

.frame-ruler-after:after {
  content: '';
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em; }

.frame-indent {
  margin-left: 15%;
  margin-right: 15%; }

.frame-indent-left {
  margin-left: 33%; }

.frame-indent-right {
  margin-right: 33%; }

/* CSS */
/*Farben

Schrift:            #555555
Schrift rot:        #c90d0f
Schrift gelb:       #fcbf02
Hintergrund blau:   #0776AD
*/
/*.navi-wrap { border-bottom: 1px solid #de541a; } */
/*Border unter der Navi Desktop ganze Breite*/
#toggle-menu {
  /*background-color:#fafafa;
  border-bottom: 1px solid #de541a; */ }

/*Hintergrundfarbe Navigation oben für Symbol nur mobil*/
.topnavi__lvl--first {
  background-color: #fafafa; }

/*Hintergrundfarbe hinter den Button  für mobil*/
/*.topnavi__link--first { background-color:rgba(7,118,173,0.88);} */
/*normal Hintergrund 1. Ebene nur mobil*/
/*in fe-layout*/
/*.topnavi__link--sub { background-color: rgba(7,118,173,0.88);}*/
/*normal Hintergrund ab 2. Ebene*/
/*in fe-layout*/
/*.topnavi__link--first:hover { background-color:rgba(255,255,255,1.0);} */
/*hover 1. Ebene mobil*/
/*in fe-layout*/
/*.topnavi__link--sub:hover { background-color:rgba(255,255,255,1.0);} 	*/
/*hover 2. Ebene*/
/*in fe-layout*/
.topnavi__link--active {
  background-color: rgba(200, 200, 200, 0.94); }

/*Aktiv Hintergrund nur mobil*/
.topnavi__lvl--first > .topnavi__item {
  border-bottom: 1px solid #fff; }

/*Border unten 1. Ebene mobil*/
.topnavi__lvl--first .topnavi__item li {
  border-bottom: 1px solid #fff; }

/*Border unten 2. Ebene */
@media only screen and (min-width: 768px) {
  /*.topnavi {background-color:#0776AD; } */
  /*Hintergrund ganze Breite*/
  .topnavi__lvl--first {
    background-color: transparent; }

  /*Hintergrund ganze Breite*/
  .topnavi__link--first {
    background-color: transparent; }

  /*Hintergrundfarbe Navi 1. Ebene nur Desktop*/
  .topnavi__link--first:hover {
    background-color: transparent; }

  /*hover 1. Ebene nur Desktop */
  .topnavi__link--active {
    background-color: transparent; }

  /*Aktiv Hintergrund nur Desktop */
  .topnavi {
    border-bottom: 0px solid #ddd; }

  /*Border unter der Navi Desktop ganze Breite*/
  #toggle-menu {
    border-bottom: 0px solid transparent; }

  /*ist ausgeblendet für Desktop*/
  .topnavi__lvl--sub {
    border-top: 1px solid #666; }

  /*Border oben bei Sub-Navigation*/
  .topnavi__lvl--first > .topnavi__item {
    border-bottom: 0px solid transparent; }

  /*Border unten 1. Ebene Desktop*/ }
/*Symbol Navigation mobil*/
/*.topnavi .bar1, .topnavi .bar2, .topnavi .bar3 { background: #666; }*/
/*x für Navi Mobil*/
/*in fe-layout*/
/*.topnavi .change .bar1, .topnavi .change .bar3 { background: #333; } */
/*x für Navi Mobil wenn geöffnet*/
/*in fe-layout*/
/*Schriftfarben*/
.topnavi__link--first, .topnavi__link--sub,
.topnavi__link--sub, .topnavi__item {
  color: #000; }

/*Schrift normal*/
/*.topnavi__link--active {color:#000;} */
/*Schrift activ*/
/*in fe-layout*/
/*.topnavi__link--first:hover, .topnavi__link--sub:hover {color:#fcbf02;}*/
/*Schrift hover*/
/*in fe-layout*/
.topnavi {
  text-shadow: rgba(50, 50, 50, 0.45) 1px 1px 3px; }

/**
 * MENU ARROWS
 */
.topnavi__arrow {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #fff;
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0; }

.topnavi__arrow--sub {
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0; }

@media (min-width: 768px) {
  .topnavi__arrow--sub {
    border-right: none;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #fff; } }
/*ausblenden 1. Box für mobil*/
.topnavi label .topnavi__label {
  background-color: transparent; }

.container .topnavi__arrow {
  border-top: 6px solid transparent; }

.container .topnavi__arrow--sub {
  border-top: 6px solid transparent; }

/*korrektur position höhe 3. Ebene für Desktop*/
.topnavi__lvl--sub li ul {
  margin-top: -1px; }

@media (min-width: 768px) {
  .topnavi {
    /*border-bottom: solid 1px #aaa;*/
    display: flex;
    align-items: center;
    justify-content: center; }

  .topnavi__lvl--sub {
    margin-top: 1px; } }
/**
 * MENU TOGGLE TYPE
 *
 * Use a Hamburger Icon or a Navigation bar.
 * Please note the slightly different HTML markup (demos).
 *
 */
/**
 * LABEL FORM
 */
/**
 * COLORS
 *
 * You can assign different colors to the first level and the sublevels,
 * e.g. a transparent bar and colored sublevels (see hamburger demo).
 */
/* first menu level */
/* menu sublevels */
/* active page */
/* miscellaneous */
/**
 * MEASURES
 */
/**
 * MENU TOGGLE TYPE
 */
#toggle-menu {
  /*  background-color: #424254;
    color: #fff;*/
  display: block;
  /*padding: 0.75em 1em;*/
  position: relative; }

/**
 * MENU ARROWS
 */
.topnavi__arrow {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  /*  border-top: 6px solid #fff;*/
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0; }

.topnavi__arrow--sub {
  /*  border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;*/
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0; }

@media (min-width: 768px) {
  .topnavi__arrow--sub {
    border-right: none;
    /*      border-bottom: 6px solid transparent;
          border-top: 6px solid transparent;*/
    border-left: 6px solid #fff; } }
/**
 * MOBILE VIEW
 */
/*.topnavi__lvl--first {
  background-color: #424254; }*/
.topnavi__lvl--first::after {
  clear: both;
  content: "";
  display: table; }

.topnavi__lvl--first,
.topnavi__lvl--sub {
  margin: 0;
  padding: 0; }

.topnavi__lvl--first,
.topnavi input[type="checkbox"] {
  display: none; }

#toggle:checked + .topnavi__lvl--first,
.topnavi input[type="checkbox"]:checked + .topnavi__lvl--sub {
  display: block; }

.topnavi__item {
  color: #fff;
  display: block;
  position: relative; }

.topnavi__item a {
  display: block;
  position: relative;
  text-decoration: none; }

.topnavi__item a:hover, .topnavi__item a:focus {
  text-decoration: none; }

/*.topnavi__item--header {
  background-color: #424254;
  color: #7abcb2;
  display: block;
  font-size: 0.75em;
  padding: 1.5em 1.25em 0.25em; }*/
.topnavi__link--first {
  /*  background-color: #424254;
    color: #fff;*/
  padding: 0.75em 1em;
  padding-right: 42px; }

/*.topnavi__link--first:hover {
  background-color: #64908A;
  color: #fff; }*/
.topnavi__lvl--sub {
  display: none;
  padding-left: 1em; }

.topnavi__link--sub {
  /*  background-color: #424254;
    color: #fff;*/
  padding: 0.75em 1em;
  padding-right: 42px; }

/*  .topnavi__link--sub:hover {
    background-color: #64908A;
    color: #fff; }*/
.topnavi__link--active {
  /*  background-color: #64908A;
    color: #fff;*/
  padding: 0.75em 1em;
  padding-right: 42px; }

ul span.topnavi__label {
  display: none; }

/**
 * DESKTOP VIEW
 */
@media only screen and (min-width: 768px) {
  /* .topnavi {
     background-color: #424254; }*/
  /* .topnavi__lvl--first {
     background-color: transparent; }*/
  #toggle-menu,
  .topnavi input[type="checkbox"]:checked + .topnavi__lvl--sub {
    display: none; }

  .topnavi__lvl--first,
  .topnavi__item:hover > input[type="checkbox"] + .topnavi__lvl--sub {
    display: block; }

  .topnavi__item {
    float: left; }

  .topnavi__link--first {
    /*   background-color: #424254;
       color: #fff;*/
    padding: 0.75em 1em;
    padding-right: 42px; }

  /*  .topnavi__link--first:hover {
      background-color: #64908A;
      color: #fff; }*/
  /*  .topnavi__link--active {
      background-color: #64908A;
      color: #fff; }*/
  .topnavi__lvl--sub {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000; }

  .topnavi__lvl--sub .topnavi__item {
    float: none; }

  .topnavi__lvl--sub .topnavi__lvl--sub {
    top: 0;
    left: 100%; } }
/**
 * LABELS
 */
.topnavi__label:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.topnavi__label {
  /*background-color: #a02a3c;*/
  height: 100%;
  padding: 0 .5em;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0; }

/*.topnavi {
  border-bottom: 1px solid #64908A; }

#toggle-menu {
  border-bottom: 1px solid #64908A; }

.topnavi__lvl--sub {
  border-top: 1px solid #64908A; }*/
.topnavi__lvl--sub .topnavi__item:last-child {
  border-width: 0; }

/*.topnavi__item {
  border-bottom: 1px solid #64908A; }*/
.topnavi__item--header {
  letter-spacing: 0.2em;
  text-transform: uppercase; }

.topnavi__item a {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out; }

@media only screen and (min-width: 768px) {
  .topnavi__item {
    border-width: 0 1px 0 0; }

  .topnavi__lvl--sub {
    border-width: 0; }

  .topnavi__lvl--sub .topnavi__item {
    border-width: 0 0 1px; } }
/* ############# Navigation Symbol Mobil ############### */
.topnavi .container {
  padding: 0.75em 25px;
  cursor: pointer; }

.topnavi .bar1,
.topnavi .bar2,
.topnavi .bar3 {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

.topnavi .change .bar1 {
  -webkit-transform: rotate(45deg) translate(0, -2px);
  transform: rotate(45deg) translate(0, -2px);
  background: #fff; }

.topnavi .change .bar2 {
  opacity: 0; }

.topnavi .change .bar3 {
  -webkit-transform: rotate(-45deg) translate(0, -2px);
  transform: rotate(-45deg) translate(0, -2px);
  background: #fff; }

/* CSS Document */
@font-face {
  font-family: 'Barlow Condensed';
  src: url(../fonts/BarlowCondensed-Regular.eot);
  src: url(../fonts/BarlowCondensed-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/BarlowCondensed-Regular.otf) format("opentype"), url(../fonts/BarlowCondensed-Regular.svg#BarlowCondensed-Regular) format("svg"), url(../fonts/BarlowCondensed-Regular.ttf) format("truetype"), url(../fonts/BarlowCondensed-Regular.woff) format("woff"), url(../fonts/BarlowCondensed-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Barlow Condensed';
  src: url(../fonts/BarlowCondensed-Bold.eot);
  src: url(../fonts/BarlowCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/BarlowCondensed-Bold.otf) format("opentype"), url(../fonts/BarlowCondensed-Bold.svg#BarlowCondensed-Bold) format("svg"), url(../fonts/BarlowCondensed-Bold.ttf) format("truetype"), url(../fonts/BarlowCondensed-Bold.woff) format("woff"), url(../fonts/BarlowCondensed-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; }

div.site-top {
  background-position: center;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

div.site-top .site-top-content {
  height: 100%;
  width: 100%; }

/*###### Hintergrundfarbe auf fe-layout aufgeteielt  ###*/
/*### Logo ####*/
.logo .ce-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.logo .ce-row .ce-column {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  width: 33%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.logo {
  padding-left: 25px; }

.logo img {
  height: auto;
  max-width: 90%;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(34, 34, 34, 0.4));
  filter: drop-shadow(5px 5px 5px rgba(34, 34, 34, 0.4));
  margin: 25px 25px 25px 0; }

.logo .ce-column {
  min-width: 30%; }

/*@media only screen and (min-width: 768px) {.logo img { height: auto; max-width: 100%; padding:20px 10px 0 20px;}}*/
/*.logo-name h2, .logo-name h2 a {color: #fff; padding: 25px; margin: 0; text-align: center; text-decoration: none;}*/
@media only screen and (min-width: 1024px) {
  .logo-name h3 {
    text-align: right;
    font-size: 3.5rem;
    padding-right: 25px; } }
@media only screen and (max-width: 1024px) {
  .logo-name h3 {
    text-align: right;
    font-size: 3rem;
    padding-right: 25px; } }
@media only screen and (max-width: 900px) {
  .logo-name h3 {
    text-align: right;
    font-size: 2rem;
    padding-right: 25px; } }
@media only screen and (max-width: 768px) {
  .logo-name h3 {
    text-align: center;
    font-size: 3rem;
    padding: 25px; } }
.logo-name h3, .logo-name h3 a {
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  padding-top: 25px; }

/*### Farbe in fe-layout####*/
@media only screen and (min-width: 768px) {
  div.logo-wrap {
    max-width: 1200px;
    margin: 0 auto; }

  div.logo-wrap, footer #footer-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  div.logo-wrap .logo {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  div.logo-wrap .logo-name {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2; }

  div.logo-wrap .logo div {
    width: 100%; }

  div.logo-wrap .logo img {
    width: 100%;
    height: auto;
    margin-right: 15px; } }
/* ### Schrift #### */
body {
  /*background-color: #fff;*/
  color: #333;
  font-family: 'Barlow Condensed';
  font-weight: normal;
  font-size: 1.2rem; }

.space-content h1 {
  font-size: 4rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: bold; }

.space-content h2 {
  font-size: 2.5rem;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #ffb400; }

.space-content h3 {
  font-size: 1.8rem;
  color: #f0601d; }

.space-content h4 {
  font-size: 2rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  font-weight: bold; }

.space-content h5 {
  font-size: 1.9rem;
  letter-spacing: .2rem;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 1px 1px 1px #FFCC3A, 1px -1px 1px #FFCC3A, -1px 1px 1px #FFCC3A, -1px -1px 1px #FFCC3A; }

.text-center {
  text-align: center; }

.space-content a {
  color: #555;
  transition: all .225s ease-in-out;
  -webkit-transition: all .225s ease-in-out; }

.space-content a:hover {
  color: #01579b; }

.space-content .image-caption {
  font-size: 0.7rem;
  text-align: center;
  padding: 10px; }

/*footer, footer a {color: #fff;}
footer a:hover {color: #222;}*/
@media only screen and (max-width: 768px) {
  .space-content h1 {
    font-size: 2.5rem; }

  .space-content h2 {
    font-size: 2rem; }

  /*Silbentrennung*/
  .layout-drei-zeilen p,
  .layout-drei-zeilen h1,
  .layout-drei-zeilen h2,
  .layout-drei-zeilen h3,
  .layout-drei-zeilen header {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }
/* ### Inhalt ### */
#wrapp-all {
  /*background-color:#ffffff;*/
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 50px 0; }

/*.layout-1spalte .layout-space-r-l,
.layout-2spalten .layout-space-r-l,
.layout-2spalten_50 .layout-space-r-l,
.layout-jumbotron .layout-space-r-l,*/
.layout-drei-zeilen .layout-space-r-l {
  padding-right: 25px;
  padding-left: 25px;
  min-height: 300px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }

.drei-zeilen_1 {
  overflow: hidden; }

.space-content .contenttable td {
  vertical-align: top; }

/* ### footer ### */
footer #footer-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  padding: 25px; }

footer .footer-navigation ul {
  list-style: none;
  padding: 0; }

footer .footer-navigation li {
  margin: 15px 0; }

footer .footer-navigation a {
  display: block;
  padding: 15px 0;
  text-decoration: none; }

@media only screen and (min-width: 768px) {
  footer #footer-inner > div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 50%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  footer #footer-inner .footerkontakt .ce-bodytext,
  footer #footer-inner .footerkontakt header {
    text-align: right; }

  footer #footer-inner .footerkontakt .ce-bodytext table {
    float: right; }

  footer #footer-inner .ce-gallery {
    overflow: visible; } }
footer .footerkontakt .image-caption {
  font-size: 0.7rem; }

#footer-top {
  max-width: 1200px;
  margin: 25px auto; }

#footer-top .ce-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px; }

#footer-top .ce-column {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  width: 20%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

#footer-top .ce-row,
#footer-top .ce-outer,
#footer-top .ce-inner,
#footer-top figure,
#footer-top img {
  max-width: 100%;
  height: auto;
  width: 100%; }

.footer-top-inner h3 {
  font-size: 1.2rem;
  font-weight: lighter;
  text-align: center;
  padding-top: 50px; }

.footer-top-inner .image-caption {
  font-size: 0.6rem;
  text-align: center; }

.footer-top-inner {
  padding: 0 24px; }

#footer-top .ce-inner {
  padding-bottom: 50px; }

#footer-bottom a {
  text-decoration: none; }

#footer-bottom h3 {
  font-weight: normal;
  text-align: center;
  font-size: 0.8rem; }

#footer-bottom {
  padding: 10px 0 25px 10px; }

/* Responsive Bilder */
.space-content .frame-default img,
.space-content .frame-default figure,
.space-content .frame-default .ce-outer,
.space-content .ce-inner,
.space-content .frame-default .ce-row {
  height: auto;
  width: 100%; }

/* Responsive Bilder auch für den IE 11 */
_:-ms-lang(x),
.space-content .frame-default img,
.space-content .frame-default figure,
.space-content .frame-default .ce-outer,
.space-content .frame-default .ce-inner,
.space-content .frame-default .ce-row {
  width: 100%; }

.frame-imageGallery img {
  max-width: 100%;
  height: auto; }

/* ################## Gridelements ####################### */
.spalten-jumbotron .frame-default,
.drei-zeilen_1 .frame-default {
  padding: 0; }

.grid-row .frame-default,
.grid-container {
  padding: 0; }

/*.grid-row {padding: 0 12px;}*/
.layout-space-r-l .ce-column, .drei-zeilen_2 .ce-column {
  width: 100%;
  padding: 12px 0; }

@media only screen and (min-width: 860px) {
  .grid-row,
  .spalten-jumbotron {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*padding: 24px;*/ }

  .grid-col,
  .spalten-jumbotron_1,
  .spalten-jumbotron_2,
  .spalten-jumbotron_3 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 24px; }

  .col-md-3 {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding-right: 24px; }

  .col-md-4 {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding-right: 24px; }

  .col-md-6 {
    -webkit-box-flex: 6;
    -moz-box-flex: 6;
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6;
    padding-right: 24px; }

  .col-md-8 {
    -webkit-box-flex: 8;
    -moz-box-flex: 8;
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8;
    padding-right: 24px; }

  .col-md-9 {
    -webkit-box-flex: 9;
    -moz-box-flex: 9;
    -webkit-flex: 9;
    -ms-flex: 9;
    flex: 9;
    padding-right: 24px; }

  .grid-col:last-child,
  .col-md-3:last-child,
  .col-md-4:last-child,
  .col-md-6:last-child,
  .col-md-8:last-child,
  .col-md-9:last-child {
    padding-right: 0; }

  .ce-row {
    min-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .ce-column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }
.frame-type-onecol,
.frame-type-twocol,
.frame-type-twocol,
.frame-type-threecol,
.frame-type-fourthcol,
.footer-inner .frame-default {
  padding: 0 !important; }

/* ############## WS_Flexslider ############# */
/* Rahmen entfernen */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

/* Überschrift und Beschreibung */
.tx-ws-flexslider .caption-text {
  background: none;
  width: 100%;
  left: 0;
  text-align: center;
  color: #000;
  font-size: 1.2rem; }

.tx-ws-flexslider .caption-align-left .caption-text {
  left: 0; }

.caption-link {
  padding: 25px; }

.tx-ws-flexslider .caption-text .caption-title {
  font-size: 2.5rem;
  font-weight: 700;
  /*color: #c9070a;*/
  padding: 0;
  margin: 0;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3), 1px 1px 2px black, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white; }

@media only screen and (min-width: 768px) {
  .tx-ws-flexslider .caption-text .caption-title {
    font-size: 5rem; }

  .tx-ws-flexslider .caption-text {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9); } }
/*Link*/
@media only screen and (min-width: 860px) {
  .tx-ws-flexslider .caption-align-left .caption-link {
    width: 100%;
    min-width: 100%;
    height: 100%;
    left: 0;
    bottom: 0; }

  .tx-ws-flexslider .caption-align-left .caption-link a {
    padding: 100px;
    width: 100%;
    min-width: 100%;
    height: 100%;
    display: block;
    color: transparent; } }
.grid-container {
  margin-bottom: 25px; }

.space-content .frame-greybox {
  background-color: #F6F6F6;
  padding: 25px;
  margin-bottom: 25px;
  border: 1px solid #f0601d;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.26);
  height: 100%; }

.space-content .frame-greybox h1,
.space-content .frame-greybox h2,
.space-content .frame-greybox h3,
.space-content .frame-greybox h4,
.space-content .frame-greybox h5 {
  padding: 0;
  margin: 0;
  color: #f0601d; }

.frame-layout-1 .frame-greybox {
  height: 100% !important; }

.space-content .frame-whitebox {
  background-color: #fff;
  padding: 25px;
  border: 1px solid #CFCFCF;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.26);
  height: 100%;
  margin-bottom: 25px; }

.space-content .frame-whitebox h1,
.space-content .frame-whitebox h2,
.space-content .frame-whitebox h3,
.space-content .frame-whitebox h4,
.space-content .frame-whitebox h5 {
  padding: 0;
  margin: 0; }

.frame-layout-1 .frame-whitebox {
  height: 100% !important; }

/*Schausteller*/
.space-content .frame-schausteller {
  border: solid 1px #E9E9E9;
  margin: 25px 0 50px 0;
  max-width: 100%; }

.space-content .frame-schausteller h2 {
  text-align: center;
  padding: 15px;
  margin: 0; }

/*fe-layout*/
/*.space-content .frame-schausteller .ce-textpic {padding: 25px;}*/
/*.space-content .frame-schausteller */
.image-caption, .video-caption {
  font-size: 1.0rem; }

.space-content .frame-schausteller .ce-column {
  background-color: #F5F5F5;
  overflow: hidden; }

.space-content .frame-schausteller figure {
  transition: transform 0.6s; }

.space-content .frame-schausteller figure:hover {
  transform: scale(1.03, 1.03); }

.space-content .frame-schausteller .image {
  margin: 0 auto;
  max-width: 100%;
  height: auto; }

.space-content .frame-schausteller img {
  max-width: 100%;
  height: auto;
  width: 100%; }

/*#### Bildergalerie #####*/
.space-content .frame-imageGallery .ce-column {
  overflow: hidden; }

.space-content .frame-imageGallery .image {
  margin: 0 auto; }

.space-content .frame-imageGallery img {
  border-radius: 15px; }

/*Tabelle Jahresplan*/
@media only screen and (min-width: 1010px) {
  .space-content .frame-tabelle-zeiten {
    padding: 0 25px; }

  .space-content .frame-tabelle-zeiten td {
    padding: 10px 25px;
    min-width: 230px; }

  .space-content .frame-tabelle-zeiten tr {
    background-color: #F5F5F5; }

  .space-content .frame-tabelle-zeiten .contenttable thead th {
    padding: 15px; }

  .space-content .frame-tabelle-zeiten .contenttable thead th {
    background-color: #eeeeee; }

  .space-content .frame-tabelle-zeiten .contenttable thead th,
  .space-content .frame-tabelle-zeiten .contenttable td {
    border-right: 1px #ccc solid; }

  .space-content .frame-tabelle-zeiten .contenttable thead th:last-child,
  .space-content .frame-tabelle-zeiten .contenttable td:last-child {
    border: none; } }
@media only screen and (max-width: 1010px) {
  /* Force table to not be like tables anymore */
  .frame-tabelle-zeiten table,
  .frame-tabelle-zeiten thead,
  .frame-tabelle-zeiten tbody,
  .frame-tabelle-zeiten th,
  .frame-tabelle-zeiten td,
  .frame-tabelle-zeiten tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  .frame-tabelle-zeiten thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .frame-tabelle-zeiten tr {
    border: 1px solid #ccc;
    margin-bottom: 25px; }

  .frame-tabelle-zeiten td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }

  .frame-tabelle-zeiten td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold; }

  /*
  Label the data
  */
  .frame-tabelle-zeiten td:nth-of-type(1):before {
    content: "Monat"; }

  .frame-tabelle-zeiten td:nth-of-type(2):before {
    content: "Datum"; }

  .frame-tabelle-zeiten td:nth-of-type(3):before {
    content: "Veranstaltung"; }

  .frame-tabelle-zeiten td:nth-of-type(4):before {
    content: "Bemerkungen"; } }
@media only screen and (max-width: 600px) {
  .frame-tabelle-zeiten td {
    font-size: 0.8rem; } }
/*Tabelle Schausteller*/
@media only screen and (min-width: 1010px) {
  .space-content .frame-tabelle-schausteller .contenttable {
    width: 100%; }

  .space-content .frame-tabelle-schausteller td {
    padding: 10px 25px;
    min-width: 230px; }

  .space-content .frame-tabelle-schausteller tr {
    background-color: #F5F5F5; }

  .space-content .frame-tabelle-schausteller .contenttable thead th {
    padding: 15px; }

  .space-content .frame-tabelle-schausteller .contenttable thead th {
    background-color: #eeeeee; }

  .space-content .frame-tabelle-schausteller .contenttable thead th,
  .space-content .frame-tabelle-schausteller .contenttable td {
    border-right: 1px #ccc solid; }

  .space-content .frame-tabelle-schausteller .contenttable thead th:last-child,
  .space-content .frame-tabelle-schausteller .contenttable td:last-child {
    border: none; } }
@media only screen and (max-width: 1010px) {
  /* Force table to not be like tables anymore */
  .frame-tabelle-schausteller table,
  .frame-tabelle-schausteller thead,
  .frame-tabelle-schausteller tbody,
  .frame-tabelle-schausteller th,
  .frame-tabelle-schausteller td,
  .frame-tabelle-schausteller tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  .frame-tabelle-schausteller thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .frame-tabelle-schausteller tr {
    border: 1px solid #ccc;
    margin-bottom: 25px; }

  .frame-tabelle-schausteller td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }

  .frame-tabelle-schausteller td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold; }

  /*
  Label the data
  */
  .frame-tabelle-schausteller td:nth-of-type(1):before {
    content: "Stand Nummer:"; }

  .frame-tabelle-schausteller td:nth-of-type(2):before {
    content: "Geschäft / Warenangebot"; }

  .frame-tabelle-schausteller td:nth-of-type(3):before {
    content: "Schausteller"; }

  .frame-tabelle-schausteller td:nth-of-type(4):before {
    content: "Besonderheiten"; } }
@media only screen and (max-width: 600px) {
  .frame-tabelle-schausteller td {
    font-size: 0.8rem; } }
.frame-navigation-language a {
  padding: 5px 15px;
  background-color: rgba(240, 240, 240, 0.6);
  border: 1px solid rgba(196, 196, 196, 0.3);
  border-radius: 4px;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block; }

.frame-navigation-language a:hover {
  background-color: rgba(53, 103, 209, 0.69);
  color: #fff; }

/*Sprungmenü*/
.space-content .frame-jump-menue ul {
  list-style: none; }

/*#### slick ####*/
ul.slick-dots {
  bottom: -25px !important; }

.slick-dots li button:before {
  color: #c9070a !important;
  font-size: 10px; }

.drei-zeilen_0 .slick-track > div {
  margin: 12.5px; }

/*### Video ####*/
.ce-gallery video {
  max-width: 100%;
  width: 100%; }

/* CSS Document */
.FE_Layout_default .site-top-content {
  background-color: rgba(255, 255, 255, 0.9); }

.FE_Layout_default .navi-wrap {
  border-bottom: 1px solid #f0601d; }

.FE_Layout_default .logo-name h3, .FE_Layout_default .logo-name h3 a {
  color: #f0601d;
  font-weight: bold;
  font-size: 2.0rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 1px 1px 3px white, 1px -1px 3px white, -1px 1px 3px white, -1px -1px 3px white; }

.logo-name .ce-bodytext {
  text-align: center; }

@media only screen and (min-width: 767px) {
  .FE_Layout_default .logo-name h3, .FE_Layout_default .logo-name h3 a {
    font-size: 7.5vw; }

  .logo-name .ce-bodytext {
    text-align: right;
    padding-right: 25px; } }
@media only screen and (min-width: 1400px) {
  .FE_Layout_default .logo-name h3, .FE_Layout_default .logo-name h3 a {
    font-size: 3.5vw; } }
/*Navigation*/
@media only screen and (max-width: 767px) {
  .FE_Layout_default .topnavi__link--first {
    background-color: rgba(245, 245, 245, 0.9); } }
.FE_Layout_default .topnavi__link--first:hover, .topnavi__link--sub:hover {
  color: #3567D1; }

.FE_Layout_default .topnavi__link--active {
  color: #f0601d; }

.FE_Layout_default .topnavi__arrow {
  border-top: 6px solid #000; }

.FE_Layout_default .topnavi__arrow:hover {
  border-top: 6px solid #3567D1; }

.FE_Layout_default .topnavi__link--sub {
  background-color: rgba(245, 245, 245, 0.9); }

.FE_Layout_default .topnavi__lvl--sub {
  margin-top: 1px; }

.FE_Layout_default .topnavi__link--first:hover {
  background-color: rgba(255, 255, 255, 0); }

/*hover 1. Ebene mobil*/
.FE_Layout_default .topnavi__link--sub:hover {
  background-color: rgba(255, 255, 255, 0.8); }

/*hover 2. Ebene*/
.FE_Layout_default .topnavi .bar1, .FE_Layout_default .topnavi .bar2, .FE_Layout_default .topnavi .bar3 {
  background: #f0601d; }

/*x für Navi Mobil*/
.FE_Layout_default .topnavi .change .bar1, .FE_Layout_default topnavi .change .bar3 {
  background: #f0601d; }

/*x für Navi Mobil wenn geöffnet*/
/* ### footer ### */
.FE_Layout_default footer {
  background-color: #F5F5F5; }

.FE_Layout_default footer, footer a {
  color: #111; }

.FE_Layout_default footer a:hover {
  color: #3567D1; }

.FE_Layout_default #footer-bottom {
  background-color: #f0601d; }

/*Flexslider Farbe*/
.FE_Layout_default .tx-ws-flexslider .caption-text .caption-title {
  color: #3567D1; }

/*### Inhalt ###*/
.FE_Layout_default .space-content h1 {
  color: #f0601d; }

/* ############################### .FE_Layout_1 */
.FE_Layout_1 {
  text-align: right; }

.FE_Layout_1 .navi-wrap {
  border-bottom: 1px solid #be6a15; }

.FE_Layout_1 .site-top-content {
  background-color: rgba(255, 255, 255, 0.9); }

.FE_Layout_1 .navi-wrap {
  border-bottom: 1px solid #3567D1; }

.FE_Layout_1 .logo-name h3, .FE_Layout_1 .logo-name h3 a {
  color: #3567D1;
  font-family: 'Brush-Script';
  font-size: 2.0rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 1px 1px 3px white, 1px -1px 3px white, -1px 1px 3px white, -1px -1px 3px white; }

@media only screen and (min-width: 767px) {
  .FE_Layout_1 .logo-name h3, .FE_Layout_1 .logo-name h3 a {
    font-size: 7.5vw; } }
@media only screen and (min-width: 1400px) {
  .FE_Layout_1 .logo-name h3, .FE_Layout_1 .logo-name h3 a {
    font-size: 3.5vw; } }
/*Navigation*/
@media only screen and (max-width: 767px) {
  .FE_Layout_1 .topnavi__link--first {
    background-color: rgba(245, 245, 245, 0.9); } }
.FE_Layout_1 .topnavi__link--first:hover, .topnavi__link--sub:hover {
  color: #3567D1; }

.FE_Layout_1 .topnavi__link--active {
  color: #3567D1; }

.FE_Layout_1 .topnavi__arrow {
  border-top: 6px solid #000; }

.FE_Layout_1 .topnavi__arrow:hover {
  border-top: 6px solid #3567D1; }

.FE_Layout_1 .topnavi__link--sub {
  background-color: rgba(245, 245, 245, 0.9); }

.FE_Layout_1 .topnavi__lvl--sub {
  margin-top: 1px; }

.FE_Layout_1 .topnavi__link--first:hover {
  background-color: rgba(255, 255, 255, 0); }

/*hover 1. Ebene mobil*/
.FE_Layout_1 .topnavi__link--sub:hover {
  background-color: rgba(255, 255, 255, 0.8); }

/*hover 2. Ebene*/
.FE_Layout_1 .topnavi .bar1, .FE_Layout_1 .topnavi .bar2, .FE_Layout_1 .topnavi .bar3 {
  background: #3567D1; }

/*x für Navi Mobil*/
.FE_Layout_1 .topnavi .change .bar1, .FE_Layout_1 topnavi .change .bar3 {
  background: #000; }

/*x für Navi Mobil wenn geöffnet*/
/* ### footer ### */
.FE_Layout_1 footer {
  background-color: #F5F5F5; }

.FE_Layout_1 footer, footer a {
  color: #545454; }

.FE_Layout_1 footer a:hover {
  color: #3567D1; }

.FE_Layout_1 #footer-bottom {
  background-color: rgba(189, 189, 189, 0.9); }

/*Flexslider Farbe*/
.FE_Layout_1 .tx-ws-flexslider .caption-text .caption-title {
  color: #3567D1; }

/*### Inhalt ###*/
.FE_Layout_1 .space-content h1 {
  color: #3567D1; }

/*######################### .FE_Layout_2 ##*/
.FE_Layout_2 .site-top-content {
  background-color: rgba(246, 214, 112, 0.9); }

.FE_Layout_2 .navi-wrap {
  border-bottom: 1px solid #be6a15; }

.FE_Layout_2 .logo-name h3, .FE_Layout_2 .logo-name h3 a {
  color: #be6a15; }

/*Navigation*/
@media only screen and (max-width: 767px) {
  .FE_Layout_2 .topnavi__link--first {
    background-color: rgba(246, 214, 112, 0.9); } }
.FE_Layout_2 .topnavi__link--first:hover, .FE_Layout_2 .topnavi__link--sub:hover {
  color: #be6a15; }

.FE_Layout_2 .topnavi__link--active {
  color: #be6a15; }

.FE_Layout_2 .topnavi__arrow {
  border-top: 6px solid #000; }

.FE_Layout_2 .topnavi__arrow:hover {
  border-top: 6px solid #be6a15; }

.FE_Layout_2 .topnavi__link--sub {
  background-color: rgba(246, 214, 112, 0.9); }

.FE_Layout_2 .topnavi__lvl--sub {
  margin-top: 1px; }

.FE_Layout_2 .topnavi__link--first:hover {
  background-color: rgba(249, 202, 53, 0); }

/*hover 1. Ebene mobil*/
.FE_Layout_2 .topnavi__link--sub:hover {
  background-color: rgba(249, 202, 53, 0.9); }

/*hover 2. Ebene*/
.FE_Layout_2 .topnavi .bar1, .topnavi .bar2, .topnavi .bar3 {
  background: #be6a15; }

/*x für Navi Mobil*/
.FE_Layout_2 .topnavi .change .bar1, .FE_Layout_2 .topnavi .change .bar3 {
  background: #000; }

/*x für Navi Mobil wenn geöffnet*/
/* ### footer ### */
.FE_Layout_2 footer {
  background-color: #f6d670; }

.FE_Layout_2 footer a:hover {
  color: #be6a15; }

.FE_Layout_2 #footer-top {
  border-bottom: 1px solid #be6a15; }

.FE_Layout_2 #footer-bottom {
  background-color: rgba(206, 179, 95, 0.9); }

/*Flexslider Farbe*/
.FE_Layout_2 .tx-ws-flexslider .caption-text .caption-title {
  color: #be6a15; }

/*### Inhalt ###*/
.FE_Layout_2 .space-content h1 {
  color: #be6a15; }

/*### Box Schausteller ###*/
.FE_Layout_2 .space-content .frame-schausteller h2 {
  color: #be6a15;
  background-color: #f6d670; }

/*Tabelle Öffnungszeiten und Schausteller*/
.FE_Layout_2 .space-content .frame-tabelle-zeiten tr:hover,
.FE_Layout_2 .space-content .frame-tabelle-schausteller tr:hover {
  background-color: #f6d670; }

/*######################### .FE_Layout_3 ##*/
.FE_Layout_3 .site-top-content {
  background-color: rgba(201, 7, 10, 0.9); }

.FE_Layout_3 .navi-wrap {
  border-bottom: 1px solid #000; }

.FE_Layout_3 .logo-name h3, .FE_Layout_3 .logo-name h3 a {
  color: #fff; }

/*Navigation*/
.FE_Layout_3 .topnavi__link--first, .FE_Layout_3 .topnavi__link--sub,
.FE_Layout_3 .topnavi__link--sub, .FE_Layout_3 .topnavi__item {
  color: #fff; }

@media only screen and (max-width: 767px) {
  .topnavi__link--first {
    background-color: rgba(201, 7, 10, 0.9); } }
.FE_Layout_3 .topnavi__link--first:hover, .FE_Layout_3 .topnavi__link--sub:hover {
  color: #000; }

.FE_Layout_3 .topnavi__link--active {
  color: #000; }

.FE_Layout_3 .topnavi__arrow {
  border-top: 6px solid #fff; }

.FE_Layout_3 .topnavi__arrow:hover {
  border-top: 6px solid #000; }

.FE_Layout_3 .topnavi__link--sub {
  background-color: rgba(201, 7, 10, 0.9); }

.FE_Layout_3 .topnavi__lvl--sub {
  margin-top: 1px; }

.FE_Layout_3 .topnavi__link--first:hover {
  background-color: rgba(230, 1, 4, 0); }

/*hover 1. Ebene mobil*/
.FE_Layout_3 .topnavi__link--sub:hover {
  background-color: rgba(230, 1, 4, 0.9); }

/*hover 2. Ebene*/
.FE_Layout_3 .topnavi .bar1, .FE_Layout_3 .topnavi .bar2, .FE_Layout_3 .topnavi .bar3 {
  background: #fff; }

/*x für Navi Mobil*/
.FE_Layout_3 .topnavi .change .bar1, .FE_Layout_3 .topnavi .change .bar3 {
  background: #000; }

/*x für Navi Mobil wenn geöffnet*/
/* ### footer ### */
.FE_Layout_3 footer {
  background-color: #A20709; }

.FE_Layout_3 footer a {
  color: #fff; }

.FE_Layout_3 footer a:hover {
  color: #000; }

.FE_Layout_3 #footer-top {
  border-bottom: 1px solid #fff; }

.FE_Layout_3 #footer-bottom {
  background-color: rgba(135, 15, 16, 0.9); }

/*Flexslider Farbe*/
.FE_Layout_3 .tx-ws-flexslider .caption-text .caption-title {
  color: #3567D1; }

.slick-prev {
  z-index: 1000; }

.slick-prev:before,
.slick-next:before {
  font-size: 50px; }

/*# sourceMappingURL=style.css.map */
