@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,400;1,400&display=swap");
@font-face {
  font-family: "Light";
  src: url("../fonts/Sharp_Grotesk/SharpGrotesk-Light20.otf") format("woff2");
}
@font-face {
  font-family: "Book";
  src: url("../fonts/Sharp_Grotesk/SharpGrotesk-Book20.otf") format("woff2");
}
@font-face {
  font-family: "Medium";
  src: url("../fonts/Sharp_Grotesk/SharpGrotesk-Medium20.otf") format("woff2");
}
@font-face {
  font-family: "Semibold";
  src: url("../fonts/Sharp_Grotesk/SharpGrotesk-SemiBold15.otf") format("woff2");
}
@font-face {
  font-family: "Mono Regular";
  src: url("../fonts/SimplonMono-Regular.otf") format("woff2");
}
*,
body,
html {
  font-family: "Light";
  font-weight: normal;
  line-height: 1.45;
  font-size: 90%;
}
@media screen and (min-width: 768px) {
  *,
  body,
  html {
    font-size: 101%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Semibold";
  text-transform: uppercase;
  color: #6aa9ae;
  font-weight: normal;
  line-height: 1;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3.8rem;
  }
}

p {
  font-family: "IBM Plex Serif", serif;
  font-family: "Light";
  font-size: 1.15rem;
  line-height: 1.5;
  max-width: 620px;
  margin-bottom: 2rem;
}
p.pretitle {
  font-family: "Light";
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #6aa9ae;
}

ul {
  padding-left: 1rem;
  margin: 0;
  line-height: 1.5;
}
ul li {
  font-size: 1.15rem;
}

strong {
  font-family: "Book";
  font-weight: normal;
}

a {
  text-decoration: none;
  color: rgb(71.6673913043, 127.4086956522, 131.8326086957);
}

nav a {
  font-family: "Semibold";
  font-weight: normal;
}
nav a:hover, nav a.active {
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

.button,
.uk-button {
  font-family: "Book";
  text-transform: none;
  font-size: 1rem;
  line-height: 1.3;
}

#logotype {
  font-family: "Semibold";
  line-height: 1;
  font-size: 1.3rem;
  letter-spacing: 0.02rem;
  text-decoration: none;
  color: #6aa9ae;
}
#logotype span {
  font-family: "Book";
  letter-spacing: 0;
  font-size: 0.85rem;
}

#footer {
  color: #fefefe;
}
#footer p {
  font-family: "Light";
  line-height: 1.8;
}
#footer p:last-child {
  margin-bottom: 0;
}
#footer a {
  color: #fefefe;
}
@media screen and (min-width: 768px) {
  #footer #nav_foot {
    text-align: right;
  }
}
#footer #nav_foot a {
  font-family: "Semibold";
  text-transform: uppercase;
  font-size: 1.4rem;
}

.button,
.uk-button {
  display: inline-block;
  margin: 0.5rem 0;
  text-decoration: none;
  background: rgb(221.6369565217, 235.7434782609, 236.8630434783);
  padding: 0.8rem 1.5rem 0.7rem 1.5rem !important;
  border-radius: 30px;
  color: rgb(62.6869565217, 111.4434782609, 115.3130434783);
  transition: all 0.2s;
}
.button:hover,
.uk-button:hover {
  background: rgb(188.597826087, 216.6739130435, 218.902173913);
  color: rgb(62.6869565217, 111.4434782609, 115.3130434783);
  text-decoration: none !important;
}

.arrow_left::before,
.arrow_right::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -6px;
  transition: width 0.1s;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" width="30" height="20" viewBox="0 0 30 20"><line y1="10" x2="28.26" y2="10" style="fill: none; stroke: %233f6f73; stroke-miterlimit: 10; stroke-width: 1.5px;"/><polyline points="20 18.26 28.26 10 20 1.74" style="fill: none; stroke: %233f6f73; stroke-miterlimit: 10; stroke-width: 1.5px;"/></svg>');
}
@media screen and (min-width: 768px) {
  .arrow_left::before,
  .arrow_right::after {
    width: 30px;
    margin-bottom: -4px;
    background-size: auto 100%;
  }
}

.arrow_right::after {
  margin-left: 8px;
}

ul {
  margin: 0;
}

.uk-subnav * {
  text-transform: none !important;
  font-size: 1.4rem !important;
  color: #fefefe !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03rem !important;
}
.uk-subnav * .uk-drop-parent-icon {
  margin-left: 1px !important;
}
.uk-subnav > li {
  margin-left: 1.2rem !important;
}

.uk-dropdown {
  border-radius: 0.5rem;
}

