* {
    padding: 0;
    margin: 0
}

:focus {
    outline: 0
}

body {
    background-color: #1b1b1b;
    font-family: Arial, Verdana, Helvetica, Sans-serif;
    font-size: 12pt;
    color: #ccc
}

.fancybox-enabled {
	overflow: auto;
}

.fancybox-enabled body{
	margin-right: 0 !important;
  /*overflow-y: scroll !important;*/
}

#rootline {
  padding-bottom: 20px;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity .5s .5s ease;
    opacity: 0
}

.imgleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px
}

.imgright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px
}

a:focus {
    outline: none
}

a {
    color: #ef2929; /*#ad0202*/
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:active {
    text-decoration: none
}

a:hover {
    color: #ad0202;
    text-decoration: none
}

h1,
h2,
h3 {
    word-break: break-word
}

.wrap {
    max-width: 1200px;
    margin: 0 auto
}
/* Neu für die umstellung mit HG Bild */
#content:before {
  	content: "";
  	display: block;
  	position: fixed;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100vh;
  	z-index: -10;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#inhalt-text {
		background-color: rgba(27, 27, 27, 0.9);
}
.subnav {
		display: none;
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 500;
}
.mainnavclick {
		padding: 12px;
    color: #fff;
    cursor: pointer;
}
.mainnavclick.active {
		background-color: #fff;
    color: #b40202;
    font-weight: bold;
}
#nav li ul li.sub1li {
    margin-left: 0;
    padding: 3px 15px;
    border-bottom: 1px solid #6d0101;
}
#nav li ul li.sub1li:last-child {
    border-bottom: 0;
    padding-bottom: 4px;
}
#nav ul li a.sub1a {
		float: none;
    padding-left: 0;
    text-transform: initial;
    font-size: 11pt;
    text-align: left;
}
#nav ul li .subnav ul {
		padding: 0;
    min-width: 150px;
}
/* /ende neue styles */

#head {
    background-color: #b40202
}

#mobile-head {
    display: none;
    position: relative
}

#logo-kontakt {
    padding-top: 18px;
    padding-bottom: 22px
}

#logo {
    float: left
}

#logo img {
    display: inline-block;
    max-width: 630px
}

#kontakt {
    float: right;
    padding-top: 25px;
    padding-right: 19px;
    text-align: right
}

#kontakt a {
    display: inline-block
}

#kontakt-icon {
    float: left;
    display: block
}

#kontakt-nummer {
    float: left;
    display: block;
    color: #fff;
    font-weight: 700;
    padding-left: 13px;
    padding-top: 14px
}

#kontakt-clear {
    clear: both;
    display: block
}

#oeffnungszeiten {
    font-size: 9pt;
    color: #fff
}

#oeffnungszeiten-mobile {
    font-size: 9pt;
    text-align: center;
    padding: 15px 10px 0;
    color: #fff
}

#navigation {
    height: 44px;
    padding-bottom: 8px
}

#nav ul {
    list-style: none;
    text-align: justify
}

#nav li {
    display: inline-block;
    text-align: -webkit-match-parent;
    text-transform: uppercase
}

#nav a {
    color: #fff;
    padding: 7px 10px 5px 15px;
    display: block;
    font-size: 13pt
}

#nav a.active {
    color: #b40202;
    background-color: #fff;
    font-weight: 700
}

#nav li ul li {
    padding-right: 0;
    margin-left: 10px
}

#nav li ul li a {
    padding-right: 20px!important
}

#nav ul li {
    position: relative
}

#nav ul li ul li {
    position: relative;
    clear: left;
    display: block;
}

#nav ul li ul li ul li {
    position: relative;
    clear: left
}

#nav ul li ul li ul li ul li {
    position: relative;
    clear: left
}
/*
#nav ul li ul li:hover {
    background-color: #deeeec;
}

#nav ul li ul li ul li:hover {
    background-color: #deeeec;
}

#nav ul li ul li ul li ul li:hover {
    background-color: #deeeec;
}*/

#nav ul li a {
    float: left;
    padding-right: 15px
}

