/* general css definitions */

.section,
.section .slide {
    background-size: cover;
    background-position-x: center;
}

.section-container {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border-radius: 5px;
    padding: 10px;
    color: white;
}
.section-container a,
.section-container a:hover,
.section-container a:active,
.section-container a:visited {
    color: white;
    text-decoration: underline;
}

.chevron-down {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    height: 33px;
}

.chevron-up {
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    height: 33px;
}

/* slide arrows */
.fp-controlArrow.fp-prev {
    left: 0;
    border: none;
    width: 50px;
    height: 101px;
    background: url('/application/img/chevron_left.png') no-repeat;
    cursor: pointer;
}

.fp-controlArrow.fp-next {
    right: 0;
    border: none;
    width: 50px;
    height: 101px;
    background: url('/application/img/chevron_right.png') no-repeat;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .section h1 {
        font-size: 50px;
    }
    .section#section-firefighter-title h1 {
        font-size: 40px;
    }
    .section h2 {
        font-size: 25px;
    }
    .section p,
    .section label,
    .section button {
        font-size: 16px;
    }
    .section-container {
        max-width: 349px;
    }
    .section-container#section-firefighter-title {
        max-width: 420px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .section h1 {
        font-size: 75px;
    }
    .section#section-firefighter-title h1 {
        font-size: 60px;
    }
    .section h2 {
        font-size: 35px;
    }
    .section p,
    .section label,
    .section button {
        font-size: 20px;
    }
    .section-container {
        max-width: 500px;
    }
    .section-container#section-firefighter-title {
        max-width: 620px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .section h1 {
        font-size: 120px;
    }
    .section#section-firefighter-title h1 {
        font-size: 90px;
    }
    .section h2 {
        font-size: 35px;
    }
    .section p,
    .section label,
    .section button {
        font-size: 22px;
    }
    .section-container {
        max-width: 770px;
    }
    .section-container#section-firefighter-title {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .section h1 {
        font-size: 130px;
    }
    .section#section-firefighter-title h1 {
        font-size: 100px;
    }
    .section h2 {
        font-size: 40px;
    }
    .section p,
    .section label,
    .section button{
        font-size: 25px;
    }
    .section-container {
        max-width: 850px;
    }
    .section-container#section-firefighter-title {
        max-width: 1050px;
    }
}

/**
 * ==============================================================
 * Section START
 * ==============================================================
 */
#section-start {
    background-image: url('/application/img/backgrounds/start.png');
}
#section-start .section-container {
    position: absolute;
    bottom: 33px;
    left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    padding: 20px;
    background-color: rgba(27, 188, 155, 0.9);
    color: white;
}

/**
 * ==============================================================
 * Section PILOT (title)
 * ==============================================================
 */
#section-pilot-title {
    background-image: url('/application/img/backgrounds/pilot1.png');
}
#section-pilot-title .section-container {
    position: absolute;
    top: 50px;
    left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: rgba(47,120,228,0.9);
    color: white;
}

/**
 * ==============================================================
 * Section PILOT (desc)
 * ==============================================================
 */
#section-pilot-desc {
    background-image: url('/application/img/backgrounds/pilot2.png');
}
#section-pilot-desc .section-container {
    position: absolute;
    bottom: 33px;
    left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    background-color: rgba(47,120,228,0.9);
    color: white;
}

/**
 * ==============================================================
 * Section (Slide) PILOT (form)
 * ==============================================================
 */
/*
#slide-pilot-form {
    background-image: url('/application/img/backgrounds/pilot3.png');
}
#slide-pilot-form .section-row {
    position: absolute;
    bottom: 15px;
    width:  50%;
}
#slide-pilot-form .section-container {
    margin: 15px;
    padding: 20px;
    background-color: rgba(47,120,228,0.9);
    color: white;
}
*/


/**
 * ==============================================================
 * Section MODELPILOT (title)
 * ==============================================================
 */
#section-modelpilot-title {
    background-image: url('/application/img/backgrounds/modelpilot1.png');
}
#section-modelpilot-title .section-container {
    position: absolute;
    bottom: 33px;
    right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    background-color: rgba(66,238,255,0.9);
    color: white;
}

/**
 * ==============================================================
 * Section MODELPILOT (desc)
 * ==============================================================
 */
#section-modelpilot-desc {
    background-image: url('/application/img/backgrounds/modelpilot2.png');
}
#section-modelpilot-desc .section-container {
    position: absolute;
    top: 33px;
    left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: rgba(66,238,255,0.9);
    color: white;
}

