/*________________________*/
/*     General Styles     */
/*________________________*/
:root{
	--red: #963a35;
	--primary: #01293f;
}

body,
html {
  width: 100%;
	height: 100%;
}

body, p {
	color: #787976;
	font: 400 1rem/1.5625rem "Jost", sans-serif;
}

.p-large {
	font: 400 1.125rem/1.625rem "Jost", sans-serif;
}

.p-small {
	font: 400 0.875rem/1.375rem "Jost", sans-serif;
}

.p-heading {
	margin-bottom: 3.5rem;
	text-align: center;
}

.li-space-lg li {
	margin-bottom: 0.375rem;
}

.indent {
	padding-left: 1.25rem;
}

h1 {
	color: #484a46;
	font: 700 2.5rem/3rem "Jost", sans-serif;
}

h2 {
	color: #01293f;
	font: 700 1.75rem/2.125rem "Jost", sans-serif;
}

h3 {
	color: #484a46;
	font: 700 1.375rem/1.75rem "Jost", sans-serif;
}

h4 {
	color: #484a46;
	font: 700 1.25rem/1.625rem "Jost", sans-serif;
}

h5 {
	color: #484a46;
	font: 700 1.125rem/1.5rem "Jost", sans-serif;
}

h6 {
	color: #484a46;
	font: 700 1rem/1.375rem "Jost", sans-serif;
}

a {
	color: #787976;
	text-decoration: underline;
}

a:hover {
	color: #787976;
	text-decoration: underline;
}

a.green {
	color: #91a5b5;
}

a.white,
.white {
	color: #dfe5ec;
}

strong {
	color: var(--red);
	font-weight: 900;
}

h2 strong{
	font: 700 2rem/2.25rem "Jost", sans-serif;
}

.section-title {
	display: none;
	color: #1a2d40;
	font: 500 0.8125rem/1.125rem "Jost", sans-serif;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
	border: 0.125rem solid #1a2d40;
	border-radius: 0.25rem;
	background-color: #1a2d40;
	color: #fff;
	font: 700 0.75rem/0 "Jost", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #1a2d40;
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.375rem 2.125rem 1.375rem 2.125rem;
	border: 0.125rem solid #1a2d40;
	border-radius: 0.25rem;
	background-color: #1a2d40;
	color: #fff;
	font: 700 0.75rem/0 "Jost", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: #9c342c;
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
	border: 0.125rem solid #787976;
	border-radius: 0.25rem;
	background-color: transparent;
	color: #787976;
	font: 700 0.75rem/0 "Jost", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: #787976;
	color: #fff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.375rem 2.125rem 1.375rem 2.125rem;
	border: 0.125rem solid #787976;
	border-radius: 0.25rem;
	background-color: transparent;
	color: #787976;
	font: 700 0.75rem/0 "Jost", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #787976;
	color: #fff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.625rem 0.9375rem 1.625rem;
	border: 0.125rem solid #787976;
	border-radius: 0.25rem;
	background-color: transparent;
	color: #787976;
	font: 700 0.75rem/0 "Jost", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #787976;
	color: #fff;
	text-decoration: none;
}

.row{
	margin: 0;
}
#services .row{
	margin-right: -15px;
	margin-left: -15px;
}

.fade-image {
  width: 100%;
  display: block;

  -webkit-mask-image:
    linear-gradient(to bottom,
      transparent 0%,
      black 15%
    ),
    linear-gradient(to left,
      transparent 0%,
      black 15%
    );

  -webkit-mask-composite: source-in;

  mask-image:
    linear-gradient(to bottom,
      transparent 0%,
      black 15%
    ),
    linear-gradient(to left,
      transparent 0%,
      black 15%
    );
}

.label-control {
	position: absolute;
	top: 0.8125rem;
	left: 1.375rem;
	color: #787976;
	opacity: 1;
	font: 400 0.875rem/1.375rem "Jost", sans-serif;
	cursor: text;
	transition: all 0.2s ease;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.label-control {
		top: 0.9375rem;
	}
}



select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
}



/* Form Success And Error Message Animation - Animate.css */
@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/* end of form success and error message animation - Animate.css */

/* Fade-move Animation For Lightbox - Magnific Popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	-ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(37.5rem) rotateX(0);
	-ms-transform: translateY(0) perspective(37.5rem) rotateX(0);
	transform: translateY(0) perspective(37.5rem) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
	-ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
	transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* end of fade-move animation for lightbox - magnific popup */

