@charset "UTF-8";
/*
* COLORS
*/
/*
* SIZES
*/
/*
* EXTENDS
*/
.blue-to-white, .nav-wrap .top-left {
  background: #15225a;
  background: -moz-linear-gradient(left, #15225a 65%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(65%, #15225a), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, #15225a 65%, #ffffff 100%);
  background: -o-linear-gradient(left, #15225a 65%, #ffffff 100%);
  background: -ms-linear-gradient(left, #15225a 65%, #ffffff 100%);
  background: linear-gradient(to right, #15225a 65%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15225a', endColorstr='#ffffff',GradientType=1 ); }

.white-to-red, .nav-wrap .top-right {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ab0b18 35%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(35%, #ab0b18));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ab0b18 35%);
  background: -o-linear-gradient(left, #ffffff 0%, #ab0b18 35%);
  background: -ms-linear-gradient(left, #ffffff 0%, #ab0b18 35%);
  background: linear-gradient(to right, #ffffff 0%, #ab0b18 35%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ab0b18',GradientType=1 ); }

.clearfix:after, .nav-wrap .navigation ul:after, .center-wrap .content-wrap .content .preview-box .preview-date:after, .center-wrap .content-wrap .sidebar .partners-and-logos:after, footer .footer-navigation ul:after, .foopretoo-sim-part .matchbox .team:after, .zwei-spalter-50:after, .drei-spalter-33:after, .fuenf-spalter-20:after, .drei-spalter-fixe-mitte:after, .drei-spalter-fixe-mitte .col-left-content .left-bar-wrap:after, .foopretoo-sim-part .ergebnis-container:after, .profil-header:after {
  content: "";
  display: table;
  clear: both; }

html {
  height: 100%; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

div {
  box-sizing: border-box; }

body {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  background-color: #CCCCCC;
  background-image: url(../images/Dollarphotoclub_74345175.jpg);
  background-size: cover;
  background-position: 0 20px;
  background-attachment: fixed;
  font-family: 'Open Sans', sans-serif;
  height: 100%; }

h1, h2, h3 {
  color: #15225A; }

h1 {
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px; }

h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px; }

h3 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px; }

a {
  text-decoration: none;
  color: #75AEDD;
  transition: color 0.3s ease; }
  a:hover {
    color: #D52113; }

p {
  margin: 10px 0; }

img.alignright {
  float: right;
  margin-left: 10px; }

img.alignleft {
  float: left;
  margin-right: 10px; }

/*
HEADER
*/
/* THIS FOR DESKTOP VIEW */
.nav-wrap {
  width: 100%;
  height: 220px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 5px 0px #666666;
  -moz-box-shadow: 0px 5px 5px 0px #666666;
  box-shadow: 0px 5px 5px 0px #666666;
  /*
  .top-center{
  	float: left;
  	min-width: $nav-width;
  	background-color: #FFFFFF;
  	width: 70%;
  	height: 100%;
  	*/ }
  .nav-wrap > div {
    float: left;
    height: 100%;
    position: relative;
    box-sizing: border-box; }
  .nav-wrap .upper {
    position: relative;
    height: 180px;
    width: 100%;
    background-image: url(../images/STR17_Fussballmathe_WM2018_Banner_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom; }
    .nav-wrap .upper .header {
      width: 50%;
      margin: 0 auto; }
  .nav-wrap .lower {
    position: relative;
    height: 40px;
    width: 100%;
    background-color: #d52113;
    transition: background-color 0.5s ease; }
  .nav-wrap .lower.fixed-navigation {
    transition: background-color 0.5s ease;
    position: fixed;
    z-index: 99;
    background-color: #d52113;
    -webkit-box-shadow: 0px 5px 5px 0px #666666;
    -moz-box-shadow: 0px 5px 5px 0px #666666;
    box-shadow: 0px 5px 5px 0px #666666; }
  .nav-wrap .top-left {
    float: left;
    height: 100%;
    width: 15%; }
  .nav-wrap .top-right {
    float: left;
    height: 100%;
    width: 15%; }
  .nav-wrap .header {
    padding-top: 20px; }
  .nav-wrap .navigation {
    width: 70%;
    margin: 0 auto; }
    .nav-wrap .navigation ul {
      display: inline-block;
      position: relative;
      height: 50%;
      list-style: none;
      margin: 0 auto 0; }
      .nav-wrap .navigation ul li {
        position: relative;
        display: inline-block;
        height: 100%;
        float: left; }
        .nav-wrap .navigation ul li a {
          display: inline-block;
          height: 40px;
          line-height: 40px;
          margin: 0 20px;
          text-decoration: none;
          color: #FFFFFF;
          font-size: 1.1em;
          box-sizing: border-box;
          transition: color 0.3s ease;
          text-transform: uppercase; }
          .nav-wrap .navigation ul li a:hover {
            color: #75AEDD;
            /*
            border-bottom: 5px solid $cl-dark-red;
            */ }
        .nav-wrap .navigation ul li:hover .sub-menu {
          max-height: 800px; }
        .nav-wrap .navigation ul li .sub-menu {
          display: block;
          position: absolute;
          left: 0;
          top: 40px;
          background-color: rgba(255, 255, 255, 0.8);
          height: auto;
          max-height: 0;
          overflow: hidden;
          transition: all 0.5s ease;
          z-index: 10; }
          .nav-wrap .navigation ul li .sub-menu li {
            display: block;
            border-top: 1px solid #D52113;
            width: 100%; }
            .nav-wrap .navigation ul li .sub-menu li a {
              display: block;
              color: #15225A; }
              .nav-wrap .navigation ul li .sub-menu li a:hover {
                color: #75AEDD; }
            .nav-wrap .navigation ul li .sub-menu li:last-child {
              border-bottom: 1px solid #D52113; }
      .nav-wrap .navigation ul li.current-menu-item > a {
        color: #15225A;
        /*
        	border-bottom: 5px solid $cl-dark-red;
        	*/ }
        .nav-wrap .navigation ul li.current-menu-item > a:hover {
          color: #75AEDD;
          /*
          border-bottom: 5px solid $cl-dark-red;
          */ }

/* FOR MOBILE VIEW */
.mobile-header {
  width: 100%; }
  .mobile-header .header {
    width: 100%;
    height: 56px;
    position: relative;
    background-image: url(../images/STR17_Fussballmathe_WM2018_Banner_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    min-height: 100px; }
    .mobile-header .header a {
      display: block;
      width: 100%;
      position: relative; }
    .mobile-header .header img {
      display: block;
      position: relative;
      width: 40%;
      max-width: 290px;
      height: 36px;
      margin-left: 25%;
      padding: 10px 0; }
  .mobile-header #toggle-navigation {
    display: block;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    height: 44px;
    font-size: 1.4em;
    padding: 10px 0;
    color: #FFFFFF;
  /*
	background-color: rgba(255,255,255, 0.7);
	*/
    background-color: #d52113;
    cursor: pointer;
    transition: all 0.5s ease; }
  .mobile-header .navigation {
    max-height: 0px;
    transition: max-height 0.5s ease;
    overflow: hidden; }
    .mobile-header .navigation ul {
      width: 100%;
      position: relative; }
      .mobile-header .navigation ul li a {
        text-align: center;
        display: block;
        color: #FFFFFF;
        background: #15225A;
        text-transform: uppercase;
        border-bottom: 1px solid #FFFFFF;
        border-collapse: collapse;
        padding: 10px 0;
        transition: all 0.3s ease; }
        .mobile-header .navigation ul li a:hover {
          color: #15225A;
          background: #FFFFFF; }
      .mobile-header .navigation ul li .sub-menu a {
        font-size: smaller; }
  .mobile-header .active {
    max-height: 800px !important;
    transition: max-height 0.5s ease; }

/*
CENTER
*/
.center-wrap {
  width: 100%;
  min-height: calc(100% - 260px);
  margin-bottom: 30px; }
  .center-wrap .white-box, .center-wrap .content-wrap .content {
    background-color: white;
    padding: 20px;
    -webkit-box-shadow: 4px 4px 11px 0px #666666;
    -moz-box-shadow: 4px 4px 11px 0px #666666;
    box-shadow: 4px 4px 11px 0px #666666; }
  .center-wrap .content-wrap {
    width: 70%;
    min-width: 1000px;
    margin: 0 auto; }
    .center-wrap .content-wrap .content {
      float: left;
      width: 72%; }
      .center-wrap .content-wrap .content img {
        max-width: 100%; }
      .center-wrap .content-wrap .content ul {
        list-style: square;
        margin-left: 30px; }
      .center-wrap .content-wrap .content .preview-box {
        margin: 10px 0 0;
        padding: 10px 0; }
        .center-wrap .content-wrap .content .preview-box .preview-date {
          margin-bottom: 10px;
          font-size: smaller;
          font-style: italic; }
          .center-wrap .content-wrap .content .preview-box .preview-date ul {
            list-style: none;
            float: right;
            margin-top: -6px;
            margin-left: 0px; }
            .center-wrap .content-wrap .content .preview-box .preview-date ul li {
              float: left;
              margin-left: 5px; }
              .center-wrap .content-wrap .content .preview-box .preview-date ul li a {
                display: inline-block;
                padding: 4px 7px;
                background-color: #15225A;
                color: #FFFFFF;
                transition: all 0.3s ease; }
                .center-wrap .content-wrap .content .preview-box .preview-date ul li a:hover {
                  background-color: #75AEDD; }
              .center-wrap .content-wrap .content .preview-box .preview-date ul li.active a {
                background-color: #75AEDD; }
        .center-wrap .content-wrap .content .preview-box .preview-content {
          float: left;
          position: relative;
          width: 70%;
          padding-right: 10px; }
        .center-wrap .content-wrap .content .preview-box .preview-content.single {
          width: 65%; }
        .center-wrap .content-wrap .content .preview-box .preview-image {
          float: left;
          position: relative;
          width: 30%; }
          .center-wrap .content-wrap .content .preview-box .preview-image img {
            margin-top: 36px;
            max-width: 100%;
            height: auto; }
        .center-wrap .content-wrap .content .preview-box .preview-image.single {
          width: 35%;
          position: relative; }
          .center-wrap .content-wrap .content .preview-box .preview-image.single img {
            max-width: 100%;
            position: relative; }
      .center-wrap .content-wrap .content .russian-divider {
        background-image: url(../images/trennband_russisch.gif);
        background-repeat: repeat-x;
        background-size: 100%;
        min-height: 26px;
        border: none; }
    .center-wrap .content-wrap .page-numbers {
      display: inline-block;
      padding: 4px 7px;
      background-color: #15225A;
      color: #FFFFFF;
      transition: all 0.3s ease;
      font-size: smaller; }
      .center-wrap .content-wrap .page-numbers:hover {
        background-color: #75AEDD; }
      .center-wrap .content-wrap .page-numbers.current {
        background-color: #75AEDD; }
    .center-wrap .content-wrap .sidebar-element, .center-wrap .content-wrap .sidebar .partners-and-logos {
      margin-bottom: 20px; }
    .center-wrap .content-wrap .sidebar {
      margin-top: 0px;
      float: right;
      width: 26%; }
      .center-wrap .content-wrap .sidebar .partners-and-logos {
        width: 100%;
        position: relative;
        height: 60px; }
        .center-wrap .content-wrap .sidebar .partners-and-logos .left, .center-wrap .content-wrap .sidebar .partners-and-logos .center, .center-wrap .content-wrap .sidebar .partners-and-logos .right {
          float: left;
          height: 100%; }
        .center-wrap .content-wrap .sidebar .partners-and-logos img {
          position: relative;
          height: 100%;
          max-width: 100%; }
        .center-wrap .content-wrap .sidebar .partners-and-logos .left {
          float: left;
          width: 38%;
          margin-right: 2%; }
        .center-wrap .content-wrap .sidebar .partners-and-logos .center {
          float: left;
          width: 38%;
          margin-right: 2%; }
        .center-wrap .content-wrap .sidebar .partners-and-logos .right {
          float: left;
          width: 20%; }
      .center-wrap .content-wrap .sidebar .sidebar-box {
        -webkit-box-shadow: 4px 4px 11px 0px #666666;
        -moz-box-shadow: 4px 4px 11px 0px #666666;
        box-shadow: 4px 4px 11px 0px #666666;
        margin-bottom: 30px; }
      .center-wrap .content-wrap .sidebar .sidebar-title {
        background-color: #D52113;
        padding: 10px 15px 5px 15px;
        background-image: url("../images/fm_ball_weiss.png");
        background-position: 95% center;
        background-size: 30px 30px;
        background-repeat: no-repeat; }
        .center-wrap .content-wrap .sidebar .sidebar-title h3 {
          color: #FFFFFF;
          text-transform: uppercase;
          font-weight: normal;
          margin-bottom: 5px; }
      .center-wrap .content-wrap .sidebar .sidebar-content {
        background-color: white;
        padding: 15px;
        font-size: 0.9em; }
        .center-wrap .content-wrap .sidebar .sidebar-content p {
          margin-top: 0px;
          margin-bottom: 12px; }
        .center-wrap .content-wrap .sidebar .sidebar-content ul {
          list-style: none; }
          .center-wrap .content-wrap .sidebar .sidebar-content ul li {
            padding-bottom: 5px;
            padding-left: 0.9em;
            text-indent: -0.6em; }
            .center-wrap .content-wrap .sidebar .sidebar-content ul li:before {
              content: "◾";
              color: #15225A;
              /* or whatever color you prefer */ }
        .center-wrap .content-wrap .sidebar .sidebar-content input[type="range"] {
          width: 100%; }
        .center-wrap .content-wrap .sidebar .sidebar-content .r_value {
          font-size: 0.8em;
          display: block;
          text-align: center; }
        .center-wrap .content-wrap .sidebar .sidebar-content .buttons {
          text-align: right; }
          .center-wrap .content-wrap .sidebar .sidebar-content .buttons button {
            background-color: #D52113;
            color: #FFFFFF;
            border: 1px solid #D52113;
            padding: 5px 15px;
            cursor: pointer; }
            .center-wrap .content-wrap .sidebar .sidebar-content .buttons button:hover {
              background-color: #D52113; }
  .center-wrap .teamchooser {
    height: 40px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 0.9em;
    text-transform: uppercase;
    width: 100%;
    padding: 7px;
    border: 1px solid #15225A;
    text-align: center; }

.std-table {
  border-collapse: collapse; }
  .std-table td {
    padding: 5px; }
    .std-table td img {
      max-width: 100%;
      box-sizing: border-box;
      height: auto;
      padding: 0 10px; }

.comments-area label {
  display: block; }
.comments-area input {
  padding: 6px 8px;
  font-size: 1em;
  border: 1px solid #15225A; }
.comments-area textarea {
  padding: 6px 8px;
  font-size: 0.9em;
  border: 1px solid #15225A;
  max-width: 95%; }
.comments-area input[type="submit"] {
  padding: 10px 14px;
  font-size: 1em;
  background-color: #15225A;
  color: #FFFFFF;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none; }
  .comments-area input[type="submit"]:hover {
    background-color: #75AEDD; }
.comments-area .comment-list {
  margin: 10px 0 20px 0;
  padding-bottom: 10px; }
  .comments-area .comment-list article {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #15225A; }
  .comments-area .comment-list li {
    margin-left: 22px; }
    .comments-area .comment-list li footer {
      background: none; }
  .comments-area .comment-list .children {
    margin-bottom: 20px; }
    .comments-area .comment-list .children li {
      margin-left: 44px; }
.comments-area .comment-metadata {
  margin-top: -43px;
  margin-left: 38px;
  font-size: 0.8em; }
.comments-area .comment-content {
  margin-top: -6px; }

.latest-article {
  background-color: #EEEEEE;
  border-top: 1px solid #D52113;
  border-bottom: 1px solid #D52113;
  padding: 8px;
  position: relative;
  margin-bottom: 16px; }
  .latest-article .close {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: smaller;
    cursor: pointer;
    color: #75AEDD; }
    .latest-article .close:hover {
      color: #D52113; }

/*
FOOTER
*/
footer {
  height: 40px;
  width: 100%;
  background-color: #15225A; }
  footer .footer-navigation {
    width: 70%;
    height: 40px;
    margin: 0 auto; }
    footer .footer-navigation ul {
      display: inline-block;
      position: relative;
      height: 50%;
      list-style: none;
      margin: 0 auto 0; }
      footer .footer-navigation ul li {
        display: inline-block;
        height: 100%;
        float: left; }
        footer .footer-navigation ul li a {
          display: inline-block;
          height: 40px;
          line-height: 40px;
          margin: 0 20px;
          text-decoration: none;
          color: #FFFFFF;
          font-size: 1.0em;
          box-sizing: border-box;
          transition: color 0.3s ease;
          text-transform: uppercase; }
          footer .footer-navigation ul li a:hover {
            color: #D52113;
            /*
            border-bottom: 5px solid $cl-dark-red;
            */ }
      footer .footer-navigation ul li.current-menu-item > a {
        color: #D52113;
        /*
        	border-bottom: 5px solid $cl-dark-red;
        	*/ }

/* SOCIAL SHARE PRIVACY */
.social_share_privacy ul {
  height: auto; }
  .social_share_privacy ul li {
    float: none;
    text-indent: 0em !important; }
    .social_share_privacy ul li:before {
      content: '' !important; }
  .social_share_privacy ul .settings_info {
    display: none; }

/* RESPONSIVE */
/*
* Desktop Version
* Shrink top-left and top-right to minimum when reaching ~ 1000px
*/
@media only screen and (max-width: 1700px) {
  .nav-wrap .top-left {
    width: 13%; }
  .nav-wrap .top-center {
    width: 74%; }
  .nav-wrap .top-right {
    width: 13%; }

  .center-wrap .content-wrap {
    width: 74%; }

  .nav-wrap .navigation {
    width: 74%; } }
@media only screen and (max-width: 1580px) {
  .nav-wrap .top-left {
    width: 10%; }
  .nav-wrap .top-center {
    width: 80%; }
  .nav-wrap .top-right {
    width: 10%; }

  .center-wrap .content-wrap {
    width: 80%; }

  .nav-wrap .navigation {
    width: 80%; } }
@media only screen and (max-width: 1400px) {
  .nav-wrap .top-left {
    width: 7%; }
  .nav-wrap .top-center {
    width: 86%; }
  .nav-wrap .top-right {
    width: 7%; }

  .center-wrap .content-wrap {
    width: 86%; }

  .nav-wrap .navigation {
    width: 86%; } }
@media only screen and (max-width: 1300px) {
  .nav-wrap .top-left {
    width: 5%; }
  .nav-wrap .top-center {
    width: 90%; }
  .nav-wrap .top-right {
    width: 5%; }

  .center-wrap .content-wrap {
    width: 90%; }

  .nav-wrap .navigation {
    width: 90%; } }
@media only screen and (max-width: 1200px) {
  .nav-wrap .top-left {
    width: 2%; }
  .nav-wrap .top-center {
    width: 96%; }
  .nav-wrap .top-right {
    width: 2%; }

  .center-wrap .content-wrap {
    width: 96%; }

  .nav-wrap .navigation {
    width: 96%; } }
@media only screen and (min-width: 1100px) {
  .mobile-header {
    display: none; }

  .nav-wrap {
    display: block; } }
/* MOBILE VIEW FROM HERE */
@media only screen and (max-width: 1099px) {
  .mobile-header {
    display: block; }

  .nav-wrap {
    display: none; }

  body {
    background: #FFFFFF; }

  .center-wrap .white-box, .center-wrap .content-wrap .content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .center-wrap .content-wrap {
    width: 100%;
    min-width: 0; }
    .center-wrap .content-wrap .content {
      float: none;
      width: 100%; }
      .center-wrap .content-wrap .content .preview-box .preview-date ul {
        float: none;
        margin-top: 5px; }
      .center-wrap .content-wrap .content .preview-box .preview-content-wrap {
        display: flex;
        flex-direction: column; }
        .center-wrap .content-wrap .content .preview-box .preview-content-wrap .preview-content {
          float: none;
          width: 100%;
          order: 2; }
        .center-wrap .content-wrap .content .preview-box .preview-content-wrap .preview-image {
          float: none;
          width: 100%;
          order: 1; }
          .center-wrap .content-wrap .content .preview-box .preview-content-wrap .preview-image img {
            margin-top: 0;
            max-width: 100%; }
    .center-wrap .content-wrap .sidebar {
      margin-top: 30px;
      float: none;
      width: 100%; }
      .center-wrap .content-wrap .sidebar .sidebar-box {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
  .center-wrap .comment-content {
    margin-top: 20px; }

  footer {
    height: auto; }
    footer .footer-navigation {
      width: 100%;
      height: auto; }
      footer .footer-navigation ul {
        display: block;
        height: auto;
        margin: 0 auto 0; }
        footer .footer-navigation ul li {
          display: block;
          float: none;
          height: auto; }
          footer .footer-navigation ul li a {
            display: block;
            text-align: center;
            border-bottom: 1px solid #FFFFFF; }

  /* FOOPRETOO */
  .foopretoo-sim-part {
    min-width: 800px; } }
/* constant */
/* ENABLE SCROLLING FOR BETTER VIEW */
#foopretoo-prognose, #foopretoo-simulation, #foopretoo-teamvergleich-scroll {
  overflow-x: auto; }

.foopretoo-group-box {
  position: relative;
  border-bottom: 1px solid #15225A;
  margin-bottom: 30px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  /* Min-Width for scrolling in mobile mode */
  min-width: 660px; }
  .foopretoo-group-box h2 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    background-color: #15225A;
    padding: 5px 10px;
    margin-bottom: 0px;
    cursor: pointer; }
  .foopretoo-group-box table {
    width: 100%;
    border-collapse: collapse; }
    .foopretoo-group-box table tr {
      /* Firefox < 16 */
      /* Safari, Chrome and Opera > 12.1 */
      /* Internet Explorer */
      /* Opera < 12.1 */ }
@keyframes fadein {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadein {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadein {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadein {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }
      .foopretoo-group-box table tr#first_place {
        background-color: #ffd700;
        background: -moz-linear-gradient(-45deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: repeating-linear-gradient(135deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 );
        -webkit-animation: fadein 0.2s;
        /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 0.2s;
        /* Firefox < 16 */
        -ms-animation: fadein 0.2s;
        /* Internet Explorer */
        -o-animation: fadein 0.2s;
        /* Opera < 12.1 */
        animation: fadein 0.2s; }
      .foopretoo-group-box table tr#second_place {
        background-color: #c0c0c0;
        background: -moz-linear-gradient(-45deg, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=1 );
        animation-delay: 2s;
        -webkit-animation: fadein 0.6s;
        /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 0.6s;
        /* Firefox < 16 */
        -ms-animation: fadein 0.6s;
        /* Internet Explorer */
        -o-animation: fadein 0.6s;
        /* Opera < 12.1 */
        animation: fadein 0.6s; }
      .foopretoo-group-box table tr#third_place {
        background-color: #cd7f32;
        background: -moz-linear-gradient(-45deg, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=1 );
        animation-delay: 4s;
        -webkit-animation: fadein 1s;
        /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 1s;
        /* Firefox < 16 */
        -ms-animation: fadein 1s;
        /* Internet Explorer */
        -o-animation: fadein 1s;
        /* Opera < 12.1 */
        animation: fadein 1s; }
      .foopretoo-group-box table tr#no_place {
        -webkit-animation: fadein 1.5s;
        /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 1.5s;
        /* Firefox < 16 */
        -ms-animation: fadein  1.5s;
        /* Internet Explorer */
        -o-animation: fadein 1.5s;
        /* Opera < 12.1 */
        animation: fadein 1.5s; }
      .foopretoo-group-box table tr:nth-child(even) {
        background-color: #EEEEEE; }
    .foopretoo-group-box table th, .foopretoo-group-box table td {
      padding: 7px 2px;
      transition: color 0.5s ease; }
      .foopretoo-group-box table th:first-child, .foopretoo-group-box table td:first-child {
        text-align: left;
        padding: 7px 5px;
        width: 140px; }
        .foopretoo-group-box table th:first-child.sort_names, .foopretoo-group-box table td:first-child.sort_names {
          border-right: 1px solid #15225A; }
        .foopretoo-group-box table th:first-child.sort_groups, .foopretoo-group-box table td:first-child.sort_groups {
          border-right: 1px solid #15225A; }
    .foopretoo-group-box table td {
      text-align: center; }
      .foopretoo-group-box table td:last-child {
        font-weight: bold;
        color: #15225A; }
  .foopretoo-group-box .transparent {
    color: rgba(51, 51, 51, 0) !important; }

.closed {
  max-height: 44px; }

.foopretoo-sim-part {
  position: relative;
  border-bottom: 1px solid #15225A;
  overflow: hidden;
  transition: max-height 0.5s ease; }
  .foopretoo-sim-part h2 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    background-color: #15225A;
    padding: 7px 10px;
    margin-bottom: 10px;
    cursor: pointer; }
  .foopretoo-sim-part .foopretoo-sim-group-box {
    position: relative;
    border-bottom: 1px solid #D52113;
    overflow: hidden;
    max-height: 800px;
    transition: max-height 0.5s ease; }
    .foopretoo-sim-part .foopretoo-sim-group-box h2 {
      color: #FFFFFF;
      text-transform: uppercase;
      font-weight: normal;
      display: block;
      background-color: #D52113;
      padding: 5px 10px;
      margin-bottom: 0px;
      cursor: pointer; }
    .foopretoo-sim-part .foopretoo-sim-group-box table {
      width: 100%;
      border-collapse: collapse; }
      .foopretoo-sim-part .foopretoo-sim-group-box table tr:nth-child(even) {
        background-color: #EEEEEE; }
      .foopretoo-sim-part .foopretoo-sim-group-box table tr:nth-child(1), .foopretoo-sim-part .foopretoo-sim-group-box table tr:nth-child(2) {
        font-weight: bold; }
      .foopretoo-sim-part .foopretoo-sim-group-box table th, .foopretoo-sim-part .foopretoo-sim-group-box table td {
        padding: 7px 2px; }
        .foopretoo-sim-part .foopretoo-sim-group-box table th:first-child, .foopretoo-sim-part .foopretoo-sim-group-box table td:first-child {
          text-align: left;
          padding: 7px 5px; }
      .foopretoo-sim-part .foopretoo-sim-group-box table td {
        text-align: left; }
  .foopretoo-sim-part h3 {
    padding-left: 23px; }
  .foopretoo-sim-part .matchbox {
    position: relative;
    width: 100%;
    height: 74px;
    background-color: #EEEEEE;
    cursor: pointer;
    /*
    border-top: 1px solid $cl-head-bg;
    border-bottom: 1px solid $cl-head-bg;
    border-left: 1px solid $cl-head-bg;
    border-right: 1px solid $cl-head-bg;
    */
    padding: 4px 6px; }
    .foopretoo-sim-part .matchbox .team {
      line-height: 21px;
      font-size: 13px;
      display: none; }
      .foopretoo-sim-part .matchbox .team .goals {
        float: right; }
    .foopretoo-sim-part .matchbox .bold {
      font-weight: bold;
      transition: font-weight 0.5s ease; }
    .foopretoo-sim-part .matchbox .champion {
      display: none;
      text-align: center;
      height: 66px;
      font-weight: bold;
      line-height: 66px;
      font-size: 1.1em;
      white-space: nowrap; }
    .foopretoo-sim-part .matchbox .match-meta {
      display: none;
      font-size: 10px;
      font-style: italic;
      white-space: nowrap; }
  .foopretoo-sim-part .ro16 {
    margin-bottom: 10px; }
  .foopretoo-sim-part .ro8 {
    margin-top: 52px;
    margin-bottom: 94px; }
  .foopretoo-sim-part .ro4 {
    margin-top: 136px;
    margin-bottom: 262px; }
  .foopretoo-sim-part .ro2, .foopretoo-sim-part .ro1 {
    margin-top: 304px; }
  .foopretoo-sim-part .closed {
    max-height: 44px; }
  .foopretoo-sim-part .generated-by {
    position: absolute;
    right: 0;
    bottom: 128px; }
    .foopretoo-sim-part .generated-by img {
      width: 214px; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(100, 100, 100, 0.7);
  z-index: 999;
  width: 100%;
  min-width: 600px;
  height: 100vh; }
  .overlay .overlay-content {
    background-color: white;
    max-width: 900px;
    min-width: 600px;
    padding: 20px;
    margin: 40px auto;
    z-index: 9999;
    max-height: 95%;
    overflow: auto; }

.closed-super {
  max-height: 48px; }

.zwei-spalter-50 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px; }
  .zwei-spalter-50 .col {
    float: left;
    width: 50%;
    padding: 10px; }

.drei-spalter-33 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px; }
  .drei-spalter-33 .col {
    float: left;
    width: 33.3333%; }
    .drei-spalter-33 .col:first-child {
      padding-right: 12px; }
    .drei-spalter-33 .col:nth-child(2) {
      padding: 0 6px; }
    .drei-spalter-33 .col:last-child {
      padding-left: 12px; }

.fuenf-spalter-20 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px; }
  .fuenf-spalter-20 .col {
    float: left;
    width: 20%; }
    .fuenf-spalter-20 .col:first-child {
      padding-right: 12px; }
    .fuenf-spalter-20 .col:nth-child(2) {
      padding: 0 6px; }
    .fuenf-spalter-20 .col:nth-child(3) {
      padding: 0 6px; }
    .fuenf-spalter-20 .col:nth-child(4) {
      padding: 0 6px; }
    .fuenf-spalter-20 .col:last-child {
      padding-left: 12px; }

/*Teamvergleich*/
#foopretoo-teamvergleich-scroll .foopretoo-sim-part {
  min-width: 600px; }

.drei-spalter-fixe-mitte {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px; }
  .drei-spalter-fixe-mitte .col-left, .drei-spalter-fixe-mitte .col-right {
    width: 50%; }
  .drei-spalter-fixe-mitte .col-left {
    float: left; }
  .drei-spalter-fixe-mitte .col-right {
    float: right; }
  .drei-spalter-fixe-mitte .col-left-content {
    margin-right: 100px;
    text-align: right; }
    .drei-spalter-fixe-mitte .col-left-content .left-bar-wrap {
      width: 100%;
      margin-bottom: 6px; }
      .drei-spalter-fixe-mitte .col-left-content .left-bar-wrap .team-win-chance, .drei-spalter-fixe-mitte .col-left-content .left-bar-wrap .team-draw-chance, .drei-spalter-fixe-mitte .col-left-content .left-bar-wrap .team-loss-chance, .drei-spalter-fixe-mitte .col-left-content .left-bar-wrap .stats-bar {
        float: right; }
  .drei-spalter-fixe-mitte .col-right-content {
    margin-left: 100px; }
    .drei-spalter-fixe-mitte .col-right-content .right-bar-wrap {
      width: 100%;
      margin-bottom: 6px; }
  .drei-spalter-fixe-mitte .col-mid {
    position: relative;
    float: left;
    width: 200px;
    margin-left: -100px;
    margin-right: -100px;
    text-align: center; }

.foopretoo-sim-part .team-select select {
  height: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 0.9em;
  text-transform: uppercase;
  width: 100%;
  padding: 7px;
  border: 1px solid #15225A;
  text-align: center; }
.foopretoo-sim-part .team-select h2 {
  background-color: #ffffff;
  color: #15225A;
  width: 100%;
  font-size: 0.9em;
  font-weight: bold;
  height: 40px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #15225A;
  box-sizing: border-box;
  cursor: inherit; }
.foopretoo-sim-part .team-select option {
  padding: 7px; }
.foopretoo-sim-part .team-win-chance, .foopretoo-sim-part .team-draw-chance, .foopretoo-sim-part .team-loss-chance, .foopretoo-sim-part .stats-bar {
  height: 30px;
  width: 0px;
  transition: width 1s ease !important;
  transition-delay: 1s;
  color: #FFFFFF;
  text-align: center; }
  .foopretoo-sim-part .team-win-chance span, .foopretoo-sim-part .team-draw-chance span, .foopretoo-sim-part .team-loss-chance span, .foopretoo-sim-part .stats-bar span {
    line-height: 30px; }
.foopretoo-sim-part .team-blank-field {
  height: 40px;
  margin-bottom: 10px;
  line-height: 40px; }
.foopretoo-sim-part .stats-text {
  height: 30px;
  line-height: 30px; }
.foopretoo-sim-part .team-win-label, .foopretoo-sim-part .team-draw-label, .foopretoo-sim-part .team-loss-label, .foopretoo-sim-part .stats-label {
  height: 30px;
  margin-bottom: 6px;
  line-height: 30px; }
.foopretoo-sim-part .team-win-chance, .foopretoo-sim-part .green {
  background-color: #009933; }
.foopretoo-sim-part .team-draw-chance, .foopretoo-sim-part .blue {
  background-color: #0066cc; }
.foopretoo-sim-part .team-loss-chance, .foopretoo-sim-part .red {
  background-color: #990000; }
.foopretoo-sim-part .light-green {
  background-color: rgba(0, 153, 51, 0.15); }
.foopretoo-sim-part .light-blue {
  background-color: rgba(0, 102, 204, 0.15); }
.foopretoo-sim-part .light-red {
  background-color: rgba(153, 0, 0, 0.15); }
.foopretoo-sim-part .ergebnis-container {
  height: 300px;
  width: 100%; }
  .foopretoo-sim-part .ergebnis-container .ergebnis-balken {
    position: relative;
    float: left;
    height: 100%;
    margin: 0 1px;
    width: 3.5587188612%; }
    .foopretoo-sim-part .ergebnis-container .ergebnis-balken .ergebnis-prozent {
      position: absolute;
      bottom: 41px;
      width: 100%;
      transition: all 0.3s ease; }
      .foopretoo-sim-part .ergebnis-container .ergebnis-balken .ergebnis-prozent > span {
        color: #FFFFFF;
        display: block;
        transform: rotate(-90deg);
        margin-top: 8px;
        text-align: center;
        margin-left: -4px;
        width: 40px;
        font-size: 0.9em; }
    .foopretoo-sim-part .ergebnis-container .ergebnis-balken .ergebnis-text {
      position: absolute;
      bottom: 0px;
      height: 40px;
      width: 100%;
      background-color: #15225A; }
      .foopretoo-sim-part .ergebnis-container .ergebnis-balken .ergebnis-text > span {
        color: #FFFFFF;
        display: block;
        transform: rotate(-90deg);
        margin-top: 2px;
        margin-left: -6px;
        width: 40px;
        font-size: 0.9em;
        text-align: left; }

.profil-header img {
  float: left;
  width: 64px; }
.profil-header h1 {
  float: left;
  margin-left: 20px;
  line-height: 64px; }
.profil-header .profil-stars {
  height: 64px;
  display: inline-block;
  padding-top: 18px;
  padding-left: 18px; }
  .profil-header .profil-stars img {
    width: 26px; }

.profil-table {
  min-width: 0px !important; }

.topwrap {
  margin-bottom: 5px;
  height: 250px;
  width: 20%;
  position: absolute;
  bottom: 0; }

.topname {
  margin: 0;
  padding: 4px 9px;
  width: 100%;
  height: 30px;
  top: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  background-color: #15225A; }

.whitediv {
  background-color: white;
  bottom: 0px;
  top: 30px;
  right: 0;
  left: 0;
  position: absolute; }

#top3wrap {
  height: 250px;
  margin-bottom: 5px;
  bottom: 0%;
  top: 0;
  right: 0;
  left: 0; }

.toggleButton {
  background-color: white;
  border: 0px;
  background-image: url("../../../plugins/foopretoo/icons/ladebalken_big.gif");
  background-repeat: no-repeat;
  background-size: 64% 100%; }

#goldwrap {
  background-color: #ffed8c;
  right: 0px;
  left: 40%; }

#silverwrap {
  background-color: silver;
  left: 10%; }

#bronzewrap {
  background-color: brown;
  right: 10%; }

/*# sourceMappingURL=style.css.map */
