/* http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126
 License: none (public domain)
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
/* Diese Angabe benötigt der Safari-Browser */
.clearfix {
  display: block;
  clear: both; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline-width: 0; }

.SegoePrint {
  font-family: Arial;
  font-weight: normal;
  font-style: normal; }

.SegoePrint-Bold {
  font-family: Arial-Bold;
  font-weight: normal;
  font-style: normal; }

body {
  color: #951e22;
  font-family: 'Arial', sans-serif;
  background-color: #f0e8da;
  font-size: 16px;
  line-height: 160%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  overflow-y: visible; }

a {
  text-decoration: underline;
  color: #951e22; }

p {
  padding-bottom: 15px; }

strong, b {
  font-weight: 600; }

h1 {
  font-family: Arial-Bold;
  font-size: 35px;
  line-height: 39px; }

h2 {
  font-family: Arial-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px; }

h3 {
  font-family: Arial-Bold;
  font-size: 22px;
  margin-bottom: 10px; }

h4 {
  font-weight: 600;
  font-size: 18px; }

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

hr {
  border: none;
  border: 1px solid #ccc; }
/*   RTE Styles  */
.handwriting {
  font-family: Arial-Bold; }

.bigLetters {
  text-transform: uppercase; }

.inline {
  display: inline; }

.buttonLink {
  display: inline-block;
  background-color: #951e22;
  color: #fff;
  text-decoration: underline;
  padding: 7px 20px;
  font-weight: 600; }

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

.marker, .post, .telefon {
  padding-left: 50px;
  background-image: url("../../fileadmin/Public/images/template/marker.png");
  background-repeat: no-repeat; }

.post {
  background-image: url("../../fileadmin/Public/images/template/post.png"); }

.telefon {
  background-image: url("../../fileadmin/Public/images/template/telefon.png"); }

.www {
  padding-bottom: 5px; }

.email {
  padding-bottom: 5px; }

.paddingLeft {
  padding-left: 50px; }
/* Wraps*/
@media screen and (min-width: 1024px) {
    .paddingLeft80 {
      padding-left: 80px; } }

.marginLeft26 {
  margin-left: 26px; }

.maxWidth {
  max-width: 800px; }
  @media screen and (min-width: 1024px) {
  .maxWidth {
    margin: 0 auto; }
    .maxWidth.columns {
      float: none; } }

.bgDarkGreen {
  background-color: #951e22;
  padding: 40px 0px 25px; }

.bgGreen {
  background-color: #f0e8da;
  padding: 40px 0px 25px; }

.bgGreenStructure {
  background-image: url("../../fileadmin/Public/images/template/bg_green.jpg");
  padding: 40px 0px 25px; }

.bgGreenStructure2 {
  background-image: url("../../fileadmin/Public/images/template/bg_green.jpg"); }

.bgWhiteStructure {
  background-image: url("../../fileadmin/Public/images/template/bg_white.jpg");
  padding: 40px 0px 25px; }

.bildschatten img {
  box-shadow: 4px 4px 3px #87878a; }

@media screen and (min-width: 1024px) {
    .startseite .columns {
      padding-left: 100px; }
    .startseite .columns:first-child {
      padding-left: 95px; } }

.paddingBox {
  padding: 30px 0px 15px; }

@media screen and (min-width: 850px) {
      .twoColumn_text .contentE {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2;
        -webkit-column-gap: 50px;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 50px;
        /* Firefox */
        column-gap: 50px; } }

#outer-header {
  background-image: url("../../fileadmin/Public/images/template/bg_white.jpg"); }
  @media screen and (min-width: 768px) {
  #outer-header {
    height: 160px;
    -webkit-transition: height 0.1s linear;
    -moz-transition: height 0.1s linear;
    -o-transition: height 0.1s linear;
    -ms-transition: height 0.1s linear;
    transition: height 0.1s linear; } }
  @media screen and (min-width: 950px) {
  #outer-header {
    height: 200px;
    -webkit-transition: height 0.1s linear;
    -moz-transition: height 0.1s linear;
    -o-transition: height 0.1s linear;
    -ms-transition: height 0.1s linear;
    transition: height 0.1s linear;
    height: 190px; } }
  @media screen and (min-width: 1130px) {
  #outer-header {
    height: 200px;
    -webkit-transition: height 0.1s linear;
    -moz-transition: height 0.1s linear;
    -o-transition: height 0.1s linear;
    -ms-transition: height 0.1s linear;
    transition: height 0.1s linear; } }
  @media screen and (min-width: 768px) {
    #outer-header #inner-header {
      padding-top: 1%; } }
    @media screen and (min-width: 1024px) {
  #outer-header #inner-header {
    padding-top: 0px; } }
  #outer-header #schriftzug {
    padding: 0px 0px;
    text-align: center;
    margin-bottom: 15px;
    display: block; }
    @media screen and (min-width: 768px) {
  #outer-header #schriftzug {
    text-align: left;
    padding: 30px 0px 15px;
    margin-bottom: 0px; } }
    @media screen and (min-width: 1024px) {
  #outer-header #schriftzug {
    padding-top: 60px;
    padding-bottom: 15px; } }
  #outer-header #logo {
    text-align: center;
    padding-top: 16px; }
    #outer-header #logo img {
      width: 220px;
      height: auto;
      -webkit-transition: width 0.1s linear;
      -moz-transition: width 0.1s linear;
      -o-transition: width 0.1s linear;
      -ms-transition: width 0.1s linear;
      transition: width 0.1s linear; }
      @media screen and (min-width: 1024px) {
  #outer-header #logo img {
    width: 300px;
    height: auto;
    -webkit-transition: width 0.1s linear;
    -moz-transition: width 0.1s linear;
    -o-transition: width 0.1s linear;
    -ms-transition: width 0.1s linear;
    transition: width 0.1s linear; } }
    @media screen and (min-width: 768px) {
  #outer-header #logo {
    text-align: left;
    width: 25%;
    float: left;
    padding-left: 15px; } }
  @media screen and (min-width: 768px) {
    #outer-header #headerRight {
      width: 75%;
      float: left;
      padding-left: 60px;
      padding-top: 40px; } }
  #outer-header #main_menu {
    display: none; }
    @media screen and (min-width: 768px) {
  #outer-header #main_menu {
    display: block; } }
  #outer-header #navbar-main {
    display: none; }
    @media screen and (min-width: 768px) {
  #outer-header #navbar-main {
    display: block; }
    #outer-header #navbar-main ul ul {
      display: none; }
    #outer-header #navbar-main a {
      color: #951e22;
      text-transform: uppercase;
      font-size: 14px;
      text-decoration: none; }
      #outer-header #navbar-main a:hover {
        text-decoration: underline;
        color: #951e22; }
    #outer-header #navbar-main li {
      display: inline-block;
      border-left: 1px solid #951e22;
      line-height: 15px;
      padding: 0px 2px; }
      #outer-header #navbar-main li:first-child {
        border: none;
        padding-left: 0px; }

      #outer-header #navbar-main li:hover .dropdown-menu {
        display: block;
        color: #e6d7b9; }

      #outer-header #navbar-main li.active > a {
        text-decoration: underline; } }
    @media screen and (min-width: 800px) {
  #outer-header #navbar-main li {
    padding: 0 4px; } }
    @media screen and (min-width: 850px) {
  #outer-header #navbar-main a {
    font-size: 15px; } }
    @media screen and (min-width: 930px) {
  #outer-header #navbar-main a {
    font-size: 16px; } }
    #outer-header #navbar-main .dropdown-menu {
      position: absolute;
      z-index: 30;
      padding-top: 10px;
      width: 280px; }
      #outer-header #navbar-main .dropdown-menu .fa {
        display: none; }
      #outer-header #navbar-main .dropdown-menu li {
        display: block;
        background-color: #951e22;
        border: none;
        padding: 0; }
        #outer-header #navbar-main .dropdown-menu li a {
          display: block;
          color: #e9dbc1;
          padding: 10px 20px 10px 10px; }
          #outer-header #navbar-main .dropdown-menu li a:hover {
            background-color: #a92c32;
            text-decoration: underline; }
        #outer-header #navbar-main .dropdown-menu li.active > a {
          text-decoration: none;
          background-color: #951e22; }
      #outer-header #navbar-main .dropdown-menu .dropdown-menu {
        padding-top: 0; }
        #outer-header #navbar-main .dropdown-menu .dropdown-menu li {
          background-color: #841519; }
          #outer-header #navbar-main .dropdown-menu .dropdown-menu li a {
            text-transform: none;
            padding-left: 15px; }
            #outer-header #navbar-main .dropdown-menu .dropdown-menu li a:hover {
              background-color: #951e22;
              text-decoration: none; }
          #outer-header #navbar-main .dropdown-menu .dropdown-menu li.active a {
            text-decoration: none;
            background-color: #951e22; }

