/* kanit-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/kanit-v16-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* kanit-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 300;
  src: url('../webfonts/kanit-v16-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* kanit-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/kanit-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* kanit-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 400;
  src: url('../webfonts/kanit-v16-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* kanit-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/kanit-v16-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* kanit-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 600;
  src: url('../webfonts/kanit-v16-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* kanit-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/kanit-v16-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* kanit-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 700;
  src: url('../webfonts/kanit-v16-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* kanit-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 800;
  src: url('../webfonts/kanit-v16-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* kanit-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 800;
  src: url('../webfonts/kanit-v16-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* kanit-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 900;
  src: url('../webfonts/kanit-v16-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* kanit-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 900;
  src: url('../webfonts/kanit-v16-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Default */

:root {
  --ci-color: #FFDD00;
}

* {
  scroll-behavior: smooth;
}

*:focus {
  outline: none;
}

body {
  font-family: 'Kanit', sans-serif;
  font-size: 20px;
  background-color: #FBFBFB;
  width: 100vw;
  overflow-x: hidden;
}

main {
  width: 100vw;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-weight: 800;
  font-style: italic;  
  line-height: 1.1;
}

h1 {
  font-size: 75px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 30px;
}

.page404 {
  padding: 50px 0 150px 0;
}

.containerpadding {
  padding: 100px 0;
}

/* Header */

header {
  padding: 15px 0;
}

header .logo img {
  height: 100px;
}

header .navigation ul.menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

header .navigation ul.menu li {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}

header .navigation ul.menu ul.sub-menu {
  display: none;
  position: absolute;
  background-color: #000000;
  z-index: 999;
  text-align: left;
  padding: 0;
  min-width: 200px;
  border: 2px solid var(--ci-color);
  box-sizing: border-box;  
}

header .navigation ul.menu li > ul {
  top: 100%;
  left: 0;
}

header .navigation ul.menu li:hover > ul {
  display: block;
}

header .navigation ul.menu li ul li > ul {
  top: -2px;
  left: 100%;
}

header .navigation ul.menu li ul li:hover > ul {
  display: block;
}

header .navigation ul.menu li a {
  color: #000000;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 800;
  font-style: italic;
}

header .navigation ul.menu li.button a {
  color: #ffffff;
  background-color: #000000;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 800;
  font-style: italic;
}

header .navigation ul.menu li.button a:hover {
  color: var(--ci-color);
  background-color: #000000;
}

header .navigation ul.sub-menu li {
  margin: 0;
  padding: 0;
  display: block;
}

header .navigation ul.sub-menu > li > a {
  color: #ffffff;
  width: 100%;
  white-space: nowrap;
}

header .navigation ul.menu li a:hover,
header .navigation ul.menu li.current_page_item > a,
header .navigation ul.menu li.current_page_ancestor > a {
  background-color: var(--ci-color);
  color: #000000;
}

.mobile_nav_trigger {
  position: absolute;
  right: 15px;
  font-size: 35px;
  cursor: pointer;  
  display: none;
}

.mobile_nav_headline {
  display: none;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 15px;
  background-color: #000000;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
  font-style: italic;
  color: var(--ci-color);
  letter-spacing: 1px;
  font-size: 22px;
}

/* Button */

a.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  font-style: italic;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s;
  border: 1px solid #000000;
}

a.button:hover {
  color: var(--ci-color);
}

/* Hero */

section.hero .hero_inner {
  position: relative;
  padding: 150px 0 350px 0;
  background-color: #000000;
}

section.hero img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  filter: grayscale(1);
  top: 0;
  left: 0;
  opacity: 0.6;
}

section.hero .container {
  position: relative;
  z-index: 2;
}

section.hero .container h1.title {
  font-size: 125px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  color: var(--ci-color); 
  line-height: 100px;
  color: transparent;
  -webkit-text-stroke: 2px var(--ci-color);  
}

section.hero .container h1.title span {
  color: #ffffff;
  -webkit-text-stroke: transparent;   
  font-size: 100px;
}

