* {
    font-family: 'Helvetica', Arial, serif;
    margin: 0;
    padding: 0;
    color: #535353;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica', Arial, serif;
}

body {
    line-height: 19px;
    overflow-x: hidden;
}

.hidden {
    display: none !important;
}

.floatend {
    clear: both;
}

img {
    display: inline-block;
}

a:hover {
    text-decoration: none !important;
}

.menu-details-teaser {
    height: 350px;
    overflow: hidden;
    position: relative;
}

.toggle-details {
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    display: block;
}

.hide-details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #FFF;
    background: -webkit-linear-gradient(bottom, #FFF, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.25), rgba(255, 255, 255, 0));
    background: linear-gradient(0deg, #FFF, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.25), rgba(255, 255, 255, 0));
    z-index: 2;
    opacity: 1;
    transition: all .3s;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    height: 250px;
    display: block;
}

.element:after, .clearfix:after, .calenderarea .navbuttonbar:after, .row:after {
    clear: both;
    content: "";
    display: block;
    line-height: 0;
    height: 0%;
    visibility: hidden;
}

.fa-bars {
    font-size: 55px;
}

.calendarArea {
    width: calc(100% - 32px);
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 40px 15px;
    margin: 40px 0px 40px 0px;
}

.topmenu.open{
    padding: 35px 0;
}

.couponarea {
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px;
    margin: 40px 0px 40px 0px;
}

#form_coupon .template img {
    width: 80%;
}

#form_coupon {
    margin-bottom: 30px;
}

#form_coupon input[type=checkbox], #form_tour input[type=checkbox], #form_coupon input[type=radio] {
    display: none;
}

#form_coupon .option, #form_tour .option {
    margin: 30px 0;
    text-align: center;
}

#form_coupon .option label:hover {
    cursor: pointer;
}

#form_coupon .option label {
    padding: 20px 0;
}

.couponform-complete h3 {
    margin-bottom: 30px;
}

#form_coupon .form-control.couponvalue {
    text-align: right;
}

.smallform {
    width: 65%;
    margin: 0px auto;
}

.form-row-salutation {
    margin: 0 0 13px 0px;
}

.btn-primary img {
    width: 65%;
    margin: 0 auto;
}

#datepicker {
    display: none;
}

.table.table-striped.table-hover.small-fonts * {
    font-size: 0.9em;
}

#calendar, .calendar-datepicker {
    zoom: 75%;
}

#booking-price-table {
    zoom: 90%;
}

ul, ol {
    padding-left: 20px;
}

#mainarea h1 {
    margin: 15px 0 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #cbcbcb;
}

.owl-controls.clickable, .owl-dots, .owl-pagination {
    display: none !important;
}

#owl-demo .item img {
    width: 150%;
}

#owl-demo .item {
    position: relative;
    overflow: hidden;
}

#owl-demo .item .headline {
    bottom: 30px;
    position: absolute;
    left: -20px;
}

#owl-demo .item .headline a {
    display: block;
    width: 30px;
    height: 62px;
    float: right;
    margin-left: 10px;
}

#owl-demo .item .headline a:before {
    content: "";
    background-color: #eb6821;
    display: block;
    width: 100%;
    height: 100%;
}

#owl-demo .item .headline h2 {
    color: #e9e9e9;
    font-size: 32px;
    padding: 15px 20px 15px 500px;
    position: relative;
    z-index: 1;
    line-height: 1;
    float: left;
}

#owl-demo .item .headline h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    right: 0;
    top: 0;
    z-index: -1;
}

#owl-demo .item .headline h2:before, #owl-demo .item .headline a:before {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}
.owl-carousel .owl-stage {
      display: flex;
    }

   .owl-carousel .owl-item img {
      width: auto;
      height: 100%;
    }

nav ul {
    list-style-type: none;
}

#hauptmenu_toggleButton {
    display: block;
    height: 55px;
    width: 55px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    padding: 1px 0px 0px 3px;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.75);
}

