/*
Theme Name: SC Potsdam - 2019

Author: Mathias Greiner | Agentur Medienlabor

Version: 1.1
Text Domain: scp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




/**
 * Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}


/**
 * Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
  color: #666;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0 0 0.5em;
  text-rendering: optimizeLegibility;
  color: #E20026;
}
h1, h2 {
  font-size: 28px;
  font-size: 1.75rem;
}
h3, h4 {
  font-size: 22px;
  font-size: 1.375rem;
}
h5,
h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

p {
  margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #333;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  overflow: hidden;
  padding: 0 0 0 1.263157895em;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote p {
  margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

blockquote > :last-child {
  margin-bottom: 0;
}

address {
  font-style: italic;
  margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
}

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}

abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

big {
  font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
}

ul,
ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

del {
  opacity: 0.8;
}

table,
th,
td {
  border: 1px solid #d1d1d1;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #333;
}
:-moz-placeholder {
  color: #333;
}
::-moz-placeholder {
  color: #333;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #333;
}


/**
 * 5.0 - Forms
 */

button,
input,
select,
textarea {
  -webkit-appearance: none !important;
}

input {
  line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #E20026;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  color: #333;
  padding: 0.625em 0.4375em;
  width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #E20026;
  color: #1a1a1a;
  outline: 0;
}

.post-password-form {
  margin-bottom: 1.75em;
}

.post-password-form label {
  color: #333;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase;
}

.post-password-form input[type="password"] {
  margin-top: 0.4375em;
}

.post-password-form > :last-child {
  margin-bottom: 0;
}

.search-form {
  position: relative;
}

/*input[type="search"].search-field {
  border-radius: 2px 0 0 2px;
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px);
}

.search-submit:before {
  content: "\f400";
  font-size: 24px;
  left: 2px;
  line-height: 42px;
  position: relative;
  width: 40px;
}

.search-submit {
  border-radius: 0 2px 2px 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}*/





/**
 * Links
 */

a {
  color: #E20026;
  text-decoration: none;
  -o-transition:all .3s linear;
  -ms-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -webkit-transition:all .3s linear;
  transition:all .3s linear;
}

a:hover,
a:focus,
a:active {
  color: #333;
  -o-transition:all .3s linear;
  -ms-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -webkit-transition:all .3s linear;
  transition:all .3s linear;
}
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.pagination {
  clear: both;
  margin: 10px 0;
}



/**
 * Menus
 */
.social-media-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-media-list li {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 10px 10px 0;
}
.social-media-list li a {
  display: block;
  float: left;
  color: #fff;
  background: #E20026;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.site-footer .social-media-list li {
  margin: 0 10px 10px 0;
}
.social-media-list li a:hover,
.social-media-list li a:focus {
  background: #000;
}



/*  Navigation */


.nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation {
  float: right;
  padding-top: 53px;
}


.main-navigation ul.nav-menu {
  padding: 0;
  margin: 0;
}
.main-navigation ul.nav-menu li {
  display: inline-block;
  text-transform: uppercase;
}
.main-navigation ul.nav-menu li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 36px;
  color: #fff;
  padding: 0 3px;
  border-radius: 5px;
}
.main-navigation ul.nav-menu li a:hover,
.main-navigation ul.nav-menu li a:focus {
  color: #000;
  background: #fff;
}
.main-navigation ul.nav-menu ul {
  position: absolute;
  left: -9999px;
  margin: 0;
  padding: 0;
  border: 1px solid #E20026;
}
.main-navigation ul.nav-menu > li:hover > ul {
  left: auto;
  z-index: 1000;
}
.main-navigation ul.nav-menu ul > li:hover > ul {
  left: auto;
  top: 0;
  margin-left: 240px;
  z-index: 1000;
}
.main-navigation ul.sub-menu {
  max-width: 300px;
  background: #E20026;
  background: rgba(226,0,38,0.8);
  padding: 5px 0 0;
}
.main-navigation ul.sub-menu li {
  display: block;
  margin: 0;
}
.main-navigation .nav-menu ul.sub-menu li a {
  display: block;
  color: #fff;
  padding: 5px 10px;
  text-align: left;
  line-height: 24px;
  border-radius: 0;
}
.main-navigation .nav-menu ul.sub-menu li a:hover,
.main-navigation .nav-menu ul.sub-menu li a:focus {
  background: #fff;
  color: #E20026;
}
span.show-menu-childs {
  display: none;
}

