@charset "UTF-8";
/* STYLESCREEN FOR KW118 FRONTEND */
/* COPYRIGHT BY TINYSTUDIO */
/* SEPTEMBER 2016 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, vidieo {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* VARIABLEN */
/* ALLGEMEIN */
body {
  background-color: #1c1c1c;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url("../images/panorama_black.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img.barpic {
  width: 100%;
}

.content_wrapper {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 4em;
  overflow: hidden;
  clear: both;
  font-family: "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  overflow: visible;
}

.nav {
  width: 20%;
  float: left;
  clear: both;
  margin-bottom: 20em;
}

.nav ul li {
  font-weight: 700;
  font-family: "Inconsolata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", monospace;
  font-size: 1.618em;
  letter-spacing: 0.125em;
  margin-bottom: 0.618em;
  list-style: none;
}

.nav ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  text-transform: uppercase;
}

.nav .active {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}

.nav ul li a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.nav .active:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}

.nav .logo img {
  width: 75%;
  opacity: 0.8;
  height: auto;
  margin-bottom: 1.618em;
}

.nav ul li.active {
  background-color: #292b2e;
}

.nav ul li:hover {
  color: #ffffff;
  cursor: pointer;
}

/* CONTENT */
.content {
  width: 75%;
  margin-bottom: 4em;
  float: left;
  margin-left: 5%;
  color: rgba(255, 255, 255, 0.8);
}

.content_mitmachen p {
  margin-bottom: 1.618em;
}

.content_sponsoren img {
  margin-bottom: 1.618em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.content h1 {
  font-size: 1.942em;
  margin-bottom: 1em;
  font-weight: 700;
}

.content p {
  font-size: 1.2em;
  line-height: 1.3;
  margin-bottom: 1em;
}

.content a {
  color: rgba(255, 255, 255, 0.8);
}

.content iframe {
  width: 100%;
  height: 30em;
}

.info_box {
  width: 100%;
  overflow: hidden;
  padding: 3em 0;
  border-bottom: 2px solid #a2a2a2;
}
.info_box p {
  width: 40%;
  float: left;
  font-weight: 700;
  margin-bottom: 0;
}
.info_box .info_box_content {
  width: 60%;
  float: left;
}
.info_box .info_box_content p {
  width: 100%;
  font-weight: 400;
  margin-bottom: 0;
}
.info_box .info_contact_wrapper_section {
  padding-bottom: 4em;
  overflow: hidden;
}
.info_box .info_contact_wrapper_section .info_contact_wrapper_section_title {
  font-weight: 700;
  margin-bottom: 0.618em;
}
.info_box .info_contact_wrapper_section #info_contact_wrapper_section_01_role, .info_box .info_contact_wrapper_section #info_contact_wrapper_section_02_role, .info_box .info_contact_wrapper_section #info_contact_wrapper_section_03_role, .info_box .info_contact_wrapper_section #info_contact_wrapper_section_04_role, .info_box .info_contact_wrapper_section #info_contact_wrapper_section_05_role {
  margin-bottom: 0.61em;
}
.info_box .info_contact_wrapper_section a {
  color: rgba(255, 255, 255, 0.8);
}

.info_box_parkplaetze img {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.98;
}

.info_contact {
  border-bottom: none !important;
  padding-bottom: 0;
}

.is_hidden {
  display: none !important;
}

.has_no_height {
  max-height: 0 !important;
}

.bold {
  font-weight: 700;
}

p.verein_subtitle {
  font-weight: 700;
  font-size: 1.618em;
  margin: 1.618em 0 0.618em;
}

p.mitmachen_highlight {
  font-size: 1.618em;
  font-weight: 700;
}

.team_wrapper {
  overflow: hidden;
  margin-bottom: 3em;
}