section.hero .hero_text {
  margin-top: -200px;
  background-color: var(--ci-color);
  padding: 50px 50px 50px 0;
  position: relative;
}

section.hero .hero_text::before {
  width: 9999px;
  height: 100%;
  right: 100%;
  top: 0;
  position: absolute;
  content: '';
  background-color: var(--ci-color);
}

section.hero .hero_text::after {
  width: 9999px;
  height: 80%;
  left: calc(100% + 150px);
  top: 0;
  position: absolute;
  content: '';
  background-image: url('/wp-content/themes/esports/assets/img/cross_decoration.png');
  background-size: 32px;
  background-position: center;
}

/* Treadmill */

section.treadmill {
  margin: 25px 0;
  background-size: cover; 
}

section.treadmill .treadmill_wrapper {
  display: flex;
  gap: 5vw;
  overflow: hidden;
  user-select: none;
}

section.treadmill .treadmill_inner {
  animation: scroll 25s linear infinite;
  display: flex;
  flex-shrink: 0;
  gap: 5vw;
  justify-content: space-around;
  min-width: 100%;  
}

section.treadmill .treadmill_wrapper:nth-child(2) .treadmill_inner {
  animation-name: scroll-reverse;
}

section.treadmill .treadmill_inner span {
  font-size: 125px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  color: var(--ci-color); 
  line-height: 1;
  display: flex;
  align-items: flex-end;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;    
}

section.treadmill.black .treadmill_inner span {
  -webkit-text-stroke: 1px #000000;   
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 5vw));
  }
}

@keyframes scroll-reverse {
  from {
    transform: translateX(calc(-100% - 5vw));
  }
  to {
    transform: translateX(0);
  }
}

/* Text */

section.text {
  font-size: 20px;
  line-height: 1.6;
}

section.text a {
  color: #000000;
  font-weight: 800;
  font-style: italic;
  text-decoration: none;
  transition: all 0.3s;
}

section.text a:hover {
  color: var(--ci-color);
}

/* Image */

img.imageblock {
  width: 100%;
}

/* Events */

section.events .events_single {
  margin-bottom: 30px;
}

section.events .events_single .events_image {
  position: relative;
  overflow: hidden;
  height: 250px;
  width: 100%;
}

section.events .events_single .events_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: all 0.3s;
}

section.events .events_single .events_image img:hover {
  transform: scale(1.1);
  filter: grayscale(0);
}

section.events .events_single .events_information {
  padding: 30px;
  color: #ffffff;
  background-color: #000000;
  height: calc(100% - 250px);
}

section.events .events_single .events_information strong {
  font-size: 26px;
  font-weight: 800;
  font-style: italic;
  display: block;
  color: var(--ci-color);
  line-height: 1.1;
  margin-bottom: 5px;
}

section.events .events_single .events_information span {
  display: block;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.1;
  font-size: 16px;
  opacity: 0.8;
}

section.events .events_single .events_information ul {
  padding: 0;
  margin: 0;
}

section.events .events_single .events_information ul li {
  display: block;
  list-style: none;
}

section.events .events_single .events_information ul li i {
  color: var(--ci-color);
  width: 30px;
}

section.events .events_single .events_information a {
  border: 1px solid var(--ci-color);
  margin-top: 15px;
}

/* People */

section.people .people_single {
  margin-bottom: 30px;
}

section.people .people_single .people_image {
  position: relative;
  overflow: hidden;
  height: 550px;
  width: 100%;
}

section.people .people_single .people_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: all 0.3s;
}

section.people .people_single .people_image img:hover {
  transform: scale(1.1);
  filter: grayscale(0);
}

section.people .people_single .people_information {
  padding: 30px;
  color: #ffffff;
  background-color: #000000;
  height: calc(100% - 550px);
}

section.people .people_single .people_information strong {
  font-size: 28px;
  font-weight: 800;
  font-style: italic;
  display: block;
  color: var(--ci-color);
  line-height: 1.1;
  margin-bottom: 10px;
}