/* Fade Animation For Image Slider - Magnific Popup */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation: fadeIn 0.6s;
	animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation: fadeOut 0.8s;
	animation: fadeOut 0.8s;
}
/* end of fade animation for image slider - magnific popup */


/*___________________*/
/*     Preloader     */
/*___________________*/

.spinner-wrapper {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #01293f;
}

.spinner {
	position: absolute;
	top: 50%; /* centers the loading animation vertically one the screen */
	left: 50%; /* centers the loading animation horizontally one the screen */
	width: 3.75rem;
	height: 1.25rem;
	margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */
	text-align: center;
}

.spinner > div {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background-color: #fff;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); }
	40% { -webkit-transform: scale(1.0); }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	} 40% {
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}

/*______________________*/
/*     portrait-img     */
/*______________________*/
.portrait-img{
	left: 0;
	bottom: 0;
	width: auto;
	height: 90%;
	display: none;
}
@media (min-width: 992px) {
	.portrait-img{
		display: block;
	}
}
.portrait-img img{
	width: 100%;
	height: 100%;
}

/*___________________*/
/*     bafa-cert     */
/*___________________*/
.bafa-cert{
	width: 100px; 
	height: 100px; 
	bottom: 1rem; 
	right: 1rem;
}
.bafa-cert img{
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(163deg) brightness(103%) contrast(101%);
}
@media (min-width: 992px) {
	.bafa-cert{
		width: 200px; 
		height: 200px;
	}
}


/*___________________*/
/*     Navigation    */
/*___________________*/

.navbar-custom {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	background-color: #01293f;
	box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
	font: 600 0.875rem/0.875rem "Jost", sans-serif;
	transition: all 0.2s;
}
#logo2{
  display:block;
}

.navbar-custom .navbar-brand {
	font-size: 0;
}

.navbar-custom .navbar-brand.logo-image img {
  width:14.0625rem;
	height: 4rem;
	-webkit-backface-visibility: hidden;
}

.navbar-custom .navbar-brand.logo-text {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	font: 700 2.25rem/1.5rem "Jost";
	color: #fff;
	text-decoration: none;
}

