

/*--------------- global ---------------*/
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: #d1d1d1;
  font-family: Arimo, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #373737;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
a:active,
a:hover,
img {
  outline: 0;
}
a,
a:hover  {
  text-decoration: none;
}
p a {
	text-decoration: underline !important;
}
img {
  border: none;
  height: auto;
}
ul,
ol {
	margin-left: -28px;
}
.spacer {
	height: 45px; 
	margin: 0; 
	padding:0;
}
iframe {
    border: none;
    /*height: auto;
    max-width: 100%;
    width: 100%;*/
    margin: 0;
    padding: 0;
}
.trenner hr {
	margin: 10px 0 40px 0;
}
hr {
    border: 0; /* Für Firefox und Opera */
    border-top: solid 1px #ccc;
    border-bottom: transparent;
    margin: 35px 0 15px;
}
hr.gestrichelt {
    border: 0; /* Für Firefox und Opera */
    border-top: dashed 1px #ccc;
    border-bottom: transparent;
    margin: 10px 0 20px 0;
}
strong {
  font-weight: 700;
}

table li {
    /*margin-left: -25px;*/
    font-size: 13px !important;
    line-height: 18px !important;
    color: #373737;
}
.newsarea article table li {
    margin-left: 0px;
}

table {
    font-size: 13px !important;
    line-height: 18px !important;
}
table p {
    font-size: 13px !important;
    line-height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
}
table p + p {
    font-size: 13px !important;
    line-height: 18px !important;
    margin: 0 !important;
    padding: 7px 0 0 !important;
}
table h2 {
    color: #000084;
    font-family: 'Dosis', Arial, Helvetica, sans-serif;
    font-weight: 400 !important;
    font-size: 24px;
    line-height: 1em;
    margin: 5px 0 0 0;
    padding: 0;
}
table hr {
    border: 0; /* Für Firefox und Opera */
    border-top: solid 1px #ccc;
    border-bottom: transparent;
    margin: 2px 0 2px;
}
table.grid,
table.grid td,
table.grid th {
    border: 1px solid #707070;
    margin: 0;
    padding: 7px;
    border-collapse: collapse;
}
table.grid th {
    background-color: #707070;
    color: #fff;
}


body.content .main .article li {
    margin-left:-28px;
}
.active {
	color: #89a7b8;
}
.hidden {
    display: none;
}


/*----- zusätzliche RTE-Stile -----*/

.backSmall {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 0;
}
.right {
  float: right;
}
.left { 
  float: left;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}

.downloadPDF {
     background-image: url(../images/PDF-icon.png);
     background-repeat: no-repeat;
     padding-left: 25px;
    text-decoration: none;
 }
p a.downloadPDF {
    text-decoration: none !important;
}


/*.downloadPDF,
.filePDF,
.download {
     background-image: url(../images/PDF-icon.png);
     background-repeat: no-repeat;
     padding-left: 25px;
 }
.download:before {
    content: url(../images/PDF-icon.png);
    margin-right: 20px;
}*/
.check {
	/*color: #6e8a9b;*/
    color: #4b7189;
	margin-right: 7px;
	float: left;
}
.more{
	/*color: #6e8a9b;*/
    color: #4b7189;
	margin-left: 5px;
}
.klein {
	font-size: 11px !important;
	line-height: 18px;
}
p.weiter {
    background-color:  #000084;
    padding: 10px;
    text-align: center;
}
p.weiter a{
    color: #fff;
}


table.contenttable { }

