/**
 * Cascading Style Sheet
 *
 * Copyright: OMOS.de <http://www.omos.de>
 * Author   : René Fehrmann <rene.fehrmann@omos.de>
 * Project  : 
 */

#wrapper {
    word-wrap: break-word;
}

/* ie proprietary property to force long words to break rather than the layout */

/***** resets *****/

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

h1, h2, h3, h4, h5, p, ul, li {
    padding: 0;
    margin: 0;
}

img {
    display: block;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/***** fonts *****/

@font-face {
    font-family: Agency FB;
    src: url('../fonts/AGENCYR.ttf');
    font-style: normal;
}

/***** html, body & ids *****/

html {
    height: 100%; /* footer stick alt */
}

body {
    height: 100%; /* footer stick alt */
    overflow-y: scroll;
    background: url('../images/bg_body.jpg') top center no-repeat #d8d1c8;
}

* + html body {
    overflow-y: auto;
}

#wrapper {
    position: relative; /* footer stick alt */
    min-height: 100%; /* footer stick alt */
}

* html #wrapper {
    height: 100%; /* footer stick alt */
}

#content {
    padding-bottom: 9em; /* footer stick alt */
}

#header {
}

#main .inside {
    padding: 0 65px 0 22px;
    min-height: 900px;
}

.booking #main .inside {
    padding: 0 22px 0 22px;
}

#left {
}

#right {
}

#footer {
    position: relative; /* footer stick alt */
    margin-top: -7.5em; /* footer stick alt */
    background: url('../images/bg_footer.jpg') center top repeat-x;
}

* + html #footer {
    margin-top: 0; /* footer stick alt */
}

#footer .inside {
    margin: 0 auto;
    width: 960px;
}

/***** navigation *****/

.mod_customnav.top {
    position: absolute;
    top: 12px;
    right: 20px;
}

.mod_customnav.top li {
    float: left;
    padding: 0 0 0 24px;
}

.mod_customnav.top li:first-of-type > a,
.mod_customnav.top li:first-of-type > strong,
.mod_customnav.top li:first-of-type > span {
    display: block;
    padding: 4px 9px 4px 10px;
    color: white !important;
    border-radius: 4px;
    background: #933028;
}

.mod_customnav.top li:first-of-type > a > span {
    color: white !important;
}

.mod_customnav.top li:first-of-type > a:hover,
.mod_customnav.top li:first-of-type > strong:hover,
.mod_customnav.top li:first-of-type > span:hover {
    color: white;
}

.mod_customnav.top li > a, .mod_customnav.top li > strong, .mod_customnav.top li > span {
    display: block;
    padding: 4px 0;
    font: normal 18px Agency FB, Economica;
    color: #353535;
    text-transform: uppercase;
    letter-spacing: 0.075em;
}

.mod_customnav.top li > a:hover, .mod_customnav.top li > strong:hover, .mod_customnav.top li > strong.active {
    color: #933028;
    text-decoration: underline;
}

.mod_customnav.kogge {
    position: absolute;
    top: 100px;
    left: 0;
    width: 90px;
    background: url('../images/rope.png') top left repeat-x;
}

.mod_customnav.kogge ul {
    background: url('../images/rope.png') bottom left repeat-x;
}

.mod_customnav.kogge li {
    text-align: center;
}

.mod_customnav.kogge li > a, .mod_customnav.kogge li > strong, .mod_customnav.kogge li > span {
    font: normal 24px/46px Agency FB, Economica;
    color: #353535;
    text-transform: uppercase;
}

.mod_customnav.kogge li > a:hover, .mod_customnav.kogge li > strong:hover, .mod_customnav.kogge li > strong.active {
    color: #933028;
    text-decoration: underline;
}

.mod_customnav.main {
    position: absolute;
    top: 100px;
    right: 0;
    width: 650px;
    background: url('../images/rope.png') top left repeat-x;
}

.mod_customnav.main ul {
    height: 46px;
    background: url('../images/rope.png') bottom left repeat-x;
}

.mod_customnav.main li {
    display: block;
    float: left;
    xxdisplay: inline-block;
    text-align: center;
}

.mod_customnav.main li > a, .mod_customnav.main li > strong, .mod_customnav.main li > span {
    font: normal 24px/46px Agency FB, Economica;
    color: #353535;
    text-transform: uppercase;
}

.mod_customnav.main li > a:hover, .mod_customnav.main li > strong.active, .mod_customnav.main li > span.active {
    color: #933028;
    text-decoration: underline;
}

.mod_customnav.main li.toerns {
    width: 78px;
}

.mod_customnav.main li.technik {
    width: 87px;
}

