

/* contents of /styles/fonts.css */

/* roboto-condensed-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 100;
    src: url('/styles/fonts/roboto-condensed-v27-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-100italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 100;
    src: url('/styles/fonts/roboto-condensed-v27-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 200;
    src: url('/styles/fonts/roboto-condensed-v27-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-200italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 200;
    src: url('/styles/fonts/roboto-condensed-v27-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('/styles/fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: url('/styles/fonts/roboto-condensed-v27-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* contents of /styles/basic.css */

/*############################################################
# Copyright by WebJazz GmbH - swinging solutions
# e-mail: info@webjazz.de*/

/*******************************************/
/* Standard-HTML zur�cksetzen
/*******************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,
blockquote,th,td,menu {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul,menu { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
abbr,acronym { border:0; }
html {font-size: 62.5%;}
strong {font-weight: 400;}
a {text-decoration: none;}
a:active, a:focus {outline: 0;}


/*******************************************/
/* Globale-Tags festlegen
/*******************************************/

*, div {
    box-sizing: border-box;
}

a {
    color: #008ab3;
}
a.button {
    background-color: #FFFFFF;
    color: #07723d;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 15px;
}
p {
    margin-bottom: 0.8em;
}

h1, h2 {
    color: #07723d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    border-bottom: 1px solid #07723d;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-weight: 100;
    line-height: 135%;
}

header address {
    float: left;
    width: 200px;
    margin-top: 100px;
    text-align: right;
    font-weight: 100;
}

header address a {
    display: inline-block;
    background-color: #a6a3a2;
    color: white;
    border-radius: 20px;
    padding: 2px 12px;
    margin-top: 1em;
    font-size: 14px;
}

header a#logo {
    float: right;
    display: block;
    width: 420px;
    height: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("/styles/images/logo.svg");
}

body {
    font-family:'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 135%;
    color: #333333;
    font-weight: 100;
}

header,
main,
footer {
    float: left;
    width: 100%;
}

header {
    margin-top: 30px;
    margin-bottom: 50px;
}

header div.content {
    padding-left: 0;
}

footer {
    background-color: #a6a3a2;
    color: white;
}

footer a {
    color: white;
}

footer div.content {
    background-repeat: no-repeat;
    background-image: url("/styles/images/dots-3.svg");
    background-size: 75px 135px;
    background-position: 100px 0;
    min-height: 135px;
    margin-top: 2em;
    margin-bottom: 1em;
}

footer h3 {
    font-weight: 200;
    color: #07723d;
    font-size: 20px;
    padding-bottom: 0.2em;
}

footer h4 {
    font-weight: 200;
    font-size: 20px;
    padding-bottom: 1em;
}

footer .third {
    width: 28%;
    float: left;
    display: block;
}

section {
    float: left;
    width: 100%;
    margin-bottom: 2em;
}

section.alternate {
    background-color: #07723d;
    color: white;
}

section.alternate h1,
section.alternate h2 {
    color: white;
    border-bottom: 0;
    font-weight: 100;
}

div.content {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding-left: 200px;
}

img.contentimage {
    width: 35%;
    margin-left: 1em;
    margin-bottom: 1em;
}

img.widescreen {
    width: 100%;
}

form div.formgroup {
    float: left;
    margin-bottom: 0.8em;
    width: 48%;
    margin-right: 2%;
}

form div.formgroup label {
    float: left;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #808080;
}

form div.formgroup label.error {
    letter-spacing: 0;
    color: #a00000;
    font-size: 12px;
    text-transform: none;
}

form div.formgroup input,
form div.formgroup textarea {
    float: left;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #cbcbcb;
    color: black;
    font-weight: 200;
    font-family:'Roboto Condensed', sans-serif;
    font-size: 16px;
    padding: 8px;
    margin-bottom: 10px;
}

form div.formgroup textarea {
    height: 150px;
}

form div.formgroup input.error,
form div.formgroup textarea.error {
    /*border: 1px solid #a00000;*/
}

form div.formgroup button {
    display: inline-block;
    background-color: #07723d;
    color: white;
    border-radius: 20px;
    border: 0;
    padding: 6px 20px;
    margin-top: 1em;
    font-family:'Roboto Condensed', sans-serif;
    font-weight: 200;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}

footer div.imprint {
    width: 100%;
    margin-bottom: 2em;
    display: none;
    padding-top: 3em;
    float: left;
}

footer a#imprint {
    float: right;
    cursor: pointer;
    color: black;
    margin-top: -20px;
    font-size: 12px;
}

/* contents of /styles/responsive.css */


@media (max-width: 1024px) {

    div.content {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        padding-left: 200px;
    }
}

@media (max-width: 480px) {

    div.content {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    header address {
        width: 100%;
        margin-top: 20px;
    }

    header a#logo {
        width: 280px;
        height: 120px;
    }

    footer div.content {
        background-image: none;
    }

    footer .third {
        width: 100%;
        float: left;
        display: block;
    }

    form div.formgroup {
        width: 100%;
        margin-right: 0;
    }
}