


#cboxCurrent, #cboxTitle
{
	bottom: 2px !important;
	font-size: 12px;
}



#content p
{
	margin: 12px 0;
}

#content table
{
	border-spacing: 0;
	border-collapse: collapse;
}

#content table p
{
	margin: 0;
}


#content ul
{
	list-style: none;
	padding-left: 5px;
	text-align: left;
}

#content li
{
	margin-left: 32px;
}


#content ul li::before
{
	content: '\f138';
	font-family: 'Font Awesome 5 Free';
	color: #d08941;
	font-weight: bold;
	margin-right: 12px;
	margin-left: -32px;
}

#content ul ul
{
	list-style: disc;
}

#content ul ul li::before
{
	content: '';
	display: none;
}

#content hr
{
	border: none;
	/*border-bottom: 2px dotted #47535b;*/
	background: url(../images/dot.gif) repeat left top transparent;
	height: 2px;
	margin-bottom: 24px;
}

#content a, #content .highlight
{
	color: #d08941;
}

.page-news h3
{
	font-family: 'PT Serif', serif;
	color: #d08941;
	text-transform: uppercase;
}

.home-buttons
{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	
	font-family: 'PT Serif', serif;
	text-transform: uppercase;
	color: #d08941;
}

.home-buttons::after
{
	content: '';
	display: table;
	clear: both;
}

.home-buttons li
{
	float: left;
	text-align: center;
	width: 33%;
	margin-bottom: 24px;
	margin-left: 0 !important;
}

@media(max-width: 670px) {
	.home-buttons li { width: 50%; }
}

@media(max-width: 460px) {
	.home-buttons li { width: 100%; }
}

.home-buttons li::before
{
	content: '' !important;
}

.home-buttons img
{
	display: inline-block;
	margin-bottom: 12px;
}

.home-buttons a
{
	text-decoration: none;
}

.home-buttons a:hover
{
	text-decoration: underline;
}

.image div
{
	margin-top: 5px;
}

img.border
{
	border: 10px solid #828d99;
}

.right-align-margin
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}

.left-align-margin
{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

.image .right-align-margin,
.image .left-align-margin
{
	margin: 0;
	float: none;
}

.image span
{
	display: block;
}


.images
{
	display: flex;
	flex-wrap: wrap;
	margin-left: -16px;
}

.images span, .images a
{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	width: 50%;
}

.images span a
{
	width: auto;
	margin-bottom: 7px;
	margin-left: 16px;
	display: block;
}

.images span span
{
	margin-left: 16px;
}

.images img
{
	vertical-align: top;
	max-width: 100%;
	width: 100% !important;
}

.more
{
	cursor: pointer;
	text-decoration: underline;
}

.more-link
{
	padding-left: 12px;
	font-size: 0.9em;
}

.doctor
{
	width: 100%;
	border-collapse: collapse;
}

.doctor td
{
	vertical-align: top;
}

.doctor tr:nth-child(1) td:first-child,
.doctor tr:nth-child(3) td:first-child,
.doctor tr:nth-child(4) td:first-child
{
	width: 175px;
}

.doctor tr:nth-child(3) td:first-child,
.doctor tr:nth-child(4) td:first-child
{
	font-weight: bold;
}

.doctor td:first-child img
{
	border: 1px solid #828d99;
}

.doctor h3
{
	font-family: 'PT Serif', serif;
	color: #d08941;
	margin-top: 0;
	margin-bottom: 20px;
}

.doctor h4
{
	margin-top: -20px;
	margin-bottom: 20px;
}


.team
{
	width: 100%;
	border-collapse: collapse;
}

.team strong
{
	color: #d08941;
}

.team td
{
	vertical-align: top;
	padding: 10px 0;
}

.team tr
{
	background: url(../images/dot.gif) repeat-x left bottom transparent;
}

.team tr:last-child
{
	background: none;
}

.team td:first-child
{
	font-weight: bold;
	width: 200px;
	padding-right: 10px;
}

.doctor p, .team p
{
	margin: 0 !important;
}



.page-standorte h3
{
	font-family: 'PT Serif', serif;
	color: #d08941;
	margin-top: 0;
	margin-bottom: 20px;
}

.page-standorte img.location
{
	border: 1px solid #828d99;
	float: right;
}


table.styled
{
	width: 100%;
	border-collapse: collapse;
}

table.styled thead 
{
	font-weight: bold;
}

table.styled td
{
	padding: 13px 8px 13px 0;
}

table.styled tr
{
	background: url(../images/dot.gif) repeat-x left bottom transparent;
}

table.styled tbody tr:last-child
{
	background: none;
}





/* formular */

.form-styled.error
{
	color: #db0000;
	padding: 15px 0;
}

.form-styled .text-center
{
	text-align: center;
}

.form-styled .smaller
{
	font-size: 0.8em;
}

.form-styled .label
{
	float: left;
	width: 200px;
}

.form-styled > div
{
	margin-left: 200px;
	margin-bottom: 10px;
	max-width: 300px;
}

.form-styled > div:after
{
	content: "";
	clear: both;
	display: block;
}

.form-styled > div.full
{
	margin-left: 0;
	max-width: 500px;
}

.form-styled > .text, .form-styled > .capt
{
	height: 20px;
	line-height: 20px;
}

.form-style > .capt
{
	display: block;
}

.form-styled > strong
{
	clear: both;
	display: block;
}

.form-styled input,
.form-styled textarea,
.form-styled select
{
	width: 100%;
	border: 1px solid #c5c2bf;
	box-sizing: border-box;
	line-height: 1.5;
}

.form-styled textarea
{
	height: 130px;
	max-width: 500px;
}

.form-styled input[type=checkbox],
.form-styled input[type=submit]
{
	width: auto;
}

.form-styled input[type=submit]
{
	padding: 8px 16px;
	cursor: pointer;
}

.form-styled .float
{
	float: left;
}

.form-styled .checkbox_text
{
	margin-left: 25px;
	line-height: 1.5em;
}

.captcha img
{
	border: 1px solid #c5c2bf;
	height: 33px;
}

.captcha input
{
	text-align: center;
	text-transform: uppercase;
}

.submit
{
	padding: 5px 8px !important;
	margin: 5px 0 !important;
	display: inline-block;
	margin-right: 10px !important;
	background-color: #d08941;
	color: #fff !important;
	font-size: 14px !important;
	text-decoration: none;
	border: 1px solid #d08941 !important;
	box-sizing: border-box;
	line-height: 24px !important;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-weight: normal !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

form.styled ::placeholder
{
	color: #fff;
	opacity: 0.8;
}

form.styled ::-webkit-input-placeholder
{
	color: #fff;
	opacity: 0.8;
}

form.styled ::-moz-placeholder
{
	color: #fff;
	opacity: 0.8;
}

form.styled :-ms-input-placeholder
{
	color: #fff;
	opacity: 0.8;
}

form.styled :-moz-placeholder
{
	color: #fff;
	opacity: 0.8;
}