@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/* `basic HTML
----------------------------------------------------------------------------------------------------*/
html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

body {
    background: #fff url(../img/bg.gif) repeat-x top fixed;
    padding-top: 40px;
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #2B4B79;
}

h1, h2, h3 {
    font-family: georgia, serif;
    font-weight: normal;
    color: #000
}

h1 {
    position: absolute;
    text-indent: -5000px;
}

h2 {
    font-size: 26px;
    margin: 12px 0 26px 0;
    color: #D92200;
}

h3 {
    font-size: 20px;
    margin: 10px 0;
    color: #D92200;
}

h4 {
    font-size: 18px;
    margin: 10px 0;
    padding: 5px 0;
    display: block;
    font-weight: normal;
    border: 1px dotted #0A2E66;
    border-left: none;
    border-right: none;
    color: #004588;
}

img, iframe, objekt {
    border: 1px solid #D92200;
    padding: 2px;
}

a img:hover {
    border: 1px solid #0A2E66;
}

a {
    color: #D92200;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style-type: square;
    margin-left: 18px;
}

/* `frequently modified
----------------------------------------------------------------------------------------------------*/

.small {
    font-size: 11px;
}

.red {
    color: #D92200;
}

.blue {
    color: #05438D;
}

.center {
    text-align: center;
}

.blink {
    text-decoration: blink;
}

.bold {
    font-weight: bold;
}

.noborder {
    border: none;
}

/* `layout
----------------------------------------------------------------------------------------------------*/

.wrap {
    height: 100%;
    background: url(../img/bgbottom.gif) bottom fixed repeat-x;
    padding-bottom: 170px;
}

.container_14 {
    background: url(../img/trans.png) repeat;
    padding: 0 20px;
    border: 1px dotted #0A2E66;
}

.grid_9 p {
    padding-right: 10px;
}

.header {
    margin-bottom: 10px;
    padding-top: 10px;
}

.header img, .header img:hover {
    margin: 0;
    border: none;
}

.logo {
    display: block;
    margin: 0 auto;
}

.topnav {
    font-weight: bold;
    background-color: #fff;
    border: 1px dotted #0A2E66;
    width: 200px;
    margin: 20px 0 30px 0;
}

.topnav ul {
    list-style-type: none;
    margin: 0;
}

.topnav ul li {
    float: left;
}

.topnav ul li:hover {
}

.topnav ul li a {
    float: left;
    color: #2B4B79;
    height: 30px;
    line-height: 28px;
    display: block;
    background-color: #fff;
    padding: 0 10px;
    border-right: 1px dotted #0A2E66;
}

.topnav ul li a:hover {
    background-color: #004588;
    color: #fff;
    text-decoration: none;
}

.newsletter {
}

.newsletter fieldset {
    line-height: 26px;
}

.jub {
    margin: 30px 0 0 22px;
}

.mf:hover {
    border: none;
}

.footer {
    margin-top: 60px;
    height: 30px;
    border-top: 1px dotted #004588;
}

.footnav {
    line-height: 28px;
}

.footnav ul {
    list-style-type: none;
    margin: 0
}

.footnav ul li {
    float: left;
}

.footnav ul li a {
    margin: 0 4px;
    color: #2B4B79
}

.footnav ul li a:hover {
}

/* `contact form
----------------------------------------------------------------------------------------------------*/

label {
    display: block;
    float: left;
    width: 100px;
    margin-top: 7px;
    cursor: pointer;
}

#firma, #name, #adresse, #ort, #email, #tel, #nachricht {
    background-color: #fff;
    margin-top: 1px;
    margin-bottom: 3px;
    width: 370px;
    border: 1px solid #a59991;
    font-size: 16px;
    height: 22px;
}

.err {
    background-color: red !important;
    color: #fff !important;
    border-color: #000 !important;
}

#firma:hover, #name:hover, #adresse:hover, #ort:hover, #email:hover, #tel:hover, #nachricht:hover, #firma:focus, #name:focus, #adresse:focus, #ort:focus, #email:focus, #tel:focus, #nachricht:focus {
    background-color: #E0F1FE !important;
    border: 1px solid #5d493d;
    color: #000 !important;
}

#nachricht {
    height: 140px;
}

.button {
    margin-top: 5px;
    display: block;
}

.confirm {
    margin-top: 100px;
}

.errordiv {
    background-color: red;
    color: white;
    padding: 6px;
    width: 366px;
    font-size: 18px;
    margin-bottom: 16px;
}

.errordiv p {
    line-height: 22px;
}

/*** Responsive ***/

body {
    min-width: 0 !important;
}

h2 {
    line-height: 32px;
}

img {
    width: 100%;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 700px) {
    body {
        min-width: 420px;
    }

    .container_14 {
        width: 420px;
    }

    .grid_14 {
        width: 420px !important;
    }

    .grid_5 {
        width: 100% !important;
        margin-top: 40px;
        margin-left: auto;
    }

    .grid_5 img {
        width: 150px;
        margin-left: 135px !important;

    }

    .grid_9 {
        width: 180px;
    }

    .topnav li:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav li:last-child {
        display: block;
        float: right;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive li {
        float: none ;
        display: block ;
        text-align: left;
    }

    .topnav.responsive li a {
        float: none;
    }

}

@media screen and (max-width: 500px) {
    body {
        min-width: 240px;
    }

    .container_14 {
        width: 240px;
    }

    .grid_14 {
        width: 240px !important;
    }

    .grid_5 {
        width: 100% !important;
        margin-top: 40px;
        margin-left: auto;
    }

    .grid_5 img {
        width: 150px;
        margin-left: 45px !important;

    }

    .grid_9 {
        width: 240px !important;
    }
    input {
        width: 130px !important;
        display: block;
    }
    textarea, iframe {
        width: 230px !important;
    }
    fieldset {
        margin-top: 20px;
    }

}

/*** Formulare ***/

div.grid_5 form tr td:first-child {
    display: none;
}

div.grid_5 form h2 {
    font-size: 14px !important;
}

/*** wwwland Logo ***/

img.wwwland {
    width: 90px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*** Animation ***/
a, i, a:hover, a:focus, * {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}


/*** Footer ***/

