tf/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, content-right, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0!important; }
body, button, input, select, textarea { font-family: sans-serif; color: #333; }
/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #666; color: #fff; text-shadow: none; }
::selection { background: #666; color: #fff; text-shadow: none; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 0.063em dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 0.063em; border: 0; border-top: 0.063em solid #ccc; margin: 1em 0; padding: 0; }

hr.abs-kl { display: block; height: 0.063em; border: 0; margin: 0.425em 0; padding: 0; }
hr.abs-gr { display: block; height: 0.063em; border: 0; margin: 0.875em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

.align-left { text-align:left; }
.align-right { text-align:right; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 0.5em 0 1em 0; padding: 0 0 0 0.5em; }
dd { margin: 0 0 0 2.5em; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
    padding-left: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

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

/*
 * Correct overflow not hidden in IE9 
 */

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

DIV.csc-textpic-intext-left .csc-textpic-imagewrap, DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin-right: 25px;
}

DIV.csc-textpic-intext-right .csc-textpic-imagewrap, DIV.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    margin-left: 20px;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -0.7em; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

select { font-size: 0.825em; margin: 0; padding: 4px 0 2px 0; }

option { margin: 4px 0;}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   primary styles
   ========================================================================== */

body {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #333;
	}

h1 {
	font-size:1.5em;
	margin:10px 0 15px 0;
	padding:0;
	line-height:1.2em;
	color:#333;
	}
	
h2 {
	font-size:1.125em;
	line-height:1.4em;
	color:#333;
	margin: 0.5em 0 0.25em 0;
	}
	
h3 {
	font-size:0.75em;
	color:#333;
	background:none;
	line-height:1.25em;
	}
	
	
h4 {
	font-size:0.75em;
	margin:0;
	padding:0;
	line-height:1.25em;
	color:#333;
	background:none;
	}
	
p 	{
	font-size: 0.85em;
    line-height: 1.4em;
	margin:0;
    margin-bottom: 0.8em;
	}
	
p.align-center 	{
	text-align: center;
	}
	
a  {
	color:#e72b37;
	text-decoration: none;
	}
	
a:hover  {
	color:#e72b37;
	text-decoration:underline;
	}

article ul ul, article ol ol {
	margin: 0.25em 0;
}	
	
article li {
	font-size: 0.85em;
    line-height: 1.4em;
    margin: 0 0 0.35em;
}	

article li li {
	font-size:1em;
}	
	
.sr-hint {
	display:inline;
	position:absolute;
	left:-9999px;
	top:-9999px;
	height:0;
	width:0;
	background:white;
}

.sr-hint a:focus {
	display:block;
	position:absolute;
	left:10320px;
	top:10150px;
	width:20em;
	line-height:5em;
	text-align: center;
	border:0.5em double #000;
	padding:0.5em;
	background-color:#ffffff;
	z-index:3000;
	font-size:1.25em;
}

#container {
	width: 100%;
	overflow: hidden;
	}

.wrapper {
	width: 100%;
	overflow: hidden;
	}
	
#main header {
	margin:0;
	padding:0;
}


/* =======================
   Header
   ======================= */
   
#header {
	background: none;
	position:relative;
	width: 100%;
	}
	
#header-inner {
	max-width: 1300px;
	height: 120px;
	margin: 0 auto;
	position: relative;
	clear: both;
	}

#header div.float-right {
	float: right;
}

#header #nav-top {
	}

#header #nav-top ul {
	list-style-type: none;
	}

#header #nav-top ul li {
	display: inline;
	padding: 0 0.75em;
	font-size: 0.7em;
	}
	
#header #nav-top ul li a {
	color: #666;
	}
	
.middle {
	font-size:0.75em;
	}
	
.big {
	font-size:0.875em;
	}
	
#nav-help {
	display: block;
	float: right;
	margin: 2.9em 0.65em 0 0.65em;
	}
	
#nav-help a {
	float: left;
	margin-left: 20px;
	padding: 0 5px;
	color: #666;
	font-size: 13px;
	}

.lang-selector {
	display: block;
	}
	
#language {
	z-index: 2;
	margin: 0 auto;
	max-width: 1240px;
	text-align: right;
	padding: 10px 30px;
	margin-top: -44px;
	}
	
#start #language {
	margin-top: 0;
	}
	
#language span {
	color: #666;
	font-size: 0.725em;
	}
	
#language a {
	margin-left: 6px;
	color: #666;
	font-size: 0.725em;
	}
	
#language a:hover {
	color: #e72b37;
	text-decoration: underline;
	}
	
#language a.active {
	color: #666;
	text-decoration: underline;
	}
	
#header #search {
	position: absolute;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	top: 120px;
	right: 9em;
	}
	
#header #search #search-icon {
	position: absolute;
	right: 0;
	z-index: 1000;
	height: 15px;
	background: url("../img/sprite.png") no-repeat top left;
	background-position: 0 -408px;
	padding: 10px 12px;
	cursor: pointer;
	display: block;
}

#header #search #search-icon.active {
}
	
#header #search #indexedsearch {
	display: none;
	position: absolute;
	top: 36px;
	right: 0;
	z-index: 100;
	padding: 10px 0 10px 10px;
	background-color: rgba(52,52,52,1.0);
	}
	
#header #search #inputText {
	background: none repeat scroll 0 0 #fff;
	color: #777;
	padding: 4px 35px 2px 10px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	width: 16em;
	}
		
#header #search #inputButton {
	background: url("../img/magnifier.png") no-repeat center center;
	border: 0 none;
  	position: relative;
	left: -20px;
	top: -2px;
    text-indent: -9999px;
	width: 14px;
	}
	
#logo {
	position: absolute;
	top: 26px;
	right: 0;
	}
	
#slogan {
	position: absolute;
	top: 46px;
	left: 0;
	}
	
#slogan img {
	opacity: 0.5;
	}
	
#header #nav-top {
	padding: 0 0;
	background-color: rgba(52,52,52,1.0);
	z-index: 999;
	max-width: 1300px;
	margin: 0 auto;
	clear: both;
	height: 35px;
	}
	
#header #nav-top.fixed-nav {
	position: fixed;
	border-bottom: solid 1px #fff;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	}
	
#header #nav-top.fixed-nav ul li.shop {
	display: none;
	}
	
#header #nav-top ul {
	position: relative;
	margin: 0 auto;
	max-width: 1240px;
	}

#header #nav-top ul li {
	float: left;
	margin: 0 0;
	background: none;
	border: none;
	padding: 7px 0;
	}
	
#header #nav-top ul li:hover {
	}
	
#header #nav-top ul li.first {
	display: none;
	}
	
#header #nav-top ul li.shop {
	float: right;
	}
	
#header #nav-top ul li a {
	padding: 10px 0;
	margin-right: 50px;
	font-size: 1.35em;
	font-weight: normal;
	color: #ddd;
	letter-spacing: 1px;
	}
	
#header #nav-top ul li a:hover, #header #nav-top ul li:hover a {
	color: #fff;
	text-decoration: none;
	}
	
#header #nav-top ul li.selected a {
	color: #fff;
	border-bottom: 4px solid #e72b37;
	padding: 8px 0 4px 0;
	}
		
#header #nav-top ul li.first a {
	background: none;
	}
	
 #header #nav-top ul li.shop a {
	background: url("../img/sprite.png") no-repeat top right;
	background-position: -110px -225px;
	width: 50px;
	padding-right: 35px;
	margin-right: 0;
	}
	
#header #nav-top ul li.shop a:hover {
	background: url("../img/sprite.png") no-repeat top right;
	background-position: -110px -316px;
	width: 50px;
	padding-right: 35px;
	margin-right: 0;
	}
	
#header #nav-top li ul {
	position: absolute;
	top: 36px;
	width: 175px;
	z-index: 10;
	display: none;
	}
	
#header #nav-top li:hover ul {
	display: block;
	}
	
#header #nav-top li ul li {
	float: left;
    line-height: 1;
    list-style: outside none none;
    opacity: 0;
    text-align: left;
	background: #343434;
	}

#header #nav-top li ul li.first {
	display: block;
	padding-top: 10px;
	}
	
#header #nav-top li ul li.last {
	padding-bottom: 15px;
	}
	
#header #nav-top li:hover ul li {
    opacity: 1;
	float: left;
	margin: 0 0;
	}
	
#header #nav-top li:hover ul li a {
    background-color: #343434;
	color: #ddd;
    display: block;
    font-size: 14px;
    margin-left: 15px;
    padding: 5px 0;
    width: 175px;
	}

#header #nav-top li:hover ul li:hover a {
	color: #fff;
	}
	
#header #nav-top li.selected ul li a {
    border-bottom: none;
	color: #ddd;
	}
	
#header #nav-top li.selected ul li.selected a {
	color: #fff;
	}



/* =======================
   Main
   ======================= */
	
	
#main {
	margin: 0 auto;
	max-width: 1000px;
	position:relative;
	background-color: #fff;
	padding: 15px 0 50px 0;
	min-height: 1000px;
	}
	
#start #main {
	max-width: 1300px;
	}
	
#main.fixed-nav {
	margin-top: 38px;
	}


/* =======================
   Breadcrumb
   ======================= */

#breadcrumb {
	margin: 0 auto;
	max-width: 1240px;
	padding: 10px 30px;
	}

#breadcrumb ul {
	list-style-type:none;
	margin: 0 0;
	padding: 0;
	}
	
#breadcrumb ul li {
    display: inline;
	font-size:0.725em;
	color: #666;
	}
	
#breadcrumb ul li a {
	color: #666;
	}
	
#breadcrumb ul li.last a {
	font-weight: bold;
	}
	
#breadcrumb ul li a:hover {
	color: #e72b37;
	text-decoration: underline;
	}



/* =======================
   Content Columns
   ======================= */

/* eine Spalte */
#start #content-main, #one-column #content-main {
	float: left;
	width: 100%;
	margin: 0 0;
	}

#start #content-left, #one-column #content-left {
	width: 0;
	height: 0;
	display: none;
	}

#start #content-column, #one-column #content-column {
	float: left;
	width: 100%;
	margin: 0 0;
	}
	
#start #content-right, #one-column #content-right {
	width: 0;
	height: 0;
	display: none;
	}
	
#start #main , #one-column #main {
	background: none;
	}
	
/* zwei Spalten */
#content-main {
	float: right;
	width: 78%;
	margin: 0 0;
	}

#content-left {
	float: left;
	width: 20%;
	margin: 0 2% 0 0;
	min-height: 1px;
	}
	
#content-column {
	float: right;
	width: 100%;
	margin: 0 0;
	}
	
#content-right {
	width: 0;
	height: 0;
	display: none;
	}
	
/* drei Spalten */	
#three-columns #content-main {
	float: right;
	width: 78%;
	margin: 0 0;
	}

#three-columns #content-left {
	float:left;
	width:20%;
	margin: 0 2% 0 0;
	min-height: 1px;
	}
	
#three-columns #content-column {
	float: left;
	width: 72%;
	margin: 0 2% 0 0;
	}

#three-columns #content-right {
	float: right;
	width: 26%;
	height: auto;
	margin: 0 0;
	margin-top: 0.75em;
	display: block;
	}
   	
article {
	margin: 0;
	padding-bottom: 0;
	border-top: 0;
    margin-top: 0;
    padding-top: 0;
	}	
	
	
/* =======================
   Navigation
   ======================= */	

#content-title {
	margin-top: 1em;
}

#content-title a {
	font-size: 0.85em;
	font-weight: bold;
    color: #333;
	text-decoration: none;
}

#content-title a:hover {
	color: #333;
}

#content-left nav ul {
	list-style-type: none;
	margin: 0.25em 0 1.25em 0;
	padding: 0;
	border-top:0.063em solid #aaa;
	}

#content-left nav ul li {
	font-size: 0.80em;
	font-weight: normal;
	border-bottom: 1px solid #aaa;
	}
	
#content-left nav ul li:hover, #content-left nav ul li.selected {
	background: #eee;
	}
	
#content-left nav ul li a {
    color: #333;
    display: block;
    padding: 0.5em 0.5em;
	}
	
#content-left nav ul li a:hover {
	text-decoration: none;
	color: #333;
	}
	
#content-left nav ul li a.active {
	background: #eee;
	color: #333;
	font-weight: bold;
}
	
#content-left nav ul ul{
	border:0;
	margin:0;
	}

#content-left nav ul li ul li {
	font-size: 1em;
	font-weight: normal;
	background: #eee;
	border-bottom: none;
	padding: 0 0;
	}

#content-left nav ul li ul li a {
	background: none;
	line-height: 1.5em;
    padding: 0.5em 0 0.5em 0.85em;
	}
	
#content-left nav ul li ul li a:hover {
	}

#content-left nav ul li ul li.selected a.active {
	font-weight: bold;
}

#content-left nav ul li.subpages a.selected {
	background: #EEEDED; /* Old browsers */
	background: -moz-linear-gradient(top, #EEEDED 0%, #D9D9D9 88%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEDED), color-stop(58%,#D9D9D9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EEEDED 0%,#D9D9D9 58%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #EEEDED 0%,#D9D9D9 58%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #EEEDED 0%,#D9D9D9 58%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEDED', endColorstr='#D9D9D9',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #EEEDED 0%,#D9D9D9 58%); /* W3C */
	color: #e72b37;
	}
	


/* =======================
   Boxen
   ======================= */

/* Box */
.box {
	background: #eee;
	margin-top: 0.85em;
	margin-bottom: 0.7em;
	}
	
.box header {
	background: none;
	}
	
#content-column .box {
	padding:0.75em 0.75em;
}

#content-column .box h2, #content-column .box h3 {
	font-size: 1.125em;
	font-weight: normal;
	line-height: 1.4em;
	color: #333;
	margin: 0.05em 0 0.25em 0;
	}

#content-column .box p {
	margin: 0;
}

#content-column .box a {
	text-decoration: underline;
}