#nav ul li a.maintext {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px
}

#nav ul li ul li a.subtext {
    float: left;
    display: block;
    width: 260px;
    height: 17px;
    padding: 12px 5px;
    font-size: 12pt;
    text-transform: none
}

#nav ul li ul li ul li a.subtext {
    float: left;
    display: block;
    width: 210px;
    height: 17px;
    padding: 12px 5px;
}

#nav ul li ul li ul li ul li a.subtext {
    float: left;
    display: block;
    width: 210px;
    height: 17px;
    padding: 12px 5px;
}

#nav .subtext:hover {
    color: #000;
}

#nav ul li ul {
    position: static;
    z-index: 1000;
    left: 0;
    top: 31px;
    padding: 10px 10px 0;
    background: #9e0101;
}

#nav ul li ul li ul {
    position: absolute;
    z-index: 900;
    left: 265px;
    top: -10px;
    background-color: #f8fbfa;
    border-left: 1px solid #00998a
}

#nav ul li ul li ul li ul {
    position: absolute;
    z-index: 800;
    left: 215px;
    top: -10px;
    background-color: #f8fbfa
}

#nav ul li ul {
    overflow: visible!important
}

.mainliclick {
    width: 15px;
    height: 24px;
    padding-top: 5px!important
}

.mainli:hover .mainliclick {
    padding-top: 0!important
}

.mainli:hover .arrow-down {
    border-top-color: transparent;
    border-bottom-color: #00998a
}

.sub1liclick {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    text-align: right
}

.sub1li:hover .sub1liclick {
    right: 6px
}

.sub1li:hover .arrow-right {
    margin-right: 10px;
    border-left-color: transparent;
    border-right-color: #00998a
}

.sub2liclick {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    text-align: right
}

.sub2li:hover .sub2liclick {
    right: 6px
}

.sub2li:hover .arrow-right {
    margin-right: 10px;
    border-left-color: transparent;
    border-right-color: #00998a
}

.arrow-down {
    border: 6px solid #00998a;
    font-size: 0;
    line-height: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.arrow-left {
    border: 6px solid #00998a;
    font-size: 0;
    line-height: 0;
    height: 0;
    padding-right: 10px;
    margin: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.arrow-right {
    border: 6px solid #00998a;
    font-size: 0;
    line-height: 0;
    height: 0;
    padding-right: 10px;
    margin: 0;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent
}

#nav li ul li a {
    padding-right: 0!important
}

.submenuleft {
    left: -215px!important
}

.last-sub1lia {
    border-bottom: none!important
}

.last-sub2lia {
    border-bottom: none!important
}

.foot100 {
    padding-left: 100%
}

#mobile-navigation {
    display: none;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(109, 109, 109, 0.8);
    z-index: 2600
}

#nav-content {
    width: 90vw;
    height: 100vh;
    background-color: #b40202;
    padding-left: 5px;
    padding-right: 5px;
    overflow-y: auto
}

#ios-menu-korrektur {
    width: 100%;
    height: 70px
}

#mnav-head {
    position: relative;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    font-size: 18pt;
    border-bottom: 2px solid #313131;
    padding-bottom: 10px
}

#nav-close {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #515151;
    width: 25px;
    height: 25px;
    border-radius: 26px;
    background-color: #d3d3d3;
    border: 1px solid grey;
    font-weight: 700;
    padding-left: 1px;
    padding-top: 1px;
    font-family: Arial;
    cursor: pointer;
    font-size: 15pt
}

#mnav-body {
    padding-top: 5px
}

#mnav-body a {
    text-decoration: none;
    color: #fff
}

#mnav-body ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#mnav-body ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #313131;
    display: block
}

.manv0 {
    padding-left: 20px
}

.manv1 {
    padding-left: 40px
}

.manv2 {
    padding-left: 60px
}

.manv3 {
    padding-left: 80px
}

.mnavli0 {
    position: relative
}

.mnavli1 {
    position: relative
}

.mnavli2 {
    position: relative
}

.show-sub-nav {
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 3000;
    cursor: pointer;
    padding: 2px 10px 8px
}

