/*
 Version 11.06
 12.07.2013
*/

body,
html {
  margin: 0;
  overflow-x: hidden;
  font: normal 14px / 28px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  color: #898989;
  /*  font: 81.25% Verdana, Arial, Helvetica, sans-serif;
    color: #252525;
    font-size: 16px;
    text-align : center;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    height: 16px;*/
}

/*a:link, a:visited 
{ 
    text-decoration: underline;
    color: #252525;
}*/

a,
a:active,
a:hover,
a:focus {
  color: #c35d17;
  text-decoration: unset;
}

/* Header */

.masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) {
  box-sizing: border-box;
  border-bottom: 1px solid #ededed;
}

.masthead:not(.side-header):not(.side-header-menu-icon) .top-bar {
  max-width: calc(1250px);
  margin: 0 auto;
}

.masthead .mini-widgets .soc-ico a {
  width: 26px;
  height: 26px;
  background-color: #edeeee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: opacity .15s linear;
  position: relative;
  z-index: 1;
}

.top-bar-bg {
  background: rgba(255, 255, 255, 0) none repeat center center;
}

.top-bar {
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 0;
  box-sizing: border-box;
  min-height: 36px;
  padding: 5px 50px 5px 50px;
}

.top-bar-bg,
.top-bar.full-width-line:after {
  padding: 0 1000px;
  margin-left: -1000px;
}

.top-bar.line-content:after,
.top-bar.full-width-line:after {
  border-bottom: 1px solid #ededed;
}