.navbar-custom .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar-custom .nav-item .nav-link {
	padding: 0.625rem 0.75rem 0.625rem 0.75rem;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {
	color: #91a5b5;
}

.link-addition {
	position: absolute;
	left: 12px;
	bottom: 0;
	transform: translateY(55%);
}

/* Dropdown Menu */
.navbar-custom .dropdown:hover > .dropdown-menu {
	display: block; /* this makes the dropdown menu stay open while hovering it */
	min-width: auto;
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navbar-custom .dropdown-toggle:focus { /* removes dropdown outline on focus  */
	outline: 0;
}

.navbar-custom .dropdown-menu {
	margin-top: 0;
	border: none;
	border-radius: 0.25rem;
	background-color: #01293f;
}

.navbar-custom .dropdown-item {
	color: #fff;
	text-decoration: none;
}

.navbar-custom .dropdown-item:hover {
	background-color: #01293f;
}

.navbar-custom .dropdown-item .item-text {
	font: 600 0.875rem/0.875rem "Jost", sans-serif;
}

.navbar-custom .dropdown-item:hover .item-text {
	color: #14bf98;
}

.navbar-custom .dropdown-items-divide-hr {
	width: 100%;
	height: 1px;
	margin: 0.75rem auto 0.75rem auto;
	border: none;
	background-color: #01293f;
	opacity: 0.2;
}
/* end of dropdown menu */

.navbar-custom .social-icons {
	display: none;
}

.navbar-custom .navbar-toggler {
	border: none;
	color: #fff;
	font-size: 2rem;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times{
	display: none;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars{
	display: inline-block;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars{
	display: none;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times{
	display: inline-block;
	margin-right: 0.125rem;
}

/*___________________*/
/*       FlyIn       */
/*___________________*/
.flyin.flyin-default{
	top: 18vh; 
	right: 0; 
	z-index: 1;
	border: 2px solid #01293f;
	border-right-width: 0;
	padding: .5rem;
	background-color: white;
	transform: translate(101%, 0);
	transition: transform cubic-bezier(0.39, 0.575, 0.565, 1) .3s;
}

.flyin.flyin-default:hover{
	transform: translate(0, 0);
}

.flyin .flyin.flyin-inner:not(:last-child){
	border-bottom: 1px solid #01293f;
}

.flyin.flyin-inner a{
	text-decoration: none;
}

.flyin.flyin-inner:hover a{
	color: #01293f;
	font-weight: 600;
}

.flyin.flyin-default::after{
	content: '';
	width: 3.5rem;
	height: 2.5rem;
	right: 100%;
	position: absolute;
	top: 0;
}

.flyin.flyin-default::before {
	content: '';
	background-image: url('../images/Telefon-Mail-Kontakt-Icon.svg');
	background-position: center;
	background-size: contain;
	background-size: 75%;
	background-repeat: no-repeat;

	top: -2px;
	position: absolute;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.1rem;
	font-size: 1.5rem;
	white-space: pre;
	display: inline;
	text-align: center;
	/* background: white; */
	color: #01293f;
	right: 106%;
	border: 3px solid #01293f;
	border-radius: 100%;
	font-weight: 900;
}
.flyin.flyin-default:hover::before {
	margin: 0;
	right: 100%;
	/* color: white; */
	/* background-image: url('../images/Telefon-Mail-Kontakt-Icon-weiss.svg'); */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	/* background: #01293f; */
}

/*_______________*/
/*    Header     */
/*_______________*/

.header {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), 
	url('../images/PSH_web.jpg') center center no-repeat;
	background-size: cover;
}

.header .header-content {
	padding-top: 8rem;
	padding-bottom: 2.125rem;
	text-align: center;
}

.header .text-container {
	margin-bottom: 3rem;
}

.header h1 {
	margin-bottom: 0.5rem;
	color: #fff;
}
.header h2 {
	margin-bottom: 0.5rem;
	color: #fff;
}

.header .p-large {
	margin-bottom: 2rem;
	color: #dfe5ec;
}

.header .btn-solid-lg {
	margin-right: 0.5rem;
	margin-bottom: 1.25rem;
}


/*     Intro     */
.basic-1 {
	padding-top: 6.5rem;
	padding-bottom: 0;
}
.basic-1 h2 {
	color: #fff;
}

.basic-1 .text-container {
  max-width: 90%;
	margin-right: 2rem;
	margin-left: 5rem;
	padding-top: 3rem;
	padding-bottom: 4rem;
}
#cngHd-0-1{
  display:none;
}
#cngHd-0-0{
  display:block;
}
#cngHd-1-1{
  display:none;
}
#cngHd-1-0{
  display:block;
}

.basic-1 .section-title {
	margin-bottom: 0.5rem;
  color: #fff;
}
.basic-1 .col-lg-6 {
	margin: 0;
  padding: 0;
}

.basic-1 p   {
  color: #fff;
}
.basic-1 div {
	background-color: #01293f;
}

.basic-1 .area-2 {
  height: 27rem;
	background: url('../images/Network_web.jpg') center center no-repeat;
  background-size: cover;
}


/*     Anpacen     */

.basic-a {
	padding-top: 0;
	padding-bottom: 0;
}

.basic-a .text-container {
  max-width: 90%;
	margin-right: 3rem;
	margin-left: 5rem;
	padding-top: 3rem;
	padding-bottom: 0.75rem;
}

.basic-a .section-title {
	margin-bottom: 0.5rem;
}
.basic-a .col-lg-6 {
	margin: 0;
  padding: 0;
}

.basic-a div {
	background-color: #ebf5f5;
}
.basic-a .area-1 {
  height: 100%;
	background: url('../images/Academy_web.jpg') center center no-repeat;
  background-size: cover;
}
.basic-a .area-2 {
  height: 100%;
	/* background: url('../images/AdobeStock_579357154_Preview.jpeg') center center no-repeat; */
	background: url('../images/Network_web.jpg') center center no-repeat;
  background-size: cover;
}


.basic-b {
	padding-top: 0rem;
	padding-bottom: 0rem;
}

.basic-b .text-container {
  max-width: 90%;
	margin-right: 3rem;
	margin-left: 5rem;
	padding-top: 3rem;
	padding-bottom: 0.75rem;
}

.basic-b .section-title {
	margin-bottom: 0.5rem;
}

.basic-b .col-lg-6 {
	margin: 0;
  padding: 0;
}



.basic-b div {
	background-color: #f5f5eb;
}

.basic-b .area-1 {
  height: 100%;
	background: url('../images/Consulting_web.jpg') center top no-repeat;
  background-size: cover;
}

.basic-b .area-2a {
  height: 27rem;
	background: url('../images/details-2-background.jpg') center center no-repeat;
  background-size: cover;
}
.basic-b .area-2b {
  height: 100%;
	background: url('../images/Assesement_web.jpg') center center no-repeat;
  background-size: cover;
}
/* .basic-b .area-2 {
  height: 33rem;
	background: url('../images/circle_acess.jpg') center center no-repeat;
  background-size: cover;
} */
.basic-b .area-3 {
  height: 33rem;
	background: url('../images/AdobeStock_218891956_Preview.jpeg') center center no-repeat;
  background-size: cover;
}


.wow-area-1 {
	height: 14rem;
	background: url('../images/Bundesamt-WA.png') center center no-repeat;
  background-size: contain;
}

.wow-area-2 {
	height: 16rem;
	background: url('../images/Bundesländer.jpg') center center no-repeat;
  background-size: contain;
}

.wow-area-3 {
	height: 100%;
	background: url('../images/Workshop_web.jpg') center center no-repeat;
  background-size: cover;
}
@media (max-width: 530px){
	.wow-area-3 {
			height: 21rem;
	}
}

.wow-area-4 {
  height: 100%;
	background: url('../images/Business-Vortrag.jpg') center center no-repeat;
  background-size: cover;
}

.basic-3 {
	padding-top: 0;
	padding-bottom: 0;
  background-color: #01293f;
}

.basic-3 .text-container {
  max-width: 90%;
	margin-right: 3rem;
	margin-left: 2rem;
	padding-top: 3rem;
	padding-bottom: 2rem;
}

.basic-3 .section-title {
	margin-bottom: 0.5rem;
  color: #fff;
}

.basic-3 h2   {
	margin-bottom: 1.375rem;
  color: #fff;
}
.basic-3 p   {
  color: #fff;
}
.basic-3 .area-2 {
  height: 36rem;
	/* background: url('../images/ww-background.jpg') center center no-repeat; */
	background: url('../images/Business-Portrait_freigestellt.png') center center no-repeat;
  background-size: cover;
}
/* end of hover animation */





/*_________________*/
/*    Services     */
/*_________________*/
.cards-2 {
	padding-top: 6.625rem;
	padding-bottom: 1.25rem;
}

.cards-2 .section-title {
	margin-bottom: 0.5rem;
	text-align: center;
}

.cards-2 h2 {
	margin-bottom: 3.25rem;
	text-align: center;
}

.cards-2 .card {
	margin-bottom: 5.625rem;
	border: none;
	background-color: transparent;
}

.cards-2 .card-image img {
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}

.cards-2 .card-body {
	padding: 1.25rem 2rem 1.125rem 2rem;

	border-bottom-left-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
	background-color: #fff;
}

.cards-2 h3 {
	margin-bottom: 0.75rem;
	text-align: center;
}

.cards-2 .list-unstyled {
	margin-bottom: 1.5rem;
}

.cards-2 .list-unstyled .fas {

	font-size: 0.5rem;
	line-height: 1.375rem;
}

.cards-2 .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.cards-2 .price {
	margin-bottom: 0.25rem;
	color: #91a5b5;
	font: 700 1rem/1.5rem "Jost", sans-serif;
	text-align: center;
}

.cards-2 .price span {
	color: #91a5b5;
}

.cards-2 .button-container {
	margin-top: -1.375rem;
	text-align: center;
}

.cards-2 .btn-solid-reg:hover {
	background-color: #fff;
}

/*____________________________*/
/*     Project Lightboxes     */
/*____________________________*/

.lightbox-basic {
	position: relative;
	max-width: 62.5rem;
	margin: 2.5rem auto;
	padding: 1.5625rem;
	border-radius: 0.25rem;
	background: #fff;
	text-align: left;
}

.lightbox-basic img {
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
	border-radius: 0.25rem;
}

.lightbox-basic .line-heading {
	width: 3rem;
	height: 1px;
	margin-top: 0;
	margin-bottom: 0.625rem;
	margin-left: 0;
	border: none;
	background-color: #91a5b5;
}

.lightbox-basic h6 {
	margin-bottom: 2rem;
}

.lightbox-basic .testimonial-container {
	margin-top: 1.75rem;
	margin-bottom: 2.125rem;
	padding: 1.125rem 1.5rem 1.125rem 1.5rem;
	border-radius: 0.25rem;
	background-color: #fbfbfb;
}

.lightbox-basic .testimonial-text {
	margin-bottom: 0.5rem;
}

.lightbox-basic .testimonial-author {
	margin-bottom: 0;
}

.lightbox-basic .btn-solid-reg,
.lightbox-basic .btn-outline-reg {
	margin-right: 0.375rem;
	margin-bottom: 1rem;
}

.lightbox-basic a.mfp-close.as-button {
	position: relative;
	width: auto;
	height: auto;
	margin-right: 0.5rem;
	color: #484a46;
	opacity: 1;
}

.lightbox-basic a.mfp-close.as-button:hover {
	color: #f2f2f2;
}

.lightbox-basic button.mfp-close.x-button {
	position: absolute;
	top: -0.375rem;
	right: -0.375rem;
	width: 2.75rem;
	height: 2.75rem;
}

/*_________________*/
/*     Contact     */
/*_________________*/

.form-2 {
	padding-top: 6.625rem;
	padding-bottom: 5.625rem;
	background-color: #fbfbfb;
}

.form-2 .text-container {
	margin-bottom: 3rem;
}

.form-2 .section-title {
	margin-bottom: 0.5rem;
 }

.form-2 h2 {
	margin-bottom: 1.375rem;
  color: #01293f;
}

.form-2 .list-unstyled {
	margin-bottom: 2.25rem;
	font-size: 1rem;
	line-height: 1.625rem;
}

.form-2 .list-unstyled .fas,
.form-2 .list-unstyled .fab {
	margin-right: 0.5rem;
	font-size: 0.875rem;
	color: #91a5b5;
}

.form-2 .list-unstyled .fa-phone {
	vertical-align: 3%;
}

.form-2 h3 {
	margin-bottom: 1rem;
}

.form-2 .fa-stack {
	margin-right: 0.25rem;
	margin-bottom: 0.75rem;
	margin-left: 0.125rem;
	width: 3.25rem;
	height: 3.25rem;
}

.form-2 .fa-stack .hexagon {
	position: absolute;
	width: 3.25rem;
	height: 3.25rem;
	background: url('../images/hexagon-green.svg') center center no-repeat;
	background-size: 3.25rem 3.25rem;
	transition: all 0.2s ease;
}

.form-2 .fa-stack:hover .hexagon {
	background: url('../images/hexagon-white.svg') center center no-repeat;
	background-size: 3.25rem 3.25rem;
}

.form-2 .fa-stack-1x {
	font-size: 1.5rem;
	line-height: 3.25rem;
	color: #fff;
	transition: all 0.2s ease;
}

.form-2 .fa-stack:hover .fa-stack-1x {
	color: #91a5b5;
}

/*___________________*/
/*     Copyright     */
/*___________________*/

.copyright {
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	background-color: #01293f;
	text-align: center;
}

.copyright p,
.copyright a {
	color: #dfe5ec;
	text-decoration: none;
}

/*____________________________*/
/*     Back To Top Button     */
/*____________________________*/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 0.75rem;
	bottom: 0.75rem;
	display: none;
	width: 2.625rem;
	height: 2.625rem;
	border-radius: 1.875rem;
	background: #01293f url("../images/up-arrow.png") no-repeat center 47%;
	background-size: 1.125rem 1.125rem;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #91a5b5;
}


