@charset "UTF-8";
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-Light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-Regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-Italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-Bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-ExtraBold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

html {
  font-size: 62.5%;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #4a4a4a;
  margin-top: 230px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: white;
}

a,
#siteFooter p a {
  color: #4a4a4a;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

a:hover,
a:focus,
#siteFooter p a:hover,
#siteFooter p a:focus {
  color: #0093d3;
  text-decoration: none;
  outline: none;
}

a[href^="tel:"],
a[href^="mailto:"] {
  color: #4a4a4a;
}

a[href^="tel:"]:hover,
a[href^="mailto:"]:hover {
  color: #0093d3;
}

a[href^="tel:"] {
  text-decoration: none;
}

a[href^="mailto:"],
#siteFooter p a[href^="mailto:"]:hover  {
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

a.btnMore {
  text-decoration: none;
  color: #0093d3;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + p {
  margin-top: 4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}

h1 {
  font-weight: 700;
  font-size: 3.6rem;
}

h2 {
  font-weight: 400;
  font-size: 2.6rem;
}

h3 {
  font-weight: 400;
  font-size: 2.4rem;
}

i { font-style: italic; }

.mainContent h2 {
  position: relative;
}

.mainContent h2:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4a4a4a;
  height: 7px;
  width: 90px;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

p + p {
  margin-top: 2rem;
}
p a {
  color: #0093d3;
  text-decoration: none;
}

b, strong {
  font-weight: 700;
}

img {
  width: 100%;
  display: block;
}

q {
  display: inline;
}

q:before {
  content: "»";
}

q:after {
  content: "«";
}

blockquote,
blockquote p {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
}

blockquote .small,
blockquote footer,
blockquote small {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #777777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '';
}

.hide {
  display: none;
}

.show {
  display: block;
}

/*========= NAVIGATION ==========*/
.navbar-brand {
  float: left;
  font-size: inherit;
  line-height: inherit;
  height: auto;
  padding: 30px 15px;
  max-width: 263px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.navbar-default.affix .navbar-header .navbar-brand {
  max-width: 172px;
  padding: 30px 15px 15px;
}

.navbar-default {
  background-color: white;
  border-color: transparent;
}

.navbar {
  border: none;
  border-radius: 0px;
}

.navbar-right {
  margin-right: 50px;
  margin-bottom: -1px;
}

.navbar-collapse {
  padding: 0px;
  box-shadow: none;
}

.navbar-default .navbar-nav > li > a {
  color: #4a4a4a;
  font-size: 1.6rem;
  line-height: 1.4;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

.navbar-default .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #0093d3;
  height: 7px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #0093d3;
  background: none;
}

.navbar-default .navbar-nav > .active > a:before,
.navbar-default .navbar-nav > li > a:hover:before,
.navbar-default .navbar-nav > li > a:focus:before,
.navbar-default .navbar-nav > li > a:active:before {
  left: 0;
  right: 0;
}

.navbar-default .navbar-nav > li.divider-vertical {
  margin: 13px 10px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #0093d3;
  background-color: transparent;
}

.dropdown-menu {
  min-width: inherit;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1.6rem;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: none;
  border: solid 1px #0093d3;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-collapse {
  position: relative;
}

.navbar-collapse form[role="search"] {
  position: absolute;
  right: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 0;
}

.navbar-collapse form[role="search"] button,
.navbar-collapse form[role="search"] .form-control {
  padding: 8px 12px;
  border-radius: 0px;
  border-width: 0px;
  color: #4a4a4a;
  font-size: 1.6rem;
  background-color: white;
  border-color: black;
  box-shadow: none;
  outline: none;
}

.navbar-collapse form[role="search"] .form-control {
  padding: 6px 12px;
  font-size: 1.6rem;
  color: #4a4a4a;
  box-shadow: none;
  height: 54px;
  border-bottom: solid 7px #4a4a4a;
  width: 100% !important;
}

.navbar-collapse form[role="search"] .input-group {
  float: right;
}

.navbar-collapse form[role="search"] .input-group-btn:last-child > .btn,
.navbar-collapse form[role="search"] .input-group-btn:last-child > .btn-group {
  margin-left: 0px;
}

@media (min-width: 768px) {
  .navbar-collapse {
    padding-top: 0px;
    padding-right: 60px;
  }
  .navbar-collapse form[role="search"] {
    width: 40px;
    background: white;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
  }
  .navbar-collapse form[role="search"] button,
  .navbar-collapse form[role="search"] .form-control {
    padding: 15px 12px 8px;
  }
  .navbar-collapse form[role="search"] .form-control {
    font-size: 1.6rem;
    opacity: 0;
    display: none;
  }
  .navbar-collapse form[role="search"].active {
    width: 100%;
  }
  .navbar-collapse form[role="search"].active button,
  .navbar-collapse form[role="search"].active .form-control {
    display: table-cell;
    opacity: 1;
  }
  .navbar-collapse form[role="search"].active .form-control {
    width: 100%;
  }
}

.navbar-toggle {
  margin-top: 30px;
  border: none;
  background: transparent !important;
}

.navbar-toggle:hover {
  background: transparent !important;
}

/*---------- HAMBURGER MENU ----------*/
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
  background: #0093d3;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #0093d3;
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .icon-bar {
  background: #4a4a4a;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

#mainNav .login {
  margin-top: 20px;
}

/*========= SUBNAVIGATION ==========*/
#subnav {
  z-index: 100 !important;
}

