@charset "UTF-8";
/* CSS Document */
:root {
	--lgreen:#00a291;
	--lblue: #92cfeb;
	--grey: #9a9c9e;
	--dblue: #005893;
	--red: #e7344c;
	--dgreen: #467e72;
}
	body {
		font-family: 'Poppins', Helvetica Neue, Arial, sans-serif;
		margin: 0;
		color: #3e3e3e;
		}
.us .header {
	height: auto;
}
.us .head-text {
	position: relative;
	transform: none;
	top: auto;
	padding-bottom: 50px;
}
.us footer {
	margin-top: 0;
}
.datasheets {
	color: #FFF;
}
.datasheets .grey {
	background-color: var(--grey);
}
.datasheets .lblue {
	background-color: var(--lblue);
}
.datasheets .dblue {
	background-color: var(--dblue);
}
.datasheets .lgreen {
	background-color: var(--lgreen);
}
.datasheets .dgreen {
	background-color: var(--dgreen);
}
.datasheets .red {
	background-color: var(--red);
}
.datasheets .product-list-item {
	padding: 20px;
	min-height: 500px;
}
.datasheets .product-list-item p {
	text-align: left;
	max-width: 100%;
}
.datasheets .product-list-item p:first-child {
	margin-bottom: 20px;
}
		.preload {
			position: fixed;
			top:0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 3000;
			background: #0082c5;	
			transition: 0.5s ease-out;
			-webkit-transition: 0.5s ease-out;
		}
		.preload::before {
			content: "";
			position: absolute;
			top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin: -30px 0 0 -30px;
border-radius: 50%;
opacity: 0.4;
background: #FFFFFF;
animation: loaderAnim 0.7s linear infinite alternate forwards;
		}
		
		@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}
		.preload.load-hide {
			visibility: hidden;
		}
.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
	background-color: #FFF;
	z-index:1000;
}
		.logo {
			position: fixed;
			top: 0;
			right: 0;
			z-index: 2000;
		}
		.logo img {
			width: 200px;
			height: auto;
		}
		.header {
			height: 100vh;

		}
		.head-text {
			padding:10%;
			position: absolute;
			top:50%;
			left:0%;
			transform: translateY(-50%);
			transition: 0.5s ease-out ;
			-webkit-transition: 0.5s ease-out;
		}
		.head-text h2 {
			visibility: hidden;
		}
		.text-hide {
			opacity: 0;
			visibility: hidden;
		}
		.head-text-2 {
			opacity: 0;
			visibility: hidden;
		}
		.head-text-2.text-show {
			opacity: 1;
			visibility: visible;
		}
		.cta {
			background-color: #0082c5;
			color: #FFFFFF;
			text-decoration: none;
			font-weight: 800;
			padding:13px 16px;
			border:1px solid #0082c5;
			transition: 0.5s ease-out;
			-wekbit-transition: 0.5s ease-out;
			display: inline-block;
			cursor: pointer;
			margin-top: 30px;
		}
		.cta:hover {
			background-color: #FFFFFF;
			color: #0082c5;
		}
		h2 {
			font-size: 7vw;
			color:#0082c5;
			line-height: 1.1;
			font-weight: 800;
			text-transform: uppercase;
		}
		a {
			cursor: pointer;
		}
		footer a:hover {
			color: #FFF;
			opacity: 0.6;
		}
		h1 {
			text-transform: uppercase;
			font-size: 3.8vw;
			line-height: 1.1;
			font-weight: 800;
			color:#0082c5;
			margin-bottom: 100px;
		}
		h1 span, h2 span {
			display: block;
			font-weight: 400;
		}
		.conti {
			padding-right: 10%;
			padding-left: 10%;
		}
		.ce_text {
			padding-left: 20px;
				padding-right: 20px;
			font-size: 1.2vw;
		}
		.ce_text strong {
			color: #0082c5;
			font-weight: 800;
		}
		main {
			padding-top: 50px;
		}
