@charset "UTF-8";
/* Grau #a5adb3 Dunkelgrau #505048 Schwarz #1a1a18*/

body {
	font-family: 'DIN', sans-serif;
	color: #505048;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
body {
	position: relative;
}
a {
	color: #1a1a18;
}
a:hover, a:focus {
	color: #505048;
}
h2 {
	font-family: 'Exo-Medium', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 60px;
	letter-spacing: -1px;
	margin-bottom: 0;
}
.lp h2 {
	font-size: 40px;
  margin-top: 50px;
}
h3 {
	font-family: 'Exo-Medium', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 40px;
	color: #505048;
	letter-spacing: -1px;
	margin-bottom: 1rem;
}
h1 {
	font-family: 'Exo-Medium', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #505048;
	font-size: 40px;
}
h4 {
	font-family: 'Exo-Regular', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
	color: #505048;
}
#leistungen h4 {
  margin-top: 50px; 
}
h5 {
	font-family: 'Exo-Medium', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
	color: #505048;
	margin-bottom: 0.7rem;
}
p, li {
	color: #a5adb3;
}
p.lead {
	color: #1a1a18;
	margin-bottom: 2rem;
}
.light-bg, .light-bg p, .light-bg li, .light-bg span {
  color: #505048;
}
ul.arrow {
	padding-left: 0;
}
ul.arrow li {
	padding-left: 2rem;
	padding-bottom: 4px;
	margin-bottom: 6px;
	background: url(../images/li.png) no-repeat left 3px;
	border-bottom: 1px solid rgba(165, 173, 179, 0.5);
	list-style: none;
}
ol.arrow {
	padding-left: 20px;
}
ol.arrow li {
	padding-left: 0;
	padding-bottom: 4px;
	margin-bottom: 6px;
	border-bottom: 1px solid rgba(165, 173, 179, 0.5);
}
.text-primary {
	color: #1a1a18 !important;
}
.light-font {
	font-weight: 300;
}
.btn {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0.375rem 1.35rem;
	transition: all 0.3s ease;
}
.btn-outline-light:hover {
	color: #505048;
}
.btn-primary {
	border-radius: 3px;
	background-image: -moz-linear-gradient( 122deg, #a5adb3 0%, #505048 100%);
	background-image: -webkit-linear-gradient( 122deg, #a5adb3 0%, #505048 100%);
	background-image: -ms-linear-gradient( 122deg, #a5adb3 0%, #505048 100%);
	background-image: linear-gradient( 122deg, #a5adb3 0%, #505048 100%);
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
	font-size: 14px;
	font-weight: 500;
	padding: 0.7rem 1.6rem;
	line-height: 1.8;
	border: 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-image: -moz-linear-gradient( 122deg, #e2e5e8 0%, #a5adb3 100%);
	background-image: -webkit-linear-gradient( 122deg, #e2e5e8 0%, #a5adb3 100%);
	background-image: -ms-linear-gradient( 122deg, #e2e5e8 0%, #a5adb3 100%);
	background-image: linear-gradient( 122deg, #e2e5e8 0%, #a5adb3 100%);
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
	color: #FFF;
}
.btn-light {
	border-radius: 3px;
	background: #FFF;
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
	font-size: 14px;
	font-weight: 500;
	color: #505048;
	margin: 0.5rem;
	padding: 0.7rem 1.6rem;
	line-height: 1.8;
}
.btn-small {
	border-radius: 3px;
	background: #FFF;
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
	font-size: 14px;
	font-weight: 500;
	color: #505048;
	margin: 0.5rem;
	padding: 0.2rem 0.8rem;
	line-height: 1.2;
}
.btn-group-lg>.btn, .btn-lg {
	padding: 0.8rem 1rem;
	font-size: 15px;
}
.light-bg {
	background-color: #f4f6f7;
}
.section {
	padding: 80px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 3rem;
}
.section-title small {
	color: #1a1a18;
	font-size: 50%;
	letter-spacing: 0.5px;
}
.nohyphens * {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
@media (max-width:767px) {
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 30px;
	}
}
@media (max-width:479px) {
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 24px;
	}
}
/* NAVBAR
----------------------*/

.nav-menu {
	background: rgba(255,255,255,0.75);
	padding: 1rem 0;
	transition: all 0.3s ease;
}
.nav-menu.is-scrolling, .nav-menu.menu-is-open {
	background: rgba(255,255,255,0.95);
	-webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}
.navbar {
	padding: 0;
}
.navbar a {
	color: #1a1a18;
}
.nav-menu.is-scrolling {
	padding: 0;
}
.navbar-brand {
	width: 175px;
}
.navbar-nav .nav-link {
	position: relative;
}
a.toptel {
  position: relative;
  float: right;
  z-index: 100000;
  top: 0;
  right: 0;
  font-size: 16px;
  font-family: 'Exo-Medium', sans-serif;
	color: #f4f6f7;
  padding: 4px 20px 2px;
  background: #a5adb3;
  letter-spacing: 0.3px;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0.67rem;
	padding-left: 0.67rem;
	font-size: 14px;
}
.navbar-nav>.nav-item>.nav-link.active:after {
	content: "";
	border-bottom: 2px solid #a5adb3;
	left: 1rem;
	right: 1rem;
	bottom: 5px;
	height: 1px;
	position: absolute;
}
}
@media (min-width: 1050px) {
  .nav-menu .container {
    max-width: 1080px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
  }
}
header {
	padding: 100px 0 0;
	text-align: center;
	color: #FFF;
}
@media (max-width:991px) {
  a.toptel {
    position: relative;
    width: 50%;
    padding: 3px 0 2px;
    margin-bottom: 15px;
    text-align: center;
  }
  .nav-menu {
    margin-top: 20px; 
  }
  header {
    padding: 120px 0 0;
    text-align: center;
    color: #FFF;
  }
	.navbar-nav.is-scrolling {
		padding-bottom: 1rem;
	}
	.navbar-nav .nav-item {
		text-align: center;
	}
	.nohyphens, .nohyphens * {
		font-size: 11px;	
	}
}
/* HERO
----------------------*/
.bg-gradient {
	background-image: -moz-linear-gradient( rgba(165, 173, 179, 1) 0%, rgba(165, 173, 179, 0.8) 50%, rgba(255, 255, 255, 0.5) 100%);
	background-image: -webkit-linear-gradient( rgba(165, 173, 179, 1) 0%, rgba(165, 173, 179, 0.8) 50%, rgba(255, 255, 255, 0.5) 100%);
	background-image: -ms-linear-gradient( rgba(165, 173, 179, 1) 0%, rgba(165, 173, 179, 0.8) 50%, rgba(255, 255, 255, 0.5) 100%);
	background-image: linear-gradient( rgba(165, 173, 179, 1) 0%, rgba(165, 173, 179, 0.8) 50%, rgba(255, 255, 255, 0.5) 100%);
	height: 100%;
}
.lp .bg-gradient {
	background-image: -moz-linear-gradient( rgba(165, 173, 179, 1) 0%, rgba(165, 173, 179, 0.5) 15%, rgba(255, 255, 255, 0) 30%);
	background-image: -webkit-linear-gradient( rgba(165, 173, 179, 1) 0%, rgba(165, 173, 179, 0.5) 15%, rgba(255, 255, 255, 0) 30%);
	background-image: -ms-linear-gradient( rgba(165, 173, 179, 1) 0%, rgba(165, 173, 179, 0.5) 15%, rgba(255, 255, 255, 0) 30%);
	background-image: linear-gradient( rgba(165, 173, 179, 1) 0%, rgba(165, 173, 179, 0.5) 15%, rgba(255, 255, 255, 0) 30%);
	height: 100%;
}
.headline-holder p, .tagline {
	font-size: 23px;
	font-weight: 300;
	color: #1a1a18;
	max-width: 800px;
	margin: 0 auto;
}
.headline-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 80px 5% 0;
}
.img-holder {
	position: relative;
	height: 600px;
	padding: 0;
}
.head1 {
	background: url(../images/titel1.jpg) no-repeat center center/cover;
}
.head2 {
	background: url(../images/titel2.jpg) no-repeat center center/cover;
}
.head3 {
	background: url(../images/titel3.jpg) no-repeat center center/cover;
}
.foerstel {
	background: url(../images/foerstel.jpg) no-repeat center top/cover;
}
.lphead {
	background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cta {
	background: url(../images/kontakt.jpg) no-repeat center center/cover;
	height: 100%;
}

@media (max-width:767px) {
.tagline {
	font-size: 17px;
}
.img-holder {
	position: relative;
	height: calc(100vh - 200px);
	padding: 0;
}
.lp .img-holder {
	position: relative;
	height: 60vh;
	padding: 0;
}
}
/* FEATURES
----------------------*/

.gradient-fill:before {
	color: #1a1a18;
	background: -moz-linear-gradient(top, #1a1a18 0%, #e2e5e8 100%);
	background: -webkit-linear-gradient(top, #1a1a18 0%, #e2e5e8 100%);
	background: linear-gradient(to bottom, #1a1a18 0%, #e2e5e8 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.card.features {
	border: 0;
	border-radius: 3px;
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
	transition: all 0.3s ease;
}

@media (max-width:991px) {
.card.features {
	margin-bottom: 2rem;
}
[class^="col-"]:last-child .card.features {
	margin-bottom: 0;
}
}
.card.features:before {
	content: "";
	position: absolute;
	width: 3px;
	color: #a5adb3;
	background: -moz-linear-gradient(top, #a5adb3 0%, #e2e5e8 100%);
	background: -webkit-linear-gradient(top, #a5adb3 0%, #e2e5e8 100%);
	background: linear-gradient(to bottom, #a5adb3 0%, #e2e5e8 100%);
	top: 0;
	bottom: 0;
	left: 0;
}
.card-text {
	font-size: 14px;
}
.card.features:hover {
	transform: translateY(-3px);
	-moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}
.box-icon {
	box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
	padding: 10px;
	width: 70px;
	border-radius: 3px;
	margin-bottom: 1.5rem;
	background-color: #FFF;
}
.circle-icon {
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
	padding: 10px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 1.5rem;
	background-color: #FFF;
	color: #a5adb3;
	font-size: 48px;
	text-align: center;
	line-height: 80px;
	font-weight: 300;
	transition: all 0.3s ease;
}

@media (max-width:992px) {
.circle-icon {
	width: 70px;
	height: 70px;
	font-size: 28px;
	line-height: 50px;
}
}
.ui-steps li:hover .circle-icon {
	background-image: -moz-linear-gradient( 122deg, #a5adb3 0%, #e2e5e8 100%);
	background-image: -webkit-linear-gradient( 122deg, #a5adb3 0%, #e2e5e8 100%);
	background-image: -ms-linear-gradient( 122deg, #a5adb3 0%, #e2e5e8 100%);
	background-image: linear-gradient( 122deg, #a5adb3 0%, #e2e5e8 100%);
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
	color: #FFF;
}
.ui-steps li {
	padding: 15px 0;
}
.ui-steps li:not(:last-child) {
	border-bottom: 1px solid #e2e5e8;
}
.perspective-phone {
	align-self: flex-end;
}

@media (min-width:992px) {
.perspective-phone {
	margin-top: -150px;
}
}
/*  TABS
----------------------*/

.tab-content {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #FFF;
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
	padding: 3rem;
}

@media (max-width:992px) {
.tab-content {
	padding: 1.5rem;
}
}
.tab-content p {
	line-height: 1.8;
}
.tab-content h2 {
	margin-bottom: 0.5rem;
}
.nav-tabs {
	border-bottom: 0;
}
.nav-tabs .nav-item .nav-link, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	padding: 1rem 1rem;
	border-color: #f4f6f7 #FFF;
	font-size: 19px;
	color: #a5adb3;
	background: #e2e5e8;
}
.nav-tabs .nav-link.active {
	background: #FFF;
	color: #505048;
}
/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
	width: 110px;
	margin: 30px auto;
	border-radius: 50%;
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}
.testimonials-single {
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
}
.blockquote {
	color: #7a767a;
	font-weight: 300;
}
.owl-next.disabled, .owl-prev.disabled {
	opacity: 0.5;
}
.owl-prev, .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}
.owl-theme .owl-dots {
	margin-top: -103px;
	position: relative;
	z-index: 30;
}
.lp .owl-theme .owl-dots {
	margin-top: -53px;
	position: relative;
	z-index: 30;
}
.owl-theme .owl-dots .owl-dot span {
	background: #a5adb3;
	width: 197px;
	height: 90px;
	border-radius: 0;
	transition: all 0.3s ease-in;
	padding: 7px 6px 4px;
	margin: 0 2px;
	text-align: center;
}
.lp .owl-theme .owl-dots .owl-dot span {
	background: #a5adb3;
	width: 197px;
	height: 40px;
	border-radius: 0;
	transition: all 0.3s ease-in;
	padding: 7px 6px 4px;
	margin: 0 2px;
	text-align: center;
}
@media (max-width:767px) {
	.owl-theme .owl-dots .owl-dot span {
		background: #a5adb3;
		width: 110px;
		height: 90px;
		border-radius: 0;
		transition: all 0.3s ease-in;
		padding: 7px 6px 4px;
		margin: 0 2px;
		text-align: center;
	}
}
/*.owl-theme .owl-dots .owl-dot:nth-child(1) span:before {
	content: "KAUF";
	position: absolute;
	top: -20px;
	text-align: center;
	color: #000;
}
.owl-theme .owl-dots .owl-dot:nth-child(2) span:before {
	content: "NEUBAU";
	position: absolute;
	top: -20px;
	text-align: center;
	color: #000;
}
.owl-theme .owl-dots .owl-dot:nth-child(3) span:before {
	content: "ANSCHLUSS";
	position: absolute;
	top: -20px;
	text-align: center;
	color: #000;
}*/
.owl-theme .owl-dots .owl-dot:nth-child(1) span:after {
	content: url(../images/dot1.png);
}
.owl-theme .owl-dots .owl-dot:nth-child(2) span:after {
	content: url(../images/dot2.png);
}
.lp .owl-theme .owl-dots .owl-dot:nth-child(1) span:after {
	content: "";
}
.lp .owl-theme .owl-dots .owl-dot:nth-child(2) span:after {
	content: "";
}
.owl-theme .owl-dots .owl-dot:nth-child(3) span:after {
	content: url(../images/dot3.png);
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #505048;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #505048;
}

.owl-theme .owl-nav [class*=owl-] {
	background: transparent;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
	color: #1a1a18;
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
	transform: scale(0.8);
	transition: all 0.3s ease-in;
}
.img-gallery .owl-item.center {
	transform: scale(1);
}

/*  PRICING
----------------------*/

@media (max-width:992px) {
.card-deck {
	-ms-flex-direction: column;
	flex-direction: column;
}
.card-deck .card {
	margin-bottom: 15px;
}
}
.card.pricing {
	border: 1px solid #f1eef1;
}
.card.pricing.popular {
	border-top-width: 3px;
	border-color: #ce75b4 #f4f6f7 #FFF;
	box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
	color: #505048;
}
.card.pricing .card-head {
	text-align: center;
	padding: 40px 0 20px;
}
.card.pricing .card-head .price {
	display: block;
	font-size: 45px;
	font-weight: 300;
	color: #505048;
}
.card.pricing .card-head .price sub {
	bottom: 0;
	font-size: 55%;
}
.card.pricing .list-group-item {
	border: 0;
	text-align: center;
	color: #a5adb3;
	padding: 1.05rem 1.25rem;
}
.card.pricing .list-group-item del {
	color: #a5adb3;
}
.card.pricing .card-body {
	padding: 1.75rem;
}
/*  CALL TO ACTION
----------------------*/

.call-to-action {
	text-align: center;
	color: #FFF;
	margin: 0;
	padding: 75px 25px;
}
.call-to-action .box-icon {
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	transform: scale(0.85);
	margin-bottom: 2.5rem;
}
.call-to-action h2 {
	color: #FFF;
}
.call-to-action .tagline {
	font-size: 16px;
	font-weight: 300;
	max-width: 650px;
	margin: 0 auto;
}
.btn-light img {
	margin-right: 0.4rem;
	vertical-align: text-bottom;
}
/*  FOOTER
----------------------*/

.social-icons {
	text-align: right;
}
.social-icons a {
	background-color: #FFF;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	margin: 0 0.3rem;
	border-radius: 5px;
	color: #a5adb3;
	transition: all 0.3s ease;
}
.social-icons a:hover {
	text-decoration: none;
	color: #1a1a18;
}

@media (max-width:991px) {
  .social-icons {
    text-align: center;
    margin-top: 2rem;
  }
}
.headline-holder p {
	cursor: pointer;
}
#objekte1 {
	margin-top: 75px;
	padding-bottom: 0;
}
#objekte1 h1 {
	font-size: 50px;
}
#objekte2 {
	padding-top: 0;
}
h3.kaufpreis {
	font-size: 27px;
}
h3.kaufpreis small {
	font-size: 14px;
	text-transform: none;
	color: #a5adb3;
}
#objekte2 h5 {
	color: #505048;
}
#objekte2 p {
	color: #505048;
	line-height: 16px;
}
#objekte2 p small {
	color: #a5adb3;
}
#objekte2 .section-title {
	margin-top: 50px;
}
#objekte2 a.btn {
	margin-top: 5px;
	width: 100%;
}
ul.kompetenzen {
	padding: 0;
}
ul.kompetenzen li {
	display: inline;
	margin: 0 5px;
	font-size: 18px;
	font-weight: bold;
}
.rechner {
	position: absolute;
	z-index: 100;
	top: 250px;
	left: 50%;
	width: 100%;
	max-width: 600px;
	background: rgba(255,255,255,0.75);
	height: 248px;
	margin: 120px auto 0 -300px;
	padding: 15px;
}
.rechner form {
	text-align: left;
	color: #1a1a18;
}
.rechner form .row {
	padding: 0;
	margin: 0;
}
.rechner form .col-6 {
	padding: 0;
	margin: 0 5px;
	width: calc(50% - 10px);
	max-width: calc(50% - 10px);
}
#submitbutton {
	width: calc(100% + 20px);
	margin-left: -10px;
}
@media (max-width:767px){  
  .headline-holder {
    padding: 50px 5% 0;
  }
  .rechner {
    top: 330px;
    left: 0;
    width: 100%;
    height: 350px;
    margin: 0;
  }
}
.media img {
	max-width: 150px;
}

select.short {
	display: inline;
  width: auto;
  margin-bottom: 0;
  margin-right: 7px;
}

.orangebg {
	background: #ff9600;
	color: #fff;
}
.orangebg h4 {
	color: #fff;
}
.bluebg {
	background: #e7f4e6;
	color: #fff;
	margin-top: 59px;
}
.bluebg .orangebg {
	padding: 6px 12px;
	margin-top: 6px;
}
.admin {
	margin-top: 60px;
}
.admin td {
	padding-right: 8px;
}

.block-2{margin-bottom:0;-webkit-perspective:1000;-moz-perspective:1000;-ms-perspective:1000;perspective:1000;-ms-transform:perspective(1000px);-moz-transform:perspective(1000px);-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;margin-bottom:30px}
@media (max-width:991.98px){
.block-2{margin-bottom:20px}
}
.block-2:hover .back{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-o-transform:rotateY(0);-ms-transform:rotateY(0);transform:rotateY(0)}
.block-2:hover .front{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}
.block-2,.block-2 .back,.block-2 .front{width:100%;height:400px}
@media (max-width:767.98px) {
 .block-2,.block-2 .back,.block-2 .front{width:100%;height:480px}
 
}
.block-2 .flipper{-webkit-transition:.3s;-webkit-transform-style:preserve-3d;-ms-transition:.3s;-moz-transition:.3s;-moz-transform:perspective(1000px);-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-webkit-transition:.6s;-o-transition:.6s;transition:.6s;transform-style:preserve-3d;position:relative}
.block-2 .back,.block-2 .front{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;border-radius:0;-webkit-transition:.3s;-webkit-transform-style:preserve-3d;-webkit-transform:rotateY(0);-moz-transition:.3s;-moz-transform-style:preserve-3d;-moz-transform:rotateY(0);-o-transition:.3s;-o-transform-style:preserve-3d;-o-transform:rotateY(0);-ms-transition:.3s;-ms-transform-style:preserve-3d;-ms-transform:rotateY(0);transition:.3s;transform-style:preserve-3d;transform:rotateY(0);position:absolute;top:0;left:0}
.block-2 .front{-webkit-transform:rotateY(0);-ms-transform:rotateY(0);background:#fff;z-index:2;background-size:cover;background-position:center center;background-repeat:no-repeat}
.block-2 .front .box{position:absolute;bottom:0;left:20px;right:20px;bottom:20px}
.block-2 .front .box h3{
	display: inline-block;
	font-size: 20px;
	background: #505048;
	color:#fff;
	margin:0;
	padding:3px 10px;
	letter-spacing: 0.5px;
}
.block-2 .back{background:#a5adb3;-webkit-box-shadow:0 0 70px -10px rgba(0,0,0,.4);box-shadow:0 0 70px -10px rgba(0,0,0,.4);-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);transform:rotateY(-180deg);padding:20px}
.block-2 .back ul{text-align:left;padding:0 20px;font-size:15px;color:#fff}
.block-2 .back p{text-align:left;padding:0;font-size:15px;color:#fff;line-height:1.2;}
.block-2 .back a{text-align:left;padding:0;font-size:15px;color:#000}
.block-2 .back h4{text-align:left;padding:0;font-size:20px;color:#fff}
.block-2 .author{bottom:0;position:absolute;bottom:20px;left:20px;right:20px}
.block-2 .author .image{width:40px}
.block-2 .author .image img{border-radius:50%;max-width:100%}
.block-2 .author .name{color:#fff;font-weight:600}

.dropdown-toggle::after {
	border:none;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	text-align: left;
	list-style: none;
	background-color: #f4f6f7;
	background-clip: padding-box;
	border: none;
	border-radius: 0;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	width: auto;
	outline: none;
}
.dropdown-menu li {
	width: auto;
	white-space: nowrap;
}
.nav-link:focus {outline:0;}
.dropdown-menu li a {
	padding: 5px 15px;
	background: #f4f6f7;
	display: block;
}
.dropdown-menu li:hover a {
	color: #000;
	background: #fff;
	text-decoration: none;
}
.dropdown-menu li.active a {
	color: #000;
	background: #e2e5e8;
	text-decoration: none;
}

.lp #team img {
  width: 250px;
  margin: 0 auto;
}
@media (min-width:576px){
  .modal-dialog {
    margin: 130px auto;
  }
}
.modal-content {
  background-color: rgba(255,255,255,0.82);
  border-radius: 0;
}