.marrow {
    border: 6px solid #fff;
    font-size: 0;
    line-height: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.isclicked .marrow {
    border-top-color: transparent;
    border-bottom-color: #fff
}

.show-sub-nav.isclicked {
    top: -2px;
    padding-top: 0;
    padding-bottom: 12px
}

.mnavul1 {
    display: none;
    background-color: #404040
}

.mnavul2 {
    display: none;
    background-color: #545454
}

.mnavul3 {
    display: none
}

#gallerie {
    position: relative;
    overflow: hidden;
    max-width: 2000px;
    margin: 0 auto
}

#gallerie-image {
    width: 100%;
    display: block
}

#gallerie-buttons {
    position: absolute;
    bottom: 33%;
    width: 100%;
    z-index: 100
}

#gallerie-buttons-wrap {
    max-width: 1200px;
    margin: 0 auto
}

#gala-tbl {
    display: table;
    width: 100%
}

.gala-tbl-tr {
    display: table-row
}

.gala-tbl-td {
    display: table-cell;
    text-align: center
}

.gala-tbl-td a {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0 8px;
    border: 1px solid #fff;
    width: 180px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#gala-tbl.gb-mit-slider .gala-tbl-td.gala-btn-center { float: none; clear: left; width: auto; margin: 0 auto; padding-top: 15px; }
#gala-tbl.gb-mit-slider .gala-tbl-td.gala-btn-center a { width: auto; padding: 10px 10px 8px 10px; }


#gallerie-buttons.gb-mit-slider {
    bottom: 20%
}

#gala-tbl.gb-mit-slider {
    width: 65%
}

#gala-tbl.gb-mit-slider .gala-tbl-td {
    display: block;
    float: left;
    width: 33.33%;
    margin: 10px 0
}

#gallerie-slider {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 425px;
    height: 100%;
    z-index: 150
}

#gallerie-slider-arrow {
    position: absolute;
    height: 50px;
    width: 50px;
    left: -26px;
    bottom: 5%;
    border: 1px solid #fff;
    cursor: pointer
}

#gallerie-slider-arrow-hg {
    background-color: rgba(0, 0, 0, 0.6);
    width: 50%;
    height: 100%
}

#gallerie-slider-arrow-image {
    position: absolute;
    font-size: 39px;
    top: 3px;
    left: 2px
}

#gallerie-slider-content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 35px;
    padding-right: 35px;
    overflow: hidden
}

#gallerie-slider-headline {
    padding: 50px 0 20px;
    border-bottom: 2px solid #fff
}

#gallerie-slider-headline h2 {
    word-break: break-word;
    font-weight: 400;
    font-size: 24pt
}

#gallerie-slider-text {
    line-height: 28px;
    padding-top: 25px
}

#gallerie-slider-button {
    padding-top: 50px
}

#gallerie-slider-button a {
    display: inline-block;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.25)
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#boxen-unten {
    background: #414141;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxNDE0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Nzc3NzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #414141 0%, #777 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(100%, #777));
    background: -webkit-linear-gradient(top, #414141 0%, #777 100%);
    background: -o-linear-gradient(top, #414141 0%, #777 100%);
    background: -ms-linear-gradient(top, #414141 0%, #777 100%);
    background: linear-gradient(to bottom, #414141 0%, #777 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#777777', GradientType=0)
}

.box {
    float: left;
    min-height: 360px;
    width: calc(25% - 2px);
    background: #2b2b2b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NzY3NjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #676767 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #676767));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #676767 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #676767 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #676767 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #676767 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#676767', GradientType=0)
}

.contentbox {
    float: left;
    margin-bottom: 25px;
    background: #2b2b2b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NzY3NjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #676767 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #676767));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #676767 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #676767 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #676767 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #676767 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#676767', GradientType=0)
}

.box-trenner {
    float: left;
    width: 2px;
    min-height: 10px
}

.box-inner {
    padding: 37px 24px 25px
}

.box-headline {
    padding-bottom: 30px;
    text-align: center
}

.box-headline h3 {
    text-transform: uppercase;
    font-size: 10pt;
    text-align: center
}

.box-headline h3 a {
    color: #ccc
}

.box-image {
    text-align: center;
    padding-bottom: 25px;
    height: 100px
}

.box-image a {
    display: block;
    text-align: center
}

..box-image img {
    display: inline-block
}

.box-text {
    font-size: 9pt
}

#starttext {
    padding: 20px 0 25px
}

#starttext-headline {
    padding: 0 25px 25px
}

#starttext-headline h1 {
    font-weight: 400;
    font-size: 22pt
}

