/*============================
Theme Name: Pleconsult
Author: INOYA
Author URI: inoya.de
Version: 1.0
Description: Pleconsult Wordpress Theme

[Table of CSS]


1.  Allgemein
1.1 Buttons
2.  Header
3.  Footer
4.  Inhaltselemente
4.1 Banner
4.2 Teaser Boxen
4.3 Icon Boxen
4.4 FAQs
4.5 Kontaktbereich
4.6 Banner zentriert
4.7 Bilder Boxen
4.8 Step by Step
4.9 Text
4.10 Bild + Text


========================================*/


/*********************
1. Allgemein
*********************/

@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Jost:wght@300;400;500&display=swap");

.einleitungstext {
	margin-bottom: 50px!important;
}

:root {
	--heading-color: #000;
	--body-color: #0C0C0C;
	--light-bg1: #fff;
	--blue-bg: #0000FF;
	--white-color: #fff;
	--orange-color2: #f4981a;
	--dark-bg: #000000;
	--accent-bg: #FAC898;
	--light-grey: #ebedf4;
	--orange-bg: #FFFFF5;
}



.text-right {
	text-align: right;
}

.dark-bg {
	background-color: #222831;
}


.vcenter {
	align-items: center;
	align-self: center;
}

.bg-standard {
	background-color: var(--body-color);
}

.bg-grau {
	background-color: var(--light-grey);
}

.bg-pastell-orange {
	background-color: var(--accent-bg);
}

body {
	height: 100% !important;
	color: var(--body-color);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: baseline;
	text-rendering: optimizeLegibility;
	font-weight: 400;
	overflow-x: hidden;
	background-color: var(--white-color);
	counter-reset: my-sec-counter;
	font-size: 18px;
	line-height: 30px;
	font-family: "Jost", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Barlow", sans-serif;
	color: #0e0e0e;
	font-weight: 700;
	margin-top: 0;
	line-height: 1.5;
	margin-bottom: 0;
}

.inoya-section-title.center {
	margin: 0 auto;
	text-align: center;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.text-center {
	margin: 0 auto;
	text-align: center;
}

.section-padding {
	padding: 75px 0;
}

.section-padding-big {
	padding: 100px 0;
}

.aximo-hero-btn-wrap .inoya-default-btn {
	margin: 10px;
}

.inoya-default-btn.inoya-default-btn-outline.outline-white {
	color: var(--white-color) !important;
	border: 2px solid var(--white-color);
}

.inoya-default-btn.pill {
	border-radius: 6px;
}

.inoya-video-popup3 {
	position: relative;
	margin-left: 150px;
}

img.inoya-video-circle {
	-webkit-animation: rotate-animation 10s infinite linear;
	-moz-animation: rotate-animation 10s infinite linear;
	-o-animation: rotate-animation 10s infinite linear;
	animation: rotate-animation 10s infinite linear;
}


img.inoya-video-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.btn-block {
	width: 100% !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--heading-color);
	font-weight: 700;
	margin: 0 0 20px 0;
}

.h1,
h1 {
	font-size: 40px;
}


.h2,
h2 {
	font-size: 38px;
}

.h3,
h3 {
	font-size: 32px;
}

.h4,
h4 {
	font-size: 24px;
}

.h5,
h5 {
	font-size: 24px;
}

.h6,
h6 {
	font-size: 20px
}

p {
	font-size: 18px;
	margin-bottom: 30px
}

p:last-child {
	margin-bottom: 0
}


.gray-bg {
	background-color: var(--gray-bg)
}


a {
	text-decoration: none;
	transition: all .24s ease-in-out
}

img {
	max-width: 100%;
}

.section {
	padding: 100px 0;
}

/* 1.1. Buttons */

