/* =============================================================================
   CSS Styles 
   
   designed by: www.scheel-service.de
   ========================================================================== */
/* =============================================================================
   Reset Pattern
   ========================================================================== */
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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
abel,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
b,
strong {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* =============================================================================
   from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  display: inline;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
/* ===== Primary Styles ========================================================
   
   ========================================================================== */
#page {
  text-align: left;
  position: relative;
  background: #d47e1d;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #345529;
  background: #f0e6e3;
}
/* header */
#header {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  border-left: 1px solid #d47e1d;
  border-right: 1px solid #d47e1d;
  border-top: 12px solid #592922;
  background: #592922;
  position: relative;
}
#bg_header {
  background: url(../png/bg_header.png) top center no-repeat;
  height: 138px;
}
#logo {
  float: left;
  background: url(../png/logo-dr-braun.png) top left no-repeat;
  width: 140px;
  height: 138px;
}
#header h1 {
  font-size: 20px;
  text-align: right;
  margin-right: 30px;
  color: #ffffff;
  padding-top: 10px;
  text-shadow: 0px 0px 5px #000000;
  filter: dropshadow(color=#000000, offx=0, offy=0);
}
#header h2 {
  font-size: 18px;
  text-align: right;
  margin-right: 30px;
  color: #ee7f01;
  padding-top: 7px;
  text-shadow: 0px 0px 5px #000000;
  filter: dropshadow(color=#000000, offx=0, offy=0);
}
#header div#links {
  font-size: 12px;
  text-align: right;
  margin-right: 30px;
  margin-top: 50px;
  color: #ffffff;
  line-height: 1em;
}
#header div#links p a {
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0px 0px 5px #000000;
  filter: dropshadow(color=#000000, offx=0, offy=0);
}
#header div#links p a:hover {
  color: #ee7f01;
}
/**************** navigation *********************/
div#mobile-button {
  width: 50px;
  height: 40px;
  background: url(../png/nav-mobile.png) 0px 0px no-repeat;
  float: right;
  padding: 0px;
  margin-top: 30px;
  margin-left: 40px;
  margin-right: 20px;
}
div#mobile-button a {
  display: block;
  width: 50px;
  height: 40px;
}
@media only screen and (min-width: 631px) {
  div#mobile-button {
    display: none;
  }
}
ul.menu {
  float: right;
  margin-right: 20px;
}
ul.menu li {
  float: left;
  position: relative;
  margin-left: 5px;
  display: inline;
}
ul.menu a {
  color: #ffffff;
  font-size: 0.8em;
  padding: 0px;
  text-decoration: none;
  display: block;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 0px;
}
ul.menu a:hover,
ul.menu a#focus {
  color: #ee7f01;
}
ul.menu li:hover > ul {
  display: block;
}
ul.menu ul {
  margin: 0;
  display: none;
  z-index: 999;
  position: absolute;
  top: 20px;
  left: 0px;
  background: #592922;
  padding: 6px;
  width: 215px;
}
ul.menu ul a {
  margin: 0;
  display: block;
  padding: 0px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  border: none;
  font-weight: normal;
}
ul.menu ul a:hover {
  border: none;
  color: #ee7f01;
}
/* headline */
#headline {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #c3741b;
  padding: 18px 0px 10px 20.5%;
  border-bottom: 1px solid #ffffff;
}
/* main */
#main {
  text-align: left;
  padding: 60px 20px 10px 20px;
  background: #f0e6e3;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  margin-right: 50px;
}
#wrapper-main {
  width: 70%;
  margin: 0;
  padding: 0;
  float: right;
}
#wrapper {
  background: url(../png/bg-main.jpg) right top no-repeat;
}
#left {
  float: left;
  width: 30%;
  background: #d47e1d;
  padding-top: 30px;
}
#bg_left {
  background: url(../png/bg_left_d.jpg) top center no-repeat;
  height: 240px;
  padding: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#left p {
  line-height: 1.2em;
  color: #4e241e;
  font-size: 13px;
  padding: 8px;
}
#main p,
#main ul li,
#main table {
  line-height: 1.2em;
  color: #4e241e;
  font-size: 13px;
}
td {
  text-align: center;
  background: #e2d9d6;
  border: 1px solid #ffffff;
  padding: 3px;
}
td.light {
  background: #e2c4be;
}
#main ul {
  padding-left: 10px;
  padding-top: 10px;
}
#main ul li {
  list-style-type: circle;
  list-style-position: inside;
  line-height: 1.6em;
}
#main a {
  color: #4e241e;
}
#main a:hover {
  color: #ee7f01;
}
#main a.head {
  line-height: 1.2em;
  color: #4e241e;
  font-size: 14px;
  font-weight: bold;
}
#main a.head:hover {
  color: #ee7f01;
}
#main a.head img {
  padding-bottom: 10px;
  margin-top: -20px;
}
#main h2,
#main h3 {
  line-height: 1.2em;
  color: #4e241e;
  font-size: 0.875em;
  padding-top: 18px;
  font-weight: bold;
}
#main h3 {
  font-size: 1.2em;
}
.ds h2{
   font-size: 0.975em !important;
}
.ds h3 {
   font-size: 0.8em !important;
}