.mod_customnav.main li.hochzeiten {
    width: 112px;
}

.mod_customnav.main li.geschichte {
    width: 116px;
}

.mod_customnav.main li.verein {
    width: 70px;
}

.mod_customnav.main li.bilder {
    width: 70px;
}

.mod_customnav.main li.videos {
    width: 78px;
}

.footer-navigation {
    float: left;
    padding: 0 0 0 25px;
    width: 205px;
}

.footer-navigation a, .footer-navigation span {
    font: normal 13px/18px Arial;
    color: #353535;
}

.footer-navigation span.active {
    color: #933028;
    text-decoration: underline;
}

.mod_breadcrumb {
    position: absolute;
    top: 160px;
    left: 320px;
}

.mod_breadcrumb li {
    display: block;
    float: left;
    padding: 0 6px;
    font: 12px Arial;
    color: #353535;
}

.mod_breadcrumb li a, .mod_breadcrumb li span {
    color: #353535;
}

.mod_breadcrumb .separator {
    display: block;
    float: left;
    font: 12px/13px Arial;
    color: #353535;
}

.mod_breadcrumb li a:hover {
    color: #933028;
}

.mod_sitemap li {
    padding: 2px 0;
}

.mod_sitemap a {
    font: normal 14px Arial;
    color: #933028;
}

/***** modules *****/

.mod_article > * {
    margin: 0;
    padding: 0;
}

.mod_weather {
    float: left;
    padding: 0 0 0 30px;
    width: 205px;
}

.mod_weather .wetterbox {
    float: left;
    width: 68px;
}

.mod_weather .wetterbox img {
    margin: 0 auto;
}

.mod_weather .wetterbox .date {
    padding: 0 0 8px 0;
    font: normal 12px Arial;
    color: #353535;
    text-align: center;
}

.mod_weather .wetterbox .temp {
    font: normal 11px Arial;
    color: #353535;
    text-align: center;
}

.mod_weather .wetterbox.border {
    background: url('../images/weather_separator.png') left center no-repeat;
}

#right .mod_newslist.aktuelles {
    margin-bottom: 24px;
}

.mod_newslist.aktuelles .layout_latest {
    padding: 0 0 24px 0;
}

.mod_newslist.aktuelles .info {
    float: left;
    width: 20px;
}

.mod_newslist.aktuelles .info .day {
    font: normal 24px/22px Agency FB, Economica;
    color: #933028;
}

.mod_newslist.aktuelles .info .month {
    font: normal 16px Agency FB, Economica;
    color: #353535;
    text-transform: uppercase;
}

.mod_newslist.aktuelles .message {
    padding: 0 15px 0 0;
    width: 265px;
    font: normal 13px/18px Arial;
    color: #353535;
}

.mod_newslist.aktuelles .message h3 {
    padding: 0 0 4px 0 !important;
    text-decoration: none;
}

.mod_newslist.aktuelles .message h3 a {
    font: 20px Agency FB, Economica;
    color: #933028;
    text-transform: none;
    letter-spacing: 0;
}

.mod_newslist.aktuelles .teaser a {
    color: #933028;
}

.mod_newsreader .info {
    color: #353535;
}

.mod_newsreader .image_container {
    margin: 0 20px 20px 0;
    padding: 2px;
    border: 1px dashed #353535;
}

.mod_newsreader .caption {
    padding: 2px 0 0 0;
    font: 11px Arial;
    color: #707070;
}

.mod_newsreader .back a {
    color: #933028;
}
.mod_newsreader .ce_image .image_container {
    border: none;
}
.mod_newsreader .ce_image img {
    padding: 2px;
    border: 1px dashed #353535;
}
.mod_newsreader .ce_image .caption {
    float: left;
    padding: 4px 0 20px;
}

.mod_newslist .ausguck {
    margin: 0 0 12px 0;
    padding: 4px;
    border: 1px dashed #353535;
    background: url('../images/bg_beige_transparent.png');
}

.mod_newslist .ausguck .image_container {
    margin: 0 10px 0 0;
}

.mod_newslist .ausguck .content {
    float: left;
    width: 460px;
}

.mod_newslist .ausguck h4 {
    padding: 0 0 8px 0;
    font: 22px Agency FB, Economica;
    color: #353535;
}

.mod_newslist .ausguck .subheadline {
    padding: 0 0 8px 0;
    font: bold 12px Arial;
    color: #353535;
}

.mod_newslist .ausguck .teaser {
    font: normal 12px Arial;
    color: #353535;
}

.mod_newslist .ausguck .enclosure {
    margin: 12px 0 0 0;
    font: normal 12px Arial;
    color: #353535;
}