nav#hauptmenu_nav ul li a {
    text-decoration: none;
    display: block;
    padding: 15px 20px;
    font-family: 'Helvetica', Arial, serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

nav#hauptmenu_nav {
    display: none;
}

#mainarea {
    padding-top: 30px;
    padding-bottom: 30px;
}

main {
    background-color: #d5f4ff;
}

footer {
    padding: 30px 10px;
    background-color: #2f2f2f;
}

footer p {
    color: #d5d5d5;
    margin-bottom: 10px;
    font-size: 13px;
}

footer h4 {
    color: #FFF;
    font-weight: 700;
    margin-bottom: 10px;
}

footer .column {
    margin-bottom: 40px;
}

footer a {
    color: #FFF;
    text-decoration: none;
    font-size: 13px;
}

.kachel a {
    width: 100%;
    display: block;
}

#booking-calender-placeholder table th {
    text-align: center;
}

.kachel{
    background-image: -ms-linear-gradient(top right, #D9BB2D 0%, #FBE372 100%);
    background-image: -moz-linear-gradient(top right, #D9BB2D 0%, #FBE372 100%);
    background-image: -o-linear-gradient(top right, #D9BB2D 0%, #FBE372 100%);
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #D9BB2D), color-stop(100, #FBE372));
    background-image: -webkit-linear-gradient(top right, #D9BB2D 0%, #FBE372 100%);
    background-image: linear-gradient(to bottom left, #D9BB2D 0%, #FBE372 100%);
}

.kachel:hover {
    background-image: -ms-linear-gradient(top right, #ec983d 0%, #DB691C 100%);
    background-image: -moz-linear-gradient(top right, #ec983d 0%, #DB691C 100%);
    background-image: -o-linear-gradient(top right, #ec983d 0%, #DB691C 100%);
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #ec983d), color-stop(100, #DB691C));
    background-image: -webkit-linear-gradient(top right, #ec983d 0%, #DB691C 100%);
    background-image: linear-gradient(to bottom left, #ec983d 0%, #DB691C 100%);
}
.kachel-no-bg, .kachel-no-bg:hover{
    background-image: none;
}
.kachel .text h2 {
    color: #FFFFFF;
    line-height: 1.3;
    padding: 20px 10px 0 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.kachel .text h4 {
    color: #FFF;
    font-weight: 400;
    padding: 20px 10px 0 0;
    line-height: 1.4;
    font-size: 0.9em;
    display: none;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.kachel img {
    width: 100%;
}

.kachel-no-bg img {
    padding-top: 15px;
}

.footerbottom {
    border-top: 5px solid #484848;
    padding: 30px 0px;
    margin-top: 30px;
}

h3 {
    border-bottom-color: #b0cbdc;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 8px;
    font-size: 22px;
    line-height: 22px;
}

.couponform-complete h3 {
    margin-bottom: 30px;
}

#booking-calender-placeholder {
    margin: 30px auto;
}

.calenderarea .navigation {
    position: relative;
    height: 60px;
}

.calenderarea .navigation .prevWeek {
    left: 0;
}

.calenderarea .navigation .nextWeek {
    right: 0;
}

.calenderarea .navigation .prevWeek, .calenderarea .navigation .nextWeek {
    position: absolute;
    top: 0;
    width: 125px;
    display: block;
}

.calenderarea .navigation .chooseDate {
    margin: 0 auto;
    width: 202px;
}

.calenderarea .navbuttonbar {
    margin: 40px 0;
}

.calenderarea .navbuttonbar .prevStep {
    float: left;
}

.calenderarea .navbuttonbar .nextStep {
    float: right;
}

#personCountHint {
    display: none;
    margin-bottom: 30px;
}

.block-data {
    margin-top: 40px;
}

.block-data h4 {
    margin-bottom: 10px;
}

.block-data p span.key {
    display: inline-block;
    width: 150px;
    text-align: right;
    padding: 3px 15px 0px 0px;
}

.block-data .hint {
    text-indent: -10px;
    padding-left: 10px;
    display: none;
}

.calenderarea .navigation .text, .calenderarea .navigation .icon {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

.calenderarea form .column {
    width: calc(50% - 20px);
    float: left;
}

.calenderarea form .columnLeft {
    padding: 20px 20px 0 0;
}

.calenderarea form .columnRight {
    padding: 20px 0 0 20px;
}

.calenderarea form label {
    display: inline-block;
    padding-right: 10px;
    color: #555;
}

.calenderarea form .serviceData label {
    width: auto;
    text-align: left;
    padding: 3px 3px 3px 15px;
    vertical-align: middle;
    font-weight: bold;
}

.calenderarea form .serviceData label:hover {
    background-color: #DDD;
}

.calenderarea form .serviceData label ul {
    margin-top: 5px;
}

.calenderarea form .serviceData label ul li {
    padding: 2px;
    margin-left: 15px;
    font-weight: normal;
}

.calenderarea form h4, .calenderarea form label {
    color: #555;
}

.calenderarea form input {
    display: inline-block;
    padding: 4px;
    margin-bottom: 15px;
}

.calenderarea form textarea, .calenderarea form input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.calenderarea form input.error, .form-control.required.error {
    border: 1px solid red !important;
}

.deposit-button.error, .settlementMethod-button.error {
    -webkit-box-shadow: 0px 0px 1px 2px rgba(255, 0, 0, 1);
    -moz-box-shadow: 0px 0px 1px 2px rgba(255, 0, 0, 1);
    box-shadow: 0px 0px 1px 2px rgba(255, 0, 0, 1);
}

#salutation-w_label.error, #salutation-m_label.error, #_label.error, #foodpackage-1.error, #foodpackage-2.error, #foodpackage-3.error, label.error {
    color: red;
}
.postprocessing-60, .postprocessing-30 {
    display:block;
    height:49px;
    width:100%;
    position: absolute;
    bottom:0;
    background-color: grey;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255,255,255,.5) 10px, rgba(255,255,255,.5) 20px);
    opacity: 0.4;
}
.postprocessing-30 {
    height:24px;
}
.postprocessing-60 {
    height:49px;
}
.postprocessing-90 {
    height:74px;
}
.postprocessing-120 {
    height:99px;
}
.calenderarea form input[type="text"] {
    width: 200px;
}

.calenderarea form textarea {
    width: 100%;
    height: 50px;
}

#meal_label, #drinks_label {
    display: block;
    text-align: left;
    margin: 20px 0px 10px 0px;
}

.bg-image {
    width: 100%;
    overflow: haidden;
    position: relative;
    border-bottom: 6px solid #FFF;
}

.bg-image:before {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../media/images/dev/shadow-down.png) no-repeat center top;
    opacity: .6;
}

.bg-image:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    border: 6px solid transparent;
    border-top-color: #fff;
    margin-left: -6px;
}

.bg-image .shadowUP {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../media/images/dev/shadow-up.png) no-repeat center bottom;
}

.bg-image-wrap {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.height-170{
    height: 170px;
}
.fc-toolbar.fc-header-toolbar, .admin-calendar-wrapper h2{
    margin-bottom: 0 !important;
}
.bg-image-outer .container {
    position: relative;
    top: -80px;
    overflow: visible;
}

.bg-image-outer .container h1 {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    line-height: 1.3;
}

.fliesstext-button {
    background-color: #F2D23E;
    text-align: center;
    padding: 25px 100px;
    min-height: 63px;
    border-radius: 2px;
    margin-top: 30px;
}

.fliesstext-button h2 {
    font-size: 22px;
    line-height: 32px;
    color: #333;
}

.fliesstext-button p {
    margin-top: 10px;
    color: #444;
    font-size: 15px;
}

.button a {
    color: #e5e5e5;
    text-decoration: none;
    display: inline-block !important;
    padding: 20px 30px;
    font-size: 16px;
    border-radius: 2px;
    margin: 20px 0 5px;
    min-width: 150px;
}

.button.orange a {
    background-color: #eb6821;
}

.fliesstext1spaltig {
    margin-top: 20px;
}

.priceList {
    padding: 40px 0;
}

.prices .row.header {
    font-weight: bold;
    font-size: 1.2em;
    position: relative;
    top: 30px;
}

.prices .row .column {
    float: left;
    display: block;
    width: calc(14% - 10px);
    text-align: center;
    padding: 10px 5px;
    /*border-right:1px solid #DDD;*/
}

.prices .row .column.firstColumn {
    width: calc(30% - 55px);
    text-align: right;
    padding-right: 50px;
    font-weight: bold;
    font-size: 1.1em;
    position: relative;
}

.prices .row .column.firstColumn .subcat-info-short {
    display: block;
    font-weight: normal;
    font-size: 0.75em;
}

.prices .row .column.secondColumn span {
    display: block;
    font-weight: normal;
    font-size: 0.75em;
}

.prices .cat5.row.odd {
    background-color: rgba(235, 104, 33, .2);
}

.prices .cat5.row:hover {
    background-color: rgba(235, 104, 33, .3);
}

.prices .cat8.row.odd {
    background-color: rgba(8, 117, 181, .2);
}

.prices .cat8.row:hover {
    background-color: rgba(8, 117, 181, .3);
}

.prices .cat8.headline {
    padding-top: 30px;
}

.prices .cat5.headline {
    color: #eb6821;
}

.prices .row-center {
    color: #0875B5;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prices .headline {
    background-color: transparent !important;
    padding: 20px 0px;
    display: block;
    height: auto;
}

.prices .headline .firstColumn {
    text-align: left !Important;
}

.prices .icon-info {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 20px;
}

.prices .container-small {
    width: 800px;
    margin: 0 auto;
}

.prices .food .row:hover {
    background-color: rgb(208, 208, 208);
    cursor: pointer;
}

.icon-info:hover {
    cursor: pointer;
}

.sushi-overview img {
    width: 85%;
}

.textmitbild h3 {
    border: none;
    color: #eb6821;
    margin: 10px 0 15px 0;
    display: inline-block;
    line-height: 1.2;
}

.textmitbild p {
    margin-bottom: 10px;
    font-size: 14px;
}

.textmitbild ul {
    margin-bottom: 20px;
    padding: 0;
}

.textmitbild ul li {
    color: #eb6821;
    font-weight: bold;
    background: url(../media/images/dev/list-style-anchor.png) no-repeat 0px 2px;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 4px;
    font-size: 14px;
}

.textmitbild .img {
    float: right;
    width: 480px;
    padding: 0 0 100px 40px;
}

.textmitbild .img img {
    width: 100%;
}

.imggallery {
    gap: 10px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
  
.imggallery .img {
    flex: 1;
}
  
.imggallery .img img {
    width: 100%;
    object-fit: cover;
    display: block;
    margin-bottom: 20px;
}

.faq {
    margin-bottom: 50px;
}

.faq h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.faq .ui-state-active {
    background-color: #0875B5;
}

.contactform .column {
    width: 50%;
}

.contactform .columnLeft {
    float: left;
}

.contactform .columnRight {
    float: right;
}

.form-horizontal .control-group {
    margin-bottom: 20px;
}

#contact_form .inputgroups .control-group label {
    display: inline-block;
    width: 110px;
}

#contact_form .inputgroups .control-group#antispam {
    margin-left: 115px;
}

#contact_form .inputgroups .control-group#antispam label {
    display: inline-block;
    width: 300px;
}

#contact_form .inputgroups .control-group input {
    border-radius: 4px;
    border: 1px solid #cccccc;
    padding: 4px 6px;
    height: 20px;
    width: 170px;
}

#contact_form .inputgroups .control-group textarea {
    border-radius: 4px;
    border: 1px solid #cccccc;
    padding: 4px 6px;
    height: 90px;
    width: 350px;
}

#contact_form .control-group input[type=submit] {
    margin-left: 115px;
}

