/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,form{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}#main .inside{min-height:1px}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.caption{max-width:100%}.ce_gallery ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery li{float:left}.ce_gallery li.col_first{clear:left}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/* -- dk_mmenu theme 'navy' -- */
.mm-menu
{
	background: #323849;
}
@charset "utf-8";
/* npslider CSS Defaults */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}


.ce_nps {overflow:visible;}
.ce_nps .slider > * {
	height:inherit;
	width:inherit;
	margin:0;
	padding:0;
}
/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2015 Leo Feyer
 *
 * @license LGPL-3.0+
 */

table.sortable thead th {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/default.gif");
	background-repeat:no-repeat;
	background-position:center right;
}
table.sortable thead th.headerSortDown {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/asc.gif");
}
table.sortable thead th.headerSortUp {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/desc.gif");
}

/* ColorBox v1.4.31, (c) 2011 Jack Moore - jacklmoore.com, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.4.31/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.4.31/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.4.31/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.4.31/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* @license
 * MyFonts Webfont Build ID 2603938, 2013-07-17T04:20:43-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Calibri Italic by Ascender Corp.
 * URL: http://www.myfonts.com/fonts/ascender/calibri/italic/
 * 
 * Webfont: Calibri Bold Italic by Ascender Corp.
 * URL: http://www.myfonts.com/fonts/ascender/calibri/bold-italic/
 * 
 * Webfont: Calibri Bold by Ascender Corp.
 * URL: http://www.myfonts.com/fonts/ascender/calibri/bold/
 * 
 * Webfont: Calibri by Ascender Corp.
 * URL: http://www.myfonts.com/fonts/ascender/calibri/regular/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2603938
 * Webfonts copyright: &#x00A9; 2007 Microsoft Corporation. All Rights Reserved.
 * 
 * © 2013 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/27bba2");

  
@font-face {font-family: 'Calibri-Italic';src: url("../../files/carhs/css/webfonts/webfonts/27BBA2_0_0.eot");src: url("../../files/carhs/css/webfonts/webfonts/27BBA2_0_0.eot?#iefix") format('embedded-opentype'),url("../../files/carhs/css/webfonts/webfonts/27BBA2_0_0.woff") format('woff'),url("../../files/carhs/css/webfonts/webfonts/27BBA2_0_0.ttf") format('truetype');}
 
  
@font-face {font-family: 'Calibri-BoldItalic';src: url("../../files/carhs/css/webfonts/webfonts/27BBA2_1_0.eot");src: url("../../files/carhs/css/webfonts/webfonts/27BBA2_1_0.eot?#iefix") format('embedded-opentype'),url("../../files/carhs/css/webfonts/webfonts/27BBA2_1_0.woff") format('woff'),url("../../files/carhs/css/webfonts/webfonts/27BBA2_1_0.ttf") format('truetype');}
 
  
@font-face {font-family: 'Calibri-Bold';src: url("../../files/carhs/css/webfonts/webfonts/27BBA2_2_0.eot");src: url("../../files/carhs/css/webfonts/webfonts/27BBA2_2_0.eot?#iefix") format('embedded-opentype'),url("../../files/carhs/css/webfonts/webfonts/27BBA2_2_0.woff") format('woff'),url("../../files/carhs/css/webfonts/webfonts/27BBA2_2_0.ttf") format('truetype');}
 
  
@font-face {font-family: 'Calibri';src: url("../../files/carhs/css/webfonts/webfonts/27BBA2_3_0.eot");src: url("../../files/carhs/css/webfonts/webfonts/27BBA2_3_0.eot?#iefix") format('embedded-opentype'),url("../../files/carhs/css/webfonts/webfonts/27BBA2_3_0.woff") format('woff'),url("../../files/carhs/css/webfonts/webfonts/27BBA2_3_0.ttf") format('truetype');}
 
/* Webfonts */


/* Layout */
/* dunkelBlau : #18163F */
/* seminare: #921f2c */
/* konferenzen: #FFA900 */
/* wissen: #007089 */

/* Neue Farben
#1abc9c Turquoise
#16a085 Green sea

#2ecc71 Emerald
#27ae60 Nephritis

#3498db Peter river
#2980b9 Belize hole

#9b59b6 Amethyst
#8e44ad Wisteria

#34495e Wet asphalt
#2c3e50 Midnight blue

#f1c40f Sun flower
#f39c12 Orange

#e67e22 Carrot
#d35400 Pumpkin

#e74c3c Alizarin
#c0392b Pomegranate

#ecf0f1 Clouds
#bdc3c7 Silver

#95a5a6 Concrete
#7f8c8d Asbestos

*/
html {
    height: 100%;
}
body,html,figure
{
	margin:0;
	padding:0;
	font-size:14px;
}
body
{
	background: #18163F;
	font-family: "Calibri", "Verdana", "Arial", "Helvetica", sans-serif;
    height: 100%;
}

body * { 
    -webkit-font-smoothing: subpixel-antialiased !important; 
    text-rendering:optimizeLegibility !important;
}


div.inside
{
	margin:0 auto;
	position: relative;
}
ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    border:0;
}

nav a
{
	text-decoration: none;
}
.float-left
{
	float:left;
}
h1, h2, h3, h4, h5, h6 {
margin: 10px 0px;
padding: 0px;
}

h1 {
font-size: 28px;
font-weight: 700;
/* letter-spacing: 0.01em; */
line-height: 30px;
}

h2 {
  font-size: 22px;
font-weight: 500;
/* letter-spacing: 0.01em; */
line-height: 28px;
}

h3 {
   font-size: 18px;
font-weight: 700;
/* letter-spacing: 0.01em; */
line-height: 24px;
}

h4 {
    font-size: 16px;
font-weight: 700;
/* letter-spacing: 0.01em; */
line-height: 14px;
}

h5 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

h6{
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}


p {
    margin: 5px 0 10px 0;
    padding:0;
}

b, strong {
    font-weight: 700;
}

.clearer {
    clear: both;
}

input {
    border-radius: 0;
}



body.lang-de #wrapper
{   height: 100%;
    height: auto;
    min-height: 100%;

	background: url("/files/carhs/images/website/background.jpg") no-repeat center center fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

body.lang-en #wrapper 
{   height: 100%;
    height: auto;
    min-height: 100%;
 background: url("/files/carhs/images/website/background.jpg") no-repeat center center fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	/*background-size: cover;*/   
}

body.lang-zh #wrapper 
{   height: 100%;
    height: auto;
    min-height: 100%;
 background: url("/files/carhs/images/website/background.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;   
}

#content {padding-bottom: 50px;}
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Bereich nicht für IE-mac Ende */



blockquote {

  border-left: 10px solid #18163F;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #18163F;
  content:"\201D";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
}


blockquote p {
  display: inline;
}

.gogreen {
    background: url("/files/carhs/images/website/gogreen.png") no-repeat 97% 50%;
}

.noborder {
    border:none;
}



#header
{
    background: #18163F url("../../files/carhs/css/images/bg-header.gif") repeat-x ;
	height:120px;
	position: fixed;
	z-index: 999;
	width: 100%;
	top:0;

}
#header .inside
{
	width:1000px;
	position: relative;
}
#logo-big
{

/*	position: absolute;
	top:20px;
	left:40px; */
	height:80px;
	margin-left:20px;
	padding-top:10px;
}
#header .mod_breadcrumb
{
/*	position: absolute;
	top:96px;
	left:40px;
	float: left;
	 width: 480px;  */
	background: #fff;
	 font-size: 18px;
	 line-height: 30px;
	 padding-left:20px;
	 height:30px;
}

#header .mod_breadcrumb li
{
	float:left;
}
#header .mod_breadcrumb li a
{
	text-decoration: none;
	color:#000;
}
#header .mod_breadcrumb li a:hover
{
	text-decoration: underline;
}
#header .mod_breadcrumb li:after
{
	content:" > ";
}
#header .mod_breadcrumb li.last:after
{
	content:none;
}

#header-nav {
      background-color: #FFF;
    /*	 width: 490px;     */
    	 	 line-height: 30px;
	 padding-left:10px;
	 height:30px;
	 position: absolute;
	 top:90px; right:20px;
}

#header-nav li {
    float: left;
    margin-left: 10px;   color:#000;
}

#header-nav a {
 color:#000;
}

#header-nav a:hover {
 text-decoration: underline;
 }



#header .mod_search {
position: absolute;
top:45px;
right:20px;
}


.mod_search form input {
	vertical-align: middle;

}

.mod_search fieldset  {
	    border: 0;
    padding-left:0;
}    
#header .mod_search form input[type="search"] {
   height: 30px;
   margin: 0;
   padding: 0 5px 0 5px;
   position: relative;
   border: 0;
   width: 200px;

}


#header .mod_search form input[type="submit"] {
   	background:#e9282c url("../../files/carhs/css/icons/magnify.png") no-repeat center center;
   	background-size: 16px;
    width: 50px;
    height: 30px;
    margin: 0;
    border: 0;
    border:0;
    position: relative;
    left:-4px;
    cursor: pointer;
    transition: background-size 0.1s;
    -moz-transition: background-size 0.1s;
    -web-kit-transition: background-size 0.1s;
        -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
} 

#header .mod_search form input[type="submit"]:hover {
    background-size: 20px;
    transition: background-size 0.1s;
    -moz-transition: background-size 0.1s;
    -web-kit-transition: background-size 0.1s;
}

#main .mod_search form input[type="search"] {
   height: 35px;
   margin: 0;
   padding: 0 5px 0 5px;
   width: 350px;
   position: relative;
   border: 0;
}
#main .mod_search form input[type="submit"] {
   	background:#e9282c url("../../files/carhs/css/icons/magnify.png") no-repeat center center;
   	background-size: 16px;
    width: 60px;
    height: 35px;
    margin: 0;
    border: 0;
    border:0;
    position: relative;
    left:-4px;
    cursor: pointer;
    transition: background-size 0.1s;
    -moz-transition: background-size 0.1s;
    -web-kit-transition: background-size 0.1s;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#main .mod_search form input[type="submit"]:hover {
    background-size: 20px;
    transition: background-size 0.1s;
    -moz-transition: background-size 0.1s;
    -web-kit-transition: background-size 0.1s;
}


#main .mod_search fieldset.radio_container span {
    float:left;
    margin-right: 20px;
}


.mod_search .relevance {
	float: right;
	margin-top: 0.71429em;
	font-size: 0.6em;
}
.mod_search .header {
	padding-bottom: 0.27778em;
	border-bottom: 1px solid #808080;
	color: #000;
}
.mod_search .highlight {
	padding: 0 0.22222em;
	font-weight: 700;
}

.mod_search div.odd, .mod_search div.even {
    border-bottom: 1px solid #808080;
}

.mod_search .context {
    margin:20px 0 20px 0;
}



/*
#header .mod_navigation
{
	position: absolute;
	top:94px;
	right:0;
}
#header .mod_navigation li
{
	display:inline;
}
#header .mod_navigation li a,
#header .mod_navigation li span
{
	font-size: 18px;
	text-decoration: none;
	color:#000;
}
#header .mod_navigation li a:hover
{
	text-decoration: underline;
}
#header .mod_navigation li:after
{
	font-size: 18px;
	color:#000;
	content:"  | ";
}
#header .mod_navigation li.last:after
{
	content:none;
}       */


/* ###### SPRACHE ############# */
#header nav#lang-switch {
       color:#fff;
 font-size: 18px;
 font-weight: 700;
position: absolute;
top:3px;
right:20px;
}

#header nav#lang-switch li {
float:left;
padding:2px;
opacity:0.5;
padding-right:5px;
}

#header nav#lang-switch li.last {
margin-right:0px;
}

#header nav#lang-switch li.active {
opacity:1;
border-bottom:1px solid #fff;
}
/* SPRACHE AUSBLENDEN */
#header nav#lang-switch li.nofallback {
    display: none;
}      

#header nav#lang-switch a,
#header nav#lang-switch span  {
color:#fff;
display: inline;
}

#header nav#lang-switch li:hover {
opacity:1;
}

/* Main */
#main
{
	min-height:650px;
}
#main .inside
{
	width:1000px;
	overflow: visible;
	min-height:650px;
}
#main .slogan {
    position: absolute;
    bottom: 20px;
    left:20px;
}

#main .slogan h1
{
	color:#fff;
	font-size: 45px;
	margin:0;
	padding:0;
	line-height: 60px;
	text-shadow: 0 0 5px #000;

}
/*
#main .largezone {
    position: absolute;
    top: 200px;
    left:20px;
}

#main .titlead{
    position: absolute;
    top: 160px;
    left:830px;
}     */


#main .largezone {
     background: url("../../files/carhs/css/images/footer_news_back.png") repeat left bottom;
}

#main .largezone img {
text-align: right;
width: 235px;
}


#main .smallzone {
    position: absolute;
    top: 700px;
    left:20px;
}

#main.billboard {
	text-align: right;
	width: 680;
	height: 350;
}



#header nav,
#header nav a,
#header nav span
{
	display:block;
}




#header nav.seminare,
#header nav.konferenzen,
#header nav.wissen
{
	width: 200px;
    float:left;
}

#header nav.seminare
{
	margin-left:20px;
}
#header nav.konferenzen
{
	margin-left:0px;
}
#header nav.wissen
{
	margin-left:0px;
}
#header nav.seminare li,
#header nav.konferenzen li,
#header nav.wissen li
{
	border-bottom:1px solid #fff;
}
#header nav.seminare li.last,
#header nav.konferenzen li.last,
#header nav.wissen li.last
{
	border-bottom:0px solid #fff;
}
#header nav.seminare a,
#header nav.konferenzen a,
#header nav.wissen a,
#header nav.seminare span,
#header nav.konferenzen span,
#header nav.wissen span
{   color:#fff;
	padding:2px 10px;
	/*height: 18px; */
}
#header nav.seminare a,
#header nav.seminare span
{
	background: #921f2c;
	/*  background: #c0392b;  */
}

#header nav.seminare ul ul a.last,
#header nav.seminare ul ul span.last
{
	background: none;
	background: url("../../files/carhs/css/images/seminare_back_color.gif") no-repeat right bottom;
	height:25px;
}