.mod_newslist .ausguck .enclosure .download {
    display: block;
    float: left;
    padding: 0 12px 0 0;
}

.mod_newslist .ausguck .enclosure img {
    float: left;
    padding: 0 4px 0 0;
}

.mod_newslist .ausguck .enclosure a {
    color: #933028;
}

.mod_login table {
    width: 100%;
}

.mod_login td {
    padding: 2px;
    vertical-align: middle;
}

.mod_login td.col_0 {
    width: 12%;
}

.mod_login td.col_1 {
    width: 85%;
}

.mod_login input {
    float: left;
}

.mod_login input[type=password] {
    width: 200px;
}

.mod_login .checkbox_container {
    float: left;
    line-height: 12px;
    padding: 7px 0 0 16px;
}

.mod_login input[type=checkbox] {
}

/***** tags *****/

h1 {
    padding: 0 0 20px 0 !important;
    font: normal 24px Agency FB, Economica;
    color: #353535;
    text-transform: uppercase;
}

h2 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0 !important;
    font: normal 24px Agency FB, Economica;
    color: #353535;
    text-transform: uppercase;
    background: url('../images/rope.png') left bottom repeat-x;
}

h3 {
    padding: 0 0 20px 0 !important;
    font: normal 18px Agency FB, Economica;
    color: #353535;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 0.075em;
}

/***** forms *****/

.ce_form td {
    padding: 4px 4px 4px 0;
}

.ce_form label {
    display: block;
    padding: 12px 0 0 0;
    width: 150px;
    font: 14px Arial;
    color: #353535;
}

.ce_form input[type=text], .ce_form input[type=password], .ce_form input[type=email], .ce_form input[type=tel], .ce_form input[type=number] {
    padding: 12px 4px;
    width: 400px;
    font: normal 14px Arial;
    color: #353535;
}

.ce_form textarea {
    padding: 12px 4px;
    width: 400px;
    font: normal 14px Arial;
    color: #353535;
}

.ce_form input.captcha {
    width: 50px;
}

.ce_form .captcha_text {
    font: normal 12px Arial;
    color: #353535;
}

.ce_form input[type=submit], .ce_form button[type=submit] {
    margin: 6px 0 0 0;
    padding: 8px 20px;
    font: 14px Arial;
    color: white;
    background: #353535;
}

.ce_form input[type=submit]:hover,
.ce_form button[type=submit]:hover {
    background: #933028;
}

.ce_form input[type=text]:focus, .ce_form input[type=password]:focus, .ce_form input[type=email]:focus, .ce_form input[type=tel]:focus, .ce_form input[type=number]:focus, .ce_form textarea:focus {
    border: 1px solid #353535;
}

.ce_form p.error {
    font: 11px Arial;
    color: #933028;
}

/***** content elements *****/

.ce_text {
    padding: 0 0 12px 0;
    font: normal 15px/24px Arial;
    color: #353535;
}

.ce_text p {
    padding: 0 0 24px 0;
}

.ce_text p + table {
    margin-top: -12px;
    border-spacing: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.ce_text p + table td {
    padding: 2px 6px;
    border: 1px solid black;
}

.ce_text ul {
    padding: 0 0 0 12px;
    list-style-type: none;
}

.ce_text ul li {
    padding: 0 0 0 12px;
    background: url('../images/bg_li.gif') left 10px no-repeat;
}

.ce_text a {
    font-weight: 400;
    color: #933028;
}

.ce_text td {
    padding: 2px 12px 2px 0;
}

#footer .ce_text {
    font: normal 13px/18px Arial;
}

.ce_gallery {
    margin: 0 0 24px 0;
}

.ce_gallery h3 {
    padding: 0 0 5px 0 !important;
}

.ce_gallery li:not(:first-of-type) {
    xxmargin-top: 10px;
}

.ce_gallery li figure a {
    display: block;
    padding: 2px;
    border: 1px dashed #1e2027;
    margin: 5px;
}

.ce_gallery li figure .caption {
    padding-left: 8px;
    font-size: 11px;
}

.ce_gallery .zoom {
    margin: 16px 0 0;
    padding: 0 0 0 5px;
    font: 11px Arial;
    color: #353535;
}

.ce_gallery.showOne > ul > li:not(:first-of-type) {
    display: none;
}

.ce_download {
    padding: 10px 0 0 0;
}

.ce_download img {
    float: left;
    padding: 0 8px 0 0;
}

.ce_download a {
    font: normal 12px Arial;
    color: #933028;
}

.ce_image.fleft {
    float: left;
    padding: 0 10px 20px 10px;
}