#starttext-text {
    font-size: 11pt;
    padding: 0 25px
}

#inhalt-text {
    padding: 25px;
    font-size: 11pt
}

#inhalt-text.inhalt-left {
    float: left;
    width: 70%
}

#infoboxen {
    float: right;
    width: 300px;
    padding-top: 54px
}

#seitentitel {
    padding-bottom: 30px
}

#seitentitel h1 {
    font-weight: 400;
    font-size: 24pt
}

.inh-abs-titel {
    padding-bottom: 15px
}

.inh-abs-titel h2 {
    font-weight: 400;
    font-size: 16pt;
    color: #cccccc;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(180, 2, 2, 0.5);
}

.inh-abs-text {
    line-height: 22px
}

#inhalt-text p {
    padding-bottom: 17px
}

#inhalt-text ul {
    padding-left: 17px
}

#inhalt-text ol {
    padding-left: 20px
}

.content-trenner {
    width: 100%;
    height: 30px
}

#footer {
    background: #be0203;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlMDIwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZDAyMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #be0203 0%, #ad0202 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #be0203), color-stop(100%, #ad0202));
    background: -webkit-linear-gradient(top, #be0203 0%, #ad0202 100%);
    background: -o-linear-gradient(top, #be0203 0%, #ad0202 100%);
    background: -ms-linear-gradient(top, #be0203 0%, #ad0202 100%);
    background: linear-gradient(to bottom, #be0203 0%, #ad0202 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#be0203', endColorstr='#ad0202', GradientType=0)
}

.foot-box {
    float: left;
    width: 25%
}

.foot-box-inner {
    padding: 18px
}

.foot-box-headline {
    font-size: 14pt;
    color: #bdbdbd
}

.foot-box-trenner {
    height: 1px;
    width: 100%;
    background-color: rgba(45, 45, 45, 0.4);
    margin: 10px 0
}

.foot-box-content {
    color: #bdbdbd;
    font-size: 10pt
}

.foot-link {
    display: block;
    color: #bdbdbd;
    margin-bottom: 16px
}

.foot-link:hover {
    color: #bdbdbd
}

.foot-link-icon {
    display: block;
    float: left;
    color: #fff;
    width: 10%
}

.foot-link-text {
    display: block;
    float: left;
    width: 90%
}

.foot-link-clear {
    display: block;
    clear: both
}

#kontakt-name {
    padding-top: 10px
}

#kontakt-email {
    padding-top: 15px
}

#kontakt-anliegen {
    padding-top: 15px
}

#kontakt-submit {
    padding-top: 15px;
    text-align: right
}

#anliegen {
    height: 83px
}

.kfeld {
    background-color: #8e0203;
    border: 1px solid #000;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #bdbdbd
}

.kfeld::-webkit-input-placeholder {
    color: #bdbdbd;
    font-family: Arial, Verdana, Helvetica, Sans-serif
}

.kfeld:-moz-placeholder {
    color: #bdbdbd;
    opacity: 1;
    font-family: Arial, Verdana, Helvetica, Sans-serif
}

.kfeld::-moz-placeholder {
    color: #bdbdbd;
    opacity: 1;
    font-family: Arial, Verdana, Helvetica, Sans-serif
}

.kfeld:-ms-input-placeholder {
    color: #bdbdbd;
    font-family: Arial, Verdana, Helvetica, Sans-serif
}

