@import url('css');
@import 'calendar.css';


:root {
    --white: #fff;
    --black: #000; 
    --grey: #333; 
    --transgrey: rgba(0,0,0,0.5); 
    --alternate:  #681d82 ; 
    --alternate2:  #78318f ; 
    --trans: rgba(255,255,255,0.8); 
    --shadow: rgba(0,0,0,0.4); 
    --lightgrey: #f0f0f0; 
    --evenlighter: #fafafa; 
    --abitdarker: #eaeaea; 
    --green: #9BC500; 
    }

body {
	background-color: #FFFFFF;
	margin: 0; 
	font-family: "Open Sans", Arial, Helvetica, sans-serif; 
}
h1{
	font-weight: 200;
	font-size: 26px;
	line-height: 36px; 
}
h2{
	font-weight: 200;
	font-size: 22px;
}
h3{
	font-weight: 200;
	font-size: 20px;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
input, textarea, select {
	font-family:"Open Sans", Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;
	font-size: 15px;
	border-radius: 5px;
	padding: 7px;
	border: 2px solid #757761;
	background-color: #fff;
	max-width: 80vw;
} 
a[href^="mailto:"]
{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
table{
	width: 100%;
	border-collapse: collapse;
}
th{
	padding: 5px 3vw 5px 5px;
	vertical-align: top;
	text-align: left;
	background-color: #4C6F82;
	color: #fff;
	font-size: 20px; 
}
td{
	padding: 5px 3vw 5px 5px;
	vertical-align: top;
}
tr:nth-child(odd){
    background-color: #f0f0f0 ;
}
tr:nth-child(even) {
    background-color: #fff;

}
a[href^="mailto:"]
{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}











.title {
	font-family:Grenze, Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	color: #666;
	font-weight:200; 
	padding: 20px; 
	text-align:center;
	line-height: 50px;
	letter-spacing: 10px; 
	text-transform:uppercase; 
}
.subtitle{
	text-align: center; 
	font-size: 16px; 
	color: #666; 
	padding: 0 20px 20px 20px; 
}
.title a{
	text-decoration: none; 
	color: #666;
}
.mobile{
	display: none; 
}
.topnav {
  overflow: hidden;
  background-color: rgba(0, 51, 78,0.7);
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #00334E;
  color: #fff;
}

.active {
  background-color: #00334E;
  color: white;
}

.topnav .icon {
  display: none;
}


.toplinks{
	position:sticky;
	padding: 20px 0 20px 0;
	width: 100%;
	top: 0;
	z-index: 10;
	background-color: rgba(0, 51, 78,0.7); 
	text-transform:uppercase;
}	
.bottomlinks{
	padding: 20px 0 20px 0;
	background-color: rgba(0, 51, 78,0.7); 
	text-transform:uppercase;
}
.links{
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: center;
	line-height: 36px; 
	font-size: 14px;
	white-space:nowrap;

}

.links a{
	padding: 15px 15px; 
	margin: 5px;
	text-align:center;
	text-decoration:none; 
	color: #fff; 
	border-radius: 5px;
 	transition: background-color 0.5s;
}	
.links  a:hover{
	background-color:rgba(0,0,0,0.5); 
}
.maintext{
	max-width: 1200px;
	line-height: 180%;
	color: #333;
	margin: auto; 
	padding: 2vw 5vw;
}
.maintext a{
	color: #333;
}
.maintext a:hover{
	color: #000;
}
#mainthreecols {
	padding: 20px;
	margin: auto; 
	flex-flow: row wrap;
	display: flex;
	justify-content: center;

	}
#mainthreecols > div {
 	color: #fff;
	width: 500px;
	flex: 1 1 auto;
	margin: 20px; 
	position: relative; 
	background-color: #26546D;
}
#mainthreecols > div .picture{
	width: 100%;
	height: 350px;
	text-align: center; 
	z-index: 1;
}
#mainthreecols > div .picture  img {
    object-fit: cover;
    width: 100%;
    height: 350px;
}
#mainthreecols div a{
 	color: #666;	
 	text-decoration:none;
}
#mainthreecols div a:hover{
 	color: #000;	
}
#mainthreecols div h3 a{
	border-bottom: 0;

}
#mainthreecols div h2{
	font-weight: normal;
	margin: 10px 0 ;
	padding: 0px;
	text-align: center; 
	z-index: 3;
	position: relative;
}
#mainthreecols div .text{
	font-size:13px;
	line-height: 180%;
	margin: 20px;
}
#mainthreecols .layerbox{

	padding: 1.5vw; 
 	position: relative;

}
#mainthreecols div h2 a{
	color: #fff; 
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  background-color: rgba(0, 51, 78,0.7);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  border: 3px solid rgba(255,255,255,0);
}

