@font-face {
  font-family: 'titillium-regular';
  src: url('../fonts/titillium-regular-webfont.eot');
  src: url('../fonts/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/titillium-regular-webfont.woff') format('woff'),
    url('../fonts/titillium-regular-webfont.ttf') format('truetype'),
    url('../fonts/titillium-regular-webfont.svg#titillium-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


body {
  font-family: 'titillium-regular';
  text-align: left;
  margin: 0;
  line-height: 18pt;
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin:0 0 10px 0;
  color: #fff;
  font-weight: normal;
}

h1 { font-size: 18pt; line-height: 28pt; }
h2, h2#contentBody { font-size: 16pt; line-height: 26pt; }
h3 { font-size: 14pt; line-height: 25pt; }
h4 { font-size: 13pt; line-height: 24pt; }
h5 { font-size: 13pt; line-height: 23pt; }
h6 { font-size: 13pt; line-height: 22pt; }


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000;
  line-height: 24px;
  padding: 3px 0;
}


h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
  color: #000;
}


p,
p.bodytext,
TD, UL, OL {
    color: #fff;
    font-size: 10pt;
    margin: 0 0px 10px 0px;
}

a,
p.bodytext a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

p.bodytext a,
#contentBody p a {
  text-decoration: underline;
}

a:hover,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #000;
  text-decoration: underline;
}


.section.content .csc-default {
  margin: 1em 0;
}

.section.mainNavi,
.section.header,
.section.subHeader,
.section.footer,
.section.content 
.section.impressum,
.section.navi,
.section.navi nav.cbp-hrmenu,
.leftCol,
.footerWrapper,
.mobileNaviBox,
.dl-menuwrapper,
.languageMobile{
  display: none;
}

.mainCol,
.rightCol {
  float: left;
  width: 100%;
  margin:0;
}


/* vk-liste*/

.vk-element {
  border-bottom: 1px dashed #aaa;
  float: left;
  width: 100%;
  font-size: 85%;
}

.vk-element-list div {
  float: left;
  padding: .3em;
}

.vk-element-row1 {
  width: 15%;
}
.vk-element-row2 {
  width: 7%;
}
.vk-element-row3 {
  width: 63%;
}
.vk-element-row4 {
  width: 15%;
}