/*_______________________*/
/*     Media Queries     */
/*_______________________*/
@media (max-width: 992px) {
  #logo2{
    display:none;
  }
}
@media (max-width: 530px) {
  #cngHd-0-1{
    display:block;
  }
  #cngHd-0-0{
    display:none;
  }
  #cngHd-1-1{
    display:block;
  }
  #cngHd-1-0{
    display:none;
  }
  .basic-1 {
  	padding-top: 3.5rem;
  	padding-bottom: 0;
  }
  .basic-1 .text-container {
    max-width: 86%;
  	margin-right: auto;
  	margin-left: 1.8rem;
  	padding-top: 1.5rem;
  	padding-bottom: .5rem;
  }

  .basic-3 .text-container {
    max-width: 86%;
  	margin-right: auto;
  	margin-left: 1.6rem;
  	padding-top: 1.45rem;
  	padding-bottom: .35rem;
  }

  .basic-b .text-container {
    max-width: 86%;
  	margin-right: auto;
  	margin-left: 1.6rem;
  	padding-top: 1.4rem;
  	padding-bottom: 0.35rem;
  }
  .basic-a .text-container {
    max-width: 86%;
  	margin-right: auto;
  	margin-left: 1.6rem;
  	padding-top: 1.4rem;
  	padding-bottom: 2.35rem;
  }

  .basic-1 .area-2 {
    height: 16rem;
  }
  .basic-a .area-1 {
    height: 21rem;
  }
  .basic-a .area-2 {
    height: 21rem;
  }
  .basic-3 .area-2 {
    height: 27rem;
  }
  .basic-b .area-1 {
    height: 21rem;
  }
  .basic-b .area-2a {
    height: 27rem;
  }
  .basic-b .area-2b {
    height: 27rem;
  }
  .basic-b .area-2 {
    height: 21rem;
  }
  .basic-b .area-3 {
    height: 21rem;
  }
	/* end of intro */
  .cards-2 .card-body {
		padding: 2.25rem 1.55rem 2.25rem 1.55rem;
	}
}
@media (min-width: 768px) {

	/* General Styles */
	.p-heading {
		width: 85%;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Navigation */
	.navbar-custom {
		padding: 2.125rem 1.5rem 2.125rem 2rem;
		box-shadow: none;
      background: transparent;
	}

	.navbar-custom .navbar-brand.logo-text {
		color: #fff;
	}

	.navbar-custom .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-custom .nav-item .nav-link {
		padding: 0.25rem 0.75rem 0.25rem 0.75rem;
	}

	.navbar-custom .nav-item .nav-link:hover,
	.navbar-custom .nav-item .nav-link.active {
		color: #01293f;
	}

	.navbar-custom.top-nav-collapse {
        padding: 0.375rem 1.5rem 0.375rem 2rem;
		box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
		background-color: #01293f;
	}

	.navbar-custom.top-nav-collapse .navbar-brand.logo-text {
		color: #fff;
	}

	/* .navbar-custom.top-nav-collapse .nav-item .nav-link {
		color: #fff;
	} */

	.navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
	.navbar-custom.top-nav-collapse .nav-item .nav-link.active {
		color: #91a5b5;
	}

	.navbar-custom .dropdown-menu {
		padding-top: 1rem;
		padding-bottom: 1rem;
		border-top: 0.75rem solid rgba(0, 0, 0, 0);
		border-radius: 0.25rem;
		box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
	}

	.navbar-custom.top-nav-collapse .dropdown-menu {
		border-top: 0.125rem solid rgba(0, 0, 0, 0);
	}

	.navbar-custom .dropdown-item {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.navbar-custom .dropdown-items-divide-hr {
		width: 84%;
	}
	/* end of navigation */


	/* Header */
	.header .header-content {
		padding-top: 13rem;
		padding-bottom: 7.5rem;
	}

	.header h1 {
		font: 700 3.5rem/4rem "Jost", sans-serif;
	}
	/* end of header */

  .basic-1 .area-2 {
    height: 30rem;
  }
  .basic-a .area-1 {
    /* height: 33rem; */
  }
  .basic-a .area-2 {
    height: 33rem;
  }
  .basic-3 .area-2 {
    height: 36rem;
  }
  .basic-b .area-1 {
    /* height: 33rem; */
  }
  .basic-b .area-2a {
    height: 27rem;
  }
  .basic-b .area-2b {
    height: 33rem;
  }
  .basic-b .area-2 {
    height: 33rem;
  }
  .basic-b .area-3 {
    height: 33rem;
  }

  /* Description */
  .cards-1 .card {
    display: inline-block;
    max-width: 17.5rem;
    text-align: left;
    vertical-align: top;
  }

  .cards-1 div.card:nth-child(3n+2) {
    margin-right: 4.6rem;
    margin-left: 4.6rem;
  }
  /* end of description */


	/* Contact */
	.form-2 .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}

	.form-2 .list-unstyled .address {
		display: block;
	}
	/* end of contact */
}
/* end of min-width width 768px */


/* Min-width width 992px */
@media (min-width: 992px) {

	/* General Styles */
	.p-heading {
		width: 65%;
	}
	/* end of general styles */


	/* Navigation */
	.navbar-custom .social-icons {
		display: block;
		margin-left: 0.5rem;
	}
  #logo2{
    display:block;
  }
	/* end of header */


	/* Intro */
	.basic-1 {
		padding-top: 6.875rem;
	}

	.basic-1 .text-container {
		margin-bottom: 0;
	}

  .basic-1 .area-2 {
    height: 27rem;
  }
  .basic-a .area-1 {
    /* height: 35rem; */
  }
  .basic-a .area-2 {
    height: 33rem;
  }
  .basic-3 .area-2 {
    height: 44rem;
  }
  .basic-b .area-1 {
    /* height: 35rem; */
  }
  .basic-b .area-2a {
    height: 27rem;
  }
  .basic-b .area-2b {
    height: 33rem;
  }
  .basic-b .area-2 {
    height: 33rem;
  }
  .basic-b .area-3 {
    height: 35rem;
  }
	/* end of intro */


	/* Description */
	.cards-1 .card {
		display: inline-block;
		max-width: 17.5rem;
		text-align: left;
		vertical-align: top;
	}

  .cards-1 div.card {
		margin-right: none;
    margin-left: none;
	}
  .cards-1 div.card:nth-child(3n+2) {
		margin-right: 1.6rem;
		margin-left: 1.6rem;
	}
	/* end of description */


	/* Services */
	.cards-2 .card {
		max-width: 18.25rem;
		display: inline-block;
		vertical-align: top;
	}

	.cards-2 .col-lg-12 div.card:nth-child(3n+2) {
		margin-right: 1.25rem;
		margin-left: 1.25rem;
	}
	/* end of services */

	/* Project Lightboxes */
	.lightbox-basic img {
		margin-bottom: 0;
	}

	.lightbox-basic h3 {
		margin-top: 0.375rem;
	}

	.lightbox-basic .btn-solid-reg,
	.lightbox-basic .btn-outline-reg {
		margin-bottom: 0;
	}
	/* end of project lightboxes */


	/* Contact */
	.form-2 {
		padding-top: 6.875rem;
	}

	.form-2 .text-container {
		margin-bottom: 0;
	}
	/* end of contact */

}
/* end of min-width width 992px */