table.stripedtable { width: 100%; background-color: #fff; }
table.stripedtable td { padding: 5px; }
table.stripedtable tr.row-even { background-color: #fff; }
table.stripedtable tr.row-odd { background-color: #e3e3e3; }

table.tableborder { width: 100%; background-color: #fff; border: 1px solid #ccc; }
table.tableborder td { padding: 5px; border: 1px solid #ccc;  }
table.tableborder tr.row-even { background-color: #fff; }
table.tableborder tr.row-odd { background-color: #fff; }


/*----- allgemeine Stile -----*/
.access,
.hide,
.optional-content {
  position: absolute;
  left: -20000px;
}
.optional-content {
  height: 0;
}
.show-desktop {
    height: auto;
    position: relative;
    left: 0;
}

form {
  margin: 0;
  padding: 0;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
input:required,
input:invalid {
  box-shadow: none;
}
button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  margin: 0;
  outline: 0;
  padding: 0;
}
.clear::before,
.clear::after {
  display: table;
  content: " ";
  margin: 0;
  padding: 0;
  height: 0;
}
.clear::after {
  clear: both;
  height: 0;
}

.article,
.footer,
.main,
.nav {
  display: block;
  position: relative;
}
.row,
.nav {
  font-size: 0; /* removes spaces between inline-block elements */
}
li {
    font-size: 13px;
  	line-height: 20px;
    margin-bottom: 7px;
}
.row .box {
  	display: inline-block;
  	vertical-align: top;
  	font-size: 12px;
}
.rowWithSpace {
	padding: 0 12px;
}
body.content .row {
    margin: 0;
	padding: 0;
}
.boxFonds {
    background-color: #efefef;
    padding: 15px;
}



/*----- allgemein: Texte -----*/
body.content .main h1,
body.content .main h2,
body.content .main h3,
body.content .main h4 {
  color: #000084;
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  font-weight: 400 !important;
}
body.content .main h1 {
  font-size: 28px;
  line-height: 1.15em;
  margin: 0;
  padding: 0 0 25px 0;
  /*text-transform: uppercase;*/
    text-transform: none;
}
body.content .main h2 {
  font-size: 24px;
  line-height: 1em;  
  margin: 15px 0 27px 0;
  padding: 0;
}
body.content .main h2.kicker {
    font-family: 'Dosis', Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #373737 !important;
    margin: 0 0 10px 0 !important;
}
body.content .main h3 {
  font-size: 18px !important;
  line-height: 28px;
  margin: 25px 0 10px !important;
  padding: 0;
  color: #000 !important;
}
body.content .main h4 {
  font-size: 16px;
  line-height: 1em;  
  margin: 25px 0 10px 0;
  padding: 0;
}
body.content .main h2.kicker + h1 {
    margin-top: -20px !important;
}
body.content .main p,
.csc-textpic p {
  color: #373737;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 1.55em;
}
body.content .main a {
  /*color: #6e8a9b;*/
  color: #4b7189;
  text-decoration: none;
}
body.content .main p a[href^="https"]:before,
body.content .main p a[href^="http"]:before {
  /*display: inline;
  content: "»»";
  padding:0 3px 2px 0;
  position: relative;
  bottom: 1px;*/
}
body.content .main .description {
    font-weight: bold;
}


/*--------------- Site ---------------*/
#stage {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  margin: 0 auto;
  padding-top: 0;
  text-align: left;
  overflow: hidden;
  min-width: 1000px;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  /* sonst alle swfobects im FF unsichtbar */
  /*-o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);*/
}
body.content #stage {
  background-color: white;
}

.width1-1-desktop {
    width: 100%;
    padding:0;	
}
.width1-2-desktop {
    width: 49%;
    padding:0;
}
.width1-3-desktop {
    width: 33.333333333333333333%;
    padding:0;
}
.width12-12-desktop {
    width: 100%;
    padding:0 12px;
}
.boxGrey .contentSmall .news-list .width12-12-desktop {
    width: 100%;
    padding:0;
}
.width8-12-desktop .newsarea .boxGrey .contentSmall {
    width: 100%;
    max-width: 590px !important;
    padding:0;
}
.news-list .width12-12-desktop {
    width: 100%;
    padding:0;
}
.width11-12-desktop {
    width: 91.666666666666666666%;
    padding:0 12px;
}
.width10-12-desktop {
    width: 83.333333333333333333%;
    padding:0 12px;
}
.width9-12-desktop {
    width: 75%;
    padding:0 12px;
}
.width8-12-desktop {
      width: 66.666666666666666666%;
      padding:0 12px;
}
.news-list .width8-12-desktop {
    width: 66%;
    padding:0;
}
.main.FR .width8-12-desktop,
.main.EN .width8-12-desktop{
    width: 66.666666666666666666%;
    padding:0 12px;
    float: left;
}
.width7-12-desktop {
    width: 58.333333333333333333%;
    padding:0 12px;
}
.news-list .width7-12-desktop {
    width: 58.333333333333333333%;
    padding:0;
}
.width6-12-desktop {
    width: 50%;
    padding:0 12px;
}
.news-list .width6-12-desktop {
    width: 50%;
    padding:0 12px 0 0;
}
.width5-12-desktop {
    width: 41.666666666666666666%;
    padding:0 12px;
}
.main.FR .width4-12-desktop,
.main.EN .width4-12-desktop{
    width: 33.333333333333333333%;
    padding:0 12px;
    float: left;
}
.width4-12-desktop {
    width: 33.333333333333333333%;
    padding:0 12px;
}


.width8-12-desktop .news .news-list .width4-12-desktop:nth-child(2n+0) {
    width: 49.7%;
    padding-right: 12px !important;
    padding-left: 0 !important;
}
.width8-12-desktop .news .news-list .width4-12-desktop:nth-child(2n+1) {
    width: 49.7%;
    padding-right: 0 !important;
    padding-left: 12px !important;
}
.width8-12-desktop > .newsarea > article > h1 + .news > .news-list > .width4-12-desktop:nth-child(2n+0) {
    width: 49.7%;
    padding-right: 0 !important;
    padding-left: 12px !important;
}
.width8-12-desktop > .newsarea > article > h1 + .news > .news-list > .width4-12-desktop:nth-child(2n+1) {
    width: 49.7%;
    padding-right: 12px !important;
    padding-left: 0 !important;
}



.startseite .width8-12-desktop .news .news-list .width4-12-desktop:nth-child(0n+1),
.startseite .width8-12-desktop .news .news-list .width4-12-desktop:nth-child(0n+3){
    width: 49.7%;
    padding-right: 12px !important;
    padding-left: 0 !important;
}
.startseite .width8-12-desktop .news .news-list .width4-12-desktop:nth-child(0n+2),
.startseite .width8-12-desktop .news .news-list .width4-12-desktop:nth-child(0n+4){
    width: 49.7%;
    padding-right: 0 !important;
    padding-left: 12px !important;
}
.startseite .width8-12-desktop .news .news-list .width4-12-desktop + .width4-12-desktop {
    padding-left: 12px;
    padding-right: 0;
}
.startseite .width8-12-desktop .news .news-list .width4-12-desktop:nth-child(2n+0) {
    padding-left: 0;
    padding-right: 0;
}


.width3-12-desktop {
    width: 25%;
    padding:0 12px;
}
.boxGrey .width3-12-desktop {
    width: 25%;
    padding:0 7px;
}
.width2-12-desktop {
    width: 16.666666666666666666%;
    padding:0 12px;
}
.width1-12-desktop {
    width: 16.666666666666666666%;
    padding:0 12px;
}


/*.newsarea {
    width: 66.666666666666666666%;
    padding: 0 !important;
    float: left;
}
.newsarea .width4-12-desktop {
    width: 50%;
    padding: 0 12px;
    float: left;
}*/
.wholeWidth {
    margin-bottom: 45px;
}

/*----- scrollup-Button -----*/

.scrollup:after {
    content:"";
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    width: 40px;
    height: 40px;
    float: right;
    margin-left: 5px;
}
.scrollup {
    width: 40px;
    height: 40px;
    background-color: #999;
    position: relative;
    margin-top: -100px;
    float: right;
    text-align:center;
    font-size: 30px;
    padding-top: 3px;
    color: #fff !important;
}
.scrollup a,
.scrollup a:link
.scrollup a:visited
.scrollup a:hover
.scrollup a:active {
    color: #fff !important;
}


/*---------------------- Content ----------------------*/
body.content {
    position: relative;
    left:0;
    right: 0;
    overflow-y: scroll;
    width: 100%;
    max-width: none;
}
.content #stage {
    margin: 0 auto; 
}
#stage {
    position: relative;
    left:auto;
    top:auto;
    /*max-width: 1024px;*/
    padding-top: 0;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
body.content .main {
  	padding: 160px 0 0;  
  	/*width: 1000px;*/
  	margin: 0 auto;
}
body.content .contentSmall {
	width: 1000px; /* plus 2*12px padding-left und right, damit gleiche Breite wie topHeader */	
	margin: 0 auto 10px;
}
body.content .contentWide {
	width: 100%;
	margin: 0 auto;
}
.contentWide + .contentSmall,
.boxDarkgrey + .contentSmall {
    margin: 40px auto 0 !important;
}
.breadcrumbArea.contentWide + .contentSmall {
    margin: 0 auto !important;
}
body.content .main .row {
  text-align: left;  
}
body.content .main .wrapper {
  padding: 0 25px;
}
body.content .main .aufklapper .wrapper {
    padding: 0;
}
.aufklapper .wrapper.Neutral.width12-12-desktop {
    margin-bottom: 50px;
}
.aufklapper + .aufklapper .wrapper.Neutral.width12-12-desktop {
    margin-top: -51px;
}
.aufklapper h2:empty {
    display: none;
}


/*--------------- Breadcrumb ---------------*/

.breadcrumbArea {
	/*height: 40px;*/
	margin-top: 2px !important;
	padding: 9px 0 0;
}
.breadcrumbArea .breadcrumb {
	font-size: 11px;
	color: #908e8f;
	margin: 0 12px;
	font-family: 'Dosis', Arial, Helvetica, sans-serif;
}
.nextStep {
	color: #89a7b8;
	margin: 0 5px;
}

/*--------------- Artikel / News ---------------*/

body.content .main .articles {
	/*margin-top: 54px;
	margin-bottom: 140px;*/
    margin-top: 15px;
}
body.content .main .articles .category {
	font-family: 'Dosis', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #373737;
	margin: 0 0 6px;
}
body.content .main .date,
body.content .main .articles .date,
body.content .main .articles .news-list-date {
  color: #908e8f;
}
.articles .news-list-category + .news-list-date::before{
	content: "|";
	padding: 0 7px;
}
body.content .main .articles h1 {
    color: #000084;
    font-family: 'Dosis', Arial, Helvetica, sans-serif;
    font-weight: 400;
    /*text-transform: uppercase;*/
    text-transform: none;
    font-size: 26px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 15px 0;
}
body.content .main .articles h2,
body.content .main .articles h2 a {
  color: #000084;
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  margin: 0;
  padding: 15px 0 15px 0;
}
body.content .main .articles h1 + h2,
body.content .main .articles h1 + h2.subtitle {
  color: #373737 !important;
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 18px;
  line-height: 32px;
  margin-top: -15px;
  margin-bottom: 0;
  padding: 0 0 15px 0;
}
body.content .main .articles .news-single h2 {
    color: #373737;
    font-family: 'Dosis', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 26px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 15px 0;
}
body.content .main .articles .mediaelement-image,
body.content .main .articles .imageRight{
    float: right;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}


/*body.content .main .articles .downloadPDF a {
	text-decoration: none !important;
	color: #373737 !important;
}*/

body.content .main .articles .socialmedia {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	height: 38px;
	margin-bottom: 27px;
	padding: 8px 8px 0;
}
body.content .main .articles .socialmedia .facebook,
body.content .main .articles .socialmedia .xing,
body.content .main .articles .socialmedia .twitter,
body.content .main .articles .socialmedia .google,
body.content .main .articles .socialmedia .facebook a,
body.content .main .articles .socialmedia .xing a,
body.content .main .articles .socialmedia .twitter a,
body.content .main .articles .socialmedia .google a { 
    float: left;
    margin: 0 10px 0 0;	
  	width: 20px;
  	height: 20px;
  	border-radius: 10px;
  	background-color: #d4d4d4;
	color: #fff !important;
	font-size: 11px;
	text-align:center;
}
body.content .main .articles .socialmedia .facebook:hover,
body.content .main .articles .socialmedia .xing:hover,
body.content .main .articles .socialmedia .twitter:hover,
body.content .main .articles .socialmedia .google:hover,
body.content .main .articles .socialmedia .facebook a:hover,
body.content .main .articles .socialmedia .xing a:hover,
body.content .main .articles .socialmedia .twitter a:hover,
body.content .main .articles .socialmedia .google a:hover { 
  	background-color: #373737;
}
body.content .main .articles .socialmedia .mail img,
body.content .main .articles .socialmedia .print img { 
    /*float: right;
	color: #d4d4d4 !important;
	font-size: 20px;*/
	margin: 0 0 0 20px;	
	-webkit-background-size: 100% 100%;
  	-moz-background-size: 100% 100%;
  	-o-background-size: 100% 100%;
  	background-size: 100% 100%;
	float: right;
}
body.content .main .articles .socialmedia .print img {
  	background-image: url(../images/recommend_print.jpg);
	background-repeat: no-repeat;  
	width: 22px;
	height: 22px;	
}
body.content .main .articles .socialmedia .mail img {
  	background-image: url(../images/recommend_mail.jpg);
	background-repeat: no-repeat; 
	width: 27px;
	height: 22px; 	
}
body.content .main .articles .socialmedia .print img:hover  {
  	background-image: url(../images/recommend_printHover.jpg);	
}
body.content .main .articles .socialmedia .mail img:hover {
  	background-image: url(../images/recommend_mailHover.jpg);	
}

body.content .main .articles .socialmedia .mail a:hover,
body.content .main .articles .socialmedia .print a:hover { 
	color: #373737 !important;
}


body.content .main .articles .back-to-list {
    background-color: #efefef;
    padding: 10px 20px;
    margin-top: 100px;
}
body.content .main .articles .back-to-list .back-to-list-text,
body.content .main .articles .back-to-list .back-to-list-text a {
    color:#373737;
    font-family: Dosis, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
}

body.content .main .articles .back-forward {
	border-top: 1px solid #ccc;
	padding: 20px 0;
    margin-top: 5px;
}
body.content .main .articles .back,
body.content .main .articles .forward,
body.content .main .articles .back a,
body.content .main .articles .forward a {
	color:#000084;
	font-family: Dosis, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
}
body.content .main .articles .back {
	float: left;
}
body.content .main .articles .forward {
	float: right;
}
.arrowLeft {
	margin-right: 15px;
	float: left;
}
.arrowRight{
	margin-left: 15px;
	float: right;
}

nav.sub {
    /*border-top: 1px solid #d4d4d4;*/
    margin-top: 15px !important;
}
nav.sub h3 {
    padding-top: 10px !important;
    text-transform: uppercase;
    color: #373737 !important;
    font-size: 16px !important;
}
nav.sub:empty {
    display: none;
}


/*--------------- zusätzliche Stile / FCE ---------------*/

.startbild {
	margin-top: 12px;
    margin-bottom: 4px;
}
.startbild img {
	width: 100%;
}
.startbild + .articles {
    padding-top: 35px;
}

/*----- Artikel - Bildergallerie -----*/
body.content .main .slider.gallery.photo {
  	margin: 6px 0 20px;
  	padding: 0;
  	position: relative;
  	min-height: 270px;
	overflow: hidden;
}
body.content .main .articles .slider.gallery.photo {
  	min-height: 270px;
  	overflow: hidden;
}
body.content .main .articles .slider.gallery.photo .photo {
  	height: 210px;
	overflow:hidden;
	margin: 0 0 18px;
}  
body.content .main .articles .slider.gallery.photo .BU {
	top: 180px;
	right: 0;
	position: absolute;
	overflow: hidden;
}  
body.content .main .slider.gallery img {
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: 50% 0;
}
body.content .main .gallery .BU {
  	width: 85%;
  	float: right;
}  
.slider.photo.gallery .BU {
  	width: 75%;
  	float: right;  
}
.slider.photo.lightbox .photo .BU {
    left: 0;

}



/*-- Button Slider --*/
.slider.logo button {  
  opacity: 1;
}
body.content .main p a.button,
body.content .main p a.button:hover,
body.content .main p a.button:hover span,
body.content .main button.button,
body.content .main button.button span {
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  background-color:#8d8d8d;
}
body.content .main p a.button,
body.content .main button.button {
  padding: 10px 0;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 100%;
}
body.content .main button.button,
body.content .main button.button span {
  border: none;
  font-size: 14px;
  line-height: 1em;
  outline: none;
}
body.content .main p a.button.slim,
body.content .main button.button.slim {
  padding: 17px 20px 16px;
}
body.content .main p a.button.disabled,
body.content .main button.button.disabled {
    cursor: default;
    pointer-events: none;
    /*display: none;*/
    opacity: 0.4;
}
.slider.photo .buttons button.next.disabled,
.slider.photo .buttons button.previous.disabled {
    /*display: none;*/
    opacity: 0.4;
}

/*----- Startbild -----*/

.entranceImage {
	padding: 0 12px;
	margin-bottom: 10px;
}


.csc-textpic-image,
.csc-textpic-last {
    margin-bottom: 6px !important;
    padding-bottom: 0 !important;
}
/*.csc-textpic p,
.csc-textpic-intext-left-nowrap p{
    margin: 0 !important;
    padding: 0 !important;
}*/
.csc-textpic-caption {
    font-style: italic;
    font-size: 11px;
    margin-top: 8px;
    line-height: 18px;
    color: #595959;
}


/*--------------------- DCE + grids --------------------*/


/*----- Teaserbox -----*/
.teaserbox {
    border-left: 6px solid #d4d4d4;
    padding:  6px 0 4px 15px !important;
    background-color: #fff;
}
.teaserbox + .teaserbox{
    margin-top: 60px;
}
.teaserbox .title,
.teaserbox h1,
.teaserbox h2 {
    font-family: 'Dosis', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #373737 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    line-height: 26px !important;
    margin: 30px 0 0 0 !important;
    padding: 0 0 20px 0 !important;
}
.teaserbox h1:first-child,
.teaserbox h2:first-child {
    font-family: 'Dosis', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #373737 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    line-height: 26px !important;
    margin: -3px 0 0 0 !important;
    padding: 0 0 20px 0 !important;
}
.teaserbox p {
    line-height: 22px !important;
}
.teaserbox a {
    color: #373737 !important;
}
.teaserbox .text ul,
.teaserbox ul{
    margin-left: -28px;
    margin-top: 0;
    margin-bottom: 0;
}
.teaserbox .text ul li:first-child,
.teaserbox ul li:first-child{
    margin-top: 0;
}
.teaserbox .text ul li:last-child,
.teaserbox ul li:last-child {
    margin-bottom: 1px;
}
.teaserbox .text {
    font-size: 13px;
    line-height: 22px;
}
.teaserbox .text p:last-child,
.teaserbox p:last-child{
    margin-bottom: 1px;
}
.teaserbox p:last-child {
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.teaserbox .csc-textpic-imagewrap {
    margin-top: 6px;
}
.teaserbox .picture {
    margin-right: 13px;
    margin-top: 5px;
    float: left;
    display: block;
}
.teaserbox .picture + .text {
    margin-left: 48px;
}


/*----- Box Suche -----*/

.teaserbox .search {
	background-color: #f3f6f8;
	border-left: 6px solid #fff;
	padding: 20px 20px 40px;
	margin-left: -14px;
	margin-top: -6px;
}
.teaserbox .search ul li {
	list-style: none;
}


/*----- graue Balken -----*/
.boxGrey {
	background-color: #ededed;
	padding: 35px 0 25px;
	margin: 0;
	width: 100%; 
}
.contentSmall .boxGrey {
    padding: 5px 25px !important;
}

.boxDarkgrey + .boxGrey {
	margin: 20px 0 0 !important;
}
.boxGrey + .boxDarkgrey {
    margin: 20px 0 0 !important;
}
.boxGrey .links,
.boxGrey .right {
	float: left;
	width: 50%;
}
.boxGrey h2 {
	/*text-transform: uppercase;*/
    text-transform: none;
	color: #373737;
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 12px;
	padding-bottom: 0;
}




/*----- Box Video -----*/

.boxDarkgrey {
    background-color: #595959;
    padding: 35px 0 0;
    margin: 0;
    width: 100%;
    background-image: url(../images/backgroundVideo.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    color: #fff;
}
body.content .main .boxDarkgrey h2 {
    font-size: 30px;
    line-height: 1em;
    margin: 10px 0 27px;
    padding: 0;
    color: #fff !important;
    letter-spacing: 1px;
}
.boxDarkgrey p {
     color: #fff !important;
 }
body.content .main .boxDarkgrey a {
    color: #fff;
}
body.content .main .boxDarkgrey .videoArea iframe {
    margin-bottom: 20px;
}
body.content .main .boxDarkgrey .videoArea iframe + iframe {
    margin-top: 5px;
}
body.content .main .boxDarkgrey .socialmedia {
    display: none;
}

/*----- Themenbox -----*/

.themenbox {
	background-color: #adadad;
	padding: 5px 17px 10px;
	clear: both;
	height: 360px;
	color: #fff;
	overflow: hidden;
    margin: 0 5px;
}
.thumbnailsliderThemenbox .themenbox {
    height: 370px;
    padding: 2px 17px 10px;
}
.themenbox p {
	color: #fff !important;
}
.themenbox a {
    color: #fff !important;
}
.thumbnailsliderThemenbox .themenbox h2 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.themenbox h2 {
	font-size: 22px !important;
	line-height: 30px !important;
	color: #504f4f !important;
	margin-bottom: 0 !important;
	padding-bottom: 15px !important;
	text-transform: none;
}
.themenbox li {
	list-style: none;
	list-style-image: url(../images/arrowSmall.png);	
}
.themenbox ul {
    margin-top: 0;
}

/*----- Partnerlogos -----*/

.partnerlogo {
	width: 155px;
	float: left;
	margin-right: 50px;
}
.partnerlogo:last-child {
	margin-right: 0;
}

/*----- Footericons -----*/

.footericonArea {
    margin-top: 50px;
}
.footericonRow {
	padding-bottom: 25px !important;
}
.footericonRow:first-child {
	margin-top: 15px !important;
}
.footericonRow:last-child {
	padding-bottom: 5px !important;
}
.footericon {
	border-right: 1px solid #c9d4da;
	width: 195px;
	height: 90px;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
	text-align:center;
}
.footericon:first-child {
	border-left: 1px solid #c9d4da;
}
.footericon h2 {
	text-transform: uppercase;
    font-family: 'Dosis', Arial, Helvetica, sans-serif;
	font-weight: 400 !important;
	color: #595959;
	font-size: 26px !important;
	line-height: 34px;
	margin: 5px 0 10px 0 !important;
	padding: 0 25px !important;
	text-align: left;
}
.footericon p {
	text-align: left;
	color: #888888 !important;
	font-size: 12px !important;
	margin: 0 !important;
	padding: 0 25px !important;
}
.footericon .title {
	font-size: 14px;
	line-height: 24px;
	color: #595959;
	text-transform: uppercase;
	font-weight: 300 !important;
	font-family: 'Dosis', Arial, Helvetica, sans-serif;
}


/*--------------- Socialmedia ---------------*/
.footer .socialmedia {
  position: relative;
  z-index: 999;
}
.footer .socialmedia .twitter,
.footer .socialmedia .youtube { 
  width: 30px;
  height: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin:0 0 30px 15px !important;
  display: inline-block;

}


/*--------------------- Slider ---------------------*/

.slider {
  font-size: 0;
  overflow: hidden;
  position: relative;
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.slider h2 {
  margin: 0;
  padding: 0;
}
.slider .slides {
  font-size: 0;
  position: relative;
}
.slider .slides .content {
  font-size: 0;
  left: 0; /* -100% = 2nd slide, -200% = 3rd slide etc. */
  line-height: 1em;
  position: relative;
  white-space: nowrap;
}
.slider .slide {
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  position: relative;
  vertical-align: top;
  white-space: normal;
  width: 100%;
}
.slider .slide .logo[data-href] {
  cursor: pointer;
}
.slider button.disabled {
  cursor: default;
  pointer-events: none;
}
body.content .main .BU {
    position: relative;
    z-index: 999;
    font-style: italic;
}

/*----- Slider Photo -----*/

body.content .main .articles .width4-12-desktop .photo {
    height:232px;
    overflow: hidden;
    margin: 0 0 40px 0;
}
body.content .main .articles .photo {
    height: 502px;
    overflow: hidden;
    margin: 0 0 40px 0;
}
.photo { 
  background-repeat: no-repeat;
  background-size: cover;
}
body.content .main .photo {
  font-size: 0;
  margin: 0 0 18px;
}
.slider.photo { 
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;  
}
.slider.photo .slide {
  padding-top: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  position: relative;
  vertical-align: top;
  white-space: normal;
  width: 100%;
}
.slider.photo .slides .content .slide {
  position: relative;
}
.slider.photo .slides .content .slide img {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
}
.slider.photo .slides .content .slide .BU {
	min-height: 78px;
	color: #fff;
	padding: 8px 15px 15px;
	width: 100%;
	background-color: #1a1a1a;
	top: 424px;
	opacity: 1;
    position: absolute;
    left: 0;
    border-top: 3px solid #fff;
    font-style: normal;
    line-height: 18px;
}
.width4-12-desktop .slider.photo .slides .content .slide .BU {
    min-height: 78px;
    color: #fff;
    padding: 8px 15px 15px;
    width: 100%;
    background-color: #1a1a1a;
    top: 187px;
    opacity: 1;
    position: absolute;
    left: 0;
    border-top: 3px solid #fff;
    font-style: normal;
    line-height: 18px;
}
.slider.photo .buttons {
   left: 0;
   position: absolute;
   top: 72px;
   width: 100%;
   z-index: 100;
}
.slider.photo button {
   	background-color: white;
   	width: 48px;
  	height: 63px;
   	margin-top: -32px; /* height/2 */
  	position: absolute;
  	top: 50%;  
  	opacity: 0.4;
}
.slider.photo button:hover {
  	opacity: 0.8;
}
.slider.photo button::after {
  	position: relative;
  	text-align: center;
  	top: 1px;
}
.slider.photo button.disabled::after {
  	color: rgba(0,0,0,0.4);
}
.slider.photo button.previous {
  	left: 0;
}
.slider.photo button.previous::after {
  	content:url(../images/previous.png);
}
.slider.photo button.next {
  	right: 0;
}
.slider.photo button.next::after {
  	content:url(../images/next.png);
}


/*----- Slider Accordeon (nach unten aufklappbar) ----*/
.aufklapperStartseite {
	margin-bottom: 47px;
	margin-top: -7px !important;
}
.aufklapperStartseite .wrapper {
  padding: 2px 15px 0 !important;
  background-color: #adadad;
  border: none;
  height: 40px;
}
.aufklapperStartseite .wrapper.Neutral dt {
    font-family: Dosis, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
	color: #fff;
    line-height: 1.44em;    
	text-transform: uppercase;
    /*text-transform: none;*/
	padding: 0;
	height: 40px;
	letter-spacing: 0.05em;
}
.aufklapperStartseite .wrapper dt .arztsuche {
	background-color: transparent;
	float: left;
	padding: 8px 15px 9px 15px;
	margin-top: -2px;
	margin-left: 25px;
}
.aufklapperStartseite .wrapper dt .arztsuche .imageSuche {
	float: left;
	margin-right: 10px;
}
.aufklapperStartseite .wrapper dt.active .arztsuche {
	background-color: #90908f;
	float: left;
}
.aufklapperStartseite .wrapper dt.active + dd {
  height: auto;
  border-bottom: 7px solid #b8b7b8;
  padding: 15px 20px 25px 20px;
  z-index: 999;
  position:relative;
}
.aufklapperStartseite .wrapper dd {
    z-index: 999;
    position:relative;
}
body.content .aufklapperStartseite .wrapper dl {
  border-bottom: none;
  margin: 0 -16px;
  max-width: 105%;
}
body.content .aufklapperStartseite .wrapper dt {
  border-top: none;
}
body.content .aufklapperStartseite .wrapper dt.active::after {
  content: "«";
}
body.content .aufklapperStartseite .wrapper dt::after {
  color: #fff;
  content: "»";
  font-size: 30px;
  line-height: 1em;
  right: 20px;
  position: absolute;
  top: 0.15em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
    font-style: normal;
}
.aufklapperStartseite h2 {
	font-size: 24px;
	color: #373737 !important;
    /*text-transform: uppercase;*/
    text-transform: none;
	font-weight: 500 !important;
    font-style: normal;
}


p > .aufklapper {
    margin-top: 30px;
}
.aufklapper .wrapper {
  padding: 0 !important;
}
.wrapper dd p {
    font-size: 12px !important;
    line-height: 1.75em !important;
}
.wrapper.Neutral dt {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.44em;
    padding-left: 0.75em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}
body.content .wrapper dl {
    border-bottom: 1px solid #ccc;
    max-width: 105%;
}
body.content .aufklapper .wrapper dl {
  margin: 0;
}
body.content .wrapper dt,
body.content .wrapper dd {
  padding: 0 15px;
  position: relative;
}
body.content .wrapper dd {
  margin: 0;
  overflow: hidden;
  background-color: #fff;
  /* height: 0px;*/
  max-height: 0;
  transition: all 0.8s ease; -webkit-transition: all 0.8s ease;  -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease;
}
body.content .wrapper dt {
  border-top: 1px solid #ccc;
  color: rgb(23,23,23);
  cursor: pointer;
  font-family: Arimo, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.44em;
  padding-bottom: 1.25em;
  padding-right: 2em;
  padding-top: 1.25em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
body.content .wrapper dt.active::after {
  content: "«";
}
body.content .wrapper dt::after {
  color: rgb(23,23,23);
  content: "»";
  line-height: 1em;
  right: 10px;
  position: absolute;
  top: 1em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
    font-style: normal;
}
body.content .aufklapper .wrapper dt::after {
    font-size: 20px;
}
body.content .wrapper dt.active + dd {
    /* height: auto;*/
    max-height: 3500px;
    overflow: hidden;
    padding: 15px 20px 25px 20px;
    z-index: 999;
    position:relative;
}
body.content .aufklapper .wrapper dt.active + dd {
  border-bottom: 1px solid #b8b7b8;
}
body.content .aufklapperStartseite .wrapper dt.active + dd {
    border-bottom: 7px solid #b8b7b8;
}


.slider.logo .slides {
    overflow: hidden;
}
.slider.logo .details a::before {
    content: "Â» ";
    display: inline-block;
    position: relative;
    top: -1px;
    width: 1.2em;
}
.slider.logo .progress {
    font-size: 0;
    line-height: 1em;
    margin: 16px 0 0;
    white-space: normal;
    text-align: center;
}
.slider.logo .buttons {
  display: none;
}
.slider.logo .slides .logo .title {
    font-size: 14px;
    float: left;
    margin-right: 5px;
    margin-top: -1px;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
}
.slider.logo .slides .logo {
    margin: 0 0 8px 0 !important;
    font-size: 12px !important;
    line-height: 18px !important;
}
.slider.logo:not(.low-profile) .buttons {
    display: block;
    text-align: center;
    width: 100%;
}
.slider.logo:not(.low-profile) .buttons button {
    background-color: rgba(255,255,255,0);
    display: inline-box;
    font-size: 12px;
    height: 30px;
    width: 40px;
    line-height: 1em;
}
.slider.logo.low-profile .slides,
.slider.logo.low-profile .buttons {
    display: block;
    float: left;
    position: relative;
}
.slider.logo.low-profile .slides,
.slider.logo.low-profile .slide,
.slider.logo.low-profile .buttons {
    height: 158px;
}
.slider.logo.low-profile .buttons {
    font-size: 0;
    line-height: 1em;
    border-right: 1px solid rgb(229,229,229);
}
.slider.logo.low-profile .buttons {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.slider.logo .buttons button {
    background-color: #fff;
    display: inline-box;
    font-size: 12px;
    width: 100%;
    height: 100%;
    line-height: 1em;
}
.slider.logo .buttons button::after {
    color: #000;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    font-weight: 100;
    position: relative;
    text-align: center;
}
.slider.logo .buttons button.previous{
    position: absolute;
    left: -8px;
    top: 80px;
}
.slider.logo .buttons button.previous::after {
    content:url(../images/previousSmall.jpg);
}
.slider.logo .buttons button.next{
    position: absolute;
    right: -8px;
    top: 80px;
}
.slider.logo .buttons button.next::after {
    content:url(../images/nextSmall.jpg);
}
.slider.logo .buttons button.disabled::after {
    color: rgba(23,23,23,0.3);
    /*display: none;*/
    opacity: 0.2;
}
.slider.logo.low-profile .buttons button:nth-of-type(1) {
    border-right: 1px solid rgb(229,229,229);
}


/*----- Slider thumbnail (im Text) -----*/

.thumbnailslider {
    height: 125px;
    padding: 14px 0 12px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: both;
    margin-top: 15px;
}
.thumbnailslider .slider.logo {
    margin: 0;
    max-width: 971px;
}
.thumbnailslider .slider .slide {
    margin: 0 auto;
    padding: 0;
}
.thumbnailslider .slider.logo .slide {
    width: 135px;
    height: 95px;
    margin: 0 14px 0 0;
    font-size: 13px;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.thumbnailslider .slider.logo .logo {
    margin: 0 auto;
    max-width: 135px;
    padding: 0;
}
.thumbnailslider .slider.logo .logo img {
    max-width: 135px;
}
.thumbnailslider .slider.logo .details,
.thumbnailslider .slider.logo .slides {
    max-width: 583px;
    background-color: #fff;
}
.thumbnailslider .slider.logo .slides {
    margin-left: 30px;
}
.thumbnailslider .slider.logo .slide div.logo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 135px;
    height: 95px;
    margin: 0 auto;
}
.thumbnailslider .slider.logo.low-profile .slides,
.thumbnailslider .slider.logo.low-profile .slide,
.thumbnailslider .slider.logo.low-profile .buttons {
    height: 95px;
}
.thumbnailslider .slider.logo.low-profile .slide {
    border-right: 1px solid #e5e5e5;
    margin-right: 0;
}
.thumbnailslider .slider.logo.low-profile .slide div.logo {
    margin: 10px auto; /* (158px - 138px) / 2 */
}
.thumbnailslider .slider.logo:not(.low-profile) .buttons button {
    /*background-color: #e4e4e4;*/
    display: inline-box;
    font-size: 12px;
    height: 30px;
    width: 40px;
    line-height: 1em;
}
.thumbnailslider .slider.logo .buttons button.previous{
    left: -10px;
    top: 35px;
}
.thumbnailslider .slider.logo .buttons button.next{
    right: -10px;
    top: 35px;
}

.thumbnailsliderThemenbox {
    height: 370px;
    padding: 0;
    clear: both;
    margin-top: 0;
}
.thumbnailsliderThemenbox .slider.logo {
    margin: 0 auto;
    max-width: 976px;
    height: 370px;
}
.thumbnailsliderThemenbox .slider .slide {
    margin: 0 auto;
    padding: 0;
}
.thumbnailsliderThemenbox .slider.logo .slide {
    height: 370px;
    width: 224px;
    margin: 0 12px 0 0;
    padding: 0;
    font-size: 13px;
    position: relative;
    overflow: hidden;
}
.thumbnailsliderThemenbox .slider.logo .slide:last-child {
    margin: 0;
}
.thumbnailsliderThemenbox .slider.logo .logo {
    margin: 0 auto;
    max-width: 224px;
    padding: 0;
}
.thumbnailsliderThemenbox .slider.logo .logo .themenbox img {
    max-width: 180px;
}
.thumbnailsliderThemenbox .slider.logo .details,
.thumbnailsliderThemenbox .slider.logo .slides {
    max-width: 932px;
    height: 370px;
}
.thumbnailsliderThemenbox .slider.logo .slides {
    margin-left: 19px;
}
.thumbnailsliderThemenbox .slider.logo .slide div.logo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 224px;
    height: 370px;
    margin: 0 auto;
}
.thumbnailsliderThemenbox .slider.logo.low-profile .slides,
.thumbnailsliderThemenbox .slider.logo.low-profile .slide,
.thumbnailsliderThemenbox .slider.logo.low-profile .buttons {
    height: 370px;
}
.thumbnailsliderThemenbox .slider.logo.low-profile .slide {
    border-right: 1px solid #e5e5e5;
    margin-right: 0;
}
.thumbnailsliderThemenbox .slider.logo.low-profile .slide div.logo {
    margin: 10px auto; /* (158px - 138px) / 2 */
}
.thumbnailsliderThemenbox .slider.logo:not(.low-profile) .buttons button {
    display: inline-box;
    font-size: 12px;
    height: 30px;
    width: 40px;
    line-height: 1em;
}
.thumbnailsliderThemenbox .slider.logo .buttons button.previous{
    left: -10px;
    top: 155px;
}
.thumbnailsliderThemenbox .slider.logo .buttons button.next{
    right: -10px;
    top: 155px;
}


/*--------------------- Lightbox--------------------*/
.mfp-content {
    background-color: #fff;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
}
body.content .mfp-bottom-bar{
	margin-top: 7px;
}
body.content img.mfp-img { 
	background-color: #fff;
}
body.content .mfp-figure figcaption{
	height:0; 
	margin: 0 -15px;
}
body.content .mfp-figure:after{
	background-color: #fff;
}
body.content .mfp-bottom-bar{
  margin: 0;
  padding:10px 15px;
  background-color: #fff;
  color: #000;
  top: 100%;
  width: 100%;
  margin-top: -40px;
}
body.content .mfp-counter {
  top: 4px;
  right: 15px;
  float: right;
}
body.content .mfp-close {
    color: #000 !important;
}
body.content .mfp-bottom-bar .mfp-title{
  font-size: 12px;
  line-height: 16px;
  color:#000;
}
.mfp-counter{
    margin-top: 5px;
}


/*--------------------- Header ---------------------*/
#header {
  	background-color: #000084;
  	left: 0;
  	position: absolute;
  	top: 0;
  	width: 100%;
  	height: 160px;
  	z-index: 120000;
}
.headerarea {
	width: 976px;
	height: 160px;
  	margin: 0 auto;
	position: relative;
}
#header .top {
  	background-color: #fff;
  	margin: 0 auto;
  	height: 100px;
	width: 976px;
}
#header .top a.logo {
	top: 4px;
	left: 38px;
	width: 96px;
	height: 84px;
  	text-indent: -999;
  	color: transparent;	
	position: absolute; 
	display: block; 
	z-index: 999;  
	margin:0; 
	padding: 0; 
}
#header .top .logo img {
  	background-image: url(../images/baekLogo.jpg);
  	background-position: 0 0;
  	background-repeat: no-repeat;
  	-webkit-background-size: 100% 100%;
  	-moz-background-size: 100% 100%;
  	-o-background-size: 100% 100%;
  	background-size: 100% 100%;
  	width: 96px;
	height: 84px;
}


/*----- Subnavi -----*/
#stage#nav #header {
    bottom: auto;
}
#stage#nav #header,
#stage#nav-delay #header {
  bottom: 0;
}
#header #nav .other {
    margin-top: 0;
    position: absolute;
    right: 30px;
    top: 20px;
}
#header #nav .other ul {
  position: relative;
}
#header #nav .other ul li.metanavi > a {
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #8d8d8d;
  text-transform: none;
  font-size: 12px !important;
  font-family: Dosis, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}
