/* // rea garvey | welcometohybrasil | 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; }
@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:#ff3; z-index:10001; }
#loading-animation { width:50px; height:50px; position:absolute; left:50%; top:50%; margin:-25px 0 0 -25px; cursor:pointer; }
@-webkit-keyframes spinner { to { transform: rotate(360deg); } }
@keyframes spinner { to { transform: rotate(360deg); } }
.spinner-border { border:5px solid #393; width:50px; height:50px;  border-right-color: transparent; display: inline-block; vertical-align:text-bottom;border-radius: 50%; -webkit-animation: spinner .75s linear infinite; animation: spinner .75s linear infinite; }


/* basics */
body { overflow:visible !important; color:#000; font-family:'webfont1', Helvetica, Arial, sans-serif; font-size:19px; text-align:left; 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, h2, h3 { font-family:'webfont2', Helvetica, Arial, sans-serif; }
h1 { font-size:30px; text-transform:uppercase; }
h2 { text-align:center; font-size:32px; letter-spacing:2px; 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:#393; text-decoration:none; -moz-outline-style:none; outline:none; }
a:hover, a:active, a:focus { color:#363; 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.5) 0%, rgba(0,0,0,0.25) 66%, rgba(0,0,0,0) 100%); background:none transparent; background:rgba(252,242,75,0.85); -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:#393; }

.header_norm .menu { display:none; position:absolute;text-align:center; width:50px; height:50px; left:12px; top:50%; margin:-24px 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:#fcf24b; }
.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 { text-align:center; position:relative; margin:0; padding:0; filter:alpha(opacity=1); -moz-opacity:1; opacity:1; }
.header_norm .logo a { pointer-events:none; position:relative; line-height:32px; height:30px; display:inline-block; margin:10px auto; -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; }
.header_norm .logo a { overflow-wrap:disabled; word-wrap:disabled; -ms-word-break:disabled; word-break:disabled; white-space:nowrap; }
.header_norm .logo a:link, .header_norm .logo a:visited { color:#000; }
.header_norm .logo a:hover, .header_norm .logo a:active { color:#393; }

.header_norm .social { display:none; position:absolute; right:10px; top:0px; }
.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:#000; }
.header_norm .social ul li a:hover, .header_norm .social ul li a:active, .header_norm .social ul li a:focus { color:#393; }

body.compact .header_norm, body.menu_on .header_norm, .body_section .header_norm { background:rgba(252,242,75,0.85); -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:#000; }
body.compact .header_norm .social ul li a:hover, body.compact .header_norm .social ul li a:active { color:#393; }

body.compact .header_norm .lang ul li.delimiter, body.body_section .header_norm .lang ul li.delimiter { color:#666; }
body.compact .header_norm .lang ul li a:link, body.body_section .header_norm .lang ul li a:link, body.compact .header_norm .lang ul li a:visited, body.body_section .header_norm .lang ul li a:visited { color:#666; }
body.compact .header_norm .lang ul li a:hover, body.body_section .header_norm .lang ul li a:hover, body.compact .header_norm .lang ul li a:active, body.body_section .header_norm .lang ul li a:active { color:#000; }
body.compact .header_norm .lang ul li.on a, body.body_section .header_norm .lang ul li.on a { color:#000; }

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:#000; }
body.body_section .header_norm .social ul li a:hover, body.body_section .header_norm .social ul li a:active { color:#393; }

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, body.menu_on .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:#000; }
body.compact .header_norm .menu a.btn:hover .nav-icon span, body.compact .header_norm .menu a.btn:active .nav-icon span { background:#393; }
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:#000; }
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:#393; }


/* header > nav_overlay */
body .nav_overlay { background:rgba(255,255,255,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:60px; 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 { text-transform:uppercase; line-height:1.2em; font-size:28px; letter-spacing:3px; padding:8px 0; display:block; }
.nav_overlay .nav ul li a:link, .nav_overlay .nav ul li a:visited { color:#000; }
.nav_overlay .nav ul li a:hover, .nav_overlay .nav ul li a:active, .nav_overlay .nav ul li a:focus { color:#393; }
.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 { }
.nav_overlay .nav_social .social li a:hover, .nav_overlay .nav_social .social li a:focus { }
.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:#000; }
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:#393; }
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:#000; }
body.menu_on .header_norm .social ul li a:hover, body.menu_on .header_norm .social ul li a:active { color:#393; }

body.menu_on .header_norm .lang ul li.delimiter { color:#666; }
body.menu_on .header_norm .lang ul li a:link, body.menu_on .header_norm .lang ul li a:visited { color:#666; }
body.menu_on .header_norm .lang ul li a:hover, body.menu_on .header_norm .lang ul li a:active { color:#000; }
body.menu_on .header_norm .lang ul li.on a { color:#000; }

body.menu_on .nav_overlay { opacity:100; top:0px !important; }


/* wrapper, article, section, body_section */
html { overflow-x:hidden; }
.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:50px auto 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:60px 20px 60px 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 article { margin:50px auto 0 auto; }
.body_misc .section_content { max-width:640px; }
.body_misc .section_content .text { font-family:Helvetica, Arial, sans-serif; }


/* 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 { color:#eee; background-color:#000; }
.bg1 h1, .bg1 h2, .bg1 h3, .bg1 h4, .bg1 h5, .bg1 h6 { color:#fcf24b; }
.bg1 a:link, .bg1 a:visited { color:#fcf24b; }
.bg1 a:hover, .bg1 a:active { color:#393; }
.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 { }


.bg2 { color:#333; background:#eee url("../images/layout/bg_noise_s.png"); }
.bg2 h1, .bg2 h2, .bg2 h3, .bg2 h4, .bg2 h5, .bg2 h6 { color:#000; }
.bg2 a:link, .bg2 a:visited { }
.bg2 a:hover, .bg2 a:active { }
.bg2 ul.sub_nav li a:link, .bg2 ul.sub_nav li a:visited { }
.bg2 ul.sub_nav li a:hover, .bg2 ul.sub_nav li a:active, .bg2 ul.sub_nav li.on a { }
.bg2 .share_tools_big a:link, .bg2 .share_tools_big a:visited { }
.bg2 .share_tools_big a:hover, .bg2 .share_tools_big a:active { }


.bg3 { background:#eee; }


/* deco */
.deco { position:relative; width:100%; height:500px; height:calc(100vw/1.65); height:50vw; background-attachment:fixed; }
.deco { background-image: url(/1/images/deco/a3.jpg) !important; }
/*
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 { height:50vh; height:calc(100vw/1.65); background-position:center top; background-attachment:scroll; }


/* sub_nav */
ul.sub_nav { text-align:center; margin:-20px 0 40px 0; }
ul.sub_nav li { font-family:'webfont1', Impact, Helvetica, Arial, sans-serif; font-size:24px; line-height:24px; letter-spacing:2px; text-transform:uppercase; margin:5px 10px; display:inline-block; }
ul.sub_nav li a { display:block; padding:6px 0 2px 0px; }
ul.sub_nav li a:link, ul.sub_nav li a:visited { color:#666; border-bottom:1px solid transparent; }
ul.sub_nav li a:hover, ul.sub_nav li a:active, ul.sub_nav li.on a { color:#000; border-bottom:1px solid #000; }


/* 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 .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,51,0.66); }
.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; }
.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 #ccc;clear:none;}
.sidebar .textlist li:first-child { padding:15px 0 15px 0; border-top:1px dotted #ccc; }
.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; color:#000;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 { 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 { display:none; position:absolute;left:0px;bottom:35px;width:100%;text-align:center;z-index:120;}
.teaser .continue h6 a { font-size:32px; color:#df2022; 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 h6 a:hover, .teaser .continue h6 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:#df2022; }
.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 { font-family:Helvetica, Arial, sans-serif; font-size:44px; display:block; }
.teaser .carousel-cell .attachment .attachment-data .description .buy li a { font-family:'webfont2', Helvetica, Arial, sans-serif; color:#df2022; background:rgba(0,0,0,0.5); text-align:center; letter-spacing:1px; display:block;min-width: 230px;margin: 0;padding:20px !important;height: auto; font-size:18px; line-height:12px !important;  overflow: visible; }

/* 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-color:#666;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.5; background: rgba(0,0,0,0) url(../images/layout/bg_noise_s.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 { text-shadow:0px 0px 2px rgba(0,0,0,.5); position:relative; display:table-cell;padding:40px 0 0 0;vertical-align:bottom;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; padding:20px 20px 80px 20px; text-align:center; text-transform:uppercase;  }
.carousel-cell .attachment .attachment-data .description h3 { text-transform:uppercase; font-size:56px; letter-spacing:15px; color:#fff; margin:0 0 0 0; }
.carousel-cell .attachment .attachment-data .description .desc_text { font-size:28px; letter-spacing:7px; margin:0 0 0 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 { 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 .product_list { display:block; }

.products .section_content h6 { letter-spacing:2px; margin:0 0 40px 0; text-transform:uppercase; }

.products .product { width:46%; margin:0 auto 40px auto; display:block; position:relative; float:left; vertical-align:top; text-align:left; 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 { letter-spacing:2px; margin:0 0 5px 0; }
.products .product_list_1 .product .product_desc .format-date { display:none; }
.products .product_list_3 .product, .products .product_list_3 .product:nth-child(odd), .products .product_list_3 .product:nth-child(even) { width:30%; margin:0 5% 60px 0; float:left; clear:none; }
.products .product_list_3 .product:nth-child(3n+3) { /* 3., 6., 9. etc... */ margin:0 0 60px 0;  }
.products .product_list_3 .product:nth-child(3n+4) { /* 4., 7., 10. etc... */ clear:both; }

.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 { margin:20px 0 10px 0; text-transform:uppercase; }
.product_desc h6 { margin:10px 0; text-transform:uppercase; }
.product_desc .product_text { text-align:left; }
.product_desc .format, .product_desc .delimiter, .product_desc .date { display:inline; text-transform:uppercase; }
.product_desc .date { font-size:0.8em; display:block; margin:0 0 10px 0; }

.product_desc .buy { margin:20px auto 0 auto; }
.product_desc .buy li {float:left;width:48%;margin: 0 0 0 0;padding:0;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) { clear:both; }
.product_desc .buy li.fullwidth { width:100%; float:none; }

.buy li a { display:block !important; height:55px; font-family:'webfont1', Impact, Helvetica, Arial, sans-serif !important; font-size:24px !important; line-height:55px !important; margin:0; padding:0 10px !important; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.buy li a:hover, .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-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 { position:relative; text-transform:none; text-align:left; display:block; width:100%; height:auto; min-height:80px; box-sizing:border-box; font-size:16px; line-height:1.2em; font-family:'webfont1', Arial, Helvetica, sans-serif; margin:0 !important; padding:10px; overflow:hidden; white-space:normal; text-overflow:ellipsis; }
.buy1 .shop_title { position:relative; margin:0 0 5px 0; color:#999; text-transform:uppercase; z-index:10; }
.buy1 .shop_text { position:relative; color:#333; font-family:"Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif; z-index:11; }
.buy1 .shop_image { position:absolute; right:1px; top:1px; height:100%; height:calc(100% - 2px); width:48%; background:#fff; 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 .shop_image:before, .buy1 li a.button:active .shop_image:before { opacity:0.35; position:absolute; content:''; background:#ccc; width:100%; height:100%; left:0; top:0; }


/* video */
.video { background:url("../images/deco/a11.jpg") no-repeat center center; background-size:cover; }
.video .video_holder { position:relative; }
.video .video_player { position:relative; padding:0; }

.video_nav_holder { display:none; }
.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 { display:none; 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 .video_items { display:none !important; }
.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%); }
.video a.skip { font-size:36px; margin:20px auto 0 auto; text-align:center; display:block; position:relative; transition:all .5s ease-in 3s; -webkit-animation:arrowbounce 2s 2s infinite; animation:arrowbounce 2s 2s infinite; }


/* dates */
.dates h3 { margin:0 0 15px 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 .dateslist_holder { overflow:hidden; }
.dates .dateslist { position:relative; text-align:left; border-top:1px solid #687481; 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 #687481; }
.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 #999; 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 #666; }
.dates .dateslist li .location span.venue a:hover, .dates .dateslist li .location span.venue a:active { color:#393; text-decoration:line-through; border-bottom:1px solid transparent; }

.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: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 .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; }


/* info */
.info .section_content { max-width:640px; }
.info .item { margin:0 0 60px 0; }
.info .item:last-child { margin:0; }


/* 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%; }


/* newsletter */
.newsletter .section_content { max-width:640px; text-align:center; padding:0 20px; }
.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 { background:#333; z-index:1; font-size:8px; position:relative; width:100%; min-width:360px; text-align:center; padding:100px 0 90px 0; }

.footer .logo a { font-family:'webfont2', Helvetica, Arial, sans-serif; font-size:36px; letter-spacing:3px; text-transform:uppercase; margin:0 0 40px 0; position:relative; display:inline-block; }
.footer .logo a .svg { width:100%; height:auto; display:block; margin:0 auto; }
.footer .logo a:link, .footer .logo a:visited { color:#fff; }
.footer .logo a:hover, .footer .logo a:active { color:#ff3; }

.footer .skip { display:none; font-size:22px; letter-spacing:3px; text-transform:uppercase; margin:0 0 30px 0; padding:0; }
.footer .skip .icon:before { margin-left:-5px; }
.footer .skip a:link, .footer .skip a:visited { }
.footer .skip a:hover, .footer .skip a:active { }

.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:thin solid rgba(255,255,255,0.3); border-right:1px solid #666; */ }
.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:#ff3; }
.footer .social li a:hover, .footer .social li a:active { color:#fff; }

.credits { position:relative; color:#666; line-height:18px; 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:#000; }
.credits a:link, .credits a:visited { color:#999; }
.credits a:hover, .credits a:active { color:#ff3; }
.credits .logout { display:inline-block; margin:0 0 5px 0; }
.credits .delimiter { filter:alpha(opacity=30); -moz-opacity:0.3; opacity:0.3; }


/* 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 { -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:left;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: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;}
@-webkit-keyframes pump { 0% {-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)} 100% {-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)} }
@keyframes pump { 0% {-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)} 100% {-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)} }

.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: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:#000; border:1px solid #ff3; background-color:#ff3; font-family:'webfont1', Helvetica, Arial, sans-serif; font-size:16px; line-height:20px; letter-spacing:2px; font-weight:normal; text-transform:uppercase; text-decoration:none; display:inline-block; cursor:pointer; margin:0 0 20px 0; padding:10px 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:#000; border:1px solid #ccc; background-color:#ccc; }
.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:#000;background:#ff3;position:relative;font-family: 'webfont1', Helvetica, Arial, sans-serif;}
.feedback a { color:#000; text-decoration:underline; }
.feedback a.close { display:none; position:absolute; right:5px; top:10px; color:#000; font-size:36px; text-decoration:none; }
.feedback a.close:hover, .feedback a.close:active { color:#666; }


/* 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:48px; text-align:center; margin:0 10px 10px 10px; padding:0; overflow:hidden; }


/* 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 (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! */ }
}

@media screen and (max-width:960px) {
	.header_norm .logo { text-align:center; }
	.header_norm .logo a { margin:10px auto; }
	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:#fff; 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 .product_links1 { width:55%; }
	.products .product_links2 { width:40%; }
	.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; }
}

@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; }
		
	.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%; }
}

@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; }	
}

@media screen and (max-width:680px) {

}

@media screen and (max-width:640px) {
	.header_norm .social { display:none; }
	.nav_overlay .nav_social .social { display:block; }
	
	.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%; }
	
	.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:last-child { margin:0; }
	.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%; }
	
	.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%; }
	
	.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; }
}