body {
    width: 100%;
    height: 100%;
    margin: 0em;
    padding: 0em;
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 0px;
    font-size: 16px;
    color: black;

}

a {
    color: black;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/*HEAD*/
#mainTop {
    width: 100%;
    border-top: 0.375em solid #40A9FF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    background-color: rgba(255, 255, 255, 1);;
    /*-webkit-box-shadow: 0 8px 6px -6px #efefef;
       -moz-box-shadow: 0 8px 6px -6px #efefef;
            box-shadow: 0 8px 6px -6px #efefef;
            */
}

#mainTopWrapper {
    max-width: 1280px;
    width: 100%;
    margin: -0.375em auto 0 auto;
    height: 6.875em;
    overflow: hidden;

}

.navButtonX {
    padding: 0px;
    margin: 0px;
    list-style: none;

}

.navButton {

    padding: 0em 0.475em 0.143em 0.475em;
    float: right;
    position: relative;
    border-top: 0.295em solid #40A9FF;
    font-size: 1.3em;
    line-height: 1.750em;
    font-weight: bold;
    transition: background 0.2s;
}

.navButton:hover {
    border-bottom: 0.375em solid #d0d0d0;
    border-top: 0.295em solid #0176a9;
    background-color: rgba(208, 208, 208, 0.3);
}

.navButtonL {
    float: left;
    background-color: none;
    overflow: hidden;

}

.navButtonR {

    background-color: none;
    overflow: hidden;
    text-align: right;
    vertical-align: center;
}

.navButtonR:hover {
    border-bottom: 0.375em solid white;
    border-top: 0.295em solid #40A9FF;
    background-color: white;
}

#imgID {
    height: 3.305em;
}

.navButtT {

    padding-top: 2.880em;

}

.navButtonL:hover {
    border-bottom: 0.375em solid white;
    border-top: 0.295em solid #40A9FF;
    background-color: white;
}

.navActive {
    border-bottom: 0.375em solid #d0d0d0;
    border-top: 0.295em solid #0176a9;
    background-color: rgba(208, 208, 208, 0.3);
}

#placeTopM {

    height: 4.575em;

}

/*HEAD END*/

.mMenuePoint {

    padding: 18px;
    border-top: 1px solid grey;
}

#mMenueWrapper {
    width: 100%;
    border-bottom: 1px solid grey;
    position: fixed;
    top: 3.55em;
    z-index: 100;
    background: white;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;

}

/*MAIN*/

#backgroundPic {
    position: relative;
    z-index: 20;

    width: 100%;
    left: 0px;
    height: 700px;
    height: 700px;
    background: url(../picture/topBackground.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-position: 00px -150px;

}

@media only screen and (max-device-width: 1100px) {
    #backgroundPic {

        background-position: 00px 0px;
    }
}

@media only screen and (max-device-width: 780px) {
    #backgroundPic {
        background-attachment: scroll;
        background-position: 00px 0px;
    }
}

#bckText {

    right: 000px;
    padding: 20px 20px 20px 0;

    font-weight: bold;
    position: absolute;
    font-size: 1.0em;
    bottom: 30px;
    color: white;
    z-index: 20;
    background-color: rgba(56, 56, 56, 0.6);;
}

#bckTextT {
    text-align: right;
    font-size: 3em;
    margin-left: 20px;

}

/*MAIN END*/
/*MAIN Text*/

#main {
    z-index: 25;
    width: 100%;
    left: 0;
    right: 0;
    background-color: white;
    color: #464646;
}

#mainWrapper {
    z-index: 25;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;

    overflow: hidden;

}

.null {

    width: 100%;
    position: relative;
    float: left;

}

smallH {
    font-weight: 600;
    font-size: 1.2em;
    color: #40a9ff;
}

midH {
    font-weight: 600;
    font-size: 1.6em;
    color: #40a9ff;
}

#partX {
    width: 100%;
}

.Element {
    top: 60px;
    position: relative;
    overflow: hidden;
}

.smallPreview {
    width: calc(25% - 40px);
    margin: 0 20px;
    float: left;
    margin-bottom: 20px;

}

.smallPreviewPic {
    border-bottom: 6px solid #40a9ff;
    padding: 0px;
    margin-bottom: 10px;

    overflow: hidde;
}

.textblock {
    width: calc(100% - 40px);
    margin: 50px 20px;
    float: left;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.3;
}

.halfIT {
    width: calc(50% - 40px);
}

.borderTopX {
    border-top: 6px solid rgb(208, 208, 208);
    padding-top: 20px;
}

/*MAIN Text END*/

/*FOOTER */

#footer {
    z-index: 10;
    background-color: #252525;
    width: 100%;
    min-height: 10px;
    margin-top: 50px;
    color: white;
    font-weight: 600;
    overflow: hidden;
    padding-bottom: 30px;
}

#footerWrapper {
    padding: 30px 20px 0px 20px;
    top: 30px;
    max-width: 1240px;
    width: calc(100% - 40px);
    margin: 0 auto 0 auto;

}

#footL {
    width: 50%;
    float: left;

}

#footR {
    width: 50%;
    float: right;
    text-align: right;
}

#footer a {
    color: #40A9FF;

}

/*FOOTER END */

/*Formular*/

<
style >
.wmfg_layout_1, table, .wmfg_textarea {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
}

.wmfg_layout_1 ul.wmfg_questions {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.wmfg_layout_1 ul.wmfg_questions li.wmfg_q {
    margin: 10px 0;
}

.wmfg_layout_1 label.wmfg_label {
    display: block;
    margin: 0 0 5px 0;
    font-weight: bold;
}

.wmfg_layout_1 table.wmfg_answers {
    width: 100%;
    _width: 97%;
    border-collapse: collapse;
}

.wmfg_layout_1 table.wmfg_answers {
    vertical-align: top;
}

.wmfg_layout_1 table.wmfg_answers td {
    padding: 2px;
    vertical-align: top;
}

.wmfg_layout_1 table.wmfg_answers td.wmfg_a_td {
    width: 25px;
}

.wmfg_layout_1 .wmfg_text {
    border: 1px solid #CCC;
    padding: 4px;
    font-size: 13px;
    color: #000000;
    width: 98.5%;
    font-size: 20px;

    border-color: #e5e5e5;
    background-color: #e5e5e5;
    padding: 5px 5px 5px 5px;

}

.wmfg_layout_1 .wmfg_textarea {
    border: 1px solid #CCC;
    padding: 4px;
    font-size: 13px;
    color: #000000;
    width: 98.5%;
    font-size: 20px;
    border-color: #e5e5e5;
    background-color: #e5e5e5;
    padding: 5px 5px 5px 5px;
}

.wmfg_layout_1 .wmfg_select {
    border: 1px solid #CCCCCC;
    padding: 3px;
    font-size: 13px;
    color: #000000;
    margin: 0;
    width: 100%;
    _width: 97%;
    background-color: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#fff));
    background: -moz-linear-gradient(top, #f8f8f8, #fff);
}

.wmfg_layout_1 .wmfg_btn {
    border: 1px solid #cccccc;
    cursor: pointer;
    font-weight: normal;
    font-size: 13px;
    padding: 6px;
    color: #444;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;

    text-align: left;
    padding: 15px 55px 15px 55px;
    border: 0;
    color: #FFF;
    background-color: #009ee3;
    transition: background-color 0.3s ease 0s;
    font-size: 20px;
    line-height: 24px;

}

.wmfg_layout_1 .wmfg_btn:hover {
    background: black;
    < / style >