/*
	Theme Name: dif_2023
	Description: 
	Version: 1.0.0
	Author: WH-Interactive
	Author URI: https://www.wh-i.at
*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0;
}

html {
  height: 100%;
}

body {
  background-color: #fef4f6;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  min-width: 290px;
}

/* MAIN ELEMENTS */

a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #dc2a1c !important;
}

blockquote {
  background-color: #f0f0f0;
  padding: 0.25em 0.5em 0.25em 2em;
  position: relative;
}

blockquote:before {
  content: "\201C";
  display: block;
  font-size: 3em;
  left: 8px;
  line-height: 1;
  position: absolute;
  top: 2px;
}

.button,
input[type="submit"] {
  background-color: #dc2a1c;
  border-radius: 0px 20px 20px 20px;
  color: #fff !important;
  cursor: pointer;
  padding: 0.5em 2em 0.5em 2em;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background-color: #dc2a1c;
  border-radius: 0px 20px 20px 20px;
  color: #fff !important;
  cursor: pointer;
  padding: 0.85em 2em;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
}

button:hover,
input[type="submit"]:hover,
html [type="button"]:hover,
[type="submit"]:hover {
  background: #a32117;
}

input,
select,
textarea {
  border: none;
  box-shadow: none;
  font-size: 1em;
  padding: 0.6em 0.2em;
}

p {
  margin-bottom: 1em;
}

strong {
  font-weight: 700;
}

textarea {
  height: 50px;
  resize: vefal;
}

/* MAIN UI */

.banner {
  margin: 3em auto 2em;
  max-width: 940px;
}

.banner img {
  height: auto;
  max-width: 100%;
}

#content {
  height: 100%;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

#content .contentBox {
  position: relative;
}

#content > #contentContainer {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

footer {
  line-height: 1;
  padding: 2em 0.5em;
  text-align: center;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  width: 100%;
}

#logo {
  margin: 2em auto 1.5em;
  max-width: 940px;
  position: relative;
}

#navTop {
  background-color: #dc2a1c;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  width: 100%;
  z-index: 999;
}

#navTop > #navMenuButton {
  display: none;
  height: 34px;
  line-height: 24px;
  padding: 0.25em 0.333em 0.3em 36px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

#navTop > #navMenuButton > img {
  height: 24px;
  left: 0.333em;
  position: absolute;
  top: 0.25em;
  width: 24px;
}

#navTop > #navMenuIconLanguage {
  display: none;
  position: absolute;
  right: 0.333em;
  top: 0.5em;
}

#navTop > ul {
  margin-bottom: 0;
  height: 47px;
}

#navTop > ul,
#rticTabs {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
}

#navTop > ul > li > a,
#rticTabs > li > a {
  display: block;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1;
  padding: 0.666em 0.82em;
  text-decoration: none;
}

/*#navTop > ul > li:first-child > a {
	padding:0.5em;
}
#navTop > ul > li:first-child > a:hover {
	background-color:transparent !important;
}*/

#navTop > ul > li:first-child > a > img {
  height: 25px;
  width: auto;
}

#programm .cc ul {
  margin: 0 !important;
}

#programm_map {
  border: 1px solid #888;
  color: #fff;
  display: inline-block;
  font-size: 0.9em;
  margin-bottom: 1em;
  text-decoration: none;
}

#programm_map:hover {
  border-color: #dc2a1c;
}

#programm_map > img {
  display: block;
}

#programm_map > span {
  background-color: #888;
  display: block;
  line-height: 1;
  padding: 0.333em 0.333em 0.444em;
}

#programm_map:hover > span {
  background-color: #dc2a1c;
  color: white;
}

#rticTabs {
  margin: 0 auto 1.5em;
  max-width: 940px;
  width: 100%;
}

#rticTabs > li > a {
  background-color: rgba(255, 255, 255, 0.8);
}

#navTop > ul > li:hover > a,
#navTop > ul > li.active > a,
#rticTabs > li:hover > a,
#rticTabs > li.active > a {
  background-color: #dc2a1c;
  color: #fff !important;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.75);
}

/* MISC UI */

#content img {
  height: auto;
  max-width: 100%;
}

.contentArea {
  padding-top: 1.5em;
  text-align: left;
  opacity: 0.9;
  background: white;
  margin: 0 auto;
}

.rticTabsContent {
  background: white;
}

#rticTeilnahme,
#rticFAQ {
  background: none !important;
}

.page-id-2646 .contentArea {
  background-color: transparent;
}

.contentArea.noPadding {
  padding: 0;
}

.contentArea p:last-child {
  margin-bottom: 0;
}

.contentArea > .content,
#rticTeilnahme > .content {
  padding: 1.666em 1.5em;
}

.contentArea > .content-image {
  display: block;
  width: 100%;
}

.contentArea form ul {
  list-style: none;
  margin: 0 !important;
}

.contentArea form ul > li {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.666em;
}

.contentArea form ul > li.inset {
  padding-left: 200px;
}

.contentArea form ul > li:last-child {
  margin-bottom: 0;
}

.contentArea form ul > li input[type="email"],
.contentArea form ul > li input[type="password"],
.contentArea form ul > li input[type="text"],
.contentArea form ul > li select,
.contentArea form ul > li textarea {
  flex: 1;
}

.contentArea form ul > li input[type="submit"] {
  margin-top: 0.666em;
}

.contentArea form ul > li > label {
  line-height: 27px;
  width: 200px;
}

.contentArea form ul > li > label.full {
  flex: 1;
  width: 100%;
}

.contentArea form ul > li.required label:after {
  color: #dc2a1c;
  content: " *";
}

/* .contentArea h1 {
	margin-top: -6rem;
	color: #000 !important;
	padding: 0;
	text-align: center;
} */

.contentArea ol,
.contentArea ul {
  margin: 0 0 1em 1.5em;
}

#fotosDetail {
  text-align: center;
}

#fotosDetail > img {
  display: inline-block;
  margin-bottom: -0.75em;
}

#fotosFilter {
  display: flex;
  padding: 0.5em;
}

#fotosFilter > select {
  flex: 1;
  margin: 0.5em;
  border: 1px solid #dc2a1c;
  font-size: 1em;
  font-family: "suisse-intl-light" !important;
  padding: 0.1em 0.2em;
}

.galpag-num,
.galpag-cur {
  color: white !important;
}

footer a {
  color: #fff !important;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
}

#homeCountdown {
  font-size: 3em;
}

#homeCountdown > span {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding: 0.25em 0.25em 0;
}

#homeCountdown > span:after {
  display: block;
  font-size: 0.666em;
  font-style: italic;
  font-weight: 300;
}

#homeCountdown > span.days:after {
  content: "tage";
}

#homeCountdown > span.hours:after {
  content: "stunden";
}

#homeCountdown > span.minutes:after {
  content: "min.";
}

#homeCountdown > span.seconds:after {
  content: "sek.";
}