#content-column .box DIV.csc-textpic-intext-left .csc-textpic-imagewrap, .box DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin-right: 15px;
}
	
#content-column .box img {
	margin: 0 0;
	border: 1px solid #ddd;
	}
	
#content-column .box ul li {
	margin-left: 0.25em;
	list-style: none;
}

#content-column .box ul li a {
	text-decoration: underline;
	font-weight: bold;
	color: #575757;
}
	
#content-column .box ol {
	margin: 1.5em 0 1em 0;
}

#content-column .box ol li {
	background: none;
	margin: 0;
	padding: 0;
}

#content-column .box ol li a {
	background: #e72b37 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: Arial,Verdana,sans-serif;
    font-size: 14px;
	letter-spacing: 1px;
    margin: 1em 0 0;
    padding: 0.75em 1.5em;
    text-decoration: none;
}

#content-column .box ol li a:hover {
    color: #fff;
    text-decoration: underline;
}

.box .csc-textpic-intext-right {
	padding-right:0.625em;
}

/* Box Startseite */	
#start .shadow {
	background: url("../img/box-bg.jpg") no-repeat 0.0em bottom;
	padding-bottom: 1px;
}

.startseite {
}
	
.startseite h2 {
	margin: 0 0 5px 0;
	font-size: 1.0em;
	line-height: 1.4em;
}

.startseite h2 a {
	padding: 0;
	background: none!important;
}

.startseite p {
	padding: 0 0 0 0.175em!important;
}

.startseite ul {
	padding-left: 0.25em;
}

.startseite ul li {
	list-style: none;
}
	
#start .tx-jfmulticontent-pi1 {
	margin: 0;
}

#start .tx-jfmulticontent-pi1 ul li {
	margin: 0 0 0.125em 0;
}

#start .tx-jfmulticontent-pi1 .subcolumns p {
	padding-left: 0;
}

#start .tx-jfmulticontent-pi1 .subcolumns img {
	border: none;
}

#start .tx-jfmulticontent-pi1 .subcolumns ul {
	margin-bottom: 0;
}

#start .owl-carousel {
	margin: 3.7em 0 1em 0;
}

#start .slogan {
	margin: 2em 0;
}

#start .slogan h1 {
	font-size: 1.35em;
	font-weight: normal;
}

#start #content-column h2 a {
	background: none;
	padding-left: 0;
}

#start #content-column h3 a:hover {
	color: #333;
}

#start #content-column .ui-widget h3.ui-state-active {
    background: #fff;
}

#start #content-column {
	min-height: inherit;
}

/* One-Page */
#content-column .one-page h1 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.5em;
	line-height: 1.4;
	margin: 45px 0;
	}
	
#content-column .one-page h2 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	line-height: 1.8;
	margin: 40px 0 10px 0;
	}
	
#content-column .one-page h3 {
	background: rgba(0, 0, 0, 0) url("../img/icon-haekchen.png") no-repeat scroll left 5px;
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.125em;
	line-height: 1.6;
	margin: 45px 0 15px 0;
	padding-left: 25px;
	}
	
#content-column .one-page .news h3 {
	background: none;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	margin: 45px 0 10px 0!important;
	padding-left: 0;
	}
	
#content-column .one-page .news h3 a {
	text-decoration: none;
	}
	
#content-column .one-page .news .teaser-text p {
	margin-bottom: 20px;
	}

#content-column .one-page .news .article .teaser-text a.more {
	font-family:Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	background: #666;
	color: #fff;
	padding: 0.75em 1.5em;
	border: none;
	}
	
#content-column .one-page .news .article .teaser-text a.more:hover {
	background: #777;
	color: #fff;
	}
	
#content-column .one-page .news .article {
	padding-bottom: 2.5em;
	margin-bottom: 1.5em;
}
	
#content-column .one-page .news .article .news-img-wrap {
	margin: 5px 0 5px 55px;
	display: block;
	}
	
#start #content-column .one-page .news .article .news-img-wrap {
	margin: 5px 0 5px 25px;
	}
	
#content-column .one-page .news-single .article .news-img-wrap {
	display: none;
}

#content-column .one-page .news-single .article .news-backlink-wrap {
	border-top: 1px solid #ccc;
	padding-top: 55px;
	margin-top: 75px;
	}

#content-column .one-page .news-single .article .news-backlink-wrap a {
	font-family:Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	background: #666;
	color: #fff;
	padding: 0.75em 1.5em;
	border: none;
	}
	
#content-column .one-page .news-single .article .news-backlink-wrap a:hover {
	background: #777;
	color: #fff;
	}
	
#content-column .one-page p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	}
	
#content-column .one-page ul li {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	}
	
#content-column .one-page ol {
	margin: 35px 0 25px 0;
	}
	
#content-column .one-page ol li {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #888;
	line-height: 1.6;
	list-style: none;
	background: none;
	border-right: 1px solid #ccc;
	text-align: center;
	padding-left: 0;
	}
	
#content-column ul li.columnLast .one-page ol li {
	border-right: none;
	}
	
#content-column .one-page ol li b {
	font-family: Arial, sans-serif;
	font-size: 52px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.125em;
	line-height: 1.4;
	}
	
#content-column .one-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

#content-column .one-page .divider hr {
	margin: 40px 0;
	}

#content-column .one-page .responsive-video-wrapper {
    max-width: 100%;
    width: 100%;
}

#content-column .one-page .responsive-video {
    padding-bottom: 55%;
    padding-top: 12px;
}

#content-column .one-page .powermail_field input {
	width: 28em;
	}

#content-column .one-page .powermail_field textarea {
	width: 28em;
	height: 8em;
	}
	
#content-column .one-page .powermail_field input.powermail_submit {
	font-family:Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	background: #666;
	color: #fff;
	padding: 0.75em 1.5em;
	border: none;
	width: auto;
	margin-left: 14.4em;
	}
	
#content-column .one-page .powermail_field input.powermail_submit:hover {
	background: #777;
	color: #fff;
	}

/* One-Page – Full-Width */
#content-column .one-page-full-width {
	margin: 0 auto;
	width: 1300px;
	margin-left: -150px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px;
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}
	
#content-column .one-page-full-width .inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	text-align: left;
	}
	
#content-column .one-page-full-width .inner h2 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.125em;
	line-height: 1.6;
	margin: 45px 0;
	color: #fff;
	}
	
#content-column .one-page-full-width .inner h3 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.125em;
	line-height: 1.6;
	margin: 25px 0;
	color: #fff;
	}
	
#content-column .one-page-full-width .inner p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	}
	
#content-column .one-page-full-width .inner img {
	margin: 0 0;
	}
	
#content-column .one-page-full-width .inner .csc-textpic-caption {
    font-family: Arial,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.25em;
    line-height: 1.4;
	background-color: #fff;
	opacity: 0.85;
    color: #333;
    display: inline-block;
    margin-left: 550px;
    margin-top: -360px;
    padding: 8px 15px;
    position: absolute;
	}

/* One-Page – Button-Grey */
#content-column .one-page-button-grey {
	margin: 35px 0;
	}

#content-column .one-page-button-grey a {
	font-family:Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	background: #666;
	color: #fff;
	padding: 0.75em 1.5em;
	border: none;
	}
	
#content-column .one-page-button-grey a:hover {
	background: #777;
	color: #fff;
	}
	
/* One-Page – Button-Red */
#content-column .one-page-button-red {
	margin: 35px 0;
	}

#content-column .one-page-button-red a {
	font-family:Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	background: #e72b37;
	color: #fff;
	padding: 0.75em 1.5em;
	border: none;
	}
	
#content-column .one-page-button-red a:hover {
	background: #eb4b55;
	color: #fff;
	}
	
/* One-Page – Content Box Rechts */
#content-column .one-page-content-box-re {
    background: #ccc;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 0 50px 20px 50px;
	border: 1px solid #e7e5e2;
	height: 535px;
	position: relative;
	}
	
#content-column .one-page-content-box-re:after {
    right: 100%;
	bottom: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #ccc;
	border-width: 20px;
	margin-top: -20px;
	}

#content-column .one-page-content-box-re h2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	line-height: 1.8;
	margin: 20px 20px;
	padding: 20px 10px;
	border-bottom: 1px solid #bbb;
	color: #333;
	}
	
#content-column .one-page-content-box-re p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	margin-bootom: 15px;
	}

#content-column .one-page-content-box-re a {
	display: inline-block;
	margin: 10px 0 0 0;
	font-family:Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	background: #666;
	color: #fff;
	padding: 0.75em 1.5em;
	border: none;
	}
	
#content-column .one-page-content-box-re a:hover {
	background: #777;
	color: #fff;
	}
	
#content-column .one-page-content-box-re b a {
	background: #e72b37;
	font-weight: normal;
	}
	
#content-column .one-page-content-box-re b a:hover {
	background: #f83c48;
	font-weight: normal;
	}
	
/* One-Page – Content Box Links */
#content-column .one-page-content-box-li {
    background: #ccc;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 0 50px 20px 50px;
	border: 1px solid #e7e5e2;
	height: 535px;
	position: relative;
	}
	
#content-column .one-page-content-box-li:after {
    left: 100%;
	bottom: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 204, 204, 0);
	border-left-color: #ccc;
	border-width: 20px;
	margin-top: -20px;
	}

#content-column .one-page-content-box-li h2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	line-height: 1.8;
	margin: 20px 20px;
	padding: 20px 10px;
	border-bottom: 1px solid #bbb;
	color: #333;
	}
	
#content-column .one-page-content-box-li p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	margin-bootom: 15px;
	}

#content-column .one-page-content-box-li a {
	display: inline-block;
	margin: 10px 0 0 0;
	font-family:Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	background: #666;
	color: #fff;
	padding: 0.75em 1.5em;
	border: none;
	}
	
#content-column .one-page-content-box-li a:hover {
	background: #777;
	color: #fff;
	}
	
#content-column .one-page-content-box-li b a {
	background: #e72b37;
	font-weight: normal;
	}
	
#content-column .one-page-content-box-li b a:hover {
	background: #f83c48;
	font-weight: normal;
	}
	
/* One-Page – Content Box Unten */
#content-column .one-page-content-box-unten {
    background: #ccc;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 0 50px 20px 50px;
	border: 1px solid #e7e5e2;
	height: auto;
	width: 1300px;
	position: relative;
	}
	
#content-column .one-page-content-box-unten:after {
    bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 20px;
	margin-left: -20px;
	}

#content-column .one-page-content-box-unten h2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	line-height: 1.8;
	margin: 20px 20px;
	padding: 20px 10px;
	border-bottom: 1px solid #bbb;
	color: #333;
	}
	
#content-column .one-page-content-box-unten p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	margin-bootom: 15px;
	}

#content-column .one-page-content-box-unten a {
	display: inline-block;
	margin: 10px 0 0 0;
	font-family:Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	background: #666;
	color: #fff;
	padding: 0.75em 1.5em;
	border: none;
	}
	
#content-column .one-page-content-box-unten a:hover {
	background: #777;
	color: #fff;
	}
	
#content-column .one-page-content-box-unten b a {
	background: #e72b37;
	font-weight: normal;
	}
	
#content-column .one-page-content-box-unten b a:hover {
	background: #f83c48;
	font-weight: normal;
	}

/* Subtitle */
#content-column .subtitle {
	margin: 1em 0 1.5em 0;
	}
	
#start #content-column .subtitle {
	margin-bottom: 0;
	}
	
#content-column .subtitle p {
	font-size: 1.35em;
	margin: 0 0;
	padding: 0;
	color: #333;
	}
	
#content-column .subtitle p.align-center {
	text-align: center;
	}
	
#content-column .subtitle p b {
	color: #e72b37;
	}
	
#content-column .subtitle ul li {
    color: #333;
    font-size: 1.125em;
    list-style: outside none square;
    padding: 0 0 0 8px;
}

/* Content Subtitle */
#content-column .content-subtitle {
	margin: 1em 0 1.5em 0;
	}

#content-column .content-subtitle p {
}

#content-column .content-subtitle h2 {
	background: url("../img/icon-haekchen.png") no-repeat left 5px;
	font-size: 1.35em;
	margin: 0 0 0.05em 0;
	padding: 0 0 0 1.125em;
	color: #333;
	font-weight: normal;
}

#content-slider .item img{
    display: block;
    max-width: 100%;
    height: auto;
}

#content-slider-text .item {
    display: block;
    max-width: 80%;
    height: auto;
	margin: auto auto;
}

#content-slider-text p {
    font-family: Arial,sans-serif;
    font-size: 17px;
    font-weight: 200;
    line-height: 1.6;
    text-align: center;
	font-style: italic;
}

#content-slider-text p.firma {
    font-family: Arial,sans-serif;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.6;
    text-align: right;
	margin-right: 45px;
	color: #666;
	font-style: normal;
}

/* Content Image */
#content-column .zitat {
	position: absolute;
	top: 185px;
	left: 565px;
	width: 345px;
	}

#content-column .zitat p {
	font-size: 1.35em;
	margin: 0 0 45px  0;
	padding: 0 0 45px 0;
	color: #333;
	font-style: italic;
	line-height: 1.85em;
	border-bottom: 1px solid #bbb;
	}
	
#content-column .zitat p.name {
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #333;
	font-style: normal;
	line-height: 1.85em;
	border-bottom: none;
	}
	
#content-column .zitat p.funktion {
	font-size: 0.85em;
	margin: 0;
	padding: 0;
	color: #666;
	font-style: normal;
	line-height: 1.85em;
	border-bottom: none;
	}

#content-column .link-box a {
	text-decoration: none;
	}

#content-column .link-box-text {
	position: relative;
	width: 100%;
	height: 48px;
	background: rgba(255, 255, 255, 0.75);
	margin-top: -54px;
	}
	
#content-column .link-box-text p {
	font-size: 1.25em;
	color: #333;
	line-height: 1.85em;
	text-align: center;
	padding-top: 6px;
	}

