﻿@font-face {
    font-family: 'Chivo-regular';
    src: url('fonts/chivo.regular.otf') format('opentype');
    src: url('fonts/chivo.regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Chivo-black';
    src: url('fonts/chivo.black.otf') format('opentype');
    src: url('fonts/chivo.black.ttf') format('truetype');
}

body {
    font-family: Chivo-regular;
    background-color: #fdfce6;
}

h1 {
   font-family: Chivo-black;
}

.container {
    width: 100%;
    max-width: 100%;
}

/* navbar */
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px;
    position: fixed;
    width: 100%;
    border-radius: 0px;
    z-index: 10007;
}

.content-block-one {
    padding: 30px;
    margin-bottom: 0px;
    }

    .content-block-one h1,
    .content-block-one .h1 {
        color: inherit;
    }

    .content-block-one p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .content-block-one > hr {
        border-top-color: #d5d5d5;
    }

.container .content-block-one {
}

.content-block-one .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .content-block-one {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .content-block-one {
        padding-right: 0px;
        padding-left: 0px;
    }

    .content-block-one h1,
    .content-block-one .h1 {
        font-size: 63px;
    }
}

.content-space {
    padding: 0px;
    margin-bottom: 0px;
    color: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .content-space h1 {
        font-size: 55px;
    }

.parent {
    width: 100%;
    margin-right: -30px;
}

.parent2 {
    position: relative;
}



.front {
    position: absolute;
}

.front2 {
    margin-left: 0px;
    position: absolute;
    bottom: 0px;
}

.content-space-one {
    background: url(/Content/images/share-page/maps.jpg) no-repeat center center fixed;
    color: #002f47;
    /*position: relative;*/
    top: -60px;
    margin-right: -30px;
}

.content-space-two {
    background: url(/Content/images/share-page/familien.jpg) no-repeat center center fixed;
    
}


.page-break {
    width: 50%;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
}

.header-content {
    padding: 0px;
}

.header-content-picture {
    width: 100%;
}

.header-content-picture-mobile {
    display: none;
    visibility: hidden;
}

.app-store-links-wrapper {
    float: right;
    width: 100%;
    min-height: 0px;
}

.app-store-links {
    position: absolute;
    text-align: center;
    bottom: 68px;
    width: 100%;
    left: 0px;
}
.app-store-language {
    position: absolute;
    text-align: center;
    top: 10px;
    right: 30px;
}
.app-store-language a img {
    width:50px;
    margin:5px;
}

.app-description {
    margin-bottom: 5px;
}



.content-block-image {
    max-width: 100%;
}

.content-block-blue {
    background-color: #004264;
    color: #fdfce6;
}

.content-block-white {
    background-color: #f37777;
    color: #002f47;
}

.app-description img {
    width: 100%;
    max-width: none;
    margin-top: 10px;
}

.test {
    display: flex;
    flex-direction: row;
    justify-content: center;    
}
    .test div {
        display:flex;
        justify-content: center;
}

.app-store-link img {
    width: 47%;
    padding-left: 1%;
    padding-right: 1%;
    max-width: 250px;
}

.content-space-two-fixed-image {
  background-image:url(/Content/images/share-page/familien.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  display:none;
  visibility:hidden;
}


.parallax-header-white {
    color: #FDFCE6;
}



@media(min-width:992px) {
    .content-block-one h1 {
        text-align: left;
    }

    .content-block-white h1 {
        text-align: right;
    }

    .content-block-one p {
        text-align: left;
    }

    .content-block-white p {
        text-align: right;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .content-block-one h1 {
        font-size: 50px;
    }
}

@media(max-width:767px) {
    body {
        width: 100%;
    }

    h1 {
        font-size: 30px;
    }
   
    .parent {
        width: 100%;
        margin-left: 0;
    }


    .app-description {
        display: block;
        visibility: visible;
        width: 80%;
        margin-bottom: 5px;
        margin-right: 8px;
        margin-left: 8px;
        float: right;
    }

    .header-content-picture {
        display: none;
        visibility: hidden;
    }

    .header-content-picture-mobile {
        display: block;
        visibility: visible;
    }

    .content-space-one {
        margin-right: -15px;
    }


    .content-block-image {
        max-height: 400px;
    }
    .content-block-one {
        padding-left:20px;
        padding-right:20px;
    }
    .header-content {
        padding-left:0px;
        padding-right:0px;
    }

}

@media(min-width:768px) {
    .app-store-links-wrapper {
        width: 50%;
    }

    .app-description {
        width: 100%;
    }
}
