@charset "utf-8";
/* CSS Document */
body {
    background-color: #F4F4F4;
    margin: 0;
}
html {
    scroll-behavior: smooth;
}
.container {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.logobar {
    width: 100%;
    background-color: #fff;
}
.logo {
    display: flex;
    justify-content: center;
    padding: 15px;
}
.menubar {
    display: -webkit-flex;
    display: flex;
    text-align: center;
    overflow: hidden;
    justify-content: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
.menubar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    top: 0;
    display: inline-block;
}
.menuitem {
    display: inline-block;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}
.menuitem a {
    display: block;
    background-color: #fff;
    color: #000000;
    text-align: center;
    padding: 30px;
    text-decoration: none;
    font-family: "Garamond", Times, serif;
}
.menuitem a:hover {
    color: #bbbbbb;
}
.welcomebar {
    max-width: 100%;
    height: 500px;
    background-image: url('images/front_welcome.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.welcometext {
    display: block;
    background: rgba(0, 0, 0, 0.3);
    width: 50%;
    position: absolute;
    margin-top: 140px;
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    padding: 5%;
}
.welcome1 {
    color: #fff;
    font-family: sans-serif;
}
.welcome2 {
    color: #fff;
    font-size: 2rem;
    font-family: sans-serif;
}
.maincontent {
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
h1 {
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
    color: #bc9b5d;
    font-family: "Garamond", Times, serif;
}
.content {
    float: left;
    width: 44%;
    padding: 3%
}
.othercontent{
	width: 88%;
	padding: 3%;
	margin-right: 3%;
		margin-left: 3%;
}
.content p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 20px;
    color: #444;
    font-weight: lighter;
}
.othercontent p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 18px;
    color: #444;
    font-weight: lighter;
	text-align: justify;
}
.othercontent h2 {
	 font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 18px;
    color: #555;
    font-weight: bold;
}
.contentlist {
	    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 18px;
    color: #444;
    font-weight: lighter;
}
.contentlist li:not(:last-child) { 
   margin-bottom: 15px;  
}
ol{
	list-style-type: lower-alpha;
	 font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 18px;
    color: #444;
    font-weight: lighter;
}
ol li:not(:last-child) { 
   margin-bottom: 15px;  
}
ol.number{
	list-style-type: decimal;
	 font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 18px;
    color: #444;
    font-weight: lighter;
}
ol.number li:not(:last-child) { 
   margin-bottom: 15px;  
}
.maincontent::after {
    content: "";
    display: table;
    clear: both;
}
.contentheader {
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
    color: #bc9b5d;
    font-family: "Garamond", Times, serif;
}
.pagebreak {
    border: 1px solid #ddd;
    height: 500px;
    max-width: 100%;
    background-image: url('images/front_welcome.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.usefulbar {
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.usefulbar::after {
    content: "";
    display: table;
    clear: both;
}
.regs {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
}
.regstext {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 40px;
    COLOR: #555;
}
.essential {
    width: 100%;
    background-color: #bc9b5d;
	border-top: #ddd;
}
.essholder {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    color: #fff;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 12px;
}
.esslist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.esslist a {
    text-decoration: none;
    color: #fff;
}
.esscol {
    width: 33.33%;
    float: left;
    margin-top: 35px;
}
.essholder:after {
    content: "";
    display: table;
    clear: both;
}
.copybar {
    border-top: 1px solid #D0B98E;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 10px;
}
.social {
    width: 47%;
    float: left;
    padding-left: 3%
}
.copy {
    width: 50%;
    color: #fff;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 12px;
    float: left;
}
.sociallink img {
    width: auto;
    height: 30px;
    filter: invert(44%) sepia(52%) saturate(466%) hue-rotate(1deg) brightness(92%) contrast(87%);
}
.sociallink:not(:last-child) {
    margin-right: 10px;
}
.copybar:after {
    content: "";
    display: table;
    clear: both;
}
.cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.cookies-eu-banner a {
    color: #fff;
}
.cookies-eu-banner button {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 7px 10px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}
.cookies-eu-banner button:hover {
    background: #fff;
    color: #222;
}
.hidden {
    display: none;
}
@media screen and (max-width: 600px) {
    body {
        background-color: red;
    }
    .content {
        width: 90%;
        padding: 5%;
    }
    .maincontent {
        max-width: 100%;
    }
    .usefulbar {
        max-width: 100%;
    }
    .essholder {
        max-width: 100%;
    }
    .esscol {
        margin-left: 3%;
        margin-right: 3%;
        width: 44%;
    }
}