
/* hind-300 - latin */
@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/hind-v16-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/fonts/hind-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/hind-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/hind-v16-latin-300.woff') format('woff'), /* Modern Browsers */
         url('/fonts/hind-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/hind-v16-latin-300.svg#Hind') format('svg'); /* Legacy iOS */
  }


  @font-face {
    font-family: 'Hind';
    src: url('/fonts/Hind-Medium.eot');
    src: local(''),
        url('/fonts/Hind-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Hind-Medium.woff2') format('woff2'),
        url('/fonts/Hind-Medium.woff') format('woff'),
        url('/fonts/Hind-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Hind';
    src: url('/fonts/Hind-Bold.eot');
    src: local(''),
        url('/fonts/Hind-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Hind-Bold.woff2') format('woff2'),
        url('/fonts/Hind-Bold.woff') format('woff'),
        url('/fonts/Hind-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Hind';
    src: url('/fonts/Hind-Light.eot');
    src: local(''),
        url('/fonts/Hind-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Hind-Light.woff2') format('woff2'),
        url('/fonts/Hind-Light.woff') format('woff'),
        url('/fonts/Hind-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Hind';
    src: url('/fonts/Hind-SemiBold.eot');
    src: local(''),
        url('/fonts/Hind-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Hind-SemiBold.woff2') format('woff2'),
        url('/fonts/Hind-SemiBold.woff') format('woff'),
        url('/fonts/Hind-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Hind';
    src: url('/fonts/Hind-Regular.eot');
    src: local(''),
        url('/fonts/Hind-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Hind-Regular.woff2') format('woff2'),
        url('/fonts/Hind-Regular.woff') format('woff'),
        url('/fonts/Hind-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


* {
    box-sizing:border-box;
    margin: 0;
    padding: 0

  }

html, body {
    overflow-x: hidden;
}


body {
    height: 1692px; 
    width: 100vw; 
    position: relative;  
    display: flex; 
    justify-content: center;
}

#index {
    overflow-y: hidden;
}

.mainPart {
    position: absolute;
    border: 0; 
    width: 100%; 
    height: 100%;
}

#burgerMenue {
    width: 35px;
    height: 25px;
    position: absolute;
    left: 37px;
    top: 46px;
    cursor: pointer;
    z-index: 14;
}

.bar {
    width: 100%;
    height: 5px;
    background-color: #F7ABAD;
    display: block;
    border-radius: 5px;
    transition: 0.3s ease;
}

#bar1 {
    transform: translateY(-4px);
}

#bar3 {
    transform: translateY(4px);
}

.change .bar {
    background-color: white;
}

.change #bar1 {
    transform: translateY(4px) rotateZ(45deg);
}

.change #bar2 {
    opacity: 0;
}

.change #bar3 {
    transform: translateY(-6px) rotate(-45deg)
}

nav {
    position: absolute;
    top: 80px;
    left: 37px;
    z-index: 15;
}

nav ul {
    font-family: Hind, 'helvetica neue', helvetica, arial, sans-serif;
    font-size: 53px;
    font-weight: 500;
    transition: 0.3s ease;
    display: none;
}

.change {
    display:block
}

nav ul li {
    list-style: none;
}

nav ul li a {
    text-decoration: none;
    color: white;
    transition: 0.3s ease;

}
nav ul li a:hover {
    font-weight: 700;
}

#menueBackground {
    position: absolute;
    height: 100vh;
    width: 120%;
    background-color: #F7ABAD;
    z-index: 10;
    transform: translateX(-1000px);
    transition: 0.3s ease;
}

.change#menueBackground {
    transform: translateX(-30px)    
}

.logoBG {
    position: absolute;
    left: 219px;
    top: 34px;
    height: 48px;
    border: 0;
}


.homepageAndSign {
    position: absolute;
    z-index: -1;
    top: -220px;
    left: -94px;
    background-image: url(littleGirl.jpg);
    background-repeat:repeat;
    background-clip: text;
    background-size: 861px;
    background-position: -150px;
    -webkit-background-clip: text;
    color: rgba(225, 255, 255, 0.7);
    font-size: 861px;
    line-height: 861px;
    text-align: center;
    text-transform: uppercase;
    font-family: Hind, 'helvetica neue',
                helvetica, arial, sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

h2 {
    position: absolute;
    top: 345px;
    left: 10px;
    color: rgb(56, 89, 126);
    font-size: 53px;
    font-family: Hind, 'helvetica neue',
                helvetica, arial, sans-serif;
    font-weight: 600;
    line-height: 48px;
}

#index h2 {
    position: absolute;
    top: 345px;
    left: 40px;
    color: rgb(56, 89, 126);
    font-size: 53px;
    font-family: Hind, 'helvetica neue',
                helvetica, arial, sans-serif;
    font-weight: 600;
    line-height: 48px;
}

