html {
    width: auto;
}

body {
    margin: 0;
    font-family: 'robotomedium';
    background-color: #A00797;
}

header {
    border-bottom: 3px solid white;
    position: fixed;
    width: 100%;
    z-index: 20;
}

section#wrapper {
    padding-top: 57px;
}

body.home section#wrapper {
    background-color: #A00797;
}

ul.nameList {
    list-style-type: none;
    padding: 0;
}

#wrapper a {
    text-decoration: none;
}

#header nav {
    position: absolute;
    z-index: 10;
    top: 12px;
    width: 100%;
}

#header nav ul.navigation {
    list-style: none;
    margin: 0;
    text-align: center;
}

#header nav ul.navigation li.lang {
    display: none;
}

#header nav ul.navigation li#lnkInfo {
    display: none;
}

#header nav ul.navigation li#btnInfo {
    display: block;
    float: right;
    background-position: -1574px 2px;
    background-image: url(images/icons-36-white.png);
    background-repeat: no-repeat;
    border-radius: 22px;
    margin-right: 15px;
    width: 40px;
    border: 2px solid #eee;
}

#header nav ul.navigation li#btnInfo.close {
    background-position: -142px 2px;
}

#header nav ul.navigation li a {
    display: inline-block;
    text-decoration: none;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
}

#header nav a {
    color: #ffffff;
}

#header nav ul.navigation li,
#header nav ul.social li {
    display: inline
}

a.logo {
    background: url(./images/namengottes-logo.png);
    background-size: 46px 46px;
    text-indent: -9999px;
    display: block;
    float: left;
    width: 46px;
    height: 46px;
    margin-left: 17px;
    margin-top: 7px;
}

ul.nameList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.social {
    display: none;
}

#header .top {
    height: 65px;
    background: #A00797;
}

hgroup {
    position: absolute;
    width: 100%;
    top: 6px;
    display: none;
}

h2 {
    margin: 0;
    padding-top: 10px;
}

h2 a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

aside.sidebar {
    display: none;
}

.main-col {
    display: inline-block;
    padding: 15px;
    margin-bottom: 20px;
    color: rgb(52, 73, 94);
}

.main-col a {
    color: #a00797;
}

.main-col em {
    font-style: normal;
}

/* Modal Styles */
.modal {
    position: fixed;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #efefef;
    overflow: scroll;
    width: 100%;
    height: 0;
    transition: .5s ease;
    z-index: 10;
}

.modal-content {
    padding: 20px;
    border-radius: 8px;
    min-width: 300px;
    position: relative;
    margin-top: 80px;
}

.modal-content a {
    text-decoration: none;
    color: #a00797;
}

.modal.show {
    bottom: 0;
    height: 100%;
}

.modal ul.lang {
    margin-top: 5px;
    display: block;
    padding: 0;
    list-style-type: none;
}

.modal ul.lang li {
    display: flex;
    margin: 0 -20px 4px;
    align-items: center;
    background: rgb(217 217 217);
    opacity: 0.6;
}

.modal ul.lang li a {
    width: 100%;
    color: #000;
    text-decoration: none;
    padding: 1.2rem 1.4rem;
}

.modal ul.lang li a span {
    color: #4e4e4e;
    text-decoration: none;
}

.modal ul.lang li a:hover {
    color: #a00797;
    text-decoration: none;
}

.modal ul.de_active li.de,
.modal ul.en_active li.en {
    opacity: 1;
}

.modal ul.de_active li.de::after,
.modal ul.en_active li.en::after {
    content: " ";
    width: 80px;
    height: 36px;
    background: #a00797;
    mask-image: url(images/icons-36-white.png);
    mask-position: -506px;
}

.modal ul.social {
    margin-top: 5px;
    display: block;
    padding: 0;
}

.modal ul.social li {
    display: inline-block;
}

.modal ul.social li a {
    color: rgba(0, 0, 0, 0);
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 6px;
}

.modal ul.social li a.twitter {
    background: url(../images/social/x.png);
    background-size: 22px 22px;
}

.modal ul.social li a.email {
    background: url(../images/social/email.png);
    background-size: 26px 26px;
}

.modal ul.social li a.facebook {
    background: url(../images/social/facebook.png);
    background-size: 22px 22px;
    margin-left: 0px;
}