.main-navigation ul.nav-menu > li.bonuscard > a {
  background: #F5C8C6;
  color: #E20026;
}
.main-navigation ul.nav-menu > li.bonuscard > a:hover,
.main-navigation ul.nav-menu > li.bonuscard > a:focus {
  background: #fff;
  color: #000;
}

.site-navigation .menu-toggle {
  display: none;
  float: right;
  font-size: 36px;
  margin-top: 30px;
  padding: 0 ;
  background: none;
  color: #fff;
  cursor: pointer;
}
.site-navigation .menu-toggle span {
  display: none;
}
.site-navigation .menu-toggle:before {
  display: block;
  font-family: 'FontAwesome';
  content: '\f0c9';
}
.site-navigation .menu-toggle:hover,
.site-navigation .menu-toggle:active {
  color: #000;
}
.site-navigation .menu-toggle.toggle-up:before {
  content: '\f00d';
}

.section-navigation {
  text-align: right;
}
.section-navigation li {
  display: inline-block;
}
.section-navigation li a {
  display: block;
  line-height: 36px;
  padding: 0 3px;
}


.sidebar-nav {
  margin: 0 0 30px;
}
.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #E20026;
}
.sidebar-nav ul ul {
  display: none;
}
.sidebar-nav ul ul a {
  padding-left: 20px;
}
.sidebar-nav ul ul ul a {
  padding-left: 40px;
}
.sidebar-nav li.current-menu-ancestor > a {
  color: #000;
  border-bottom: 1px solid #000;
}
.sidebar-nav li.current-menu-item > a {
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: bold;
}


.sidebar-nav li.current-menu-item > ul,
.sidebar-nav li.current-menu-ancestor > ul,
.sidebar-nav li.current-menu-paren > ul {
  display: block;
}

.section-navigation-wrapper.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
/*  background: #fff;
  background: rgba(255,255,255,0.9);*/
  background:  #E20026;
  background: rgba(226,0,38,0.9);
}
.section-navigation-wrapper.is-fixed a {
  color: #fff ;
  font-size: 17px;
  font-size: 1.0625rem;
}
.section-navigation-wrapper.is-fixed a:hover,
.section-navigation-wrapper.is-fixed a:focus {
  color:  #000;
}



/**
 * Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #E20026;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}


/**
 * Alignments
 */

.alignleft {
  float: left;
  margin: 0 0 1.75em;
  padding-right: 1.75em;
}
img.alignleft {
  margin: 0 1.75em 1.75em 0;
  padding: 0;
}

.alignright {
  float: right;
  margin: 0 0 1.75em;
  padding-left: 1.75em;
}
img.alignright {
  float: right;
  margin: 0 0 1.75em 1.75em;
  padding: 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

blockquote.alignleft {
  margin: 0 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
  margin: 0 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}

.width-50 {
  width: 50%;
}
.width-33 {
  width: 33.3333%;
}
.width-25 {
  width: 25%;
}


/**
 * Clearings
 */

.clear:before,
.clear:after,
.page-center:before,
.page-center:after{
  content: "";
  display: table;
}

.clear:after,
.page-center:after {
  clear: both;
}


/**
 * Widgets
 */
 #secondary .widget {
  margin-bottom: 30px;
 }

.widget_sports ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#frontpage-widget-area .widget-title {
  font-size: 18px;
  font-size: 1.125rem;
}


.widget-area .widget_scp_eventmanager_mainblog ul,
.widget-area .widget_em_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-area .widget_scp_eventmanager_mainblog ul li,
.widget-area .widget_em_widget ul li {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ddd;
}
.widget-area .widget_scp_eventmanager_mainblog ul li.all-events-link,
.widget-area .widget_em_widget ul li.all-events-link {
  overflow: hidden;
  border: none;
  margin: 10px 0 0;
  padding: 0;
}
.widget-area .widget_scp_eventmanager_mainblog ul li.all-events-link a,
.widget-area .widget_em_widget ul li.all-events-link a {
  margin: 0;
}