/* Core Owl Carousel CSS File */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	margin: 1.5em 0 1.0em 0;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* Owl Carousel Owl Demo Theme */
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	font-size: 0;
	width: 0;
  	height: 0;
	filter: Alpha(Opacity=35);/*IE7 fix*/
	opacity: 0.35;
}

/* To move navigation buttons outside use these settings: */
 .owl-theme .owl-controls .owl-buttons div {
position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
left: 5px;
top: 50%;
margin-top: -30px;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-right: 30px solid #999;
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
right: 5px;
top: 50%;
margin-top: -30px;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-left: 30px solid #999;
}

#content-slider .owl-controls .owl-buttons .owl-prev{
top: 50%;
margin-top: -15px;
}
 
#content-slider .owl-controls .owl-buttons .owl-next{
top: 50%;
margin-top: -15px;
}

.owl-theme .owl-controls .owl-buttons div {
}

.owl-theme .owl-buttons i {
    margin-top: 1px;
}

.icon-chevron-left {
    background-position: -432px -72px;
}

.icon-chevron-right {
    background-position: -456px -72px;
}

.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:focus > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:focus > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings-white.png");
}

[class^="icon-"], [class*=" icon-"] {
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    width: 14px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 85px;
	background: url("../img/ajax-loader.gif") no-repeat center 30px;
}

/* Responsive YouTube Video */
.responsive-video-wrapper {
	width: 560px;
	max-width: 100%;
}

.responsive-video-wrapper-full {
	width: 1000px;
	max-width: 100%;
}

.responsive-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 7px;
	height: 0;
	overflow: hidden;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.box.info {
	background:#FDEEDB url("../img/bg_box_info.png") no-repeat 1.625em 1.063em;
    padding: 0.95em 0.95em 0.95em 3.875em!important;
}

.box.citation {
	background:#F7F7F7 url('../img/bg_box_citation.png') 1em 1.063em no-repeat;
	padding: 0.95em 0.95em 0.95em 5.75em!important;
}

#content-column section {
	margin: 0.5em 0.275em 0.5em 1em;
}

#start #content-column section, #one-column #content-column section {
	margin: 0;
	}
	
#start #content-left .box {
	margin-top: 1.563em;
	background: #fff;
	}

/* External-Link */
#content-column a.external-link {
	background-image: url("../img/external-link.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 17px;
	padding-left: 0;
}

#content-column .box a.external-link {
	background-image: url("../img/external-link.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
	padding-left: 0;
}

/* Button Link */
#content-column .button-link, #content-right .button-link {
	padding: 0.5em 0 0.25em 0;
}

#content-column .button-link ul, #content-right .button-link ul {
	margin-bottom: 2em;
}

#content-column .button-link ul li, #content-right .button-link ul li {
	float: left;
	list-style: none;
	margin: 0 1.25em 0 0;
}

#content-column .button-link a, #content-right .button-link a {
	margin: 1em 0 0 0;
	font-family:Arial, Verdana, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	background: #e72b37;
	color: #fff;
	padding: 0.75em 1.5em;
	border-radius: 5px;
}

#content-column .button-link a:hover, #content-right .button-link a:hover {
	color: #fff;
	text-decoration: underline;
}
	
	
.link-list ul li {
	background: none;
	}	
	
.link-list ul li a {
	background: url("../img/nav-arrow.gif") no-repeat 0 0.5em;
    padding-left: 0.95em;
	}	

	
	
/* =======================
   Content-right
   ======================= */
   

#content-right article .csc-textpic-caption {
	}
	
#content-right h3 {
	color: #333;
	text-decoration: none;
	font-size:0.95em;
	line-height:1.4em;
	line-height:1.4em;
	margin: 0 0 0.35em 0;
	}
	
#content-right articlet p {
	}
	
#content-right article a {
	color: #333;
	text-decoration: underline;
	}
	
#content-right article a:hover {
	color: #e73b37;
	}

#start #content-right article .csc-textpic-text p, #start #content-right article .csc-textpic-text a {
	}


/* =======================
   Content
   ======================= */

#content-column {
	min-height: 850px;
	padding-bottom: 1.25em;
	background: #fff;
	}
	
#content-column h2 {
	color: #333;
	text-decoration: none;
	}
	
#content-column h3 {
	color: #333;
	text-decoration: none;
	font-size:0.95em;
	line-height:1.4em;
	line-height:1.4em;
	margin: 0 0 0.35em 0;
	}
	
#content-column h2 a, #content-column h3 a {
	color: #333;
	text-decoration: none;
	}
	
#content-column h2 a:hover, #content-column h3 a:hover {
	text-decoration: underline;
	color: #e72b37;
	}
	
#content-column p a {
	color: #333;
	text-decoration: underline;
	}
	
#content-column p a:hover {
	color: #e72b37;
	}

/* Telefon – Tracking */	
#content-column p a#number_link_d, #content-column p a#number_link_e, #content-column p a#number_link_f {
	cursor: auto;
	color: #333;
	text-decoration: none;
	}
	
#box-content ul li a#number_link_f:hover {
	cursor: auto;
	color: #333;
	text-decoration: none;
	}
/* Telefon – Tracking */

#content-column img {
	margin: 0 0 10px 0;
	}
	
#content-column ul {
    padding: 0;
	}
	
#content-column ul li {
	margin-left: 1.125em;
    padding-left: 0;
	list-style: square;
	}
	
#content-column ul li a, #content-column ol li a {
	color: #333;
	text-decoration: underline;
	}
	
#content-column ul li a:hover, #content-column ol li a:hover {
	color: #e72b37;
	}
	
#content-column ul li h2 a {
	text-decoration: none;
	}
	
#content-column ul li p span.kontakt {
	display: inline-block;
	width: 65px;
	}
	
#content-column ul li p span.pressekontakt {
	display: inline-block;
	width: 95px;
	}
	
#content-column ol {
    padding: 0;
	}
	
#content-column ol li {
	background: url("../img/sprite.png") no-repeat top right;
	background-position: -175px -412px;
	margin-left: 0.25em;
    padding-left: 1.25em;
	list-style: none;
	}
	
#content-column .csc-textpic-intext-left-nowrap ol li {
    margin-left: 1.5em;
	}
	
#content-column ol li li {
	background: none;
 	list-style: circle;
	padding-left: 0.125em;
	}
	
#content-column DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 0 0;
	padding: 0 0;
	}
	
/* PDF Info */
#content-column .pdf-info {
font-size: 0.7em;
font-style: italic;
line-height: 1.25em;
}

#content-column .pdf-info a {
	color: #333;
	text-decoration: underline;
}

#content-column .pdf-info a:hover {
	text-decoration: none;
}



/* =======================
   Footer
   ======================= */

footer {
	max-width: 1300px;
	margin: 0 auto;
	background-color: #666;
	height: 42px;
	margin-bottom: 4px;
	}
	
#content-bottom {
	}
	
.content-column-bottom {
}

.content-column-bottom ul {
	font-size: 0.85em;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0;
}
	
.content-column-bottom ul li {
	float: left;
	list-style: none;
	margin-top: 10px;
	margin-left: 50px;
	color: #fff;
}

.content-column-bottom ul li.first {
	margin-left: 0;
}

.content-column-bottom ul li.trenner {
	border-left: 1px solid #fff;
	padding-left: 3em;
	}

.content-column-bottom ul li.sprite {
	margin-left: 1.75em;
}

.content-column-bottom ul li a {
	color: #fff;
	}

.content-column-bottom ul li.sprite a {
	background: url("../img/sprite.png") no-repeat top left;
}

.content-column-bottom ul li.sprite a.facebook {
	background-position: 0 0;
	width: 28px;
	height: 28px;
	display: inline-block;
	margin-left: 8.125em;
}
.content-column-bottom ul li.sprite a.facebook:hover {
	background-position: -154px 0;
}


.content-column-bottom ul li.sprite a.gplus {
	background-position: 0 -78px;
	width: 28px;
	height: 28px;
	display: inline-block;
}

.content-column-bottom ul li.sprite a.gplus:hover {
	background-position: -154px -78px;
}

.content-column-bottom ul li.sprite a.youtube {
	background-position: 0 -156px;
	width: 66px;
	height: 28px;
	display: inline-block;
}

.content-column-bottom ul li.sprite a.youtube:hover {
	background-position: -116px -156px;
}



/* =======================
   Kontaktbox
   ======================= */
#kontakt-box {
	position: fixed;
	top: 235px;
	right: -234px;
	width: 280px;
	height: auto;
	background-color: #fff;
    border: 1px solid #ccc;
    border-right: none;
	z-index: 1000
}

#box-handle {
    background: #fff;
    width: 46px;
	height: auto;
    border-radius: 5px 0 0 5px;
    float: left;
}

#box-content {
    float:right;
    width: 234px;
    height: auto;
    background-color: #fff;
}

#box-content img {
    margin: -92px 0 0 0;
}

#box-content ul li {
	list-style: none;
    font-size: 1.125em;
	line-height: 1.4em;
	margin: 0 0 0 0.5em;
	padding: 18px 5px;
	border-bottom: 1px solid #ddd;
}

#box-content ul li.title {
	font-weight:bold;
	font-size: 0.975em;
	padding: 14px 5px;
}

#box-content ul li.last {
	border-bottom: none;
	padding-bottom: 0;
}

#box-content ul li a {
	color: #333;
	text-decoration: none;
}

#box-content ul li a:hover {
	color: #333;
	text-decoration: underline;
}

#box-handle img {
	margin: 0 0 0 7px;	
}



/* =======================
   Kontakt Telefon
   ======================= */
#kontakt-tel, #kontakt-tel p {
	display: none;	
}



/* =======================
   nach oben
   ======================= */
#back-top {
	position: fixed;
	top: calc(100% - 46px);
	right: 6px;
	z-index: 10
}

#back-top span {
	background: url("../img/sprite.png") no-repeat top left;
	background-position: 0 -234px;
	width: 42px;
	height: 42px;
	display: inline-block;
}

#back-top span:hover {
	background: url("../img/sprite.png") no-repeat top left;
	background-position: 0 -326px;
	width: 42px;
	height: 42px;
	display: inline-block;
}



/* =======================
   Startseite
   ======================= */
#start #content-left {
	width: 0;
	height: 0;
	display: none;
	}

#start #content-column {
	float: left;
	width: 100%;
	margin: 0;
	}
	
#start #content-right {
	width: 0;
	height: 0;
	display: none;
	}



/* =======================
   Page Contents
   ======================= */
   
/* InArticleNavigation */   
   article ul.csc-menu {
	margin: 0;
	padding: 0.5em 0.5em 0 0;
	list-style-type: none;
	
}

article ul.csc-menu li {
	font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 0.25em;
	list-style-type: none!important;
	margin-left: 0!important;
	padding-left: 0!important;
}

article ul.csc-menu li a {
	font-size: 0.85em;
	font-weight: normal;
	color: #333;
}

/* Back-to-top-link */ 
.csc-linkToTop a {
	font-size: 0.9em;
    padding: 0.063em 0 0.15em 1.8em;
	background:url("../img/icon-arrow-up.png") no-repeat;
	color: #333;
	text-decoration: none!important;
}

.csc-linkToTop a:hover {
	text-decoration: underline!important;
}

/* Table RTE-Style */ 
.contenttable {
	width:100%;
	border-collapse: separate;
  	border-spacing: 0;
	margin:0.75em 0 1.25em 0;
}

.contenttable caption {
    color: #fff;
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1.53846em;
    padding: 0.5em 0.625em;
    text-align: left;
	
	background: #a7a7a7; /* Old browsers */
	background: -moz-linear-gradient(top, #a7a7a7 0%, #666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7a7a7), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a7a7a7 0%,#666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a7a7a7 0%,#666 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a7a7a7 0%,#666 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7a7a7', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a7a7a7 0%,#666 100%); /* W3C */
}

.contenttable th{
	font-size: 0.75em;
	font-weight:bold;
	text-align:left;
	vertical-align: top;
	line-height: 1.4em;
	padding:0.4em 0.4em;
	border-right:0.063em solid #ddd;
	border-bottom:0.063em solid #ddd;	
	background:#eee;
	
	}

.contenttable td {
	line-height: 1.4em;
	padding: 0.6em 0.4em;
	font-size: 0.80em;	
}

.contenttable td a {
	color: #333;
	text-decoration: underline;
}

.contenttable td a:hover {
	color: #e72b37;
}

.contenttable td ul li {
	font-size: 1.125em;
}

.contenttable td ol {
	margin: 0 0;
}

.contenttable td ol li {
	font-size: 1.125em;
}

.contenttable .tr-odd {
	background:#fff;
}

.contenttable .tr-even {
	background:#eee;
}

/* Table Download */ 
.download, .download-pr, .download-dental {
	border: none;
	border-top: 1px solid #ccc;
	margin: 0.5em 0 1.5em 0;
}

.download .tr-odd, .download .tr-even, .download-pr .tr-odd, .download-pr .tr-even, .download-dental .tr-odd, .download-dental .tr-even {
	border-bottom: 1px solid #ccc;
}

.download td, .download-pr td, .download-dental td {
	border: none;
	padding: 0.75em 0.5em;
	border-bottom: 1px solid #ccc;
	color: #989898;
	vertical-align: middle;
	text-align: right;
}

.download td.td-0 {
	width: 70%;
	text-align: left;
}

.download td.td-1 {
	width: 10%;
}

.download td.td-2 {
	width: 10%;
}

.download td.td-3 {
	width: 10%;
}

.download td a, .download-pr td a, .download-dental td a {
	color: #333;
	text-decoration: none;
}

.download td a:hover, .download-pr td a:hover, .download-dental td a:hover {
	color: #e72b37;
	text-decoration: underline;
}

#content-column .download td img, #content-column .download-pr td img, #content-column .download-dental td img {
	margin: 0;
}

.download-pr td.td-0 {
	width: 5%;
	text-align: left;
}

.download-pr td.td-1 {
	width: 65%;
	text-align: left;
}

