/* symphoniacs 2 | style.css */

/* @font-face */
@font-face { font-family:'webfont2'; src:url('../fonts/webfont2.eot'); src:url('../fonts/webfont2.eot?#iefix') format('embedded-opentype'), url('../fonts/webfont2.woff2') format('woff2'), url('../fonts/webfont2.woff') format('woff'), url('../fonts/webfont2.ttf') format('truetype'), url('../fonts/webfont2.svg#webfont2') 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:#fff; z-index:10001; pointer-events:none; }
#loading-animation { width:75px; height:100px; position:absolute; left:50%; top:50%; margin:-50px 0 0 -37px; cursor:pointer; pointer-events:all; }
/* #loading-animation .bgSpinner { position:absolute; left:0px; top:0px; z-index:1; } */
#loading-animation .bgSpinner {display:block;width:100%;height:100%;fill:#F027C1;-webkit-animation:rotateplane 3s infinite ease-in-out;animation:rotateplane 3s infinite ease-in-out;}
@-webkit-keyframes rotateplane{0%{-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg);transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{-webkit-transform:perspective(120px) rotateX(0deg) rotateY(360deg);transform:perspective(120px) rotateX(0deg) rotateY(360deg)}100%{-webkit-transform:perspective(120px) rotateX(360deg) rotateY(360deg);transform:perspective(120px) rotateX(360deg) rotateY(360deg)}}
@keyframes rotateplane        {0%{-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg);transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{-webkit-transform:perspective(120px) rotateX(0deg) rotateY(360deg);transform:perspective(120px) rotateX(0deg) rotateY(360deg)}100%{-webkit-transform:perspective(120px) rotateX(360deg) rotateY(360deg);transform:perspective(120px) rotateX(360deg) rotateY(360deg)}}


/* basics */
body { color:#fff; font-family:Helvetica, Arial, sans-serif; font-size:17px; text-align:center; background:#000; }
td, th, p, li { font-family:Helvetica, Arial, sans-serif; font-size:17px; text-align:left; }

h1, h2, h3, h4, h5, h6 { line-height:1.1em; color:#fff; font-weight:normal; margin:0px; padding:0px; }
h1, h2, h3, h4, h5 { font-family:Helvetica, Arial, sans-serif; text-transform:uppercase; }
h1 { font-size:52px; }
h2 { font-size:52px; margin:5px 0 10px 0; }
h3 { font-size:48px; }
h4 { font-size:36px; }
h5 { font-size:30px; line-height:1.3em; margin:0 0 10px 0; text-transform:none; /* font-family:"webfont1", Georgia, Times, "Times New Roman", serif; */ }
h6 { font-size:24px; margin:0 0 5px 0; }
td img, img { display:block; }

a:link, a:visited { color:#1bcfc9; text-decoration:none; -moz-outline-style:none; outline:none; }
a:hover, a:active { color:#fff; text-decoration:none; -moz-outline-style:none; outline:none; }


/* msg */
#msg { position:fixed; display:block; top:0; left:0; right:0; padding:30px; z-index:10002; }
#msg a.close { display:block; }


/* header */
.header { background:#666; background:transparent; position:fixed; left:0px; top:0px; width:100%; min-width:360px; height:50px; text-align:center; overflow:hidden; z-index:7000; }
.header a { text-shadow:0px 0px 1.5px rgba(0,0,0,0.75); }
.header a:link, .header a:visited { color:#f128c1; }
.header a:hover, .header a:active { color:#fff; }

.header .wrapper { max-width:90%; max-width:calc(100% - 40px); box-sizing:border-box; background:rgba(0,0,0,0.0); }

.header .menu { display:none; position:absolute; text-align:center; width:48px; left:-10px; top:3px; z-index:11; }
.header .menu a.btn { font-size:32px; text-align:center; width:46px; height:46px; margin:0; padding:0; display:block; overflow:hidden; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.header .menu a.btn .icon { line-height:46px; }
.header .menu a.btn .icon-cancel { display:none; }

.header .logo { pointer-events:none; position:relative; width:190px; height:36px; margin:0 auto; padding:7px 0 6px 0; filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }
.header .logo a { display:block; width:190px; height:36px; background-size:190px 36px; background-position:center center; background-repeat:no-repeat; text-indent:-9999px; overflow:hidden; }
.header .logo a:link, .header .logo a:visited { background-image:url(../images/icons/logo_black.png); }
.header .logo a:hover, .header .logo a:active { background-image:url(../images/icons/logo_turquoise.png); }

.header .nav_list { font-size:0px; line-height:0em; display:block; text-align:center; margin-top:-20px; padding:7px 0 0 0; }
.header .nav_list li { font-size:16px; display:inline-block; margin:0 24px; text-transform:uppercase; }

.header .lang { position:absolute; left:-1px; top:10px; }
.header .lang ul { text-align:center; font-size:0; }
.header .lang ul li { display:inline-block; margin:0; }
.header .lang ul li.delimiter { transform:translateY(6px); background:#fff; opacity:0.5; width:0.5px; height:24px; margin:0 10px; display:inline-block; text-align:center; }
.header .lang ul li a { transition:all 0.3s ease-in-out; text-align:center; font-weight:bold; font-size:17px; line-height:50px; height:50px; display:block; }
.header .lang ul li a:link, .header .lang ul li a:visited { color:#f128c1; }
.header .lang ul li a:hover, .header .lang ul li a:active { color:#fff; }
.header .lang ul li a .icon { display:none; }
.header .lang ul li.on  { margin:0 0 0 -6px; }
.header .lang ul li.on a { color:#fff; }
.header .lang ul li.on a .icon { display:inline-block; }
.header .lang ul li.on a .icon:before { transform:scale(0.55) translateY(1px); }

.header .social { position:absolute; right:0px; top:17px; }
.header .social ul { text-align:right; font-size:0; }
.header .social ul li { float:none; display:inline-block; margin:0 0 0 5px; }
.header .social ul li a { text-align:right; font-size:28px; line-height:36px; width:40px; height:36px; display:block; background:rgba(255,255,255,0.0); }

body.compact .header { height:80px; }
body.compact .header a { text-shadow:none; }
body.compact .header, body.menu_on .header { background:rgba(255,255,255,0.8); background:#fff; -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); }
body.compact .header .logo, body.menu_on .header .logo { pointer-events:all; filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
body.compact .header a:link, body.compact .header a:visited { color:#000; }
body.compact .header a:hover, body.compact .header a:active { color:#1bcfc9; }

body.compact .header .nav_list { margin-top:6px; }

body.compact .header .lang ul li.delimiter { background:#000; }
body.compact .header .lang ul li a { }
body.compact .header .lang ul li a:link, body.compact .header .lang ul li a:visited { color:#1bcfc9; }
body.compact .header .lang ul li a:hover, body.compact .header .lang ul li a:active { color:#000; }
body.compact .header .lang ul li.on a { color:#000; }


/* header > nav_overlay */		
body .nav_overlay { display:none; position:fixed; left:0px; top:100%; width:100%; height:150%; overflow:hidden; padding:0px; background:#fff; z-index:1001; }
body .nav_overlay .nav_holder { display:table-cell; vertical-align:middle; }

.nav_overlay .nav_overlay_header { height:170px; }
.nav_overlay .nav_overlay_header img { margin:0 auto 10px auto; }

.nav_overlay * { pointer-events:none; }
.nav_overlay a { pointer-events:all; }
.nav_overlay .tabheader ul.sub_nav { text-align:center; margin:0 0 10px 0; }
.nav_overlay .tabheader ul.sub_nav li { }

.nav_overlay .tab ul { display:block; position:relative; text-transform:uppercase; font-size:0px; }
.nav_overlay .tab ul li { display:block; position:relative; margin:0 0 2px 0; border-bottom:1px solid #eee; text-align:center; }
.nav_overlay .tab ul li:last-child { margin:0; }
.nav_overlay .tab ul li a { text-transform:uppercase; line-height:1.2em; font-size:28px; letter-spacing:1px; padding:10px 0; display:inline-block; }
.nav_overlay .tab ul li a:link, .nav_overlay .tab ul li a:visited { color:#1bcfc9; }
.nav_overlay .tab ul li a:hover, .nav_overlay .tab ul li a:active, .nav_overlay .tab ul li.on a { color:#000; }

.nav_overlay .tab ul li.lang-list a { display:inline-block; margin:0 0.55em 0 -0.45em; }
.nav_overlay .tab ul li.lang-list a .icon { display:inline-block; opacity:0; }
.nav_overlay .tab ul li.lang-list a .icon:before { transform:scale(0.55) translateY(1px); }
.nav_overlay .tab ul li.lang-list a.on { color:#000; }
.nav_overlay .tab ul li.lang-list a.on .icon { opacity:1; }
.nav_overlay .tab ul li.lang-list .delimiter { display:inline-block; display:none; background:#eee; width:0.5px; height:24px; margin:0; text-align:center; }

.nav_overlay .nav_social .social { display:block; }
.nav_overlay .nav_social .social ul { margin:0 auto; font-size:0; height:94px; overflow:hidden; }
.nav_overlay .nav_social .social li { display:inline-block; margin:10px 0px; 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:74px; text-align:center; padding:0; width:64px; height:70px; display:block; overflow:hidden; }
.nav_overlay .nav_social .social li a:link, .nav_overlay .nav_social .social li a:visited { color:#f128c1; text-shadow:none; }
.nav_overlay .nav_social .social li a:hover, .nav_overlay .nav_social .social li a:focus { color:#000; }
.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:.1em; }

body.menu_on .header { height:50px; background-color:#fff !important; }
body.menu_on .header .lang { display:none; }
body.menu_on .header .nav_list { display:none; }
body.menu_on .header a { text-shadow:none; }
body.menu_on .header .menu { display:block; }
body.menu_on .header .menu a .icon-menu { display:none; }
body.menu_on .header .menu a .icon-cancel-cicled { display:block; }
body.menu_on .header a:link, body.menu_on .header a:visited { color:#f128c1; }
body.menu_on .header a:hover, body.menu_on .header a:active { color:#000; }
body.menu_on .header .social { display:none; }
body.menu_on .header .lang ul li a:link, body.menu_on .header .lang ul li a:visited { color:#f128c1; }
body.menu_on .header .lang ul li a:hover, body.menu_on .header .lang ul li a:active { color:#000; }
body.menu_on .header .lang ul li.on a { color:#000; }
body.menu_on .header .lang ul li.delimiter { transform:translateY(7px); background:#000; opacity:0.5; }

body.menu_on .nav_overlay { display:table !important; top:-25% !important; }


/* wrapper, article, section, hero, backgrounds */
.wrapper { min-width:360px; max-width:1080px; margin:0 auto; padding:0 20px; position:relative; }
article { z-index:100; min-width:360px; margin:0 auto; padding:0; position:relative; }
section { width:100%; height:auto; padding:0; position:relative; display:table; overflow:hidden; border-bottom:0px solid #000; }
section .section_wrapper { position:relative; display:table-cell; padding:80px 20px 70px 20px; vertical-align:middle; }
section .section_content { position:relative; max-width:1280px; margin:0 auto; padding:0; }
section .section_content h3 { position:relative; display:block; margin:0 0 40px 0; padding:0 20px; }
/* section .section_content h3:before, section .section_content h3:after { background:#000; content:""; display:block; height:9px; position:absolute; top:50%; width:400%; } section .section_content h3:before { right:100%; } section .section_content h3:after { left:100%; } section .section_content .h3_container { margin:0 -1000px; position:relative; overflow:hidden; text-align:center; } */
section .section_content h4 { margin:0 0 20px 0; }
section .section_content .subheadline { font-size:14px; line-height:14px; letter-spacing:2px; font-family:Helvetica, Arial, sans-serif; text-transform:uppercase; text-align:center; margin:-25px auto 40px auto; }


/* backgrounds */
.bg1 { background:#000; z-index:101; }

.bg2 { background:#050522; }
.bg2 input.submit, .bg2 a.button, .bg2 a.button:link, .bg2 a.button:visited, .bg2 .button, button, .bg2 .button, .bg2 button, .bg2 input[type="submit"], .bg2 input[type="reset"], .bg2 input[type="button"] { color:#1bcfc9; border:1px solid #1bcfc9; }
.bg2 .button:hover, .bg2 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:#fff; border:1px solid #fff; }

.bg3 { background:#fff; color:#000; }
.bg3 h1, .bg3 h2, .bg3 h3, .bg3 h4, .bg3 h5, .bg3 h6 { color:#000; }
.bg3 a:link, .bg3 a:visited { color:#1bcfc9; }
.bg3 a:hover, .bg3 a:active { color:#000; }
.bg3 ul.sub_nav li a:link, .bg3 ul.sub_nav li a:visited { color:#000; border-bottom:1px solid transparent; }
.bg3 ul.sub_nav li a:hover, .bg3 ul.sub_nav li a:active, .bg3 ul.sub_nav li.on a { color:#1bcfc9; border-bottom:1px solid #1bcfc9; }
.bg3 .share_tools_big a:link, .bg3 .share_tools_big a:visited { color:#1bcfc9; border:1px solid #1bcfc9; background:none; }
.bg3 .share_tools_big a:hover, .bg3 .share_tools_big a:active { color:#000; border:1px solid #000; background:none; }

.bg4 { background:#3f5cfe; }

.bg5 { background:#f128c1; }
.bg5 a:link, .bg5 a:visited { color:#000; }
.bg5 a:hover, .bg5 a:active { color:#fff; }
.bg5 ul.sub_nav li a:link, .bg5 ul.sub_nav li a:visited { color:#fab6ea; border-bottom:1px solid transparent; }
.bg5 ul.sub_nav li a:hover, .bg5 ul.sub_nav li a:active, .bg5 ul.sub_nav li.on a { color:#fff; border-bottom:1px solid #eee; }

.bg6 { background-color:#3f5cfe; }
.bg6 input.submit, .bg6 a.button, .bg6 a.button:link, .bg6 a.button:visited, .bg6 .button, button, .bg6 .button, .bg6 button, .bg6 input[type="submit"], .bg6 input[type="reset"], .bg6 input[type="button"] { color:#1bcfc9; border:1px solid #1bcfc9; }
.bg6 .button:hover, .bg6 button:hover, .bg6 a.button:hover, .bg6 input[type="submit"]:hover, .bg6 input[type="reset"]:hover, .bg6 input[type="button"]:hover, .bg6 .button:active, .bg6 button:active, .bg6 a.button:active, .bg6 input[type="submit"]:active, .bg6 input[type="reset"]:active, .bg6 input[type="button"]:active { color:#fff; border:1px solid #fff; }

.bg7 { background-color:#101740; }
.bg7 a:link, .bg7 a:visited { color:#f128c1; }
.bg7 a:hover, .bg7 a:active { color:#fff; }
.bg7 input.submit, .bg7 a.button, .bg7 a.button:link, .bg7 a.button:visited, .bg7 .button, button, .bg7 .button, .bg7 button, .bg7 input[type="submit"], .bg7 input[type="reset"], .bg7 input[type="button"] { color:#f128c1; border:1px solid #f128c1; }
.bg7 .button:hover, .bg7 button:hover, .bg7 a.button:hover, .bg7 input[type="submit"]:hover, .bg7 input[type="reset"]:hover, .bg7 input[type="button"]:hover, .bg7 .button:active, .bg7 button:active, .bg7 a.button:active, .bg7 input[type="submit"]:active, .bg7 input[type="reset"]:active, .bg7 input[type="button"]:active { color:#fff; border:1px solid #fff; }

.bg_image { background-color:#000; background-attachment:fixed; background-repeat:no-repeat; background-position:center 0px; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
.bg_image .section_wrapper { background:rgba(0,0,0,0.5); }


/* subheadlines */
.hl { text-align:center; position:relative; display:inline-block; }
.hl:before, .hl:after { background:#fff; content:""; display:block; height:1px; position:absolute; top:50%; width:1000%; filter:alpha(opacity=33); -moz-opacity:0.33; opacity:0.33; }
.hl:before { right:110%; }
.hl:after { left:110%; }
.hl_container { margin:0 0 15px 0; position:relative; overflow:hidden; text-align:center; }
.hl a:link, .hl a:visited { color:#fff; }
.hl a:hover, .hl a:active { color:#e5e7d8; }


/* 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:26px; line-height:26px; letter-spacing:2px; text-transform:uppercase; }
ul.sub_nav li a { display:block; padding:5px 0px; font-family:Helvetica, Arial, sans-serif; /* font-family:"webfont2", "Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif; */ }
ul.sub_nav li a:link, ul.sub_nav li a:visited { color:#ccc; border-bottom:1px solid transparent; }
ul.sub_nav li a:hover, ul.sub_nav li a:active, ul.sub_nav li.on a { color:#fff; border-bottom:1px solid #ccc; }
ul.sub_nav li.on a { border-bottom:1px solid #ccc; }


/* 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 li a { position:relative; }
.itemlist li.on a { border:0px solid #fff !important; }
.itemlist li .display { width:100%; height:0; margin:0; padding:0 0 56.25% 0; 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; }
.itemlist li .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 li .display .display:last-child { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }

.itemlist li.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 li.grayscale:hover { -moz-filter:none; -ms-filter:none; filter:none; -webkit-filter:none; }

.itemlist li .overlay { position:absolute; left:0px; bottom:0px; width:100%; height:35px; overflow:hidden; background:rgba(0,0,0,0.6); display:block; }
.itemlist li .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 li:hover .overlay, .itemlist li:focus .overlay { height:100%; }

.itemlist li .overlay .caption_holder { position:absolute; left:0px; top:0px; width:100%; height:100%; display:table; }
.itemlist li .overlay .caption { display:table-cell; padding:6px 10px 10px 10px; vertical-align:middle; position:relative; font-size:14px; color:#fff; text-align:center; }
.itemlist li:hover .overlay .caption, .itemlist li:focus .overlay .caption { padding:10px; }
.itemlist li .overlay .caption { text-shadow:0px 0px 3px rgba(0,0,0,.75); text-shadow:none; -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 li .overlay .txt_short { display:inline; }
.itemlist li .overlay .txt_long { display:none; }
.itemlist li:hover .overlay .txt_short, .itemlist li:focus .overlay .txt_short { display:none; }
.itemlist li:hover .overlay .txt_long, .itemlist li:focus .overlay .txt_long { display:inline; }

.itemlist li.on .display { }
.itemlist li:hover .overlay, .itemlist li:focus .overlay, .itemlist li.on .overlay { background:rgba(0,0,0,0.8); height:100%; }
.itemlist li:hover .overlay1, .itemlist li:focus .overlay1 { background:rgba(27,207,201,0.9); }
.itemlist li:hover .overlay2, .itemlist li:focus .overlay2 { background:rgba(5,13,158,0.9); }
.itemlist li:hover .overlay3, .itemlist li:focus .overlay3 { background:rgba(241,40,193,0.9); }
.itemlist li.on .overlay { background:rgba(241,40,193,0.5); }
.itemlist li.on .overlay .caption { text-shadow:none; color:#fff; }
.itemlist li.on .overlay .txt_short { display:none; }
.itemlist li.on .overlay .txt_long { display:inline; }


/* items */
.item .item_top { margin:0 0 5px 0; }
.item .item_top .share_tools a { float:left; line-height:20px; display:inline-block; border-right:1px solid #444; padding:0 7px; }
.item .item_top .share_tools a:first-child { border-left: 1px solid #444; }
.item .item_top .date { float:left; line-height:20px; margin:0 0 0 5px; padding:0 3px; }
.item .item_top .date a:link, .news .item .item_top .date a:visited { color:#999; }
.item .item_top .date a:hover, .news .item .item_top .date a:active { color:#e5e7d8; }

.item .texts h5 { margin:0 0 10px 0; }
.item .texts h5 a:link, .news .item .texts h5 a:visited { color:#fff; }
.item .texts h5 a:hover, .news .item .texts h5 a:active { color:#e5e7d8; }
.item .texts .readmore { margin:10px 0 0 0; }
.item .texts .readmore a icon:before { margin-left:0; }


/* 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; }
.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; }


/* 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; color:#fff; font-size:18px; font-weight:bold; }
.subsection .header div div.cell-icon { width:35px; }
.subsection .header div div.cell-icon .icon { font-size:28px; }


/* intro */
.intro { width:100%; height:100%; position:relative; box-sizing:border-box; background:#fff url(../images/layout/bg_intro_desktop.jpg) center center no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
.intro .table { position:relative; width:100%; height:100%; z-index:100; }
.intro .row, .intro .cell { position:relative; }
.intro .row1 { height:75%; -webkit-transition:all 2s ease-out; -moz-transition:all 2s ease-out; -o-transition:all 2s ease-out; transition:all 2s ease-out; }
.intro .row1 .cell1 { cursor:pointer; }
.intro h1, .intro h2 { text-shadow:0px 0px 2px #fff, 0px 0px 5px #fff, 0px 0px 7px #fff; -webkit-transition:all 2s ease-in-out; -moz-transition:all 2s ease-in-out; -o-transition:all 2s ease-in-out; transition:all 2s ease-in-out; }
.fg_intro { filter:alpha(opacity=0); -moz-opacity:0; opacity:0; position:absolute; overflow:hidden; left:0px; top:0px; width:100%; height:100%; z-index:1; pointer-events:none; -webkit-transition:all 2s ease-in-out; -moz-transition:all 2s ease-in-out; -o-transition:all 2s ease-in-out; transition:all 2s ease-in-out; }

.intro_loading .row1 { height:10%; }
.intro_loading h1, .intro_loading h2 { text-shadow:0px 0px 5px rgba(255,255,255,0.9); }
.intro_loading .fg_intro { background:#fff; filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }


/* teaser */
.teaser { overflow:visible; }
.teaser .section_wrapper { margin:0; padding:0; }
.teaser .section_content { max-width:100%; padding:0; }
.teaser .section_content h3 { display:none; }
.teaser .slides_holder { position:relative; }
.teaser .slides { height:640px; position:relative; width:100%; overflow:hidden; background:#000; }
.teaser .slide { width:100%; height:100%; 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; }
.teaser .slide .bg_video_holder { position:absolute; left:0px; top:0px; width:100%; height:100%; display:block; }
.teaser .slide .bg_video_holder video { opacity:1; outline:none; position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; }
.teaser .slide .bg_video_holder .fg_video { display:block; background:rgba(0,0,0,0.1) url(../images/layout/bg_noise-lines.png); position:absolute; left:0px; top:0px; width:100%; height:100%; }
.teaser .slide .bg_video_holder .fg_video:before { display:block; content:''; background:linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%); position:absolute; left:0px; top:0px; width:100%; height:100%; }
.teaser .slide .videoborder { width:100%; height:100%; display:block; z-index:10; border:0px none; margin:0; padding:0; position:relative; background:#000; }
.teaser .slide .videoborder .loading { position:absolute; left:50%; top:50%; margin:-25px 0 0 -25px; }
.teaser .slide .videoborder iframe, .teaser .slide .videoborder video { position:absolute; top:0; left:0; width:100%; height:100%; }

.teaser .slide .attachment { background:rgba(0,0,0,0); position:absolute; left:0%; top:0%; width:100%; height:100%; display:table; }
.teaser .slide .attachment .attachment-data { display:table-cell; padding:80px 0 100px 0; vertical-align:middle; text-align:center; font-size:24px; line-height:1.5em; }
.teaser .slide .attachment .attachment-data .description { color:#fff; padding:20px; }
.teaser .slide .attachment .attachment-data .description h4 { font-size:36px; text-transform:uppercase; margin:0 0 20px 0; }
.teaser .slide .attachment .attachment-data .description .desc_text { margin:0 0 10px 0; }
.teaser .slide .attachment .attachment-data .description .logo { width:100%; max-width:900px; margin:0 auto; }
.teaser .slide .attachment .attachment-data .description .button { margin:10px 0 0 0; font-family:"Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif; }

.teaser .slides_holder a.slides_nav { background:rgba(255,255,255,0.5); position:absolute; top:45%; margin:-20px 0 0 0; width:40px; height:40px; text-align:center; overflow:hidden; display:block; z-index:999; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; }
.teaser .slides_holder a.slides_nav:hover, .teaser .slides_holder a.slides_nav:active { background:#fff; }
.teaser .slides_holder a.slides_nav .icon { font-size:36px; line-height:40px; color:#000; }
.teaser .slides_holder a.slides_nav .icon:before { margin:0; }
.teaser .slides_holder a.slides_nav_prev { left:10px; }
.teaser .slides_holder a.slides_nav_prev .icon:before { margin-left:-3px; }
.teaser .slides_holder a.slides_nav_next { right:10px; }

.teaser ul.links { font-size:0; line-height:0; text-align:center; }
.teaser ul.links li { display:inline-block; margin:0 10px; }
.teaser ul.links li a { min-width:230px; background:rgba(0,0,0,0.3); }
.teaser ul.links li a:link, .teaser ul.links li a:visited { color:#000; border:1px solid #1bcfc9; background-color:#1bcfc9; }
.teaser ul.links li a:hover, .teaser ul.links li a:active { color:#000; border:1px solid #fff; background-color:#fff; }

.slides_pager { pointer-events:none; text-align:center; width:100%; padding:5px 0; position:relative; overflow:hidden; }
.slides_pager span { pointer-events:all; font-family:arial; font-size:1px; width:10px; height:10px; margin:0 10px; background:#666; background:rgba(255,255,255,0.33); -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; overflow:hidden; text-indent:-3000px; display:inline-block; }
.slides_pager span:hover, .slides_pager span:focus { background:#fff; }
.slides_pager > * { cursor:pointer; }
.slides_pager span.cycle-pager-active { background:#fff; cursor:default; }

.teaser .continue { position:absolute; left:0px; bottom:35px; width:100%; text-align:center; z-index:120; }
.teaser .continue h6 a { font-size:32px; text-shadow:0px 1px 1px rgba(0,0,0,0.5); }

#ticker-area { font-size:22px; margin:20px 0 0 0; text-transform:uppercase; min-height:64px; }


/* info */
.info .text { width:100%; max-width:720px; margin:0 auto 15px auto; }
.info .text strong, .info .text b { font-weight:bold; }
.info .more_link { font-size:16px; line-height:20px; }


/* video */
.video { }
.video .section_wrapper { padding:80px 0 70px 0; }
.video .section_content { max-width:100%; }
.video .maxwidth { position:relative; width:100%; max-width:1320px; margin:0 auto; padding:0 20px; box-sizing:border-box; }
.video .video_holder, .video .video_player { position:relative; }

.video .video_display { position:relative; border:0px solid #000; margin:30px 0 0 0; background:rgba(0,0,0,0.5); }
.video .video_display { width:100%; height:0; display:block; position:relative; padding-bottom:56.25%; background:#000; overflow:hidden; }
.video .video_display iframe, .video .video_display video { position:absolute; top:0; left:0; width:100%; height:100%; }
.video .video_display .loading { position:absolute; left:50%; top:50%; margin:-25px 0 0 -25px; color:#666; }

.video .video_desc { padding:20px; text-align:center; overflow:hidden; }
.video .video_desc .video_title { margin:0 0 10px 0; }
.video .video_desc .video_url { display:none; }

.video a.video_nav { position:absolute; top:50%; margin:-20px 0 0 0; width:40px; height:40px; text-align:center; overflow:hidden; display:block; z-index:999; }
.video a.video_nav:hover, .video a.video_nav:active { }
.video a.video_nav .icon { font-size:36px; line-height:40px;  }
.video a.video_nav .icon:before { margin:0; }
.video a.video_nav_prev { left:10px; }
.video a.video_nav_prev .icon:before { margin-left:-3px; }
.video a.video_nav_next { right:10px; }


/* products */
.products { background-color:#eee; }
.products .section_wrapper h3 { display:none; }
.products .product_list { display:block; }
.products .product { width:46%; margin:0 auto 60px auto; display:block; position:relative; float:left; vertical-align:top; text-align:center; box-sizing:border-box; }
.products .product:nth-child(even) { float:right; }
.products .product:nth-child(odd) { clear:both; }
.products .product_list_1 { width:100%; display:table; }
.products .product_list_1 .product { width:100%; display:table-row; float:none; }
.products .product_list_1 .product .product_img { display:table-cell; width:47%; vertical-align:middle; text-align:center; }
.products .product_list_1 .product .product_desc { display:table-cell; padding:0 0 0 6%; vertical-align:middle; text-align:center; }
.products .product_list_1 .product .product_desc h5 { font-size:48px; margin:0 0 5px 0; }
.products .product_list_3 .product { width:30%; }
.products .product_list_3 .product:nth-child(2n) { float:left; margin:0 5%; }

.product_img { position:relative; }
.product_img .contentborder { position:relative; overflow:hidden; border:0 none !important; }
.product_img .contentborder .imageborder_holder { margin:0; }
.product_img .albumplayer { display:none; position:absolute; top:0; left:0; width:100%; height:0; z-index:10; padding-bottom:100%; background:#fff; box-sizing:border-box; }
.product_img .albumplayer iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

.product_desc { width:100%; }
.product_desc h5 { text-align:left; line-height:1em; margin:30px 0 5px 0; text-transform:uppercase; }
.product_desc .format { text-align:left; line-height:1em; margin:20px 0; font-size:14px; }
.product_desc h6 { margin:10px 0; text-transform:uppercase; letter-spacing:-1px; }
.product_desc .date { margin:5px 0; font-weight:bold; }
.product_desc .delimiter { display:none; }
.product_desc .product_text { text-align:justify; }

.product_desc .buy { margin:20px 0 0 0; }
.product_desc .buy li.albumplayer_trigger .title_on { display:none; }
.product_desc .buy li { width:48%; margin:0 0 20px 0; padding:0px; text-align:center; display:block; }
.product_desc .buy li:nth-child(odd) { float:left; }
.product_desc .buy li:nth-child(even) { float:right; }
.product_desc .buy li:nth-child(2n+3) { /* 3., 5., 7. etc... */ clear:both; }
.product_desc .buy li a { display:block; height:55px; font-size:24px; line-height:55px; margin:0; padding:0 10px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.product_desc .buy li a:hover, .products .product_desc .buy li a:active { }
.product_desc .buy li a .caption { color:#ccc; font-size:12px; margin:5px 0 0 0; text-transform:none; }
.product_desc .buy li a.button_bg { text-indent:-3000px; background-repeat:no-repeat; background-position:center center; background-size:contain; }

.product_desc .buy li a.target-amazon { background-image:url(../images/shopbuttons/color/amazon.png); }
.product_desc .buy li a.target-amazon:hover, .product_desc .buy li a.target-amazon:active { background-image:url(../images/shopbuttons/black/amazon.png); }
.product_desc .buy li a.target-amazonmusic { background-image:url(../images/shopbuttons/color/amazonmusic.png); }
.product_desc .buy li a.target-amazonmusic:hover, .product_desc .buy li a.target-amazonmusic:active { background-image:url(../images/shopbuttons/black/amazonmusic.png); }
.product_desc .buy li a.target-applemusic { background-image:url(../images/shopbuttons/color/applemusic.png); }
.product_desc .buy li a.target-applemusic:hover, .product_desc .buy li a.target-applemusic:active { background-image:url(../images/shopbuttons/black/applemusic.png); }
.product_desc .buy li a.target-bravado { background-image:url(../images/shopbuttons/color/bravado.png); }
.product_desc .buy li a.target-bravado:hover, .product_desc .buy li a.target-bravado:active { background-image:url(../images/shopbuttons/black/bravado.png); }
.product_desc .buy li a.target-deezer { background-image:url(../images/shopbuttons/color/deezer.png); }
.product_desc .buy li a.target-deezer:hover, .product_desc .buy li a.target-deezer:active { background-image:url(../images/shopbuttons/black/deezer.png); }
.product_desc .buy li a.target-emp { background-image:url(../images/shopbuttons/color/emp.png); }
.product_desc .buy li a.target-emp:hover, .product_desc .buy li a.target-emp:active { background-image:url(../images/shopbuttons/black/emp.png); }
.product_desc .buy li a.target-googleplay { background-image:url(../images/shopbuttons/color/googleplay.png); }
.product_desc .buy li a.target-googleplay:hover, .product_desc .buy li a.target-googleplay:active { background-image:url(../images/shopbuttons/black/googleplay.png); }
.product_desc .buy li a.target-itunes { background-image:url(../images/shopbuttons/color/itunes.png); }
.product_desc .buy li a.target-itunes:hover, .product_desc .buy li a.target-itunes:active { background-image:url(../images/shopbuttons/black/itunes.png); }
.product_desc .buy li a.target-mediamarkt { background-image:url(../images/shopbuttons/color/mediamarkt.png); }
.product_desc .buy li a.target-mediamarkt:hover, .product_desc .buy li a.target-mediamarkt:active { background-image:url(../images/shopbuttons/black/mediamarkt.png); }
.product_desc .buy li a.target-saturn { background-image:url(../images/shopbuttons/color/saturn.png); }
.product_desc .buy li a.target-saturn:hover, .product_desc .buy li a.target-saturn:active { background-image:url(../images/shopbuttons/black/saturn.png); }
.product_desc .buy li a.target-soundcloud { background-image:url(../images/shopbuttons/color/soundcloud.png); }
.product_desc .buy li a.target-soundcloud:hover, .product_desc .buy li a.target-soundcloud:active { background-image:url(../images/shopbuttons/black/soundcloud.png); }
.product_desc .buy li a.target-spotify { background-image:url(../images/shopbuttons/color/spotify.png); }
.product_desc .buy li a.target-spotify:hover, .product_desc .buy li a.target-spotify:active { background-image:url(../images/shopbuttons/black/spotify.png); }
.product_desc .buy li a.target-tidal { background-image:url(../images/shopbuttons/color/tidal.png); }
.product_desc .buy li a.target-tidal:hover, .product_desc .buy li a.target-tidal:active { background-image:url(../images/shopbuttons/black/tidal.png); }


/* dates */
.dates .section_content .subheadline { font-size:28px; line-height:28px; }
.dates .dates_block { margin:0 0 80px 0; display:block; }
.dates .dates_block:last-child { margin:0; }
.dates .dates_block .desc { width:100%; max-width:720px; margin:0 auto 15px auto; }
.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 #a1458c; margin:15px 0; }
.dates .dateslist li.item { text-align:left; position:relative; padding:10px 10px; display:table; width:100%; box-sizing:border-box; border-bottom:1px solid #a1458c }
.dates .dateslist li.row1 { background:rgba(255,255,255,0); }
.dates .dateslist li.row2 { background:rgba(255,255,255,0); }
.dates .dateslist li.item:hover { background:rgba(255,255,255,0.1); }
.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:200px; 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 .calendar_toggle { font-size:18px; background:transparent !important; border:none !important; }
.dates .dateslist li .cal .calendar_toggle:hover, .dates .dateslist li .cal .calendar_toggle:active { }
.dates .dateslist li .cal .calendar_toggle:focus { }
.dates .dateslist li .cal .calendar_toggle .indicator { display:inline-block; margin-right:-2px; }

.dates .dateslist li .cal .calendar_links { border:1px solid #ccc; background:#050522; display:none; position:absolute; z-index:200; left:40px; top:-40px; white-space:nowrap; padding:10px 18px 10px 10px; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5); -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5); box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5); }
.dates .dateslist li .cal .calendar_links ul li { margin:5px 0; font-size:15px; }
.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 .cal .calendar_links ul li a:focus { }

.dates .dateslist li .location { width:auto; pointer-events:none; }
.dates .dateslist li .location span { display:inline-block; }
.dates .dateslist li .location span.city { width:38%; text-transform:uppercase; 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 { cursor:help; border:1px solid #666; display:inline-block; pointer-events:all; margin:0 10px 0 0; }
.dates .dateslist li .location span.venue { width:58%; }
.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 { border-bottom:1px solid; }
.dates .dateslist li .location span.venue a:hover, .dates .dateslist li .location span.venue a:active { border-bottom:1px solid; }
.dates .dateslist li .location span.venue .text { width:100%; display:block; margin:10px 0 0 0; font-size:0.8em; line-height:1.2em; }
.dates .dateslist li .location span.venue .text a { text-decoration:none; }

.dates .dateslist li .buttons { width:180px; padding-left:5px; }
.dates .dateslist li .buttons a { font-size:20px; margin:0; padding:10px 10px 20px 10px; display:block; width:100%; box-sizing:border-box; text-align:center; text-transform:uppercase; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; vertical-align:baseline; position:relative; }
.dates .dateslist li .buttons a.ticket:hover, .dates .dateslist li .buttons a.ticket:active { }
.dates .dateslist li .buttons a .domain { left:0px; bottom:9px; overflow: hidden; text-overflow:ellipsis; width:100%; opacity:0.8; margin:0; padding:0 4px; font-size:10px; letter-spacing:0.75px; line-height:10px; display:block; position:absolute; box-sizing:border-box; }
.dates .buttons a.onsale { padding-bottom:22px; cursor:default !important; pointer-events:none; }
.dates .buttons a.onsale .onsale_text { color:#fff; background:rgba(0,0,0,0.66); font-size:10px; letter-spacing:0px; line-height:12px; left:0px; bottom:0px; width:100%; box-sizing:border-box; font-family:Helvetica, Arial, sans-serif; position:absolute; display:block; margin:0px; padding:3px 3px 3px 3px; }
.dates .dateslist li .buttons a.ticket2 { margin:0 0 10px 0; }
.dates .dateslist li .buttons a.soldout, .dates a.soldout { cursor:default !important; opacity:0.5; pointer-events:none; }

.dates h1 { font-size:36px; }
.dates .itemview .item_top { display:none; }
.dates .subscribe { margin:5px 0 0 0; }
.dates .desc { margin:15px 0 0 0; }
.dates .map { margin:25px 0 0 0; background:rgba(0,0,0,0.2); }
.dates .map .display { padding-bottom:56.25% !important; height:0; }

.dates.bg2 .dateslist { }
.dates.bg2 .dateslist li.item { }
.dates.bg2 .dateslist li.item:hover { }
.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 { color:#fff; border-bottom:1px solid #fff; }
.dates.bg2 .dateslist li .location span.venue a:hover, .dates.bg2 .dateslist li .location span.venue a:active { color:#1bcfc9; border-bottom:1px solid #1bcfc9; }



/* photos */
.photos .photos_holder { display:none; position:relative; margin:0 auto 60px auto; min-height:300px; }
.photos .photos_holder .desc { font-size:0.8em; margin:0 0 40px 0; }
.photos .photos_holder .itemlist { margin:20px auto 0 auto; }

.photos .itemlist .item { text-align:left; width:30%; width:calc((100% - 40px) / 3); margin:0 20px 20px 0; }
.photos .itemlist .item:nth-child(4n+4) { margin:0 20px 20px 0; }
.photos .itemlist .item:nth-child(4n+5) { clear:none; }
.photos .itemlist .item:nth-child(3n+3) { /* 3., 6., 9. etc... */ margin:0 0 20px 0;  }
.photos .itemlist .item:nth-child(3n+4) { /* 4., 7., 10. etc... */ clear:both; }

.photos .itemlist li.item .display { padding:0 0 100% 0; }


/* news */
.news { }
.news h3 { font-family:Helvetica, Arial, sans-serif; text-transform:none; }

.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; margin:0 0 30px 0; }
.news .news_holder .item .visuals .video_container { margin:0 0 15px 0; width:100%; height:0; display:block; z-index:10; position:relative; padding-bottom:56.25%; background:#000; border:0px solid #000; box-sizing:border-box; overflow:hidden; }
.news .news_holder .item .visuals .video_container video, .news .news_holder .video_container iframe { position:absolute; top:0; left:0; width:100%; height:100%; box-sizing:border-box; }
	
.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 { color:#000; }
.news .news_holder .item .date a:hover, .news .news_holder .item .date a:active { color:#1bcfc9; }
.news .news_holder .item .date .delimiter { color:#ccc !important; }
.news .news_holder .item .texts { width:47.5%; float:right; padding:30px 0 0 0; }
.news .news_holder .item .texts h6 { margin:0 0 15px 0; }
.news .news_holder .item .texts a.link_url { display:block; margin:15px 0 0 0; }

.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 { padding:0 0 66.67% 0; }
.news .itemlist .item .overlay { height:0px; }
.news .itemlist .item:hover .overlay, .news .itemlist .item:focus .overlay { height:100%; }
.news .itemlist .item .visuals .caption .icon { font-size:32px; }
.news .itemlist .item .visuals .imageborder_holder_s { }
.news .itemlist .item .visuals .imageborder_holder img { box-sizing:border-box; }
.news .itemlist .item .visuals .video_container { width:100%; height:0; display:block; z-index:10; position:relative; padding-bottom:58.5%; background:#000; border:0px solid #000; box-sizing:border-box; overflow:hidden; }
.news .itemlist .item .visuals .video_container video, .news .itemlist .video_container iframe { position:absolute; top:0; left:0; width:100%; height:100%; 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; }
.news .itemfacebook .attachment-data p.name { display:none; }


/* about */
.about .section_wrapper { padding:80px 20px 140px 20px; }
.about .block { position:relative; margin:0 0 80px 0; }
.about .block_header, .about .block_text { position:relative; z-index:100; }
.about .block_header h4, .about .block_header h5 { margin:0 auto 80px auto; max-width:590px; }
.about .block_images { width:100%; height:100%; position:absolute; left:0px; top:0px; display:block; z-index:1; }
.about .block_images .display { position:absolute; left:auto; right:0px; top:180px; max-width:90%; max-height:90%; display:block; filter:alpha(opacity=0); -moz-opacity:0; opacity:0; -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; }
.about .block_images .display:last-child { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
.about .block_text { width:50%; float:left; text-align:left; margin-bottom:60px;}
.about .block_r .block_images img { left:0px; right:auto; }
.about .block_r .block_text { float:right; }


/* artists */
.artists { }
.artists .itemlist .item { text-align:left; width:30%; width:calc((100% - 40px) / 3); margin:0 20px 20px 0; }
.artists .itemlist .item:nth-child(4n+4) { margin:0 20px 20px 0; }
.artists .itemlist .item:nth-child(4n+5) { clear:none; }
.artists .itemlist .item:nth-child(3n+3) { /* 3., 6., 9. etc... */ margin:0 0 20px 0;  }
.artists .itemlist .item:nth-child(3n+4) { /* 4., 7., 10. etc... */ clear:both; }

.artists .itemlist li.item .display { padding:0 0 100% 0; }

.artists .artists_holder { display:none; position:relative; margin:0 0 60px 0; }
.artists .artists_holder .item { text-align:left; }

.artists .artists_holder .visuals { width:47.5%; float:left; margin:0 0 30px 0; }

.artists .artists_holder .texts { width:47.5%; float:right; padding:30px 0 0 0; }
.artists .artists_holder .texts h6 { margin:0 0 15px 0; }

.artists .artists_holder .texts .social li { float:left; }
.artists .artists_holder .texts .social li a { display:block; font-size:24px; width:36px; height:36px; line-height:36px; }
.artists .artists_holder .texts .social li a:link, .artists .artists_holder .item .texts .social li a:visited { }
.artists .artists_holder .texts .social li a:hover, .artists .artists_holder .item .texts .social li a:active { }

.artists .artists_holder .texts .desc_block { margin:0 0 20px 0; }
.artists .artists_holder .texts .desc_block h6 { margin:0 0 10px 0; display:none; }
.artists .artists_holder .texts .desc_info2 h6 { display:block; }

.artists .artists_holder .texts .text_truncate .more { text-align:left; padding:10px 0 0 0; font-size:inherit; line-height:inherit; letter-spacing:normal; font-family:inherit; text-transform:none; }


/* interviews */
.interviews { height:100%; position:relative; box-sizing:border-box; }
.interviews .section_content h3, .interviews .section_content h3_container { display:none; }
.interviews .section_wrapper { padding:0px; }
.interviews .section_content { max-width:100%; }

.interviews .slides_holder { position:relative; }
.interviews .slides { height:640px; position:relative; width:100%; overflow:hidden; background:#000; }
.interviews .slide { width:100%; height:100%; 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; }

.interviews .slide .attachment { background:rgba(0,0,0,0); position:absolute; left:0%; top:0%; width:100%; height:100%; display:table; }
.interviews .slide .attachment .attachment-data { display:table-cell; padding:0 0 40px 0; vertical-align:bottom; text-align:center; font-size:24px; line-height:1.5em; }
.interviews .slide .attachment .attachment-data .description { color:#fff; padding:20px; }
.interviews .slide .attachment .attachment-data .description h4 { font-size:56px; max-width:800px; text-transform:uppercase; margin:0 auto 20px auto; }
.interviews .slide .attachment .attachment-data .description .desc_text { margin:0 0 20px 0; }
.interviews .slide .attachment .attachment-data .description .button { margin:10px 0 0 0; }

.interviews .slides_holder a.slides_nav { position:absolute; top:50%; margin:-20px 0 0 0; width:40px; height:40px; text-align:center; overflow:hidden; display:block; z-index:999; }
.interviews .slides_holder a.slides_nav:hover, .interviews .slides_holder a.slides_nav:active { }
.interviews .slides_holder a.slides_nav .icon { font-size:36px; line-height:40px;  }
.interviews .slides_holder a.slides_nav .icon:before { margin:0; }
.interviews .slides_holder a.slides_nav_prev { left:10px; }
.interviews .slides_holder a.slides_nav_prev .icon:before { margin-left:-3px; }
.interviews .slides_holder a.slides_nav_next { right:10px; }


/* music */
.music { }
.music .itemlist li .display { padding:0 0 100% 0; }
.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:21%; 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 .imageborder_holder_s { }
.music .music_container .date, .music .music_container .category { font-size:14px; }
.music .music_container .category { margin:0 0 20px 0; }
.music .buy { text-align:center; margin:15px auto 0 auto; }
.music .buy li { float:none; width:100%; margin:0 0 15px 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:75%; }
.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 #555; }
.music .tracklist .track { margin:0; padding:5px 0; position:relative; width:100%; min-height:30px; border-bottom:1px solid #555; }
.music .tracklist .row1 { background-color:rgba(0,0,0,0.0); }
.music .tracklist .row2 { background-color:rgba(0,0,0,0.0); }
.music .tracklist .track:hover, .music .tracklist .track_on { color:#fff; background:rgba(255,255,255,0.15); }

.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:#666; background-color:rgba(255,255,255,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; }


/* bio */
.bio .text { text-align:justify; margin:30px 0 15px 0; }
.bio .text_truncate .more { text-align:center; }


/* shop */
.shop .items { width:100%; margin:0; padding:0; text-align:center; display:block; }
.shop .item { margin: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 h6 { margin:0 0 20px 0; }
.shop .item .texts { margin:20px 0 0 0; font-size:0.8em; }
.shop .more a { padding:0 15px; }


/* quotes */
.quotes { display:block; position:relative; text-align:center; }

.quotes .slides_holder { position:relative; }
.quotes .slides { position:relative; width:100%; overflow:hidden; }
.quotes .slide { display:none; width:100%; box-sizing:border-box; }
.quotes .slide1 { display:block; }
.quotes .slide .table { position:relative; width:100%; height:100%; }
.quotes .slide .table .cell { padding:60px 80px; }

.quotes .slides_holder a.slides_nav { position:absolute; top:50%; margin:-20px 0 0 0; width:40px; height:40px; text-align:center; overflow:hidden; display:block; z-index:999; }
.quotes .slides_holder a.slides_nav:hover, .quotes .slides_holder a.slides_nav:active { }
.quotes .slides_holder a.slides_nav .icon { font-size:24px; line-height:40px; }
.quotes .slides_holder a.slides_nav .icon:before { margin:0; }
.quotes .slides_holder a.slides_nav_prev { left:10px; }
.quotes .slides_holder a.slides_nav_prev .icon:before { margin-left:-3px; }
.quotes .slides_holder a.slides_nav_next { right:10px; }

blockquote { box-sizing:border-box; max-width:80%; color:#666; text-align:justify; padding:30px 60px; margin:0 auto; position:relative; display:inline-block; }
blockquote p.text { text-align:center; font-size:28px; line-height:1.5em; font-style:italic; font-family:"webfont1", Georgia, Times, "Times New Roman", serif; }
blockquote p.source { font-size:24px; color:#1bcfc9; margin:15px 0 0 0; text-align:center; } 
blockquote::before, blockquote::after { font-family:Georgia, serif; font-size:80px; font-weight:bold; color:#999; position:absolute; }
blockquote::before { content:"\201C"; /*Unicode for Left Double Quote*/ left:10px; top:30px; }
blockquote::after { content:"\201D"; right:10px; bottom:-5px; }
blockquote a { display:block; }
blockquote a:link p, blockquote a:visited p { color:#666; }
blockquote a:hover p, blockquote a:active p { color:#1bcfc9; }
blockquote a p.source { color:#1bcfc9 !important; } 


/* newsletter */
.newsletter .section_content { max-width:640px; }
.newsletter .section_content h3 { margin:0 0 15px 0; }
.newsletter .feedback { display:block; }
.newsletter .feedback a.close { display:block; }
.newsletter #umgnl-form, .newsletter #umgnl-confirm, .newsletter #umgnl-declaration { margin:0 auto; }
.newsletter #umgnl-message { margin:0 auto 10px auto; }
.newsletter #umgnl-confirm { margin:0 auto; font-size:14px; line-height:16px; text-align:left; }
.newsletter #umgnl-confirm a { }
.newsletter #umgnl-declaration h2 { font-family:"Trebuchet MS", Helvetica, Arial, sans-serif; font-size:18px; margin:20px 0 10px 0; letter-spacing:0px; }
.newsletter #umgnl-declaration ul li { font-size:14px; line-height:16px; text-align:left; margin:0 0 10px 0; }
.newsletter #nl-mandatoryinfo { font-size:14px; line-height:16px; text-align:center; margin:0 0 10px 0; color:#666; }


/* partner */
.partner { }
ul.partner { text-align:center; max-width:960px; margin:0 auto 40px; }
ul.partner li { text-align:center; width:60px; display:inline-block; margin:0 10px; }
ul.partner li.li_header { width:100%; display:block; margin:10px 0; }
ul.partner li.li_header .hl { text-transform:uppercase; font-size:12px; line-height:12px; letter-spacing:2px; font-family:'webfont1', "Trebuchet MS", Arial, Helvetica, sans-serif; }
ul.partner li.li_header .hl:before, ul.partner li.li_header .hl:after { display:none; }
ul.partner li a.partner_link { width:60px; height:60px; display:block; overflow:hidden; text-indent:-3000px; position:relative; background-attachment:scroll; background-repeat:no-repeat; background-position:center center; -webkit-background-size:contain; -moz-background-size:contain; -o-background-size:contain; background-size:contain; }
ul.partner li a.partner_link:link, ul.partner li a.partner_link:visited { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
ul.partner li a.partner_link:hover, ul.partner li a.partner_link:active { filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; }
ul.partner li a.partner_link:link, ul.partner li a.partner_link:visited { -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%); }
ul.partner li a.partner_link:hover, ul.partner li a.partner_link:active { filter:grayscale(100%); /* -moz-filter:none; -ms-filter:none; filter:none; -webkit-filter:none; */ }
ul.partner-s li { width:60px; margin:0 10px; }
ul.partner-m li { width:80px; margin:0 20px; }
ul.partner-l li { width:120px; margin:0 20px; }
ul.partner-s li a.partner_link { width:60px; height:60px; }
ul.partner-m li a.partner_link { width:80px; height:80px; }
ul.partner-l li a.partner_link { width:120px; height:120px; }


/* minipage */
body.minipage { background:#000; }
.minipage .bg { position:fixed; top:-50%; left:-50%; width:200%; height:200%; background-color:#000; }
.minipage .bg img { position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; min-width:55%; min-height:55%; -webkit-filter:blur(50px); -moz-filter:blur(50px); -o-filter:blur(50px); -ms-filter:blur(50px); filter:blur(50px); }
.minipage .bg .bg_fg { position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; width:100%; height:100%; background:#000; background:rgba(0,0,0,1); }
.minipage .section_wrapper { padding:40px 20px 80px 20px; }
.minipage .section_content { max-width:480px; }
.minipage .product_desc h4 { margin:0; }
.minipage .product_desc h5 { margin:5px 0; }
.minipage .footer { background:none; }
.minipage .footer .logo { display:none; }
.minipage .footer .social li a:link, .minipage .footer .social li a:visited { color:#fff; }
.minipage .footer .social li a:hover, .minipage .footer .social li a:active { color:#666; }
.minipage .footer .credits { color:#666; }
.minipage .footer .credits a:link, .minipage .footer .credits a:visited { color:#ccc; }
.minipage .footer .credits a:hover, .minipage .footer .credits a:active { color:#fff; }


/* footer */
.footer { z-index:100; position:relative; width:100%; min-width:360px; font-size:9px; padding:60px 0; text-align:center; }

.footer h5 { font-family:Helvetica, Arial, sans-serif; text-transform:uppercase; display:block; margin:0 auto 15px auto; }
.footer h5 a:link, .footer h5 a:visited { color:#fff; }
.footer h5 a:hover, .footer h5 a:active { color:#1bcfc9; }

.footer .logo { position:relative; width:240px; height:23px; margin:0 auto 40px auto; }
.footer .logo a { display:inline-block; width:240px; height:23px; background-size:240px 23px; background-position:center center; background-repeat:no-repeat; text-indent:-9999px; overflow:hidden; }
.footer .logo a:link, .footer .logo a:visited { background-image:url(../images/icons/logo.php?color=ffffff); }
.footer .logo a:hover, .footer .logo a:active { background-image:url(../images/icons/logo.php?color=1bcfc9); }

.footer .social ul { position:relative; text-align:center; margin:0 auto 60px auto; font-size:0; }
.footer .social li { display:inline-block; margin:0; padding:0 10px; border-right:1px solid #666; border-right:1px solid rgba(255,255,255,0.3); }
.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; text-shadow:0px 1px 2px rgba(0,0,0,0.5); -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:#1bcfc9; }

.credits { color:#505065; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; letter-spacing:2px; line-height:18px; padding:0 20px; }
.credits .high { display:block; font-size:14px; margin:0 0 30px 0; }
.credits .high a:link, .credits .high a:visited { color:#1bcfc9; }
.credits .high a:hover, .credits .high a:active { color:#fff; }
.credits .low { line-height:18px; }
.credits a:link, .credits a:visited { color:#828291; }
.credits a:hover, .credits a:active { color:#1bcfc9; }
.credits .logout { display:inline-block; margin:0 0 5px 0; }


/* images */
.imageborder, .contentborder { position:relative; border:0px solid #999; background:#666; }
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 10px 0; position:relative; overflow:hidden; box-sizing:border-box; }
.imageborder_holder img { width:100%; 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; background:rgba(0,0,0,0.9); width:100%; height:100%; top:0px; text-align:center; font-size:32px; 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_holder1 a .icon { background:rgba(27,207,201,0.9); }
.imageborder_holder2 a .icon { background:rgba(5,13,158,0.9); }
.imageborder_holder3 a .icon { background:rgba(241,40,193,0.9); }
.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=70); -moz-opacity:0.7; opacity:0.7; } */

.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 { 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); -webkit-filter:blur(0); filter:blur(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 { -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; border:0px solid #999; margin:0 0 10px 0; background:#666; }
.videoborder .display { width:100%; height:0; display:block; position:relative; padding-bottom:56.25%; background:#000; background:rgba(0,0,0,0.5); }
.videoborder .display iframe, .videoborder .display video { position:absolute; top:0; left:0; width:100%; height:100%; }
.videoborder .display .loading { position:absolute; left:50%; top:50%; margin:-25px 0 0 -25px; color:#666; }


/* member specials */
.loggedin { display:none; }
.notloggedin { text-align:center; }
.notloggedin .desc { text-align:center; width:66%; margin:15px auto; padding:15px; border:1px dotted #666; background:rgba(255,255,255,0.1); -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
.notloggedin .desc .icon { font-size:36px; margin:0 0 15px 0; }


/* 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; }
body.device .onstart, body.device .animated, body.device .animated_manual { display:block; visibility:visible; }

.more { text-align:center; padding:15px 0 0 0; font-size:22px; line-height:28px; letter-spacing:1px; text-transform:uppercase; }
.more a { display:inline-block; padding:10px 0; }
.more a:link, .more a:visited { }
.more a:hover, .more a:active { }

.sr-only { position:absolute; width:1px; height:1px; padding: 0; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.preload { position:absolute; right:0px; top:0px; width:5px; height:5px; overflow:hidden; }
.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; font-family:Arial, Helvetica, sans-serif; border:2px solid #000; padding:5px; width:500px; max-height:100px; overflow:scroll; overflow-x:hidden; overfow-y:scroll; }
.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:10px; }
.loading { font-size:24px; }
.loading .icon:before { line-height:2.5em; }

.round { -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
.shadow { -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); }
.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); }
.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; }


/* 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:1px solid #ccc; background:#eee; margin:0 0 20px 0; padding:15px 10px; }
select { padding:14px 10px; }
textarea { height:150px; }
input.text:focus, input.title:focus, textarea:focus, select:focus { color:#000; background:#fff; }
input[type="text"]:disabled { cursor:not-allowed; }

input.submit, a.button, a.button:link, a.button:visited, .button, button, .button, button, input[type="submit"], input[type="reset"], input[type="button"] { color:#1bcfc9; border:1px solid #1bcfc9; background-color:transparent; font-size:24px; letter-spacing:0px; text-shadow:none; text-transform:uppercase; text-decoration:none; display:inline-block; cursor:pointer; margin:0 0 20px 0; padding:11px 15px; box-sizing:border-box; text-align:center; -moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px; }
.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:#000; border:1px solid #000; background-color:transparent; text-shadow:none; }
.button_full { width:100%; display:block; }
.button_plain { margin:0; padding:0; line-height:1em; border:none; background-color:transparent; border-radius:0px; }
.button_plain:hover,.button_plain:active, .button_plain:focus { border:none; background-color:transparent; }

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 { margin:0 auto 20px auto; padding:20px; border:1px solid #b6b656; text-align:center; color:#000; background:#ffffdd; position:relative; -webkit-transition:all 0.7s ease-in-out; -moz-transition:all 0.7s ease-in-out; -o-transition:all 0.7s ease-in-out; transition:all 0.7s ease-in-out; }
.feedback_off { margin:0; padding:0; border:0px none; }
.feedback a { color:#000; text-decoration:underline; }
.feedback .icon { font-size:1.5em; line-height:1.1em; }
.feedback a.close { display:none; position:absolute; right:0px; top:5px; color:#5e5e2c; font-size:24px; text-decoration:none; }
.feedback a.close:hover, .feedback a.close:active { color:#000; }
*/
.feedback { display:none; border:1px solid #b6b656; margin:0 0 20px 0; padding:30px; text-align:center; color:#000; background:#ffffdd; position:relative; }
.feedback a { color:#000; text-decoration:underline; }
.feedback a.close { display:none; position:absolute; right:5px; top:10px; color:#5e5e2c; font-size:36px; text-decoration:none; }
.feedback a.close:hover, .feedback a.close:active { color:#000; }


/* share */
body.desktop .share_tools a.share_whatsapp, body.desktop .share_tools a.share_facebook_messenger { display:none !important; }
.share_options { text-align:center; position:relative; margin:0 auto; display:table; overflow:hidden; }
.share_options .desc { vertical-align:middle; display:table-cell; }
.share_options .share_tools_big { vertical-align:middle; display:table-cell; padding:10px 0; }
.share_tools_big .share_tools { width:auto; text-align:center; }
.share_tools_big a { float:none; margin:0 5px !important; padding:0 !important; font-size:24px; line-height:48px; text-align:center; width:50px; height:50px; display:inline-block; overflow:hidden; -moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px; }
.share_tools_big a:link, .share_tools_big a:visited { }
.share_tools_big a:hover, .share_tools_big a:active { }


/* 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; }


/* quick_follow */
.quick_follow { margin:20px 0 0 0; }
.quick_follow a.button { color:#fff; border:1px solid #19b551; background-color:#19b551; max-width:440px; padding-top:45px; padding-bottom:10px; text-align:center; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; -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 { color:#fff; border:1px solid #1ed760; background-color:#1ed760; }
.quick_follow a.button .caption { color:#eee; font-size:12px; margin:2px 0; text-transform:none; }
.quick_follow a.button_bg { background-repeat:no-repeat; background-position:center 5px; background-size:33%; }
.quick_follow a.target-spotify { background-image:url(../images/shopbuttons/spotify_white.png); }
.quick_follow a .button_content { font-size:16px; display:block; border-top:1px dotted #eee; margin:0; padding:10px 0 0 0; }


/* 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 (max-width:640px) and (orientation: portrait) {
	body, td, th, p, li { font-size:20px; }
}

@media screen and (max-height:700px) {
	.nav_overlay .tab ul li a { font-size:24px; padding:5px 0; }
}

@media screen and (min-width:640px) {
	.share h4 span { display:block; }
}

@media screen and (max-width:1280px) {
	.header { height:120px; }
	.header .lang { top:2px; }
	.header .nav_list { margin-top:26px; }
	.header .social { top:9px; }
	.header:before { /* opacity:0.15; height:0.5px; background:#fff; content:''; position:absolute; left:0px; top:49px; width:100%; display:block; */ }
	.video_player .maxwidth { max-width:100%; padding:0; }
}

@media screen and (max-width:1024px) {
	.news ul.sub_nav { display:block; }
}

@media screen and (max-width:960px) {
	.itemview { width:100%; float:none; }
	.itemview_medium { width:65%; }
	
	blockquote { max-width:none; }
}

@media screen and (max-width:860px) {
	.header .nav_list li { font-size:14px; margin:0 16px; }
	.header .social ul li a { width:35px; }
	
	/* 3 li pro reihe */
	.itemlist li { width:30%; width:calc((100% - 40px) / 3); margin:0 20px 20px 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; }
	
    .dates .dateslist li .location span, .dates .dateslist li .location span.city, .dates .dateslist li .location span.venue { display:block; width:100%; }

	.products .product_list_3 .product { width:47%; margin:0 0 60px 0; }
	.products .product_list_3 .product:nth-child(2n) { float:right; margin:0 0 60px 0; }
	.products .product_list_3 .product:nth-child(3n) { float:right; margin:0 0 60px 0; }

	.music .product { width:50%; margin:0 0 60px 0; }
	.music .product:nth-child(2n+1) { clear:both; }
}

@media screen and (max-width:720px) {
	.header, body.compact .header { height:50px; }
	.header .menu { display:block; top:1px; }
    .header .lang { left:40px; top:0px; }
	.header .nav_list { display:none; }
	.header .social { top:6.5px; }
	.nav_overlay .nav_social .social { display:block; }
	
	body.compact .header .lang { display:none; }
	
	/* 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 45px 0; }
	.itemlist li:nth-child(even) { float:right; width:48%; margin:0 0 45px 0; }
	.itemlist li:nth-child(2n+3) { /* 3., 5., 7. etc... */ clear:both; }

	.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; }
		
	.photos .itemlist .item:nth-child(3n+3) { margin:0 0 45px 0; clear:none; }
	.photos .itemlist .item:nth-child(3n+4) { margin:0 0 45px 0; clear:none; }
	.photos .itemlist .item:nth-child(4n+4) { margin:0 0 45px 0; clear:none; }
	.photos .itemlist .item:nth-child(4n+5) { margin:0 0 45px 0; clear:none; }
	.photos .itemlist .item { width:48%; margin:0 0 45px 0; }
	.photos .itemlist .item:nth-child(odd) { float:left; }
	.photos .itemlist .item:nth-child(even) { float:right; }
	.photos .itemlist li:nth-child(2n+3) { /* 3., 5., 7. etc... */ clear:both; }

	.artists .itemlist .item:nth-child(3n+3) { margin:0 0 45px 0; clear:none; }
	.artists .itemlist .item:nth-child(3n+4) { margin:0 0 45px 0; clear:none; }
	.artists .itemlist .item:nth-child(4n+4) { margin:0 0 45px 0; clear:none; }
	.artists .itemlist .item:nth-child(4n+5) { margin:0 0 45px 0; clear:none; }
	.artists .itemlist .item { width:48%; margin:0 0 45px 0; }
	.artists .itemlist .item:nth-child(odd) { float:left; }
	.artists .itemlist .item:nth-child(even) { float:right; }
	.artists .itemlist li:nth-child(2n+3) { /* 3., 5., 7. etc... */ clear:both; }
    
	.about .section_wrapper { padding:80px 20px 70px 20px; }
	.about .block { margin:0 0 40px 0; }
	.about .block_header h4, .about .block_header h5 { margin:0 auto 40px auto; }
	.about .block_images { width:100%; height:auto; position:relative; left:auto; top:auto; z-index:100; padding-bottom:56.25%; }
	.about .block_images .display, .about .block_r .block_images .display { max-width:100%; max-height:auto; position:absolute; left:0px; right:auto; top:0px; }
	.about .block_text, .about .block_r .block_text { width:100%; float:none; text-align:left; margin-bottom:60px;}
}

@media screen and (max-width:640px) {
	body.compact .header .social { display:none; }
	
	.item .item_top .share_tools a { line-height:40px; font-size:32px; }
	.item .item_top .date { line-height:40px; font-size:14px; }

	.products .product_list_1 { display:block; }
	.products .product_list_1 .product { display:block; float:none; width:100%; margin:0; padding:0 !important; }
	.products .product_list_1 .product .product_img { display:block; width:100%; }
	.products .product_list_1 .product .product_desc { display:block; padding:0; }
	.products .product_list_1 .product .product_desc h5 { margin:30px 0 5px 0; }
	
	.news .news_holder .item .visuals { width:100%; float:none; margin:0 0 30px 0; }
	.news .news_holder .item .item_top { width:100%; float:none; margin:0 0 10px 0; }
	.news .news_holder .item .texts { width:100%; float:none; }

	.artists .artists_holder .visuals { width:100%; float:none; margin:0 0 30px 0; }
	.artists .artists_holder .texts { width:100%; float:none; margin:0; }

	.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; }

	.shop .product_delimiter { display:none; }
	.shop .item { float:none !important; width:100% !important; margin:0 0 60px 0; }
	
	.newsletter .col { float:none; width:100%; margin:0 auto; }
}

@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; } */
	.products .product, .music .product_list_3 .product, .music .product_list_3 .product:nth-child(2n) { float:none; width:100%; margin:0 0 60px 0; padding:0 !important; }
	.products .product:last-child, .music .product_list_3 .product:last-child { margin:0; }

	.dates .dateslist li .buttons a .domain { font-size:13px; }
	
	.news .itemlist .item { clear:both !important; float:none !important; width:100% !important; margin:0 0 60px 0 !important; }
	.bio .itemview .visuals { width:100%; margin:0 0 15px 0; float:none; }
	
	blockquote p.text { font-size:24px; }
}

@media screen and (max-width:520px) {
		/*
	.header .menu { top:11px; }

	.header .logo { position:relative; width:302px; height:29px; padding:20px 0; }
	.header .logo a { display:block; width:302px; height:29px; background-size:302px 29px; }
	*/
}

@media screen and (max-width:480px) {
	h3 { font-size:42px; }

	.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; }
}


@media screen and (max-width:440px) {
	.header .menu { top:7px; }
	.header .logo { width:198px; height:19px; padding:20px 0; }
	.header .logo a { width:198px; height:19px; background-size:198px 19px; }
}