.sn-bg-4 {
    background-image: url("../../img/background.jpg");
}
label.btn.form-check-label.waves-effect.waves-light.active {
    background: linear-gradient(40deg,#45cafc,#303f9f)!important;
    color: #ffffff;
}
.question-card {
    display: none;
}
.active_question {
    display: block;
}

.md-progress {
    background-color: #1C2331;
}

.correct_answer {
    background: linear-gradient(40deg,#86993c,#05ffa3)!important;
    color: #fff;
}

.wrong_answer {
    background: linear-gradient(40deg,#CC0000,#ff4444)!important;
    color: #fff;
}
.switch label input[type=checkbox]:checked+.lever {
    background-color: #e1f5fe;
}
.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #0099CC;
}
@media (max-width: 1440px){
    .navbar .float-right {
        float: left!important;
        padding-top: 12px;
    }
}
@media (max-width: 992px) {
    .side-nav .logo-wrapper, .side-nav .logo-wrapper a {
        height: 150px;
    }
    .navbar .float-right {
        padding-top: 0px !important;
    }
}

.blur {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.no-blur {
    filter: blur(0px) !important;
    -webkit-filter: blur(0px) !important;
}
.white-skin .btn-primary {
    background-color: #0f4786!important;
    color: #fff;
}
.white-skin .btn-primary.active, .white-skin .btn-primary:active, .white-skin .btn-primary:focus {
    background-color: #0e3766 !important;
}
.white-skin .btn-secondary {
    background-color: #86993d!important;
    color: #fff;
}
.white-skin .btn-primary:not([disabled]):not(.disabled).active, .whi  n te-skin .btn-primary:not([disabled]):not(.disabled):active, .show>.white-skin .btn-primary.dropdown-toggle{
    background-color: #0e3766 !important;
}
.white-skin .btn-secondary:not([disabled]):not(.disabled).active, .white-skin .btn-secondary:not([disabled]):not(.disabled):active, .show>.white-skin .btn-secondary.dropdown-toggle {
    background-color: #6a7833 !important;
}
.white-skin .btn-secondary.active, .white-skin .btn-secondary:active, .white-skin .btn-secondary:focus {
    background-color: #6a7833 !important;
}
.white-skin .btn-outline-secondary {
    border: 2px solid #86993d!important;
    background-color: transparent!important;
    color: #86993d!important;
}
.white-skin .btn-outline-secondary:not([disabled]):not(.disabled).active, .white-skin .btn-outline-secondary:not([disabled]):not(.disabled):active, .show>.white-skin .btn-outline-secondary.dropdown-toggle {
    border-color: #86993d!important;
}
.white-skin .btn-outline-secondary.active, .white-skin .btn-outline-secondary:active, .white-skin .btn-outline-secondary:active:focus, .white-skin .btn-outline-secondary:focus, .white-skin .btn-outline-secondary:hover {
    border-color: #86993d!important;
    background-color: transparent!important;
    color: #86993d!important;
}

.ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
    background-color: #86993d;
}
.gear-category-btn .btn {
    min-width: 100% !important;
}
.gear-category-btn {
    opacity: 0;
    display: none;
}
.gear-category-btn.active {
    display: initial;
    opacity: 1;
}

.gearCard {
    opacity: 0;
    display: none;
}
.gearCard.active {
    display: initial;
    opacity: 1;
}
.back {
    opacity: 0;
    display: none;
}
.back.active {
    opacity: 1;
    display: initial;
}

.back .btn {
    min-width: 100%;
}
.gearTableImg {
    max-width: 20%;
    margin-right: 10px;
}
.gearTableSort .card {
    margin-bottom: 10px;
    margin-top: 10px;
}
.ui-sortable-placeholder {
    height: 150px;
    width: 100%;
}
.green-text {
    color: #86993d!important;
}
@media (max-height: 992px){
    .side-nav .logo-wrapper img {
        padding-top: 0%;
        padding-bottom: 0%;
    }
}
.side-nav .logo-wrapper img {
    height: auto;
    padding: 0% 20px;
}
.correct {
    text-align: right;
}

.correct .card {
    background: #c5e1a5;
    text-align: left;
}
.correct span.badge.badge-pill {
    position: relative;
    top: 23px;
    z-index: 2;
    font-size: 19px;
    left: 14px;
}
.wrong {
    text-align: right;
}

.wrong .card {
    background: #ffcdd2!important;
    text-align: left;
}
.wrong span.badge.badge-pill {
    position: relative;
    top: 23px;
    z-index: 2;
    font-size: 19px;
    left: 14px;
}
.result {
    text-align: right !important;
    width: 350px !important;
    padding-top: 46px !important;
    padding-right: 150px !important;
}

.result .card {
    background: #f5f5f5!important;
    text-align: left;
}
.result span.badge.badge-pill {
    position: relative;
    top: 23px;
    z-index: 2;
    font-size: 19px;
    left: 14px;
}
#gearTableButton {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.result .card {
    margin-bottom: 10px;
}
/* Steps */
.step {
    list-style: none;
    margin: 0;
}

.step-element {
    display: flex;
    padding: 1rem 0;
}

.step-number {
    flex-shrink: 0;
    text-align: center;
}

.step-number .number {
    color: #bfc5ca;
    background-color: #eaeff4;
    font-size: 1.5rem;
}

.step-number .number {
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    border-radius: 10rem;
}
.number.done {
    background-color: #86993c !important;
    color: #ffffff!important;
}
.number.not-done {
    background-color: #ff3547!important;
    color: #ffffff!important;
}
.step-number::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 48px;
    bottom: -2rem;
    margin-left: -1px;
    border-left: 2px dashed #eaeff4;
}
.step-excerpt {
    width: 100%;
}

