@charset "UTF-8";

/* ************************************* */
/*                                       */
/* Reset                                 */
/*                                       */
/* ************************************* */

* {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
/*overflow-y: scroll;*/
}

article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section, time, summary {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

ul {
  list-style: none;
}

.group:after,
#page:after,
#breadcrumb:after,
#content:after,
header:after,
dl:after{
  content: "";
  display: table;
  clear: both;
}

/* ************************************* */
/*                                       */
/* Global                                */
/*                                       */
/* ************************************* */

body{
  font-size: 87.50%;
  font-family: Arial,Helvetica,sans-serif;
  background: white url(../img/deco/back-body.png);
}

.js-none,
.js-smart{
  display: none;
}

.js-hidden{
  visibility: hidden;
}

#page,header,#right,nav,#meta,#content,footer,article,.block,.content,.header,#main,.item,.element-txt,.columns,dd,.box,.button,input[type=submit],.meta,#breadcrumb,#breadcrumb li{
  position: relative;
}

nav,nav ul,article,section,#right,footer,.block,.columns,.column,.grid,dd,#search input[type=submit]{
  overflow: hidden;
}

footer,.columns,.report,.tabs,.meta,dl{
  clear:both;
}

.js-toggle,
.link,
.js-tooltip{
  cursor: pointer;
}

.left{
  float:left !important;
  margin-right: 20px !important;
  margin-left: 0 !important;
}

img.left{
  margin-top: 3px;
  margin-right: 10px !important;
  margin-bottom: 5px;
}

.right{
  float:right !important;
  margin-right: 0 !important;
  margin-left: 20px;
}

.center{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ************************************* */
/*                                       */
/* Layout                                */
/*                                       */
/* ************************************* */

#page{
  width:960px;
  margin:0px auto 40px auto;
  background: white;
  padding: 10px 40px 40px 40px;
  min-height:620px;
}

/* ************************************* */
/*                                       */
/* Regions                               */
/*                                       */
/* ************************************* */

#content{
  background:white;
  padding-top: 32px;
}

#ajax-content{
  background:white;
  padding: 20px;
}

.sidebar-right #content{
  width:520px;
  display: inline-block;
}

#right{
  width:340px;
  float:right;
  font-size:92.86%;
  border-top:1px dotted black;
  margin-top: 91px;
}

/* ************************************* */
/*                                       */
/* Header <header>                       */
/*                                       */
/* ************************************* */

#page > header{
  height:120px;
  margin:0 0 20px 0;
  border-bottom:1px solid black;
}

#popup-layout #page{
  width:80% !important;
  min-height: 0 !important;
}

#popup-layout #page > header{
  margin-bottom: 0 !important;
}

#logo{
   position:absolute;
   width:205px;
   height:25px;
   top:70px;
   left:0;
   background: url(/res/img/logos/klinikbewertungen-logo.png) no-repeat top left;
   text-indent: -9999%;
   outline:none;
   z-index: 100;
}

#family{
   position:absolute;
   width:300px;
   height:35px;
   top:0px;
   left:0;
   z-index: 100;
}

#family li{
  display: inline-block;
}

/* ************************************* */
/*                                       */
/* Main navigation <nav> ul              */
/*                                       */
/* ************************************* */

nav{
  z-index: 98;
  background: white;
}

nav ul{
  width:100%;
}

nav ul li{
  float:left;
}

nav ul li:last-child a{
  margin-right: 0;
}

nav ul li a:hover,
nav ul li.current a{
  color:black;
	border-bottom: 2px solid black;
}

nav ul li a{
  display:block;
  font-family: 'Open Sans',Arial, Helvetica, sans-serif;
  font-weight: 600;
	font-size: inherit;
	color:#444444;
  text-align: center;
  margin-right: 20px;
	border-bottom: 1px dotted black;
	height: 50px;
	line-height: 50px;
	width:160px;
}

/* ************************************* */
/*                                       */
/* Meta navigation #meta ul              */
/*                                       */
/* ************************************* */

#meta{
  position: absolute;
  width:auto;
  height:30px;
  top:0px;
  right:0px;
}

#meta ul{
  width:100%;
}

#meta ul li{
  display:inline-block;
  padding-right: 10px;
}

#meta ul li:last-child{
  border-right:2px solid;
}

#meta ul li a{
	color:black;
  height:30px;
  font-family: 'Open Sans',Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 13px;
}

