@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, .profil-header:after, .foopretoo-sim-part .ergebnis-container:after, .drei-spalter-fixe-mitte .col-left-content .left-bar-wrap:after, .drei-spalter-fixe-mitte:after, .drei-spalter-33:after, .zwei-spalter-50:after, .foopretoo-sim-part .matchbox .team:after, footer .footer-navigation ul:after, .center-wrap .content-wrap .sidebar .partners-and-logos:after, .center-wrap .content-wrap .content .preview-box .preview-date: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: #1C50AD;
}

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: auto;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 5px 0px rgb(102, 102, 102);
  -moz-box-shadow: 0px 5px 5px 0px rgb(102, 102, 102);
  box-shadow: 0px 5px 5px 0px rgb(102, 102, 102);
}
.nav-wrap > div {
  float: left;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.nav-wrap .upper {
  position: relative;
  height: auto;
  aspect-ratio: 1930/320;
  width: 100%;
  background-image: url(../images/em24_header_with_title.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: bottom;
}
.nav-wrap .upper .header {
  width: 50%;
  margin: 0 auto;
}
.nav-wrap .lower {
  position: relative;
  min-height: 40px;
  width: 100%;
  background-color: rgb(28, 80, 173);
  transition: background-color 0.5s ease;
}
.nav-wrap .lower.fixed-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  background-color: rgb(28, 80, 173);
  box-shadow: 0px 5px 5px 0px rgb(102, 102, 102);
}
.nav-wrap .top-left {
  float: left;
  height: 100%;
  width: 15%;
}
.nav-wrap .top-right {
  float: left;
  height: 100%;
  width: 15%;
}
.nav-wrap {
  /*
  .top-center{
  	float: left;
  	min-width: $nav-width;
  	background-color: #FFFFFF;
  	width: 70%;
  	height: 100%;
  	*/
}
.nav-wrap .header {
  padding-top: 20px;
}
.nav-wrap {
  /*
   * Hauptnavigation (Desktop) - komplette Neuimplementierung.
   * Top-Level: zentrierte Flexbox-Leiste, bricht bei Platzmangel sauber um.
   * Untermenues: absolut positionierte Dropdowns, die beim Hover ausklappen
   * und ihre Eintraege vertikal stapeln. Keine Floats, keine geerbten
   * Hoehen-/Float-Werte mehr, die sich gegenseitig stoeren.
   */
}
.nav-wrap .navigation {
  width: 70%;
  margin: 0 auto;
}
.nav-wrap .navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-wrap .navigation li {
  position: relative;
  list-style: none;
}
.nav-wrap .navigation > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.nav-wrap .navigation > ul > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #FFFFFF;
  font-size: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.nav-wrap .navigation > ul > li > a:hover {
  color: #75AEDD;
}
.nav-wrap .navigation > ul > li.current-menu-item > a {
  color: #90008F;
}
.nav-wrap .navigation > ul > li.current-menu-item > a:hover {
  color: #75AEDD;
}
.nav-wrap .navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 5px 5px 0px rgba(102, 102, 102, 0.6);
  z-index: 50;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
}
.nav-wrap .navigation .sub-menu li {
  width: 100%;
}
.nav-wrap .navigation .sub-menu a {
  display: block;
  padding: 9px 20px;
  line-height: 1.2;
  color: #90008F;
  text-decoration: none;
  white-space: nowrap;
  border-top: 1px solid #D52113;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.nav-wrap .navigation .sub-menu a:hover {
  color: #75AEDD;
  background-color: #FFFFFF;
}
.nav-wrap .navigation .sub-menu li:last-child a {
  border-bottom: 1px solid #D52113;
}
.nav-wrap .navigation li:hover > .sub-menu {
  max-height: 800px;
  opacity: 1;
  visibility: visible;
}

/* FOR MOBILE VIEW */
.mobile-header {
  width: 100%;
}
.mobile-header .header {
  width: 100%;
  height: 82%;
  position: relative;
  background-image: url(../images/em24_header_with_title.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: left;
  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: rgb(28, 80, 173);
  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: #90008F;
  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: #90008F;
  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 rgb(102, 102, 102);
  -moz-box-shadow: 4px 4px 11px 0px rgb(102, 102, 102);
  box-shadow: 4px 4px 11px 0px rgb(102, 102, 102);
}
.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: #90008F;
  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/em21_new_divider.png);
  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: #90008F;
  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 rgb(102, 102, 102);
  -moz-box-shadow: 4px 4px 11px 0px rgb(102, 102, 102);
  box-shadow: 4px 4px 11px 0px rgb(102, 102, 102);
  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: #90008F; /* 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: #1C50AD;
}
.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 #90008F;
}
.comments-area textarea {
  padding: 6px 8px;
  font-size: 0.9em;
  border: 1px solid #90008F;
  max-width: 95%;
}
.comments-area input[type=submit] {
  padding: 10px 14px;
  font-size: 1em;
  background-color: #90008F;
  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 #90008F;
}
.comments-area .comment-list li {
  margin-left: 22px;
}
.comments-area .comment-list li footer {
  background: none;
}
.comments-area .comment-list .children li {
  margin-left: 44px;
}
.comments-area .comment-list .children {
  margin-bottom: 20px;
}
.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: #1C50AD;
}

