header .header-nav .nav-container .offcanvas-toggler {
	background-color: #1E9DD6;
}
header .header-nav .nav-container .menu-items ul li a:hover {
	color: #1E9DD6;
}
header .header-nav .nav-container .menu-items ul li .submenu li:hover > a {
	background-color: #1E9DD6;
}
header .header-nav::before {
	content: "";
	left: 0;
	top: 0;
	background-color: unset;
	width: unset;
	height: unset;
	position: absolute;
	-webkit-clip-path: polygon(0 0, 100% 0%, 345px 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 345px 100%, 0% 100%);
}
.logo {
	max-width: 100px !important;
}
.logo-2 {
	max-width: 150px !important;
}
.logo-3 {
	max-width: 350px !important;
}
::-webkit-scrollbar-thumb {
    background-color: #1E9DD6;
}
header .header-nav .nav-container .menu-social-link a:hover {
	color: #1E9DD6;
}
header .header-nav .nav-container .menu-items ul li .submenu {
	left: unset;
}
header .header-nav .nav-container .navbar-toggler {
	border: 1px solid #1E9DD6;
}
header .header-nav .nav-container .navbar-toggler span {
	background-color: #1E9DD6;
}
a, a:hover {
	color: #1E9DD6;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	color: #14212b;
	word-break: break-word;
	hyphens: auto;
}
.breadcrumb-section-small {
  padding: 20px 0;
}
.breadcrumb-section .breadcrumb-text .page-title {
    color: #fff;
    font-size: 70px;
}
.project-details .project-content .content p {
	font-size: 18px;
	line-height: 1.6;
}

.service-boxes .service-box-two:hover .service-link {
	background-color: #1E9DD6;
}

.service-boxes .service-box-three .icon img {
    max-width: 150px;
}

.flaticonbig {
    font-size: 83px;
}

.offcanvas-wrapper .offcanvas-widget .widget.tweets-widget li i, .offcanvas-wrapper .offcanvas-widget .widget.contact-info-widget li i {
	color: #1E9DD6;
}
.offcanvas-wrapper .offcanvas-widget .widget .widget-title::before, .offcanvas-wrapper .offcanvas-widget .widget .widget-title::after {
	background-color: #1E9DD6;
}
.offcanvas-wrapper .offcanvas-widget a.offcanvas-close {
	color: #1E9DD6;
}
.blog-loop.standard-blog .single-post-box .post-meta ul li i {
	color: #1E9DD6;
	margin-right: 10px;
}
.blog-loop.standard-blog .single-post-box .post-meta ul li:hover, .blog-loop.standard-blog .single-post-box .post-meta ul li a:hover {
	color: #1E9DD6;
}
.post-details-wrap .post-meta ul li:hover, .post-details-wrap .post-meta ul li a:hover {
	color: #1E9DD6;
}
.post-details-wrap .post-meta ul li i {
	color: #1E9DD6;
	margin-right: 10px;
}
.latest-post-loop .latest-post-box-two .post-thumb-wrap .post-date {
	background-color: #1E9DD6;
}
.latest-post-loop .latest-post-box .post-desc .post-date {
	color: #1E9DD6;
}
.latest-post-loop .latest-post-box:hover .post-desc {
	border-color: #1E9DD6;
}
.latest-post-loop .latest-post-box .post-desc .post-link:hover {
	color: #1E9DD6;
}
.project-boxes .project-box:hover .project-thumb .thumb {
	-webkit-transform: unset;
	transform: unset;
}
.single-gallery-itam {
	max-height: 400px;
}
.shop-details-wrap .product-details .product-gallery .product-gallery-slider .slick-arrow {
	background-color: #1E9DD6;
}
.blog-loop.grid-blog .single-post-box .post-content .post-date {
	color: #1E9DD6;
}
.blog-loop.grid-blog .single-post-box .post-content .post-link:hover {
	color: #1E9DD6;
}
.blog-loop.grid-blog .single-post-box:hover .post-content {
	border-color: #1E9DD6;
}
.g-h0 {
	position: absolute;
	top: 350px;
	z-index: -200;
}
.post-details-wrap .post-content {
	font-size: 18px;
}
.Datenschutz a {
	font-size: 1rem;
}
.Datenschutz a:hover {
	font-size: 1rem;
  color: #fff !important;
}
.incorrect + form > .row > .g-h0{
	top: 410px;
}
.banner-section .single-banner::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #14212b;
	opacity: 0;
	z-index: -2;
}
.service-boxes .service-box-two {
	background-color: #f5f5f5;
}
.member-details-wrapper .member-details {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 270px 60px 1fr 60px 1fr;
	grid-template-columns: 270px 1fr;
	grid-gap: 35px;
}
@media (max-width: 992px) {
  .member-details-wrapper .member-details {
    /* display: -ms-grid; */
    display: grid;
    -ms-grid-columns: 270px 60px 1fr 60px 1fr;
    grid-template-columns: 1fr !important;
    grid-gap: 35px;
  }
}
.member-details-wrapper .member-details .member-picture-wrap .member-picture::after {
	background-color: #1E9DD6;
}
.member-details-wrapper .member-details .member-desc span.title-tag, .member-details-wrapper .member-details .member-desc span.pro, .member-details-wrapper .member-details .member-contact-info span.title-tag, .member-details-wrapper .member-details .member-contact-info span.pro {
	color: #1E9DD6;
}
.white {
	background-color: #fff !important;
}
.project-boxes .project-box .project-thumb .thumb {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	height: 80%;
	width: 100%;
}
.wcu-section .wcu-video .video-poster-two, .wcu-section .wcu-video::after {
	border-radius: unset;
  border: 20px solid #f5f5f5;
}
.wcu-section .wcu-video .video-poster-one, .wcu-section .wcu-video::before {
	border-radius: unset;
}
.wcu-section .wcu-video::before {
	background-image: unset;
}
.wcu-section .wcu-video .video-poster-two a {
	color: #1E9DD6;
}
.main-btn {
	background-color: #1E9DD6;
}
.main-btn.main-btn-3::after {
	background-color: #1E9DD6;
}
.main-btn::after {
	top: unset;
}
.main-btn.main-btn-2 {
    background-color: #fff;
    color: #14212b;
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 25px;
}
.section-title .title-tag::before, .section-title .title-tag::after {
	background-color: #1E9DD6;
}
.section-title .title-tag {
	color: #1E9DD6;
}

