html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#page-wrapper {
    height: 100%;
    width: 100%;
}

#page {
    position: relative;
    font: 1em "Arial Narrow",Arial,Helvetica,sans-serif;
    height:100%;
}

#page #content {
    position: absolute;
    top: 70px;
    left: 40px;
    right: 35px;
    font-size: 0.9em;
    line-height: 1.35em;
    letter-spacing: 0.1em;
    cursor: -webkit-grab;
}

#page #content h2 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0.25em;
}

#page #content a {
    text-decoration: none;
    color: inherit;
}

#page #image {
    width: 100vw;
    height: auto;
    pointer-events: none;
    /* cursor: -webkit-grab;
    float: left; */
    object-fit: cover;
}
/* #page #image2 {
    width: 50vw;
    height: auto;
    pointer-events: none;
    cursor: -webkit-grab;
    transform: rotate(180deg);
    float: left;
    object-fit: cover;
}
#page #image2::after {
    clear: both;
    float: none;
} */

#newsletter {
    margin-top: 11em;
    padding-bottom: 1em;
    font-size: 0.9em;
    line-height: 1.35em;
    letter-spacing: 0.1em;
    cursor: -webkit-grab;


}

#page .announcement {
    margin-top: 70px;
    font-family: Helvetica;
    line-height: 1.4em;
    font-weight: 900;
}

#page #credit {
    bottom: 50px;
    right: 0px;
    position: fixed;
    width: 25px;
    height: 6px;
    font-size: 0.7em;
    line-height: 1.35em;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#credit span {
    display: block;
    width: 10000px;
}

input[type=submit]{
    margin-top: 15px;
}

input[type=text] {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 3px 5px;
    border-radius: 4px;
}

::-webkit-input-placeholder {
   color: #000;
   opacity: 1;
}

:-moz-placeholder {
   color: #000;
   opacity: 1;
}

::-moz-placeholder {
   color: #000;
   opacity: 1;
}

:-ms-input-placeholder {
   color: #000;
   opacity: 1;
}

@media only screen and (max-device-width: 580px) {
    input[type=text]{
        width: 150px;
    }
    #page #credit {
        font-size: 9px!important;
    }
    body {
        background-repeat: no-repeat;
        background-size: cover;
/*        background-image: url(images/OH_39L_Bergkette_1395_43.jpg);
*/    }
    #page {
        position: static;
    }
    #page #content {
        top: 20px;
        left: 30px;
    }
/*    #page #image {
        display: none;
    }*/
    #page .announcement {
        margin-top: 30px;
    }
    #page #newsletter {
        margin: 30px 0px 30px 0px;
    }
}
@media (orientation: portrait) {
    #page #image, #page #image2 {
        width: auto;
        height: 100%;
        display: none;
    }
    #page {
        margin: 0;
        max-width: 100%;
        max-height: 100%;
        width:100%;
    }
    #page #content {
        position: static;
        padding-top: 70px;
        padding-left: 40px;
        padding-right: 35px;
        height: auto;
        width:calc(100% - 75px);

        overflow: visible;
        background: url('images/IMG_0433.JPG');
        background-size: cover;
        background-position: 0 50%;
        background-repeat: no-repeat;
    }
    input[type=text] {
        max-width: calc( 100% - 15px );
    }
}
.white {
    color: #ffffff;
}
.black {
    color: #000000;
}
.pink {
    color: yellow;
}
.turquoise {
    color: turquoise;
}