#homeCountdown.english > span.days:after {
  content: "days";
}

#homeCountdown.english > span.hours:after {
  content: "hours";
}

#homeCountdown.english > span.minutes:after {
  content: "min.";
}

#homeCountdown.english > span.seconds:after {
  content: "sec.";
}

#homeCountdownContainer,
#homeMain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 19px solid #fff;
  color: black;
  margin: 0 auto 3em;
  max-width: 940px;
  padding: 2em;
  text-align: center;
}

#homeMain > #homeHighlights {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 2em;
}

#homeMain > #homeHighlights > #homeHighlightsList {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.4;
}

#homeMain > #homeHighlights > #homeHighlightsList > span {
  font-style: italic;
  padding: 0 0.5em;
}

#homeMain > #homeHighlights > #homeHighlightsList > span:first-child {
  padding-left: 0;
}

#homeMain > #homeHighlights > #homeHighlightsList > strong {
  font-size: 1.1em;
}

#homeMain > #homeHighlights > #homeHighlightsList > strong > a {
  text-decoration: none;
}

#homeMain > #homeHighlights > #homeHighlightsList > strong > span {
  font-weight: 300;
}

#homeMain > #homeHighlights > p {
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 0.5em;
}

#homeMain > #homeHighlights > p:last-child {
  font-size: 1.333em;
  font-style: italic;
  margin: 1.25em 0 2em;
}

#homeCountdownContainer p,
#homeMain p {
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25em;
}

#homeNewsMore {
  margin: -1em 0 2em;
  text-align: center;
}

#homeNewsMore > a {
  font-size: 0.9em;
  padding: 0.8em 1.6em;
}

#homeProgramm {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto 3em;
  max-width: 940px;
  text-align: center;
}

#homeProgramm > div {
  background-color: #fff;
  -webkit-flex: 0.32;
  flex: 0.32;
  padding: 1em 0.75em 0.75em;
}

#homeProgramm > div a:hover {
  text-decoration: underline !important;
  cursor: pointer !important;
}

#homeProgramm > div a.headliner {
  -webkit-align-items: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  font-size: 2.5em;
  font-style: italic;
  height: 84px;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 0.1em;
  text-transform: lowercase;
}

#homeProgramm > div > .acts > a {
  color: #333;
  line-height: 1.75;
  padding-right: 0.25em;
  text-transform: lowercase;
}

#homeProgramm > div > .acts > a:nth-child(even) {
  font-style: italic;
}

/*#homeProgramm > div > .acts > a:nth-child(odd) {
	font-weight:700;
}*/

#homeProgramm > div > h2 {
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom: 0.2em;
  text-transform: uppercase;
}

#homeProgramm > div > .program {
  border-top: 1px solid #c4161c;
  margin-top: 0.75em;
  padding-top: 0.75em;
}

#homeProgramm > div > .sep {
  border-bottom: 1px solid #c4161c;
  height: 20px;
  margin-bottom: 1.1em;
  position: relative;
}

#homeProgramm > div > .sep > span {
  background-color: #fff;
  color: #c4161c;
  font-size: 1.2em;
  left: 50%;
  line-height: 1;
  padding: 0 0.5em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#homeProgramm > div > .weather {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

#homeProgramm > div > .weather > div {
  font-size: 2em;
  font-weight: 700;
  margin-left: 0.25em;
}

#iconLanguage {
  position: absolute;
  right: 0;
  top: 1em;
}

#logo > img {
  display: block;
  height: auto;
  margin: 0 auto;
}

#logo > img.logo-rtic {
  max-height: 380px;
  width: auto;
}

#logo > #social {
  display: flex;
  left: 0;
  position: absolute;
  top: 1em;
}

#logo > #social > li {
  list-style: none;
  margin-right: 0.5em;
}

#logo > #social > li > a {
  display: block;
}

#logo > #social > li > a > img {
  display: block;
  height: 25px;
  width: 25px;
}

.newsContainer {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto 2em;
  max-width: 940px;
  text-align: left !important;
}

.newsContainer > li {
  background-color: #fff;
  margin-bottom: 1.25em;
  padding: 0 !important;
  position: relative;
  width: 49%;
}

.fotosContainer > li {
  width: 32.5%;
}

.newsContainer > li a {
  text-decoration: none;
}

.newsContainer > li .content {
  padding: 1em;
}

.newsContainer > li .content > a.button {
  background-color: #dc2a1c;
  border-radius: 1.5em;
  color: #fff !important;
  display: inline-block;
  font-size: 0.88em;
  font-weight: 600;
  padding: 0.8em 1.6em;
  text-decoration: none;
  text-transform: uppercase;
}

.newsContainer > li .content > a.title {
  color: #dc2a1c;
  display: block;
  font-size: 1.666em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.25em;
  text-decoration: none;
}

.newsContainer > li img {
  display: block;
  height: auto;
  width: 100%;
}

.newsContainer > li .time_of_day {
  background-color: #dc2a1c;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  left: 0;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 1em;
}

#newsletter {
  background-color: rgba(55, 180, 200, 0.8);
  box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.2);
  margin: 1em auto 3em;
  max-width: 940px;
}

#newsletter > form {
  float: left;
  font-size: 0.9em;
}

#newsletter > form > h3 {
  margin-bottom: 0.333em;
  text-align: left;
}

#newsletter > form td {
  padding-bottom: 0.25em;
  text-align: left;
  vertical-align: top;
  padding-top: 0.5em;
}

#newsletter > form td input {
  margin-left: 0.25em;
}

.container-news h3 {
  font-weight: 700;
}

#newsletter > form td input[type="email"],
#newsletter > form td input[type="text"] {
  width: 170px;
}

#newsletter > form td label.radio {
  display: inline-block;
  min-width: 95px;
}

#newsletter > form td:first-child {
  font-style: italic;
  font-size: 2.5em;
  color: white;
  font-weight: 100;
  padding-top: 0;
  padding-right: 1em;
}

#newsletter > form td:first-child span {
  font-weight: bold;
  font-style: normal;
}

#newsletter > img {
  float: left;
  height: 112px;
  margin-right: 1.5em;
  width: auto;
}

#newsletter input::placeholder {
  color: black;
  font-style: italic;
  padding-left: 0.2em;
  font-size: 14px;
}

#newsletter select {
  width: 90px;
  padding-bottom: 0.65em;
  background: white;
}

#newsletter input[type="submit"] {
  background-color: rgb(44, 139, 154);
  border: 1px solid transparent;
  border-radius: 0;
  font-style: italic;
  font-weight: 100;
  text-transform: lowercase;
  margin-left: 0;
  width: 100%;
}

#rticAGBs {
  font-size: 0.9em;
}

#rticAllgemeines {
  /*background:#efeaf0 url(img/rtic-background.jpg) no-repeat center bottom !important;*/
  background-size: contain !important;
  margin: 1.5em auto !important;
  min-height: 600px;
  /*padding:2em 2em 275px 2em !important;
	border: 20px solid rgba(255,255, 255,.8);*/
}

