:root {
    --m-size: 20px;
    /*Menü Schrift Grösse*/
    --m-bbcolor: #132f39;
    /* Button Hindergrundfarbe*/
    --m-hoch: 50px;
    /* Höhe vom Menu*/
    --m-tcolor: #ffffff;

}

body {
    background-color: ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    margin: 0 auto;
}

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

#navigation {
    height: 40px;
}

#content {
    margin-top: 0px;
    background: #0B610B;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

a:link {
    color: #08d2ff;
}

/* visited link */
a:visited {
    color: #08d2ff;
}

/* mouse over link */
a:hover {
    color: #23ffe2;
}

/* selected link */
a:active {
    color: #69d9ff;
}



#footer {
    float: none;
    /*margin-top: -15px;
    height: 20px;*/
    width: 100%;
    background: #ffffff;
    clear: both;
}

#titel {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(to bottom left, #000000 0%, #919191 100%);
    width: 100%;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#spieler {
    float: left;
    position: relative;
    padding: 8px;
}

#spieler img {
    position: relative;
    /*width: 200px;*/
}

#spieler h2,
#spieler p {
    position: absolute;
    top: 208px;
    left: 0;
    margin-left: 12px;
}

#spieler h2 {
    color: #000000;
    background-color: #0871b5;
    font-size: 17px;
    
}
#spieler h2.langer-name {
  font-size: 14px; 
}

#spieler p {
    color: #ffffff;
    font-size: 14px;
    top: 218px;
}

#spieler strong {
    color: #0b610b;
    font-size: 18px;
}
#spielerbild {
    width: 200px;

}
#spielersponsor {
    position: absolute;
    top: 305px;
    left: 0;
    margin-left: 12px;
   
}
#spielersponsor img {
    width: 190px;

}


#clubwidget {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    float: left;
}

#clubwidget iframe {
    vertical-align: top;
    margin: 10px;
}


/* MENU */
#menu {
    top: 0;
    background: var(--m-bbcolor);
    background: linear-gradient(to right, #0871B5 40%, #E2041C 60%);
    height: var(--m-hoch);
    padding-left: 18px;
    border-radius: 3px;
    position: fixed;
    z-index: 999;
    text-align: center;
    left: 0;
    right: 0;
}

#menu ul {

    height: var(--m-hoch);
    padding-left: 18px;
    border-radius: 3px;
    position: relative;
    z-index: 999;
    text-align: center;
}


#menu li {
    margin: 0 auto;
    margin-right: 10px;
    padding: 0;
    list-style: none;
    display: inline-block;
    background-image: url('button1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--m-bbcolor);
    background-size: 100% 100%;
    color: var(--m-tcolor);
    font-weight: bold;
    border-radius: 20px;
    transform: scaleX(1);
}

#menu ul {
    width: max-content;
    margin: 0 auto;
}

#menu a {
    display: block;
    line-height: var(--m-hoch);
    padding: 0 14px;
    text-decoration: none;
    color: var(--m-tcolor);
    font-size: var(--m-size);


}

#menu a.dropdown-arrow:after {
    content: "\2B9F";
    margin-left: 5px;
}

#menu li a:hover {
    background-image: url('button2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--m-bbcolor);
    background-size: 110% 110%;
}

#menu input {
    display: none;
    margin: 0;
    padding: 0;
    height: var(--m-hoch);
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

#menu label {
    display: none;
    line-height: var(--m-hoch);
    text-align: center;
    position: absolute;
    left: 35px;
}

#menu label:before {
    font-size: var(--m-size);
    width: 200px;
    height: 80px;
    content: url('menu_icon.png');
    margin-left: 20px;
}

#menu ul.sub-menus {
    height: auto;
    overflow: hidden;
    width: 250px;
    background-color: var(--m-bbcolor);
    position: absolute;
    z-index: 999;
    display: none;
}

#menu ul.sub-menus li {
    display: block;
    width: 100%;
}

#menu ul.sub-menus a {
    font-size: var(--m-size);
    text-align: center;
    color:  var(--m-tcolor);
    font-size: 16px;
    background-image: url('button1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--m-bbcolor);
    background-size: 100% 100%;
}

#menu li:hover ul.sub-menus {
    display: block;
}

#menu ul.sub-menus a:hover {
    background-image: url('button2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--m-bbcolor);
    background-size: 110% 110%;
}

#social {
    position: fixed;
    display: flex;
    top: 60px;
    right: 20px;
  }
  
  #social a {
    margin-right: -15px;
  }


@media screen and (max-width: 1200px) {
    #menu {
        z-index: 999;
        
    }

    #menu ul {
        background: #111;
        position: absolute;
        top: 100%;
        right: auto;
        left: 0;
        z-index: 3;
        height: auto;
        display: none;
    }

    #menu ul.sub-menus {
        width: 100%;
        position: static;
    }

    #menu ul.sub-menus a {
        padding-left: 30px;
        text-align: center;
    }

    #menu li { /* Untermenü Hauptpunkt*/
        display: block;
        float: none;
        width: auto;
        background-size: 100% 50px;
        background-position: top;
    }

    #menu input,
    #menu label {
        position: absolute;
        top: 0;
        left: 0;
        display: block
    }

    #menu input {
        z-index: 4
    }

    #menu input:checked+label {
        color: var(--m-tcolor);
    }

    #menu input:checked+label:before {
        content: "\00d7"
    }

    #menu input:checked~ul {
        display: block
    }
}

/*----------------BANNER-----------------*/

#banner {
    position: static;
    width: 100%;
    height: 85px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fdfdfd;

}

#bannerelement {
    width: 200px;
    height: 141px;
    display: inline-block;
    margin-left: 50px;


}

#bannertext {
    position: static;
    margin-top: -11px;
    top: 10px;
    left: 0;
    background-color: #0871B5;

    font-family: sans-serif;
    font-size: 14px;
    padding: .2em 1em;

    border-top-right-radius: .5em;
    border-bottom-right-radius: .5em;

    color: white;
    text-shadow: 2px 2px 1px black;
    text-shadow: 1px 1px 1px black;
}
/*----------------ENDE-BANNER-----------------*/