#header nav.konferenzen a,
#header nav.konferenzen span
{
	/* background: #FFA900; */
	background: #f39c12;
}
#header nav.konferenzen ul ul a.last,
#header nav.konferenzen ul ul span.last
{
	background: none;
	background: url("../../files/carhs/css/images/konferenzen_back_color.gif") no-repeat right bottom;
	height: 34px;
}
#header nav.wissen a,
#header nav.wissen span
{
/*	background: #007089;  */
background: #2980b9;
}
#header nav.wissen ul ul a.last,
#header nav.wissen ul ul span.last
{
	background: none;
	background: url("../../files/carhs/css/images/wissen_back_color.gif") no-repeat right bottom;
	height:25px;
}
  /* HOVER GRAU
#main nav ul ul a.last:hover,
#main nav ul ul span.last:hover
{       background-color: transparent;
    	background: url("../../files/carhs/css/images/back_hover.gif") no-repeat left bottom;
}


#main nav ul li ul li a:hover {
 background-color: #808080;
}            */

#header nav.seminare ul li ul li a:hover,
#header nav.seminare ul li ul li span:hover {
/* background-color: #e74c3c; */
background-color: #c0392b; }
#header nav.seminare ul li ul li a.last:hover,
#header nav.seminare ul li ul li span.last:hover {
background: url("../../files/carhs/css/images/seminare_back_hover.gif") no-repeat right bottom; }

#header nav.konferenzen ul li ul li a:hover,
#header nav.konferenzen ul li ul li span:hover {
background-color: #f1c40f; }
#header nav.konferenzen ul li ul li a.last:hover,
#header nav.konferenzen ul li ul li span.last:hover {
background: url("../../files/carhs/css/images/konferenzen_back_hover.gif") no-repeat right bottom; }

#header nav.wissen ul li ul li a:hover,
#header nav.wissen ul li ul li span:hover {
background-color: #3498db; }
#header nav.wissen ul li ul li a.last:hover,
#header nav.wissen ul li ul li span.last:hover {
background: url("../../files/carhs/css/images/wissen_back_hover.gif") no-repeat right bottom; }

#header nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}


/* CSS MENU HEIGHT TRANSFORM */

#header nav ul li ul li {
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-in ;
	-moz-transition: max-height 0.3s ease-in ;
	transition: max-height 0.3s ease-in ;
	visibility: hidden;
    }

#header nav ul li ul{
/*  display: none;
    position: absolute;
    padding:0px;
    ### Animation mit CSS  ###
    display:inline;
    visibility: hidden;
    opacity:0;
    -webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition:opacity 0.2s linear, visibility 0.2s linear;
    -o-transition:opacity 0.2s linear, visibility 0.2s linear;
    transition:opacity 0.2s linear, visibility 1.2s linear;  */
}
#header nav ul li ul li{
	float: none;
    width:200px;
}
#header nav ul li ul li a {
    color: #FAFAFA;
}

a.parent-item,
span.parent-item
{
 font-size: 30px;
}

/* ECKE HIN
#main nav.seminare ul a.last,
#main nav.seminare ul span.last
{
	background: none;
	background: url("../../files/carhs/css/images/seminare_back.gif") no-repeat left bottom;
}       */


/* ECKE weg
#main nav ul li:hover
{
        background: #921f2c;
}    */

/*  ###  CSS HOVER   ###
#main nav ul li:hover > ul {
    visibility: visible;
    opacity:1
}       */


#header nav ul li:hover > ul {

}

#header nav ul li:hover > ul li {
max-height:300px;
visibility: visible;
-webkit-transition: max-height 0.5s ease-in ;
	-moz-transition: max-height 0.5s ease-in ;
	transition: max-height 0.5s ease-in ;

}


/*######## EBENE 3 ########### */

#header nav.wissen ul.level_3 li {
    background-color: #2980b9;
    font-size: 0.9em;
    line-height: 20px;
    border-bottom:0;
   
}


#header nav.wissen ul.level_3 a  {
 padding-left:20px;
 height: 20px !important;
}

#header nav.wissen ul.level_3 a.last:hover,
#header nav.wissen ul.level_3 span.last:hover {
background: #3498db;}



/* #### NAVIGATION RECHTS #### */

#main nav.right
{
margin-bottom:10px;
border-bottom:1px solid #808080;
}
#main div.mod_article nav.right li
{
	float:left;
	margin-right:0px;
	background: url("../../files/carhs/css/images/background_gray.gif") no-repeat right top;
	padding:5px;
	list-style:none;
	margin: 0;
}

#main nav.right li a
{
	padding: 5px;
	transition: background 0.3s;
	color:#fff;
}

#main nav.right li span
{
	padding: 5px;
	color:#fff;
}

body.subpage-wissen #main nav.right li.active {
	background: url("/files/carhs/images/website/wissen_hover.gif") no-repeat right top; }

body.subpage-wissen #main nav.right li:hover {
background: url("/files/carhs/images/website/wissen_hover.gif") no-repeat right top;
transition: background 0.3s; }

/* ######### MAIN STYLING ########### */
#main div.ce_table table {
    border-collapse: collapse;
}

#main div.ce_table table td {
    padding:5px;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
}

#main div.ce_table table td:last-child {
    border-right: 1px solid transparent;
    }

#main div.ce_table table th:last-child {
  border-right: 1px solid transparent;
}

#main div.ce_table table th {
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    font-size: 14px;
    padding: 4px 8px 4px 8px;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    /*alte farbe #ddd */

}

#main div.striped table tr.even > td {

}
#main div.striped table tr.odd > td {
    background-color: #f9f9f9;
}


#main div.noborder table td {
border:1px solid transparent;
vertical-align: top;
    
}

#main div.noborder h3 {
    margin-top:0;
}


#main .mod_article ul
{
padding:0;
}

#main .mod_article ul li {
list-style-image: url("../../files/carhs/css/images/list.gif") ;
list-style-position:outside;
margin-left:40px;
line-height: 18px;
}

#main .mod_article ul li:last-child {
margin-bottom:5px;
 }

#main .mod_article ul li ul li {
list-style-image: url("../../files/carhs/css/images/list_lv2.gif") ;
margin-left:20px;
}


/* Footer-News */
#footer_news
{
 /*   position: absolute;
    bottom: 100px;
    left: auto;   */
	padding:5px 0px 2px 0px;
	background: url("../../files/carhs/css/images/footer_news_back.png") repeat left bottom;
	margin-bottom: 30px;
}
#footer_news .inside
{
	width:960px;
}
#footer_news .ce_image
{
	
}

#footer_news .image_container
{

}

/*
#footer_news .mod_newslist .layout_short
{
	float:left;
	border-right:1px solid #000;
	color:#000;
	width:170px;
	margin: 10px 10px 0 0;
	padding-right: 10px;
}
#footer_news .mod_newslist .last
{
	border-right:0px solid #000;
	margin-right: 0;
	padding-right: 0;
}
#footer_news .mod_newslist .layout_short h2
{
	margin:0;
	font-size: 18px;
}
#footer_news .mod_newslist .layout_short h2 a
{
	color:#000;
	text-decoration: none;
}
#footer_news .mod_newslist .layout_short p
{
	margin:0;
	font-size: 16px;
}
/*
#footer_news .smallzone img {
    opacity:0.8;
}
#footer_news .smallzone img:hover {
    opacity:1;
}     */

/* Footer */
#footer
{
	background: #18163F;
	width: 100%;    	
	position: relative;
	margin-top: -40px; /* Negativer Wert der Footer-Höhe */
	height: 30px;
	clear:both;
	padding-top:10px;
}
#footer .inside
{

	width:960px;
	text-align: right;
	padding:0 20px 0 20px;
}
#footer .mod_navigation
{
}
#footer .mod_navigation li
{
	display:inline;
}
#footer .mod_navigation li a,
#footer .mod_navigation li span
{
	font-size: 14px;
	text-decoration: none;
	color:#fff;
}
#footer .mod_navigation li a:hover
{
	text-decoration: underline;
}
#footer .mod_navigation li:after
{
	font-size: 14px;
	color:#fff;
	content:"  | ";
}
#footer .mod_navigation li.last:after
{
	content:none;
}


/* ###### STARTSEITE ##########    */

body[class*=home] #main
{
	margin-bottom: 10px;
}
body[class*=home] #main .inside
{
    position:relative;
	min-height:0;
	height:100%;
	bottom:0px;
}
body[class*=home] #main .mod_article
{

	padding:20px 20px 20px 20px;
	margin:165px 0px 10px 0px;
	min-height:300px;

}                

/*####### SLIDER ########  */


body[class*=home] div.ce_nps {
    position: relative;
}

body[class*=home] .bx-pager  {
    position: absolute;
    top:5px;
    right:5px;
}

body[class*=home] .caption {
    position: absolute;
    bottom:0px;
    left:0px;
    background-color: #18163F;
    opacity:0.8;
    height: 50px;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    padding-left:5px;
    width: 595px !important;

}

body[class*=home] div.bx-controls-direction a.bx-prev {
position: absolute;
top:50%;
left: 10px;
}

body[class*=home] div.bx-controls-direction a.bx-next {
position: absolute;
top:50%;
right: 10px;
}

body[class*=home] div.bx-controls-direction a {
    color: #FFF;
    color: #18163F !important;
    opacity:0.5;
    font-size: 24px;
    font-weight: 700;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
            transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -web-kit-transition: opacity 0.3s;

}

body[class*=home] div.bx-controls-direction a:hover {
    opacity:1;
        transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -web-kit-transition: opacity 0.3s;
}     


/* #### NEWS TICKER ##### 

.home-news {

    background: url("../../files/carhs/css/images/footer_news_back.png") repeat left bottom;
    padding:10px;
    height: 395px;
   overflow-y:scroll;
}

.home-news div.pagination {
    display:none;
}
.home-news h2 {
    font-size:16px;
    font-weight: 700;
    line-height: 18px;
}

.home-news  div.even {
    background-color:#3e3e5f;
    color: #fff;
    padding:3px;
}

.home-news  div.even a  {
color:#fff !important;
}

.home-news  div.odd {
padding:3px;
}

.home-news div.layout_short {
    border-bottom:0 !important;
        margin-bottom:0px !important;
    padding-bottom:0px !important;
}

.home-title {
    background-color: #18163F;
    opacity:0.8;
    min-height: 50px;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    padding-left:10px;

    display:block;
}        */




/* Layout Subpage ------------------------------------------------------*/
body[class*=subpage]
{
}
/* Main */
body[class*=subpage] #main
{
	margin-bottom: 10px;
}
body[class*=subpage] #main .inside
{
    position:relative;
	min-height:0;
	height:100%;
}
body[class*=subpage] #main .mod_article
{
    width:710px;
    background: url("../../files/carhs/css/images/footer_news_back.png") repeat left top; 
	padding:20px 20px 20px 240px;
	margin:165px 0px 10px 0px;
	min-height:700px;

}
body[class*=subpage] #main h1
{
	margin-top:0;
}

body.subpage-wissen #header nav.wissen ul li ul li {
    visibility: visible;
    max-height: 500px;
}
body.subpage-konferenzen #header nav.konferenzen ul li ul li {
    visibility: visible;
    max-height: 500px;
}
body.subpage-seminare #header nav.seminare ul li ul li {
    visibility: visible;
    max-height: 500px;
}

/* Layout Subpage-Wissen*/
body.subpage-wissen #header nav.seminare
{
    margin-left: 0px;
}
body.subpage-wissen #header nav.konferenzen
{
    margin-left:0px;
}
body.subpage-wissen #header nav.wissen
{
    margin-left: 20px;
}
/* Layout Subpage-Konferenzen*/
body.subpage-konferenzen #header nav.seminare
{
    margin-left: 0px;
}
body.subpage-konferenzen #header nav.konferenzen
{
    margin-left: 20px;
}
body.subpage-konferenzen #header nav.wissen
{
    margin-left: 0px;
}

body.subpage-wissen #header nav.wissen ul li ul
{
    /* visibility: visible;
     opacity:1     */
     display: inline;
     z-index: 999;
}

body.subpage-konferenzen #header nav.konferenzen ul li ul
{
    /* visibility: visible;
     opacity:1       */
     display: inline;
     z-index: 999;
}

body.subpage-seminare #header nav.seminare ul li ul
{
    /* visibility: visible;
     opacity:1           */
     display: inline;
     z-index: 999;
}


body[class*=subpage] #main .mod_article a img{
    border:2px solid transparent;
    border-color: transparent;
    padding:3px;
    transition: border-color 0.2s;
    
}

body[class*=subpage] #main .mod_article a img:hover{
    border-color: grey;
    transition: border-color 0.2s;  
    }

/*############ ENDE SUBPAGE ########### */


/* Overlay */
#overlay_background
{
	z-index:9997;
}
#overlay_wrapper
{
	display:none;

	padding:50px 0px 50px 0px;
	position:absolute;
	z-index:9998;
    line-height: 1.3;
    overflow: visible;
}
#overlay_wrapper .mod_article
{
	background:#FFF;
	width:800px;
	padding:20px;
	position: relative;
	overflow: visible;

}

#overlay_wrapper div.ce_text a{

  color:#2A407A;
  overflow: visible;
}

#overlay_wrapper div.ce_text a:hover{
text-decoration: none;
  color: #18163F;
}

#overlay_wrapper div.ce_text ul li {
list-style-image: url("../../files/carhs/css/images/list.gif") ;
list-style-position:outside;
margin-left:40px;
}

#overlay_wrapper div.ce_text ul li:last-child {
margin-bottom:5px;
 }

#overlay_wrapper div.ce_text ul li ul li {
list-style-image: url("../../files/carhs/css/images/list_lv2.gif") ;
margin-left:20px;
}

a.submit a, a.button  {
  color:#FFF !important;
  text-decoration: none;
}