#kontakt-submit-button {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 11pt;
    cursor: pointer;
    background: #676767;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY3Njc2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjJiMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #676767 0%, #2b2b2b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #676767), color-stop(100%, #2b2b2b));
    background: -webkit-linear-gradient(top, #676767 0%, #2b2b2b 100%);
    background: -o-linear-gradient(top, #676767 0%, #2b2b2b 100%);
    background: -ms-linear-gradient(top, #676767 0%, #2b2b2b 100%);
    background: linear-gradient(to bottom, #676767 0%, #2b2b2b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#676767', endColorstr='#2b2b2b', GradientType=0)
}

#mhtbl {
    display: table;
    width: 100%;
    position: fixed;
    background-color: #b40202;
    z-index: 1000;
    padding-top: 2px
}

#mhtr {
    display: table-row
}

#mhtdleft {
    display: table-cell;
    vertical-align: middle
}

#mhtdright {
    display: table-cell;
    vertical-align: middle
}

#mhtdright a {
    display: block;
    float: right;
    padding-right: 15px;
    padding-top: 3px
}

#mh-logo {
    padding: 70px 0 11px
}

#mh-logo a {
    display: block
}

#mh-logo img {
    display: block;
    max-width: 630px;
    width: 80%;
    margin: 0 auto
}

#mh-kontakt-icon {
    float: left;
    display: block
}

#mh-kontakt-icon img {
    width: 30px
}

#mh-kontakt-nummer {
    float: left;
    display: block;
    color: #fff;
    font-weight: 700;
    padding-left: 13px;
    padding-top: 6px
}

#mh-kontakt-clear {
    clear: both;
    display: block
}

#mobile-menu-button {
    font-size: 22pt;
    margin-left: 5px;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer
}

.download-liste ul {
    list-style: none;
    padding-left: 0!important
}

.download-liste ul li {
    padding-bottom: 20px
}

.download-liste ul li a {
    display: block
}

.dl-icon {
    display: block;
    float: left;
    font-size: 16pt;
    width: 28px
}

.dl-info {
    display: block;
    float: left;
    width: 85%;
    padding-left: 8px;
    padding-top: 5px;
    color: #fff
}

.dl-clear {
    display: block;
    clear: both
}

.partner {
    padding-bottom: 30px
}

.partner-bild {
    float: right;
    width: 200px;
    text-align: right
}

.partner-bild a {
    display: block
}

.partner-bild a img {
    display: inline-block;
    width: 100%
}

.partner-info {
    float: left;
    width: 70%
}

#copyright {
    background-color: #1b1b1b
}

#copyright-text {
    padding: 15px 10px;
    text-align: center;
    font-size: 8pt
}

#kontakt-best {
    display: none;
    padding-top: 35px;
    font-weight: 700
}

.bildgala {
    padding-top: 35px
}

.gala-bild-container {
    float: left;
    width: 20%;
    text-align: center;
    padding-bottom: 35px
}

.gala-bild {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 185px;
    width: 185px
}

.gala-bild img {
    display: none
}

#inhalt-text.inhalt-left .gala-bild-container {
    width: 25%
}



#mpleistungen {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    font-size: 13pt;
    float: left;
    color: #fff;
    cursor: pointer;
}

#mpleistungen-subnav {
    display: none;
    position: absolute;
    z-index: 1500;
    width: 689px;
    height: 263px;
    left: 15px;
    top: 32px;
}

.sbunav-content {
    background-color: rgba(180, 2, 2, 1);
    padding: 30px;
    margin-top: 20px;
    border-top: 1px solid #fff;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.subnav-trenner {
    width: 100%;
    height: 30px;
}

.subnavpunkt {
    float: left;
    width: 33.33%;
}

.subnav-bild {
    float: left;
    width: 75px;
}

#nav ul li .subnav-bild a {
    padding: 0;
}

.subnav-bild a {
    padding: 0;
}

.subnav-bild a span {
    display: block;
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.subnav-text {
    float: left;
    width: 60%;
}

.subnav-text a {
    padding: 0;
    font-size: 11pt;
}

#nav ul li .subnav-text a {
    padding: 30px 10px 30px 10px;
    display: block;
    font-size: 11pt;
    text-transform: none;
}

