/* global style CSS */

/*------------------ Farbdefinition ------------------*/

:root {

  /* Schrift */
  --dark_grey: #202020;
  --mid_grey: #505050;
  --highlight_yellow: #ffef24;
  --highlight_red: #E1833C;
  --actvie_red: #E1833C;

  /* Hintergrund */
  --dark_green: #00686D;
  --light_grey: #f9f9f9;
  --dark_sand: #f2dd89;
  --light_sand: #fae8cc;
}


/*------------------ Typo ------------------*/

:root {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1 {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  color: #202020;
  color: var(--dark_grey);
  margin-bottom: 0px;
}

h2 {
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  color: #202020;
  color: var(--dark_grey);
  margin-bottom: 50px;
  padding-top: 20px;
  scroll-margin: 60px 0 0 0;
}

h3 {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  color: #505050;
  color: var(--mid_grey);
  max-width: 680px;
  margin-bottom: 20px;
}


.h3 {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  color: #505050;
  color: var(--mid_grey);
  margin: 0 190px 20px;
}

h4 {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  color: #505050;
  color: var(--mid_grey);
}

p {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  color: #505050;
  color: var(--mid_grey);
  line-height: 180%;
  max-width: 680px;
  margin: auto;
  margin-bottom: 80px;
}

.headline_impressum {
  margin: auto;
  margin-bottom: 20px;
}

.std-box {
  text-align: center;
}

.save-the-date {
  color: #e1833c;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 3.4rem;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/*------------------ Aufzählungen ------------------*/

.liste {
  max-width: 680px;
  margin: auto;
  margin-bottom: 20px;
}

.zitat {
  text-indent: 2rem;
  font-style: oblique;
}

.liste li {
  list-style-type: circle;
}

.listenitem {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  color: #505050;
  color: var(--mid_grey);
  line-height: 180%;
  margin: 0 50px 0px 50px;
}


/*------------------ Icons ------------------*/

.icon_tiny {
  width: 22px;
  height: 22px;
}

.icon_small {
  width: 28px;
  height: 28px;
}

.icon_dunkel {
  fill: #202020;
  fill: var(--dark_grey);
}

.icon_hell {
  fill: #f9f9f9;
  fill: var(--light_grey);
}

.icon_hover:hover,
.icon_hover:focus {
  fill: #e62e29;
  fill: var(--highlight_red);
  transition: .2s ease-in-out;
}

.icon_hover:active {
  fill: #c42620;
  fill: var(--actvie_red);
}

.icon_web_dunkel .cls-1 {
  fill: #202020;
  fill: var(--dark_grey);
}

.icon_web_dunkel:hover .cls-1,
.icon_web_dunkel:focus .cls-1 {
  fill: #e62e29;
  fill: var(--highlight_red);
  transition: .2s ease-in-out;
}

.icon_web_dunkel:active .cls-1 {
  fill: #c42620;
  fill: var(--actvie_red);
}

.icon_web_dunkel .cls-2 {
  fill: none;
  stroke: #202020;
  stroke: var(--dark_grey);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon_web_dunkel:hover .cls-2,
.icon_web_dunkel:focus .cls-2 {
  fill: none;
  stroke: #e62e29;
  stroke: var(--highlight_red);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: .2s ease-in-out;
}

.icon_web_dunkel:active .cls-2 {
  fill: none;
  stroke: #c42620;
  stroke: var(--actvie_red);
  stroke-linecap: round;
  stroke-linejoin: round;
}


/*------------------ Navigation ------------------*/

#home {
  scroll-margin-top: 60px;
}

.nav_bg {
  background-color: #3f533b;
  background-color: var(--dark_green);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.navigation {
  max-width: 1140px;
  margin: auto;
  position: static;
}

.navigationitems {
  justify-content: flex-end;
}

.nav-link {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  color: #f9f9f9;
  color: var(--light_grey);
  padding: 8px 10px;
}

.nav-item a:hover,
.nav-item a:focus {
  color: #e62e29;
  color: var(--highlight_red);
}

.nav-item a:active {
  color: #c42620;
  color: var(--actvie_red);
}

.navbar-brand {
  color: #f9f9f9;
  color: var(--light_grey);
  display: flex;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #e62e29;
  color: var(--highlight_red);
  transition: .2s ease-in-out;
}

.navbar-brand:active {
  color: #c42620;
  color: var(--actvie_red);
}

.tickets a {
  border: 2px solid #fefefe;
  padding: 3px 6px !important;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}


/*------------------ Banner Bild ------------------*/

.banner {
  height: 600px;
  width: 100%;
  background-image: linear-gradient(#ffef24, #3f533b);
  background-image: linear-gradient(var(--highlight_yellow), var(--dark_green));
  background-image: url(../Links/KOA_Header_2024_NEU.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  margin-top: 61px;
}

@media (max-width: 991.98px) {
  .banner {
    height: 400px;
    background-image: url(../Links/KOA_Header_2024_mobil_NEU.jpg);
    background-position: top center;
    margin-top: 56px;
    background-size:cover;
  }
}


/*------------------ Main Content ------------------*/

.koa-container {
  max-width: 1140px;
  margin: 0 auto;
}

section:nth-child(2n):not(:last-child) {
  background-color: var(--light_grey);
}

section {
  padding: 30px 0;
}

.iframe {
  margin-bottom: 80px;
}

.jotform_iframe {
  display: flex;
  justify-content: center;
  padding: 30px;
}

.jotform_iframe iframe {
  width: 700px;
}

main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/*------------------ Section Festival ------------------*/

.txt_link {
  color: #e62e29;
  color: var(--highlight_red);
}

.txt_link:hover,
.txt_link:focus {
  text-decoration: underline;
  color: #e62e29;
  color: var(--highlight_red);
}

.txt_link:active {
  text-decoration: underline;
  color: #c42620;
  color: var(--actvie_red);
}


/*------------------ Section Bands ------------------*/

.band_card-body {
  display: flex;
  justify-content: space-between;
}

.bands_socials {
  display: inherit;
}

.bands_socials svg {
  margin: 4px 12px;
}

.band_card {
  display: inherit;
}

.band_card:hover,
.band.card:focus {
  cursor: pointer;
  color: #e62e29;
  color: var(--highlight_red);
}

.band_card:active {
  color: #c42620;
  color: var(--actvie_red);
}

.wrapper_imgzoom {
  height: 100%;
  overflow: hidden;
}

.imgzoom {
  transition: transform .8s ease-out;
}

.imgzoom:hover,
.imgzoom:focus {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari 3-8 */
  transform: scale(1.05);
}

.card {
  min-height: 200px;
}

.card img:hover,
img:focus {
  cursor: pointer;
}

.bandbeschreibung {
  padding: 20px 30px 30px 20px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin: 0 15px 50px 15px;
  justify-content: center;
}

@media (max-width: 767px) {
  .bandbeschreibung {
    margin: 20px 0 0 0;
  }
}

.bandbeschreibung p {
  margin-bottom: 0;
}

.band-description-placeholder {
  width: 100%;
  max-width: 100%;
  flex: 100%;
}

/* @media (min-width: 768.98px) {
  .wrapper_bands_mobil {
    display: none;
  }
  .wrapper_bands {
    display: block;
  }
}

@media (max-width: 768.98px) {
  .wrapper_bands {
    display: none;
  }
  .wrapper_bands_mobil {
    display: block;
  }
} */

@media (min-width: 576px) and (max-width:767.98px) {
  .m_card {
    max-width: 70%;
    margin: auto;
  }
}

@media (min-width: 767.98px) and (max-width:1140px) {
  .card-body {
    flex-direction: column;
  }

  .bands_socials a svg {
    margin-left: 0;
  }
}


/*------------------ Section Infos ------------------*/

.card_infotitel {
  width: 100%;
}

.card_infotext {
  margin: 0 10px;
  display: inline-block;
}

.txt_center {
  text-align: center;
  max-width: none;
  margin-bottom: 60px;
}

.sponsor {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.sponsor p {
  text-align: center;
}

.sponsor a:hover,
.sponsor a:focus {
  color: #e62e29;
  color: var(--highlight_red);
  text-decoration: underline;
}

.sponsor a:active {
  color: #c42620;
  color: var(--actvie_red);
  text-decoration: underline;
}

/*------------------ Anfahrt ------------------*/

@media (max-width: 576px) {
  .maps {
    height: 400px;
  }
}

/*------------------ Footer ------------------*/

.footer_img_bg {
  height: 400px;
  width: 100%;
  background-image: url(../Links/KOA_Footer_2024.png);
  background-position: bottom center;
  background-repeat: no-repeat;

}

.footer_bg {
  height: 100px;
  background-color: #3f533b;
  background-color: var(--dark_green);
  position: absolute;
  width: 100%;
  margin-top: 400px;
}

.footer {
  display: flex;
}

@media (max-width: 576px) {
  .footer {
    padding: 0;
  }
}

.footer a {
  text-decoration: none;
  color: white;
  margin: 30px 20px;
  text-align: center;
  justify-content: flex-start;
  display: flex;
}

.footer_right {
  justify-content: flex-end;
}

.footer_right a {
  margin-right: 30px;
}

@media (max-width: 576px) {
  .footer a {
    margin: 30px 10px;
  }
}

@media (max-width: 991.98px) {
  .footer_img_bg {
    background-image: url(../Links/KOA_Footer_2024_mobil.png);
  }
}

/*------------------ Mobil-Optimierung ------------------*/

.row {
  margin-left: 0;
  margin-right: 0;
}


@media (max-width: 767.98px) {
  .wrapper_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.justify-center {
  justify-content: center;
}

.sponsors {
  padding-top: 3rem;
}

h3 {
  max-width: 680px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

ol {
  padding: 0 20px;
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  list-style-type: decimal;
  font-size: 1rem;
  font-weight: 400;
  color: #505050;
  color: var(--mid_grey);
  line-height: 180%;
}

.ticket-button {
  border: 2px solid #e1833c;
  border-radius: 12px;
  background-color: #e1833c;
  color: #fefefe;
  margin: 0 auto;
  transition: .3s ease;
  padding: 5px 10px;
  margin-top: 20px;
}

.ticket-button:hover {
  background-color: #fefefe;
  color: #e1833c;
  text-decoration: none;
  transition: .3s ease;
}

.center-ticket {
  display: flex;
  flex-direction: column;
  justify-content: center;
}