/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

.hyphenate,
.hyphenate * {
  hyphens: auto;
  hyphens: manual;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}

body {
  margin: 0;
  line-height: 16px;
}

body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #0f6499;
  color: #fff;
  text-shadow: none;
}

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

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #06e;
}

a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */

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

b,
strong {
  font-weight: 600;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: 600;
}

/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

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

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9 
 */

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

/* =============================================================================
   Figures
   ========================================================================== */

figure {
  margin: 0;
}

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

form {
  margin: 0;
}

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

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button,
input {
  line-height: normal;
  *overflow: visible;
}

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button,
table input {
  *overflow: auto;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

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

/*
 * Consistent box sizing and appearance
 */

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

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

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

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

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

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:valid,
textarea:valid {
}

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

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

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

td {
  vertical-align: top;
}

/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

time {
  white-space: nowrap;
}

/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400, 600, 400italic&subset=latin, latin-ext);

@font-face {
  font-family: "BebasNeueRegular";
  src: url("../font/BebasNeue-webfont.eot");
  src: url("../font/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../font/BebasNeue-webfont.woff") format("woff"),
    url("../font/BebasNeue-webfont.ttf") format("truetype"), url("../font/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
}

@font-face {
  font-family: "SMILES";
  src: url("../font/smiles.ttf");
}

/* STYLE */
body {
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  -webkit-font-variant-ligatures: common-ligatures;
  -moz-font-variant-ligatures: common-ligatures;
  -ms-font-variant-ligatures: common-ligatures;
  -o-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
}

.body-baseline {
  background: url("../img/12pt_baseline.png") repeat;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  padding: 0;
  margin: 0;
}

.wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.wrapper > header {
  width: 100%;
}

.logo {
  width: 16.5%;
  float: left;
  margin-top: -0.25em;
}

.top-menu {
  width: 40%;
  margin-left: 60%;
}

.top-menu #login {
  float: left;
  display: inline-block;
  width: 25%;
  text-align: center;
  margin-top: 0.7em;
  color: #0f6499;
}

.lang-select {
  width: 10%;
  display: inline-block;
}

.search {
  width: 60%;
  float: left;
  display: inline-block;
  border-bottom: 1px solid #d9d9d9;
  margin-right: 5%;
}

.search input {
  width: 85%;
  height: 1.4em;
  float: left;
  padding: 0.2em 1% 0 1%;
  margin-right: 2%;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  border: none;
  font-size: 1em;
}

.search button {
  float: left;
  margin: 0.4em 0 0 0;
  background: white;
  border: none;
  width: 11%;
}

.en {
  width: 100%;
  min-width: 40px;
  height: 1.1em;
  float: left;
  padding: 0.5em 0 0.2em 0;
  background: #10689f;
  border-bottom: 2px solid #0a4366;
  font-weight: 400;
  font-size: 1.2em;
  text-align: center;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.en a {
  color: #ffffff;
  text-decoration: none;
}

.en a:hover {
  text-decoration: underline;
}

.en a:nth-child(2) {
  display: none;
}

.icon-menu {
  font-size: 2em;
  color: #ccc;
  position: absolute;
  top: 6px;
  display: none;
  z-index: 2;
}

nav.header-right {
  position: relative;
  width: 74.7%;
  margin: 2.1em 0 0 8.8%;
  float: left;
}

nav.header-right li {
  height: 1.14em;
  width: 16.5%;
  /*width: 14.18%;*/
  float: left;
  padding-top: 0.45em;
  border-right: 1px solid #d9d9d9;
  border-bottom: 3px solid #ffffff;
  font-size: 1.25em;
  text-align: center;
}

nav.header-right li a,
nav.header-right li a:hover,
nav.header-right li a:visited {
  color: #444444;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}

/*nav.header-right li:first-child a,
nav.header-right li:first-child a:hover,
nav.header-right li:first-child a:visited {
  color: #cf2026;
  font-weight: bold;
}*/

nav.header-right ul li:last-child {
  padding-right: 0;
  border-right: none;
}

nav.header-right ul li:hover {
  height: 1.2em;
  border-bottom: 3px solid #e5e5e5;
  margin-bottom: -3px;
}

nav.header-right ul li .nav-path-selected {
  color: #0f6499;
}

nav.header-right li:first-child a.nav-path-selected,
nav.header-right li:first-child a.nav-path-selected:hover,
nav.header-right li:first-child a.nav-path-selected:visited {
  /*color: #0a4366;*/
}

nav.header-right ul ul {
  display: block;
  visibility: visible;
  position: absolute;
  top: 1.8em;
  overflow: hidden;
}

.submenu {
  visibility: hidden;
  position: relative;
  left: -36%;
  top: 0.5em;
  width: 190%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  list-style: none;
}

nav ul li:hover .submenu {
  visibility: visible;
}

#sub {
  visibility: visible;
  height: 0;
  transition: height 0.4s ease-in-out;
  -moz-transition: height 0.4s ease-in-out;
  -webkit-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
}

nav ul li:hover #sub {
  height: 150px;
}

nav ul ul li {
  position: relative;
  width: 90%;
  height: 1.4em;
  float: none;
  padding: 0.8em 0 0 0;
  background: #ffffff;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  font-size: 0.8em;
  text-align: center;
}

nav ul ul li:hover {
  height: 1.4em;
  border-bottom: 1px solid #cfcfcf;
}

.main {
  width: 100%;
  margin-top: 1.8em;
}

.infobox {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: -0.2em 0 1.6em;
}

.slide-active {
  width: 300.1%;
  margin: 0 0 0 -100%;
}

.center-col {
  width: 33.4% !important;
}

.slide {
  width: 33.3333%;
  float: left;
  padding: 0.6em 0 0 0;
  position: relative;
  border-radius: 10px;
  border-bottom: 2px solid #bbbbbb;
}

.slide img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  max-height: 300px;
  height: auto;
  background: #444;
}

a.disabled,
a.disabled:hover {
  color: #d5d5d5 !important;
  cursor: not-allowed !important;
  color: #d5d5d5 !important;
  text-decoration: none !important;
}

.slider-points .disabled,
.slider-points .disabled:hover {
  background: #d5d5d5 !important;
}

#slider {
  position: relative;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: -moz-transform 500ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -ms-transition: -ms-transform 500ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: -o-transform 500ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: transform 500ms cubic-bezier(0.47, 0, 0.745, 0.715); /* easeInSine */

  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -ms-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); /* easeInSine */

  -webkit-transform: translateX(0);
}

.pointer {
  width: auto;
  height: 1.2em;
  border-right: 2px solid #c8c8c8;
  margin-top: -1px;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: -moz-transform 500ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -ms-transition: -ms-transform 500ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: -o-transform 500ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: transform 500ms cubic-bezier(0.47, 0, 0.745, 0.715); /* easeInSine */

  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -ms-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); /* easeInSine */
}