@media screen and (min-width: 768px) {
    .mm-toggle-wrap {
      display: none; } }

@media screen and (min-width: 768px) {
    .placeholder {
      height: 79px;
      width: 100%;
      display: none; } }

@media screen and (min-width: 768px) {
    .scrolled#outer-header {
      top: 0;
      position: fixed;
      width: 100%;
      background: none;
      background-color: rgba(255, 255, 255, 0.9);
      height: 130px !important;
      z-index: 100; }
      .scrolled#outer-header #schriftzug {
        display: none; }
      .scrolled#outer-header #inner-header {
        padding: 0px; }
      .scrolled#outer-header #logo img {
        width: 170px;
        height: auto; }
      .scrolled#outer-header #navbar-main {
        padding-top: 50px; } }

#slider {
  background-image: url("../../fileadmin/Public/images/template/bg_green.jpg"); }
  @media screen and (min-width: 1450px) {
  #slider {
    padding-bottom: 20px; } }

.sliderText .tx-ws-flexslider .caption-text {
  display: block; }

.tx-ws-flexslider {
  max-width: 1160px;
  margin: 0 auto; }
  .tx-ws-flexslider .caption-text {
    display: none;
    background: none !important;
    width: 90% !important;
    padding: 5px 17px !important;
    bottom: 0 !important; }
    @media screen and (min-width: 600px) {
  .tx-ws-flexslider .caption-text {
    width: 80% !important;
    padding: 17px !important;
    bottom: 10px !important; } }
  .tx-ws-flexslider .caption-title {
    font-family: Arial-Bold;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    background-color: rgba(128, 19, 24, 0.7);
    padding: 5px 10px 5px 10px; }
    @media screen and (min-width: 768px) {
  .tx-ws-flexslider .caption-title {
    font-size: 25px;
    line-height: 45px; } }
    @media screen and (min-width: 850px) {
  .tx-ws-flexslider .caption-title {
    font-size: 35px;
    line-height: 45px; } }
    @media screen and (min-width: 1024px) {
  .tx-ws-flexslider .caption-title {
    font-size: 45px;
    line-height: 58px;
    height: 70px; } }
  .tx-ws-flexslider .caption-body {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
  .tx-ws-flexslider .caption-body {
    font-size: 13px; } }
    @media screen and (min-width: 1024px) {
  .tx-ws-flexslider .caption-body {
    font-size: 20px;
    line-height: 28px; } }
    .tx-ws-flexslider .caption-body p:first-child {
      background-color: rgba(128, 19, 24, 0.7);
      display: inline-block;
      padding: 10px 30px 10px 10px;
      margin-bottom: 25px; }
    .tx-ws-flexslider .caption-body a {
      background-color: rgba(253, 242, 230, 0.7);
      display: inline-block;
      padding: 10px 30px 10px 10px;
      margin-top: 10px;
      color: #801318;
      font-weight: normal;
      font-size: 13px;
      margin-left: 40px;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
  .tx-ws-flexslider .caption-body a {
    font-size: 15px; } }
      @media screen and (min-width: 1024px) {
  .tx-ws-flexslider .caption-body a {
    font-size: 20px; } }
  .tx-ws-flexslider .flex-control-nav {
    text-align: right !important;
    padding-right: 30px !important;
    font-size: 0px; }
    @media screen and (min-width: 768px) {
  .tx-ws-flexslider .flex-control-nav {
    bottom: -14px !important;
    z-index: 20; } }
    .tx-ws-flexslider .flex-control-nav li {
      margin: 0 5px !important; }
  .tx-ws-flexslider .flex-control-paging li a.flex-active {
    background: rgba(128, 19, 24, 0.7) !important; }
  .tx-ws-flexslider .flex-control-paging li a {
    background: rgba(253, 242, 230, 0.7) !important;
    border-radius: 3px !important;
    width: 15px !important;
    height: 15px !important; }