/* Min-width width 1200px */
@media (min-width: 1200px) {

	/* General Styles */
	.p-heading {
		width: 55%;
	}
	/* end of general styles */


	/* Navigation */
	.navbar-custom {
		padding-right: 5rem;
		padding-left: 5rem;
	}

	.navbar-custom.top-nav-collapse {
		padding-right: 5rem;
		padding-left: 5rem;
	}
	/* end of navigation */


	/* Header */
	.header .header-content {
		padding-top: 14.75rem;
		padding-bottom: 17.5rem;
	}
	/* end of header */


	/* Intro */
	.basic-1 .text-container {
		margin-top: 1.875rem;
		margin-right: 3rem;
	}
  .basic-1 .area-2 {
    height: 27rem;
  }
  .basic-a .area-1 {
    /* height: 33rem; */
  }
  .basic-a .area-2 {
    height: 33rem;
  }
  .basic-3 .area-2 {
    height: 36rem;
  }
  .basic-b .area-1 {
    height: 33rem;
  }
  .basic-b .area-2a {
    height: 27rem;
  }
  .basic-b .area-2b {
    height: 33rem;
  }
  .basic-b .area-2 {
    height: 33rem;
  }
  .basic-b .area-3 {
    height: 33rem;
  }
	/* end of intro */



	/* Services */
	
	.cards-2 .card {
		max-width: 20.875rem;
	}

	.cards-2 .card-body {
		padding: 2.25rem 1.55rem 2.125rem 1.55rem;
	}

	.cards-2 .col-lg-12 div.card:nth-child(3n+2) {
		margin-right: 3rem;
		margin-left: 3rem;
	}
	/* end of services */


	/* Contact */
	.form-2 .text-container {
		margin-top: 0.875rem;
		margin-right: 1.5rem;
	}

	.form-2 form {
		margin-left: 1.5rem;
	}
	/* end of contact */

}
/* end of min-width width 1200px */