.subnav-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 12px 8.5px;
    border-color: transparent transparent #ffffff transparent;
    left: 42px;
    position: absolute;
    top: 8px;
}

#cookie-info                        { position: fixed; bottom: 0px; z-index: 10000; width: 100%; -ms-text-size-adjust: none; -moz-text-size-adjust: none; -o-text-size-adjust: none; -webkit-text-size-adjust: none; }
#cookie-info-content                { background-color: rgba(0, 0, 0, 0.8); color: #fff; padding: 4px; box-sizing: border-box; text-align: center; }
#cookie-info-tbl                    { display: table; margin: 0 auto; }
#cookie-info-text                   { display: table-cell; font-size: 9pt; vertical-align: middle; }
#cookie-info-abstand                { display: table-cell; width: 15px; }
#cookie-info-button                 { cursor: pointer; width: 22px; height: 22px; }
#cookie-info-spacer                 { height: 40px; }


/* Repsonsive Styles */

@media screen and (max-width: 1600px) {
	#gallerie-slider-headline { padding: 30px 0 20px; }
  #gallerie-slider-text { font-size: 11pt; }
}

@media screen and (max-width: 1475px) {
  #gallerie-slider-headline { padding: 20px 0 20px; }
	#gallerie-slider-text { padding-top: 10px; }
}

@media screen and (max-width: 1400px) {
  #gallerie-slider-headline { padding: 20px 0 10px; }
  #gallerie-slider-headline h2 { font-size: 21pt; }
  #gallerie-slider-text { font-size: 10pt; }
}

@media screen and (max-width: 1300px) {
	#gallerie-slider-text { line-height: 24px; padding-top: 0; }
}

@media screen and (max-width: 1200px) {
	#gallerie-slider-button { padding-top: 20px; }
}

@media screen and (max-width: 1100px) {
	#gallerie-slider-text { line-height: 22px; font-size: 9pt; }
}


@media screen and (min-width: 1000px) and (max-width: 1200px) {
    #gallerie-buttons {
        bottom: 20%
    }
    .gala-tbl-td a {
        font-size: 10pt;
        width: 148px
    }
    #logo {
        padding-left: 10px
    }
    #navigation {
        padding-left: 10px;
        padding-right: 10px
    }
    /*#gallerie-slider-headline {
        padding-top: 40px
    }*/
    #gallerie-buttons.gb-mit-slider {
        bottom: 10%
    }
    #gala-tbl.gb-mit-slider {
        width: 54%
    }
    #oeffnungszeiten {
        max-width: 240px
    }
    #inhalt-text.inhalt-left {
        width: 61%
    }
    #infoboxen {
        padding-right: 25px
    }
    .gala-bild-container {
        padding-bottom: 25px
    }
    .gala-bild {
        width: 80%;
        height: 160px
    }
    #inhalt-text.inhalt-left .gala-bild-container {
        width: 33.33%
    }
}

@media screen and (min-width: 765px) and (max-width: 999px) {
		#desktop-head {
        display: none;
    }
    #mobile-head {
        display: block;
    }
    #logo {
        width: 455px;
        padding-left: 10px
    }
    #logo img {
        width: 100%
    }
    #navigation {
        padding-left: 10px;
        padding-right: 10px
    }
    .box {
        width: calc(50% - 2px);
        min-height: 10px
    }
    #box3 {
        clear: left
    }
    #bt2 {
        display: none
    }
    #kontakt {
        padding-top: 0
    }
    #oeffnungszeiten {
        max-width: 240px
    }
    #gallerie-slider {
        position: static;
        width: auto;
        height: auto;
        color: #ccc
    }
    #gallerie-slider-content {
        padding: 20px 15px;
        font-size: 10pt
    }
    #gallerie-slider-arrow {
        display: none
    }
    #gallerie-slider-headline {
        border-color: #ccc
    }
    #gallerie-slider-button a {
        border-color: #ccc
    }
    #gallerie-buttons {
        padding-top: 5px;
        padding-bottom: 5px;
        position: static
    }
    .gala-tbl-td a {
        font-size: 10px;
        width: 135px
    }
    .gala-tbl-td {
        display: block;
        float: left;
        width: 33.33%;
        margin: 10px 0
    }
    .foot-box {
        width: 50%
    }
    #gallerie-slider-headline {
        padding-top: 0
    }
    #gala-tbl.gb-mit-slider {
        width: 100%
    }
    #inhalt-text.inhalt-left {
        float: none;
        width: auto
    }
    #infoboxen {
        float: none;
        width: auto
    }
    .gala-bild-container {
        width: 33.33%
    }
    .gala-bild {
        width: 80%
    }
    #inhalt-text.inhalt-left .gala-bild-container {
        width: 33.33%
    }
}

