/* pacifico-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pacifico-v23-latin-regular.woff2') format('woff2'); 
}

/* pt-sans-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pt-sans-v18-latin-regular.woff2') format('woff2');
}
/* pt-sans-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/pt-sans-v18-latin-italic.woff2') format('woff2'); 
}
/* pt-sans-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/pt-sans-v18-latin-700.woff2') format('woff2'); 
}
/* pt-sans-700italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/pt-sans-v18-latin-700italic.woff2') format('woff2'); 
}


:root {
  --bs-body-bg: var(--bs-gray-100);
}

.container-fluid {
	max-width:960px;
}

.navbar {
    background-color: #852823
}

p {
	font-family: 'PT Sans', sans-serif;
	color: #000;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 2.0rem;
}

a {
	color: #852823;
	text-decoration: underline;
}

a:hover  {
	color: #6f90aa;
	text-decoration: underline;
}

h1 {
	font-family: 'Pacifico';
	color: #8cabc8;
	font-weight: 300;
	font-size: 3.1rem;
	line-height: 3.3rem;
	padding-bottom: 15px;
	padding-top: 15px;
}

h2 {
	font-family: 'Pacifico';
	color: #fff;
	font-weight: 300;
	font-size: 1.9rem;
	line-height: 2.0rem;
	padding-bottom: 10px;
	padding-top: 8px;
}

h3 {
	font-family: 'PT Sans', sans-serif;
	color: #6f90aa;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.9rem;
	padding-bottom: 2px;
	padding-top: 5px;
}

.btn-lg {
	margin-top: 6px;
	margin-bottom: 6px;
}

.btn-secondary {
        color: #fff;
		font-family: 'PT Sans', sans-serif;
		font-weight: 400;
		font-size: 1.1rem;
		letter-spacing: 0.03rem;
        background-color: #852823;
        border-color: #852823;
		border-radius: 4;
    }
    
    .btn-secondary:hover {
        color: #fff;
        background-color: #6f90aa;
        border-color: #6f90aa;
    }
    
    .btn-secondary.disabled,
    .btn-secondary:disabled {
        color: #fff;
        background-color: #6f90aa;
        border-color: #6f90aa;
    }

.icon_fix {
	margin-left: -20px;
}

.icon_fix2 {
	margin-bottom: -5px;
}

.calendar_title {
	font-weight: bold;
	width: 30px ;
 
}

#calendar1 td {
	font-weight: bold;
	text-align: right;
}	

.calred {
	color: crimson !important;
}
.calgrey {
	color: grey !important;
}
.calblue {
	color: #005BAE !important;
}

.calendar_week {
	font-weight: normal !important;
	color: grey !important;
	width: 30px;
}

/* Belegung Nachmittag */
.bg1 {
	background: linear-gradient( -45deg, rgba(255,128,128,1) 50%, rgba(0,0,0,0) 50%);
}
/* Belegung Vormittag */
.bg2 {
	background: linear-gradient(-45deg, rgba(0,0,0,0) 50%, rgba(255,128,128,1) 50%);
}
/* Belegung ganztägig */
.bg3 {
	background: rgba(256,128,128,1) !important;
}

#table_may {
	width: 120px;
	background-color: #cbe453;
/*	background-image: url("images/kaiserkrone.jpg");
	background-size: cover; */
}

#table_june {
	width: 120px;
	background-color: #6cc15a;
}

#table_july {
	width: 120px;
	background-color: #f9d66b;
}
#table_august {
	width: 120px;
	background-color: #c098d2;
}
#table_september {
	width: 120px;
	background-color: #e4d9c3;
}

#image_footer {
		
}