/* Min-width width 1600px */
@media (min-width: 1600px) {

	/* Navigation */
	.navbar-custom {
		padding-right: 12rem;
		padding-left: 12rem;
    font: 600 1.075rem/1.075rem "Jost", sans-serif;
	}


	.navbar-custom.top-nav-collapse {
		padding-right: 12rem;
		padding-left: 12rem;
	}
	/* end of navigation */
  /* Intro */
	.basic-1 {
		padding-top: 6.875rem;
	}

	.basic-1 .text-container {
		margin-bottom: 0;
	}
  .basic-1 .text-container {
    max-width: 90%;
  	margin-right: 16rem;
  	margin-left: 11rem;
  	padding-top: 5rem;
  	padding-bottom: 4rem;
  }

  .basic-3 .text-container {
    max-width: 90%;
  	margin-right: 16rem;
  	margin-left: 11rem;
  	padding-top: 5rem;
  	padding-bottom: 4rem;
  }

  .basic-b .text-container {
    max-width: 90%;
  	margin-right: 16rem;
  	margin-left: 6rem;
  	padding-top: 4rem;
  	padding-bottom: 0.75rem;
  }
  .basic-a .text-container {
    max-width: 90%;
  	margin-right: 11rem;
  	margin-left: 11rem;
  	padding-top: 4rem;
  	padding-bottom: 0.75rem;
  }

  .basic-1 .area-2 {
    height: 40rem;
  }
  .basic-a .area-1 {
    /* height: 35rem; */
  }
  .basic-a .area-2 {
    height: 35rem;
  }
  .basic-3 .area-2 {
    height: 44rem;
  }
  .basic-b .area-1 {
    /* height: 35rem; */
  }
  .basic-b .area-2a {
    height: 27rem;
  }
  .basic-b .area-2b {
    height: 33rem;
  }
  .basic-b .area-2 {
    height: 35rem;
  }
  .basic-b .area-3 {
    height: 35rem;
  }
	/* end of intro */
  .cards-2 .card-body {
		padding: 2.25rem 1.55rem 2.25rem 1.55rem;
	}
}
/* end of min-width width 1200px */

