/* Copyright (c) 2015 Masterhomepage GmbH
*  
*  CSS Template
* 
*********************************************/

html {
   height: 100%;
   margin: 0px;
   padding: 0px;
}

body {
   margin: 0px;
   padding: 0px;
   font-family: 'Roboto', sans-serif;
   font-weight: 400;
   font-size: 13px;
   color: #5d5853;
   line-height: 1.5;
   -webkit-text-size-adjust: none;
}

a:link,
a:visited {
   color: #84807c;
   text-decoration: none !important;
}

a:hover {
   color: #84807c;
}

ul {
   margin: 10px 0px;
   padding: 0 0 0 20px;
}

ol {
   margin: 10px 0px;
   padding: 0 0 0 20px;
   list-style-position: inside;
}

ul li,
ol li,
ol li ul li {
   padding: 0;
   margin: 0;
}

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

td {
   vertical-align: top;
}

hr {
   border: none;
   border-top: dotted 1px #767676;
   color: #transparent;
   background-color: #transparent;
   margin: 15px 0px;
}

a img {
   border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0px 0px 0px 0px;
   padding: 0px;
   font-weight: normal;
}

h1,
h2,
h3 {
   color: #84807c;
   line-height: normal;
   font-family: 'Noto Serif', serif;
   font-weight: 400;
   font-size: 16px;
   padding-top: 20px;
}

h4 {
}

h5 {
}

h6 {
}

iframe {
   border: none;
}

/*********** Div Container**********/
#all {
   background: #e3e3e2;
}

#top {
   position: relative;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 58px;
   background-image: url(../images/1pix_BG_oben.png);
   z-index: 1;
}

#visualisierung {
   position: absolute;
   top: 0px;
   left: 50%;
   margin-left: -490px;
   width: 300px;
   height: 100px;
   background-image: url(../images/Button_Praxisvisualisierung_oben.png);
   z-index: 3;
}

#visualisierung .moduletable_impressum {
   position: absolute;
   top: 20px;
   right: 70px;
}

#visualisierung .moduletable_visualisierung {
   position: absolute;
   top: 63px;
   left: 80px;
}

#visualisierung .moduletable_lang {
   position: absolute;
   top: 7px;
   left: 60px;
}

.moduletable_lang ul {
   list-style: none;
}

.moduletable_lang li {
}

.mod-languages_lang li {
   background-image: url('../images/lang-norm.png');
   background-repeat: no-repeat;
   float: left;
   height: 26px;
   list-style: outside none none;
   margin-right: 5px;
   padding-left: 8px;
   padding-top: 3px;
   width: 25px;
}

.mod-languages_lang a:link,
.mod-languages a:visited {
   color: #a19e99;
}

.mod-languages_lang li.lang-active {
   background-image: url('../images/lang-active.png');
   background-repeat: no-repeat;
}

.lang-active a:link,
.lang-active a:visited {
   color: #75706c;
}

#contentwrap {
   min-height: 450px;
   top: 384px;
   left: 0px;
   position: absolute;
   z-index: 3;
   width: 100%;
   background-image: url(../images/unterseite_1pixBG_unten.png);
   background-repeat: repeat-x;
   z-index: 2;
}

#logo {
   top: -148px;
   left: 50%;
   margin-left: -490px;
   width: 300px;
   height: 404px;
   background-image: url(../images/Logo_untermenu.png);
   position: absolute;
   z-index: 3;
}

#logolink {
   display: block;
   width: 143px;
   height: 91px;
   position: absolute;
   left: 80px;
   top: 46px;
}

#navi {
   position: absolute;
   top: 210px;
   left: 77px;
   width: 145px;
}

#content {
   width: 586px;
   position: relative;
   left: 50%;
   margin-left: -165px;
   top: 40px;
   padding-bottom: 30px;
}

#headerimg {
   width: 100%;
   height: 100%;
   overflow: hidden;
   position: relative;
   /* margin-top: 58px; */
   min-width: 980px;
   z-index: 0;
}

.com-content-article__body table:first-child {
   position: relative;
   left: -1px;
   top: -1px;
}

.n2-ss-slider-1 {
   cursor: auto !important;
}

/* Override bootstrap
---------------------------------------------------------------------------------*/
.page-header {
   border-bottom: 0px solid #eeeeee;
   margin: 0px 0px 0px 0px;
   padding-bottom: 9px;
}

#cboxCurrent,
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
   opacity: 1;
}

#cboxCurrent {
   display: none !important;
}

#cboxTitle {
   border-bottom: 0px solid #eee;
   min-height: 0px;
   color: #84807c;
   line-height: normal;
   font-family: 'Noto Serif', serif;
   font-weight: 400;
   font-size: 16px;
}

#cboxClose {
   background: url('../images/controls_schliessen.png') no-repeat scroll 0px 0 transparent;
   border: 0 none;
   box-sizing: border-box;
   color: transparent;
   font: 0px/14px a;
   height: 20px;
   opacity: 0.3;
   position: absolute;
   right: 15px;
   text-shadow: none;
   top: 14px;
   width: 19px;
}

#cboxNext {
   background: url('../images/controls_weiter.png') no-repeat scroll 0px 0 #fff;
}

#cboxPrevious {
   background: url('../images/controls_zurueck.png') no-repeat scroll 0px 0 #fff;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow {
   height: 60px;
   width: 45px;
}