.uk-text-muted {
  font-size: 0.95rem !important;
  color: rgb(81.8214285714, 81.8214285714, 76.1785714286) !important;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 0.9rem;
  width: 100%;
}
.grid.full_height {
  align-self: stretch;
}
.grid .span_4 {
  grid-column: span 12;
}
@media screen and (min-width: 768px) {
  .grid .span_4 {
    grid-column: span 4;
  }
}
.grid .span_5 {
  grid-column: span 12;
}
@media screen and (min-width: 768px) {
  .grid .span_5 {
    grid-column: span 5;
  }
}
.grid .span_6 {
  grid-column: span 12;
}
@media screen and (min-width: 768px) {
  .grid .span_6 {
    grid-column: span 6;
  }
}
.grid .span_7 {
  grid-column: span 12;
}
@media screen and (min-width: 768px) {
  .grid .span_7 {
    grid-column: span 7;
  }
}
.grid .span_8 {
  grid-column: span 12;
}
@media screen and (min-width: 768px) {
  .grid .span_8 {
    grid-column: span 8;
  }
}

#burger {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  right: 1rem;
  top: 50px;
  width: 40px;
  height: 40px;
  transition: top 0.5s;
  cursor: pointer;
  z-index: 500;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  #burger {
    top: 65px;
    right: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  #burger {
    display: none;
  }
}
#burger span {
  background: #fefefe;
  height: 2px;
  margin: 3px 0;
  transition: 0.4s cubic-bezier(0.68, 0, 0.32, 1.8);
}
#burger span:nth-of-type(1) {
  width: 100%;
}
#burger span:nth-of-type(2) {
  width: 66%;
}
#burger input[type=checkbox] {
  display: none;
}
#burger input[type=checkbox]:hover ~ span:nth-of-type(2) {
  width: 100%;
}
#burger input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform: rotatez(45deg) translate(3px, 3px);
  background: #fefefe;
}
#burger input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform: rotatez(-45deg) translate(3px, -3px);
  width: 100%;
  background: #fefefe;
}

#overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.5rem 2rem 6rem 2rem;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: #6aa9ae;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  z-index: 99;
}
#overlay p {
  font-family: "Light";
  color: #fefefe;
  line-height: 1.8;
}
#overlay p a {
  color: #fefefe;
  text-decoration: none;
}
#overlay ul {
  list-style-type: none;
  padding: 0px;
}
#overlay ul li {
  margin: 0px;
}
#overlay ul li a {
  font-family: "Semibold";
  text-transform: uppercase;
  color: #fefefe !important;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 1.2;
}
#overlay.visible {
  opacity: 1;
  pointer-events: all;
}

#menu_overlay {
  left: 0px;
  right: 0px;
  width: 100%;
  font-size: 2rem;
  line-height: 1.4;
}
#menu_overlay a {
  color: #fefefe !important;
}
#menu_overlay .uk-parent > a::after {
  content: "";
  position: absolute;
  margin-left: -25px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 30px;
  transform: rotate(-90deg);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#menu_overlay .uk-parent.uk-open > a::after {
  transform: rotate(90deg);
}
#menu_overlay .uk-nav-sub a {
  text-transform: none;
  line-height: 1.2;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

#main_text.has_impressions {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

.impressions {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .impressions {
    gap: 3rem;
  }
}

.impression {
  width: 100%;
}
.impression h2 {
  font-size: 1.6rem;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 768px) {
  .impression h2 {
    font-size: 2rem;
  }
}
.impression .impression_text {
  margin: 0 0 1.25rem 0;
}
.impression .impression_text p:last-child {
  margin-bottom: 0;
}
.impression .impression_caption {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.4;
  color: rgb(95.0267857143, 95.0267857143, 88.4732142857);
  min-height: 1.4em;
  opacity: 1;
  transition: opacity 0.25s ease;
}
.impression .impression_caption.is_fading {
  opacity: 0;
}
.impression .impression_slideshow {
  border-top: 12px solid #6aa9ae;
  border-bottom: 12px solid #769b3f;
  background: #1d1d1b;
}
.impression .impression_slideshow .uk-slideshow-items img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.impression .impression_slideshow .uk-slideshow-items img.is-portrait {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.impression .impression_slideshow .uk-slideshow-items img.is-landscape {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.impression .impression_slideshow .uk-slidenav {
  color: rgba(254, 254, 254, 0.9);
  background: transparent;
  padding: 0;
  transition: color 0.2s ease;
}
.impression .impression_slideshow .uk-slidenav:hover, .impression .impression_slideshow .uk-slidenav:focus {
  color: #fefefe;
  background: transparent;
  outline: none;
}
.impression .impression_slideshow .uk-slideshow-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.75rem;
  margin: 0;
  padding: 0;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 768px) {
  .impression .impression_slideshow .uk-slideshow-nav {
    display: flex;
  }
}
.impression .impression_slideshow .uk-slideshow-nav > * > * {
  background-color: rgba(254, 254, 254, 0.5);
  border-color: rgba(254, 254, 254, 0.8);
}
.impression .impression_slideshow .uk-slideshow-nav > .uk-active > * {
  background-color: #769b3f;
  border-color: #769b3f;
}

*,
body,
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  scroll-behavior: smooth;
}