.section-title .title {
    font-size: 55px;
    line-height: 1.1;
}

.about-section-three::after {
	background-image: none;
}

.about-section-six {
    background-color: #14212b;
    z-index: 1;
}

.project-boxes .project-box:hover .project-desc {
	background-color: #1E9DD6;
}
.faq-section .faq-loop.accordion .card .card-header.active-header, .faq-section .faq-loop.accordion .card .card-header:hover {
	background-color: #1E9DD6;
}
.faq-section .faq-loop.accordion .card .card-body {
	background-color: #1E9DD6;
}

.faq-section .faq-loop.accordion .card .card-body-download {
	background-color: #fff;
  color: #616161;
  padding: 30px;
}

.faq-section .faq-loop.accordion .card .card-header.active-header, .faq-section .faq-loop.accordion .card .card-header:hover {
	background-color: #1E9DD6;
}

.faq-section .faq-loop.accordion .card {
    margin-top: 20px;
    border-radius: 0;
    border-color: #6c757d;
    border: 1px solid;
}

.faq-section.with-shape::before {
	background-image: unset;
}
.fact-text .fact-list li i {
	color: #1E9DD6;
	border: 2px solid #1E9DD6;
}
.fact-boxes .fact-box.fact-box-three:hover {
	background-color: #1E9DD6;
}
.wcu-section .wcu-text-two ul li i {
	color: #1E9DD6;
}

.wcu-section .wcu-text-three ul li i {
	color: #1E9DD6;
  padding-right: 60px;
}

.cta-wrap {
	background-color: #1E9DD6;
}
.input-group .icon {
	color: #1E9DD6;
}
.check {
	width: unset;
	height: unset;
}
.sib-form .entry__choice .checkbox, .sib-form .entry__choice .radio-button {
	margin-right: 2rem !important;
}
.contact-section.contact-page .contact-info .contact-info-content ul li i, .contact-section.contact-page .contact-info .contact-info-content ul li a i {
	color: #1E9DD6;
}
.flaticon {
	font-size: 50px;
}
footer .widget.contact-widget .contact-infos i {
	margin-right: 10px;
	color: #1E9DD6;
}
footer.grey-bg-footer .widget a:hover {
	color: #1E9DD6;
}
footer .footer-copyright .back-to-top {
	color: #1E9DD6;
}
footer.grey-bg-footer .footer-copyright .back-to-top:hover {
	background-color: #1E9DD6;
}
footer .widget .social-links li a:hover {
	color: #1E9DD6;
}

ul, ol {
    margin: 0px;
    padding-left: 0px;
    list-style-type: disclosure-closed;
}

.working-process-section {
    padding: 130px 0 130px;
    margin-top: 0px;
    margin-bottom: 50px; 
    position: relative;
    z-index: 4;
}

.working-process-section .process-text .process-loop .single-process .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #27ABE3;
    font-size: 30px;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(210, 210, 210, 0.4);
    box-shadow: 0px 10px 32px 0px rgba(210, 210, 210, 0.4);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
}


.working-process-section .process-text .process-loop .single-process .icon span {
    position: absolute;
    left: 0;
    top: -10px;
    height: 35px;
    width: 35px;
    background-color: #27ABE3;
    color: #fff;
    line-height: 35px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}



.working-process-section .working-circle {
    position: absolute;
    right: 130px;
    bottom: -130px;
    z-index: 1;
    background-color: transparent;
    border: 80px solid #27ABE3;
    width: 430px;
    height: 430px;
    border-radius: 50%;
}

.dark-background {
    font-size: 25px;
    color: #fff;
    font-weight: 300;
    padding-top: 10px;
}

.section-title .title-tag-white {
    color: #fff;
}

.section-title .title-white {
    font-size: 55px;
    line-height: 1.1;
    color: #fff;
}

.section-gap-small {
    padding-top: 80px;
    padding-bottom: 80px;
}

.post-link {
	color: #fff;
}

.mt-150 {
    margin-top: 150px;
}
.m-50 {
    margin-top: 50px;
		margin-bottom: 50px;
}
.mb-150 {
    margin-bottom: 150px;
}
.checkerliste {
list-style-type: none;
}

.team-members-two .team-member::after {
	background-image: none;
	
}

.has-error {
	color: red;
  border: solid red;
}

.incorrect {
	color: red;
  padding-bottom: 40px;
}
