/*-----
 COLORS
-------*/

.bg-brand {
    background-color: #337ab7; !important;
}

/*----
 PAGE
----*/

@font-face {
    font-family: Cemong;
    src: url(../fonts/Cemong.ttf);
}

@font-face {
    font-family: "FFNewberlinRough";
    src: url(../fonts/NewBerlin.ttf);
}

body {
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    color: #3c3c3c;
}


/*-----
 NAVBAR
-------*/

.navbar {
    font-family: "FFNewberlinRough", sans-serif;
    border-color: #2b669a;
    font-size: 20px;
}

.navbar .navbar-brand {
    color: white;
}


/*---------
HEADINGS
---------*/

h1 {
    font-family: 'FFNewberlinRough', cursive;
    font-weight: normal;
    text-align: center;
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 62px;
}

h2 {
    font-size: 24px;
}

.section-inverse h1, .section-inverse h2 {
    color: white;
    border-bottom: 1px solid white;
}

/*-----------------
Fullscreen Carousel
-------------------*/

#fullscreenCarousel .full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#fullscreenCarousel .carousel-caption {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}


.jungscharmoment-title, .jungscharmoment-quote {
    margin: 0 auto;
    background-color: rgba(255,255,255,0.95);
    -webkit-box-shadow: 3px 5px 5px 0 rgba(0,0,0,0.8);
    -moz-box-shadow: 3px 5px 5px 0 rgba(0,0,0,0.8);
    box-shadow: 3px 5px 5px 0 rgba(0,0,0,0.8);
    color: black;
    padding: 5px 10px;
}

.jungscharmoment-title {
    width: calc(90% - 30px);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    font-family: 'Cemong', 'cursive';
    font-size: 36px;
    line-height: 100%;
    margin-top: 100px
}

.jungscharmoment-quote {
    width: calc(80% - 30px);
    font-size: 18px;
    margin-top: 10px;
    line-height: 120%;
}


@media (min-width: 767px){
    .jungscharmoment-title {
        width: calc(60% - 30px);
        font-size: 64px;
        line-height: 68px;
    }

    .jungscharmoment-quote {
        width: calc(50% - 30px);
        font-size: 24px;
    }
}


/*------
SECTIONS
--------*/

section {
    min-height: 100vh;
}

section, footer {
    padding: 100px 0;
}

.section-inverse, .section-inverse a {
    color: #fff;
}

#schnuppertag {
    background-color: #668D3C;
}

#jungscharen {
    background-color: #4E6172;
}

#faq {
    background-color: #D57500;
}

footer {
    background-color: #493829;
}


/*
 ELEMENTS
 */


#map, #map a {
    height: 50vh;
    width: 100%;
    color: #3c3c3c;
}


/*----
 FORMS
------*/

.section-inverse .form-control {
    color: #fff;
    background-color: transparent;
    border: 1px dashed #fff;
}

.section-inverse .form-control:focus {
    background-color: rgba(255,255,255, 0.2);
    border: 1px dashed #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.section-inverse .btn-default {
    background-color: rgba(255,255,255, 0.2);
    border: 1px solid rgba(255,255,255, 0.5);
    color: #fff;
}

.section-inverse .btn-default:hover, .section-inverse .btn-default:focus {
    background-color: #fff;
    border: 1px solid #fff;
    color: #3c3c3c;
}

.section-inverse .form-text {
    color: #fff;
}

.section-inverse .text-muted {
    color: rgba(255,255,255, 0.5) !important;
}

/*----
 UTILS
------*/




