@charset "UTF-8";
/* // sunriseave | 6 | style.css */

/* @font-face */
@font-face { font-family:'webfont1'; src:url('../fonts/webfont1.eot'); src:url('../fonts/webfont1.eot?#iefix') format('embedded-opentype'), url('../fonts/webfont1.woff2') format('woff2'), url('../fonts/webfont1.woff') format('woff'), url('../fonts/webfont1.ttf') format('truetype'), url('../fonts/webfont1.svg#webfont1') format('svg'); font-weight:normal; font-style:normal; }


/* reset etc. */
html, body { height:100%; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { color:inherit; margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
body, body div { line-height:1.3em; }
body, td { -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
ol, ul, li { margin:0; padding:0; list-style:none; list-style-type:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse:collapse; border-spacing:0; }
html { -webkit-text-size-adjust:100%; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }


/* preloader */
#preloader { position:fixed; top:0; left:0; right:0; bottom:0; background:#be1205; z-index:10001; }
#loading-animation { width:130px; height:130px; position:absolute; left:50%; top:50%; margin:-65px 0 0 -65px; cursor:pointer; }
#loading-animation .bg { position:absolute; left:0px; top:0px; z-index:1; -webkit-animation:pump 2s ease-in-out infinite alternate; animation:pump 2s ease-in-out infinite alternate; }
@-webkit-keyframes pump { 0% {opacity:0.5;-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)} 100% {opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)} }
@keyframes pump { 0% {opacity:0.5;-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)} 100% {opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)} }
#loading-animation .main { position:absolute; left:0px; top:0px; z-index:2; -webkit-animation:pulse 1s ease-in-out infinite alternate; animation:pulse 1s ease-in-out infinite alternate; }
@-webkit-keyframes pulse { 0% { -webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)} 100% { -webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)} }
@keyframes pulse { 0% { -webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)} 100% { -webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)} }