#meta ul li a:hover{
  color:#444444;
}

/* ************************************* */
/*                                       */
/* Breadcrumb navigation ul#breadcrumb   */
/*                                       */
/* ************************************* */

#breadcrumb{
  width:100%;
  margin-top: 40px;
  overflow:visible;
  position:relative;
}

#breadcrumb > li{
  background-color: #EBEBEB;
  background-image: url(../img/deco/back-breadcrumb.png);
  background-repeat: no-repeat;
  background-position:  center right;
  float:left;
  padding: 0 30px 0 20px;
}

#breadcrumb > li:last-child{
  background-image: url(../img/deco/back-breadcrumb-last.png);
}

#breadcrumb > li a{
  font-size:92.86%;
  line-height: 30px;
  height: 30px;
  color:black;
}

#breadcrumb > li a:hover{
  color:#444444;
}

#breadcrumb > li > a.expanded{
  position:absolute;
  z-index:2;
  background-position: right -77px !important;
}

.breadcrumb-toexpand{
  display: none;
  position:absolute;
  top:-20px;
  left:-12px;
  padding:50px 30px 20px 30px;
  z-index:1;
  background-color: #EBEBEB;
  -webkit-box-shadow: 2px 2px 2px #858585;
  -moz-box-shadow: 2px 2px 2px #858585;
  box-shadow: 2px 2px 2px #858585;
}

.breadcrumb-toexpand.expanded{
  display: block;
}

.breadcrumb-toexpand li.current{
  display:none;
}

.breadcrumb-expanded li a{
  line-height: 17px;
}

/* ************************************* */
/*                                       */
/* Tabbed navigation #tabs ul            */
/*                                       */
/* ************************************* */

div.tabs{
  margin: 0 0 40px 0;
}

div.tabs ul{
  width:100%;
  text-align: center;
  display:table;
  table-layout: fixed;
  table-layout: auto;
}

div.tabs ul li{
  display:table-cell;
  background: #7F8B9D;
  background: #5188a3;
  transition-property: background;
  transition-duration: 0.5s;
  -moz-transition-property:background;
  -moz-transition-duration:0.5s;
  -webkit-transition-property:background;
  -webkit-transition-duration:0.5s;
  position: relative;
}

div.tabs ul li:hover,
div.tabs ul li.current{
  background: #c5261f;
}

div.tabs ul li.current:after{
  content:url('../img/deco/tab-current.png');
  position:absolute;
  margin: 0 auto 0 auto;
  line-height: 0;
}

div.tabs ul li a{
  line-height: 36px;
  display: block;
  color:white;
  white-space: nowrap;
  padding: 0 5px 0 5px;
}

/** von thorsten TODO: evtl statt .current besser h1 nehmen? **/
div.tabs ul li h1{
  display: inline;
  font-size: 100%;
  font-family: Arial,Helvetica,sans-serif;
}


/* ************************************* */
/*                                       */
/* Pager navigation .pager ul            */
/*                                       */
/* ************************************* */

.pager{
  padding-top: 2px;
  text-align: center;
}

.pager li{
  display: inline-block;
  line-height: 25px;
}

.pager a,
.pager span{
  vertical-align: middle;
  padding: 0 2px 0 2px;
  height:24px;
  text-align: center;
  display:block;
  color:black;
}

.pager li.first a,
.pager li.prev a,
.pager li.next a,
.pager li.last a{
  text-indent: -9999px;
}

.pager li.prev a{
  background: url(../img/icons/pager-prev-me.png) no-repeat left center;
  width:34px;
}

.pager li.next a{
  background: url(../img/icons/pager-next-me.png) no-repeat right center;
  width:34px;
}

.pager li.current a, .pager li.current span{
  color:black;
  font-weight: bold;
}

.pager.mini{
  font-size:0.9286em;
}

/* ******************************************** */
/*                                              */
/* PLUGIN Gallery navigation .slider_manually   */
/*                                              */
/* ******************************************** */

.gallery{
  position:relative;
  display: inline-block;
  margin-bottom: 60px;
}

.slider_manually{
  z-index: 1;
  margin-bottom: 0;
}

.slider_manually li{
  line-height: 0;
}

.slider_manually_nav{
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    height: 91%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 48%;
    z-index: 3;
}

.slider_manually_nav.next{
    left: auto;
    right: 0;
}