.products-new {
	position: relative;
	overflow: hidden;
}
.products-new::before {
	width: 100%;
	height: 100px;
	content:"";
	position: absolute;
	top:0;
	left: 0;
	background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	opacity: 0.6;
}
.products-new::after {
	width: 550px;
	height: 120px;
	content:"";
	position: absolute;
	top: -1px;
	left: 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.products-new.grey::after {
	background-image: url("https://cemix.cake.at/files/1000-construction-system.svg");
}
.products-new.lblue::after {
	background-image: url("https://cemix.cake.at/files/2000-fascade-system.svg");
}
.products-new.lgreen::after {
	background-image: url("https://cemix.cake.at/files/4000-indoor-wall-system.svg");
}
.products-new.dblue::after {
	background-image: url("https://cemix.cake.at/files/5000-floor-system.svg");
}
.products-new.red::after {
	background-image: url("https://cemix.cake.at/files/8000-covering-system.svg");
}
.products-new.dgreen::after {
	background-image: url("https://cemix.cake.at/files/9000-outdoor-system.svg");
}
		.products-new-img .image_container {
			height: calc(100vh - 120px);
			overflow: hidden;
			display: flex;
			align-items: center;
				background-size: cover;
	background-repeat: no-repeat;
		}
		.products-new-img img {
			width: auto;
			height: 100%;
		}
.products-new.grey .image_container {
	background-image: url("https://cemix.cake.at/files/CEMIX-059.jpg");
}
.products-new.lblue .image_container {
	background-image: url("https://cemix.cake.at/files/CEMIX-365.jpg");
}
.products-new.lgreen .image_container {
	background-image: url("https://cemix.cake.at/files/CEMIX-456.jpg");
}
.products-new.dblue .image_container {
	background-image: url("https://cemix.cake.at/files/CEMIX-249.jpg");
}
.products-new.red .image_container {
	background-image: url("https://cemix.cake.at/files/CEMIX-416.jpg");
}
.products-new.dgreen .image_container {
	background-image: url("https://cemix.cake.at/files/CEMIX-292.jpg");
}
.products-new-text {
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	display: grid;
	grid-template-columns: 40% 60%; 
	width: 70%;
	max-width: 800px;
	
}

.new-text-1 img {
	max-width: 200px;
	width: 100%;
	height: auto;
}
.new-text-1 {
	text-align: center;
	background-color: #FFF;
}
/*
.new-text-1 {
	background-color: #FFF;
	font-size: 2.2em;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.1;	
}*/
.new-text-1 .cta {
	font-size: 0.4em;
}
h3 {
		font-size: 2.2em;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.1;	
}
.new-text-1 span, .new-text-2 span {
	font-weight: 500;
	display: block;
}
.new-text-2 {
	color: #FFF;
	font-size: 0.8em;
	padding: 40px;	
	display: flex;
align-items: flex-end;
}

.grey .new-text-1 {
	color: var(--grey);
}
.lgreen .new-text-1 {
	color: var(--lgreen);
}
.dgreen .new-text-1 {
	color: var(--dgreen);
}
.lblue .new-text-1 {
	color: var(--lblue);
}
.dblue .new-text-1 {
	color: var(--dblue);
}
.red .new-text-1 {
	color: var(--red);
}
.products-new.grey .new-text-2  {
	background-color: var(--grey);
}
.grey .cta {
	background-color: var(--grey);
	border-color: var(--grey);
}
.grey .cta:hover {
	background:#FFF;
	color: var(--grey);
}
.lblue .cta {
	background-color: var(--lblue);
	border-color: var(--lblue);
}
.lblue .cta:hover {
	background:#FFF;
	color: var(--lblue);
}
.datenblatt strong {
	display: block;
}
.datenblatt a, .datasheets-pdf a {
	color: #FFF;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-right: 10px;
	text-decoration: none;
	padding-left: 15px;
	display: inline-block;
margin-bottom: 10px;
	margin-left: 5px;
	position: relative;
	border-bottom: 2px solid #FFF;
}
.datasheets-pdf a {
		font-weight: 500;
}
.datenblatt a:hover, .datasheets-pdf a:hover {
	opacity: 0.7;
}
.datenblatt a::before, .datasheets-pdf a::before {
	content:"";
	background-image: url("https://cemix.cake.at/files/arrow.svg");
	background-size: 9px 9px;
	width: 9px;
	height: 9px;
	margin-top: -4px;
	line-height: 0;
	position: absolute;
	left: 0;
	top:50%;
	font-size: 0.7em;
}
.lSPager {
	display: none;
}
.products-new.lgreen .new-text-2 {
	background-color: var(--lgreen);
}
.products-new.dgreen .new-text-2 {
	background-color: var(--dgreen);
}
.products-new.red .new-text-2 {
	background-color: var(--red);
}
.products-new.lblue .new-text-2 {
	background-color: var(--lblue);
}
.products-new.dblue .new-text-2 {
	background-color: var(--dblue);
}
		.products img {
			width: 100%;
			height: auto;
		}
		.products .products-text img {
			max-width: 65%;
		}
		.products-text {
			text-align: center;
			padding: 30px;
		}
		.products-text strong {
			text-transform: uppercase;
		}
		.product {
			position: relative;
			text-align: center;
			margin-top: 60px;
		}
		.product-img {
			max-width: 400px;
			margin: auto;
		}
		.product-img img {
			width: 100%;
			height: auto;
		}
		.product-info {
			margin-top: 300px;
			margin-bottom: 450px;
		}
		.product-text {
			text-align: left;
			font-size: 0.8em;
			max-width:180px;
			position: absolute;
			color: #0082c5;
		}
		.product-text p, .product-text::before {
			opacity: 0;
			transition: 0.3s ease-out;
			-webkit-transition: 0.3s ease-out;
		}
		.product-text.show p, .product-text.show::before {
			opacity: 1;
		}
		.product-text-1 {
			left: 50%;
			top:15%;
			transform: translateX(-350px);
		}
		.product-text-1::before {
			width: 60px;
			height: 30px;
			content:"";
			position: absolute;
			right: -80px;
			top:24px;
			background-image: url("https://cemix.cake.at/files/marker.svg");
			background-repeat: no-repeat;
			background-size: 100% auto;
			
		}
		.product-text-2 {
			left: 50%;
			top:20%;
			transform: translateX(170px);
		}
		.product-text-4 {
			left: 50%;
			top:36%;
			transform: translateX(170px);
			/*padding-left: 30px;
			background-image: url("https://cemix.cake.at/files/info.svg");
			background-repeat: no-repeat;
			background-size: auto 70%;
			background-position: left center;*/
		}
		.product-text-2::before, .product-text-4::before {
			width: 60px;
			height: 30px;
			content:"";
			position: absolute;
			left: -75px;
			top:24px;
			background-image: url("https://cemix.cake.at/files/marker.svg");
			background-repeat: no-repeat;
			background-size: 100% auto;
			transform:scaleX(-1);
		}
		
		.product-text-3 {
			left: 50%;
			bottom:38%;
			transform: translateX(-350px);
		}
		.product-text-3::before {
			width: 60px;
			height: 30px;
			content:"";
			position: absolute;
			right: -70px;
			top:12px;
			background-image: url("https://cemix.cake.at/files/marker.svg");
			background-repeat: no-repeat;
			background-size: 100% auto;
		}
		.product-info-text, .product-info-hl {
			text-align: center;
		}
		.product-info-hl h2 {
			font-size: 4em;
		}
		.product-info-text {
			max-width: 500px;
			margin: auto;
			padding-right: 20px;
			padding-left: 20px;
		}
		.product-info-hl {
			max-width: 700px;
			margin: auto;
		}
		.product-list {
			  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; 
		}
		.product-list img {
			width: 100%;
			height: auto;
			display: block;
			max-width: 220px;
			margin: auto;
							transition: 0.3s ease-out;
				-webkit-transition: 0.3s ease-out;
		}
		.product-list-item {
			position: relative;
			padding-bottom: 50px;
			cursor: pointer;
			transition: 0.3s ease-out;
			-webkit-transition: 0.3s ease-out;
			overflow: hidden;
		}
.starts .product-list-item:hover {
	background-color: #F2f2f2;
}

.product-list-item:hover img {
	transform: scale(1.02);
}
		.product-list-item::after {
			width: 100px;
			height: 7px;
			content: "";
			bottom: 30px;
			left: 0;
			right: 0;
			margin: auto;
			position: absolute;
		}
		.product-list .grey::after {
			background-color: #9a9c9e;
		}
		.product-list .lblue::after {
			background-color: #92cfeb;
		}
		.product-list .lgreen::after {
			background-color: #00a291;
		}
		.product-list .dblue::after {
			background-color: #005893;
		}
		.product-list .red::after {
			background-color: #e7344c;
		}
		.product-list .dgreen::after {
			background-color: #467e72;
		}
		.product-list-item p {
			max-width: 100px;
			text-align: center;
			font-size: 0.8em;
			line-height: 1;
			margin: auto;
			position: relative;
			z-index: 1;
		}
		footer strong {
			font-weight: 800;
		}
		footer {
			background-color:#0082c5;
			color: #FFFFFF;
			padding-top: 100px;
			padding-bottom: 100px;
			text-align: center;
		}
		footer a {
			text-decoration: none;
			color: #FFFFFF;
		}

		.blue {
			min-height: 500px;
			display: flex;
			align-items: center;
			transition: 0.4s ease-out;
			-webkit-transition: 0.4s ease-out;
			position: relative;
			margin-top: 200px;
			z-index: 5;
		}
		/*.blue.blue-bg {
			background-color:#0082c5;
		}*/
		.blue::before {
			height: 5000px;
			width: 100%;
			background-color:#0082c5;
			content:"";
			position: absolute;
			bottom:0px;
			left:0;
			transition: opacity 0.8s ease-in-out;
			opacity: 0;
			z-index:1;
		}
		.blue::after {
			height: 2000px;
			width: 100%;
			 background:#0082c5;
			content:"";
			position: absolute;
			bottom:-2000px;
			left:0;
			transition: opacity 0.8s ease-in-out;
			opacity: 0;
			z-index:1;
		}
		.blue.scrollFade--visible::before, .blue.scrollFade--visible::after {
			opacity: 1;
		}
		.cem-logo {
			text-align: center;
			position: relative;
			z-index:2;
			padding-bottom: 10%;
			width: 100%;
			text-align: center;
		}
		.cem-logo img {
			width: 100%;
			max-width: 500px;
			height: auto;
		}
		.products {
			z-index: 1;
			position: relative;
		}
		.marker {
			cursor: pointer;
			display: block;
		}
		.product-text-1 .marker {
			position: absolute;
			right: -95px;
			top:20px;
		}
		.product-text-2 .marker {
			position: absolute;
			left: -100px;
			top:20px;
		}
		.product-text-3 .marker {
			position: absolute;
			right: -90px;
			top:10px;
		}
		.product-text-4 .marker {
			position: absolute;
			left: -100px;
			top:20px;
		}
		.product-text-2 .marker::before, .product-text-2 .marker::after, .product-text-3 .marker::before, .product-text-3 .marker::after {
			background-color: #FFFFFF;
		}
		.marker:before{
  content:' ';
  position: absolute;
  z-index:2;
  left:0;
  top:0;
  width:10px;
  height:10px; 
  background-color: #0082c5;
  border-radius: 50%;
}
.marker:after {
  content:' ';
  position: absolute;
  z-index:1;
  width:10px;
  height:10px; 
  background-color: #0082c5;
  border-radius: 50%;
	opacity: 0.4;
  box-shadow: 0 0 10px rgba(0,0,0,.1) inset;
  -webkit-animation-name:'ripple';
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease; 
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
}
@keyframes ripple {
   0% {
    left:5px;
    top:5px;
    opcity:75;
    width:0;
    height:0;
  }
  100% {
    left:-20px;
    top:-20px;
    opacity: 0;
    width:50px;
    height:50px;
  }
}
		@media (min-width:2000px) {
			.wrapper, .head-text {
				max-width: 1800px;
				margin: auto;
			}
			.head-text {
				left: 0;
				right: 0;
				margin: auto;
			}
		}
@media (min-width:1251px) and (max-width:1610px) {
				.products-img-big .image-container {
				height: 100%;
overflow: hidden;
display: flex;
align-items: center;
max-height: 740px;
			}
			.products-img-big img {
				width: auto;
				height: 100%;
			}
}
@media (min-width:900px) and (max-width:1250px) {
				.products-img-big .image-container {
				height: 100%;
overflow: hidden;
display: flex;
align-items: center;
max-height: 600px;
			}
			.products-img-big img {
				width: auto;
				height: 100%;
			}
	.products {
		margin-top: 200px;
	}
	.product-info{
		margin-bottom: 250px;
	} 
	.ce_text {
		font-size:  1.1em;
	}
	h1 {
		font-size: 3em;
	}
	.products-new-text { 
				width: 80%;
			}
}
		@media (min-width:768px) and (max-width:900px){

			.conti, .head-text {
				padding-right: 7%;
				padding-left: 7%;
			}
			.head-img .image_container {
				max-height: 450px;
			}
			.products-img-big .image-container {
				height: 100%;
overflow: hidden;
display: flex;
align-items: center;
max-height: 600px;
			}
			.products-img-big img {
				width: auto;
				height: 100%;
			}
			.product-info {
				margin-bottom: 250px;
			}
			.blue {
				margin-top: 100px;
			}
			.cem-logo img { 
				max-width: 400px;
			}
			.products-text p {
				font-size: 0.9em;
			}
			.products {
				margin-top: 100px;
			}
			h2 {
				font-size: 4.8em;
			}
			h1 {
				font-size: 3em;
			}
			footer {
				font-size: 0.9em;
			}
			.logo img {
				width: 150px
			}
			.ce_text {
				font-size: 1em;
			}
			main {
				padding-top: 30px;
			}
			.product-list-item p {
				font-size: 0.7em;
			}
			.product-list-item::after {
				height: 7px;
				width: 90px;
			}
			.product-text p, .product-text::before {
				opacity: 1;
			}
			.products-new-text {
				width: 90%;
			}
			.products-new-text { 
				width: 80%;
			}
		}
		@media (max-width:767px){
			.us .header {
				padding-top: 80px;
			}
			.us .head-text {
				padding-bottom: 0;
			}
			.datasheets .product-list-item {
				min-height: 350px;
				padding: 20px 10px;
			}
	.lSPager {
	display: block;
}
			.head-img .image_container {
				max-height: 400px;
			}
			h1 {
				font-size: 1.8em;
			}
			.product-img {
				width: 300px;
			}
			.product-text {
				width: 90px;
				font-size: 0.6em;
			}
			
			.product-text p, .product-text::before {
				opacity: 1;
			}
			.product-text-1::before, .product-text-2::before, .product-text-3::before, .product-text-4::before {
				width: 40px;
			}
			.product-text-1 {
				transform: translateX(-200px);
			}
			.product-text-2 {
				transform: translateX(120px);
			}
			.product-text-3 {
				transform: translateX(-200px);
			}
			.product-text-4 {
				transform: translateX(120px);
				top:45%;
			}
			.product-text-1::before {
				right: -34px;
				top: 15px;
			}
			.product-text-2::before {
				left: -54px;
				top: 17px;
			}
			.product-text-3::before {
				right: -54px;
				top: 16px;
			}
			.product-text-4::before {
				left: -50px;
				top: 16px;
			}
			.product-text-1 .marker {
				right: -52px;
				top: 14px;
			}
			.product-text-2 .marker {
				left: -70px;
				top: 13px;
			}
			.product-text-4 .marker {
				left: -74px;
				top:12px;
			}
		.product-text-3 .marker {
				right: -50px;
			top:14px;
			}

			.product-list {
				grid-template-columns: 1fr 1fr 1fr;
			}
			.product-list img {
				max-width: 150px;

			}
			.product-list-item p {
				font-size: 0.6em;
			}
			.product-list-item p.datasheets-pdf a {
				font-size: 1.4em;
			}
			.product-list-item::after {
				height: 5px;
				width: 80px;
			}
		
			footer {
				font-size: 0.8em;
			}
			.logo img {
				width: 130px
			}
			.ce_text {
				font-size: 1.2em;
			}
			main {
				padding-top: 30px;
			}
			.cem-logo img {
				max-width: 350px;
			}
			.head-text {
				padding: 5%;
			}
			h2 {
				font-size: 4em;
			}
			.conti {
				padding-right: 5%;
				padding-left: 5%;
			}
			h1, .product-info-hl h2 {
				font-size: 2.3em;

				margin-bottom: 50px;
			}
			h1, .conti .ce_text {
				padding: 0;
			}
			.products .products-text img {
				max-width: 400px;
			}
						.product-info {
				margin-bottom: 150px;
				margin-top: 150px;
			}
			.products-new-img .image_container {
				height: 400px;
			}
			.products-new-text {
				position: relative;
				left: 0;
				
				bottom: auto;
				transform: none;

				width: 90%;
				margin: auto;
				top: -30px;
				box-shadow: 0 0 20px rgb(0,0,0,0.2);
			}
			.products-new::after {
				width: 350px;
			}
			.new-text-1 {
				font-size: 1.7em;
			}
			.new-text-2 {
				padding: 25px;
				
			}
			.new-text-1 p {
				margin-bottom: 10px;
			}
			.lSAction {
				visibility: hidden;
			}
			h3 {
				font-size: 2em;
			}
			.datenblatt a, .datasheets-pdf a {
				font-size: 0.9em;
			}
		}
		@media (max-width:450px){
			.ce_text {
				font-size: 1em;
			}
			.cem-logo img {
				max-width: 	80%;
			}
			
			.new-text-2 {
				padding-bottom: 0px;
				
			}
			h2 {
				font-size: 3.6em;
			}
			
			
			.product-text-1 {
				left: 10px;
				transform: translateX(0);
				}
				.product-text-2 {
				right: 5px;
					top:22%;
					left: auto;
				transform: translateX(0);
				}
			.product-text-4 {
				right: 5px;
					top:46%;
					left: auto;
				transform: translateX(0);
				}
			.product-text-3 {
				left: 10px;
				bottom: 30%;
				transform: translateX(0);
				
				}
			.product-text-1::before, .product-text-2::before, .product-text-3::before, .product-text-4::before {
				width: 30px;
		}
			.product-text-1::before {
				right: -34px;
				top: 16px;
			}
			.product-text-2::before {
				left: -35px;
				top: 17px;
			}
			.product-text-4::before {
				left: -35px;
				top: 17px;
			}
			.product-text-3::before {
				right: -38px;
				top: 17px;
			}
			.product-text-1 .marker {
				right: -50px;
				top: 14px;
			}
			.product-text-2 .marker {
				left: -50px;
				top:12px;
			}
			.product-text-4 .marker {
				left: -50px;
				top:12px;
			}
		.product-text-3 .marker {
				right: -50px;
			top:14px;
			}
			.products-new-img .image_container {
				height: 250px;
			}
			.products-new-text {
				position: relative;
				left: 0;
				
				bottom: auto;
				transform: none;
				display: block;
				width: 90%;
				margin: auto;
				top: -30px;
				box-shadow: 0 0 20px rgb(0,0,0,0.2);
			}
			.products-new::after {
				width: 250px;
			}
			.new-text-1 {
				font-size: 1.6em;
			}

			.new-text-1 p {
				margin-bottom: 10px;
			}
			
		}