.step .step-element:last-child .step-number::before {
    bottom: 1rem;
}
.transparent-white-bg {
    background: rgb(255,255,255,0.85) !important;
}
.time td {
    vertical-align: middle;
}
.question-container {
    text-align: center;
    margin-bottom: 25px;
}
.question-container-fish {
    margin-bottom: 25px;
    display: none;
}
.side-nav .collapsible a {
    height: 46px;
    font-size: 1rem;
    line-height: 50px;

}
.side-nav .collapsible .fas, .side-nav .collapsible .fab, .side-nav .collapsible .far {
    font-size: 1.2rem;
}
li.active-menu-item {
    border-right: 4px solid #134383;
    border-radius: 3px!important;
    background-color: rgba(0,0,0,0.05)!important;
}
.navbar {
    display: initial!important;
}
li.nav-item a {
    font-size: 1.5rem;
    border-radius: 9px;
    padding-right: 30px !important;
    padding-left: 30px !important;
}
li.nav-item a:hover {
    background-color: rgba(0,0,0,0.05)!important;
}
li.nav-item.active-menu-item-top a {
    border-bottom: 4px solid #134383;
    background-color: transparent !important;
    border-radius: 3px;
    color: #134383!important;
}
.testimonial-card .card-up {
    height: 65px;
}
.teal.lighten-2 {
    background-color: #86993d!important;
}
textarea {
    resize: none;
}
@media (max-height: 992px) {
    ul.nav.navbar-nav.nav-flex-icons.ml-auto.d-flex.justify-content-cente{
        padding-left: 241px;
    }
}
.post .card-up.teal.lighten-2 {
    height: 16px;
}
.card.post {
    margin-top: 100px;
    margin-bottom: 20px;
}
.text-primary {
    color: #134383 !important;
}
.post-header-info {
    font-size: 14px;
}
.comment img.rounded-circle.img-fluid {
    max-height: 50px!important;
}
.post .card-footer {
    background: #ffffff;
}

a.comment-name {
    font-size: 14px;
    font-weight: bold;
}
.text-comment {
    background: #F2F3F5;
    border-radius: 17px;
    padding: 15px;
}
.comment {
    margin-bottom: 5px;
}
.comment-time p {
    font-size: 13px;
    margin-top: 5px;
}
.comment-input .text-comment {
    padding: 0;
}
.comment-input .md-form {
    margin: 0;
    padding-left: 10px;
}
.comment-input .md-form input{
    border: none!important;
    padding-top: 18px;
}
.comment-input .md-form input:focus{
    border: none!important;
    box-shadow: none!important;
}
.dashed-h {
    display: none;
}
.dashed-v {
    display: none;
}
.cropper-center {
    display: none;
}
@media (max-width: 992px) {

    li.nav-item a {
        font-size: 1.5rem;
        border-radius: 9px;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .fixed-top {
        bottom: 0;
        top: auto!important;
        padding-bottom: 15px;
    }
    main{
        margin-bottom: 100px!important;
        margin-top: -60px!important;
    }
    li.nav-item.active-menu-item-top a {
        border-bottom: none!important;
    }
    a.button-collapse {
        padding-top: 10px;
    }
    li.nav-item {
        padding-right: 12px;
        border-right: 1px solid #F2F3F5;
        padding-left: 12px;
    }
    a.button-collapse {
        padding-right: 10px;
    }
    .display-4 {
        font-size: 2.5rem;
    }
    .reg-step {
        padding: 20px;
    }
}
@media (max-width: 425px) {
    .navbar .float-right {
        float: right!important;
    }
}
@media (max-width: 360px){
    li.nav-item {
        padding-right: 5px;
        padding-left: 5px;
    }
    a.button-collapse {
        padding-right: 10px;
    }
    .display-4 {
        font-size: 2.0rem;
    }
}

.view.intro{
    background: url("../img/header2.jpg")no-repeat center center;
    background-size: cover;
    min-height: 400px;
}


.intro:after {
    content: "";
    background: url("../img/shape.png") no-repeat center bottom;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 104px;
    display: block !important;
}
.reg-step {
    display: none;
}
.reg-step.active{
    display: block;
}
/* Steps */
.step {
    list-style: none;
    margin: 0;
}

.step-element {
    display: flex;
    padding: 1rem 0;
}

.step-number {
    position: relative;
    width: 7rem;
    flex-shrink: 0;
    text-align: center;
}

.step-number .number {
    color: #bfc5ca;
    background-color: #eaeff4;
    font-size: 1.5rem;
}

.step-number .number {
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    border-radius: 10rem;
}

.step-number::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 48px;
    bottom: -2rem;
    margin-left: -1px;
    border-left: 2px dashed #eaeff4;
}

