html {
    color: #CC9034;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #393B3D;
    text-shadow: none;
}

::selection {
    background: #393B3D;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CC9034;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #393B3D;
    color: #CC9034;
    padding: 0.2em 0;
}


.article-wrapper article {
    padding-bottom: 3px;
    width: 85%;
}

a {
    color: #CC9034;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #f2b235;
    transition: ease all 0.3s;
    cursor: pointer;
}

.liste {
    margin: 0;
}

.liste li {
    list-style-type: none;
    margin-left: -40px;
    text-indent: -18px;
}

.liste li:before {
    content: '– ';
    padding-right: 6px;
}

body {
    background-color: #393B3D;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
}

p.kleiner {
    font-size: 12px;
    line-height: 22px;
}

h1 {
    letter-spacing: 0.4px;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.header-container {

}

.footer-container,
.main aside {

}

.header-container,
.footer-container,
.main aside {

}

.title {
    color: #CC9034;
}

.anaesthesie-logo {
    width: 350px;
    float: right;
    margin: 60px 0;
    position: relative;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 20px 0 20px 27px;
}

.main article h1 {
    font-size: 1em;
    margin-bottom: -1em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

    .anaesthesie-logo {
        width: 350px;
        float: right;
        margin: 60px 0;
        position: relative;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container img {
        float: right;

    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: right;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */


    p.withouthtag {
        margin-top: 0.83em;
    }


    .anaesthesie-logo {
        width: 350px;
        float: right;
        margin: 60px 0;
        position: relative;
    }


}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 100%; /* 1140px - 10% for margins */
        margin: 0 auto;
    }


    .main article {
        float: left;
        width: 27%;
        text-align: left;
        display: inline-block;
    }

    article.wide {
        width: 80%;
    }

    .article-wrapper {
        width: 960px;
        float: right;
    }


    .main {
        padding: 90px 0px;
    }

    /* Logo */

    .anaesthesie-logo {
        float: right;
        width: 405px;
        margin: 100px 0;
    }

    .article2 {
        position: relative;
        left: -35px;
    }

    .article3 {
        width: 20% !important;
        position: relative;
        left: 36px;
    }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #393B3D;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
