/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
 Base styles: opinionated defaults
 ========================================================================== */

@font-face {
    font-family: 'FFInfoWebTextItalic';
    src: url('webfonts/2F122F_0_0.eot');
    src: url('webfonts/2F122F_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2F122F_0_0.woff2') format('woff2'), url('webfonts/2F122F_0_0.woff') format('woff'), url('webfonts/2F122F_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'FFInfoWebText';
    src: url('webfonts/2F122F_1_0.eot');
    src: url('webfonts/2F122F_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2F122F_1_0.woff2') format('woff2'), url('webfonts/2F122F_1_0.woff') format('woff'), url('webfonts/2F122F_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'FFInfoWebTextBold';
    src: url('webfonts/2F122F_2_0.eot');
    src: url('webfonts/2F122F_2_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2F122F_2_0.woff2') format('woff2'), url('webfonts/2F122F_2_0.woff') format('woff'), url('webfonts/2F122F_2_0.ttf') format('truetype');
}

html, button, input, select, textarea, address {
    font-family: 'FFInfoWebText', Arial, Helvetica sans-serif;
    color: #3d3d3f;
}

html {
    font-size: 1em;
    line-height: 1.4;
}
html, body {
    scroll-behavior: smooth;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
 Browse Happy prompt
 ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
 Author's custom styles
 ========================================================================== */

h1, h2, h3, h4, h5, p, address {
    font-weight: normal;
    margin: 0.5em 0 0.5em 0;
}

h1 {
    font-size: 2em;
    letter-spacing: 0.1em;
    margin: 0;
}

h2 {
    font-size: 2em;
    letter-spacing: 0.1em;
    margin: 0;
    line-height: 110%;
}

h3 {
    font-size: 1.2em;
    letter-spacing: 0.025em;
    margin: 0;
    line-height: 160%;
}

h4 {
    font-size: 1.4em;
}

body, html {
    margin: 0;
    background-color: #FFFFFF;
}

p {
    font-size: 1em;
}

a {
    text-decoration: none;
    outline: none;
    color: #000000;
}

p a {
    text-decoration: underline;
    color: #754a7d;
}

img {
    border: 0;
}

address {
    font-size: 1em;
    font-style: normal;
    font-family: 'FFInfoWebTextBold', Arial, Helvetica sans-serif;
}

.clear {
    clear: both;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

b {
    font-family: 'FFInfoWebTextBold', Arial, Helvetica sans-serif;
    font-weight: normal;
}

i {
    font-family: 'FFInfoWebTextItalic', Arial, Helvetica sans-serif;
    font-style: normal;
}

/* ==========================================================================
 Content
 ========================================================================== */

header .openMenu {
    display: none;
}

.header_container {
    height: 100px;
    /*margin-top: -100px;*/
}

header {
    background: #000000;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
}

header li a {
    color: #ffffff;
    display: block;
    padding-bottom: 34px;
    padding-top: 38px;
    /*padding-left: 50px;*/
    padding-right: 40px;
    /*
    padding-left:26px;
    padding-right:26px;
    */
    font-size: 1.25em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

header .lang_container a {
    text-indent: -10000px;
    height: 25px;
    width: 38px;
    display: inline-block;
}

header .lang_container a.de {
    background: url("img/sprache_de.svg") 0 0 no-repeat transparent;
    background-size: 20px auto;
}

header .lang_container a.en {
    background: url("img/sprache_en.svg") 0 0 no-repeat transparent;
    background-size: 20px auto;
}

header .lang_container {
    position: absolute;
    top: 45px;
    right: 0;
}

header li:last-child a {
    padding-right: 0;
}

header .logo_container {
    position: absolute;
    left: 0;
    top: 23px;
    width: 210px;
}

header .logo_container img {
    width: 100%;
}

header nav {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

header nav ul {
    float: left;
    width: 100%;
}

header nav li {
    float: left;
}

header nav li:first-child a {
    padding-left: 250px;
}

header nav li:last-child a {
    padding-right: 0;
}

footer {
    background: #000000;
    position: relative;
}

footer .logo img {
    width: 100%;
}

footer .logo {
    width: 140px;
}

footer .massvoll-geniessen img {
    width: 100%;
}


footer .massvoll-geniessen {
    position: absolute;
    right: 10px;
    top: 17px;
    width: 100px;
}

footer li a {
    color: #ffffff;
    font-size: 0.9em;
    display: block;
    padding: 36px 12px 12px 12px;

}
footer li a.social {
    display: inline-block;
    padding: 28px 12px 30px 12px;
}

footer .container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

footer ul {
    float: left;
    width: 100%;
}

footer li {
    float: left;
}

footer li:first-child a {
    padding: 28px 20px 0 20px;
}
footer p {
    margin: 0;
    padding: 2em 0;
    text-align: center;
}

.center {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

#content {
    min-height: 500px;
}

.close {
    background: url("../img/icon_x.svg.svg") 0 0 no-repeat transparent;
    height: 17px;
    width: 17px;
    background-size: 17px 17px;
    cursor: pointer;
}

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    float: none !important;
}

/* ==========================================================================
 EXAMPLE Media Queries for Responsive Design.
 These examples override the primary ('mobile first') styles.
 Modify as content requires.
 ========================================================================== */

/*@media print,
 (-o-min-device-pixel-ratio: 5/4),
 (-webkit-min-device-pixel-ratio: 1.25),
 (min-resolution: 120dpi) {
 Style adjustments for high resolution devices
 }*/

/* ==========================================================================
 Print styles.
 Inlined to avoid required HTTP connection: h5bp.com/r
 ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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

/* small */
@media only screen and (max-width: 1440px) {
    .center {
        margin: 0 auto;
        position: relative;
        width: 900px;
    }

    .header_container {
        height: 96px;
    }

    header nav {
        width: 900px;
    }

    header li a {
        font-size: 1.1em;
        letter-spacing: 0.9px;
        padding: 38px 10px 34px;
        /*padding: 38px 12px 34px;*/
    }

    header nav li:first-child a {
        padding-left: 145px;
    }

    header .logo_container {
        width: 166px;
        left: -50px;
    }

    footer .container {
        width: 900px;
    }



    header .lang_container {
        position: absolute;
        top: 43px;
        right: 0;
    }
}

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

}

@media only screen and (max-width: 1124px) {
    footer li a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 0.8em;
    }


}

@media only screen and (max-width: 1024px) {
    .center {
        width: auto;
        /*padding-left: 24px;
        padding-right: 24px;*/
    }

    footer .container {
        width: 800px;
    }

    footer li:first-child a {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer .facebook {
        margin-left: 286px;
    }
}

@media only screen and (max-width: 960px) {
    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1em;
    }

    header nav ul {
        display: none;
    }

    header .lang_container {
        top: 33px;
        right: 60px;
    }

    .header_container {
        height: 78px;
    }

    header nav {
        width: auto;
        min-height: 78px;
    }

    header nav ul {
        background: #000 none repeat scroll 0 0;
        float: none;
        padding-left: 3.75rem;
        width: 50%;
    }

    header nav li {
        float: none;
    }

    header nav li:first-child a {
        padding-left: 0;
        padding-top: 78px;
    }

    header nav li:last-child a {
        padding-bottom: 78px;
    }

    header li a {
        font-size: 1em;
        letter-spacing: 2.4px;
        padding: 10px 0;
    }

    header .openMenu {
        display: block;
        position: absolute;
        top: 26px;
        right: 24px;
        cursor: pointer;
        z-index: 1;
    }

    header .openMenu svg {
        height: 23px;
        width: 30px;
    }

    header .logo_container {
        left: 0;
        margin-left: 15px;
        top: 23px;
        width: 150px;
    }

    footer {
        padding-bottom: 80px;
    }

    footer .container {
        width: 100%;
    }

    footer li:first-child {
        width: 100%;
        text-align: center;
    }

    footer li {
        float: none;
        text-align: center;
        width: 100%;
    }

    footer li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    footer li a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 0.9em;
    }

    footer .logo {
        display: none;
    }

    footer .massvoll-geniessen {
        position: relative;
        right: auto;
        bottom: 10px;
        width: 140px;
        left: 50%;
        margin-left: -50px;
        top: 20px;
    }
    footer .massvoll-geniessen img {
        width: 120px;
    }

}

@media only screen and (max-width: 480px) {
    footer .logo {
        left: 86px;
    }

    footer li:first-child a {
        padding-top: 50px;
    }
}
/*USERCENTRICS*/
.ccm-settings-summoner {
    bottom: 0;
    left: 0;
}