.date {
  position: absolute;
  top: 0;
  left: 4.8%;
  width: 100px;
  height: 4.15em;
  color: white;

  background: #a80000; /* Old browsers */
  background: -moz-linear-gradient(top, #a80000 0%, #bf1919 9%, #900000 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #a80000),
    color-stop(9%, #bf1919),
    color-stop(100%, #900000)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a80000 0%, #bf1919 9%, #900000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a80000 0%, #bf1919 9%, #900000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a80000 0%, #bf1919 9%, #900000 100%); /* IE10+ */
  background: linear-gradient(to bottom, #a80000 0%, #bf1919 9%, #900000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80000', endColorstr='#900000',GradientType=0 ); /* IE6-9 */

  font-family: "BebasNeueRegular";
  font-size: 1.5em;
  text-align: center;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.slide .c-name {
  position: absolute;
  bottom: 1.5em;
  color: #fff;
  left: 5%;
  font-size: 1.4em;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

.slide .c-name a {
  color: #fff;
  text-decoration: none;
}

.slide .c-name a:hover {
  text-decoration: underline;
}

.date-date {
  padding: 0.8em 0 0 0;
  font-size: 1.5em;
}

.date h3 {
  font-weight: 400;
}

.date-day {
  margin: 1em 0 0 0;
}

.slide .buy {
  position: absolute;
  bottom: 1.5em;
  right: 5%;
}

.concert-detail-info-left .free-entry {
  line-height: 3.6em;
  color: #0f6499;
  font-size: 1.3em;
}

.vouchers {
  display: flex;
  margin-bottom: 1em;
}

.vouchers > form {
  width: 25%;
  margin-right: 1em;
}

.vouchers > form:last-child {
  margin-right: 0;
}

.vouchers .voucher {
  width: 100%;
  height: 4rem;
}

.buy,
.slide .free-entry {
  height: 2.4em;
  padding: 0 15px;
  color: white;
  background: #3bbf4d;
  font-size: 1em;
  text-align: center;
  border: 0;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  font-weight: 600;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.buy:hover {
  background: #43d857;
}

.buy.soldOut {
  background: #cc0000;
  box-shadow: none;
  cursor: not-allowed;
}

.buy.done {
  background: #cccccc;
  box-shadow: none;
  color: #555555;
  text-shadow: none;
  cursor: default;
}

.buy.limited {
  background: #ffe300;
  color: #423100;
  text-shadow: none;
}

.buy.limited:hover {
  background: #ffed66;
}

.limitedText {
  color: #946c00 !important;
  letter-spacing: 0.03em;
}

.limitedTextDetail {
  padding-left: 1em;
  font-size: 0.9em;
  font-weight: 600;
}

.limitedTextList {
  margin-bottom: 0.5em;
  display: block;
  font-size: 0.825em;
  font-weight: 600;
}

.buy.soldOut:hover {
  background: #cc0000;
  box-shadow: none;
  cursor: not-allowed;
}

.slide .free-entry {
  position: absolute;
  bottom: 1.5em;
  right: 5%;
  background: #0f6499 !important;
  line-height: 2.4em;
}

.buy a,
.buy a:visited,
.buy a:hover {
  color: white;
  text-decoration: none;
}

.infobox-nav {
  width: 100%;
  height: 5em;
}

.line {
  position: relative;
  width: 100%;
  height: 3px;
  top: -0.9em;
  z-index: -1;
  background: #c2c2c2;
  background: -moz-linear-gradient(left, #ffffff 0%, #c2c2c2 15%, #c2c2c2 85%, #ffffff 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ffffff),
    color-stop(15%, #c2c2c2),
    color-stop(85%, #c2c2c2),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(left, #ffffff 0%, #c2c2c2 15%, #c2c2c2 85%, #ffffff 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #c2c2c2 15%, #c2c2c2 85%, #ffffff 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #c2c2c2 15%, #c2c2c2 85%, #ffffff 100%);
  background: linear-gradient(to right, #ffffff 0%, #c2c2c2 15%, #c2c2c2 85%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}

.infobox-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.infobox-nav ul li {
  text-align: center;
  display: block;
  float: left;
  width: 33.3%;
}

.infobox-nav ul li a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #b2b2b2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
}

.infobox-nav ul.slider-points li a {
  border: 3px solid white;
}

.point-active a,
ul.slider-points li a:hover {
  background: #484848 !important;
}

.slider-links li a {
  font-weight: 400;
  font-size: 1.1em;
  color: #b2b2b2;
  background: none !important;
  width: auto !important;
  display: inline !important;
}

.slider-links li a:hover,
.slider-links li.link-active a {
  color: #464646;
}

.slider-links li a:hover {
  text-decoration: underline;
}

.brochure-online {
  display: block;
  color: #fff !important;
  background-color: #0f6499;
  width: 100%;
  height: 3em;
  line-height: 3em;
  font-size: 1.5em !important;
  text-align: center;
  text-decoration: none !important;
  border-radius: 7px;
  font-weight: 600;
  margin-bottom: 1.45em;
}

.brochure-online:hover {
  background-color: #1179b9;
}

.banner-msg {
  position: absolute;
  top: 40%;
  right: 5%;
  color: #fff;
  line-height: 2em;
  width: 90%;
  text-align: right;
}

.banner-msg p {
  font-size: 1.2em;
}

.banner-msg p strong {
  font-size: 1.8em;
  font-weight: 400;
  color: #33adf9;
}

.overview ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.overview ul li {
  width: 49%;
  margin: 0 2% 1.65em 0;
  border-radius: 10px;
  padding: 1em;
  float: left;
  background: #f7f7f7;
  box-shadow: 0px 2px 0px #bbbbbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.overview ul li:nth-child(even) {
  margin-right: 0;
}

.overview ul li > a {
  position: relative;
  display: block;
  background: #444;
  border-radius: 7px;
  color: #fff;
  min-height: 4em;
}

.overview ul li > a:hover h4 {
  text-decoration: underline;
}

.overview ul li h4 {
  display: block;
  position: absolute;
  bottom: 0.8em;
  left: 1em;
  max-width: 88%;
  font-size: 1.2em;
  font-weight: 400;
  text-shadow: 2px 1px 3px #000;
  line-height: 1.2em;
  width: 100%;
}

.overview ul li a img {
  border-radius: 7px;
  width: 100%;
  height: auto;
  /*    -webkit-filter: brightness(90%);
       -moz-filter: brightness(90%);
        -ms-filter: brightness(90%);
         -o-filter: brightness(90%);
           -filter: brightness(90%);*/
}

.overview ul li p {
  margin: 1em 0;
  line-height: 1.4em;
}

.overview-heading {
  font-size: 1.2em;
  color: #444;
  text-align: center;
  margin: 0.4em 0 0.3em 0;
  font-weight: 400;
}

.overview .content-btns a {
  display: inline-block;
  padding: 0.5em 1em;
  background: #444;
  color: #fff;
  text-decoration: none;
  border-radius: 7px;
}

.overview .content-btns a:hover {
  background: #555;
}

.overview .content-btns a.blue-btn {
  background: #10689f;
}

.overview .content-btns a.blue-btn:hover {
  background: #1179b9;
}

.overview .popup-gallery {
  display: inline-block;
  margin: 0.75em 0 0 0;
}

.msg-to-visitors {
  margin: 1.9em 0 1.55em;
  line-height: 1.5em;
  text-align: justify;
  padding-bottom: 2.15em;
  border-bottom: 1px solid #ddd;
}

.msg-to-visitors .msg-text p:last-child {
  margin-top: 2em;
  font-size: 1.12em;
}

.msg-to-visitors .msg-text img {
  float: right;
  width: 17%;
  background: #f7f7f7;
  min-height: 4em;
  border-radius: 10px;
  margin: 0.3em 0 1em 5%;
  height: auto;
}

.slide-hide {
  float: none;
  max-height: 12em;
  overflow: hidden;
}

.news {
  width: 48.070175439%;
  float: left;
  padding: 0;
  font-size: 0.9em;
  color: #444444;
}

.news h2 {
  margin: 0 0 0.95em 0;
  font-size: 1.6em;
  font-weight: 400;
}

.news h3 {
  margin: 1em 0 0.25em 0;
  font-size: 1.2em;
  line-height: 1.4em;
}

.news p {
  margin: 0.95em 0 0 0;
  line-height: 1.5;
  font-size: 1.1em;
  text-align: justify;
}

.news article {
  margin-bottom: 1.95em;
}

.news article p a {
  line-height: 1.4em;
}

.news article a,
.news article a:hover,
.news article a:visited {
  color: #cc0000;
  text-decoration: underline;
}

.news a {
  font-size: 1.1em;
  color: #0f6499;
  text-decoration: underline;
}

.news article h3 a {
  color: #444 !important;
  text-decoration: none;
}

.news article h3 a:hover {
  text-decoration: underline;
}

.news article header a img {
  border-bottom: 2px solid #c2c2c2;
  height: auto;
  border-radius: 7px;
}

.news article header time {
  color: #999;
}

.concerts {
  width: 43.34%;
  float: left;
  margin: 0 0 0 8.55%;
  font-size: 1em;
  color: #444444;
}

.concerts h2 {
  font-size: 1.45em;
  margin: 0 0 0.8em 0;
  font-weight: 400;
}

.concerts ul {
  list-style-type: none;
  padding: 0;
  margin: 1.85em 0 0 0;
}

.concerts li {
  margin-bottom: 1.885em;
}

.concerts p {
  padding: 0;
  margin: 0;
}

.concert-date {
  width: 20%;
  float: left;
}

.concert-date time {
  color: #cc0000;
  font-size: 1.8em;
}

.concert-date p {
  font-size: 1em;
  margin-top: 0.5em;
}

.concert-info {
  width: 75%;
  float: left;
  border-left: 1px solid #d1d1d1;
  border-bottom: 2px solid #0f6499;
  padding: 0.5em 0 0.5em 4%;
  margin-top: -0.5em;
}

.concert-info h3 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1em;
  margin: -0.09em 0 0.25em 0;
}

.concert-info h3 a {
  color: #444;
  text-decoration: none;
}

.concert-info h3 a:hover {
  text-decoration: underline;
}

.concert-info p {
  margin-top: 0.2em !important;
  font-size: 1em;
}

.special-purchase-method {
  display: block;
  float: left;
  color: white !important;
  text-decoration: none;
  line-height: 2.5em;
  background-color: #10689f !important;
}

.special-purchase-method:hover {
  text-decoration: underline;
}

.footer-wrapper {
  width: 100%;
  margin-top: 2.4em;
}

footer {
  width: 100%;
  margin-top: 3em;
}

.footer-wrap {
  background: #0f6499;
  border-bottom: 3px solid #c2c2c2;
  width: 100%;
  padding-bottom: 1.4em;
  margin-bottom: 1.75em;
}

.footer-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.footer-logo {
  position: relative;
  width: 33.3%;
  float: left;
  padding: 1.5em 0 0 0;
}

.footer-logo img {
  width: 185px;
  height: 3.75em;
}

.footer-logo p {
  padding: 2.15em 0 0 0;
  color: white;
  font-size: 0.75em;
}

.pp {
  position: relative;
  width: 33.4%;
  float: left;
  margin: 4.35em 0 0 0;
  font-size: 0.78em;
  text-align: center;
  color: white;
}

.pp-pp {
  font-size: 3em;
}

.pp-copy {
  padding: 3.2em 0 0 0;
}

.social {
  position: relative;
  width: 33%;
  float: right;
  margin: 0;
  padding: 1.6em 0 0 0;
  text-align: right;
}

.youtube {
  margin: 0 0 0 11%;
}

.twitter {
  margin: 0 0 0 15%;
}

.social p {
  margin: 3em 0 0 0;
  font-size: 0.75em;
  color: white;
}

.social a,
.social a:hover,
.social a:visited {
  font-family: "BebasNeueRegular";
  font-size: 1.299em;
  color: white;
  text-decoration: none;
}

.partners {
  max-width: 1140px;
  margin: 1.5em auto 0;
  margin-top: 0;
  width: 100%;
  text-align: left;
}

.partners a {
  text-decoration: none;
}

.partners h4 {
  font-weight: 400;
  font-size: 0.8em;
  color: #888888;
  position: absolute;
}

.partners img,
.partners a {
  margin: 2em 50px 1.5em 0;
  /*max-width: 128px;*/
  max-height: 40px;
  height: auto;
  /*float: left;*/
  display: inline-block;
}

.partners a img {
  max-width: 100%;
  max-height: 100%;
  /*float: none;*/
  margin: 0;
}

.partners .partners-heading {
  /*float: left;*/
  display: inline-block;
}

/************************** S T Y L Y **** P R O ********** P R O G R A M*/

.month {
  font-size: 1.5em;
  font-weight: 400;
  margin-top: -0.45em;
  color: #444;
}

.month + hr {
  margin: 0.6em 0 1.4em 0;
}

.program {
  /* border-spacing: 0.313em; */
  width: 100%;
}

.program ul {
  /* float: left; */
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 2.05em 0;
  padding: 0;
}

.program.history-content ul {
  display: block;
}

.main .program:last-child ul {
  margin-bottom: 0.65em;
}

.program ul li {
  display: block;
  float: left;
  margin-right: 0.35%;
  padding: 0 2%;
  width: 15.59%;
  margin-bottom: 1.35em;
  -webkit-box-shadow: -1px 1px 3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: -1px 0px 1px rgba(50, 50, 50, 0.3);
  box-shadow: -1px 1px 3px rgba(50, 50, 50, 0.3);
  border-bottom: 2px solid #0f6499;
  height: 15.3em;
  position: relative;
}

.program ul.program-with-cta li {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 2% 1rem 2%;
  height: auto;
}

.program ul li form {
  /* display: none; */
  margin-top: auto;
}

.program ul li form button {
  height: 2rem;
  font-size: 0.875rem;
}

.program ul li .dateContainer {
  display: flex;
  align-items: baseline;
  width: 100%;
}

.program ul li.lowlight {
  background: #f9f9f9;
  border-bottom: 2px solid #999;
}

.history-content.program ul li {
  height: auto;
}

.history-content.program ul li h4 {
  margin: 0.6em 0 0.8em;
  font-weight: 400;
  font-size: 1.85em;
  text-align: center;
}

.program ul li a {
  /*display: inline-block;*/
  color: #000;
  font-size: 0.95em;
}

.program ul li.highlight a,
.program ul li.lowlight a:hover {
  text-decoration: none;
}

.program ul li.highlight a:hover {
  text-decoration: underline;
}

.program ul li a img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: auto;
}

.program ul li a.img_link {
  margin-top: 0.55em;
  display: block;
}

.program ul li.lowlight a.img_link {
  position: absolute;
  bottom: 1em;
  width: 81.5%;
  text-align: center;
}

.program h4 {
  margin-top: 0.8em;
}

.program .lowlight h4 {
  font-weight: 400;
}

.date_1 {
  color: #d8202a;
  float: left;
  font-size: 1.5em;
  /* margin-top: 0.9em; */
  width: 50%;
}

.program ul li.lowlight .date_1,
.program ul li.lowlight .date_2 {
  color: #555;
}

.date_2 {
  color: #d8202a;
  float: right;
  font-size: 1.125em;
  /* margin-top: 1.35em; */
  width: 50%;
  text-align: right;
}

.prog_place {
  font-size: 0.875em;
  color: #646464;
  margin-top: 0.65em;
}

.prog_time {
  font-size: 0.875em;
  color: #646464;
  margin: 0.55em 0 1rem 0;
}

/* ----------------------------- DETAIL KONCERTU ------------------------- */

.concert-detail-banner {
  float: none;
  width: 100%;
  margin-bottom: 1.8em;
  padding-top: 0 !important;
}

.concert-detail-info-left,
.concert-detail-info-center,
.concert-detail-info-right,
.right-column-wrapper {
  float: left;
}

.concert-detail-info-left {
  width: 47.5%;
}

.concert-detail-info-left .likeRight h3 {
  font-size: 1.1em;
  color: #cc0000;
  font-weight: 400;
}

.concert-detail-info-left .likeRight ul {
  padding: 0;
  list-style-type: none;
  color: #4f4f4f;
  margin: 1em 0 0 0;
}

.concert-detail-info-left .likeRight li {
  line-height: 1.5em;
  font-size: 1em;
  list-style-type: none;
}

.concert-detail-info-left .likeRight li a {
  color: #0f6499;
}

.concert-detail-info-left .likeRight li em {
  color: #919191;
}

.concert-detail-info-left .video_player {
  margin: 2em 0 0;
}

.concert-detail-info-left .buy {
  margin: 1em 0 2em 0;
}

.concert-detail-info-left form {
  /*width: 50%;*/
  float: left;
}

.concert-detail-info-left form + img {
  float: right;
  margin: 1em 0 2em 0;
}

.concert-detail-info-left p {
  margin: 0 0 0.75em 0;
  font-weight: 400;
  color: #1f1f1f;
  font-size: 1em;
  line-height: 1.5em;
  text-align: justify;
}

.concert-detail-info-left h2 {
  font-size: 1.5em;
  color: #4f4f4f;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: -0.2em;
}

.concert-detail-info-left h2 + p {
  margin-top: 1.5em;
  line-height: 1.25em;
  color: #4f4f4f;
  font-weight: bold;
}

.concert-detail-info-left h3 {
  margin: 1.45em 0 0.25em 0;
  color: #0f6499;
}

.concert-detail-info-left h4 {
  margin-top: 1em;
  font-weight: 400;
  font-style: italic;
}

.concert-detail-info-left ul {
  margin: 0.25em 0;
  padding: 0 0 0 20px;
}

.concert-detail-info-left ul li {
  line-height: 1.5em;
  list-style-type: circle;
}

.concert-detail-info-left div.place-time {
  margin: 0.65em 0 0 0;
  font-size: 0.9em;
  color: #4f4f4f;
  margin-bottom: 0.1em;
  padding-bottom: 0.4em;
}

.concert-detail-info-left > time {
  display: block;
  font-size: 1.1em;
  color: #cc0000;
  margin: 1.25em 0 0 0;
}

.red-btn {
  background: #f42222;
  background: -moz-linear-gradient(top, #f42222 0%, #bf1919 50%, #af0000 50%, #900000 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f42222),
    color-stop(50%, #bf1919),
    color-stop(50%, #af0000),
    color-stop(100%, #900000)
  );
  background: -webkit-linear-gradient(top, #f42222 0%, #bf1919 50%, #af0000 50%, #900000 100%);
  background: -o-linear-gradient(top, #f42222 0%, #bf1919 50%, #af0000 50%, #900000 100%);
  background: -ms-linear-gradient(top, #f42222 0%, #bf1919 50%, #af0000 50%, #900000 100%);
  background: linear-gradient(to bottom, #f42222 0%, #bf1919 50%, #af0000 50%, #900000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f42222', endColorstr='#900000',GradientType=0 );
}

.concert-detail-info-left .red-btn {
  margin-bottom: 0.5em;
}

.concert-detail-info-left a,
.concert-detail-info-left a:hover,
.concert-detail-info-left a:visited {
  /*color: white;
    text-decoration: none;*/
  color: #cc0000;
}

.right-column-wrapper {
  width: 50%;
  margin-left: 2.5%;
}

.concert-detail-info-center {
  width: 45%;
  margin: 0.55em 0 0 5%;
}

.concert-detail-info-center ul {
  list-style-type: none;
  color: #4f4f4f;
}

.concert-detail-program h3,
.concert-detail-performers h3 {
  margin: 0.1em 0 0 0;
  font-size: 1.1em;
  color: #cc0000;
  font-weight: 400;
}

.concert-detail-program,
.concert-detail-performers {
  margin: 0.2em 0 0 0;
}

.concert-detail-program ul,
.concert-detail-performers ul {
  padding: 0;
}

.concert-detail-program li,
.concert-detail-performers li {
  line-height: 1.5em;
  font-size: 1em;
}

.concert-detail-program ul ul {
  margin: 0 0 0.5em 0;
  font-size: 0.85em;
  color: #919191;
}

.concert-detail-performers ul li a,
.concert-detail-program ul li a {
  color: #0f6499;
}

.concert-detail-performers ul li em,
.concert-detail-program ul li em,
.concert-detail-program em {
  color: #919191;
}

.concert-detail-info-right {
  width: 45%;
  margin: 0.6em 0 0 5%;
}

.concert-detail-info-right h3 {
  margin: 0.15em 0 1.1em 0;
  font-size: 1.1em;
  color: #cc0000;
  font-weight: 400;
}

.concert-detail-info-left .social_share_privacy_area li {
  list-style-type: none;
}

.popup-gallery .concert-detail-info-right img,
.sortable_responsive_gallery_container .popup-gallery a img {
  float: left;
  width: 29.3%;
  max-width: 120px;
  margin: 0 0 1.5em 4%;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
}

.sortable_responsive_gallery_container .popup-gallery a img {
  margin: 0 4% 1rem 0;
}

/*.sortable_responsive_gallery_container .popup-gallery a:nth-child(3n+3) img {
    margin: 0 0 1.5em 0;
}*/

.concert-detail-info-extra {
  width: 95%;
  overflow: hidden;
  margin: 2em 0 0 5%;
}

.concert-detail-info-extra iframe.youtube-player,
.concert-detail-info-left iframe.youtube-player {
  width: 100%;
  height: 25em;
}

.concert-detail-performers iframe {
  width: 100% !important;
  height: auto !important;
}

.concert-large-program .concert-detail-info-left {
  width: 55%;
}

.concert-large-program .right-column-wrapper {
  width: 42.5%;
}

.concert-large-program .concert-detail-info-extra {
  margin: 0.55em 0 0 5%;
}

.concert-large-program .concert-detail-info-right {
  width: 100%;
  margin: 1em 0 0 0;
}

.concert-large-program .sortable_responsive_gallery_container .popup-gallery a img {
  width: 13.33333%;
}

.concert-large-program .sortable_responsive_gallery_container .popup-gallery a:nth-child(6n) img {
  margin: 0 0 1.5em 0;
}

/* ================== VSTUPENKY ================== */
.tickets {
  margin-top: 0.3em;
}

.tickets > div {
  width: 33.3%;
  float: left;
  margin: 1.25em 0 0 0;
  line-height: 1.6em;
  font-size: 0.9em;
  color: #242323;
}

.tickets > div section p {
  line-height: 1.7em;
  text-align: justify;
}

.tickets > div:nth-child(2) {
  width: 29.3%;
}

.tickets > div:nth-child(3) {
  width: 29.4%;
  margin: 1.25em 0 0 4%;
}

.tickets > div:nth-child(4) {
  width: 28.3%;
  margin: 1.25em 0 0 5%;
}

.tickets > div:nth-child(1),
.tickets > div:nth-child(2) {
  padding: 0 4% 0 0;
}

.tickets h2 {
  font-size: 1.5em;
  color: #444;
  font-weight: 400;
}

.tickets h3 {
  font-size: 1.2em;
  color: #cc0000;
  margin: 0 0 0.1em 0;
}

.tickets h4 {
  font-size: 1.1em;
  color: #0f6499;
  margin: 1.55em 0 0 0;
}

.tickets em {
  margin: 0 0 5em 0;
  line-height: 1.7em;
}

.tickets a:link,
.tickets a:active,
.tickets a:hover,
.tickets a:visited {
  color: #cc0000;
}

.tickets a[href^="mailto:"] {
  color: #cc0000;
  text-decoration: underline;
}

.tickets ul {
  margin: 0 0 0 -6%;
}

.tickets ul li {
  line-height: 1.7em;
}

.tickets h4 + ul {
  margin: 0.9em 0 0 -6%;
}

.tickets dt {
  font-weight: bold;
  margin: -0.05em 0 0 0 !important;
}

.tickets dt:nth-child(5) {
  margin: 0em 0 0 0 !important;
}

.tickets dd {
  margin: -1.5em 0 0 18%;
}

.tickets h4:nth-child(8) {
  margin: 1.4em 0 0 0;
}

.tickets dl {
  margin: 0.2em 0 0 0;
}

.tickets dt {
  margin: 0 0 0 0;
}

.tickets dl:nth-child(4) dt {
  margin: 0 !important;
}

.tickets dl:nth-child(4) dd {
  margin: -1.6em 0 0 18%;
}

.tickets h4:nth-child(2) {
  margin: 0 0 0 0;
}

.tickets div:nth-child(4) h4:last-child {
  display: inline;
}

.tickets div:nth-child(5) {
  width: 100%;
  padding: 2.8em 0 0 0;
  font-size: 0.9em;
}

.tickets div section:nth-child(2) h3 {
  margin-top: 0.65em;
}

.tickets p img {
  margin: 1em 0 1em 0;
}

/* ================= FAIL/SUCCESS ======================= */
.tickets-success,
.tickets-fail,
.tickets-fail + p {
  width: 100%;
  font-size: 1em;
  text-align: center;
}

.tickets-success {
  margin: 4.9em 0 5.7em 0;
  color: #0f6499;
}

.tickets-fail {
  margin: 4.9em 0 0 0;
  color: #cc0000;
}

.tickets-fail + p {
  margin: 0.5em 0 5em 0;
  color: #cc0000;
}

.icon-emo-wink2,
.icon-emo-unhappy {
  margin: 0 0.5% 0 0;
}

.more-concerts h3 {
  font-size: 1em;
  color: #444444;
  margin-bottom: 1.35em;
}

.all-concerts,
.all-concerts:hover,
.all-concerts:visited,
.tickets-fail + p a,
.tickets-fail + p a:hover,
.tickets-fail + p a:visited {
  color: #cc0000;
}

/* ================== PRO MEDIA =================== */
.media-galleries li {
  margin-bottom: 1.25em;
  margin-top: 0.25em;
  display: inline-block;
  width: 49%;
}

.media-gallery-links h3 {
  line-height: 1.2em;
}

.picture-file-download {
  overflow: hidden;
  margin: 0.25em 0 2.4em 0;
  width: 50%;
  float: left;
  width: 47.5%;
  height: 12em;
  border-radius: 5px;
  box-shadow: 0 1px 4px #bbb;
}

.picture-file-download:nth-child(odd) {
  margin-right: 5%;
}

.picture-file-download div {
  width: 45%;
  display: block;
  text-align: center;
  float: left;
  margin-right: 5%;
  height: 100%;
  position: relative;
}

.picture-file-download div:first-child {
  background: #ccc;
}

.picture-file-download div > img,
.picture-file-download div:not(.picture-file-info) a img {
  width: auto;
  height: auto;
  margin: 0 !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.picture-file-download .picture-file-info {
  margin-top: 1.25em;
  text-align: left;
}

.picture-file-download .picture-file-info h3 {
  line-height: 1.25;
  margin-top: 0;
}

.picture-file-download .picture-file-info p {
  margin-top: 0.4em;
  line-height: 1.4em;
  color: #777;
}

.picture-file-download .picture-file-info:not(.media-gallery-info) a {
  display: inline-block;
  position: absolute;
  bottom: 2.5em;
  right: 0;
  text-decoration: none;
}

.picture-file-download .picture-file-info a img {
  margin: 0 0.5em 0 0;
}

.picture-file-download .picture-file-info a:hover {
  opacity: 0.75;
}

section.media-galleries {
  margin-bottom: 2em;
  border-bottom: 1px solid #ccc;
}

section.media-galleries ul {
  list-style-type: none;
  padding: 0;
}

/* ================== KONTAKT =================== */
.contact {
  font-size: 0.9em;
  line-height: 1.8em;
  color: #242323;
}

.contact .vcard {
  line-height: 1.7em;
}

.contact > div:first-child {
  width: 55%;
  float: left;
}

.contact > div:last-child {
  width: 40%;
  float: left;
  margin: 1.15em 0 0 5%;
}

.contact1 {
  float: left;
  width: 50%;
}

.contact2 {
  float: left;
  width: 50%;
  margin-top: 1.1em;
}

.contact3 {
  float: left;
  width: 50%;
  margin: 0.65em 0 0 50%;
}

.contact3 h3 {
  margin-bottom: 0.05em !important;
}

.contact3 h4 {
  margin-top: 1.1em !important;
  margin-bottom: 0.8em !important;
}

.contact h2 {
  color: #444444;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0 0 0.6em 0;
}

.contact dd {
  float: left;
  margin: 0 0 0 8px;
}

.contact dt {
  float: left;
  clear: both;
  font-weight: bold;
}

.contact dl {
  margin: -0.2em 0 0 0;
}

.contact h3 {
  color: #cc0000;
  font-size: 1.25em;
  margin: 1.2em 0 0.2em 0;
}

.icon-mail {
  font-size: 1.4em;
}

.contact button {
  width: 125px;
  background: #0f6499;
  color: white;
  font-size: 0.9em;
  margin: 0.2em 0 0 0;
  border: none;
  border-radius: 5px;
  vertical-align: top;
  line-height: 2.8em;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.contact .opaque {
  opacity: 0;
}

.contact .button-clicked {
  background: #444;
}

.contact h4 {
  color: #0f6499;
  margin: 1.7em 0 0.25em 0;
  line-height: 1.2em;
}

.contact h3:nth-child(9) {
  margin: 1.25em 0 0 0;
}

.contact h4:nth-child(11) {
  margin: 0.7em 0 0 0;
}

.contact input {
  width: 50%;
  padding: 0.7em;
  margin: 0 0 0.7em 0;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  line-height: 1em;
}

.contact input[readonly] {
  border: 1px solid #c3c3c3;
  background: #f7f7f7;
  color: #999;
}

/* .contact input:valid {
	float: left;
	background: #d7ffdc;
	border: 1px solid #3cc24e;
	box-shadow:0px 0px 5px 0px #bfeac5;
} */

.contact-valid-div {
  float: left;
  margin: 0.5em 0 0 2.4%;
  color: #2b6e34;
}

.contact input:invalid,
.contact textarea:invalid {
  float: left;
  /*background: #ffc8c8;
	border: 1px solid #fb8181;
	box-shadow:0px 0px 5px 0px #efc1c1;*/
  clear: both;
  background: #fff;
}

.contact-invalid-div {
  float: left;
  margin: 0.5em 0 0 2.4%;
  color: #970a0a;
}

.contact textarea {
  float: left;
  width: 100%;
  height: 14.5em;
  padding: 0.7em;
  margin: 0 0 0.5em 0;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  clear: both;
}

.contact input:focus,
.contact textarea:focus {
  background: #f9f9f9;
  outline: 0;
  border: 1px solid #0f6499;
}

.contact form button {
  clear: both;
  float: left;
  margin-bottom: 1.4em;
}

/* ------------- Soutez ------------------ */
#soutez_content {
  width: 56%;
  margin: 2em auto 0 auto;
  border: 1px solid #ccc;
  border-bottom: 0;
  padding: 2em 2%;
  border-radius: 7px 7px 0 0;
}

#soutez_content img {
  height: auto;
  margin-bottom: 0.6em;
}

#soutez_content p:first-child {
  margin-bottom: 2em;
}

#soutez_content h3 {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4em;
}

#soutez_content p {
  margin-top: 0;
}

#soutez_content p:last-child {
  margin-top: 1em;
}

#soutez_content ol li {
  line-height: 1.2em;
}

#soutez_content ol ol {
  list-style-type: upper-alpha;
}

#soutez_form {
  width: 56%;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-top: 0;
  overflow: hidden;
  padding: 0 2% 1em 2%;
  border-radius: 0 0 7px 7px;
}

#soutez_form .formblock {
  margin: 0 !important;
  width: 100%;
}

#soutez_form input {
  width: 96.5%;
}

#soutez_form div.field-email {
  border-bottom: 1px dashed #888;
  margin-bottom: 1.4em !important;
  padding-bottom: 0.5em;
}

#soutez_form button {
  margin-bottom: 1em;
}

#soutez_form .success {
  text-align: center;
  margin-bottom: 1em;
}

#soutez_pravidla a,
#soutez_pravidla a:link,
#soutez_pravidla a:hover,
#soutez_pravidla a:visited,
.wip a,
.wip a:link,
.wip a:hover,
.wip a:visited {
  color: #cc0000;
}

#soutez_pravidla ol strong {
  color: #0f6499;
}

#soutez_pravidla li {
  line-height: 1.5em;
}

#soutez_pravidla ol ol {
  list-style-type: upper-roman;
  margin: 0.75em;
}

#soutez_result strong {
  color: #0f6499;
}