.download-pr td.td-2 {
	width: 10%;
}

.download-pr td.td-4 {
	width: 10%;
}

.download-pr td.td-5 {
	width: 10%;
}

.download-dental td.td-0 {
	width: 60%;
	text-align: left;
}

.download-dental td.td-1 {
	width: 10%;
}

.download-dental td.td-2 {
	width: 10%;
}

.download-dental td.td-4 {
	width: 10%;
}

/* Table Stellenangebote */ 
.stellenangebote {
	border: none;
	margin: 0.5em 0 1.5em 0;
}

.stellenangebote .tr-odd {
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.stellenangebote .tr-even {
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.stellenangebote th {
	border-right: none;
	background: none;
	color: #333;
	padding: 1.25em 0.5em;
}

.stellenangebote td {
	border: none;
	padding: 1.25em 0.5em;
	border-bottom: 1px solid #b4b4b4;
	color: #333;
	vertical-align: middle;
}

.stellenangebote td.td-0 {
	text-align: left;
	width: 80%;
	font-size: 1em;
}

#content-column .stellenangebote td.td-0 a {
	color: #333;
	text-decoration: none;
}

#content-column .stellenangebote td a:hover {
	color: #333;
	text-decoration: underline;
}

/* Table Fachmessen */
.fachmessen td.td-0 {
	width: 13%;
	text-align: center;
}

.fachmessen td.td-1 {
	width: 20%;
	font-weight: normal;
}

.fachmessen td.td-2 {
	width: 67%;
}

#content-column .fachmessen .ui-helper-reset a {
    color: #666;
}

/* Fachhaendler - Welt */
.welt {
	min-height: 425px;
	background: url("../img/welt.png") no-repeat center 5.5em;
	margin: 1.5em 0 2.5em 0;
}

#bereich {
	float: left;
	margin-right: 1.25em;
}

#bereich select, #txtBereich select {
	min-width: 215px;
}

#txtBereich {
	float: left;
	margin-top: -1.85em;
}

.welt #txtBereich p {
	margin-bottom: 0.6em;
}

.welt .fachhaendler {
	display: block;
	overflow: auto;
	margin: 3.5em 0 0 0;
	font-size: 1em;
	padding: 0.5em 0.5em 0.5em 0;
	line-height: 1.3em;
}

.welt .fachhaendler .anschrift {
	float: left;
	max-width: 445px;
	margin-right: 2.25em;
	margin-bottom: 0.75em;
}

.welt .fachhaendler h2 {
	font-size: 1.0em;
	margin: 0 0 0.25em 0;
}

.welt .fachhaendler p.dh {
	margin: 1.5em 0 1.75em 0;
	font-style: italic;
}

.welt .fachhaendler p.oem {
	border-top: 1px solid #e1e1e1;
	font-size: 0.85em;
	padding: 35px 0 0 0;
	margin: 2em 0;
	font-style: italic;
}

#content-column .welt .fachhaendler img {
	float: left;
	background: #fff;
	margin: 0 50px 0 0;
	padding: 5px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}

#content-column .welt .fachhaendler p a {
	text-decoration: underline;
}

#content-column .welt .fachhaendler p a:hover {
	colo: #e72b37;
}

/* Partner – Dental */
.container-dental {
	min-height: 30px;
	background: url("../img/welt.png") no-repeat center 3.0em;
}

#bereich-dental {
	float: left;
    margin-right: 1.5em;
}

#bereich-dental select, #txtBereich select {
	min-width: 215px;
	margin-top: 0.175em;
}

.partner-dental {
	font-family:Arial, Verdana, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	background: #e72b37;
	color: #fff;
	padding: 0.75em 1.5em;
	border: none;
}

.container-dental #txtBereich {
	float: none;
	margin-top: 1em;
}

.container-dental #txtHint {
	margin-top: 1em;
}

.container-dental .fachhaendler {
	display: block;
	overflow: auto;
	margin: 1em 1em;
}

.container-dental .fachhaendler .anschrift {
	float: left;
	max-width: 445px;
	margin-right: 2.25em;
	margin-bottom: 0.75em;
}

.container-dental .fachhaendler h2 {
	font-size: 1.0em;
	margin: 0 0 0.25em 0;
}

.container-dental .fachhaendler p.dh {
	padding: 15px 0 0 0;
	margin: 1.5em 0 1.75em 0;
	font-style: italic;
}

.container-dental .fachhaendler p.oem {
	border-top: 1px solid #e1e1e1;
	font-size: 0.85em;
	padding: 35px 0 0 0;
	margin: 2em 0 1.85em 0;
	font-style: italic;
}

#content-column .container-dental .fachhaendler img {
	float: left;
	background: #fff;
	margin: 0 50px 0 0;
	padding: 5px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}

.partner-dental-close {
	clear: both;
	border: 10px solid #999;
	float: right;
	font-size: 0;
	line-height: 0;
	height: 0;
	padding: 0;
	margin: 0 0 10px 0;
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;	
}

/* Bild mit Text */ 
.csc-textpic-caption {
	font-size: 0.75em;
	font-style: italic;
    line-height: 1.45em;
	margin-top: -6px;
    padding: 0 0 1em;
}


/* Lightbox */ 
#cboxTitle,
#cboxCurrent {
	font-size: 0.625em;
    line-height: 1.45em;
}

/* Sitemap */
#content-column .csc-sitemap {
	list-style-type: none;
	background-color: #f2f2f2;
}
#content-column .csc-sitemap li {
	padding: 0;
	font-weight: bold;
}
#content-column .csc-sitemap li a {
	display: block;
	color: #333;
}
#content-column .csc-sitemap li a:hover {
	color: #e72b37;
}

#content-column .csc-sitemap ul {
	background: #fff;
}
#content-column .csc-sitemap ul li {
	border-bottom: 1px solid #ccc;
	padding: 0.5em 0;
	list-style: square;
}
#content-column .csc-sitemap ul li li {
	border-bottom: none;
	padding: 0;
	list-style: outside;
	font-weight: normal;
}
#content-column .csc-sitemap li li a {
	margin-bottom: 0em;
}

#content-column .csc-sitemap li li li {
	list-style: circle;
}

#content-column .csc-sitemap li li li a {
	font-weight: normal;
}

/* News Systems */
/**************************************/
/* Default styles for news extension */
/**************************************/

.news {
	margin-top: 0;
}

.news .clear {
	clear: both;
}

.news .nav ul {
	float: left;
	display: inline;
	margin: 0;
}

.news .nav li {
	float: left;
}

.news .nav a {
	float: left;
	display: block;
}

.news .nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article {
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #eee;
}

.news .article:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.news .article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article .news-img-wrap {
	float: right;
	margin: 3px 20px 5px 0;
	background: #fff;
}

.news .article .news-img-wrap a {
	display: block;
	float: left;
	background: #fff;
}

#content-column .news .article .news-img-wrap {
	display: none;
	}

#content-column .news .article h3 {
	background: none;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	margin: 15px 0 10px 0;
	padding-left: 0;
}

#content-column .news .article h3 a {
	text-decoration: none;
}

#content-column .news .article h3 a:hover {
	color: #333;
}

.news .article .teaser-text {
	margin: 0 0 10px 0;
}

.news .article .teaser-text p {
	margin-bottom: 5px;
	padding-top: 5px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

.news .article .teaser-text a.more {
	color: #333;
	text-decoration: underline;
	font-size: 14px;
}

.news .footer {
	display: none;
}

.news .footer p {
	line-height: 1em;
	margin-bottom: 0.35em;
}

.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
}

.news .footer span:last-child {
	border-right: 0;
}

.news .footer .news-category a {
	text-transform: uppercase;
}

/* category menu view */
.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

.news-browsebox {
	margin: 15px 0;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.news-browsebox ul li {
	margin: 0 5px;
}

.news-browsebox ul .prev {
	margin-right: 20px;
	margin-left: 0;
}

.news-browsebox ul .current-page a {
	font-weight: bold;
}

.news-browsebox ul .next {
	margin-left: 20px;
	margin-right: 0;
}

/* single view */
#content-column .news-single h3 {
	color: #333;
    font-size: 1.35em;
    line-height: 1.2em;
    margin: 10px 0 15px;
    padding: 0;
	font-weight: 100;
	}

.news-single .footer {
	margin: 0;
	padding: 0;
}

.news-single .footer p {
	margin: 0 0 0.35em 0;
	padding: 0;
}

.news-list-date {
	font-size: 1em;
	margin-bottom: 5px;
}

.news-single .article .news-img-wrap {
	display: none;
}

.news-single .teaser-text {
    line-height: 1.375em;
	font-weight: bold;
}

.news-text-wrap {
}

.news-text-wrap h2 {
	clear: both;
	padding-top: 0.5em;
}

.news-text-wrap p img {
	float: left;
	margin: 0.75em 1em 1em 0!important;
}

#content-column .news-text-wrap p a img {
	display: inline;
}

.news-backlink-wrap {
	clear: both;
	padding: 0.75em 0 0 0;
}

.news-backlink-wrap a {
	font-weight: bold;
	text-decoration: underline;
}

.news-single .article .news-img-wrap img {
	float: none;
}

.news-text-wrap a.download {
	border: none;
	
}

.news-img-caption {
	color: #888;
}

.news-backlink-wrap a {
	font-size: 0.85em;
	color: #333;
}

.news-backlink-wrap a:hover {
	color: #e72b37;
}

/* related news + files */
.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}

.news-related {
	width: 50%;
	padding: 15px;
	border: 1px solid #eee;
	display: table-cell;
}

.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.news-related h4 {
	margin-bottom: 10px;
}

.news-related ul li span {
	border-right: 1px solid #DDDDDD;
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #888;
}

.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related-files ul li {
	margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}

.news .page-navigation p {
	float: left;
}

.news .page-navigation ul {
	float: right;
	margin-top: 0;
}

.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 1px;
	background: none;
}

.news .page-navigation ul li a {
	display: block;
}

.news-clear {
	clear: both;
}

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

#content-column ul.multicolumnContainer li .page-navigation ul li {
    margin: 0 5px;
}

/* multicolumn */
#content-column ul.multicolumnContainer li {
    list-style: none;
    margin-left: 0;
    font-size: 1em;
}

#content-column ul.multicolumnContainer li ul {
    margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 10px;
}

#content-column ul.multicolumnContainer li ul li {
	font-size: 0.85em;
	list-style-type: square;
 	list-style-position: outside;
 	list-style-image: none;
}

#content-column ul.multicolumnContainer ul.csc-menu li.csc-section {
	font-size: 1.0em;
}

#content-column ul.multicolumnContainer li .subtitle ul li {
	font-size: 1.125em;
    padding: 0 0 0 4px;}

#content-column ul.multicolumnContainer li ul li ul li {
	font-size: 1em;
}

#content-column ul.multicolumnContainer li ol li {
	font-size: 0.85em;
}

#content-column ul.multicolumnContainer li .box ul {
    margin-left: 0;
}

#start #content-column ul.multicolumnContainer li .box ul li {
    line-height: 1.5em;
}

#content-column ul.multicolumnContainer li .box ul li {
    line-height: 0.85em;
	font-size: 1em;
	list-style: none;
    margin-left: 0;
}

#content-column ul.multicolumnContainer li ul li a {
	line-height: 1.4em;
}

#content-column ul.multicolumnContainer li .box ul li a {
    font-size: 0.85em;
}

#start #content-column ul.multicolumnContainer li ul li a {
	line-height: 0;
}

#content-column ul.multicolumnContainer li .content-subtitle {
	margin: 0;
}

#content-column ul.multicolumnContainer li .content-subtitle h2 {
	background: rgba(0, 0, 0, 0) url("../img/icon-haekchen.png") no-repeat scroll left 1px;
    font-size: 0.85em;
	font-weight: bold;
	margin: 0;
    padding: 0 10px 0 25px;
}

#content-column ul.multicolumnContainer li img {
    margin: 0 0 6px 0;
}

#content-column ul.multicolumnContainer li .box {
    margin: 6px 0;
	padding: 17px 12px;
}

/* Multiple Content Spalten */
.tx-jfmulticontent-pi1 {
	margin: 1em 0;
}

.subcolumns {
	overflow: hidden;
	width: 100%;
}

.subcl {
	padding: 0 1em 0 0;
}

.subcr {
	padding: 0 0 0 1em;
}

.c16l,.c16r {
	width: 16.666%;
}

.c20l,.c20r {
	width: 20%;
}

.c25l,.c25r {
	width: 25%;
}

.c33l,.c33r {
	width: 33.333%;
}

.c38l,.c38r {
	width: 38%;
}

.c40l,.c40r {
	width: 40%;
}

.c50l,.c50r {
	width: 50%;
}

.c60l,.c60r {
	width: 60%;
}

.c62l,.c62r {
	width: 62%;
}

.c66l,.c66r {
	width: 66.666%;
}

.c75l,.c75r {
	width: 75%;
}

.c80l,.c80r {
	width: 80%;
}

.c16l,.c20l,.c25l,.c33l,.c40l,.c38l,.c50l,.c60l,.c62l,.c66l,.c75l,.c80l {
	float: left;
}

.c16r,.c20r,.c25r,.c33r,.c40r,.c38r,.c50r,.c60r,.c66r,.c62r,.c75r,.c80r {
	float: right;
	margin-left: -5px;
}

/* Multiple Content Slider */
#c6514 .tx-jfmulticontent-pi1 {
	overflow: hidden;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

div.anythingSlider {
	height: 393px;
	list-style: none;
	overflow-y: auto;
	overflow-x: hidden;
}

.tx-jfmulticontent-pi1 .anythingSlider .csc-header {
	display: none;
}

.anythingSlider-minimalist-square {
    margin: 0 auto;
    padding: 0;
}

.anythingSlider-minimalist-square.activeSlider .anythingWindow {
    border: none;
}

