@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: roboto; /* set name */
  src: url("fonts/Roboto-Light.ttf"); /* url of the font */
}
@font-face {
  font-family: myriad; /* set name */
  src: url("fonts/MyriadPro-Light.otf"); /* url of the font */
}
html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'roboto', Helvetica Neue, Helvetica, Arial," sans-serif";
	background-repeat: no-repeat;
/*	color: #231f20;*/
}

header {
	padding: 32px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 20px;
	margin:0;
	background-color: #414042;
	color:white;
	font-family: 'myriad', Helvetica Neue, Helvetica, Arial," sans-serif";
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	max-width: 100%;
}
iframe { 
  margin:0;
  width: 100%;
  aspect-ratio: 16 / 9;
}

h1 {
	font-size: 36px;
/*	text-transform: uppercase;*/
	font-weight: normal;
	padding: 0;
	text-align: left;
	color: #231f20;
	
	margin-bottom: 60px;
}

h2 {
	font-size: 36px;
/*	text-transform: uppercase;*/
	font-weight: normal;
	padding:0 20px;
	color: #231f20;
	border-bottom-right-radius: 30px;
	background-color: #fec00f;
	display: inline-block;
	margin:0;
}

h3 {
	font-size: 36px;
/*	text-transform: uppercase;*/
	font-weight: normal;
	margin: 15px 0;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 0px;
	
}

p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 35px;
}
.vert {
	display: grid;
	grid-auto-flow: row;
	margin-bottom: 30px;
}
.disclaimer {
	font-family: 'myriad', Helvetica Neue, Helvetica, Arial," sans-serif";
/*	color:black;*/
	font-size: 10px !important;
}
.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 140px;
	margin-top:-18px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}
.vert-text {
	min-height: 300px;
	padding: 20px 40px;
}

.vert-text p {
	font-size: 18px;
}
.vert-text .disclaimer {
	font-size: 12px;
/*	color: #ffffff;*/
}
.vert-text .ico {
	width:50px;
	height: 50px;
	display: block;
	background-color: #fec00f;	
}
.vert-img {
	background-color: #fec00f;
	height: 300px;
	text-align: center;
	align-self: end;
}
.vert-img div {
	background-size: cover;
	background-position: center center;
	height: 300px;
	text-align: center;
	padding: 50px;
	position: relative;
	align-self: end;
}