.teamfoto_einzeln {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: inline-block;
  vertical-align: top;
  -webkit-animation: pop-in 0.3s ease-in;
  -moz-animation: pop-in 0.3s ease-in;
  -o-animation: pop-in 0.3s ease-in;
  animation: pop-in 0.3s ease-in;
}

.team_wrapper img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  float: left;
  margin-bottom: 1em;
}

.teamfoto_einzeln p {
  float: left;
  width: 100%;
}

/* SUBNAVI */
.subnavi {
  overflow: hidden;
  margin-bottom: 1em;
}
.subnavi a {
  text-decoration: none;
  margin-right: 0.5em;
  color: #a0a0a0;
}
.subnavi a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.subnavi a.subnavi_link_active {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}

/* PROGRAM LISTING */
.program_listing {
  width: 100%;
  padding: 2em 4% 1em;
  box-sizing: border-box;
  margin-bottom: 3em;
  background-color: #1a1a1a;
  background-color: rgba(26, 26, 26, 0.8);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #666;
  overflow: hidden;
  -webkit-box-shadow: 0 15px 30px 0px #141414;
  box-shadow: 0 15px 30px 0px #141414;
  -webkit-animation: pop-in 0.3s ease-in;
  -moz-animation: pop-in 0.3s ease-in;
  -o-animation: pop-in 0.3s ease-in;
  animation: pop-in 0.3s ease-in;
}
.program_listing h1 {
  font-size: 2.618em;
  text-transform: uppercase;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0.0625rem;
  font-weight: 400;
  color: #99bfe6;
  color: #905A58;
  color: #b0b0b0;
  padding: 0.618em 0;
  margin-bottom: 0;
  word-break: break-word;
  line-height: 1.2;
}
.program_listing iframe {
  height: 20em;
}

.eventinfos_wrapper {
  width: 70%;
  float: left;
}

#archiv .program_listing {
  padding-bottom: 1.5em;
}

p.program_listing_date {
  margin-bottom: 0.618em;
  font-weight: 500;
  font-family: "Inconsolata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", monospace;
}

.program_listing_date span {
  float: right;
}

p.program_listing_genre {
  margin-bottom: 1.309em;
  line-height: 1.75;
}

.program_listing_genre span {
  /*padding: 0.3em 0.75em;
    font-size: 0.9em;
    margin: 0.25em 0;
    margin-right: 0.5em;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    background-color: #2a2a2a;
    color: #bbb;
  */
  display: inline-block;
}

p.program_listing_label {
  margin-bottom: 0;
  padding: 0.309em 0 0;
}

.program_listing_price {
  margin-bottom: 1em;
}

.program_listing_bands {
  margin-bottom: 1em;
}

.program_listing_description {
  margin-bottom: 1em;
}

.showLessOrMoreLink {
  padding: 0.5em 1em;
  font-size: 0.9em;
  margin: 0.25em 0;
  margin-right: 0.5em;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(241, 241, 241, 0.4);
  display: inline-block;
  cursor: pointer;
}

.showLessOrMoreLink:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #1c1c1c;
}

.program_listing_showMore {
  overflow: hidden;
  max-height: 300em;
  margin-bottom: 1em;
  -webkit-transition: max-height 1s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -ms-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.program_listing_linksTitle {
  padding-top: 1.618em;
  font-weight: 700;
  padding-bottom: 1em;
}

.program_listing_showMore ul li {
  margin-bottom: 0.618em;
}

.program_listing a {
  font-size: 1.309em;
  margin-bottom: 0.618em;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
}

.program_listing img {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 25%;
  margin-right: 5%;
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -ms-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}

img.eventImage_big {
  width: 100%;
}

/* FOOTER */
.footer_wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #1c1c1c;
  background-color: #181818;
  border-top: 1px solid #222;
}

.footer {
  width: 60%;
  margin-left: 30%;
  margin-right: 10%;
  max-width: 900px;
  overflow: hidden;
  padding: 3em 0;
  color: #555;
  font-family: "Inconsolata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", monospace;
  font-weight: 700;
  font-size: 1.2em;
}