.section-anmeldung {
  background: #efeaf0 url(img/rtic-background.jpg) no-repeat center bottom !important;
  background-size: contain !important;
  margin: 1.5em auto !important;
  min-height: 600px;
  padding: 2em 2em 569px 2em !important;
  border: 20px solid rgba(255, 255, 255, 0.8);
}

.section-anmeldung p {
  color: black;
}

#rticBands {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 2em;
}

#rticBands > div {
  margin: 0 auto;
  max-width: 940px;
}

#rticBands > div > ul {
  -webkit-column-count: 4;
  column-count: 4;
  list-style: none;
}

#rticBands > div > ul > li {
  color: black;
  text-align: left;
  font-weight: bold;
}

#rticBands > div > ul > li > a {
  color: black !important;
  display: block;
  font-weight: normal !important;
  text-align: left;
  text-decoration: none;
  font-style: italic;
}

#rticBands > div > ul > li > a:hover {
  text-decoration: underline;
  cursor: pointer;
}

#rticBands > h1 {
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5em;
}

#rticBands > h1 > strong {
  font-style: normal;
}

.rticBanner {
  padding-top: 0 !important;
}

.rticBannerWohzimmerSessions {
  cursor: pointer;
  margin: 2.5em 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
}

.rticBannerWohzimmerSessions.visible {
  cursor: auto;
  margin: 2.5em auto !important;
  padding: 1em !important;
}

#rticIntro {
  background-color: rgba(255, 255, 255, 0.8) !important;
  margin: 0 auto 1.5em !important;
  max-width: 660px !important;
  text-align: center !important;
}

#rticOverlay {
  background-color: rgba(255, 255, 255, 1);
  bottom: 0;
  display: none;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

#rticOverlayClose {
  position: absolute;
  right: 1.25em;
  top: 1.5em;
}

#rticOverlayContent {
  font-size: 0.9em;
  height: 100vh;
  margin: 0 auto;
  max-width: 1020px;
  padding: 1.5em;
  z-index: 100;
}

#rticTeilnahme > .content {
  padding-top: 0.5em !important;
}

#rticTeilnahme h1 {
  font-size: 1.8em;
}

#rticTeilnahme h1 strong {
  font-style: normal;
}

#weather {
  margin-bottom: 2em;
}

#weather > div > div {
  margin: 0 auto;
}

#weather > .ubiwidget300 > div > div {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

#weather > .ubiwidget728 > div {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* MISC ELEMENTS */

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.displayNone {
  display: none;
}

.formRadioLink {
  line-height: 24px;
  padding-left: 6px;
}

.gray {
  color: #888;
}

.marginBottom {
  margin-bottom: 1em !important;
}

.marginBottom0 {
  margin-bottom: 0 !important;
}

.marginTop {
  margin-top: 1em;
}

.mobileShow,
.mobileShow666 {
  display: none !important;
}

