@font-face {
    font-family: 'swis';
    src: url('../fonts/SWZ721M.TTF') format('TTF'),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'swis';
    src: url('../fonts/SWZ721B.TTF') format('TTF'),
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dandeleon';
    src: url('../fonts/DandeleonVintage.ttf') format('ttf'),
    font-weight: normal;
    font-style: normal;
}

html {
	font-family: 'swis', Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	color:#03559d;
}

body {
	margin:0 auto;
    font-family: "swis", sans-serif; 
    color:#03559d;
}

a {
    text-decoration: none;
    color:#03559d;
}

#content {
	margin:0 auto;	
	width:100%;
	height:auto;
	padding-bottom:3.4rem;
}

#main {
	margin:0 auto;
	padding:0;
	width:100%;
	height:150vh;
    overflow-y:scroll;
	background: url(../img/header_wrap_25.png) no-repeat center;
	background-size: cover;
    background-attachment: fixed;
	text-align:center;
}

.bs1 {
    background-image: url(../img/sterne.png);
    backface-visibility: visible;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

#kalender {
    width: 90%;
    padding-top: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: center;
    z-index: 10;
}

.tuerchen {
    margin: 0.5em;
    width: 12vw;
    min-width: 4em;
    height: 22vh;
    max-height: 6em;
    display: flex;
    background-color: rgba(255, 255, 255, 0.2);
    border-right: 2px dashed #7d7d7d;
    border-left: 2px dashed #7d7d7d;
    border-top: 2px solid #7d7d7d;
    border-bottom: 2px solid #7d7d7d;
    cursor: pointer;
    transition: box-shadow 1s ease;
    text-align: center;
    vertical-align: middle;
}

.foot {
    top:2em;
    width:100%;
    padding: 3em;
    background-color: rgba(255, 255, 255, 0.5);
}

.tuerchen:hover {
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.75);
}

.abfrage {
    margin: 5em 1em;
    padding: 0.5em;
    width: 8em;
    height: 8em;
    display: inline-block;
    background-color: #fecc00;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}

a.gew {
    text-decoration: none;
    color:#004899;
    font-size: 0.8em;
    font-weight: 500;
    line-height: 0.8em;
}

.link {
    text-align: center;
}

.abfrageIn {
    width: 7em;
    height: 7em;
    padding: 1.8em 0.5em;
    background-color: #fecc00;
    border: 2px dashed #004899;
    text-align: center;
    border-radius: 50%;
}

.abfrage:hover, .abfrageIn:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.header {
    text-align:center;
    margin-top: 1em;
    filter: drop-shadow(3px 3px 5px #fff);
    width: 40vw;
    height: auto;
}

/*--------Tuerchen------*/

table.tuer td {
	vertical-align: middle;
    background-color: #fff;
}
 
th {
	margin-bottom:5px; 
	font-size:100%; 
} 
 
td { 
	vertical-align: top; 
	padding:0.2em;
	font-size:100%;
	font-weight: normal; 
}
tr.blue td {
	background-color: #cde4ef;
}

p.nummer {
	padding: 0.5em 0 0.5em 0.5em;
	font-size:1.8em;
	line-height:1.2em;
	text-align:center;
	text-indent:0em;
}

p.nummer1 {
	padding: 0.5em 0.5em 0.5em 0;
	font-size:1.8em;
	line-height:1.2em;
	text-align:right;
	text-indent:0em;
}

p.right {
	font-size:1em;
	line-height:1.2em;
	margin:0.5em 0.5em 0.5em 0;
	text-align:right;
	text-indent:0em;
}

.hw {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0.5em;
	text-align:center !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 3em;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}

.info_ausgabe {
    font-size: 2em;
    font-weight: 600;
    margin: 0.5em;
    color: red;
    display: inline;
    white-space: pre;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}


.schrift {
    font-size: 1em!important;  
    color:#004899;
}

.modal-footer {
    text-align: center;
}

.btn-primary {
    color: #fff;
    background-color: rgba(255, 255, 255,0);
    border-color: none;
    text-shadow: 5px 5px 7px #000;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: rgba(255, 255, 255,0);
  border-color: fff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgba(255, 255, 255,0);
  border-color: fff;
}
.btn-primary:active,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #7d7d7d;
  background-color: rgba(255, 255, 255,0);
  border-color: fff;
}

.btn-primary:active:hover,
.btn-primary.active:hover, > .btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus, > .btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus, > .btn-primary.focus {
  color: #fff;
  background-color: rgba(255, 255, 255,0);
  border-color: none;
}

/*-----------------------------*/


@media screen and (max-width: 64rem){
		.header {
			width: 80vw;
		}
}

@media screen and (max-width: 40rem){
		.header {
			width: 80vw;
		}
}



@media screen and (max-width: 64rem){
		.tuerchen {
            width: 9.9rem
			height: 17vh;
		}
}

@media screen and (max-width: 40rem){
		.tuerchen {
			height: 15vh;
		}
}

@media screen and (max-width: 40rem){
		table.tuer p {
			width: 80%;
		}
    table.tuer p {
			font-size: 90%;
		}
}