#subnav .navbar-nav > li:first-child a {
  margin-left: 0px;
}

.sticky-wrapper {
  margin-top: 15px;
  margin-bottom: 40px;
  background: white;
}

/*========= PAGINATION ==========*/
.pagination {
  border-radius: 0px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pagination > li > a,
.pagination > li > span {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.9;
  color: #0093d3;
  text-decoration: none;
  background-color: #fff;
  border: none;
}

.pagination > li > a.active,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: white;
  background-color: #0093d3;
  border-color: #0093d3;
}

/*========= FOOTER ==========*/
#siteFooter {
  margin-top: 30px;
}

#siteFooter .container {
  margin-bottom: 50px;
}

#siteFooter .container hr {
  margin-top: 0px;
  margin-bottom: 50px;
  border: 0;
  border-top: solid 3px black;
}

#siteFooter .container p {
  margin-top: 0;
  line-height: 1.4;
}

#siteFooter .container a.icon {
  font-size: 3.8rem;
}

/*========= ICONS ==========*/
@font-face {
  font-family: 'goette';
  src: url("../fonts/goette.eot");
  src: url("../fonts/goette.eot#iefix") format("embedded-opentype"), url("../fonts/goette.ttf") format("truetype"), url("../fonts/goette.woff") format("woff"), url("../fonts/goette.svg#goette") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon_"], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'goette' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_download:before {
  content: "\e909";
}

.icon_fax:before {
  content: "\e908";
}

.icon_add:before {
  content: "\e906";
}

.icon_minus:before {
  content: "\e907";
}

.icon_email:before {
  content: "\e900";
}

.icon_externer_link:before {
  content: "\e901";
}

.icon_facebook:before {
  content: "\e902";
}

.icon_lupe:before {
  content: "\e903";
}

.icon_telefon:before {
  content: "\e904";
}

.icon_twitter:before {
  content: "\e905";
}
.icon_instagram:before {
  content: "\e906";
}

/*========= LAYOUT ==========*/
section + section {
  margin-top: 40px;
}

/* KEYVISUAL */
.container-fluid.keyvisual {
  padding-right: 0px;
  padding-left: 0px;
}

.container-fluid.keyvisual .keyVisual figure {
  max-height: 460px;
  overflow: hidden;
  position: relative;
  color: white;
}

/*.container-fluid.keyvisual .keyVisual figure:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: -moz-linear-gradient(left, #00628a 0%, #00628a 25%, rgba(0, 98, 138, 0) 75%, rgba(0, 98, 138, 0) 99%, rgba(0, 98, 138, 0) 100%);
  background: -webkit-linear-gradient(left, #00628a 0%, #00628a 25%, rgba(0, 98, 138, 0) 75%, rgba(0, 98, 138, 0) 99%, rgba(0, 98, 138, 0) 100%);
  background: linear-gradient(to right, #00628a 0%, #00628a 25%, rgba(0, 98, 138, 0) 75%, rgba(0, 98, 138, 0) 99%, rgba(0, 98, 138, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00628a', endColorstr='#00628a',GradientType=1 );
}*/