section.people .people_single .people_information span {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.1;
  opacity: 0.8;
  font-size: 16px;
}

section.people .people_single .people_information a {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  line-height: 1.2;
}

section.people .people_single .people_information a:hover {
  opacity: 0.8;
}

section.people .people_single .people_information a i {
  color: var(--ci-color);
  margin-right: 5px;
}

/* Player */

section.player .player_single {
  margin-bottom: 30px;
}

section.player .player_single .player_image {
  position: relative;
  overflow: hidden;
  height: 550px;
  width: 100%;
}

section.player .player_single .player_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: all 0.3s;
  object-position: top;
}

section.player .player_single .player_image img:hover {
  transform: scale(1.1);
  filter: grayscale(0);
}

section.player .player_single .player_information {
  padding: 30px;
  color: #ffffff;
  background-color: #000000;
  height: calc(100% - 550px);
  position: relative;
}

section.player .player_single .player_information::before {
  width: 75px;
  height: 90px;
  content: '';
  position: absolute;
  right: 30px;
  top: -40px;
  background-image: url('/wp-content/themes/esports/assets/img/wappen.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section.player .player_single .player_information strong {
  font-size: 28px;
  font-weight: 800;
  font-style: italic;
  display: block;
  color: var(--ci-color);
  line-height: 1.1;
  margin-bottom: 10px;
}

section.player .player_single .player_information span:not(.game) {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.1;
  opacity: 0.8;
  font-size: 16px;
}

section.player .player_single .player_information i {
  color: var(--ci-color);
  margin-right: 5px;
}

section.player .player_single .player_information > div {
  display: flex;
  margin-top: 30px;
  align-items: center;
}

section.player .player_single .player_information .sponsorwrap {
  width: 50%;
}

section.player .player_single .player_information .sponsorwrap img {
  max-width: 100%;
  height: 75px;
  object-fit: contain;
}

section.player .player_single .player_information span.number {
  width: 50%;
  display: block;
  text-align: right;
  color: transparent;
  -webkit-text-stroke: 1px var(--ci-color);  
  font-size: 60px;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  margin-bottom: 0;
}

/* Accordion */

section.accordion .accordion_single {
  margin-bottom: 30px;
}

section.accordion .accordion_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  padding: 15px;
  cursor: pointer;
}

section.accordion .accordion_title strong {
  font-size: 30px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}

section.accordion .accordion_title i {
  color: var(--ci-color);
  font-size: 30px;
}

section.accordion .accordion_text {
  display: none;
  padding: 15px;
  border: 2px solid #000000;
}

section.accordion {
  font-size: 20px;
  line-height: 1.6;
}

section.accordion a {
  color: #000000;
  font-weight: 800;
  font-style: italic;
  text-decoration: none;
  transition: all 0.3s;
}

section.accordion a:hover {
  color: var(--ci-color);
}

/* Alternator */

section.alternator {
  position: relative;
  background-color: #000000;
  color: #ffffff;
}

section.banner + section.alternator {
  border-top: 10px solid var(--primary-color);
}

section.alternator .row:nth-child(even) {
  flex-direction: row-reverse;
}

section.alternator .text {
  padding: 125px 75px 125px 15px;
}

section.alternator .text p {
  text-align: justify;
}

section.alternator .row:nth-child(even) .text {
  padding: 125px 15px 125px 75px;
}

section.alternator img {
  width: calc(100% + (100vw - 1440px) / 2 + 30px);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.8;
  transition: all 0.3s;
}

section.alternator img:hover {
  opacity: 1;
  filter: grayscale(0);
}

section.alternator .row:nth-child(even) img {
  left: initial;
  right: 0;
}

section.alternator {
  font-size: 20px;
  line-height: 1.6;
}

section.alternator a:not(.button) {
  color: #000000;
  font-weight: 800;
  font-style: italic;
  text-decoration: none;
  transition: all 0.3s;
}