.modal ul.social li a.insta {
    background: url(../images/social/insta.png);
    background-size: 22px 22px;
}

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

    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 {
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        margin: 0;
        padding: 0
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block
    }

    ol,
    ul {
        list-style: none
    }

    blockquote,
    q {
        quotes: none
    }

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: none
    }

    table {
        border-collapse: collapse;
        border-spacing: 0
    }

    body {
        line-height: 1;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        width: 100%;
        height: 100%;
        color: #000;
        font-size: 14px;
    }

    .clear {
        clear: both;
    }

    a.logo {
        background: url(./images/namengottes-logo.png);
        background-size: 34px 34px;
        text-indent: -9999px;
        display: block;
        float: left;
        width: 34px;
        height: 34px;
        margin-left: 16px;
    }

    section#wrapper {
        margin: 0 auto;
        width: 1003px;
        background: #ffffff;
        padding-top: 0px;
        margin-bottom: 30px;
    }

    #wrapper a {
        text-decoration: none;
    }

    #wrapper span.highlight {
        color: #F48A00;
    }

    #header {
        position: relative;
        margin-bottom: 20px;
    }

    #header .top {
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        background-color: #A00797;
        height: 41px;
    }

    #header .top nav {
        width: 1000px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: stretch;
        margin: 0 auto;
        position: static;
    }

    #header .top nav>div {
        width: 200px;
    }

    #header nav ul.navigation {
        text-align: center;
        margin-top: 5px;
    }

    #header nav ul.navigation li a {
        width: auto;
        height: auto;
        background: none;
        text-indent: 0;
        display: inline-block;
        padding: 10px 15px;
        text-decoration: none;
    }

    #header nav ul.navigation li.lang {
        display: inline;
    }

    #header nav ul.navigation li.info {
        display: inline;
        background: none;
        float: none;
        margin: 0;
        border: none;
    }

    #header nav ul.navigation li#lnkInfo {
        display: inline;
    }

    #header nav ul.navigation li#btnInfo {
        display: none;
    }

    #header ul.social {
        text-align: right;
        margin-top: 5px;
        display: block;
    }

    #header ul.social li a {
        color: rgba(0, 0, 0, 0);
        display: inline-block;
        width: 22px;
        height: 22px;
        margin: 6px;
    }

    #header ul.social li a.twitter {
        background: url(../images/social/x_white.png);
        background-size: 22px 22px;
    }

    #header ul.social li a.email {
        background: url(../images/social/email_white.png);
        background-size: 26px 26px;
    }

    #header ul.social li a.facebook {
        background: url(../images/social/facebook_white.png);
        background-size: 22px 22px;
        margin-left: 0px;
    }

    #header ul.social li a.insta {
        background: url(../images/social/insta_white.png);
        background-size: 22px 22px;
    }

    #header .navigation li a:hover {
        text-decoration: underline;
    }

    #header hgroup {
        position: relative;
    }

    #header h2 {
        font-family: 'crimson_textsemibold', cursive;
        font-size: 92px;
        text-align: center;
        line-height: 110px;
    }

    #header h2 a {
        text-decoration: none;
        text-shadow: #760573 4px 5px 4px;
    }

    #header h3 {
        text-align: center;
        font-family: 'La Belle Aurore', cursive;
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: normal;
    }

    .main-col {
        width: 746px;
        display: inline-block;
        border-left: 1px solid #ccc;
        padding: 18px;
        margin-bottom: 20px;
        color: rgb(52, 73, 94);
    }

    body.home aside.sidebar {
        display: none;
    }

    aside.sidebar {
        width: 193px;
        padding: 10px;
        float: left;
    }

    .sidebar li {
        margin: 5px 0;
    }

    .sidebar a {
        color: rgb(52, 73, 94);
        font-size: 1.2em;
        margin: 0 2px;
    }

    .sidebar a:hover {
        color: #A00797;
    }

    .main-col a {
        color: rgb(112, 148, 180);
    }

    .main-col h1,
    .main-col h2 {
        line-height: 1.2em;
        font-size: 32px;
        margin-bottom: 10px;
        font-weight: normal;
        color: #A00797
    }

    .main-col h3 {
        line-height: 1em;
        font-size: 28px;
        margin-bottom: 10px;
        font-weight: normal;
        color: #A00797;
    }

    .main-col p {
        line-height: 1.5em;
        font-size: 1.3em;
        margin-bottom: 20px;
    }

    .main-center .user-actions {
        width: 200px;
        margin: 0 auto;
    }

    #footer {
        clear: both;
        text-align: center;
        padding: 10px;
        color: #aaa;
    }
}