#myBtn:hover {
  background-color: #222;
  border: 3px solid rgba(255,255,255,1);
}
.iw {
	font-size: 12px;
	padding: 10px 100px;
	text-align: right;
	background-color:#fff;
} 
.iw a{
	color: #999;
	text-decoration: none;
}
.social {
	text-align: center; 
	padding: 1vw 0 3vw 0; 
	background-color: #f0f0f0;
}
.social img{
	max-width: 100px; 
}
.footer{
	background-color: #f0f0f0;
	color: #333;
	line-height: 180%;
	font-size: 15px; 
	padding: 3vw 0 1vw 0; 
}
.footer .centre{
	max-width: 1400px;
	margin: auto;
	display: flex;
  flex-flow: row wrap; 
  justify-content: center;
	
}
.footer .centre > div{
	width: 300px; 
	padding: 30px 1.5vw;
}
.footer a{
	color:#333;
	text-decoration:none; 
}
.footer a:hover{
	color:#000;
}
.pictures{
	display: flex;
 	flex-flow: row wrap;
    justify-content: center;
	margin	: 4px;
}
.pictures div {
	flex: 1 1 auto;
	width: 300px;
	height	: 200px;
	max-width: 450px;
	position: relative;
	margin	: 4px;
}

.pictures div img{
object-fit: cover ;
	width: 100%;
	height:  100%;

}
#tariff{
	background-color: #f0f0f0;

}
div.tariff{
	color: #333;
	font-size:16px;
	line-height: 170%;
	margin: auto;
	max-width: 1200px;
	line-height: 180%;
	color: #333;
	padding: 2vw 5vw;
}
div.tariff td{
	padding: 10px 4px;
}
div.tariff tr:nth-child(odd) {
}
div.tariff tr:nth-child(even) {
	background-color: rgba(200,200,200,0.3);
}
.admintariff td, .admintariff th {
	padding: 5px 1px;
}
.page {

    background-attachment: fixed;
}
#map{
	height: 500px;
}
.contact table {
	table-layout: fixed;
}
.contact input, .contact textarea, .contact select{
	width: 300px; 
	margin: 3px;
} 
.contact {
	margin: auto
} 
.contact td {
	border-bottom: 1px #999 dashed;
}
.oops {
	font-size: 200px;
	float: right;
	line-hight: 250px;
	margin: 50px;
	font-style: italic;
}
#mainthreecols div .layerbox a{
	color: #fff;
}
.contactform{
	margin: auto;
	transition: 0.5s;
}
.contactform div{
    padding: 0.5rem;
}
.contactform input[type=submit],
.contactform input[type=button],
.contactform input[type=text],
.contactform input[type=email],
.contactform input[type=date],
.contactform input[type=tel],
.contactform textarea,
.contactform label
{
    font-size: 16px;
	border: 2px solid var(--green); 

}
.contactform * + p{
    margin-top: 0; 
}
.contactform label {
    display:block;
    margin-bottom: 10px;
}
.contactform label > span{
    display: inline-block;
}
.contactform input[type=text],
.contactform input[type=email],
.contactform input[type=tel],
.contactform input[type=password],
.contactform input[type=date],
.contactform input[type=number]
{
    background: transparent;
    outline: none;
    padding: 10px;
}
.contactform textarea{
    padding: 10px;
    background: transparent;
    outline: none;
    overflow: hidden;
    resize:none;
    min-height:100px;
}