.button {
    background-color: #18163F;
    color:#FFF;
    border:0;
    padding:5px 10px 5px 10px;

    transition: background-color 0.3s;
    cursor: pointer;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.submit {
    background-color: #18163F;
    color:#FFF;
    border:0;
    padding:8px 12px 8px 12px;

    transition: background-color 0.3s;
    cursor: pointer;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.submit:hover, .button:hover {
    transition: background-color 0.3s;
    background-color: #e9282c;
        -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div.close-button {
width:32px;
height:32px;
position: absolute;
top: -10px;
right: -10px;
cursor: pointer;
background:url("../../files/carhs/css/images/close_button.png") no-repeat;
}

#main div.ce_text  {
line-height: 1.3;
font-weight: 300;
letter-spacing: 0.02em;
}

#main a {
   color: #18163F;
}

#main  a:hover{
text-decoration: none;
}

/* ###### NEWS ###########*/
#main div.layout_short {
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #D8d8d8;
}

#main .mod_newslist div.last  {
    border-bottom:0;
}


#main .layout_short p.info
{
  width:60px;
  height:60px;
  float:left;
  text-align:center;
  background: #18163F;
}

#main .layout_short .day
{
  display:block;
  margin:0;
  padding:0px 0 0 0;
  font-size:2em;
  color:#FAFAFA;
}

#main .layout_short .month
{
  top:-5px;
  position:relative;
  margin:0;
  padding:0;
  font-weight:700;
  font-size:.75em;
  color:#2980B9;
  letter-spacing:.1em;
}

#main .layout_short div.teaser {
margin-left: 0px;
}
#main .layout_short div.teaser p {
    margin:5px 0 10px 0;
}

#main .layout_short h2
{
   padding:0;
  margin:5px 0 0 0px !important;
}
#main .layout_short p.more
{
  margin:0 0 0 70px !important;
  
}

/*
#main .mod_newslist .more a:link,
#main .mod_newslist .more a:visited {
color:#000;
padding:4px 30px 4px 8px;
text-decoration:none;
border:1px solid #727272;
	background: url("../../files/carhs/css/icons/right.png") no-repeat center right;
    background-size: 32px;
    opacity:0.6;
    font-size: 16px;
    transition: opacity 0.3s;
 }
 
 
#main .mod_newslist p.more a:hover{
 opacity:1;
 transition: opacity 0.3s;
 }   */



 
/*
#main .mod_newslist p.more a
{
      color:#fff;
  background: #18163F;
  padding:5px 10px 5px 10px;
}      */


#main .layout_short .layout_latest
{
  margin:0 0 10px 0;
  padding:0 0 5px 0;
}

#main .mod_newslist div.block {
    margin-bottom:15px;
}

#main .mod_newslist h2 {
    margin:5px 0 0px 0;
}

#main .mod_newslist h2 a {
color:#18163f;
text-decoration: none;
font-weight: 700;
}
#main .mod_newslist h2 a:hover {
text-decoration: underline;          
}

#main .mod_newslist img.news-image {
    margin:10px 10px 0px 0
}

#main .readmore {
position: relative;
}

#main img.news-image {
    width: 100px;
}

#main img.news-image-open {
    width: 200px;
}

/*
#main .mod_newslist h2.toggle_h2 {
    background: url("../../files/carhs/css/icons/down.png") no-repeat center right 5px;
    background-size:32px;
    color:#000;
    cursor: pointer;
    margin:0; 
    line-height: 32px;
    transition: opacity 0.2s;
    opacity:1;
}  

#main .mod_newslist h2.toggle_h2:hover {
    opacity:0.7;
    text-decoration: underline;
    transition: opacity 0.2s;
}     



#main div.toggler > h1 {
    background: url("../../files/carhs/css/icons/down_normal.png") no-repeat center right 5px;
    cursor: pointer;
    margin:0;
    line-height: 32px;
}

#main div.toggler > h1:hover {
  background: url("../../files/carhs/css/icons/down_hover.png") no-repeat center right 5px;
}

#main div.teaser > p {
    margin-bottom:0;
}     */


/* ######## NEWSREADER ########*/

#main .mod_newsreader h2 {
  color:#18163f;
text-decoration: none;
font-weight: 700;
margin-bottom:0;
}
#main .mod_newsreader p.back a:link,
#main .mod_newsreader p.back a:visited {  
background: #FFF url("../../files/carhs/css/icons/left.png") no-repeat center left;
background-size: 32px;
 color:#18163F;
 display:block;
 float:left;
padding:4px 8px 4px 30px;
  margin-right:5px;
 text-decoration:none;
 opacity:0.8;
border:1px solid #808080;
font-weight: 700;
 
 }

#main .mod_newsreader p.back  a:hover{
 opacity:1;
 transition: opacity 0.3s;
 }


#main .mod_newsreader table td {
   vertical-align: top;
} 
 
#main .mod_newsreader table td:first-child {
  width: 160px;
}
/* 
#main .mod_newsreader span.date,
#main .mod_newslist span.date {

    padding-left:30px;
	background: url("../../files/carhs/css/icons/calendar.png") no-repeat center left;
    background-size: 32px;
    font-size: 16px;
}

#main .mod_newsreader span.time,
#main .mod_newslist span.time {
    margin-left:10px;
    padding-left:30px;
	background: url("../../files/carhs/css/icons/clock.png") no-repeat center left;
    background-size: 32px;
    font-size: 16px;
}
*/

#main  .form-checkbox span {
                    display: block;
} 

#main .mod_newsreader p.info,
#main .mod_newslist p.info {
 margin:0px 0 0 0px;
}


/*### NEWS #####*/

div.carhs-news .teaser p>img {
    float:left;
    margin:0 10px 10px 0 ;
    width:150px;
    height:auto;
}

div.carhs-news p.more {
   
}

div.carhs-news p.info span.time {
    display:none;
}

div.carhs-news-full .ce_text p>img {
    float:left;
    margin:0 10px 10px 0 ;
    width:150px;
    height:auto;
}

div.carhs-news-full span.time {
    display:none;
}
/* ####### PAGINATION ##############   */
#main .pagination {
     text-align: center;
}

#main .pagination ul{
border:0;
margin:20px 0 0 -40px;
padding:0;
width: 100%;
}

#main .pagination p:first-child {
   display: none;
}

#main .pagination li {
 margin:0; padding:0;
 font-size:16px;
 list-style:none !important;
 margin-right:2px;
 }
#main .pagination a{
border:1px solid #808080;
padding:0 5px 0 5px;
}

#main .pagination .next a,
#main .pagination .previous a {
 font-weight:700;

 }
#main .pagination .current{
 color:#FFF;
 font-weight:700;
 display:block;
 float:left;
 padding:6px 12px;
 border:1px solid #808080;
 margin-right:5px;
 opacity:1;
 background-color: #18163F;
 }
#main .pagination a:link,
#main .pagination a:visited {
background-color: #FFF;
 color:#18163F;
 display:block;
 float:left;
 padding:6px 12px;
  margin-right:5px;
 text-decoration:none;
 opacity:0.8;

 }
#main .pagination a:hover{
   opacity:1;
 }          
        
       


/* #### DOWNLOAD #### */

 
#main .ce_downloads li {
    list-style: none !important;
    margin: 0 !important;
}  

/* Bildergallery #### */

#main .ce_gallery li {
    list-style: none !important;
    margin: 0 !important;
}


     
div.slider-hidden .slider-prev {
    display: none;
}     

div.slider-hidden .slider-next {
    display: none;
}
     
     
.seminar-details th {
text-align: left;
}

.seminar-details td {
vertical-align: top;
}

#seminarliste th {
    background: #18163F url("../../files/carhs/css/icons/updown_weiss.png") no-repeat right 10px center; 
    border:1px solid grey;
    padding:3px 10px 3px 10px;
    font-size: 18px;  
    cursor: pointer;
    color:#FFF;
}

#seminarliste span.seminar_toggle {
cursor: pointer;
}

#seminarliste span.seminar_toggle:hover {
text-decoration: underline;
}


#seminarliste td  {
 padding:10px 5px 10px 5px; 
 border-top:1px solid grey; 
}


#seminarliste th:hover {
    background: #18163F  url("../../files/carhs/css/icons/updown_red.png") no-repeat right 10px center; 
}
     
     
/* ############## SEMINARE ############### */    
     
#tabs {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

#tabs ul.tabmenu li {
	float: left !important;
	margin:0 !important;
	list-style: none !important;   
}

#tabs ul.tabmenu li a {
	display: block;
	padding: 5px 10px 5px 10px;
	transition: background 0.3s;
	color:#fff;
	text-decoration: none;
	background: url("../../files/carhs/css/images/background_gray.gif") no-repeat right top; 
	
}

#tabs ul.tabmenu li a:hover {
	background: url("../../files/carhs/css/images/background_blue.gif") no-repeat right top;
transition: background 0.3s; }

#tabs_container {
	padding: 10px;
	overflow: hidden;
	position: relative;
	border-top:1px solid #808080;
	min-height: 250px;
	max-height: auto;
}

#tabs_container div {
	margin-right: 40px;
}

 .transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity:0;
	visibility: hidden;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;
    visibility: visible;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.tabulous_active {
  	background: url("../../files/carhs/css/images/background_blue.gif") no-repeat right top !important;
transition: background 0.3s; 
}


.tabulousclear {
	display: block;
	clear: both;

}

/*############# SEMINARE AKKORDEON 

div.toggler {
background: url("../../files/carhs/css/icons/down.png") no-repeat top right 5px;
    background-size:32px;
padding-right:32px;
    cursor: pointer; */
	
	

/*############## SEMIANRE */
#seminar h3 {

    margin: 0px;
    padding:0;
}

.mod_seminar_reader p.referent img {
    margin:0 10px 0px 0;
    float: left;
}



/* ===========================================
 * Form styles
 * ======================================== */
form h1,
form h2,
form h3,
form h4,
form h5,
form h6 {
	clear: both;
}
form p {
	position: relative;
	clear: both;
}
form p b.error,
form p.error {
	display: block;
	color: #e52f2f;
}

input,
textarea,
select {
	padding: 0.3em 0.3em 0.2em;
	margin: 3px;
	line-height: normal;
	border: 1px solid #dedede;
	border-bottom-color: #d4d4d4;
	-webkit-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	color: inherit;
	background: #fcfcfc;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 1px white;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 1px white;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 1px white;
}
.valid input,
.valid textarea {
	border-color: #7eba28;
}
.invalid input,
input.error,
.invalid textarea,
textarea.error {
	border-color: #e52f2f;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	/* multiple rules, because user agents are required to ignore a rule with an unknown selector */
	color: #b1b1b1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #b1b1b1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b1b1b1;
}
input::placeholder,
textarea::placeholder {
	color: #b1b1b1;
}
input:hover,
textarea:hover {
	border-color: #d4d4d4 #d4d4d4 #c7c7c7;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), inset 0 1px white;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), inset 0 1px white;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), inset 0 1px white;
}
input:focus,
textarea:focus {
	border-color: #808080;
}

input[type="text"],
input[type="search"],
input[type="email"] {
	outline: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="image"] {
	width: auto !important;
	height: auto !important;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input[type="checkbox"] {
	vertical-align: middle;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	height: 18px !important;
	width:18px !important;
	margin-right: 5px;
	background-color: #FFF;
	margin-bottom:5px !important;

}
input[type="radio"] {
	vertical-align: middle;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	background: none;
}

input[type="file"] {
	padding: 0;
	height: auto;
}

button,
input[type="submit"],
input[type="button"]  {
	margin-top: 1em;
}

textarea {
	height: 23px;
	resize: none;
	line-height: 1.5;
	outline: none;
	width: 50%;    
}

fieldset {
	margin: 0.5em 0;
	border: 0;
	padding:0.2em 0em 0.2em 1em;
	border-top: 1px solid #808080 ;

}
fieldset legend {
padding: 0 0.3em;
padding-bottom:5px;
font-size: 1.2em;

}
fieldset + br {
	/* Kill <br> that Contao injects */
	display: none;
}

#main form p {
	margin-top: 1em;
	margin-bottom: 1em;
}
#main form p b.error,
#main form p.error {

	margin: 10px 0 10px 0;
	font-size: 0.88889em;
}



#main label {
	display: block;
	margin-bottom: 0.0625em;
	line-height: 24px;      
}
#main label .mandatory {
	margin-left: 0.11111em;
	color: #e74c3c;
}
#main input[type="checkbox"] + label {
	display: inline;
}
#main fieldset p {
	margin: 0;
}
#main fieldset p b.error,
#main fieldset p.error {
	float: none;
	width: auto;
	margin: 0.5em 0;
}
#main fieldset label {
	display: inline;
	margin: 0;
}
#main fieldset label:after {
	/* add line break after label */
	content: "\A";
	white-space: pre;
}
#main input,
#main textarea,
#main select {
	width: 50%; 
}
#main select {
    width: auto;
}
#main fieldset {
    width:95%;
}

#main button,
#main input[type="submit"], #main input[type="button"] {
	width: auto;
}

.explanation p,
.captcha_text p {
	margin: 0;
}

.explanation {
	font-size: 0.77778em;
	margin: -0.85714em 0 1.71429em;
	color: #808080;
}

.captcha_text {
	display: block;
}
label .captcha_text {
	display: inline;
}


#main label {
    
}


/* ############# SHOP ############### */

/* PRODUKT LISTE */

#main div.product_list div.product {
    float: left;
    border: 1px solid #808080;
    margin: 5px;
    width: 210px;
    padding:0 5px 8px 8px;
    background-color:#fff;
    height: 300px;
    position: relative;
}

#main div.product_list div.details {
}

#main div.product_list div.submit_container {
    text-align: right;
    clear: both;
}

#main div.product_list div.sku {
display: none;
}

#main div.product_list h3 {
    font-size: 16px;
    line-height: 20px;
    height:35px;
}

#main div.product_list figure.image_container {
}

#main div.product_list div.sku, #main div.product_list div.details {
display: none;
}

#main div.product_list div.price {
font-weight: 700;
color: #18163F;
font-size: 18px;
/*position: absolute; */
bottom:5px;
right:10px;
top: 5px;
}

#main div.product_list div.teaser {
    font-size: 0.9em;
}


#main .product_list div.options label {
    float:left;
}

#main .product_list div.options select {
    width: 130px;
    text-align: center;
}

/* PRODUKT READER */

#main div.mod_iso_productreader div.product {
    position: relative;
}