.slider_manually_tabs{
    text-align: center;
    z-index: 4;
    position: absolute;
    bottom:-50px;
    width:100%;
}

.slider_manually_tabs li{
    display: inline;
    float: none;
    margin-right: 5px;
    line-height: 0;
}

.slider_manually_tabs li a{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
    display: inline-block;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
    width: 9px;
}

.slider_manually_tabs li.slider_manually_here a{
  background: rgba(197, 38, 33, 1);
}

/* ************************************* */
/*                                       */
/* Footer <footer> ul                    */
/*                                       */
/* ************************************* */

body > footer{
  background: #FAF8F6;
  margin: 0 auto 40px auto;
  width:100%;
  z-index: 0;
}

body > footer ul li{
  line-height:1.5714em;
}

body > footer ul li.current a{
  color:black;
}

body > footer ul li a,
body > footer ul li span{
  color:#444444;
  transition-property: color;
  transition-duration: 1s;
  -moz-transition-property:color;
  -moz-transition-duration:1s;
  -webkit-transition-property:color;
  -webkit-transition-duration:1s;
}

body > body > footer ul a:hover,
body > footer ul span:hover{
  color:black;
}

/* ************************************* */
/*                                       */
/* Lists                                 */
/*                                       */
/* ************************************* */

/* ************************************* */
/* Filtersektion ueber Listen            */
/* ************************************* */

.controls{
  display: table;
  table-layout: auto;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

#talkback-main .controls{
  border-top:1px solid black;
  border-bottom: 1px dotted #000000;
  padding-top: 9px;
  padding-bottom: 10px;
}

.controls > div{
  display: table-cell;
  vertical-align: middle;
  padding:1px 20px 0 20px;
  border-left:1px dotted black;
}

.controls > div:first-child{
  border:0;
}

#talkback-main .controls > div{
  padding-left: 10px;
  padding-right: 10px;
}

#talkback-main .controls > div:first-child{
  padding-left: 0;
}

.controls span{
  padding-right:10px;
}

.controls ul{
  display: inline-block;
}

.controls li{
  vertical-align: middle;
  display: inline-block;
  padding-right: 10px;
}

.controls li:last-child{
  padding-right: 0;
}

/* .controls select{
  width:200px;
}

.controls .filters select{
  width:300px;
} */

/* ************************************* */
/* Bewertungsliste auf der Startseite    */
/* ************************************* */

.ratinglist.compact header{
  float:left;
  max-width:280px;
}

.ratinglist.compact .rating{
  width:140px;
}

.ratinglist.compact .rating dt,
.ratinglist.compact .rating dd{
  display: none;
}

.ratinglist.compact .rating dt:first-child + dd{
  display: block;
}

/* ************************************* */
/*                                       */
/* Blocks                                */
/*                                       */
/* ************************************* */

.block{
  margin-bottom: 20px;
  vertical-align: top;
}

.block > header{
  margin-bottom: 9px;
  border-bottom:1px solid black;
}

.block.forum > header{
  width:520px;
  margin-bottom: -1px;
  border-bottom:1px solid black;
}

/* ************************************* */
/* Die Klinik stellt sich vor Bloecke    */
/* ************************************* */

.block.about{
  height: 100%;
  display: inline-block;
  width:520px;
  margin-right: 16px;
  margin-bottom: 0;
}

/* ************************************* */
/* Bewertungsliste auf der Startseite    */
/* ************************************* */

.forum .forumlist{
  display: inline-block;
  width:520px;
  margin-right: 16px;
  margin-bottom: 0;
  float:left;
}

.forum .forumlist:first-of-type{
  padding-top: 25px;
}

.forumlist article{
  border-top:0;
}

/* ************************************* */
/* Griddarstellung                       */
/* ************************************* */

.grid{
  overflow:hidden;
  margin-left: -20px;
  margin-top: 20px;
}

.grid article{
  float:left;
  width:200px;
  margin-left:20px;
  margin-bottom:16px;
}

.grid article img{
  width:200px;
}

.grid article h2{
  position:absolute;
  bottom:10px;
  background-color: rgba(255, 255, 255, 0.7);
  padding:5px 5px 5px 10px;
  width:100%;
}

/* ************************************* */
/* Auszeichnungsbloecke                  */
/* ************************************* */