.hero {
	background-image: url(images/hero.jpg);
	background-size: contain;
	background-position: top center;
	padding: 300px 0 0 0;
	color: #231f20;
	text-align: center;
	width:100%;
	margin:0;
	position: relative;
}
.hero-text {
	background-color: #fec00f;
	padding: 20px;
	width:100%;
	position: relative;
	margin-top: 10px;
	margin-left: 0px;
	border-bottom-right-radius: 0px;
}
.hero-logo {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.hero-disclaimer {
	position: absolute;
	bottom:15px;
	left: 20px;
	margin:0;
	padding:0;
	line-height: 10px;
}
.ovens {
	background-image: url(images/ovens_s.jpg);
	background-size: contain;
	background-position: top center;
	padding: 500px 0px 0px 0px;
	color: #FFFFFF;
	text-align: left;
	position: relative;
	min-height: 600px;
}
.ovens-text {
/*	display: inline-block;*/
	background-color: #fec00f;
	padding: 20px 20px 70px 20px;
	max-width: auto;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	left:auto;
	right: 0px;
	width:100%;
	top:0px;
	border-bottom-right-radius: 0px;
}
.ovens h1 {margin-bottom: 10px;}
.ovens h2 {
	position: absolute;
	top:40px;
	left: auto;
	right: 40px;
}
.ovens-text p {
	color: #231f20;
	font-size: 21px;
	max-width: 400px;
	text-align: left;
}
.hobs {
	background-image: url(images/hobs_s.jpg);
	background-size: contain;
	background-position: top center;
	padding: 500px 0px 0px 0px;
	color: #FFFFFF;
	text-align: left;
	position: relative;
	min-height: 600px;
}
.hobs-text {
/*	display: inline-block;*/
	background-color: #fec00f;
	padding: 20px 100px 0px 20px;
/*	max-width: 500px;*/
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	right: 0px;
	top:0px;
	border-bottom-right-radius: 0px;
}
.hobs h1 {margin-bottom: 10px;}
.hobs h2 {
	position: absolute;
	top:40px;
	left: auto;
	right:40px;
}
.hobs-text p {
	color: #231f20;
	font-size: 21px;
	max-width: 400px;
	text-align: left;
}

.dishwashers {
	background-image: url(images/dishwasher_s.jpg);
	background-size: contain;
	background-position: top center;
	padding: 500px 0px 0px 0px;
	color: #FFFFFF;
	text-align: left;
	position: relative;
	min-height: 600px;
}
.dishwashers-text {
/*	display: inline-block;*/
	background-color: #fec00f;
	padding: 20px 100px 0px 20px;
/*	max-width: 500px;*/
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	left: 0px;
	bottom:0px;
	top:auto;
	border-bottom-right-radius: 0px;
}
.dishwashers h1 {margin-bottom: 10px;}
.dishwashers h2 {
	position: absolute;
	bottom:auto;
	top:40px;
	right: 40px;
}
.dishwashers-text p {
	color: #231f20;
	font-size: 21px;
	max-width: 400px;
	text-align: left;
}



.mwo-text {
	height: 300px;
	padding: 20px 40px;
	text-align: center;
}
.mwo-text p {
	font-size: 18px;
	margin: 0 auto;
}



.carousel-text {
	min-height: 300px;
	text-align: center;
	padding: 50px 20px 50px 20px;
}
.carousel-img {
	width: 85%;
	max-width: 500px;
}
.carousel-100 {
	width:100%;
}
.dark {
	color: #231f20 !important;

}

.long {
	height: 400px;
}
.mwo {background-image: url("images/mwo.jpg"); background-position: center top;}
.vert_1_1 {background-image: url("images/gallery-1.jpg")}
.vert_1_2 {background-image: url("images/gallery-2.jpg")}
.vert_1_3 {background-image: url("images/gallery-3.jpg")}
.vert_2_1 {background-image: url("images/oven_1.jpg")}
.vert_2_2 {background-image: url("images/oven_2.jpg")}
.vert_2_3 {background-image: url("images/oven_3.jpg")}
.vert_2_4 {background-image: url("images/oven_4.jpg")}
.vert_3_1 {background-image: url("images/hob_1.jpg")}
.vert_3_2 {background-image: url("images/hob_2.jpg")}
.vert_3_3 {background-image: url("images/hob_3.jpg")}
.vert_4_1 {background-image: url("images/mwo_1.jpg")}
.vert_4_2 {background-image: url("images/mwo_2.jpg")}
.vert_4_3 {background-image: url("images/mwo_3.jpg")}
.vert_5_1 {background-image: url("images/dishwasher_1.jpg"); background-size: contain; background-position: center center;}
.vert_5_2 {background-image: url("images/dishwasher_2.jpg")}
.vert_5_3 {background-image: url("images/dishwasher_3.jpg")}
.vert_5_4 {background-image: url("images/dishwasher_4.jpg")}
.logo-anchor {
	position:absolute;
	bottom:-61px;
	left:50%;
	margin-left: -61px;
	width:122px;
	max-width: 122px !important;
}
.anchored {
	margin-bottom: 61px;
	background-color: #ffffff;
}

.logo {
	max-width: 148px;
	left: 70px;
	top:60px;
	position: absolute;
}

.logo-sense {
	max-width: 74px;
}

.button {
/*	border: 2px #FFFFFF solid;*/
	background-color: #fec00f;
	padding: 10px 30px;
	border-radius: 50px;
	color: #231f20;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}


.tabbed {
	border-bottom-left-radius: 50px;
}

.gapless {
	gap:0 !important;
}
.info-box {
	
	padding: 30px 20px 60px;
	text-align: center;
}

.footer-text {
	font-size: 10px;
	margin: 12px 0px;
	color: white;
}
.white {
	background-color: #ffffff;
}
.grey {
	background-color: #d1d3d4;
}
.darkgrey {
	background-color: #414042;
	color: #ffffff;
}
.yellow {
	background-color:#fec00f;
	width:100%;
}
.disclaimer-text {
	font-size: 10px;
	margin: 0px;
/*	color: #414042;*/
}
.footer-logo {
	width: 124px;
	margin: 20px auto;
}

.footer-link {
	max-width: 48px;
	margin:0 5px;
}

.col {
	width: 100%;
	position: relative;
}
.row {
	display: block;
/*
	gap: 30px;
	grid-template-columns: 1fr;
*/
	margin-top:30px;
	
}

.right {
	text-align: center;
}
.center {
	text-align: center;
}
.left {
	text-align: center;
}


/*Tablet View*/

@media (min-width: 768px){
	.right {
	text-align: right;
	}
	.center {
		text-align: center;
	}
	.left {
		text-align: left;
	}
	body {
/*		max-width: 778px;*/
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	iframe { 
	  margin:0 12.5%;
	  width: 75%;
	  aspect-ratio: 16 / 9;
	}
	h1 {
		font-size: 38px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
		font-size: 36px;
	}
	
	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 16px;
	}

	p {
		font-size: 13px;
		margin-bottom: 35px;
	}

	.row {
		display: grid;
		gap: 30px;
		grid-template-columns: repeat(auto-fit, minmax(min(10rem, 100%), 1fr));
	}
	.vert {
		margin-bottom: 0;
	}
	.hero {
		background-size: cover;
		background-image: url(images/hero.jpg);
		background-position: top center;
		padding: 20px 20px 50px 20px;
		color: #231f20;
		text-align: center;
	}
	.hero-text {
		
		padding: 20px;
		max-width: 500px;
		position: relative;
		margin-top: 200px;
		margin-left: 50px;
		border-bottom-right-radius: 50px;
	}
	.ovens {
		background-image: url(images/ovens.jpg);
		background-size: cover;
		background-position: right center;
		padding: 20px 20px 50px 20px;

		text-align: left;
		position: relative;
		min-height: 600px;
	}
	.ovens-text {
	/*	display: inline-block;*/
		background-color: #fec00f;
		padding: 20px 100px 0px 20px;
		max-width: 500px;
		position: absolute;
		margin-top: 0px;
		margin-right: 0px;
		left:auto !important;
		right: 70px;
		top:120px;
		border-bottom-right-radius: 50px;
	}
	.ovens h1 {margin-bottom: 10px;}
	.ovens h2 {
		position: absolute;
		top:50px;
		bottom:auto !important;
		left: 70px;
		right:auto;
	}
	.ovens-text p {
		color: #231f20;
		font-size: 21px;
		max-width: 400px;
		text-align: left;
	}
	.hobs {
		background-image: url(images/hobs.jpg);
		background-size: cover;
		background-position: right center;
		padding: 20px 20px 50px 20px;
		color: #FFFFFF;
		text-align: left;
		position: relative;
		min-height: 600px;
	}
	.hobs-text {
	/*	display: inline-block;*/
		background-color: #fec00f;
		padding: 20px 100px 0px 20px;
	/*	max-width: 500px;*/
		position: absolute;
		margin-top: 0px;
		margin-right: 0px;
		left:auto;
		right: 70px;
		top:50px;
		border-bottom-right-radius: 50px;
	}
	.hobs h1 {margin-bottom: 10px;}
	.hobs h2 {
		position: absolute;
		bottom:50px;
		top:auto;
		left: 70px;
		right:auto;
	}
	.hobs-text p {
		color: #231f20;
		font-size: 21px;
		max-width: 400px;
		text-align: left;
	}

	.dishwashers {
		background-image: url(images/dishwasher.jpg);
		background-size: cover;
		background-position: left top;
		padding: 20px 20px 50px 20px;
		color: #FFFFFF;
		text-align: left;
		position: relative;
		min-height: 600px;
	}
	.dishwashers-text {
	/*	display: inline-block;*/
		background-color: #fec00f;
		padding: 20px 100px 0px 20px;
	/*	max-width: 500px;*/
		position: absolute;
		margin-top: 0px;
		margin-right: 0px;
		left: 70px;
		bottom:auto;
		top:50px;
		border-bottom-right-radius: 50px;
	}
	.dishwashers h1 {margin-bottom: 10px;}
	.dishwashers h2 {
		position: absolute;
		top:auto;
		bottom:50px;
		right: 70px;
	}
	.dishwashers-text p {
		color: #231f20;
		font-size: 21px;
		max-width: 400px;
		text-align: left;
	}



	.mwo-text {
		height: 300px;
		padding: 20px 40px;
		text-align: center;
	}
	.mwo-text p {
		font-size: 18px;
	}



	.carousel-text {
		min-height: 300px;
		text-align: center;
		padding: 50px 20px 50px 20px;
	}
	.carousel-img {
		width: 85%;
		max-width: 500px;
	}
	.carousel-100 {
		width:100%;
	}
	.hero-text p, .hobs-text p, .ovens-text p, .mwo-text p, .dishwashers-text p {
		font-size: 14px;
		max-width:340px;
	}
}
@media (min-width: 1024px){
	h1 {
		font-size: 44px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
		font-size: 48px;
	}
	
	h3 {
		font-size: 36px;
	}

	h4 {
		font-size: 16px;
	}

	p {
		font-size: 14px;
		margin-bottom: 35px;
	}
	.ovens-text {
		top:50px;
	}
	.hero-text p, .hobs-text p, .ovens-text p, .mwo-text p, .dishwashers-text p {
		font-size: 20px;
		max-width: 400px;
	}
}
/*Desktop View*/

@media (min-width: 1024px){
	
	main {
		max-width: 1200px;
		margin:auto;
	}
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
}
.consent-logo {
	max-width: 140px;
}

.btn-ghost {
    font-size: 0.7rem;
    text-align: center;
    color: #505050;
    font-weight: 400;
    letter-spacing: 0.25px;
    padding: 15px 3rem 15px 3rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #505050; 
}

.btn-ghost:hover {
    color: #505050;
    background: #F9F9F9;
    border: 1px solid #505050;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.btn-ghost {
		font-size: 0.9rem;
		text-align: center;
		color: #505050;
		font-weight: 400;
		letter-spacing: 0.25px;
		padding: 15px 3rem 15px 3rem;
		border-radius: 0.5rem;
		text-decoration: none;
		transition: 0.3s;
		border: 1px solid #505050; 
	}
  .buttons .btn-ghost {
	margin-bottom: 15px;
  }

  .buttons .gap {
    display: none;
  }
}


/*
.button {

    border-width: 2px;
	position: absolute;
	top: 20%;
	left: 45%;
	opacity: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border: 0;
    color: #fff;
    background: rgba(253, 193, 0, 0.5);
}
*/



@media only screen and (max-width: 1100px) {
  .button {
    bottom: 6rem;
  }
}

#cookie-bar {
    width: 100%;
    background: #F9F9F9;
    padding: 15px;
    position: fixed;
    bottom: 0;
    border-top: 2px solid rgb(80, 80, 80);
    display: grid;
    grid-template-columns: 2fr 1fr;
}

