#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* ----- 	Reset    ----- */

* {
    margin: 0;
    padding: 0;
}

.invisible {
    display: none;
}

sub, sup {
    font-size: 0.7em;
    line-height: 0.5;
}


/* ----- 	Layout    ----- */

html {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ce_text, .ce_headline, .ce_player, .ce_youtube, .mod_eventlist, .layout_latest > * {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.twocol .centerer, .topline .centerer, .ce_gallery, .mod_newsreader {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#header .centerer {
	padding: 0;
}

.mod_article:not(#kritiken),
.mod_article#kritiken .layout_latest {
	padding: 3%;
}

#footer .mod_article {
    padding-top: 2%;
    padding-bottom: 2%;
}

#footer .topline.mod_article {
    padding-top: 0;
    padding-bottom: 1%;
}

.topline .centerer {
    padding: 22px 0 2px;
    border-top: 1px solid rgba(255,255,255,0.35);
}

.ce_text ul, .ce_downloads ul,
.ce_text ol {
    display: inline-block;
}

.ce_text li, .ce_downloads li {
	padding-top: 10px;
    text-align: left;
}

.ce_image img {
    max-width: 100%;
    height: auto;
    padding-top: 7px;
    padding-bottom: 15px;
}


/* -----    Header    ----- */

#header, .featureimg {
    position: relative;		/* reference point for logo */
    background-repeat: no-repeat;
    background-color: #ccc;
}

#header {
    background-image: url(../../files/css/css-img/aufmacherfoto.jpg);
}


/*.featureimg.klaus  {
    background-image: url(../../files/img/20180325-NIK_5383_web.jpg);
}

.featureimg.stefan  {
    background-image: url(../../files/img/20180325-NIK_5408_web.jpg);
}

.featureimg.gerd  {
    background-image: url(../../files/img/20180325-NIK_5373_web.jpg);
}

.featureimg.martin  {
    background-image: url(../../files/img/20180325-IMG_0098_web.jpg);
}*/

@media (max-width: 1499px) {
    #header, .featureimg {
        height: 140px;
    }

    body:not(.sf6):not(.sf7) #header, body:not(.sf6):not(.sf7).featureimg {
        height: 40vh;
    }

	#header, .featureimg {
    	padding-top: 20%;
    	background-size: cover;
    	background-position: 36% 0%;
    	transition: all 1s ease 0s;
	}

    
    .featureimg.klaus {
        background-position: 50% 54%;
    }

    .featureimg.stefan {
        background-position: 50% 66%;
    }

    .featureimg.gerd {
        background-position: 50% 60%;
    }

    .featureimg.martin {
        background-position: 50% 54%;
    }
}

@media (min-width: 1500px) {
    body:not(.android):not(.ios) #header, body:not(.android):not(.ios) .featureimg {
        background-attachment: fixed;
    }

	#header, .featureimg {
		height: 650px;
		padding-top: 0;
        background-position: 50% -14%;
	}

    #header {
        background-size: 1500px;
    }

    .featureimg {
        background-size: auto 100%;
    }
}


/* -----    Logo    ----- */

#logo {
    position: absolute;
    top: 2%;
    right: 4%;
}

#logo h1, #logo h2 {
	color: #fff;
	text-align: right;
}

#logo h1 {
    width: 5em;
    font-family: ralewayextralight;
	font-size: 6rem;
    line-height: 1;
	font-weight: normal;
    text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.9);
}

@media (max-width: 1500px) {
    #logo h1 {
        font-size: 51px;
        font-size: calc(6.27vw + 9px);
    }
}


/* -----    Navi    ----- */

.mod_navigation {
    font-size: 1.6rem;
    line-height: 2;
    padding: 6px 0 10px;
}

@media (max-width: 1000px) {
    .mod_navigation {
        font-size: 17px;
        font-size: calc(0.7vw + 15px);
    }
}

.mod_navigation li {
    display: inline-block;
    list-style-type: none;
    margin-left: 2.6%;
    margin-right: 2.6%;
}

.mod_navigation li.active {
    opacity: 0.5;
}

.mod_navigation a {
    text-decoration: none;
    transition: 0.2s;
}


/* -----    2 Columns    ----- */

@media (min-width: 660px) {
    .twocol .centerer {
        font-size: 1px;
        line-height: 0;
        word-spacing: 80px;		/* for IE8 */
        word-spacing: 5vw;
        max-width: 1200px;
    }

    .safari .twocol .centerer {
        padding-right: 5vw;
    }

    .twocol .ce_text {
        display: inline-block;
        width: 43%;
        vertical-align: text-top;
        word-spacing: 0.01em;
    }
}


/* -----    Events    ----- */

.mod_eventlist {
    padding-bottom: 46px;
}

.event {
    padding-top: 20px;
    padding-bottom: 29px;
}

.event.bygone .venue_title {
    opacity: 0.65;
}

.event h2 {
	font-size: 1.6rem;
}

.event p {
    padding-bottom: 0;
}

.event_teaser, .ticket_infos {
    font-size: 13px;
}

