
/*#region RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
ol li {margin-left:20px;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*#endregion RESET */

/*#region FARB-SHEET */
/*
    Text: 666666
    Gold: bd9d4b
    Blau: 0a374b
*/
/*#endregion*/

/*
body::before {
  content:"";
  position:fixed;
  background:url(/frontend/images/raster.png) 50% 0;
  z-index:1;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:.3;
  pointer-events:none;
}

* {
  -webkit-user-modify: read-write;
  word-wrap: break-word;
  -webkit-nbsp-mode: space;
  -webkit-line-break: after-white-space;
}

a {
  -webkit-user-modify: initial;
}
    */

body { background:#fff;}

body, input, textarea, select, table, td, .crow {
    color:#777!important;
    font:400 16px/22px "proxima-nova",Arial, Verdana, Helvetica, sans-serif!important;
    font-style:normal!important;
    font-variant:normal!important;
}
/*table td {font-size:13px; line-height:20px;}*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 { 
    color:#000; 
    margin:0; 
    padding:0; 
    font-size:16px; 
    line-height:22px; 
    font-weight:600;
}

h1, .h1 { font-size:38px; line-height:39px; } 
h2, .h2 { font-size:24px; line-height:28px; } 
h3, .h3, .boote table thead td { font-size:18px; line-height:22px; }
h4, .h4 { }
#footer h3 {margin-bottom:16px;}

h1 a, h2 a, h3 a, h4 a, h5 a {color:#000; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { color:#bd9d4b;}

a { color:#000; text-decoration:none; font-weight:600;}
a:hover, li.active > a, li.open > a { color:#bd9d4b; }
a img { border:none; width:100%;}
/*#footer a { color:#bd9d4b; font-weight:600;}
#footer a:hover { color:#0a374b;}*/

/*.mods a { border-bottom:solid 1px #b10813;}
.mods a:hover {border-bottom:solid 1px #000;}*/
#fancy {overflow:hidden;}
#fancy{
    zoom:1;
    height:90px;float:left;
    width:89.75px!important;
    background:#000 url(/frontend/images/video-over.jpg) no-repeat 0 0;
}
#fancy:hover img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

strong {font-weight:600;color:#000;}
.item strong {color:#777; }
strong.price {color:#bd9d4b; font-size:18px; line-height:22px; text-align:right;display:block;}
strong.price span {display:block; white-space:nowrap; font-size:16px; line-height:22px; color:#777; font-weight:400;}

abbr {border-bottom:dotted 1px #666; cursor:help;}

.mods ul { padding:0; list-style-type:none; list-style-position:inside; margin-left:0px; }
.mods ul li {background:url(/frontend/images/listitem.gif) no-repeat 5px 9px;padding-left:18px;}

.mods ul.no-list {margin:0;padding:0;}
.mods ul.no-list li {background:none;padding:0;}

h1 {margin-bottom:24px;}
h2, h3 {margin-bottom:33px;}
p, ul, .mods ul, ol, .gallery, .downloads table, .crow, .acc, p.hl { margin:0 0 24px 0; }
.mods ul.no-list.files, .acc {margin-bottom:34px!important;}


.standard p { max-width:800px;}
/*#region Link-Hover CSS3 Animation */
a:not(.ui-corner-all), 
.acc h3, 
.sub .box .item img, 
.pages h3, 
#fancy img,
.fancybox-close {
   -webkit-transition: all 180ms ease-in-out;
-moz-transition: all 180ms ease-in-out;
-ms-transition: all 180ms ease-in-out;
-o-transition: all 180ms ease-in-out;
transition: all 180ms ease-in-out;}

.filters h3 {
   -webkit-transition: background-color 180ms ease-in-out;
-moz-transition: background-color 180ms ease-in-out;
-ms-transition: background-color 180ms ease-in-out;
-o-transition: background-color 180ms ease-in-out;
transition: background-color 180ms ease-in-out;}

a.noAni {
   -webkit-transition: all 0ms ease-in-out;
-moz-transition: all 0ms ease-in-out;
-ms-transition: all 0ms ease-in-out;
-o-transition: all 0ms ease-in-out;
transition: all 0ms ease-in-out;}

/*#endregion*/

/*#region KLASSEN */

.h, .hidden { display:none; }
.cf, .clearfix { clear:both; display:block; width:100%; height:1; line-height:0; font-size:0; }

.text-left {text-align:left;}
.text-center {text-align:center;}
.text-right {text-align:right;}
.text-center .lnkBtn {float:none; display:inline-block; font-size:16px;}

.float-left, .left {float:left;}
.float-centered {float:center;}
.float-right, .right {float:right;}

.no-space {margin:0px;}
.no-space-bottom {margin-bottom:0px;}
.no-space-top {margin-top:0px;}
.space-bottom {margin-bottom:29px;}
.space-top {margin-top:29px;}

.hl {color:#e8e8e8;}
p.small {font-size:14px;max-width:500px;}

blockquote {padding:20px; border:3px solid #e8e8e8;}
iframe {border:solid 1px #fff!important; width:100%; max-width:100%; position:relative; z-index:50; margin-bottom:30px;}
* html iframe {width:90%;}

hr {border:0; float:left; width:100%; margin:20px 0 20px; padding:0; border-top:solid 1px #e8e8e8;}


a.fancybox-nav, .fancybox-nav:hover {border-bottom:0px!important; }
a.notClickable, a.notClickable:hover { cursor:default;text-decoration:none; border-bottom:0px; color:#333; }

/*#endregion*/

/*#region BUTTONS */

.lnkMore {font-weight:500;}

.lnkBtn {background:#333; display:block; float:left;text-align:center; padding:2px 15px 0; line-height:38px;
         height:38px; color:#fff; text-decoration:none; text-transform:uppercase; font-size:14px; font-weight:700;
         border:solid 1px #333;}
.lnkBtn:hover {background:#bd9d4b; color:#fff; text-decoration:none; border-color:#bd9d4b; }

.lnkBtnBig {line-height:50px;height:50px;}
.lnkBtnSmall {line-height:35px;height:35px;font-size:13px;}

.lnkBtnUnderline {border-bottom:solid 1px #000;}

.lnkLine {border-bottom:2px solid #ccc; color:#000;}
.lnkLine:hover {color:#ccc; text-decoration:none;}
.lnkLineBig {font-size:18px; margin-bottom:4px; font-weight:600;}

.lnkArrow {background:url(/frontend/images/arrow.gif) no-repeat 0px -49px;padding-left:15px; color:#000;}

.lnkBtnArrow {background:url(/frontend/images/btn-arrow.gif) no-repeat right 0; 
              color:#fff; padding:0 50px 0 40px; border-bottom:0px!important;
              display:inline-block; line-height:35px; height:35px;opacity:1;}
.lnkBtnArrow:hover {color:#fff;opacity:0.8;}

/*#endregion */

/*#region Scrollbar */
/* Let's get this party started */
::-webkit-scrollbar {
    width: 11px;
    background:#fff!important;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(140,140,140,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4); 
}
/*#endregion*/