/**
 * ==============================================================
 * Section DEVELOPER (title)
 * ==============================================================
 */
#section-developer-title {
    background-image: url('/application/img/backgrounds/developer1.png');
}
#section-developer-title .section-container {
    position: absolute;
    bottom: 33px;
    right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    background-color: rgba(92,73,255,0.9);
    color: white;
}

/**
 * ==============================================================
 * Section DEVELOPER (desc)
 * ==============================================================
 */
#section-developer-desc {
    background-image: url('/application/img/backgrounds/developer2.png');
}
#section-developer-desc .section-container {
    position: absolute;
    top: 33px;
    right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    background-color: rgba(92,73,255,0.9);
    color: white;
}

/**
 * ==============================================================
 * Section SCHUETZE (title)
 * ==============================================================
 */
#section-schuetze-title {
    background-image: url('/application/img/backgrounds/schuetze1.png');
}
#section-schuetze-title .section-container {
    position: absolute;
    bottom: 33px;
    right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    background-color: rgba(56,56,56,0.9);
    color: white;
}

/**
 * ==============================================================
 * Section SCHUETZE (desc)
 * ==============================================================
 */
#section-schuetze-desc {
    background-image: url('/application/img/backgrounds/schuetze2.png');
}
#section-schuetze-desc .section-container {
    position: absolute;
    bottom: 33px;
    left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    background-color: rgba(56,56,56,0.9);
    color: white;
}

/**
 * ==============================================================
 * Section FIREFIGHTER (title)
 * ==============================================================
 */
#section-firefighter-title {
    background-image: url('/application/img/backgrounds/firefighter1.png');
}
#section-firefighter-title .section-container {
    position: absolute;
    bottom: 33px;
    left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    background-color: rgba(200,50,50,0.9);
    color: white;
}

/**
 * ==============================================================
 * Section FIREFIGHTER (desc)
 * ==============================================================
 */
#section-firefighter-desc {
    background-image: url('/application/img/backgrounds/firefighter2.png');
}
#section-firefighter-desc .section-container {
    position: absolute;
    bottom: 33px;
    right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    background-color: rgba(200,50,50,0.9);
    color: white;
}

/**
 * ==============================================================
 * Section OFFICER (title)
 * ==============================================================
 */
#section-officer-title {
    background-image: url('/application/img/backgrounds/officer1.png');
}
#section-officer-title .section-container {
    position: absolute;
    bottom: 33px;
    right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    background-color: rgba(15,68,15,0.9);
    color: white;
}

/**
 * ==============================================================
 * Section OFFICER (desc)
 * ==============================================================
 */
#section-officer-desc {
    background-image: url('/application/img/backgrounds/officer2.png');
}
@media screen and (max-width: 767px) {
    #section-officer-desc .section-container {
        position: absolute;
        top: 15px;
        left: 15px;
        max-width: 2000px;
        width: 95% !important;
        margin-right: 15px;
        margin-bottom: 15px;
        background-color: rgba(15,68,15,0.9);
        color: white;
    }
}
@media screen and (min-width: 768px) {
    #section-officer-desc .section-container {
        position: absolute;
        top: 15px;
        left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        background-color: rgba(15,68,15,0.9);
        color: white;
    }
}


/**
 * ==============================================================
 * Section AUTOFREUND (title)
 * ==============================================================
 */
#section-autofreund-title {
    background-image: url('/application/img/backgrounds/autofreund1.png');
}
#section-autofreund-title .section-container {
    position: absolute;
    top: 33px;
    right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    background-color: rgba(183,163,23,0.9);
    color: white;
}

/**
 * ==============================================================
 * Section AUTOFREUND (desc)
 * ==============================================================
 */
#section-autofreund-desc {
    background-image: url('/application/img/backgrounds/autofreund2.png');
}
#section-autofreund-desc .section-container {
    position: absolute;
    top: 33px;
    left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: rgba(183,163,23,0.9);
    color: white;
}

/**
 * ==============================================================
 * Section FLORIAN
 * ==============================================================
 */
body #section-florian,
body.format-landscape #section-florian {
    background-image: url('/application/img/backgrounds/florian.png');
}
body.format-portrait #section-florian {
    background-image: url('/application/img/backgrounds/florian_portrait.png') !important;
}
#section-florian .section-container {
    position: absolute;
    background-color: rgba(6,136,142,0.9);
    color: white;
}
#section-florian .section-container#section-container-florian-title {
    top: 33px;
    left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
#section-florian .section-container#section-container-florian-contact {
    bottom: 33px;
    left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

#section-florian .back-to-top {
    font-size: 18px;
}