/*
Theme Name: Medical Beauty
Author: Application Park GmbH
Author URI: http://www.applicationpark.de/
Description: The Medical Beauty Theme
Version: 1.0
License: All Rights Reserved
Tags: dark, grey, fixed width
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */
body {
	padding: 0 1em;
}
#page {
	margin: 0 auto;
	width: 1007px;
}
#branding {
    width: 282px;
    min-height: 1228px;
}
#access,
#access-surgery {
    margin-top: 8px;
    float: right;
    width: 260px;
}
#main {
    width: 725px;
}
#content {
	min-height: 510px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.25em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.25em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #4b4a4d;
	font: 11px Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.6;
}
body {
	background-color: #646567;
}
#page {
    clear: both;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.625em 1.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
td {
    padding: 3px 10px 3px 0;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #000;
	text-decoration: underline;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* =Header
----------------------------------------------- */
#branding {
	position: relative;
	z-index: 2;
	float: left;
	background-color: #f7fcfe;
	-moz-box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.4);
    padding-bottom: 2px;
}
#branding .site-nav {
    background-color: #f7fcfe;
    position: relative;
}
#branding .info {
    width: 166px;
    margin: 0 auto;
    color: #F3F3F3;
}
#branding img.logo {
	height: 52px;
	width: 165px;
	margin: 20px 0 20px 0;
}
#branding .facebook {
    color: #3d3c3f;
    margin: 10px 0 20px 20px;
    font-size: 13px;
}
#main .main-top {
    position: relative;
}
#main .notdienst {
    position: absolute;
    z-index: 10;
    left: 43%;
    bottom: 6px;
    font-weight: bold;
    color: #fff;
}

/* =Menu
-------------------------------------------------------------- */
#access,
#access-surgery {
    border-top: #3d3c3f 1px solid;
    border-left: #3d3c3f 1px solid;
    border-bottom: #3d3c3f 1px solid;
    clear: both;
    margin-top: 22px;
    padding-top: 7px;
}
.site-nav ul.menu {
    list-style: none;
    margin: 0;
}
.site-nav ul.menu li {
    text-align: right;
}
.site-nav ul.menu li a {
    padding-right: 10px;
    display: block;
    text-decoration: none;
    font-size: 12px;
}
.site-nav ul.menu li {
    margin-bottom: 6px;
}
.site-nav ul.menu li a {
    color: #3d3c3f;
    font-weight: bold;
}
.site-nav ul.menu li.current-menu-item a,
.site-nav ul.menu li.current-menu-parent ul.sub-menu li.current-menu-item a {
    color: #fff;
    background-color: #89c2d7;
    border-top: 1px solid #3d3c3f;
    border-bottom: 1px solid #5a595c;
    font-weight: bold;
}
.site-nav ul.menu li.current-menu-parent a {
    color: #fff;
    background-color: #3E3E40;
}
.site-nav ul.menu li ul.sub-menu {
    display: none;
    list-style: none;
}
.site-nav ul.menu li.current-menu-item ul.sub-menu,
.site-nav ul.menu li.current-menu-parent ul.sub-menu {
    margin: 0;
    display: block;
    border-bottom: 1px solid #fff;
    background-color: #3E3E40;
}
.site-nav ul.menu li ul.sub-menu li {
    margin-bottom: 4px;
}
.site-nav ul.menu li ul.sub-menu li a {
    border: 0;
}
.site-nav ul.menu li.current-menu-parent ul.sub-menu li a,
.site-nav ul.menu li.current-menu-item ul.sub-menu li a {
    color: #fff;
    background: #3E3E40 none;
    font-weight: normal;
}


/* =Front-page
----------------------------------------------- */

/* =Content
----------------------------------------------- */
#scrollTop a
{
    display: block;
    display: none;
    z-index: 999;
    opacity: .8;
    position: fixed;
    top: 100%;
    margin-top: -48px;
    left: 50%;
    margin-left: 337px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    width: 100px;
    line-height: 20px;
    height: 20px;
    padding: 10px;
    background-color: #3E3E40;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
#main {
	float: left;
}
#content {
    background-color: #f1f1f1;
    clear: both;
    position: relative;
    padding-top: 1px;
}
#content .entry-content {
    padding: 0 18px 18px 18px;
    width: 490px;
    color: #3d3c3f;
    background-color: #fff;
    border-top: 21px solid #f7fcfe;
    float: left;
    min-height: 1003px;
    position: relative;
}
#content .content-header {
    position: absolute;
    top: 0;
    left: 0;
}
#content .entry-title {
    font-size: 13px;
    font-weight: bold;
    margin: 0.8em 0 1em 0;
}
#content .entry-thumbnail {
    padding: 20px 10px 8px 10px;
    background-color: #f1f1f1;
    float: left;
}
#content .entry-thumbnail img {
    width: 100%;
    height: auto;
}
.entry-content h1,
.entry-content h2 {
	font-weight: bold;
	margin-bottom: 1em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	line-height: 1.6em;
	padding-bottom: 9px;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
}
.entry-content #s {
	width: 75%;
}
#content .site-creator {
    color: #3d3c3f;
    padding: 1em 0 2em 0;
}

