@charset "utf-8";
/* CSS Document */

/* BACKGROUNDS */

.bg-dunkelblau {
	background-color: #0c2e44;
	color: #fff !important;
}

	.bg-dunkelblau h1 {
		color: #dcdf55 !important;
	}

.bg-himmelblau {
	background-color: #56c3e5;
	color: #fff;
}

.cl-himmelblau {
	color: #56c3e5;
}

.bg-gelb {
	background-color: #dcdf55;
}

.cl-gelb {color: #dcdf55}

.bg-dunkelblau2 {
	background-color: #2b4457;
	color: #fff !important;
}

.cl-dunkelblau2 {
	color: #2b4457;
}

.bg-grau {
	background-color: #f4f5f6;
}

.bg-grau h1 {
	color: #ab0061 !important;
}

.cl-grau {
	color: #f4f5f6;
}

.bg-rot {
	background-color: #ab0061;
	color: #fff !important;
}

.cl-rot {
	color: #ab0061;
}

.bg-grau-rotate {
	background-color: #f4f5f6;
	overflow: hidden;
	position: relative;
}

	.bg-grau-rotate:after {
		content:"";
		background-color: #fff;
		bottom: -30%;
		padding: 300px 1500px;
		left: -95%;
		position: absolute;
		transform: rotate(20deg);
	}



/* BUTTONS */

.btn {
	padding: 10px 30px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 500;
	margin-top: 15px;
	text-decoration: none;
}

	.btn:hover {
		cursor: pointer;
	}

	.btn-blau {
		background-color: #0c2e44;
		color: #fff;
	}

		.btn-blau:hover {
			background-color: #a8b4d8;
		}


	.btn-himmelblau {
		background-color: #56c3e5;
		color: #0c2e44;
	}

		.btn-himmelblau:hover {
			background-color: #a8b4d8;
		}




/* HEADER */

header {}

.page-header {
	padding: 30px;
	text-align: right;
}

.logo-demetec {
	background: url("../img/logo_demetec.svg") center no-repeat;
	background-size: contain;
	width: 300px;
	height: 60px;
	display: inline-block;
}







/* TEASER */

.page-teaser-area {
	background: url("../img/img_teaser01.jpg") no-repeat center;
	height: 800px;
	overflow: hidden;
	background-size: cover;
}



	/* TEASER-TXT */


.teaser-text-box {
	position: relative;
}

	.teaser-text {
		position: absolute;
		top: 340px;
		left: 12%;
	}


		.teaser-text h1 {
			font-size: 3.5rem;
			line-height: 45px;
			text-transform: uppercase;
		}

		.teaser-text h2 {
			font-size: 2rem;
			line-height: 30px;
			text-transform: uppercase;
		}







/* CONTENT */

.page-content-area {}

	.page-content {
		padding: 120px 30px;
		text-align: left;
		position: relative;
	}


.box-stelle {
	padding: 60px 30px;
	color: #0c2e44;
	text-align: center;
}

	.box-stelle:hover {
		cursor: pointer;
		transform: scale(1.02);
		filter: hue-rotate(15deg)
	}


.page-portugal-area h2 {
	color: #0c2e44
}

#angebot-eupen a,
#angebot-lissabon a {
	text-decoration: none;
}




	/* POP UP */


	.popup-stelle {
		box-shadow: 0 0 20px 10px rgba(0,0,0,0.2);
		margin-top: 50px;
		margin-bottom: 50px;
		height: 100%;
		max-height: calc(100% - 300px);
	}

	.popup-content {
		padding: 80px 60px;
		background: #fff;
		color: #0c2e44;
		text-align: left;
		font-weight: 500;
		font-size: 1.2rem;
		overflow-y: scroll;
		height: 100%;
		max-height: 100%;
	}

		.popup-content span {
			color: #ab0061;
			font-weight: 600;
		}

		.popup-content a {
			color: #ab0061;
			text-decoration: underline !important;
			font-weight: 600;
		}

			.popup-content a:hover {
				text-decoration: none !important;
			}

		.popup-content h1 {
			color: #0c2e44 !important;
		}

		.popup-content h3 {
			color: #ab0061;
			margin-top: 30px;
		}


		.popup-content .checklist {
			list-style: none;
			position: relative;
		}

			.popup-content .checklist li:before {
				content: url("../img/ico_check.svg");
				width: 18px;
				height: 18px;
				position: absolute;
				left: 15px;
			}


.popup-content .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none !important;
  color: #0c2e44;
	background: #fff;
	border-radius: 100%;
	padding: 1px 10px;
	
}

	.popup .close:hover {
	  color: #d3d8db;
	}


.overlay {
  position: fixed;
overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}

	.overlay:target {
	  visibility: visible;
	  opacity: 1;
	}






/* BENEFIT */

.page-benefitteaser-area {
	background: url("../img/img_teaser02.jpg") no-repeat center;
	height: 800px;
	overflow: hidden;
	background-size: cover;
}


.page-benefit-area {
	padding: 60px;
}

	.page-benefit {
		padding: 60px;
		margin-top: -200px;
	}





/* BENEFIT */



.benefit {
	text-align: center;
	font-weight: 900;
}

	.benefit p {
		font-weight: 900;
	}

	.benefit-circle {
		border-radius: 100%;
		border: 4px solid #fff;
		height: 180px;
		width: 180px;
		margin: 0 auto;
		margin-top: 60px;
	}

	.benefit-circle:hover {
		background: #fff;
	}

		.benefit-circle svg {
			width: 80px;
			height: 80px;
			fill: #fff;
		}

		.benefit-circle:hover svg {
			fill: #56c3e5;
		}



.zeit-icon {
	margin-left: -5%;
}

.kaffee-icon {
	margin-left: 6%;
}

.bildung-icon {
	margin-top: 6%;
}






/* STANDORTE */


.page-standorte-area {
	background: url("../img/bg_standorte.jpg") center no-repeat fixed;
	background-size: cover;
}


.page-standort {
	padding: 120px 30px;
	text-align: left;
	filter: none;
}


.standorte {
	margin-top: 60px;
	color: #fff !important;
}

	.standorte .col-50 {
		padding: 0 15px;
	}

	.standorte iframe {
		margin-bottom: 30px;
	}

		.standorte h2 img {
			max-width: 20px;
			margin-top: 10px;
		}






/* FOOTER */


footer {
	color: #fff;
}

	footer h3 {
		color: #fff;
	}

	footer a {
		color: #fff;
		text-decoration: none;
	}

		footer a:hover {
				text-decoration: underline;
			}

footer .footer-socials {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

	footer .footer-socials li{
		display: inline-block;
		height: 20px;
		width: 20px;
		margin-right: 10px;
	}

		footer .footer-socials li img{
			width: 100%;
			filter: brightness(0) invert(1);
		}

			footer .footer-socials li:hover img{
				filter: none;
				cursor: pointer;
			}


.page-footer {
	padding: 60px 30px 30px 30px;
}

.footer {
	background-color: #dee4e8;
	color: #0c2e44;
}

	.footer p {
		font-size: 1rem;
	}

	.footer .page-content {
		padding: 7.5px 30px;
	}

		.footer .page-content a {
				color: #0c2e44;
				text-decoration: none;
			}

				.footer .page-content a:hover {
						text-decoration: underline;
					}



.footer .arrow-up:hover {
	cursor: pointer
}

	.footer .arrow-up img {
		width: 40px;
	}