/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}

/*** Header Area ***/
/* Top Header */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}
#sp-top-bar, #sp-top-bar a {
    color: #fff;
}

/* Logo */

#sp-logo {
	padding-left:25px!important
}

/* Header Menu */
#sp-header {
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 30px;
    padding: 0 15px!important;
    background: none;
    border: 0;
    box-shadow: none;
}
#sp-header > .container {
    background: #e2001a;
    border-radius: 10px;
    padding: 0 10px;
    max-width: 100%;
}
#sp-header.header-sticky {
    top: 0;
	background: #e2001a;
	
}

body:not(.home) #sp-header {
    background: #e2001a;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent > li > a {
    width: 100%;
  	color: #fff;
    position: relative;
    text-transform: uppercase;
}
.sp-megamenu-parent>li>span {
  	color: #fff;
}
.sp-menu-separator {
    text-transform: uppercase;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(96, 97, 97, 0.41);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn,
.slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 35px;
    cursor: pointer;
    border: 0!important;
    text-transform: uppercase;
    color: #fff!important;
    background-color: #222!important;
    border-radius: 0;
}
a.btn:hover,
a.slider-btn:hover,
a#sp_qc_submit:hover {
    color: #000;
    background-color: #495E4D !important;
}
.slider-btn a span:before {
    margin-left: 10px;
}
.btn.no-bg {
    background: none!important;
    padding-left: 0!important;
    box-shadow: none!important;
}

/* Title */
.title.sppb-text-center {
    max-width: 700px;
    margin: 0 auto;
}
.title h6 {
    font-size: 32px;
    line-height: 30px;
    color: #495E4D;
    font-family: "Poiret One", 'Poppins', sans-serif;
    font-weight: 600;
    margin: 25px 0 50px;
}

/* About */
.about-item img {
    max-width: 68px;
}
.about-item {
    padding: 50px 10px;
    border: 1px solid;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.about-item:hover {
    border-color: #495E4D;
}

/* Testimonial */
.testimonial-item h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
}
.testimonial-item h6 {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: 3px;
}

/* Our */
.our-left .clearfix {
    position: relative;
}
.our-left .clearfix:nth-child(2) {
    top: 100px;
    position: absolute;
}
.our-left .clearfix:nth-child(3) {
    position: relative;
    top: -100px;
}

/* Counter */
.counter-item {
    padding-bottom: 40px;
    position: relative;
}
.counter-item h6 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
}
.counter-item span {
    font-size: 69px;
    font-weight: 600;
    color: #fff;
}

/* Together */
.together h1 span {
    line-height: 100px;
    font-size: 70px;
}

/* Offer */
.offer .sppb-row img {
    box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    -moz-box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    -webkit-box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
.offer-left {
    margin-left: -10%;
    width: 110%;
}
.offer-right {
    margin-top: 100px;
    margin-left: -70px;
    z-index: -1;
    width: 110%;
}

/* Project */
.title-content h2 {
    font-size: 60px;
    line-height: 55px;
    font-weight: 700;
    color: rgb(0, 22, 89);
    letter-spacing: -2px;
    margin-bottom: 25px;
}
.title-content p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: rgb(86, 89, 105);
}
.project-img img {
    height: 667px;
}
.project-img-pen {
    position: absolute;
    bottom: 48px;
    right: 20px;
}

/* Feature */
.feature-item {
    padding: 30px 20px;
    border: 1px solid #e8e8e9;
    position: relative;
}
.feature-item:hover,
.feature-item:hover:after {
    background-color: #00235a;
}
.feature-item:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
}
.feature-item h4 {
    color: #001659;
    font-size: 26px;
}
.feature-item .sppb-addon-content a {
    padding: 8px 18px 11px;
    margin: 30px 0 10px;
    display: inline-block;
    font-size: 20px;
    border: 3px;
}
.feature-item:hover .sppb-addon-content a {
    color: #fff;
}
.feature-item:hover h5,
.feature-item:hover h4 {
    color: #fff!important;
}

/* Testimonial */
.testimonial img {
    border-radius: 50%;
}
.testimonial-item i {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;   
}
.testimonial-item i:hover {
    transform: scale(1.1);
    cursor: pointer;
}

/* Client */
.client img {
    max-width: 115px;
}
.client .clearfix {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 35px 55px 35px 55px;
    background-color: #f4f4f4;
}
.client .second .clearfix:nth-child(1),
.client .first .clearfix:nth-child(2) {
    background: #eaeaea;
}