section.alternator a:not(.button):hover {
  color: var(--ci-color);
}

section.alternator a.button {
  border: 2px solid var(--ci-color);
}

section.alternator a.button:hover {
  background-color: var(--ci-color);
  color: #000000;
}

/* CTA */

section.cta {
  background-color: #000000;
  color: #ffffff;
  padding-bottom: 50px; 
  font-size: 20px;
  line-height: 1.6;  
}

section.cta .cta_text {
  padding: 100px 15px 0 50px;
}

section.cta a:not(.button) {
  color: #000000;
  font-weight: 800;
  font-style: italic;
  text-decoration: none;
  transition: all 0.3s;
}

section.cta a:not(.button):hover {
  color: var(--ci-color);
}

section.cta a.button {
  border: 2px solid var(--ci-color);
}

section.cta a.button:hover {
  background-color: var(--ci-color);
  color: #000000;
}

section.cta img {
  width: calc(100% + (100vw - 1440px) / 2 + 30px);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

section.cta section.treadmill {
  margin-top: 50px;
}

/* Divider */

section.divider {
  width: 100vw;
  overflow: hidden;
}

section.divider .divider_text {
  padding: 50px 50px 50px 15px;
  background-color: var(--ci-color);
  position: relative;
}

section.divider .divider_text::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 9999px;
  height: 100%;
  background-color: var(--ci-color);
}

section.divider .divider_button {
  background-color: #000000;
  padding: 50px 15px 50px 30px;
  position: relative;
  text-align: right;
}

section.divider .divider_button_inner {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

section.divider .divider_button::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 9999px;
  height: 100%;
  background-image: url('/wp-content/themes/esports/assets/img/cross_decoration.png');
  background-size: 32px;
  background-position: center;
}

section.divider .divider_button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 9999px;
  height: 100%;
  background-color: #000000;
}

section.divider a:not(.button) {
  color: #000000;
  font-weight: 800;
  font-style: italic;
  text-decoration: none;
  transition: all 0.3s;
}

section.divider a:not(.button):hover {
  opacity: 0.8;
}

section.divider a.button {
  border: 2px solid var(--ci-color);
  position: relative;
}

section.divider a.button:hover {
  background-color: var(--ci-color);
  color: #000000;
}

section.divider a.button::before {
  width: 9999px;
  position: absolute;
  top: calc(50% - 1px);
  height: 2px;
  content: '';
  background-color: #ffffff;
  right: calc(100% + 30px);
}

/* Sponsors */

section.sponsors .sponsors_single {
  margin-bottom: 30px;
}

section.sponsors .sponsors_inner {
  padding: 55px 30px 15px 30px;
  background-color: #000000;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}

section.sponsors .sponsors_inner img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  padding: 30px 15px;
}

section.sponsors .sponsors_inner span {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  color: #000000;
  font-weight: 800;
  font-style: italic;
  font-size: 20px;
  padding: 5px 15px;
  background-color: var(--ci-color);
}

/* News */

.post_archive {
  padding: 100px 0 150px 0;
}

section.news .news_single {
  margin-bottom: 30px;
}

section.news .news_inner {
  height: 100%;
}

section.news .news_inner a.imagelink {
  display: block;
  height: 250px;
  overflow: hidden;
}

section.news .news_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: all 0.3s;
}

section.news .news_inner img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

section.news .news_inner .news_information {
  padding: 30px;
  background-color: #000000;
  color: #ffffff;
  height: calc(100% - 250px);
}

section.news .news_inner .news_information strong {
  font-size: 28px;
  font-weight: 800;
  font-style: italic;
  display: block;
  color: var(--ci-color);
  line-height: 1.1;
  margin-bottom: 10px;  
}

section.news .news_inner .news_information .excerpt {
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 30px;
}

section.news a.button {
  border: 2px solid var(--ci-color);
  position: relative;
}

section.news a.button:hover {
  background-color: var(--ci-color);
  color: #000000;
}

/* Form */