#soutez_result ul {
  list-style-type: none;
  padding: 0;
  margin: 0.5em 0 0 0;
}

#soutez_result ul li {
  color: #919191;
  line-height: 1.2em;
}

#soutez_result ul li em {
  color: #222;
}

/* ----------------------------- C L A N E K  ------------------------- */

.article-detail {
  float: left;
  width: 58%;
  margin-top: 0.9em;
}

.article-detail strong {
  font-weight: 700;
}

.article-detail img {
  height: auto;
  border-bottom: 2px solid #c2c2c2;
  margin-bottom: 1.4em;
  border-radius: 7px;
}

.article-detail .sortable_responsive_gallery_image {
  float: left;
  margin-right: 2%;
}

.article-detail .sortable_responsive_gallery_image img {
  border: 0;
  border-radius: 7px;
}

.article-detail h2 {
  margin-bottom: 0.5em;
  color: #444;
  font-size: 1.2em;
}

.article-detail time {
  font-size: 0.875em;
  color: #646464;
  margin: 0 0 1.95em 0;
  display: block;
}

.article-detail p {
  margin: 1.2em 0 1.5em 0;
  line-height: 1.5em;
}

.article-detail p.abstract {
  font-style: italic;
  text-align: justify;
}

.article-detail ul {
  float: left;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
}