/* Team */
.team-item {
    position: relative;
    cursor: pointer;
}
.team-item:before {
    content: "";
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 35%, #000000 100%);
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
.team-item:hover:before {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
    opacity: 1;
}
.team .sppb-title-heading {
    -webkit-text-stroke-color: #1e3c6f;
}
.team-item .sppb-media-content {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 15px;
    z-index: 2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.team-item .sppb-img-container {
    position: relative;
}
.team-item .sppb-addon-text {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}
.team-item img {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.team-item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.team-item h5 {
    font-size: 28px;
    line-height: 1.15em;
    color: #fff;
    font-weight: 700;
}
.team-item h6 {
    font-size: 18px;
    line-height: 1.15em;
    color: #fff;
    font-weight: 700;
}

/* Plan */
.plan-column {
    padding: 30px;
    border-style: solid;
    background: #fff;
    border-width: 3px 0px 0px 0px;
    border-color: #495E4D;
    box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 15px 0px 15px;
}
.plan-item .sppb-addon-content {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #495E4D;
    color: #fff;
    margin: 30px auto 0;
    padding: 24px 0 0;
    position: relative;
}
.plan-item .sppb-addon-content:before {
    content: "";
    width: 118px;
    height: 118px;
    position: absolute;
    top: -4px;
    margin: 0 auto;
    left: -4px;
    right: -4px;
    display: inline-block;
    z-index: -1;
    border: 3px solid #495E4D;
    border-radius: 50%;
}
.plan-item h5 {
    font-size: 25px;
    font-weight: 700;
}
.plan-item span {
    font-size: 13px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
	font-size: 23px;
}

/* Bottom Area */
.acym_module_form {
	margin-top: -20px;
}
.acym_module_form input {
	max-width: 100% !important;
}
.acym_module_form .btn-primary {
	padding: 10px 20px !important;
	border: none;
}
.acym_module_form .btn-primary:hover {
	background: #000 !important;
}

/* Footer Copyright */
div#sp-footer1 {
    text-align: center;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
	.sppb-row-container {
		max-width: 1320px;
	}
}

/* Tablet Standard Layout */
@media (max-width: 991px) {
	#sp-header, #sp-header .logo {
        height: 70px!important;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
    	/*background: #fff;*/
      	padding: 0;
	}
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
    	/*background: #fff;*/
      	padding: 0;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  .slider-small h3 {
    	margin-bottom: 0 !important;
  }
  .slider-big h1 {
    	padding: 0 !important;
  }
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .btn:hover,
.btn-design, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, .title-design h3:before,
.apartment-item h5::before, .apartment-title h3:before, .price-item.center, #sp-top-bar, .slider-btn a,
.slider-title h2#n2-ss-1item1:before, .slider-title h2#n2-ss-1item4:before, .slider-title h2#n2-ss-1item7:before {
 	background-color: var(--background-color);
}
.article-list .article .article-header h2 a:hover, .article-list .article .readmore a:hover, .article-list .article .readmore a:active,
.product-item-left .sppb-icon-container i, .intro-title h4,  .our-item h5, .team-item h5,
.product-item-right .sppb-icon-container i, .title h1, #sp-bottom a, /*#sp-footer a,*/ .about-item-check em, .counter-item span,
.about-item-check h3 {
  	color: var(--text-color) !important;
}
.page-item.active .page-link, .price-item,  .team-item .sppb-media-content,
.tabs .sppb-tab-content, .tabs .sppb-nav-tabs>li.active>a, .service-item .sppb-addon-content:hover .sppb-icon-container i {
  	border-color:var(--text-color)!important;
}
.check-sub {
    border-top-color: var(--text-color)!important;
}

/* ###################################### Custom #########################################*/

/*#about {
	display:none;}
	
#team{
	display:none;}
	
#service{
	display:none;}
	
#testimonial{
	display:none;}
	
#plan{
	display:none;}
	
#client{
	display:none;}*/
	
	
/* button view unsichtbar machen */

/*.btn-view {
	display:none!important;
}*/


/* bottom vier spalten unsichtbar machen */

/*.bottom_hide {
	display:none!important;
}*/

/* footer bg-color und text color*/

#sp-footer {
	background-color:#333!important;
}

.footer_abstand {
	padding:0 10px 0 10px!important;
}

#sp-footer a {
	color: #fff!important;
}

#sp-footer a:hover {
    color: #ccc!important;
}


/* off canvas logo */

body > div.offcanvas-menu {
	background-color: #eceded;
}
	
body > div.offcanvas-menu > div.d-flex.align-items-center.p-3.pt-4 {
	background-color: #e2001a;
	max-height:80px!important;
	padding-top:15px!important;
	padding-bottom:14px!important;
}	
	
.jb-cookie-decline {
	text-align: center;
}
	
/*ccm custom*/

.ccm-widget--language-switch>label
{
    display: none!important;
}

.ccm-widget--language-switch>select
{
	display: none!important;
}

.ccm-widget.ccm--alignment--top .ccm-modal-inner, .ccm-widget.ccm--alignment--bottom .ccm-modal-inner
{
	height: 300px!important;
}