.btn {
	display: inline-block;
	overflow: hidden;
	transform: perspective(0) translateZ(0);
	background: linear-gradient(195deg, #086ad8 0%, #42b9ff 100%);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	border-color: transparent;
	color: #ffffff;
	border-radius: 5px;
	font-size: 18px;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	height: 60px;
	line-height: 56px;
	padding: 0px 70px;
	border: 0;
	border-style: solid;
	box-shadow: none;
	transition: all 0.5s ease 0s;
	cursor: pointer;
	z-index: 1;
	position: relative;
}


/*********************
2. Header
*********************/

.header-section {
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	width: 100%;
	z-index: 999;
}

@media only screen and (max-width: 991px) {
	.header-section {
		padding: 15px 0;
	}
}

.header-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-logo a img {
	width: 220px;
}



.header-menu .main-menu {
	display: flex;
}

.header-menu .main-menu li {
	position: relative;
	padding: 30px 25px;
}

@media only screen and (max-width: 1199px) {
	.header-menu .main-menu li {
		padding: 30px 20px;
	}
}

.header-menu .main-menu li a {
	font-size: 16px;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #0e0e0e;
	text-decoration: none;
}

.header-menu .main-menu li.active-menu > a {
	color: #086ad8;
}

.header-menu .main-menu li.active-menu > .menu-icon::after {
	color: #086ad8;
}

.header-menu .main-menu li .menu-icon::after {
	content: '\f16c';
	font-family: "flaticon";
	font-size: 10px;
	color: #94a0b9;
	margin-left: 10px;
	transition: all 0.3s linear;
}

.header-menu .main-menu li:hover > .menu-icon::after {
	color: #086ad8;
}

.header-menu .main-menu li:hover > a {
	color: #086ad8;
}

.header-menu .main-menu li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.header-menu .main-menu li .sub-menu {
	position: absolute;
	left: 0;
	top: 110%;
	width: 270px;
	background: #ffffff;
	box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
	padding: 20px 0;
	border-radius: 5px;
	border-top: 3px solid #086ad8;
	opacity: 0;
	z-index: 99;
	visibility: hidden;
	transition: all 0.3s linear;
}

.header-menu .main-menu li .sub-menu li {
	padding: 0;
}

.header-menu .main-menu li .sub-menu li a {
	padding: 5px 25px;
	font-size: 15px;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
	position: relative;
	z-index: 1;
}

.header-menu .main-menu li .sub-menu li.active > a {
	color: #086ad8;
}

.header-menu .main-menu li .sub-menu li:hover > a {
	color: #086ad8;
}

.header-meta {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.header-search {
	margin-left: 25px;
	padding-left: 15px;
	position: relative;
}

.header-search::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #ebebeb;
	width: 1px;
	height: 30px;
}

.header-search .search-btn {
	font-size: 16px;
	border-radius: 50%;
	text-align: center;
	color: #333333;
	transition: all 0.3s linear;
}

.header-search .search-btn:hover {
	color: #086ad8;
}




.header-btn {
	margin-left: 25px;
}

.header-btn .btn {
	height: 45px;
	line-height: 45px;
	padding: 0 45px;
	text-decoration: none;
}

.header-toggle {
	margin-left: 30px;
}

.header-toggle button {
	background: none;
	border: 0;
	padding: 0;
}

.header-toggle button span {
	width: 25px;
	height: 2px;
	background: #086ad8;
	margin: 5px 0;
	display: block;
}

.header-toggle button span:last-child {
	margin-bottom: 0;
}

.sticky {
	position: fixed;
	top: 0;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
	-webkit-animation: sticky 1s;
	animation: sticky 1s;
}

@-webkit-keyframes sticky {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

@keyframes sticky {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

.offcanvas {
	background: #000c29;
	width: 320px;
}

@media only screen and (max-width: 575px) {
	.offcanvas {
		width: 280px;
	}
}

.offcanvas-header .close-btn {
	background: none;
	border: 0;
	font-size: 18px;
	color: #ffffff;
	transition: all 0.3s linear;
}

.offcanvas-header .close-btn:hover {
	transform: rotate(90deg);
	color: #086ad8;
}

.offcanvas-logo a img {
	width: 200px;
}

.offcanvas-menu {
	padding: 30px 0;
}

.offcanvas-menu .main-menu li {
	position: relative;
	margin-bottom: 15px;
}

.offcanvas-menu .main-menu li a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	font-family: "Barlow", sans-serif;
	color: #ffffff;
	padding: 5px 0px;
	position: relative;
}

.offcanvas-menu .main-menu li .menu-expand {
	position: absolute;
	right: 20px;
	top: 0px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 3px;
}

.offcanvas-menu .main-menu li .menu-expand::before {
	position: absolute;
	content: '';
	width: 16px;
	height: 2px;
	background-color: #ffffff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li .menu-expand::after {
	position: absolute;
	content: '';
	width: 2px;
	height: 16px;
	left: 50%;
	top: 50%;
	bottom: 0;
	background-color: #ffffff;
	transform: translate(-50%, -50%);
	transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li:hover > a {
	color: #086ad8;
}

.offcanvas-menu .main-menu li.active > .menu-expand::after {
	height: 0;
}

.offcanvas-menu .main-menu li ul {
	padding-left: 6%;
	display: none;
}


/*********************
3. Footer
*********************/

.footer-section {
	background: #010717;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.footer-logo img {
	max-width: 240px;
}

.footer-copyright-area {
	border-top: 1px solid #1b202f;
	padding-top: 15px;
	padding-bottom: 30px;
}

.copyright-text {
	margin-top: 15px;
}

@media only screen and (max-width: 767px) {
	.copyright-text {
		text-align: center;
	}
}

.copyright-text p {
	color: #fff;
}

.footer-widget-wrap {
	padding-top: 70px;
	padding-bottom: 75px;
}

.footer-widget {
	margin-top: 30px;
}

.widget-info {
	padding-top: 20px;
}

.footer-widget li a {
	color: #fff;
}

.widget-info ul li {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin-top: 10px;
}

.widget-info ul li .info-icon i {
	display: inline-block;
	color: #086ad8;
	font-size: 18px;
	margin-right: 20px;
}

.widget-info ul li .info-text {
	font-size: 16px;
	line-height: 20px;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	color: #fff;
}

.footer-widget-about {
	margin-top: 15px;
}

.footer-widget-about p {
	line-height: 30px;
	color: #ffffff;
	padding-right: 50px;
	margin-top: 20px;
}

@media only screen and (max-width: 1399px) {
	.footer-widget-about p {
		padding-right: 0;
	}
}




.footer-widget .footer-widget-title {
	font-size: 24px;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	color: #ffffff;
}

.widget-link {
	padding-top: 22px;
}

.widget-link .link li {
	margin-top: 7px;
}

.widget-link .link li a {
	color: #fff;
}

.widget-link .link li a:hover {
	color: #086ad8;
	padding-left: 10px;
}

.footer-section-02 .footer-social .social li a {
	color: #ff5538;
}

.footer-section-02 .footer-social .social li a:hover {
	color: #ff5538;
}

.footer-section-02 .widget-link {
	padding-top: 22px;
}

.footer-section-02 .widget-link .link li a:hover {
	color: #ff5538;
}

.footer-section-02 .widget-info ul li .info-icon i {
	color: #ff5538;
}

.footer-section-02 .widget-info ul li .info-text a:hover {
	color: #ff5538;
}

.footer-section-04 .footer-widget-about p {
	color: #0e0e0e;
}

.footer-section-04 .footer-widget .footer-widget-title {
	color: #0e0e0e;
}

.footer-section-04 .widget-link {
	padding-top: 22px;
}

.footer-section-04 .widget-link .link li a {
	color: #0e0e0e;
}

.footer-section-04 .widget-link .link li a:hover {
	color: #086ad8;
}

.footer-section-04 .widget-info ul li .info-text {
	color: #0e0e0e;
}

.footer-section-05 .footer-social .social li a {
	color: #11ddf5;
}

.footer-section-05 .footer-social .social li a:hover {
color: #11ddf5;
}

.footer-section-05 .widget-link {
padding-top: 22px;
}

.footer-section-05 .widget-link .link li a:hover {
color: #11ddf5;
}

.footer-section-05 .widget-info ul li .info-icon i {
color: #11ddf5;
}

.footer-section-05 .widget-info ul li .info-text a:hover {
color: #11ddf5;
}


.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 45px;
	width: 45px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(0, 93, 224, 0.2);
	opacity: 0;
	visibility: hidden;
	transform: translateX(130%);
	z-index: 99;
	transition: all 200ms linear;
}

.progress-wrap::after {
	position: absolute;
	content: "\f108";
	font-family: flaticon !important;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	color: #086ad8;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	transform: rotate(90deg);
	cursor: pointer;
	display: block;
	z-index: 1;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: #086ad8;
	stroke-width: 4;
	box-sizing: border-box;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}



.footer-contact-us .cta-wrap {
	background: #0f0948;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 10px;
	margin-bottom: -135px;
	position: relative;
	z-index: 5;
	padding: 80px 110px 105px;
}

.footer-contact-us .cta-wrap .cta-content .title {
	font-size: 42px;
	line-height: 54px;
	font-weight: 600;
	color: #ffffff;
}

.footer-contact-us .cta-wrap .cta-content .cta-btn .btn-4 {
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	padding: 0 30px;
	margin-top: 35px;
}

@media only screen and (max-width: 1199px) {
	.footer-contact-us .cta-wrap {
		padding: 80px 75px 80px;
	}
}

@media only screen and (max-width: 767px) {
	.footer-contact-us .cta-wrap {
		padding: 70px 70px 70px;
	}

	.footer-contact-us .cta-wrap .cta-content .title {
		font-size: 36px;
		line-height: 48px;
	}
}

@media only screen and (max-width: 449px) {
	.footer-contact-us .cta-wrap {
		padding: 70px 50px 70px;
	}

	.footer-contact-us .cta-wrap .cta-content .title {
		font-size: 32px;
		line-height: 44px;
	}
}


/*********************
4. Inhaltselemente
*********************/

/* Wird von Icon-boxen und Bild-boxen verwendet */

.service-item {
	background: #ffffff;
	box-shadow: 0px 43px 100px 0px rgba(0, 0, 0, 0.13);
	border-radius: 10px;
	border-top: 10px solid #086ad8;
	transform: translate3d(0, 0, 0);
	padding: 30px 40px 40px;
	margin-top: 20px;
	transition: all 0.3s linear;
}

.service-item .service-content .title {
	font-size: 24px;
	line-height: 30px;
	padding-right: 15px;
	margin-top: 20px;
}

.service-item .service-content p {
	margin-top: 15px;
}

.service-item:hover {
	transform: translateY(-5px) translate3d(0, -5px, 0);
}

/* 4.1 Banner */


.ie_banner {
	padding: 0 60px;
	margin-top: 60px;
}

.ie_banner .banner-wrapper {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding-top: 110px;
	padding-bottom: 150px;
	border-radius: 35px;
}

.ie_banner .banner-wrapper .banner-content {
	max-width: 710px;
	margin: 0 auto;
}

.ie_banner .banner-wrapper .banner-content .sub-title {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
}

.ie_banner .banner-wrapper .banner-content .title {
	font-size: 70px;
	line-height: 78px;
	font-weight: 600;
	color: #ffffff;
	margin-top: 10px;
}

.ie_banner .banner-wrapper .banner-content .title span {
	color: #086ad8;
}

.ie_banner .banner-wrapper .banner-content p {
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
	margin-top: 40px;
}

.ie_banner .banner-wrapper .banner-content .banner-btn .btn {
	margin-top: 50px;
}

.ie_banner .banner-wrapper .banner-images .images {
	-webkit-animation: up-down 5s infinite;
	animation: up-down 5s infinite;
}

@-webkit-keyframes up-down {
	0% {
		transform: translateY(30px);
	}
	50% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(30px);
	}
}

@keyframes up-down {
	0% {
		transform: translateY(30px);
	}
	50% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(30px);
	}
}