.su-column-content h3 {
    margin-bottom: 10px;
}

.su-column-content p {
    margin-bottom: 10px;
    font-size: 13px;
}

.su-column-content * {
    color: #535353;
}

.serviceData textarea {
    height: 120px !important;
}

.pizzaTable li {
    padding: 5px 0;
}

.pizzaTable li:hover {
    background-color: #DDD;
}

.pizzaTable li span {
    padding: 0 8px;
}

.icon-plus:hover, .icon-minus:hover {
    cursor: pointer;
}

.calendar .fc-content * {
    font-size: 15px;
}

.calendar .fc-content .desc.inactive * {
    text-decoration: line-through;
}

#external-events {
    float: left;
    padding-left: 20px;
}

#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
}

#external-events .fc-event {
    margin: 10px 0;
    cursor: pointer;
    padding: 15px;
}

.fc-event {
    font-size: 1em !important;
}

.fc-content {
    padding: 5px;
}

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
}

#external-events .trip {
    background-color: #eb6821;
    color: #000 !Important;
    border: 1px solid #eb6821;
}

#external-events .block {
    background-color: #D3D3D3;
    color: #000 !Important;
    border: 1px solid #999;
}

.dhtmlx-success div {
    background-color: #6dc066 !important;
    color: #000 !important;
}