.widget_ml_ticketcode_widget h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.widget_ml_ticketcode_widget .submit {
  width: 100%;
}
.widget_ml_ticketcode_widget p {
  margin: 0 0 1em;
}

.sidebar-message-wrapper {
  background: #ddd;
  padding: 10px 0;
  /*margin-top: 40px !important;*/
}
.sidebar-message-wrapper .widget-area {
  margin-top: 20px;
}



/**
 * FlexBox
 */
.flex-row,
.home #primary #main,
.archive #primary #main,
.sidebar-on #content .content-inner,
#frontpage-widget-area,
.person-list-area,
.athlete-list-area-block,
.subpages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.flex-cell,
.home #primary #main article,
.archive #primary #main article,
#frontpage-widget-area .widget,
.person-list-area .person-item,
.athlete-list-area-block .athlete-item-block,
.subpages .subpage {
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  display: inline-block;
  position: relative;
}
.person-list-area,
.athlete-list-area-block {
  width: 100%;
}


/**
 * Content
 */
.page-center {
  width: 96%;
  max-width: 1260px;
  margin: 0 auto;
}
#content {

}
#primary,
#secondary {
  padding: 40px 0;
}
.grey-gradient {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 50%, #f7f7f7 100%);
  background: -webkit-linear-gradient(top, #ffffff 50%,#f7f7f7 100%);
  background: linear-gradient(to bottom, #ffffff 50%,#f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
}
.sidebar-on #primary {
  width: 66%;
  float: left;
  padding-right: 40px;
}
.sidebar-on #secondary {
  width: 33%;
  float: right;
  padding-left: 20px;
  background: #f7f7f7;
  background: -moz-linear-gradient(left, #f7f7f7 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #f7f7f7 0%,#ffffff 100%);
  background: linear-gradient(to right, #f7f7f7 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=1 );
}
#primary .post-thumbnail {
  margin-bottom: 20px;
}
.blog #primary .post-thumbnail {
  margin-bottom: 0;
}
.entry-content hr {
  clear: both;
}

.page .post-thumbnail img,
.single .post-thumbnail img {
  width: 100%;
  height: auto;
}


/**
 * Search
 */
