/* oswald-regular - latin */
/*=============== Global ===============*/
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  /* IE9 Compat Modes */
  src: url('../fonts/oswald-v49-latin-regular.eot');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  src: local(''), url('../fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-v49-latin-regular.woff2') format('woff2'), url('../fonts/oswald-v49-latin-regular.woff') format('woff'), url('../fonts/oswald-v49-latin-regular.ttf') format('truetype'), url('../fonts/oswald-v49-latin-regular.svg#Oswald') format('svg');
  /* oswald-300 - latin */ }

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  /* IE9 Compat Modes */
  src: url('../fonts/oswald-v49-latin-300.eot');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  src: local(''), url('../fonts/oswald-v49-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-v49-latin-300.woff2') format('woff2'), url('../fonts/oswald-v49-latin-300.woff') format('woff'), url('../fonts/oswald-v49-latin-300.ttf') format('truetype'), url('../fonts/oswald-v49-latin-300.svg#Oswald') format('svg');
  /* oswald-500 - latin */ }

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  /* IE9 Compat Modes */
  src: url('../fonts/oswald-v49-latin-500.eot');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  src: local(''), url('../fonts/oswald-v49-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-v49-latin-500.woff2') format('woff2'), url('../fonts/oswald-v49-latin-500.woff') format('woff'), url('../fonts/oswald-v49-latin-500.ttf') format('truetype'), url('../fonts/oswald-v49-latin-500.svg#Oswald') format('svg');
  /* poppins-300 - latin */ }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  /* IE9 Compat Modes */
  src: url('../fonts/poppins-v20-latin-300.eot');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  src: local(''), url('../fonts/poppins-v20-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-300.woff2') format('woff2'), url('../fonts/poppins-v20-latin-300.woff') format('woff'), url('../fonts/poppins-v20-latin-300.ttf') format('truetype'), url('../fonts/poppins-v20-latin-300.svg#Poppins') format('svg');
  /* poppins-regular - latin */ }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  /* IE9 Compat Modes */
  src: url('../fonts/poppins-v20-latin-regular.eot');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  src: local(''), url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), url('../fonts/poppins-v20-latin-regular.woff') format('woff'), url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'), url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg');
  /* poppins-600 - latin */ }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  /* IE9 Compat Modes */
  src: url('../fonts/poppins-v20-latin-600.eot');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  src: local(''), url('../fonts/poppins-v20-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-600.woff2') format('woff2'), url('../fonts/poppins-v20-latin-600.woff') format('woff'), url('../fonts/poppins-v20-latin-600.ttf') format('truetype'), url('../fonts/poppins-v20-latin-600.svg#Poppins') format('svg');
  /*=============== Variables ===============*/ }

body {
  font-family: 'Poppins';
  font-weight: 300;
  letter-spacing: 0.3px;
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  color: #000;
  flex-direction: column;
  min-height: 100vh;
  /*=============== Fonts ===============*/ }

h1, h2, h3 {
  font-family: 'Oswald';
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #000;
  text-align: center; }

h2 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center; }
  h2:after, h2:before {
    content: '';
    border-top: 1px solid #000;
    margin: 0 20px 0 0;
    flex: 1 0 20px; }
  h2:after {
    margin: 0 0 0 20px; }

strong {
  font-weight: 600;
  /*=============== Links ===============*/ }

.btn {
  background-color: #256b1d;
  border-color: #256b1d;
  color: #fff;
  border-radius: 15px;
  border-radius: 25px;
  padding: 7px 18px; }
  .btn:hover {
    background-color: #256b1d;
    border-color: #256b1d;
    color: #fff; }

.navbar {
  padding: 13px 0 0 0px; }
  .navbar li {
    display: block;
    width: 100%;
    text-align: center; }
    .navbar li .nav-link {
      color: #fff; }

a, a:hover {
  color: #256b1d; }

.navbar-toggler {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 auto;
  box-shadow: none !important;
  height: 50px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  /*=============== Layout ===============*/ }
  .navbar-toggler:after, .navbar-toggler:before {
    content: '';
    border-top: 1px solid #fff;
    margin: 0 20px 0 0;
    flex: 1 0 20px; }
  .navbar-toggler:after {
    margin: 0 0 0 20px; }
  .navbar-toggler svg {
    height: 30px;
    fill: #fff; }

.border {
  border: 1px solid #000 !important; }

.bg-light {
  background-color:  !important; }
  .bg-light h2 {
    color: #fff; }
    .bg-light h2:after, .bg-light h2:before {
      border-top: 1px solid #fff; }

.bg-mid {
  background-color:  !important; }

.box-shadow {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2); }

section {
  padding: 30px !important;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.85); }

footer {
  text-align: center;
  /*=============== Countdown ===============*/ }
  footer a, footer a:hover {
    margin: 50px 0 30px 0px;
    font-size: 12px !important; }

#countdown {
  font-family: 'Oswald';
  font-weight: 400;
  margin-bottom: 30px;
  color: #256b1d;
  font-size: 5vw;
  /*=============== Gruppen ===============*/ }

.groupitem {
  padding: 10px;
  border-bottom: 1px solid #000;
  background-color: #fff; }
  .groupitem:last-child {
    border: none; }

#groups h3 {
  color: #fff;
  background-color: #000;
  padding: 8px 10px; }

@keyframes gradient {
  /*=============== Formular ===============*/
  0% {
    background-position: 0% 50%; }

  50% {
    background-position: 100% 50%; }

  100% {
    background-position: 0% 50%; } }

form {
  margin-top: 30px;
  /*=============== Splash-Screen ===============*/ }
  form label {
    font-weight: 600;
    /*.form-control,
    .form-select {
        background-color: transparent;
        color: #ffffff !important;
        font-weight: 300;
        height: 40px;
        &:focus {
            background-color: transparent;
            outline: none;
            box-shadow: none;
            border: 1px solid #ffffff;
        }
    }
    */ }

.splash-screen {
  background-color: #256b1d;
  color: #fff;
  position: fixed;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-animation-name: fadeout;
  animation-name: fadeout;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1; }
  .splash-screen h1 {
    color: #fff; }
  .splash-screen img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }

@keyframes fadeout {
  80% {
    opacity: 1; }

  99% {
    opacity: 0.01;
    width: 100%;
    height: 100%; }

  100% {
    opacity: 0;
    width: 0;
    height: 0; } }

@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

@keyframes bounce {
  /*=============== Responsive ===============*/
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

@media (max-width: 768px) {
  section {
    padding: 30px 20px !important; } }

@media (min-width: 768px) {
  /*=============== Grid ===============*/
    .navbar {
      margin: 0 auto; }
      .navbar ul {
        margin: 0 auto; }
      .navbar li {
        display: inline-block;
        width: auto;
        text-align: left; } }

.grid {
  column-count: 3;
  column-gap: 10px; }

.grid-item {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid; }

.gallery-listitem {
  display: block;
  height: 200px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative; }
  .gallery-listitem span {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background: rgba(37, 107, 29, 0.9);
    color: #fff;
    font-size: 20px;
    padding: 5px 0; }

table.table {
  width: auto; }
  table.table td {
    font-weight: bold; }