@media only screen and (max-width: 1199px) {
	.ie_banner .banner-wrapper .banner-content .title {
		font-size: 40px;
		line-height: 50px;
	}
	.ie_banner .banner-wrapper .banner-content p {
		font-size: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.ie_banner .banner-wrapper {
		padding-top: 90px;
		padding-bottom: 120px;
	}
	.ie_banner .banner-wrapper .banner-images .images {
		text-align: center;
		margin-top: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.ie_banner .banner-wrapper .banner-content .title {
		font-size: 40px;
		line-height: 50px;
	}
	.ie_banner .banner-wrapper .banner-content p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 575px) {
	.ie_banner {
		padding: 0 0;
	}
	.ie_banner .banner-wrapper .banner-content .title {
		font-size: 36px;
		line-height: 45px;
	}
}


/* 4.2 Teaser Boxen */


.ie-teaser-boxen .ie-teaser-boxen-bottom .tb-item {
	margin-top: 30px;
}

.ie-teaser-boxen .ie-teaser-boxen-bottom .tb-item .tb-img {
	overflow: hidden;
	border-radius: 10px;
}

.ie-teaser-boxen .ie-teaser-boxen-bottom .tb-item .tb-img a {
	display: block;
}

.ie-teaser-boxen .ie-teaser-boxen-bottom .tb-item .tb-img a img {
	transition: all 0.3s linear;
}

.ie-teaser-boxen .ie-teaser-boxen-bottom .tb-item .tb-text {
	background: #ffffff;
	padding: 25px;
	padding-left: 20px;
	position: relative;
	margin-top: -85px;
	width: 300px;
	transition: all 0.3s linear;
	z-index: 1;
}

.ie-teaser-boxen .ie-teaser-boxen-bottom .tb-item .tb-text .title {
	font-size: 24px;
	line-height: 27px;
	font-weight: 600;
	position: relative;
}

.ie-teaser-boxen .ie-teaser-boxen-bottom .tb-item .tb-text .title::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 50%;
	background: linear-gradient(-160deg, #43baff 0%, #7141b1 100%);
	width: 3px;
	height: 50px;
	transform: translateY(-50%);
}

.ie-teaser-boxen .ie-teaser-boxen-bottom .tb-item:hover .tb-img a img {
	transform: scale(1.1);
}

.ie-teaser-boxen .ie-teaser-boxen-bottom .more-content {
	margin-top: 50px;
}

.ie-teaser-boxen .ie-teaser-boxen-bottom .more-content p {
	font-size: 16px;
	line-height: 30px;
}

.ie-teaser-boxen .ie-teaser-boxen-bottom .more-content p a {
	font-weight: 600;
	color: #086ad8;
}

.ie-teaser-boxen .ie-teaser-boxen-bottom .more-content p a i {
	position: relative;
	top: 1px;
}

.ie-teaser-boxen .ie-teaser-boxen-bottom .more-content p a:hover i {
	margin-left: 5px;
}




/* 4.3 Icon Boxen */


.ie-icon-boxen-section .service-item {
	margin-top: 55px;
}

.ie-icon-boxen-section .service-item img {
	height: 80px;
}

/* Simple Icon Boxen */

.simple-icon-boxen-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 120px;
}

.simple-icon-boxen-section .section-title {
	margin: 0 auto;
}

.simple-icon-boxen-wrapper {
	margin-top: -30px;
}

.simple-icon-boxen-section .simple-icon-boxen-content-wrap {
	padding-top: 0;
}

.simple-icon-boxen-section .simple-icon-box-item {
	border: 1px solid #e1e1e1;
	box-shadow: none;
}

.simple-icon-box-item {
	background: #ffffff;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	padding: 40px 45px 40px;
	margin-top: 30px;
	position: relative;
}

.simple-icon-box-item img {
	transition: all 0.3s linear;
	max-width: 20% !important;
}

.simple-icon-box-item .content .title {
	font-size: 22px;
	line-height: 30px;
	margin: 35px 0 0 0;
}

.simple-icon-box-item .content p {
	font-size: 16px;
	line-height: 30px;
	padding-top: 20px;
}

.simple-icon-box-item:hover img {
	transform: scale(0.9);
}

.simple-icon-boxen-content-wrap {
	padding-top: 30px;
}


/* 4.4 FAQs */

.ie-faqs-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.ie-faqs-section .choose-us-left {
	padding-right: 50px;
}

.ie-faqs-section .choose-us-left .text {
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
	padding-right: 65px;
}

.ie-faqs-section .choose-us-left .author-skill-wrap {
	display: flex;
	align-items: center;
	margin-top: 40px;
	padding-right: 40px;
}

.ie-faqs-section .choose-us-left .author-skill-wrap .author-wrap .name {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin-top: 20px;
}

.ie-faqs-section .choose-us-left .author-skill-wrap .author-wrap .designation {
	font-size: 12px;
	line-height: 18px;
}

.ie-faqs-section .choose-us-left .author-skill-wrap .skill-wrap {
	flex: 1;
	padding-left: 50px;
	margin-left: 30px;
	position: relative;
}

.ie-faqs-section .choose-us-left .author-skill-wrap .skill-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background: #ececec;
	width: 2px;
	height: 95px;
	transform: translateY(-50%);
}

