/*
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
*/
@font-face {
  font-family: 'Quicksand';
  src: url('../../Fonts/Quicksand-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Quicksand Light';
  src: url('../../Fonts/Quicksand-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Quicksand Medium';
  src: url('../../Fonts/Quicksand-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  src: url('../../Fonts/Quicksand-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Quicksand SemiBold';
  src: url('../../Fonts/Quicksand-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins Black';
  src: url('../../Fonts/Poppins-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins Black';
  src: url('../../Fonts/Poppins-BlackItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  src: url('../../Fonts/Poppins-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  src: url('../../Fonts/Poppins-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins ExtraBold';
  src: url('../../Fonts/Poppins-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins ExtraBold';
  src: url('../../Fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins ExtraLight';
  src: url('../../Fonts/Poppins-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins ExtraLight';
  src: url('../../Fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins ';
  src: url('../../Fonts/Poppins-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins Light';
  src: url('../../Fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins Light';
  src: url('../../Fonts/Poppins-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins Medium';
  src: url('../../Fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins Medium';
  src: url('../../Fonts/Poppins-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  src: url('../../Fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins SemiBold';
  src: url('../../Fonts/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins SemiBold';
  src: url('../../Fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins Thin';
  src: url('../../Fonts/Poppins-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins Thin';
  src: url('../../Fonts/Poppins-ThinItalic.ttf') format('truetype');
}

* {
    font-family: 'Quicksand', sans-serif;
    color: #666666;
}

@media (min-width: 1700px) {
  .page-wrapper .container {
    max-width: 1630px;
  }
}

.section {
  padding-top: 112px;
  padding-bottom: 60px;
}

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

.section .section-header h2 {
  font-size: 40px;
  letter-spacing: 8px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

@media (min-width: 768px) {
  .section .section-header h2 {
    font-size: 80px;
  }
}

@media (min-width: 1700px) {
  .section .section-header h2 {
    font-size: 120px;
  }
}

.section .section-header h2:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -20px;
  width: 100px;
  height: 3px;
  background-color: #666;
}

@media (min-width: 768px) {
  .section .section-header h2:after {
    bottom: -40px;
    width: 260px;
    height: 5px;
  }
}

.breadcrumb li a {
  text-decoration: none;
  color: #009BA4;
}

p a:not(.link),
a.link-without-arrow,
a.link-without-arrow-bold,
.section a.link-without-arrow,
.section a.link-without-arrow-bold {
  color: #009BA4;
  font-size: inherit;
  padding-left: 0;
  text-decoration: underline;
}

p a:not(.link):before,
a.link-without-arrow:before,
a.link-without-arrow-bold:before,
.section a.link-without-arrow:before,
.section a.link-without-arrow-bold:before {
  display: none;
}

.section-systemische ul li a,
.block-content a:not(.link-without-arrow):not(.link-without-arrow-bold),
a.link,
.section a {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  padding-left: 30px;
  position: relative;
  text-decoration: none;
  transition: 0.2s ease all;
}

.section-systemische ul li a:before,
.block-content a:not(.link-without-arrow):not(.link-without-arrow-bold):before,
a.link:before,
.section a:before {
  content: "\27F6";
  position: absolute;
  left: 0px;
  top: 0;
  /* font-size: 20px; */
}

.section-systemische ul li a:hover,
.block-content a:not(.link-without-arrow):not(.link-without-arrow-bold):hover,
a.link:hover,
.section a:hover {
  color: #009BA4;
  text-decoration: underline;
}

@media (min-width: 1700px) {
  .section-systemische ul li a,
  .block-content a:not(.link-without-arrow):not(.link-without-arrow-bold),
  a.link,
  .section a {
    font-size: 20px;
  }
}

@media (min-width: 1700px) {
  .site-footer .section-systemische ul li a, .site-footer
  .block-content a:not(.link-without-arrow):not(.link-without-arrow-bold), .site-footer
  a.link, .site-footer
  .section a {
    font-size: 14px;
  }
  .site-footer .block-content .intro a {
    font-size: 26px !important;
    padding-left: 0px;
    display: inline;
  }
}

.site-footer .block-content .intro a {
  font-size: 16px;
  padding-left: 0px;
  display: inline;
  font-weight: 400;
}

.site-header {
  /*@media(max-width: 991px){
		.navbar {
		    background-color:#fff;
		    box-shadow: 5px -1px 12px -5px grey;
		}
	}*/
}

.site-header .container {
  position: relative;
}

.site-header .container:before {
  content: "";
  width: calc( 100% - 30px);
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -10px;
  margin-left: auto;
  margin-right: auto;
}

.site-header .breadcrumb {
  display: inline-block;
  position: absolute;
  left: 3rem;
  top: 40px;
  font-size: 10px;
}

.site-header .breadcrumb li {
  float: left;
}

.site-header .navbar-brand {
  font-weight: 400;
  color: #009BA4;
  z-index: 999999;
  position: relative;
}

.site-header .navbar.nav-active {
  background-color: #fff;
  box-shadow: 5px -1px 12px -5px grey;
}

.site-header .main-menu {
  position: relative;
  padding-left: 0px;
}

.site-header .main-menu > ul > li {
  position: relative;
  list-style: none;
  float: left;
}

.site-header .main-menu > ul > li a {
  color: #666666;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .site-header .main-menu > ul > li a {
    font-size: 14px;
  }
}

.site-header .main-menu > ul > li a:hover {
  color: #009BA4 !important;
}

.site-header .main-menu > ul > li .dropdown {
  background-color: #f4f4f4;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 30px;
  left: 17px;
  z-index: 99;
  border: none;
  margin-bottom: 0px;
  border-radius: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  transition: all 0.5s ease-in-out;
}

.site-header .main-menu > ul > li .dropdown li {
  list-style: none;
  border-bottom: 1px solid #707070;
}

.site-header .main-menu > ul > li .dropdown li a {
  text-transform: none;
}

.site-header .main-menu > ul > li .dropdown li a:hover {
  background: none;
  position: relative;
}

.site-header .main-menu > ul > li:hover .dropdown {
  opacity: 1;
  visibility: visible;
}

.spacer {
  margin-top: 3rem;
}

.mean-container .mean-bar {
  width: 230px;
  position: absolute;
  top: 5px;
  right: 0px;
  background: transparent;
  padding-bottom: 0px;
}

.mean-container a.meanmenu-reveal span {
  background: #666666;
}

.mean-container a.meanmenu-reveal {
  color: #666666;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 41px;
}

.mean-container .mean-nav ul {
  padding-top: 15px;
  background: #edf7f8;
  max-height: calc( 100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.mean-container .mean-nav ul li {
  background: #edf7f8;
}

.mean-container .mean-nav ul li a {
  font-weight: 500;
  width: 90%;
  padding: 1em 10%;
  color: #666666;
  border-top: 0px solid #383838;
  border-top: 0px solid rgba(255, 255, 255, 0.5);
  text-transform: inherit;
}

.mean-container .mean-nav ul li li a {
  padding: .5em 10%;
  font-size: 14px;
}

.mean-container .mean-nav ul li a.mean-expand {
  font-size: 20px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: none;
}

.section-hero .hero-img-area {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .section-hero .hero-img-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-hero .hero-content {
  max-width: 500px;
}

@media (min-width: 1700px) {
  .section-hero .hero-content {
    max-width: 745px;
  }
}

.section-hero h1 {
  font-size: 30px;
  font-weight: 300;
}

@media (min-width: 1700px) {
  .section-hero h1 {
    font-size: 42px;
  }
}

.section-hero .text-bottom-bold {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
}

@media (min-width: 768px) {
  .section-hero .text-bottom-bold {
    font-size: 30px;
  }
}

@media (min-width: 1700px) {
  .section-hero .text-bottom-bold {
    font-size: 42px;
  }
}

.section-uber-uns {
  background: #edf7f8;
  margin-top: 35px;
}

.section-uber-uns .section-header h2 {
  color: #a1d9d6;
}

.section-uber-uns .section-header h2:after {
  background-color: #a1d9d6;
}

.section-uber-uns .block-content img {
  width: 80px;
  height: auto;
}

.section-uber-uns .block-content h3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 1700px) {
  .section-uber-uns .block-content h3 {
    font-size: 42px;
  }
}

.section-uber-uns .block-content p {
  font-weight: 300;
  max-width: 475px;
}

@media (min-width: 1700px) {
  .section-uber-uns .block-content p {
    font-size: 26px;
    max-width: 745px;
  }
}

.section-uber-uns .block-content a {
  /* font-size: 14px; 
			@media (min-width: 1700px) {
				font-size: 20px; 
			} */
  /* text-decoration: none; */
  /* color: $blue-dark;  */
  /* position: relative; 
			font-weight: 700; */
  display: inline-block;
  margin-top: 10px;
  /*&:before{
				content: "";
				position: absolute; 
				left: 0px; 
				bottom: -23px;
				width: 125px; 
				height: 12px; 
				background: url('../img/arrow-long.png') no-repeat;
				background-position: left center; 
				background-size: contain;
			}*/
  /* &:before{
				content: "\27F6";
				position: absolute; 
				left: 0px; 
				bottom: -30px; 
				font-size: 30px;
			} */
}

.section-uber-uns .block-content a:hover {
  opacity: 0.7;
}

.unsere-leistungen {
  background: #e0e0e0;
}

.unsere-leistungen .section-header h2 {
  color: #fff;
}

.unsere-leistungen .section-header h2:after {
  background-color: #fff;
}

.unsere-leistungen .row {
  margin-top: 70px;
}

@media (min-width: 768px) {
  .unsere-leistungen .row {
    margin-top: 110px;
  }
}

.unsere-leistungen .block-content img {
  width: 55px;
  height: auto;
}

.unsere-leistungen .block-content .sm-text {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 14px;
}

@media (min-width: 1700px) {
  .unsere-leistungen .block-content .sm-text {
    font-size: 15px;
  }
}

.unsere-leistungen .block-content h3 {
  font-size: 18px;
}

@media (min-width: 1700px) {
  .unsere-leistungen .block-content h3 {
    font-size: 26px;
  }
}

.unsere-leistungen .block-content p {
  font-weight: 300;
  max-width: 475px;
}

.unsere-leistungen .block-content a {
  display: inline-block;
  margin-top: 10px;
  /* &:before{
				content: "\27F6";
				position: absolute; 
				left: 0px; 
				bottom: -30px; 
				font-size: 30px;
			} */
}

.unsere-leistungen .block-content a:hover {
  opacity: 0.7;
}

.section-referenzen {
  background: #d2eaea;
}

.section-referenzen .section-header h2 {
  color: #fff;
}

.section-referenzen .section-header h2:after {
  background-color: #fff;
}

.section-referenzen .block-content img {
  width: 80px;
  height: auto;
}

.section-referenzen .block-content h3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 1700px) {
  .section-referenzen .block-content h3 {
    font-size: 42px;
  }
}

.section-referenzen .block-content p {
  font-weight: 300;
  max-width: 475px;
}

@media (min-width: 1700px) {
  .section-referenzen .block-content p {
    font-size: 26px;
    max-width: 745px;
  }
}

.section-referenzen .block-content a {
  /* font-size: 14px; 
			@media (min-width: 1700px) {
				font-size: 20px; 
			} */
  /* text-decoration: none; */
  /* color: $base-color;  */
  /* position: relative; 
			font-weight: 700; */
  display: inline-block;
  margin-top: 10px;
  /*&:before{
				content: "";
				position: absolute; 
				left: 0px; 
				bottom: -23px;
				width: 125px; 
				height: 12px; 
				background: url('../img/arrow-long.png') no-repeat;
				background-position: left center; 
				background-size: contain;
			}*/
  /* &:before{
				content: "\27F6";
				position: absolute; 
				left: 0px; 
				bottom: -30px; 
				font-size: 30px;
			} */
}

.section-referenzen .block-content a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .section-referenzen .logos .row {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.section-referenzen .logos .row > div {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .section-referenzen .logos .row > div {
    margin-top: 6px;
    padding-left: 3px;
    padding-right: 3px;
  }
}

.site-footer {
  background: #fff;
}

.site-footer .section-header h2 {
  color: #a1d9d6;
}

.site-footer .section-header h2:after {
  background-color: #a1d9d6;
}

.site-footer .block-content img {
  width: 80px;
  height: auto;
}

.site-footer .block-content h3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 1700px) {
  .site-footer .block-content h3 {
    font-size: 42px;
  }
}

.site-footer .block-content p {
  font-weight: 300;
  max-width: 475px;
}

@media (min-width: 1700px) {
  .site-footer .block-content p {
    font-size: 26px;
  }
}

.site-footer .block-content a {
  /* font-size: 14px;  */
  /* text-decoration: none; */
  /* color: $blue-dark;  */
  /* position: relative; 
			font-weight: 700; */
  display: inline-block;
  margin-top: 10px;
  /*&:before{
				content: "";
				position: absolute; 
				left: 0px; 
				bottom: -23px;
				width: 125px; 
				height: 12px; 
				background: url('../img/arrow-long.png') no-repeat;
				background-position: left center; 
				background-size: contain;
			}*/
  /* &:before{
				content: "\27F6";
				position: absolute; 
				left: 0px; 
				bottom: -30px; 
				font-size: 30px;
			} */
}

.site-footer .block-content a:hover {
  opacity: 0.7;
}

#v-pills-tabContent .tab-pane {
  max-height: 550px;
}

.mCSB_dragger_bar {
  background-color: #009BA4 !important;
  /* color of the dragger bar */
  border-radius: 0px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px !important;
  /* width of the dragger bar */
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #d8d6d6 !important;
  /* color of the rail */
  width: 5px !important;
  /* width of the rail for dragger bar */
  border-radius: 0px !important;
}

@media (min-width: 768px) {
  .uber-uns .header-block {
    margin-left: 50px;
  }
}

@media (min-width: 1700px) {
  .uber-uns .header-block h2 {
    font-size: 42px;
  }
}

.uber-uns .content-block {
  max-height: 300px;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .uber-uns .content-block {
    margin-left: 50px;
  }
}

.uber-uns .content-block h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 15px;
}

.uber-uns .content-block h3 {
  font-size: 26px;
  margin-bottom: 30px;
}

.uber-uns .content-block p {
  font-weight: 300;
  max-width: 475px;
}

.uber-uns .content-block a {
  font-size: 18px;
  text-decoration: none;
  color: #666666;
  position: relative;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
}

.uber-uns .content-block a:hover {
  opacity: 0.7;
  color: #009BA4;
}

.uber-uns .content-block a:before {
  content: "\27F6";
  position: absolute;
  left: 0px;
  bottom: -30px;
  font-size: 30px;
}

.section-organisations-entwicklung {
  padding-top: 55px;
  /* a{
		font-size: 20px; 
		text-decoration: none;
		color: $base-color; 
		position: relative; 
		font-weight: 500;
		display: inline-block;
		margin-top: 10px;
		&:hover{
			opacity: 0.7;
			color: $blue-dark;
		}
		&:before{
			content: "\27F6";
			position: absolute; 
			left: 0px; 
			bottom: -30px; 
			font-size: 30px;
		}
	} */
}

.section-organisations-entwicklung .section-header {
  z-index: -1;
}

@media (min-width: 768px) {
  .section-organisations-entwicklung .section-header {
    margin-bottom: -300px;
  }
}

.section-organisations-entwicklung .section-header h2 {
  color: #a1d9d6;
  font-size: 35px;
}

@media (min-width: 768px) {
  .section-organisations-entwicklung .section-header h2 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .section-organisations-entwicklung .section-header h2 {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .section-organisations-entwicklung .section-header h2 {
    font-size: 50px;
  }
}

@media (min-width: 1700px) {
  .section-organisations-entwicklung .section-header h2 {
    font-size: 70px;
  }
}

.section-organisations-entwicklung .section-header h2:after {
  background-color: #a1d9d6;
}

@media (min-width: 768px) {
  .section-organisations-entwicklung .content-wrapper {
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  .section-organisations-entwicklung .content-wrapper {
    margin-top: 225px;
  }
}

.section-organisations-entwicklung h3 {
  font-size: 26px;
  margin-bottom: 30px;
}

.section-organisations-entwicklung p {
  font-weight: 300;
  max-width: 475px;
}

@media (min-width: 1700px) {
  .section-organisations-entwicklung p {
    max-width: 750px;
  }
}

.section-systemische {
  background-color: #edf7f8;
}

.section-systemische h2 {
  font-size: 3vw !important;
}

.section-systemische h3 {
  font-size: 26px;
  margin-bottom: 30px;
}

.section-systemische p {
  font-weight: 300;
  max-width: 475px;
}

.section-systemische ul {
  padding-left: 0px;
  list-style: none;
}

.section-systemische ul li {
  /* a{
				text-decoration: none; 
				font-weight: 300; 
				font-size: 26px;
				color: $base-color; 
				&:hover{
					color: $blue-dark;
					border-bottom: 1px solid $blue-dark;
				}
			} */
  position: relative;
  /* padding-left: 50px; */
  /* &:before{
				content: "\27F6";
				position: absolute; 
				left: 0px; 
				top: -4px;
				font-size: 30px;
			} */
}

.section-systemische ul li:hover:before {
  color: #009BA4;
}

.section-team .team-members {
  margin-top: 70px;
}

@media (min-width: 768px) {
  .section-team .team-members > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.section-team .team-members img.photo {
  width: 100px;
  height: auto;
}

.section-team .team-members h6 {
  color: #0f8686;
  font-size: 18px;
  padding-top: 10px;
}

.section-team .row.team-members .team-member {
  height: 100%;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section-team .row.team-members .team-member {
    margin-bottom: 0px;
    border-bottom: 2px solid #d9e4eb;
    border-right: 2px solid #d9e4eb;
    padding: 35px;
  }
}

ul.custom-list {
  list-style-type: initial;
  padding-left: 2rem;
}

ul.custom-list li {
  margin-bottom: 0.5rem;
}
/*# sourceMappingURL=custom.css.map */

* Map Section */

.office-location {
  max-width: 400px !important;
  background-color: rgb(0 155 164) !important;
  color :rgb(255 255 255) !important;

}

.office-location p{
  padding-top: 10px;
  color :rgb(255 255 255) !important;
}

.office-location p strong{
  color :rgb(255 255 255) !important;
}

.img-small {
  width: 30px !important;
  height: 30px ;
  margin-left: -30px;
}

/* @media (max-width: 600px) {
  .office-location p {
    font-size: 12px;
  }
} */