.widget-area {
    border: 1px solid #58585a;
    background-color: #fff;
    margin: 0 0 18px 10px;
    float: left;
    width: 177px;
}
.widget-area h3 {
    font-weight: bold;
}

/* Schnellkontakt */
#text-3.widget_text {
    margin: 10px;
    overflow: hidden;
}
#text-3.widget_text p {
    line-height: 1.2em;
    margin-bottom: 1.2em;
}
#text-3 .wpcf7-submit {
    width: 100%;
    background-color: #4b4a4d;
    color: #fff;
    cursor: pointer;
}
#text-3 div.wpcf7-response-output {
    margin: 0 0 1em 0;
}
#text-3 input[type=text],
#text-3 input[type=email],
#text-3 input[type=password],
#text-3 textarea {
    width: 149px;
}


/* =Attachments
----------------------------------------------- */
.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/* =Footer
----------------------------------------------- */
#colophon {
    clear: both;
}

/* =Contact Form 7
----------------------------------------------- */
.wpcf7-checkbox input[type=checkbox] {
    vertical-align: bottom;
}
.wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
}
span.wpcf7-not-valid-tip {
    width: 210px !important;
    left: 5% !important;
}
.wpcf7-form p:last-child {
    margin-bottom: 0;
}

/* Schnellkontakt */
#wpcf7-f582-w1-o1 .wpcf7-submit {
    width: 100%;
    background-color: #58585A;
    color: #FFF;
    cursor: pointer;
}

/* =WPNewsman
----------------------------------------------- */
article.newsman_ap pre,
article.newsman_ap code {
    background: inherit;
    font: inherit;
    overflow: inherit;
    padding: 0;
    line-height: 1em;
}
.newsman-sa-from {
   /* margin-top: -4em; */
}


/* Online Marketing Solutions AG Call-To-Action Button */

.btn-css {
	/* Box-Schatten */
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;


	/* Textformatierung und Abstände */
	display:inline-block;
	font-family:arial;
	font-size:16px;
	font-weight:normal;
	padding:12px 12px 16px 12px;
}

.link {
	text-decoration:none;

	/* IE 6 */
	cursor:pointer;
}

/* Druck-Effekt bei Klick */
.btn-css:active {
	position:relative;
	top:1px;
}

/* Pfeil */
.arrow {
	font-size:20px;
}

/* Abgerundete Ecken und Umrandung (kein IE) */
.rounded {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #ddd;
}

/* Farben */
.darkgrey {

	/* Verlauf Start */
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #989898), color-stop(1, #676767) );
	background:-moz-linear-gradient( center top, #989898 5%, #676767 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#989898', endColorstr='#676767');

	/* Hintergrundfarbe (alternativ für ältere Browser) */
	background-color:#676767;

	/* Textfarbe und Text-Schatten */
	color:#ffffff;
	text-shadow:1px 1px 0px #454545;
}

/* Verlauf bei Hover */
.darkgrey:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #676767), color-stop(1, #989898) );
	background:-moz-linear-gradient( center top, #676767 5%, #989898 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#676767', endColorstr='#989898');

	/* Wechsel der Hintergrundfarbe (alternativ für ältere Browser) */
	background-color:#989898;
}

#content .entry-content #startseitentext h2,
#content .entry-content #startseitentext h3,
#content .entry-content #startseitentext h1 {
		font-family: 'Fenix', serif;
		color: #fefefe;
}
#content .entry-content #startseitentext h1 {
	font-size: 2.2em;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
}
#content .entry-content #startseitentext { color: #fff;}

#content .entry-content #startseitentext h2, #content .entry-content #startseitentext h3 { font-size: 2.0em; font-weight: normal; }

#content .entry-content #startseitentext p { font-family: 'Open Sans Condensed', sans-serif; font-weight: 300; text-align: justify; font-size: 14px; }
#content .entry-content #startseitentext p strong { font-family: 'Open Sans Condensed', sans-serif; font-weight: bold; text-align: justify; font-size: 14px; }

#content .entry-content #startseitentext a,
#content .entry-content #startseitentext a:visited {
	color: #fff;
}

#infotext p.center_btn {width:100%;text-align:center;display:block;margin:0px;}

#infotext ul.vorteile {
            padding:10px 20px;
            background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F4F4F4), color-stop(1, #DAD9D9) );
            background:-moz-linear-gradient( center top, #F4F4F4 5%, #DAD9D9 100% );
            filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#F4F4F4', endColorstr='#DAD9D9');
            -moz-box-shadow: 0px 0px 5px #888;
  -webkit-box-shadow: 0px 0px 5px #888;
  box-shadow: 0px 0px 5px #888;
            width:270px;
            margin:0px auto;
			margin-bottom: 30px;
}
#infotext ul.vorteile li {
            font-weight:bold;
            list-style-type:none;
            color:#000000;
            /* padding:0px; */
            padding-left:20px;
}
#infotext ul.vorteile ul {
            margin-top:10px;
            padding-left:20px;
}
#infotext ul.vorteile li li {
            font-weight:normal;
            list-style-image: url('http://www.vorberg.com/pfeil_schwarz.gif');
            color:#000000;
            padding-left:20px;
}