.flexslider {
  border: none !important;
  margin: 0 !important;
  box-shadow: none !important; }

#main {
  padding-top: 60px;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
  #main {
    padding-top: 40px; } }
  @media screen and (min-width: 1200px) {
  #main {
    padding-top: 20px; } }

#sliderwrap {
  position: relative; }

#oval {
  display: none; }
  @media screen and (min-width: 768px) {
  #oval {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 10; } }
  #oval img {
    width: 100% !important;
    height: auto; }

.owl-carousel {
  position: relative;
  padding: 0px 15px; }
  .owl-carousel .owl-item {
    padding: 15px; }
    .owl-carousel .owl-item img {
      padding-bottom: 15px; }
  .owl-carousel .owl-prev {
    position: absolute;
    top: 20%;
    left: -15px; }
  .owl-carousel .owl-next {
    position: absolute;
    top: 20%;
    right: -15px; }

.owl-theme .owl-controls .owl-buttons div {
  font-size: 60px !important;
  background: none !important;
  color: #951e22 !important; }

.respTable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em; }

.calWrapper {
  background-image: url("../../fileadmin/Public/images/template/bg_green.jpg");
  padding: 20px 0px; }
  .calWrapper .headline {
    background-image: url("../../fileadmin/Public/images/template/bg_darkgreen.jpg");
    padding: 30px 0px 0px; }
  @media screen and (min-width: 500px) {
    .calWrapper .rowFirst {
      padding-left: 26px; } }
  .calWrapper .rowWrap {
    padding: 10px 0px; }
  .calWrapper .rowWrap:nth-child(odd) {
    background-image: url("../../fileadmin/Public/images/template/bg_darkgreen.jpg"); }
  .calWrapper .date {
    font-size: 18px;
    line-height: 25px; }
  .calWrapper .time {
    font-size: 16px;
    display: inline-block;
    padding-left: 20px; }
    @media screen and (min-width: 640px) and (max-width: 962px) {
  .calWrapper .time {
    padding-left: 0px; } }
  .calWrapper .dateTitle {
    font-size: 18px;
    line-height: 25px; }
    .calWrapper .dateTitle a:after {
      content: " >"; }
  .calWrapper .location {
    font-size: 18px;
    line-height: 25px; }
  .calWrapper .calMore {
    padding: 20px 0px 20px;
    background-image: url("../../fileadmin/Public/images/template/bg_darkgreen.jpg");
    font-size: 23px; }