.ie-faqs-section .choose-us-left .author-skill-wrap .skill-wrap .counter-bar {
	padding-top: 0px;
}

.ie-faqs-section .choose-us-left .author-skill-wrap .skill-wrap .counter-bar .skill-item {
	margin-top: 15px;
}

.ie-faqs-section .choose-us-left .author-skill-wrap .skill-wrap .counter-bar .skill-item.skill-item-01 {
	margin-top: 0;
}

.ie-faqs-section .choose-us-left .author-skill-wrap .skill-wrap .counter-bar .skill-item .skill-bar .bar-inner .progress-line {
	background: #086ad8;
}

.ie-faqs-section .faq-right {	
	padding-left: 10px;
}

@media only screen and (max-width: 991px) {
	.ie-faqs-section .faq-right .faq-accordion {
		margin-top: 50px;
	}
}

.ie-faqs-section .faq-right .faq-accordion .accordion-item {
	border: 0;
	box-shadow: 0px 0px 161px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	overflow: hidden;
	margin-top: 35px;
}

.ie-faqs-section .faq-right .faq-accordion .accordion-item .accordion-button {
	padding: 25px 35px;
}

.ie-faqs-section .faq-right .faq-accordion .accordion-item .accordion-button .title {
	font-size: 22px;
	color: #0e0e0e;
	font-family: "Barlow", sans-serif;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
}