#main div.mod_iso_productreader div.price {
font-weight: 700;
color: #18163F;
font-size: 22px;
}

#main div.mod_iso_productreader div.product h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

#main div.mod_iso_productreader div.sku {
    display: none;
}



/*
#main div.mod_iso_productreader div.offer  {
    position: absolute;
    top:40px;
    right:20px;
}

#main div.mod_iso_productreader div.submit_container {
      position: absolute;
    top:120px;
    right:20px;
    text-align: right;
}

#main div.mod_iso_productreader div.options  {
            position: absolute;
    top:170px;
    right:20px;
    text-align: right;
}
   */
   
#main div.mod_iso_productreader div#buying {
    position:absolute;
    top:50px;
    right:20px;
    text-align: left;
}  

#main div.mod_iso_productreader div#buying div {
    margin-bottom:5px;
} 

#main div.mod_iso_productreader div.price {
    padding-bottom:10px;
}
   
/*#main .mod_iso_productreader div.quantity_container label, #main .mod_iso_productreader div.options label {
    float:left; 
}*/

#main .mod_iso_productreader div.quantity_container input {
    width: 30px;
    text-align: center;
}

 #main .mod_iso_productreader div.options select {
     width: 300px;
 }

#main div.mod_iso_productreader div.description {
    border: 1px solid #808080;
    padding:0px 10px 10px 10px;
    margin:180px 0 20px 0;
}


/* ########## WARENKORB ########## */

#main div.mod_iso_cart  {

}


/* ####### WARENKORB TABELLE ######### */

#main table.shopping_cart {
border-collapse: collapse;
width: 100%;
margin-top: 30px;
}

#main table.shopping_cart td {
    padding: 5px;
}

#main table.shopping_cart tr.product td {
       border-bottom:1px solid #808080;

}

#main table.shopping_cart th {
    text-align: right;
    padding: 5px;
    border-bottom:1px solid #808080;

}

#main table.shopping_cart td.image {
    width:100px;
}

#main table.shopping_cart td.quantity {
    width:50px;
    text-align: center;
}

#main table.shopping_cart td.price {
    width:80px;
    text-align: right;
}

#main table.shopping_cart td.total{
    width:80px;
    text-align: right;
}

#main table.shopping_cart td.name {
    width: 250px;
    font-size: 18px;
}

#main table.shopping_cart td.tax {
display: none;
}

#main table.shopping_cart td.quantity input {
        width: 30px;
    text-align: center;
}

#main table.shopping_cart li {
    list-style: none;
    margin: 0;
    margin-left: 10px;
    font-size: 14px;
}

#main div.submit_container {
   
}

/* ############ KASSE ############### */

#main .mod_iso_checkout h2 {
    font-size:28px;
    line-height: 30px;
    margin-bottom: 20px;
}

#main .mod_iso_checkout  div.steps {
      background-color: #18163F;
      margin-bottom: 20px;
}

#main .mod_iso_checkout form {
margin:0 20px 0 20px;
}

#main .mod_iso_checkout  div.steps ol {
       margin: 0;
       padding: 0;
        list-style-position:inside;
}

#main .mod_iso_checkout  div.steps ol li {
 float: left;
 padding:5px 40px 5px 10px;
 background-color: #18163F;
 color: #FFF;
 font-weight: 700;
  list-style-position:inside;
}

#main .mod_iso_checkout  div.steps ol li.active {
background-color:#e9282c;
}

#main .mod_iso_checkout  div.steps ol li.passed a  {
    color:  #fff;
}


div.orderconditionsafterproducts {margin-top:50px; border-top:1px solid grey;}

div.orderconditionsafterproducts fieldset {border:none;}



/* BESTAETIGUNG */


#main .review a.edit  {
    display: none;
}

#main div.info_container {
    float: left;
    margin-right: 20px;
    border:1px solid #808080;
}

#main div.info_container h3 {
color:#FFF;
background-color: #18163F;
padding:5px;
margin-top: 0;
}

#main div.info_container div.info {
    padding:0 10px 10px 10px;
}


#main .pdf_link {
    position: absolute;
    top:10px;
    right:20px;
}
#main .pdf_link a {
    display: block;
}

#main .print {
    position: absolute;
    top:0px;
    right:20px;
} 

#main .print img {
    height:20px;
}

#main .mod_article .print a img:hover {

}


/* ######### BESTAETIGUNG ######### */

#main .mod_iso_orderdetails h2 {
    font-size:28px;
    line-height: 30px;
    margin-bottom: 20px;
}

#main .mod_iso_orderdetails > h2:first-child {
    display: none;
}

#main .mod_iso_orderdetails div.downloads li {
list-style-image: url("../../files/carhs/css/icons/download.png") ;
line-height: 16px;
list-style-position: outside;
font-size: 18px;
margin-bottom: 10px;
font-size: 12px ;     
}

#main .mod_iso_orderdetails div.downloads li a {
      text-transform: capitalize;
      font-size: 18px !important;
}

#main .mod_iso_orderdetails div.downloads {
    margin-bottom: 30px;
}

#main .mod_iso_orderdetails .info_container {
    display: none;
}


/* ###### ############# ########## */
/* ###### SEMINAR GUIDE ########## */
.guide {
    margin-bottom: 20px;
}

.guide div.toggler {

 padding:10px; font-weight: 700;  border:0;  padding-left: 50px ; font-size: 1.2em;  cursor: pointer;   
}

.guide div.accordion {
   
   padding: 5px 0 0 0px;
}


.acc_electromobility div.toggler { background:url("../../files/carhs/css/icons/seminar/electromobility.png") no-repeat;  }
.acc_electromobility div.toggler span{ background: url("../../files/carhs/css/icons/down.png") no-repeat top right 5px;
background-size:32px;
padding-right:32px;
cursor: pointer;  }

.acc_dummies div.toggler { background:url("../../files/carhs/css/icons/seminar/dummies.png") no-repeat;  }
.acc_dummies div.toggler span{ background: url("../../files/carhs/css/icons/down.png") no-repeat top right 5px;
background-size:32px;
padding-right:32px;
cursor: pointer;  }

.acc_frontaufprall div.toggler {background: url("../../files/carhs/css/icons/seminar/frontaufprall.png") no-repeat; }
.acc_frontaufprall div.toggler span{ background: url("../../files/carhs/css/icons/down.png") no-repeat top right 5px;
background-size:32px;
padding-right:32px;
cursor: pointer;  }

.acc_seitenaufprall div.toggler { background: url("../../files/carhs/css/icons/seminar/seitenaufprall.png") no-repeat; }
.acc_seitenaufprall div.toggler span{ background: url("../../files/carhs/css/icons/down.png") no-repeat top right 5px;
background-size:32px;
padding-right:32px;
cursor: pointer;  }

.acc_heckaufprall div.toggler { background: url("../../files/carhs/css/icons/seminar/heckaufprall.png") no-repeat; }
.acc_heckaufprall div.toggler span{ background: url("../../files/carhs/css/icons/down.png") no-repeat top right 5px;
background-size:32px;
padding-right:32px;
cursor: pointer;  }

.acc_fussgaenger div.toggler {background: url("../../files/carhs/css/icons/seminar/pedestrian.png") no-repeat; }
.acc_fussgaenger div.toggler span{ background: url("../../files/carhs/css/icons/down.png") no-repeat top right 5px;
background-size:32px;
padding-right:32px;
cursor: pointer;  }

.acc_karosserie div.toggler { background: url("../../files/carhs/css/icons/seminar/karosserie.png") no-repeat; }
.acc_karosserie div.toggler span{ background: url("../../files/carhs/css/icons/down.png") no-repeat top right 5px;
background-size:32px;
padding-right:32px;
cursor: pointer;  }

.acc_interieur div.toggler { background:url("../../files/carhs/css/icons/seminar/interieur.png") no-repeat; }
.acc_interieur div.toggler span{ background: url("../../files/carhs/css/icons/down.png") no-repeat top right 5px;
background-size:32px;
padding-right:32px;
cursor: pointer;  }

.acc_rueckhalte  div.toggler { background: url("../../files/carhs/css/icons/seminar/rueckhalte.png") no-repeat; }
.acc_rueckhalte  div.toggler span{ background: url("../../files/carhs/css/icons/down.png") no-repeat top right 5px;
background-size:32px;
padding-right:32px;
cursor: pointer;  }

.acc_vorschriften div.toggler { background: url("../../files/carhs/css/icons/seminar/rules.png") no-repeat; }
.acc_vorschriften div.toggler span{ background: url("../../files/carhs/css/icons/down.png") no-repeat top right 5px;
background-size:32px;
padding-right:32px;
cursor: pointer;  }

.acc_vermeidung div.toggler { background: url("../../files/carhs/css/icons/seminar/vermeidung.png") no-repeat; }
.acc_vermeidung div.toggler span{ background: url("../../files/carhs/css/icons/down.png") no-repeat top right 5px;
background-size:32px;
padding-right:32px;
cursor: pointer;  }

.acc_werkstoffe div.toggler {background: url("../../files/carhs/css/icons/seminar/werkstoffe.png") no-repeat; }
.acc_werkstoffe div.toggler span{ background: url("../../files/carhs/css/icons/down.png") no-repeat top right 5px;
background-size:32px;
padding-right:32px;
cursor: pointer;  }


.acc_noise  div.toggler { background: url("../../files/carhs/css/icons/seminar/noise.png") no-repeat; }
.acc_noise  div.toggler span{ background: url("../../files/carhs/css/icons/down.png") no-repeat top right 5px;
background-size:32px;
padding-right:32px;
cursor: pointer;  }

.acc_durability div.toggler { background: url("../../files/carhs/css/icons/seminar/durability.png") no-repeat; }
.acc_durability div.toggler span{ background: url("../../files/carhs/css/icons/down.png") no-repeat top right 5px;
background-size:32px;
padding-right:32px;
cursor: pointer;  }

.acc_caemethods div.toggler { background: url("../../files/carhs/css/icons/seminar/caemethods.png") no-repeat; }
.acc_caemethods div.toggler span{ background: url("../../files/carhs/css/icons/down.png") no-repeat top right 5px;
background-size:32px;
padding-right:32px;
cursor: pointer;  }

.acc_caebasics div.toggler {background: url("../../files/carhs/css/icons/seminar/caebasics.png") no-repeat; }
.acc_caebasics div.toggler span{ background: url("../../files/carhs/css/icons/down.png") no-repeat top right 5px;
background-size:32px;
padding-right:32px;
cursor: pointer;  }

.acc_unfallanalyse div.toggler { background: url("../../files/files/carhs/css/icons/seminar/unfallanalyse.png") no-repeat; }
.acc_unfallanalyse div.toggler span{ background: url("../../files/files/carhs/css/icons/down.png") no-repeat top right 5px;
background-size:32px;
padding-right:32px;
cursor: pointer;  }

/* TICKER */


.BreakingNewsController{margin-top:3px; margin-bottom:8px; width:100%; overflow:hidden; background:#FFF; height:auto; position:relative;}
.BreakingNewsController .bn-title{display:inline-block; float:left; padding:10px 20px; background:#18163f; color:#FFF; font-size:18px;}
.BreakingNewsController .bn-title a{ color:#FFF; font-size:18px; text-decoration: none; font-weight: 700 !important;}

.BreakingNewsController .bn-title a:hover{ text-decoration: underline;}

.BreakingNewsController ul{padding:0; margin:0; display:block; list-style:none; position:absolute; left:180px; right:50px;}
.BreakingNewsController ul li{list-style:none; padding:10px 20px; display:none;}
.BreakingNewsController ul li a{text-decoration:none; color:#333; display:inline-block; overflow:hidden; padding:0; font-weight: 700 !important;}
.BreakingNewsController .bn-arrows{display:inline-block; float:right; width:80px; position:absolute; right:10px; top:0; bottom:0;}  
.BreakingNewsController .bn-arrows span{display:block; width:20px; position:absolute; top:0; bottom:0; cursor:pointer; opacity:0.5;}
.BreakingNewsController .bn-arrows span:hover{opacity:1;}
.BreakingNewsController .bn-arrows-left{ right:20px; background:url("../../files/carhs/css/images/bn-arrows.png") left center no-repeat;}
.BreakingNewsController .bn-arrows-right{right:0px; background:url("../../files/carhs/css/images/bn-arrows.png") right center no-repeat;}
.BreakingNewsController .bn-rss-icon{ padding-top:11px; left:0px;}

.easing a, .easing span{transition:.25s linear; -moz-transition:.25s linear; -webkit-transition:.25s linear;}


td.newsbild img {
    
 width:150px;
    height:auto;
}

 /* ####### Recommend ########## */

 body.subpage-seminare div.seminar_empfehlung {
            position: absolute;
       left:20px;
       top:150px;
 }

 body.subpage-wissen div.seminar_empfehlung {
            position: absolute;
       left:20px;
       top:280px;
 }


div.seminar_empfehlung ul {
       list-style: none !important;
       margin:0 !important;

}

div.seminar_empfehlung li {
    list-style: none !important;
    margin:0 !important;
    }

    div.seminar_empfehlung img {
        width:180px;
        height: 120px;
    }
    
    
form.umfrage fieldset {
    border:0;
    padding:0;
    clear: both;
}  
form.umfrage fieldset legend {
    margin:0;
    padding:5px 10px 5px 10px;
    background-color: #18163f;
    color:#fff;
    width: 100%;
    margin:10px 0 10px 0;
}    

form.umfrage fieldset span {
    float: left;

    margin:0 20px 30px 10px;

}

form.umfrage fieldset input {
    margin-right:5px;
}




 div.offcanvas a {
     
  display: none;   
 }



/* ######### MOBILE VERSION #############       */
@media only screen and (max-width: 950px) {
    
div.inside
{
	margin:0;
        
}

body {

background: none !important;
   background: #d0d0d0 !important;


}
    
    
    body[class*=home] #main .mod_article
{
    min-height: 0px;
	margin:20px 0px 0px 0px;

}  
    
    
    .BreakingNewsController{width:720px !important; margin:0 15px 0 15px;}
    .BreakingNewsController .bn-rss-icon { display:none;}
    
    
    #content {padding-bottom: 0px;}
    
        div.offcanvas a {
        display: block;
       top:5px;
            left:10px;
        height: 32px;
        width: 32px;
        background: url("../../files/carhs/css/icons/menu.png") no-repeat center center;
       position: absolute;
       
    }

    
    div.offcanvas a:hover {
      background: url("../../files/carhs/css/icons/menu-hover.png") no-repeat center center;  
    }
 
    
    body.lang-zh #wrapper 
    {   height: 100%;
    height: auto;
    min-height: 100%;
	background: none;
    background-color:#FFF;
}
    
        body.lang-de #wrapper 
    {   height: 100%;
    height: auto;
    min-height: 100%;
	background: none;
    background-color:#FFF;
}
    
    body.lang-en #wrapper 
    {   height: 100%;
    height: auto;
    min-height: 100%;
	background: none;
    background-color:#FFF;
}
    
    body[class*=home] #wrapper {
      background-color:#f2f2f2;  
        
    }
    
    #logo-big { 
     margin-left: 60px;   
    }


div.inside
{
	margin:0;
	position: relative;
}

#wrapper {
  	margin: 0;
	width:750px;
    min-width: 750px;
}

#header
{
    background: #18163F url("../../files/carhs/css/images/bg-header.gif") repeat-x ;
	height:90px;
	width: 750px;
	z-index: 999;
    position:relative;
}
    
     div.seminar_empfehlung { 
         display: none;
     }



 
#header .inside
{
	width:750px;
	position: relative;
  
}

#header .mod_search {
position: absolute;
left: 360px;
top: 45px;
}

#header nav#lang-switch {
position: absolute;
right:15px;
top: 45px;
}