.contactform textarea:focus,
.contactform input[type=text]:focus,
.contactform input[type=email]:focus,
.contactform input[type=email] :focus
{
    border: 2px solid var(--green);
}

.contactform input[type=submit],
.contactform input[type=button]{
    background: var(--green);
    border: none;
    padding: 8px 10px 8px 10px;
    color: #fff;
	width: 300px;
}
.contactform input[type=submit]:hover,
.contactform input[type=button]:hover{
background: #394D61;
}
.contactform input:not([type="submit"]),
.contactform textarea {
    border: 2px solid var(--green);

}
.contactform:focus-within input:not([type="submit"]):invalid,
.contactform:focus-within textarea:invalid {
	border: 2px solid red !important;

}
.contactform:focus-within input:not([type="submit"]):valid,
.contactform:focus-within textarea:valid {
	border: 2px solid green !important;

}
.contactform:focus-within input[type="radio"]:invalid{
	outline: 2px solid red;
    outline-offset: 2px;
}
.contactform div:nth-of-type(4n+3), 
.contactform div:nth-of-type(4n+4){
    background-color: var(--evenlighter);
}
.contactform > div{
    position: relative;
}
.contactform > div:has(textarea:required)::after, 
.contactform > div:has(input:required)::after, 
.contactform > div:has(select:required)::after{
    content: "\002A";
    color: #800; 
    font-size: 2rem;
    inset: 0 1rem auto auto; 
    position: absolute;
}
.contactform > div:has(textarea:required)::after{
    inset: 0 -1rem auto auto; 
}




@media only screen and ( min-width: 900px ) {
.contactform {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 835px;
	margin: auto;
}
.contactform label > span{
	width: 250px;
}
.contactform input[type=text],
.contactform input[type=email],
.contactform input[type=tel],
.contactform input[type=password],
.contactform input[type=date],
.contactform input[type=number]
{
	width: 275px;
}
.contactform textarea{
	width: 275px;
}

} 



@media only screen and ( max-width: 1660px ) {
#mainthreecols > div {
	width: 370px;
}
}



@media only screen and ( max-width: 1300px ) {
#mainthreecols > div {
	width: 300px;
}
}



@media only screen and ( max-width: 1024px ) {
.toplinks{
	display: none; 
}
nav {
	display: none;
	margin: 0 20px 20px 0;

}
.mobile{
	display: block;
	background-size: cover;
}
.topnav a:not(:first-child) {
	display: none;
}
.topnav a.icon {
    float: right;
    display: block;
 }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
.page {

    background-attachment: scroll;
}

}


@media only screen and ( max-width:640px )
{
#mainthreecols {
	margin: 0; 
	padding: 0; 
}
#mainthreecols > div{
	width: 100%; 
	margin	: 20px 0;
	padding: 0; 
}
#mainthreecols > div .picture  img {
   /* object-fit: contain;*/
}
#mainthreecols .layerbox{

	margin: 20px auto 20px auto;
	border: 0;
}
#mainthreecols > div .picture{
	margin: 0;
}
.bottomlinks .links div a{
	display: block; 
    text-align: left;
	padding: 14px 16px;
	border-radius: 0; 
	margin: 0; 
}
.bottomlinks .links{
	display: block; 
	border-radius: 0; 
	padding: 0;
	text-transform: capitalize; 
	line-height: 23px; 
	font-size: 16px; 
}
.bottomlinks .links a:hover{
  background-color: #00334E;
  color: #fff;
	border-radius: 0; 
} 



.pictures div {
	width: 100%;
	height	: auto;
	max-width: none;

}
}



@media only screen and ( max-width: 340px ) {
.fws2 {
	display: none; 

}

}