/*XXXXXXXXXXXXXXXXXXXXXXXXX
					BASIC
XXXXXXXXXXXXXXXXXXXXXXXXX*/

/*
font-family: FFDINWebProLight;
font-family: FFDINWebProMedium;
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'FFDINWebProLight';
    text-transform: uppercase;
}

body {
    font-family: 'FFDINWebProLight';
}

body,
p {
    font-size: 16px;
}

p>strong {
    font-family: 'FFDINWebProMedium';
    font-weight: normal;
}

a:focus,
a:hover {
    color: #00667d;
}

.btn-sm {
    max-width: 300px;
}

.text-link>.arrow-right {
    top: -5px;
    width: 20px;
    font-size: 30px;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXX
					  NAV
XXXXXXXXXXXXXXXXXXXXXXXXX*/

.nav-1,
.nav-1:hover {
    background-color: #fff;
    /*background-color: rgba(255, 255, 255, .75);*/
}

.nav-1 .logo {
    max-height: 60px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.has-dropdown {
    min-width: 200px;
    /* fix: jumping caret, because of too long submenu items */
}

/* caret */
.has-dropdown::before {
    top: 30px;
    color: #333;
}

.nav-1 ul li,
.nav-1 ul li:first-child,
.nav-1 ul>li:hover {
    margin-left: 0;
    /* fix: margin-left: -1px of theme.css */
    border: 0;
    /* no separator */
}

.nav-1 ul li a {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
}

.nav-1 ul ul {
    /*max-width: 400px;*/
    /* fix: do not animate max-width from 0 to max-width: 400px of .nav-1 ul li:hover > ul */
    white-space: nowrap;
    /* fix: do not wrap text while animating max-width */
}

/* make similar to .nav-1 ul li a */
.mobile-toggle {
    top: 15px;
    padding: 5px;
    opacity: .7;

    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.mobile-toggle:hover {
    opacity: 1;
}

.bar-1,
.bar-2,
.bar-3 {
    position: relative;
    top: auto;
    background-color: #000;
    opacity: 1;
}

.bar-2,
.bar-3 {
    margin-top: 5px;
}

/* "ein projekt vermarktet von" */
.nav-functions {
    top: 0;
}

.nav-functions ul li a {
    padding-right: 0;
}

/* mobile menu */
@media (max-width: 1023px) {

    .nav-1 .logo {
        max-height: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* caret */
    .has-dropdown::before {
        top: 10px;
    }

    /* "ein projekt vermarktet von" */
    .nav-functions {
        position: relative;
        right: auto;
        float: left;
    }

    .nav-functions ul li a {
        padding-right: 20px !important;
        /* wrap long text flush with hamburger and caret */
    }

    .has-dropdown .subnav li:last-child {
        -webkit-transition: margin-bottom .25s ease .1s;
        -moz-transition: margin-bottom .25s ease .1s;
        transition: margin-bottom .25s ease .1s;
        /* prevent "jump" of last submenu item on hover out, because of immediate switch to margin-bottom: 0 */
    }
}

/*XXXXXXXXXXXXXXXXXXXXXXXXX
			  HERO SLIDER
XXXXXXXXXXXXXXXXXXXXXXXXX*/

.hero-slider,
.hero-slider .slides li {
    background-color: #fff;
    /* visible during image loading */
}

.hero-slider .flex-control-nav {
    padding-right: 0;
    text-align: center;
}

.hero-slider .overlay::before {
    background-color: #333;
    opacity: .3;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXX
					INTRO
XXXXXXXXXXXXXXXXXXXXXXXXX*/

/*XXXXXXXXXXXXXXXXXXXXXXXXX
				  FEATURE
XXXXXXXXXXXXXXXXXXXXXXXXX*/

.fullwidth-feature {
    width: 100%;
    cursor: default;
}

.fullwidth-feature .top {
    padding: 60px 10px;
    border-right: 0;
}

.fullwidth-feature ul {
    padding-left: 20px;
    color: #fff;
    text-align: left;

    list-style-type: disc;
    list-style-position: outside;
}

.fullwidth-feature li {
    margin-bottom: 20px;
}

.fullwidth-feature li:last-child {
    margin-bottom: 0;
}

/*.fullwidth-feature p,
.fullwidth-feature ul {
	overflow: hidden;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.fullwidth-feature p,
.fullwidth-feature ul {
	max-height: 0;
	opacity: 0;
}

.fullwidth-feature:hover p,
.fullwidth-feature:hover ul {
	max-height: 500px;
	padding-top: 0;
	opacity: 1;
}*/

.fullwidth-feature .preview {
    width: 100%;
    max-height: 70px;
    /* transition animates from max-height to 0, even if effective h is much lower (so make max-height a "tight fit", or do not animate it at all) */
    margin-top: 12px;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: 1;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.fullwidth-feature .preview>img {
    margin-top: 3rem;
}

/*.fullwidth-feature:hover .preview,*/
.fullwidth-feature.is-expanded .preview {
    max-height: 0;
    opacity: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .fullwidth-features {
        height: 290px;
        /* was 205px */
    }

    .fullwidth-feature .top {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .fullwidth-feature .top {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.fullwidth-feature-container {
	color: white;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXX
			 IMAGE SLIDER
XXXXXXXXXXXXXXXXXXXXXXXXX*/

.image-slider .slides {
    text-align: center;
}

.image-slider .flex-control-nav {
    padding-right: 0;
    text-align: center;
}

/* make similar to .hero-slider .flex-control-nav */
.image-slider .flex-control-nav li a {
    border: 1px solid #fff;
}

/* make similar to .hero-slider .flex-control-nav */
.image-slider .flex-control-nav li a:hover {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
}

/* make similar to .hero-slider .flex-control-nav */
.image-slider .flex-control-nav li a.flex-active {
    background-color: #fff;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXX
					SKILL
XXXXXXXXXXXXXXXXXXXXXXXXX*/

.unit {
    color: #000;
    font-size: 24px;
}

.skills-wrapper .skill {
    padding-right: 0;
    padding-left: 0;
    border: 0;
}

@media (min-width: 992px) {

    .skills-wrapper .skill:nth-child(n+3) {
        /*border-top: 1px solid #e5e5e5;
		border-top: 1px solid rgba(0, 0, 0, .1);*/
        border-top: 3px solid #cce0e5;
    }

    .skills-wrapper .skill:nth-child(odd) {
        /*border-right: 1px solid #e5e5e5;
		border-right: 1px solid rgba(0, 0, 0, .1);*/
        /*	border-right: 3px solid #cce0e5;*/
    }
}

@media (max-width: 991px) {

    .skills-wrapper .skill:nth-child(n+2) {
        /*border-top: 1px solid #e5e5e5;
		border-top: 1px solid rgba(0, 0, 0, .1);*/
        border-top: 3px solid #cce0e5;
    }

    /* fix: @media (max-width: 990px) of theme.css (unnecessary, already corrected in theme.css) */
    .skills-wrapper {
        margin-top: 32px;
    }

    .skills-wrapper .skill br {
        display: none;
    }
}

.skills-wrapper-inner {
    height: 220px;
}

@media (max-width: 991px) {
    #skills-wrapper-md {
        display: none;
    }
}

@media (min-width: 992px) {
    #skills-wrapper-sm {
        display: none;
    }
}

/*XXXXXXXXXXXXXXXXXXXXXXXXX
				  CONTACT
XXXXXXXXXXXXXXXXXXXXXXXXX*/

textarea {
    resize: vertical;
}

.contact-2 .text-block {
    margin-bottom: 30px;
}

.contact-2 .btn {
    max-width: 330px;
}

.contact-2 .btn:hover {
    border-color: #00667d;
}

.contact-2 .contact-method {
    margin-bottom: 20px;
}

.contact-2 .contact-method:last-of-type {
    margin-bottom: 0;
}

.contact-2 .contact-method:first-of-type {
    padding-top: 20px;
}

.expand-tel,
.expand-email {
    cursor: pointer;
}

.staff {
    display: flex;
    align-items: center;
    flex-direction: column
}

.staff img {
    max-height: 320px;
}

@media (max-width: 991px) {

    /* gap between staff and also between last staff and contact-form/feedback */
    .staff {
        margin-bottom: 30px;
    }
}

/*XXXXXXXXXXXXXXXXXXXXXXXXX
				  PROJECT
XXXXXXXXXXXXXXXXXXXXXXXXX*/

.contained-projects {
    padding: 60px 0 30px 0;
}

.contained-projects .background-image-holder {
    background-color: transparent;
    /*background-position: left top !important; /* override inline css */
    /*background-size: contain !important; /* override theme.css */
    background-repeat: no-repeat;
}

.contained-projects .btn {
    margin-left: 0;
}

/* gap between buttons */
.contained-projects .btn+.btn {
    margin-left: 12px;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXX
			  IMAGE BLOCK
XXXXXXXXXXXXXXXXXXXXXXXXX*/

.image-block {
    padding: 60px 0;
}

@media (max-width: 767px) {

    .image-block {
        padding-bottom: 0;
    }
}

.image-block ul {
    padding-left: 20px;
    text-align: left;

    list-style-type: disc;
    list-style-position: outside;
}

.image-block li {
    margin-bottom: 20px;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXX
				   FOOTER
XXXXXXXXXXXXXXXXXXXXXXXXX*/

.footer-2 .logo {
    margin-bottom: 24px;
    max-height: initial;
    max-width: 290px;    
}

.footer-2 .copyright {
    font-size: 14px;
}

@media (max-width: 767px) {

    /* do not hide breaks in footer */
    .footer-2 br {
        display: inline;
    }
}

@media (max-width: 991px) {

    /* gap between companies */
    .company+.company {
        margin-top: 60px;
    }


    .fmh-links {
        text-align: center;
    }
}



/*XXXXXXXXXXXXXXXXXXXXXXXXX
			   RADIO MOCK
XXXXXXXXXXXXXXXXXXXXXXXXX*/

.radio-mock-container {
    float: left;
    width: 50%;
    margin: 5px 0;
}

@media (min-width: 1200px) {

    .radio-mock-container.inline {
        width: auto;
    }

    .radio-mock-container.inline+.radio-mock-container {
        margin-left: 30px;
    }
}

.radio-mock-container.na {
    opacity: .25;
    pointer-events: none;
}

.radio-mock-container>input {
    position: absolute;
    /* remove from document flow */
    opacity: 0;
    /* hide input, but keep it functional (eg. do not use display: none;) */
    pointer-events: none;
}

.radio-mock {
    float: left;
    margin: 0 10px 0 0;
}

.radio-outer,
.radio-inner {
    border-radius: 50%;
    /*border-radius: 0;*/
    cursor: pointer;
}

.radio-outer {
    position: relative;
    width: 24px;
    height: 24px;
    /*background-color: #d8eaee;*/
    border: 1px solid #cccccc;
    /*border: 0;*/
}

.radio-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: 0;
    background: #ccc;
    opacity: 1;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*
.radio-mock:hover .radio-inner {
	opacity: 1;
}
*/
.radio-mock.active .radio-inner {
    /* opacity: 1; */
    background: #00667d;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXX
				  SPINNER
XXXXXXXXXXXXXXXXXXXXXXXXX*/

.spinner {
    float: right;
    width: 70px;
    margin: 15px auto 0;
    text-align: center;
}

.spinner>div {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #00667d;
    border-radius: 100%;

    -webkit-animation: pulse 1.4s infinite ease-in-out both;
    animation: pulse 1.4s infinite ease-in-out both;
}

.spinner-1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}

.spinner-2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}

@-webkit-keyframes pulse {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.responsive-gap {
    margin-bottom: 24px;
}


@media (min-width: 992px) {
    .responsive-gap {
        margin-bottom: 0;
    }
}

.language {
    margin-top: -75px;
    text-align: right;
}

.nav-logo {
    /* height: 80px; */
    height: 96px;
    background: white;
    position: relative;
    /*top: -20px;*/
    top: -84px;
    padding: 0 15px;
    background-clip: border-box;
}

@media all and (max-width: 991px) {
    .nav-logo {
        top: -44px;
    }
}

.links {
    margin: 60px 0 10px 0;
    border-top: 3px solid #cce0e5;
}

@media (min-width: 1580px) {
    .fullwidth-features>.container {
        width: 1580px;
    }
}

@media all and (max-width: 767px) {
    .nav-logo {
        /* height: 60px; */
        height: 82px;
        top: -38px;
    }

    .language {
        margin-top: -55px;
    }
}

.section-lines {
    padding: 30px 0;
    background-color: #cce0e5;
}

.section-lines>.container {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
}

.embed-responsive-center {
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-cover {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}

.textEinleitung ul {
    padding-left: 20px;
    text-align: left;

    list-style-type: disc;
    list-style-position: outside;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXX
                CONCIERGE
XXXXXXXXXXXXXXXXXXXXXXXXX*/

@media (min-width: 500px) {
    #pl-img-sm {
        display: none;
    }
}

@media (max-width: 499px) {
    #pl-img {
        display: none;
    }
}



/* facelift 10/2025 */
.btn {
    border-radius: 12px;
    padding: 12px 20px;
}

h1 {
    text-shadow: #000 0px 0px 10px;
}

.textEinleitung h2 {
    font-weight: 300;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
}

.bg-white {
    background-color: #fff;
    background: #fff;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-6 {
    margin-bottom: 2.5rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.btn-filled,
.btn-filled:hover {
    border: 1px solid #00667d;
}

.btn-filled:focus:hover {
    color: #00667d;
}

.btn-filled:focus {
    color: #fff;
}

.reverse {
    transform: scaleX(-1);
}

.nGY2GThumbnailIconsFullThumbnail {
 text-shadow: #333333 0px 0px 10px !important;
 font-size: clamp(1rem, 10vw, 20rem) !important;
}

.skills-wrapper .skill i, .skills-wrapper .skill .number {
    /* font-size: 32px; */
    font-size: 48px;
}

.skills-wrapper .skill i {
    margin-bottom: 8px;
}

.skills-wrapper .skill {
    width: initial;
    float: initial;
}

@media screen and (max-width: 991px) {
    .skills-wrapper .skill{
        padding: 0;
        padding-top:20px;
    }
    .skills-wrapper-inner {
        height: auto;
        border-top: 3px solid #cce0e5;
    }
}

.no-border {
    border: 0px !important
}

.btn-group button{
    width: 33%
}

.w-100 {
    width: 100%;
}

.cbtn[aria-expanded="true"] i.pe-7s-angle-down{
    transform: rotate(180deg);
}

.cbtn {
    background: #65a3b0;
    /* border: 2px solid #fff; */
    border: 0px;
    color: #fff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 24px;
}

.features-mobile .cbtn {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.cbtn:hover,
.cbtn:focus {
    border: 0px;
    color: #fff;
}

.cbtn:focus-visible {
    outline: 0px solid black;
}

.cbtn h1,
.cbtn h2,
.cbtn h3,
.cbtn h4,
.cbtn h5 {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 18px;
    padding-left: 8px;
    font-weight: 700;
}

.cbtn i {
    min-width: 24px;
    font-size: 24px;
}

.cbtn .pe-7s-angle-down {
    font-size: 40px;
}

.cbtn[aria-expanded="true"] {
    background: #00667d;
}

.features-mobile .cbtn[aria-expanded="true"] {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.collapseHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
}


.collapseStuff {
    display: flex;
    align-items: center;
}

.collapseStuff .icon {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.collapseMoretext {
    background-color: #00667d;
    color: #fff;
    padding: 32px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.collapseMoretext p {
    margin-bottom: 0;
}

.features-mobile .collapseMoretext {
    width: 100%;
    background-color: #00667d;
    padding: 24px;
    padding-top: 0px;
}

.collapseMoretext ul {
    padding-left: 20px;
    text-align: left;
    list-style-type: disc;
    list-style-position: outside;
}

.collapseMoretext li {
    margin-bottom: 8px;
}

.collapse.in,
.collapse.show {
    background-color: #00667d;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

body {
    background: #fff;
}

.features-desktop {
    display: block;
}

.features-desktop .btn-group .cbtn:first-of-type {
    border-right: 5px solid #fff;
}

.features-desktop .btn-group .cbtn:last-of-type {
    border-left: 4px solid #fff;
}


@media screen and (max-width: 991px){
    .features-desktop {
        display: none;
    }
}

.features-mobile {
    display: block;
}

@media screen and (min-width: 992px){
    .features-mobile {
        display: none;
    }
}

@media screen and (max-width: 991px){
    .pl-logo-link {
        display: flex;
    }

    .pl-logo-link img {
        margin: 0 auto !important;
        margin-bottom: 24px !important;
    }
}

.h5subline {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 12px;
}

.h5subline h1,
.h5subline h2,
.h5subline h3,
.h5subline h4,
.h5subline h5 {
    padding-left: 0;
    margin-left: 0;
}

.bg-color {
    background: #cce0e5;
}

.vermarktung h1,
.vermarktung h2,
.vermarktung h3,
.vermarktung h4,
.vermarktung h5,
.vermarktung h6 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 24px;
    line-height: 24px;
}

.btn-share,
.btn-share:hover,
.btn-share:focus,
.btn-share:focus-within,
.btn-share:focus-visible {
    background-color: #65a3b0;
    color: #fff;
    border: none;
}

.btn-share {
    margin-left: 12px !important;
}

.collapseShare {
    background: #fff !important;
    padding-top: 8px !important;
    padding-bottom: 0 !important;
}

.btn-border-primary,
.btn-border-primary:hover,
.btn-border-primary:focus {
    border-color: #00667d !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.has-error .form-control {
    border: 1px solid #a94442;
}

.has-error .help-block {
    color: #a94442;
    width: 100%;
}

.form-control {
    border-radius: 6px;
}

.country {
  height: 250px;
  width: 330px;
  overflow-y: scroll;
}

.country li {
  margin-bottom: 12px;
  padding-left: 12px;
}

.country li a {
  display: flex;
  align-items: center;
  width: 100%;
}

.country img {
  width: 20px;
  margin-right: 12px;
}

.flagSelected {
  font-weight: 700;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ced4da;
  border-right: 0px solid #ced4da;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.flagSelected img {
  width: 20px;
  margin-right: 8px;
}

#faqs .accordion-button {
    background-color: #fff;
    box-shadow: initial;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding-left: 0;
    border: 0;
    padding-bottom: 10px;
    padding-top: 30px;
}

#faqs .accordion-item {
    border: 0px;
    border-bottom: 1px solid #cce0e5;
    border-radius: 0 !important;
    /* width: calc(100% - 40px); */
}



#faqs .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

#faqs .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a3a3a3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    /* position: absolute;
    right: -40px;
    bottom: 8px;*/
    background-size: 24px;
    width: 24px;
    height: 24px; 
}

.green-hr {
    padding-top: 60px;
    border-bottom: 3px solid #cce0e5;
}

#faqs .collapse.show {
    background-color: #fff;
    border: 0px;
}

#faqs .accordion-body {
    padding-left: 0;
    padding-top: 10px;
}