.main-navigation .search-form {
  position: absolute;
  right: 0;
  top: 57px;
}
.main-navigation input.search-field {
  border: none;
  width: 100px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  font-size: 12px;
  font-size: 0.75rem;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  background: #FBE9E8;
  color: #E20026;
  text-transform: uppercase;
}
.main-navigation input.search-field:focus {
  width: 240px;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.main-navigation button.search-submit {
  border: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  vertical-align: top;
  font-size: 12px;
  font-size: 0.75rem;
  background: #F5C8C6;
}

.main-navigation input.search-field::-webkit-input-placeholder {
  color: #E20026;
}
.main-navigation input.search-field:-moz-placeholder {
  color: #E20026;
}
.main-navigation input.search-field::-moz-placeholder {
  color: #E20026;
  opacity: 1;
}
.main-navigation input.search-field:-ms-input-placeholder {
  color: #E20026;
}




/**
 * Header
 */

.site-header {
  position: relative;
  background: #E20026 url(images/pixel.png) repeat-x 0 90px;
}
.header-wrapper {
  position: relative;
}
#site-logo {
  overflow: hidden;
  margin: 15px 0;
  float: left;
  padding-right: 15px;
}
#site-logo a {
  display: block;
  float: left;
  margin-right: 20px;
}
.logo-text {
 padding-left: 140px;
}
.site-name {
  padding-top: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.site-description {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.site-header .social-media-list {
  position: absolute;
  z-index: 100;
  top: 90px;
  left: 130px;
}
.site-header .social-media-list li a {
  background: none;
}


.site-featured-image img {
  width: 100%;
  max-height: 350px;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}


.home .swiper-container-slider .swiper-slide img {
  width: 100%;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.swiper-container-widget {
  overflow: hidden;
}
.home .swiper-container-slider .swiper-container-slider .slider-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(226,0,38,0) 0%, rgba(226,0,38,0) 50%, rgba(226,0,38,1) 100%);
  background: -webkit-linear-gradient(top, rgba(226,0,38,0) 0%,rgba(226,0,38,0) 50%,rgba(226,0,38,1) 100%);
  background: linear-gradient(to bottom, rgba(226,0,38,0) 0%,rgba(226,0,38,0) 50%,rgba(226,0,38,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20026', endColorstr='#e20026',GradientType=0 );
}
.home .swiper-container-slider .swiper-slide .slider-overlay {
  color: #fff;
  position: absolute;
  bottom: 25%;
  left: 10%;
}
.home .swiper-container-slider .swiper-slide .slider-header {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  font-size: 3.125rem;
  text-shadow: 0 0 50px rgba(0,0,0,1), 0 0 10px rgba(0,0,0,1);
}
.home .swiper-container-slider .swiper-slide .slider-text {
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  text-shadow: 0 0 50px rgba(0,0,0,1), 0 0 10px rgba(0,0,0,1);
}



/**
 * Posts and pages
 */
.blog #primary #main,
.archive #primary #main,
#frontpage-widget-area {
  width: 101%;
}
.archive.tax-athlete_categories #primary #main {
  width: 100%;
}

#frontpage-widget-area .widget,
.blog #primary #main article,
.archive #primary #main article,
.subpages .subpage {
  width: 32.3333%;
  float: left;
  margin: 0 1% 15px 0;
  position: relative;
}
.archive #primary #main article.2sponsor_categories-premiumpartner {
  width: 48%;
}
#frontpage-widget-area .widget_ml_top_news .entry-content/*,
.blog #primary #main article.article .entry-content,
.archive #primary #main article.article .entry-content*/ {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 15px 15px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,1);
  font-weight: 400;
  background: -moz-linear-gradient(top, rgba(226,0,38,0) 0%, rgba(226,0,38,0.9) 50%, rgba(226,0,38,0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(226,0,38,0) 0%,rgba(226,0,38,0.9) 50%,rgba(226,0,38,0.9) 100%);
  background: linear-gradient(to bottom, rgba(226,0,38,0) 0%,rgba(226,0,38,0.9) 50%,rgba(226,0,38,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00da251c', endColorstr='#e6da251c',GradientType=0 );
}
.blog #primary #main article.article,
.archive #primary #main article.article {
  box-shadow: 0 0  10px rgba(0,0,0,0.25);
}
.blog #primary #main article.article .entry-content,
.archive #primary #main article.article .entry-content {
  padding: 20px;
  display: block;
}

.blog #primary #main article.article .post-thumbnail,
.archive #primary #main article.article .post-thumbnail {
  margin-bottom: 0;
}

.blog #primary #main article .entry-content .posted-on,
.archive #primary #main article .entry-content .posted-on {
  font-size: 12px;
  font-size: 0.75rem;
  color: #aaa;
  padding: 10px 0 0;
  margin: 0;
}


#frontpage-widget-area .widget_ml_top_news .entry-content {
  display: none !important;
}
#frontpage-widget-area .widget_ml_top_news .entry-content span,
.blog #primary #main article .entry-content span,
.archive #primary #main article .entry-content span {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 5px;
  display: block;
}
#frontpage-widget-area .widget_ml_top_news .entry-content p,
.blog #primary #main article .entry-content p,
.archive #primary #main article .entry-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

#frontpage-widget-area .widget_ml_top_news:hover .entry-content,
#frontpage-widget-area .widget_ml_top_news:focus .entry-content,
.blog #primary #main article:hover .entry-content,
.blog #primary #main article:focus .entry-content,
.archive #primary #main article:hover .entry-content,
.archive #primary #main article:focus .entry-content  {
  color: #000;
}
.blog #primary #main article:hover .entry-content p,
.blog #primary #main article:focus .entry-content p,
.archive #primary #main article:hover .entry-content p,
.archive #primary #main article:focus .entry-content p {
  color: #aaa;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.blog #primary #main article.article img,
.archive #primary #main article.article img {
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}



/*article.article a.entry-content .entry-title,
article.article a.entry-content p {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}*/