.box{
  padding:20px 20px 10px 20px;
  border: 1px solid white;
  margin: 1px 1px 20px 1px;
  background: #f5f5f5;
  z-index: 5;
}

.box:before {
   content: " ";
   position: absolute;
   z-index: -1;
   top: -1px;
   left: -1px;
   right: -1px;
   bottom: -1px;
   outline: 1px #c3d4d5 dotted;
}

/* ************************************* */
/* Search                                */
/* ************************************* */

#search{
  background: white;
  margin-bottom: 40px;
}

#search .content{
  padding: 10px 0 20px 0;
  background: #5188a3;
}

#search .legend{
  padding: 5px 0 0 0;
}

.wrapper-sticky #search.sticky label,
.wrapper-sticky #search.sticky .legend{
  display:none;
}

.wrapper-sticky #search.sticky .content{
  padding:8px 0 8px 0;
}

.wrapper-sticky #search.sticky form > span:first-child{
  padding-top: 3px;
}

.wrapper-sticky #search.sticky form > span:last-child{
  padding-top: 0px;
  margin-top: -2px;
}

/* ************************************* */
/*                                       */
/* Artikel                               */
/*                                       */
/* ************************************* */

.list article{
  border-top:1px dotted black;
  padding-top: 26px;
}

.teaserlist article{
  border-top:1px dotted black;
  padding-top: 22px;
}

.ratinglist article{
  border-top:1px dotted black;
  padding-top: 22px;
}

.ratinglist.compact article{
  border-top:0;
  padding-top: 0;
  margin-bottom: 20px;
  border-bottom:1px dotted black;
}

.ratinglist.compact article:last-child{
  border-bottom:0;
  margin-bottom: 0;
}

/* ************************************* */
/* Artikel <footer>                      */
/* ************************************* */

section.actions{
  font-size:92.86%;
  clear:both;
}

.bewertung section.actions{
  padding: 0 0 0 200px;
}

.forum section.actions{
  padding: 0;
}

section.actions ul{
  float:left;
  margin: 0 0 20px 0;
  list-style: none;
}

.forum section.actions ul{
  margin: 0 0 10px 0;
}

section.actions ul.hori li{
  float:left;
  margin-right: 20px;
}

section.actions ul.right li:last-child{
  margin-right: 0;
}

/* ************************************************** */
/*                                                    */
/* Aside - rechte Sidebar innerhalb von #content      */
/*                                                    */
/* ************************************************** */

aside{
  display: inline-block;
  width:340px;
  vertical-align: top;
  font-size:92.86%;
  border-top:1px dotted black;
  margin-left: 0 !important;
}

aside.aside-small{
  width:260px;
}

/* ************************************* */
/*                                       */
/* Sections                              */
/*                                       */
/* ************************************* */

/* ************************************* */
/* Meta, Suggest                         */
/* ************************************* */

.meta,
.suggest,
section.comments dt,
.user{
  color:#929292;
  margin-bottom:20px;
  font-size: 0.8571em;
}

.cliniclist .suggest{
  float:right;
  margin-top: 4px;
  margin-bottom: 0;
}

/* ************************************* */
/* Inhalt                                */
/* ************************************* */

section.content{
  float:left;
  width:520px;
}

.blog section.content{
  float:none;
  width:auto;
  margin-right:20px;
  text-align: justify;
}

.forumlist section.content{
  float:none;
  width:auto;
}
/* ************************************* */
/* Rating                                */
/* ************************************* */

/* Wrapper                               */
section.rating{
  margin:0 0 0 auto;
  width: 340px;
}

/* = ul                                  */
section.rating dl,
section.report dl,
section.comments dl  {
  line-height: 22px;
  margin-bottom: 20px;
}

section.report dl {
  margin-bottom: 10px;
}

/* Legende                               */
section.rating dt,
section.report dt  {
  float:left;
  width:200px;
  padding-right:20px;
  text-align: right;
  clear:both;
}

/* Gesamtzufriedenheit                   */
section.rating dt:first-child  {
  font-weight:bold;
}

/* Sternehalter                          */
section.rating dd {
  float:right;
  height:16px;
}

/* Erfahrungsbericht                     */
section.report dd {
  min-height:22px;
}

/* Sterne                                */
dd img{
  vertical-align: top;
  background-color: #ffe1d0;
  background-image: url(../img/rating/back-stars.png);
  background-position: left top;
  background-repeat: no-repeat;
  width:140px;
  height:16px;
  background-size:0%;
  background-size:0%;
}