#header #nav .other ul li.metanavi > a:hover {
	color: #373737;
}
#header #nav .other li:last-child::after {
	display: table;
	content: "  ";
	margin: 0;
}
#header #nav .other li a:hover {
	border-bottom: none;
}


#header #nav #flags {
	position: absolute;
	right: 350px;
	top: 59px;
}
#header #nav #flags .flagsDE,
#header #nav #flags .flagsEN,
#header #nav #flags .flagsFR {
	float: right;
	margin-left: 12px;
	width: 22px;
}
#header #nav #flags .flagsDE img,
#header #nav #flags .flagsEN img,
#header #nav #flags .flagsFR img {
	background-position: 0 0;
  	background-repeat: no-repeat;
  	-webkit-background-size: 100% 100%;
  	-moz-background-size: 100% 100%;
  	-o-background-size: 100% 100%;
  	background-size: 100% 100%;
  	width: 22px;
	height: 14px;
}
#header #nav #flags .flagsEN img {
    background-image: url(../images/flags-EN.jpg);
}
#header #nav #flags .flagsEN.active img {
    background-image: url(../images/flags-EN-active.jpg);
}
#header #nav #flags .flagsFR img {
    background-image: url(../images/flags-FR.jpg);
}
#header #nav #flags .flagsFR.active img {
    background-image: url(../images/flags-FR-active.jpg);
}
#header #nav #flags .flagsDE img {
    background-image: url(../images/flags-DE.jpg);
}
#header #nav #flags .flagsDE.active img {
    background-image: url(../images/flags-DE-active.jpg);
}