.ce_image .caption {
    padding: 2px 0 0 0;
    font: normal 11px Arial;
    color: #353535;
}

.ce_downloads li {
    padding: 4px 0;
}

.ce_downloads img {
    float: left;
    padding: 0 8px 0 0;
}

.ce_downloads a {
    font: normal 12px Arial;
    color: #933028;
}

.ce_hyperlink.koggen {
    float: left;
    margin: 1rem 1rem 0 0;
}

.ce_hyperlink.koggen .caption {
    padding-top: 0.25rem;
}

.ce_hyperlink.koggen img {
    padding: 2px;
    border: 1px dashed #1e2027;
}

/***** classes *****/

.header_logo {
    display: block;
    position: absolute;
    top: 22px;
    left: 100px;
    width: 200px;
    height: 200px;
    background: url('../images/bg_logo.png') top left no-repeat;
}

.header_logo:hover {
    background-position: bottom left;
}

.header_booking {
    display: block;
    margin: -20px 0 48px 5px;
    padding: 23px 0 0 0;
    width: 267px;
    height: 62px;
    font: normal 30px/20px Agency FB, Economica;
    color: #353535;
    text-transform: uppercase;
    text-align: center;
    background: url('../images/bg_button_booking_width.png') no-repeat;
}

.header_booking .sub {
    font: normal 18px Agency FB, Economica;
    color: #353535;
    text-transform: none;
}

.header_booking:hover, .header_booking:hover .sub {
    color: #933028;
    text-decoration: none;
}

.contact p {
    padding: 0;
}

.contact .phone, .contact .contact {
    font: normal 24px/40px Agency FB, Economica;
    color: #933028;
    text-align: center;
    text-transform: uppercase;
}

.contact a {
    color: #933028;
}

.footer_top {
    height: 44px;
    background: url('../images/bg_footer_top.png') no-repeat;
}

.footer_address {
    float: left;
    padding: 0 0 0 25px;
    width: 205px;
}

.footer_approach {
    float: left;
    padding: 0 0 0 30px;
    width: 205px;
}

.footer_approach p, .footer_approach ul {
    padding: 0 0 6px 0;
}

.footer_copyright {
    padding: 0;
    clear: both;
    text-align: center;
}

.footer_copyright p {
    padding: 12px 0;
}

.footer_pier {
    position: absolute;
    top: -43px;
    left: -210px;
    width: 207px;
    height: 103px;
    background: url('../images/footer_pier_left.png') no-repeat;
}

.table-flex {
    display: flex;
/ / flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font: normal 15px/24px Arial;
    color: #353535;
}

.sails-content {
    margin-bottom: 6px;
    align-items: stretch;
}

.table-flex {
    background: url('../images/rope.png') left bottom repeat-x;
}

.sails-header {
    font: normal 24px Agency FB, Economica;
}

.table-flex .times {
    width: 15%;
}

.table-flex .icon {
    margin: 5px 0 0;
    width: 5%;
}

.table-flex .icon.highlight {
    background: url('../images/flagge_wismar.png') top left no-repeat;
    background-size: 70%;
}

.sails-content.table-flex .times {
/ / font-size: 12 px;
}

.table-flex .title {
    width: 45%
}

.table-flex .places {
    width: 10%;
    text-align: center;
}

.table-flex .price {
    width: 15%;
    text-align: center;
}

.table-flex .sails-link {
    width: 10%;
}

.sails-content .btn.btn-primary {
    padding: 8px 20px;
    font: 14px Arial;
    color: white;
    background: #353535;
    display: block;
    text-align: center;
}

.sails-content .btn.btn-primary:hover {
    background: #933028;
    text-decoration: none;
}

.table-flex2 {
    display: flex;
    flex-wrap: nowrap;
    font: normal 15px/24px Arial;
    color: #353535;
}

.table-flex2 .times, .table-flex2 .places, .table-flex2 .price, .table-flex2 .time {
    width: 25%;
}

.mod_aid_cas_sail_reader .teaserImage {
    margin-bottom: 15px;
}

.mod_aid_cas_sail_reader .ce_form .col_1 {
    width: 100%;
}

.mod_aid_cas_sail_reader input[type='text'],
.mod_aid_cas_sail_reader input[type='number'],
.mod_aid_cas_sail_reader input[type='email'],
.mod_aid_cas_sail_reader input[type='tel'],
.mod_aid_cas_sail_reader textarea {
    width: 100%;
}

.mod_aid_cas_sail_reader input:focus::placeholder,
.mod_aid_cas_sail_reader textarea:focus::placeholder {
    color: white;
}