.article-detail ul li {
  display: block;
  float: left;
  padding: 0;
  width: 15.65%;
  margin: -1.8em 4.2% -1.2em 0;
}

.article-detail ul li a img {
  border-radius: 4px;
  border: none;
}

.article-detail p a,
.article-detail p a:hover,
.article p a:visited {
  color: #cc0000;
  text-decoration: underline;
}

.article-detail h4 {
  color: #0f6499;
  padding-top: 0.25em;
  margin-bottom: -0.2em;
}

.article-detail {
  float: left;
  width: 58%;
}

.other-articles {
  width: 33.34%;
  float: right;
  font-size: 1em;
}

.other-articles ul {
  list-style-type: none;
  padding: 0;
  margin: 1.4em 0 0 0;
}

.other-articles li {
  margin-bottom: 1.4em;
}

.other-articles p {
  line-height: 1.5em;
}

.other-articles h2 {
  margin-top: 0.7em;
  font-weight: 400;
}

.other-articles-item {
  width: 67%;
  float: left;
  border-left: 1px solid #d1d1d1;
  border-bottom: 2px solid #0f6499;
  padding: 0.45em 0 0 4%;
  line-height: 2.6em;
}

.other-articles-item time {
  color: #999;
}

.other-articles ul li a {
  width: 27%;
  display: block;
}