.opacityFade {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.textAlignCenter {
  text-align: center !important;
}

.visible800 {
  display: none;
}

/* Programm */

.cc-heading {
  margin-left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background: white;
}

.cc-heading-buttons {
  margin: 0 auto 1.5em;
  text-align: center;
}

.cc-heading-buttons > a {
  margin: 0 1em 0 0;
}

.cc-heading-options {
  display: flex;
  font-size: 1em;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: fixed;
  top: 220px;
  width: 100%;
  justify-content: center;
  z-index: 1;
}

.cc-heading-options input,
.cc-heading-options select {
  border: 1px solid #ccc;
  border-radius: 5em;
  font-size: 1em;
  height: 2.6em;
  padding: 0.5em 1em;
  width: 100%;
}

.cc-heading-options > div {
  display: flex;
  float: none !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 1730px !important;
}

.cc-heading-options > .cc-event-select {
  -webkit-flex: 0.3;
  flex: 0.3;
}

.cc-heading-options > .cc-event-submit {
  -webkit-flex: 0.1;
  flex: 0.1;
}

.cc-heading-tabs {
  z-index: 1;
}

.cc-heading-buttons > a,
.cc-heading-options > .cc-event-submit > input,
.cc-heading-tabs ul > li.cc-back-to-grid-btn-space button {
  background-color: #da1132;
  border: none;
  border-radius: 1.5em;
  color: #fff !important;
  display: inline-block;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  padding: 0.5em 1.6em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.cc-heading-options > .date-time > .cc-datetime-form {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.cc-heading-options > .date-time > .cc-datetime-form > div {
  float: none;
  margin: 0;
}

.cc-heading-options > .search {
  -webkit-flex: 0.2;
  flex: 0.2;
}

.cc-heading-options > .search .cc-search-form-submit > .fa {
  margin-top: 9px;
}

.cc-heading-tabs ul > li > a {
  display: block;
  font-size: 0.875em;
  padding: 0 0.5em;
  font-weight: 700;
  height: 3.286em;
  line-height: 3.286em;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}

.cc-heading-tabs {
  position:fixed; 
  top:280px; 
  width: 100%;
}

.cc-heading-tabs ul > li > a {
  border-radius: 0px 20px 20px 20px;
  width: 330px;
  height: 35px;
  box-shadow: unset !important;
}

.cc-all {
  background: white;
  color: #dc2a1c !important;
  border: 1px solid #dc2a1c;
}
.cc-all.selected, 
.cc-all:hover, 
.cc-all.selected:hover 
{
  background: #dc2a1c;
  color: white !important;
  box-shadow: unset !important;
}

.cc-sport {
  background: white;
  color: #1e8ccf  !important;
  border: 1px solid #1e8ccf;
}
.cc-sport.selected,
.cc-sport:hover, 
.cc-sport.selected:hover {
  background: #1e8ccf;
  color: white !important;
  box-shadow: unset !important;
}


.cc-familie-sport {
  background: white;
  color: #9354AD  !important;
  border: 1px solid #9354AD;
}

.cc-familie-sport.selected,
.cc-familie-sport:hover, 
.cc-familie-sport.selected:hover {
  background: #9354AD;
  color: white !important;
  box-shadow: unset !important;
}

.cc-musik-kultur {
  background: white;
  color: #E07900  !important;
  border: 1px solid #E07900;
}

.cc-musik-kultur.selected,
.cc-musik-kultur:hover, 
.cc-musik-kultur.selected:hover {
  background: #E07900;
  color: white !important;
  box-shadow: unset !important;
}

.cc-rahmenprogramm {
  background: white;
  color: #2CC26B  !important;
  border: 1px solid #2CC26B;
}

.cc-rahmenprogramm.selected,
.cc-rahmenprogramm:hover, 
.cc-rahmenprogramm.selected:hover {
  background: #2CC26B;
  color: white !important;
  box-shadow: unset !important;
}

.cc-result {
  background-color: #fff;
}

.cc-event-row-details-social a {
  text-decoration: none;
}

.content-image-desktop {
  display: none;
}

.content-backimage {
  display: block;
}

/** Sommertour **/

.table-row-sommertour {
  width: 100%;
  display: flex;
  border: 2px solid #0b93a5;
  background-color: #eff5f6;
  margin-bottom: -2px;
  cursor: pointer;
}

.table-row-sommertour .first-container {
  width: 60%;
  display: flex;
}

.table-row-sommertour .second-container {
  width: 40%;
  display: flex;
}

.table-row-sommertour .first-container .date-sommertour-event {
  padding: 15px;
  border-right: 0.5px solid #dc2a1c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-row-sommertour .first-container .date-sommertour-event .day-sommertour {
  font-size: 25px;
  margin-bottom: 0;
  font-weight: bold;
}

.table-row-sommertour
  .first-container
  .date-sommertour-event
  .day-sommertour
  sup {
  font-size: 14px;
  vertical-align: sup;
  text-transform: uppercase;
  font-weight: lighter;
  top: -0.9em;
}

.table-row-sommertour
  .first-container
  .date-sommertour-event
  .month-sommertour {
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 2px;
}

.table-row-sommertour
  .first-container
  .date-sommertour-event
  .month-sommertour
  p {
  margin-bottom: 0;
  line-height: 17px;
}

.table-row-sommertour .first-container .info-sommertour-event {
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.table-row-sommertour
  .first-container
  .info-sommertour-event
  .act-title-sommertour {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.table-row-sommertour
  .first-container
  .info-sommertour-event
  .place-title-sommertour {
  font-size: 14px;
  font-style: italic;
}

.table-row-sommertour .second-container .container-sommertour-time {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 15px;
}

.table-row-sommertour
  .second-container
  .container-sommertour-time
  .sommertour-time {
  text-align: center;
}

.table-row-sommertour .second-container .container-sommertour-more-info {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  flex-direction: row-reverse;
  padding: 15px;
}

.table-row-sommertour
  .second-container
  .container-sommertour-more-info
  .arrow-more-info {
  font-size: 30px;
  margin-left: 10px;
  color: #dc2a1c;
}

.table-row-sommertour
  .second-container
  .container-sommertour-more-info
  .sommertour-more-info {
  margin-left: 10px;
}

.filter-sommertour-button {
  background-color: #dc2a1c !important;
  border-color: #dc2a1c !important;
  margin-bottom: 16px;
  padding: 0.375rem 0.75rem 0.2rem !important;
  text-align: left !important;
  width: 260px;
  position: relative;
}

.dropdown-toggle.filter-sommertour-button::after {
  position: absolute;
  right: 9px;
  top: 14px;
}

.filter-sommertour-button .dropdown-item {
  padding: 0.375rem 0.75rem;
}

.dropdown-sommertour-months .dropdown-item:active {
  background-color: unset;
}

.dropdown-sommertour-months .dropdown-item:active {
  background-color: unset;
}

.dropdown-sommertour-months .dropdown-item:hover {
  color: #dc2a1c !important;
  background-color: #ffefef;
}

.detail-act .container-detail-act {
  border: 2px solid #0b93a5;
  width: 100%;
  display: flex;
  padding: 15px;
}

.detail-act .container-detail-act .container-image-detail-act {
  display: flex;
  height: 100%;
  align-items: center;
  width: 40%;
}

.detail-act
  .container-detail-act
  .container-image-detail-act
  .image-detail-act {
  width: 100%;
}

.detail-act
  .container-detail-act
  .container-image-detail-act
  .image-detail-act
  div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.detail-act .container-detail-act .container-info-detail-act {
  width: 60%;
  padding-left: 20px;
}

.title-programm-sommertour {
  text-transform: inherit;
}


/* * {
  outline: 1px solid red;
} */

/******* PROGRAMM *********/
.programm-hide {
  display: none !important;
}
.title-programm {
  position: fixed;
  top: 200px;
  z-index: 1;
  font-family: 'suisse-intl-bold';
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.loading-programm {
  position: fixed;
  z-index: 1;
  font-family: 'suisse-intl-regular';
  display: flex;
  width: 100%;
  padding: 0 100px;
  height: 500px;
}
.loading-programm-1 {
  top: 257px;
  height: 39px;
}
.loading-programm-2 {
  top: 313px;
  height: 35px;
}
.loading-programm-3 {
  top: 375px;
  height: 494px;
}
.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
  width:100%;
}
@keyframes skeleton-loading {
  0% {
    background-color: hsl(195, 2%, 90%);
  }
  100% {
    background-color: hsl(195, 2%, 95%);
  }
}

.programm {
  position: absolute;
  top: 375px;
  display: flex;
  justify-content: center;
  z-index: 1;
  opacity: 1;
  width: 100%;
}

.programm .container-timebar {
  box-shadow: 10px 5px 10px #00000029;
  background: #F6F6F6 0% 0% no-repeat padding-box;
}
.programm .container-event {
  background: white;
}
.info-no-events{
  color:red;
  font-family: 'suisse-intl-bold' !important;
  margin-left: 70px;
}
.background-image-programm {
  width: 100%;
  background-size: cover;
  height: 100vh;
  position: fixed;
}
.day-programm-mobile {
  display:none;
  font-size: 18px;
}
.day-programm-desktop {
  display:block;
}
.button-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  rotate: 90deg;
  background: #eeeeee;
  cursor: pointer;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  padding: 10px 13.5px 10px 12.5px !important;
  border: 1px solid #626161;
}
.button-to-top i {
  font-size: 21px;
  width: 100%;
  color: #626161;
}
.bar-timetable {
  display: flex;
  width: 100%;
  position: sticky;
  padding-left: 220px;
}
.bar-hour {
  min-width: 213.5px;
  padding: 12px 16px;
  position: relative;
  height:50px;
}
.bar-hour-text {
  position:absolute; 
  left: -20px;
  top: 14px;
}
.row-location {
  height: 80px;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.title-location {
  background: #F6F6F6 0% 0% no-repeat padding-box;
  box-shadow: 10px 5px 10px #00000029;
  min-width: 220px;
  max-width: 220px;
  font-size: 14px;
  padding: 19px 10px;
  line-height: 20px;
  border-right: 5px solid #FC4DA5;
  position: sticky; 
  left: 0; 
  z-index: 100;
}
.title-location.title-location-pink {
  border-right: 5px solid #FC4DA5;
}
.title-location.title-location-yellow {
  border-right: 5px solid #FFB638;
}
.title-location.title-location-green {
  border-right: 5px solid #95CC45;
}
.title-location.title-location-purple {
  border-right: 5px solid #872994;
}

.hour-location {
  min-width: 213px;
  width: 213px;
}
.line-location {
  min-width: 0.5px;
  width: 0.5px;
  background-color: #000000;
  opacity: 0.5;
}
.hour-location.hour-location-pink {
  background-color: #FC4DA5CC;
  opacity: 0.1;
}
.hour-location.hour-location-yellow {
  background-color: #FFB638;
  opacity: 0.2;
}
.hour-location.hour-location-green {
  background-color: #95CC45;
  opacity: 0.2;
}
.hour-location.hour-location-purple {
  background-color: #872994;
  opacity: 0.2;
}

.event-location {
  position:absolute;
  background:white;
  box-shadow: 10px 5px 10px #00000029;
  font-size: 11px;
  line-height: 21px;
  padding: 0px 5px;
  text-transform: capitalize;
  height: 80px;
  line-height: 15px;
  cursor: pointer;
}
.event-location .time {
  font-family: 'suisse-intl-light' !important;
}

.event-location.event-location-blue {
  border-right: 5px solid #1E8CCF;
}
.event-location.event-location-orange {
  border-right: 5px solid #E07900;
}
.event-location.event-location-green {
  border-right: 5px solid #2CC26B;
}
.event-location.event-location-purple {
  border-right: 5px solid #872994;
}

.event-modal {
  max-width: 800px !important;
  box-shadow: 10px 5px 10px #00000029 !important;
  border-radius: 0 !important;
}
.event-modal-header {
  margin-top: 20px;
  font-size: 30px;
  font-family: 'suisse-intl-bold';
  color: #DC2A1C;
  margin-bottom: 20px;
}
.event-modal-body {
  display:flex;
}
.event-modal-body-image {
  width: 33%;
}
.event-modal-body-image img {
  object-fit: contain;
  width: 100%;
}
.event-modal-body-content {
  width: 66%;
  padding-left: 20px;
  font-size: 18px; 
  font-family: 'suisse-intl-regular';
}
.event-modal-more-info {
  color: #00A5BF !important;
  font-size: 20px;
  font-family: 'suisse-intl-bold';
  cursor: pointer;
}
.event-modal a.close-modal {
  top: 1.5px !important; 
  right: 1.5px !important; 
  background-image: url(img/icon-close.svg) !important;
}
.event-modal-close {
  position:absolute;
  right: 20px; 
  top: 14px;
}
.event-modal-close a img {
  width: 17px;
  height: 17px;
}
.blocker {
  background-color: rgba(0,0,0,0.25) !important;
}

.container-area-stage, .container-artists {
  position:absolute; 
  top: 375px;
  width: 100%;
  z-index:1;
}
.container-insel-plan {
  position: absolute;
  top: 350px;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 10px 100px;
}


.container-area-stage .main-container {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: white;
}
.container-area-stage .main-container .first-column {
  margin-right: 100px;
}
.container-artists .main-container {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  background-color: white;
}


.container-area {
  min-height: 176px; 
  display: flex; 
  margin-bottom: 20px;
}
.container-area .container-area-location {
  background: #F6F6F6; 
  border-right: 5px solid #FC4DA5; 
  display: table; 
  width: 220px; 
  padding: 0 10px;
}

.container-area .container-area-location__pink {
  border-right: 5px solid #FC4DA5CC; 
}
.container-area .container-area-location__yellow {
  border-right: 5px solid #FFB638; 
}
.container-area .container-area-location__green {
  border-right: 5px solid #95CC45; 
}
.container-area .container-area-location__purple {
  border-right: 5px solid #872994; 
}
.container-area .container-area-location .container-area-location-title {
  display:table-cell; 
  vertical-align: middle;
}
.container-area .container-area-events {
  width: 350px; 
  display:flex; 
  flex-direction:column; 
  height: 100%;
}
.container-area .container-area-events .container-area-events-category {
  height: 100%; 
  box-shadow: 10px 5px 10px #00000029;
  padding: 15px 20px;
}
.container-area .container-area-events .container-area-events-category__purple {
  border-right: 5px solid #872994;
}
.container-area .container-area-events .container-area-events-category__green {
  border-right: 5px solid #2CC26B;
}
.container-area .container-area-events .container-area-events-category__orange {
  border-right: 5px solid #E07900;
}
.container-area .container-area-events .container-area-events-category__blue {
  border-right: 5px solid #1E8CCF;
}

.container-area .container-area-events .container-area-events-category .container-area-events-single {
  line-height: 21px;
  font-size: 14px;
  margin-bottom: 15px;
  cursor:pointer;
}

.container-area .container-area-events .container-area-events-category .container-area-events-single .container-area-events-time {
  font-size: 12px;
  font-family: 'suisse-intl-light';
}

.container-alphabetic {
  display: flex;
  margin-bottom: 20px;
}

.container-alphabetic-letter {
  min-width: 62px;
  font-family: 'suisse-intl-bold';
  font-size: 30px;
  background: #00A3BF;
  color: white;
  text-align: center;
  padding-top: 20px;
  box-shadow: 10px 5px 10px #00000029;
  min-height: 60px;
}
.container-alphabetic-events {
  background: white;
  box-shadow: 10px 5px 10px #00000029;
  padding-left: 20px;
  padding-top: 15px;
  min-width: 260px;
  width: 260px;
}
.container-alphabetic-event-single {
  font-size: 14px;
  font-family: 'suisse-intl-light';
  margin-bottom: 6px;
  cursor:pointer; 
}

.cc-blue-outlined-buttons {
  width: 220px;
  height: 40px;
  border: 1px solid #00a3bf;
  border-radius: 0px 25px 25px 25px;
  padding-top: 8px;
  color: #00a3bf !important;
  background: #fff;
  text-decoration: none !important;
}
.cc-blue-outlined-button-download {
  display: flex; 
  color: #00a3bf !important;
  background: #fff;
  border: 1px solid #00a3bf; 
  border-radius: 0px 25px 25px 25px; 
  height: 40px;
}
.cc-blue-outlined-button-download button {
  border: 0;
  height: 38px; 
  border-radius: 0px 0px 0px 25px;
}
.cc-blue-outlined-button-download.selected {
  color: #fff !important;
  background: #00a3bf;
}
.cc-blue-outlined-button-download .img-download {
  display: flex; 
  align-items: center; 
  border-left: 1px solid #00a3bf;
  padding: 0 7px; 
  cursor: pointer;
}
.cc-blue-outlined-button-download.selected .img-download {
  border-left: 1px solid white;
}
.cc-blue-outlined-buttons.selected {
  color: #fff !important;
  background: #00a3bf;
}
.cc-blue-outlined-buttons:hover {
  color: #fff !important;
  background: #00a3bf;
}
.mobile-filter-button {
  display:none;
}
.arrow-programm {
  z-index: 2000;
  position: absolute;
  top: 4px;
  border: 1px solid black;
  border-radius: 25px;
  padding: 1px 12px;
  cursor: pointer;;
}
.arrow-programm.right-arrow {
  right:50px;
}
.arrow-programm.left-arrow {
  left: 110px;
}
.arrow-programm.disable {
  border: 1px solid #979797;
  cursor:unset;
}
.arrow-programm.disable i{
  color: #979797;
}
.left-arrow i {
  margin-left: -3px;
  margin-right: 0;
  margin-top: 6px;
  font-size: 22px;
}
.right-arrow i {
  margin-left: 0; 
  margin-right: -4px;
  margin-top: 6px;
  font-size: 22px;
}
.cc-form-column.search {
  position: fixed;
  top: 280px;
  z-index: 1;
  margin-top: 2em;
  width: 100%;
  display: block;
  text-align: center;
}

.cc-search-form-input {
  max-width: 800px;
  width: 100%;
  font-family: "suisse-intl-regular", FontAwesome;
  font-size: 16px;
  font-weight: 400;
  color: #a3a3a3;
  height: 2.833em;
  padding: 0.667em 1.5em;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  outline: none;
  text-align: center;
}
.cc-search-form-input:focus {
  box-shadow: 0 0 4px #1e8ccf;
  font-family: "suisse-intl-regular", FontAwesome;
}
.cc-search-form {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}
.cc-search-form .icon-search {
  margin-left: -25px;
  margin-top: 9px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .table-row-sommertour {
    display: block;
  }
  .table-row-sommertour .first-container {
    width: 100%;
  }
  .table-row-sommertour .second-container {
    width: 100%;
  }
  .table-row-sommertour .first-container .date-sommertour-event {
    border-right: 0px;
  }
  .table-row-sommertour .second-container .container-sommertour-more-info,
  .table-row-sommertour .second-container .container-sommertour-time {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1800px) {
  .programm {
    display: unset;
    justify-content: unset;
    width:unset;
    margin-left: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .detail-act .container-detail-act .container-image-detail-act {
    width: 100%;
  }
  .detail-act .container-detail-act .container-info-detail-act {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }
  .detail-act .container-detail-act {
    display: block;
  }
}

.dropdown-submenu:hover {
  display: inline-block;
  position: relative;
}

.dropdown-submenu:hover .dropdown-submenu-content {
  display: block;
}

.dropdown-submenu-content {
  display: none;
  position: absolute;
  background-color: #dc2a1c;
  border: 1px solid #f5f4f4;
  width: 200px;
  padding: 0px 10px 5px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
  list-style: none;
}

/* Bootstrap */

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-toggle {
  color: #000 !important;
  padding-left: 0.5em;
  text-decoration: none;
}

/* Akkreditierung */

.panel-body textarea {
  display: block;
  height: 50px;
  margin-top: 0.25em;
  width: 100%;
}

/* CookieBar */

#cookie-bar {
  display: none !important;
}

/*#cookie-bar {background:#111; color:#eee; font-size:0.9em; height:auto; line-height:1.4; padding:3px 3px 5px; text-align:center; animation:cookie-bar-slideIn 0.666s normal forwards ease-in-out; transform-origin:0 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; z-index:1001;opacity:0.9;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {padding: 2rem 1.5rem .5rem 0rem; font-size: 18px;font-style: italic;}
#cookie-bar div:first-child{margin:0 auto 1.5em; max-width:860px; width:100%; text-align:left;}
#cookie-bar a {color:#ffffff  !important; display:inline-flex; border-radius:3px; text-decoration:none; padding:0 6px;}
#cookie-bar .cb-enable {background:white; color:black !important; font-weight:bold; padding:3px 8px;} 
#cookie-bar .cb-policy {margin-left:20px; text-decoration: underline; font-style: italic;}
#cookie-bar .cb-policy:hover {cursor:pointer;}
@keyframes cookie-bar-slideIn { from { -webkit-transform:scaleY(0); transform:scaleY(0); } to { -webkit-transform:scaleY(1); transform:scaleY(1); } }
*/

/*****************/

/* MEDIA QUERIES */

/*****************/

@media only screen and (max-width: 1650px) {
  .cc-datetime-form-date-select input[type="radio"] + label {
    font-size: 13px;
    width: 160px;
  }
  .cc-blue-outlined-buttons {
    width:160px;
    font-size: 13px;
  }
  .cc-heading-tabs ul > li > a {
    width: 200px;
  }
}

@media only screen and (max-width: 1400px) {
  .content-image-desktop {
    display: block;
  }
  .content-backimage {
    display: none;
  }
  .buttonFlex {
    margin-left: 10px !important;
  }
  .programm {
    margin-left: 0;
  }
  
}

@media only screen and (max-width: 1200px) {
  .container-area .container-area-location {
    width: 180px; 
  }
  .container-area .container-area-events {
    width:250px;
  }
  .container-alphabetic-events {
    width: 200px;
    min-width: 200px;
  }
  .cc-datetime-form-date-select input[type="radio"] + label {
    width: 130px;
  }
  .cc-blue-outlined-buttons {
    width: 140px;
  }
  .buttonFlex {
    justify-content: space-evenly !important;
  }
}
@media only screen and (max-width: 1020px) {
  .buttonFlex .cc-blue-outlined-buttons {
    display:none;
  }
  .cc-blue-outlined-button-download {
    display:none;
  }
  .cc-heading-tabs {
    display:none;
  }
  .cc-form-column.search.search-mobile {
    display: block;
    position: relative;
    top:0;
  }
  .title-programm {
    top: 161px;
  }
  .programm {
    top: 330px;
  }
  .cc-heading-options {
    top: 173px;
  }
  .mobile-filter-button {
    position: fixed;
    width: 100%;
    top: 271px;
    text-align: center;
    display:block;
    z-index: 1;
  }
  .mobile-filter-button .button-filter-programm {
    border-radius: 0 17.5px 17.5px 17.5px;
    min-width: 295px;
    min-height: 35px;
    padding-top: 3px !important;
    background: white;
    color: #00A3BF !important;
    border: 1px solid #00A3BF;
    text-transform: uppercase;
    font-size: 12px;
  }
  .mobile-filter-button .button-filter-programm a {
    color: #00A3BF !important;
    text-decoration: none !important;
  }
  #cc-datetime-form-date-select {
    justify-content: center !important;
  }

  .collapse-programm-mobile {
    position: fixed;
    z-index: 1000;
    background: transparent;
    width: 100%;
    height:100vh;
    border-radius: 0 25px 0 25px;
    box-shadow: 0px -14px 10px #00000029;
  }

  .collapse-programm-mobile .container-filter{
    background: white;
    padding: 43px 35px 60px 35px;
    position: absolute;
    bottom: 0;
    box-shadow: 10px 5px 10px #00000029;
    width: 100%;
    box-shadow: 4px -200px 105px 0px #5f5c5c29;
  }

  .collapse-programm-mobile .close-filter {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .collapse-programm-mobile li button{
    border-radius: 0 17.5px 17.5px 17.5px;
    width: 295px;
    height: 35px;
    font-size: 12px;
    text-transform: uppercase;
    background: white;
    color: #00A3BF !important;
    border: 1px solid #00A3BF;
  }

  .collapse-programm-mobile .cc-all {
    background: white;
    color: #dc2a1c !important;
    border: 1px solid #dc2a1c;
  }
  .collapse-programm-mobile .cc-all.selected, 
  .collapse-programm-mobile .cc-all:hover, 
  .collapse-programm-mobile .cc-all.selected:hover 
  {
    background: #dc2a1c;
    color: white !important;
    box-shadow: unset !important;
  }

  .collapse-programm-mobile .cc-familie-sport {
    background: white;
    color: #9354AD !important;
    border: 1px solid #9354AD;
  }
  .collapse-programm-mobile .cc-familie-sport.selected, 
  .collapse-programm-mobile .cc-familie-sport:hover, 
  .collapse-programm-mobile .cc-familie-sport.selected:hover 
  {
    background: #9354AD;
    color: white !important;
    box-shadow: unset !important;
  }

  .collapse-programm-mobile .cc-musik-kultur {
    background: white;
    color: #E07900 !important;
    border: 1px solid #E07900;
  }
  .collapse-programm-mobile .cc-musik-kultur.selected, 
  .collapse-programm-mobile .cc-musik-kultur:hover, 
  .collapse-programm-mobile .cc-musik-kultur.selected:hover 
  {
    background: #E07900;
    color: white !important;
    box-shadow: unset !important;
  }
 
  .collapse-programm-mobile .cc-rahmenprogramm {
    background: white;
    color: #2CC26B !important;
    border: 1px solid #2CC26B;
  }
  .collapse-programm-mobile .cc-rahmenprogramm.selected, 
  .collapse-programm-mobile .cc-rahmenprogramm:hover, 
  .collapse-programm-mobile .cc-rahmenprogramm.selected:hover 
  {
    background: #2CC26B;
    color: white !important;
    box-shadow: unset !important;
  }

  .collapse-programm-mobile li button.selected{
    background:#00A3BF;
    color: white !important;
  }
  .collapse-programm-mobile li {
    margin-bottom: 25px;   
    text-align: center;
  }

  .collapse-programm-mobile li .type-mobile-download {
    display: inline-flex;
    width: 250px;
    max-width: 250px;
    border-radius: 0 17.5px 17.5px 17.5px;
    border: 1px solid #00A3BF;
    background: white;
    padding-left: 34px;
  }

  .collapse-programm-mobile li .type-mobile-download.selected {
    background: #00A3BF;
    color:white;
  }

  .collapse-programm-mobile li .type-mobile-download .type-mobile{
    width: 100%;
    border-radius: 0;
    border: 0;
    background: unset;
  }
  .collapse-programm-mobile li .type-mobile-download.selected .type-mobile{
    background: #00A3BF;
    color:white;
  }
  .collapse-programm-mobile li .type-mobile-download .type-mobile{
    background: white;
    color:#00A3BF;
  }

  .collapse-programm-mobile li .type-mobile-download .img-download{
    background: white;
    margin-right: 15px;
    border-left: 1px solid #00A3BF;
    padding-left: 10px;
    color: #00A3BF;
    display: flex;
  }

  .collapse-programm-mobile li .type-mobile-download.selected .img-download{
    border-left: 1px solid white;
    color: white;
    background: #00A3BF;
  }

  .container-area-stage, .container-artists {
    top: 330px;
  }
  .hour-location {
    min-width: 160px;
    width: 160px;
  }
  .title-location {
    width: 160px; 
    min-width: 160px;
    padding: 10px;
    font-size:13px;
  }
  .bar-hour {
    min-width: 160.5px;
  }
  .bar-timetable {
    padding-left: 160px;
  }
  .arrow-programm.left-arrow {
    left: 45px;
  } 

  .info-no-events {
    margin-left:10px;
  }
  .jquery-modal.blocker {
    z-index: 1000;
    padding: 5px;
  }
  .event-modal-body {
    display: block;
  }
  .event-modal-body-image {
    width: 100%;
  }
  .event-modal-body-content {
    width: 100%; 
    font-size: 16px;
    padding-left: 0;
    margin-top: 10px;
  }
  .event-modal-more-info {
    font-size: 18px;
  }
  .event-modal {
    padding: 15px;
  }
  .event-modal-header {
    margin-top: 10px;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .cc-datetime-form-date-select input {
    font-size: 18px !important;
  }
  .day-programm-mobile {
    display:block;
  }
  .day-programm-desktop {
    display:none;
  }
  .container-area-stage .main-container .first-column {
    margin-right: 10px;
  }
  .loading-programm {
    padding: 0 10px;
  }
  

}
@media only screen and (max-width: 1000px) {
  #logo {
    margin: 2.5em 0.5em 1.5em;
  }
  #navTop > ul > li > a {
    font-size: 1.1em;
  }
  #newsletter > form td:first-child {
    padding-right: 0.3em;
  }
}

@media only screen and (max-width: 900px) {
  .loading-programm-1 {
    top: 211px;
  }
  .loading-programm-2 {
    top: 271px;
  }
  .loading-programm-3 {
    top: 325px;
  }
  .container-area-stage .main-container, .container-artists .main-container {
    display:block;
  }
  .container-area {
    justify-content: center;
  }
  .container-alphabetic {
    justify-content: center;
  }
  .container-area-stage .main-container .first-column {
    margin-right: 0;
  }
  .container-insel-plan {
    padding: 10px;
  }
}

@media only screen and (max-width: 870px) {
  #navTop > ul > li > a {
    font-size: 1.1em;
    padding: 0.5em 0.6em;
  }
  #navTop > ul > li:first-child > a > img {
    height: 20px;
  }
  #newsletter > form td input[type="text"],
  #newsletter > form td input[type="email"] {
    width: 120px;
  }
}

@media only screen and (max-width: 820px) {
  #homeProgramm > div {
    -webkit-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 1em;
  }
  #homeProgramm > div a.headliner {
    height: auto;
  }
}