html {
  background-color: #8dc3c8;
}

body {
  color: #1d1d1b;
  background: url(../img/pattern_bg@4x-80.jpg);
  background-size: 200%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 620px) {
  body {
    background-size: 150%;
  }
}
@media screen and (min-width: 768px) {
  body {
    background-size: 100%;
  }
}

#bg_logotype {
  position: absolute;
  top: 150px;
  left: 1rem;
  width: 55vw;
  height: 100vh;
  background: url(../img/logotype_ball_der_offiziere.svg);
  background-size: contain;
  background-repeat: no-repeat;
  touch-action: none;
  pointer-events: none;
}
@media screen and (min-width: 620px) {
  #bg_logotype {
    width: 35vw;
  }
}
@media screen and (min-width: 768px) {
  #bg_logotype {
    left: 3rem;
    top: 200px;
  }
}
@media screen and (min-width: 1200px) {
  #bg_logotype {
    width: 40vw;
  }
}
@media screen and (min-width: 1400px) {
  #bg_logotype {
    left: 9rem;
    width: 38vw;
  }
}

.width_s {
  max-width: 950px;
}

.width_l {
  max-width: 1300px;
}

#main_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  align-items: center;
  width: 100%;
}
#main_container.bands, #main_container.bands_02 {
  background: url(../img/ball_2026_bands.svg);
  background-repeat: no-repeat;
  background-size: 160%;
  background-position: right 195px;
}
@media screen and (min-width: 620px) {
  #main_container.bands, #main_container.bands_02 {
    background-position: 0 0;
    background-size: 100%;
  }
}
#main_container.bands_02 {
  background: url(../img/bands_02.svg);
  background-repeat: no-repeat;
  background-size: 160%;
  background-position: right 195px;
}
@media screen and (min-width: 620px) {
  #main_container.bands_02 {
    background-position: 0 0;
    background-size: 100%;
  }
}

#logo {
  position: absolute;
  display: inline-block;
  width: 90px;
  top: 0.8rem;
  left: 1rem;
}
@media screen and (min-width: 768px) {
  #logo {
    left: 3rem;
    width: 110px;
  }
}
#logo {
  z-index: 2;
}

header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #6aa9ae;
  border-top: 1px solid #fefefe;
  border-bottom: 1px solid #fefefe;
  width: 100%;
  height: 60px;
  margin-top: 2.8rem;
  z-index: 1;
  padding: 0 1rem 0 1rem;
}
@media screen and (min-width: 768px) {
  header {
    height: 80px;
    padding: 5px 3rem 0 3rem;
  }
}
header nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  header nav {
    display: flex;
  }
}

#content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 100%;
  padding-top: 2.7rem;
}
@media screen and (min-width: 768px) {
  #content {
    padding-top: 2.8rem;
  }
}
#content.padding_top {
  padding-top: 105vw;
}
@media screen and (min-width: 620px) {
  #content.padding_top {
    padding-top: 42vw;
  }
}

