@charset "utf-8";

@font-face {
font-family:'Anaheim';
font-style:normal;
font-weight:400;
src: url('../schrift/anaheim-v7-latin-regular.eot'); 
src: local('Anaheim'), local('Anaheim-Regular'),
url('../schrift/anaheim-v7-latin-regular.eot?#iefix') format('embedded-opentype'), 
url('../schrift/anaheim-v7-latin-regular.woff2') format('woff2'), 
url('../schrift/anaheim-v7-latin-regular.woff') format('woff'), 
url('../schrift/anaheim-v7-latin-regular.ttf') format('truetype'), 
url('../schrift/anaheim-v7-latin-regular.svg#Anaheim') format('svg'); 
}

body {
font-family: 'Anaheim', sans-serif;
margin: 0;
padding: 0;
color: #111;
}
.header {
width:300px;
margin:50px auto;	
}
.centered {
text-align:center;	
}
.box {
width:300px;
margin:50px auto;	
}

.special { 
background-color: #99b3ff; /* buchbare Termine */
cursor: pointer;
color:white;
}

.weekend {
color: #ccc;
}

.today {
color:#2693ff;
font-weight:bold;
} 


.disabled { pointer-events: none; } /* alle nicht anklickbaren Termine */

.month-table {
width: 300px; /* Fixed width for each month */
border-collapse: collapse;
margin-bottom: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
display: block; /* Make sure to stack vertically */
}
th, td {
border: 1px solid #ccc;
padding: 8px 10px;
text-align: center;
}
th, tr {
font-weight:normal;
}
td {
width:25px;
height:20px;
}
th {
background-color: #eee;
}

.videocontainer {
width: 100%;
overflow:hidden;
display:block;
height: 300px;
position:relative;
top:0;
left:0;
}

.logo {
margin:70px auto;
text-align:center;
}


@media only screen and (max-width: 767px) {
.container {width:320px;}
.videocontainer {height: 160px;}
.box {margin:20px auto;}
.month-table {
width: 80%; 
margin:0px auto;
margin-bottom: 50px;
}
}