@media only screen and (max-width: 800px) {
  .fotosContainer > li {
    width: 49%;
  }
  .hide800 {
    display: none;
  }
  #navTop > ul > li > a {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1em;
    font-weight: 400;
    padding: 0.5em 0.333em;
    text-transform: none;
  }
  #navTop > ul > li:first-child > a {
    border-left: none;
    padding: 0.333em;
  }
  #navTop > ul > li:first-child > a > img {
    height: 18px;
  }
  .rticBanner img {
    height: auto;
    max-width: 400px;
    width: 100%;
  }
  #rticBands > div > ul {
    -webkit-column-count: 3;
    column-count: 3;
  }
  .visible800 {
    display: block;
  }
  #weather {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .cc-heading {
    margin-left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (max-width: 700px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: inline-block;
  }
  #newsletter {
    display: flex;
  }
  #newsletter form {
    float: unset !important;
  }
  #newsletter > form td:first-child {
    width: 100%;
  }
  #newsletter select {
    width: 150px;
  }
  #newsletter > form td input[type="text"],
  #newsletter > form td input[type="email"] {
    width: 150px;
  }
  #newsletter > form tr:nth-child(2) td:first-child {
    display: none;
  }
  #newsletter > form tr:nth-child(2) {
    width: 100%;
  }
  #newsletter > form tr:nth-child(2) td:nth-child(2) {
    width: 100%;
  }
}

