html, body {
  margin: 0;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  height:100%;
}
body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding-top: 213px;
  position: relative;
}
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-flow-column {
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.flex-flow-row-wrap {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.justify-content-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.align-self-flex-end {
  align-self: flex-end;
}
.table-responsive {
  border: none !important;
}
a {
  color: #d44737;
}
a:active,
a:focus,
a:hover,
li.active a {
  outline: none;
  color:#d44737;
}
.nav a {
  color: rgb(51, 51, 51);
}
.nav a:active,
.nav a:focus,
.nav a:hover,
.nav li.active a {
  outline: none;
  color:#d44737;
}
.red {
  color:#d44737;
}
h2 {
  margin: 3em 0 1.7em 0;
}
h2.firstInContainerBgSolid{
  margin-top: 45px;
}
h2, h4 {
  font-weight:600;
}
h4.underlined {
  border-bottom: 1px solid #515151;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
h5 {
  font-style:italic;
  font-size:16px;
}
strong,
.largerBold {
  font-size:medium;
  font-weight:600;
}
.tiny {
  font-size:75%;
  color: rgba(0,0,0,0.4);
}
.bgSolid
{
  background-color: #f8f8f8;
}
.item.gw>img {
  width: 100%;
}
/*### Struktur #################################################*/
header {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;

}
footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.containerWrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0;
}
.container {
  max-width: 1170px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
}
.container-carousel {
  max-width: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  padding: 0;
}
.container::after,
.container::before {
  content: normal;
}
.nav-gw {
  background-color:#fff;
  border-bottom: 10px solid rgba(0,0,0,0.05);
  margin-bottom: 0 !important;
}
.navbar-gw {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  margin-top: -30px;
}
.navbar-header {
  -webkit-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-top: 10px;
}
.navbar-toggle {
  background-color: #111;
  order: 2;
  right: 0;
  top: 40px;
  position: absolute;
}
.wertgutschein-btn {
  right: 0;
  top: 40px;
  position: absolute;
}
.wertgutschein-btn.btn-primary,
.wertgutschein-btn.btn-primary:active:hover {
  background-color:#d44737;
  background-image: none;
  border-color: #d44737;
}
.navbar-brand {
  height: auto;
  line-height: initial;
  padding: 0;
  float: none;
  margin-left: 0 !important;
}
.icon-bar {
  background-color: #fff;
}
/*### Header #################################################*/
header .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  max-width: 1170px;
  -webkit-flex-flow:  column;
  flex-flow: column;
  min-height: 178px;
}
.header-container-inner-wrapper {
  -webkit-flex-flow:  column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
/*###########################################################################
       =#Corona Information
  ###########################################################################*/
.corona-btn.btn-primary,
.corona-btn.btn-primary:active:hover {
  background-color:#d44737;
  background-image: none;
  border-color: #d44737;
}
.information.table {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  cursor: default;
}
.information.table tr:hover {
  background-color: transparent;
}
.information.table th {
  background-color: #5a9fc6;
  color: #fff;
}
.information.table>tbody>tr>td {
  height: 72px;
  vertical-align: top;
  text-align: left;
}
.information.table>tbody>tr>td:first-child {
  font-size: larger;
  font-weight: 600;
  min-width: 220px;
}
/*###########################################################################
       =#TErmine
  ###########################################################################*/
.termine.table {
  background-color: #fff;
  cursor: default;
}
.termine.table>tbody>tr>td {
  height: 72px;
  vertical-align: middle;
  text-align: left;
}
.termine.table>tbody>tr:first-child>td,
.termine.table>tfoot>tr:first-child>td,
.termine.table>thead>tr:first-child>td {
  border-top: 0 solid #ddd;
}
.termine.table>tbody>tr>td:first-child,
.termine.table>thead>tr>td:first-child {
    width: 170px;
    text-align: right;
}
/*.termine.table>tbody>tr:first-child {*/
  /*background-color: #5a9fc6;*/
  /*color: #fff;*/
/*}*/
/*.termine.table>tbody>tr:nth-child(even) {*/
  /*background-color: #5a9fc6;*/
  /*color: #fff;*/
/*}*/
.termine.table tr:nth-child(even) {
  background-color: #5a9fc6;
  color: #fff;
}
.termine.table-hover>tbody>tr:hover {
  background-color: #5a9fc6;
  color:#fff;
}
.termine.table-hover>tbody>tr:hover .btn-default {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.termine .btn-default {
  border: 2px solid #ccc;
}
.termine .btn-default:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
/*.termine.table>tbody>tr:first-child  .btn-default {*/
  /*background-color: transparent;*/
  /*border: 2px solid #fff;*/
  /*color: #fff;*/
/*}*/
.termine.table>tbody>tr:nth-child(2)  .btn-default {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.termine.table td:last-child {
  text-align: center;
}
.panel-body > a > img {
  margin: 5px 3px 5px 3px;
}

/*### Panel #################################################*/
.panelWrapperMembers {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.panelWrapperMembers .panel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 260px;
  min-height: 276px;
  border-radius: 0;
}
.panelWrapperMembers .panel .tiny {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.panelWrapperMembers .panel h4 {
  margin-bottom: 28px;
  text-align: center;
}
.panelWrapperMembers .panel p {
  text-align: center;
}
.panelWrapperMembers .panel-body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-items: center;
  align-items: center;
  background-color: #f8f8f8;
}
.panelWrapperMembers .panel-footer {
  background-color: #5da0c5;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 20px 15px;
  color: #fff;
}
.panelWrapperMembers .panel-footer a {
  color: #fff;
}
.panelWrapperMembers .panel-footer a:hover {
  text-decoration:underline;
}
.carousel-indicators.members {
  bottom: -65px;
}

.carousel-indicators.members li {
  border: 1px solid #5da0c5;
  background-color: rgba(101,163,197,0.4);
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.carousel-indicators.members .active {
  background-color: #5da0c5;
  width: 28px;
  height: 28px;
}
#carousel-members .carousel-control.left,
 #carousel-members .carousel-control.right {
   background-image: none;
 }
#carousel-members .carousel-control.left {
  left: -25px;
  display: none;
}

#carousel-members .carousel-control.right {
  right: 25px;
  display: none;
}
.panelWrapperBranchen,
.panelWrapperAZ {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.panelWrapperBranchen .panel,
.panelWrapperAZ .panel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-flex: 1;
  flex: 1;
  max-width: 50%;
  min-height: 265px;
  border-radius: 0;
}
.panelWrapperBranchen .panel:first-child {
  margin-top: 5px;
}
.panelWrapperBranchen .panel h6,
.panelWrapperAZ .panel h6 {
  margin-bottom: 0;
  margin-top: 4px;
}
.panelWrapperBranchen .panel-heading,
.panelWrapperAZ .panel-heading {
  background-color: #5da0c5;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #fff;
}
.panelWrapperBranchen .panel-body,
.panelWrapperAZ .panel-body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #f8f8f8;
}
table.addressBranchen td:first-child {
  width: 60px;
}
.membersWrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow:  row wrap;
  flex-flow: row wrap;
}
.anchors {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow:  row wrap;
  flex-flow: row wrap;
  padding-inline-start: 0;
}
.anchors a {
 list-style: none;
  padding-right: 16px;
  line-height: 2em;
}
.anchors li {
  list-style: none;
}
.anchorsAZ {
  font-size: 18px;
  margin-bottom: 24px;
}
.breadcrumb-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow:  row;
  flex-flow: row;
  padding-top: 15px;
}
table.veranstaltungen {
  min-width: 320px;
}
table.veranstaltungen td:first-child {
  width: 100px;
}
table.veranstaltungen td {
padding-bottom: 16px;
  vertical-align: top;
}
ul.veranstaltungen {
  padding-left: 0;
}
ul.veranstaltungen li {
  padding-bottom: 10px;
  list-style: none;
}
/*###########################################################################
       =#Kontakt
  ###########################################################################*/