#content-column .anythingSlider-minimalist-square.activeSlider .anythingWindow img {
	width: 928px;
	height: 350px;
	margin: 0;
}

.anythingSlider-minimalist-square .arrow a {
    background: url("../img/slider-arrows.png") no-repeat left center;
    display: block;
    height: 36px;
    margin: -20px 0 0;
    outline: 0 none;
    text-align: center;
    width: 25px;
}

.anythingSlider-minimalist-square .back a {
    background-position: left bottom;
}

.anythingSlider-minimalist-square .back a:hover {
    background-position: left top;
}

.anythingSlider-minimalist-square .forward a, .anythingSlider-minimalist-square .forward a:active {
    background-position: right bottom;
}

.anythingSlider-minimalist-square .forward a:hover {
    background-position: right top;
}

.anythingSlider-minimalist-square .anythingControls {
    bottom: 5px;
    float: right;
    height: 15px;
    margin: 0;
    opacity: 0.9;
    outline: 0 none;
    position: absolute;
    right: 20px;
    z-index: 100;
}

.anythingSlider-minimalist-square.activeSlider .anythingControls a {
    background: rgba(0,0,0,0.5);
}

#content-column  .anythingSlider-minimalist-square .anythingControls ul.thumbNav li {
    list-style: none;
}

.anythingSlider-minimalist-square .anythingControls a {
    border: none;
}

/* Mindshape Cookie Hint */
.cc_banner-wrapper .cc_container {
    background: #343434 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

.cc_banner-wrapper .cc_container .cc_message {
    font-size: 1em;
    margin-top: 0.7em;
	color: #c8c8c8;
}

.cc_banner-wrapper .cc_container a, .cc_banner-wrapper .cc_container a:hover, .cc_banner-wrapper .cc_container a:visited {
    color: #c8c8c8;
    text-decoration: underline;
    transition: color 200ms ease 0s;
}

.cc_banner-wrapper .cc_container .cc_btn, .cc_banner-wrapper .cc_container .cc_btn:hover, .cc_banner-wrapper .cc_container .cc_btn:visited {
    background-color: #c8c8c8;
    border-radius: 0;
    color: #000;
	text-decoration: none;
    transition: background 200ms ease-in-out 0s, color 200ms ease-in-out 0s, box-shadow 200ms ease-in-out 0s;
}

/* Kontaktformular */
div.csc-mailform p {
	font-size: 1.25em;
}

div.csc-mailform ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

div.csc-mailform ul ul {
	margin: 0.15em 0;
	padding: 0 0 0 2.5em;
}

#content-column .csc-mailform ol li {
	background: none;
	padding: 0.25em 0;
}

#content-column .csc-mailform ol ol li.csc-form-element-textblock {
	padding: 0.5em 0 0 0;
}

#content-column .csc-mailform ol ol li.csc-form-element-checkbox label {
    float: right;
	margin-left: 0.75em;
	width: 13.75em;
}

#content-column .csc-mailform ol ol li.csc-form-element-checkbox {
    display: inline-block;
	padding: 0.25em 0;
	vertical-align: top;
}

div.csc-mailform fieldset {
	margin: 0.25em 0!important;
	border:0.063em solid #ddd;
	background: #FaFaFa;
}

div.csc-mailform fieldset legend {
	font-size: 1.075em;
	font-weight:bold;
	padding: 0.25em 0.5em;
	color:#333;
}	

div.csc-mailform li label {
	padding: 0 0;
	color:#555;
	float:left;
}

div.csc-mailform li label em {
	display:inline;
	padding-left:0.5em;
}

div.csc-mailform fieldset li {
	padding: 0.25em 0.5em;
    line-height: 1.4em;
	margin:0!important;
}

input[type="checkbox"], input[type="radio"] {
	margin-top: 2px;
	width: 20px!important;
}

div.csc-mailform fieldset li.csc-form-element-fileupload label {
	width: 100%!important;
	margin-bottom: 0.75em;
}

.csc-form-element-textline input, .csc-form-element-textarea textarea, div.csc-mailform select   {
	width:30em;
	font-weight:normal;
	color:#333;
	padding:0.125em 0.25em;
	border: 0.063em solid #ccc;
	font-family:Arial, Verdana, sans-serif;
	-moz-box-shadow: inset 0 0 0.15em 0.15em #eee ;
	-webkit-box-shadow: inset 0 0 0.15em 0.15em #eee;
	box-shadow: inset 0 0 0.15em 0.15em #f1f1f1;
	
}

div.csc-mailform select   {
	width: auto;
}

div.csc-mailform .invalid {
	border-color:red;
	background:#FFDDDD;
	
}

.csc-form-element-submit input {
	margin: 1em 0 0.5em 0;
	font-family:Arial, Verdana, sans-serif;
	font-size: 1.05em;
	font-weight: bold;
	background: #e72b37 url("../img/nav-arrow-weiss.png") no-repeat left center;
	color: #fff;
	padding: 0.4em 0.75em 0.4em 1.35em;
	border: none;
	border-radius: 0;
}

.csc-form-element-submit input:hover {
	text-decoration: underline;
}

.csc-form-confirmation fieldset {
	background: none!important;
	border: none!important;
	margin: 0!important;
}


.csc-form-confirmation ol li {
	margin: 1em 0 0.5em 0;
	font-family:Arial, Verdana, sans-serif;
}

.csc-form-element-textline label strong, .csc-form-element-textline label strong {
	text-transform:none;
    padding-top: 0;
}

.csc-form-2 {
	padding: 0.5em 0.875em;
}

.csc-form-confirmation-false {
	float:left;
}

div.csc-mailform fieldset ol {
    padding: 0 1.0em 0.5em 1.0em!important;
}
	
.link-list-only ul {
	list-style-type:none;
	padding-left:1.875em;
}

/* Powermailer */
div.tx-powermail h3 {
    display: none;
}

div.tx-powermail a {
    color: #333;
	text-decoration: underline;
}

div.tx-powermail a:hover {
    color: #e72b37;
}

div.tx-powermail ul.powermail_message_error {
    color: #e72b37;
}

div.tx-powermail fieldset {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    margin: 1.0em 0 !important;
	padding-bottom: 0.85em;
	font-size: 0.85em;
}

div.tx-powermail .powermail_fieldwrap_check fieldset, div.tx-powermail .powermail_fieldwrap_radio fieldset {
    border: none;
    margin: 0.25em 0 !important;
	font-size: 1em;
}

div.tx-powermail fieldset legend {
    color: #333;
    font-size: 1.25em;
	margin-left: 0.35em;
    padding: 0.65em 0.5em;
	font-style: italic;
}

div.tx-powermail fieldset legend.powermail_check_legend, div.tx-powermail fieldset legend.powermail_radio_legend {
    display: none;
}

div.tx-powermail .powermail_fieldwrap {
    padding: 0.425em 1.0em!important;
	background: none repeat scroll 0 0 transparent;
	float: left;
	clear: both;
	width: 95%;
}

div.tx-powermail .powermail_fieldwrap p {
	font-size: 1em;
    margin-left: 13.75em;
	font-weight: bold;
}

div.tx-powermail .powermail_fieldwrap ul.parsley-errors-list {
    display: none;
}

div.tx-powermail .powermail_fieldwrap ul#parsley-id-multiple-tx_powermail_pi1fielddatenschutz {
    padding-top: 6px;
}

#content-column div.tx-powermail .powermail_fieldwrap ul li.parsley-required {
    margin-left: 15em;
}

div.tx-powermail .powermail_fieldwrap ul.filled {
    display: block;
	clear: both;
}

#content-column div.tx-powermail .powermail_fieldwrap ul li {
    list-style: none;
	margin-left: 0;
	color: #e72b37;
}

div.tx-powermail label {
    color: #333;
    float: left;
    padding: 0;
	margin-right: 1em;
    vertical-align: baseline;
    width: 12em;
	line-height: 1.35em;
}

div.tx-powermail .powermail_fieldwrap_datenschutz .checkbox label {
    width: 35em;
}

div.tx-powermail .powermail_field {
    color: #333333;
    font-family: Arial,Verdana,sans-serif;
    font-weight: normal;
    padding: 0.125em 0.25em;
	margin-top: -3px;
}

div.tx-powermail .powermail_field input {
    border: 1px solid #ccc;
    box-shadow: 0 0 0.15em 0.15em #F1F1F1 inset;
	width: 30em;
	padding: 0.25em 0.25em;
}

div.tx-powermail select.powermail_field {
    border: 1px solid #ccc;
    box-shadow: 0 0 0.15em 0.15em #F1F1F1 inset;
	min-width: 250px;
}

div.tx-powermail .powermail_field textarea {
    border: 1px solid #ccc;
    box-shadow: 0 0 0.15em 0.15em #F1F1F1 inset;
	width: 30em;
	padding: 0.25em 0.25em;
	height: 4.25em;
}

div.tx-powermail .powermail_fieldwrap_file_inner {
    float: left;
}

div.tx-powermail .powermail_fieldwrap_file_inner .powermail_field {
    border: none;
	box-shadow: none;
}

div.tx-powermail select {
    width: auto!important;
	font-size: 100%;
}

div.tx-powermail .powermail_check_inner, div.tx-powermail .powermail_radio_inner {
    float: left;
	margin: 0.15em 0;
}

div.tx-powermail .powermail_check_inner .powermail_checkbox {
    float: left;
	margin: 0.25em 0.75em 0 0;
}

div.tx-powermail .powermail_radio_inner .powermail_radio {
    float: left;
	margin: 0.25em 0.75em 0.75em 0;
}

div.tx-powermail .powermail_check_inner label {
    width: 13.75em;
}

div.tx-powermail .powermail_radio_inner label {
    width: 10em;
}

div.tx-powermail .powermail_field .radio label {
    width: 100px;
}

div.tx-powermail .layout1 .powermail_check_inner label {
    width: auto;
}

input:invalid, textarea:invalid {
    background-color: #fff;
}

div.powermail_field  input.powermail_submit {
    background: #e72b37;
    border: none;
    color: #ffffff;
    font-family: Arial,Verdana,sans-serif;
    font-size: 14px;
	letter-spacing: 1px;
    margin: 1em 0 0.5em 12.4em;
    padding: 0.75em 2.5em;
	box-shadow: none;
	width: auto;
}

div.tx-powermail .powermail_submit:hover {
    text-decoration: underline;
}

div.tx-powermail .formError {
    cursor: pointer;
    display: block;
	z-index: 990;
}

div.tx-powermail .formError .formErrorContent {
    background: none repeat scroll 0 0 #56565a;
    border: 2px solid #ddd;
    color: #fff;
    font-size: 0.85em;
    padding: 0 8px;
    position: relative;
    width: auto;
}

div.tx-powermail .formError .formErrorContent {
    z-index: 991;
}

div.tx-powermail .formError .formErrorArrow {
    margin: -2px 0 0 13px;
    position: relative;
    width: 15px;
}

div.tx-powermail .formError .formErrorArrow {
    z-index: 996;
}

div.tx-powermail .formError .formErrorArrow div {
    background: none repeat scroll 0 0 #56565a;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 0 auto;
}

div.tx-powermail .formError .formErrorArrow .line10 {
    border: medium none;
    width: 15px;
}

div.tx-powermail .formError .formErrorArrow .line9 {
    border: medium none;
    width: 13px;
}

div.tx-powermail .formError .formErrorArrow .line8 {
    width: 11px;
}

div.tx-powermail .formError .formErrorArrow .line7 {
    width: 9px;
}

div.tx-powermail .formError .formErrorArrow .line6 {
    width: 7px;
}

div.tx-powermail .formError .formErrorArrow .line5 {
    width: 5px;
}

div.tx-powermail .formError .formErrorArrow .line4 {
    width: 3px;
}

div.tx-powermail .formError .formErrorArrow .line3 {
    border-bottom: 0 solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    width: 1px;
}

div.tx-powermail .formError .formErrorArrow .line2 {
    background: none repeat scroll 0 0 #ddd;
    border: medium none;
    width: 3px;
}

div.tx-powermail .formError .formErrorArrow .line1 {
    background: none repeat scroll 0 0 #ddd;
    border: medium none;
    width: 1px;
}

div.tx-powermail .powermail_create {
    font-size: 1.125em;
}

/* Powermailer Layout 1 – Formular 100% */
div.tx-powermail form.layout1 fieldset {
    background: none repeat scroll 0 0 #eee;
    border: none;
	padding-top: 0.85em;
}

div.tx-powermail form.layout1 fieldset legend {
    display: none;
}

div.tx-powermail form.layout1 .powermail_file {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

div.tx-powermail form.layout1 .powermail_fieldwrap_type_text .powermail_field {
    padding-left: 0;
}

/* Powermailer Layout 2 – Formular 80% */
div.tx-powermail form.layout2 fieldset {
    background: none repeat scroll 0 0 #eee;
    border: none;
	padding-top: 1em;
	width: 80%;
}

div.tx-powermail form.layout2 fieldset legend {
    display: none;
}

div.tx-powermail form.layout2 .powermail_file {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

div.tx-powermail form.layout2 .powermail_fieldwrap_type_text .powermail_field {
    padding-left: 0;
}

/* Jahresabschlussfeier */
div.powermail_fieldwrap_jahresabschlussfeier .checkbox label {
    width: 15em;
}
#powermail_field_jahresabschlussfeier_2 {
    margin-left: -50px;
}

/* FE-Login */
.tx-felogin-pi1>div {
	font-size: 0.85em;
    line-height: 1.4em;
    margin: 0 0 0.8em;
}

.tx-felogin-pi1 #tx_felogin_loginform {
	margin:1.25em 0 0 0;
}

.tx-felogin-pi1 label {
	font-weight:bold;
	float:left;
	width:11.25em;
	padding-top: 0.15em;
}

.tx-felogin-pi1 input {
	padding:0.3em 0.5em;
}

.tx-felogin-pi1 .csc-form-submit {
	padding:0.25em 0 0.125em 8.4em;
}