@media only screen and (max-width: 666px) {
  #content .contentBox {
    padding: 1em;
  }
  .contentArea {
    font-size: 0.9em;
    padding-top: 0.5rem;
    padding-left: 0;
  }
  .contentArea > .content,
  #rticTeilnahme > .content {
    padding: 1em 0.75em;
  }
  .contentArea form ul > li {
    display: -webkit-block;
    display: block;
  }
  .contentArea form ul > li.inset {
    padding-left: 0;
  }
  .contentArea form ul > li input[type="email"],
  .contentArea form ul > li input[type="password"],
  .contentArea form ul > li input[type="text"],
  .contentArea form ul > li select,
  .contentArea form ul > li textarea {
    width: 100%;
  }
  .contentArea form ul > li input#datecfield1 {
    width: 92%;
  }
  .contentArea form ul > li input.two,
  .contentArea form ul > li select.two,
  .contentArea form ul > li textarea.two {
    margin: 0 !important;
    width: 49% !important;
  }
  .contentArea form ul > li input[type="submit"] {
    margin: 0.666em 0 0 0;
  }
  .contentArea form ul > li > label {
    display: block;
    line-height: none;
    margin-bottom: 0.1em;
  }
  .contentArea form ul > li > label.mobileInline {
    display: inline-block;
    width: auto;
  }
  #homeMain {
    background-image: url(img/background-stage-small.jpg);
    border: none;
    font-size: 0.666em;
    padding: 1.5em 1em !important;
  }
  #homeMain > #homeHighlights > ul > li > a {
    padding: 0.5em 0.75em;
  }
  #homeMain p {
    font-size: 2em;
  }
  #logo > img.logo-rtic {
    height: 240px;
    width: auto;
  }
  .mobileHide666 {
    display: none !important;
  }
  .mobileShow666 {
    display: block !important;
  }
  #partner > #partnerSlider {
    margin: 0 -1em;
  }
  #partner > p {
    font-size: 1.5em;
    line-height: 1.2;
  }
  #programm #programmIntro {
    padding: 0.75em;
  }
  #rticAllgemeines {
    background: none !important;
    background-color: #fff !important;
    min-height: none;
    padding: 1em !important;
  }
  #rticBands > div > ul {
    -webkit-column-count: 2;
    column-count: 2;
  }
  #rticFAQ h2 {
    font-size: 1em;
  }
  #rticTabs {
    display: block;
  }
  #rticTabs > li > a {
    border-bottom: 1px solid #ccc;
    font-size: 1.1em;
    font-weight: 700;
    padding: 0.5em;
  }
  #rticTabs > li:last-child > a {
    border-bottom: none;
  }
  #rticTeilnahme {
    margin: -1em -0.75em;
  }
}