/* Sterne Gesamtzufriedenheit            */
dt:first-child + dd img{
  background-image: url(../img/rating/back-stars-total.png);
}

/* Klinikseitendarstellung               */
article.bewertung .rating{
  width:100%;
}

article.bewertung .rating dl{
  width:100%;
}

article.bewertung .rating dd,
section.report dd{
  text-align: left;
  margin-left: 200px;
  vertical-align: top;
  width:auto;
  padding-right:140px;
  position: relative;
  float:none;
  height:auto;
}

article.bewertung .rating dd img{
  position:absolute;
  right:0;
  top:2px;
}

/* Bewertung geht nicht in die Gesamtwertung mit ein */
article.bewertung.ignorieren .rating{
  display:none;
}

/* Listendarstellung                     */
.ratinglist.compact dl {
  margin-top: 5px;
  margin-bottom: 0;
}

/* ************************************* */
/* Kommentare                            */
/* ************************************* */

section.comments dt{
  float:left;
  width: 180px;
  margin-right: 20px;
  text-align: right;
  clear:both;
}

section.comments dd{
  width: 520px;
  float:left;
}

/* ************************************* */
/* Autor                                 */
/* ************************************* */

section.author{
  margin-bottom:20px;
  font-weight:700;
  line-height: 130%;
}

/* ************************************* */
/* Blöcke in rechter Spalte              */
/* ************************************* */

#right section,
aside section{
  border-bottom:1px dotted black;
  padding-top:22px;
}

/* ************************************* */
/*                                       */
/* Columns                               */
/*                                       */
/* ************************************* */

.column {
  display: inline-block;
  vertical-align: top;
  padding-right:20px;
}

.column:first-child {
  border: 0;
}

.column:last-child {
  padding-right: 0;
  padding-left: 20px;
}

/* ************************************* */
/* Footer                                */
/* ************************************* */

body > footer .columns {
  width:900px;
  margin: 0 auto 0 auto;
  padding:34px 0 38px 0;
  display: table;
  table-layout: fixed;
}

body > footer .column {
  border-left:1px solid #BFBFBF;
  padding-left: 40px;
  display: table-cell;
}

/* ************************************* */
/* 3 Spalten                             */
/* ************************************* */

.col3 .column {
  width:33%;
}

/* ************************************* */
/* 2 Spalten                             */
/* ************************************* */

.col2 .column {
  width:50%;
  margin-right: -4px;
}

.columns2{
  -moz-column-count:2;
  -moz-column-gap: 40px;
  -webkit-column-count:2;
  -webkit-column-gap: 40px;
  column-count:2;
  column-gap:40px;
}

/* ************************************* */
/* 2 Spalten in 60% und 40%              */
/* ************************************* */

.col6040 .column {
  width:40%;
  margin-right: -4px;
}

.col6040 .column:first-child {
  width:60%;
}

/* ************************************* */
/* Boxen in #content in Sidebarsituation */
/* ************************************* */

