body, html {
  font-size: 1.5em;
  -webkit-font-smoothing: antialiased;
}
.lochspiel .turnierimage {
  max-height: 50px;
}
.lochspiel .odd {
  background-color: #ddd;
  background: white;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #1d1d1f;
  padding: 1rem 0;
  border-bottom: 2px solid #589649;
}
.lochspiel #livescoring {
  overflow: scroll;
  font-size: 1rem;
  line-height: 1.618;
  background: #E9E8E4;
}
.lochspiel .infoscreen .headline {
  font-size: 1.5em;
  font-weight: bold;
}
.lochspiel .stripe {
  background-color: #f9f9f9;
}
.lochspiel .container1 {
  background-color: #eee;
  display: block;
  overflow: hidden;
  clear: both;
}
.lochspiel .container2 {
  background-color: #ddd;
  display: block;
  overflow: hidden;
  clear: both;
}
.lochspiel .infoTable .header {
  font-weight: bold;
}
.lochspiel .matchplay_scoring span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 2px solid #B0BEC5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  content: '';
  padding: 0;
  font: inherit;
  font-size: 100%;
  opacity: .75;
}
.lochspiel .red {
  background-color: #d20004;
  color: white;
}
.lochspiel .blue {
  background-color: #0132a7;
  color: white;
}
.lochspiel .grey {
  background-color: #ccc;
  color: black;
}
.lochspiel .score {
  font-weight: 900;
  text-align: center;
}
.lochspiel .Birdie {
  background-color: #A4CEF8;
}
.lochspiel .DBogey {
  background-color: #F9B842;
}
.lochspiel .Bogey {
  background-color: #F9B842;
}
.lochspiel .Eagle {
  background-color: #33B0E6;
}
.lochspiel .Par {
  background-color: #A3A6AB;
}
.lochspiel .InOut {
  background-color: #F2F2F2;
}
.lochspiel .Minus {
  font-weight: bold;
  color: #BF0000;
}
.lochspiel .Plus {
  font-weight: bold;
}
.lochspiel header {
  background: white;
  -webkit-box-shadow: rgba(70, 93, 54, 0.18) 0 10px 60px;
  -moz-box-shadow: rgba(70, 93, 54, 0.18) 0 10px 60px;
  box-shadow: rgba(70, 93, 54, 0.18) 0 10px 60px;
  background: #c9de96;
  background: -moz-linear-gradient(-45deg, #c9de96 0%, #8ab66b 44%, #398235 100%);
  background: -webkit-linear-gradient(-45deg, #c9de96 0%, #8ab66b 44%, #398235 100%);
  background: -webkit-linear-gradient(315deg, #c9de96 0%, #8ab66b 44%, #398235 100%);
  background: -moz-linear-gradient(315deg, #c9de96 0%, #8ab66b 44%, #398235 100%);
  background: -o-linear-gradient(315deg, #c9de96 0%, #8ab66b 44%, #398235 100%);
  background: linear-gradient(135deg, #c9de96 0%, #8ab66b 44%, #398235 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235', GradientType=1);
}
.lochspiel header .container-fluid .text-center {
  font-size: 1rem;
  color: #5e9a4e;
}
.lochspiel h1.turniername {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2em;
  margin-top: 30px;
}
.lochspiel .thumbnail {
  border: 2px solid #a5c77d;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.lochspiel header .col-md-2.col-xs-5 {
  color: #2e6527;
  opacity: .75;
}
.lochspiel header .col-md-2.col-xs-5:nth-of-type(3) {
  text-align: right;
}
.lochspiel #livescoring .col-md-2.col-xs-5:nth-of-type(3) {
  text-align: right;
}
.lochspiel #livescoring > div.container-fluid > .row {
  display: block;
  padding: .5rem 0;
  color: #2b3a2a;
  background: white;
  margin: .5rem -15px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.lochspiel header .container-fluid:last-of-type .text-center {
  position: relative;
  background: transparent;
  z-index: 0;
  color: rgba(64, 134, 58, 0);
  -moz-animation: blink-animation 1s ease-in-out infinite;
  -o-animation: blink-animation 1s ease-in-out infinite;
  animation: blink-animation 1s ease-in-out infinite;
  -webkit-animation: blink-animation 1s ease-in-out infinite;
}
@-moz-keyframes blink-animation {
  to {
    color: #40863a;
  }
}
@-o-keyframes blink-animation {
  to {
    color: #40863a;
  }
}
@keyframes blink-animation {
  to {
    color: #40863a;
  }
}
@-webkit-keyframes blink-animation {
  to {
    color: transparent;
  }
}
.lochspiel header .container-fluid:last-of-type .text-center:after {
  content: '';
  display: block;
  width: 150px;
  height: 105%;
  background: #c5dc93;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: -1;
  opacity: .35;
}
.lochspiel .matchplay_scoring + .col-md-2 {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #344233;
}
.lochspiel #livescoring > div.container-fluid > .row > .col-xs-5 {
  position: relative;
  z-index: 0;
}
.lochspiel #livescoring > div.container-fluid > .row > .col-xs-5:first-of-type:before {
  content: '';
  width: 85%;
  height: -webkit-calc(100% + 50px);
  height: -moz-calc(100% + 50px);
  height: calc(100% + 50px);
  position: absolute;
  top: -25px;
  left: 0;
  background: #ffffff;
  z-index: -1;
}
.lochspiel #livescoring > div.container-fluid > .row > .col-xs-5:first-of-type:after {
  content: '';
  width: 62px;
  height: 62px;
  background: #ffffff;
  position: absolute;
  right: 17px;
  top: -12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.lochspiel #livescoring > div.container-fluid > .row > .col-xs-5.low:first-of-type:after, .lochspiel #livescoring > div.container-fluid > .row > .col-xs-5.low:first-of-type:before, .lochspiel #livescoring > div.container-fluid > .row > .col-xs-5.low:last-of-type:after, .lochspiel #livescoring > div.container-fluid > .row > .col-xs-5.low:last-of-type:before {
  background: #dd3f42;
}
.lochspiel #livescoring > div.container-fluid > .row > .col-xs-5.high:first-of-type:after, .lochspiel #livescoring > div.container-fluid > .row > .col-xs-5.high:first-of-type:before, .lochspiel #livescoring > div.container-fluid > .row > .col-xs-5.high:last-of-type:after, .lochspiel #livescoring > div.container-fluid > .row > .col-xs-5.high:last-of-type:before {
  background: #4065bd;
}
.lochspiel #livescoring > div.container-fluid > .row > .col-xs-5.high, .lochspiel #livescoring > div.container-fluid > .row > .col-xs-5.low {
  color: white;
}
.lochspiel #livescoring > div.container-fluid > .row > .col-xs-5:last-of-type:before {
  content: '';
  width: 85%;
  height: -webkit-calc(100% + 50px);
  height: -moz-calc(100% + 50px);
  height: calc(100% + 50px);
  position: absolute;
  top: -25px;
  right: 0;
  background: #ffffff;
  z-index: -1;
}
.lochspiel #livescoring > div.container-fluid > .row > .col-xs-5:last-of-type {
  position: relative;
}
.lochspiel #livescoring > div.container-fluid > .row > .col-xs-5:last-of-type:after {
  content: '';
  width: 62px;
  height: 62px;
  background: #ffffff;
  position: absolute;
  left: 17px;
  top: -12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.lochspiel #livescoring > div.container-fluid > .row > .col-xs-5:last-of-type {
  position: relative;
  z-index: 0;
}
.lochspiel .points--holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  position: relative;
}
.lochspiel .points--holder:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  border-right: 1px dashed white;
  margin-left: -1px;
}
.lochspiel .points--holder [class^="points-"] {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 100%;
  color: #FFFFFF;
  display: block;
  padding: .5rem 0;
  height: 85px;
}
.lochspiel .points-team_b {
  background: #D20004;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.lochspiel .points-team_a {
  background: #0132A7;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.lochspiel .points-team_b-predicts {
  background: #DD4043;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.lochspiel .points-team_a-predicts {
  background: #4065BD;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.lochspiel .points--holder p {
  margin: 0 .5rem;
  line-height: 60px;
}
.lochspiel .points-team_b > * {
  float: right;
  display: block;
}
.lochspiel .points-team_a > * {
  float: left;
}
.lochspiel .points--holder [class^="points-"] img, .lochspiel .points--holder [class^="points-"] p {
  position: absolute;
  z-index: 5;
}
.lochspiel .points--holder .points-team_a img {
  left: 15px;
}
.lochspiel .points--holder .points-team_a p {
  left: 3.5rem;
  text-align: left;
}
.lochspiel .points--holder .points-team_b img {
  right: 15px;
}
.lochspiel .points--holder .points-team_b p {
  right: 3.5rem;
  text-align: right;
}
.lochspiel .points--holder:after {
  width: auto;
  font-size: 48px;
  text-align: center;
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  z-index: 99999;
  content: attr(data-score);
}