.event_teaser {
    padding-bottom: 10px;
}

.ticket_infos .tickets{
    padding-top: 10px;
}

.event_teaser p, .ticket_infos p {
    display: inline;
}

.ticket_link, .sold_out {
    text-transform: uppercase;
    display: inline-block;
    width: 9em;
    margin-top: 14px;
    padding: 3px 10px 1px;
    border-radius: 50px;
}

.ticket_link:hover {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px) scale(1.05);
}

.ticket_link {
  -webkit-transition: all 0.2s cubic-bezier(.22,.61,.36,1);
  -moz-transition: all 0.2s cubic-bezier(.22,.61,.36,1);
  -ms-transition: all 0.2s cubic-bezier(.22,.61,.36,1);
  -o-transition: all 0.2s cubic-bezier(.22,.61,.36,1);
  transition: all 0.2s cubic-bezier(.22,.61,.36,1);
}

.pagination {
    padding-top: 20px;
}

.pagination p, #container .pagination li.next, #container .pagination li.previous, #container .pagination li.last, #container .pagination li.first {
    display: none;
}

.pagination li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}

.sold_out, .pagination li .current {
    border: 1px solid;
}

.pagination li .current, .pagination li a {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 13px;
    line-height: 28px;
    border-radius: 50%;
}

.pagination li a, .ticket_link a {
    text-decoration: none;
}


/* -----    Termine Druck    ----- */

/*body.termine.druck .mod_navigation, 
body.termine.druck div.ce_hyperlink,
body.termine.druck span.ticket_link,
body.termine.druck a#facebook, body.termine.druck a#youtube,
body.termine.druck footer div#link {
	display: none;
}

body.termine.druck a {
	text-decoration: none;
}

body.termine.druck .event {
    padding-top: 40px;
}
*/

/* -----    Presse    ----- */

.mod_newslist .layout_latest h1 {
    font-size: 1.6rem;
}

.mod_newslist .layout_latest h1:before, 
.mod_newslist .layout_latest .ce_text p:last-child:after {
    content: '"';
    position: absolute;
    font-size: 60px; 
    font-weight: normal;   
}

.mod_newslist .layout_latest h1:before {
    margin-left: -1.3rem;
    line-height: 0.9;
}

.mod_newslist .layout_latest .ce_text p:last-child:after {
    margin-left: 0.19rem;
    line-height: 0.8;
}

.mod_newsreader .ce_image {
	margin-top: 40px;
	margin-bottom: 47px;
}

.mod_newsreader p.back {
	display: none;
}


/* -----    Full Gallery    ----- */

.ce_gallery > ul {
    font-size: 0;
    line-height: 0;
    margin-bottom: 23px;
}

.ce_gallery li {
    display: inline-block;
    padding: 0.3333%;
}

#cboxTitle, #cboxCurrent {
    display: none !important;
}


/* -----    YouTube    ----- */

.video_container {
  position: relative;
  padding-bottom: 56.25%;
  /*padding-top: 30px;*/
  height: 0;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 47px;
}

.video_container iframe, .video_container a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* -----    YouTube    ----- */

#youtube-player .centerer {
    max-width: 600px;
}

.mejs-container {
    margin-top: 5px;
    margin-bottom: 47px;
}

.mejs-container .mejs-controls div {
    font-family: pt_monoregular !important;
}

/*sorgt dafuer, dass der zweitäußerste Container immer das Seitenverhaeltnis 16:9 behaelt */
.mejs-container {
    width: 100% !important;
    height: auto !important;
    padding-top: 57%;
}

/* sorgt dafuer, dass das Vorschaubild und der Play-Button wieder mittig zentriert sind */
.mejs-overlay, .mejs-poster {
    width: 100% !important;
    height: 100% !important;
}

/* sorgt dafuer, dass das Video-Element, der übergeordnete DIV-Container vom Flash-Video
und das Flash-Video richtig skaliert werden */
.mejs-mediaelement video,
.mejs-mediaelement .me-plugin,
.mejs-mediaelement embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}

.mejs-overlay-button {
    top: 45.7%;
}


/* -----    Audioplayer    ----- */

.ce_player {
    padding-top: 20px;
    padding-bottom: 24px;
}

.mejs-audio {
	margin-top: 34px;
}

.mejs-container .mejs-controls {
	background: #763a3b;
}

/*.mejs-container .mejs-controls div {
    font-family: encode_sanssemibold;
}*/


/* -----    Social Networks    ----- */

#facebook, #twitter, #youtube, #googleplus {
    font-family: "JustVector";
    font-size: 25px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    margin-top: 6px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 8px;
    border-radius: 30px;
    background-color: #fff;
    color: #772048;
}

#facebook:before {
    content: "\f125";
}

#twitter:before {
    content: "\f182";
}

#youtube:before {
    content: "\f194";
}

#googleplus:before {
    content: "\f135";
}

.whatsapp, #whatsapp {
        display: none;
}

@media (max-width: 900px), (max-height: 900px) {
    body.android .whatsapp {
        display: block;
    }
    body.android #whatsapp {
        display: inline-block;
    }
}

