


#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: var(--color-red);
	font-weight: bold;
	margin-right: 12px;
	margin-left: -32px;
}

#content i.fas 
{
	color: var(--color-red);
	min-width: 20px;
	text-align: center;
}


#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: var(--color-red);
}



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;
}



.page-standorte .right
{
	float: right;
	width: 450px;
}

.page-standorte .right img
{
	box-shadow: 3px 3px 6px rgba(0,0,0, 0.2);
	margin-bottom: 24px;
}

.page-standorte .right a {
	display: block;
}

.zoom
{
	position: relative;
}

.zoom::after
{
	content: '\f00e';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	color: #fff;
	text-shadow: 3px 3px 6px rgba(0, 0,0, 0.2);
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 60px;
}


.doctor
{
	background-color: #f0f3f8;
	border-radius: 20px;
	margin-bottom: 50px;
	font-family: 'PT Sans Narrow';
	width: 100%;
}

.doctor td
{
	padding: 25px;
	vertical-align: top;
}

.doctor td:nth-child(1)
{
	width: 250px;
}

.doctor td:nth-child(2)
{
	padding-top: 50px;
}

.doctor td h3
{
	color: var(--color-red);
	font-family:  'PT Serif', serif;
	text-transform: uppercase;
	font-weight: normal;
}

#content img
{
	border-radius: 20px;
}

img.shadow
{
	box-shadow: 3px 3px 6px rgba(0, 0,0, 0.2);
}

.home-buttons
{
	background-color: #f0f3f8;
	border-radius: 30px;
	height: 300px;
	display: flex;
	padding: 20px;
	margin-bottom: 220px;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-around;
}

.home-buttons a
{
	background-color: #fff;
	border-radius: 30px;
	padding: 30px 15px;
	display: block;
	margin-top: 15px;
	width: calc(33.3333% - 40px);
	position: relative;
	text-align: center;
	text-decoration: none;
	box-shadow: 3px 3px 6px rgba(0, 0,0, 0.2);
	padding-bottom: 70px;
}

.home-buttons img
{
	object-fit: none;
	height: 155px;
}

.home-buttons a h4
{
	font-family: 'PT Serif', serif;
	text-transform: uppercase;
}

.home-buttons a:hover h4
{
	text-decoration: underline;
}

.home-buttons a p
{
	font-family:  'PT Sans Narrow', serif;
	font-weight: normal;
	color: #47535b;
	text-align: left;
}

.home-buttons a::after
{
	content: '\f0a9';
	font-family: 'Font Awesome 5 Free';
	color: var(--color-red);
	font-weight: bold;
	font-size: 35px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#content .box
{
	background:  url(../images/asset-box-right.png), linear-gradient(to bottom, #5b6e8c 0%,#a67b8e 100%);
	background-position: top right, center;
	background-repeat: no-repeat, repeat;
	color: #fff;
	border-radius: 30px;
	padding: 20px 300px 20px 24px;
	font-size: 16px;
}

#content .box i.fas, #content .box a
{
	color: #fff;
	text-decoration: none;
}

#content .box a:hover
{
	text-decoration: underline;
}

#content .box h1, #content .box h2
{
	font-family: 'Jura', Verdana, sans-serif;
}

.images
{
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 40px;
}

.images img
{
	width: 100%;
}

span.image
{
	position: relative;
 	display: inline-block;
}

span.image img
{
	display: block;
}

span.image span
{
	display: block;
	text-align: right;
	font-family: 'PT Serif', serif;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1.2px;
}


h3.text-table
{
	color: var(--color-red);
	background-color: #f0f3f8;
	border-radius: 30px;
	padding: 25px;
}

p.text-table
{
	margin-left: 25px !important;
	margin-right: 50px !important;	
}

.tiles
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tiles .tile
{
	width: calc(33.3333% - 20px);
}

.tile
{
	background-color: #f0f3f8;
	border-radius: 30px;
	margin-bottom: 52px;
}

.tile td
{
	padding: 25px;
}

.tile h3
{
	color: var(--color-red);
	background-color: #f0f3f8;
	font-family: 'PT Serif', serif;
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
	margin-bottom: 24px;
}

.tile p
{
	margin: 12px !important;
}

.tile img
{
	width: 100%;
}

.gallery.active
{
	position: relative;
	width: 100%;
}

.gallery.active span.image
{
	display: none;
}

.gallery.active span.image.show
{
	display: block;
}

.gallery .next, .gallery .prev
{
	position: absolute;
	border-top: 100px solid transparent;
	border-bottom: 100px solid transparent;
	top: calc(50% - 100px);
	z-index: 3;
	cursor: pointer;
}

.gallery .next
{
	right: -60px;
	border-left: 40px solid #b6c2dc;
}

.gallery .prev
{
	left: -60px;
	border-right: 40px solid #b6c2dc;
}

@media (max-width: 1120px) {
	.gallery .next
{
	right: 0px;
}

.gallery .prev
{
	left: 0px;
}
}

#med-container .link
{
	cursor: pointer;
}

#med-container .link:hover
{
	text-decoration: underline;
}

#med-container .med
{
	font-size: 14px;
	padding: 6px 6px;
	background-color: #ececec;
	margin: 0 0 12px;
}

.add-med
{
	border: 0;
	background-color: #ececec;
	padding: 6px;
	cursor: pointer;
}

.med-name
{
	display: flex;
	justify-content: space-between;
}

/* 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 label:has(input[type=checkbox] + span) {
	display: flex;
	align-items: baseline;
	gap: 6px;
}

.form-styled input[type=submit]
{
	padding: 8px 16px;
	cursor: pointer;
}

.form-styled .label span
{
	font-size: 12px;
	display: block;
}

.form-styled .float
{
	float: left;
}

.form-styled .checkbox_text
{
	margin-left: 25px;
	line-height: 1.5em;
}

.captcha img
{
	border: 1px solid #c5c2bf;
	height: 33px;
	border-radius: 0 !important;
	display: block;
}

.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: var(--color-red);
	border: none !important;
	color: #fff !important;
	font-size: 14px !important;
	text-decoration: none;
	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;
}