body {
    /* font-family: 'Amatic SC', cursive; */
    position: relative;
    font-family: "transat", "Transat",  sans-serif;
    overflow-x: hidden;
}

p,a,input,textarea {
    font-family: "transat", "Transat",  sans-serif;
}

/* ---------- General Styling ---------- */

.color-primary {
    color: #b965c9 !important;
}

.color-secondary {
    color: #f79d00 !important;
}

.color-tertiary {
    color: #a5a5a5 !important;
}

.bold-underline {
    padding-bottom: 2px;
    text-decoration: none !important;
    border-bottom: 2px solid currentcolor;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

h4 {
    color: #4a4a4a;
    margin-top: -10px;
    font-weight: 400;
    font-size: 20px;
}

h1 {
    margin-bottom: 1.5rem;
}

h5 {
    font-size: 24px;
}

.sub h5 {
    margin-top: 30px;
}

h6 {
    font-size: 20px;
    margin-top: 15px;
}

p {
    color: #4b4b4b;
}

.alert {
    border: 3px solid transparent;
}

.btn {
    font-weight: 500;
    padding: 0;
    border: none !important;
    color: #fff;
    margin-bottom: 6px;
}

.btn-small {
    background-size: 100% !important;
    height: 36px !important;
    width: 150px !important;
    font-size: 18px !important;
    line-height: 37px !important;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-dark-blue,
.btn-primary {
    background: url('../img/btn_big.png') no-repeat center;
    background-size: 100%;
    box-shadow: none;
    width: 224px;
    height: 54px;
    line-height: 55px;
    color: white;
    font-size: 20px;
}

.btn-dark-blue {
    color: white !important;
}

a.navbar-brand {
    margin-top: 7px;
}

a.navbar-brand img {
    width: 219px;
    height: auto;
}

div.start {
    background: url('../img/home_bg.png') no-repeat top right;
    background-size: cover;
    height: 100vh;
    position: fixed;
    width: 100%;
}

nav.navbar {
    background: white;
}

nav.navbar::after {
    content: '';
    width: 100%;
    background: url('../img/navi_verlauf.png') repeat-y;
    background-size: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding-right: .85rem;
    padding-left: .85rem;
}

main {
    overflow-x: hidden;
}

main > .container > .row {
    background-color: #fff;
    /* margin-top: 80px; */
    padding-top: 100px;
    padding-bottom: 31px;
    /* position: relative; */
    /* z-index: 10; */
}

div.content {
    margin-top: calc(100vh + 200px);
    background: #fdfbfa;
    min-height: 1000px;
    position: relative;
    z-index: 10;
}

div.content.sub {
    margin-top: 0;
    padding-top: 120px;
}

div.willkommen {
    margin-top: calc(75vh - 170px);
    position: relative;
    z-index: 20;
}

div.willkommen h1 {
    color: white;
    font-size: 54px;
    line-height: 64px;
}

.neuigkeiten {
    margin-top: -180px;
    padding-top: 60px;
    padding-bottom: 70px;
}

.neuigkeiten h3 {
    text-align: center;
    margin-bottom: 50px;
}

div.news p.date {
    font-size: 14px;
    color: gray;
}

div.news .image {
    overflow: hidden;
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
    position: relative;
}

div.news .image img {
    width: 100%;
}

div.news.facebook .image::after {
   content: "\f39e";
    width: 28px;
    height: 28px;
    background: #3b5998;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: 'Font Awesome 5 Brands';
    font-size: 16px;
    text-align: center;
    line-height: 28px;
}

div.news h4 a,
div.news h4 {
    color: black;
    text-decoration: none;
}

div.news h4 {
    margin-bottom: 15px;
}

div.newsfeed {
    min-height: 300px;
}

div.newsfeed div.loading {
    text-align: center;
    font-size: 16px;
    width: 100%;
    padding-top: 100px;
}

div.oeffnungszeiten {
    background: white;
    height: 200px;
    width: 100%;
    top: -200px;
    position: relative;
    padding: 40px 50px;
}

div.oeffnungszeiten p {
    font-size: 18px;
    line-height: 30px;
}

.hero .padding-left {
    padding-left: 60px;
}

.hero .padding-right {
    padding-right: 60px;
}

.hero img {
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    max-width: 100%;
}

div.img {
    position: relative;
    margin-bottom: 30px;
}

div.img .caption {
    position: absolute;
    right: 0;
    top:0;
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    padding: 10px 15px;
    max-width: 200px;
}

div.img.third {
    margin-top: 110px;
}

div.img.second {
    margin-top: 80px;
}

.ueber-uns,
.kinderbetreuung,
.hausfuehrung{
    padding-top: 80px;
}

.ueber-uns {
    padding-bottom: 30px;
}

.hausfuehrung {
    padding-bottom: 80px;
}

div.start-slideshow {
    position: relative;
}

.start-gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 393px;
    background: url('../img/gallery_overlay.png') repeat-x;
}

.start-gallery-overlay a {
    font-size: 20px;
    color: white;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 35px;
    text-decoration: none !important;
}

.start-gallery-overlay a i {
    font-size: 50px;
}

.start-gallery-overlay a span.text {
    position: relative;
    top: -11px;
    padding-left: 15px;
    font-weight: 500;
}

.ueber-uns h3 {
    padding-top: 40px;
}

.ferienprogramm {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 70px 0;
    margin-top: 120px;
}

.ferienprogramm .col-md-6 {
    background: rgba(255,255,255,0.9);
    padding: 50px 60px 40px 60px;
}

#copy p.copyright {
    display: inline-block;
}