.ie-faqs-section .faq-right .faq-accordion .accordion-item .accordion-button::after {
	position: absolute;
	content: "+";
	border: none;
	width: 30px;
	height: 30px;
	line-height: 24px;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
	background: linear-gradient(-140deg, #43baff 0%, #7141b1 100%);
	right: 35px;
	transition: all .3s ease-out 0s;
}

.ie-faqs-section .faq-right .faq-accordion .accordion-item .accordion-body {
	font-size: 14px;
	border-top: 1px solid #ebebeb;
	padding: 30px 35px;
}

.ie-faqs-section .faq-right .faq-accordion .accordion-item .accordion-button:focus {
	box-shadow: none;
}

.ie-faqs-section .faq-right .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
	background-color: #ffffff;
	box-shadow: none;
}

.ie-faqs-section .faq-right .faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
	position: absolute;
	content: "-";
	border: none;
	width: 30px;
	height: 30px;
	line-height: 24px;
	text-align: center;
	background: #e6eef8;
	color: #0e0e0e;
	transform: rotate(0);
}

@media only screen and (max-width: 1199px) {
	.ie-faqs-section {
		padding-bottom: 350px;
	}
	.ie-faqs-section .choose-us-left {
		padding-right: 0;
	}
}

@media only screen and (max-width: 991px) {
	.ie-faqs-section {
		padding-bottom: 330px;
	}
	.ie-faqs-section .faq-right {
		padding-left: 0;
		padding-top: 15px;
	}
}