.top-bar>.mini-widgets {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.top-bar .mini-widgets.right-widgets,
.top-bar .mini-widgets:last-child {
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.top-bar:after {
  height: 1px;
}

.top-bar-bg,
.top-bar:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  box-sizing: content-box;
}

.branding {
  line-height: 0;
  font-size: 0;
}

.classic-header .branding,
.classic-header .navigation {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 100%;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.branding>a,
.branding>img {
  padding: 0px 0px 0px 0px;
}

.branding>a {
  display: block;
}

.branding a img,
.branding img {
  max-width: 100%;
  height: auto;
}

.branding .mobile-desktop-logo,
.branding .mobile-logo,
.phantom-sticky .side-header .branding .mobile-logo {
  display: none;
}

.classic-header:not(.logo-center) .branding .mini-widgets {
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.classic-header.widgets .branding .mini-widgets {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.classic-header .branding .mini-widgets:last-child {
  padding: 0px 0px 0px 0px;
  -ms-flex-pack: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.branding .text-area {
  font: 12px / 16px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
  color: #252525;
}

.masthead .mini-widgets>*,
.masthead .mobile-mini-widgets>* {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.microwidget-btn:after,
.microwidget-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: inherit;
  transition: opacity .15s linear;
  -webkit-backface-visibility: hidden;
}

.header-elements-button-1 {
  font: 700 14px / 18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  padding: 10px 20px 10px 20px;
  border-radius: 0px;
  text-decoration: unset;
  position: relative;
}

.header-elements-button-1.microwidget-btn-bg-on:before {
  background: #304954;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}

.header-elements-button-1 span {
  color: #ffffff !important;
  text-decoration: unset;
  z-index: 1;
  position: relative;
}

.header-elements-button-1.hover-border-on:after {
  box-shadow: inset 0px 0px 0px 1px #c35d17;
}

.header-elements-button-1.microwidget-btn-hover-bg-on:after {
  background: #c35d17;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}

.microwidget-btn:hover:before,
.microwidget-btn:not(:hover):after {
  transition-delay: .1s;
}

.microwidget-btn:before,
.microwidget-btn:hover:after {
  opacity: 1;
}

.microwidget-btn:after,
.microwidget-btn:hover:before {
  opacity: 0;
}

.classic-header .header-bar {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.masthead:not(.side-header) .header-bar {
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.masthead.classic-header .header-bar {
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}

.masthead:not(.side-header):not(.side-header-menu-icon) .header-bar {
  max-width: calc(1250px - 50px - 50px);
  margin: 0 auto;
}

.masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar,
.ph-wrap {
  /*padding: 0 50px 0 50px;*/
  padding: 50px;
}

.cal-container,
#bottom-bar>.wf-wrap {
  max-width: calc(1250px - 50px - 50px);
  margin: 0 auto;
  padding: 0 50px;
  margin: 0 auto;
}

#bottom-bar.solid-bg {
  background: #354854 none repeat center top;
  font-size: 13px;
  line-height: 26px;
  color: #ffffff;
  position: relative;
  z-index: 9;
  margin: 0 auto;
}

#bottom-bar .wf-container-bottom {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
}

.wf-container-bottom {
  padding: 10px 0 10px 0;
  min-height: 60px;
}

#bottom-bar .wf-float-left {
  margin-right: 10px;
}

.wf-float-left {
  float: left;
}

#bottom-bar a,
#bottom-bar .mini-nav .customSelect,
#bottom-bar .menu-select {
  color: #ffffff;
  text-decoration: none;
}

#bottom-bar .wf-float-right {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-grow: 1;
  -ms-flex-pack: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: 10px;
  margin-right: 0;
}

.wf-float-right {
  float: right;
}

.bottom-text-block {
  text-align: right;
}

#bottom-bar p {
  margin-bottom: 0;
}

.otrs-content {
  margin: 70px 0;
}

@media screen and (min-width: 993px) {

  .masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar,
  .ph-wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}

/* End header */

h1.sectiontitle {
  border-bottom: 1px solid #252525;
  font-size: 160%;
  padding: 0;
  margin: 0 0 20px 0;
}

div.sectiontitle {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin-bottom: 7px;
  color: #333333;
}

div.login {
  margin-bottom: 7px;
}

rd {
  padding: 3px 4px;
  margin: 0 0 5px 0;
}

input[type=text]:not(.elementor-field):not(.searchform-s),
input[type=password],
select {
  font: normal 14px / 28px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  width: 100%;
  margin-bottom: 10px;
  border-style: solid;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 28px;
  height: 40px;
  color: #8b8d94;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  padding: 5px 15px 5px 15px;
  border-color: rgba(51, 51, 51, 0.11);
  background-color: #fdfdfd;
  border-radius: 2px;
  outline: unset;
}


input:not([type="submit"], [type="checkbox"]) {
  width: 100%;
}


input[type="submit"] {
  border: unset;
  font: normal 700 14px / 16px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  border-radius: 0px;
  padding: 12px 18px 12px 18px;
  min-height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;

  color: #ffffff;
  background-color: #c35d17;
  background: #c35d17;
  position: relative;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.inputbox select[name="title"] {
  width: 100% !important;
}

input.ed {
  width: 100%;
}

input.date {
  width: calc(100% - 170px) !important;
}

/*input.subbtn
{
    padding: 1px 15px 1px 15px;
    background: -webkit-gradient(linear, 0% 0%, 0% 112%, from(#F8F3F3), to(#D6D6D6));
    background-color: #E7E7E7;
    border-radius: 3px;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    margin: 2px 0 0 0;
    border: 1px solid #8D8D8D;
    vertical-align: top;
    cursor: pointer;
}*/

.content table,
.content td,
.content th {
  border-color: #ededed;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  margin: 0;
}

label {
  color: #252525;
}

label.lbltxtext {
  display: block;
  float: left;
  width: 240px;
  line-height: 20px;
}

label.lbltxt {
  display: block;
  float: left;
  width: 100%;
  line-height: 20px;
  margin-bottom: 16px;
  color: #252525;
  font-size: 18px;
}

label.lbltxtreg {
  display: block;
  /*float: left;*/
  /*width: 150px;*/
  color: #252525;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

label.lbltxtl {
  display: block;
  float: left;
  width: 160px;
  line-height: 20px;
}

label.lbltxttleft {
  display: block;
  float: left;
  width: 85px;
  line-height: 20px;
}

label.lbltxttright {
  display: block;
  float: left;
  width: 180px;
  line-height: 20px;
}

.content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 30px 0 0;
}

li.overview {
  /*list-style-type: none;
    background-repeat: no-repeat;
    background-position: 0 6px;
    margin: 0;
    padding: 3px 0 0 0;
    line-height: 200%;*/
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: 0 6px;
  /* margin: 0; */
  /* padding: 3px 0 0 0; */
  line-height: 200%;
  display: flex;
  flex-direction: column;
  width: 31%;
  margin-bottom: 30px;
  align-items: center;
  border-radius: 25px;
  overflow: hidden;
  background: #304954;
  color: #fff;
}

li.overview a {
  display: inline-block;
  background: #C35D17;
  color: #fff;
  text-decoration: unset;
  padding: 12px 18px 12px 18px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  transition: .3s;
}

.login a {
  display: inline-block;
  background: #C35D17;
  color: #fff;
  text-decoration: unset;
  padding: 12px 18px 12px 18px;
  font-size: 16px;
  font-weight: bold;
  transition: .3s;
}

li.overview a:hover,
.login a:hover,
input[type="submit"]:hover {
  background: #A75015 !important;
}

li.overview strong {
  font-size: 20px;
  text-align: center;
}


li.bookedevents {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

menu,
dir {
  display: block;
  list-style-type: none;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px;
}

img.cntimg {
  /*  float: left;
    margin: 0 10px 0 0;
    border: 1px solid #898989;*/
  width: 100%;
  margin-bottom: 30px;
}

img.indicator {
  float: left;
  margin: 1px 5px 0 0;
}

table {
  font-size: 13px;
}

table.events {
  width: 100%;
  padding: 0;
  margin: 0;
}

table.header {
  /*border-bottom: 1px solid #898989;*/
  width: 100%;
  padding: 0;
  margin: 0;
}

tr.catalog {
  background-color: #F4F4F4;
}

tr.catalog a {
  /*  color: #304954;
    text-decoration: unset;*/
  color: #c35d17;
  /*text-decoration: unset;*/
  position: relative;
}

tr.catalog a:after {
  content: '';
  position: absolute;
  top: 0px;
  right: -31px;
  background-image: url('img/right-arrow .png');
  background-repeat: no-repeat;
  width: 30px;
  height: 100%;
  background-position: center;
  background-size: contain;
  transition: .3s;
  opacity: 0;
}


tr.catalog a:hover {
  color: #c35d17;
}

tr.catalog a:hover:after {
  right: -35px;
  opacity: 1;
}

.content td,
.content th {
  border-top: unset;
  padding: 5px 10px 5px 15px;
}

tr.events {
  /*font: 81.25% Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 16px;
  color: #252525;
  background-color: #fff;
}

/*.content:first-child table.events td.events
{
    padding: 14px 24px;
    margin: 0;
    background: #304954;
    text-align: center!important;
    color: #fff;
    font-size: 16px;
}*/

tr.eventsaltered {
  /*font: 81.25% Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 16px;
  color: #252525;
  background-color: #F4F4F4;
}

td.events {
  padding: 4px 10px 4px 10px;
  margin: 0;
}


td.eventstime {
  text-align: center;
  padding: 4px 10px 4px 10px;
  margin: 0;
}

td.catalog {
  width: 85%;
  font-size: 24px;
  line-height: 29px;
}

td.catalogspacer {
  padding: 9px 20px 20px 20px;
  border-bottom: 1px solid #fff0;
  font-size: 16px;
}

td.price {
  /* Container fï¿½r den online dargestellten Preis
  */
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  width: 15%;
  color: #304954;
  text-align: center;
}



td.header {
  font: 81.25% Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}

th {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  background-color: #d2d2d2;
  border: 0;
  padding: 7px 10px 7px 10px;
  margin: 0;
  color: #575757;
}

textarea {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #A3A3A3;
  margin: 0px;
  width: 320px;
}

div.inputbox {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}

div.cleanup {
  clear: both;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  line-height: 0px;
}

div.nav {
  margin-bottom: 12px;
}

ul.errorbox {
  list-style-type: circle;
  margin-left: 1.5em;
  padding-left: 0px;
}

div.errorbox {
  color: #A31919;
  background-color: #FFFFDD;
  border-radius: 3px;
  border: 1px solid #A31919;
  width: 370px;
  padding: 10px;
}

.services-title {
  width: 100%;
  margin: 20px;
  text-align: center;
  color: #252525;
}

.content table {
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin: 0 0 10px;
}

.content table:first-child {
  background-color: #000;
}

.content td,
.content th {
  border-top: unset;
  padding: 5px 10px 5px 15px;
  font-size: 16px;
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
  li.overview {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 20px;
  }

  .login a {
    padding: 5px 9px 5px 9px;
    font-size: 14px;
  }

  div.sectiontitle {
    font-size: 13px;
    line-height: 20px;
  }

  img.cntimg {
    margin-bottom: 20px;
  }

  li.overview strong {
    font-size: 16px;
  }

  li.overview a {
    padding: 9px 15px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .services-title {
    margin: 9px 0;
  }

  td.catalog {
    font-size: 14px;
    line-height: 20px;
  }

  td.price {
    font-size: 14px;
    line-height: 20px;
  }

  td.catalogspacer {
    padding: 9px 0px 12px 11px;
    border-bottom: 1px solid #fff0;
    font-size: 14px;
  }

  .tcal.tcalInput,
  .inputbox select {
    width: 100% !important;
  }

  label.lbltxt {
    line-height: 20px;
    margin-bottom: 11px;
    font-size: 15px;
  }

  label.lbltxtreg {
    color: #252525;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 22px;
  }
}

table.header td {
  padding: 0px;
}

.otrs-wrapper {
  padding: 24px;
  max-width: 80rem;
  margin: 0 auto;
}

header {
  width: 100%;
}

.header-container {
  border-bottom: 1px solid #e5e7eb;
  /* light gray */
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  max-width: 80rem;
  margin: 0 auto;
}

.logo {
  height: 32px;
  width: auto;
}

@media (min-width: 768px) {
  .logo {
    height: 40px;
  }
}

.header-right {
  display: flex;
  align-items: center;
}

.info-item {
  display: flex;
  align-items: center;
}

.icon-container {
  margin-right: 8px;
}

.icon {
  height: 32px;
  width: 32px;
  color: #C1410B;
  /* orange color */
}

.info-text a {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  color: #374151;
  /* dark gray */
}

.info-text a:hover {
  color: #1f2937;
  /* darker gray */
}

.bold-text {
  font-weight: bold;
}

.location-info {
  margin-top: 12px;
  font-size: 24px;
  font-weight: bold;
  color: #222222;
}