.container-fluid.keyvisual .keyVisual figure figcaption {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-fluid.keyvisual .keyVisual figure figcaption h1 + p {
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-size: 3.6rem;
  line-height: 1.4;
  border-bottom: solid 3px #fff;
}

.container-fluid.keyvisual .keyVisual figure figcaption a {
  color: white;
}

.container-fluid.keyvisual .keyVisual figure figcaption a:hover {
  color: #0093d3;
}

.container-fluid.keyvisual .keyVisual figure figcaption a .icon {
  font-size: 3.8rem;
}

.container-fluid.keyvisual .keyVisual figure figcaption .list-inline > li {
  padding-right: 0px;
  padding-left: 0px;
}

/* ASIDE */
aside section + section {
  margin-top: 30px;
}

aside .artistContact {
  padding: 30px;
  background: #eeeeee;
}

aside .artistContact h3 + ul {
  margin-top: 30px;
}

aside .artistContact ul li:first-child {
  font-size: 1.6rem;
  font-weight: 700;
}

aside .artistContact ul li:nth-last-child(2) {
  margin-top: 30px;
}

aside .artistContact ul li:nth-last-child(-n+2) {
  font-size: 1.4rem;
}

aside .artistContact ul li > .icon {
  margin-right: 10px;
  color: #0093d3;
}

aside .artistList,
aside .monthList {
  font-size: 1.6rem;
  padding: 30px;
  background: #eeeeee;
}

aside .artistList h3 + ul,
aside .monthList h3 + ul {
  margin-top: 30px;
}

aside .artistList h4,
aside .monthList h4 {
  font-weight: 700;
  margin-top: 30px;
}

aside .artistList h4 + ul,
aside .monthList h4 + ul {
  margin-top: 30px;
}

aside .artistList li + li,
aside .monthList li + li {
  margin-top: 15px;
}

aside .artistList a,
aside .monthList a {
  display: block;
}

aside .artistList em,
aside .monthList em {
  font-style: italic;
  display: block;
}

/*========= INDEX ==========*/
.artistOverview a {
  color: white;
  display: block;
  margin-bottom: 30px;
}

.artistOverview a figure {
  position: relative;
  overflow: hidden;
}

.artistOverview a figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.artistOverview a figure figcaption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  min-height: 70px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.artistOverview a figure figcaption .hgroup {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 5px 10px;
  min-height: 80px;
  border-bottom: solid 3px transparent;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.artistOverview a figure figcaption .hgroup h2 {
  font-size: 2rem;
  font-weight: 700;
}

.artistOverview a figure figcaption .hgroup p {
  font-size: 2rem;
  margin: 0;
  line-height: normal;
}

.artistOverview a:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.artistOverview a:hover figcaption {
  min-height: 100%;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: rgba(0, 147, 211, 0.7);
}

.artistOverview a:hover .hgroup {
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
  border-bottom: solid 3px #fff;
}

.lead {
  margin: 30px 0;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
}

/*========= ARTIST ==========*/
#content {position: relative;}
#content #top {
	position:absolute;
	z-index:1;
	top: -100px;
	display:block;
}

.artistInfo h1, .artistInfo h2 {
  font-weight: 700;
  font-size: 1.4rem;
}

.artistInfo h1:before, .artistInfo h2:before {
  display: none;
}

.artistInfo h1 + p,
.artistInfo h2 + p {
  margin-top: 0;
}

.artistInfo p + ul {
  margin-top: 40px;
}

.artistInfo .artistVita {
	display: block;
	max-height: 29.4rem;
}
.artistInfo p[data-readmore-toggle] {float: left;}
.artistInfo p[data-readmore-toggle] a.btnMore {
  font-size: 1.6rem;
  float: right;
  text-decoration: none;
  color: #0093d3;
}

/*.artistInfo ul {
  list-style: outside disc;
  margin-left: 18px;
}*/

.artistNews h2 + ul,
.news h2 + ul {
  margin-top: 4rem;
}

.artistNews ul > li + li,
.news ul > li + li {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: solid 3px #eeeeee;
}

.artistNews article .box,
.news article .box {
  height: 100px;
  margin-top: 40px;
  overflow: hidden;
}

.artistNews article h2,
.news article h2 {
  position: relative;
}
.news article .news-article,
.artistNews .news-article {
	margin-top: 40px;
	/*max-height: 6em;*/
}

.artistNews article h2:before,
.news article h2:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4a4a4a;
  height: 7px;
  width: 90px;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.artistNews article h2 a,
.news article h2 a {
  color: #4a4a4a;
}

.artistNews article time,
.news article time,
.artistNews article p[data-readmore-toggle],
.news article p[data-readmore-toggle],
.artistNews p[data-readmore-toggle],
.news p[data-readmore-toggle]  {
  font-size: 1.6rem;
}

.artistNews article p[data-readmore-toggle] a.btnMore,
.news article p[data-readmore-toggle] a.btnMore,
.artistNews p[data-readmore-toggle] a.btnMore,
.news p[data-readmore-toggle] a.btnMore {
  float: right;
  text-decoration: none;
  color: #0093d3;
}

.artistEvents h2 {
  position: relative;
}

.artistEvents h2:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4a4a4a;
  height: 7px;
  width: 90px;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.artistEvents h2 + ul {
  margin-top: 40px;
}

.artistEvents p + p {
  margin-top: 0px;
}

.artistEvents ul.events li {
  padding: 20px 0;
  border-bottom: solid 3px #eeeeee;
}

.artistEvents ul.events li:first-child {
  padding-top: 0px;
}

.artistEvents ul.events li a {
  font-size: 1.6rem;
  color: #0093d3;
}
.artistEvents ul.events li .row {
  display: flex;
  flex-wrap: wrap;
}
.artistRepertoire ul li {
  padding: 20px 0;
}

.artistRepertoire ul li:first-child {
  padding-top: 0px;
}

.artistRepertoire ul li p:last-child {
  text-align: right;
  margin-top: 2rem;
}

.artistRepertoire ul li p > a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #0093d3;
}