.footer_stuff {
  overflow: hidden;
}

.footer_element {
  width: 33.333333333%;
  float: left;
}

.footer_element a {
  color: #555;
}

.footer_element p {
  margin-bottom: 0.309em;
}

.footer_sitemap ul li a {
  color: #555;
}

.footer_copyright {
  width: 100%;
  font-size: 0.8em;
  padding-top: 2em;
}

.footer_copyright a {
  color: #555;
  text-decoration: none;
}

.footer_sitemap ul li {
  margin-bottom: 0.618em;
}

/* POP IN ANIMATION */
@-webkit-keyframes pop-in {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: scale(0.9) translateY(30px);
  }
  80% {
    -webkit-transform: scale(1.05);
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pop-in {
  0% {
    opacity: 0;
  }
  1% {
    -moz-transform: scale(0.9) translateY(30px);
  }
  80% {
    -moz-transform: scale(1.05);
  }
  100% {
    -moz-transform: translateY(0);
    -moz-transform: scale(1);
  }
}
@-o-keyframes pop-in {
  0% {
    opacity: 0;
  }
  1% {
    -o-transform: scale(0.9) translateY(30px);
  }
  80% {
    -o-transform: scale(1.05);
  }
  100% {
    -o-transform: translateY(0);
    -o-transform: scale(1);
  }
}
@keyframes pop-in {
  0% {
    opacity: 0;
  }
  1% {
    transform: scale(0.9) translateY(30px);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    transform: translateY(0);
    transform: scale(1);
  }
}
/*
Responsive Mobile Toggle Menu v2.2
Description: Mobile first responsive toggle menu
Author: Danielle Vautier
*/
.nav_mobile {
  display: none;
  position: fixed;
  overflow: hidden;
  z-index: 9999;
  width: 90%;
  top: 0;
  left: 0;
  background-color: #1A1A1A;
  padding: 1em 5% 0.8em;
}

/*Menu mobile first CSS*/
body {
  -webkit-animation: bugfix infinite 1s;
}

/*This fixes a chrome/webkit bug for older Android Browsers */
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
/*Required functional CSS don't change this bit
CSS styles are at the end! */
label.menuTitle {
  float: right;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5em 0.75em;
  border: 1px solid #e8e8e8;
  color: #ffffff;
  letter-spacing: 0.125em;
  font-weight: 700;
}

#toggleMenu {
  display: none;
}

#toggleMenu:checked ~ ul {
  max-height: 100%;
  /*Make page height*/
  opacity: 1;
}

.mainMenu {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}

.mainMenu > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  overflow-y: hidden;
  max-height: 0;
}

.mainMenu li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: block;
  width: 100%;
  float: left;
}

.mainMenu a, .mainMenu a:visited {
  display: block;
  width: 100%;
  /*required to make whole element clickable*/
}

ul.menu {
  margin-top: 4em;
}

/* JUBILÄUM */
.jubilaeum {
  margin: 0 auto;
  background-color: rgba(26, 26, 26, 0.8);
  border: 1px solid #666;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 1em 1.618em 0.382em;
  margin-bottom: 3em;
}
.jubilaeum p {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2em;
  margin-bottom: 0.618em;
}
.jubilaeum ul {
  width: 100%;
}
.jubilaeum ul li {
  display: inline;
  margin-right: 1em;
}
.jubilaeum ul li img {
  height: 2.618em;
  max-height: 2.618em;
  width: auto;
  border-radius: 1px;
  -webkit-border-radiu: 1px;
  opacity: 0.9;
  padding-bottom: 0.618em;
}

