html {
  padding: 0;
  margin: 0; }

body {
  font-size: 100%;
  line-height: 1;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: center top; }

body.scalebg {
  background-size: cover;
  background-attachment: fixed; }

body.scalebg .middle .layout_overview .headline {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1em 1em 0;
  margin-bottom: 1.5em;
  overflow: hidden; }

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

iframe {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em; }

.tabletonly {
  display: none !important; }

.spamProtect > img {
  width: auto;
  max-width: auto; }

b,
strong {
  font-weight: 600; }

.clear {
  float: none;
  clear: both; }

a {
  color: #393939; }

a:hover {
  text-decoration: underline; }

.csc-textpic-caption {
  font-size: 0.8em;
  padding-top: 0.3em;
  line-height: 1.3em;
  color: #5f5f5f; }

.clear,
.clearer {
  float: none;
  clear: both; }

.page {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1460px; }

.header_menu {
  margin-bottom: 0;
  padding-left: 0; }
  .header_menu li {
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    list-style: none;
    margin-left: auto;
    margin-right: 0;
    padding: 8px 16px 8px 16px;
    margin-bottom: 15px; }
    @media (max-width: 680px) {
      .header_menu li {
        margin-bottom: unset !important;
        width: auto; } }
    .header_menu li a {
      color: #fff;
      text-transform: uppercase;
      text-decoration: none; }
      .header_menu li a:hover {
        text-decoration: underline; }
  .header_menu li:nth-child(1) {
    background-color: #748690; }
  .header_menu li:nth-child(2) {
    background-color: #FBBD43; }
  .header_menu li:nth-child(3) {
    background-color: #EC6608; }
  .header_menu li:nth-child(4) {
    background-color: #747264; }

.top {
  color: #fff; }
  .top .toggle_btn {
    display: none; }
  .top .top-wrap {
    height: 500px;
    position: relative; }
    @media (max-width: 680px) {
      .top .top-wrap {
        height: 544px; } }
  .top h1,
  .top .pagetitle {
    max-width: 1300px;
    margin: 24px auto; }
    @media (max-width: 1460px) {
      .top h1,
      .top .pagetitle {
        margin: 24px 85px; } }
    .top h1 a,
    .top .pagetitle a {
      text-decoration: none; }
  .top .title_wrapper {
    color: #fff; }
    .top .title_wrapper .subtitle {
      text-shadow: 0px -1px 10px #000000;
      font-size: 20px; }
    .top .title_wrapper .title {
      text-shadow: 0px -1px 10px #000000;
      font-size: 50px;
      text-transform: uppercase; }
  .top .tools {
    float: right;
    width: 44%;
    margin: 1em 0 0.7em;
    text-align: right; }
    .top .tools ul.shortcuts {
      list-style: none;
      padding: 0;
      margin: 0;
      display: inline-block; }
      .top .tools ul.shortcuts li {
        display: inline-block;
        border-right: 1px solid #fff;
        line-height: 1em; }
        .top .tools ul.shortcuts li a {
          font-size: 0.813em;
          color: #fff;
          padding: 0 0.4em;
          display: block; }
    .top .tools div.fsize,
    .top .tools div.lang {
      display: inline-block;
      padding: 0 0 0 1%;
      font-size: 0.813em;
      line-height: 1em; }
    .top .tools form {
      display: inline-block;
      margin-left: 0.6em;
      width: 28.5%;
      background: #fff;
      overflow: hidden;
      padding: 0.25em 1%;
      position: relative;
      top: 0.4em; }
      .top .tools form input {
        width: 80%;
        border: 0;
        padding: 0;
        font-size: 0.813em;
        color: #3f3f3f;
        display: block;
        float: left; }
      .top .tools form div {
        width: 11%;
        min-width: 17px;
        display: block;
        float: right; }
      .top .tools form button {
        width: 17px;
        height: 17px;
        background: url(../img/spr_main.png) -51px -35px no-repeat #fff;
        border: 0;
        overflow: hidden;
        text-indent: 100%;
        padding: 0;
        text-align: left; }
  .top .logo {
    max-width: 150px;
    margin-left: 85px;
    z-index: 3; }
  .top nav {
    position: absolute;
    max-width: 1460px;
    display: table;
    z-index: 2;
    width: 100%; }
  .top ul.mainmenu {
    background: #606060;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .top ul.mainmenu li {
      margin: 0 16px; }
      .top ul.mainmenu li a {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 400;
        padding: 0.7em 0.3em;
        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;
        text-align: center;
        line-height: 1.2;
        height: 100%;
        text-decoration: none; }
        .top ul.mainmenu li a img {
          max-width: 40px; }
      .top ul.mainmenu li a:hover {
        background-color: rgba(255, 255, 255, 0.1);
        text-decoration: none; }
    .top ul.mainmenu li:nth-child(5) {
      border-right: 1px solid #fff; }
      .top ul.mainmenu li:nth-child(5) a {
        margin-right: 10px; }
    .top ul.mainmenu li.act a {
      font-weight: 600; }
    .top ul.mainmenu li:last-child {
      border: 0; }
  .top .navigation_icon {
    margin: auto;
    margin-bottom: 8px; }

.bottom {
  background: #606060;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.333em;
  float: none;
  clear: both; }
  .bottom .bottom-wrap {
    overflow: hidden;
    padding: 1em 3% 2em;
    max-width: 1460px;
    margin: auto; }
    @media (max-width: 1460px) {
      .bottom .bottom-wrap {
        margin: auto 48px; } }
    .bottom .bottom-wrap > div {
      float: left;
      width: 23.92344497607656%;
      margin-right: 1%;
      min-height: 1px; }
    .bottom .bottom-wrap .col2,
    .bottom .bottom-wrap .col3 {
      width: 24.88038277511962%; }
    .bottom .bottom-wrap .col3 {
      width: 30%; }
    .bottom .bottom-wrap .col4 {
      width: 17.22488038277512%;
      float: right;
      margin: 0;
      padding-top: 0.8em; }
  .bottom h3 {
    font-size: 141.7%; }
  .bottom a {
    color: #fff; }
  .bottom .frame-type-menu_pages ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .bottom .col2 h4 {
    font-weight: 700;
    margin: 0 0 0.9em;
    font-size: 141.7%; }
  .bottom .col2 p {
    margin: 0; }
  .bottom .col3 ul li {
    display: inline-block;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 0.5em; }

.nummern {
  background-color: #dad8cb;
  max-width: 280px;
  padding: 8px;
  margin-bottom: 15px; }
  .nummern .nummer {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.25em;
    margin-left: 4%;
    color: #3d3d3d;
    vertical-align: top; }
    .nummern .nummer small {
      font-size: 0.6em; }
    .nummern .nummer a {
      color: #fff; }
  .nummern .nummer:first-child {
    margin: 0; }
  .nummern .nummer:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 31px;
    background: url(../img/spr_main.png) 0px -223px no-repeat;
    float: left;
    margin-top: 0.4em;
    margin-right: 0.3em; }

.middle {
  float: none;
  clear: both;
  /*margin-top: 100px;*/
  /*
  h1{
    font-size: 2.000em;
    text-transform: uppercase;
    color: #3f3f3f;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.3em;
  }
  */ }
  .middle p,
  .middle ul,
  .middle ol {
    font-size: 0.875em;
    line-height: 1.357em;
    color: #3f3f3f;
    margin: 0 0 1em 0; }
  .middle ul,
  .middle ol {
    list-style-position: outside; }
  .middle ul li,
  .middle ol li {
    margin: 0.6em 0; }
  .middle h1,
  .middle h2 {
    font-size: 1.375em;
    color: #474747;
    font-weight: 400;
    letter-spacing: -0.025em;
    margin-top: 0;
    line-height: 1.3;
    margin-bottom: 0.5em; }
    .middle h1 a,
    .middle h2 a {
      color: #474747; }
  .middle h2.larger {
    font-size: 2em;
    margin-bottom: 0.5em; }
  .middle h3 {
    font-size: 1em;
    color: #474747;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin-top: 0;
    line-height: 1.2; }
  .middle .csc-subheader {
    text-transform: uppercase;
    font-size: 1.2em;
    margin-top: -1em; }
  .middle table {
    border-collapse: collapse; }
  .middle table td,
  .middle table th {
    padding: 1%;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
    line-height: 1.7em; }
  .middle table th {
    font-family: "Open Sans Condensed", "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .middle table thead td {
    line-height: 2.2em; }
  .middle table p {
    line-height: 1.7em;
    font-size: 1em; }
  .middle div.csc-textpic table td,
  .middle div.csc-textpic table th {
    border: 0; }
  .middle .box {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    padding: 10px; }
  .middle .breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0 0 1em; }
    .middle .breadcrumbs li {
      display: inline; }
  .middle .content {
    padding: 3em 0 2em;
    margin: 0 0 0 4.1667%;
    max-width: 78.75%; }
  .middle .layout_default .box .box-wrap {
    padding: 4%; }
  .middle .layout_home {
    overflow: hidden;
    padding: 33% 0 0 0;
    margin-bottom: 3.8em;
    position: relative; }
    .middle .layout_home .aktuell {
      float: left;
      width: 29.1%;
      position: absolute;
      left: 0;
      bottom: 0;
      margin: 0; }
      .middle .layout_home .aktuell .box-wrap {
        padding: 0; }
      .middle .layout_home .aktuell h2 {
        background: #94031b;
        margin-bottom: 1em; }
      .middle .layout_home .aktuell h2 a {
        display: block;
        text-transform: uppercase;
        font-size: 0.773em;
        overflow: hidden;
        line-height: 1.3;
        padding: 0.75em 1em;
        color: #fff; }
        .middle .layout_home .aktuell h2 a:before {
          background: url("../img/spr_main.png") no-repeat scroll 0px -55px transparent;
          content: "";
          display: block;
          float: left;
          height: 24px;
          margin-right: 0.5em;
          overflow: hidden;
          width: 24px; }
        .middle .layout_home .aktuell h2 a:after {
          background: url("../img/spr_main.png") no-repeat scroll -53px -55px transparent;
          content: "";
          display: block;
          float: right;
          height: 24px;
          overflow: hidden;
          width: 14px; }
        .middle .layout_home .aktuell h2 a:hover {
          opacity: 0.8;
          text-decoration: none; }
    .middle .layout_home .regionen {
      float: left;
      width: 37.5%;
      margin: 0 2.647%;
      position: relative;
      left: 29.1%;
      bottom: 0; }
    .middle .layout_home .buchen {
      float: right;
      width: 28%;
      margin: 0; }
      .middle .layout_home .buchen .iconMenu {
        background-color: #606060; }
        .middle .layout_home .buchen .iconMenu li.unterkunft {
          display: none; }
        .middle .layout_home .buchen .iconMenu li a {
          font-size: 1em;
          color: #fff;
          padding: 0.75em 1em;
          line-height: 1.6em; }
        .middle .layout_home .buchen .iconMenu li:last-child {
          border: 0; }
  .middle .layout_home_nl_en .aktuell,
  .middle .layout_home_nl_en .buchen,
  .middle .layout_home_nl_en .regionen {
    background: rgba(255, 255, 255, 0.95); }
    .middle .layout_home_nl_en .aktuell .box-wrap,
    .middle .layout_home_nl_en .buchen .box-wrap,
    .middle .layout_home_nl_en .regionen .box-wrap {
      padding: 0; }
      .middle .layout_home_nl_en .aktuell .box-wrap h1,
      .middle .layout_home_nl_en .aktuell .box-wrap .middle h1,
      .middle .layout_home_nl_en .aktuell .box-wrap .csc-firstHeader,
      .middle .layout_home_nl_en .buchen .box-wrap h1,
      .middle .layout_home_nl_en .buchen .box-wrap .middle h1,
      .middle .layout_home_nl_en .buchen .box-wrap .csc-firstHeader,
      .middle .layout_home_nl_en .regionen .box-wrap h1,
      .middle .layout_home_nl_en .regionen .box-wrap .middle h1,
      .middle .layout_home_nl_en .regionen .box-wrap .csc-firstHeader {
        background: none repeat scroll 0 0 #606060;
        margin-bottom: 0;
        color: white;
        display: block;
        font-size: 1em;
        line-height: 1.3;
        overflow: hidden;
        padding: 0.75em 1em;
        text-transform: uppercase; }
      .middle .layout_home_nl_en .aktuell .box-wrap p.bodytext,
      .middle .layout_home_nl_en .buchen .box-wrap p.bodytext,
      .middle .layout_home_nl_en .regionen .box-wrap p.bodytext {
        padding: 1.5em 1.2em 0.5em; }
  .middle .layout_home_nl_en .aktuell {
    float: left; }
  .middle .layout_overview .headline {
    width: 95.853%; }
    .middle .layout_overview .headline h2,
    .middle .layout_overview .headline h1 {
      font-size: 2em;
      text-shadow: 0px 1px 0 #fff;
      margin-bottom: 0.2em; }
  .middle .layout_overview div.buchen_link {
    background: #606060;
    margin-bottom: 1em; }
    .middle .layout_overview div.buchen_link .iconMenu ul li a {
      font-size: 1em;
      line-height: 1.6em;
      padding: 0.75em 1em; }
  .middle .layout_overview .col_left {
    float: left;
    width: 71.6402%; }
    .middle .layout_overview .col_left .box,
    .middle .layout_overview .col_left .frame-default {
      width: 95.853%; }
      @media screen and (max-width: 767px) {
        .middle .layout_overview .col_left .box,
        .middle .layout_overview .col_left .frame-default {
          width: 100%; } }
  .middle .layout_overview .col_right {
    float: right;
    width: 28.35978835978836%;
    margin-top: 14%; }
  .middle .layout_overview .col_fullwidth {
    float: none;
    clear: both; }
    .middle .layout_overview .col_fullwidth .box {
      float: none;
      clear: both;
      width: auto;
      padding: 1em; }

/* Startseite */
.highlights h2, .neuigkeiten h2 {
  background-color: #fede2b;
  color: #060606;
  padding: 10px;
  margin-bottom: 0px;
  font-weight: bold; }

.headline {
  background-color: transparent !important;
  padding: 1em 0em 0;
  margin-top: 14%;
  margin-bottom: 0% !important;
  width: 120% !important;
  overflow: hidden; }

.headerpic {
  max-width: 87.09%;
  min-height: 2em; }
  .headerpic img {
    width: 100%; }

.headerImage .ce-image {
  position: absolute;
  height: 500px;
  max-width: 1460px;
  width: 100%; }
  .headerImage .ce-image .ce-gallery {
    height: inherit; }
    .headerImage .ce-image .ce-gallery .ce-outer {
      position: unset;
      float: none;
      right: unset;
      width: 100%;
      height: inherit; }
      .headerImage .ce-image .ce-gallery .ce-outer .ce-inner {
        position: unset;
        float: none;
        right: unset;
        height: inherit; }
        .headerImage .ce-image .ce-gallery .ce-outer .ce-inner .ce-row {
          height: inherit; }
          .headerImage .ce-image .ce-gallery .ce-outer .ce-inner .ce-row .ce-column {
            width: 100%;
            height: inherit; }
            .headerImage .ce-image .ce-gallery .ce-outer .ce-inner .ce-row .ce-column .image {
              width: 100%;
              height: inherit; }
              .headerImage .ce-image .ce-gallery .ce-outer .ce-inner .ce-row .ce-column .image img {
                width: 100%;
                height: inherit;
                -o-object-fit: cover;
                   object-fit: cover; }

[data-tooltip]:hover {
  cursor: pointer; }

.tooltip {
  display: none;
  position: absolute;
  top: 100px;
  left: 100px;
  background: #fff;
  color: #474747;
  font-size: 0.7em;
  padding: 1em;
  max-width: 10%;
  line-height: 1.5em;
  -webkit-box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.5);
  z-index: 1001; }

.tooltip:after {
  border-color: -moz-use-text-color transparent #fff;
  border-style: none solid solid;
  border-width: 0 10px 10px;
  content: "";
  position: absolute;
  top: -10px;
  left: 20px; }

.sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  z-index: 2; }
  @media (min-width: 860px) {
    .sticky .mainmenu {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important; } }

@media (max-width: 860px) {
  .toggle_menu.sticky {
    height: 44px; } }

@media (max-width: 860px) {
  #sidr-left.sticky {
    top: 44px !important; } }

@media (max-width: 860px) {
  .logo.sticky {
    right: 16px; } }

@media screen and (max-width: 1030px) {
  body {
    font-size: 85%; }
  .logo {
    margin: auto 48px; }
  .top h1,
  .top .pagetitle {
    width: 32.917%; }
  .top .tools {
    margin: 0.6em 0; }
  .top nav {
    margin: 0; }
  .middle .content {
    margin-right: 2%;
    max-width: 85.3%; }
  .bottom {
    max-width: 100%; } }

@media screen and (max-width: 860px) {
  .tabletonly {
    display: block !important; }
  .top {
    overflow: hidden; }
    .top h1,
    .top .pagetitle {
      width: 75%;
      margin: 2.5% 0;
      padding-left: 2%; }
      .top h1 img,
      .top .pagetitle img {
        width: 70%; }
    .top .logo {
      max-width: inherit;
      width: 22%;
      margin: 0 16px; }
    .top .toggle_btn {
      display: none;
      background: #606060;
      color: #fff;
      padding: 1.1% 2% 1.9%;
      cursor: pointer;
      margin-bottom: 1em;
      font-size: 18px; }
    .top .toggle_btn:before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url(../img/spr_main.png) 0px 0px no-repeat;
      position: relative;
      margin-right: 0.5em; }
    .top .toggle_menu {
      margin-left: 0%;
      width: 100%;
      padding: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      bottom: 0;
      margin-bottom: 0;
      z-index: 1; }
    .top .toggle_menu:before {
      background-position: -74px -57px; }
    .top .toggle_suche:before {
      background-position: -74px -33px; }
    .top .toggle_nummern:before {
      background-position: -74px -81px; }
    .top .tools,
    .top nav {
      display: none; }
    .top .nummern {
      background-color: #dad8cb;
      border-bottom: 1px solid #d6d4c7;
      float: none;
      clear: both;
      width: auto;
      color: #3d3d3d;
      text-align: left;
      padding: 4% 2%;
      max-width: 100%;
      margin-bottom: 0px; }
      .top .nummern .nummer {
        color: #3d3d3d;
        width: 100%;
        font-size: 1.7em; }
        .top .nummern .nummer a {
          color: #3d3d3d; }
        .top .nummern .nummer.nummer-full {
          width: 100%; }
        .top .nummern .nummer small {
          white-space: normal; }
      .top .nummern .nummer:before {
        margin-bottom: 30px;
        background-position: 0px -223px; }
    .top .tools {
      display: inline-block;
      width: auto;
      width: 100%;
      margin: 0;
      text-align: left;
      bottom: 42px;
      position: absolute;
      left: 0; }
      .top .tools form {
        width: 100%;
        top: auto;
        margin: 0;
        padding: 1.5% 1%;
        font-size: 1.5em; }
        .top .tools form div {
          text-align: right; }
      .top .tools ul.shortcuts,
      .top .tools div.fsize,
      .top .tools ul.lang-menu {
        display: none;
        float: none; }
  .headerpic {
    max-width: 100%; }
  .middle {
    max-width: 100%;
    margin-left: 0; }
    .middle .content {
      max-width: 98.5%;
      margin-left: 1.5%; }
    .middle .layout_home {
      margin-left: 0;
      margin-right: 0;
      max-width: 100%; }
      .middle .layout_home .aktuell {
        display: none; }
      .middle .layout_home .regionen {
        margin-left: 0;
        left: 0;
        width: 55%; }
      .middle .layout_home .buchen {
        width: 40%; }
  .bottom .bottom-wrap .col1,
  .bottom .bottom-wrap .col2,
  .bottom .bottom-wrap .col3,
  .bottom .bottom-wrap .col4 {
    width: 50%;
    margin: 0 0 2em; }
  .bottom .bottom-wrap .col4 {
    padding: 0; } }

/* Hotfix to hide a duplicated Flag */
/* TODO: Fix menu structure' */
.lang-menu-sub > a {
  display: none; }

@media screen and (max-width: 640px) {
  body {
    background: #edebdf !important;
    background-image: none !important; }
  .hideonphone {
    display: none; }
  .top h1,
  .top .pagetitle {
    width: 65%; }
    .top h1 img,
    .top .pagetitle img {
      width: auto; }
  .top .logo {
    width: 28%; }
  .top .toggle_suche:before {
    margin: 0; }
  .top .toggle_nummern {
    display: none; }
  .top .nummern {
    display: block;
    max-width: 100%;
    margin-bottom: 0px; }
    .top .nummern .nummer {
      font-size: 1.25em;
      width: 100%; }
  .middle .layout_home {
    margin: 0;
    padding: 0 !important; }
    .middle .layout_home .regionen {
      float: none;
      width: auto;
      position: static;
      margin: 0; }
    .middle .layout_home .buchen {
      float: none;
      width: auto; }
      .middle .layout_home .buchen .box-wrap {
        display: none; }
      .middle .layout_home .buchen .iconMenu li.unterkunft {
        display: block; }
  .middle .layout_overview {
    display: table; }
    .middle .layout_overview .headline,
    .middle .layout_overview .col_left,
    .middle .layout_overview .col_right {
      float: none;
      width: auto; }
    .middle .layout_overview .col_left .box {
      width: auto; }
    .middle .layout_overview .col_right {
      display: table-footer-group;
      overflow: hidden; }
      .middle .layout_overview .col_right .csc-default {
        width: 49%;
        float: left; }
      .middle .layout_overview .col_right .buchen_link,
      .middle .layout_overview .col_right > .box {
        width: 49%;
        float: right; }
  .bottom .bottom-wrap {
    padding: 0; }
    .bottom .bottom-wrap .col1,
    .bottom .bottom-wrap .col2,
    .bottom .bottom-wrap .col3,
    .bottom .bottom-wrap .col4 {
      width: auto;
      float: none;
      padding: 0 3%; }
    .bottom .bottom-wrap .col2 {
      display: none; }
    .bottom .bottom-wrap .col3 {
      padding-top: 0.5em;
      background: #fff;
      color: #3d3d3d; }
      .bottom .bottom-wrap .col3 a {
        color: #3d3d3d; }
  body.scalebg .middle .layout_overview .headline,
  .headline {
    background-color: transparent;
    margin-bottom: 1.5em;
    overflow: hidden;
    padding: 0 0 0 1em;
    width: auto; }
  div.csc-textpic-intext-left .csc-textpic-imagewrap,
  div.csc-textpic-intext-right .csc-textpic-imagewrap {
    width: 40%; } }

@media screen and (min-width: 1200px) {
  .middle .buchen .box-wrap {
    height: 301px;
    padding-bottom: 0;
    padding-top: 0.8em; }
  .logo.sticky {
    margin-left: 77px; } }

.iconMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1em; }
  .iconMenu ul li {
    border-bottom: 1px solid #d9d9d9;
    display: block;
    margin: 0; }
  .iconMenu ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 1.333em;
    overflow: hidden;
    line-height: 1.3;
    padding: 0.5em 0;
    color: #3f3f3f; }
  .iconMenu ul li a:hover {
    text-decoration: none;
    opacity: 0.8; }
  .iconMenu ul li a:before {
    content: '';
    background: url(../img/spr_main.png) 0px 0px no-repeat;
    overflow: hidden;
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 0.5em;
    float: left; }
  .iconMenu ul li a:after {
    content: '';
    background: url(../img/spr_main.png) -53px -79px no-repeat;
    overflow: hidden;
    width: 14px;
    height: 24px;
    display: block;
    float: right; }
  .iconMenu ul li.webcams a:before {
    background-position: -24px -79px; }
  .iconMenu ul li.apps a:before {
    background-position: -24px -103px; }
  .iconMenu ul li.news a:before {
    background-position: -24px -55px; }
  .iconMenu ul li.galerie a:before {
    background-position: -24px -32px; }
  .iconMenu ul li.magazine a:before {
    background-position: -24px -127px; }
  .iconMenu ul li.pauschalen a:before {
    background-position: -24px -127px; }
  .iconMenu ul li.veranstaltungen a:before {
    background-position: -24px -127px; }
  .iconMenu ul li.unterkunft a:before {
    background-position: -24px -198px; }
  .iconMenu ul li.facebook a:before {
    background-position: -24px 0px; }
  .iconMenu ul li.rss a:before {
    background-position: -50px 0px; }
  .iconMenu ul li.twitter a:before {
    background-position: -76px 0px; }
  .iconMenu ul li.youtube a:before {
    background-position: -102px 0px; }
  .iconMenu ul li.pinterest a:before {
    background-position: -128px 0px; }
  .iconMenu ul li.instagram a:before {
    background-position: -102px -26px; }
  .iconMenu ul .iconMenu ul li.linkedin a:before {
    background-position: -128px -26px; }

.rot .iconMenu ul li {
  border-bottom: 1px solid #fede2b; }

.rot .iconMenu ul li:last-child {
  border: 0; }

.rot .iconMenu ul li a {
  color: #FFF; }

.rot .iconMenu ul li a:after {
  background-position: -53px -55px; }

.rot .iconMenu ul li.webcams a:before {
  background-position: 0px -79px; }

.rot .iconMenu ul li.apps a:before {
  background-position: 0px -103px; }

.rot .iconMenu ul li.news a:before {
  background-position: 0px -55px; }

.rot .iconMenu ul li.galerie a:before {
  background-position: 0px -32px; }

.rot .iconMenu ul li.magazine a:before {
  background-position: 0px -127px; }

.rot .iconMenu ul li.pauschalen a:before {
  background-position: -0px -127px; }

.rot .iconMenu ul li.veranstaltungen a:before {
  background-position: -0px -175px; }

.rot .iconMenu ul li.unterkunft a:before {
  background-position: -0px -198px; }

.middle .noText ul li,
.bottom .noText ul li {
  border: 0;
  display: inline-block;
  width: auto;
  margin-right: 3%; }
  .middle .noText ul li a,
  .bottom .noText ul li a {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    padding: 0;
    display: inline-block;
    width: 26px;
    height: 26px; }
  .middle .noText ul li a:before,
  .bottom .noText ul li a:before {
    width: 26px;
    height: 26px; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  display: none; }

label {
  font-weight: 600;
  margin-bottom: 0.5em;
  display: inline-block;
  color: #444444; }

label > strong {
  font-size: 0.75em;
  color: #393939;
  display: block; }


input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="range"],
select,
textarea {
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-clip: padding-box;
  color: #515151;
  width: 61%;
  padding: 0.65em 1% 0.65em; }
  
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="email"]:focus,
  input[type="date"]:focus,
  input[type="number"]:focus,
  input[type="range"]:focus,
  select:focus,
  textarea:focus {
    border-color: #9D9D9D; }

select {
  width: auto; }

button,
a.button,
input[type="submit"] {
  background-color: #606060;
  color: #FFF;
  border: 0;
  overflow: hidden;
  padding: 0.3em 0.9em;
  font-size: 0.813em;
  line-height: 1.7em;
  display: inline-block; }

button:hover,
a.button:hover,
input[type="submit"]:hover {
  background-color: #393939; }

button:after,
a.button:after {
  content: '';
  background: url(../img/spr_main.png) -53px -55px no-repeat;
  overflow: hidden;
  width: 14px;
  height: 24px;
  display: block;
  float: right;
  margin-left: 0.5em; }

.buchen h2 {
  margin-bottom: 0.2em; }

.buchen input {
  font-size: 1.05em;
  padding: 0.4em; }

.buchen select {
  font-size: 1.05em;
  padding: 0.4em;
  margin-right: 0.3em; }

.buchen #hiDateYrFrom,
.buchen #hiDateYrTo {
  width: 100%; }

.buchen #hiPersons {
  width: 91%; }

.buchen #bookingWidgetHI {
  width: auto !important; }

.buchen #hiCheckVacancyBtn:after {
  display: none; }

.buchen table {
  padding: 0 !important;
  width: 100% !important;
  vertical-align: bottom; }
  .buchen table tbody {
    width: 100%; }
  .buchen table tr td[height] {
    height: 0.4em; }
  .buchen table tr td,
  .buchen table tr th {
    border: 0;
    padding: 0;
    width: auto; }

.middle .buchen .box-wrap {
  padding-bottom: 0; }

.tx-powermail .nolabel > h3,
.csc-mailform .nolabel > h3 {
  display: none; }

.tx-powermail .powermail_field,
.csc-mailform .powermail_field {
  display: inline-block;
  width: 61%; }
  
  .tx-powermail .powermail_field input[type="text"],
  .tx-powermail .powermail_field input[type="password"],
  .tx-powermail .powermail_field input[type="email"],
  .tx-powermail .powermail_field input[type="tel"],
  .tx-powermail .powermail_field input[type="url"],
  .tx-powermail .powermail_field input[type="date"],
  .tx-powermail .powermail_field input[type="number"],
  .tx-powermail .powermail_field input[type="range"],
  .tx-powermail .powermail_field select,
  .tx-powermail .powermail_field textarea,
  .csc-mailform .powermail_field input[type="text"],
  .csc-mailform .powermail_field input[type="password"],
  .csc-mailform .powermail_field input[type="email"],
  .csc-mailform .powermail_field input[type="date"],
  .csc-mailform .powermail_field input[type="number"],
  .csc-mailform .powermail_field input[type="range"],
  .csc-mailform .powermail_field select,
  .csc-mailform .powermail_field textarea {
    width: 100%; }
  .tx-powermail .powermail_field select,
  .csc-mailform .powermail_field select {
    width: auto; }

.tx-powermail ol, .tx-powermail ul, .tx-powermail p,
.csc-mailform ol,
.csc-mailform ul,
.csc-mailform p {
  font-size: 1em;
  padding: 0;
  margin: 0;
  list-style: none; }

.tx-powermail .powermail_fieldwrap_type_submit:before,
.csc-mailform .powermail_fieldwrap_type_submit:before {
  content: " ";
  display: inline-block;
  min-height: 1px;
  width: 20%; }

.tx-powermail fieldset label,
.csc-mailform fieldset label {
  width: 20%; }

.tx-powermail fieldset .powermail_fieldwrap,
.tx-powermail fieldset li.csc-form-element,
.csc-mailform fieldset .powermail_fieldwrap,
.csc-mailform fieldset li.csc-form-element {
  overflow: hidden;
  padding: 0.438em 0;
  margin: 0.6em 0; }

.tx-powermail fieldset div.tx-powermail li label,
.tx-powermail fieldset div.csc-mailform li label,
.tx-powermail fieldset div.buchung .row label,
.csc-mailform fieldset div.tx-powermail li label,
.csc-mailform fieldset div.csc-mailform li label,
.csc-mailform fieldset div.buchung .row label {
  float: left;
  width: 32%;
  font-weight: 400; }

.tx-powermail fieldset div.tx-powermail li label em,
.tx-powermail fieldset div.csc-mailform li label em,
.tx-powermail fieldset div.buchung .row label em,
.csc-mailform fieldset div.tx-powermail li label em,
.csc-mailform fieldset div.csc-mailform li label em,
.csc-mailform fieldset div.buchung .row label em {
  display: inline;
  color: #C11521; }

.catalog fieldset.catalog_category {
  margin-bottom: 1.5em;
  border: 1px solid #E7E7E7; }
  .catalog fieldset.catalog_category h3 {
    text-transform: uppercase;
    border-bottom: 1px solid #E7E7E7;
    padding: 1em;
    margin: 0;
    font-size: 1.3em;
    background: #F7F7F7; }
  .catalog fieldset.catalog_category > ol > li {
    border-bottom: 1px solid #E7E7E7;
    padding: 1em 2em;
    margin: 0;
    font-size: 0.9em; }
    .catalog fieldset.catalog_category > ol > li .catalog_action {
      display: inline-block;
      min-height: 1px;
      width: 1.5em;
      float: left;
      padding-top: 0.07em; }
    .catalog fieldset.catalog_category > ol > li .catalog_pdf {
      opacity: 0.5; }
    .catalog fieldset.catalog_category > ol > li label {
      width: 80%;
      margin: 0; }
      .catalog fieldset.catalog_category > ol > li label .catalog_download_only {
        font-size: 0.9em;
        color: #A5A5A5;
        white-space: nowrap; }
    .catalog fieldset.catalog_category > ol > li .catalog_details {
      display: inline-block;
      width: 10%;
      float: right; }
    .catalog fieldset.catalog_category > ol > li .catalog_description {
      display: none;
      float: none;
      clear: both;
      padding: 1em 0 0;
      overflow: hidden; }
      .catalog fieldset.catalog_category > ol > li .catalog_description p {
        margin-bottom: 1em;
        line-height: 1.6; }
      .catalog fieldset.catalog_category > ol > li .catalog_description > img {
        float: left;
        width: 33%;
        margin-right: 1em; }
      .catalog fieldset.catalog_category > ol > li .catalog_description .catalog_downloads {
        display: block;
        padding-top: 1em;
        float: none;
        clear: both; }
        .catalog fieldset.catalog_category > ol > li .catalog_description .catalog_downloads strong {
          margin-bottom: 0.3em;
          display: block; }
        .catalog fieldset.catalog_category > ol > li .catalog_description .catalog_downloads ol li {
          margin: 0 0 0.6em; }
        .catalog fieldset.catalog_category > ol > li .catalog_description .catalog_downloads ol li:last-child {
          margin: 0; }
  .catalog fieldset.catalog_category > ol li:last-child {
    border: 0; }

.catalog .catalog_contact {
  border: 1px solid #E7E7E7;
  padding: 1.3em 2em;
  background: #FBFBFB; }
  .catalog .catalog_contact label {
    width: 30%; }
  .catalog .catalog_contact input[type="password"],
  .catalog .catalog_contact input[type="text"],
  .catalog .catalog_contact select,
  .catalog .catalog_contact textarea {
    width: 62.8%; }
  .catalog .catalog_contact select {
    width: 65%; }
  .catalog .catalog_contact .catalog_contact_submit {
    text-align: right;
    padding: 0.75em 1.35em 0 0;
    margin-bottom: 0; }
    .catalog .catalog_contact .catalog_contact_submit input[type="submit"] {
      padding: 1em 2em;
      font-weight: 600;
      text-transform: uppercase; }
  .catalog .catalog_contact .catalog-recaptcha {
    position: relative; }
    .catalog .catalog_contact .catalog-recaptcha label,
    .catalog .catalog_contact .catalog-recaptcha .g-recaptcha {
      float: left;
      display: block; }
    .catalog .catalog_contact .catalog-recaptcha label {
      margin-top: 8px;
      margin-right: 5px; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

@media (max-width: 640px) {
  .catalog .catalog_contact {
    padding-left: 1em;
    padding-right: 1em; }
  .catalog_contact {
    position: relative; }
    .catalog_contact .catalog-recaptcha {
      left: 0; }
      .catalog_contact .catalog-recaptcha .g-recaptcha {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0; } }

.tx-remoteads-pi1 .catsel {
  margin-bottom: 2em;
  width: 50%; }
  .tx-remoteads-pi1 .catsel select {
    width: 52%; }
  .tx-remoteads-pi1 .catsel button {
    line-height: 2.1; }

.ad_list {
  overflow: hidden; }

.ad_list_item,
.ad_list_item .spalten {
  overflow: hidden; }

.ad_list_item {
  border-bottom: 1px solid #D9D9D9;
  width: 45%;
  float: left;
  margin-right: 9%;
  padding-bottom: 1em;
  margin-bottom: 1em; }

.ad_list_item:nth-child(2n) {
  margin-right: 0; }

.ad_list_item .umimage {
  float: left;
  width: 35%;
  margin-right: 3%; }

.ad_list_item .nebenimage {
  float: left;
  width: 61%; }

.ad_list_item .nebenimage p {
  margin-top: 0; }

.ad_list_item .detail {
  text-align: right; }

.pricewrap {
  font-size: 1.1em;
  color: #393939; }

.ad_detail .pricewrap {
  text-align: right;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 1em;
  padding-bottom: 1em; }

.ad_detail .infos .maininfo {
  float: left;
  width: 65%; }

.ad_detail .booking {
  float: none;
  clear: both;
  margin: 1em 0;
  text-align: right; }

.ad_detail .sideinfo {
  float: right;
  width: 30%; }

.ad_detail a.button {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3em; }

.ad_detail .images img {
  margin-bottom: 0.5em; }

.ad_detail table {
  margin-bottom: 2em; }

.ad_detail table p {
  margin: 0; }

.ad_teaser .image {
  margin-bottom: 1em; }
  .ad_teaser .image img {
    width: 100%; }

.ad_teaser .buttons {
  overflow: hidden;
  line-height: 2em; }
  .ad_teaser .buttons a.button {
    float: right; }

.ad_teaser .all-link {
  text-align: right;
  font-size: 0.8em;
  margin-top: 0.7em; }
  .ad_teaser .all-link a {
    display: inline-block; }

@media only screen and (max-width: 500px) {
  .ad_list_item {
    width: auto;
    float: none;
    margin-right: 0; }
  .ad_detail .infos .maininfo,
  .ad_detail .infos .sideinfo {
    float: none;
    width: auto;
    overflow: hidden; }
  .ad_detail .images {
    overflow: hidden;
    padding-bottom: 1em; }
  .ad_detail .images img {
    margin: 0 1% 0.5em 0;
    float: left;
    width: 32%; } }

ul.teasermenu {
  padding: 0;
  margin: 0;
  list-style: none;
  float: none;
  clear: both;
  overflow: hidden; }

.subpages ul.teasermenu li {
  width: 45.849%;
  float: left;
  margin: 0 4.153% 4.153% 0; }
  .subpages ul.teasermenu li .box-wrap {
    position: relative; }
    .subpages ul.teasermenu li .box-wrap .teaserHeaderLink {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 90%;
      padding: 10px 5px 5px;
      background: #FFF;
      display: block;
      line-height: 1.37em; }
      .subpages ul.teasermenu li .box-wrap .teaserHeaderLink a {
        display: block;
        font-size: 1.6em;
        line-height: 1em;
        color: #3f3f3f; }
      .subpages ul.teasermenu li .box-wrap .teaserHeaderLink a.subtitle {
        font-size: 1em;
        text-transform: none;
        margin-bottom: 0.5em; }

.middle .col_left .subpages ul.teasermenu li.box {
  width: 45.849%; }

.teaser2col ul.teasermenu li {
  float: left;
  width: 48%;
  overflow: hidden;
  margin: 0 2% 3% 0; }
  .teaser2col ul.teasermenu li .teaserHeaderLink {
    color: #717171;
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.2em; }
  .teaser2col ul.teasermenu li .teaserImageLink {
    float: left;
    margin-right: 1em; }

.teaser2col ul.teasermenu li.first {
  clear: left;
  clear: both; }

.middle ul.fullSitemap {
  font-size: 1em;
  padding-left: 0;
  list-style: none; }
  .middle ul.fullSitemap ul {
    padding-left: 1em;
    list-style: none;
    margin-bottom: 1em; }
  .middle ul.fullSitemap > li > a {
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-top: 2px solid #DBD8C9;
    padding-top: 0.5em; }
  .middle ul.fullSitemap > li > ul > li > a {
    font-weight: bold; }

@media screen and (max-width: 730px) {
  .teaser2col ul.teasermenu li {
    width: auto;
    float: none;
    margin: 0 0 2% 0; } }

@media screen and (max-width: 640px) {
  .middle .content {
    padding-top: 1em; }
  .middle .col_left .subpages ul.teasermenu li.box {
    width: 47.8%; }
  .middle .col_left .subpages ul.teasermenu li.box:nth-child(2n) {
    margin-right: 0; }
  .middle .col_left .subpages ul.teasermenu li.box .box-wrap .teaserHeaderLink {
    font-size: 0.75em; } }

.layout_home .news {
  padding: 0 1em 1em 1em; }
  .layout_home .news .news-list-view .article {
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 1.1em;
    margin-bottom: 1.1em; }
    .layout_home .news .news-list-view .article .news-img-wrap {
      float: left;
      width: 25.537%; }
    .layout_home .news .news-list-view .article .teaser-text {
      float: right;
      width: 69.6%; }
      .layout_home .news .news-list-view .article .teaser-text h3 {
        font-size: 0.85em;
        text-transform: none;
        margin: 0 0 0.2em;
        line-height: 1.4em; }
        .layout_home .news .news-list-view .article .teaser-text h3 a {
          color: #272727; }
      .layout_home .news .news-list-view .article .teaser-text .news-list-date {
        display: none; }
      .layout_home .news .news-list-view .article .teaser-text p, .layout_home .news .news-list-view .article .teaser-text a.more {
        font-size: 0.813em;
        margin: 0;
        display: inline-block;
        line-height: 1.3; }
  .layout_home .news .news-list-view .article:last-child {
    border: 0;
    margin: 0;
    padding: 0; }

.layout_overview .news .news-list-view {
  overflow: hidden; }
  .layout_overview .news .news-list-view .article {
    border-bottom: 1px solid #D9D9D9;
    float: left;
    margin-bottom: 1em;
    margin-right: 9%;
    padding-bottom: 1em;
    width: 45%;
    overflow: hidden; }
    .layout_overview .news .news-list-view .article:nth-child(2n) {
      margin-right: 0; }
    .layout_overview .news .news-list-view .article .news-img-wrap {
      float: left;
      margin-right: 3%;
      width: 35%; }
    .layout_overview .news .news-list-view .article .teaser-text {
      float: left;
      width: 61%; }
      .layout_overview .news .news-list-view .article .teaser-text a.more {
        display: block;
        text-align: right; }

.news-single {
  padding: 1em; }
  .news-single .article {
    overflow: hidden; }
    .news-single .article .news-main {
      float: left;
      width: 65%; }
      .news-single .article .news-main .news-backlink-wrap {
        font-size: 0.875em;
        margin: 2.5em 0 1.5em; }
    .news-single .article .news-share-container {
      overflow: hidden;
      border-top: 1px solid #D9D9D9;
      padding-top: 1.4em; }
      .news-single .article .news-share-container .news-share {
        float: left;
        margint: 0 1em 0.3em 0; }
        .news-single .article .news-share-container .news-share iframe {
          margin: 0; }
      .news-single .article .news-share-container .twitter {
        max-width: 115px; }
      .news-single .article .news-share-container .facebook {
        max-width: 315px; }
    .news-single .article .news-sidebar {
      float: right;
      width: 30%;
      color: #3F3F3F;
      font-size: 0.875em; }

.news-list-date {
  font-size: 0.875em;
  margin-bottom: 0.5em;
  display: block; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button {
  /*
  // breaks in sassify extension
  &::-moz-focus-inner {
      padding: 0;
      border: 0
  }
  */ }
  button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }
  button.mfp-close:after, button.mfp-arrow:after {
    background: transparent;
    float: none;
    height: auto;
    width: auto;
    overflow: visible;
    display: inline-block; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-image-holder .mfp-close:after,
.mfp-iframe-holder .mfp-close:after {
  display: none; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 70%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.divider hr {
  border: 0;
  background: transparent;
  margin: 1em 0;
  border-bottom: 1px solid #D9D9D9;
  float: none;
  clear: both; }

.sidr {
  position: absolute;
  z-index: 999999;
  width: 100% !important;
  overflow-x: unset;
  overflow-y: auto;
  background: #404040;
  color: #FFF;
  top: 544px !important; }

.sidr .sidr-inner {
  padding: 0 0 1em; }

.sidr .sidr-inner > p {
  margin-left: 1em;
  margin-right: 1em; }

.sidr.right {
  left: auto;
  right: -72%;
  border-left: 1px solid #404040; }

.sidr.left {
  left: -100%;
  right: auto;
  border-right: 1px solid #404040; }

.sidr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0; }

.sidr ul li {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 12px 0; }

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
  background-color: #393939; }

.sidr ul li a, .sidr ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  -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; }

.sidr ul li a img {
  margin: 8px auto; }

.sidr ul li ul {
  border-bottom: none;
  margin: 0; }

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px; }

.sidr ul li ul li:last-child {
  border-bottom: none; }

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px; }

.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb; }

.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px; }

.sidr form {
  margin: 0 15px; }

.sidr label {
  font-size: 13px; }

.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both; }

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none; }

.sidr input[type=button], .sidr input[type=submit] {
  color: #f8f8f8;
  background: #333; }

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9); }

.regionen form {
  overflow: hidden; }
  .regionen form select {
    width: 98%;
    padding: 1%;
    font-size: 0.85em;
    margin-top: 1em;
    font-family: 'Open Sans', Arial, sans-serif; }
    .regionen form select optgroup {
      font-style: normal;
      margin-top: 0.5em;
      padding-left: 0.5em; }
    .regionen form select option {
      margin: 0.2em 0; }
  .regionen form .left {
    float: left;
    width: 57%; }
    .regionen form .left ul {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 0.85em; }
      .regionen form .left ul li {
        margin: 0.3em 0; }
      .regionen form .left ul #ort1 {
        color: #EE7C08; }
      .regionen form .left ul #ort2 {
        color: #01ADBA; }
      .regionen form .left ul #ort3 {
        color: #A74B92; }
      .regionen form .left ul #ort4 {
        color: #95B713; }
      .regionen form .left ul #ort5 {
        color: #C70F52; }
  .regionen form .right {
    float: right;
    width: 42%; }

.kacheln-container .kacheln-categories {
  overflow: hidden;
  padding: 0.5em 0 1em; }
  .kacheln-container .kacheln-categories a[data-cat] {
    display: inline-block; }
  .kacheln-container .kacheln-categories a {
    display: none;
    cursor: pointer;
    color: #3f3f3f;
    font-weight: 600;
    margin: 0 0.5em;
    padding: 0.7em 1em;
    border: 1px solid transparent;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .kacheln-container .kacheln-categories a:hover, .kacheln-container .kacheln-categories a.active {
      border-color: #DCDCDC;
      text-decoration: none;
      color: #830116; }

.kacheln-container .kacheln-list {
  width: 100%;
  padding: 0;
  overflow: hidden;
  line-height: 1; }
  .kacheln-container .kacheln-list .grid-sizer {
    width: 20%; }
  .kacheln-container .kacheln-list .kachel {
    margin: 0 10px 10px 0;
    padding: 0;
    overflow: hidden;
    float: left;
    position: relative;
    display: block; }
    .kacheln-container .kacheln-list .kachel a.teaserTextLink {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 88.5%;
      z-index: 1;
      color: #000;
      text-transform: uppercase;
      padding: 5% 6%;
      background: #fede2b; }
    .kacheln-container .kacheln-list .kachel a.teaserImageLink {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      overflow: hidden; }
      .kacheln-container .kacheln-list .kachel a.teaserImageLink img {
        display: block;
        margin: 0;
        line-height: 1; }
    .kacheln-container .kacheln-list .kachel:hover {
      opacity: 0.9; }
  .kacheln-container .kacheln-list .kachel-small {
    width: 18.95%;
    /*width: 173px;*/ }
  .kacheln-container .kacheln-list .kachel-large {
    width: 38.96%;
    /*width: 356px;*/ }

@media screen and (max-width: 1145px) {
  .kacheln-container .kacheln-list .grid-sizer {
    width: 33%; }
  .kacheln-container .kacheln-list .kachel-small {
    width: 31%; }
    .kacheln-container .kacheln-list .kachel-small img {
      width: 100%;
      max-width: inherit;
      height: auto; }
  .kacheln-container .kacheln-list .kachel-large {
    width: 31%; } }

@media screen and (max-width: 520px) {
  .kacheln-container .kacheln-categories .kacheln-label {
    display: block;
    margin-bottom: 0.5em; }
  .kacheln-container .kacheln-categories a {
    padding: 0.5em 0.5em;
    margin: 0 0.1em 0 0; }
  .kacheln-container .kacheln-list .grid-sizer {
    width: 50%; }
  .kacheln-container .kacheln-list .kachel-small {
    width: 44%; }
    .kacheln-container .kacheln-list .kachel-small img {
      width: 100%;
      max-width: inherit;
      height: auto; }
  .kacheln-container .kacheln-list .kachel-large {
    width: 44%; } }

.middle .galerie div.csc-textpic div.csc-textpic-imagerow {
  width: 100%;
  float: none;
  clear: both; }

.middle .galerie div.csc-textpic div.csc-textpic-imagecolumn {
  float: left;
  overflow: hidden;
  display: block;
  width: 31%;
  margin: 0 2% 2% 0; }

.middle .galerie div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  display: inline-block; }

.middle .galerie div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image img {
  width: 100%;
  max-width: auto; }

#tx-nwsevents-filter,
#tx-nwsevents-mini-filter {
  margin-bottom: 1em; }

#tx-nwsevents-filter *,
#tx-nwsevents-mini-filter * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#tx-nwsevents-filter input[type="text"],
#tx-nwsevents-filter select,
#tx-nwsevents-mini-filter input[type="text"],
#tx-nwsevents-mini-filter select {
  width: 100%;
  padding: 0.25em 1%; }

#tx-nwsevents-filter label {
  width: 23%;
  display: block;
  float: left; }

#tx-nwsevents-mini-filter label {
  float: none;
  margin-bottom: .25em;
  display: inline-block;
  width: 23%; }

.tx-nwsevents-mini-from-title {
  font-size: 120%;
  margin-top: 0;
  font-weight: 100; }

.tx-nwsevents-mini-filter-row {
  margin-bottom: .5em; }
  .tx-nwsevents-mini-filter-row > div {
    display: inline-block;
    width: 73%; }

.tx-nwsevents-mini-filter-submitrow {
  text-align: right; }

.tx-nwsevents-list .tx-nwsevents-eventlist,
.tx-nwsevents-list .tx-nwsevents-mini-list,
.tx-nwsevents-mini .tx-nwsevents-eventlist,
.tx-nwsevents-mini .tx-nwsevents-mini-list {
  list-style-type: none;
  margin: 0 0 2em;
  padding-left: 0; }

.tx-nwsevents-list .tx-nwsevents-eventlist h4,
.tx-nwsevents-list .tx-nwsevents-mini-list h4,
.tx-nwsevents-mini .tx-nwsevents-eventlist h4,
.tx-nwsevents-mini .tx-nwsevents-mini-list h4 {
  margin: 0 0 .25em;
  font-size: 120%;
  font-weight: normal; }

.tx-nwsevents-list .tx-nwsevents-eventlist h4 a,
.tx-nwsevents-list .tx-nwsevents-mini-list h4 a,
.tx-nwsevents-mini .tx-nwsevents-eventlist h4 a,
.tx-nwsevents-mini .tx-nwsevents-mini-list h4 a {
  color: #5A1A28; }

.tx-nwsevents-list .tx-nwsevents-eventlist li,
.tx-nwsevents-list .tx-nwsevents-mini-list li,
.tx-nwsevents-mini .tx-nwsevents-eventlist li,
.tx-nwsevents-mini .tx-nwsevents-mini-list li {
  padding: 7px; }

.tx-nwsevents-list .tx-nwsevents-eventlist li:nth-child(2n),
.tx-nwsevents-list .tx-nwsevents-mini-list li:nth-child(2n),
.tx-nwsevents-mini .tx-nwsevents-eventlist li:nth-child(2n),
.tx-nwsevents-mini .tx-nwsevents-mini-list li:nth-child(2n) {
  background-color: #F8F7F3;
  border-top: 1px dotted #B5B5B3;
  border-bottom: 1px dotted #B5B5B3; }

.tx-nwsevents-list .tx-nwsevents-table-subheading,
.tx-nwsevents-mini .tx-nwsevents-table-subheading {
  font-size: 17px;
  border-bottom: 2px solid #DEDCDD;
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #94031B; }

.tx-nwsevents-list .tx-nwsevents-categories,
.tx-nwsevents-mini .tx-nwsevents-categories {
  margin-top: .25em; }

.tx-nwsevents-list .tx-nwsevents-filter-row-input,
.tx-nwsevents-mini .tx-nwsevents-filter-row-input {
  width: 70%;
  margin-left: 30%;
  margin-bottom: .5em; }

.tx-nwsevents-list .tx-nwsevents-filter-row-input .split,
.tx-nwsevents-mini .tx-nwsevents-filter-row-input .split {
  width: 50%;
  float: left; }

.tx-nwsevents-list .tx-nwsevents-filter-row-input .split.first,
.tx-nwsevents-mini .tx-nwsevents-filter-row-input .split.first {
  padding-right: .5em; }

.tx-nwsevents-list .tx-nwsevents-filter-row-input .split.last,
.tx-nwsevents-mini .tx-nwsevents-filter-row-input .split.last {
  padding-left: .5em; }

.tx-nwsevents-list .tx-nwsevents-filter-row-submit,
.tx-nwsevents-mini .tx-nwsevents-filter-row-submit {
  clear: both;
  padding-top: .5em;
  text-align: right; }

.tx-nwsevents-list .tx-nwsevents-eventlist-date,
.tx-nwsevents-mini .tx-nwsevents-eventlist-date {
  font-weight: bold; }

.tx-nwsevents-mini .tx-nwsevents-mini-list {
  margin-bottom: 0; }

.tx-nwsevents-mini .tx-nwsevents-mini-list .tx-nwsevents-mini-list-row-title {
  font-weight: bold;
  margin-bottom: .25em; }

.tx-nwsevents-category {
  display: inline-block;
  padding: .2em .4em;
  background-color: #EDEBDF; }

.tx-nwsevents-filter-row {
  overflow: hidden;
  line-height: 164%; }

.tx-nwsevents-show h2.tx-nwsevents-show-title {
  color: #631926;
  font-size: 1.5em;
  font-weight: 100;
  padding-bottom: 5px;
  border-bottom: 2px solid #631926; }

.tx-nwsevents-show hr {
  height: 0;
  border: none;
  border-top: 1px dotted #B9B9B9; }

.tx-nwsevents-show .tx-nwsevents-show-detailsblock {
  background-color: #F6F5F0;
  margin-bottom: 1em; }

.tx-nwsevents-show .tx-nwsevents-show-detailsblock h3 {
  min-width: 163px;
  display: inline-block;
  color: #fff;
  background-color: #95021C;
  padding: 9px;
  font-size: 90%;
  font-weight: 100;
  margin: 0; }

.tx-nwsevents-show .tx-nwsevents-show-detailsblock-inner {
  padding: 10px;
  font-size: .9em;
  line-height: 1.2em; }

#tx-nwsevents-filter .tx-nwsevents-filter-row-checkbox {
  padding-top: 0.5em; }
  #tx-nwsevents-filter .tx-nwsevents-filter-row-checkbox label {
    width: auto;
    float: none;
    display: inline-block;
    margin-left: 0.5em; }

.tx-nwsevents-mini .tx-nwsevents-eventlist li,
.tx-nwsevents-mini .tx-nwsevents-mini-list li {
  padding: 0; }
  .tx-nwsevents-mini .tx-nwsevents-eventlist li .tx-nwsevents-mini-list-row-title,
  .tx-nwsevents-mini .tx-nwsevents-mini-list li .tx-nwsevents-mini-list-row-title {
    margin: 0; }
  .tx-nwsevents-mini .tx-nwsevents-eventlist li .tx-nwsevents-mini-list-row-date,
  .tx-nwsevents-mini .tx-nwsevents-mini-list li .tx-nwsevents-mini-list-row-date {
    font-size: 0.8em; }

.tx-nwsevents-mini .tx-nwsevents-nexttopevents {
  font-size: 0.875em;
  border-top: 1px solid #DDDDDD;
  padding-top: 1em;
  margin: 2em 0 1em 0; }

.tx-nwsevents-mini .tx-nwsevents-topevents-showall {
  margin: 1.5em 0 0 0; }

#tx-nwspois-filter {
  margin-bottom: 1em; }

#tx-nwspois-filter * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#tx-nwspois-filter input[type="text"],
#tx-nwspois-filter select {
  width: 100%;
  padding: 0.25em 1%; }

#tx-nwspois-filter label {
  width: 20%;
  display: block;
  float: left; }

.tx-nwspois-list .f3-widget-paginator {
  margin: 1em 0;
  padding: 0; }

.tx-nwspois-list .f3-widget-paginator li {
  list-style-type: none;
  display: inline-block;
  margin: 0; }

.tx-nwspois-list .f3-widget-paginator li a, .tx-nwspois-list .f3-widget-paginator li.current {
  display: inline-block;
  padding: 2px 7px;
  border: 1px solid #eeeeee; }

.tx-nwspois-list .tx-nwspois-poilist {
  list-style-type: none;
  margin: 0 0 2em;
  padding-left: 0; }

.tx-nwspois-list .tx-nwspois-poilist h4 {
  margin: 0 0 .25em;
  font-size: 120%;
  font-weight: normal; }

.tx-nwspois-list .tx-nwspois-poilist h4 a {
  color: #5A1A28; }

.tx-nwspois-list .tx-nwspois-poilist li {
  padding: 7px; }

.tx-nwspois-list .tx-nwspois-poilist li:nth-child(2n) {
  background-color: #F8F7F3;
  border-top: 1px dotted #B5B5B3;
  border-bottom: 1px dotted #B5B5B3;
  padding-top: 13px;
  padding-bottom: 13px; }

.tx-nwspois-list .tx-nwspois-table-subheading {
  font-size: 17px;
  border-bottom: 2px solid #DEDCDD;
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #94031B; }

.tx-nwspois-list .tx-nwspois-categories {
  margin-top: .25em; }

.tx-nwspois-list .tx-nwspois-filter-row-input {
  width: 70%;
  margin-left: 30%;
  margin-bottom: .5em; }

.tx-nwspois-list .tx-nwspois-filter-row-input .split {
  width: 50%;
  float: left; }

.tx-nwspois-list .tx-nwspois-filter-row-input .split.first {
  padding-right: .5em; }

.tx-nwspois-list .tx-nwspois-filter-row-input .split.last {
  padding-left: .5em; }

.tx-nwspois-list .tx-nwspois-filter-row-submit {
  clear: both;
  padding-top: .5em;
  text-align: right; }

.tx-nwspois-list .tx-nwspois-eventlist-date {
  font-weight: bold; }

.tx-nwspois-category {
  display: inline-block;
  padding: .2em .4em;
  background-color: #EDEBDF; }

.tx-nwspois-show h2.tx-nwspois-show-title {
  color: #631926;
  font-size: 1.5em;
  font-weight: 100;
  padding-bottom: 5px;
  border-bottom: 2px solid #631926; }

.tx-nwspois-show hr {
  height: 0;
  border: none;
  border-top: 1px dotted #B9B9B9; }

.tx-nwspois-show .tx-nwspois-show-detailsblock {
  background-color: #F6F5F0;
  margin-bottom: 1em; }

.tx-nwspois-show .tx-nwspois-show-detailsblock h3 {
  min-width: 163px;
  display: inline-block;
  color: #fff;
  background-color: #95021C;
  padding: 9px;
  font-size: 90%;
  font-weight: 100;
  margin: 0; }

.tx-nwspois-show .tx-nwspois-show-detailsblock-inner {
  padding: 10px;
  font-size: .9em;
  line-height: 1.2em; }

#tx-nwstouren-filter {
  margin-bottom: 1em; }

#tx-nwstouren-filter * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#tx-nwstouren-filter input[type="text"],
#tx-nwstouren-filter select {
  width: 100%;
  padding: 0.25em 1%; }

#tx-nwstouren-filter label {
  width: 20%;
  display: block;
  float: left; }

.tx-nwstouren-list .f3-widget-paginator {
  margin: 1em 0;
  padding: 0; }

.tx-nwstouren-list .f3-widget-paginator li {
  list-style-type: none;
  display: inline-block;
  margin: 0; }

.tx-nwstouren-list .f3-widget-paginator li a, .tx-nwstouren-list .f3-widget-paginator li.current {
  display: inline-block;
  padding: 2px 7px;
  border: 1px solid #eeeeee; }

.tx-nwstouren-list .tx-nwstouren-tourlist {
  list-style-type: none;
  margin: 0 0 2em;
  padding-left: 0; }

.tx-nwstouren-list .tx-nwstouren-tourlist h4 {
  margin: 0 0 .25em;
  font-size: 120%;
  font-weight: normal; }

.tx-nwstouren-list .tx-nwstouren-tourlist h4 a {
  color: #5A1A28; }

.tx-nwstouren-list .tx-nwstouren-tourlist li {
  padding: 7px; }

.tx-nwstouren-list .tx-nwstouren-tourlist li:nth-child(2n) {
  background-color: #F8F7F3;
  border-top: 1px dotted #B5B5B3;
  border-bottom: 1px dotted #B5B5B3;
  padding-top: 13px;
  padding-bottom: 13px; }

.tx-nwstouren-list .tx-nwstouren-table-subheading {
  font-size: 17px;
  border-bottom: 2px solid #DEDCDD;
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #94031B; }

.tx-nwstouren-list .tx-nwstouren-categories {
  margin-top: .25em; }

.tx-nwstouren-list .tx-nwstouren-filter-row-input {
  width: 70%;
  margin-left: 30%;
  margin-bottom: .5em; }

.tx-nwstouren-list .tx-nwstouren-filter-row-input .split {
  width: 50%;
  float: left; }

.tx-nwstouren-list .tx-nwstouren-filter-row-input .split.first {
  padding-right: .5em; }

.tx-nwstouren-list .tx-nwstouren-filter-row-input .split.last {
  padding-left: .5em; }

.tx-nwstouren-list .tx-nwstouren-filter-row-submit {
  clear: both;
  padding-top: .5em;
  text-align: right; }

.tx-nwstouren-list .tx-nwstouren-tourlist-date {
  font-weight: bold; }

.tx-nwstouren-category {
  display: inline-block;
  padding: .2em .4em;
  background-color: #EDEBDF; }

.tx-nwstouren-show h2.tx-nwstouren-show-title {
  color: #631926;
  font-size: 1.5em;
  font-weight: 100;
  padding-bottom: 5px;
  border-bottom: 2px solid #631926; }

.tx-nwstouren-show hr {
  height: 0;
  border: none;
  border-top: 1px dotted #B9B9B9; }

.tx-nwstouren-show .tx-nwstouren-show-detailsblock {
  background-color: #F6F5F0;
  margin-bottom: 1em;
  clear: both;
  float: none; }

.tx-nwstouren-show .tx-nwstouren-show-detailsblock h3 {
  min-width: 163px;
  display: inline-block;
  color: #fff;
  background-color: #95021C;
  padding: 9px;
  font-size: 90%;
  font-weight: 100;
  margin: 0; }

.tx-nwstouren-show .tx-nwstouren-show-detailsblock-inner {
  padding: 10px;
  font-size: .9em;
  line-height: 1.2em; }

.tx-nwstouren-show-detaillist dt, .tx-nwstouren-show-detaillist dd {
  line-height: 150%; }

.tx-nwstouren-show-detaillist dt {
  width: 25%;
  text-align: right;
  float: left;
  font-weight: bold;
  clear: left; }

.tx-nwstouren-show-detaillist dd {
  margin-left: 30%;
  min-height: 24px; }

.tx-nwstouren-show-elevationprofile {
  float: right; }

@media screen and (max-width: 700px) {
  .tx-nwstouren-show-detaillist dt {
    width: 50%; }
  .tx-nwstouren-show-detaillist dd {
    margin-left: 54%; } }

.tx-nwstouren-rating {
  background: url(../img/ratingstars.png) no-repeat 0 0;
  width: 101px;
  height: 16px;
  display: inline-block;
  vertical-align: middle; }

.tx-nwstouren-rating.rating-0 {
  background-position: 0 0px; }

.tx-nwstouren-rating.rating-1 {
  background-position: 0 -17px; }

.tx-nwstouren-rating.rating-2 {
  background-position: 0 -34px; }

.tx-nwstouren-rating.rating-3 {
  background-position: 0 -51px; }

.tx-nwstouren-rating.rating-4 {
  background-position: 0 -68px; }

.tx-nwstouren-rating.rating-5 {
  background-position: 0 -85px; }

.tx-indexedsearch fieldset {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 1em;
  padding: 1em 2em;
  overflow: hidden; }
  .tx-indexedsearch fieldset .tx-indexedsearch-form {
    float: left;
    width: 40%;
    font-size: 1.23em;
    margin-right: 1em; }
    .tx-indexedsearch fieldset .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword {
      width: 98%;
      padding-left: 3%; }
  .tx-indexedsearch fieldset .tx-indexedsearch-search-submit {
    float: left; }
    .tx-indexedsearch fieldset .tx-indexedsearch-search-submit .tx-indexedsearch-searchbox-button {
      background: #606060;
      color: #FFF;
      padding: 1em 2em;
      text-transform: uppercase;
      font-size: 1em;
      font-weight: 600; }

.tx-indexedsearch-res.res {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 1em;
  padding: 1em 2em; }

.tx-indexedsearch-res.res h2 a {
  color: #606060; }

.tx-indexedsearch-res.res .tx-indexedsearch-redMarkup {
  color: #393939; }

.tx-indexedsearch-whatis {
  padding: 0.5em 2em; }

.tx-indexedsearch-browsebox ul.browsebox {
  list-style: none;
  padding: 0; }
  .tx-indexedsearch-browsebox ul.browsebox li {
    margin-right: 0.5em;
    display: inline-block; }
    .tx-indexedsearch-browsebox ul.browsebox li a {
      padding: 2px 7px;
      display: inline-block;
      border: 1px solid #EEEEEE; }

.lang-menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 0 0 7px; }
  .lang-menu .lang-menu-sub {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1000; }
    .lang-menu .lang-menu-sub li:hover {
      background-color: #606060; }
      .lang-menu .lang-menu-sub li:hover:after {
        background-color: #606060; }
    .lang-menu .lang-menu-sub li:after {
      background-position: -155px -13px; }
  .lang-menu li {
    position: relative;
    padding: 6px 6px 4px; }
    .lang-menu li a {
      width: 20px;
      height: 12px;
      background: url(../img/spr_main.png) -154px 0px no-repeat;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      display: inline-block; }
      .lang-menu li a.lang-en {
        background-position: -174px 0px; }
      .lang-menu li a.lang-nl {
        background-position: -194px 0px; }
      .lang-menu li a.lang-da {
        background-position: -214px 0px; }
      .lang-menu li a.lang-pl {
        background-position: -234px 0px; }
    .lang-menu li:first-child {
      border: 0; }
    .lang-menu li:hover .lang-menu-sub {
      display: block; }
    .lang-menu li:after {
      content: ' ';
      line-height: 14px;
      width: 7px;
      height: 7px;
      margin-left: 5px;
      background: url(../img/spr_main.png) -164px -13px no-repeat;
      display: inline-block;
      position: relative;
      top: -3px; }

.toggle_lang {
  background-color: #94031B;
  display: none; }

.language_desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: absolute;
  right: 50px;
  top: 0; }
  .language_desktop .fsize {
    margin-top: 7px;
    margin-right: 24px; }

@media screen and (max-width: 860px) {
  .toggle_lang {
    display: inline-block; }
  .lang-menu {
    margin: 0; }
    .lang-menu li {
      padding: 10px 6px 6px; } }

.middle-wrap {
  position: relative;
  background-color: #dfe4e8; }

.luther-erleben-menu, .bauhaus-erleben-menu {
  display: none !important; }

.bauhaus-erleben-menu a {
  line-height: 3.2em !important; }

.bauhaus-erleben-menu a:before {
  content: "";
  background: url(../img/100-jahre-bauhaus.jpg) center center no-repeat !important;
  background-size: contain !important;
  width: 50px !important;
  height: 50px !important; }

.bauhaus-erleben-menu a:after {
  position: relative !important;
  top: 10px !important; }

.luther-stoerer {
  position: absolute;
  top: 70px;
  right: 40px;
  z-index: 1;
  width: 213px;
  height: 213px; }
  .luther-stoerer img {
    display: block;
    position: absolute;
    top: 0;
    right: 0; }
  .luther-stoerer .text-version {
    display: none; }
  .luther-stoerer:hover .text-version {
    display: block !important;
    opacity: 1 !important; }

@media (min-width: 640px) and (max-width: 860px) {
  .luther-stoerer {
    width: 150px;
    height: 150px; } }

@media (min-width: 640px) and (max-width: 700px) {
  .luther-stoerer {
    top: 60px; } }

@media (max-width: 640px) {
  .luther-stoerer {
    display: none; }
  .luther-erleben-menu, .bauhaus-erleben-menu {
    display: block !important; } }

.layout_home .news.tabletonly {
  padding: 0; }

.iconMenu ul li.luther-erleben-menu a:before {
  width: 50px;
  height: 50px;
  background-position: -1px -263px;
  position: relative;
  top: -2px; }

.middle .layout_home .buchen .iconMenu li.luther-erleben-menu a {
  line-height: 3.2em;
  position: relative;
  top: 2px; }

.iconMenu ul li.luther-erleben-menu a:after {
  position: relative;
  top: 10px; }

.tx-lfm-tourism-for-all .f3-widget-paginator,
.tx-nwsevents-list .f3-widget-paginator,
.tx-nwsevents-mini .f3-widget-paginator {
  margin: 1em 0;
  padding: 0; }
  .tx-lfm-tourism-for-all .f3-widget-paginator li,
  .tx-nwsevents-list .f3-widget-paginator li,
  .tx-nwsevents-mini .f3-widget-paginator li {
    list-style-type: none;
    display: inline-block;
    margin: 0; }
    .tx-lfm-tourism-for-all .f3-widget-paginator li a,
    .tx-lfm-tourism-for-all .f3-widget-paginator li button, .tx-lfm-tourism-for-all .f3-widget-paginator li.current,
    .tx-nwsevents-list .f3-widget-paginator li a,
    .tx-nwsevents-list .f3-widget-paginator li button,
    .tx-nwsevents-list .f3-widget-paginator li.current,
    .tx-nwsevents-mini .f3-widget-paginator li a,
    .tx-nwsevents-mini .f3-widget-paginator li button,
    .tx-nwsevents-mini .f3-widget-paginator li.current {
      color: rgba(193, 5, 36, 0.9);
      text-decoration: none;
      background: transparent;
      display: inline-block;
      padding: 2px 7px;
      border: 1px solid #eeeeee;
      font-size: 1em;
      line-height: 1.357em; }
      .tx-lfm-tourism-for-all .f3-widget-paginator li a:after,
      .tx-lfm-tourism-for-all .f3-widget-paginator li button:after, .tx-lfm-tourism-for-all .f3-widget-paginator li.current:after,
      .tx-nwsevents-list .f3-widget-paginator li a:after,
      .tx-nwsevents-list .f3-widget-paginator li button:after,
      .tx-nwsevents-list .f3-widget-paginator li.current:after,
      .tx-nwsevents-mini .f3-widget-paginator li a:after,
      .tx-nwsevents-mini .f3-widget-paginator li button:after,
      .tx-nwsevents-mini .f3-widget-paginator li.current:after {
        content: none; }
    .tx-lfm-tourism-for-all .f3-widget-paginator li.current,
    .tx-nwsevents-list .f3-widget-paginator li.current,
    .tx-nwsevents-mini .f3-widget-paginator li.current {
      color: #474747; }

/* Screen Reader only, taken from bootstrap */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.tx-lfm-tourism-for-all, .tx-lfm-tourism-for-all * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.lfm-container {
  padding-left: 10px;
  padding-right: 10px; }

.lfm-row {
  margin-left: -10px;
  margin-right: -10px; }
  .lfm-row:after, .lfm-row:before {
    content: "";
    display: block;
    clear: both; }

.lfm-col {
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.lfmtfa-sidebar-mobile {
  display: none; }

.lfmtfa-sidebar-desktop {
  display: block; }

@media (max-width: 799px) {
  .lfm-col {
    float: none;
    width: 100%; } }

@media (max-width: 640px) {
  .lfmtfa-sidebar-mobile {
    display: block; }
  .lfmtfa-sidebar-desktop {
    display: none; } }

.lfmtfa-listing:after, .lfmtfa-listing:before {
  content: "";
  display: block;
  clear: both; }

.lfmtfa-object {
  position: relative;
  display: block;
  padding: 1em 0 0;
  margin-bottom: 1em;
  border-top: 1px solid #dddddd; }
  .lfmtfa-object:after, .lfmtfa-object:before {
    content: "";
    display: block;
    clear: both; }
  .lfmtfa-object, .lfmtfa-object a {
    color: #474747; }
  .lfmtfa-object a:hover, .lfmtfa-object a:focus {
    color: #94031b;
    outline: none;
    text-decoration: underline; }
  .lfmtfa-object:last-child {
    margin-bottom: 0; }
  .lfmtfa-object__image {
    float: left;
    width: 220px; }
    .lfmtfa-object__image a, .lfmtfa-object__image img {
      display: block; }
  .lfmtfa-object__certificate {
    clear: both;
    margin: 0.4em -3px 0 -3px; }
    .lfmtfa-object__certificate:after, .lfmtfa-object__certificate:before {
      content: "";
      display: block;
      clear: both; }
    .lfmtfa-object__certificate a, .lfmtfa-object__certificate span {
      display: block;
      float: left;
      padding: 6px 3px 0 3px; }
    .lfmtfa-object__certificate img {
      display: block;
      max-width: 100%;
      height: 55px;
      width: auto;
      image-rendering: -webkit-optimize-contrast; }
  .lfmtfa-object__data {
    margin-left: 236px;
    margin-right: 50px;
    position: relative;
    min-height: 135px;
    padding-bottom: 40px; }
  .lfmtfa-object__name {
    font-size: 1.3em;
    margin-bottom: 9px;
    line-height: 1.2; }
  .lfmtfa-object__location {
    line-height: 1.1; }
  .lfmtfa-object__button {
    position: absolute;
    bottom: 0;
    left: 0; }
    .lfmtfa-object__button a.button {
      color: white; }
      .lfmtfa-object__button a.button:hover, .lfmtfa-object__button a.button:focus {
        text-decoration: none; }
      .lfmtfa-object__button a.button:after {
        content: none; }

@media (min-width: 641px) and (max-width: 799px), (max-width: 499px) {
  .lfmtfa-object__image {
    float: none;
    width: auto;
    margin-bottom: 10px;
    height: 180px;
    overflow: hidden; }
    .lfmtfa-object__image img {
      width: auto;
      height: auto;
      min-width: 100%;
      position: relative;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 50%; }
  .lfmtfa-object__data {
    margin-left: 0;
    min-height: 0; } }

.lfmtfa-filter {
  margin-bottom: 1em;
  line-height: 1.5; }
  .lfmtfa-filter:after, .lfmtfa-filter:before {
    content: "";
    display: block;
    clear: both; }
  .lfmtfa-filter h2 {
    font-size: 1.25em; }
  .lfmtfa-filter h2, .lfmtfa-filter h3 {
    font-weight: 600; }
  .lfmtfa-filter h3 {
    color: #94031b; }
  .lfmtfa-filter__container {
    background-color: #EBEBEB;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em; }
  .lfmtfa-filter__search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .lfmtfa-filter .lfmtfa-filter__filter-header {
    font-size: 1em;
    line-height: 1.5; }
  .lfmtfa-filter .lfmtfa-filter__search-text, .lfmtfa-filter .lfmtfa-filter__search-button {
    display: block;
    width: auto;
    float: left;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 35px;
    line-height: 35px;
    padding-top: 0;
    padding-bottom: 0; }
  .lfmtfa-filter .lfmtfa-filter__search-button {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-left: 1em; }
  .lfmtfa-filter__buttons button, .lfmtfa-filter__buttons a.button, .lfmtfa-filter__buttons input[type="submit"] {
    vertical-align: top;
    margin-right: 10px; }
    .lfmtfa-filter__buttons button:last-child, .lfmtfa-filter__buttons a.button:last-child, .lfmtfa-filter__buttons input[type="submit"]:last-child {
      margin-right: 0; }
    .lfmtfa-filter__buttons button:hover, .lfmtfa-filter__buttons a.button:hover, .lfmtfa-filter__buttons input[type="submit"]:hover {
      text-decoration: none; }
    .lfmtfa-filter__buttons button:after, .lfmtfa-filter__buttons a.button:after, .lfmtfa-filter__buttons input[type="submit"]:after {
      content: none; }

.lfmtfa-target-group label {
  display: block;
  cursor: pointer;
  position: relative; }
  .lfmtfa-target-group label:after, .lfmtfa-target-group label:before {
    content: "";
    display: block;
    clear: both; }

.lfmtfa-target-group img {
  display: block;
  width: 100%;
  height: 100%;
  /* ff is already pretty good, but this helps with chrome */
  image-rendering: -webkit-optimize-contrast; }

.lfmtfa-target-group__icon {
  display: block;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 57px;
  height: 57px;
  float: left;
  position: relative; }
  .lfmtfa-target-group__icon:before, .lfmtfa-target-group__icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border: 3px solid white;
    z-index: 2; }
  .lfmtfa-target-group__icon:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid white;
    opacity: .7;
    z-index: 3; }

.lfmtfa-target-group__name {
  display: block;
  margin-left: 57px;
  height: auto;
  line-height: 1.2;
  vertical-align: middle;
  padding-left: 12px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.lfmtfa-target-group__svg-check {
  display: inline-block;
  visibility: hidden;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  padding-left: 5px; }
  .lfmtfa-target-group__svg-check svg {
    display: block;
    width: 100%;
    height: 100%; }
    .lfmtfa-target-group__svg-check svg path {
      fill: #94031b; }

.lfmtfa-target-group input[type="checkbox"] {
  display: none; }
  .lfmtfa-target-group input[type="checkbox"]:checked + label .lfmtfa-target-group__icon {
    opacity: 1;
    -webkit-filter: none;
            filter: none; }
    .lfmtfa-target-group input[type="checkbox"]:checked + label .lfmtfa-target-group__icon:before, .lfmtfa-target-group input[type="checkbox"]:checked + label .lfmtfa-target-group__icon:after {
      display: none;
      content: none; }
  .lfmtfa-target-group input[type="checkbox"]:checked + label .lfmtfa-target-group__svg-check {
    visibility: visible; }

.lfmtfa-target-group label:hover .lfmtfa-target-group__icon {
  opacity: 1;
  -webkit-filter: none;
          filter: none; }
  .lfmtfa-target-group label:hover .lfmtfa-target-group__icon:before, .lfmtfa-target-group label:hover .lfmtfa-target-group__icon:after {
    display: none;
    content: none; }

.lfmtfa-check-boxes label {
  display: block;
  width: auto; }

.lfmtfa-check-box__tick {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: white;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer; }
  .lfmtfa-check-box__tick svg {
    display: none;
    width: 130%;
    height: 130%;
    position: relative;
    top: -3px; }
    .lfmtfa-check-box__tick svg path {
      fill: #94031b; }

.lfmtfa-check-box__label {
  line-height: 18px;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.lfmtfa-check-box input[type="checkbox"] {
  display: none; }

.lfmtfa-check-box input[type="checkbox"]:checked ~ .lfmtfa-check-box__tick {
  border-color: #868686;
  background-color: #E3D4D7; }
  .lfmtfa-check-box input[type="checkbox"]:checked ~ .lfmtfa-check-box__tick svg {
    display: block; }

@media (max-width: 799px) {
  .lfmtfa-check-boxes--regions {
    margin-bottom: 1em; } }

.lfmtfa-detail {
  margin-bottom: 1em; }
  .lfmtfa-detail:after, .lfmtfa-detail:before {
    content: "";
    display: block;
    clear: both; }
  .lfmtfa-detail__text p:last-child {
    margin-bottom: 0; }
  .lfmtfa-detail__target-groups {
    display: block;
    float: left;
    margin: 0 10px 10px 0; }

.lfmtfa-accordion {
  margin-bottom: 1em; }
  .lfmtfa-accordion__header {
    background-color: #94031b;
    padding: 5px 5px 5px 10px;
    min-height: 45px; }
  .lfmtfa-accordion__title {
    display: block;
    cursor: pointer;
    line-height: 1.4;
    width: auto;
    margin-right: 86px;
    padding: 7px 0; }
    .lfmtfa-accordion__title label {
      display: block;
      cursor: pointer;
      color: white;
      margin: 0;
      padding: 0 0 0 22px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      position: relative; }
      .lfmtfa-accordion__title label:before {
        content: "\f078";
        display: inline-block;
        position: absolute;
        left: 0;
        font-family: FontAwesome, sans-serif;
        margin-right: 10px;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%; }
  .lfmtfa-accordion__target-groups {
    width: 76px;
    float: right; }
    .lfmtfa-accordion__target-groups:after, .lfmtfa-accordion__target-groups:before {
      content: "";
      display: block;
      clear: both; }
    .lfmtfa-accordion__target-groups .lfm-row {
      margin-left: -3px;
      margin-right: -3px; }
    .lfmtfa-accordion__target-groups .lfm-col {
      padding-left: 3px;
      padding-right: 3px;
      width: 50%; }
    .lfmtfa-accordion__target-groups img {
      display: block;
      width: 100%;
      height: auto;
      -webkit-filter: grayscale(100%) contrast(150%);
              filter: grayscale(100%) contrast(150%); }
      .lfmtfa-accordion__target-groups img:last-child {
        margin-right: 0; }
  .lfmtfa-accordion__body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1); }
  .lfmtfa-accordion__text {
    padding-top: 1em; }
  .lfmtfa-accordion__pdf-title {
    font-weight: bold;
    margin-bottom: 10px; }
  .lfmtfa-accordion__checkbox {
    display: none; }
  .lfmtfa-accordion__checkbox:checked + .lfmtfa-accordion .lfmtfa-accordion__header {
    background-color: #94031b; }
  .lfmtfa-accordion__checkbox:checked + .lfmtfa-accordion .lfmtfa-accordion__title label:before {
    -webkit-transform: rotateZ(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotateZ(-180deg); }
  .lfmtfa-accordion__checkbox:checked + .lfmtfa-accordion .lfmtfa-accordion__body {
    max-height: 10000px;
    -webkit-transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
    -o-transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0); }

.lfmtfa-buttons button, .lfmtfa-buttons input[type="submit"], .lfmtfa-buttons a.button {
  padding: 0.4em 0.9em; }

.lfmtfa-buttons button:after, .lfmtfa-buttons a.button:after {
  content: none; }

.lfmtfa-gallery img {
  display: block;
  width: 100%;
  height: auto; }

.lfmtfa-gallery__top-image {
  margin-bottom: 4px; }

.lfmtfa-gallery__images {
  margin-left: -2px;
  margin-right: -2px; }
  .lfmtfa-gallery__images:after, .lfmtfa-gallery__images:before {
    content: "";
    display: block;
    clear: both; }

.lfmtfa-gallery__image {
  min-height: 1px;
  float: left;
  width: 20%;
  padding: 0 2px; }

.lfmtfa-contact__address {
  line-height: 1.2; }

.lfmtfa-contact__address-heading {
  margin-top: 20px; }

.lfmtfa-certificates:after, .lfmtfa-certificates:before {
  content: "";
  display: block;
  clear: both; }

.lfmtfa-certificates__images {
  margin-left: -3px;
  margin-right: -3px; }

.lfmtfa-certificates a, .lfmtfa-certificates span {
  display: block;
  width: auto;
  height: 55px;
  float: left;
  padding: 0 3px;
  margin-bottom: 6px; }

.lfmtfa-certificates img {
  display: block;
  max-height: 100%;
  height: 55px;
  width: auto;
  image-rendering: -webkit-optimize-contrast; }

@media (max-width: 799px) {
  .lfmtfa-accordion__target-groups .lfm-col {
    float: left;
    width: 50%; } }

@media (min-width: 400px) and (max-width: 640px) {
  .lfmtfa-gallery:after, .lfmtfa-gallery:before {
    content: "";
    display: block;
    clear: both; }
  .lfmtfa-gallery__top-image {
    width: 60%;
    float: left;
    padding-right: 2px; }
  .lfmtfa-gallery__images:after, .lfmtfa-gallery__images:before {
    content: none; }
  .lfmtfa-gallery__image {
    width: 20%;
    margin-bottom: 4px; } }

.powermail_form .powermail_field {
  margin-left: 20px;
}

.powermail_form .powermail_label {
  width: 30%;
}

body form.powermail_form.powermail_form div.powermail_fieldwrap.powermail_fieldwrap_type_text div.powermail_field {
  padding-left: 30%;
}

.powermail_form .powermail_fieldwrap_type_submit:before {
  width: 30%;
}

.powermail_form .powermail_fieldwrap_type_check .checkbox input.powermail_checkbox {
  margin-top: auto;
}

@media (max-width: 1020px) {

  .powermail_form .powermail_field {
    margin-left: 0px;
    width: 100%;
  }

  .powermail_form .powermail_label {
    width: 100%;
  }

  body form.powermail_form.powermail_form div.powermail_fieldwrap.powermail_fieldwrap_type_text div.powermail_field {
    padding-left: 0;
  }

  .powermail_form .powermail_fieldwrap_type_submit:before {
    width: 0;
  }
}