.artistRepertoire ul li img {
  float: left;
  max-width: 25%;
  margin-right: 30px;
}

.artistRepertoire ul li + li {
  border-top: solid 3px #eeeeee;
}

.artistDiscography h2 + ul {
  margin-top: 4rem;
}

.artistDiscography li {
  padding: 20px 0;
}

.artistDiscography li:first-child {
  padding-top: 0px;
}

.artistDiscography li + li {
  border-top: solid 3px #eeeeee;
}

.artistDiscography article h2 {
  position: relative;
}

.artistDiscography article h2:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4a4a4a;
  height: 7px;
  width: 90px;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.artistDiscography article h2 a {
  color: #4a4a4a;
}

.artistDiscography article ul.link-group {
  margin-top: 4rem;
}

.artistDiscography article ul.link-group li {
  padding: 0;
  text-align: right;
}

.artistDiscography article ul.link-group li a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #0093d3;
}

.artistDiscography article ul.link-group li + li {
  border-top: none;
}

.artistMedia h2 + ul {
  margin-top: 40px;
}

.artistMedia li[class*="col-"] {
  margin-bottom: 30px;
}

.artistMedia a.video {
  position: relative;
  display: block;
}

.artistMedia a.video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 50px;
  height: 50px;
  opacity: .7;
  background: url(../images/play-rounded-button.svg) center center no-repeat;
  background-size: cover;
}

.artistMedia a figure {
  position: relative;
}

.artistMedia a figure figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: transparent;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.artistMedia a figure figcaption p {
  font-size: 1.6rem;
  color: white;
  opacity: 0;
  position: absolute;
  top: 25%;
  left: 20px;
  right: 20px;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.artistMedia a:hover figcaption {
  background: rgba(0, 0, 0, 0.7);
}

.artistMedia a:hover figcaption p {
  opacity: 1;
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}

/* LIGHTGALLERY*/
.lg-sub-html p {
  font-size: 1.6rem;
}

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 147, 211, 0.2);
  border-right: 5px solid rgba(0, 147, 211, 0.2);
  border-bottom: 5px solid rgba(0, 147, 211, 0.2);
  border-left: 5px solid #0093d3;
}