.tx-felogin-pi1 .csc-form-user, .tx-felogin-pi1 .csc-form-password {
	margin-bottom:0.3em;
	font-size:0.75em;
}

.tx-felogin-pi1 .csc-form-user input, .tx-felogin-pi1 .csc-form-password input {
	border:0.063em solid #ccc;
	font-family:Arial, Verdana;
}

#csc-form-submit {
	font-family:Arial, Verdana;
	font-size: 0.825em;
}

.csc-form-logout {
}

.felogin-message {
	display: none;
}

.csc-form-logout .csc-form-user label {
	padding:0;
	font-weight: normal;
}

.csc-form-logout .csc-form-submit {
	padding:0.25em 0 0 0;
}

#content-left .tx-felogin-pi1 {
	padding: 0.5em;
}

#content-left .tx-felogin-pi1 h2 {
	font-size: 0.85em;
}

#content-left .tx-felogin-pi1>div {
	margin-bottom: 0.5em;
}

#content-left .tx-felogin-pi1 label {
	font-weight: normal;
	width: auto;
	margin-right: 0.5em;
}

#content-left .tx-felogin-pi1 .csc-form-submit {
	padding: 0 0 0.25em 0;
}

/* Indexed Search */
.browsebox {
	list-style-type:none;
	margin: 0.5em 0;
	padding: 0;
}

.browsebox li {
 	display:inline;
	background: none!important;
	padding: 0 0.35em!important;
}

.browsebox li.tx-indexedsearch-browselist-currentPage a {
	color: #333;
}

.res-tmpl-css {
	margin: 0.5em 0 0 0;
	border-top: 1px solid #ccc;
	border-width: 0.063em 0 0;
	padding: 0.75em 0 0 0;
}

.tx-indexedsearch-info  {
	font-size:0.75em;
	margin:0;
}

.tx-indexedsearch-info  dt {
	display:inline;
}

.tx-indexedsearch-info  dd  {
	display:inline;
	margin:0;
}

.tx-indexedsearch-title a {
	font-size:1em;
}

.tx-indexedsearch-title a:hover {
	color: #e72b37!important;
}

.tx-indexedsearch-percent {
	font-weight: normal;
	font-size: 0.85em;
}

.tx-indexedsearch-icon img {
	margin: 0 0.25em 0.15em 0!important;
}

.tx-indexedsearch-whatis {
	font-size:0.825em;
}

.tx-indexedsearch-searchbox legend {
	font-size:1.375em;
	font-weight:bold;
	color:#333;
	margin-bottom:1.25em;
}

.tx-indexedsearch-form label {
	font-size:0.825em;
	margin-right: 1.25em;
}

.tx-indexedsearch-searchbox-sword {
	background: -moz-linear-gradient(center top , #EBEBEB 0%, #FFFFFF 58%) repeat scroll 0 0 transparent;
    border: 0.063em solid #B6B6B6;
    color: #333;
    font-family: Arial, Verdana,Geneva,sans-serif;
    font-size: 0.875em;
    padding: 0.15em 0.25em;
    }

.tx-indexedsearch-form {
	float: left;
	margin-right: 1.25em;
}
 
.tx-indexedsearch-search-submit {
	margin: 0 0;
} 
 
.tx-indexedsearch-search-submit input {
	font-family:Arial, Verdana;
	font-size:0.75em;
}
     
/* Download-Bereich */
.csc-uploads-element-png,
.csc-uploads-element-jpg,
.csc-uploads-element-bmp,
.csc-uploads-element-tif,
.csc-uploads-element-tga,
.csc-uploads-element-gif,
.csc-uploads-element-ai,
.csc-uploads-element-eps,
.csc-uploads-element-doc,
.csc-uploads-element-xls,
.csc-uploads-element-pdf,
.csc-uploads-element-ppt {
	padding:0 0 0 2em;
	background-position: 0 0.15em;
	background-repeat:no-repeat;
}

.csc-uploads-element-png,
.csc-uploads-element-jpg,
.csc-uploads-element-bmp,
.csc-uploads-element-tif,
.csc-uploads-element-tga,
.csc-uploads-element-gif {
	background-image:url('../img/icons/image.png')!important;
}

.csc-uploads-element-ai,
.csc-uploads-element-eps {
	background-image:url('../img/icons/vector.png')!important;
}

.csc-uploads-element-doc {
	background-image:url('../img/icons/word.png')!important;
}

.csc-uploads-element-xls {
	background-image:url('../img/icons/excel.png')!important;
}
    
.csc-uploads-element-pdf {
	background-image:url('../img/icons/acrobat.png')!important;
}    
	
.csc-uploads-element-ppt {
	background-image:url('../img/icons/powerpoint.png')!important;
}

UL.csc-uploads SPAN.csc-uploads-fileName {
    text-decoration: none;
}


.box ul li.csc-uploads-element-png,
.box ul li.csc-uploads-element-jpg,
.box ul li.csc-uploads-element-bmp,
.box ul li.csc-uploads-element-tif,
.box ul li.csc-uploads-element-tga,
.box ul li.csc-uploads-element-gif,
.box ul li.csc-uploads-element-ai,
.box ul li.csc-uploads-element-eps,
.box ul li.csc-uploads-element-doc,
.box ul li.csc-uploads-element-xls,
.box ul li.csc-uploads-element-pdf,
.box ul li.csc-uploads-element-ppt {
	margin:0.7em;
	padding:0 0 0 2em;
	background-position: 0 0.15em;
	background-repeat:no-repeat;
}



#leichte-sprache {
	background:url('../img/icons/speech.png') 0 1em no-repeat;
	padding:1.5em 0 1.5em 3.6em;
	display:block;
}



/* ========================================
   jQuery Fancybox
   ========================================================================== */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 20px 20px 10px 20px!important;
	color: #333;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -0;
	right: -0;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	opacity : 0.75;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 10px;
	background-position: 0 -36px;
	opacity : 0.75;
}

.fancybox-next {
	right: 10px;
	background-position: 0 -72px;
	opacity : 0.75;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font-size: 0.91em;
	font-family: Arial, Verdana, Geneva, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
	background: rgba(0, 0, 0, .45);
}

.fancybox-title-float-wrap {
	text-align: left;
	z-index: 8050;
}

.fancybox-title-float-wrap .child {
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	color: #fff;
	font-size: 1.175em;
	font-weight: normal;
	line-height: 42px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

DIV.csc-textpic-imagecolumn a.fancybox img {
	border: 1px solid #ccc;
}

.csc-textpic-firstcol a.fancybox img {
	width: 240px;
	height: 135px;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 0.063em; margin: -0.063em; overflow: hidden; padding: 0; position: absolute; width: 0.063em; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   Responsive Design 
   ========================================================================== */
@media screen and (-webkit-min-device-pixel-ratio:0) {
img, embed, object, video {
	max-width: 100%;
	height: auto;
	width: auto;
}
}



/* Smartphones (portrait) */
@media only screen and (min-width : 320px) and (max-width : 549px) {
/* Font-Size und Zeilenabstand */
p {
    font-size: 0.95em;
    line-height: 1.7em;
}

article li {
    font-size: 0.95em;
    line-height: 1.7em;
}
		
/* eine Spalte */
#start #content-column, #one-column #content-column {
	float: left;
	width: 94%;
	padding: 0 3%;
	}

/* zwei Spalten */
#content-main {
	float: none;
	width: 94%;
	margin: 0 3%;
	clear: both;
	}

#content-left {
	float: none;
	width: 94%;
	margin: 0 3%;
	clear: both;
	min-height: 1px;
	}
	
#content-column {
	float: none;
	width: 100%;
	margin: 0 0;
	clear: both;
	}

#content-right {
	width: 0;
	height: 0;
	display: none;
	}
	
/* drei Spalten */
#three-columns #content-main {
	float: none;
	width: 94%;
	margin: 0 3%;
	clear: both;
	}

#three-columns #content-left {
	float: none;
	width: 94%;
	margin: 0 3%;
	clear: both;
	min-height: 1px;
	}
	
#three-columns #content-column {
	float: none;
	width: 100%;
	margin: 0 0;
	clear: both;
	min-height: 0;
	}

#three-columns #content-right {
	float: none;
	width: 100%;
	margin: 0 0;
	clear: both;
	}
	
#header nav ul {
	padding: 0;
	}
	
#nav-help {
    position: absolute;
	left: 16.75em;
	top: 0.75em;
}

#nav-help a {
    z-index: 10;
}
	
#language {
	max-width: 96%;
	padding: 10px 2%;
}

#header-inner {
    height: 65px;
}

#logo {
	right: 15px;
	top: 0.8em;
}

#logo img {
    width: 100px;
	height: 55px;
}

#slogan {
	display: none;
	}
	
#header #search {
	display: none;
	}

/* Off canvas */
#header #nav-top {
	position: absolute;
	display: block;
	top: 1.075em;
	left: 0;
	background: none;
	border-bottom: none;
	width: 100%;
}

#header.on {
	margin-left: 285px;
	transition: all 0.5s;
}

.wrapper.on {
	margin-left: 285px;
	transition: all 0.5s;
	opacity: 0.25;
	width: 100%;
	pointer-events: none;
    cursor: default;
}

#language.on {
	right: -285px;
	transition: all 0.5s;
}

#header {
	margin-left: 0;
	transition: all 0.5s;
}

.wrapper {
	width: 100%;
	margin-left: 0;
	transition: all 0.5s;
}

#language {
	transition: all 0.35s;
}

#header #menu-icon {
	width: 46px;
	height: 32px;
	background: url("../img/menu-icon.png") no-repeat center left;
	margin-left: 15px;
	padding: 0;
	cursor: pointer;
	display: block;
}
	
#header #nav-top.fixed-nav {
	position: relative;
	}
	
#header #nav-top ul {
	display: block;
	z-index: 1001;
	position: absolute;
	top: -18px;
	border-top: 10px solid #e72b37;
	border-bottom: none;
	width: 285px;
	left: -285px;
}

#header #nav-top ul li, #header #nav-top ul li:hover {
	width: 100%;
	background-color: rgba(52, 52, 52, 1);
	margin: 0;
	padding: 0;
	line-height: 5em;
	border-bottom: 1px solid #999;
	font-size: 0.8em;
}

#header #nav-top ul li.first {
   display: block;
}

#header #nav-top ul li.shop {
    display: none;
}

#header #nav-top ul li a {
	color: #fff;
    padding: 10px 10px;
	margin-right: 0;
}

#header #nav-top ul li.selected a {
	border-bottom: none;
	padding: 10px 10px;
	}

#header #nav-top ul li.first .menu-icon-sub {
    display: none;
}

#header #nav-top ul li .menu-icon-sub {
    cursor: pointer;
    display: block;
    height: 55px;
    float: right;
    width: 15%;
}

#header #nav-top ul li .menu-icon-sub span {
    background: rgba(0, 0, 0, 0) url("../img/menu-icon-sub.png") no-repeat center left ;
    display: block;
    height: 25px;
    margin: 20px 10px 15px 0;
    width: 25px;
}

#header #nav-top li ul.sub, #header #nav-top li:hover ul.sub {
	position: relative;
	left: auto;
	background: none;
	border: none;
	box-shadow: none;
	margin: 0 0 0 10px;
	width: 275px;
	padding: 0;
	display: block;
	top: 0;
}

#header #nav-top li.selected ul.sub, #header #nav-top li.selected:hover ul.sub {
	position: relative;
	left: auto;
	background: none;
	border: none;
	box-shadow: none;
	margin: 0 0 0 10px;
	width: 275px;
	padding: 0;
	display: block;
}

#header #nav-top li ul li, #header #nav-top li ul li:hover {
	border-bottom: none;
	font-size: 0.65em;
	line-height: 4em;
	opacity: 1;
}

#header #nav-top ul li ul li.last {
    display: block;
}

#header #nav-top li ul li a, #header #nav-top li:hover ul li a, #header #nav-top li:hover ul li:hover a,  #header #nav-top li:hover ul li a:hover, #header #nav-top li.selected ul li a {
	background: none;
	color: #ccc;
	border-bottom: none;
	font-size: 1.75em;
	margin: 0;
	padding: 0 10px;
	line-height: 2.75em;
	width: 100%;
}

#header #nav-top li.selected ul li.selected a {
	color: #fff;
}

#header #nav-top li ul li .menu-icon-sub {
	display: none;
}

#header #nav-top li.selected ul li.selected ul, #header #nav-top li.selected ul li.selected:hover ul {
	display: none;
}
/* Off canvas */

#breadcrumb {
	margin: 0 auto;
	max-width: 96%;
	padding: 10px 2%;
}

#main {
	background: #fff;
	margin-top: 0;
}

#main header {
    background: none;
	border: none;
}

#content-title {
	padding: 0 0.25em;
	background: #8C8C8C; /* Old browsers */
	background: -moz-linear-gradient(top, #56565a 0%, #444448 58%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56565a), color-stop(58%,#444448)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #56565a 0%,#444448 58%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #56565a 0%,#444448 58%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #56565a 0%,#444448 58%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56565a', endColorstr='#444448',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #56565a 0%,#444448 58%); /* W3C */
	font-weight: bold;
	margin-left: 0;
}

#content-title a {
	font-size: 1.0em;
    color: #fff;
    padding-left: 0.25em;
	line-height: 2.25em;
}

#content-title a:hover {
    color: #fff;
}

#content-left nav ul {
    margin-top: 0;
}

#content-left nav ul li {
    padding-left: 0;
}

#content-left nav ul li a, #content-left .navigation ul li a {
    padding: 0.6em 0.6em 0.6em 1em;
	font-size: 1.25em;
}

#content-left nav ul li ul li {
    border-top: 1px solid #ddd;
}
	
#content-left nav ul li ul li a, #content-left nav ul li ul li a:hover, #content-left nav ul li ul li a:active {
    padding-left: 1em;
}

#content-column .button-link ul li, #content-right .button-link ul li {
    float: none;
    list-style: none outside none;
    margin: 0 0 2em 0;
}