#copy ul {
    display: inline-block;
    padding-left: 20px;
}

#copy ul a {
    border: none;
    width: auto;
    line-height: 22px;
    text-align: left;
    display: inline-block;
    margin: 0 10px;
    text-decoration: none !important;
}

#copy ul li {
    display: inline-block;
}

@media (max-width: 767px) {
    
    #copy ul {
        padding-left: 0;
        display: block;
    }
    
    #copy ul li {
        display: block;
    }
    
    #copy ul a {
        display: block;
        margin: 10px 0;
        width: 100%;
    }
    
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 30px 40px 10px 40px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.white-popup.large {
    max-width: 800px;
}

.white-popup p.teaser {
    font-size: 18px;
    font-weight: 500;
}

div.haus-gallery {
    display: none;
}

.start-mobile {
    display: none;
}

@media(max-width: 767px) {
    
    .neuigkeiten {
        padding-bottom: 0;
        margin-bottom: 0;
        padding-top: 30px;
        margin-top: 5px;
    }
    
    .newsfeed .news {
        margin-bottom: 50px;
    }
    
    div.news .image {
        margin-bottom: 15px;
    }
    
    .ferienprogramm {
        padding: 0;
        margin-top: 30px;
    }
    
    .hausfuehrung {
        padding-bottom: 0;
        padding-top: 40px;
    }
    
    .hausfuehrung .padding-left {
        display: none;
    }
    
    .kinderbetreuung .padding-right {
        display: none;
    }
    
    .hero .padding-right,
    .hero .padding-left {
        padding: 0 15px;
    }
    
    .ferienprogramm .col-md-6 {
        padding: 30px 15px 15px 15px;
    }
    
    .ueber-uns {
        padding-top: 0;
    }
    
    .ueber-uns .img.first {
        margin-top: 55px;
    }
    
    div.img.third {
        margin-top: 30px;
    }
    
    div.oeffnungszeiten {
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        top: 0;
        padding-top: 25px;
    }
    
    div.willkommen h1 {
        font-size: 28px;
        line-height: 42px;
    }
    
    #copy p.float-right {
        display: none;
    }
    
    .navbar-light .navbar-toggler {
        border: none;
        padding-left: 0;
        padding-right: 0;
        outline: none !important;
    }
    
    button.navbar-toggler {
        margin-top: -3px;
    }
    
    .navbar-collapse {
        padding-top: 20px;
    }
    
    .navbar-light .navbar-nav .nav-link {
        padding-left: 0;
    }
    
    div.content {
        margin-top: 0;
    }
    
    div.start {
        display: none;
    }
    
    .start-mobile {
        display: block;
        padding-top: 50px;
    }
    
    .start-mobile img {
        width: 100%;
    }

}