.artistPressrelease h2 + ul {
  margin-top: 40px;
}

.artistPressrelease li {
  padding: 20px 0;
}

.artistPressrelease li:first-child {
  padding-top: 0px;
}

.artistPressrelease li + li {
  border-top: solid 3px #eeeeee;
}

.artistPressrelease blockquote footer a {
  float: right;
  text-decoration: none;
  color: #0093d3;
}

/*========= CONCERTSERIES ==========*/
 /*.organizerOverview figure img {
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  Firefox 3.5+ 
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}*/

/*.organizerOverview figure img:hover {
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
   Firefox 3.5+ 
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}*/

.organizerOverview figure figcaption {
  background: rgba(238, 238, 238, 0.7);
  padding: 10px;
  display: block;
  width: 100%;
}

.organizerOverview figure figcaption h2 {
  font-size: 2rem;
  font-weight: 700;
}

.organizerOverview figure figcaption p {
  font-size: 2rem;
  margin: 0;
}

.organizerOverview figure figcaption p a {
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
  margin-top: 30px;
}

/*========= CONTACT ==========*/
.contactOverview li[class*="col-"] {
  margin-top: 30px;
}
.contactOverview li:nth-child(3):after {
	content:"";
	clear:both;
	display: table;
}
.contactOverview .employee {
	height: 160px;
}
.contactOverview .employee li:first-child {
  font-size: 2rem;
  font-weight: 700;
}

.contactOverview .employee li:first-child + li {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.contactOverview .employee li {
  font-size: 1.4rem;
}

.contactOverview .employee li > .icon {
  margin-right: 15px;
  color: #0093d3;
}

.contactOverview .vita {
  margin: 30px 0 10px;
  display: none;
}

.contactOverview button {
  float: right;
}

/* MAP */
.container-fluid.map {
  padding-right: 0px;
  padding-left: 0px;
}

.container-fluid.map #map-container {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 460px;
}

/* ADDRESS*/
.address p {
  font-size: 1.8rem;
  margin-top: 0px;
}

.address .icon {
  margin-right: 15px;
  color: #0093d3;
}

/*========= IMPRINT ==========*/
.imprint address {
  margin-top: 40px;
}

/*========= FORM ==========*/
.mainContent h2 + form {
  margin-top: 40px;
}

.mainContent h2 + form h3 + p {
  margin-top: 0;
}

.mainContent h2 + form .btn {
  width: 100%;
}

.mainContent h2 + form a {
  text-decoration: underline;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 1.4rem;
  color: #4a4a4a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #4a4a4a;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  font-size: 1.6rem;
  font-weight: 400;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  text-decoration: none;
}

.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: white;
  background-color: #0093d3;
  border-color: transparent;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:active,
.btn-default.active {
  color: #0093d3;
  background-color: #eeeeee;
  border-color: transparent;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #0093d3;
  background-color: #eeeeee;
  border-color: transparent;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default.active[disabled], .btn-default.focus[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #ccc;
    border-color: #ccc;
}

/*========= MISC ==========*/
.tooltip {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
  	font-weight: 400;
  	font-size: 1.4rem;
    word-wrap: normal;
    white-space: nowrap;
}
.tooltip-inner {
    max-width: 300px;
    padding: 3px 8px;
    color: #fff;
    border-radius: 0px;
}
.breadcrumb {
    padding: 0;
    margin-top: 4rem;
	margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

/*========= SEARCH RESULT ==========*/
/*.searchResults .artist_info h2,*/
.searchResults .news h2 {margin-top: 0;}
.searchResults .news h2 + .news-article {margin-top: 4rem;}
.searchResults .artistInfo h2 {
	font-weight: 400;
	font-size: 2.6rem;
	margin-top: 0;
	position:relative;
}
.searchResults .artistInfo h2:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4a4a4a;
  height: 7px;
  width: 90px;
  display:block;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.searchResults .artistVita h2 {
	font-weight: 700;
	font-size: 1.4rem;
	margin-top: 4rem;
}
.searchResults .artistVita h2:before {display: none;}
.searchResults .artistVita * + p {
    margin-top: 2rem;
}
.searchResults h3 {
    margin-top: 4rem;
}