.dhtmlx-error * {
    color: #FFF !important;
}

.dhtmlx-info {
    border-radius: 10px !important;
}

.fc-day {
    background: #fcf8e3 !important
}

.calendar-admin-datepicker {
    position: relative;
}

.calendar-datepicker {
    margin-bottom: 20px;
}

#hauptmenu {
    margin-bottom: 0px;
}

.large.tooltip-inner {
    max-width: 100%;
    padding: 15px;
    text-align: left;
}

.large.tooltip-inner *, .x-large.tooltip-inner * {
    color: #FFF;
}

.x-large.tooltip-inner {
    max-width: 670px;
    width: 670px;
    padding: 15px;
}

.tooltip.no-transparency {
    opacity: 1 !important;
}

#paypal-button {
    margin-top: 25px;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 6px solid #21bbe6;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    animation: spin 1s linear infinite;
    display: none;
}

.fc-license-message {
    display: none !important;
}

#calendar-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 15px solid #f3f3f3;
    border-top: 15px solid #21bbe6;
    z-index: 100;
    width: 100px;
    height: 100px;
}
.bookingCalender .cat1 h3 {
    color: #eb6821;
}

.bookingCalender .cat2 h3 {
    color: #0875B5;
}

.bookingCalender .cat1 button {
    background-color: #eb6821;
    border-color: #eb6821;
}