#content-column .button-link, #content-right .button-link {
    padding: 0.5em 0 0 0;
}

/* Multiple Content Slider */
#c6514 .tx-jfmulticontent-pi1 {
	display: none;
}

.anythingSlider-minimalist-square {
	display: none;
}

div.csc-mailform fieldset {
    background: none repeat scroll 0 0 #eee;
}

.csc-form-element-textline input, .csc-form-element-textarea textarea, div.csc-mailform select {
    width: 98%;
}

div.tx-powermail fieldset {
    background: none repeat scroll 0 0 #eee;
}

div.tx-powermail .powermail_fieldwrap {
	clear: both;
    padding: 0.55em 1em!important;
}

div.tx-powermail .powermail_field input {
    width: 15em;
}

div.tx-powermail .powermail_field textarea {
    width: 15em;
}

div.tx-powermail .powermail_check_inner {
    margin: 0.55em 0;
}

div.tx-powermail .powermail_submit, div.powermail_field input.powermail_submit {
    margin-left: 0em;
}

/* Powermailer Layout 2 – Formular 80% */
div.tx-powermail form.layout2 fieldset {
	width: 100%;
}

/* Jahresabschlussfeier */
div.powermail_fieldwrap_jahresabschlussfeier .checkbox label {
    width: 15em;
}
#powermail_field_jahresabschlussfeier_2 {
    margin-left: 0px;
}
	
#content-column section {
    margin-top: 0;
	padding-top: 0.5em;
}

#content-column a,  #content-column h2 a, .box h2 a, #content-column h3 a, .box h3 a {
	text-decoration: underline;
	}

DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    float: none;
	clear: both;
}

.csc-textpic-intext-left-nowrap-160 .csc-textpic-text, .csc-textpic-intext-left-nowrap-185 .csc-textpic-text {
    margin: 0.5em 0 0 0;
}

#content-column .box p {
    margin: 0;
    padding: 0;
}

#content-column section {
	margin: 0.5em 0;
}

#content-column .content-subtitle {
	margin: 0;
}

#content-column ul.multicolumnContainer li div.csc-textpic-center .csc-textpic-center-outer {
    float: left;
	right: 0;
}

#content-column ul.multicolumnContainer li div.csc-textpic-center .csc-textpic-center-inner {
    float: left;
	right: 0;
}

#content-column ul.multicolumnContainer li ul {
    margin-left: 20px;
}

#content-column ul.multicolumnContainer li .box ul {
    margin-left: 0;
}

#content-column ul.multicolumnContainer li .content-subtitle h2 {
	background: rgba(0, 0, 0, 0) url("../img/icon-haekchen.png") no-repeat scroll left 5px;
	font-size: 1.35em;
	font-weight: normal;
}

#content-column ul.multicolumnContainer li .content-subtitle p {
	margin-left: 25px;
}

#content-column .link-box-text p {
	text-align: left;
	padding-left: 15px;
	}

#start .owl-carousel {
	margin: 2em 0 1em 0;
}

#start .slogan {
	text-align: left;
	margin: 0.5em 0 0 0;
}

#start p {
	font-size: 0.85em;
}
	
#content-left .kontakt {
    display: none;
}

#content-column .csc-textpic-intext-left-nowrap-70 .csc-textpic-text {
    margin-left: 0;
}

DIV.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, DIV.csc-textpic-intext-right .csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap, DIV.csc-textpic-intext-left .csc-textpic-imagewrap {
    float: none;
	margin: 0;
}

.csc-textpic-intext-right-nowrap .csc-textpic-text {
    margin-right: 0;
}

.csc-textpic-text {
    margin: 0!important;
}

.csc-textpic-text h2, .csc-textpic-text h3 {
    margin-top: 10px!important;
}

#content-column .ui-helper-reset a {
    color: #333;
}

/* One-Page */
#content-column .one-page ol li {
	border-right: none;
	}

/* One-Page – Full-Width */
#content-column .one-page-full-width {
	width: 100%;
	margin-left: 0;
	}
	
#content-column .one-page-full-width .inner {
	text-align: left;
	padding: 20px 20px;
	}
	
#content-column .one-page-full-width .inner img {
    margin: 0 0;
}

/* News */
#content-column .one-page .news .article .news-img-wrap {
    margin: 25px 0;
}

#content-column .one-page .news .article .news-img-wrap {
    float: left;
}

#content-column .one-page .news .article .teaser-text {
    clear: both;
}

/* Table Download */ 
.download td.td-0 {
    text-align: left;
    width: 80%;
}

.download td.td-2 {
    display: none;
}

/* Fachhaendler - Welt */
.welt {
	width: auto;
}

#bereich {
	float: left;
}

#txtBereich {
	clear: both;
	float: left;
	margin-top: 1.5em;
}

.welt .fachhaendler {
	margin: 8.5em 0 0 0;
	font-size: 1em;
	padding: 0.5em 0;
	line-height: 1.3em;
}

.welt .fachhaendler .anschrift {
	clear: both;
	float: none;
	width: auto;
	margin-bottom: 1.25em;
}

#content-column .welt .fachhaendler p img {
	float: left;
	margin: 1em 0;
}

#content-column .welt .fachhaendler p a {
	text-decoration: underline;
}

/* Partner – Dental */
#bereich-dental select, #txtBereich select {
    margin-top: 1.75em;
}

.container-dental .fachhaendler .anschrift {
    clear: both;
	border-bottom: 1px solid #eee;
    margin-bottom: 1.75em;
    padding-bottom: 1em;
	width: 100%;
}

#content-column .container-dental .fachhaendler h2 {
    clear: both;
}

#content-column .container-dental .fachhaendler img {
	margin-bottom: 15px;
}

.container-dental .fachhaendler p.dh {
    border-top: none;
    clear: both;
	padding: 0;
	margin-top: 1em;
}

/* multicolumn */
#content-column ul.multicolumnContainer li {
    clear: both;
	padding: 0!important;
	width: 100%!important;
}

#content-column ul.multicolumnContainer li .columnItems {
	padding: 0!important;
}

#content-column ul.multicolumnContainer div.csc-textpic-right .csc-textpic-imagewrap {
    float: left;
}

/* Fancybox */
.fancybox-opened .fancybox-title {
	visibility: hidden;
}

/* One-Page – Content Box Rechts */
#content-column .one-page-content-box-re {
    background: #ccc;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 20px 10px;
	border: 1px solid #e7e5e2;
	height: auto;
	width: 1300px;
	position: relative;
	}
	
#content-column .one-page-content-box-re:after {
    bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 20px;
	margin-left: -20px;
	}
		
#content-column .one-page h1 {
	font-size: 22px;
	letter-spacing: 0.25em;
	line-height: 1.8;
	color: #333;
}

#content-column .one-page h2 {
	font-size: 22px;
	letter-spacing: 0.25em;
	line-height: 1.8;
	color: #333;
}

#content-column .one-page h3 {
    background: none;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.125em;
    line-height: 1.4;
    padding-left: 0;
	color: #333;
}
	
/* One-Page – Content Box Links */
#content-column .one-page-content-box-li {
	padding: 0 10px 20px 10px;
	}
	
/* One-Page – Content Box Unten */
#content-column .one-page-content-box-unten {
	padding: 0 10px 20px 10px;
	}

/* Footer */
footer {
	height: 100%;
    width: 100%;
}

.content-column-bottom {
	margin: 0;
	width: 100%;
}

.content-column-bottom ul {
	padding: 0 3%;
	width: 94%;
	padding-bottom: 20px;
}

.content-column-bottom ul li {
	padding-top: 25px;
	float: none;
	margin-left: 0;
}

.content-column-bottom ul li.trenner {
	border-left: none;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 15px;
}

.content-column-bottom ul li a {
	margin: 0 45px 0 0;
    text-decoration: underline;
}

.content-column-bottom ul li a.print {
    display: none;
}

#kontakt-box {
	display: none;
}

#kontakt-tel {
	display: block;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background: #00B22C;
	padding: 5px 0;
}

#kontakt-tel p {
	display: block;
	color: #fff;
	font-size: 1.35em;
	margin: 0;
	text-align: center;
}

#kontakt-tel p.info {
	color: #fff;
	font-size: 0.85em;
	margin: 0;
	text-align: center;
}

#kontakt-tel p a, #kontakt-tel p a:hover  {
	color: #fff!important;
	text-decoration: none;
}

#back-top {
	top: calc(100% - 50px);
}

#back-top span:hover {
	background-position: 0 -234px;
}
}



/* Smartphones (landscape) */
@media only screen and (min-width : 550px) and (max-width : 814px) {
/* Font-Size und Zeilenabstand */
p {
    font-size: 0.95em;
    line-height: 1.7em;
}

article li {
    font-size: 0.95em;
    line-height: 1.7em;
}

/* eine Spalte */
#start #content-column, #one-column #content-column {
	float: left;
	width: 96%;
	padding: 0 2%;
	}

/* zwei Spalten */
#content-main {
	float: none;
	width: 96%;
	margin: 0 2% 0 2%;
	clear: both;
	}

#content-left {
	float: none;
	width: 96%;
	margin: 0 2% 0 2%;
	clear: both;
	min-height: 1px;
	}
	
#content-column {
	float: none;
	width: 100%;
	margin: 0 0;
	clear: both;
	}

#content-right {
	width: 0;
	height: 0;
	display: none;
	}
	
/* drei Spalten */
#three-columns #content-main {
	float: none;
	width: 96%;
	margin: 0 2% 0 2%;
	clear: both;
	}

#three-columns #content-left {
	float: none;
	width: 96%;
	margin: 0 2% 0 2%;
	clear: both;
	min-height: 1px;
	}
	
#three-columns #content-column {
	float: none;
	width: 100%;
	margin: 0 0;
	clear: both;
	min-height: 0;
	}

#three-columns #content-right {
	float: none;
	width: 100%;
	margin: 0 0;
	clear: both;
	}
	
#header nav ul {
	padding: 0;
	}
	
#nav-help {
    position: absolute;
	left: 16.75em;
	top: 0.75em;
}

#nav-help a {
    z-index: 10;
}
	
#language {
	max-width: 96%;
	padding: 10px 2%;
}

#header-inner {
    height: 65px;
}

#logo {
	right: 15px;
	top: 0.8em;
}

#logo img {
    width: 100px;
	height: 55px;
}

#slogan {
	display: none;
	}
	
#header #search {
	display: none;
	}

/* Off canvas */
#header #nav-top {
	position: absolute;
	display: block;
	top: 1.075em;
	left: 0;
	background: none;
	border-bottom: none;
	width: 100%;
}

#header.on {
	margin-left: 285px;
	transition: all 0.5s;
}

.wrapper.on {
	margin-left: 285px;
	transition: all 0.5s;
	opacity: 0.25;
	width: 100%;
	pointer-events: none;
    cursor: default;
}

#language.on {
	right: -285px;
	transition: all 0.5s;
}

#header {
	margin-left: 0;
	transition: all 0.5s;
}

.wrapper {
	width: 100%;
	margin-left: 0;
	transition: all 0.5s;
}

#language {
	transition: all 0.35s;
}

#header #menu-icon {
	width: 46px;
	height: 32px;
	background: url("../img/menu-icon.png") no-repeat center left;
	margin-left: 15px;
	padding: 0;
	cursor: pointer;
	display: block;
}
	
#header #nav-top.fixed-nav {
	position: relative;
	}
	
#header #nav-top ul {
	display: block;
	z-index: 1001;
	position: absolute;
	top: -18px;
	border-top: 10px solid #e72b37;
	border-bottom: none;
	width: 285px;
	left: -285px;
}

#header #nav-top ul li, #header #nav-top ul li:hover {
	width: 100%;
	background-color: rgba(52, 52, 52, 1);
	margin: 0;
	padding: 0;
	line-height: 5em;
	border-bottom: 1px solid #999;
	font-size: 0.8em;
}

#header #nav-top ul li.first {
   display: block;
}

#header #nav-top ul li.shop {
    display: none;
}

#header #nav-top ul li a {
	color: #fff;
    padding: 10px 10px;
	margin-right: 0;
}

#header #nav-top ul li.selected a {
	border-bottom: none;
	padding: 10px 10px;
	}

#header #nav-top ul li.first .menu-icon-sub {
    display: none;
}

#header #nav-top ul li .menu-icon-sub {
    cursor: pointer;
    display: block;
    height: 55px;
    float: right;
    width: 15%;
}

#header #nav-top ul li .menu-icon-sub span {
    background: rgba(0, 0, 0, 0) url("../img/menu-icon-sub.png") no-repeat center left ;
    display: block;
    height: 25px;
    margin: 20px 10px 15px 0;
    width: 25px;
}

#header #nav-top li ul.sub, #header #nav-top li:hover ul.sub {
	position: relative;
	left: auto;
	background: none;
	border: none;
	box-shadow: none;
	margin: 0 0 0 10px;
	width: 275px;
	padding: 0;
	display: block;
	top: 0;
}

#header #nav-top li.selected ul.sub, #header #nav-top li.selected:hover ul.sub {
	position: relative;
	left: auto;
	background: none;
	border: none;
	box-shadow: none;
	margin: 0 0 0 10px;
	width: 275px;
	padding: 0;
	display: block;
}

#header #nav-top li ul li, #header #nav-top li ul li:hover {
	border-bottom: none;
	font-size: 0.65em;
	line-height: 4em;
	opacity: 1;
}

#header #nav-top ul li ul li.last {
    display: block;
}

#header #nav-top li ul li a, #header #nav-top li:hover ul li a, #header #nav-top li:hover ul li:hover a,  #header #nav-top li:hover ul li a:hover, #header #nav-top li.selected ul li a {
	background: none;
	color: #ccc;
	border-bottom: none;
	font-size: 1.75em;
	margin: 0;
	padding: 0 10px;
	line-height: 2.75em;
	width: 100%;
}