@media screen and (min-width: 0px) and (max-width: 764px) {
    #mobile-head {
        display: block
    }
    #desktop-head {
        display: none
    }
    #gallerie-slider {
        position: static;
        width: auto;
        height: auto;
        color: #ccc
    }
    #gallerie-slider-content {
        padding: 20px 15px;
        font-size: 10pt
    }
    #gallerie-slider-arrow {
        display: none
    }
    #gallerie-slider-button a {
        color: #ccc;
        border-color: #ccc
    }
    #gallerie-slider-headline {
        padding-top: 0;
        border-color: #ccc
    }
    #gala-tbl.gb-mit-slider {
        width: 100%
    }
    #gallerie-buttons {
        padding-top: 5px;
        padding-bottom: 5px;
        position: static
    }
    .gala-tbl-td a {
        font-size: 10px;
        width: 135px
    }
    .gala-tbl-td {
        display: block;
        float: left;
        width: 33.33%;
        margin: 10px 0
    }
    .box {
        min-height: 0;
        margin: 0 auto;
        float: none;
        width: auto
    }
    .box-trenner {
        display: none
    }
    .foot-box {
        width: 50%
    }
    .partner-bild {
        float: none;
        width: auto;
        text-align: left
    }
    .partner-info {
        float: none;
        width: auto;
        padding-top: 10px
    }
    #inhalt-text.inhalt-left {
        float: none;
        width: auto
    }
    #infoboxen {
        float: none;
        width: auto
    }
    .gala-bild-container {
        width: 50%
    }
    .gala-bild {
        width: 80%
    }
    #inhalt-text.inhalt-left .gala-bild-container {
        width: 50%
    }
}

@media only screen and (max-width: 600px) {
    .foot-box {
        width: auto;
        float: none
    }
}

@media screen and (max-width: 525px) {
    .gala-bild {
        height: 150px
    }
}

@media only screen and (max-width: 480px) {
    .gala-tbl-td {
        width: 50%
    }
    #gala-tbl.gb-mit-slider .gala-tbl-td {
        width: 50%
    }
    
    #gala-tbl.gb-mit-slider .gala-tbl-td.gala-btn-center { float: left; width: 50%; padding-top: 0; margin: 10px 0; clear: none; }
    #gala-tbl.gb-mit-slider .gala-tbl-td.gala-btn-center a { width: 135px; padding: 10px 0 8px; }
    
}

@media screen and (max-width: 400px) {
    .gala-bild {
        height: 130px
    }
}



.cookie-informationen { display: table; box-sizing: border-box; padding-bottom: 25px; }
.cookie-informationen * { box-sizing: border-box; }
.cookie-row { display: table-row; }
.cookie-info-name { display: table-cell; vertical-align: top; white-space: nowrap; padding: 0 0 5px 0; font-weight: bold; font-style: italic; }
.cookie-info-text { display: table-cell; vertical-align: top; padding: 0 0 5px 10px; }
.cookie-info-text p { padding-bottom: 0 !important; margin-bottom: 0 !important; }

