td .menulink {
	padding-left: 10px;
	padding-right: 10px;
}

a {
	font: 14px sans-serif;

}

#menu a {
	text-decoration: none;
}

a[href|="mailto:"] {
	color: blue;
}

a:link {
	color: black;
}

a:active {
	background-color: white;
}

a:visited {
	color: #8368BC;
}

a:hover {
	color: black;
}

p {
	font: 14px sans-serif;
	margin: 0;
}

.mainwindow p {
	margin: 0px 0 0px 100px;
	width: 400px;
	text-align: justify;
	margin-bottom: 1em;
}

td .menulink {
	font: 14px sans-serif;
	padding-top: 0;
	padding-bottom: 0;
}

td .menulink:hover {
	background-color: #FFE18B;

}

.menulink p {

	padding-left: 10px;
	padding-right: 10px;
}

.mainwindow table {
	margin: 0px 100px 0px 100px;
	width: 600
}

.mainwindow {
	background-image: url(hintergrund.png);
	background-repeat: no-repeat;
	background-attachment: fixed;

	width: 800px;
	height: 635px;
}

.mainwindow td {
	width: 200;
	position: top;
	font: 14px sans-serif;
}

#menu {
	background-color: #fabc08;
	border-spacing: 0;
	border: 0;
	border-collapse: collapse;
}

#menu a:hover {
	background-color: #FFE18B;
}


.head {
	margin: 0 0 20 0;
	height: 50;
}

#gesund {
	margin: 0 0 10 150;

}

.mainwindow h2 {
	font: 24px bolder sans-serif;
	color: #fabc08;
	margin: 0px 100px 16px 100px;
	text-transform: uppercase;
}

ul {
	font: 14px sans-serif;
	margin: 0px 0 0px 100px;
}

ul.tooth {
	list-style: none;
	margin-top: 20x;
}

ul.tooth li {
	padding-left: 40 px;
	display: flex;
	position: relative;
	align-items: center;
	margin-bottom: 20px;
}

ul.tooth li:before {
	content: " ";
	color: transparent;
	min-width: 40px;
	min-height: 40px;
	background-image: url(Zahn.png);
	background-position-x: center;
	background-size: contain;
	margin-right: 10px;
	position: absolute;
	background-repeat: no-repeat;
	left: -40px;

}

h1 {
	font: 24px bolder sans-serif;
}

h1.homepage-heading {
	text-transform: none;
	color: #52585a;
	font-family: Sans-serif;
	font-weight: bold;
	font-size: 31px;
}

h1 {
	text-transform: uppercase;
}

.mainwindow h1 {
	margin: 0px 100px 0px 100px;
}

.mainwindow h3 {
	margin: 14px 100px 14px 100px;
	font-size: 19px;
	font-weight: bold;
}

body {
	font-family: sans-serif;
}

.grid-row {
	display: flex;
}

.grid-col {
	padding: 10px;
}

.price-box {
	border: 3px solid #fabc08;
	border-radius: 10px;
	padding: 5px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.price-box li {
	margin: 0;

}

.price-box ul {
	margin: 0;
	list-style-image: none;
	flex-grow: 1;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
}

.price-box li span {
	height: 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

th {

	text-align: left;

}

.map-container {
	background-color: #fabc08;
	margin-left: 100px;
	max-width: 400px;
}

.map {
	margin-left: 75px;
	margin-right: 75px;
}

.accordion input[type=radio] {
	display: none;
}

.accordion label {
	position: relative;
	display: block;
	cursor: pointer;
	background-color: #fabc08;
	color: #52585a;
	display: flex;
	min-height: 24px;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 0 80px;
	border-radius: 15px;
	margin-bottom: 10px;
}

.accordion label h3 {
	margin-left: 20px;
}

.accordion label:after {
	content: "+";
	font-weight: bolder;
	font-size: larger;
	min-width: 20px;
	text-align: center;
	margin-right: 15px;
}

.accordion input:checked+label:after {
	content: "-";
	font-size: 29px;
	font-weight: lighter;
}

.accordion input:checked~.tab-content {
	min-height: 150px;
	max-height: 1200px;
}

.tab-content {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.6s ease-in-out;
}