.step .step-element:last-child .step-number::before {
    bottom: 1rem;
}
.step-number .number.active {
    background-color: #86993D!important;
    color: #ffffff !important;
}
#fishing_lizenz_upl_txt, #fishing_zeugnis_upl_txt{
    display: none;
}
.odd-row {
    background: #f5f5f5;
}
#step-7 .row {
    padding-top: 20px;
}
.nav-sub-titel {
    text-align: center;
    width: 100%;
    margin-top: 17px;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.upload-zone {
    transition: background-color 0.5s ease;
    margin-bottom: 22px;
    background: white;
    padding: 20px 20px;
    color: #9e9e9e!important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;
    cursor: pointer;
}
.upload-zone i {
    font-size: 65px;
}
.upload-zone:hover {
    background-color: #eeeeee!important;
}
tr:hover {
    background-color: rgba(245,245,245,0.4);
}
.warning-input {
    border-bottom: 1px solid #f39c12 !important;
    -webkit-box-shadow: 0 1px 0 0 #f39c12!important;
    box-shadow: 0 1px 0 0 #f39c12!important;
}
.blue-text {
    color: #0f4786!important;
}
.switch label input[type=checkbox]:checked+.lever:after {
    background: #0f4786!important;
}

.ribbon {
    position: absolute;
    left: -5px;
    top: -21px;
    z-index: 1;
    overflow: hidden;
    width: 200px;
    height: 246px;
    text-align: right;
}
.ribbon span {
    font-size: 13px;
    /* font-weight: bold; */
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 28px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 230px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#86993D 0%, #86993D 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 56px;
    left: -43px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #86993D;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #86993D;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #86993D;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #86993D;
}
.upload-zone.validate.invalid {
    border: 2px solid #f44336;
    -webkit-box-shadow: 0 1px 0 0 #86993c;
    box-shadow: 0 1px 0 0 #86993c;
}
.upload-zone.validate.valid {
    border: 2px solid #86993c;
    -webkit-box-shadow: 0 1px 0 0 #86993c;
    box-shadow: 0 1px 0 0 #86993c;
}
.empty a:hover {
    background: transparent!important;
}
.text-muted {
    font-weight: bold;
}

@media (max-height: 992px) {
    .side-nav .logo-wrapper {
        height: 150px;
    }
}
.side-nav .logo-wrapper {
    height: 150px;
}
.comment.hidden {
    display: none;
}
.display-none {
    display: none!important;
}
.commentComment img {

}
.commentComment.row.hidden {
display: none;
}
.text-muted a:hover {
    text-decoration: underline!important;
    color: #86993D!important;
}
.time-card {
    cursor: pointer;
}
.time-card:hover {
    background-color: rgba(158,158,158,0.1);
}

.booked {
    background-color: rgba(244,67,54,0.3);
    cursor: not-allowed !important;
}
.booked:hover {
    background-color: rgba(244,67,54,0.3);
}
.booked:after {
    content: "Gebucht";
    position: absolute;
    top: 8px;
    left: 18px;
    font-size: 2rem;
    opacity: 0.4;
    transform: rotate(
            9deg
    );
    color: #fff;
}
.submit-btn {
    display: none;
}
.selected-time-card {
    background-color: rgba(158,158,158,0.3);
}
.selected-time-card:hover {
    background-color: rgba(158,158,158,0.3)!important;
}

.cardWrap {
    text-align: left;
}

.ticket-card {
    background: linear-gradient(to bottom, #86993d 0%, #86993d 26%, #ECEDF1 26%, #ecedef 100%);
    height: 11em;
    float: left;
    position: relative;
    padding: 1em;

}
.ticket-card h1 {
    font-size: 1.1em;
    margin-top: 0;
    text-align: left;
    color: #FFFFFF;

}
.cardLeft {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 60%;
}

.cardRight {
    width: 40%;
    border-left: .18em dashed #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.ticket-card .title {
    margin-top: 20px;
}
.ticket-card .title, .ticket-card .name, .ticket-card .seat, .ticket-card .time {
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 9px;
}
.title h2, .name h2, .seat h2, .time h2 {
    font-size: 0.9em;
    color: #525252;
    margin-bottom: -8px;
    font-weight: bold;
}
.title span, .name span, .seat span, .time span {
    font-size: 0.7em;
    color: #a2aeae;
}
.seat, .ticket-card .time {
    float: left;
}
.ticket-card .time {
    margin-left: 20px;
}

.cardRight:before, .cardRight:after {
    content: "";
    position: absolute;
    display: block;
    width: 0.9em;
    height: 0.9em;
    background: #fff;
    border-radius: 50%;
    left: -0.6em;
}
.cardRight:before {
    top: -0.4em;
}
.cardRight:after {
    bottom: -0.4em;
}
.eye {
    font-size: 3rem;
    margin-top: -30px;
    text-align: center;
    color: #FFFFFF;
}
.boat-number h3 {
    color: #86993d;
    margin: 0.9em 0 0 0;
    font-size: 1.5em;
}
.boat-number span {
    display: block;
    color: #a2aeae;
}
.date1 {
    display: none;
}
.date2 {
    display: none;
}
#payment-overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.75); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    z-index: 9999;
}
#payment-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.card-header.active {
    background-color: #e8f5e9 !important;
}
#submit-button {
    display: none;
}
#submit-sepa {
    display: none;
}