.wpcf7-list-item {
  margin: 0;
}

form label {
  margin: 0;
}

form label span:not(.um-field-checkbox-option) {
  color: #af0000;
}

form label input + span:not(.um-field-checkbox-option) {
  color: initial;
}

form .formfield {
  margin-bottom: 15px;
}

form .formfield p {
  margin: 0;
}

form input {
  width: 100%;
  border: 1px solid #000000;
  padding: 5px;
  border-radius: 0;
}

form input[type="checkbox"] {
  width: auto;
}

form input[type="date"] {
  appearance: none;
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  color: #000000;  
}

form textarea {
  width: 100%;
  border: 1px solid #000000;
  padding: 5px; 
  border-radius: 0;
}

form #kontaktformular textarea {
  height: 185px;
}

form #bewerbungsformular textarea {
  height: 185px; 
}

form #sponsorenformular textarea {
  height: 270px;
}

form #mitgliederformular textarea {
  height: 270px; 
}

form #kontakt textarea {
  height: 360px; 
}

form input[type="submit"] {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  font-style: italic;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s;
  border: 1px solid #000000;
  width: auto;
}

form input[type="submit"]:hover {
  color: var(--ci-color);
}

form select {
  width: 100%;
  padding: 5px;
  border: 1px solid #000000;
  background-color: #ffffff;
  background-image: url('/wp-content/themes/esports/assets/img/chevron-down-solid.svg');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  cursor: pointer;
  appearance: none;
  color: #000000; 
}

.wpcf7-response-output {
  display: block;
  margin: auto !important;
  width: 1410px;
  max-width: 100%;  
}

/* Footer */

footer .footer_top {
  background-color: #000000;
  color: #ffffff;
  padding: 50px 0;
}

footer .footer_top strong.headline {
  color: var(--ci-color);
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  font-size: 25px;
  margin-bottom: 30px;
}

footer .footer_top img {
  max-width: 100%;
  width: 225px;
}

footer .footer_top a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}

footer .footer_top a:hover {
  opacity: 0.8;
}

footer .footer_top ul {
  margin: 0;
  padding: 0;
}

footer .footer_top ul li {
  display: block;
  list-style: none;
}

footer section.treadmill {
  margin-top: 50px;
}

footer .footer_bottom {
  background-color: var(--ci-color);
  padding: 15px 0;
}

footer .footer_bottom a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
}

footer .footer_bottom a:hover {
  opacity: 0.8;
}

footer .footer_bottom .social ul {
  margin: 0;
  padding: 0;
}

footer .footer_bottom .social ul li {
  display: inline-block;
  margin-right: 10px;
}

footer .footer_bottom .social ul li a {
  font-size: 20px;
}

footer .footer_bottom .backlink {
  text-align: right;
}

footer .footer_bottom .backlink a {
 font-size: 16px;
 font-weight: 300;
}