@media only screen and (max-width: 991px) {
	.ie-faqs-section .faq-right .faq-accordion {
		margin-top: 50px;
	}
} 

.ie-faqs-section .faq-right .faq-accordion .accordion-item {
	border: 0;
	box-shadow: 0px 0px 161px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	overflow: hidden;
	margin-top: 35px;
}

.ie-faqs-section .faq-right .faq-accordion .accordion-item .accordion-button {
	padding: 25px 35px;
}


.ie-faqs-section .faq-right .faq-accordion .accordion-item .accordion-button::after {
	position: absolute;
	content: "+";
	border: none;
	width: 30px;
	height: 30px;
	line-height: 24px;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
	background: linear-gradient(-140deg, #43baff 0%, #7141b1 100%);
	right: 35px;
	transition: all .3s ease-out 0s;
}

.ie-faqs-section .faq-right .faq-accordion .accordion-item .accordion-body {
	font-size: 14px;
	border-top: 1px solid #ebebeb;
	padding: 30px 35px;
}

.ie-faqs-section .faq-right .faq-accordion .accordion-item .accordion-button:focus {
	box-shadow: none;
}

.ie-faqs-section .faq-right .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
	background-color: #ffffff;
	box-shadow: none;
}

.ie-faqs-section .faq-right .faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
	position: absolute;
	content: "-";
	border: none;
	width: 30px;
	height: 30px;
	line-height: 24px;
	text-align: center;
	background: #e6eef8;
	color: #0e0e0e;
	transform: rotate(0);
}