.iframe-daten-info { background-color: rgb(128 128 128 / 22%); padding: 50px 10px; text-align: center; }
.idi-text {  }
.idi-text p { padding-bottom: 0; margin-bottom: 0; }
.idi-form { padding-top: 20px; }
.idi-button { border: 1px solid #d3d3d3; cursor: pointer; background-color: #b40202; color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; padding: 6px 10px; }

#cookie-opt-in * { box-sizing: border-box; }                                    
#cookie-opt-in { position: fixed; bottom: 0; left: 0; width: 100%; background-color: rgba(0,0,0,0.85); z-index: 3500; color: #fff; padding: 10px; box-sizing: border-box; font-size: 11pt; }
#coi-center { max-width: 900px; margin: 0 auto; }
#coi-infotext-mobile { display: none; }
.coi-infolinks { padding: 10px 0 5px 0; }
#coi-form { padding-top: 10px; }
#coi-form-tbl { display: table; width: 100%; }
#coi-text-and-boxes { display: table-cell; vertical-align: middle; }
#coi-cookies { display: flex; flex-wrap: wrap; }
.coi-checkbox { padding-right: 20px; }
#cookie-opt-in label { display: inline-block; }
#coi-form-trenner { display: table-cell; width: 25px; }
#coi-form-buttons { display: table-cell; vertical-align: top; width: 175px; text-align: center; }
#coi-form button { border: 0; cursor: pointer; background-color: #b40202; color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 6px 10px; }
#coi-form button.btn-dark { background-color: #464646; }
#coi-form-buttons button { width: 100%; }
#coi-form-buttons div { text-align: center; margin-top: 15px; font-size: 10pt; color: #888; }
#cookie-info-spacer { width: 100%; height: 33px; }
@media screen and (max-width: 768px){
  .coi-cookie { flex: 0 0 100%; }
  #coi-infolinks { font-size: 10pt; }
  #coi-form { padding-top: 10px; }
  #coi-infotext-mobile { display: block; }
  #coi-infotext { display: none; }
  #coi-center { padding-top: 0; }
}












/* Consent Banner */
#consent-banner { position: fixed; bottom: 0; left: 0; width: 100%; background-color: rgba(0,0,0,0.85); z-index: 5000; color: #fff; font-size: 11pt; }
#consent-banner, #consent-banner * { box-sizing: border-box; }
#consent-banner-center { max-width: 1000px; padding: 10px; display: flex; gap: 35px; margin: 0 auto; }
#consent-banner-left { flex-grow: 1; }
#consent-banner-right { flex: 0 0 175px; }

#content-banner-buttons { display: flex; flex-direction: column; gap: 25px; }
.consent-banner-button > button { width: 100%; }

#consent-banner-text { padding-bottom: 10px; }
#consent-banner-links { display: flex; gap: 20px; }
/*#consent-banner-links a { text-decoration: underline; font-weight: bold; }*/

#consent-banner-checkboxen { display: flex; gap: 30px; padding-top: 10px; flex-wrap: wrap; }

.cb-btn { background-color: #b40202; color: #fff; border: 0; border-radius: 3px; padding: 6px; cursor: pointer; }
.form-check { display: flex; gap: 5px; }


/*.consent-banner-unblock-info { background-color: rgb(54 54 54 / 75%); color: #fff; font-size: 11pt; text-align: center; padding: 15px; }
.consent-banner-unblock-info-text p { padding-bottom: 0; margin-bottom: 0; }
.consent-banner-unblock-info-link { padding-top: 10px; }
.consent-banner-unblock-info-button { padding-top: 15px; }*/

@media screen and (max-width: 1024px){
  #consent-banner-center { flex-direction: column; gap: 15px; }
  #consent-banner-left { flex: 0 0 100%; }
  #consent-banner-right { flex: 0 0 auto; }
  #content-banner-buttons { flex-direction: row; justify-content: center; }
  .consent-banner-button { flex: 0 0 175px; }
}

@media screen and (max-width: 450px){
  #content-banner-buttons { flex-direction: column; gap: 10px; }
  .consent-banner-button { flex: 0 0 auto; }
}
/* Consent Banner */





















#designbody {
    background: none;
    background-color: #fff;
    color: #1b1b1b;
    font-size: 10pt;
    font-weight: 400;
}

#designbody ul,
ol {
    padding-left: 21px;
}

#designbody p {
    padding-bottom: 17px;
}

.mceContentBody {
    padding-top: 0 !important;
}
