/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Allgemein */

html {
    height: 100%;
    min-height: 100%;
}

body {
    background: #596b7f url(bg.jpg) 0 0 no-repeat fixed;
    font-family: Arial,sans-serif;
    height: auto;
    min-height: 100%;
    position: relative;

}

h1 {
    color: #c9091d;
    font-size: 5em;
    font-weight: bold;
    margin: 0;
/*  text-shadow: #000 -2px 2px 0px; */
}

a {
    text-decoration: none;
}

.content {
    margin: 0 auto 0 auto;
    padding: 20px 0 120px 0;
    width: 1822px;
    overflow: hidden;
}

/* Kopf */

.cards {
    width: 300px;
    margin: 50px 300px 20px 20px;
    float: right;
}

.subline {
    color: #000;
    font-size: 1.2em;
    line-height: 1.8em;
    margin: 20px 20px 20px 0;
/*  text-shadow: #000 -1px 1px 3px;*/
    max-width: 1200px;
}

.subline span {
    color: #c9091d;
    font-weight: bold;
/*  text-shadow: #000 -1px 1px 0px; */
}

    
    .cards_one_column {
    display: none;
    }

/* Heftbox */

.box {
/*  background-color: #fff;
    border: 10px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;*/
    clear: both;
    overflow: hidden;
}

/*.wrapper_image {
    float: left;
    margin: 20px 25px;
    position: relative;
    width: 230px;
}*/

.wrapper_image {
    background-color: #FFFFFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    float: left;
    margin: 20px 40px 20px 0;
    padding: 20px;
    position: relative;
    width: 230px;
}

.last {
    margin-right: 0;
}

.wrapper_image .button {
    background-color: #c9091d;
    border: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 1px 5px #444;
    -moz-box-shadow: 0px 1px 5px #444;
    -webkit-box-shadow: 0px 1px 5px #444;
    -o-box-shadow: 0px 1px 5px #444;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    left: 125px;
    top: 250px;
    text-align: center;
    width: 105px;
}

.wrapper_image:hover .button {
    background: #fff;
    text-decoration: underline;
    color: #c9091d;
}

.wrapper_image p {
    line-height: 1.4em;
    margin: 15px 0 0 0;
    font-weight: bold;
    text-shadow: #f5f5f5 1px 1px 0;
}

.wrapper_image p strong {
    font-size: 1.4em;
}

.wrapper_image p span {
    color: #E11E26; 

}

.cent {
    margin-right: 0px;
}
    
/* Footer */

.footer {
    width: 98%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 1%;
    background-color: #c9091d;
    border-top: 10px solid #ffffff;
    box-shadow: 0px -1px 10px #444;
    font-size: 0.6em;
    line-height: 1.8em;
    color: #fff;
}

.footer_wrapper {
    margin: 0 auto;
    width: 1822px;
    position: relative;
}

.footer_wrapper a {
    text-decoration: underline;
    color: #f9b824;
}

.footer_wrapper .legal {
    width: 1510px;
}

.footer_wrapper .goodie {
    width: 310px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.footer_wrapper span {
    background-color: #ffffff;
    color: #c9091d;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 30px 0 0 0;
    height: 106px;
    width: 136px;
    -webkit-border-radius: 136px;
    -moz-border-radius: 136px;
    border-radius: 136px;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 17px;
    right: 90px;    
}

.footer_wrapper span b {
    text-transform: uppercase;
    margin: 0 0 10px 0;
    display: block;
}

.footer_wrapper span strong {
    font-size: 1.5em;
    display: block;

}

.footer_wrapper span i {
    font-size: 0.7em;
    font-weight: normal;
    display: block;
    padding-top: 3px;
}



/* Mediaquery */

@media (min-width: 1700px) {
    h1 {
        float: left;
        width: 1200px;
        margin-bottom: 20px;
    }
}

@media (min-width: 2130px) {
    .secrow {
        margin-left: 620px 
    }
}


/* 3-spaltig */

@media (min-width: 1000px) and (max-width: 2130px) {
    h1 {
        font-size: 3em;
    }
    
    .cards {
        width: 200px;
        margin: -15px 0 5px 0;
    }

    .subline {
        line-height: 1.5em;
        margin: 10px 20px 10px 0;
    }

    .content {
        width: 960px;
        /*padding: 10px 0 120px;*/
    }

    .wrapper_image {
        width: 200px;
        padding: 12px;
        margin: 8px 16px 8px 0;
    }

    .wrapper_image img {
        width: 180px;
        margin: 0 0 0 10px;
    }

    .wrapper_image .button {
        top: 195px;
        left: 88px;
    }
    
    .wrapper_image p {
        font-size: 0.9em;
    }
        
    .wrapper_image p strong {
        font-size: 1.3em;
    }

    .wrapper_image.last {
        margin-bottom: 80px;
    }
    
    .footer_wrapper {
        width: 960px;
    }

    .footer_wrapper .legal {
        width: 710px;
    }

    .footer_wrapper .goodie {
        width: 244px;
    }

    .footer_wrapper .goodie span {
        right: 24px;
    }
}


/* 2-spaltig */

@media (max-width: 1000px) {
    
    .content {
        width: 600px;
    }

    .cards {
        margin: 20px 0 20px 20px;
    }

    .wrapper_image {
        margin: 20px 30px 10px 0;
    }

    .subline {
        width: auto;
        float: none;
    }

    .footer {
        position: static;
    }

    .footer_wrapper {
        width: 100%;
    }

    .footer_wrapper .goodie {
        margin: 0 auto;
        position: relative;
    }

    .footer_wrapper .legal {
        width: 100%;
        text-align: center;
    }

    .footer_wrapper .goodie {
        margin: -70px auto 20px auto;
        width: 244px;
    }

    .footer_wrapper .goodie span {
        right: 24px;
    }
}

/* 1-spaltig */

@media (max-width: 620px) {


    .content {
        width: 300px;
    }

    h1 {
        margin-bottom: 20px;
        font-size: 3.5em;
    }

/*  .wrapper_image {
        margin: 20px 30px;
    }*/

    .cards {
        display: none;
    }

    .footer {
        position: static;
    }
        .cent {
    left: 0%;
    }
    
    .cards_one_column {
        display: block;
        width: 270px;
        margin-top: -40px;
    }
}