.calWrapper2 {
  background: none;
  padding-bottom: 70px; }
  .calWrapper2 .headline {
    background: none;
    padding: 0; }
  .calWrapper2 .rowFirst {
    padding-left: 0; }
  .calWrapper2 .rowWrap:nth-child(2n+1) {
    background: none; }
  .calWrapper2 .rowWrap:nth-child(2n) {
    background-color: #d5dfd1; }

.column {
  margin-bottom: 20px; }
  .column img {
    margin-bottom: 20px; }

.flyerBtn {
  text-align: right; }
  .flyerBtn .buttonLink {
    padding: 10px 25px !important; }

.news .article .news-img-wrap {
  background: none !important; }

.news .article .news-img-wrap img {
  float: none !important; }

.news .article .news-img-wrap {
  float: none !important;
  margin: 0 !important; }

.news-related {
  width: 100% !important;
  padding: 0px !important;
  border: none !important;
  display: block !important; }

.news .no-news-found {
  color: #951e22; }

.pressWrapper {
  position: relative; }
  .pressWrapper .dateWrap {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #778765;
    color: #fff;
    padding: 15px 8px; }
    .pressWrapper .dateWrap .month {
      text-transform: uppercase;
      text-align: center; }
    .pressWrapper .dateWrap .day {
      font-weight: bold;
      font-size: 23px;
      text-align: center;
      margin-top: -3px; }
    .pressWrapper .dateWrap .year {
      text-align: center;
      font-size: 13px; }
  .pressWrapper .teaser-text {
    padding-left: 57px;
    padding-bottom: 15px;
    padding-top: 6px; }
    .pressWrapper .teaser-text p {
      padding-bottom: 0px; }

.pressMore {
  padding-left: 58px; }

.listPage .row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .listPage .row:last-child {
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .listPage .teaser-text {
    padding-top: 0px; }
  .listPage .ImgWrapper {
    margin-bottom: 15px; }
  .listPage .dateWrap {
    left: 15px; }

.tx-powermail {
  padding-top: 57px; }
  .tx-powermail h3 {
    display: none; }
  .tx-powermail legend {
    display: none; }
  .tx-powermail label {
    display: none; }
  .tx-powermail input {
    width: 90%;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    padding: 5px; }
  .tx-powermail select {
    width: 90%;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    padding: 5px; }
  .tx-powermail textarea {
    width: 90%;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    padding: 5px; }
  .tx-powermail .powermail_fieldwrap_type_text {
    font-size: 11px;
    font-style: italic; }
  .tx-powermail .btn-primary, .tx-powermail .btn-danger {
    background-color: #951e22;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    width: 250px;
    padding: 10px 0px;
    border: none; }
  .tx-powermail .btn-primary:hover, .tx-powermail .btn-danger:hover {
    background-color: #951e22; }
  .tx-powermail .btn-danger {
    background-color: #87878a;
    margin-top: 25px; }
  .tx-powermail .parsley-error {
    background-color: #e4b9b9; }

footer {
  background-color: #801318;
  padding: 50px 0px 10px; }
  footer a {
    text-decoration: none;
    color: #eeedeb; }
  footer h4 {
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #eeedeb; }
  footer .row {
    padding-left: 8px; }

.mobile-menu .icon-plus, .mobile-menu .icon-minus {
  width: 40px !important;
  background-image: url("../../fileadmin/Public/images/template/icon-plus.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }
  .mobile-menu .icon-minus {
    background-image: url("../../fileadmin/Public/images/template/icon-minus.png") !important; }
  .mobile-menu .fa {
    display: none; }

.infoShow {
  background-color: #f0e8da;
  padding: 20px 20px 5px; }

.showText {
  margin-top: 30px;
  margin-bottom: 20px;
  max-width: 700px; }

.backTermin {
  margin-top: 10px; }

#modalContent {
  border: 15px solid #fff;
  background: none;
  background-color: #fff;
  padding-bottom: 30px; }
  #modalContent .flexslider {
    padding: 0px !important; }
  #modalContent .flex-control-nav {
    display: none; }
  #modalContent .flex-direction-nav .flex-prev {
    right: 49px !important;
    left: auto !important;
    width: 49px !important;
    height: 51px !important;
    background-image: url("../../fileadmin/Public/images/template/btn_left.jpg");
    color: transparent;
    font-size: 0px;
    opacity: 1 !important; }
  #modalContent .flex-direction-nav .flex-prev:before {
    display: none; }
  #modalContent .flex-direction-nav .flex-next {
    width: 49px !important;
    height: 51px !important;
    background-image: url("../../fileadmin/Public/images/template/btn_right.jpg");
    color: transparent;
    font-size: 0px;
    right: 0 !important;
    opacity: 1 !important; }
  #modalContent .flex-direction-nav .flex-next:before {
    display: none; }
  #modalContent #slider {
    background: none;
    margin-bottom: 20px; }
  #modalContent #modalContent ul {
    padding-left: 21px;
    margin-bottom: 15px; }
    #modalContent #modalContent ul li {
      list-style: url("../../fileadmin/Public/images/template/list-dot.jpg"); }

