
html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	scroll-behavior: smooth;
}

body {
	background-image: url(../images/pattern.gif);
	font-size: 1.4rem;
	color: #3e3e3e;
	line-height: 1.4;
	overflow-x: hidden;
	font-family: Arial, sans-serif;
}

/* 
==================================
Bacic Setup
==================================
*/
*,
*::after,
*::before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
span,
label {
	display: inline-block;
}

ul li {
	list-style: none
}

a:hover {
	transition: all .1s;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
}

a,
a:focus {
	text-decoration: none;
}

button {
	cursor: pointer;
}


.btn {
	font-size: 15px;
}

/* 
=========================================
Start Header Section
=========================================
*/
header .desktop-logo {
	padding: 3rem 0 1.5rem;
	background: url(../images/glow.png) no-repeat center top;
}

header nav {
	border-top: 10px solid #fff;
	border-radius: 10px;
    background-color: #fff;
	box-shadow: 0px -6px 10px -7px #b4b4b4;
	background: url(../images/nav-bg.png) repeat-x top center;
	padding: 0rem !important;
}

.logo a img,
.hamburger-btn {
	margin-top: -.5rem;
}

.logo a img {
	max-width: 10rem;
}

.main-menu ul li a {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
	font-family: 'Museo Slab 300';
	color: #004718 !important;
	position: relative;
	z-index: 1;
	height: 8.7rem;
	line-height: 6.3rem;
}

.main-menu ul li a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-menu ul li.bg-active a::after {
	background: url(../images/nav-hover.png) top center repeat-x;
	z-index: -1;
}

.main-menu ul li a:hover {
	color: #FFFFFF !important;
}

.main-menu ul li a:hover::after {
	background: url(../images/nav-hover.png) top center repeat-x;
	z-index: -1;
}

/*
-----------------
Hamburger  BTN 
-----------------
*/
.bar1,
.bar2,
.bar3 {
	transition: all .3s;
	width: 3.5rem;
	height: .5rem;
	background-color: #F89A0D;
	margin: .6rem 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	-ms-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-10px, -7px);
	-ms-transform: rotate(45deg) translate(-10px, -7px);
	transform: rotate(45deg) translate(-10px, -7px);
}

/* 
=========================================
End Header Section
=========================================
*/


/* 
=========================================
Start Main Section
=========================================
*/
.main-content {
	margin-top: -2rem;
	border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 8px #b4b4b4;
}

h1 {
	font-family: 'Museo Slab 300';
	color: #005aa5;
	font-size: 3.1rem;
	margin-bottom: 1.5rem;
}

h2 {
	font-family: 'Museo Slab 300';
	font-size: 2.1rem;
	margin-bottom: 1.5rem;
}

h3 {
	font-family: 'Museo Slab 300';
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
}

.date {
	background: url(../images/nav-hover.png) top center repeat-x;
}

.date a {
	font-size: 1.7rem;
	font-family: 'Museo Slab 700';
}

.corona .corona-image img {
	max-width: 5rem;
}

.corona-text h3,
.corona-text p {
	color: #000000;
}

.kinder-image img {
	margin-bottom: -3.8rem;
}

.contact h3 {
	font-size: 1.6rem;
	color:#005aa5;
	font-family: 'Museo Slab 700';
}

#c65 ul li {
	list-style-type: disc;
	display: list-item;
}


/* 
=========================================
End Main Section
=========================================
*/


/* 
=========================================
Start Footer Section
=========================================
*/
footer {
	padding: 6rem 0;
	background-color: #B6D0AD;
}

.page--link ul li a {
	color: #466b49;
}

.page--link ul li a:hover {
	color: #0f590d;
}
/* 
=========================================
End Footer Section
=========================================
*/

.contenttable {
	width: 100%;
	margin-bottom: 20px;
}

.contenttable tr {
	border-bottom: 1px solid #6aacda;
}

.contenttable tr:first-child {
	width: 150px;
}
.contenttable tr td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.form-group {
	margin-bottom: 1rem;
}

.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row > .col {
	padding-left: 5px;
	padding-right: 5px;
}

label {
	margin-bottom: 0.5rem;
}

.btn-primary {
	background-color: #f4ae4e;
	border: #f8bc67;
	color: black;
}

.btn-primary:hover {
	background-color: #b6d0ad;
	border: #d7eecf;
}