#whatsapp:before  {
    content: "\f188";
    font-family: "JustVector";
    font-size: 20px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    vertical-align: bottom;
}

/* ----- 	Colors    ----- */

html {
    background-color: #333;
}

h1, .event h2, h3, .sold_out, .pagination li .current
{
    color: #2490A3;
}

.ce_text a {
	border-bottom: 1px dotted currentcolor;
}

.mod_navigation a {
	border-bottom: 1px solid transparent;
}


.ce_text a:hover, .ce_text a:focus, .ce_text a:active,
.mod_navigation a:hover, .mod_navigation a:focus, .mod_navigation a:active {
    border-bottom: 1px solid currentcolor;
}

.mod_article .mod_article figure a:hover, .mod_article .mod_article figure a:focus, .mod_article .mod_article figure a:active {
	border-bottom: transparent;
}

.mod_article a {
    transition: 0.2s;
}

.light, #main,
body.zebra #main .mod_article:nth-child(even)/*, 
.mod_article#kritiken .layout_latest:nth-child(even)*/ {
    background-color: #fff;
}

/*.layout_latest:nth-child(even) h1:before, 
.layout_latest:nth-child(even) .teaser p:last-child:after,
body.zebra #main .mod_article:nth-child(2n) .layout_latest h1:before, 
body.zebra #main .mod_article:nth-child(2n) .layout_latest .teaser p:last-child:after {
    color: #f6f4f4;
}*/

.layout_latest h1:before, .layout_latest .ce_text p:last-child:after {
	color: hsla(189, 63.8%, 39%, 0.3);
}

.dark, 
body.zebra #main .mod_article:nth-child(odd)/*,
.mod_article#kritiken .layout_latest:nth-child(odd)*/ {
    background-color: #F3F5F6;
}

/*.layout_latest:nth-child(odd) h1:before, 
.layout_latest:nth-child(odd) .teaser p:last-child:after,
body.zebra #main .mod_article:nth-child(2n+1) .layout_latest h1:before,
body.zebra #main .mod_article:nth-child(2n+1) .layout_latest .teaser p:last-child:after {
    color: #fff;
}*/

.tint, .tint a, .tint h1, .ticket_link a, .pagination li a {
    color: #fff;
}

.tint, .ticket_link, .pagination li a,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #2490A3;
}


/* ----- 	Typo    ----- */

html, .mejs-container .mejs-controls div {
    font-family: raleway, Helvetica, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}

html, h2, .twocol .ce_text {
    font-size: 17px;
    line-height: 1.35;
}

.smalltext {
	font-size: 14px;
}

html, a {
  color: #000;
}

a {
	text-decoration: none;
}

a[href^="http://"]:not(.noicon):before, a[href^="https://"]:not(.noicon):before {
  font-size: 0.8em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  content: "\279E";       /* statt \2192 */
  letter-spacing: 0.1em;
}

/*.ce_hyperlink:before, p.more:before {
    content: "[";
    margin-right: -0.3em;
}

.ce_hyperlink:after, p.more:after {
    content: "]";
    margin-left: -0.3em;
}*/

p, .ce_gallery {
  padding-bottom: 20px;
}

.ce_text p:first-child {
    padding-top: 13px;
}

h1, h2, strong, .mod_navigation li:not(.cds), 
.mod_newslist .layout_latest .teaser p:last-child:after {
	text-transform: uppercase;
	/*font-weight: normal;*/
}

h1 {
    font-size: 40px;
    line-height: 1.18;
    padding-top: 22px;     /* 2,75% bei 800px Breite */
    padding-bottom: 18px;
}

@media (max-width: 1000px) {
    h1 {
        font-size: 6vw;
        font-size: calc(1.3vw + 27px);
    }
}

/*.twocol h1 {
    padding-bottom: 0;
    margin-bottom: -1px;
    letter-spacing: -0.01em;
}*/

/*@media (max-width: 1000px) {
    .twocol h1, #fusszeile h1 {
        font-size: 6vw;
        font-size: calc(1vw + 18px);
    }
}*/

h3, #kritiken-teaser .layout_latest h1 {
    font-size: 24px;
    line-height: 1.18;
    text-transform: none;
}

/*.ce_text h2 ~ ul {
    padding-top: 11px;
}

.ce_text ul {
    padding-bottom: 20px;
}

.ce_text li {
    list-style-type: none;
    padding-bottom: 10px;
}*/


/* Generated by Font Squirrel (https://www.fontsquirrel.com) on February 11, 2020 */

/* nur Logo */

@font-face {
    font-family: 'ralewayextralight';
    src: url('../../files/css/fonts/raleway-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ralewayextralight';
    src: url('../../files/css/fonts/raleway-extralightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

/* für Content */

@font-face {
    font-family: 'raleway';
    src: url('../../files/css/fonts/raleway-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'raleway';
    src: url('../../files/css/fonts/raleway-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'raleway';
    src: url('../../files/css/fonts/raleway-semibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'raleway';
    src: url('../../files/css/fonts/raleway-semibolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