/*#frontpage-widget-area .widget {
  background: #e20026;
}
#frontpage-widget-area .widget .widget-title {
  background: #fff;
  margin: 0;
  padding: 0 0 0.5em;
}*/



/**
 * Post Formats
 */



/**
 * Comments
 */


/**
 * Sidebar
 */


/**
 * Download
 */
#download a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  width: 50%;
}
#download a:hover,
#download a:focus {
  color: #fff;
  border: 1px solid #000;
  background: #000;
}
.download-image {
  width: 50%;
  float: left;
  background: #fff no-repeat center center;
  background-size: cover;
}
.download-text {
  width: 50%;
  float: right;
  background: #E20026;
  color: #fff;
  vertical-align: middle;
  padding: 20px;
  text-align: center;
}
.download-image img {
  display: none;
}

/**
 * Footer
 */

.site-footer {
  margin: 2.5em 0;
}

#sponsor {
  padding: 40px 0;
}

#sponsor ul.sponsors {
  width: 101%;
  margin: 0 0 20px -0.5%;
  padding: 0;
  list-style: none;
  clear: both;

}
#sponsor ul.sponsors li {
  display: block;
  float: left;
  width: 7.3333%;
  margin: 0 0.5% 15px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(170,170,170,0.5);
  flex: 0 1 auto;
}
#sponsor ul.sponsors li a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#sponsor ul li.premiumpartner {
  width: 15.6666%;
}
#sponsor ul.sponsors li a:hover img,
#sponsor ul.sponsors li a:focus img {
  opacity: 0.75
}

.social-media {
  margin: 20px 0;
}

.copy {
  font-size: 12px;
  font-size: 0.75rem;
}
.copy a {
  color: #666;
}
.contact-address {
  float: right;
}
.contact-address span {
  display: block;
  float: right;
}
.contact-address img {
  display: block;
  float: left;
  margin-right: 10px;
}



/**
 * Media
 */
.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
  display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
  box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  margin-top: 0;
  margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
  padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
  top: 0.7142857143em;
}


/**
 * Captions
 */

