@charset "utf-8";
@font-face {
	font-display: swap;
	font-family: 'OpenSans regular';
	font-style: normal;
	src: url("fonts/OpenSans-Regular.ttf") format('truetype');
}
@font-face {
	font-display: swap;
	font-family: 'OpenSans bold';
	font-style: normal;
	src: url("fonts/OpenSans-Bold.ttf") format('truetype');
}
@font-face {
	font-display: swap;
	font-family: 'OpenSans extrabold';
	font-style: normal;
	src: url("fonts/OpenSans-ExtraBold.ttf") format('truetype');
}
.bold {
	font-family: "OpenSans bold",Arial;
}
.clear {
	clear: both;
}
.desktop_only {
	display: inherit;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.hidden {
	position: absolute;
	visibility: hidden;
}
.italic {
	font-style: italic;
}
.mobile_only {
	display: none;
}
a {
	background-color: transparent;
	color: #000066;
}
a.icon {
    text-decoration: none;
}
a.footer,a.footer:hover {
	background-color: transparent;
	color: #fff;
}
a.menu,a.menu:hover,a.news,a:hover {
	background-color: transparent;
	color: #000;
	text-decoration: none;
	transition: color 0.5s;
}
a:hover {
	background-color: transparent;
	color: #000;
}
a.menu:hover {
	background-color: transparent;
	color: #000066;
}
body {
	background: radial-gradient(circle,#fff,#efefef);
	color: #000;
	font-family: "OpenSans regular", Arial;
	font-size: 11pt;
	hyphens: auto;
	line-height: 1.6;
	margin: 20px 0px 100px 0px;
    -ms-hyphens: auto;
}
div.contact_information {
	display: none;
    background-color: #d0d0d0;
	padding: 5px;
}
div.contact_information span:nth_child(1) {
	position: relative;
	left: 10px;
}
div.description {
	color: #444444;
	font-family: "OpenSans Bold", Arial;
	font-size: 80%;
    text-transform: uppercase;
}
div#footer_content {
	position: relative;
	margin: auto;
	width: 1000px;
	text-align: center;
}
div#footer_content > p {
	margin: 2px;
	backoground-color: #f00;
}
div#logo {
	height: 100px;
	margin: 20px 0px;
	text-align: center;
	width: 100%;
}
div#main {
	background-color: #fff;
	box-sizing: border-box;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-color: #000066;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	color: #111;
	margin: 0px auto 180px auto;
	overflow: auto;
	padding: 20px 40px;
	position: relative;
	width: 1000px;
}
div#main_focus_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
div.main_focus {
    background-color: #f5f5f5;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 1px 1px 3px 2px #bfbfbf;
	flex: 1 0 286px;
	font-size: 95%;
	margin: 10px;
	padding: 10px 15px;
	transition: box-shadow 0.4s linear, background-color 0.4s linear;
}
div.main_focus:hover {
    background-color: #fafafa;
	box-shadow: 1px 1px 6px 2px #8f8f8f;
	transition: box-shadow 0.4s linear, background-color 0.4s linear;
}
div#main_focus_container > div {
	flex: 1 0 286px;
	margin: 10px;
}
div#main_focus_container > div > h3 {
	font-family: "OpenSans bold";
    font-size: 110%;
	margin: 0px;
	padding: 0px;
}
div#menu_container {
	background-image: url("images/menu.webp");
	background-position: 0px -70px;
	background-repeat: no-repeat;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	height: 150px;
	line-height: normal;
	margin: auto;
	position: relative;
	width: 1000px;
}
div#menu_entries {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
	border-style: solid;
	border-width: 0px;
	float: left;
	font-size: 100%;
	height: 30px;
	margin: 60px 200px;
	padding: 0px 0px;
	position: absolute;
	text-align: center;
	width: 600px;
}
div.menu_entry {
	display: inline-block;
	font-family: "OpenSans bold",Arial;
	height: 20px;
	padding: 4px 10px;
}
div.menu_entry:hover {
	background-color: transparent;
	color: #fff;
}
div#mobile_menu {
	height: 0px;
	position: absolute;
	visibility: hidden;
	width: 0px;
}
div.news {
	background-color: rgba(255,255,255,1);
	border-color: #fff;
	border-radius: 5px;
	border-style: solid;
	border-width: 0px;
	color: #000;
	cursor: pointer;
	float: left;
	height: 200px;
	margin: 1%;
	padding: 1%;
	overflow: hidden;
	width: calc(46% - 2px);
}
div.news_date {
	font-size: 70%;
	pointer-events: none;
}
div#sidebar {
	background-color: #e9e9e9;
	box-sizing: content-box;
	color: #333333;
	flex: 1 0 250px;
    margin: 10px 0px 0px 20px;
	padding: 0px 15px;
}
div#sidebar > h2 {
    color: #333333;
}
div#toggle_menu_icon {
	height: 0px;
	postion: absolute;
	visibility: hidden;
	width: 0px;
}
footer {
	background: radial-gradient(circle,#0000aa,#000066);
	bottom: 0px;
	box-sizing: border-box;
	color: #fff;
    font-size: 90%;
	padding: 15px;
	position: fixed;
	width: 100%;
}
h1 {
	background-color: #000066;;
	color: #fff;
	font-family: "OpenSans extrabold";
	font-size: 160%;
	hyphens: none;
	margin-top: 0px;
	padding: 5px 10px;
    text-transform: uppercase;
}
h2 {
	background-color: transparent;
	color: #000;
	font-family: "OpenSans bold";
	font-size: 130%;
}
h2.news {
	margin: 0px;
	pointer-events: none;
}
h3 {
	font-family: "OpenSans extrabold";
	font-size: 120%;
}
iframe.youtube {
	border-style: none;
	cloar: both;
	display: block;
	height: 315px;
	margin: 0 auto;
	width: 560px
}
img#header {
	margin: 0px 0px 0px -20px;
}
img.icon {
	height: 48px;
	margin: 0px 0px 0px 0px;
	width: 48px;
}
img#logoimg {
	height: 100px;
    width: 536px;
}
img#map {
    height: auto;
    margin: 0px 10px 10px 0px;
    width: 75%;
}
img.news_image {
	border-radius: 5px;
	float: left;
	width: 200px;
}
img.news_thumb {
	border-radius: 5px;
	float: left;
	margin-right: 10px;
	pointer-events: none;
	width: 33%;
}
img.plus {
	cursor: pointer;
	vertical-align: baseline;
}
img#portrait {
	box-sizing: content-box;
    height: auto;
	margin: 0px 10px 10px 0px;
	width: 35%;
}
input,textarea {
	background-color: rgba(255,255,255,0.9);
	border-color: #aaa;
    border-radius: 0px;
	border-style: solid;
	border-width: 1px;
	color: #000;
	font-size: 110%;
    min-width: 30ch;
	padding: 12px;
}
input:focus {
	background-color: rgba(255,255,255,0.5);
	border-style: solid;
	border-width: 1px;
	color: #000;
}
input[type="submit"] {
    background-color: #000066;
    color: #fff;
    min-width: unset;
    transition: background-color 0.6s; 
}
input[type="submit"]:hover {
    background-color: #0000cc;
    transition: background-color 0.6s; 
}
label {
	display: block;
	font-size: 90%;
	margin: 10px 0px 0px 0px;
}
p.news {
	pointer-events: none;
}
p.spacing {
    line-height: 30px;
}
span.pointer {
	cursor: pointer;
}
table {
	border-collapse: collapse;
}
table#cv {
	width: 60%;
}
td {
	font-size: 90%;
	padding-bottom: 5px;
	vertical-align: top;
}
td.messages {
	padding-bottom: 10px;
	width: 50%;
}
th {
	font-size: 90%;
	padding-bottom: 5px;
	text-align: left;
}
th.cv_left {
	width: 30%;
}
th.cv_right {
	width: 70%;
}
ul {
	list-style-position: outside;
	list-style-type: square;
    padding-left: 20px;
}
textarea.message {
	font-family: "OpenSans regular", Arial;
	height: 150px;
	width: 600px;
}
@media all and (max-width: 1000px) {
    .hide_mobile {
        display: none;
    }
	.desktop_only {
		display: none;
	}
	.mobile_only {
		display: inherit;
	}
	body {
		background: #fff;
		background-color: #fff;
		color: #000;
        font-size: 12pt;
		margin: 0px;
		padding: 0px;
	}
	div.contact_information {
		background-color: #d0d0d0;
		border-radius: 10px;
		display: inherit;
		margin: 5px;
		padding: 10px 15px;
	}
	div#footer_content {
		padding: 0px;
		width: 100%;
	}
	div#footer_content > p {
		margin: 10px;
	}
	div#logo {
		height: auto;
	}
	div#main {
		border-style: none;
   		padding: 10px 10px 0px 10px;
		width: 100%;
		margin: 0px auto 0px 0px;
	}
	div#menu_container {
		height: 0px;
		position: absolute;
		width: 0px;
		visibility: hidden;
	}
	div#menu_entries {
		height: 0px;
		position: absolute;
		width: 0px;
		visibility: hidden;
	}
	div.menu_entry {
		background-color: rgba(255,255,255,0.8);
		box-sizing: border-box;
		display: block;
		color: #000;
		font-size: 150%;
    	height: auto;
		margin: 0px 0px;
		padding: 0px 10px;
	}
	div.menu_entry:hover {
		background-color: rgba(255,255,255,0.5);
		color: #000;
	}
	div#mobile_menu {
		background-image: url("images/mobile_menu.webp");
		background-position: center -50px;
		background-repeat: no-repeat;
		height: auto;
	}
	div.news {
		width: 96%;
	}
    div#sidebar {
        position: absolute;
        visibility: hidden;
    }
	div#toggle_menu_icon {
		height: 40px;
		margin: 0px 0px 10px 10px;
		position: static;
		visibility: visible;
	}
	footer {
		background: radial-gradient(circle,#0000aa,#000066);
		box-sizing: border-box;
		color: #fff;
		font-size: 80%;
		height: auto;
		margin-top: 20px;
		padding: 5px;
		position: static;
		width: 100%;
	}
	img#logoimg {
		height: auto;
		max-width: 100%;
		width: 500px;
	}
    img#map {
		display: block;
		float: none;
        height: auto;
		margin: auto;
        width: 75%;
    }
    img.news_thumb {
		width: 20%;
	}
	/*img#portrait {
		display: block;
		float: none;
        height: auto;
		margin: auto;
		width: 70%;
	}*/
	img.plus {
		cursor: pointer;
		height: 22px;
		vertical-align: baseline;
		width: 22px;
	}
	img#toggle_menu_icon_img {
		height: 40px;
		width: 40px;
	}
	input {
		box-sizing: border-box;
		width: 100%;
	}
	table#contact_form {
		width: 100%;
	}
	table#cv {
		width: 100%;
	}
	textarea,textarea.message {
		box-sizing: border-box;
		width: 100%;
	}
	ul {
		list-style-position: outside;
	}
}