#header-nav {
background-color: transparent;
height: 30px;
line-height: 30px;
padding-left: 10px;
position: absolute;
right:25px;
top: 5px;
color:#fff;
}

#header-nav a {
    color:#fff;
    font-weight: 700;
}

#header .mod_breadcrumb
{
       display: none;
}

#main {
  width:750px;
  clear: both;
  min-height: 0;

}

#main .inside
{
	width: 750px;
	overflow: visible;
	min-height:650px;

}

#header nav.seminare,
#header nav.konferenzen,
#header nav.wissen
{
	width: 250px;
    float:left;
    display: none;
    
}
/*
#header nav.seminare a,
#header nav.konferenzen a,
#header nav.wissen a,
#header nav.seminare span,
#header nav.konferenzen span,
#header nav.wissen span
{   color:#fff;
	padding:2px 10px;
}

#header nav ul li ul li{
	float: none;
    width:250px;
}

a.parent-item,
span.parent-item
{
 font-size: 24px;
} */

body[class*="subpage"] #main .mod_article {
background: #FFF;
margin:0px;
margin-bottom: -10px;
min-height: 300px;
padding: 20px 20px 20px 20px;
width: 710px;
}
  nav.wissen,
 nav.konferenzen,
nav.seminare,
 nav.wissen,
 nav.konferenzen,
nav.seminare
{
    margin-left: 0px !important;
}

/* CSS MENU 
body.subpage-wissen #header nav.wissen ul li ul li {
    visibility: hidden; display: none;

}
body.subpage-konferenzen #header nav.konferenzen ul li ul li {
    visibility: hidden;display: none;


}
body.subpage-seminare #header nav.seminare ul li ul li  {
    visibility: hidden;display: none;
}*/
    
nav.wissen ul li ul li,
 nav.konferenzen ul li ul li,
nav.seminare ul li ul li {
 display:none;   
}
    
    
    



#footer
{
	background: #18163F;
    position: relative;
	height: 30px;
	clear:both;
	padding-top:10px;
	width:750px;
    margin:0;
}
    




#footer .inside {
text-align: center;
width: 710px;
    position: relative;
}
    
#footer .mod_navigation {
    position: absolute;
    top:0px;
    right:20px;
}

#header nav {
    z-index: 999;
    
}   
    
    
    section.smallzones {margin:20px 10px 0 10px;} 
    
    section.smallzones div.last {
   
    }
    
    section.largezone_left div.col_1 {
        width:100% !important;
    
    }
    
    section.largezone_left div.col_2 {
     display:none !important;   
    }
    
    section.largezone_left div.ce_image{
     margin-top:0 !important;  
        text-align: center;
    }
    
     .largezone {
      display: none;   
     }

    
    #footer_news .inside
{
	width:730px;
}
    
   
@media only screen and (max-width: 850px) {
    #wrapper, #footer {
     margin:0;   
    }
    
}

}








/* Main */
#main nav.seminare,
#main nav.konferenzen,
#main nav.wissen
{
/* 	transition: top 0.5s; */
/* 	-webkit-transition: top 0.5s; /* Safari */	 */
}
/* Header */
#header
{
	height:40px;
	/*
	background-color: transparent;
	background-image: url("/files/carhs/images/konferenzen/head_back2.png");
	background-repeat: repeat-x;   */
	position: fixed;
	z-index: 999;
	width: 100%;
	top:0;


}
#logo-small
{
    margin-top: 5px;
    float: left;
    width: 100px;
}

#header nav,
#header nav a,
#header nav span
{
	color:#fff;
	display:block;

}
#header nav.seminare,
#header nav.konferenzen,
#header nav.wissen
{
	width: 200px;
    float:left;
	z-index:50;

}
#header nav.seminare
{
	margin-left:180px;
}
#header nav.konferenzen
{
    margin-left:0px;
}
#header nav.wissen
{
    margin-left:0px;
}

a.parent-item,
span.parent-item
{
 font-size: 24px;
}

#header nav.seminare li,
#header nav.konferenzen li,
#header nav.wissen li
{
	border-bottom:1px solid #fff;
}
#header nav.seminare li.last,
#header nav.konferenzen li.last,
#header nav.wissen li.last
{
	border-bottom:0px solid #fff;
}
#header nav.seminare a,
#header nav.konferenzen a,
#header nav.wissen a,
#header nav.seminare span,
#header nav.konferenzen span,
#header nav.wissen span
{
	padding:0px 10px 4px 10px;
	font-weight: normal;

}
#header nav.seminare a,
#header nav.seminare span
{
	background: #921f2c;
	/*  background: #c0392b;  */
}
#header nav.seminare ul ul a.last,
#header nav.seminare ul ul span.last
{
	background: none;
	background: url("../../files/carhs/css/images/seminare_back_color.gif") no-repeat right bottom;
    height: 25px;
}
#header nav.konferenzen a,
#header nav.konferenzen span
{
	/* background: #FFA900; */
	background: #f39c12;
}
#header nav.konferenzen ul ul a.last,
#header nav.konferenzen ul ul span.last
{
	background: none;
	background: url("../../files/carhs/css/images/konferenzen_back_color.gif") no-repeat right bottom;
    height: 34px;
}
#header nav.wissen a,
#header nav.wissen span
{
/*	background: #007089;  */
background: #2980b9;
}
#header nav.wissen ul ul a.last,
#header nav.wissen ul ul span.last
{
	background: none;
	background: url("../../files/carhs/css/images/wissen_back_color.gif") no-repeat right bottom;
    height: 25px;
}
  /* HOVER GRAU
#header nav ul ul a.last:hover,
#header nav ul ul span.last:hover
{
    	background: url("../../files/carhs/images/back_hover.gif") no-repeat right bottom;
}

#header nav ul li ul li a:hover {
 background-color: #808080;
}      */

#header nav.seminare ul li ul li a:hover,
#header nav.seminare ul li ul li span:hover {
/* background-color: #e74c3c; */
background-color: #c0392b; }
#header nav.seminare ul li ul li a.last:hover,
#header nav.seminare ul li ul li span.last:hover {
background: url("../../files/carhs/css/images/seminare_back_hover.gif") no-repeat right bottom; }

#header nav.konferenzen ul li ul li a:hover,
#header nav.konferenzen ul li ul li span:hover {
background-color: #f1c40f; }
#header nav.konferenzen ul li ul li a.last:hover,
#header nav.konferenzen ul li ul li span.last:hover {
background: url("../../files/carhs/css/images/konferenzen_back_hover.gif") no-repeat right bottom; }

#header nav.wissen ul li ul li a:hover,
#header nav.wissen ul li ul li span:hover {
background-color: #3498db; }
#header nav.wissen ul li ul li a.last:hover,
#header nav.wissen ul li ul li span.last:hover {
background: url("../../files/carhs/css/images/wissen_back_hover.gif") no-repeat right bottom; }

#header nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
/* CSS HEIGHT TRANSFORM MENU */
#header nav ul li ul li {
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-in ;
	-moz-transition: max-height 0.3s ease-in ;
	transition: max-height 0.3s ease-in ;
	visibility: hidden;
    }


/*  ###  CSS HOVER   ###
#header nav ul li:hover > ul {
    visibility: visible;
     opacity:1
}      */

#header nav ul li ul{
  /*  display: none;
    position: absolute;
    padding:0px;
  ### Animation mit CSS  ###
    display:inline;
    visibility: hidden;
    opacity:0;
    -webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition:opacity 0.2s linear, visibility 0.2s linear;
    -o-transition:opacity 0.2s linear, visibility 0.2s linear;
    transition:opacity 0.2s linear, visibility 1.2s linear;  */
}
#header nav ul li ul li{
	float: none;
    width:200px;
}

#header nav ul li ul li a {
    color: #FAFAFA;
}

#header .mod_navigation li a,
#header .mod_navigation li span
{
	color:#fff;
	font-size: 14px;
}
#header .mod_navigation li a:hover
{
	text-decoration: none;
}
#header .mod_navigation li:after
{
    content: "";
}
#header .mod_navigation li
{
    display: block;
}

#header nav ul li:hover > ul li {
    max-height:300px;
    visibility: visible;
    -webkit-transition: max-height 0.5s ease-in ;
	-moz-transition: max-height 0.5s ease-in ;
	transition: max-height 0.5s ease-in ;

}

/* Main */
body.subpage #main .inside {
    padding-top: 20px;
    z-index: 99;
    position: relative;
    margin-top: 40px;
}

body.konferenz #main .mod_article {
    margin: 23px 0px 0px 10px;
    padding:20px;
    padding-left:250px;
}

#main div#konferenz_date
{
	font-size: 20px;
	background-color: #fff;
	min-height: 0;
	padding:0px 0px 0px 20px;
	width: 960px;
	height:30px;
}

#main div#konferenz_date p {
    margin: 0;
    padding: 0;
    line-height: 30px;
}

#main nav
{
	font-size: 18px;
}

#main nav.left li.first
{
    padding-top:1px;
}

#main nav.left
{
	position:absolute;
	top:210px;
	left:30px;
}
#main nav.left li a,
#main nav.left li span
{
    display: block;
    margin: 0 0px;
    padding:6px 8px 6px 8px;
    width: 184px;
    transition: background-color 1.2s;
    color:#fff;
}

#main nav li a.trail,
#main nav li span
{
	color:#fff;
}

#main nav.right
{
margin-bottom:10px;
border-bottom:1px solid #808080;
}
#main div.mod_article nav.right li
{
	float:left;
	margin-right:0px;
	background: url("../../files/carhs/css/images/background_gray.gif") no-repeat right top; 
	padding:5px;
	list-style:none;
	margin: 0;
	
}

#main nav.right li a
{
	padding: 5px;
	transition: background 0.3s;
	color:#fff;
}

#main nav.right li span
{
	padding: 5px;
	color:#fff;
}

#main div#sponsoren  {
margin:0;
padding:10px 5px 26px 10px;
position:absolute;
top:620px;
left:30px;
width:180px;
min-height:0px;
background: url("../../files/carhs/css/images/bg_sponsoren.png") no-repeat right bottom;
}

/* RAHMEN STATISCHE SPONSOREN */
#main div#sponsoren img {
       border:2px solid transparent;
    border-color: transparent;
    transition: border-color 0.2s;
    padding:2px;
    }
    
#main div#sponsoren img:hover {
          border-color: grey;
    transition: border-color 0.2s;
    }


/* #main section.partner img { */
#main section.partner img,
#main section.sponsoren img{
    border:2px solid transparent;
    border-color: transparent;
    transition: border-color 0.2s;
    padding:2px;
}

#main section.partner img:hover,
#main section.sponsoren img:hover {
    border-color: grey;
    transition: border-color 0.2s;
}


body.konferenz .program-title {
border-top: 1px solid grey;
border-bottom: 1px solid grey;
padding:3px;
}

body.konferenz div.toggler {
background: url("../../files/carhs/css/icons/down.png") no-repeat top right 5px;
    background-size:32px;
padding-right:32px;
    cursor: pointer;
}




/* ######### SAFETYWEEK ############ */

a.anchor {
display:block;
position: relative;
top: -90px;
visibility: hidden;
} 

/*h4 a[anchor] {
display:block;
height: 90px;
}

h4 a {
	display:none;
}

h4[id] {
	margin-top: 0;
	padding-top: 0;
}*/


body.safetyweek #wrapper {
                background-image: url("/files/carhs/images/konferenzen/safetyweek/website/SafetyWeek2018_0435_web_bg.jpg");
				background-repeat: repeat;
                background-color:#143771;   }  
				
            
body.safetyweek #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/safetyweek/website/logo-SW.svg") no-repeat center center;
    width:535px;
    height:94px; 
   margin-left: -56px;
    }
    
body.safetyweek #main .konferenz_logo_en {
    background: url("/files/carhs/images/konferenzen/safetyweek/website/logo-SW.svg") no-repeat center center;
    width:535px;
    height:94px;
   margin-left: -56px;
    }

body.safetyweek #main .mod_article {
    min-height: 750px;
}
    
body.safetyweek #main nav.left li  {
	background-color: #ffa900; 
	opacity:1;
border-bottom:1px solid #fff;}
	
body.safetyweek #main nav.left li a:hover,
body.safetyweek #main nav.left li span:hover {
background-color: #FFBD07;
transition: background-color 0.2s;  }

body.safetyweek #main nav.left span.trail,
body.safetyweek #main nav.left span.active,
body.safetyweek #main nav.left a.trail,
body.safetyweek #main nav.left a.active {
  background-color: #FFBD07; }
 