/* 4.5 Kontaktbereich */


.contact-info-section .contact-info-wrap {
	margin-top: -30px;
}

.contact-info-section .contact-info-wrap .single-contact-info {
	background: #f8f8f8;
	padding: 50px 80px 75px;
	border-radius: 5px;
	margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
	.contact-info-section .contact-info-wrap .single-contact-info {
		padding: 50px 40px 60px;
	}
}

@media only screen and (max-width: 767px) {
	.contact-info-section .contact-info-wrap .single-contact-info {
		padding: 50px 30px 60px;
	}
}

.contact-info-section .contact-info-wrap .single-contact-info .info-content .title {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 15px;
}

.contact-info-section .contact-info-wrap .single-contact-info .info-content p {
	font-size: 18px;
	line-height: 30px;
}

@media only screen and (max-width: 1199px) {
	.contact-info-section .contact-info-wrap .single-contact-info .info-content p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	.contact-info-section .contact-info-wrap .single-contact-info .info-content p {
		font-size: 18px;
	}
}


/* 4.6 Banner zentriert */


.ie-banner-zentriert {
	padding: 250px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.ie-banner-zentriert-small {
	height: 550px;
}

.ie-banner-zentriert::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(45, 45, 78, 0.5);
	width: 100%;
	height: 100%;
	z-index: -1;
}



.ie-banner-zentriert .hero-content {
	margin: 0 auto;
}



.ie-banner-zentriert .hero-content .sub-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
}

.ie-banner-zentriert .hero-content .title {
	font-size: 60px;
	line-height: 70px;
	font-weight: 600;
	color: #ffffff;
	margin-top: 45px;
}

.ie-banner-zentriert .hero-content .title-small {
	font-size: 38px !important;
}

.ie-banner-zentriert .hero-content p {
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
	margin-top: 70px;
}

.ie-banner-zentriert .hero-content ul {
	margin-top: 40px;
}

.ie-banner-zentriert .hero-content ul li {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 20px;
}

.ie-banner-zentriert .hero-content .hero-btn .btn {
	margin-top: 50px;
}





/* 4.7 Bilder Boxen */

.bild-box .service-item {
	border-top: none !important;
	padding: 0px !important;
}

.bild-box .service-item img {
	border-radius: 10px 10px 0 0;
	height: 250px;
	width: 100%;
}

.bild-box .service-item .service-content {
	padding: 5px 40px 40px;
}