#index h2 {
    position: absolute;
    top: 345px;
    left: 40px;
    color: rgb(56, 89, 126);
    font-size: 53px;
    font-family: Hind, 'helvetica neue',
                helvetica, arial, sans-serif;
    font-weight: 600;
    line-height: 48px;
}

h4 {
    color:gray; 
    text-align: center; 
    font-family: 'Steelfish Rg', 'helvetica neue',helvetica, arial, sans-serif; 
    font-weight: 200;
}

.subtitle {
    font-family: 'Open Sans', 'helvetica neue',helvetica, arial, sans-serif; 
    font-size: 19px;
    line-height: 31px;
    width: 283px;
    color: #606060;
    position:absolute;
    left: 40px;
    top: 589px;
}

.contactHeading {
    position: absolute;
    width: 179px;
    height: 48px;
    left: 164px;
    top: 922px;

    font-family: 'Hind';
    font-style: normal;
    font-weight: 700;
    font-size: 53px;
    line-height: 48px;
    color: #FFFFFF;
}

.emailForm {
    position: absolute;
    top: 1034px;
    left: 65px

}

input {
    width: 278px;
    height: 30px;
    border-radius: 5px;
    padding-left: 10px;
    border: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 31px;
    outline: none;
}

textarea {
    width: 278px;
    border-radius: 5px;
    padding-left: 10px;
    padding-top: 5px;
    border: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 31px;
    resize: none;
    outline: none;
}

.button {
    background-color: #F7ABAD;
    color:white;
    font-family: 'Hind';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 48px;
}

svg {
    position: absolute;
    top: 856px;
    left: -119px;
    z-index: -10;
}

.whiteLogo {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 1553px;
    left:263px
}


@media only screen and (min-width: 768px) {
    /* For desktop: */
    #index {
        overflow-y: hidden;
    }

    .mainPart {
        position: absolute;
        border: 0; 
        width: 80%; 
        height: 100%;
    }
    
    .logoBG {
        position: absolute;
        left: 0px;
        top: 32px;
        height: 48px;
        border: 0;
    }

    #burgerMenue {
       display: none;
    }
    
    #menueBackground {
        display: none;
    }
    
    .homepageAndSign {
        position: absolute;
        z-index: -1;
        top: -100px;
        right: -600px;
        background-image: url(littleGirl.jpg);
        background-repeat:repeat;
        background-clip: text;
        background-size: 861px;
        background-position: -150px;
        -webkit-background-clip: text;
        color: rgba(225, 255, 255, 0.8);
        font-size: 861px;
        line-height: 861px;
        text-align: center;
        text-transform: uppercase;
        font-family: Hind, 'helvetica neue',
                    helvetica, arial, sans-serif;
        font-weight: 700;
        -webkit-font-smoothing: antialiased;

    }
    
    h2 {
        position: absolute;
        top: 200px;
        left: 0px;
        color: rgb(56, 89, 126);
        font-size: 90px;
        font-family: Hind, 'helvetica neue',
                    helvetica, arial, sans-serif;
        font-weight: 600;
        line-height: 80px;
    }

    #index h2 {
        position: absolute;
        top: 345px;
        left: 0px;
        color: rgb(56, 89, 126);
        font-size: 53px;
        font-family: Hind, 'helvetica neue',
                    helvetica, arial, sans-serif;
        font-weight: 600;
        line-height: 48px;
    }
    
    h4 {
        color:gray; 
        text-align: center; 
        font-family: 'Steelfish Rg', 'helvetica neue',helvetica, arial, sans-serif; 
        font-weight: 200;
    }
    
    .subtitle {
        font-family: 'Open Sans', 'helvetica neue',helvetica, arial, sans-serif; 
        font-size: 20px;
        line-height: 31px;
        width: 500px;
        color: #606060;
        position:absolute;
        left: 0px;
        top: 500px;
    }        
     
    #burgerMenue {
        display: none;
    }


    #contactForm {
        display: block;
    }
  }