/*body.safetyweek #main nav.left div.menu_image {
	height:16px;
	width:200px;
    background: url("/files/carhs/images/konferenzen/safetyweek/website/safetyweek_menu_image.gif") no-repeat right bottom;  } */
    
body.safetyweek #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/safetyweek/website/safetyweek_menu_hover.gif") no-repeat right top; }
	
body.safetyweek #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/safetyweek/website/safetyweek_menu_hover.gif") no-repeat right top;
transition: background 0.3s; }

body.safetyweek #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/safetyweek/website/list_safety.gif")
}

body.safetyweek h2, body.safetyweek h6 {
    color:#ff9900;
}


body.safetyweek #main div#sponsoren  {
  top:700px;
left:30px;  
}
/*
body.safetyweek #main .mod_newslist p.info
{  background: #ffa900; }

body.safetyweek #main .mod_newslist .day
{ color:#FAFAFA; }

body.safetyweek #main .mod_newslist .month
{ color:#FAFAFA; }     */

/* ######### SAFETYTESTING SAFETYWEEK ############ */


body.safetyweektesting #wrapper {
                background-image: url("/files/carhs/images/konferenzen/safetyweek/website/bgtesting.jpg");
				background-repeat: repeat;
                background-color:#143771;   } 

body.safetyweektesting #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/safetyweek/website/logo-SW.svg") no-repeat center center;
    width:535px;
    height:94px; 
   margin-left: -56px;
    }
    
body.safetyweektesting #main .konferenz_logo_en {
    background: url("/files/carhs/images/konferenzen/safetyweek/website/logo-SW.svg") no-repeat center center;
    width:535px;
    height:94px; 
   margin-left: -56px;
    }

body.safetyweektesting #main .mod_article {
    min-height: 750px;
}
    
body.safetyweektesting #main nav.left li  {
	background-color: #ffa900; 
	opacity:1;
border-bottom:1px solid #fff;}
	
body.safetyweektesting #main nav.left li a:hover,
body.safetyweektesting #main nav.left li span:hover {
background-color: #FFBD07;
transition: background-color 0.2s;  }

body.safetyweektesting #main nav.left span.trail,
body.safetyweektesting #main nav.left span.active,
body.safetyweektesting #main nav.left a.trail,
body.safetyweektesting #main nav.left a.active {
  background-color: #FFBD07; }
 
/*body.safetyweektesting #main nav.left div.menu_image {
	height:16px;
	width:200px;
    background: url("/files/carhs/images/konferenzen/safetyweek/website/safetyweek_menu_image.gif") no-repeat right bottom;  } */
    
body.safetyweektesting #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/safetyweek/website/safetyweek_menu_hover.gif") no-repeat right top; }
	
body.safetyweektesting #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/safetyweek/website/safetyweek_menu_hover.gif") no-repeat right top;
transition: background 0.3s; }

body.safetyweektesting #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/safetyweek/website/list_safety.gif")
}


body.safetyweektesting #main div#sponsoren  {
  top:700px;
left:30px;  
}
/* ######### AUTONOMOBILE SAFETYWEEK ############ */


body.safetyweekautonomobil #wrapper {
                background-image: url("/files/carhs/images/konferenzen/safetyweek/website/bgautonomobil.jpg");
				background-repeat: repeat;
                background-color:#143771;   } 

body.safetyweekautonomobil #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/safetyweek/website/logo-SW.svg") no-repeat center center;
    width:535px;
    height:94px; 
   margin-left: -56px;
    }
    
body.safetyweekautonomobil #main .konferenz_logo_en {
    background: url("/files/carhs/images/konferenzen/safetyweek/website/logo-SW.svg") no-repeat center center;
    width:535px;
    height:94px; 
   margin-left: -56px;
    }

body.safetyweekautonomobil #main .mod_article {
    min-height: 750px;
}

body.safetyweekautonomobil h2, body.safetyweekautonomobil h6 {
    color:#ff9900;
}
    
body.safetyweekautonomobil #main nav.left li  {
	background-color: #ffa900; 
	opacity:1;
border-bottom:1px solid #fff;}
	
body.safetyweekautonomobil #main nav.left li a:hover,
body.safetyweekautonomobil #main nav.left li span:hover {
background-color: #FFBD07;
transition: background-color 0.2s;  }

body.safetyweekautonomobil #main nav.left span.trail,
body.safetyweekautonomobil #main nav.left span.active,
body.safetyweekautonomobil #main nav.left a.trail,
body.safetyweekautonomobil #main nav.left a.active {
  background-color: #FFBD07; }
 
/*body.safetyweekautonomobil #main nav.left div.menu_image {
	height:16px;
	width:200px;
    background: url("/files/carhs/images/konferenzen/safetyweek/website/safetyweek_menu_image.gif") no-repeat right bottom;  } */
    
body.safetyweekautonomobil #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/safetyweek/website/safetyweek_menu_hover.gif") no-repeat right top; }
	
body.safetyweekautonomobil #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/safetyweek/website/safetyweek_menu_hover.gif") no-repeat right top;
transition: background 0.3s; }

body.safetyweekautonomobil #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/safetyweek/website/list_safety.gif")
}


body.safetyweekautonomobil #main div#sponsoren  {
  top:700px;
left:30px;  
				

/* ######### SAFETYEXPO SAFETYWEEK ############ */
				
body.safetyweekexpo #wrapper {
                background-image: url("/files/carhs/images/konferenzen/safetyweek/website/bgexpo.jpg");
				background-repeat: repeat;
                background-color:#143771;   }  
				
body.safetyweekexpo #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/safetyweek/website/logo-SW.svg") no-repeat center center;
    width:535px;
    height:94px; 
   margin-left: -56px;
    }
    
body.safetyweekexpo #main .konferenz_logo_en {
    background: url("/files/carhs/images/konferenzen/safetyweek/website/logo-SW.svg") no-repeat center center;
    width:535px;
    height:94px; 
   margin-left: -56px;
    }

body.safetyweekexpo #main .mod_article {
    min-height: 750px;
}
    
body.safetyweekexpo #main nav.left li  {
	background-color: #ffa900; 
	opacity:1;
border-bottom:1px solid #fff;}}
	
body.safetyweekexpo #main nav.left li a:hover,
body.safetyweekexpo #main nav.left li span:hover {
background-color: #FFBD07;
transition: background-color 0.2s;  }

body.safetyweekexpo #main nav.left span.trail,
body.safetyweekexpo #main nav.left span.active,
body.safetyweekexpo #main nav.left a.trail,
body.safetyweekexpo #main nav.left a.active {
  background-color: #FFBD07; }
 
/*body.safetyweekexpo #main nav.left div.menu_image {
	height:16px;
	width:200px;
    background: url("/files/carhs/images/konferenzen/safetyweek/website/safetyweek_menu_image.gif") no-repeat right bottom;  } */
    
body.safetyweekexpo #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/safetyweek/website/safetyweek_menu_hover.gif") no-repeat right top; }
	
body.safetyweekexpo #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/safetyweek/website/safetyweek_menu_hover.gif") no-repeat right top;
transition: background 0.3s; }

body.safetyweekexpo #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/safetyweek/website/list_safety.gif")
}


body.safetyweekexpo #main div#sponsoren  {
  top:700px;
left:30px;  
}

/* ######### CAE ############ */

body.caegc #wrapper {
        background-color: #f2f2f2;
        background-image: url("/files/carhs/images/konferenzen/caegc/website/background.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;  		}
        
body.caegc #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/caegc/website/CAE_GrandChallenge_Logo_new.png") no-repeat center center;
    width:159px;
    height:96px;
    margin-left: 10px;
}
body.caegc h1, body.caegc h2, body.caegc h5, body.caegc h6 {
    color:#b50204;
}     

body.caegc h4 {
    color:#716e6f;
}
body.caegc #main .mod_article {
    min-height: 550px;
}
 
body.caegc #main nav.left li {
	background-color: #b50204; 
}
body.caegc #main nav.left li a:hover,
body.caegc #main nav.left li span:hover {
background-color: #C0392B;
transition: background-color 0.2s;  }

body.caegc #main nav.left span.trail,
body.caegc #main nav.left span.active,
body.caegc #main nav.left a.trail,
body.caegc #main nav.left a.active {
  background-color: #C0392B; 
  } 
body.caegc #main nav.left div.menu_image {
	height:16px;
	width:200px;
      background: url("/files/carhs/images/konferenzen/caegc/website/menu_image.gif") no-repeat right bottom;  }      
body.caegc #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/caegc/website/menu_hover.gif") no-repeat right top; }

body.caegc #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/caegc/website/menu_hover.gif") no-repeat right top;
transition: background 0.3s; }

body.caegc #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/caegc/website/list.gif")
}
body.caegc #main div#sponsoren  {
  top:210px;
left:30px;    
}

/* ######### PKF ############     */

body.pkf #wrapper {
        background-color: #f2f2f2;
        background-image: url("/files/carhs/images/konferenzen/pkf/website/background.png"); }

body.pkf #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/pkf/website/logo.png") no-repeat center center;
    width:250px;
    height:100px;
    margin-left: 10px;
}

body.pkf #main .konferenz_logo_en {
    background: url("/files/carhs/images/konferenzen/pkf/website/logo-en.png") no-repeat center center;
    width:250px;
    height:100px;
    margin-left: 10px;
    }

/*body.lang-en #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/pkf/website/logo-en.png") no-repeat center center;
    }        */
body.pkf h1, body.pkf h2, body.pkf h3 {
    color:#4ba329;
}
body.pkf #main .mod_article {
    min-height: 550px;
}

body.pkf #main nav.left li {
	background-color: #4ba329;
}
body.pkf #main nav.left li a:hover,
body.pkf #main nav.left li span:hover {
background-color: #4EAF36;
transition: background-color 0.2s;  }

body.pkf #main nav.left span.trail,
body.pkf #main nav.left span.active,
body.pkf #main nav.left a.trail,
body.pkf #main nav.left a.active {
  background-color: #4EAF36;
  }
body.pkf #main nav.left div.menu_image {
	height:16px;
	width:200px;
      background: url("/files/carhs/images/konferenzen/pkf/website/menu_image.gif") no-repeat right bottom;  }
body.pkf #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/pkf/website/menu_hover.gif") no-repeat right top; }

body.pkf #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/pkf/website/menu_hover.gif") no-repeat right top;
transition: background 0.3s; }

body.pkf #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/pkf/website/list.gif")
}
body.pkf #main div#sponsoren  {
  top:210px;
left:30px;
}  

/* ######### CONF-STANDARD ############     */

body.conf-blank #wrapper {
        background-color: #23347b;
background-size: cover;
        background-image: url("/files/carhs/images/konferenzen/standard/carhs-greybg.jpg"); }

    */
body.conf-blank  h1, body.conf-blank  h2, body.conf-blank h3 {
    color:#18163F;
}
body.conf-blank  #main .mod_article {
    min-height: 550px;
}

body.conf-blank  #main nav.left li {
	background-color: #23347b;
}
body.conf-blank #main nav.left li a:hover,
body.conf-blank #main nav.left li span:hover {
background-color: #23347b;
transition: background-color 0.2s;  }

body.conf-blank #main nav.left span.trail,
body.conf-blank #main nav.left span.active,
body.conf-blank #main nav.left a.trail,
body.conf-blank #main nav.left a.active {
  background-color: #23347b;
  }
body.conf-blank  #main nav.left div.menu_image {
	height:16px;
	width:200px;
      background: url("/files/carhs/images/konferenzen/pkcd/website/menu_image.gif") no-repeat right bottom;  }
body.conf-blank #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/pkcd/website/menu_hover.gif") no-repeat right top; }

body.conf-blank  #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/pkcd/website/menu_hover.gif") no-repeat right top;
transition: background 0.3s; }

body.conf-blank  #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/pkcd/website/list.gif")
}
body.conf-blank #main div#sponsoren  {
  top:210px;
left:30px;
}  

body.conf-blank #main .mod_article {
width:940px;
padding:20px;
}





/* ######### PKCD ############     */

body.pkcd #wrapper {
        background-color: #23347b;
        background-image: url("/files/carhs/images/konferenzen/pkcd/website/background.png"); }

body.pkcd #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/pkcd/website/C-NCAP-Logo.svg") no-repeat center center;
    width:610px;
    height:102px;
    margin-left: 10px;
}

body.pkcd #main .konferenz_logo_en {
    background: url("/files/carhs/images/konferenzen/pkcd/website/C-NCAP-Logo.svg") no-repeat center center;
    width:610px;
    height:102px;
    margin-left: 10px;
      }

/*body.lang-en #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/pkcd/website/CNCAP-logo.jpg") no-repeat center center;
    }        */
body.pkcd h1, body.pkcd h2, body.pkcd h3 {
    color:#23347b;
}
body.pkcd #main .mod_article {
    min-height: 550px;
}

body.pkcd #main nav.left li {
	background-color: #23347b;
}
body.pkcd #main nav.left li a:hover,
body.pkcd #main nav.left li span:hover {
background-color: #23347b;
transition: background-color 0.2s;  }

body.pkcd #main nav.left span.trail,
body.pkcd #main nav.left span.active,
body.pkcd #main nav.left a.trail,
body.pkcd #main nav.left a.active {
  background-color: #23347b;
  }
body.pkcd #main nav.left div.menu_image {
	height:16px;
	width:200px;
      background: url("/files/carhs/images/konferenzen/pkcd/website/menu_image.gif") no-repeat right bottom;  }
body.pkcd #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/pkcd/website/menu_hover.gif") no-repeat right top; }

body.pkcd #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/pkcd/website/menu_hover.gif") no-repeat right top;
transition: background 0.3s; }

body.pkcd #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/pkcd/website/list.gif")
}
body.pkcd #main div#sponsoren  {
  top:210px;
left:30px;
}  




/* ######### PKH ############        */

body.pkh #wrapper {
     background-color: #f2f2f2;
        background-image: url("/files/carhs/images/konferenzen/pkh/website/background.png"); }

body.pkh #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/pkh/website/SafeSeats-289x96.png") no-repeat center center;
    width:289px;
    height:96px;
    margin-left: 10px;
}

