/* ======================= -------- Header -------- ========================== */
.headergroup-german {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: 0 0 30px 0;
}

.headergroup-german img {
    display: block;
    height: 110px;
    margin-left: 20px;
}


/* ======================= -------- Intro -------- ========================== */
.internal-intro {
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0;
}

.intro-left {
	width: 50%;
}

.intro-right {
	width: 50%;
	position: relative;
}

.intro-list-container {
	position: relative;
	background: #fff;
	max-width: 630px;
	width: 100%;
	margin: -100px 0 0 -30px;
	padding: 70px 0 0 50px;
}

.intro-img {
	position: relative;
	height: 600px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
}

.intro-img .bk-img * {
	object-position: top left;
}

.intro-img .overlay {
	background: rgba(255, 81, 0, 0.0);
}

.intro-img:hover .overlay {
	background: rgba(255, 81, 0, 0.3);
}

.intro-video {
	top: calc(50% - 100px);
	left: 250px;
}


/* LIST */
.intro-list {
	margin: 0;
}

.intro-list li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.intro-list li:last-child {
	margin-bottom: 0;
}

.introlist-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 3px 0 0 0;
}

.introlist-icon i {
	display: block;
	font-size: 22px;
}

.introlist-icon-green { background: #def1df; }
.introlist-icon-green i { color: #23a129; }
.introlist-icon-red { background: #f1dede; }
.introlist-icon-red i { color: #bd3636;	}

.intro-list li article {
	width: calc(100% - 95px);
	margin-left: 20px;
}

.intro-list li article h2 {
	font-size: 22px;
}

.intro-list li article p {
	font-size: 16px;
	margin: 10px 0 0 0;
}


/* ======================= -------- Why Our German Electric Radiators? -------- ========================== */
.why {
	background: #f3f3f3;
}

.why-container {
	display: flex;
	justify-content: flex-end;
}

.why .header-section h2 {
    width: calc(100% - 130px);
}

.why-content {
	width: calc(50% + 600px);
	position: relative;
	margin-top: 30px;
}

.why-item {
	width: 290px;
	height: 290px;
	border-radius: 10px;
	margin: 0 10px 0 0;
	padding: 40px 30px;
	border: 0;
	outline: 0;
	cursor: pointer;
	backdrop-filter: blur(10px);
}

.why-item.slick-active {
    background: #fff;
}

.whylist-icon {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 3px 0 0 0;
	background: #f5dbcf;
}

.whylist-icon img {
	display: block;
	max-height: 35px;
	height: 100%;
	max-width: 35px;
	width: 100%;
}

.whylist-icon i {
	font-size: 32px;
	color: #ff5100;
	line-height: 36px;
	display: block;
}

.why-item h2 {
	margin: 30px 0 20px 0;
	font-size: 20px;
}

.why-item p {
	font-size: 16px;
	line-height: 18px;
}

.slider-buttons {
	display: flex;
	justify-content: space-between;
	width: 110px;
	position: absolute;
	right: 0;
	top: 0;
}

.slider-buttons a {
    background: #ffe5d9;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.slider-buttons i {
    font-size: 18px;
    color: #ff5100;
}


/* ======================= -------- Frequently Asked Questions -------- ========================== */
.faq-toggle:first-child  {
	border-top: 0;
}

.faq-toggle {
	cursor: pointer;
	padding: 25px 30px 25px 0;
	font-size: 20px;
	width: 100%;
	position: relative;
	border-top: 2px solid #f3f3f3;
}

.faq-toggle:after {
	font-family: 'dynamicheaters';
	content: "\d038";
	position: absolute;
	right: 10px;
	font-size: 16px;
	color: #ff5100;
	line-height: 1.5;
	top: 25px;
}

.faq-toggle.accordion-active:after {
	content: "\d039";
}

.faq-content {
	display: none;
	width: 100%;
	padding-right: 25px;
}

.faq-content.default {
	display: block;

}


/* ======================= -------- Before & After -------- ========================== */
.beforeafter-container {
	position: relative;
}

.beforeafter-slider {
	padding-top: 80px;
}

.beforeafter-slide {
	position: relative;
	width: 100%;
	height: auto;
	outline: 0;
	cursor: pointer;
}

.beforeafter-slide h2 {
	display: block;
	position: absolute;
	background: #ff5100;
	color: #fff;
	padding: 20px 30px;
	font-size: 24px;
	bottom: 0;
	left: 0;
}

.beforeafteritem-img {
	width: 100%;
    height: auto;
    display: block;
    position: relative;
    pointer-events: none;
    overflow: hidden;
    padding-top: 60%;
	z-index: -1;
}

.beforeafteritem-img * {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center top;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.btn-swipe {
	position: absolute;
	left: calc(50% - 42px);
	bottom: -42px;
	background: #ff5100;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	outline: 0;
	border: 10px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-swipe .btn-icon {
	fill: #fff;
	height: 30px;
}



/* ======================= -------- Media Queries -------- ========================== */


@media screen and (max-height: 900px) , screen and (max-width: 1200px) {
	.internal-intro {
		margin: 30px 0;
	}

}


@media (max-width: 1300px) {
	.why-content {
		width: 97%;
	}

	#faq .container-right {
	    padding: 0 0 0 50px;
	}

	.faq-toggle {
		cursor: pointer;
		padding: 25px 30px 25px 0;
		font-size: 18px;
	}

}


@media (max-width: 1150px) {
	.intro-video {
		left: calc(50% - 50px);
	}

	.intro-list-container {
		margin: -100px 0 0 -20px;
		padding: 60px 0 0 40px;
	}

	.beforeafter-slide h2 {
		padding: 10px 20px;
		font-size: 22px;
	}
}


@media (max-width: 950px) {
	#faq .section-right {
	    width: 94%;
	    padding: 0;
	    margin: 0 auto;
	}

	#faq .section-left {
	    width: 100%;
	}

    #faq .left-600 {
	    justify-content: unset;
    }

    #faq .container-600 {
        max-width: 950px;
        margin: 0 auto;
    }

}


@media (max-width: 910px) {
	.internal-intro {
		margin: 0 0 60px 0;
	}

	.internal-intro .container-left {
		padding: 0 3%;
		max-width: 910px;
		width: 100%;
	}

	.intro-left {
		width: 100%;
	}

	.intro-right {
		width: 100%;
	}

    .intro-img {
		height: 400px;
    }

	.internal-intro .left-600 {
		justify-content: unset;
	}

	.intro-list-container {
		margin: -100px 0 0 0;
		padding: 40px 0 0 40px;
		max-width: 90%;
	}

/* WHY */
	.why .header-section h2 {
		width: unset;
	}

	.why-content {
		margin-top: 20px;
	}

	.why-item {
		width: 240px;
		height: 240px;
		padding: 30px 20px;
	}

	.whylist-icon {
		width: 65px;
		height: 65px;
	}

	.whylist-icon i {
		font-size: 30px;
		line-height: 34px;
	}

	.why-item h2 {
		margin: 20px 0 10px 0;
		font-size: 18px;
	}

	.why-item p {
		font-size: 14px;
		line-height: 18px;
	}

	.slider-buttons {
		position: unset;
	}
/* WHY - END */

}

@media (max-width: 760px) {

	.intro-list li article {
		width: calc(100% - 90px);
		margin-left: 15px;
	}

	.intro-list li article h2 {
		font-size: 20px;
	}

}

@media (max-width: 650px) {

/* WHY */
	.why-content {
		margin-top: 0;
	}

	.why-item {
		width: 220px;
		height: 220px;
		padding: 25px 15px;
	}

	.why-item h2 {
		margin: 15px 0 5px 0;
		font-size: 16px;
	}

	.why-item p {
		font-size: 12px;
		line-height: 16px;
	}

	.slider-buttons {
		display: none;
	}
/* WHY - END */

}

@media (max-width: 550px) {

	.intro-list-container {
		max-width: 95%;
	}

	.intro-video {
		top: calc(50% - 90px);
		left: calc(50% - 40px);
	}

}

