/*  https://coolors.co/372772-4381c1-bcedf6-92140c-fff8f0-ffcf99-111d4a  */

:root {
  --text-color: #2E282A;
  --background-body-color: #FDFFEB;
  --background-page-color: white;
  --link-color: #4E6E5D;
  --link-hover-color: #DC6641;
  --link-underline-color: #DAEDBD;
  --link-underline-hover-color: #F4B9B2;
  
}

html,body {
    padding: 0;
    margin: 0;
    height:100%;
    line-height: 1.5em;
    color:var(--text-color); 
	font-size: 13.5pt;
    background-color: var(--background-body-color);
	
}

html,body,p {
	line-height: 1.5em;
}

.page {
	width:95%;
	max-width: 1000px;
	margin: 0 auto;
	background-color: var(--background-page-color);
	
	-webkit-box-shadow: 0px 0px 15px 0px rgba(199,199,199,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(199,199,199,1);
	box-shadow: 0px 0px 15px 0px rgba(199,199,199,1);
}

.page .block {
	padding:30px;
}

.block {
	width:calc(90% - 60px);
	max-width: 1200px;
	padding:30px;
	margin:0 auto;
}

.content_1_html .block {
	padding:0;
}

a {
	color: var(--link-color);
	text-decoration: none;
	border-bottom: 1px solid var(--link-underline-color);
	
}

a:hover {
	color: var(--link-hover-color);
}


.content_1_html {
	/*background: url(../../content/images/topbg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height:400px;*/
}

.content_1_html {
	padding:0 !important;
	position:relative;
}

.hello {
	text-align: center;
	background-color: rgba(30,30,30,0.7);
	width: 40%;
	min-width:280px;
	padding:30px;
	font-size: 1.5em;
	color: white;
	line-height: 150%;
	margin: 10% auto;
}

h1,h2,h3 {
	text-align: center;
	line-height: 130%;
}


.map {
	position: relative;
	height:450px;
	margin-top: 50px;
}

.maptext {
	position:absolute;
	left:0;
	bottom:0;
	padding:20px;
	background-color: rgba(30,30,30,0.8);
	color:white;
}

.maptext img {
	height: 18px;
	width:auto;
	vertical-align: middle;
}

.maptext a {
	color:white;
	white-space: nowrap;
}

img.logo {
	height:1.6em;
	padding:7px;
	/*background-color: white;*/
	/*border-radius: 5px;*/
}

.content_2_cards .block {
/*	max-width: unset;
	width: calc(100% - 60px);*/
}

.content_3_html {
	background:url('../../content/images/pattern1.png');
}

.content_5_php{
	background:url('../../content/images/pattern2.png');
}

.center {
	text-align: center;
}