#footer {
  background: #592922;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
}
#footer p {
  padding: 5px;
}
/* footer */
#bg_footer {
  background: url(../png/bg_footer.jpg) top center no-repeat;
  height: 40px;
  border-top: 1px solid #ffffff;
}
/******** form settings *****/
form {
  color: #4e241e;
  font-size: 1em;
}
fieldset {
  border: 1px solid #4e241e;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
  margin-right: 30px;
  width: 90%;
}
form p.formular {
  font-size: 0.8em ;
  padding-bottom: 5px;
}
input[type=text],
textarea {
  border: 1px solid #4e241e;
  background: #eeeeee;
  padding-left: 4px;
  margin-bottom: 4px;
  font-weight: normal;
  font-size: 1em;
  float: left;
  padding-right: 20px;
}
textarea {
  font-size: 1.2em;
  width: 80%;
  float: right;
}
label.text {
  clear: left;
  display: block;
  float: left;
  text-align: right;
  padding-right: 10px;
  margin-bottom: 3px;
  color: #4e241e;
  width: 30%;
}




/* paddings */
.padding-praxis {
  padding-bottom: 0px;
}
.padding-index {
  padding-bottom: 190px;
}
.padding-leistungen {
  padding-bottom: 0px;
}
.padding-vorsorge {
  padding-bottom: 150px;
}
.padding-praevention {
  padding-bottom: 200px;
}
.padding-natur {
  padding-bottom: 80px;
}
.padding-sprech {
  padding-bottom: 40px;
}
.padding-aktuell {
  padding-bottom: 120px;
}
.padding-notfall {
  padding-bottom: 150px;
}
.padding-anfahrt {
  padding-bottom: 100px;
}
.padding-kontakt {
  padding-bottom: 50px;
}
.padding-impressum {
  padding-bottom: 0px;
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}







.overlay {
	z-index:10000;
	width:100%;
	height:100%;
	background: #00000099;
	font-size:16px;
	color:black;
	position:absolute;
	top:0;
	left:0;
}

.overlay div.modal {
    position: relative;
    background:white;
	padding:20px;
	box-sizing:border-box;
	top:0;
	left:0;
	width:100%;

}

	@media screen and (min-width:600px)
	{
		.overlay div.modal {
		//top: 60%;
        //left: 50%;
        //transform: translate(-50%, -50%);
        //width: 80%;
		margin: 0 auto;
		width:500px;
		}
	}



#ok{
    cursor:pointer;
	margin:30px;
	padding:20px;
	background:lightgreen;
	border-radius:5px;
}



img.modal {
	     max-width:100%;
	 height:auto;
	 border:none;
	 font-size:0px;
	 margin:auto;
	 display:block;
}