/*
FOOTER
*/
footer {
  height: 40px;
  width: 100%;
  background-color: #90008F;
}
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: 1em;
  box-sizing: border-box;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
footer .footer-navigation ul li a:hover {
  color: #1C50AD;
  /*
  border-bottom: 5px solid $cl-dark-red;
  */
}
footer .footer-navigation ul li.current-menu-item > a {
  color: #1C50AD;
  /*
  	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 */
/*
 * K.-o.-Turnierbaum: Die Kartenhoehe wird nicht mehr fix gesetzt, sondern
 * waechst per min-height/Padding mit dem Inhalt (zwei Teamzeilen). $matchbox-h
 * spiegelt die daraus resultierende Hoehe wider und steuert die vertikalen
 * Margins, mit denen die Runden im Baum ausgerichtet werden.
 *
 * Ausrichtungs-Formel (Runde n, n=0 = dichteste Spalte links):
 *   margin-top    t_n  = 0.5 * P0 * (2^n - 1)
 *   margin-bottom mb_n = 2^n * P0 - $matchbox-h - t_n
 * mit Pitch P0 = $matchbox-h + $matchbox-gap.
 *
 * Aendert sich der Inhalt (Zeilenhoehe/Padding), genuegt es, $matchbox-h
 * anzupassen - der gesamte Baum richtet sich dann automatisch neu aus.
 */
/* ENABLE SCROLLING FOR BETTER VIEW */
#foopretoo-prognose, #foopretoo-simulation, #foopretoo-teamvergleich-scroll {
  overflow-x: auto;
}

