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;
}

p {
    color: #4b4b4b;
}

.alert {
    border: 3px solid transparent;
}

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

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.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;
}

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.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: -120px;
}

.neuigkeiten h3 {
    text-align: center;
}

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;
}

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: url('../img/ferienprogramm.jpg') no-repeat 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;
}

#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%;
    }
    
}