#main ul {
  padding-left: 21px;
  margin-bottom: 15px; }
  #main ul li {
    list-style: url("../../fileadmin/Public/images/template/list-dot.jpg"); }
  #main ol {
    padding-left: 21px; }
  #main ol li {
    list-style: decimal; }
  #main ol ul li {
    list-style: disc; }

.mfp-close {
  width: 49px !important;
  height: 51px !important;
  background-image: url("../../fileadmin/Public/images/template/btn_close.jpg");
  z-index: 10;
  opacity: 1 !important;
  cursor: pointer;
  top: 22px !important;
  right: 22px !important; }

button.mfp-close {
  display: none !important; }

#modalFooter {
  background-color: #951e22;
  color: #fff;
  padding: 8px 0px;
  width: 100%;
  padding-left: 20px; }

.img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  position: relative;
  vertical-align: top; }
  .img .overlay2 {
    display: block;
    position: absolute;
    width: 100%;
    height: 96%;
    background: #951e22;
    top: 0;
    left: 0;
    display: none; }
  .img .overlay2 a {
    text-align: center;
    font-size: 20px;
    padding-top: 35%;
    display: block;
    width: 100%;
    height: 100%; }

.view {
  border: 10px solid #eaf2e8;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default; }
  .view div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0; }

.view .mask, .view .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