#cont_main_text {
  width: 100%;
  padding: 0.9rem 1rem;
}
@media screen and (min-width: 768px) {
  #cont_main_text {
    padding: 2.8rem 3rem;
  }
}
#cont_main_text.flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  column-gap: 1rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #cont_main_text.flex {
    flex-direction: row;
  }
}
#cont_main_text #main_text {
  background: rgba(254, 254, 254, 0.95);
  padding: 1.8rem 2rem 1.8rem 2rem;
  margin-bottom: 1.8rem;
  border-top: 12px solid #6aa9ae;
  border-bottom: 12px solid #769b3f;
}
@media screen and (min-width: 768px) {
  #cont_main_text #main_text {
    padding: 2.8rem 3rem 5.6rem 3rem;
    margin-bottom: 8.4rem;
  }
}
@media screen and (min-width: 1024px) {
  #cont_main_text #main_text {
    padding: 2.8rem 6rem 5.6rem 6rem;
  }
}
#cont_main_text #main_text a:hover {
  text-decoration: underline;
  color: rgb(71.6673913043, 127.4086956522, 131.8326086957);
}
#cont_main_text #main_text .logos {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 3rem 2rem;
  align-items: center;
}
#cont_main_text #main_text .logos img {
  max-height: 50px;
  max-width: 220px;
}
#cont_main_text #aside {
  border-top: 12px solid #6aa9ae;
  border-bottom: 12px solid #769b3f;
  width: 100%;
  background: rgb(80.647826087, 143.3739130435, 148.352173913);
  background: #1d1d1b;
  padding: 1.8rem 2rem 1.8rem 2rem;
  margin-bottom: 1.8rem;
}
#cont_main_text #aside p,
#cont_main_text #aside a,
#cont_main_text #aside h2,
#cont_main_text #aside li {
  color: #fefefe;
}
#cont_main_text #aside p,
#cont_main_text #aside li {
  font-size: 0.95rem;
}
@media screen and (min-width: 768px) {
  #cont_main_text #aside {
    max-width: 450px;
    margin-bottom: 8.4rem;
  }
}

#top_index {
  display: flex;
  row-gap: 0.9rem;
  align-items: center;
  align-self: center;
  padding: 0.9rem 1rem;
  background: lightblue;
}
@media screen and (min-width: 768px) {
  #top_index {
    padding: 2.8rem 3rem;
  }
}

#cont_claim_index {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: span 12;
  padding: 0.9rem 1rem;
}
@media screen and (min-width: 768px) {
  #cont_claim_index {
    padding: 2.8rem 3rem;
  }
}
@media screen and (min-width: 768px) {
  #cont_claim_index {
    grid-column: span 8;
  }
}
@media screen and (min-width: 1024px) {
  #cont_claim_index {
    grid-column: span 8;
  }
}
@media screen and (min-width: 1400px) {
  #cont_claim_index {
    grid-column: span 7;
  }
}
#cont_claim_index h1 {
  margin-bottom: 1.2rem;
  font-size: 2.5rem;
  line-height: 1.05;
}
@media screen and (min-width: 768px) {
  #cont_claim_index h1 {
    font-size: 3.2rem;
  }
}
#cont_claim_index .claim {
  font-size: 1.2rem;
  color: #1d1d1b;
}
#cont_claim_index div {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
@media screen and (min-width: 620px) {
  #cont_claim_index div {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  #cont_claim_index div {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  #cont_claim_index div {
    flex-direction: row;
  }
}
#cont_claim_index img {
  width: 100% !important;
}

.panel {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: rgb(238.1565217391, 245.2782608696, 245.8434782609);
  width: 100%;
  padding: 2.7rem 1rem;
}
@media screen and (min-width: 768px) {
  .panel {
    padding: 8.4rem 3rem;
  }
}

#footer {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  background: #6aa9ae;
  padding: 1.35rem 1rem;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  #footer {
    flex-direction: row;
    padding: 4.2rem 3rem;
  }
}
#footer #contact_foot,
#footer #nav_foot {
  display: flex;
  gap: 3.5rem;
}

.icon_teaser {
  display: inline-block;
  height: 90px !important;
}

form {
  background: rgb(231.5486956522, 241.4643478261, 242.2513043478);
  padding: 1rem 0.9rem !important;
}
input,
textarea,
input::placeholder {
  font-size: 0.85rem !important;
}

.description {
  font-size: 0.95rem !important;
  padding-bottom: 2rem !important;
}

#Inputfield_anzahl_ballkarten {
  max-width: 100px;
}

.uk-form-label,
.uk-legend {
  font-family: "Book";
  color: #6aa9ae;
  color: rgb(62.6869565217, 111.4434782609, 115.3130434783);
  font-size: 1rem;
}

.InputfieldSubmit .uk-button,
.InputfieldSubmit .uk-button-primary {
  background: rgb(53.7065217391, 95.4782608696, 98.7934782609);
  color: #fefefe;
  font-weight: 700;
  border: none;
  padding: 0.7rem 1.5rem !important;
}
.InputfieldSubmit .uk-button:hover, .InputfieldSubmit .uk-button:focus,
.InputfieldSubmit .uk-button-primary:hover,
.InputfieldSubmit .uk-button-primary:focus {
  background: rgb(71.6673913043, 127.4086956522, 131.8326086957);
  color: #fefefe;
  text-decoration: none !important;
}
.InputfieldSubmit .uk-button:active,
.InputfieldSubmit .uk-button-primary:active {
  background: rgb(44.7260869565, 79.5130434783, 82.2739130435);
  color: #fefefe;
}/*# sourceMappingURL=main.css.map */