body.pkh #main .konferenz_logo_en {
    background: url("/files/carhs/images/konferenzen/pkh/website/SafeSeats-289x96.png") no-repeat center center;
    width:289px;
    height:96px;
    margin-left: 10px;
    }

/*body.lang-en #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/pkh/website/SafeSeats-289x96.png") no-repeat center center;
    }        */
body.pkh h1, body.pkh h2 {
    color:#2e2e2d;
}

body.pkh h3 {
    color:#45aae1;
}
body.pkh #main .mod_article {
    min-height: 550px;
}

body.pkh #main nav.left li {
	background-color: #f47a2d;
}
body.pkh #main nav.left li a:hover,
body.pkh #main nav.left li span:hover {
background-color: #f47a2d;
transition: background-color 0.2s;  }

body.pkh #main nav.left span.trail,
body.pkh #main nav.left span.active,
body.pkh #main nav.left a.trail,
body.pkh #main nav.left a.active {
  background-color: #f47a2d;
  }
body.pkh #main nav.left div.menu_image {
	height:16px;
	width:200px;
      background: url("/files/carhs/images/konferenzen/pkh/website/menu_image.gif") no-repeat right bottom;  }
body.pkh #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/pkh/website/menu_hover.gif") no-repeat right top; }

body.pkh #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/pkh/website/menu_hover.gif") no-repeat right top;
transition: background 0.3s; }

body.pkh #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/pkh/website/list.gif")
}
body.pkh #main div#sponsoren  {
  top:210px;
left:30px;
}



/* ######### EURO NCAP ############        */

body.euroncap #wrapper {
   background-color: #1c354b; 
			background-image: url("/files/carhs/images/konferenzen/euroncap/website/background.jpg"); 
			
			
			}
body.euroncap  #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/euroncap/website/Logo_EuroNCAP_2018.png") no-repeat center center;
    width:395px;
    height:105px;
    margin-left: 10px;
}

body.euroncap #main .konferenz_logo_zh {
    background: url("/files/carhs/images/konferenzen/euroncap/website/logo-zh.png") no-repeat center center;
    width:385px;
    height:96px;
    margin-left: 10px;
    }


body.euroncap  h1, body.euroncap  h5, body.euroncap  h6 {
    color:#212a40;
}

body.euroncap  h4 {
    color:#716e6f;
}
body.euroncap #main .mod_article {
    min-height: 550px;
}

body.euroncap #main nav.left li {
	background-color: #212a40;
}
body.euroncap #main nav.left li a:hover,
body.euroncap #main nav.left li span:hover {
background-color: #C0392B;
transition: background-color 0.2s;  }

body.euroncap #main nav.left span.trail,
body.euroncap #main nav.left span.active,
body.euroncap #main nav.left a.trail,
body.euroncap #main nav.left a.active {
  background-color: #C0392B;
  }
body.euroncap #main nav.left div.menu_image {
	height:16px;
	width:200px;
      background: url("/files/carhs/images/konferenzen/euroncap/website/menu_image.gif") no-repeat right bottom;  }
body.euroncap #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/euroncap/website/menu_hover.gif") no-repeat right top;
    color:#000; }

body.euroncap #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/euroncap/website/menu_hover.gif") no-repeat right top; 
transition: background 0.3s; }


body.euroncap #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/euroncap/website/list.gif")
}
body.euroncap #main div#sponsoren  {
  top:210px;
left:30px;
}
/* ######### HUMO ############        */

body.humo #wrapper {
    background-color: #f2f2f2;
        background-image: url("/files/carhs/images/konferenzen/humo/website/background.png"); }

body.humo  #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/humo/website/logo.png") no-repeat center center;
    width:270px;
    height:96px;
    margin-left: 10px;
}
body.humo  h1, body.humo  h5, body.humo  h6 {
    color:#5782a0;
}

body.humo  h4 {
    color:#716e6f;
}
body.humo #main .mod_article {
    min-height: 550px;
}

body.humo #main nav.left li {
	background-color: #b50204;
}
body.humo #main nav.left li a:hover,
body.humo #main nav.left li span:hover {
background-color: #C0392B;
transition: background-color 0.2s;  }

body.humo #main nav.left span.trail,
body.humo #main nav.left span.active,
body.humo #main nav.left a.trail,
body.humo #main nav.left a.active {
  background-color: #C0392B;
  }
body.humo #main nav.left div.menu_image {
	height:16px;
	width:200px;
      background: url("/files/carhs/images/konferenzen/humo/website/menu_image.gif") no-repeat right bottom;  }
body.humo #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/humo/website/menu_hover.gif") no-repeat right top; }

body.humo #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/humo/website/menu_hover.gif") no-repeat right top;
transition: background 0.3s; }

body.humo #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/humo/website/list.gif")
}
body.humo #main div#sponsoren  {
  top:210px;
left:30px;
}


/* ######### Safe Roads ############        */

body.saferoads #main .mod_article {
    margin: 23px 0px 40px 10px;
    padding:20px;
    padding-left:250px;
}


body.saferoads #video {
width: 100% !important;
height: auto !important;
}


body.saferoads div.toggler {
background: url("../../files/carhs/css/icons/plus.png") no-repeat top left 5px;
    background-size:32px;
padding-left:35px;
    cursor: pointer;
}

body.saferoads #wrapper {
    background-color: #fff;
        background-image: url("/files/carhs/images/konferenzen/saferoads/website/background.jpg"); }

body.saferoads  #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/saferoads/website/The-Safe-Battery-Exp-Logo.svg") no-repeat center center;
    width:535px;
    height:94px;
    margin-left: -56px;
}
body.saferoads  h1, body.saferoads  h5, body.saferoads  h6 {
    color:#00973f;
}

body.saferoads  h4 {
    color:#00973f;
}
body.saferoads #main .mod_article {
    min-height: 550px;
}

body.saferoads #main nav.left li {
	background-color: #b50204;
}
body.saferoads #main nav.left li a:hover,
body.saferoads #main nav.left li span:hover {
background-color: #C0392B;
transition: background-color 0.2s;  }

body.saferoads #main nav.left span.trail,
body.saferoads #main nav.left span.active,
body.saferoads #main nav.left a.trail,
body.saferoads #main nav.left a.active {
  background-color: #C0392B;
  }
body.saferoads #main nav.left div.menu_image {
	height:16px;
	width:200px;
      background: url("/files/carhs/images/konferenzen/saferoads/website/menu_image.gif") no-repeat right bottom;  }
body.saferoads #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/saferoads/website/menu_hover.gif") no-repeat right top; }

body.saferoads #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/saferoads/website/menu_hover.gif") no-repeat right top;
transition: background 0.3s; }

body.saferoads #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/saferoads/website/list.gif")
}
body.saferoads #main div#sponsoren  {
  top:220px;
left:30px;
}

body.saferoads #main div#konferenz_date {
	background-color: #ffffff;
}





/* ######### GSU ############        */

body.gsu #wrapper {
    background-color: #f2f2f2;
        background-image: url("/files/carhs/images/konferenzen/gsu/website/background.png"); }

body.gsu  #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/gsu/website/GSU-2023-Logo.svg") no-repeat center center;
    width:365px;
    height:60px;
    margin-left: -10px;
}
body.gsu  h1, body.gsu  h5, body.gsu  h6 {
    color:#009fe3;
}

body.gsu  h4 {
    color:#716e6f;
}
body.gsu #main .mod_article {
    min-height: 550px;
}

body.gsu #main nav.left li {
	background-color: #009fe3;
}
body.gsu #main nav.left li a:hover,
body.gsu #main nav.left li span:hover {
background-color: #037eb3;
transition: background-color 0.2s;  }

body.gsu #main nav.left span.trail,
body.gsu #main nav.left span.active,
body.gsu #main nav.left a.trail,
body.gsu #main nav.left a.active {
  background-color: #037eb3;
  }
body.gsu #main nav.left div.menu_image {
	height:16px;
	width:200px;
      background: url("/files/carhs/images/konferenzen/gsu/website/menu_image.gif") no-repeat right bottom;  }
body.gsu #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/gsu/website/menu_hover.gif") no-repeat right top; }

body.gsu #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/gsu/website/menu_hover.gif") no-repeat right top;
transition: background 0.3s; }

body.gsu #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/gsu/website/list.gif")
}
body.gsu #main div#sponsoren  {
  top:170px;
left:30px;
}


/* ######### JSU ############        */

body.jsu #wrapper {
    background-color: #f2f2f2;
        background-image: url("/files/carhs/images/konferenzen/jsu/website/background.png"); }

body.jsu  #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/jsu/website/logo.png") no-repeat center center;
    width:270px;
    height:96px;
    margin-left: 10px;
}
body.jsu  h1, body.jsu  h5, body.jsu  h6 {
    color:#009fe3;
}

body.jsu  h4 {
    color:#716e6f;
}
body.jsu #main .mod_article {
    min-height: 550px;
}

body.jsu #main nav.left li {
	background-color: #009fe3;
}
body.jsu #main nav.left li a:hover,
body.jsu #main nav.left li span:hover {
background-color: #037eb3;
transition: background-color 0.2s;  }

body.jsu #main nav.left span.trail,
body.jsu #main nav.left span.active,
body.jsu #main nav.left a.trail,
body.jsu #main nav.left a.active {
  background-color: #037eb3;
  }
body.jsu #main nav.left div.menu_image {
	height:16px;
	width:200px;
      background: url("/files/carhs/images/konferenzen/jsu/website/menu_image.gif") no-repeat right bottom;  }
body.jsu #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/jsu/website/menu_hover.gif") no-repeat right top; }

body.jsu #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/jsu/website/menu_hover.gif") no-repeat right top;
transition: background 0.3s; }

body.jsu #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/jsu/website/list.gif")
}
body.jsu #main div#sponsoren  {
  top:210px;
left:30px;
}

/* ######### SafetyTesting-china ############        */

body.safetytesting-china #wrapper {
     background-color: #f2f2f2;
        background-image: url("/files/carhs/images/konferenzen/safetytesting-china/website/background.png"); }

body.safetytesting-china  #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/safetytesting-china/website/logo.png") no-repeat center center;
    width:335px;
    height:100px;
    margin-left: 10px;
}
body.safetytesting-china  h1, body.safetytesting-china  h5, body.safetytesting-china  h6 {
    color:#c60000;
}

body.safetytesting-china  h4 {
    color:#716e6f;
}
body.safetytesting-china #main .mod_article {
    min-height: 550px;
}

body.safetytesting-china #main nav.left li {
	background-color: #c60000;
}
body.safetytesting-china #main nav.left li a:hover,
body.safetytesting-china #main nav.left li span:hover {
background-color: #fff000;
transition: background-color 0.2s;  }

body.safetytesting-china #main nav.left span.trail,
body.safetytesting-china #main nav.left span.active,
body.safetytesting-china #main nav.left a.trail,
body.safetytesting-china #main nav.left a.active {
  background-color: #fff000;
  }
body.safetytesting-china #main nav.left div.menu_image {
	height:16px;
	width:200px;
      background: url("/files/carhs/images/konferenzen/safetytesting-china/website/menu_image.png") no-repeat right bottom;  }
body.safetytesting-china #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/safetytesting-china/website/menu_hover.png") no-repeat right top; }

body.safetytesting-china #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/safetytesting-china/website/menu_hover.png") no-repeat right top;
transition: background 0.3s; }

body.safetytesting-china #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/safetytesting-china/website/list.png")
}
body.safetytesting-china #main div#sponsoren  {
  top:210px;
left:30px;
}

/* ######### SafetyTesting-Brazil ############        */

body.safetytesting-americas #wrapper {
    background-color: #23347b;
        background-image: url("/files/carhs/images/konferenzen/safetytesting-americas/website/background.png"); }

body.safetytesting-americas  #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/safetytesting-americas/website/logo.png") no-repeat center center;
    width:335px;
    height:100px;
    margin-left: 10px;
}
body.safetytesting-americas  h1, body.safetytesting-americas  h5, body.safetytesting-americas  h6 {
    color:#23347b;
}

body.safetytesting-americas  h4 {
    color:#23347b;
}
body.safetytesting-americas #main .mod_article {
    min-height: 550px;
}

body.safetytesting-americas #main nav.left li {
	background-color: #23347b;
}
body.safetytesting-americas #main nav.left li a:hover,
body.safetytesting-americas #main nav.left li span:hover {
background-color: #23347b;
transition: background-color 0.2s;  }

body.safetytesting-americas #main nav.left span.trail,
body.safetytesting-americas #main nav.left span.active,
body.safetytesting-americas #main nav.left a.trail,
body.safetytesting-americas #main nav.left a.active {
  background-color: #23347b;
  }
body.safetytesting-americas #main nav.left div.menu_image {
	height:16px;
	width:200px;
      background: url("/files/carhs/images/konferenzen/safetytesting-americas/website/menu_image.png") no-repeat right bottom;  }
body.safetytesting-americas #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/safetytesting-americas/website/menu_hover.png") no-repeat right top; }

body.safetytesting-americas #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/safetytesting-americas/website/menu_hover.png") no-repeat right top;
transition: background 0.3s; }

body.safetytesting-americas #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/safetytesting-americas/website/list.png")
}
body.safetytesting-americas #main div#sponsoren  {
  top:210px;
left:30px;
}

/* ######### Leichtbau ############        */

        
        body.leichtbau #wrapper {
     background-color: #2f394a;
        background-image: url("/files/carhs/images/konferenzen/leichtbau/website/background.png"); }

body.leichtbau  #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/leichtbau/website/logo.png") no-repeat left;
    width:323px;
    height:96px;
    margin-left: 10px;
}
body.leichtbau  h1, body.leichtbau h5, body.leichtbau  h6 {
    color:#124250;
}

body.leichtbau  h4 {
    color:#716e6f;
}
body.leichtbau #main .mod_article {
    min-height: 550px;
}

body.leichtbau #main nav.left li {
	background-color: #124250;
}
body.leichtbau #main nav.left li a:hover,
body.leichtbau #main nav.left li span:hover {
background-color: #037eb3;
transition: background-color 0.2s;  }

