/* ! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/* *
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* *
 * Remove default margin. */

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* HTML5 display definitions
   ========================================================================== */

/* *
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  /*display: block;*/
}

/* *
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* *
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */

audio:not([controls]) {
  display: none;
  height: 0;
}

/* *
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */

[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */

/* *
 * Remove the gray background color from active links in IE 10. */

a {
  background-color: transparent;
}

/* *
 * Improve readability of focused elements when they are also in an
 * active/hover state. */

a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/* *
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */

abbr[title] {
  border-bottom: 1px dotted;
}

/* *
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */

b, strong {
  font-weight: bold;
}

/* *
 * Address styling not present in Safari and Chrome. */

dfn {
  font-style: italic;
}

/* *
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h6 {
  font-size: 3em;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1.1;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}

/* *
 * Address styling not present in IE 8/9. */

mark {
  background: #ff0;
  color: #000;
}

/* *
 * Address inconsistent and variable font size in all browsers. */

small {
  font-size: 80%;
}

/* *
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/* *
 * Remove border when inside `a` element in IE 8/9/10. */

img {
  border: 0;
}

/* *
 * Correct overflow not hidden in IE 9/10/11. */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/* *
 * Address margin not present in IE 8/9 and Safari. */

figure {
  margin: 1em 40px;
}

/* *
 * Address differences between Firefox and other browsers. */

hr {
  box-sizing: content-box;
  height: 0;
}

/* *
 * Contain overflow in all browsers. */

pre {
  overflow: auto;
}

/* *
 * Address odd `em`-unit font size rendering in all browsers. */

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/* *
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */

/* *
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* *
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */

button {
  overflow: visible;
}

/* *
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */

button, select {
  text-transform: none;
}

/* *
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others. */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* *
 * Re-set default cursor for disabled elements. */

button[disabled], html input[disabled] {
  cursor: default;
}

/* *
 * Remove inner padding and border in Firefox 4+. */

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* *
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */

input {
  line-height: normal;
}

/* *
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* *
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* *
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* *
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* *
 * Define consistent border, margin, and padding. */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* *
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */

legend {
  border: 0;
  padding: 0;
}

/* *
 * Remove default vertical scrollbar in IE 8/9/10/11. */

textarea {
  overflow: auto;
}

/* *
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/* *
 * Remove most spacing between table cells. */

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

td, th {
  padding: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0 0 100px 0;
  font-family: 'Martel', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

header {
  height: 100px;
  background: white;
  position: relative;
}

img {
  max-width: 100%;
}

.logo {
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 230px;
  transition: 1s all ease-in-out;
}

.logo img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

footer {
  background-color: #9c9d9f;
  position: relative;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  padding: 30px 0;
}

footer a {
  color: white;
}

footer .footer-column {
  width: 50%;
  float: left;
}

footer .footer-column a {
  display: block;
  padding: 2px;
  color: white !important;
}

img {
  border: none;
}

.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative;
}

@media (min-width: 992px) {
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.content:after {
  content: " ";
  display: block;
  clear: both;
}

.wrap {
  padding-top: 50px;
  padding-bottom: 250px;
}

.wrap-top {
  padding-top: 50px;
}

.wrap-bottom {
  padding-bottom: 50px;
}

nav {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

nav.navbar-light {
  position: absolute;
  top: 30px;
  left: 15px;
}

nav.navbar-light a {
  color: #981219;
  text-decoration: none;
  display: inline-block;
  padding: 8px 0;
  margin: 0 16px 0 0;
  line-height: 1;
  transition: .5s all ease-in-out;
  border-bottom: 4px solid transparent;
}

nav.navbar-light a.active {
  color: #e68057;
  border-bottom: 4px solid #e68057;
}

.logo {
  height: 80px;
  transition: all 0.3s ease;
}

/* Logo kleiner auf Tablet oder Handy */

@media (max-width: 992px) {
  .logo {
    height: 50px;
  }
}

/* Stelle sicher, dass alle Elemente vertikal mittig sind */

.navbar .container-fluid {
  align-items: center;
}

.mnav-container {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: .7s all ease-in-out;
}

.mnav-container.visible {
  max-height: 500px;
  opacity: 1;
}

.mnav-container nav.mobile {
  position: relative;
  top: 24px;
  right: 0;
  padding: 0 20px 40px;
}

.mnav-container nav.mobile a {
  color: #981219;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  margin: 10px 0;
  line-height: 1;
  transition: .5s all ease-in-out;
}

.mnav-container nav.mobile a.active {
  color: #e68057;
  border-bottom: 2px solid #e68057;
}

.burger {
  box-sizing: border-box;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  left: 15px;
  padding-top: 14px;
  cursor: pointer;
}

.burger .burger-e {
  transition: .5s all ease-in-out;
  height: 4px;
  width: 60%;
  margin: 0 auto 5px;
  background: #981219;
}

.burger.active .burger1 {
  transform: translateY(9px) rotate(45deg);
}

.burger.active .burger2 {
  transform: scaleX(0);
  opacity: 0;
}

.burger.active .burger3 {
  transform: translateY(-9px) rotate(-45deg);
}

.mobile-only {
  display: none;
}

.no-mobile {
  display: block;
}

.button, input[type="submit"] {
  border: none;
  margin-top: 10px;
  padding: 8px 20px !important;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  background-color: #981219 !important;
  color: white !important;
  height: auto !important;
  text-align: center;
  transition: all .4s ease-in-out;
}

.button:hover, input[type="submit"]:hover {
  background-color: #c61721 !important;
  color: white !important;
}

.button.slate, input[type="submit"].slate {
  background-color: #333333;
  color: white;
}

.button.white, input[type="submit"].white {
  background-color: white !important;
  color: #981219 !important;
}

@media (max-width: 991px) {
  .mobile-only {
    display: block;
  }
}

@media (max-width: 800px) {
  .no-mobile {
    display: none;
  }
}

@media (max-width: 800px) {
  header {
    /*height: 80px;*/
    background: white;
    position: relative;
  }
}

@media (max-width: 800px) {
  img {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .logo {
    width: 180px;
  }
}

@media (max-width: 991px) {
  footer .footer-column {
    width: 100% !important;
    float: none;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}

h1 {
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1.3;
}

h2 {
  margin: 0 0 0 0;
  padding: 0;
  color: #981219;
  line-height: 1.3;
}

h3 {
  margin: 8px 0 0 0;
  padding: 0;
}

a, a:visited {
  color: #981219;
  text-decoration: none !important;
}

a.button, input[type="input"] {
  color: white;
}

.centered {
  text-align: center;
}

.wrapper {
  width: 100%;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
  background-color: #333333;
  position: relative;
  min-height: 400px;
}

.wrapper.start {
  min-height: 600px;
}

.lightgrey-wrapper {
  background-color: #F9F9F9;
  padding: 40px 0;
  margin: 80px 0 0 0;
}

.color-wrapper {
  background-color: #fae5dc !important;
  padding: 40px 0 !important;
  margin: 0;
}

.third {
  width: 32.2033898305%;
  float: left;
}

.third:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.third:nth-child(3n + 2) {
  margin-left: 33.8983050847%;
  margin-right: -100%;
  clear: none;
}

.third:nth-child(3n + 3) {
  margin-left: 67.7966101695%;
  margin-right: -100%;
  clear: none;
}

.half {
  width: 49.1525423729%;
  float: left;
}

.half:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.half:nth-child(2n + 2) {
  margin-left: 50.8474576271%;
  margin-right: -100%;
  clear: none;
}

.five-third-left {
  width: 57.6271186441%;
  float: left;
  margin-right: 1.6949152542%;
}

.five-third-right {
  width: 40.6779661017%;
  float: left;
  margin-left: 0;
  /*margin-right: -100%;*/
}

.about-text {
  margin: 0 auto;
  font-size: 120%;
  line-height: 1.7;
  margin-bottom: 80px;
}

.box {
  border: 1px solid #981219;
  padding: 2%;
}

.box h2 {
  padding-top: 0;
  margin-top: 0;
}

.circle {
  height: 550px;
  max-width: 80%;
  margin: 0 auto;
  color: white;
  text-align: center;
  display: table;
}

.circle-small {
  height: 250px;
  max-width: 80%;
  margin: 0 auto;
  color: white;
  text-align: center;
  display: table;
}

.circle-logo {
  border-radius: 50%;
  background-color: #981219 !important;
  height: 250px;
  width: 250px;
  max-width: 80%;
  margin: 0 auto;
  color: white;
  text-align: center;
  display: table;
}

.inner-circle {
  vertical-align: middle;
  display: table-cell;
}

.inner-circle-logo {
  vertical-align: middle;
  display: table-cell;
}

/* .sponsor{
	display:inline-block;
	width:100%;
	height:200px;
	line-height: 170px;
	padding:30px;
	img{
		width:100%;
		//vertical-align: middle;
	}
	h1{
		font-size: 150%;
		position: absolute;
		left:0;
		bottom:30px;
		width:100%;
	}
	text-align:center;
} */

.sponsors {
  text-align: center;
}

.sponsors .sponsor {
  width: 23.7288135593%;
  float: left;
  height: 200px;
  line-height: 170px;
  text-align: center;
}

.sponsors .sponsor:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.sponsors .sponsor:nth-child(4n + 2) {
  margin-left: 25.4237288136%;
  margin-right: -100%;
  clear: none;
}

.sponsors .sponsor:nth-child(4n + 3) {
  margin-left: 50.8474576271%;
  margin-right: -100%;
  clear: none;
}

.sponsors .sponsor:nth-child(4n + 4) {
  margin-left: 76.2711864407%;
  margin-right: -100%;
  clear: none;
}

.sponsors .sponsor img {
  width: 80%;
}

.concerts {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 0 0;
}

.concerts:after {
  content: " ";
  display: block;
  clear: both;
}

.concert {
  display: block;
  position: relative;
  overflow: visible;
  padding: 20px 0;
  margin-bottom: 40px;
  width: 49.1525423729%;
  float: left;
}

.concert:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.concert:nth-child(2n + 2) {
  margin-left: 50.8474576271%;
  margin-right: -100%;
  clear: none;
}

.concert .concert-img {
  transition: .3s all ease-in-out;
  transform: rotate3d(0deg);
  background: grey;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  width: 31.0344827586%;
  float: left;
  margin-left: 0;
  margin-right: -100%;
}

.concert .concert-img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.concert .concert-text {
  width: 65.5172413793%;
  float: left;
  margin-left: 34.4827586207%;
  margin-right: -100%;
  transition: .3s all ease-in-out;
  position: relative;
}

.concert h1, .concert h2 {
  margin: 0;
  padding: 0;
}

.concert h2 {
  color: #9c9d9f !important;
}

.concert:hover .concert-img {
  transform: scale(1.02);
}

.concert:hover .concert-text {
  color: #333333 !important;
}

.concert.concert-past {
  opacity: .5;
  filter: saturate(0);
}

.concert-left {
  width: 49.1525423729%;
  float: left;
  margin-left: 0;
  margin-right: -100%;
}

.concert-left h1 {
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1.3;
}

.concert-left h2 {
  margin: 0 0 0 0;
  padding: 0;
  color: #981219;
  line-height: 1.3;
}

.concert-left h3 {
  margin: 8px 0 0 0;
  padding: 0;
}

.concert-right {
  width: 49.1525423729%;
  float: left;
  margin-left: 50.8474576271%;
  margin-right: -100%;
}

.concert-right img {
  max-width: 100%;
}

.person {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.person:after {
  content: " ";
  display: block;
  clear: both;
}

.person .image {
  width: 23.7288135593%;
  float: left;
  margin-left: 0;
  margin-right: -100%;
}

.person .image img {
  margin-top: 0;
  width: 90%;
  height: auto;
  border-radius: 100%;
  overflow: hidden;
}

.person .text {
  width: 74.5762711864%;
  float: left;
  margin-left: 25.4237288136%;
  margin-right: -100%;
}

.person .text strong {
  font-size: 120%;
  color: #981219;
}

.concert-composer {
  padding-bottom: 40px;
}

.concert-composer .image {
  float: left;
  margin: 10px 30px 10px 0;
}

.member {
  width: 32.2033898305%;
  float: left;
  padding: 0 0 20px 0;
}

.member:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.member:nth-child(3n + 2) {
  margin-left: 33.8983050847%;
  margin-right: -100%;
  clear: none;
}

.member:nth-child(3n + 3) {
  margin-left: 67.7966101695%;
  margin-right: -100%;
  clear: none;
}

.member h2 {
  color: #e68057;
  margin: 0;
  padding: 0;
}

.member h3 {
  color: #9c9d9f;
}

.owlbuffer {
  padding: 15px;
}

@media (max-width: 768px) {
  .sponsors .sponsor {
    width: 48.7179487179%;
    float: left;
    height: 180px;
    line-height: 170px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .sponsors .sponsor:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .sponsors .sponsor:nth-child(2n + 2) {
    margin-left: 51.2820512821%;
    margin-right: -100%;
    clear: none;
  }
}

@media (max-width: 768px) {
  .sponsors .sponsor img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .concert {
    width: 100%;
    float: left;
    margin: 0 !important;
    display: block;
  }
}

@media (max-width: 768px) {
  .concert:nth-child(1n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none;
  }
}

@media (max-width: 768px) {
  .five-third-left {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 36px;
  }
}

@media (max-width: 768px) {
  .five-third-right {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 36px;
  }
}

@media (max-width: 991px) {
  .wrap {
    /*width: 100%;*/
    /*float: left;*/
    /*margin-left: 0;*/
    /*margin-right: 0;*/
    padding-top: 50px;
    padding-bottom: 1750px;
  }
}

@media (max-width: 768px) {
  .concert-left {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .concert-right {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .concert-right img {
    max-width: 100%;
  }
}

@media (max-width: 400px) {
  .sponsors .sponsor {
    width: 100%;
    float: left;
    margin: 0 !important;
    display: block;
    height: 140px;
  }
}

@media (max-width: 400px) {
  .sponsors .sponsor:nth-child(1n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none;
  }
}

@media (max-width: 400px) {
  .sponsors .sponsor img {
    width: 70%;
  }
}

@media (max-width: 400px) {
  .wrapper {
    width: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    background-color: #333333;
    position: relative;
    min-height: 250px;
  }
}

@media (max-width: 400px) {
  .wrapper.start {
    min-height: 300px;
  }
}

@media (max-width: 400px) {
  .circle {
    height: 300px;
    max-width: 90%;
    margin: 0 auto;
    display: table;
  }
}

@media (max-width: 400px) {
  .inner-circle {
    vertical-align: middle;
    display: table-cell;
  }
}

@media (max-width: 400px) {
  .inner-circle h1 {
    font-size: 1.5em;
  }
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

input[type="text"], input[type="email"], textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #333333;
}

textarea {
  resize: vertical;
}

.field {
  padding-bottom: 20px;
}

#form-submit {
  text-align: right;
}

/* * 	Core Owl Carousel CSS File
 *	v1.3.3 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */

.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* * 	Owl Carousel Owl Demo Theme 
*	v1.3.3 */

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #981219;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination */

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #981219;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* *  Owl Carousel CSS3 Transitions 
 *  v1.3.2 */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */

/* empty */

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

.logo {
  height: 60px;
  transition: height .3s ease;
}

@media (max-width: 992px) {
  .logo {
    height: 40px;
  }
}

/* Achte darauf, dass die Navbar-Container vertikal mittig sind */

.navbar .container-fluid {
  align-items: center;
}

/* Handy */

.red-circle {
  background-color: #981219;
  width: min(80vw, 350px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  margin: 0 auto;
  transition: all 0.3s ease;
}

@media (max-width: 360px) {
  .red-circle {
    width: 65vw;
  }
}

.red-circle h6 {
  font-size: 3rem;
}

@media (max-width: 360px) {
  .red-circle h6 {
    font-size: 1.4rem;
  }
}

footer {
  /*background-color: #9c9d9f;*/
  /*padding: 30px 0;*/
  /*position: relative;*/
  /*width: 100%;*/
}

.site-footer {
  width: 100%;
  /*background: #9c9d9f;*/
  color: #fff;
  padding: 30px 0;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: block;
  /*flex-direction: column;*/
}

main {
  flex: 1;
}

img.ig {
  color: #981219;
}

main {
  flex: 1;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(152,18,25,1)' stroke-width='3' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Vollbild-Navigation unter der Kopfzeile (nur mobil) */

@media (max-width: 991px) {
  .navbar-collapse {
    position: static;
    top: 56px;
    left: 0;
    width: 100%;
    height: calc(100vh - 56px);
    /*background: white;*/
    padding: 1.5rem;
    overflow-y: auto;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
    transform: translateY(-100%);
  }
}

@media (max-width: 991px) {
  .navbar-collapse.show {
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .navbar-toggler {
    border: none;
    width: 40px;
    height: 40px;
    background: transparent;
  }
}

/* Burger → X Animation */

@media (max-width: 991px) {
  .navbar-toggler .navbar-toggler-icon {
    background-image: none;
    position: relative;
  }
}

@media (max-width: 991px) {
  .navbar-toggler .navbar-toggler-icon::before, .navbar-toggler .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #981219;
    left: -5px;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 991px) {
  .navbar-toggler .navbar-toggler-icon::before {
    top: 12px;
  }
}

@media (max-width: 991px) {
  .navbar-toggler .navbar-toggler-icon::after {
    top: 20px;
  }
}

@media (max-width: 991px) {
  .navbar-toggler.collapsed .navbar-toggler-icon::before {
    transform: rotate(45deg) translate(2px, 2px);
  }
}

@media (max-width: 991px) {
  .navbar-toggler.collapsed .navbar-toggler-icon::after {
    transform: rotate(-45deg) translate(2px, -2px);
  }
}

header, nav {
  position: relative;
}

/* Wenn geöffnet → X anzeigen */

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(152,18,25,1)' stroke-width='2' d='M2 2 L14 14 M14 2 L2 14'/%3E%3C/svg%3E");
}

/* Standard: Hamburger */

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(152,18,25,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Wenn geöffnet → X */

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(152,18,25,1)' stroke-width='2' d='M2 2 L14 14 M14 2 L2 14'/%3E%3C/svg%3E\");
}

/* Hamburger Icon */

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(152,18,25,1)' stroke-width='3' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* X Icon bei ausgeklapptem Menü */

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath stroke='rgb(152,18,25)' stroke-width='2' stroke-linecap='round' d='M2 2 L14 14 M14 2 L2 14'/%3E%3C/svg%3E");
}

.navbar-toggler.btn {
  padding: 0;
  border: none;
  background: none;
}

.icon {
  width: 30px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}

.wrap-bottom {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*gap: 40px;*/
}

/* linke Spalte */

.five-third-left {
  flex: 2;
  /*min-width: 200px;*/
}

/* rechte Spalte */

.five-third-right {
  flex: 1;
  /*min-width: 280px;*/
}

.mnav-container {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  padding: 20px;
}

.mnav-container nav a {
  display: block;
  margin-bottom: 15px;
}

.sponsor {
  padding-bottom: 60px;
}

.burger {
  position: relative;
  z-index: 9999;
}

#mobilenav-toggle {
  position: relative;
  z-index: 9999;
}

@media (max-width: 768px) {
}

.person {
  width: 100%;
  float: left;
  /*margin-left: 6%;*/
  margin-right: 10%;
}

.image {
  float: left;
  margin-right: 40px;
}

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

.wrap-bottom {
  overflow: auto;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .special-padding, .special-padding1 {
    padding-bottom: 350px;
  }
}

a {
  text-decoration: none;
}

.concert:hover h3, .concert:hover h4 {
  color: #000 !important;
}