.bookingCalender .cat1 button.btn-primary:not(:disabled):not(.disabled).active, .bookingCalender .cat1 button.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #b7511a;
    border-color: #b7511a;
}

#form_tour_time table .date {
    font-weight: normal;
}

#form_tour_time table .price {
    padding-top: 3px;
    min-height: 22px;
    font-weight: normal;
    font-size: 0.8em;
    color: #b5b5b5;
}

#form_tour_time table label .available-boats {
    display: block;
    font-size: 10px;
    color: #aaa;
}

#form_tour_time table label {
    margin-bottom: 0;
    color: #21bbe6;
    font-weight: bold;
    display: block;
    padding: .55rem .75rem;
    min-height: 56px;
}

#form_tour_time table td {
    padding: 0px;
    text-align: center;
}

#form_tour_time table label:hover {
    cursor: pointer;
    background: #d3d3d3;
}

#form_tour_time table td label.disabled {
    color: #555;
    background-color: #acacac;
}

#form_tour_time table td label.active {
    color: #FFF;
    background-color: #eb6821;
}

.hint2 {
    font-size: 12px;
    text-align: center;
    font-style: italic;
}

.hidden-hint {
    display: none;
}

.header-logo{
    position:absolute;
    width: 70%;
    padding-left: 15px;
}
.header-logo-container{
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    z-index:1;
}
.header-logo p.lh-lg{
    line-height: 1.1em;
}
a.logo{
    padding: 10px 20px;
    margin-bottom: 10px;
}

