/* kiz 2 | style.css */

/* reset etc. */
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 { 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:#09101f; z-index:10001; }
#loading-animation { width:210px; height:210px; position:absolute; left:50%; top:50%; margin:-105px 0 0 -105px; cursor:pointer; }
#loading-animation .bg, #loading-animation .main { position:absolute; left:0; top:0; z-index:1; }
#loading-animation .bg { -webkit-animation:spinner 4s ease-in-out infinite alternate; animation:spinner 4s ease-in-out infinite alternate; }
#loading-animation .main { z-index:2; }
@-webkit-keyframes spinner { 0% {-webkit-transform:rotate(0deg) scale(0.75)} 100% {-webkit-transform:rotate(360deg) scale(1)} }
@keyframes spinner { 0% {-webkit-transform:rotate(0deg) scale(0.75);-ms-transform:rotate(0deg) scale(0.75);transform:rotate(0deg) scale(0.75)} 100% {-webkit-transform:rotate(360deg) scale(1);-ms-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)} }


/* @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; }


/* basics */
body { color:#ccc; font-family:"Trebuchet MS", Helvetica, Arial, sans-serif; font-size:18px; text-align:center; background:#000; }
td, th { color:#ccc; font-family:"Trebuchet MS", Helvetica, Arial, sans-serif; font-size:18px; }

h1, h2, h3, h4, h5 { font-family:"webfont1", Impact, "Trebuchet MS", Helvetica, Arial, sans-serif; line-height:1em; color:#fff; font-weight:normal; margin:0px; padding:0px; text-transform:uppercase; }
h1 { font-size:36px; margin:0 0 15px 0; }
h2 { font-size:72px; }
h3 { font-size:72px; letter-spacing:2px; }
h4 { font-size:48px; }
h5 { font-size:26px; }
h6 { font-size:20px; line-height:1.3em; color:#fff; }
td img, img { display:block; }
td { text-align:left; }

a:link, a:visited { color:#f60; text-decoration:none; -moz-outline-style:none; outline:none; }
a:hover, a:active { color:#fff; text-decoration:none; -moz-outline-style:none; outline:none; }
.texts a { }
a.text_truncate_toggle { text-decoration:none; }


/* msg */
#msg { position:fixed; display:block; top:0; left:0; right:0; padding:30px 20px; z-index:10002; }
#msg a.close { display:block; }


/* bg */
.bg { position:fixed; overflow:hidden; left:0px; top:0px; width:100%; height:100%; }
.bg_video_holder { position:absolute; overflow:hidden; left:0px; top:0px; width:100%; height:100%; }
.bg .bg_video_holder { background-image:url(../images/bg/bg.jpg); background-position:center center; background-attachment:scroll; background-repeat:no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
.bg_video { position:absolute; left:0px; top:0px; z-index:0; -webkit-transition:opacity 5s ease-in-out; -moz-transition:opacity 5s ease-in-out; -o-transition:opacity 5s ease-in-out; transition:opacity 5s ease-in-out; }
.bg_video_off { display:none; filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }
.bg_video_on { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
.fg_video { position:absolute; left:0px; top:0px; width:100%; height:100%; background:rgba(0,0,0,0.3) /* url(../images/layout/bg_video_pattern_dark.png) */; }
body.desktop .bg_video_off, body.desktop .bg_video_on { display:block; }
body.device .bg_video_off, body.device .bg_video_on { display:none !important; }


/* header_norm */
.header_norm { width:100%; position:relative; text-align:center; overflow:hidden; z-index:200; }
.header_norm .row1 { padding:40px 0 0 0; }
.header_norm .fb_like { position:absolute; left:30px; top:30px; }

.header_norm .logo { position:relative; width:200px; height:80px; margin:25px auto 20px auto; }
.header_norm .logo a { display:block; width:200px; height:80px; margin:0 auto; background:url(../images/icons/logo.png) center center no-repeat; background-size:200px 80px; overflow:hidden; text-indent:-3000px; }
.header_norm .logo a:link, .header_norm .logo a:visited { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
.header_norm .logo a:hover, .header_norm .logo a:active { filter:alpha(opacity=75); -moz-opacity:0.75; opacity:0.75; }

.header_norm .top_links { padding:5px 20px; }

.header_norm .social { position:absolute; right:20px; top:60px; }
.header_norm .social ul { text-align:center; font-size:0; }
.header_norm .social ul li { float:none; display:inline-block; margin:0 5px; }
.header_norm .social ul li:last-child { margin:0 0 0 5px; }
.header_norm .social ul li a { font-size:24px; line-height:32px; width:32px; height:32px; display:block; }
.header_norm .social ul li a:link, .header_norm .social ul li a:visited { color:#ccc; color:rgba(255,255,255,0.5); }
.header_norm .social ul li a:hover, .header_norm .social ul li a:active { color:#f60; }

.header_norm .nav { position:relative; text-align:center; margin:0 auto 20px auto; }
.header_norm .nav ul { margin:0 auto; text-align:center; font-size:0; height:40px; }
.header_norm .nav li { display:inline-block; margin:0 10px; font-size:32px; line-height:32px; letter-spacing:2px; font-family:"webfont1", "Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif; text-transform:uppercase; }
.header_norm .nav li a { color:#fff; border-bottom:1px solid transparent; display:block; }
.header_norm .nav li a:hover, .header_norm .nav li a:active, .header_norm .nav li.on a { color:#f60; border-bottom:1px solid #f60; }
.header_norm .nav li.on a { }
.header_norm .nav ul.public_nav { }


/* header_compact */
body .header_compact { z-index:1010; width:100%; height:70px; position:fixed; top:-200px; padding:0; text-align:center; background:rgba(0,0,0,0.8); border-top:11px solid #333; border-bottom:1px solid #666; }

body .header_compact .logo { position:relative; margin:0 auto; display:block; }
body .header_compact .logo a { display:block; height:70px; background:url(../images/icons/logo.png) center center no-repeat; background-size:100px 40px; overflow:hidden; text-indent:-9000px; }
body .header_compact .logo a:link, .header_compact .logo a:visited { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
body .header_compact .logo a:hover, .header_compact .logo a:active { filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; }

body .header_compact .menu { position:absolute; text-align:center; width:48px; left:20px; top:13px; z-index:11; }
body .header_compact .menu a.btn { font-size:26px; line-height:36px; 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; }
body .header_compact .menu a.btn:link, body .header_compact .menu a.btn:link { }
body .header_compact .menu a.btn:hover, body .header_compact .menu a.btn:active { }
body .header_compact .menu a.btn .icon { line-height:45px; }
body .header_compact .menu a.btn .icon-cancel { display:none; }

body.compact .header_compact { top:-10px; }
body.compact .header_norm { visibility:hidden; }
body.compact article { }


/* header > nav_overlay */		
body .nav_overlay { display:none; position:fixed; left:0px; top:100%; width:100%; height:150%; overflow:hidden; padding:0px; background:#333; background:rgba(40,40,40,0.97); z-index:1001; }
body .nav_overlay .nav_holder { display:table-cell; vertical-align:middle; }

.nav_overlay .tabs { }
.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; text-align:center; border-top:1px solid #666; font-size:0px; }
.nav_overlay .tab ul li { display:block; position:relative; margin:0; border-bottom:1px solid #666; background:rgba(0,0,0,0.3); }
.nav_overlay .tab ul li:last-child { }
.nav_overlay .tab ul li a { color:#fff; font-family:'webfont1', "Helvetica Neue", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:36px; letter-spacing:3px; padding:20px 0; text-shadow:0px 1px 0px rgba(0,0,0,0.5); text-transform:uppercase; display:block; }
.nav_overlay .tab ul li a:hover, .nav_overlay .tab ul li a:hover, .nav_overlay .tab ul li.on a { color:#f60; }

.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:hover, .nav_overlay li.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:.1em; }

body.menu_on .header_compact { top:-10px !important; filter:alpha(opacity=100) !important; -moz-opacity:1 !important; opacity:1 !important; }
body.menu_on .header_compact .menu a .icon-menu { display:none; }
body.menu_on .header_compact .menu a .icon-cancel { display:block; }
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:400px; margin:0 auto; padding:0; position:relative; }
section { width:100%; height:auto; padding:0; position:relative; display:table; overflow:hidden; }
section .section_wrapper { position:relative; display:table-cell; padding:60px 20px 20px 20px; vertical-align:middle; }
body.haspagination section .section_wrapper { padding-bottom:0; }
body.hastheater section .section_wrapper { padding-top:20px; }
section .section_content { position:relative; max-width:960px; margin:0 auto; padding:0; }
section .section_content h3 { position:relative; display:block; margin:0 0 30px 0; padding:0 20px; overflow:hidden; }
section .section_content h4 { margin:0 0 30px 0; }
.bg1 { }
.bg2 { }


/* 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:5px 0 35px 0; }
ul.sub_nav li { display:inline-block; margin:5px 12px; font-size:24px; text-transform:uppercase; }
ul.sub_nav li a { display:block; padding:7px 0px 7px 0px; }
ul.sub_nav li a:link, ul.sub_nav li a:visited { color:#fff; border-bottom:1px solid transparent; } /* color:#6f6c53; border-bottom:1px solid #6f6c53; */
ul.sub_nav li a:hover, ul.sub_nav li a:active, ul.sub_nav li.on a { color:#f60; border-bottom:1px solid #f60; }
ul.sub_nav li.on a { }


/* 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%; display:block; margin:0 4% 30px 0; position:relative; }
.itemlist li:nth-child(4n+4) { /* 4., 8., 12. etc... */ margin:0 0 30px 0;  }
.itemlist li:nth-child(4n+5) { /* 5., 9., 13. etc... */ clear:both; }

.itemlist li a { position:relative; }
.itemlist li.on a { border:1px solid #fff !important; }
.itemlist li .display { width:100%; height:0; margin:0; padding:0 0 56.25% 0; 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.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 { background:rgba(0,0,0,0.75); 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); -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.on .overlay { background:rgba(255,102,0,0.65); height:100%; }
.itemlist li.on .overlay .caption { 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; }


/* teaser */
.teaser { }
.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; border-top:1px solid #666; border-bottom:1px solid #666; }
.teaser .slides { position:relative; width:100%; height:640px; overflow:hidden; background:#000; }
.teaser .slide { width:100%; height:100%; text-shadow:0px 2px 4px rgba(0,0,0,.85); 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 .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:0 0 40px 0; vertical-align:bottom; 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:48px; text-transform:uppercase; margin:0 0 10px 0; text-shadow:0px 2px 2px rgba(0,0,0,0.75); }
.teaser .slide .attachment .attachment-data .description h5 { font-family:"Trebuchet MS", Helvetica, Arial, sans-serif; margin:0 0 10px 0; }
.teaser .slide .attachment .attachment-data .description .button { margin:10px 0 0 0; }

.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; }

.slides_pager { display:none; 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:48px; text-shadow:0px 2px 2px rgba(0,0,0,0.75); }


/* video */
.video { }
.video .section_wrapper h3 { margin:0; }
.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; font-family:'webfont1', Arial, Helvetica, sans-serif; letter-spacing:3px; }
.video_nav li.video_nav_next { text-align:right; }

.video .video_display { position:relative; border:1px solid #666; margin:30px 0 0 0; background:rgba(0,0,0,0.5); }
.video .video_container { width:100%; height:0; display:block; position:relative; padding-bottom:56.25%; background:#000; overflow:hidden; }
.video .video_container iframe, .video .video_container video { position:absolute; top:0; left:0; width:100%; height:100%; }
.video .video_container .loading { position:absolute; left:50%; top:50%; margin:-25px 0 0 -25px; color:#666; }

.video .video_desc { padding:20px 0; text-align:center; overflow:hidden; }
.video .video_desc .video_title { margin:0 0 10px 0; }
.video .video_desc .video_url { display:none; }

.video .video_items .item { -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); }


/* products */
.products .section_wrapper { }
.products .section_content h3 { display:none; }
.products .product { position:relative; margin:0; padding:0; width:100%; display:table; vertical-align:top; text-align:center; }

.products .product_img { position:relative; display:table-cell; width:50%; vertical-align:middle; text-align:center; }
.products .product_img h5 { display:none; font-size:48px; margin:0 0 5px 0; text-transform:uppercase; }
.products .product_img .product_title { display:none; margin:10px 0 20px 0; }
.products .product_img .product_title h5 { font-size:28px; }

.products .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; }
.products .product_img .albumplayer iframe { position:absolute; top:0; left:0; width:100%; height:100%; }
.products .product_desc .buy li.albumplayer_trigger .title_on { display:none; }
.products .product .btn_prelistening { margin:5px 0 0 0; }
.products .product .btn_prelistening a { padding:5px; border:1px solid #80817a; display:inline-block; }
.products .product .btn_prelistening a:hover, .products .product .btn_prelistening a:active { border:1px solid #000; }

.products .product_desc { position:relative; display:table-cell; width:50%; padding:0 0 0 5%; vertical-align:middle; text-align:center; }
.products .product_desc h5 { text-shadow:0px 1px 2px rgba(0,0,0,0.5); font-size:48px; letter-spacing:3px; margin:0 0 20px 0; text-transform:uppercase; }
.products .product_desc .format, .products .product_desc .date { font-size:24px; text-transform:uppercase; display:inline-block; }
.products .product_desc .product_text { margin:5px 0 0 0; text-transform:uppercase; }


/* products, shop: commons */
ul.buy { margin:20px 0 0 0; }
ul.buy li { width:45%; margin:0 0 20px 0; padding:0px; text-align:center; display:block; }
ul.buy li:nth-child(odd) { float:left; }
ul.buy li:nth-child(even) { float:right; }
ul.buy li:nth-child(2n+3) { /* 3., 5., 7. etc... */ clear:both; }
ul.buy li.unique { float:none; margin:0 auto 20px auto; clear:both; }
ul.buy li a.button { display:block; height:55px; font-size:24px; line-height:50px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-family:'webfont1', Arial, Helvetica, sans-serif; margin:0; padding:0 10px; }
ul.buy li a:hover, ul.buy li a:active { }
ul.buy li a .caption { color:#ccc; font-size:12px; margin:5px 0 0 0; text-transform:none; }
ul.buy li a.button_bg { text-indent:-3000px; background-repeat:no-repeat; background-position:center center; background-size:contain; }
ul.buy li a.target-amazon { background-image:url(../images/shopbuttons/amazon_white.png); }
ul.buy li a.target-amazonmusic { background-image:url(../images/shopbuttons/amazonmusic_white.png); }
ul.buy li a.target-applemusic { background-image:url(../images/shopbuttons/applemusic_white.png); }
ul.buy li a.target-bravado { background-image:url(../images/shopbuttons/bravado_white.png); }
ul.buy li a.target-deezer { background-image:url(../images/shopbuttons/deezer_white.png); }
ul.buy li a.target-emp { background-image:url(../images/shopbuttons/emp_white.png); }
ul.buy li a.target-googleplay { background-image:url(../images/shopbuttons/googleplay_white.png); }
ul.buy li a.target-itunes { background-image:url(../images/shopbuttons/itunes_white.png); }
ul.buy li a.target-mediamarkt { background-image:url(../images/shopbuttons/mediamarkt_white.png); }
ul.buy li a.target-saturn { background-image:url(../images/shopbuttons/saturn_white.png); }
ul.buy li a.target-soundcloud { background-image:url(../images/shopbuttons/soundcloud_white.png); }
ul.buy li a.target-spotify { background-image:url(../images/shopbuttons/spotify_white.png); }
ul.buy li a.target-tidal { background-image:url(../images/shopbuttons/tidal_white.png); }


/* dates */
.dates h3 { margin:0 0 15px 0; }
.dates .dates_block { margin:0 0 60px 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 #444; margin:15px 0; }
.dates .dateslist li.item { position:relative; padding:15px 10px; display:table; width:100%; box-sizing:border-box; border-bottom:1px solid #444; font-size:24px; color:#eee; }
.dates .dateslist li.row1 { background:rgba(0,0,0,0.3); }
.dates .dateslist li.row2 { background:rgba(0,0,0,0.1); }
.dates .dateslist li.item:hover { background:rgba(0,0,0,0.5); color:#fff; }
.dates .dateslist li.has2buttons { }
.dates .dateslist li a.deeplink { position:absolute; left:0px; top:0px; width:100%; height:100%; display:block; }
.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:25%; pointer-events:none; }

.dates .dateslist li .cal { display:inline-block; margin:0 5px 0 5px; position:relative; pointer-events:auto; font-size:14px; font-family:"Trebuchet MS", Helvetica, Arial, sans-serif; }
.dates .dateslist li .cal .calendar_links { display:none; position:absolute; z-index:200; left:40px; top:-32px; white-space:nowrap; padding:10px 18px 10px 10px; border:1px solid #666; background:rgba(0,0,0,0.85); -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; }

.dates .dateslist li .location { width:55%; pointer-events:none; }
.dates .dateslist li .location span { display:inline-block; width:48%; }
.dates .dateslist li .location span.city { 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:#ddd; border-bottom:1px solid #ccc; }
.dates .dateslist li .location span.venue a:hover, .dates .dateslist li .location span.venue a:active { color:#fff; border-bottom:1px solid #fff; }

.dates .dateslist li .buttons { width:20%; padding-left:5px; }
.dates .dateslist li .buttons a { color:#fff; border:3px solid #fff; background-color:#000; background-color:rgba(0,0,0,0.5); display:block; width:100%; box-sizing:border-box; margin:0; padding:5px 10px; text-align:center; text-transform:uppercase; vertical-align:baseline; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.dates .dateslist li .buttons a.ticket:hover, .dates .dateslist li .buttons a.ticket:active { color:#f60; border:3px solid #f60; background-color:#000; background-color:rgba(0,0,0,0.5); }
.dates .dateslist li .buttons a.ticket2 { margin:0 0 10px 0; }
.dates .dateslist li .buttons a.soldout { color:#666 !important; border:3px solid #666 !important; background:rgba(0,0,0,0.5) !important; cursor:default; }

.dates .subscribe { margin:5px 0 0 0; }
.dates .desc { margin:15px 0 0 0; }


/* photos */
.photos .itemlist li .display { padding:0 0 100% 0; }


/* music */
.music { }
.music .section_content h3 { margin:0; }
.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:"Trebuchet MS", 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:left; }
.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 ul li.track_share { font-size:12px; padding:5px; width:90px; text-align:right; text-transform:uppercase; }
.music .tracklist .track .track_desc ul li.track_share a { display:block; background:#000; color:#fff; }
.music .tracklist .track .track_desc ul li.track_share a:hover, .music .tracklist .track .track_desc ul li.track_share a:active { background:#415d9b; }
*/
.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 .imageborder_holder { margin:0 0 0 0; }
.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; }


/* newsletter */
.newsletter { }
.newsletter .section_content { margin:0 auto; }
.newsletter .col { width:50%; margin:0 auto; }
.newsletter .col2 { }
.newsletter .col-one-col { float:none; width:100%; margin:0; }
.newsletter label { display:none; font-size:16px; font-weight:normal; margin:0; }
.newsletter .legal { text-align:left; }
.newsletter #signup_feedback { text-align:center; margin:5px 0 10px 0; }
.newsletter #signup_feedback h5 { }
.newsletter #signup_feedback img { display:inline; margin:0 auto; }
.newsletter .newsletter-info-section { display:none; margin:20px 0 0 0; }


/* footer */
.footer { z-index:100; position:relative; width:100%; min-width:400px; font-size:9px; padding:60px 0; text-align:center; border-bottom:1px solid #333; }

.footer .logo { position:relative; width:210px; height:210px; margin:0 auto; overflow:hidden; }
.footer .logo a { display:block; width:210px; height:210px; overflow:hidden; }
.footer .logo .bg, .footer .logo .main { position:absolute; left:50%; top:50%; margin:-105px 0 0 -105px; z-index:1; }
.footer .logo .main { z-index:2; }
.footer .logo .bg { -webkit-animation:spinner 4s ease-in-out infinite alternate; animation:spinner 4s ease-in-out infinite alternate; }

.footer .social ul { position:relative; text-align:center; margin:0 auto 30px auto; font-size:0; }
.footer .social li { display:inline-block; margin:5px 8px; padding:0; }
.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 { }
.footer .social li a:hover, .footer .social li a:active { }

.credits { color:#666; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; letter-spacing:0px; line-height:14px; padding:0 20px; }
.credits { letter-spacing:1px; }
.credits a:link, .credits a:visited { color:#999; }
.credits a:hover, .credits a:active { color:#fff; }
.credits .logout { display:inline-block; margin:0 0 5px 0; }


/* images */
.imageborder, .contentborder { position:relative; border:1px solid #666; background:#000; }
a.imageborder { display:block; border:1px solid #e5e7d8; }
a.imageborder:link, a.imageborder:visited, a:link .imageborder, a:visited .imageborder { border:1px solid #999; }
a.imageborder:hover, a.imageborder:active, a:hover .imageborder, a:active .imageborder { border:1px solid #fff; }

.imageborder_holder { margin:0 0 15px 0; position:relative; overflow:hidden; box-sizing:border-box; -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); }
.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; text-shadow:0px 2px 5px rgba(0,0,0,1); width:100%; height:100%; top:100%; text-align:center; font-size:60px; 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:-30px 0 0 0; padding:0; filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }
.imageborder_holder a:hover .icon, .imageborder_holder a:focus .icon { top:0%; 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:1px solid #666; margin:0 0 15px 0; background:#000; -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); }
.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 { padding:15px 0; font-size:24px; line-height:28px; letter-spacing:2px; font-family:'webfont1', Arial, Helvetica, sans-serif; text-transform:uppercase; }
.more a { display:inline-block; padding:10px 0; }
.more a:link, .more a:visited { }
.more a:hover, .more a:active { }


.icon-vk:before { margin-left:-7px !important; }
.nomore { margin:10px 0; font-size:12px; line-height:12px; text-transform:uppercase; }
#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"] { font-family:'webfont1','Trebuchet MS', Arial, Helvetica, sans-serif; color:#fff; border:3px solid #fff; background-color:#000; background-color:rgba(0,0,0,0.5); 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; }
.button:hover, button:hover, a.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { color:#f60; border:3px solid #f60; background-color:#000; background-color:rgba(0,0,0,0.5); text-shadow:none; }
.button:active, button:active, a.button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active { color:#f60; border:3px solid #f60; background-color:#000; background-color:rgba(0,0,0,0.5); text-shadow:none; }
.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 { 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:20px; text-align:center; color:#000; background:#ffffdd; position:relative; }
.feedback a { color:#000; text-decoration:underline; }
.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; }


/* 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; padding:0 !important; font-size:32px; line-height:50px; text-align:center; width:50px; height:50px; display:inline-block; overflow:hidden; }
.share_tools_big a:link, .share_tools_big a:visited { color:#fff; border:3px solid #fff; background-color:#000; background-color:rgba(0,0,0,0.5); }
.share_tools_big a:hover, .share_tools_big a:active { color:#f60; border:3px solid #f60; background-color:#000; background-color:rgba(0,0,0,0.5); }


/* 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){
	body, td, th { font-size:20px; }
}

@media screen and (min-width:640px) {
	.share h4 span { display:block; }
}

@media screen and (max-width:960px) {
	.itemview { width:100%; float:none; }
	.itemview_medium { width:65%; }

	/* .products .product_desc h5 { display:none; } */
	.products .product_desc .format, .products .product_desc .date { display:block; }
	.products .product_desc .delimiter { display:none; }
	/* .products .product_desc .buy li { float:none; width:100%; margin:0 0 10px 0; clear:both; } */
}

@media screen and (max-width:860px) {
	/* 3 li pro reihe */
	.itemlist li { width:30%; margin:0 5% 30px 0; }
	.itemlist li:nth-child(4n+4) { margin:0 5% 30px 0; }
	.itemlist li:nth-child(4n+5) { clear:none; }
	.itemlist li:nth-child(3n+3) { /* 3., 6., 9. etc... */ margin:0 0 30px 0;  }
	.itemlist li:nth-child(3n+4) { /* 4., 7., 10. etc... */ clear:both; }
	
	.dates .dateslist li .location span { display:block; width:100%; }

	.music .product { width:50%; margin:0 0 60px 0; }
	.music .product:nth-child(2n+1) { clear:both; }
}

@media screen and (max-width:768px) {	
	.header_norm { display:none; }	
	body .header_compact { top:-10px; filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
	article { margin:73px auto 0 auto; }
		
	.dates .dateslist li .date { width:30%; }
	.dates .dateslist li .location { width:45%; }
	.dates .dateslist li .buttons { width:25%; }
}

@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 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; }
	
	/* .products .section_content h3 { display:block; } */
	.products .product { width:100%; display:block; }
	.products .product_img { display:block; width:100%; }
	.products .product_img h5 { display:block; margin:0 0 20px 0; }
	.products .product:last-child { margin:0; }
	.products .product_desc { display:block; width:100%; padding:0; vertical-align:top; }
	.products .product_desc h5 { display:none; }
}

@media screen and (max-width:640px) and (orientation: portrait) {
	/* .bg .bg_video_holder { background-image:url(../images/bg/bg_h.jpg); } */
	.teaser .slides { height:320px; }
}

@media screen and (max-width:640px) {
	.item .item_top .share_tools a { line-height:40px; font-size:32px; }
	.item .item_top .date { line-height:40px; font-size:14px; }

	.itemview_medium { width:100%; }

	.dates .dateslist li.item { display:block; padding:25px 10px; }
	.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; }

	.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 { width:100%; }
}

@media screen and (max-width:480px) {
	body .header_compact .logo a { background-size:100px 40px; }

	.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; }
}