@charset "UTF-8";

@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proximanova-light-webfont.woff') format('woff'),
    url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
    url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*------------------------ */
/* STANDARD HTML TAG RESET */
/*------------------------ */

*, *:before, *:after {
    border: 0px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 0;
}

body {
    margin: 0 auto;
    font-family: 'proxima_novalight', Arial, sans-serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    color: #585657;

}

@media only screen and (max-width:600px) {
    body {
        font-size:14px;
    }
}

.denyScroll {
    overflow:hidden;
}

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

p a {
    color:#de1130
}

.clearfix {
    clear: both;
}

.dynContainer {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 50px;
}

.logo {
    width: 400 px;
    height: auto;
    margin-bottom: 40px;
}

h1 {
    font-size: 3em;
}

hgroup  {
    margin-bottom: 15px;
    display:block;
}

hgroup h1 {
    display:inline
}

h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}

@media only screen and (max-width:600px) {
    h1 {
        font-size:2em;
    }
    h2 {
        font-size:1.2em;
    }
    hgroup h1 {
        display:block;
    }
    .logo {
        width:80%
    }
}

span.red {
    color: #de1130;
}

span.proximabold {
    font-family: 'proxima_novabold';
}

.categoryList {
    list-style: none;
    margin-top: 40px;
}

.categoryList li {
    text-align: center;
}

.categoryList img {
    height: auto;
}

@media only screen and (max-width:800px) {
    .categoryList li {
        width: 100%;
        float: none;
        margin-top:20px;
    }

}

.categoryList img.first {
    width: 36px;
    margin-bottom: 15px;
}

.categoryList img.second {
    width: 42px;
    margin-bottom: 15px;
}

.categoryList img.third{
    width: 36px;
    margin-bottom: 15px;
}

nobr {
    padding:0 10px;
}

a.button {
    display: inline-block;
    padding: 0 50px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #df0062;
    margin: 40px Auto;
    text-align: center;
    font-size: 20px;
    white-space: nowrap;
	border-radius: 10px;
}

@media only screen and (max-width:400px) {
    a.button {
        font-size:14px;
        padding:0 20px;
    }
}

a.impressum {
    position:fixed;
    bottom:10px;
    right:10px;
    font-size:12px;
}

a.datenschutz {
    position:fixed;
    bottom:10px;
    right:80px;
    font-size:12px;
}

.overlay1 {
    display:none;
    position:fixed;
    z-index:99999;
    top:0;
    bottom:0;
    left:0;
    right:0;

    background:rgba(0,0,0,0.5);
}

.overlay1 * {
    box-sizing: border-box;
}

.overlay2 {
    display:none;
    position:fixed;
    z-index:99999;
    top:0;
    bottom:0;
    left:0;
    right:0;

    background:rgba(0,0,0,0.5);
}

.overlay2 * {
    box-sizing: border-box;
}

.popup {
    position:absolute;
    top:10%;
    left:50%;

    height:80%;
    width:600px;
    margin-left:-300px;

    background-color:#fff;
    border:1px solid #ccc;

}

.popup .content {
    position:absolute;
    top:60px;
    bottom:20px;
    /*height:100%;*/
    width:100%;
    padding:0 40px 0 20px;
    overflow: auto;
}

.popup .headline {
    padding:20px;
}

a.closePopup {
    position:absolute;
    top:5px;
    right:5px;

    width:40px;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size:40px;

    /*background-color:#f1f1f1*/
}

@media only screen and (max-width:600px) {

    .popup {
        position:absolute;
        top:0;
        left:0;

        height:100%;
        width:100%;
        margin:0;
    }

}
