html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html,
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.236rem;
}
.headline {
  position: relative;
  padding: 1.618rem 0;
  padding-left: 160px;
  -webkit-box-shadow: -1px 2px 7px 0px #999;
  box-shadow: -1px 2px 7px 0px #999;
  font-family: 'Playfair Display', serif;
  color: #a7263c;
  margin-bottom: 3.236rem;
}
.headline .title {
  margin-bottom: 0.382rem;
}
.headline .subtitle {
  font-size: 0.618em;
  font-family: 'Open Sans', sans-serif;
}
.headline:before {
  content: '';
  position: absolute;
  bottom: -100px;
  z-index: 10;
  width: 100px;
  height: 200px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  left: 1.618rem;
  background-image: url("https://www.deutsches-sportpferd.de/typo3conf/ext/dsp_sitepackage/Resources/Public/website/pix/logo.png");
  background-repeat: no-repeat;
}
a {
  color: #000;
  text-decoration: none;
}
h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  text-decoration: none;
  text-align: center;
  margin: 0.618rem 0;
}
.logo {
  width: 100px;
  height: auto;
}
.desktop table tr:hover td {
  background-color: #fff;
}
table {
  border-collapse: collapse;
  background: rgba(252,205,0,0.5);
  width: 1280px;
  margin: 0 auto;
}
table tr td:last-child {
  padding: 0;
}
table tr td:last-child a {
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 0 0.618rem;
  background-color: #a7263c;
}
table tr td:last-child a:before {
  display: none;
}
table th {
  background: #a7263c;
  color: #fff;
  text-align: center;
  padding: 0.382rem;
  font-size: 1.1rem;
  font-weight: bold;
}
table th:nth-child(1) {
  width: 3.5rem;
  text-align: center;
}
table tr {
  position: relative;
}
table tr.marked td {
  background: #000 !important;
  color: #fff;
}
table tr td {
  position: relative;
  font-size: 1rem;
  border: 1px solid #aaa;
  border-collapse: collapse;
  padding: 0.382rem;
  white-space: nowrap;
  word-wrap: break-word;
}
table tr td:nth-child(1) {
  width: 3.5rem;
  text-align: center;
}
table tr td:nth-child(4),
table tr td:nth-child(5),
table tr td:nth-child(6) {
  text-align: center;
}
table tr:nth-child(even) td {
  background: #fccd00;
}
table tr:nth-child(odd) {
  background: #fae6a2;
}
table tr:nth-child(odd) td {
  background: #fae6a2;
}
.mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .headline {
    padding-left: 120px;
  }
  .headline:before {
    width: 70px;
  }
  h1 {
    text-align: left;
    padding-left: 0.382rem;
    padding-bottom: 1.618rem;
    font-size: 5rem !important;
  }
  table,
  thead,
  th,
  td,
  tr,
  tbody {
    display: block;
    text-align: left !important;
  }
  table {
    width: 100% !important;
  }
  table * {
    font-size: 2rem !important;
  }
  table tr {
    width: 100% !important;
  }
  table tr td {
    white-space: normal;
    width: 100% !important;
  }
  table tr td:first-child {
    border-top: 3px solid #000;
  }
  table tr td:last-child {
    height: 6rem;
    padding: 0;
  }
  table tr td:last-child a {
    display: block;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    font-weight: bold;
    background-color: #a7263c;
  }
  table tr td:last-child a:before {
    display: none;
  }
  thead {
    display: none;
  }
  .mobile {
    font-weight: bold;
    display: inline-block;
    margin-right: 0.618rem;
  }
}
