@import url(https://fonts.googleapis.com/css?family=Muli);
h1 {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
}
h2 {
    font-family: 'Poppins', sans-serif;
}
h3 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
#line {
    color: black;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #38e6ff;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
#myBtn:hover {
    background-color: #555;
}
main {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.changeColor {
    background-image: url("../images/1.jpg");
}
section {
    padding: 3em 1em 1em;
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    padding-top: 0px;
}
.headline {
    font-size: 60px;
    margin-bottom: 5px;
}
.menu {
    font-family: 'Muli', Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 1em;
    margin: 15px 40px;
    text-transform: uppercase;
    padding-left: 0px;
}
.menu li {
    display: inline-block;
    list-style: outside none none;
    margin: 0.5em 0.6em;
    padding: 6px 7.5px;
    position: relative;
}
.menu li a {
    color: black;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}
.menu li:before, .menu li:after {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    height: 2px;
    width: 35%;
    background-color: #539dbc;
    position: absolute;
    content: '';
    opacity: 0;
}
.menu li:before {
    top: 0;
    left: 0;
}
.menu li:after {
    bottom: 0;
    right: 0;
}
.menu li:hover:before, .menu li.hover:before, .menu li:hover:after, .menu li.hover:after {
    opacity: 1;
}
.menu li:hover:before, .menu li.hover:before {
    left: 65%;
}
.menu li:hover:after, .menu li.hover:after {
    right: 65%;
}
.frontpage {
    height: 100vh;
    overflow: hidden;
}
.frontpage_filler {
    width: 60%;
    height: 100%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/Neuseland.jpg");
    background-size: cover;

}
/*      ABOUT       */

#about {
    overflow: hidden;
}
.about {
    width: 60%;
    margin: auto;
    text-align: left;
    vertical-align: top;
}
.about_image {
    float: left;
    margin-right: 10px;
}
.about_text {
    margin: 10px;
    font-size: 20px;
    padding-top: 20px;
}
#about_section {
    height: fit-content;
    overflow: hidden;
}
* {
    box-sizing: border-box;
}
/* The actual timeline (the vertical ruler) */

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
/* The actual timeline (the vertical ruler) */

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #008d90;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}
/* Container around content */

.container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}
/* The circles on the timeline */

.container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #539dbc;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}
/* Place the container to the left */

.left {
    left: 0;
}
/* Place the container to the right */

.right {
    left: 50%;
}
/* Add arrows to the left container (pointing right) */

.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #b4d9d1;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #b4d9d1;
}
/* Add arrows to the right container (pointing left) */

.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #b4d9d1;
    border-width: 10px 10px 10px 0;
    border-color: transparent #b4d9d1 transparent transparent;
}
/* Fix the circle for containers on the right side */

.right::after {
    left: -16px;
}
/* The actual content */

.content {
    padding: 20px 30px;
    background-color: #b4d9d1;
    position: relative;
    border-radius: 6px;
}
/* Media queries - Responsive timeline on screens less than 600px wide */

@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }
    /* Full-width containers */
    .container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    /* Make sure that all arrows are pointing leftwards */
    .container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }
    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
        left: 15px;
    }
    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}


.movingImg{
    position: absolute;
    z-index: -1;
}

.movingImgClass{
    height: 50vh;
    display: block;
    margin-left: -100vw;
    position: absolute;
    transition: all 0.2s ease-out;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#img2{
    margin-left: -160vw;
}

#img3{
    margin-left: -220vw;
}

#img4{
    margin-left: -280vw;
}

#img5{
    margin-left: -340vw;
}

#img6{
    margin-left: -400vw;
}

#img7{
    margin-left: -470vw;
}

#img8{
    margin-left: -540vw;
}


/*      BOOKS       */

#books {
    height: fit-content;
    width: 60%;
    margin: auto;
}
.sub_header {
    margin: 0px;
}


.text {
    text-align: left;
    width: 80%;
    margin: auto;
    padding: 10px;
    text-align: justify;
}
.book_right {
    text-align: right;
}

.pic_and_quote{
    width: 60%;
    height: fit-content;
    margin: auto;
    border-radius: 50px 0px 50px 0px;
    -moz-border-radius: 50px 0px 50px 0px;
    -webkit-border-radius: 50px 0px 50px 0px;
    border: 0px solid #000000;
    -webkit-box-shadow: 7px 7px 15px 2px rgba(0,0,0,0.53);
    -moz-box-shadow: 7px 7px 15px 2px rgba(0,0,0,0.53);
    box-shadow: 7px 7px 15px 2px rgba(0,0,0,0.53);
    overflow: auto;
}

.quote{
    width: 65%;
    float: left;
    font-size: 1.15vw;
    text-align: justify;
}

.quote_text{
    font-style: italic;
}

.quote_text2{
    font-style: italic;
    font-size: 0.95vw;
}

.picture{
    width: 35%;
    float: left;
}

/*      MOVIE     */

#movie_section {
    padding-top: 5%;
    height: fit-content;
    min-height: 100vh;
}
.mov_headline {
    margin-bottom: 2px;
}
.video_player {
    padding-top: 3%;
    width: 100%;
    height: 60vh;
    min-height: 500px;
    margin: auto;
}

/* SERVICE */

#service_section {
    padding-top: 5%;
    height: fit-content;
    min-height: 100vh;
}
.left_pics {
    float: left;
}
.c1 {
    width: 40%;
    float: left;
}
.c2 {
    width: 55%;
    float: left;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    margin-left: 10px;
}

.image_overlay {
    position: relative;
    width: 20vw;
    padding: 10px;
    float: right;
    text-decoration: none;
}

#service_head{
    text-align: left;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 50px 0px 50px 0px;
    -moz-border-radius: 50px 0px 50px 0px;
    -webkit-border-radius: 50px 0px 50px 0px;
    border: 0px solid #000000;
    -webkit-box-shadow: 7px 7px 15px 2px rgba(0,0,0,0.53);
    -moz-box-shadow: 7px 7px 15px 2px rgba(0,0,0,0.53);
    box-shadow: 7px 7px 15px 2px rgba(0,0,0,0.53);
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.image_overlay:hover .image {
    opacity: 0.3;
}

.image_overlay:hover .middle {
    opacity: 1;
}

.image_text {
    color: #000000;
    font-size: 16px;
}

/*      CONTACT     */

#contact_section {
    padding-top: 5%;
    height: fit-content;
    min-height: 100vh;
}
.wrapper {
    width: 60%;
    margin: auto;
}
input[type=email], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical
}
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #45a049;
}
.contact_container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
/*     FOOTER       */

.service {
    width: 60%;
    margin: auto;
}
.service_text {
    width: 40%;
}
/*      OTHER       */

.impressum {
    background-color: gray;
    color: white;
    width: 20%;
    text-align: left;
    padding-left: 20px;
    padding-top: 1px;
    margin: auto;
}
body {
    background-color: white;
    padding: 15px 0 0 0;
    text-align: center;
    margin: 0;
    width: 100%;
}