@media only screen and (max-width: 647px) {
  #newsletter > form td input[type="text"],
  #newsletter > form td input[type="email"] {
    width: 100px;
  }
  #newsletter select {
    width: 100px;
  }
}

@media only screen and (max-width: 600px) {
  .cc-heading-buttons > a {
    display: block;
    margin: 0 0 1.25em;
  }
  .cc-heading-options {
    -webkit-display: block;
    display: block;
  }
  .cc-heading-options > div {
    -webkit-display: block !important;
    display: block !important;
    margin-bottom: 1em !important;
    padding: 0 10px !important;
    width: 100% !important;
  }
  .cc-datetime-form-submit {
    float: none;
  }
  #homeMain > #homeHighlights {
    font-size: 0.88em;
  }
  #homeMain > #homeHighlights > #homeHighlightsList {
    line-height: 1.3;
  }
  #navTop > ul > li:first-child > a > img {
    height: 20px;
  }
  .newsContainer {
    -webkit-display: block;
    display: block;
  }
  .newsContainer > li {
    width: 100%;
  }
  .fotosContainer > li {
    width: 49%;
  }
  .newsContainer > li .content > a.title {
    font-size: 1.4em;
  }
  .mobileHide {
    display: none !important;
  }
  .mobileShow {
    display: block !important;
  }
  .cc-heading-options {
    top: 194px;
  }
}