.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text {
  color: #333;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}


/**
 * Galleries
 */

.gallery {
  margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #333;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}



/**
 * Athlete
 */

.athlete-list-area {
  margin-bottom: 30px;
  width: 100%;
}
.athlete-list-area .athlete-item {
  padding: 10px 0;
  border-bottom: 1px solid #E20026;
  overflow: hidden;
}
.athlete-list-area .athlete-item .athlete-title {
  text-align: left;
  float: left;
  width: 60%;
}
.athlete-list-area .athlete-item .athlete-number,
.athlete-list-area .athlete-item .athlete-position {
  width: 20%;
  float: left;
  text-align: right;
}
.athlete-data {
  margin: 0 0 20px;
  overflow: hidden;
  border: none;
}
.athlete-data .label{
  font-weight: bold;
}
.athlete-data td {
  border: none;
  padding: 10px 0;
  border-bottom: 1px solid #E20026;
}
.single .athlete-thumbnail img {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.athlete-header {
  position: relative;
}
.athlete-header .athlete-birthday {
  font-size: 12px;
  font-size: 0.75rem;
}
.athlete-item-block {
  float: left;
  position: relative;
  width: 31.3333%;
  margin: 0 3% 15px 0;
  border: 1px solid #eee;
  overflow: hidden;
}
.athlete-item-block:nth-child(3n) {
  margin-right: 0;
}
.athlete-item-block .athlete-info,
.athlete-header .athlete-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-right: 20px;
  background: rgba(255,255,255,0.7);
  box-shadow: 0 0 20px 20px rgba(255,255,255,0.7);
  font-weight: bold;
}
.athlete-item-block .athlete-title {
  font-size: 20px;
  font-size: 1.25rem;
}
.athlete-item-block .athlete-number,
.athlete-header .athlete-number {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #E20026;
  color: #fff;
  font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
}
.athlete-header .athlete-number {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 70px;
  font-size: 30px;
  font-size: 1.875rem;
}

.athlete-item-block img {
  transform: scale(1);
  -o-transition:all .3s linear;
  -ms-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -webkit-transition:all .3s linear;
  transition:all .3s linear;
}
.athlete-item-block:hover img {
  transform: scale(1.2);
  -o-transition:all .3s linear;
  -ms-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -webkit-transition:all .3s linear;
  transition:all .3s linear;
}




/**
 * Person
 */
.person-list-area {
  width: 101%;
}
.person-list-area .person-item {
  width: 32.3333%;
  float: left;
  margin: 0 1% 15px 0;
  position: relative;
}

.person-list-area .person-item img {
  margin-bottom: 10px;
}
/*.person-list-area .person-item img {
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.person-list-area .person-item .person-info {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 15px 15px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,1);
  font-weight: 400;
  background: -moz-linear-gradient(top, rgba(226,0,38,0) 0%, rgba(226,0,38,0.9) 50%, rgba(226,0,38,0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(226,0,38,0) 0%,rgba(226,0,38,0.9) 50%,rgba(226,0,38,0.9) 100%);
  background: linear-gradient(to bottom, rgba(226,0,38,0) 0%,rgba(226,0,38,0.9) 50%,rgba(226,0,38,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00da251c', endColorstr='#e6da251c',GradientType=0 );
}
.person-list-area .person-item .person-info a {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 5px;
  display: block;
  color: #fff;
}
.person-list-area .person-item:hover .person-info a,
.person-list-area .person-item:active .person-info a {
  color: #000;
}*/
.single-person .person-position {
  font-weight: bold;
  margin-bottom: 10px;
}
.single-person .entry-content {
  margin-top: 40px;
}

/**
 * Sessions
 */

.session-list-area {
  width: 100%;
}
.session-list-area .session {
  padding: 20px 0;
  border-bottom: 1px solid #E20026;
  overflow: hidden;
}
.session-list-area .session-info .button {
  display: block;
  clear: both;
  float: left;
  margin: 10px 0 0;
}
.session-list-area .session .session-time {
  float: left;
  width: 50%;
}
.session-list-area .session .session-location {
  float: right;
  width: 50%;
}

.single-session .session-info .label{
  font-weight: bold;
  font-style: italic;
  display: block;
  width: 50%;
  float: left;
}
.single-session .session-info .data {
  display: block;
  width: 50%;
  float: left;
}
.single-session .session-info > div {
  margin: 0 0 10px;
  clear: both;
  overflow: hidden;
}
.single-session .session-contactperson .label {
  clear: both;
  width: 100%;
  margin: 0 0 10px;
}
.single-session .person-thumbnail {
  float: left;
  margin: 0 20px 20px 0;
  background: #ddd;
}
.single-session .session-contactperson {
  padding-top: 20px;
  margin-top: 40px !important;
  border-top: 1px solid #E20026;
  clear: both;
}
.single-session .session-contactperson h4 {
  clear: none;
}

/**
 * Sponsor
 */
.archive article.sponsor {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.archive article.sponsor img {
  border: 1px solid #eee;
  margin: 0 0 10px;
}
article.sponsor h1,
article.sponsor h2 {
  clear: none;
}
article .sponsor-logo {
  margin: 0 0 20px 20px;
  float: right;
  max-width: 300px;
}
article.premiumpartner .sponsor-logo {
  max-width: 300px;
}





.single-session .person-fon:before,
.single-person .person-fon:before,
.widget-area .person-fon:before,
.single-session .person-mobil:before,
.single-person .person-mobil:before,
.widget-area .person-mobil:before,
.single-session .person-email:before,
.single-person .person-email:before,
.widget-area .person-email:before {
  content: '\f104';
  font-family: 'Genericons';
  vertical-align: top;
  display: inline-block;
  color: #E20026;
  padding-right: 5px;
}
.single-session .person-fon:before,
.single-person .person-fon:before,
.widget-area .person-fon:before {
  content: '\f109';
}
.single-session .person-mobil:before,
.single-person .person-mobil:before,
.widget-area .person-mobil:before {
  content: '\f437';
}
.single-session .person-email:before,
.single-person .person-email:before,
.widget-area .person-email:before {
  content: '\f410';
}



/**
 * SubPage
 */
.subpages .subpage .subpage-title {
  text-align: center;
}
.subpages .subpage .subpage-thumbnail {
  margin-bottom: 10px;
}

/**
 * Ligatable
 */

table.league-table {
  border: none;
}
table.league-table tr:nth-child(odd) td {
  background: #f7f7f7;
}
table.league-table tr:nth-child(even) td {
  background: #eee;
}
table.league-table tr.scp td {
  background: #E20026;
  color: #fff;
}
table.league-table td,
table.league-table th {
  padding: 5px 10px;
  border: none;
}
.widget table.league-table .place {
  width: 10%;
}
.widget table.league-table .name {
  width: 50%;
}
.widget table.league-table .matches,
.widget table.league-table .points {
  width: 20%;
}

/**
 * EventsManager
 */
.css-events-list table {
  border: none;
}
.event-time {
  width: 40% !important;
}
.css-events-list table tr:nth-child(odd) td {
  background: #f7f7f7;
}
.css-events-list table tr:nth-child(even) td {
  background: #eee;
}
.css-events-list table tr.scp td {
  background: #E20026;
  color: #fff;
}
.css-events-list table td,
.css-events-list table th {
  padding: 5px 10px !important;
  border: none;
}


/**
 * Search
 */
.search-results article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.search-results article .entry-content p {
  margin: 0;
}




/**
 * Video
 */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 100%;
  height: 100%;*/
}

.widget .video-container iframe {
  width: 100%;
  height: 100%;
}



.widget embed,
.widget iframe,
.widget object,
.widget video {
  margin-bottom: 0;
}



.swiper-container .swiper-button-prev, .swiper-container-widget .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
 /* margin-top: 0;*/
}

.swiper-container .swiper-button-next, .swiper-container-widget .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
 /* margin-top: 0;*/
}