.other-articles ul li div a {
  display: inline;
  width: auto;
}

.other-articles ul li a img {
  float: left;
  margin-right: 6%;
  height: auto;
}

.other-articles-item a {
  color: #444;
}

.other-articles-item a:hover {
  text-decoration: underline;
}

/* --------------- Vsechny clanky ------------------------------------------- */
.all-news {
  width: 80%;
}

.all-news #pagination {
  text-align: center;
}

.all-news #pagination span {
  margin: 1em 5px;
}

.all-news h2 {
  margin-top: 0.2em;
}
.all-news h3 {
  padding-top: 0;
  margin: 0.85em 0 0.35em;
}

.all-news article {
  margin-bottom: 2.6em;
}

/*----------- SEARCH ----------------------*/

#searchResults .searchResult {
  margin-top: 1.4em;
}

#searchResults h2 {
  color: #444444;
}

#searchResults .searchResult h3 {
  margin-bottom: 0.5em;
}

#searchResults .searchResult h3 a {
  color: #0f6499;
}

/*----------- Work in Progress ----------------------*/
.wip {
  min-height: 13.4em;
}

.wip h2 {
  margin-top: 0.2em;
  line-height: 1.5em;
}

.wip p {
  margin-top: 1.4em;
  line-height: 1.5em;
}

