@font-face
{
    font-family: 'Social Icon by BRIANQC';
    src: url('/css/font/social2.woff2') format('woff2'),
        url('/css/font/social2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body
{
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 100%;
}

html
{
    font-family: Poppins,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 2.1428;
    color: #fff;

    background: linear-gradient(135deg, #888f96 0%, #8d9cac 0%, #8d9cac 1%, #888f96 35%, #888f96 66%, #8d9cac 97%, #888f96 100%);

    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1
{
    font-size: 5em;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1em;
}

h2
{
    margin: 0;
    padding: 0 0 0 32px;
    text-transform: uppercase;
    position: relative;

    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

h2::after
{
    background: linear-gradient(to right, #353232 0%, #625f5f 35%, #625f5f 66%, #353232 100%);
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

a,
a:visited {
	color: #ffffdd;
	outline: none;
	text-decoration: none;
}

a:hover
{
    color: #dadaa8;
}

form
{
    padding: 0;
    margin: 0;
}

.title
{
    position: fixed;
    top: 150px;
    left: 150px;
}

.clr
{
    clear: both;
}

.all
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: #666;
    opacity: 0.6;
    display: none;
}

/* Titel */
.title-profile
{
    background-image: url(/img/icon_profile.png);
}

.title-contact
{
    background-image: url(/img/icon_contact.png);
}

.title-club
{
    background-image: url(/img/icon_club.png);
}

.title-imprint
{
    background-image: url(/img/icon_imprint.png);
}

.title-pic
{
    background-image: url(/img/icon_pic.png?1);
}

.title-cup
{
    background-image: url(/img/icon_cup.png);
}

/* menu */
#menu
{
    width: 210px;
    background: #272e3a;
    z-index: 2;
    position: fixed;
    left: -260px;
    top: 0;
    bottom: 0;
    font-size: 1.2em;
    font-weight: bold;
    padding: 15px 25px;

    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.menu-language div
{
    cursor: pointer;
    width: 22%;
    display: inline-block;
    font-size: 0.7em;
}

.menu-language .active,
.menu-language div:hover
{
    opacity: 0.8;
}

.menu-language img
{
    width: auto;
    display: block;
    height: 23px;
    border-radius: 3px;
    border: 3px solid #272e3a;
    padding: 2px;
}

.menu-language img:hover,
.menu-language .active img
{
    border: 3px solid #fff;
}

.menu-main a
{
    margin-top: 15px;
    color: white;
    display: block;
    opacity: 0.8;
    cursor: pointer;
}

.menu-main a.active
{
    text-decoration: underline;
    opacity: 1;
}

.menu-main a:hover,
.menu-language a:hover
{
    opacity: 1;
}

#menu-header
{
    border: 1px solid #bfbfbf;
    position: fixed;
    left: 20px;
    top: 20px;
    padding: 6px 10px 10px;
    border-radius: 8px;
    opacity: 0.8;
    cursor: pointer;
    background: #636363;
}

#menu-header:hover,
.menu-close:hover
{
    opacity: 1;
}

#menu-header div
{
    height: 4px;
    margin-top: 4px;
    background: #fff;
    width: 30px;
}

.menu-close
{
    opacity: 0.4;
    margin-bottom: 20px;
    font-size: 1.8em;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
}

/* social media */
.social-media
{
    font-family: 'Social Icon by BRIANQC';
    bottom: 15px;
    left: auto;
    position: fixed;
    right: 35px;
}

.social-media div
{
    display: inline-block;
    margin-left: 15px;
    font-size: 2em;
}

.social-media div:hover
{
    color: #eced9f;
}

.social-media a div,
.social-media a:visited div
{
    color: #fff;
}

.sec-back
{
    background-image: url(/img/backgr.jpg?2);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}

.main .wrap
{
    max-width: 800px;
    position: relative;
    margin-left: -440px;
    top: 100px;
    padding: 20px 40px;
    background: #353232 url(/img/wrap-back.png?11) no-repeat;
    background-size: cover;
    border-radius: 4px;
    max-height: 600px;

    left: 50%;
    right: auto;
    bottom: 30px;
    overflow-y: auto;
}

/* Kontakt */
form textarea,
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #353232;
    border: 1px solid #525252;
    box-shadow: inset 0 1px 10px #000000;
    color: #fff;
    font: normal 1em Arial, sans-serif, Helvetica;
    margin: 10px 0;
    min-width: 100%;
    outline: 0 none;
    padding: 14px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input::-webkit-input-placeholder,
::-webkit-input-placeholder
{
    color: #b5b5b5;
}

form textarea
{
    max-width: 100%;
    max-height: 300px;
    min-height: 150px;
}

/* button */
.button
{
    background: #716d6d;
    padding: 20px 30px;
    display: inline-block;
    border: none;
    border-radius: 0;
    color: #fff;
    font: normal 1em Arial;

    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;

    -webkit-appearance: none;
    -moz-appearance: none;
}

.button:disabled
{
    opacity: 0.5;
}

.button:not(:disabled):not(.loading):hover
{
    background: #8b8989;
    cursor: pointer;
}

.button.loading
{
    background: #716d6d url(/img/loading.svg) no-repeat center center;
    background-size: 32px 32px;
    color: transparent;
}

.wrap-contact .button
{
    float: right;
}

.wrap-contact-required
{
    float: left;
    font-size: 0.9em;
}

/* Persönliche Daten */
.wrap-personal
{
    position: relative;
}

.wrap-personal-table
{
    width: 100%;
}

.wrap-personal-table tr
{
    position: relative;
}

.wrap-personal-table tr:last-of-type
{
    border-bottom: none;
}

.wrap-personal-table tr td
{
    width: 60%;
}

.wrap-personal-table tr td:first-of-type
{
    font-weight: bold;
    vertical-align: top;
    padding: 5px 0;
    width: 40%;
}

.wrap-club-table tr td:first-of-type
{
    text-align: center;
}

.wrap-personal-pic
{
    position: absolute;
    height: 180px;
    width: 150px;
    border: 1px solid #625f5f;
    top: 40px;
    right: 40px;
    background: #000 url(/img/personal.jpg?2) no-repeat;
    background-size: contain;
    border-radius: 6px;
}

/* Bilder / Videos */
.wrap-pics
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrap-pics li
{
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-top: 2%;

    border: 1px solid #8c8c8c;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap-pics li:nth-of-type(3n+3)
{
    margin-right: 0;
}

.wrap-pics li img
{
    width: 100%;
    height: auto;
    display: block;
}

.wrap-pics li img:hover
{
    opacity: 0.6;
}

@media all and (max-width: 1280px)
{
    .title
    {
        left: 70px;
    }

    h1
    {
        font-size: 4em;
    }
}

@media all and (max-width: 960px)
{
    html
    {
        font-size: 0.9rem;

        background: url(/img/wrap-back.png?11) no-repeat #353232;
        background-size: cover;
    }

    .sec-back
    {
        background-image: url(/img/backgr_landscape.jpg?2);
    }

    h1
    {
        font-size: 2em;
    }

    h2
    {
        font-size: 1.2em;
        text-align: center;
        background-image: none !important;
    }

    .button
    {
        padding: 10px 20px;
    }

    .wrap-contact .button
    {
        float: none;
        margin-top: 10px;
    }

    .wrap-contact-required p
    {
        display: none;
        clear: both;
    }

    .title
    {
        bottom: 10px;
        text-align: center;
        width: 100%;
        top: auto;
        left: auto;
    }

    .menu-main a
    {
        margin-top: 10px;
    }

    #menu
    {
        font-size: 1em;
    }

    .main .wrap
    {
        max-width: 100%;
        margin-left: auto;
        position: absolute;
        padding: 10px 20px;
        background: none;

        max-height: 100%;
        left: 0;
        right: 0;
        top: 30px;
        bottom: 30px;
    }

    .wrap-personal-pic
    {
        display: none;
    }

    /* Persönliche Daten */
    .wrap-personal-table tr td:first-of-type,
    .wrap-personal-table tr td
    {
        width: 50%;
    }

    /* Bilder / Videos */
    .wrap-pics li
    {
        width: 48%;
        margin-right: 4% !important;
        margin-top: 3%;
    }

    .wrap-pics li:nth-of-type(2n+2)
    {
        margin-right: 0 !important;
    }

    /* Social Media */
    .social-media
    {
        right: auto;
        position: absolute;
        left: 10px;
        bottom: 0;
        opacity: 0.8;
    }

    .social-media div
    {
        font-size: 2em;
    }

    /* Form */
    form textarea,
    form input[type="text"],
    form input[type="email"],
    form input[type="tel"],
    form select
    {
        margin: 4px 0;
    }
}