#header #nav-top li.selected ul li.selected a {
	color: #fff;
}

#header #nav-top li ul li .menu-icon-sub {
	display: none;
}

#header #nav-top li.selected ul li.selected ul, #header #nav-top li.selected ul li.selected:hover ul {
	display: none;
}
/* Off canvas */

#breadcrumb {
	margin: 0 auto;
	max-width: 96%;
	padding: 10px 2%;
}

#main {
	background: #fff;
	margin-top: 0;
}

#main header {
    background: none;
	border: none;
}

#content-title {
	padding: 0 0.25em;
	background: #8C8C8C; /* Old browsers */
	background: -moz-linear-gradient(top, #56565a 0%, #444448 58%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56565a), color-stop(58%,#444448)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #56565a 0%,#444448 58%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #56565a 0%,#444448 58%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #56565a 0%,#444448 58%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56565a', endColorstr='#444448',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #56565a 0%,#444448 58%); /* W3C */
	font-weight: bold;
	margin-left: 0;
}

#content-title a {
	font-size: 1.0em;
    color: #fff;
    padding-left: 0.25em;
	line-height: 2.25em;
}

#content-title a:hover {
    color: #fff;
}

#content-left nav ul {
    margin-top: 0;
}

#content-left nav ul li {
    padding-left: 0;
}

#content-left nav ul li a, #content-left .navigation ul li a {
    padding: 0.6em 0.6em 0.6em 1em;
	font-size: 1.25em;
}

#content-left nav ul li ul li {
    border-top: 1px solid #ddd;
}
	
#content-left nav ul li ul li a, #content-left nav ul li ul li a:hover, #content-left nav ul li ul li a:active {
    padding-left: 1em;
}

/* Multiple Content Slider */
#c6514 .tx-jfmulticontent-pi1 {
	display: none;
}

.anythingSlider-minimalist-square {
	display: none;
}

div.csc-mailform fieldset {
    background: none repeat scroll 0 0 #eee;
}

.csc-form-element-textline input, .csc-form-element-textarea textarea, div.csc-mailform select {
    width: 98%;
}

div.tx-powermail fieldset {
    background: none repeat scroll 0 0 #eee;
}

div.tx-powermail .powermail_fieldwrap {
	clear: both;
    padding: 0.55em 1em!important;
}

div.tx-powermail .powermail_field input {
    width: 22em;
}

div.tx-powermail .powermail_field textarea {
    width: 22em;
}

div.tx-powermail .powermail_check_inner {
    margin: 0.55em 0;
}

div.tx-powermail .powermail_submit, div.powermail_field input.powermail_submit {
    margin-left: 0em;
}

/* Powermailer Layout 2 – Formular 80% */
div.tx-powermail form.layout2 fieldset {
	width: 100%;
}

/* Jahresabschlussfeier */
div.powermail_fieldwrap_jahresabschlussfeier .checkbox label {
    width: 15em;
}
#powermail_field_jahresabschlussfeier_2 {
    margin-left: 0px;
}
	
#content-column section {
    margin-top: 0;
	padding-top: 0.5em;
}

#content-column a,  #content-column h2 a, .box h2 a, #content-column h3 a, .box h3 a {
	text-decoration: underline;
	}

DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    float: none;
	clear: both;
}

.csc-textpic-intext-left-nowrap-160 .csc-textpic-text, .csc-textpic-intext-left-nowrap-185 .csc-textpic-text {
    margin: 0.5em 0 0 0;
}

#content-column .box p {
    margin: 0;
    padding: 0;
}

#content-column section {
	margin: 0.5em 0;
}

#content-column .content-subtitle {
	margin: 0;
}

#content-column ul.multicolumnContainer li div.csc-textpic-center .csc-textpic-center-outer {
    float: left;
	right: 0;
}

#content-column ul.multicolumnContainer li div.csc-textpic-center .csc-textpic-center-inner {
    float: left;
	right: 0;
}

#content-column ul.multicolumnContainer li ul {
    margin-left: 20px;
}

#content-column ul.multicolumnContainer li .box ul {
    margin-left: 0;
}

#content-column ul.multicolumnContainer li .content-subtitle h2 {
	background: rgba(0, 0, 0, 0) url("../img/icon-haekchen.png") no-repeat scroll left 5px;
	font-size: 1.35em;
	font-weight: normal;
}

#content-column ul.multicolumnContainer li .content-subtitle p {
	margin-left: 25px;
}

#start .owl-carousel {
	margin: 2em 0 1em 0;
}

#start .slogan {
	text-align: left;
	margin: 0.5em 0 0 0;
}

#start p {
	font-size: 0.85em;
}
	
#content-left .kontakt {
    display: none;
}

#content-column .csc-textpic-intext-left-nowrap-70 .csc-textpic-text {
    margin-left: 0;
}

DIV.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, DIV.csc-textpic-intext-right .csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap, DIV.csc-textpic-intext-left .csc-textpic-imagewrap {
    float: none;
	margin: 0;
}

.csc-textpic-intext-right-nowrap .csc-textpic-text {
    margin-right: 0;
}

.csc-textpic-text {
    margin: 0!important;
}

.csc-textpic-text h2, .csc-textpic-text h3 {
    margin-top: 10px!important;
}

#content-column .ui-helper-reset a {
    color: #333;
}

/* One-Page */
#content-column .one-page ol li {
	border-right: none;
	}

/* One-Page – Full-Width */
#content-column .one-page-full-width {
	width: 100%;
	margin-left: 0;
	}
	
#content-column .one-page-full-width .inner {
	text-align: left;
	padding: 20px 20px;
	}
	
#content-column .one-page-full-width .inner img {
    margin: 0 0;
}

/* News */
#content-column .one-page .news .article .news-img-wrap {
    margin: 25px 0;
}

#content-column .one-page .news .article .news-img-wrap {
    float: left;
}

#content-column .one-page .news .article .teaser-text {
    clear: both;
}

/* Fachhaendler - Welt */
.welt {
	width: auto;
}

#bereich {
	float: left;
}

#txtBereich {
	clear: both;
	float: left;
	margin-top: 1.5em;
}

.welt .fachhaendler {
	margin: 8.5em 0 0 0;
	font-size: 1em;
	padding: 0.5em 0;
	line-height: 1.3em;
}

.welt .fachhaendler .anschrift {
	clear: both;
	float: none;
	width: auto;
	margin-bottom: 1.25em;
}

#content-column .welt .fachhaendler p img {
	float: left;
	margin: 1em 0;
}

#content-column .welt .fachhaendler p a {
	text-decoration: underline;
}

/* Partner – Dental */
#bereich-dental select, #txtBereich select {
    margin-top: 1.75em;
}

/* multicolumn */
#content-column ul.multicolumnContainer li {
    clear: both;
	padding: 0!important;
	width: 100%!important;
}

#content-column ul.multicolumnContainer li .columnItems {
	padding: 0!important;
}

#content-column ul.multicolumnContainer div.csc-textpic-right .csc-textpic-imagewrap {
    float: left;
}

#content-column .link-box-text p {
	text-align: left;
	padding-left: 15px;
	}
	
/* One-Page – Content Box Rechts */
#content-column .one-page-content-box-re {
    background: #ccc;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 20px 10px;
	border: 1px solid #e7e5e2;
	height: auto;
	width: 1300px;
	position: relative;
	}
	
#content-column .one-page-content-box-re:after {
    bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 20px;
	margin-left: -20px;
	}
	
#content-column .one-page h1 {
	font-size: 22px;
	letter-spacing: 0.25em;
	line-height: 1.8;
	color: #333;
}

#content-column .one-page h2 {
	font-size: 22px;
	letter-spacing: 0.25em;
	line-height: 1.8;
	color: #333;
}

#content-column .one-page h3 {
    background: none;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.125em;
    line-height: 1.4;
    padding-left: 0;
	color: #333;
}
	
/* One-Page – Content Box Links */
#content-column .one-page-content-box-li {
	padding: 0 10px 20px 10px;
	}
	
/* One-Page – Content Box Unten */
#content-column .one-page-content-box-unten {
	padding: 0 10px 20px 10px;
	}

/* Footer */
footer {
	height: 100%;
    width: 100%;
}

.content-column-bottom {
	margin: 0;
	width: 100%;
}

.content-column-bottom ul {
	padding: 0 3%;
	width: 94%;
	padding-bottom: 20px;
}

.content-column-bottom ul li {
	padding-top: 25px;
	float: none;
	margin-left: 0;
}

.content-column-bottom ul li.trenner {
	border-left: none;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 15px;
}

.content-column-bottom ul li a {
	margin: 0 45px 0 0;
    text-decoration: underline;
}

.content-column-bottom ul li a.print {
    display: none;
}

#kontakt-box {
	display: none;
}

#kontakt-tel {
	display: block;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background: #00B22C;
	padding: 5px 0;
}

#kontakt-tel p {
	display: block;
	color: #fff;
	font-size: 1.35em;
	margin: 0;
	text-align: center;
}

#kontakt-tel p.info {
	color: #fff;
	font-size: 0.85em;
	margin: 0;
	text-align: center;
}

#kontakt-tel p a, #kontakt-tel p a:hover  {
	color: #fff!important;
	text-decoration: none;
}

#back-top {
	top: calc(100% - 50px);
}

#back-top span:hover {
	background-position: 0 -234px;
}
}



/* Tablets - iPad (portrait) */
@media only screen and (min-width : 815px) and (max-width : 1380px) {
/* eine Spalte */
#start #content-main, #one-column #content-main {
	float: none;
	width: 98%;
	margin: 0 1% 0 1%;
	clear: both;
	}

#start #content-column, #one-column #content-column {
	float: left;
	width: 100%;
	margin: 0 0;
	}
	
#start #content-right, #one-column #content-right {
	width: 0;
	height: 0;
	display: none;
	}

/* zwei Spalten */
#content-main {
	float: none;
	width: 98%;
	margin: 0 1% 0 1%;
	clear: both;
	}

#content-left {
	float: none;
	width: 98%;
	margin: 0 1% 0 1%;
	clear: both;
	min-height: 1px;
	}
	
#content-column {
	float: none;
	width: 100%;
	margin: 0 0;
	clear: both;
	}

#content-right {
	width: 0;
	height: 0;
	display: none;
	}
	
/* drei Spalten */	
#three-columns #content-main {
	float: none;
	width: 98%;
	margin: 0 1% 0 1%;
	clear: both;
	}

#three-columns #content-left {
	float: none;
	width: 98%;
	margin: 0 1% 0 1%;
	clear: both;
	min-height: 1px;
	}
	
#three-columns #content-column {
	float: none;
	width: 100%;
	margin: 0 0;
	clear: both;
	min-height: 0;
	}

#three-columns #content-right {
	float: none;
	width: 100%;
	margin: 0 0;
	clear: both;
	}
	
#language {
    right: 15px;
}
	
#slogan {
    left: 15px;
}

#logo {
    right: 15px;
}

#header #search {
    right: 7em;
}

#header #nav-top ul li.first {
    margin-left: 0;
}

#header #nav-top ul li.shop {
    margin-right: 15px;
}

#header #nav-top ul li a {
    margin: 0 12px;
}

#header #nav-top ul li.shop a {
    padding-right: 35px;
}

#breadcrumb {
    padding: 0.5em 1.0em;
}

#breadcrumb ul {
    margin-left: 0;
}

#main {
	background: #fff;
}

#content-title {
	padding: 0 0.25em;
	background: #8C8C8C; /* Old browsers */
	background: -moz-linear-gradient(top, #56565a 0%, #444448 58%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56565a), color-stop(58%,#444448)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #56565a 0%,#444448 58%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #56565a 0%,#444448 58%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #56565a 0%,#444448 58%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56565a', endColorstr='#444448',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #56565a 0%,#444448 58%); /* W3C */
	font-weight: bold;
	margin-left: 0;
}

#content-title a {
	font-size: 0.85em;
    color: #fff;
    padding-left: 0.25em;
	line-height: 2.5em;
}

#content-title a:hover {
    color: #fff;
}

#content-column section {
	margin: 0.5em 0;
}

#content-left nav ul {
    margin-top: 0;
}

#content-left nav ul li {
    padding-left: 0;
}

#content-left nav ul li a {
    padding: 0.5em 0.5em 0.5em 0.55em;
}
	
#content-left nav ul li ul li a, #content-left nav ul li ul li a:hover, #content-left nav ul li ul li a:active {
    padding-left: 1em;
}

#content-left .kontakt {
    display: none;
}

#content-column .content-subtitle p {
	margin-left: 28px;
}

#content-column ul li .content-subtitle p {
	margin-left: 0;
}

#start .owl-carousel {
	margin: 2em 0 1em 0;
}

/* One-Page – Full-Width */
#content-column .one-page-full-width {
	width: 100%;
	margin-left: 0;
	}
	
#content-column .one-page-full-width .inner {
	text-align: left;
	padding: 20px 20px;
	}
	
#content-column .one-page-full-width .inner img {
    margin: 0 0;
}

/* Powermailer Layout 2 – Formular 80% */
div.tx-powermail form.layout2 fieldset {
	width: 85%;
}

/* Footer */
footer {
}

.content-column-bottom {
	margin: 0;
	width: 100%;
}

.content-column-bottom ul {
	padding: 0 2%;
	width: 96%;
	padding-bottom: 12px;
}

.content-column-bottom ul li {
	margin-left: 0;
}

.content-column-bottom ul li.trenner {
	border-left: none;
	padding-left: 0;
}
.content-column-bottom ul li a {
	margin: 0 45px 0 0;
    text-decoration: underline;
}

.content-column-bottom ul li a.print {
    display: none;
}

/* One-Page – Content Box Rechts */
#content-column .one-page-content-box-re {
	padding: 0 10px 20px 10px;
	}
}



/* Full Screen */
@media only screen and (min-width : 974px) and (max-width : 1700px) {
#back-top {
right: 4px;
}
}