.wip ul {
  line-height: 1.5em;
}

/* ---- Poll ---- */
.poll .progress-bubbles {
  width: 90.5%;
  position: relative;
  height: 0.25em;
  border-radius: 3px;
  margin: 2.5em 0;
}

.poll .progress-bubbles div[class^="bubble-"] {
  font-size: 0.85em;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  top: -1.2em;
  left: 0;
  display: block;
  border-radius: 1.5em;
  background: #ddd;
  text-align: center;
  line-height: 2.5;
  font-weight: 500;
  color: #fff;
  z-index: 2;
}

.poll .progress-bubbles div.checked {
  background: #cc0000;
}

.poll .progress-bubbles .pbar-fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0.25em;
  background: #cc0000;
}

.poll .progress-bubbles .pbar-main {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0.25em;
  background: #dddddd;
  width: 100%;
}

.poll .progress-bubbles div.bubble-2 {
  left: 14.286%;
}
.poll .progress-bubbles div.bubble-3 {
  left: 28.572%;
}
.poll .progress-bubbles div.bubble-4 {
  left: 42.858%;
}
.poll .progress-bubbles div.bubble-5 {
  left: 57.144%;
}
.poll .progress-bubbles div.bubble-6 {
  left: 71.43%;
}
.poll .progress-bubbles div.bubble-7 {
  left: 85.716%;
}
.poll .progress-bubbles div.bubble-8 {
  left: 100%;
}

.poll .sticky {
  position: fixed;
  width: 57.5%;
  top: 0;
  z-index: 100;
}

.poll .sticky:before {
  content: "";
  background: #fff;
  display: block;
  height: 5.5em;
  margin-top: -3em;
  width: 200%;
  margin-left: -50%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}

.poll {
  width: 70%;
  margin: 0 auto;
}

.poll h2 {
  text-align: center;
}