.foopretoo-group-box {
  position: relative;
  border-bottom: 1px solid #90008F;
  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: #90008F;
  padding: 5px 10px;
  margin-bottom: 0px;
  cursor: pointer;
}
.foopretoo-group-box table {
  width: 100%;
  border-collapse: collapse;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.foopretoo-group-box table tr {
  /* Firefox < 16 */
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.foopretoo-group-box table tr {
  /* Safari, Chrome and Opera > 12.1 */
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.foopretoo-group-box table tr {
  /* Internet Explorer */
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.foopretoo-group-box table tr {
  /* Opera < 12.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 #90008F;
}
.foopretoo-group-box table th:first-child.sort_groups, .foopretoo-group-box table td:first-child.sort_groups {
  border-right: 1px solid #90008F;
}
.foopretoo-group-box table td {
  text-align: center;
}
.foopretoo-group-box table td:last-child {
  font-weight: bold;
  color: #90008F;
}
.foopretoo-group-box .transparent {
  color: rgba(51, 51, 51, 0) !important;
}

.closed {
  max-height: 44px;
}

.foopretoo-sim-part {
  position: relative;
  border-bottom: 1px solid #90008F;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.foopretoo-sim-part h2 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  background-color: #90008F;
  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%;
  min-height: 50px;
  flex: 0 0 auto;
  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;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.foopretoo-sim-part .matchbox .team img {
  vertical-align: middle;
  margin-right: 4px;
}
.foopretoo-sim-part .matchbox .team .team-name {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 64px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foopretoo-sim-part .matchbox .team .goals {
  position: absolute;
  right: 0;
}
.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: 42px;
  line-height: 42px;
  font-weight: bold;
  font-size: 1.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.foopretoo-sim-part .matchbox .match-meta {
  display: none;
  font-size: 10px;
  font-style: italic;
  white-space: nowrap;
}
.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;
}

/*
 * K.-o.-Baum - relatives Layout (statt fester Pixel-Margins pro Runde).
 *
 * Beide Spaltenraster sind Flex-Container; alle Spalten werden gleich hoch
 * (align-items: stretch). Innerhalb jeder Spalte verteilt .col-matches die
 * Kacheln per justify-content: space-around. Dadurch landet jede Runde
 * automatisch vertikal mittig zwischen ihren beiden Vorgaengern - exakt und
 * voellig unabhaengig von der konkreten Kachelhoehe.
 *
 * Die dichteste Spalte (ro16 bzw. ro32) bestimmt ueber ihren Inhalt die
 * Gesamthoehe; der gap haelt dort den Mindestabstand zwischen den Kacheln.
 */
.fuenf-spalter-20, .sechs-spalter-16 {
  display: flex;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.fuenf-spalter-20 .col, .sechs-spalter-16 .col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 0 6px;
}
.fuenf-spalter-20 .col:first-child, .sechs-spalter-16 .col:first-child {
  padding-left: 0;
}
.fuenf-spalter-20 .col:last-child, .sechs-spalter-16 .col:last-child {
  padding-right: 0;
}
.fuenf-spalter-20 > .col > h3, .sechs-spalter-16 > .col > h3 {
  flex: 0 0 auto;
  text-align: left;
  padding-left: 0;
}
.fuenf-spalter-20 .col-matches, .sechs-spalter-16 .col-matches {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 10px;
}

.sechs-spalter-16 .col {
  padding: 0 4px;
}
.sechs-spalter-16 .matchbox {
  padding: 4px 5px;
}
.sechs-spalter-16 .matchbox .team {
  font-size: 11px;
  line-height: 20px;
}
.sechs-spalter-16 .matchbox .team img {
  margin-right: 3px;
}
.sechs-spalter-16 .matchbox .team .team-name {
  max-width: calc(100% - 60px);
}
.sechs-spalter-16 .matchbox .champion {
  font-size: 1em;
}

/*
 * Verbindungslinien der K.-o.-Runden ab dem Viertelfinale.
 * Macht sichtbar, welche zwei Kaesten (Viertelfinale) zu welchem naechsten
 * Kasten (Halbfinale) gehoeren - und entsprechend weiter bis zum Weltmeister.
 * Frueher (Achtel->Viertel) wird bewusst NICHT verbunden, da dort die
 * Paarungen laut WM-Spielplan ueber Kreuz laufen.
 *
 * Gezeichnet wird jeweils am "naechsten" Kasten (.ro4/.ro2/.ro1):
 * Von beiden Vorgaengern laeuft je eine waagerechte Linie heran und biegt
 * dann senkrecht in die Mitte der Ober- bzw. Unterkante des Kastens ein
 * (von oben in die Oberkante-Mitte, von unten in die Unterkante-Mitte).
 *   ::before = obere L-Linie (Vorgaenger oben -> Oberkante-Mitte)
 *   ::after  = untere L-Linie (Vorgaenger unten -> Unterkante-Mitte)
 * $barH = Mitten-Abstand der zwei Vorgaenger = (ColH + gap)/N. ColH = Hoehe
 * der dichtesten Spalte; damit bleibt alles an die Flex-Geometrie gekoppelt
 * (aendert sich $matchbox-h, passt sich alles automatisch an).
 */
.fuenf-spalter-20 .ro4::before {
  content: "";
  position: absolute;
  left: -12px;
  width: calc(50% + 12px);
  top: 50%;
  margin-top: -60px;
  height: 35px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
}
.fuenf-spalter-20 .ro4::after {
  content: "";
  position: absolute;
  left: -12px;
  width: calc(50% + 12px);
  top: 50%;
  margin-top: 25px;
  height: 35px;
  border-bottom: 2px solid #888888;
  border-right: 2px solid #888888;
}
.fuenf-spalter-20 .ro2::before {
  content: "";
  position: absolute;
  left: -12px;
  width: calc(50% + 12px);
  top: 50%;
  margin-top: -120px;
  height: 95px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
}
.fuenf-spalter-20 .ro2::after {
  content: "";
  position: absolute;
  left: -12px;
  width: calc(50% + 12px);
  top: 50%;
  margin-top: 25px;
  height: 95px;
  border-bottom: 2px solid #888888;
  border-right: 2px solid #888888;
}
.fuenf-spalter-20 .ro1::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -1px;
  width: 12px;
  height: 2px;
  background: #888888;
}

.sechs-spalter-16 .ro8::before {
  content: "";
  position: absolute;
  left: -8px;
  width: calc(50% + 8px);
  top: 50%;
  margin-top: -60px;
  height: 35px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
}
.sechs-spalter-16 .ro8::after {
  content: "";
  position: absolute;
  left: -8px;
  width: calc(50% + 8px);
  top: 50%;
  margin-top: 25px;
  height: 35px;
  border-bottom: 2px solid #888888;
  border-right: 2px solid #888888;
}
.sechs-spalter-16 .ro4::before {
  content: "";
  position: absolute;
  left: -8px;
  width: calc(50% + 8px);
  top: 50%;
  margin-top: -120px;
  height: 95px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
}
.sechs-spalter-16 .ro4::after {
  content: "";
  position: absolute;
  left: -8px;
  width: calc(50% + 8px);
  top: 50%;
  margin-top: 25px;
  height: 95px;
  border-bottom: 2px solid #888888;
  border-right: 2px solid #888888;
}
.sechs-spalter-16 .ro2::before {
  content: "";
  position: absolute;
  left: -8px;
  width: calc(50% + 8px);
  top: 50%;
  margin-top: -240px;
  height: 215px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
}
.sechs-spalter-16 .ro2::after {
  content: "";
  position: absolute;
  left: -8px;
  width: calc(50% + 8px);
  top: 50%;
  margin-top: 25px;
  height: 215px;
  border-bottom: 2px solid #888888;
  border-right: 2px solid #888888;
}
.sechs-spalter-16 .ro1::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -1px;
  width: 8px;
  height: 2px;
  background: #888888;
}

/*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 #90008F;
  text-align: center;
}
.foopretoo-sim-part .team-select h2 {
  background-color: #ffffff;
  color: #90008F;
  width: 100%;
  font-size: 0.9em;
  font-weight: bold;
  height: 40px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #90008F;
  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: rgb(0, 153, 51);
}
.foopretoo-sim-part .team-draw-chance, .foopretoo-sim-part .blue {
  background-color: rgb(0, 102, 204);
}
.foopretoo-sim-part .team-loss-chance, .foopretoo-sim-part .red {
  background-color: rgb(153, 0, 0);
}
.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: #90008F;
}
.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 */
