
/*#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
    Grau: fafafa
    Hellblau: f0f5f7
    BlauLinie: d4e6ec
    Dunkelblau: 0a374b
    Links: 8b999f
*/
/*#endregion*/

body { background:#fff;}

body, input, textarea, select, table, td, .crow {
    color:#777;
    background:#fafafa;
    font: 400 18px/27px 'Gudea', Arial, Verdana, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
}
/*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:400;
}

h1, .h1 { 
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 31px;
    font-weight:400;
    color:#2b2e47; 

} 
h2, .h2 {
    font-size: 26px;
    line-height: 1.3em;
    font-weight: 300;
    margin: 40px 0 41px 0;
    color: #2b2e47;
 
    max-width:900px;
}

h4, .h4 {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 30px;
    color:#2b2e47;
    margin-bottom:0px;
    font-weight:600;
}

h3, .h3 { 
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 30px;
    color:#56575e;
} 

.list h3 {    
    font-size: 18px;
    line-height: 27px; 
    margin-bottom: 20px;
}
.list h3 a:hover {border-bottom:solid 1px #afafaf; color: #ccc; }
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:#2b2e47;}

a { color:#2b2e47; text-decoration:none; font-weight:400;}
a:hover, li.active > a, li.open > a { color:#333; }
a img { border:none; width:100%;}

/*.mods a { border-bottom:solid 1px #b10813;}
.mods a:hover {border-bottom:solid 1px #000;}*/

strong {font-weight:600;color:#000;}

.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:38px;}
p, ul, .mods ul, ol, .gallery, .downloads table, .files, .crow, .acc, p.hl { 
    margin:0 0 39px 0;  

}
p {max-width:900px;}
/*#region Link-Hover CSS3 Animation */
a:not(.ui-corner-all), .acc h3 {
   -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;}

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; text-indent:-500000px; }
.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;}
.small {font-size:16px; line-height:21px;}

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;}

.mobile .lnkBtn {display:block;padding:0px;width:100%;}

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;}
.lnkMore:hover {color: #333;}

.lnkBtn {background:#2b2e47; color:#fff; display:block; float:left;text-align:center; padding:0px; line-height:40px;height:40px;  text-decoration:none; border:none;}
.lnkBtn:hover { background:#c5c7c8; color:#fff; text-decoration:none;}

.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 #afafaf; color:#2b2e47;}
.lnkLine:hover {border-bottom:2px solid #2b2e47; text-decoration:none;}
.lnkLineBig {font-size:26px;line-height:30px;  font-weight:400!important;}
.lnkLineBig:hover {color: #2b2e47;}

.lnkArrow { 
           color:#2b2e47; 
           font-weight:400;
           border-bottom: solid 2px #afafaf;
}

.lnkArrow:hover {color: #afafaf;}
.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*/