.contentKontakt {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  flex: 1;
}
fieldset {
  border: solid 0 transparent;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
legend {
  display: none;
}
label {
  width: 220px;
  font-weight:400;
}
textarea.form-control,
input.form-control {
  width: 304px;
}
.submit {
  color:#FFFFFF;
  background-color: #5a9fc6;
  border: 0;
  margin-top:2px;
  cursor:pointer;
}
.submit:hover,
.submit:active:hover {
  background-color: #5a9fc6;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding: 0;
  }
}
@media (max-width: 767px) {
  textarea.form-control,
  input.form-control {
    width: 100%;
  }
}
.cc-color-override--1703014307.cc-window {
  border: 1px solid #dddddd;
}
/*### Footer #################################################*/
footer {
  background-color:#5a9fc6;
  margin-top:50px;
  color:#fff;
  text-shadow: 0 1px 0 #5a9fc6;
  padding:15px 0 0 0;
}
.footerContentWrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  min-height: 200px;
}
.footerAddress {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow:row wrap;
  -webkit-justify-content: space-between;
  justify-content:space-between;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.footerAddressInnerWrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow:row wrap;
}
.addressElement {
  padding:20px 40px 0 0;
}
.addressElement:last-child {
  padding-right:0;
}
.nachOben {
  bottom: 15px;
  right: 15px;
  position: fixed;
  font-size:24px;
}
.nachOben a,
.nachOben a:hover {
  font-size:30px;
  color:#111;
  text-decoration:none;
}
.footerNav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow:row wrap;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.footerNav ul {
  list-style:none;
  margin-bottom:0;
  padding: 20px 0 10px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow:row wrap;
}
.footerNav li {
  border-right: 1px solid #fff;
  line-height: 1;
  padding: 0 20px;
  height: 1em;
  margin: 0 0 10px;
}
.footerNav li:last-child {
  border-right: none;
}
.footerNav li:first-child {
  padding: 0 20px 0 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration:underline;
  color: #fff;
}

@media (max-width: 1120px)
{
  .panelWrapperMembers .panel {
    width: 220px;
    min-height: 295px;
  }
}
@media (max-width: 928px)
{
  .panelWrapperMembers .panel {
    width: 180px;
    min-height: 315px;
  }
}
@media (max-width: 767px)
{
  .panelWrapperMembers .panel {
    width: 100%;
    min-height: 255px;
  }
  .panelWrapperMembers .panel.not-to-show-in-mobile {
    display: none;
  }
  .panelWrapperBranchen .panel,
  .panelWrapperAZ .panel {
    max-width: 100%;
    width: 100%;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .wertgutschein-btn  {
    display: none;
  }
  .wertgutschein-btn.small-devices {
    display: block;
    position: initial;
    -webkit-align-self: center;
    align-self: center;
    margin-top: 24px;
  }
  .navbar-gw {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .wertgutschein-btn.small-devices {
    display: none;
  }
}
@media (max-width: 667px)
{
  body {
    padding-top: 140px;
  }
  .nav-gw {
    min-height: 140px;
  }
  header .container {
    min-height: 105px;
  }
  .navbar-brand img {
    height: 70px;
  }
  .navbar-brand-text h3 {
    font-size: 20px;
  }
  header h3.subtitles {
    font-size: 14px;
  }
  h1 {
    font-size: 28px;
  }
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 467px)
{
  .navbar-brand-text h3 {
    font-size: 16px;
  }
  header h3 {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  header h3.subtitles {
    display: none;
  }
}
@media (max-width: 397px)
{
  header h3 {
    display: none;
  }
}