#cookie-bar header {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
}

#cookie-bar a.link, #cookie-bar a.link:visited {
    color: #FDC100;
}

#cookie-bar .btn-yellow, #cookie-bar .btn-ghost {
    display: inline-block;
    margin-right: 10px;
}

#cookie-bar .cookie-txt {
}

#cookie-bar .cookie-btn {
    text-align: right;
}

@media only screen and (max-width: 1500px) {
    #cookie-bar .btn-yellow, #cookie-bar .btn-ghost {
        width: 110px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media only screen and (max-width: 1140px) {
    #cookie-bar {
        grid-template-columns: 3fr 2fr;
    }

    #cookie-bar .cookie-btn {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 960px) {
    #cookie-bar {
        grid-template-columns: 1fr 1fr;
    }

    #cookie-bar .cookie-btn {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 776px) {
    #cookie-bar .cookie-btn {
        padding-top: 0;
    }

    #cookie-bar .btn-yellow, #cookie-bar .btn-ghost {
        width: 80%;
        float: right;
        padding-left: 1rem;
        padding-right: 1rem;
        display: block;
        margin-bottom: 10px;
    }
}

#consent-modal {
    display: none;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

#consent-modal .overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}

#consent-modal .modal {
    width: 1024px;
    max-width: 80%;
    padding: 4rem;
    max-height: 70%;
    background: #fff;
    color: #000;
    margin: 0 auto;
    margin-top: 10vh;
    overflow-y: scroll;
}

#consent-modal .modal header {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

#consent-modal a.link, #cookie-bar a.link:visited {
    color: #FDC100;
}

#consent-modal p {
    padding-bottom: 4rem;
}

#consent-modal .btn-yellow, #consent-modal .btn-ghost {
    display: inline-block;
    margin-right: 10px;
}

#consent-modal .modal img {
	max-width: 140px;
	padding-bottom: 10px;
}
@media screen and (max-width: 650px) {
    #consent-modal .btn-yellow, #consent-modal .btn-ghost {
        width: 100px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media only screen and (max-width: 550px) {
    #consent-modal .btn-yellow, #consent-modal .btn-ghost {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 10px;
        display: block;
    }
}

.btn-discover {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .btn-discover {
        margin-bottom: 50px;
    }
}

#cookie-icon {
    display: none;
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 100px;
    height: auto;
    max-width: 20vw;
}

#cookie-icon img {
    width: 50px;
    height: auto;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.5);
}