.aside{
  width:516px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

div.aside-small,
article.aside-small{
  width:595px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.box.aside{
  width:514px;
}

/* ************************************* */
/*                                       */
/* Elements                              */
/*                                       */
/* ************************************* */

.cliniclist a.left img{
  margin-top:5px;
}

.picture{
  margin-bottom: 20px;
}

.coop1{
  position:absolute;
  bottom:40px;
  left:40px;
  width:106px;
  height:25px;
}

.map-compact{
  margin-bottom: 10px;
}

time{
  display: inline;
}

.icon-talkback{
  height:13px;
  width:16px;
  vertical-align: middle;
  z-index:10;
  display:inline-block;
  margin-left: 5px;
}

.icon-talkback img{
  display: block;
}

.icon16{
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: center left;
}

.icon24{
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: center left;
  color:#c5261f;
  height:24px;
  display:inline-block;
}

.icon{
  background-repeat: no-repeat;
  background-position: 0 -70px;
  color:#c5261f;
  height:30px;
  width:30px;
  display:block;
  text-indent: -999px;
}

.icon16r{
  padding-right: 24px;
  background-repeat: no-repeat;
  background-position: center right;
}

.icon-search{
  background-image: url(../img/icons/icon-search.png);
}

.icon-expand{
  background-image: url(../img/icons/icon-expand.png);
  background-position: right -1px !important;
}

.icon-expand-fill{
  background-image: url(../img/icons/icon-expand-fill.png);
  display:block;
}

.icon-hide-fill{
  background-image: url(../img/icons/icon-hide-fill.png);
  display:block;
}

.icon-flag{
  background-image: url(../img/icons/icon-flag.png);
}

.icon-show{
  background-image: url(../img/icons/icon-show.png);
  padding-left: 32px;
}

.icon-share{
  background-image: url(../img/icons/icon-share.png);
  padding-left: 36px;
}

.icon-comment{
  background-image: url(../img/icons/icon-comment.png);
}

.icon-share-me-fill{
  background-image: url(../img/icons/icon-share-me-fill.png);
}

.icon-rss-me-fill{
  background-image: url(../img/icons/icon-rss-me-fill.png);
}

.icon-print-me-fill{
  background-image: url(../img/icons/icon-print-me-fill.png);
}

.icon-prev-fill{
  background-image: url(../img/icons/icon-prev-fill.png);
}

.icon-next-fill{
  background-image: url(../img/icons/icon-next-fill.png);
  float:right;
}

.icon-search-la-fill{
  background-image: url(../img/icons/icon-search-la-fill.png);
}

.icon-list-la-fill{
  background-image: url(../img/icons/icon-list-la-fill.png);
}

.icon-list-la-fill:hover,
li.current .icon-list-la-fill{
  background-position: 0 0;
}

.icon-map-la-fill{
  background-image: url(../img/icons/icon-map-la-fill.png);
}

.icon-map-la-fill:hover,
li.current .icon-map-la-fill{
  background-position: 0 0;
}

.icon-globe-fill{
  background-image: url(../img/icons/icon-globe-fill.png);
}

.icon-mail-fill{
  background-image: url(../img/icons/icon-mail-fill.png);
}

.icon-mail{
  background-image: url(../img/icons/icon-mail.png);
  vertical-align: top;
  margin-left: 3px;
}

.icon-pdf-fill{
  background-image: url(../img/icons/icon-pdf-fill.png);
}

.icon-facebook-fill{
  background-image: url(../img/icons/icon-facebook-fill.png);
}

.icon-twitter-fill{
  background-image: url(../img/icons/icon-twitter-fill.png);
}

.icon-google-fill{
  background-image: url(../img/icons/icon-google-fill.png);
}

.icon-xing-fill{
  background-image: url(../img/icons/icon-xing-fill.png);
}

.icon-certificate-fill{
  background-image: url(../img/icons/icon-certificate-fill.png);
}

.icon-video{
  background-image: url(../img/icons/icon-video.png);
}

.icon-fon-fill{
  background-image: url(../img/icons/icon-fon-fill.png);
}

.icon-fax-fill{
  background-image: url(../img/icons/icon-fax-fill.png);
}

.icon-tooltip-fill{
  background-image: url(../img/icons/icon-tooltip-fill.png);
}

.icon-fav-me-trans{
  background:#D8D8D8;
}

.icon-me-trans-grey{
  height:20px;
  width:16px;
  display:inline-block;
  margin-left: 5px;
  text-indent: -999px;
  vertical-align: middle;
  z-index:10;
/*  background:#D8D8D8;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  -o-transition: background 200ms linear;
	transition: background 200ms linear;*/
}

.icon-me-trans-grey:hover{
/*  background:#C52621;*/
}

.icon-me-trans-grey img{
  display:block;
}

/* ************************************* */
/*                                       */
/* Comments                              */
/*                                       */
/* ************************************* */

section.comments dd{
  font-size:92.86%;
}

section.comment{
  padding-top: 20px;
}

section.comment p{
  margin-left: 160px;
}

.user{
  float:left;
  width:160px;
  padding-right: 10px;
  line-height: 20px;
  text-align: right;
}

/* ************************************* */
/*                                       */
/* Layer                                 */
/*                                       */
/* ************************************* */

.overlay{
  position:absolute;
  z-index:99;
  background-color: rgba(255, 255, 255, 0.5);
}

.popup{
  position:absolute;
  display:none;
  z-index:5001;
  background-color:#f5f5f5;
  -webkit-box-shadow: 2px 2px 2px #858585;
  -moz-box-shadow: 2px 2px 2px #858585;
  box-shadow: 2px 2px 2px #858585;
  -webkit-border-radius: 0px 25px 0px 0px;
  border-radius: 0px 25px 0px 0px;
}

.popup .inner{
  padding:10px;
}

.popup .close{
  text-align: right;
  background: #c5261f;
  -webkit-border-radius: 0px 25px 0px 0px;
  border-radius: 0px 25px 0px 0px;
}

/* ************************************* */
/*                                       */
/* PLUGIN Sticky                         */
/*                                       */
/* ************************************* */

nav.sticky{
  padding:10px;
  margin:-20px 0 0 -10px;
  width:900px !important;
  -webkit-box-shadow:  0px 2px 2px 0px rgba(2, 2, 2, 0.5);
  box-shadow:  0px 2px 2px 0px rgba(2, 2, 2, 0.5);
  height:50px !important;
}

.aside-sticky{
  display: inline-block;
  /*height:auto!important;*/
}

.aside-sticky aside{
  margin: 0 0 auto 0;
}

.wrapper-sticky{
  z-index: 90;
  clear:both;
}

.tabs.sticky{
  margin: 0;
}

#right.sticky{
  margin: 20px 0 auto 0;
}

/* ************************************* */
/*                                       */
/* PLUGIN ScrollUp                       */
/*                                       */
/* ************************************* */

#scrollUp {
	bottom: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	text-indent: -999px;
	overflow:hidden;
  background: transparent url(../img/icons/icon-totop-la-fill.png) no-repeat;
	-webkit-transition: bottom 150ms linear;
	-moz-transition: bottom 150ms linear;
	transition: bottom 150ms linear;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#scrollUp:hover {
  bottom: 25px;
}