/*--------------------- News ---------------------*/

.archiv .selectionYear a  {
	color: #373737 !important;
	text-decoration: none !important;
}
.archiv .selectionYear p.active a  {
	color: #89a7b8 !important;
	text-decoration: none !important;
}
.archiv .selectionYear p {
	padding: 2px 15px 9px;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 !important;
}
.archiv .selectionYear p:last-child {
	border-bottom: none;
	margin: 10px 0 0 0 !important;
	padding: 2px 15px 0;
}
.archiv .imageSuche {
    font-size: 14px;
	float: left;
	margin-right: 10px;
}
.archiv .text a {
    color: #373737 !important;
}
.archiv .bild {
	width: 35px;
}
.archiv .imageSuche img {
	background-image: url(../images/search.png);
	background-repeat: no-repeat;  
	background-position: 13px 5px;
	width: 35px;
	height: 27px;
}
.archiv .picture .imageSuche{
	margin-right: 0;
}

.news-clear {
    clear: both;
}

/*--------------------- Footer ---------------------*/

.footer {
  padding: 60px 0 50px;
  background-color: #504f4f;
  margin-top: 5px;
  color: #fff;
}
.footer p {
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  margin-top: 20px;
  padding: 0;
}
.footer .nav  {
  margin: 0;
  padding: 0;
}
.footer .nav ul {
    margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none; 
}
.footer .nav li {
    margin: 0 13px 0 0;
    float: left;
	font-size: 13px !important;
  	line-height: 18px;
	font-family: Dosis, Arial, Helvetica, sans-serif;
	font-weight: 400; 
	letter-spacing: 1px;
    border-bottom: none;
}
.footer .nav li,
.footer .nav li:hover {
    border-bottom: none;
}
.footer .nav li,
.footer .nav li a {
  color: #fff;
  text-transform: uppercase;
}
.footer .nav li::after {
	display: table;
	content: " / ";
	float: right;
	margin-right: 0;
	margin-left: 13px;
}
.footer .nav .other li::after {
	color: #9a9a9a !important;
}
.footer .nav li:last-child::after {
	display: table;
	content: "  ";
	float: right;
}
.footer .nav .other li a {
	font-size: 13px;
  	line-height: 18px;
  	margin: 0 0 2em;
  	color: #9a9a9a !important;
  	text-transform: none;
  	font-family: 'Dosis', Arial, Helvetica, sans-serif;
}
.footer .socialmedia {
	float: right;
    margin-bottom: 20px;
    height: 27px;
    width: auto;	
}
.footer .socialmedia .twitter,
.footer .socialmedia .youtube,
.footer .socialmedia .twitter a,
.footer .socialmedia .youtube a { 
    float: left;
    margin: 0 10px 0 0;	
  	width: 30px;
  	height: 28px;
  	border-radius: 15px;
  	background-color: #fff;
	color: #4f4f4f !important;
	font-size: 18px;
	text-align:center;
	padding-top: 2px;
}
.footer .socialmedia:after, .footer .socialmedia:before {
	display: table;
	content: " ";
}





