html,
body,
header,
.view {
    height: 100% !important;
}

@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
        height: 100vh;
    }
}
p {
    font-weight: 300;
}

.rgba-gradient {
    background: -moz-linear-gradient(51deg, rgba(255, 255, 255, 0.6), rgba(41, 128, 185, 0.6) 100%);
    background: -webkit-linear-gradient(51deg, rgba(255, 255, 255, 0.6), rgba(41, 128, 185, 0.6) 100%);
    background: linear-gradient(to 51deg, rgba(255, 255, 255, 0.6), rgba(41, 128, 185, 0.6) 100%);
}

.card {
    margin-bottom: 30px;
}



.navbar-brand img {
    height: 50px;
}
@media (min-width: 991px) {
    .navbar-brand img {
        height: 75px;
        max-height: 75px;
        transition: max-height 0.15s ease-out;
    }
}
@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: #0F4786 !important;
    }
}

.top-nav-collapse img {
    max-height: 50px !important;
    transition: max-height 0.25s ease-in;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    a.nav-link {
        font-size: 1.1rem;
    }
}

.video-header {
    position: relative;
    background: -moz-linear-gradient(51deg, rgba(255, 255, 255, 0.6), rgba(41, 128, 185, 0.6) 100%);
    background: -webkit-linear-gradient(51deg, rgba(255, 255, 255, 0.6), rgba(41, 128, 185, 0.6) 100%);
    background: linear-gradient(to 51deg, rgba(255, 255, 255, 0.6), rgba(41, 128, 185, 0.6) 100%);
    height: 350px;
    min-height: 350px;
    width: 100%;
    overflow: hidden;
}

.video-header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-header .container {
    position: relative;
    z-index: 2;
}

.video-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(51deg, rgba(255, 255, 255, 0.6), rgba(41, 128, 185, 0.6) 100%);
    background: -webkit-linear-gradient(51deg, rgba(255, 255, 255, 0.6), rgba(41, 128, 185, 0.6) 100%);
    background: linear-gradient(to 51deg, rgba(255, 255, 255, 0.6), rgba(41, 128, 185, 0.6) 100%);
    opacity: 1;
    z-index: 1;
}
@media (max-width: 767px) {
    .video-header {
        min-height: 10px;
        height: 270px;
    }
    .akademie-mobile-img {
        display: none;
    }

}
.page-header {
    height: auto !important;
}

.view.intro{
    background: url("../img/header2.jpg")no-repeat center center;
    background-size: cover;
    min-height: 400px;
}
@media (min-width: 768px) {
    .view {
        overflow: visible;
        margin-top: -56px;
    }
}

.intro:after {
    content: "";
    background: url("../img/shape.png") no-repeat center bottom;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 104px;
    display: block !important;
}
.green-text {
    color: #86993D !important;
}
.dlrg-gradient {
    background: -webkit-linear-gradient(50deg,#ffed00,#ff2129)!important;
    background: -o-linear-gradient(50deg,#ffed00,#ff2129)!important;
    background: linear-gradient(40deg,#ffed00,#ff2129)!important;
}
.diakon-gradient {
    background: -webkit-linear-gradient(50deg,#ffffff,#77b827)!important;
    background: -o-linear-gradient(50deg,#ffffff,#77b827)!important;
    background: linear-gradient(40deg,#ffffff,#77b827)!important;
}
.akdemie-section {
    background-image: url("../img/akademie.jpg");
    background-size: cover;
}
.btn-green {
    background-color: #86993D!important;
    color: #fff;
}
.reg-step {
    display: none;
}
.reg-step.active{
    display: block;
}

.card-header img {
    max-height: 50px;
    margin-right: 17px;
}
.card-header h5 {
    color: #000;
}

#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 */
}
#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 #00c851 !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;
}
.familyMember {
    display: none;
}
/* 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;
}
#res_yearFee_now {
    min-width: 85px;
}
@media (max-width: 550px) {
    .display-4 {
        font-size: 1.5rem;
    }
    .reg-step {
        padding-top: 30px;
    }
    .switch {
        font-size: 13px;
    }
    .file-path-wrapper {
        font-size: 12px;
    }
    h1 {
        font-size: 3.0rem !important;
    }
    .akademie-title {
      font-size: 1.9rem !important;
    }

}
@media(max-width: 767px) {
    .view.jarallax.intro {
        min-height: 600px;
        margin-top: -250px;
    }
    .akdemie-section {
        background-image: url(../img/akademie.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .akademie-jarallax {
        height: 100vh !important;
    }
}
@media (min-width: 550px) {
    .akademie-contact-form {
        min-height: 750px;
    }
    #contact-fishingkids .card-body {
        min-height: 376px;
    }
}
.u18 {
    border-top: solid 39px #aeca14;
    display: none;
}
.fk-header {
    width: 100% !important;
    margin-left: 32px;
    margin-top: -205px;
}
.satzung-info {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
#contact-akademie .testimonial-card .card-up {
    height: 80px !important;
}
#contact-akademie .border-top {
     border-top: solid 15px #86993D !important;
 }
#contact-fishingkids .border-top {
    border-top: solid 15px #86993D !important;
}
.fk_green_sektion{
    background-color: #97c03c;
    min-height: 150px;
}
.container.impressum td {
    width: 50%;
}