/* ************************************* */
/*                                       */
/* PLUGIN Powertip                       */
/*                                       */
/* ************************************* */

#powerTip {
	cursor: default;
	background-color: rgba(250, 248, 246, 0.99);
	color: black;
	display: none;
	padding: 20px 20px 0 20px;
	position: absolute;
/*	white-space: nowrap;*/
	z-index: 2147483647;
  -webkit-box-shadow:  3px 3px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  3px 3px 2px 0px rgba(0, 0, 0, 0.1);
  max-width:340px;
}
#powerTip:before {
	content: "";
	position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid rgba(250, 248, 246, 0.99);
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 10px solid rgba(250, 248, 246, 0.99);
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid rgba(250, 248, 246, 0.99);
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid rgba(250, 248, 246, 0.99);
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid rgba(250, 248, 246, 0.99);
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid rgba(250, 248, 246, 0.99);
	top: -10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 10px solid rgba(250, 248, 246, 0.99);
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px;
}
#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none;
	border-bottom: 10px solid rgba(250, 248, 246, 0.99);
	bottom: auto;
	top: -10px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}

/* ************************************* */
/*                                       */
/* Talkback                              */
/*                                       */
/* ************************************* */

.talk-icon{
  margin: 0 10px 0 0px;
  vertical-align: middle;
  display: inline-block;
}

/* ************************************* */
/*                                       */
/* Tooltip                               */
/*                                       */
/* ************************************* */

.tooltip{
  vertical-align: middle;
}

/* ************************************* */
/*                                       */
/* Social layer                          */
/*                                       */
/* ************************************* */

.socialbox{
  padding: 20px;
  background: white;
}

.socialbox ul{
  width:100%;
  text-align: center;
}

.socialbox li{
  width:70px;
  height:70px;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: white;
  margin-right: 5px;
}

.socialbox li a{
  display: inline-block;
  width: 100%;
  height:100%;
}

.socialbox li:nth-child(1){
  background: #3b5998;
}

.socialbox li:nth-child(2){
  background: #db5f44;
}

.socialbox li:nth-child(3){
  background: #00acee;
}

.socialbox li:nth-child(4){
  background: #5188a3;
}

.facebook-share{
  background: url(../img/icons/social/icon-facebook-fill-me.png) no-repeat center center;
}

.google-share{
  background: url(../img/icons/social/icon-google-fill-me.png) no-repeat center center;
}

.twitter-share{
  background: url(../img/icons/social/icon-twitter-fill-me.png) no-repeat center center;
}

.mail-share{
  background: url(../img/icons/social/icon-mail-fill-me.png) no-repeat center center;
}

/* ************************************* */
/*                                       */
/* Decoration                            */
/*                                       */
/* ************************************* */