.logo img{
    display:block;
    width: 100%;
}

.logo p{
    font-size: 1.7em;
    text-shadow: 1px 1px 1px #000000;
}
.logo p .text-orange{
    color: #f18917;
}
.logo p .text-blue{
    color: #0962a8;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#coupon-hint {
    margin-bottom: 20px;
}

.agb-check {
    margin-bottom: 25px;
}

.fc-event.inactive {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 215, 185);
    text-decoration: line-through !important;
}

.frontend-calender-eventData * {
    font-size: 0.97em;
}

.frontend-calender-eventData h3 {
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.frontend-calender-eventData table {
    border-collapse: collapse;
    border-spacing: 0px;
    border: 1px solid black;
    width: 100%;
    margin-bottom: 20px;
}

.frontend-calender-eventData td {
    padding: 2px 5px;
    border: 1px dotted #999;
}

#WzBoDy {
    background-color: #FFF !important;
}

.frontend-event-form {
    zoom: 85%;
}

.frontend-event-form.form-edit input[type=checkbox] {
    zoom: 1.5;
    float: left;
    width: auto;
    margin: 1px 7px 0px 5px;
}

.tripBikes span {
    font-size: 0.7em;
    margin-top: 10px;
    display: block;
}

.footmenu_UL0 {
    padding-left: 0;
}

#form_payment h3 {
    margin: 0px 0 20px 0;
}

.booking-contact-form h3 {
    margin: 30px 0;
}

#form_payment button {
    height: 64px;
}

#form_tour_contact ul {
    padding-left: 0;
}

#form_tour_contact .clearul ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    padding-left: 0;
}

#form_tour_contact ul li {
    list-style: none;
    display: block;
}

#form_tour_contact ul li:hover, #form_tour_contact .clearul label:hover {
    background-color: #DDD;
}

#form_tour_contact .clearul ul li:hover {
    background-color: inherit;
}

#form_tour_contact .clearul label {
    width: auto;
    text-align: left;
    padding: 3px 3px 3px 15px;
    vertical-align: middle;
}

#form_tour_contact ul * {
    font-size: 0.9em;
}

#form_tour_contact ul li span {
    display: inline-block;
}

#form_tour_contact ul li span.amount {
    width: 50px;
}

#form_tour_contact ul li span.name {
    width: 475px;
}

#form_tour_contact ul li span.size {
    width: 100px;
}

#form_tour_contact ul li span.price {
    text-align: right;
    width: 75px;
}

#form_tour_contact ul li input {
    width: 40px;
    margin: 1px 0 1px 0;
    text-align: right;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 4px;
}

.column_amount {
    width: 70px;
}

#modal-event-edit form {
    zoom: 0.7;
}

.box-wrapper {
    -webkit-transition-duration: 1600ms;
    transition-duration: 1600ms;
    width: 100%;
    position: absolute;
    top: 15%;
}

.box-wrapper.loading {
    transform: translate(100%);
    -webkit-transform: translate(100%);
}

.youtube-video {
    position: absolute;
    top: 15%;
    right: 5%;
    width: 560px;
    height: 315px;
}

.youtube-video iframe {
    width: 100%;
    height: 100%;
}

.close {
    position: absolute;
    right: 45px;
    top: 0px;
    width: 32px;
    height: 32px;
    /*opacity: 0.3;*/
    background-color: rgba(0, 0, 0, 0.8);
}

.close:hover {
    opacity: 1;
}

.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #FFF;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.ticket-code {
    font-size: 30px;
}

.ticket-thumbail {
    width: 100%;
}

.fc-day:nth-child(5) {
    background-color: #efe9ca !important;
}
.fc-event * {
    font-size: 0.7rem;
}