@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

}


/* print */

@media print {

	* {
	    -webkit-print-color-adjust: exact;
	    print-color-adjust: exact;
		float: none;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
        background:transparent !important;
	}
    html {
        background-color:#fff;
    }

	footer.footer,
    video,
    nav,
    body.content .main .articles .socialmedia,
	.thumbnailslider,
    .tx-solr-search-form,
    .teaserbox,
    .arztsuche,
    .thumbnailsliderThemenbox,
    .boxDarkgrey {
		display: none  !important;
	}

    .newsarea nav {
        display: block !important;
        color: #000 !important;
    }
    .newsarea nav a {
        color: #000 !important;
    }

    /* Dont Show link destinations in brackets after the link text */
    a[href]:after {

        content: "";
    }
    a[href] {
        text-decoration: underline;
    }
    /* Don't show link destinations for JavaScript or internal links */
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    /* Show abbr title value in brackets after the text */
    abbr[title]:after {
        display: none;
    }

    figure {
        margin-bottom:1em;
        overflow:hidden;
    }
    figure img { border:1px solid #000; }


	body, body.content { 
		background: none; 
		height:auto; 
		width: 17cm;
		overflow: visible; 
		position: relative;
        color:#000;
        background-color: white !important;
        font-size: 11pt !important;
        line-height: 18pt !important;
	}
    h1 {
        font-size: 22pt !important;
        margin-bottom: 0.5cm !important;
        border-bottom: 1px solid #ccc;
    }
    h2 {
        font-size: 18pt !important;
        margin-bottom: 0.2cm !important;
    }
    p {
        font-size: 11pt !important;
        line-height: 18pt !important;
        color:#000;
    }
	body.content #stage{
		overflow: visible;
		position: relative;
		width: 17cm;
		max-width:17cm;
		height: auto;
        margin-top: 0;
        padding-top: 0;
	}
	body.content .main {
		width: auto; 
		max-width:17cm;
		overflow: visible;
		position: relative;
        margin-top: 0;
        padding-top: 0;
	}
    body.content .main .width12-12-desktop {
        padding: 0;
    }
    .width8-12-desktop > .news > .news-list > .width4-12-desktop {
        width: 45%;
        float: left;
        padding: 0 0 0 24px;
    }
    .width8-12-desktop > .news > .news-list > .box.width4-12-desktop:nth-child(0n+1) {
        background-color: #efefef !important;
    }
    body.content .main .width8-12-desktop {
		width: 66%;
        float: left;
	}
    body.content .main .width6-12-desktop {
        width: 45%;
        float: left;
        padding: 0 0 0 24px;
    }
    body.content .main .width4-12-desktop {
         width: 30%;
         padding: 0 0 0 24px;
         float: right;
    }
    body.content .main .width3-12-desktop {
        width: 22%;
        padding: 0 0 0 24px;
        float: left;
    }

	.row .box, 
	.nav .box {
		display: block; 
		vertical-align: top;
		margin:0; 
		padding: 0;	
		height: auto;
	}

    a:link:after,
    a:visited:after {
        content: " ("attr(href)")";
        font-size: 100%;
    }
    a[href^="/"]:after {
        content: " (Link auf <" attr(href) ">)";
    }
    a:link:after { content: ” (Link auf <” attr(href) “>) “; }

	dd {
		height: auto !important;
	}
    .content:after{
        content:"bereitgestellt von: www.bundesaerztekammer.de";
        font-size: 9pt !important;
        font-style: italic;
        padding-top: 45px !important;
    }
    .download,
    .downloadPDF {
        background-image: url(../images/PDF-icon.png) !important;
        background-repeat: no-repeat !important;
        /*background-image:  none;*/
    }

    #header .top .logo img {
        background-image: url(../images/baekLogo.jpg) !important;
        background-position: 0 0;
        background-repeat: no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        width: 96px;
        height: 84px;
        margin-right: 45px !important;
    }

}




