/* FONTS */

/*
@font-face {
    font-family: 'regular';
    src: url('../k.fonts/regular.eot');
    src: url('../k.fonts/regular.eot?#iefix') format('embedded-opentype'),
         url('../k.fonts/regular.woff') format('woff'),
         url('../k.fonts/regular.ttf') format('truetype'),
         url('../k.fonts/regular.svg#regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'italic';
    src: url('../k.fonts/italic.eot');
    src: url('../k.fonts/italic.eot?#iefix') format('embedded-opentype'),
         url('../k.fonts/italic.woff') format('woff'),
         url('../k.fonts/italic.ttf') format('truetype'),
         url('../k.fonts/italic.svg#italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bold';
    src: url('../k.fonts/bold.eot');
    src: url('../k.fonts/bold.eot?#iefix') format('embedded-opentype'),
         url('../k.fonts/bold.woff') format('woff'),
         url('../k.fonts/bold.ttf') format('truetype'),
         url('../k.fonts/bold.svg#bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/


/* PRINTONLY */

#print {
	display: inline;
}


/*! SLIDES */

#slider li, #slider{
	display: inline !important;
	position: relative !important;
	float: left !important;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: visible;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: inline;
  width: 50%;
  left: 0;
  top: 0;
  float: left;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: none;
  width: 50%;
  border: 0;
  margin-bottom: 10px;
  }

.transparent-btns_nav.transparent-btns1_nav.prev,
.transparent-btns_nav.transparent-btns1_nav.next,
.transparent-btns_tabs.transparent-btns1_tabs{
	display: none !important;
}

/* ################ CONTENT #################### */

body, p, div, img, span, table, th, tr, td, a, ol, ul, li, h1, h2, h3{
	margin: 0px;
	border: 0px;
	padding: 0px;
	/*font-family: 'regular', Arial, sans-serif;*/
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	background-color:#fff;
	font-size: 13px;
}

body {
	width: 100%;
}

.titel,
.titel a {
	font-size: 25px;
	margin-bottom: 7px;
	margin-top: 10px;
	}

.abschnitt, #header, p.caption {
	margin-bottom: 25px;

}

.subtitle {
	display: none;
}
	
img {
	width: auto;
	height: auto;
}

div#header .logo {
		left: 0px;
		top: 0px;
		width: 250px;
		height: 70px;
	}

div#menu {
	display: none;

}

a {
	color: black;
	text-decoration: none;
}