/**
 * Media Queries
 */

viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@media screen and (max-width: 1300px) {
  .main-navigation ul.nav-menu li a {
  font-size: 14px;
  font-size: 0.875rem;
  }
}

@media screen and (max-width: 1280px) {
  #download a {
    font-size: 26px;
    font-size: 1.5rem;
    width: auto;
  }
}


@media screen and (max-width: 1220px) {
.search-form {
    display: none;
  }


 /**
   * Navigation
   */
  .main-navigation {
    padding-left: 0px;
  }
  .site-navigation .menu-toggle {
    display: block;
  }

  .main-navigation {
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 10000;
    padding-top: 0;
    width: 100%;
  }

  #page-nav .menu-main-menu-container {
    padding-left: 0;
  }

  .main-navigation.page-center {
    overflow: visible;
  }
  .main-navigation ul.nav-menu {
    display: none;
    background: #fff;
    background: rgba(255,255,255,0.95);
    padding: 10px 0 0;
    clear: both;
    float: none;
    text-align: left;
    border-bottom: 1px solid #eee;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.25)
  }
  .main-navigation ul.main-2-menu {
    background: #FBE9E8;
    background: rgba(251,233,232,0.95)
  }
  .main-navigation ul.nav-menu li {
    display: block;
    margin: 0;
  }
  .main-navigation ul.nav-menu li a {
    display: block;
    color: #E20026 !important;
    padding: 10px 20px;
    text-align: left;
    line-height: inherit;
  }
  .main-navigation ul.nav-menu li a:hover,
  .main-navigation ul.nav-menu li a:focus {
    background: #E20026 !important;;
    color: #fff !important;;
  }
  .main-navigation ul.nav-menu ul {
    position: static;
  }
  .main-navigation ul.nav-menu ul > li:hover > ul {
    margin-left: 0;
  }
  .main-navigation ul.sub-menu {
    display: none;
    width: auto;
    background: none;
    max-width: 100%;
  }
  .main-navigation ul.sub-menu a {
    padding-left: 35px !important;
  }

  .main-navigation ul.nav-menu li.menu-item-has-children {
    position: relative;
  }
  span.show-menu-childs {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 5px 15px;
    font-size: 20px;
  }
  span.show-menu-childs:before {
    display: block;
    font-family: 'FontAwesome';
    content: '\f078';
  }
  .open > span.show-menu-childs:before {
    content: '\f077';
  }
   span.show-menu-childs:hover {
    color: #E20026;
  }

}