/* Responsive */

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

  section.cta img,
  section.alternator img {
    width: calc(100% + 30px);    
  }

}

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

  section.player .player_single .player_image {
    height: 400px;
  }

  section.player .player_single .player_information {
    height: calc(100% - 400px);
  }

  .navigation {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 999;
    width: 500px;
    max-width: 75vw;
    padding: 0;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.15);
  }

  header .row {
    position: relative;
  }

  .mobile_nav_trigger {
    display: block;
  }

  .mobile_nav_headline {
    display: flex;
  }  

  header .navigation ul.menu {
    text-align: left;
  }

  header .navigation ul.menu li {
    display: block;
    margin-left: 0;
  }

  header .navigation ul.menu ul.sub-menu {
    position: initial;
    display: block;
    border: none;    
  }

  header .navigation ul.menu ul.sub-menu ul {
    background-color: #414141;
  }

  header .navigation ul.menu > li.current_page_ancestor > a   {
    background-color: #ffffff;
    color: #000000;
  }

  header .navigation ul.menu > li.current_page_ancestor > a:hover {
    color: #000000;
    background-color: var(--ci-color);
  }

  header .navigation ul.menu ul.sub-menu > li.current_page_ancestor > a   {
    background-color: #000000;
    color: #ffffff;
  }  

  header .navigation.open {
    right: 0;
  }

  section.cta img,
  section.alternator img {
    width: calc(100% + (100vw - 960px) / 2 + 30px);    
  }  

}

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

  section.alternator .text p {
    text-align: left;
  }

  section.hero .hero_text::after {
    width: 9999px;
    height: 100%;
    left: 100%;
    top: 0;
    background-color: var(--ci-color);
    position: absolute;
    content: '';
    background-image: none;
  }  

  section.hero .container h1.title {
    font-size: 100px;
    line-height: 75px;
  }

  section.hero .container h1.title span {
    font-size: 75px;
  }

  section.hero .hero_text {
    margin-top: 0;
  }

  section.hero .hero_inner {
    padding: 150px 0;
  }

  section.divider .divider_text {
    padding: 50px 15px;
  }

  section.divider .divider_text::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 9999px;
    height: 100%;
    background-color: var(--ci-color);
  }  

  section.divider .divider_button::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 100%;
    left: initial;
    width: 9999px;
    height: 100%;
    background-image: none;
    background-color: #000000;
  }  

  .footer_column {
    margin-bottom: 30px;
  }

  section.hero .hero_text {
    padding: 50px 0;
  }

  section.cta {
    position: relative;
  }

  section.cta .cta_text {
    padding: 50px 15px 0 15px;
  }

  section.alternator {
    padding: 100px 0;
  }

  section.alternator .row,
  section.alternator .row:nth-child(even) {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }  

  section.alternator .row .text,
  section.alternator .row:nth-child(even) .text {
    padding: 50px 15px;
  }

  section.alternator img {
    position: initial;
    max-height: 400px;
    object-fit: cover;
    object-position: center;  
    width: 100%;  
  }  

  section.cta .cta_image {
    height: 500px;
    position: unset;
  }

  section.cta img {
    height: 500px;
    width: 100vw
  }

  section.divider .divider_button {
    padding: 50px 15px;
  }

}

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

  section.cta .cta_image {
    height: 350px;
  }

  section.cta img {
    height: 350px;
  }  

  footer .footer_bottom .backlink {
    text-align: left;
  }

  section.hero .container h1.title {
    font-size: 80px;
    line-height: 55px;
  }

  section.hero .container h1.title span {
    font-size: 55px;
  }

  section.hero .hero_inner {
    padding: 100px 0;
  }

  section.treadmill .treadmill_inner span {
    font-size: 100px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 25px;
  }  

  section.divider .divider_button {
    text-align: left;
  }

  section.divider a.button::before {
    display: none;
  }

  .containerpadding {
    padding: 75px 0;
  }

  section.alternator {
    padding: 75px 0;
  }  

  section.accordion .accordion_title strong {
    font-size: 25px;
  }

  section.player .player_single .player_image {
    height: 550px;
  }

  section.player .player_single .player_information {
    height: calc(100% - 550px);
  }  

}

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

  body {
    font-size: 18px;
  }

  h1,
  h2,
  h3 {
    hyphens: auto;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 23px;
  }  

  section.cta .cta_image {
    height: 250px;
  }

  section.cta img {
    height: 250px;
  } 

  section.treadmill .treadmill_inner span {
    font-size: 75px;
  }

  section.hero .container h1.title {
    line-height: 1.1;
    font-size: 60px;
  }

  section.hero .container h1.title span {
    line-height: 1.1;
    display: block;
    font-size: 35px;
  }

  section.hero .hero_inner {
    padding: 75px 0;
  }

  .containerpadding {
    padding: 50px 0;
  }

  section.alternator {
    padding: 50px 0;
  }   

  .wp-block-spacer {
    max-height: 75px;
  }

  a.button {
    font-size: 22px;
  }

  section.accordion .accordion_title strong {
    font-size: 20px;
  }

}