/**
	@Author:	Paul Strandoo/Spi-des-ign
	@Date:		12 June 2026
	@Notes:		Eurohaus Holding
*/
@import url("reset.css"); 
@import url("font-awesome.min.css");
:root {
	--display-font: "Domine", serif;
	--body-font: "Domine", serif;
	--display-regular: 400;
	--display-medium: 500;
	--display-semibold: 600;
	--display-bold: 700;
	--body-regular: 400;
	--body-medium: 500;
	--body-semibold: 600;
	--body-bold: 700;
	
	--darkblue: #1F4C8F;
	--lightblue: #75C5F0;
	--white: #ffffff;
	--black: #000000;
	
	/* Layout variables */
	--content-width: 90rem;
	--content-padding: 5rem;
	--header-height: 10rem;
	
    --inner: 1450px;
    --inner-large: 1400px;
    --inner-narrow: 1250px;
    --inner-wide: 1400px;
    --inner-full: 100%;
    
    --hero-overlay: #12322B;
    --medium-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
	}	
* {
	margin: 0;
	padding: 0;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
html {
	font-size: 100%;
	height: 100%;
	scroll-behavior: smooth;
	}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	background: #ffffff;
	}
body, input, textarea, table {
	font-family: var(--body-font);
	font-weight: var(--body-regular);
	font-style: normal;
	color: var(--black);
	font-optical-sizing: auto;
	font-variation-settings:
		"wdth" 100;
	}
a {
	color: var(--darkblue);
	text-decoration: none;
	}
a:hover, a:focus {
	color: var(--lightblue);
	text-decoration: none;
	}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	}

/* body links */

h1 {
	font-family: "Encode Sans", sans-serif;
	font-weight: 400;
	font-size: 2.2em;
	line-height: 1;
	margin: 0.6em 0;
	}

p {
	font-size: 1.125em;
	font-weight: 300;
	line-height: 1.4em;
	margin: 0 0 1em;
	padding: 0;
	}
img {
	vertical-align: middle;
	}
@media screen and (min-width: 570px) {
	p {
		font-size: 1.4em;
		}
	h1 {
		font-size: 3.5em;
		width: 100%;
		}
}

/* ----- [ Structure ] -----------------*/
section,
footer {
	width: 100%;
	}
section {
	margin: 20px 0;
	padding: 0;
	position: relative;
	}
.inner {
	max-width: 960px;
	margin: 20px auto;
	padding: 0 15px;
	position: relative;
	}

/* ----- [ Contact form ]----------------------- */
.button {
	width: 100%;
	font-size: 1.3rem;
	padding: 0.6em 1em;
	background: #1D99D6;
	color: #fff;
	border: none;
	cursor: pointer;
	text-decoration: none;
	}
.button:hover {
	background: #669714;
	color: #fff;
	opacity: 0.9;
	}

@media only screen and (min-width: 37.5em) { 
	.button {
		width: auto;
		}
}

/**
 * Alignment styles that are used by the InputfieldTinyMCE for 
 * positioning images in bodycopy. If you are using this field type, 
 * you may want to include these or similar styles in your site.
 *
 */

/* ----- [ Holding Page ] -----------------*/
.holding-section {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: space-around;
	text-align: center;
	margin: 0;
	}

.holding-section .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1;
	text-align: center;
	margin: 0 auto;
	padding: 2em;
	max-width: 100%;
	/*max-width: 66em;*/
	max-width: 1200px;
	margin: 0 auto;
	}

.holding-logo {
	max-width: 160px;
	margin: 0 auto;
	}
.holding-logo img {
	max-width: 100%;
	}

.coming-soon-page h1 {
	font-family: var(--display-font);
	font-weight: var(--display-semibold);
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0;
	margin: 50px 0 35px;
	padding: 0.5em;
	color: var(--darkblue);
	/*background: var(--darkblue);*/
	}
.coming-soon-page p {
	margin: 0 0 1.4em;
	}
.coming-soon-page a {
	text-decoration: underline;
	}
	
.boxed-text {
	color: var(--darkblue);
	padding: 10px 20px;
	}
	
.box-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 2em 0;
	gap: 20px;
	}

.box {
	flex: 1 1 130px;
	max-width: 210px;
	min-width: 130px;
	/* border: 1px solid black; */
	}
.box p {
	font-size: 1rem;
	line-height: 1.2;
	margin: 0;
	padding: 5px;
	}
.box img {
	width: 100%;
  	height: auto;
  	display: block;
	/* aspect-ratio: 3 / 2.5;
	object-fit: cover;*/
	margin: 0 auto 0.75em;
	/* border-block: 1px solid black; */
	}

/* ----- form styles ----- */
/* ----- end form styles ----- */

.button {
	display: inline-block;
	padding: 5px 14px;
	color: #fff;
	background: #1D99D6;
	border: 3px solid #1D99D6;
	cursor: pointer;
	width: auto;
	opacity: 0.9;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-decoration: none !important;
	border-radius: 9px;
	}
.button:hover {
	color: #BDCF03;
	background: #fff;
	border: 3px solid #BDCF03;
	}

.holding-footer {
	background: transparent;
	text-align: center;
	margin: 80px 0 0;
	padding: 0 15px;
	font-size: 0.9em;
	z-index: 1;
	}
.holding-footer p {
	font-size: 1rem;
	}
.holding-footer p {
	color: #ccc;
	}
	
@media screen and (min-width: 570px) {
	.holding-section {
		height: 100vh;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: space-around;
		}

	.holding-section .inner {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		}
	.holding-footer {
		margin: 0;
		}
}

