.de@charset "utf-8";
/* CSS Document */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
* {
    list-style:none outside none;
    margin:0;
    padding:0;
}
*, *::before, *::after {
    box-sizing: border-box;
}
html, body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size:13px;
    color: #ffffff;
    text-align:left;
    transition:all 3s;
}

/* Definitionen für Fonts, Links */
h1, h2, h3 {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.8em;
    padding: 0px;
    margin:0 0 5px 0;
    text-align:center;
    text-transform: uppercase;
}
h1 {

}
h2 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
}
h3 {
    font-size: 16px;
    font-style: normal;
    background-color:#cd0613;
    padding: 0 5px 0 5px;
    display:inline;
}
p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0px;
    padding: 0px;

}
strong {
    font-weight: 700;
}

/* Links Normal */
.content a, .content a:hover, .content a:focus {
    color: #fff;
    background-color:#cd0613;
    padding: 0 5px 0 5px;
    font-weight:700;
    transition: all 0.1s ease-in-out;
    text-decoration:none;
}
.content a:hover {
    background-color:#000;
}

/* Logo  */
#logo {
    position: absolute;
    top:0px;
    left:20px;
    background-image: url("img/logo_cewebe.png");
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center center;
    background-color:#fff;
    height:210px;
    width:460px;
    padding: 0px;
    margin: 0px;
    z-index:900;
}

/* Default Layout */
.container.navigation {
    position:relative;
    width:600px;
    margin-top:300px;
    z-index:700;
}
.row {
    text-align:center;
}
.buttons {
    margin-left:auto;
    margin-right:auto;
    display:inline;
}
.btn {
    border-radius:50%;
    background-color:#cd0613;
    height:100px;
    width:100px;
    text-align:center;
    margin:20px;
    padding:38px 5px 5px 5px;
}
.btn:hover {
    background-color:#585957;
    color:#fff;
}

/* Inhalt */
.content {
    background-image: url("img/bg_transparency.png");
    background-repeat: repeat;
    opacity:1;
    padding:25px;
    position:relative;
    top:320px;
    z-index:800;
    min-height:500px;

}
.content .row {
    opacity:1;
    z-index:900;
}
.close {
    color: transparent;
    float: none;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    opacity: 1;
    text-shadow: 0;
}
.close.btn {
    position:absolute;
    top:10px;
    right:10px;
    border-radius:50%;
    background-color:#cd0613;
    height:50px;
    width:50px;
    text-align:center;
    margin:20px;
    padding:17px 3px 3px 3px;
    z-index:905;
}
.close:hover, .close:focus {
    background-color:#000;
    opacity: 1;
}
.hide {
    display:none;
}

@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 990px) {


}
@media screen and (max-width: 840px) {
    .container.navigation {
        margin-top:250px;
    }

}
@media screen and (max-width: 480px) {
    #logo {
        height: 128px;
        width: 280px;
    }
    .container.navigation {
        margin-top:148px;
        width:250px;
    }
    .close.btn {
        top: 0px;
        right: 0px;
    }
    .content .row {
        margin-top:0px;
        margin-bottom:50px;
    }
}