.view img {
  display: block;
  position: relative; }

.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(128, 19, 24, 0.8);
  margin: 20px 0 0 0;
  line-height: 20px; }

.view p {
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center; }

.view a {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #951e22;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000; }

.view a:hover {
  box-shadow: 0 0 5px #000; }

.tx-jhmagnificpopup-pi1 div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0px; }

.column .viewImg img {
  margin-bottom: 0px;
  width: 100%; }

.view-first img {
  transition: all 0.2s linear; }

.view-first .mask {
  opacity: 0;
  background-color: rgba(240, 232, 218, 0.7);
  transition: all 0.4s ease-in-out; }

.view-first h2 {
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.2s ease-in-out; }

.view-first p {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s linear; }

.view-first a.info {
  opacity: 0;
  transition: all 0.2s ease-in-out; }

.view-first:hover img {
  transform: scale(1.1); }

.view-first:hover .mask {
  opacity: 1; }

.view-first:hover h2, .view-first:hover p, .view-first:hover a.info {
  opacity: 1;
  transform: translateY(0px); }

.view-first:hover p {
  transition-delay: 0.1s; }

.view-first:hover a.info {
  transition-delay: 0.2s; }

.rowAc {
  margin: 0 auto; }

.accordion {
  margin-bottom: 15px; }
  .accordion > div {
    border-bottom: 1px solid #ccc; }
  .accordion .ui-accordion-header {
    position: relative;
    padding-right: 30px; }
  .accordion .ui-icon-triangle-1-e, .accordion .ui-icon-triangle-1-s {
    position: absolute;
    right: 10px;
    background-image: url("../../fileadmin/Public/images/template/icon-plus.png");
    width: 15px;
    height: 15px; }
  .accordion .ui-icon-triangle-1-s {
    background-image: url("../../fileadmin/Public/images/template/icon-minus.png"); }

.ui-accordion .ui-accordion-content {
  padding-left: 10px; }

#c121 .tx-powermail {
  padding-top: 15px; }
  #c121 .tx-powermail legend {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 7px;
    margin-top: 15px; }
  #c121 .tx-powermail .powermail_fieldwrap_type_text {
    font-size: 16px;
    font-style: normal;
    padding: 10px 0px; }
  #c121 .tx-powermail label {
    display: block; }
  #c121 .tx-powermail .powermail_fieldwrap_type_check > label {
    display: none; }
    #c121 .tx-powermail .powermail_fieldwrap_type_check input {
      width: auto;
      padding-right: 15px;
      display: inline-block; }

.powermail_confirmation h1 {
  margin-bottom: 15px; }
  .powermail_confirmation .powermail_all_label {
    padding-right: 15px; }

div.csc-textpic-center .csc-textpic-center-outer {
  float: none;
  right: 0; }

div.csc-textpic-center .csc-textpic-center-inner {
  float: none;
  right: 0; }

div.csc-textpic .csc-textpic-imagewrap figure {
  display: block; }

#c358 .tx-powermail {
  padding-top: 10px; }

.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden; }

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.respTable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em; }

.tx-owl-slider a {
  display: inline-block;
  background-color: #801318;
  color: #fff;
  text-decoration: underline;
  padding: 7px 20px;
  font-weight: 600; }

.startTrenner hr {
  border: none;
  border-top: 2px solid #fff;
  margin: 2px 0; }

.breadcrumb {
  padding-left: 0 !important; }
  .breadcrumb li {
    list-style: none;
    margin: 0;
    display: inline-block;
    padding-right: 10px;
    color: #87878a;
    font-size: 13px; }
  .breadcrumb li a {
    color: #87878a; }

#page-2 .breadcrumb {
  display: none; }