/* Additional */
.basic-3 p, .basic-3 ul{
	color: #fff;
}

ul {
	padding-left: 2px;
	list-style-position: inside;
}

li {
	line-height: 1.8rem;
}

li strong {
	color: var(--primary);
}

/* vorherige Variante mit altem AN.P.A.C.EN-Motiv wurde durch neutrales AdobeStock-Sales-Motiv ersetzt */
.basic-b .area-2a{
	background: url(../images/AdobeStock_340801906_Preview.jpeg) center center no-repeat;
	background-size: cover;
}
/* .basic-b .area-2b{
	background: url(../images/AdobeStock_218891956_Preview.jpeg) center center no-repeat;
	background-size: cover;
} */
.basic-3 .area-2{
	/* background: url(../images/WP-Weindorf-Portrait.jpg) center center no-repeat; */
	background: url(../images/Business-Portrait_freigestellt.png) center center no-repeat;
	background-size: cover;
}
.basic-4 .area-2{
	height:100%;
	background: url(../images/AdobeStock_579357154_Preview.jpeg) center center no-repeat;
	background-size: cover;
}
#zertifikate_zert{
	margin-top: -4.5rem;
	margin-bottom: -4.5rem;
}
#team{
	margin-top: 3rem;
	padding-bottom: 3rem;
}
#team .border {
	height: 100%;
}
#team .border .text-container{
	padding-left: 1rem;
	padding-right: 1rem;
}
#team .border img{
	aspect-ratio: 1/1;
	    object-fit: cover;
}

.cards-2 {
	margin-bottom: 3rem;
}
.card-title{
	    border-bottom: 1px solid #ccc;
}
.cards-2 .card{

        box-shadow: 0px 0px 6px;
}
@media (min-width:992px){
	.cards-2 .card{
	height: 100%;
}
	.basic-b .area-1, .basic-a .area-1, .basic-b .wow-area-3, .basic-a .wow-area-4, .basic-b .area-2b{
		height: 100%;
	}
}
@media (max-width:991.98px){
	.basic-b .col-lg-6:first-child{order:2}
	.basic-b .col-lg-6:last-child{order:1}
	.basic-b .area-1, .basic-a .area-1, .basic-b .wow-area-3, .basic-a .wow-area-4, .basic-b .area-2b{
		height: 33rem;
	}
	.basic-3 .area-2{
		    background-size: contain;
	}
	#logo2{
		display: block;
	}
	.navbar-custom .navbar-brand.logo-image img{
		height: 1.5rem;
	}
}