@media screen and (max-width: 1024px) {
  #sponsor ul.sponsors li {
    margin: 0 1% 15px;
    width: 14.6666%;
  }
  #sponsor ul li.premiumpartner {
    width: 31.3333%;
  }


}

@media screen and (max-width: 980px) {
  #frontpage-widget-area .widget,
  .blog #primary #main article,
  .archive #primary #main article {
    width: 49%;
  }
  #frontpage-widget-area .widget:nth-child(3n) {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  .sidebar-on #primary,
  .sidebar-on #secondary {
    width: 100%;
    float: none;
    padding: 0;
    background: none;
  }

  .site-navigation .menu-toggle {
    margin-top: 5px;
  }


  #site-logo {
    margin: 10px 0;
  }
  #site-logo a img {
    width: 80px;
    height: auto;
  }
  .logo-text {
   padding-left: 100px;
  }
  .site-name {
    padding-top: 0;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .site-description {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site-header .social-media-list {
    top: 55px;
    left: 90px;
  }


}

@media screen and (max-width: 600px) {
  .download-image,
  .download-text {
    float: none;
    width: 100%;
  }
  .width-50 {
    padding: 0;
    float: none;
    width: 100%;
  }
  .site-navigation .menu-toggle {
    margin-top: 0;
  }
  #site-logo a {
    margin-right: 10px;
  }
  #site-logo a img {
    width: 60px;
    height: auto;
  }
  .logo-text {
   padding-left: 70px;
  }
  .site-name {
    font-size: 16px;
    font-size: 1rem;
  }
  .site-header .social-media-list {
    display: none;
  }
  .site-description {
    font-size: 10px;
    font-size: 0.625rem;
  }

  .download-image img {
    display: block;
  }
  .site-footer .copy {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E20026;
  }
  .site-footer .contact-address {
    float: left;
  }
  #frontpage-widget-area .widget,
  .blog #primary #main article,
  .archive #primary #main article {
    width: 100%;
  }

  .athlete-item-block {
    width: 48.5%;
  }
  .athlete-item-block:nth-child(3n) {
    margin-right: 3%;
  }
  .athlete-item-block:nth-child(2n) {
    margin-right: 0;
  }
  .athlete-header .athlete-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 16px;
    font-size: 1rem;
  }

  .subpages .subpage {
    float: none;
    width: 100%;
  }


  article .sponsor-logo {
    margin: 0 0 30px;
    width: 100%;
    max-width: 100% !important;
    text-align: center;
    float: none;
    border-bottom: 1px solid #999;
  }
  article .sponsor-logo img {
    max-width: 140px;
    display: inline-block;
  }
  article.premiumpartner .sponsor-logo img {
    max-width: 300px;
  }

  table.athlete-data,
  table.athlete-data tbody,
  table.athlete-data thead,
  table.athlete-data tfoot,
  table.athlete-data td,
  table.athlete-data tr {
    display: block;
    width: 100%;
  }


  table.league-table,
  table.league-table tbody,
  table.league-table thead,
  table.league-table tfoot,
  table.league-table td,
  table.league-table tr {
    display: block;
    width: 100%;
  }
  table.league-table th {
    display: none;
  }
  table.league-table td {
    width: 50%;
    float: left;
  }
  table.league-table td.location {
    width: 100%;
    float: none;
    clear: both;
    background: #F5C8C6 !important;
    margin-bottom: 10px;
  }
  table.league-table tr {
    clear: both;
  }
  table.league-table tr:nth-child(even) {
    background: #eee;
  }
  table.league-table tr:nth-child(odd) {
    background: #ddd;
  }

}

@media screen and (max-width: 400px) {
  #sponsor ul.sponsors li {
    margin: 0 1.5% 15px;
    width: 30.3333%;
  }
  #sponsor ul li.premiumpartner,
  .person-list-area .person-item {
    width: 100%;
  }
  .athlete-item-block .athlete-number,
  .athlete-item-block .athlete-position {
    display: none;
  }
  .athlete-header .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 340px) {
  .logo-text {
    display: none;
  }
}