@media only screen and (max-width: 520px) {
  #homeCountdown {
    font-size: 1.9em;
  }
  #homeCountdownContainer p {
    font-size: 1.8em;
  }
  #iconLanguage {
    display: none;
  }

  .container-area {
    display: block;
    min-height: unset;
  }
  .container-area .container-area-location {
    width: 100%;
    padding: 15px 20px;
  }
  .container-area .container-area-events {
    width: 100%;
  }
 .container-area-stage .main-container {
    padding:0 10px;
  }
  .collapse-programm-mobile li button {
    width: 250px;
}

@media only screen and (max-width: 479px) {
  .cc-heading {
    font-size: 10px;
    padding: 0 0.75em;
  }
}

@media only screen and (max-width: 447px) {
  #newsletter select {
    width: 150px;
  }
  #newsletter > form td input[type="text"],
  #newsletter > form td input[type="email"] {
    width: 150px;
  }
  #newsletter > form tr:first-child td:nth-child(4) input {
    margin-left: 0;
  }
}

@media only screen and (max-width: 440px) {
  #banner {
    margin: 0.5em auto 0;
  }
  #cookie-bar {
    font-size: 0.8em;
  }
  footer a {
    display: inline-block;
  }
  .fotosContainer > li {
    width: 100%;
  }
  #fotosFilter {
    flex-direction: column;
  }
  #logo {
    margin-top: 1em;
  }
  #logo > img.logo-rtic {
    height: 180px;
    width: auto;
  }
  #logo > #social {
    -webkit-flex-direction: column;
    flex-direction: column;
    left: 0;
    top: 0;
  }
  #logo > #social > li {
    margin-bottom: 0.4em;
  }
  #logo > #social > li > a > img {
    height: 22px;
    width: 22px;
  }
  #homeMain > #homeHighlights > ul > li > a {
    font-size: 1.75em;
  }
  #newsletter {
    margin: 1em;
  }
  #newsletter > img {
    display: none;
  }
  #partner img {
    height: 40px;
  }
  #rticBands > div > ul {
    -webkit-column-count: 1;
    column-count: 1;
  }
  #rticOverlayContent {
    font-size: 0.8em;
    max-width: auto;
    padding: 1em 0.75em;
  }
}

@media only screen and (max-width: 376px) {
  #newsletter > form td input[type="text"],
  #newsletter > form td input[type="email"] {
    width: 120px;
  }
  #newsletter select {
    width: 120px;
  }
}

@media only screen and (max-width: 330px) {
  #weather > .ubiwidget300 {
    margin-left: -7px;
  }
}