.poll .checkbox-media input {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.poll .checkbox-media input:before {
  content: "";
  background: #fff;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.poll .checkbox-media :checked:before {
  border-top: 1px solid #0f6499;
  border-right: 1px solid #0f6499;
}

.poll .checkbox-media input:after {
  content: "\2610";
  position: absolute;
  top: 0;
  font-size: 1.5em;
  right: 0.3em;
  color: #aaa;
}

.poll .checkbox-media :checked:after {
  content: "\2611";
  color: #0f6499;
}

.poll .checkbox-media {
  display: inline-block;
  position: relative;
  width: 21%;
  margin-right: 3.5%;
  margin-bottom: 2em;
  background: #fff;
}

.poll .checkbox-media :checked + label {
  border-color: #0f6499;
  box-shadow: 0 0 0 1px #0f6499;
}

.poll .checkbox-media label {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0.33em;
  border-radius: 3px;
  display: block;
  overflow: hidden;
}

.poll .checkbox-media label .poster {
  display: block;
  width: 100%;
  height: 15em;
  background-size: cover;
  background-position: center;
}

.poll .checkbox-media label h3 {
  margin-top: 0.75em;
  font-size: 0.9em;
  text-align: center;
}

.poll .checkbox-media label p {
  margin-top: 0.5em;
  line-height: 1;
  font-size: 0.75em;
  text-align: center;
}

.poll .vote-bar {
  width: 100%;
  height: 1em;
  background: #eee;
  border-radius: 3px;
  margin-top: 0.75em;
  position: relative;
}

.poll .vote-percentage {
  width: 0;
  height: 1.35em;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  text-align: right;
  padding: 0.25em;
  color: #fff;
  font-size: 0.75em;
  background: #0f6499;
  border-radius: 3px;
  line-height: 0.85em;
}

.poll input[type="submit"] {
  width: 125px;
  background: #0f6499;
  color: white;
  font-size: 0.9em;
  border: none;
  border-radius: 5px;
  vertical-align: top;
  line-height: 2.8em;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  margin: 0.2em auto 0 auto;
  display: block;
}

.poll .checkbox-media.readonly input:before,
.poll .checkbox-media.readonly input:after,
.poll .checkbox-media.readonly :checked:before,
.poll .checkbox-media.readonly :checked:after {
  display: none;
}

.poll .checkbox-media.readonly input {
  z-index: -1;
}

.poll .checkbox-media.readonly label {
  cursor: default;
}

.poll .checkbox-media.readonly :checked + label {
  border-color: #ccc;
  box-shadow: none;
}

.wait-for-it {
  display: none;
}

/*----------- Profile ----------------------*/
.profile-text {
  float: left;
  width: 57.5%;
  margin-right: 2.5%;
  text-align: justify;
}

.profile-photo {
  float: left;
  width: 37.5%;
  margin-left: 2.5%;
  margin-top: 4.25em;
}

.profile-photo img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/*----------- Místa konání ----------------------*/

.venues {
  margin-bottom: 3.75rem;
}

.venues h3 {
  color: #0f6499;
}

.venues em {
  color: #777;
}

.venues-no-address h3 {
  margin-bottom: 0.75em;
}

/*---------- History -----------------------*/
.history-wrap {
  width: 100%;
}

.history-content {
  float: left;
  width: 72.5%;
}

.history-content h2 {
  font-weight: 400;
  color: #444;
}

.history-content p {
  margin-bottom: 0.75em;
  line-height: 1.5em;
  text-align: justify;
}

.history-content .left {
  /*width: 68%;*/
  width: 73%;
  display: inline-block;
  float: left;
  margin-right: 7%;
}

.history-content .left .image-wrap {
  display: inline-block;
}

.history-content .right {
  /*width: 25%;*/
  width: 20%;
  display: inline-block;
}

.history-content h3 {
  margin: 1.25em 0 1em 0;
  font-weight: normal;
}

.history-content .picture-file-info p {
  text-align: left;
}

.history-content h2 {
  margin-bottom: 0.95em;
}

.history-content a,
.history-content a:visited,
.history-content a:link {
  color: #cc0000;
}

.history-content a:hover {
  text-decoration: none;
}

.history-content .thirds {
  width: 29%;
  margin: 1.5em 3.5% 0 0;
  display: inline-block;
}

.slide .image-wrap {
  display: inline-block;
}

.history-content .thirds .image-wrap {
  width: 100%;
  margin: 0;
}

.history-content .image-wrap {
  margin: 1.5em 5% 0 0;
  box-shadow: 0 0 1px #777;
  width: 20%;
  height: 7em;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
}

.history-content .right .image-wrap {
  width: 100%;
}

.history-content .left img,
.history-content .right img {
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 75%;
  position: absolute;
  max-height: 100%;
  box-sizing: border-box;
}

.history-menu {
  float: left;
  margin-left: 2.5%;
  width: 25%;
}

.history-menu ul {
  margin-top: 1.4em;
  list-style-type: none;
}

.history-menu li {
  width: 100%;
  border-left: 2px solid #e4e4e4;
  border-bottom: 2px solid #0f6499;
  margin: 0.6em 0 0 0;
  height: 4.5em;
}

.history-menu a,
.history-menu a:hover,
.history-menu a:active,
.history-menu a:visited {
  color: #444444;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 2em 0 1.5em 7%;
}

.history-tabs {
  display: none;
  visibility: hidden;
  width: 100%;
  overflow: hidden;
  margin: 0 0 2em 0;
}

.history-tabs ul {
  width: 100%;
  list-style-type: none;
  padding: 0;
}

.history-tabs li {
  float: left;
  height: 2.6em;
  width: 33%;
  border-bottom: 2px solid #e6e6e6;
  text-align: center;
}

.tabs-2 ul li {
  width: 50%;
}

.history-tabs a,
.history-tabs a:hover,
.history-tabs a:active,
.history-tabs a:visited {
  color: #444444;
  text-decoration: none;
  /*height: 100%;*/
  display: block;
  padding: 0.8em 5% 0.8em 5%;
  margin: 0 5% 0 5%;
}

.history-menu a:hover,
.history-tabs a:hover {
  color: #888 !important;
}

.history-tab-active a {
  border-top: 2px solid #e6e6e6;
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
}

.history-active a,
.history-tab-active a {
  color: #0f6499 !important;
}

/*  edit mode  */
#a776 div.ccm-block,
#a793 div.ccm-block {
  width: 150px;
  float: left;
  margin: 5px 5px;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* ----- Social Feed ----- */
.social-feed .post {
  margin-bottom: 1em;
  border: 1px solid #aaa;
  float: left;
  height: 20em;
  margin: 0 1% 1em 0;
  padding: 1%;
  width: 24%;
  position: relative;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.social-feed .content {
  min-height: 5em;
}

.social-feed .post a {
  color: #0f6499;
  text-decoration: none;
  line-height: 1.2em;
  font-size: 0.85em;
}

.social-feed .post a:hover {
  text-decoration: underline;
}

.social-feed h2 {
  font-size: 1.5em;
  font-weight: 400;
  margin-top: -0.45em;
  color: #444;
}

.social-feed h3 {
  margin: 0 0 0.5em 0;
}

.social-feed em {
  color: #444;
}

.social-feed .content img {
  border: 1px solid #ccc;
  padding: 2px;
  display: block;
  max-width: 100%;
  max-height: 9em;
  margin-bottom: 1em;
}

.social-feed .info {
  color: #999;
  font-size: 0.9em;
  position: absolute;
  bottom: 10px;
}

.social-feed .info img {
  border: 0;
  padding: 0;
  display: inline-block;
  max-width: 15px;
  max-height: 15px;
  margin: 0 5px 0 0;
}

.social-feed .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../social/loading.gif") 50% 50% no-repeat;
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

body.loading .modal {
  display: block;
}

.social-feed .controls {
  padding: 0;
}

.social-feed .controls li {
  list-style-type: none;
  float: left;
  text-align: center;
  border: 1px solid #aaa;
  padding: 1px;
}

.social-feed .controls li:first-child {
  border-radius: 3px 0 0 3px;
  border-right: 0;
}

.social-feed .controls li:last-child {
  border-radius: 0 3px 3px 0;
}

.social-feed .controls li a {
  display: block;
  height: 100%;
  padding: 1em 35px;
  line-height: 34px;
  text-decoration: none;
  color: #444;
}

.social-feed .controls li a.current {
  background: #f5f5f5;
}

.social-feed .controls li a:hover {
  background: #eee;
}

.social-feed .controls li a img {
  float: left;
  margin-right: 10px;
}

.social-feed .no-more {
  width: 100%;
  text-align: center;
  line-height: 3em;
  display: none;
}

.social-feed .youtube {
  margin: 0;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1140px) {
  .wrapper,
  footer .footer-inner,
  .partners {
    width: 95%;
  }

  .top-menu {
    position: absolute;
    right: 4%;
  }

  .logo {
    float: none;
    margin: 0;
    width: 33%;
    margin: 0.5em 0 2em 0;
  }

  .logo a img {
    height: auto;
  }

  nav.header-right ul li:first-child {
    padding-left: 0;
  }

  nav.header-right {
    float: none;
    width: 100%;
    margin: 0;
  }

  .msg-to-visitors .msg-text img {
    width: 20%;
  }

  .poll {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .concert-detail-info-left {
    width: 62.5%;
    margin-right: 2.5%;
  }

  .right-column-wrapper {
    width: 30%;
  }

  .concert-detail-info-center,
  .concert-detail-info-right {
    width: 100%;
    float: none;
  }

  .concert-detail-info-right img {
    margin-right: 1.5%;
    margin-left: 0;
  }

  .concert-detail-info-right h3 {
    margin: 0.65em 0 1.2em 0;
  }

  .concert-detail-info-extra iframe.youtube-player,
  .concert-detail-info-left iframe.youtube-player {
    height: 13em;
  }

  .concert-large-program .concert-detail-info-left {
    width: 100%;
    float: none;
  }

  .concert-large-program .right-column-wrapper {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .concert-large-program .concert-detail-info-extra {
    margin-left: 0;
  }

  .tickets div:nth-child(2),
  .tickets div:nth-child(3) {
    width: 45%;
  }

  .tickets div:nth-child(4) {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 2em 0 0 0;
  }

  .social-feed .post {
    width: 32%;
  }

  .banner-msg p {
    text-shadow: 2px 1px 3px #000;
  }
}

@media only screen and (max-width: 990px) {
  .media-partners {
    float: none;
  }

  .program ul li {
    width: 20.5%;
  }

  .poll .checkbox-media {
    width: 23%;
    margin-right: 1.5%;
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 900px) {
  footer,
  .social {
    text-align: center;
  }

  .footer-logo,
  .pp {
    width: 50%;
  }

  .history-content .left,
  .history-content .right {
    float: none;
    width: 100%;
  }

  .history-content .left {
    margin-right: 0;
  }

  .history-content .right {
    margin-top: 3em;
  }

  .social {
    width: 100%;
    margin-top: 1em;
  }

  .foreign-partners {
    clear: both;
  }

  .contact > div:first-child {
    width: 100%;
  }

  .contact > div:last-child {
    clear: both;
    width: 100%;
    margin: 3em 0 0 0;
  }

  .contact1 {
    width: 33%;
  }

  .contact2 {
    width: 34%;
  }

  .contact3 {
    width: 33%;
    margin: 1.1em 0 0 0;
  }

  .contact textarea {
    width: 97%;
  }

  .article-detail,
  .other-articles {
    float: none;
    width: 100%;
  }

  #soutez_form,
  #soutez_content {
    width: 80%;
  }

  .social-feed .post {
    padding: 2% 2% 2em 2%;
    width: 49%;
  }

  .overview ul li h4 {
    font-size: 1em;
    font-weight: 600;
  }

  .msg-to-visitors .msg-text img {
    width: 25%;
  }

  .profile-text,
  .profile-photo {
    float: none;
    width: 100%;
  }

  .profile-photo {
    margin-top: 1.5em;
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  /* collapsed nav */
  .icon-menu {
    display: inline;
  }

  .header-right {
    min-height: 45px;
  }

  ul.nav {
    width: 100%;
    padding: 5px 0;
    position: absolute;
    top: 0px;
    background: #fff;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
    border: 1px solid #eee;
    border-radius: 7px;
    min-height: 32px;
  }

  .program ul li.lowlight a.img_link {
    width: 88%;
  }

  ul.nav li {
    display: none;
    float: none;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #f5f5f5;
    margin: 0 !important;
    height: 1.14em !important;
  }

  ul.nav li.nav-path-selected {
    display: block;
    border: 0;
  }

  ul.nav a {
    display: block;
    text-align: center;
  }

  ul.nav .current a {
    background: none;
    color: #666;
  }

  .showMenu {
    display: block !important;
    border-bottom: 1px solid #f5f5f5 !important;
  }

  ul.nav:hover {
    background-image: none;
  }

  ul.nav:hover li {
    display: block;
    border-bottom: 1px solid #f5f5f5 !important;
  }

  ul.nav li:last-child,
  ul.nav li:last-child {
    border: 0 !important;
  }

  ul.nav li:hover a {
    color: #aaa;
  }
  /* end collapsed nav */

  .top-menu #login {
    margin-right: 5%;
  }

  .top-menu form {
    width: 55%;
  }

  .slide {
    padding-top: 3em;
  }

  .slide .date {
    top: 1.6em;
  }

  .slide .c-name {
    top: 0px;
    color: #444;
    left: 0;
    text-shadow: none;
    width: 100%;
    font-size: 1.2em;
  }

  .slide .c-name a {
    color: #464646;
    text-align: center;
    display: block;
  }

  .news,
  .concerts {
    float: none;
    width: 100%;
    margin: 0;
  }

  .concerts {
    margin-top: 3.35em;
  }

  .news article header a:first-child {
    width: 100%;
    display: block;
  }

  .right-column-wrapper {
    width: 100%;
    margin: 0;
  }

  .concert-detail-info-center,
  .concert-detail-info-left {
    width: 100%;
    float: none;
    margin: 0;
  }

  .concert-detail-info-center {
    margin: 1.9em 0 0 0;
  }

  .concert-detail-info-right {
    float: none;
    width: 100%;
    margin: 0.05em 0 0 0;
  }

  .concert-detail-program {
    width: 50%;
    float: left;
    margin: 0 5% 0 0;
  }

  .concert-detail-performers {
    width: 45%;
    float: left;
    margin: 0;
  }

  .concert-detail-info-extra {
    width: 100%;
    margin-left: 0;
  }

  .concert-detail-info-extra iframe.youtube-player,
  .concert-detail-info-left iframe.youtube-player {
    height: 26em;
  }

  .concert-large-program .concert-detail-program,
  .concert-large-program .concert-detail-performers {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }

  .tickets div:nth-child(2),
  .tickets div:nth-child(3),
  .tickets div:nth-child(4) {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .tickets div:nth-child(5) {
    width: 100%;
  }

  .tickets section {
    margin: 1.7em 0 0 0;
  }

  .tickets ul,
  .tickets h4 + ul {
    margin: 0;
  }

  .program ul li {
    width: 28.8%;
  }

  .partners img {
    margin: 2em 40px 1.5em 0;
  }

  .picture-file-download {
    width: 100%;
    float: none;
  }

  .picture-file-download .picture-file-info p {
    display: none;
  }

  .full-width {
    /*margin: 0 !important;*/
  }

  .overview ul li a h4 {
    font-size: 0.9em;
  }

  .banner-msg {
    top: 35%;
    right: 0;
    width: 100%;
    text-align: center;
  }

  .slide-hide {
    height: auto;
  }

  .slide-hide img {
    -webkit-filter: brightness(45%);
    -moz-filter: brightness(45%);
    -ms-filter: brightness(45%);
    -o-filter: brightness(45%);
    -filter: brightness(45%);
  }

  .media-galleries li {
    display: block;
    width: 100%;
  }

  .poll .checkbox-media {
    width: 31%;
  }

  .poll .checkbox-media label .poster {
    height: 13em;
  }
}

@media screen and (max-width: 600px) {
  .overview ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .overview ul li a h4 {
    font-size: 1.1em;
  }

  .banner-msg {
    position: static;
    top: 0;
    right: 0;
    color: #444;
    text-align: center;
    margin-top: 1em;
  }

  .slide-hide {
    display: none;
  }

  .banner-msg p {
    text-shadow: none;
    font-size: 1em;
  }

  .footer-logo,
  .pp {
    width: 100%;
  }

  .concert-detail-program,
  .concert-detail-performers {
    width: 100%;
    float: none;
    margin: 0;
  }

  .program ul li {
    width: 28.75%;
  }

  .contact1 {
    width: 50%;
  }

  .contact2 {
    width: 50%;
  }

  .contact3 {
    width: 100%;
  }

  .contact textarea {
    width: 96%;
  }

  #soutez_content {
    width: 90%;
    padding: 2em 6% 2em 4%;
  }

  #soutez_form {
    width: 90%;
    padding: 0 6% 1em 4%;
  }

  .history-tabs {
    display: block;
    visibility: visible;
  }

  .history-menu {
    display: none !important;
    visibility: hidden;
  }

  .history-content {
    width: 100%;
  }

  .social-feed .post {
    width: 100%;
    height: auto;
  }

  .social-feed .controls li {
    width: 49%;
  }

  .social-feed .controls li a {
    padding: 0.5em 15px;
  }

  .msg-to-visitors .msg-text img {
    width: 30%;
  }

  .msg-to-visitors p {
    text-align: left;
  }

  .poll .checkbox-media {
    width: 31%;
  }
}

@media only screen and (max-width: 480px) {
  .logo,
  .top-menu {
    width: 100%;
    margin: 0;
  }

  .top-menu {
    position: static;
    right: 0;
  }

  .logo {
    text-align: center;
    margin: 1em 0;
  }

  .slide .c-name {
    font-size: 1em;
  }

  .concert-detail-info-right img {
    width: 100px;
    /*height: 100px;*/
    margin: 1.5%;
  }

  .concert-detail-info-left form {
    width: 100%;
    float: none;
  }

  .concert-detail-info-left form + img {
    float: none;
    margin: 0 0 2em 0;
  }

  .concert-detail-info-extra iframe.youtube-player,
  .concert-detail-info-left iframe.youtube-player {
    height: 18em;
  }

  .concert-large-program .sortable_responsive_gallery_container .popup-gallery a:nth-child(6n) img {
    margin: 0 4% 1.5em 0;
  }

  .concert-large-program .sortable_responsive_gallery_container .popup-gallery a:nth-child(4n) img {
    margin: 0 0 1.5em 0;
  }

  .concert-large-program .sortable_responsive_gallery_container .popup-gallery a img {
    width: 22%;
    height: auto;
  }

  .social-share-privacy {
    margin: 1.5em 0 !important;
  }

  .social_share_privacy_area li {
    width: 50%;
    padding-bottom: 1em !important;
  }

  .program ul li {
    width: 45%;
  }

  .program ul li.lowlight a.img_link {
    width: 92%;
  }

  .contact input,
  .contact textarea {
    width: 94%;
  }

  .contact1 {
    width: 100%;
    float: none;
  }

  .contact2 {
    width: 100%;
    float: none;
  }

  .partners img {
    margin: 1.5em 40px 1em 0;
  }

  /*.brochure-online {
        display: none;
        visibility: hidden;
    }*/

  .overview ul li a h4 {
    font-size: 1em;
  }

  .overview .overview-heading {
    font-size: 1em;
    font-weight: 600;
  }

  .banner-msg {
    line-height: 1.4em;
  }

  .banner-msg p {
    font-size: 0.8em;
  }

  .msg-to-visitors .msg-text img {
    width: 40%;
  }

  .concert-date time {
    font-size: 1.3em;
  }

  .poll .checkbox-media {
    width: 48%;
    margin-right: 1.4%;
    margin-bottom: 0.5em;
  }

  .poll .checkbox-media label .poster {
    height: 17em;
  }

  .progress-bubbles {
    display: none;
    visibility: hidden;
  }

  .poll form {
    margin-top: 2em;
  }
}

@media only screen and (max-width: 320px) {
  .concert-date {
    width: 30%;
  }

  .concert-info {
    width: 65%;
  }

  .concert-detail-info-extra iframe.youtube-player,
  .concert-detail-info-left iframe.youtube-player {
    height: 15em;
  }

  .date {
    box-shadow: none;
  }

  .overview ul li a h4 {
    font-size: 0.8em;
  }

  .limitedTextDetail {
    display: block;
    padding-left: 0;
    margin-top: -1rem;
    margin-bottom: 2rem;
  }
}

html {
  margin-bottom: 1px;
}

.article-detail .youtube-player {
  width: 100%;
}

.online-columns {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-top: 1px solid #ddd;
  padding-top: 32px;
}
.online-column {
  width: 100%;
}
@media (min-width: 721px) {
  .online-columns {
    flex-direction: row;
  }
  .online-column {
    width: 50%;
  }
}

.archive-warning {
  text-align: center;
  line-height: 1.5;
  background: #cc6000;
  width: 100%;
  padding: 1.25rem 0;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}

.archive-warning span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
}

@media only screen and (max-width: 480px) {
  .archive-warning {
    font-size: 1rem;
    padding: 1rem 0;
  }

  .archive-warning span {
    width: 16px;
    height: 16px;
  }
}
