html, body{
	overflow-x: hidden!important;
}
.sectionBackground{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}

.blog-1 .blog-col {
  max-width: 390px;
  margin: 0px auto;
  margin-bottom: 30px;
}
.blog-1 .blog-col .blog-preview-img {
  display: block;
  position: relative;
}
.blog-1 .blog-col .blog-preview-img .caption {
  background: rgba(62, 68, 77, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.blog-1 .blog-col .blog-preview-img .caption:hover {
  opacity: 1;
}
.blog-1 .blog-col .blog-preview-img .caption .caption-content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -15px;
  color: #f4f5f7;
}
.blog-1 .blog-col .blog-preview-img * {
  z-index: 2;
}
.blog-1 .blog-col .blog-preview-content {
  background-color: #f4f5f7;
  color: #3e444d;
  padding: 25px;
  height: 340px;
}
.blog-1 .blog-col .blog-preview-content h3 {
  margin: 0 0 10px;
}
.blog-1 .blog-col .blog-preview-content h3 a {
  color: #3e444d;
}
.blog-1 .blog-col .blog-preview-content h3 a:hover {
  color: #439ad5;
}
.blog-1 .blog-col .blog-preview-content p {
  font-size: 16px;
  margin: 0;
  padding-bottom: 5px;
}
.blog-1 .blog-col .blog-preview-content ul.meta {
  font-size: 14px;
  color: rgba(62, 68, 77, 0.5);
}
.blog-1 .blog-col .blog-preview-content .continue {
  font-size: 14px;
  padding-bottom: 15px;
}
.blog-2 .blog-col {
  margin-bottom: 15px;
}
.blog-2 .blog-col .blog-item {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.blog-2 .blog-col .blog-item .caption {
  background: rgba(62, 68, 77, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.blog-2 .blog-col .blog-item .caption:hover {
  opacity: 1;
}
.blog-2 .blog-col .blog-item .caption .caption-content {
  padding: 25px;
  color: #f4f5f7;
}
.blog-2 .blog-col .blog-item .caption .caption-content h3 {
  margin: 0;
  padding-bottom: 15px;
}
.blog-2 .blog-col .blog-item .caption .caption-content p {
  font-size: 16px;
  margin: 0;
  padding-bottom: 15px;
}
.blog-2 .blog-col .blog-item .caption .caption-content ul.meta {
  font-size: 14px;
  color: rgba(62, 68, 77, 0.5);
}
.blog-2 * {
  z-index: 2;
}

.portfolio-modal .modal-content {
  background-color: #f4f5f7;
  margin-left: -15px;
  min-height: 100%;

}
.portfolio-modal .close-modal {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: transparent;
  top: 80px;
  right: 80px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #3e444d;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #3e444d;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
/* .portfolio-modal .row.first {
  margin-top: 100px;
} */
.portfolio-modal .page-header {
  margin-top: 0;
}
.portfolio-modal ul.project-details {
  margin-top: 15px;
}
.portfolio-modal ul.project-details li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d6dae2;
}
.portfolio-modal ul.project-details li:first-child {
  padding-top: 15px;
  border-top: 1px solid #d6dae2;
}

.containerBackground{
	background: rgba(0, 0, 0, 0.5);
}

.newsImage{
	margin-bottom: 50px;
}

.siteWrapperMarginTop{
	height: 100px;
}

.wunderGridIconNumber {
    background-color: #fff;
    color: #c5323e;
    font-size: 32px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: bold;
    text-align: center;
    width: 66px;
}

.wunderGridIcon {
    border-radius: 50%;
    box-shadow: 0px 0px 4px #666;
}

.gridCounter{
	color: #d94845;
    font-size: 35px;
    margin-right: 10px;
}

.gridPadding{
	padding-left: 50px;
	padding-right: 50px;
}

/*.center-container-fluid{
	height: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center
}*/


.nextPageButton{
	position: relative;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    background-repeat: no-repeat;
	background-size: contain;
}

.nextPageButton:hover{
	color: #000!important;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	cursor: pointer;
}

.profoundButton, .teaserbutton{
	color: #fff;
	border-radius: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 20px;
	font-weight: 600;
	margin-top: 50px;
	border: 0px;
	outline: none;
}

.teaserbutton{
	left: 50%;
	transform: translate(-50%);
    bottom: 100px;
    font-size: 18px;
	position: absolute;
}


.contactButton{
	color: #fff;
	border-radius: 10px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	border: 0px;
	background-color: #027474;
	width: 195px;
}

.contactButton:hover{
	cursor: pointer;
}

.mt15{
	margin-top: 15px;
}

.content-background-container{
	background-repeat: no-repeat;
	height: 200%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
}

.fp-scroller{
    overflow:hidden!important;
}

.teaserImage{
	width: 80px;
	padding-bottom: 20px;
	padding-top: 100px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.teaserImage:hover{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.teaserTitle{
	font-weight: 600;
	padding-bottom: 80px;
	font-size: 22px;
}

.teaserText{
	color: #fff;
	padding-bottom: 150px;
	position: relative;
}

.teaserText a{
	color: #fff;
}

.teaserHeadline{
	padding-top: 80px;
	padding-bottom: 50px;
}

.accordionTitle{
	font-weight: 600;
	border-top: 1px solid #fff;
	padding-top: 5px;
	font-size: 18px;
}

.faqAccordionTitle{
	font-weight: 600;
	border-top: 1px solid #000;
	padding-top: 5px;
	font-size: 18px;
}

#accordionContent:before {
    content: "\f068";
	font-family: FontAwesome;
    display: block;
    position: absolute;
    right: 30px;
    margin-top: 10px;
    font-size: 14px;
}

#accordionContent.collapsed:before {
    content: "\f067";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	right: 30px;
	margin-top: 10px;
	font-size: 14px;
}

.accordionContent{
	font-size: 18px;
	margin-left: 30px;
}


input, select, textarea{
    color: #949599;
	width: 100%;
	background-color: #E7E7E8;
	resize: none;
	border: none;
	font-size: 18px;
}

input, select, textarea:focus{
	outline: none!important;
}

.form-field-wrapper{
	border-radius: 10px;
	padding: 10px;
	padding-top: 5px;
	margin-bottom: 20px;
	background-color: #E7E7E8;
}

.form-field-wrapper:hover{
	border-color: #000;
}

.footer{
	background-color: #3F3E40;
	color: #fff;
	margin-top: 50px;
	font-size: 18px;
}

.footer a{
	color: #fff;
}

.footer li{
	list-style: none;
	color: #fff;
}

.top-footer{
	padding-top: 10px;
}

.sub-footer{
	font-size: 14px;
	background-color: #333333;
}

.navbar{
	background-color: rgba(255,255,255,0.95)
}

.nav-right{
	float: right;
	color: #027474;
	font-size: 16px;
    font-weight: 600;
	padding-top: 25px;
	position: relative;
	z-index: 999999;
}

.nav-logo-right{
	margin-left: 10px;
    margin-top: -15px;
    width: 74px;
    height: 24px;
}

.quoteImage{
	min-height: 500px;
	background-position: center;
	background-size: cover;
}

.quoteContent{
	text-align: center;
	color: #243B49;
	padding-left: 90px;
	padding-right: 90px;
}

.nav-menu > ul li {
    position: relative;
}

.sub-dropdown.dropdown {
    top: 100%;
    left: 0;
    position: absolute;
	list-style: none;
}

.sub-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    background: rgba(2, 116, 116, 0.95);
    padding: 0;
    width: 215px;
	border: 1px solid #fff;
	border-radius: 10px;
}

    .sub-dropdown li {
        width: 100%;
    }

    .sub-dropdown > li > a {
        padding: 13px 15px;
        display: block;
        color: rgba(255, 255, 255, 0.75);
        font-size: 14px;
		border-radius: 10px;
		font-weight: bold;
    }

    .sub-dropdown > li:hover > a {
        background: rgba(2, 116, 116,1);
        color: #fff;
    }

    .sub-dropdown i {
        float: right;
    }

.fa-angle-up{
	padding-left: 5px;
}
.fa-angle-down{
	padding-left: 5px;
}
.menu-has-sub{
	cursor: pointer;
}
.menu-has-sub:hover{
	cursor: pointer;
}

.feature-grid{
	height: 300px;
	margin-bottom: 30px;
	justify-content: center;
    flex-direction: column;
    text-align: center;
    display: flex;
	position: relative;
	-o-transition:color .3s ease-out, background .3s ease-in;
	-ms-transition:color .3s ease-out, background .3s ease-in;
	-moz-transition:color .3s ease-out, background .3s ease-in;
	-webkit-transition:color .3s ease-out, background .3s ease-in;
	transition:color .3s ease-out, background 0.3s ease-in;
	transform-style: preserve-3d;
}

.grid-communication, .grid-data-management, .grid-finance{
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 150px;
}

.grid-communication:hover, .grid-communication:active, .grid-data-management:hover, .grid-data-management:active, .grid-finance:hover, .grid-finance:active{
	background-image: url('../img/profound/haken_details_white.png')!important;
	-webkit-user-select: none;
	-webkit-touch-callout: none;

}

.grid-communication{
	background-image: url('../img/profound/haken_details_communication.png');
}

.grid-data-management{
	background-image: url('../img/profound/haken_details_datamanagement.png');
}

.grid-finance{
	background-image: url('../img/profound/haken_details_finance.png');
}

.feature-grid:hover .feature-title{
	opacity: 0;
}

.feature-grid:hover .feature-description{
	opacity: 1;
}

.feature-grid:hover{
	cursor: pointer;
	color: #fff;
	position: relative;
	z-index: 1;
}

.feature-title, .feature-description{
	transition: opacity 0.3s ease;
}

.feature-title{
	transform: translateZ(50px);
	text-transform: uppercase;
	padding: 15px;
}

.feature-description{
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	opacity: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	padding: 15px;
}

button{
	outline: none;
}

.accordion-section {
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

    .accordion-section:last-child {
        border-bottom: 1px solid #f1f1f1;
    }

.accordion-title {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 20px 20px;
    margin: 0px;
}

    .accordion-title.active {
        color: #e6ae49;
    }

    .accordion-title:before {
        content: "\f105";
        display: block;
        font-family: "FontAwesome",sans-serif;
        position: absolute;
        right: 18px;
        font-weight: 400;
    }

    .accordion-title.active:before {
        content: "\f107";
    }

.accordion-content.default-hidden {
    display: none;
    margin: 0;
}

.accordion-content {
    padding: 0 20px 10px;
}

.navi-logo{
	width: 280px;
}


/* Preloader      ||-------------------------------*/
#preloader {
    background-color: rgba(255, 255, 255, 1);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999999999;
}

.site-spinner {
    border: 3px solid #ddd;
    font-size: 44px;
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: site-spin 1s linear infinite;
    -moz-animation: site-spin 1s linear infinite;
    animation: site-spin 1s linear infinite;
    border-top-color: #017172;
}

@-webkit-keyframes site-spin {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes site-spin {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes site-spin {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.button--moema {
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.button--moema.button--inverted {
	background: #ECEFF1;
	color: #37474f;
}
.button--moema::before {
	/*content: '';*/
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #fff;
	/*background-color: #3f51b5!important;*/
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}
.button--moema.button--inverted:hover {
	color: #ECEFF1;
	background-color: #7986cb;
}
.button--moema:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.accordion{
	margin-top: -80px;
	color: #3F3E40;
}


.contactInfo-Icon{
	display: inline-block !important;
	font-size: 25px;
	margin-bottom: 15px;
	text-align: center;
}

.contactinfo-title{
	font-size: 24px;
	font-weight: 600;
}

.contact-link{
	font-size: 20px;
}

.contact-link a{
	color: #027474;
}


