/*======================================================================

 ----------------------------------------------------------------------
|                  Björn Cramer / Grundlayout                          |
|                  http://www.buchhaltungsservice-cramer.de            |
 ----------------------------------------------------------------------

  [1] Grundeinstellungen ......................................... 0019
  [2] Allgemeine Klassenelemente ................................. 0104
  [3] Skipnavigation und Browsercheck ............................ 0169
  [4] Lytebox Formatierungen ..................................... 0298

Autor: Björn Cramer
=======================================================================*/



/* ------------------------------------------------------------------- *
   [1] Grundeinstellungen
/* ------------------------------------------------------------------- */
                
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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

audio, canvas, video {
    display: inline-block;
    display: inline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

body {
	line-height: 1;
}

ol, ul, nav ul, nav ol {
	list-style: none;
}
 
blockquote, q {
	quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

[hidden] {
    display: none;
}



/* ------------------------------------------------------------------- *
   [2] Allgemeine Klassenelemente
/* ------------------------------------------------------------------- */

.hidden {
    display: none !important;
    visibility: hidden;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.screenreader {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

* {
	font-family: 'Roboto Condensed', sans-serif;
}



/* ------------------------------------------------------------------- *
   [3] Skipnavigation und Browsercheck
/* ------------------------------------------------------------------- */

#body_usercheck {
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	z-index: 100;
}

#skipnavigation {
	position: relative;
	float: left;
	width: 260px;
	height: 40px;
	padding: 0px 0px 0px 0px;
}

#skipnavigation li {
	list-style-type: none
}

#skipnavigation a {
	position: absolute;
	display: block;
	width: 260px;
	height: 40px;
	left: -99999px;
	top: -99999px;
	background-image: url(../img/usercheck_skipnavi.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
}

#skipnavigation a:focus,
#skipnavigation a:active {
	position: relative;
	display: block;
	left: 0;
	top: 0;
	width: 214px;
	height: 16px;
	padding: 12px 0px 12px 46px;
	text-align: left;
	text-decoration: none;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

#browsercheck,
#noscript {
	position: relative;
	width: 260px;
	height: 40px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

#browsercheck {
	float: right;
	margin: 0px 14px 0px 14px;
}

#noscript {
	float: right;
}

#browsercheck a,
#noscript a {
	display: block;
	width: 168px;
	height: 28px;
	padding: 6px 46px 6px 46px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #00adef;
}

#noscript a {
	background-image: url(../img/usercheck_noscript.gif);
}

#browsercheck a {
	background-image: url(../img/usercheck_browser.gif);
}

#browsercheck a.on,
#browsercheck a:hover,
#browsercheck a:active,
#browsercheck a:focus,
#noscript a.on,
#noscript a:hover,
#noscript a:active,
#noscript a:focus {
	background-position: 0 -40px;
	background-repeat: no-repeat;
}

#skipnavigation a:focus,
#skipnavigation a:active {
	font-size: 14px;
	font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
}

#browsercheck a,
#noscript a {
	font-size: 11px;
	font-size: 1.1rem;
    line-height: 12px;
    line-height: 1.2rem;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
}



/* ------------------------------------------------------------------- *
   [4] Lytebox Formatierungen
/* ------------------------------------------------------------------- */

#lbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 500px;
}

#lbOverlay.grey {
	background-color: #000000;
}

#lbMain {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
	line-height: 0;
}

#lbMain a img {
	border: none;
}

#lbOuterContainer {
	position: relative;
	background-color: #fff;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

#lbOuterContainer.grey {
	border: 3px solid #888888;
}

#lbDetailsContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	width: 100%;
	line-height: 1.4em;
	overflow: auto;
	margin: 0 auto;
}

#lbDetailsContainer.grey {
	border: 3px solid #888888;
	border-top: none;
}

#lbImageContainer,
#lbIframeContainer {
	padding: 10px;
}

#lbLoading {
	position: absolute;
	top: 45%;
	left: 0%;
	height: 32px;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: url(../img/lytebox_loading.gif) center no-repeat;
}

#lbHoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lbImageContainer>#lbHoverNav {
	left: 0;
}

#lbHoverNav a {
	outline: none;
}

#lbPrev {
	width: 49%;
	height: 100%;
	background: transparent url(../img/lytebox_blank.gif) no-repeat;
	display: block;
	left: 0;
	float: left;
}
#lbPrev:hover,
#lbPrev:visited:hover {
	background: url(../img/lytebox_back.gif) left 15% no-repeat;
}
	
#lbNext {
	width: 49%;
	height: 100%;
	background: transparent url(../img/lytebox_blank.gif) no-repeat;
	display: block;
	right: 0;
	float: right;
}

#lbNext:hover,
#lbNext:visited:hover {
	background: url(../img/lytebox_next.gif) right 15% no-repeat;
}

#lbPrev2,
#lbNext2 {
	text-decoration: none;
	font-weight: bold;
}
#lbPrev2.grey,
#lbNext2.grey,
#lbSpacer.grey {
	color: #333333;
}
	
#lbPrev2_Off,
#lbNext2_Off {
	font-weight: bold;
}
#lbPrev2_Off.grey,
#lbNext2_Off.grey {
	color: #CCCCCC;
}
	
#lbDetailsData {
	padding: 0 10px;
}

#lbDetailsData.grey {
	color: #333333;
}

#lbDetails {
	width: 60%;
	float: left;
	text-align: left;
}

#lbCaption {
	display: block;
	font-weight: bold;
}

#lbNumberDisplay {
	float: left;
	display: block;
	padding-bottom: 1.0em;
}

#lbNavDisplay {
	float: left;
	display: block;
	padding-bottom: 1.0em;
}

#lbClose {
	width: 64px;
	height: 28px;
	float: right;
	margin-bottom: 1px;
}

#lbClose {
	background: url(../img/lytebox_close.png) no-repeat;
}

#lbPlay {
	width: 64px;
	height: 28px;
	float: right;
	margin-bottom: 1px;
}

#lbPlay.grey {
	background: url(../img/lytebox_play.png) no-repeat;
}
	
#lbPause {
	width: 64px;
	height: 28px;
	float: right;
	margin-bottom: 1px;
}

#lbPause.grey {
	background: url(../img/lytebox_pause.png) no-repeat;
}
/* Update h4 */
h4 {
        font-weight: 600;
}


/* DSGVO */
.cc_container .cc_btn {
background-color: #c01120 !important; /* Farbe des Buttons */
color: #fff !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #fff !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #000 !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}