/* basics */
body { overflow:visible !important; color:#333; font-family:'webfont1', Helvetica, Arial, sans-serif; font-size:19px; text-align:center; background:#fff; -ms-word-wrap:break-word;word-wrap:break-word;}
td, th, p, li { font-family:'webfont1', Helvetica, Arial, sans-serif; font-size:18px; text-align:left; -ms-word-wrap:break-word;word-wrap:break-word;}
b, strong { font-weight:bold; }

h1, h2, h3, h4, h5, h6 { font-family:'webfont1', Helvetica, Arial, sans-serif; line-height:1.1em; color:#000; font-weight:normal; margin:0px; padding:0px; overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }
h1 { font-size:56px; }
h1 { font-size:30px; text-transform:uppercase; }
h2 { text-align:center; font-size:56px; letter-spacing:1px; text-transform:uppercase; }
h3 { font-size:48px; }
h4 { font-size:32px; text-align:center; margin:0 0 20px 0; }
h5 { font-size:30px; line-height:1.3em; margin:0 0 10px 0; text-transform:none; }
h6 { font-size:24px; margin:0 0 5px 0; }
td img, img { display:block; }

a:link, a:visited { color:#be1205; text-decoration:none; -moz-outline-style:none; outline:none; }
a:hover, a:active, a:focus { color:#000; text-decoration:none; -moz-outline-style:none; outline:none; }
.text a { text-decoration:underline; }


/* msg */
#msg { position:fixed; display:block; top:0; left:0; right:0; padding:30px; z-index:10002; }
#msg a.close { display:block; }


/* header_norm */
.header_norm { background:linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 90%); /* -moz-box-shadow:0px 0px 7px rgba(0,0,0,0.3);-webkit-box-shadow:0px 0px 7px rgba(0,0,0,0.3);box-shadow: 0px 0px 7px rgba(0,0,0,0.3); */ pointer-events:none; position:fixed; left:0px; top:0px; width:100%; text-align:center; overflow:hidden; z-index:7000; }
.header_norm a { pointer-events:all; }
.header_norm a:link, .header_norm a:visited { color:#fff; }
.header_norm a:hover, .header_norm a:active { color:#d0a453; }

.header_norm .menu { position:absolute;text-align:center; width:50px; height:50px; left:12px; top:50%; margin:-25px 0 0 0; }
.header_norm .menu a.btn { display:block; width:32px; height:18px; padding:16px 9px; }
.header_norm .menu a.btn .nav-icon { position:relative; width:32px; height:18px; display:block; }
.header_norm .menu a.btn .nav-icon span {position:absolute;width:32px;height:2px;display:block; background:#fff;-webkit-transition:all .3s cubic-bezier(.35,0,.25,1); transition:all .3s cubic-bezier(.35,0,.25,1);}
.header_norm .menu a.btn:hover .nav-icon span, .header_norm .menu a.btn:active .nav-icon span { background:#e9aeaa; }
.header_norm .menu a.btn .nav-icon span:nth-child(1) { top:0px; }
.header_norm .menu a.btn .nav-icon span:nth-child(2) { top:8px; }
.header_norm .menu a.btn .nav-icon span:nth-child(3) { bottom:0px; }

.header_norm .logo { position:relative; margin:0; padding:0; filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }
.header_norm .logo a { width:80px; height:30px; margin:0 auto; padding:10px; overflow:hidden; text-indent:-5000px; display:block; position:relative; background:url("../images/icons/logo.png") center center no-repeat; background-size:80px 30px; }
.header_norm .logo a:link, .header_norm .logo a:visited { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
.header_norm .logo a:hover, .header_norm .logo a:active { filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; }

.header_norm .social { position:absolute; right:10px; top:2px; }
.header_norm .social ul { text-align:center; font-size:0; }
.header_norm .social ul li { float:none; display:inline-block; margin:0; }
.header_norm .social ul li a { text-align:center; font-size:28px; line-height:50px; width:50px; height:50px; display:block; }
.header_norm .social ul li a:link, .header_norm .social ul li a:visited { color:#fff; }
.header_norm .social ul li a:hover, .header_norm .social ul li a:active, .header_norm .social ul li a:focus { color:#e9aeaa; }

body.compact .header_norm, body.menu_on .header_norm, .body_section .header_norm { background:#be1205; -moz-box-shadow:0px 0px 7px rgba(0,0,0,0.3);-webkit-box-shadow:0px 0px 7px rgba(0,0,0,0.3);box-shadow: 0px 0px 7px rgba(0,0,0,0.3);}
body.compact .header_norm .logo, body.menu_on .header_norm .logo, .body_section .header_norm .logo { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }

body.compact .header_norm .social ul li a:link, body.compact .header_norm .social ul li a:visited { color:#fff; }
body.compact .header_norm .social ul li a:hover, body.compact .header_norm .social ul li a:active { color:#e9aeaa; }

body.body_section, body.body_section td, body.body_section th, body.body_section p, body.body_section li { text-align:left; }
body.body_section .header_norm .social ul li a:link, body.body_section .header_norm .social ul li a:visited { color:#fff; }
body.body_section .header_norm .social ul li a:hover, body.body_section .header_norm .social ul li a:active { color:#e9aeaa; }

body.body_section .header_norm .logo { text-align:center; }
body.body_section .header_norm .logo a {/* margin:10px auto; */}
body.body_section .header_norm .social { display:none; }
body.body_section .nav_overlay .nav_social .social { display:block; }

body.compact .header_norm .menu a.btn:link .nav-icon span, body.compact .header_norm .menu a.btn:visited .nav-icon span { background:#fff; }
body.compact .header_norm .menu a.btn:hover .nav-icon span, body.compact .header_norm .menu a.btn:active .nav-icon span { background:#e9aeaa; }
body.body_section .header_norm .menu a.btn:link .nav-icon span, body.body_section .header_norm .menu a.btn:visited .nav-icon span { background:#fff; }
body.body_section .header_norm .menu a.btn:hover .nav-icon span, body.body_section .header_norm .menu a.btn:active .nav-icon span { background:#e9aeaa; }


/* header > nav_overlay */
body .nav_overlay { background:rgba(154,15,4,0.95); opacity:0; display:block; position:fixed; left:0px; top:100%; width:100%; height:100%; overflow:hidden; padding:0px; z-index:1001; }
body .nav_overlay .nav_holder { display:block; position:absolute; left:0px; top:50px; width:100%; height:90%; height:calc(100% - 60px); overflow:hidden; overflow-y:auto; }
body .nav_overlay .nav_holder .nav_table { position:relative; width:100%; height:100%; min-height:100%; }
body .nav_overlay .nav_holder .nav_table .cell { vertical-align:middle; }

.nav_overlay .nav ul { display:block; position:relative; text-transform:uppercase; font-size:0px; }
.nav_overlay .nav1 { margin:20px 0; }
.nav_overlay .nav2 ul { border-top:0px none; }
.nav_overlay .nav ul li { display:block; position:relative; margin:0; text-align:center; }
.nav_overlay .nav ul li:last-child { }
.nav_overlay .nav ul li a { font-family:'webfont1', Helvetica, Arial, sans-serif; text-transform:uppercase; line-height:1.2em; font-size:28px; letter-spacing:3px; padding:13px 0; display:block; }
.nav_overlay .nav ul li a:link, .nav_overlay .nav ul li a:visited { color:#fff; }
.nav_overlay .nav ul li a:hover, .nav_overlay .nav ul li a:active, .nav_overlay .nav ul li a:focus { color:#e9aeaa; }
.nav_overlay .nav ul li.on a { }

.nav_overlay .nav_social .social { display:none; }
.nav_overlay .nav_social .social ul { text-align:center; margin:0 auto; padding:0 20px; font-size:0; line-height:0px; }
.nav_overlay .nav_social .social li { display:inline-block; margin:5px; border-bottom:0px none; overflow:hidden; }
.nav_overlay .nav_social .social li:last-child { border-right:0px none; }
.nav_overlay .nav_social .social li a { font-size:36px; line-height:64px; text-align:center; padding:0; width:64px; height:64px; display:block; overflow:hidden; }
.nav_overlay .nav_social .social li a:link, .nav_overlay .nav_social .social li a:visited { color:#fff; }
.nav_overlay .nav_social .social li a:hover, .nav_overlay .nav_social .social li a:focus { color:#e9aeaa; }
.nav_overlay .nav_social .social li a [class*=" icon-"]:before, .nav_overlay li.nav_social .social li a [class^=icon-]:before { margin-right:0em; margin-left:0em; }

body.menu_on { overflow:hidden; }
body.menu_on .header_norm {display:block;/* background:#000; */}
body.menu_on .header_norm .menu a.btn:link .nav-icon span, body.menu_on .header_norm .menu a.btn:visited .nav-icon span { background:#fff; }
body.menu_on .header_norm .menu a.btn:hover .nav-icon span, body.menu_on .header_norm .menu a.btn:active .nav-icon span { background:#e9aeaa; }
body.menu_on .header_norm .menu a.btn .nav-icon span:nth-child(1) { -webkit-transform: translate(0,8px) rotate(45deg); -ms-transform: translate(0,8px) rotate(45deg); transform: translate(0,8px) rotate(45deg); }
body.menu_on .header_norm .menu a.btn .nav-icon span:nth-child(2) { opacity: 0; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; }
body.menu_on .header_norm .menu a.btn .nav-icon span:nth-child(3) { -webkit-transform: translate(0,-8px) rotate(-45deg); -ms-transform: translate(0,-8px) rotate(-45deg); transform: translate(0,-8px) rotate(-45deg); }
body.menu_on .header_norm a:link, body.menu_on .header_norm a:visited { }
body.menu_on .header_norm a:hover, body.menu_on .header_norm a:active { }
body.menu_on .header_norm .social ul li a:link, body.menu_on .header_norm .social ul li a:visited { color:#fff; }
body.menu_on .header_norm .social ul li a:hover, body.menu_on .header_norm .social ul li a:active { color:#e9aeaa; }
body.menu_on .nav_overlay { opacity:100; top:0px !important; }


/* wrapper, article, section, body_section, sticky footer */
html { overflow-x:hidden; }
body { display:flex; flex-direction:column; } .page_wrapper { flex:1 0 auto; } .footer { flex-shrink:0; }
.wrapper { min-width:360px; max-width:1080px; margin:0 auto; padding:0; position:relative; }
article { border-top:0px solid #000; z-index:100; min-width:360px; margin:0 auto; padding:0; position:relative; }
section { width:100%; height:auto; padding:0; position:relative; display:block; z-index:101; }
section .section_wrapper { position:relative; display:block; padding:100px 20px; }
section .section_content { position:relative; max-width:1024px; margin:0 auto; padding:0; }
section .section_content h2 {position:relative;display:block;margin: 0 0 40px 0;padding:0;}
section .section_content .subheadline { font-size:14px; line-height:14px; letter-spacing:2px; font-family:"webfont1", "Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif; text-transform:uppercase; text-align:center; margin:-25px auto 40px auto; }
.body_section { background-color:#000; }
.body_section article { margin:50px auto 0 auto; }
.body_section section { border-top:0px none; }
.body_misc .section_content { max-width:640px; }
.body_misc .section_content .text { font-family:Helvetica, Arial, sans-serif; }

section .section_holder .item { color:#000; text-align:left; padding:35px 20px 20px 20px; background:#c9cdff; border:1px solid #666; }
section .section_holder.type-1 .item { background:#c9cdff; }
section .section_holder.type-2 .item { background:#e0d691; }
section .section_holder .item h1, section .section_holder .item h2, section .section_holder .item h3, section .section_holder .item h4, section .section_holder .item h5, section .section_holder .item h6 { color:#000; }
section .section_holder .item a:link, section .section_holder .item a:visited { }
section .section_holder .item a:hover, section .section_holder .item a:active { }


/* backgrounds */
.bg_image { background-color:transparent; background-attachment:scroll; background-repeat:no-repeat; background-position:center center; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
body.device { background-attachment:scroll; }
.bg_image .section_wrapper { background-color:rgba(0,0,0,0.5); /* background-image:url(../images/layout/bg_video_pattern_dark25.png); */background-position:center top;}

.bg1 { background-color:#fff; }
.bg1 h1, .bg1 h2, .bg1 h3, .bg1 h4, .bg1 h5, .bg1 h6 { }
.bg1 a:link, .bg1 a:visited { }
.bg1 a:hover, .bg1 a:active { }
.bg1 input.submit, .bg1 a.button, .bg1 a.button:link, .bg1 a.button:visited, .bg1 .button, .bg1 button, .bg1 .button, .bg1 button, .bg1 input[type="submit"], .bg1 input[type="reset"], .bg1 input[type="button"] { }
.bg1 .button:hover, button:hover, .bg1 a.button:hover, .bg1 input[type="submit"]:hover, .bg1 input[type="reset"]:hover, .bg1 input[type="button"]:hover, .bg1 .button:active, .bg1 button:active, .bg1 a.button:active, .bg1 input[type="submit"]:active, .bg1 input[type="reset"]:active, .bg1 input[type="button"]:active { }
.bg1 ul.sub_nav li a:link, .bg1 ul.sub_nav li a:visited { }
.bg1 ul.sub_nav li a:hover, .bg1 ul.sub_nav li a:active, .bg1 ul.sub_nav li.on a { }
.bg1 .itemlist .item h3 a:link, .bg1 .itemlist .item h3 a:visited { }
.bg1 .itemlist .item h3 a:hover, .bg1 .itemlist .item h3 a:active { }


.bg2 { color:#fff; background-color:#be1205; }
.bg2 h1, .bg2 h2, .bg2 h3, .bg2 h4, .bg2 h5, .bg2 h6 { color:#fff; }
.bg2 a:link, .bg2 a:visited { color:#000; }
.bg2 a:hover, .bg2 a:active { color:#fff; }

.bg2 { background:#be1205; color:#fff; }
.bg2 h1, .bg2 h2, .bg2 h3, .bg2 h4, .bg2 h5, .bg2 h6 { color:#fff; }
.bg2 a:link, .bg2 a:visited { color:#000; }
.bg2 a:hover, .bg2 a:active { color:#fff; }
.bg2 input.submit, .bg2 a.button, .bg2 a.button:link, .bg2 a.button:visited, .bg2 .button, .bg2 button, .bg2 .button, .bg2 button, .bg2 input[type="submit"], .bg2 input[type="reset"], .bg2 input[type="button"] { color:#fff; background-color:#000; }
.bg2 .button:hover, button:hover, .bg2 a.button:hover, .bg2 input[type="submit"]:hover, .bg2 input[type="reset"]:hover, .bg2 input[type="button"]:hover, .bg2 .button:active, .bg2 button:active, .bg2 a.button:active, .bg2 input[type="submit"]:active, .bg2 input[type="reset"]:active, .bg2 input[type="button"]:active { color:#000; background-color:#fff; }
.bg2 ul.sub_nav li a:link, .bg2 ul.sub_nav li a:visited { color:#e9aeaa; }
.bg2 ul.sub_nav li a:hover, .bg2 ul.sub_nav li a:active, .bg2 ul.sub_nav li.on a { color:#fff; border-top:2px solid #eee; border-bottom:2px solid #eee; }
.bg2 .itemlist .item h3 a:link, .bg2 .itemlist .item h3 a:visited { }
.bg2 .itemlist .item h3 a:hover, .bg2 .itemlist .item h3 a:active { }
.bg2 .share_tools_big a:link, .bg2 .share_tools_big a:visited { color:#000; border:1px solid #000; background:none; }
.bg2 .share_tools_big a:hover, .bg2 .share_tools_big a:active { color:#fff; border:1px solid #fff; background:none; }


.bg3 { background:#000; }


/* deco */
.deco { position:relative; width:100%; height:500px; height:calc(100vw/1.65); height:50vw; background-attachment:fixed; }
/*
body.device .deco1 { height:100vw; }
body.device .deco2 { height:calc(100vw/1.65); }
body.device .deco3 { height:100vw; }
body.device .deco4 { height:calc(100vw/1.5); }
body.device .deco5 { height:calc(100vw/1.65); }
body.device .deco6 { height:100vw; }
*/
body.device .deco, body.iOS .deco{ height:50vh; height:calc(100vw/1.65); background-position:center center; background-attachment:scroll; }


/* sub_nav */
ul.sub_nav { text-align:center; margin:-20px 0 40px 0; }
ul.sub_nav li { display:inline-block; margin:5px 10px; font-size:24px; line-height:24px; letter-spacing:2px; text-transform:uppercase; }
ul.sub_nav li a { display:block; padding:6px 0 2px 0px; font-family:"webfont1", "Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif; }
ul.sub_nav li a:link, ul.sub_nav li a:visited { color:#888; border-top:2px solid transparent;  border-bottom:2px solid transparent; }
ul.sub_nav li a:hover, ul.sub_nav li a:active, ul.sub_nav li.on a { color:#000; border-top:2px solid #333; border-bottom:2px solid #333; }
.bg1 ul.sub_nav li.on a { animation:borderfade-bg1 2s infinite; } @keyframes borderfade-bg1 { 0% { border-color:rgba(0,0,0,1); } 50% { border-color:rgba(0,0,0,0); } 100% { border-color:rgba(0,0,0,1); } }


/* itemlist */
.itemlist_header { display:none; margin:15px 0 30px 0; padding:5px 0; border-bottom:1px solid #666; }
.itemlist_header h6 { letter-spacing:2px; text-align:center; }

.itemlist { text-align:left; margin:0;}
/* 4 li pro reihe */
.itemlist li {float:left;width:22%;width:calc((100% - 60px) / 4);margin:0 20px 20px 0;display:block;position:relative;}
.itemlist li:nth-child(4n+4) { /* 4., 8., 12. etc... */ margin:0 0 20px 0;  }
.itemlist li:nth-child(4n+5) { /* 5., 9., 13. etc... */ clear:both; }

.itemlist .item { position:relative; }
.itemlist .item h3 { font-size:24px; margin:0 0 5px 0; }
.itemlist .item .date { margin:0 0 5px 0; }
.itemlist .item a { position:relative; }
.itemlist .item.on a { border:0px solid #fff !important; }
.itemlist .item a.imageborder { margin:0 0 0 0; }
.itemlist .item .display { width:100%; height:0; margin:0; padding:0 0 56.25% 0; overflow:hidden; background-color:#000; background-color:rgba(0,0,0,0.1); background-position:center center; background-repeat:no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
.itemlist .item .display .display { display:block; filter:alpha(opacity=0); -moz-opacity:0; opacity:0; position:absolute; left:0px; top:0px; width:100%; height:100%; margin:0 !important; padding:0 !important; overflow:hidden; background-color:#000; background-position:center center; background-repeat:no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; -webkit-transition:all 1s ease-in-out; -moz-transition:all 1s ease-in-out; -o-transition:all 1s ease-in-out; transition:all 1s ease-in-out; }
.itemlist .item .display .display:last-child { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
/*
.itemlist .item.grayscale { -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><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>#greyscale"); -webkit-filter:grayscale(100%); }
.itemlist .item.grayscale:hover { -moz-filter:none; -ms-filter:none; filter:none; -webkit-filter:none; }
*/
.itemlist .item .overlay { position:absolute; left:0px; top:0px; right:0px; bottom:0px; width:100%; height:100%; margin:0; overflow:hidden; }
.itemlist .item .overlay { -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.itemlist .item .overlay .caption { font-family:Helvetica, Arial, sans-serif; font-size:14px; line-height:14px; color:#fff; text-align:center; padding:20px; text-shadow:none; text-shadow:0px 0px 2px rgba(0,0,0,1); position:absolute; left:0px; bottom:0px; width:100%; height:auto; box-sizing:border-box; display:block; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
.itemlist .item .overlay .caption h6 { text-shadow:0px 0px 2px rgba(0,0,0,.3); text-align:left; margin:0; }
.itemlist .item:hover .overlay, .itemlist .item:focus .overlay, .itemlist .item.on .overlay { background:rgba(255,255,255,0.5); }
.itemlist .item.on .overlay .caption { }
.itemlist .item .texts { text-align:left; }


/* itemview */
.itemview { text-align:left; width:65%; float:left; }
.itemview .item_top { margin:0 0 15px 0; }
.itemview .item_top .share_tools a { line-height:30px; font-size:24px; min-width:auto; }
.itemview .item_top .date { line-height:30px; font-size:12px; }
.itemview_full { text-align:left; width:100%; float:none; }
.itemview_medium { width:65%; float:none; margin:0 auto; }


/* sidebar */
.sidebar { width:30%; float:right; text-align:left; }
.sidebar .sidebar_header { margin:0 0 20px 0; }
.sidebar .itemlist li { width:100%; margin:0 0 30px 0; }
.sidebar .textlist {text-align: justify !important;}
.sidebar .textlist li {}
.sidebar .textlist li, .sidebar .textlist li:nth-child(3n+3), .sidebar .textlist li:nth-child(3n+4), 
.sidebar .textlist li:nth-child(4n+4), .sidebar .textlist li:nth-child(4n+5), .sidebar .textlist li:nth-child(2n+3),
.sidebar .textlist li:nth-child(odd), .sidebar .textlist li:nth-child(even) {margin:0 0 15px 0;padding:0 0 15px 0;display:inline-block;float:none;border-bottom:1px dotted #666;clear:none;}
.sidebar .textlist li:first-child { padding:15px 0 15px 0; border-top:1px dotted #666; }
.sidebar .textlist li.active a { color:#fff; }
.sidebar .textlist li.placeholder { margin:0; padding:0; border:0px none; }


/* subsection */
.subsection { margin:0 0 30px 0; }
.subsection .header { display:table; margin:0 0 5px 0; width:100%; }
.subsection .header div { display:table-row; }
.subsection .header div div {display:table-cell;text-align:left;vertical-align:middle; font-size:18px; font-weight:bold; }
.subsection .header div div.cell-icon { width:35px; }
.subsection .header div div.cell-icon .icon { font-size:28px; }
.subsection ul { margin:10px 0; }
.subsection ul:last-child { margin:10px 0 0 0; }


/* textlist */
.textlist li { margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px solid #666; }
.textlist li:first-child { padding:10px 0 10px 0; border-top:1px solid #666; }
.textlist li.active a { }
.textlist li.close { position:absolute; right:5px; top:5px; border:0px none !important; margin:0 !important; padding:0 !important; }
.textlist li.close a { width:20px; height:20px; text-align:center; line-height:20px; padding:10px; display:block; }


/* teaser */
.teaser { background:#000; border-top:0px none; }
.teaser .section_wrapper { margin:0; padding:0; }
.teaser .section_content { max-width:100%; padding:0; }
.teaser .section_content h2 { display:none; }
.teaser .continue { position:absolute; left:0px; bottom:40px; width:100%; transition:all .5s ease-in 3s; -webkit-animation:arrowbounce 2s 2s infinite; animation:arrowbounce 2s 2s infinite;  text-align:center;z-index:120;}
.teaser .continue a { font-size:32px; color:#fff; border:0px none; background:transparent; display:inline-block; position:relative; width:45px; height:45px; line-height:47px; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; }
.teaser .continue a:hover, .teaser .continue a:active { color:#fff; background:transparent; }
.teaser .description { }
.teaser .description .logo { display:block; width:80%; max-width:520px; margin:0 auto 10px auto; }
.teaser .description .logo .svg { width:100%; }
.teaser .description .logo .fill { stroke:#555; }
.teaser .description a.logo { width: 40%;margin:0 auto; display:block; }
.teaser .description a.logo:link .fill, .teaser .description a.logo:visited .fill { fill:#922c1e; }
.teaser .description a.logo:hover .fill, .teaser .description a.logo:active .fill { fill:#fff; }
.teaser .description a.logo:hover, .teaser .description a.logo:active { }
.teaser .description .date { white-space:nowrap; }
.teaser .carousel-cell .attachment .attachment-data .description .buy li a { text-align:center; letter-spacing:1px; display:block;min-width: 230px;margin: 0;padding:22px 20px 20px 20px!important;height: auto; font-size:18px; line-height:12px !important;  overflow: visible; }
.teaser .carousel-cell .attachment .attachment-data .description .buy li a { }
.teaser .carousel-cell .attachment .attachment-data .description .buy li a:hover, .teaser .carousel-cell .attachment .attachment-data .description .buy li a:active { }

/* carousel */
.carousel-holder { position:relative; }
.carousel {height: 100vh;position:relative;width:100%;/* overflow:hidden; */background:#000;}
.carousel-cell { width:100%; height:100%; position:relative; overflow:hidden; background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.carousel-cell .bg_video_holder { position:absolute; left:0px; top:0px; width:100%; height:100%; display:block; }
.carousel-cell .bg_video_holder .fg_video { opacity:0.2; background:rgba(0,0,0,0.4) url(../images/layout/bg_video_pattern_dark50.png);position:absolute;left:0px;top:0px;width:100%;height:100%;display:block;}

.carousel-cell .videoborder { position:absolute; left:0px; top:0px; width:100%; max-width:100%; height:100%; max-height:100%; display:block; z-index:10; border:0px none; margin:0; padding:0; background:#222; }
.carousel-cell .videoborder .loading { position:absolute; left:50%; top:50%; margin:-25px 0 0 -25px; }
.carousel-cell .videoborder .display { position:absolute; top:50px; left:0px; bottom:50px; right:0px; width:100%; max-width:100%; height:100%; height:calc(100% - 100px); max-height:100%; margin:0; padding:0; display:block; }
.carousel-cell .videoborder iframe, .carousel-cell .videoborder video { position:absolute; top:0; left:0; width:100%; height:100%; }

.carousel-cell .attachment { position:absolute; left:0%; top:0%; width:100%; height:100%; display:table; }
.carousel-cell .attachment .attachment-data { position:relative; display:table-cell;padding:40px 0 0 0;vertical-align:middle;text-align:center;font-size:24px;line-height:1.5em;}
/* .carousel-cell .attachment .attachment-data { background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 66%, rgba(0,0,0,0.5) 100%); } */
.carousel-cell .attachment .attachment-data .description { color:#fff; text-shadow:0px 0px 30px rgba(0,0,0,0.25), 0px 0px 2px rgba(0,0,0,0.75); padding:20px 20px 80px 20px; text-align:center; text-transform:uppercase;  }
.carousel-cell .attachment .attachment-data .description h3 { display:inline-block; font-size:56px; font-size:10vw; line-height:1em; letter-spacing:1px; color:#fff; text-transform:uppercase; margin:0 0 20px 0; }
.carousel-cell .attachment .attachment-data .description .desc_text { font-size:24px; letter-spacing:1px; margin:0 0 30px 0; text-transform:uppercase; }
.carousel-cell .attachment .attachment-data .description .buy { margin:20px 0; text-align:center; }
.carousel-cell .attachment .attachment-data .description .buy li { text-shadow:none; display:inline-block; margin:0 5px 10px 5px; }
.carousel-cell .attachment .attachment-data .description .button { }
.carousel1 button.previous, .carousel1 button.next { display:none; }
.carousel .flickity-page-dots { display:none; }


/* products */
.products .section_content h2 { margin: 0 0 20px 0; text-transform:uppercase; }
.products .section_content p.text { font-size:24px; max-width:768px; margin:15px auto; }

.products ul.sub_nav { max-width:100%; margin:5px auto 0 auto; padding:0 0 35px 0; }

.products .items { position:relative; }
.products .item { position:relative; }
.products .items a.shopNavBtn { display:block; display:none; background:none;position:absolute;top:45%;margin:-20px 0 0 0;width:40px;height:40px;text-align:center;overflow:hidden;z-index:999;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.products .items a.shopNavBtn:hover, .products .items a.shopNavBtn:active { background:none; }
.products .items a.shopNavBtn .icon { font-size:36px; line-height:40px; color:#000; }
.products .items a.shopNavBtn .icon:before { margin:0; }
.products .items a.shopNavPrev { left:20px; }
.products .items a.shopNavPrev .icon:before { margin-left:-3px; }
.products .items .shopNavNext { right:20px; }

.products .product_img { width:50%; float:left; position:relative; }
.products .product_img .imageborder_holder {width:100%;/* max-width:600px; */}
.products .product_img .albumplayer { display:none; position:absolute;top:0%;left:0%;width:100%; height:100%;z-index:10; background:#000; }
.products .product_img .albumplayer iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

.products .product_desc, .products .product_links { width:50%; float:right; padding-left:5%; box-sizing: border-box; /* clear: both; */ }
.products .product_links2 { width:50%; float:left;  }
.products .product_links_only { width:50%; float:right; }

.products .product_desc { text-align:left; }
.products .product_desc .date { display:none; font-size:0.9em; margin:0 0 10px 0; }
.products .product_desc h5 { font-size:24px; }
.products .product_desc .text { font-size:0.9em; margin:0 0 10px 0; }
.products .product_desc .text a { }

.products .product_links .buy { margin:20px auto 0 auto; text-align:center; }
.products .product_links .buy li.albumplayer_trigger .title_on { display:none; }
.products .product_links .buy li.albumplayer_trigger .button {font-size: 20px;line-height:55px;}
.products .product_links .buy li { float:left; width:48%; margin:0 0 20px 0; padding:0; text-align:center; display:block; }
.products .product_links .buy li:nth-child(odd) { float:left; }
.products .product_links .buy li:nth-child(even) { float:right; }

.buy li a.button {display:block;width:100%;height:55px;box-sizing:border-box;font-size:20px; line-height:59px; letter-spacing:1px; font-family:'webfont1', Arial, Helvetica, sans-serif;margin:0 !important;padding:0 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.buy li a:hover, .products .product_desc .buy li a:active { }
.buy li a .caption { color:#ccc; font-size:12px; margin:5px 0 0 0; text-transform:none; }
.buy li a.button_bg { text-indent:-3000px; background-repeat:no-repeat; background-position:center center; background-size:contain; }
.buy li.albumplayer_trigger .title_on { display:none; }

.buy li a.button-amazon { background-image:url(../images/shopbuttons/black/amazon.png); }
.buy li a.button-amazonmp3 { background-image:url(../images/shopbuttons/black/amazonmp3.png); }
.buy li a.button-amazonmusicunlimited { background-image:url(../images/shopbuttons/black/amazonmusicunlimited.png); }
.buy li a.button-appleappstore { background-image:url(../images/shopbuttons/black/appleappstore.png); }
.buy li a.button-appleitunes { background-image:url(../images/shopbuttons/black/appleitunes.png); }
.buy li a.button-applemusic { background-image:url(../images/shopbuttons/black/applemusic.png); }
.buy li a.button-bandcamp { background-image:url(../images/shopbuttons/black/bandcamp.png); }
.buy li a.button-bigcartel { background-image:url(../images/shopbuttons/black/bigcartel.png); }
.buy li a.button-bravado { background-image:url(../images/shopbuttons/black/bravado.png); }
.buy li a.button-deezer { background-image:url(../images/shopbuttons/black/deezer.png?v=2020); }
.buy li a.button-emp { background-image:url(../images/shopbuttons/black/emp.png); }
.buy li a.button-googleplay { background-image:url(../images/shopbuttons/black/googleplay.png); }
.buy li a.button-hhv { background-image:url(../images/shopbuttons/black/hhv.png); }
.buy li a.button-idagio { background-image:url(../images/shopbuttons/black/idagio.png); }
.buy li a.button-jpc { background-image:url(../images/shopbuttons/black/jpc.png); }
.buy li a.button-krasserstoff { background-image:url(../images/shopbuttons/black/krasserstoff.png); }
.buy li a.button-levykauppaax { background-image:url(../images/shopbuttons/black/levykauppaax.png); }
.buy li a.button-linkfire { background-image:url(../images/shopbuttons/black/linkfire.png); }
.buy li a.button-mediamarkt { background-image:url(../images/shopbuttons/black/mediamarkt.png); }
.buy li a.button-mueller { background-image:url(../images/shopbuttons/black/mueller.png); }
.buy li a.button-napster { background-image:url(../images/shopbuttons/black/napster.png); }
.buy li a.button-officialshop { background-image:url(../images/shopbuttons/black/officialshop.png); }
.buy li a.button-saturn { background-image:url(../images/shopbuttons/black/saturn.png); }
.buy li a.button-soundcloud { background-image:url(../images/shopbuttons/black/soundcloud.png); }
.buy li a.button-spotify { background-image:url(../images/shopbuttons/black/spotify.png); }
.buy li a.button-tidal { background-image:url(../images/shopbuttons/black/tidal.png); }
.buy li a.button-youtubemusic { background-image:url(../images/shopbuttons/black/youtubemusic.png); }

.products .product_links .buy1 { margin:20px auto -20px auto; }
.products .product_links .buy1 li { text-align:left; float:none; width:100%; }
.buy1 li a.button:link, .buy1 li a.button:visited { position:relative; text-transform:none; text-align:left; display:block; width:100%; height:auto; min-height:150px; box-sizing:border-box; font-size:16px; line-height:1.2em; font-family:Helvetica Neue, Helvetica, Arial, sans-serif; margin:0 !important; padding:10px; overflow:hidden; white-space:normal; text-overflow:ellipsis; border:1px solid #333; border-radius:3px; background:#000; }
.buy1 li a.button:hover, .buy1 li a.button:active { border:1px solid #ccc; }
.buy1 .shop_title { position:relative; margin:0 0 5px 0; color:#fff; font-weight:bold; z-index:10; }
.buy1 .shop_text { float:left; position:relative; width:50%; width:calc(100% - 150px); color:#ccc; }
.buy1 .shop_image { float:right; width:140px; height:140px; margin:-10px -5px -5px 0; background:#000; z-index:9; background-position:center center; background-repeat:no-repeat; -webkit-background-size:contain; -moz-background-size:contain; -o-background-size:contain; background-size:contain; }
.buy1 li a.button:hover, .buy1 li a.button:active { background-color:#000; }
.buy1 li a.button:hover .shop_image:before, .buy1 li a.button:active .shop_image:before { opacity:0.1; position:absolute; content:''; background:#fff; width:100%; height:100%; left:0; top:0; }


/* video */
.video { }
.video .video_holder { position:relative; }
.video .video_player { position:relative; padding:0; }

.video_nav_holder { }
.video_nav { display:table; margin:0 auto; }
.video_nav li { display:table-cell; vertical-align:middle; text-align:center; text-transform:uppercase; }
.video_nav li a { display:block; font-size:28px; width:40px; height:40px; line-height:36px; overflow:hidden; text-align:center; }
.video_nav li a:link, .video_nav li a:visited { }
.video_nav li a:hover, .video_nav li a:active { }
.video_nav li.video_nav_prev { text-align:left; }
.video_nav li.video_nav_delimiter { width:25px; }
.video_nav li.video_nav_counter { text-align:center; font-size:24px; letter-spacing:3px; }
.video_nav li.video_nav_next { text-align:right; }

.video .video_display { position:relative; border:0px solid #000; margin:30px 0 0 0; }
.video .video_display .videoborder { margin:0; max-height:600px; background:rgba(0,0,0,0.25); }
.video .video_display .loading { width:100%; padding-bottom:50%; position:relative; background:rgba(0,0,0,0.25); }
.video .video_display .loading .icon { position:absolute; left:50%; top:50%; margin:-17px 0 0 -15px; font-size:30px; line-height:1em; }
.video .video_display .loading .icon:before { line-height:1em; }
.video .video_display .display { padding-bottom:0px !important; --ratioWidth:16; --ratioHeight:9; position:relative; margin:0 auto; width:100%; max-width:calc((var(--ratioWidth) / var(--ratioHeight)) * 600px); height:calc((var(--ratioHeight) / var(--ratioWidth)) * 1024px); /* keep tracking of all paddings, borders etc! */ max-height:600px; background:transparent; }
.video .video_desc { padding:20px 0; text-align:center; overflow:hidden; }
.video .video_desc .video_title { text-transform:uppercase; margin:0 0 10px 0; }
.video .video_desc .video_url { display:none; }
.video .video_desc .share_options .desc { display:none; text-align:center; font-size:0.8em; margin:0 0 10px 0; }
.video .itemlist .item .overlay .caption { background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%); }


/* dates */
.dates h3 { font-size:32px; text-transform:uppercase; margin:-20px 0 30px 0; }
.dates .dates_block { margin:0 0 40px 0; }
.dates .dates_block:last-child { margin:0; }
.dates .dates_block .desc { margin:0 0 15px 0; }
.dates .dates_block .desc a.text_truncate_toggle .more { letter-spacing:0; font-family:inherit; text-transform:none; }
.dates .dates_block .more_dates a.button { margin-bottom:0px; }
.dates .dateslist_holder { overflow:hidden; }
.dates .dateslist { position:relative; text-align:left; border-top:1px solid #666; margin:15px 0; }
.dates .dateslist li.item { text-align:left; position:relative; padding:15px 10px; display:table; width:100%; box-sizing:border-box; border-bottom:1px solid #666; }
.dates .dateslist li.row1 { background:rgba(0,0,0,0); }
.dates .dateslist li.row2 { background:rgba(0,0,0,0); }
.dates .dateslist li.item:hover { background:rgba(0,0,0,0.05); }
.dates .dateslist li.has2buttons { }
.dates .dateslist li a.deeplink { position:absolute; left:0px; top:0px; width:100%; height:100%; display:block; text-decoration:none; }
.dates .dateslist li.item div { position:relative; display:table-cell; vertical-align:middle; }
.dates .dateslist li.row-more { display:none; }

.dates .dateslist li .date { width:230px; pointer-events:none; text-transform:uppercase; }
.dates .dateslist li .date, .dates .dateslist li .location { }

.dates .dateslist li .cal { display:inline-block; margin:0 5px 0 5px; position:relative; pointer-events:auto; font-family:"Trebuchet MS", Helvetica, Arial, sans-serif; }
.dates .dateslist li .cal a { }
.dates .dateslist li .cal .calendar_links { display:none; position:absolute; z-index:200; left:40px; top:-32px; white-space:nowrap; padding:10px 18px 10px 10px; border:1px solid #666; background:rgba(255,255,255,0.95); -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3); -webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3); box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3); }
.dates .dateslist li .cal .calendar_links ul li { margin:5px 0; font-size:16px; }
.dates .dateslist li .cal .calendar_links ul li a:link, .dates .dateslist li .cal .calendar_links ul li a:visited { }
.dates .dateslist li .cal .calendar_links ul li a:hover, .dates .dateslist li .cal .calendar_links ul li a:active { }

.dates .dateslist li .location { width:auto; pointer-events:none; }
.dates .dateslist li .location span { display:inline-block; width:48%; }
.dates .dateslist li .location span.city { font-family:'webfont1', Arial, Helvetica, sans-serif; margin-right:2%; pointer-events:none; }
.dates .dateslist li .location span.city, .dates .dateslist li .location span.venue { vertical-align:middle; }
.dates .dateslist li .location span img { display:inline-block; display:none; pointer-events:all; margin:0 10px 0 0; }
.dates .dateslist li .location span.venue a { pointer-events:auto; }
.dates .dateslist li .location span.venue a:link, .dates .dateslist li .location span.venue a:visited { color:#333; border-bottom:1px solid #333; }
.dates .dateslist li .location span.venue a:hover, .dates .dateslist li .location span.venue a:active { color:#000; border-bottom:1px solid #000; }

.dates .dateslist li .buttons { width:180px; padding-left:5px; }
.dates .dateslist li .buttons a { font-size:16px; display:block; width:100%; box-sizing:border-box; margin:0; padding:13px 10px 10px 10px; text-align:center; text-transform:uppercase; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; vertical-align:baseline; }
.dates .dateslist li .buttons a.ticket:hover, .dates .dateslist li .buttons a.ticket:active { }
.dates .dateslist li .buttons a.ticket2 { margin:0 0 10px 0; }
.dates .dateslist li .buttons a.soldout, .dates a.soldout { cursor:default !important; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; }

.dates h1 { font-size:36px; font-family:'webfont1', Helvetica, Arial, sans-serif; }
.dates .subscribe { margin:5px 0 0 0; }
.dates .desc { margin:15px 0 0 0; }
.dates .map { margin:15px 0 0 0; }
.dates .map .display { padding-bottom:56.25% !important; height:0; }

.dates.bg2 .dateslist { }
.dates.bg2 .dateslist li.item { }
.dates.bg2 .dateslist li .cal .calendar_links { }
.dates.bg2 .dateslist li .location span.venue a:link, .dates.bg2 .dateslist li .location span.venue a:visited { }
.dates.bg2 .dateslist li .location span.venue a:hover, .dates.bg2 .dateslist li .location span.venue a:active { }

/* news */
.news ul.sub_nav { display:none; margin:-30px 0 40px 0; }
.news ul.sub_nav li { font-size:28px; line-height:28px; letter-spacing:0px; }
.news ul.sub_nav li a:link, .news ul.sub_nav li a:visited { color:#1bcfc9; border-bottom:none; }
.news ul.sub_nav li a:hover, .news ul.sub_nav li a:active { color:#000; border-bottom:none; }

.news .news_holder { display:none; position:relative; margin:0 0 60px 0; }
.news .news_holder .item { text-align:left; }
.news .news_holder .item .visuals { width:47.5%; float:left; position:relative; }
.news .news_holder .item .visuals .videoborder { margin: 0 0 20px 0; }
.news .news_holder .item .visuals .videoborder .display { padding-bottom:0px !important; --ratioWidth:16; --ratioHeight:9; position:relative; margin:0 auto; width:100%; max-width:calc((var(--ratioWidth) / var(--ratioHeight)) * 600px); height:calc((var(--ratioHeight) / var(--ratioWidth)) * (982px * 0.475)); /* keep tracking of all paddings, borders etc! */ max-height:600px; background:transparent; }
.news .news_holder .item .date { margin:0 0 10px 0; font-size:13px; }
.news .news_holder .item .date a:link, .news .news_holder .item .date a:visited { }
.news .news_holder .item .date a:hover, .news .news_holder .item .date a:active { }
.news .news_holder .item .date .delimiter { color:#fff !important; opacity:0.5; }
.news .news_holder .item .texts { width:47.5%; float:right; padding:30px 0 0 0; }
.news .news_holder .item .texts h3 { margin:0 0 15px 0; }
.news .news_holder .item .texts a.link_url { display:block; margin:15px 0 0 0; }
.news .news_holder .item .share_options .desc { display:none; }

.news .itemlist .item { text-align:left; width:30%; width:calc((100% - 40px) / 3); margin:0 20px 20px 0; }
.news .itemlist .item:nth-child(4n+4) { /* 4., 8., 12. etc... */ margin:0 20px 20px 0; }
.news .itemlist .item:nth-child(4n+5) { /* 5., 9., 13. etc... */ clear:none; }
.news .itemlist .item:nth-child(3n+3) { /* 3., 6., 9. etc... */ margin:0 0 20px 0;  }
.news .itemlist .item:nth-child(3n+4) { /* 4., 7., 10. etc... */ clear:both; }
	
.news .itemlist .item .item_top { display:none; }
.news .itemlist .item .visuals { margin:0 0 10px 0; position:relative; }
.news .itemlist .item .display { }
.news .itemlist .item .overlay { }

.news .itemlist .item:hover .overlay, .news .itemlist .item:focus .overlay { background:rgba(0,0,0,0.5); }
.news .itemlist .item .visuals .caption .icon { opacity:0; font-size:32px; color:#fff; }
.news .itemlist .item:hover .visuals .caption .icon, .news .itemlist .item:focus .visuals .caption .icon { opacity:1; }
.news .itemlist .item .visuals .imageborder_holder_s { }
.news .itemlist .item .visuals .imageborder_holder img { box-sizing:border-box; }

.news .itemlist .item .visuals .network_icon { font-size:20px; line-height:20px; text-shadow:0px 0px 1px rgba(0,0,0,.65); color:#fff; position:absolute; right:5px; top:5px; z-index:2; pointer-events:none; }
.news .itemlist .item .visuals .network_icon [class*=" icon-"]:before, .news .itemlist .item .visuals .network_icon [class^=icon-]:before { margin:0; }
.news .itemlist .item .readmore { margin:5px 0 0 0; }


/* music */
.music { }
.music .itemlist li .display { padding:0 0 100% 0; }
/*
.music .itemlist .item a:link .overlay .caption, .music .itemlist .item a:visited .overlay .caption { filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }
.music .itemlist .item a:hover .overlay .caption, .music .itemlist .item a:focus .overlay .caption, .music .itemlist .item.on a .overlay .caption { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
*/
.music .music_holder { display:none; position:relative; margin:0 auto 60px auto; min-height:300px; }
.music .music_container { text-align:left; }
.music .music_container .loading { position:absolute; left:50%; top:50%; margin:-25px 0 0 -25px; }
.music .music_container h5 { font-family:Helvetica, Arial, sans-serif; margin:0 0 20px 0; }
.music .music_container .visual { float:left; width:25%; position:relative; }
.music .music_container .visual h5 { display:none; }
.music .music_container .imageborder_holder { margin:0 0 10px 0; display:block; width:100%; position:relative; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.music .music_container .date { font-size:14px; }
.music .music_container .category { margin:0 0 20px 0; }
.music .buy { text-align:left; margin:15px -5px 0 -5px; font-size:0; line-height:0; }
.music .buy li { display:inline-block; width:18%; width:calc((100% - 50px) / 5 ); margin:0px 5px 5px 0; }
.music .buy li a { font-size:16px; text-transform:uppercase; display:block; text-align:center; }
.music .buy li a:hover, .music .buy li a:active { }

.music .music_container .desc { float:right; width:71%; }
.music .music_container .desc h5 { text-transform:none; margin:0 0 10px 0; }
.music .music_container h6 { margin:0 0 10px 0; }
.music .music_container .text { margin:0 0 20px 0; }

/* music > tracklist */
.music .tracklist { position:relative; width:100%; margin:0 auto 30px auto; padding:0; border-top:1px solid #666; }
.music .tracklist .track { margin:0; padding:5px 0; position:relative; width:100%; min-height:30px; border-bottom:1px solid #666; }
.music .tracklist .row1 { }
.music .tracklist .row2 { }
.music .tracklist .track:hover, .music .tracklist .track_on { background:rgba(0,0,0,0.06); }

.music .tracklist .track .track_desc { position:relative; }
.music .tracklist .track .track_desc ul { display:table; width:100%; }
.music .tracklist .track .track_desc ul li { display:table-cell; vertical-align:middle; text-align:right; width:120px; padding-right:5px; }
.music .tracklist .track .track_desc ul li.track_playback { cursor:pointer; padding:5px; width:30px; text-align:left; }
.music .tracklist .track .track_desc ul li.track_name { cursor:pointer; padding:5px; width:auto; text-align:left; }

.music .tracklist .track .track_desc .track_playback .track_nr { display:block; }
.music .tracklist .track .track_desc .track_playback .playback_icon { display:none; }
.music .tracklist .track:hover .track_desc .track_playback .track_nr { display:none; }
.music .tracklist .track:hover .track_desc .track_playback .playback_icon { display:block; }
.music .tracklist .track_on .track_desc .track_playback .track_nr { display:none; }
.music .tracklist .track_on .track_desc .track_playback .playback_icon { display:block; }

.music .tracklist .track_disabled:hover { background:none; }
.music .tracklist .track_disabled .track_desc ul li.track_playback { cursor:default; color:#999; }
.music .tracklist .track_disabled .track_desc ul li.track_name { cursor:default; color:#999; }
.music .tracklist .track_disabled:hover .track_desc .track_playback .track_nr { display:block; }
.music .tracklist .track_disabled:hover .track_desc .track_playback .playback_icon { display:none; }

.music .tracklist .track .track_progress { position:absolute; left:0px; top:0px; width:0%; height:100%; background-color:#ccc; background-color:rgba(0,0,0,0.1); }
.music .tracklist .track .track_progress { -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.music .tracklist .track_on .track_progress { -webkit-transition:all 1.5s ease-in-out; -moz-transition:all 1.5s ease-in-out; -o-transition:all 1.5s ease-in-out; transition:all 1.5s ease-in-out; }

.music .tracklist .autoctrl { margin:10px 0 0 0; }


/* lyrics */
.lyrics { }
.lyrics .sub_nav  { display:none; margin:-35px 0 35px 0; }
.lyrics .itemlist li.item .display { padding:0 0 100% 0; }
.lyrics .lyrics_holder { display:none; position:relative; margin:0 auto 60px auto; }
.lyrics .lyrics_holder .desc { font-size:0.8em; }
.lyrics .lyrics_holder .tracklist { width:50%; margin:20px auto 0 auto; }
.lyrics .lyrics_holder .tracklist ul { text-align:left; }


/* info */
.info .section_content { max-width:640px; }
.info .item { margin:0 0 60px 0; }
.info .item:last-child { margin:0; }
.info .item h3 { font-size:32px; margin:-20px 0 40px 0;  }
.info .item .item_img { max-width:540px; margin:0 auto; }


/* shop */
.shop .items { width:100%; margin:0; padding:0; text-align:center; display:block; }
.shop .item { margin:0 0 20px 0; padding:0; display:block; float:left; text-align:center; box-sizing:border-box; }
.shop .item a.imageborder { -moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.7); -webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.7); box-shadow:0px 0px 15px rgba(0, 0, 0, 0.7); }
.shop .item_delimiter { display:block; float:left; width:5%; height:10px; }
.shop .item h3 { font-size:24px; margin:0 0 20px 0; }
.shop .item .texts { display:none; margin:20px 0 0 0; font-size:0.8em; }
.shop .item .more { /* display:none; */ }
.shop .more.shop_url { text-align:center; }


/* playlist */
.playlist .items { width:100%; margin:0; padding:0; text-align:center; display:block; }
.playlist .item { position:relative; margin:0 0 20px 0; padding:0; display:block; float:left; text-align:center; box-sizing:border-box; }
.playlist .item_delimiter { display:block; float:left; width:5%; height:10px; }
.playlist .item h3 { font-size:24px; margin:0 0 20px 0; }
.playlist .item .texts { position:relative; width:100%; height:0px; padding-bottom:100%; }
.playlist .item .texts iframe { position:absolute; top:0; left:0; width:100%; height:100%; }
.playlist .section_content { max-width:640px; text-align:center; }
.playlist .item { width:100% !important; }
.playlist .item .texts { padding-bottom:75%; }

/* newsletter */
.newsletter .section_content { max-width:640px; text-align:center; }
.newsletter h3 { font-size:24px; margin:0 0 40px 0; }
.newsletter .nl_confirm_text { margin:0 0 15px 0; }
.newsletter .nl_consent_text { font-size:14px; line-height:17px; margin:0 0 20px 0; text-align:justify; }
.newsletter .nl_consent_text a { text-decoration:underline; }
.newsletter .required  { text-align:left; margin-top:20px; }


/* footer */
.footer { overflow:hidden; z-index:1; font-size:9px; position:relative; width:100%; min-width:360px; text-align:center; padding:80px 0; }

.footer .logo { position:relative; width:100px; height:100px; margin:0 auto 30px auto; -webkit-animation:pulse 2s ease-in-out infinite alternate; animation:pulse 2s ease-in-out infinite alternate; }
.footer .logo a { display:block; width:100px; height:100px; background-image:url(../images/icons/logo_loading_fg.png); background-size:100px 100px; background-position:center center; background-repeat:no-repeat; text-indent:-9999px; overflow:hidden; }
.footer .logo a:link, .header_norm .logo a:visited { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
.footer .logo a:hover, .header_norm .logo a:active { filter:alpha(opacity=66); -moz-opacity:0.66; opacity:0.66; }

.footer h2 { margin:0 0 30px 0; font-size:32px; font-family:'webfont1',"Trebuchet MS", Helvetica, Arial, sans-serif; text-transform:uppercase; }
.footer h2 a:link, .footer h2 a:visited { color:#fff; }
.footer h2 a:hover, .footer h2 a:active { color:#e9aeaa; }

.footer .social ul { position:relative; text-align:center; margin:0 auto 30px auto; padding:0 20px; font-size:0; }
.footer .social li { display:inline-block; margin:0; padding:0 10px; border-right:1px solid #999; border-right:thin solid rgba(255,255,255,0.2); }
.footer .social li:last-child { border-right:0px none; }
.footer .social li a { display:block; text-align:center; font-size:36px; line-height:60px; width:60px; height:60px; overflow:hidden; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
.footer .social li a:link, .footer .social li a:visited { color:#fff; }
.footer .social li a:hover, .footer .social li a:active { color:#e9aeaa; }

.credits { position:relative; color:#fff; line-height:18px; font-family:"Trebuchet MS", Helvetica, Arial, sans-serif; text-transform:uppercase; letter-spacing:3px; padding:0 20px; }
.credits .high { margin:0 0 15px 0; font-size:16px; }
.credits .high a:link, .credits .high a:visited { color:#393; }
.credits .high a:hover, .credits .high a:active { color:#fff; }
.credits a:link, .credits a:visited { color:#e9aeaa; }
.credits a:hover, .credits a:active { color:#fff; }
.footer.bg2 .credits a:link, .footer.bg2 .credits a:visited { color:#e9aeaa; }
.footer.bg2 .credits a:hover, .footer.bg2 .credits a:active { color:#fff; }
.credits .logout { display:inline-block; margin:0 0 5px 0; }
.credits .delimiter { filter:alpha(opacity=20); -moz-opacity:0.2; opacity:0.2; }


/* images */
.imageborder, .contentborder { position:relative; border:0px solid #999; }
a.imageborder { display:block; border:0px solid #999; }
a.imageborder:link, a.imageborder:visited, a:link .imageborder, a:visited .imageborder { border:0px solid #999; }
a.imageborder:hover, a.imageborder:active, a:hover .imageborder, a:active .imageborder { border:0px solid #fff; }

.imageborder_holder {margin: 0 0 20px 0;position:relative;overflow:hidden;box-sizing:border-box;}
.imageborder_holder img { width:100% !important; height:auto !important; }
.imageborder_holder a img { box-sizing:border-box; position:relative; -webkit-transition:-webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.175), opacity 0.1s; transition:transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.175), opacity 0.1s; -webkit-transform:translateZ(0); -ms-transform:translateZ(0); transform:translateZ(0); -webkit-filter:blur(0); filter:blur(0); }
.imageborder_holder a { box-sizing:border-box; position:relative; width:100%; height:100%; display:block; }
.imageborder_holder a .icon { color:#fff; text-shadow:0px 0px 3px rgba(0,0,0,.75); width:100%;height:100%;top:0px;text-align:center;font-size: 48px;display:block;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;position:absolute;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.imageborder_holder a .icon:before { position:absolute; width:100%; text-align:center; top:50%; left:0; margin:-16px 0 0 0; padding:0; filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }
.imageborder_holder a:hover .icon, .imageborder_holder a:focus .icon { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
.imageborder_holder a:hover .icon:before, .imageborder_holder a:focus .icon:before { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
.imageborder_holder a:hover img, .imageborder_holder a:focus img { /* filter:alpha(opacity=0.5); -moz-opacity:0.5; opacity:0.5; */ }

.imageborder_ratio a { position:absolute; top:0px; right:0px; bottom:0px; left:0px; width:100%; height:100%; display:block; }
.imageborder_ratio a .imageborder { position:relative; width:100%; height:100%; box-sizing:border-box; }
.imageborder_ratio a .imageborder .display { position:relative; top:0px; right:0px; bottom:0px; left:0px; display:block; overflow:hidden; width:100%; height:100%; -webkit-transform-style:preserve-3d; -moz-transform-style:preserve-3d; transform-style:preserve-3d; }
.imageborder_ratio a .imageborder .display img { /* -webkit-filter:blur(0); filter:blur(0); */ position:relative; width:100%; top:50%; height:auto !important; -webkit-transform:translateY(-50%) translateZ(0); -ms-transform:translateY(-50%) translateZ(0); transform:translateY(-50%) translateZ(0); }
@media screen and (-webkit-min-device-pixel-ratio:0) { /* safari 5.1-6.0 "only" override, stack->q=16348489 */ ::i-block-chrome,.imageborder_ratio a .imageborder .display img { position:absolute; top:0; bottom:0; margin:auto; -webkit-transform:translateY(0) translateZ(0); -ms-transform:translateY(0) translateZ(0); transform:translateY(0) translateZ(0); } }

.imageborder_ratio_s a .imageborder .display { background:#000; }
.imageborder_ratio_s a .imageborder .display img { max-height:100%; max-width:100%; width:auto; height:auto; position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; -webkit-transform:translateY(0) translateZ(0); -ms-transform:translateY(0) translateZ(0); transform:translateY(0) translateZ(0); }

img.contained { max-height:100%; max-width:100%; width:auto; height:auto; position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; }
img.fancybox { cursor:pointer; }
img.grayscale, .grayscale { -webkit-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><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>#greyscale"); }


/* videos */
.videoborder { position:relative; max-height:600px; border:0px solid #999; margin:0; }
.videoborder .display { width:100%; height:0; display:block; position:relative; padding-bottom:56.25%; overflow:hidden; }
.videoborder .display { padding-bottom:0px !important; --ratioWidth:16; --ratioHeight:9; position:relative; margin:0 auto; width:100%; max-width:calc((var(--ratioWidth) / var(--ratioHeight)) * 600px); height:calc((var(--ratioHeight) / var(--ratioWidth)) * 780px); /* keep tracking of all paddings, borders etc! */ max-height:600px; background:transparent; }
.videoborder .display iframe, .videoborder .display video { position:absolute; top:0; left:0; width:100%; height:100%; }
.videoborder .display .iframe_instagram { top:-54px !important; left:0px; width:100%; height:105%; height:-webkit-calc(100% + 54px); height:calc(100% + 54px); }
.videoborder .display .loading { position:absolute; left:50%; top:50%; margin:-25px 0 0 -25px; color:#666; }


/* misc */
.animated_manual_animation { -webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-fill-mode:both; animation-fill-mode:both; }
.animated, .animated_manual { visibility:hidden; }
.visible { visibility:visible; }

.more {text-align:center;padding:20px 0 0 0;font-family:'webfont1', Helvetica, Arial, sans-serif;font-weight:normal; text-transform:uppercase; /* font-size:24px; */line-height:20px;letter-spacing:2px;}
.more a { display:inline-block; }
.more .button { margin:0 auto; }
.more a.button { min-width:240px; }
.more a:link, .more a:visited { }
.more a:hover, .more a:active { }
a.text_truncate_toggle { text-decoration:none; }
.text_truncate .more, a.bold { text-align:left; padding:10px 0; font-size:inherit; line-height:inherit; }

.sr-only { position:absolute; width:1px; height:1px; padding: 0; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.noitems { margin:20px auto; text-align:center; }
.blw { display:inline-block; width:0.1px; }
.icon-vk:before { margin-left:-7px !important; }
.nomore { margin:10px 0; font-size:12px; line-height:12px; text-transform:uppercase; }
.no_content { text-align:center; } 
#log { position:fixed; z-index:1000; left:5px; bottom:5px; background:#666; color:#fff; text-align:left; font-size:9px; line-height:18px; font-family:Helvetica, Arial, sans-serif; border:2px solid #000; padding:5px; width:500px; max-height:100px; overflow:scroll; overflow-x:hidden; overfow-y:scroll; }
#log .ctrl { position:absolute; right:5px; top:5px; }
.anchor { width:1px; height:1px; overflow:hidden; }
object, embed { -moz-outline-style:none; outline:none; display:block; margin:0; padding:0; }
.small { font-family:Arial, Helvetica, sans-serif; font-size:14px; }
.loading { font-size:24px; text-align:center; }
.loading .icon:before {line-height:2.5em;}

.round { -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
.blink { -webkit-animation:blink-animation 1s step-start 0s infinite; animation:blink-animation 1s step-start 0s infinite; } @-webkit-keyframes blink-animation { 50% { opacity:0; } } @keyframes blink-animation { 50% { opacity:0; } }
.shadow { -moz-box-shadow:1px 2px 15px rgba(0, 0, 0, 1); -webkit-box-shadow:1px 2px 15px rgba(0, 0, 0, 1); box-shadow:1px 2px 15px rgba(0, 0, 0, 1); }
.transition_all { -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.engraved { text-shadow:0px 1px 0px rgba(255,255,255,.3); }
.dimmed { cursor:default; filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; }
.textshadow { text-shadow:0px 0px 3px rgba(0,0,0,.75); }
.noselect { -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
.table { display:table; }
.row { display:table-row; }
.cell { display:table-cell; vertical-align:middle; }
.v_center_parent { -webkit-transform-style:preserve-3d; -moz-transform-style:preserve-3d; transform-style:preserve-3d; }
.v_center_child { position:relative; top:50%; -webkit-transform:translateY(-50%) translateZ(0) !important; -ms-transform:translateY(-50%) translateZ(0) !important; transform:translateY(-50%) translateZ(0) !important; -webkit-filter:blur(0); filter:blur(0); }
.avoid-clicks { pointer-events:none; }
.h_divider_big { width:100%; height:7px; display:block; border-bottom:1px solid #654f33; background:rgba(0,0,0,0.3) url(../images/layout/bg_h_divider_big.png) center center repeat-x; } 
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }
hr { height:0; border:0; border-top:1px dotted #999; clear:both; margin:15px 0; }
.twocolumns { -webkit-columns:2; -moz-columns:2; columns:2; -webkit-column-gap:2em; -moz-column-gap:2em; column-gap:2em; /* -webkit-column-rule:1px dotted #999; -moz-column-rule:1px dotted #999; column-rule:1px dotted #999; */ }
.threecolumns { -webkit-column-count:3; -moz-column-count:3; column-count:3; -webkit-column-gap:2em; -moz-column-gap:2em; column-gap:2em; }
@-webkit-keyframes arrowbounce { 0%,20%,50%,80%,to { transform: translateY(0) } 40% { transform: translateY(-10px) } 60% { transform: translateY(-5px) } }
@keyframes arrowbounce { 0%,20%,50%,80%,to { transform: translateY(0) } 40% { transform: translateY(-10px) } 60% { transform: translateY(-5px) } }


/* forms */
.form0 { display:none !important; }
label { font-size:16px; text-align:left; display:block; margin:0 0 5px 0; }
label.warning { color:#f00; }

input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input, input.text, input.title, textarea, select { font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:18px; color:#444; width:100%; box-sizing:border-box; border:0px none; background-color:#eee; margin:0 0 20px 0; padding:15px 10px; -moz-outline-style:none; outline:none; }
select { padding:14px 30px 14px 10px; position:relative; -moz-appearance:none; -webkit-appearance:none; appearance:none; background-image:url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>"); background-repeat:no-repeat; background-position:right 10px top 50%; }
textarea { height:150px; }
input.text:focus, input.title:focus, textarea:focus, select:focus { color:#000; background-color:#fff; }
input[type="text"]:disabled { cursor:not-allowed; }
input[type="checkbox"], .checkbox { appearance:none; width:30px; height:30px; display:block; float:left; margin:0; padding:0; }
input[type="checkbox"]:checked:before, .checkbox:checked:before { margin-left:2px; line-height:30px; font-size:24px; font-family:icons; content:'\e82e'; color:#000; }
.checkbox-label { line-height:30px; }
.checkbox-label input[type="checkbox"] { margin-right:10px; }

input.submit, a.button, a.button:link, a.button:visited, .button, button, .button, button, input[type="submit"], input[type="reset"], input[type="button"] { color:#fff; border:0px none; background-color:#be1205; font-family:'webfont1', Helvetica, Arial, sans-serif; font-size:24px; line-height:24px; letter-spacing:2px; font-weight:normal; text-transform:uppercase; text-decoration:none; display:inline-block; cursor:pointer; margin:0 0 20px 0; padding:20px 20px 17px 20px; box-sizing:border-box; text-align:center; position:relative; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.button:hover, button:hover, a.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:active, button:active, a.button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active { color:#fff; border:0px none; background-color:#000; }
.button_full { width:100%; display:block; }

input.warning { color:#f00; border:1px solid #c00; background-color:rgba(255,0,0,0.2); }
input.warning:focus { color:#f00; }
input.share_url { padding-left:30px; background-image:url(../images/layout/bg_link.png); background-position:7px center; background-repeat:no-repeat; }

.feedback {display:none; margin:0 0 20px 0;padding:30px;text-align:center;color:#fff;background:#000;position:relative;font-family: 'webfont1', Helvetica, Arial, sans-serif;}
.feedback a { color:#fff; text-decoration:underline; }
.feedback a.close { display:none; position:absolute; right:0px; top:0px; color:#fff; font-size:18px; padding:15px; text-decoration:none; }
.feedback a.close:hover, .feedback a.close:active { color:#ccc; }


/* share */
body.desktop .share_tools a.share_whatsapp, body.desktop .share_tools a.share_facebook_messenger { display:none !important; }
.share_tools a.button { margin:0 5px 10px 5px; }
.share_tools_big .share_tools a.button { font-size:24px; width:49px; height:49px; line-height:52px; text-align:center; margin:0 10px 10px 10px; padding:0; overflow:hidden; border-radius:50%; }


/* quick_follow */
.quick_follow { text-align:center; max-width:300px; margin:20px auto 0 auto; }
.quick_follow a.button { width:90%; padding-top:45px; padding-bottom:10px; text-align:center; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:0px 0px 0px rgba(0, 0, 0, 0.7); -webkit-box-shadow:0px 0px 0px rgba(0, 0, 0, 0.7); box-shadow:0px 0px 0px rgba(0, 0, 0, 0.7); }
.quick_follow a.button:hover, .quick_follow a.button:active { }
.quick_follow a.button .caption { font-size:12px; margin:2px 0; text-transform:none; }
.quick_follow a.button_bg { background-repeat:no-repeat; background-position:center 5px; background-size:auto 40px; }
.quick_follow a.target-spotify { background-image:url(../images/shopbuttons/black/spotify.png); }
.quick_follow a .button_content { display:block; font-weight:normal; font-size:14px; border-top:1px dotted #eee; margin:0; padding:10px 0 0 0; }
.quick_follow a .button_content .caption { display:block; }

/* fancybox */
.fancybox-title .share_tools { margin:10px 0 0 0; }
.fancybox-title .infos { width:100%; margin:0; padding:5px 0; font-size:10px; line-height:12px; }
.fancybox-title .infos .loading { font-size:13px; display:inline; }
.fancybox-title .infos .loading .icon { display:inline; }


/* media-queries + device-switches */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

}

@media screen and (min-width:1400px) {
    .carousel-cell .attachment .attachment-data .description h3 { font-size:140px; line-height:1.1em; }
}
    
@media screen and (max-width:640px) and (orientation: portrait) {
	body, td, th, p, li { font-size:20px; }
}

@media screen and (orientation: landscape) {

}

@media screen and (max-height:600px) {
	.nav_overlay .tab ul li { margin:10px 0; }
	.nav_overlay .tab ul li a { line-height:22px; font-size:22px; padding:10px 0 8px 0; }
}

@media screen and (min-width:640px) {
	.share h4 span { display:block; }
}

@media screen and (max-width:1080px) {
	.video .video_display .display { height:calc((var(--ratioHeight) / var(--ratioWidth)) * (100vw - 40px)); /* keep tracking of all paddings, borders etc! */ }
	.news .news_holder .item .visuals .videoborder .display { height:calc((var(--ratioHeight) / var(--ratioWidth)) * ((100vw - 100px) * 0.475)); }
}

@media screen and (max-width:960px) {
	.header_norm .logo { text-align:center; }
	.header_norm .social, body.compact .header_norm .social, body.menu_on .header_norm .social { display:none; }
	.nav_overlay .nav_social .social { display:block; }
        
	.itemview { width:100%; float:none; }
	.itemview_medium { width:65%; }
		
	.sidebar { width:100%; float:none; margin:60px 0 0 0; }
	.sidebar .sidebar_header { margin:0 0 30px 0; }
	.sidebar .sidebar_header h5 { text-align:center; position:relative; display:inline-block; }
	.sidebar .sidebar_header h5:before, .sidebar .sidebar_header h5:after { background:#333; content:""; display:block; height:1px; position:absolute; top:50%; width:400%; filter:alpha(opacity=33); -moz-opacity:0.33; opacity:0.33; }
	.sidebar .sidebar_header h5:before { right:110%; }
	.sidebar .sidebar_header h5:after { left:110%; }
	.sidebar .sidebar_header .h5_container { margin:0; position:relative; overflow:hidden; text-align:center; }
	.sidebar .textlist li { width:48%; }
	.sidebar .textlist li:first-child { padding:0 0 15px 0; border-top:0px none; }
	.sidebar .textlist li.active { display:none; }
	
	.product_links_splitter { clear:both; }
	.products .buy1 .shop_text { float:left; position:relative; width:50%; width:calc(100% - 150px); color:#ccc; }
	.products .buy1 .shop_image { float:right; width:140px; height:140px; margin:-10px -5px -5px 0; }
    
    .music .buy li { width:30%; width:calc((100% - 30px) / 3); }
}

@media screen and (max-width:860px) {
	/* 3 li pro reihe */
	.itemlist li {width:30%;width:calc((100% - 40px) / 3);margin: 0 20px 40px 0;}
	.itemlist li:nth-child(4n+4) { margin:0 20px 20px 0; }
	.itemlist li:nth-child(4n+5) { clear:none; }
	.itemlist li:nth-child(3n+3) { /* 3., 6., 9. etc... */ margin:0 0 20px 0;  }
	.itemlist li:nth-child(3n+4) { /* 4., 7., 10. etc... */ clear:both; }
    
    .carousel-cell .attachment .attachment-data .description h3 { font-size:86px; line-height:1.1em; }
		
	.products .product_list_3 .product, .products .product_list_3 .product:nth-child(odd), .products .product_list_3 .product:nth-child(even) { width:47%; margin:0 0 60px 0; float:left; clear:none; }
	.products .product_list_3 .product:nth-child(odd) { float:left; clear:both; }
	.products .product_list_3 .product:nth-child(even) { float:right; }
	.product_desc .buy { width:100%; }
	
	.dates .dateslist li .location span { display:block; width:100%; }
    
	.music .product { width:50%; margin:0 0 60px 0; }
	.music .product:nth-child(2n+1) { clear:both; }
}

@media screen and (max-width:768px) {
	
	.playlist .item { margin:0 0 60px 0; float:none; width:100% !important; }
	.playlist .item_delimiter { display:none; }

	.shop .item { margin:0 0 60px 0; float:none; width:100% !important; }
	.shop .item_delimiter { display:none; }
	
	.body_section .header_norm .social { display:none; }
	.twocolumns { -webkit-columns:1; -moz-columns:1; columns:1; }
}

@media screen and (max-width:720px) {
	
	/* 2 li pro reihe */
	.itemlist li:nth-child(3n+3) { margin:0; }
	.itemlist li:nth-child(3n+4) { clear:none; }
	.itemlist li:nth-child(odd) {float:left;width:48%;margin: 0 0 40px 0;}
	.itemlist li:nth-child(even) { float:right; width:48%; margin:0 0 40px 0; }
	.itemlist li:nth-child(2n+3) { /* 3., 5., 7. etc... */ clear:both; }
	
	.teaser .carousel-cell .attachment .attachment-data .description .buy li a { min-width:150px; }

	.dates .dateslist li.item { display:block; padding:25px 10px; }	
	.dates .dateslist li.item:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }	
	.dates .dateslist li.row-more { display:none; }
	.dates .dateslist li.item div { display:block; }	
	.dates .dateslist li .date { width:50%; display:block; }
	.dates .dateslist li .location { float:left; width:55%; display:block; }
	.dates .dateslist li .buttons { float:right; width:40%; display:block; }
	.dates .dateslist li.has2buttons .buttons { margin-top:-20px; }
    
	.news .itemlist .item { width:48%; margin:0 0 45px 0; }
	.news .itemlist .item:nth-child(4n+4) { /* 4., 8., 12. etc... */ margin:0 0 45px 0; }
	.news .itemlist .item:nth-child(4n+5) { /* 5., 9., 13. etc... */ clear:none; }
	.news .itemlist .item:nth-child(3n+3) { /* 3., 6., 9. etc... */ margin:0 0 45px 0; }
	.news .itemlist .item:nth-child(3n+4) { /* 4., 7., 10. etc... */ clear:none; }	
	.news .itemlist .item:nth-child(odd) { float:left; }
	.news .itemlist .item:nth-child(even) { float:right;}
	.news .itemlist .item:nth-child(2n+3) { /* 3., 5., 7. etc... */ clear:both; }
}

@media screen and (max-width:680px) {

}

@media screen and (max-width:640px) {	
	.bg_image { background-attachment:scroll; }
	
	.item .item_top .share_tools a { line-height:40px; font-size:32px; }
	.sidebar .itemlist li { padding:0; }
	.sidebar .textlist li { padding: 0 0 15px 0; }	
	.itemview_medium { width:100%; }
    
    .teaser .continue { bottom:40px; }
    .teaser .continue a { font-size:32px; }

    .carousel-cell .attachment .attachment-data .description h3 { font-size:56px; line-height:1.1em; }

    .products .section_content p.text { max-width:100%; }
	.products .product_desc, .products .product_img, .products .product_links { width:100%; float:none; padding-left:0px; }
	.products .product_list { display:block; }
	.products .product_list .product {display:block;float:none;width:100%;margin: 0 0 60px 0;padding:0 !important;}
	.products .product_list .product .product_img { display:block; width:100%; }
	.products .product_list .product .product_desc { display:block; padding:0; }
	.products .product_list .product .product_desc h5 { margin:30px 0 5px 0; }
	.product_desc .buy { width:80%; }
	.products .buy1 li a.button { height:auto; min-height:auto; }
	.products .buy1 .shop_text { float:left; width:50%; width:calc(100% - 110px); }
	.products .buy1 .shop_image { float:right; width:100px; height:100px; margin:-10px -5px -5px 0; }
    
	.news .news_holder .item .visuals { width:100%; float:none; }
	.news .news_holder .item .visuals .videoborder .display { height:calc((var(--ratioHeight) / var(--ratioWidth)) * (100vw - 100px)); }
	.news .news_holder .item .item_top { width:100%; float:none; margin:0 0 10px 0; }
	.news .news_holder .item .texts { width:100%; float:none; }

	.music .music_container .visual { float:none; width:100%; }
	.music .music_container .imageborder_holder { float:left; margin:0 20px 20px 0; width:33%; }
	.music .music_container .visual h5 { display:inline; }	
	.music .buy { float:none; }	
	.music .music_container .desc { float:none; margin:10px 0 0 0; width:100%; }
	.music .music_container .desc h5 { display:none; }
	.music .tracklist .track { padding:10px 0; }
    
	.newsletter .col { float:none; width:100%; margin:0 auto; }
	
	.threecolumns { -webkit-column-count:2; -moz-column-count:2; column-count:2; -webkit-column-gap:2em; -moz-column-gap:2em; column-gap:2em; }
}

@media screen and (max-width:580px) {
	/* 1 li pro reihe
	.itemlist li { clear:both !important; float:none !important; width:100% !important; margin:0 0 60px 0 !important; } */
	.sidebar .itemlist li { width:100%; }
    
	.news .itemlist .item, .blog .itemlist .item { clear:both !important; float:none !important; width:100% !important; margin:0 0 60px 0 !important; }
	
	.footer .social li { padding:0; }

	.threecolumns { -webkit-column-count:1; -moz-column-count:1; column-count:1; -webkit-column-gap:0em; -moz-column-gap:0em; column-gap:0em; }
}

@media screen and (max-width:500px) {
	.nav_overlay .nav_social .social li { display:inline-block;margin:10px;border-bottom:0px none;overflow:hidden;}
	.nav_overlay .nav_social .social li a { font-size:32px; line-height:36px; text-align:center; padding:0px; width:36px; height:36px; display:block; overflow:hidden; }		
}

@media screen and (max-width:480px) {
	.product_desc .buy { width:100%; }
	
	.dates .dateslist li .date { width:100%; }
	.dates .dateslist li .location { width:100%; }
	.dates .dateslist li .buttons, .dates .dateslist li.has2buttons .buttons { width:100%; margin:15px 0 0 0; }
	.dates .itemview .buttons li { display:block; margin:0; }
	.dates .itemview .buttons li a { width:100%; }
	.dates .itemview .buttons li a.ticket2 { margin:0 0 10px 0; }
	.dates .dateslist li .cal .calendar_links { left:-18px; top:32px; }
}