
*, ::after, ::before {padding: 0; margin: 0; box-sizing: border-box;}
html {font-size: 20px; scroll-behavior: smooth;}
body {font-size: 0.75rem; color: #333; font-family: "Source Sans Pro", helvetica, sans-serif; border-top: 0.5rem solid #9f002d;}


h1,h2,h3 {line-height: 1.1;}
h1, .slogan, .sidebar h3 {font-weight: 200; color: #9f002d; font-size: 1.8rem;}
h1 {margin-bottom: 1.5rem;}
h2 {font-size: 1.5rem; font-weight: 200; border-bottom: 1px solid #dddddd; margin-bottom: 1rem; color: black; text-transform: uppercase; padding-bottom: 0.25rem;}
a {text-decoration: none;}
h3 {font-size: 1.5rem; font-weight: 600; padding-bottom: 0.1rem;}
* + h3 {padding-top: 2rem;}

.main {width: 100%; max-width: calc(69rem + 4vw); margin: 0 auto; position: relative; padding: 0 1rem 0 1rem;} 
img {max-width: 100%;}
.content p, .content ul, .content ol {margin-bottom: 1rem; margin-top: 1rem;}
.content ol {margin-left: 1rem;}
.content a {color: black;}
.content #primary a {text-decoration: underline;}
#conversejs

/* .content .sidebartabs ul {padding: 0.5rem 0 0.5rem 0;} */
.content .sidebartabs ul li:first-child {margin-top: 0.5rem;}


.content .tabs ul:not(.image-gallery) li {background: url("/img/icon-192x192.png") left 0.3rem / 0.75rem auto no-repeat; list-style: none; padding-left: 1.4rem;}


.header {display: flex; width: 100%; margin: 1.8rem 0 1.4rem;}
.header > div a {text-transform: uppercase; font-size: 0.7rem; text-decoration: none; color: black;}
.header > div a img {display: inline-block; vertical-align: middle; position: relative; bottom: 0.1rem;}
.header > div:nth-child(1) {position: absolute;}

/* .sidebartabs .more-link .. */
.sidebartabs .more-link > a {
background: url("/img/icon-192x192.png") left 0.1rem / 0.75rem auto no-repeat;
list-style: none;
padding-left: 1.4rem;
font-weight: bold;
margin-left: 40%;
text-transform: uppercase;
}

/* Navigation - menu **/
.navigation ul {display: flex; justify-content: space-between;}
.navigation li {list-style: none;}
.navigation li:first-child a {color: transparent; background: url(/img/home.png) left center no-repeat;}

.navigation a {display: block; padding: 0.1rem 0.1rem; text-transform: uppercase; color: black; font-size: 0.8rem;}
.content + .navigation {margin-top: 5rem;}

#menu{
	display: flex;
	flex-flow: row wrap;
	left: 0;
	line-height: 1.8em;
	position: fixed;
	right: 0;
	top: 0;
	z-index:1000;
	text-decoration: none;
	position: relative;
}
#menuF {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
	gap: 0rem 2rem;
	margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
	#menuF {gap: 0.5rem 1.5rem;}
}

#toggle-menu{display: none;}
.toggle{display: flex!important;}

.slogan {padding: 0rem 0rem 0.75rem 0rem; font-size: 1.7rem;}
.content {display: flex; gap: 3rem; min-width: auto;}
@media (max-width: 800px) {
	.content {flex-direction: column;}
}

.primary {flex-grow: 1;}

.tabs {border-left: 1px solid #eda201; border-top: 5px solid #eda201; padding: 1.75rem 0rem 1.75rem 1.75rem; margin: 0rem 0; font-size: 1rem; font-weight: 300;}
.tabs img {}
.sidebar {width: 13rem; min-width: 13rem;}
@media (max-width: 800px) {
	.sidebar {width: 100%;}
}
 @media (max-width: 600px) {
	.tabs {border-left: 0; padding-left: 0; padding-top: 0.65rem;}
}
.sidebar h3 {text-transform: uppercase; color: black; font-size: 1.5rem; margin-bottom: 0.35rem; margin-top: 2rem;}


.sidebartabs {border-left: 1px solid #eda201; border-top: 5px solid #eda201; padding: 1rem 0 1rem 1rem; margin: 0 0 1rem;}
.sidebartabs ul {margin: 0 ;}
.sidebartabs ul li {
	margin: 0;
	padding: 0.5rem 0;
	background: url("/img/icon-192x192.png") left 0.7rem / 0.6rem auto no-repeat;
	list-style: none; 
	padding-left: 1.3rem;
	border-bottom: 1px dotted black;
}
.sidebartabs ul li a {text-decoration: none;}
.sidebartabs ul li a:hover {color: rgba(0,0,0,0.5)}
.sidebartabs ul li:first-child {margin-top: -0.5rem;}
.sidebartabs p {margin: 0 0 1rem;}
.sidebartabs a {text-decoration: underline;}
.sidebartabs a:hover {text-decoration: none;}

blockquote {font-style: italic; margin: 2rem 0; padding: 0 1.5rem; color: #eda201; font-weight: 400;}
@media (max-width: 600px) {
	blockquote {border-left: 1px solid #eda201;}
}


.newsletter-contact {font-weight: 200; font-size: 1.15rem; text-align: center; margin-bottom: 3rem; color: black; margin-top: 3rem; padding: 2rem; background: rgba(0,0,0,0.05);}
.newsletter-contact a {font-style: italic; font-weight: 700; color: #333;}

.content ul.image-gallery {display: grid; grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr)); gap: 1.5rem; margin-left: 0!important;}
.content ul.image-gallery li {list-style: none;}
.content ul.image-gallery li a {text-align: center; text-decoration: none;}
.content ul.image-gallery li a img {width: 100%; display: block;}
.content ul.services_overview {display: grid; grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr)); gap: 0.5rem; margin-left: 0!important;}
.content ul.services_overview li {padding: 0; background: none; position: relative; padding-bottom: 70%; border-bottom: 0.3rem solid #eda201; list-style: none;}
.content ul.services_overview li img {position: absolute; display: block; width: 100%; height: 100%;}
.content ul.services_overview li span {
    position: absolute; 
    bottom: 0; 
    display: block; 
    padding: 0.5rem; 
    color: white; 
    background: rgba(0,0,0,0.5); 
    width: 100%; 
    font-weight: 300; 
    font-size: 1.1rem; 
    text-transform: uppercase;
    font-style: normal;
}

.footer {
    color: white; 
    background: #9f002d; 
    padding: 0 1rem; 
    font-size: 0.6rem; 
    text-align: center; 
    margin-top: 0.6rem;
	line-height: 2.5;
}

/* CONTACT FORM */
form {
    display: grid;
    grid-template-areas:
	'Container-1 Container-2'
	'Container-3 .'
	'Container-4 Container-4'
	'Container-5 Container-5'
        'Container-6 .';
    grid-template-columns: repeat(2 , 1fr);
    grid-template-rows: repeat(4, auto);
}

.grid-form-field-1 {
    grid-area: Container-1;
}

.grid-form-field-2 {
    grid-area: Container-2;
}

.grid-form-field-3 {
    grid-area: Container-3;
}

.grid-form-field-4 {
    grid-area: Container-4;
}

.grid-form-field-5 {
    grid-area: Container-5;
}

.grid-form-field-6 {
    grid-area: Container-6;
}



  
form label {
  display: block;
}
form p {
  margin: 0;
}

.full-width {
  grid-column: 1 / 3;
}

button,
input,
textarea {
    /*    padding-right: 1em; */
    font-size: 1.2rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

button {
  background: lightgrey;
  width: 50%;
  border: 0;
}
button:hover, button:focus {
  background: gold;
  outline: 0;
}

/* newsletter subscription on contact form */

	fieldset {
		margin-bottom: 14px;
	}

	.field {
		display: flex;
		align-items: center;
		margin-bottom: 14px;
	}

	.field:last-child {
		margin: 0;
	}

	/**
 * Removing the checkbox and radio appearance
 */

	[type=radio],
	[type=checkbox] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	/**
 * Giving Checkbox & Radio not checked a new appearance
 */

	[type=radio],
	[type=checkbox] {
		width: 40px;
		height: 40px;
		border: solid 6px #cccccc;
		margin-right: 8px;
		position: relative;
	}

	/**
 * Giving Checkbox & Radio checked state a new appearance
 */

	[type=radio]:checked::before,
	[type=checkbox]:checked::before {
		content: "";
		width: 24px;
		height: 24px;
		background-color: #ffa500;
		position: absolute;
		top: 2px;
		left: 2px;
	}