/* RESPONSIVE WEBDESIGN */
@media only screen and (max-width: 1000px) {
  .program_listing h1 {
    margin-bottom: 0em;
  }

  .program_listing {
    margin-bottom: 2em;
  }

  .content_wrapper {
    margin-top: 3em;
  }

  .content p {
    font-size: 1.2em;
  }

  span.program_listing_time {
    width: 100%;
    padding-top: 0.309em;
    padding-bottom: 0;
  }

  p.program_listing_date {
    overflow: hidden;
    margin-bottom: 0.309em;
  }

  .nav {
    width: 100%;
    margin-bottom: 0;
  }
  .nav ul li {
    font-size: 1.309em;
    width: 20%;
    min-width: 150px;
  }
  .nav .logo {
    width: 200px;
  }

  .content {
    width: 100%;
    margin-top: 2em;
    margin-left: 0;
  }

  .info_address_wrapper p, .info_anfahrt_wrapper p, .info_contact_wrapper p {
    width: 30%;
  }

  .info_contact_wrapper .info_contact, .info_anfahrt_wrapper .info_anfahrt, .info_address_wrapper .info_address {
    width: 70%;
  }

  .footer {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 700px) {
  .info_address_wrapper p, .info_anfahrt_wrapper p, .info_contact_wrapper p {
    width: 100%;
    padding-bottom: 1em;
  }

  .info_contact_wrapper .info_contact, .info_anfahrt_wrapper .info_anfahrt, .info_address_wrapper .info_address {
    width: 100%;
  }

  .info_address_wrapper .info_address p, .info_anfahrt_wrapper .info_anfahrt p, .info_contact_wrapper_section p {
    padding-bottom: 0;
  }

  .info_contact_wrapper .info_contact_wrapper_section {
    padding-bottom: 3em;
  }

  .content_wrapper {
    width: 90%;
    margin-top: 2em;
  }

  .nav ul li {
    font-size: 1.2em;
  }

  .nav .logo img {
    margin-bottom: 1em;
  }

  .program_listing {
    padding: 1.5em 5% 0.5em;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-width: 1px;
    margin-bottom: 1.618em;
    width: 103%;
    margin-left: -1.5%;
  }

  span.program_listing_time {
    padding-bottom: 0.309em;
  }

  .program_listing a {
    line-height: 1.2;
  }

  .program_listing_linksTitle {
    padding-top: 1em;
    padding-bottom: 0.309em;
  }

  .footer {
    width: 90%;
  }

  .footer_element {
    width: 100%;
    margin-bottom: 2em;
  }

  .footer_copyright {
    padding-top: 0.5em;
  }

  .content p {
    font-size: 1.1em;
  }

  .content .subnavi h1, p.verein_subtitle, .content h1, p.mitmachen_highlight {
    font-size: 1.309em;
  }

  .content .program_listing h1 {
    font-size: 2em;
  }

  .subnavi h1 a {
    width: 100%;
    float: left;
    margin-bottom: 0.618em;
    margin-bottom: 0.618em;
  }

  .subnavi a.subnavi_link_active {
    border-bottom: 0;
    text-decoration: underline;
  }

  .info_box p, .info_box .info_box_content {
    width: 100%;
  }

  .info_box p {
    margin-bottom: 1.618em;
  }

  .info_box .info_contact_wrapper_section {
    padding-bottom: 3em;
  }

  .teamfoto_einzeln {
    width: 31%;
  }

  .program_listing img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.618em;
  }

  .eventinfos_wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .content {
    margin-top: 4em;
  }

  .jubilaeum {
    margin-top: 6em;
    margin-bottom: 0;
  }

  .nav .logo img {
    width: 50%;
  }

  .teamfoto_einzeln {
    width: 48%;
  }

  .nav .logo {
    width: 80px;
  }

  .nav .logo img {
    width: 80px;
    margin-bottom: 0;
  }

  .nav ul li {
    margin-bottom: 1em;
  }

  .logo {
    float: left;
  }

  .teamfoto_einzeln {
    width: 48%;
  }

  .nav_mobile {
    display: block;
  }

  .nav_desktop {
    display: none;
  }
}

/*# sourceMappingURL=frontend.css.map */