.payment .form-check {
    height: 100px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding: 24px;
}
.payment .form-check.active {
    border-bottom: 1px solid #86993c !important;
}
.payment .form-check .form-check-label img {
    max-height: 50px !important;
}
.form-check-input[type=radio]+label:after, .form-check-input[type=radio]+label:before, label.btn input[type=radio]+label:after, label.btn input[type=radio]+label:before {
    margin-top: 18px;
}
.payment-section {
    display: none;
}
h3.header {
    font-size: 0.67rem;
    color: #909090;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.select-dropdown li img {
    width: 50px;
    height: 50px;
}
.md-form input:not([type]).valid, .md-form input:not([type]):focus.valid, .md-form input[type="text"]:not(.browser-default).valid, .md-form input[type="text"]:not(.browser-default):focus.valid, .md-form input[type="password"]:not(.browser-default).valid, .md-form input[type="password"]:not(.browser-default):focus.valid, .md-form input[type="email"]:not(.browser-default).valid, .md-form input[type="email"]:not(.browser-default):focus.valid, .md-form input[type="url"]:not(.browser-default).valid, .md-form input[type="url"]:not(.browser-default):focus.valid, .md-form input[type="time"]:not(.browser-default).valid, .md-form input[type="time"]:not(.browser-default):focus.valid, .md-form input[type="date"]:not(.browser-default).valid, .md-form input[type="date"]:not(.browser-default):focus.valid, .md-form input[type="datetime"]:not(.browser-default).valid, .md-form input[type="datetime"]:not(.browser-default):focus.valid, .md-form input[type="datetime-local"]:not(.browser-default).valid, .md-form input[type="datetime-local"]:not(.browser-default):focus.valid, .md-form input[type="tel"]:not(.browser-default).valid, .md-form input[type="tel"]:not(.browser-default):focus.valid, .md-form input[type="number"]:not(.browser-default).valid, .md-form input[type="number"]:not(.browser-default):focus.valid, .md-form input[type="search"]:not(.browser-default).valid, .md-form input[type="search"]:not(.browser-default):focus.valid, .md-form input[type="phone"]:not(.browser-default).valid, .md-form input[type="phone"]:not(.browser-default):focus.valid, .md-form input[type="search-md"].valid, .md-form input[type="search-md"]:focus.valid, .md-form textarea.md-textarea.valid, .md-form textarea.md-textarea:focus.valid {
    border-bottom: 1px solid #86993c;
}

#select-options-fishId{
    overflow-x: hidden!important;
}
.fish-batch {
    position: relative;
    top: 17px;
    left: -10px;

}
.green {
    background-color: #86993d!important;
}