.bild-box .bb-large img {
	height: 380px;
	width: 100%;
}

.bild-box .bb-large .service-content li{
	list-style: disc !important;
}




/* 4.8 Step by Step */


.techwix-service-section-06 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.techwix-service-section-06 .section-title {
	margin: 0 auto;
}


.step-by-step-item {
	background: #ffffff00;
	border-radius: 10px;
	padding: 40px 51px 45px;
}

.step-by-step-item ul li {
	list-style: circle;
	margin-bottom: 15px;
}

@media only screen and (max-width: 1399px) {
	.step-by-step-item {
		padding: 40px 35px 45px;
	}
}

@media only screen and (max-width: 767px) {
	.step-by-step-item {
		padding: 40px 30px 45px;
	}
}

.step-by-step-item .service-img img {
	transition: all 0.3s linear;
}

.step-by-step-item .service-content .title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}

.step-by-step-item .service-content .title:hover a {
	color: #11ddf5;
}

.step-by-step-item .service-content p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 15px;
}

.step-by-step-item:hover .service-img img {
	transform: scale(1.1);
}

.step-by-step-item .service-img img {
	height: 80px;
}

/* 4.9 */

.ie_text ul {
	list-style: disc!important;
}

.ie_text ul li {
	margin-bottom: 20px;
}

/* 4.10 Bild + Text */

.ie_bild_text li {
	list-style: circle;
	margin-bottom: 15px;
}

.ie_bild_text .text-content {
	margin-left: 20px;
}

.ie_bild_text .bild-content {
	padding: 0 20px;
}

/*********************
5. Responsive
*********************/



@media only screen and (max-width: 1400px) {
	.header-menu .main-menu li a {
		font-size: 15px;
	}
}


@media only screen and (max-width: 991px) {
	.ie-teaser-boxen {
		padding-top: 100px;
	}

	.ie_bild_text .text-content {
		margin-left: 0px;
	}

	.ie_bild_text .bild-content {
		margin-bottom: 20px;
		padding: 0px;
	}

}

@media only screen and (max-width: 767px) {
	.section {
		padding: 75px 0;
	}

	.step-by-step-item .service-img {
		margin-bottom: 20px;
	}

	.footer-widget-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ie-faqs-section .faq-right .faq-accordion .accordion-item .accordion-button .title {
		font-size: 18px;
		line-height: 28px;
	}

	.ie_banner {
		padding: 0px;
	}

	.ie-teaser-boxen .ie-teaser-boxen-bottom {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 1399px) {
	.ie-banner-zentriert {
		padding: 200px 0;
	}
	.ie-banner-zentriert .hero-content .title {
		font-size: 50px;
		line-height: 60px;
	}
}

@media only screen and (max-width: 1199px) {
	.ie-banner-zentriert {
		padding: 100px 0;
	}
	.ie-banner-zentriert .hero-content .title {
		font-size: 40px;
		line-height: 50px;
	}
}


@media only screen and (max-width: 767px) {
	.ie-banner-zentriert .hero-content .sub-title {
		font-size: 18px;
		line-height: 28px;
	}
	.ie-banner-zentriert .hero-content .title {
		font-size: 60px;
		line-height: 70px;
		margin-top: 30px;
	}
	.ie-banner-zentriert .hero-content p {
		font-size: 18px;
		line-height: 32px;
		margin-top: 40px;
	}
}

@media only screen and (max-width: 575px) {
	.ie-banner-zentriert .hero-content .sub-title {
		font-size: 16px;
	}
	.ie-banner-zentriert .hero-content .title {
		font-size: 60px;
		line-height: 1;
	}
}

@media only screen and (max-width: 767px) {
	.service-content-wrap {
		padding-top: 20px;
	}
	.icon-boxen-content-wrap {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 1399px) {
	.service-item {
		padding: 30px 30px 40px;
	}
}

@media only screen and (max-width: 1199px) {
	.ie-icon-boxen-section .service-item {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 1399px) {
	.service-item .service-content .title {
		font-size: 22px;
		padding-right: 0;
	}
}