.mod_aid_cas_sail_reader input[name='count'],
.mod_aid_cas_sail_reader input[name='countchildren'],
.mod_aid_cas_sail_reader input[name='countbaby'] {
    margin: 0 10px 0 0;
    width: 30%;
}

.mod_aid_cas_sail_reader input[name='voucherCode'] {
    float:right;
    margin: 10px 0 0;
    width: 20%;
    background: #f0ece6;
}
.mod_aid_cas_sail_reader input[name='voucherCode'] + .description {
    clear: both;
    float: right;
    display: block;
}

.voucher fieldset span {
    display: block;
    width: 25%;
    float: left;
}

.voucher fieldset legend {
    display: none;
}

.voucher fieldset input,
.voucher fieldset label {
    float: left;
    padding: 12px 0 0 0;
    display: block;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 12px 3px 0 0;
}

.pagination {
    padding: 0.5rem 0.938rem;
}

.pagination p {
    float: left;
    font-size: 0.813rem;
    color: #353535;
}

.pagination ul {
    float: right;
}

.pagination ul li {
    display: block;
    float: left;
    margin-right: 0.75rem;
}

.pagination ul li a, .pagination ul li span {
    font-size: 0.813rem;
    color: #353535;
}

.pagination ul li .current {
    color: #933028;
    text-decoration: underline;
}

.mod_aid_cas_sail_list .submit_container a {
    margin: 0 0 0 1rem;
    line-height: 1.563rem;
    color: #353535;
}

.mod_aid_cas_sail_list select {
    margin: 0 0.5rem 0 0;
    padding: 0 0.5rem;
    font-size: 0.938rem;
    line-height: 1.25rem;
    color: #353535;
    outline: none;
}

.mod_aid_cas_sail_list .submit_container input[type=submit] {
    display: block;
    padding: 0 1rem;
    font-size: 0.938rem;
    line-height: 1.563rem;
    color: white;
    border-radius: 0;
    border: none;
    background: #353535;
    outline: none;
}

.mod_aid_cas_sail_list .submit_container input[type=submit]:hover {
    background: #933028;
}

.mod_aid_cas_sail_reader .confirm {
    font-weight: 700;
    font-size: 0.938rem;
    color: #933028;
}

.mod_aid_cas_sail_reader p.back {
    margin-top: 1.5rem;
}

#ctrl_agb input {
    display: block;
    float: left;
    margin-top: 13px;
}

#ctrl_agb label a {
    padding-left: 0.375rem;
    font-size: 0.938rem;
    color: #353535;
}

p.back a {
    color: #353535;
}

h2.ce_headline {
    margin-bottom: 24px;
}


/*** Anpassung 2022-04-11 ***/
.mod_roster_list .hasteform_FILTER_FORM .formbody {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
}

.mod_roster_list .hasteform_FILTER_FORM .formbody .widget {
    width: 33.333%;
    padding: 0 15px;
}

.mod_roster_list .hasteform_FILTER_FORM .formbody .widget * {
    width: 100%;
    height: 100%;
}


.mod_roster_list .tl_listing {
    width: 100%;
    backdrop-filter: blur(4px);
}

.mod_roster_list table th,
.mod_roster_list table tr td,
.mod_roster_list table tbody tr:last-of-type td{
    padding: 8px 5px !important
}

.mod_roster_list table tr {
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.mod_roster_list table tr td a {
	display: inline-block;
    color: white !important;
    border-radius: 4px;
    background: #933028;
    width: 100%;
    text-align: center;
    padding: 3px;
}
.mod_roster_list table tr td a.full {
	background: #289345;
}

.mod_roster_list table tr:nth-child(6n+1), .mod_roster_list table tr:nth-child(6n+2), .mod_roster_list table tr:nth-child(6n+3) {
    background-color: rgba(255,255,255,0.55);
}

.mod_roster_list table tr:nth-child(6n+4), .mod_roster_list table tr:nth-child(6n+5), .mod_roster_list table tr:nth-child(6n+6) {
    background-color: rgba(0,0,0,0.1);
}

.mod_roster_list table tr:nth-child(6n+4) td:first-child,
.mod_roster_list table tr:nth-child(6n+1) td:first-child{
	font-weight: bold;
}

.mod_roster_list table tr:nth-child(6n+1) td:first-child, .mod_roster_list table tr:nth-child(6n+4) td:first-child, .mod_roster_list table tr:nth-child(6n+3) td, .mod_roster_list table tr:nth-child(6n+6) td, .mod_roster_list table th {
    border-bottom: 2px solid #000;
}

.mod_roster_list table .border-right {
    border-right: 1px solid rgba(0,0,0,0.5);
}