body.leichtbau #main nav.left span.trail,
body.leichtbau #main nav.left span.active,
body.leichtbau #main nav.left a.trail,
body.leichtbau #main nav.left a.active {
  background-color: #037eb3;
  }
body.leichtbau #main nav.left div.menu_image {
	height:16px;
	width:200px;
      background: url("/files/carhs/images/konferenzen/leichtbau/website/menu_image.gif") no-repeat right bottom;  }
body.leichtbau #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/leichtbau/website/menu_hover.gif") no-repeat right top; }

body.leichtbau #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/leichtbau/website/menu_hover.gif") no-repeat right top;
transition: background 0.3s; }

body.leichtbau #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/leichtbau/website/list.gif")
}
body.leichtbau #main div#sponsoren  {
  top:210px;
left:30px;
}



/* ######### PSPI ############     */

body.pspi #wrapper {
    background-color: #f2f2f2;
        background-image: url("/files/carhs/images/konferenzen/pspi/website/background.png"); }

body.pspi #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/pspi/website/ADAS-CN.svg") no-repeat center center;
    width:265px;
    height:118px;
    margin-left: 10px;
}

body.pspi #main .konferenz_logo_en {
    background: url("/files/carhs/images/konferenzen/pspi/website/logo-en.png") no-repeat center center;
    width:230px;
    height:102px;
    margin-left: 10px;
    }

/*body.lang-en #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/pkf/website/logo-en.png") no-repeat center center;
    }        */
body.pspi h1, body.pspi h2, body.pspi h3 {
    color:#009fe3;
}
body.pspi #main .mod_article {
    min-height: 550px;
}

body.pspi #main nav.left li {
	background-color: #009fe3;
}
body.pspi #main nav.left li a:hover,
body.pspi #main nav.left li span:hover {
background-color: #4EAF36;
transition: background-color 0.2s;  }

body.pspi #main nav.left span.trail,
body.pspi #main nav.left span.active,
body.pspi #main nav.left a.trail,
body.pspi #main nav.left a.active {
  background-color: #4EAF36;
  }
body.pspi #main nav.left div.menu_image {
	height:16px;
	width:200px;
      background: url("/files/carhs/images/konferenzen/pspi/website/menu_image.gif") no-repeat right bottom;  }
body.pspi #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/pspi/website/menu_hover.gif") no-repeat right top; }

body.pspi #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/pspi/website/menu_hover.gif") no-repeat right top;
transition: background 0.3s; }

body.pspi #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/pspi/website/list.gif")
}
body.pspi #main div#sponsoren  {
  top:210px;
left:30px;
}

/* ######### AEB ############        */

body.aeb #wrapper {
   background-color: #f2f2f2;
        background-image: url("/files/carhs/images/konferenzen/aeb/website/background.jpg"); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	height: 100%;
    height: auto;
    min-height: 100%;	}


		
		body.aeb #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/aeb/website/logo.png") no-repeat center center;
    width:410px;
    height:110px;
    margin-left: 10px;
		}
	




body.aeb #main .konferenz_logo_en {
    background: url("/files/carhs/images/konferenzen/aeb/website/logo.png") no-repeat center center;
    width:410px;
    height:110px;
    margin-left: 10px;
    }

/*body.lang-en #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/aeb/website/logo-en.png") no-repeat center center;
    }        */
body.aeb h1, body.aeb h2, body.aeb h3 {
    color:#000;
}
body.aeb #main .mod_article {
    min-height: 550px;
}

body.aeb h1, body.aeb h3 {
    color:#2a3345;
}

body.aeb #main nav.left li {
	background-color: #8d1a53;
}
body.aeb #main nav.left li a:hover,
body.aeb #main nav.left li span:hover {
background-color: #8d1a53;
transition: background-color 0.2s;  }

body.aeb #main nav.left span.trail,
body.aeb #main nav.left span.active,
body.aeb #main nav.left a.trail,
body.aeb #main nav.left a.active {
  background-color: #8d1a53;
  }
body.aeb #main nav.left div.menu_image {
	height:16px;
	width:200px;
      background: url("/files/carhs/images/konferenzen/aeb/website/menu_image.gif") no-repeat right bottom;  }
body.aeb #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/aeb/website/menu_hover.gif") no-repeat right top; }

body.aeb #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/aeb/website/menu_hover.gif") no-repeat right top;
transition: background 0.3s; }

body.aeb #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/aeb/website/list.gif")
}
body.aeb #main div#sponsoren  {
  top:225px;
left:30px;
}


/* ######### AEB  China############        */

body.aebchina #wrapper {
   background-color: #f2f2f2;
        background-image: url("/files/carhs/images/konferenzen/aeb-china/website/background.jpg"); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	height: 100%;
    height: auto;
    min-height: 100%;	}


		
		body.aebchina #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/aeb/website/logo.png") no-repeat center center;
    width:249px;
    height:110px;
    margin-left: 10px;
		}
	




body.aebchina #main .konferenz_logo_en {
    background: url("/files/carhs/images/konferenzen/aeb/website/logo.png") no-repeat center center;
    width:249px;
    height:110px;
    margin-left: 10px;
    }

/*body.lang-en #main .konferenz_logo {
    background: url("/files/carhs/images/konferenzen/aeb/website/logo-en.png") no-repeat center center;
    }        */
body.aebchina h1, body.aebchina h2, body.aebchina h3 {
    color:#000;
}
body.aebchina #main .mod_article {
    min-height: 550px;
}

body.aebchina h1, body.aebchina h3 {
    color:#2a3345;
}

body.aebchina #main nav.left li {
	background-color: #8d1a53;
}
body.aebchina #main nav.left li a:hover,
body.aebchina #main nav.left li span:hover {
background-color: #8d1a53;
transition: background-color 0.2s;  }

body.aebchina #main nav.left span.trail,
body.aebchina #main nav.left span.active,
body.aebchina #main nav.left a.trail,
body.aebchina #main nav.left a.active {
  background-color: #8d1a53;
  }
body.aebchina #main nav.left div.menu_image {
	height:16px;
	width:200px;
      background: url("/files/carhs/images/konferenzen/aeb/website/menu_image.gif") no-repeat right bottom;  }
body.aebchina #main nav.right li.active {
	background: url("/files/carhs/images/konferenzen/aeb/website/menu_hover.gif") no-repeat right top; }

body.aebchina #main nav.right li:hover {
background: url("/files/carhs/images/konferenzen/aeb/website/menu_hover.gif") no-repeat right top;
transition: background 0.3s; }

body.aebchina #main div.ce_text ul li {
list-style-image: url("/files/carhs/images/konferenzen/aeb/website/list.gif")
}
body.aebchina #main div#sponsoren  {
  top:225px;
left:30px;
}



/* ###### LANDING PAGE ########### */

body.landing #main .mod_article {
    margin: 23px 0px 0px 10px;
    padding:20px;
    width: 940px;
    
}

body.landing-safetytesting #wrapper {
        background-image: url("/files/carhs/images/konferenzen/safetytesting/background.jpg"); }

body.landing table td:first-child {
        width: 250px;
    vertical-align: top;
    padding:10px;
}

body.landing table td {
     vertical-align: top;
     width: 600px;
     padding:10px !important;
     }




/* ############ PROGRAMM PLAN ########### */

body.konferenz #main table.program {
border-collapse: collapse;
border: 0; 
}

body.konferenz #main table.program td {
vertical-align: top;
padding:5px
}

body.konferenz #main table.program h2 {
border-top:1px solid grey;
border-bottom:1px solid grey;
padding: 5px;
}

/* body.konferenz #main table.program img {
    height: 64px;
    width: auto ;
} */


/*########## SUCHE ############ */

body.konferenz .mod_search {
position: absolute;
top:30px;
right:20px;
}

body.konferenz .mod_search form input[type="search"] {
    width: 200px !important;
    height:30px !important;
}

body.konferenz .mod_search form input[type="submit"] {
    height:30px !important;
}



/* ##### STANDPLAN ############# */
  #standplan {
        background: url("/files/carhs/images/konferenzen/safetyweek/standplan.jpg") no-repeat;
        background-size: 650px 530px;
        width: 650px;
        height: 530px;  
        position: relative;
    }

    #standplan span   {
        display: block;
        position: absolute;
        width: 26px;
        height: 22px;
       cursor: pointer;
       background-color: transparent;
        opacity:0.5;
        z-index: 999;
        transition: opacity 0.5s;
    }
    #standplan span p {
                display: none;
        padding:5px 10px 5px 10px;
         z-index: 999; 
         cursor: auto;
    }
    
    #standplan span:hover {
        width:180px;
        height:150px;
        cursor: pointer;
        opacity:1;
        transition: opacity 0.5s;
    } 

     
    #standplan span:hover > p{
        display: block;
        background-color: #FFF;
        border:1px solid #ffa900;
    }   
       
    #standplan a {
        color:#000;
        text-decoration: underline;
    }
    
     #standplan a:hover {
        text-decoration: none;
    }
    


    .stand1  { top:285px; left:295px; }
    .stand2  { top:285px; left:330px; }
    .stand3  { top:285px; left:375px; }
    .stand4  { top:285px; left:413px; }
    .stand5  { top:283px; left:458px; }
    .stand6  { top:282px; left:495px; }
    .stand7  { top:265px; left:540px; }
    .stand8  { top:255px; left:574px; }
    .stand9  { top:185px; left:585px; }
    .stand10 { top:185px; left:550px; }
    .stand11 { top:220px; left:520px; }
    .stand12 { top:220px; left:482px; }
    .stand13 { top:235px; left:404px; }
    .stand14 { top:235px; left:368px; }
    .stand15 { top:235px; left:329px; }
    .stand16 { top:235px; left:294px; }
    .stand17 { top:220px; left:293px; }
    .stand18 { top:220px; left:328px; }
    .stand19 { top:215px; left:368px; }
    .stand20 { top:212px; left:403px; }
    .stand21 { top:210px; left:473px; }
    .stand22 { top:205px; left:508px; }
    .stand23 { top:167px; left:543px; }
    .stand24 { top:157px; left:578px; }
    .stand25 { top:118px; left:528px; }
    .stand26 { top:125px; left:494px; }
    .stand27 { top:126px; left:459px; }
    .stand28 { top:152px; left:394px; }
    .stand29 { top:132px; left:357px; }
    .stand30 { top:132px; left:319px; }
    .stand31 { top:290px; left:187px; }
    .stand32 { top:325px; left:154px; }
    .stand33 { top:320px; left:104px; }
    .stand34 { top:263px; left:81px; }
    .stand35 { top:185px; left:40px; }
    .stand36 { top:145px; left:50px; }
    .stand37 { top:220px; left:60px; }
	

	
	
	 #standplan span.outdoor {
	 display: block;
        position: absolute;
       cursor: pointer;
       background-color: transparent;
        opacity:0.5;
        z-index: 999;
        transition: opacity 0.5s;
	 }
	 
	  #standplan span.outdoor-large {
	  width: 70px; height: 65px;
	  }
	  #standplan span.outdoor-small{
	  width: 70px; height: 30px; 
	  
	 }
	
		
    #standplan span.outdoor  p {
                display: none;
        padding:5px 10px 5px 10px;
         z-index: 999; 
         cursor: auto;
    }
    
    #standplan span.outdoor:hover {
        width:180px;
        height:150px;
        cursor: pointer;
        opacity:1;
        transition: opacity 0.5s;
    } 

     
    #standplan span.outdoor:hover > p{
        display: block;
        background-color: #FFF;
        border:1px solid #ffa900;
    }   
	
	
	
	.stand-a {    top:390px; left:315px;   }
	.stand-b {    top:390px; left:410px;  }
	.stand-c {    top:390px; left:510px;  }
	.stand-d {   top:430px; left:410px;  }
	.stand-e {   top:465px; left:410px;  }
    
    
    div#aussteller-liste a {
        opacity:1;
    }
    
    div#aussteller-liste a:hover {
        opacity:0.8;
    }
    
    div#aussteller-liste table th {
        width: 150px;
    }
    div#aussteller-liste table td.col_1 {
     width: 500px;  
    }
	
	div#aussteller-liste table td.col_0.col_first{
     width: 150px ! important;  
    } 
	


    
.events img {
    width: 200px;
}


.sprecher td:first-child {
    width: 100px;
    vertical-align: top;
}

.sprecher h3 {
    margin-top:0;
}

.ausstellersummit td:first-child {
    width: 140px;
    vertical-align: top;
}

.ausstellersummit h3 {
    margin-top:0;
}


/* ######### MOBILE VERSION #############       */

@media only screen and (max-width: 950px) {
    
    body #wrapper {
    background-image: none !important;
        
    } 
    
    
#header
{
	height:40px;
	/*
	background-color: transparent;
	background-image: url("/files/carhs/images/konferenzen/head_back2.png");
	background-repeat: repeat-x;   */
	position: relative;
	z-index: 999;
	width: 750px;
	top:0;
   
}
#logo-small
{
    margin-top: 5px;
    margin-left:60px;
    float: left;
    width: 85px;
}

#header nav,
#header nav a,
#header nav span
{
	color:#fff;
	display:block;

}
#header nav.seminare,
#header nav.konferenzen,
#header nav.wissen
{
	width: 150px;
    float:left;
	z-index:50;
}
    
    a.parent-item,
span.parent-item
{
 font-size: 24px;
}
    
#header nav.seminare
{
	margin-left:30px !important;
}
#header nav.konferenzen
{
    margin-left:0px;
}
#header nav.wissen
{
    margin-left:0px;
}
    
#header nav#lang-switch {
position: absolute;
right:20px;
top: 5px;
}
    
    
    body.subpage #main .inside {
        
     margin-top:0;   
    }
    
    
body.konferenz #main .mod_article {
padding-left: 0;
    padding:10px;
}
    
    #main div#sponsoren {
     display: none;   
    }
    
#content {padding-bottom: 0px !important;}
    
    body #main .konferenz_logo {

     
    }
    
    body #main nav.left {display:none;}

#main div#konferenz_date
{

	width: 710px;
}
    
    
    body.konferenz .mod_search {
     display: none;   
    }
        
 
}


@media only screen and (max-width: 850px) {
    #wrapper, #footer {
     margin:0;   
    }
    
}





