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

img {
    max-width: 100%;
    height: auto;
}

.wrapper {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
}
    .header {
        background-color: #FFFFFF;
        height: 130px;
        width: 100%;
        box-shadow: 0 1px 9px -3px #434343;
    }
        .redline {
            background-image:url(img/top-bg.png);
            width: 100%;
            height: 34px;
            box-shadow: 0 4px 6px -2px rgba(0, 0, 0, .1);
        }
            .logo{
                width:170px;
                height:auto;
                padding-top: 30px;
                padding-left: 20%;
            }



.TITEL {
    width: auto;
    height: auto;
    margin: auto;
    margin-top: 50px;
    margin-left: 20%;
    margin-right: 20%;
}
    .wrapheadline {
        text-align: center;
        margin-bottom: 10px;
        padding-bottom: 20px;
        position: relative;
    }
    .wrapheadline:before {
        width: 100%;
        content: '';
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 0;
        border-top: solid 1.5px #999999;
        transform: translateY(-50%);
    }
    .headlines {
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .headlinestext {
        display: inline-block;
        font-family: RussoOne;
        font-size:calc(7px + 1.1vw);
        line-height: 40px;
        color:#666666;
        background-color: #f2f2f2;
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .headlinestextwo {
        background-color: #f2f2f2;
    }


.container {
    background-color: #FFFFFF;
    height:auto;
    width:auto;
    margin-right: 20%;
    margin-left: 20%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}



p {
font-family:Arial;
line-height:150%;
color:#434343;
}

@font-face {
font-family:"RussoOne";
src:url(fonts/RussoOne-Regular.ttf)
format("truetype");
font-weight:normal;
font-style:normal;
}

@font-face {
font-family:"Roboto";
src:url(fonts/Roboto-Light.ttf)
format("truetype");
font-weight:normal;
font-style:normal;
}

pbottom {
    font-family:Roboto;
    font-size:calc(8px + 0.3vw);
    color:#e0dedf
}

#form {}

#TEXT_box {
padding-left: 30px;
padding-right: 30px;
}

.button {
background-color: #ffffff;
margin-top: 5px;
padding: 10px 20px;
border-radius: 4px;
border: thin solid #d81020;
color: #d81020;
cursor: pointer;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
.button:hover {
background-color: #d81020;
color: #ffffff;
}


.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #666666;
    color: white;
    text-align: center;
}
.footer2{
    background-color: #666666;
    width: 100%;
}
.footer3 {
    background-color: #333333;
    width: 100%;
}