.linkholder, .tableholder {
	max-width: 1000px;
	margin: auto;
}

.linkholder::after {
	content: "";
	clear: both;
	display: table;
}

.buchungslink {
	text-decoration: none;
	background-color: burlywood;
	border-radius: 5px;
	color: white;
	padding: 15px;
	margin: 15px;
	font-size: 24px;
	float:left;
}

.buchungslink:hover {
	box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.4);
	background-color: burlywood;
}

table{
	margin-top: 15px;
	margin-bottom: 25px;
	width:100%;
}

caption{
	text-align: left;
	font-size: 20px;
	padding-left: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}

table, th, td{
	border: 1px solid black;
	border-collapse: collapse;
}

tr:nth-child(odd){
	background-color: rgb(240,240,240);
}

td:nth-child(1){
	text-align: center;
}

tr:nth-child(6){
	border-top:3px double black;
	background-color: rgb(241,226,207);
	font-weight: bold;
}

.empty{

}

th{
	background-color: burlywood;
	font-size: 17px;
}

td{
	text-align: right;
}

/* Small devices (portrait tablets and large phones, bis 768px;) */
@media only screen and (min-width: 0px) {
	th, td{
		font-size: 14px;
		padding: 3px;
		padding-right: 2px;
	}
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	th, td{
		font-size: 16px;
		padding:5px;
		padding-right:10px;
	}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}