.twelve-star, .twelve-star:before, .twelve-star:after {
    height: 40px;
    width: 40px;
    background: #C30000;
}

.twelve-star:before {
    content: "";
    position: absolute;
    /* Rotate transform*/
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.twelve-star:after {
    content: "";
    position: absolute;
    /* Rotate transform*/
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.star-text {
    position: absolute;
    top: 10px;
    width: 40px;
}

.star-text p {
    color: #FFF;
    text-align: center;
    font-size: 1.25em;
    line-height: 0.55em;
    font-weight: bold;
}

.star-text p span {
    color: #FFF;
    font-size: 0.5em;
    font-weight: normal;
}

.star-wrapper {
    width: 40px;
    position: absolute;
    top: -25px;
    right: -20px;
    transform: rotate(8deg);
}
.owl-item .headline{
    display:none;
}
@media (min-width: 320px) {
    .frontend-calender-eventData {
        width: 300px;
        padding: 20px 20px 20px 20px;
    }

    .frontend-calender-eventData .button-wrapper {
        margin-bottom: 15px;
    }

    .frontend-calender-eventData .btn-sm {
        width: 100%;
    }

    .kachel .text h2 {
        font-size: 16px;
    }

    .bg-image-outer .container h1 {
        padding-right: 20px;
    }

    .bg-image-outer .container h1 {
        text-align: center;
    }
}
@media (min-width: 480px) {
    .kachel .text h2 {
        font-size: 22px;
    }
}
@media (min-width: 576px) {
    .frontend-calender-eventData {
        width: 578px;
    }

    .modal-lg {
        max-width: 500px !important;
    }
    #owl-demo .item img {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .fc-event * {
        font-size: 1rem;
    }
    .admin-calendar-wrapper {
        width: 95%;
        margin: 0px auto;
    }
    footer .column {
        float: left;
        width: 33%;
    }

    footer .column1 {
        width: calc(30% - 10px);
        margin-right: 10px;
    }

    footer .column2 {
        width: calc(30% - 20px);
        margin: 0 30px 0 10px;
    }

    footer .column3 {
        width: calc(35% - 30px);
        margin-left: 30px;
    }

    .logo {
        float: left;
    }
    .imggallery {
        display: flex; 
    }
    .imggallery .img img {
        height: 130px; 
    }
}
@media (min-width: 1024px) {
    header {
        position: absolute;
        z-index: 100;
        width: 100%;
    }

    .container {
        max-width: 1200px;
        width: 100%;
        margin: 0px auto;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }

    nav#hauptmenu_nav {
        display: block !important;
    }

    #hauptmenu_toggleButton {
        display: none;
    }

    nav#hauptmenu_nav ul li {
        float: left;
        margin-left: 3px;
        margin-bottom: 10px
    }

    nav#hauptmenu_nav ul li a {
        color: #fff;
        padding: 6px 12px 5px;
    }

    nav#hauptmenu_nav ul li a:hover, nav#hauptmenu_nav ul li.active a {
        background-color: #eb6821;
        border-radius: 2px;
    }

    .topmenu {
        float: right;
        margin-top: 45px;
        height: 70px;
        width: 600px;
        padding: 0;
    }

    footer .column1 {
        width: calc(25% - 10px);
        margin-right: 10px;
    }

    footer .column2 {
        width: calc(30% - 20px);
        margin: 0 30px 0 10px;
    }

    footer .column3 {
        width: calc(40% - 60px);
        margin-left: 60px;
    }

    .modal-lg {
        max-width: 1280px !important;
    }
    .owl-item .headline{
        display:block;
    }
}

@media (min-width: 1200px) {
    #mainarea {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .bg-image img {
        width: 100%;
    }

    .bg-image-outer .container h1 {
        padding: 0px;
    }

    .bg-image-outer .container h1 {
        position: absolute;
        right: 0px;
        top: -20px;
    }
}

@media print {}