/*===========================================================
 Common CSS
============================================================*/

body {
    font-size: 17px;
    font-family: 'pt-sans-pro';
    font-weight: 400;
    color: #000;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

ul {
    padding: 0;
    margin: 0;
}


li,
li:hover,
a:hover,
.btn,
.btn:hover,
input[type="submit"]:hover,
button:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none !important;
    color: #86c2eb;
}

*:active,
*:focus {
    outline: none;
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

button {
    background-color: transparent;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

button:active,
button:focus {
    outline: 0;
    outline: 0;
}

/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}



/*===========================================================
Preloader CSS
============================================================*/
.spinner-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: #fff;
}

.spinner {
    background-color: #065e52;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 9999999;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 3px;
    z-index: 999;
}

.go-top img {
    width: 35px;
}

.go-top span {
    /*background-color: #4285F4;*/
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}


/*===========================================================
 Navigation Menu Desktop
============================================================*/

.header-area {
    padding: 25px 0;
}

.header-inner {
    position: relative;
}

.turm {
    position: absolute;
    right: 0;
    top: -35px;
}

.header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu:not(ul):not(#menu) {
    align-items: flex-end;
    display: flex;
    margin-bottom: 6px;
}

.menu ul li {
    list-style: none;
    display: inline-block;
}

.menu ul li a {
    color: #007caf;
    font-size: 18px;
    font-weight: 700 !important;
    font-style: normal;
    letter-spacing: 0.35px;
    line-height: normal;
    text-align: left;
    padding: 0 15px;
}

.menu ul li a:hover {
    color: #0d5892;
}

.footer-menu a:hover {
    color: #ea516d;
}

.logo img {
    width: 180px;
    height: auto;
}

.search {
    padding-right: 30px;
}

.search input {
    width: 100%;
    color: #007caf;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    border-bottom: 1px solid #007caf !important;
    border: 0;
    padding-right: 20px;
}

.search form {
    position: relative;
    width: 150px;
    display: inline-block;
}

.search button {
    position: absolute;
    right: -5px;
    top: -5px;
}

.search ::-webkit-input-placeholder {
    color: #007caf;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.search ::-moz-placeholder {
    color: #007caf;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.search :-ms-input-placeholder {
    color: #007caf;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.search :-moz-placeholder {
    color: #007caf;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.spenden-btn {
    display: inline-block;
    padding: 0 17px;
}

.spenden-btn a {
    color: #769e64;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    border-radius: 5px;
    border: 2px solid #769e64;
    line-height: 30px;
    display: inline-block;
    padding: 0 12px;
}

.lang,
.top-menu-special {
    display: inline-block;
}

.lang a.active,
.lang li.current-lang > a,
.lang li:hover > a,
.lang a:hover,
.top-menu-special li:hover > a,
.top-menu-special li.current_page_item > a {
    font-weight: 700;
    font-family: 'pt-sans-pro';

}

.lang a,
.top-menu-special a {
    color: #007caf;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
}

.lang span {
    color: #007caf;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
}

/*===========================================================
 Navigation Menu slideout
============================================================*/
main .mobileMenuOpener {
    display: none;
}

.panel-header {
    display: none;
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
    padding-top: 100px;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    background-color: #FFF;
    min-height: 100vh;

}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.slideout-open .slideout-menu {
    background: #ea516d;
}

.btn-hamburger {
    cursor: pointer;
}

.menu-section-list {
    padding: 25px 10px;
}

.menu-section-list li a:hover {
    color: #bdc3c7;
}

.menu-section-list li a {
    line-height: 2;
    color: #fff;
}

.menu-section-list li {
    display: block;
}

.btn-hamburger img {
    width: 27px;
}

/*Hamburger Menu Icon*/
.hamburger .line {
    width: 40px;
    height: 5px;
    background-color: #34495e;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger:hover .line {
    opacity: .8;
}

.slideout-open .line:nth-child(2) {
    opacity: 0;
}

.slideout-open .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}

.slideout-open .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

.menu ul li .dropdown-menu li {
    display: block;
}

.menu ul li .dropdown-menu li a {
    padding: 5px 15px;
    line-height: 1.2;
    display: block;
}

.dropdown a {
    position: relative;
}

.dropdown>a:hover::after {
    color: #d25419;
}

.dropdown>a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/*====================================== Banner CSS==============================*/
.banner-area {
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 495px;
    position: relative;
}

.banner-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(92, 156, 206, .25);
}

.banner-text {
    max-width: 565px;
    position: absolute;
    right: 0;
    margin-top: 250px;
}

.banner-text p {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
    line-height: normal;
    text-align: right;
    font-family: 'TodaySHOP-Bold';
}

.banner-text p span {
    color: #ea516d;

}

/*======================================Uber CSS==============================*/


.uber-area {
    padding: 90px 0;
    position: relative;
    /*z-index: 10;*/
}

.uber-area .col-12 {
    position: relative;
}

.sloneczko-uber {
    position: absolute;
    bottom: -150px;
    right: 180px;
}

.uber {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.uber-left {
    width: 465px;
}

.uber-left-text {}

.uber-left-text h2,
.maincontent h2 {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    font-family: 'TodaySHOP-Bold';
}

.uber-left-text p,
.maincontent p,
.maincontent .wpb_text_column ul li,
.maincontent .wpb_text_column ol li {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left;
    font-family: 'pt-sans-pro';
    margin-bottom: 25px;
}

.maincontent h1,
.maincontent h2,
.maincontent h3,
.maincontent h4,
.maincontent h5,
.maincontent h6,
.maincontent p,
.maincontent .wpb_text_column ul li,
.maincontent .wpb_text_column ul li {
  margin-bottom: 25px;
}

.maincontent .wpb_text_column ul li,
.maincontent .wpb_text_column ol li {
  margin-bottom: 10px;
}

.uber-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.uber-left-icon {
    width: 55px;
}

.uber-left-text {
    width: calc(100% - 55px);
    padding-left: 20px;
}

.mer-btn {}

.mer-btn a,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern,
.single-form input[type="submit"],
.wpforms-submit,
#Download {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    letter-spacing: normal !important;
    line-height: normal !important;
    border-radius: 5px !important;
    line-height: 40px !important;
    text-align: center !important;
    display: inline-block !important;
    padding: 0 27px !important;
    background-image: none !important;
    background-color: #ea516d !important;
    border: 0 !important;
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
  background-color: #ea516d !important;
  color: #fff;
}

.mer-btn a:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.single-form input[type="submit"]:hover,
.wpforms-submit:hover,
#Download:hover {
    background-color: #007caf !important;
    color: #fff;
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover {
    border: 2px solid #fff;
    background-color: #007caf !important;
    color: #fff;
}

/*======================================CSS==============================*/
.aktuelles-area {
    margin-bottom: -250px;
    position: relative;
    z-index: 2;
}

.aktuelles-title {
    margin-bottom: 70px;

}

.aktuelles-title h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    font-family: 'TodaySHOP-Bold';

}

.aktuelles-title h2 img {
    margin-right: 10px;
}

.aktuelles-text {
    margin-top: 5px;
    /*margin-top: 20px;*/
    padding: 15px;
}

.aktuelles-text h6 {
    color: #5a6e80;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
}

.aktuelles-text h3:hover {
    color: #007caf;
}

.aktuelles-text h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 27px;
    text-align: left;
    font-family: 'TodaySHOP-Bold';
    margin-top: 5px;
    transition: .3s;
}

.aktuelles-text p {
    color: #5a6e80 !important;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
    margin-top: 15px;
    text-align: left;
}

.aktuelles-text p.theDate {
  margin-bottom: 15px;
}

.single-aktuelles {
    padding: 0 15px;
	margin-bottom: 35px;
}

.aktuelles-inner {
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    /*padding: 15px;*/

}

.projekte-slider .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

.slick-arrow {
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    z-index: 999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick-right {
    right: -60px;
}

.slick-left {
    left: -60px;
}

.meher-btn {
    text-align: center;
    margin-top: 60px;
}

.meher-btn a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    border: 2px solid #ea516d;
    background-color: #ea516d;
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;

    transition: .3s;
}

.meher-btn a:hover {
    border: 2px solid #fff;
    background: #007caf;
}

/*======================================Project CSS==============================*/
.project-area {
    background-color: rgba(92, 156, 206, .7) !important;
    background-color: #e5f2f7 !important;
    padding-top: 350px !important;
    padding-bottom: 70px !important;
    position: relative !important;
}

.project {
    position: relative;
    z-index: 10;
}

.sloneczko {
    position: absolute;
    top: 0;
    right: 17%;
}

.sloneczko-2 {
    position: absolute;
    bottom: -160px;
    left: 32%;
}

.project {}

.project .uber {
    align-items: flex-start;
}

.project h2,
.project-area h2,
.vc_row-has-fill h2 {
    color: #fff;
}

.project p,
.project-area p,
.vc_row-has-fill p {
    color: #fff;
}

.project-area h2,
.vc_row-has-fill h2,
.project-area p,
.vc_row-has-fill p {
    color: #000;
}

.uber-right,
.projekte-slider {
    width: 400px;
    /*text-align: right;*/
}

.projekte-slider .slick-slide .projekte-single-inner {
    padding: 25px;
    transition: .3s;
    margin-left: -25px;
    transition: .3s;
    position: relative;
}

.projekte-slider .slick-slide .projekte-single-inner:before {
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 0;
    width: 100px;
    z-index: 10;
    -background-color: rgba(118, 158, 100, .7);
    -background-color: rgba(221, 35, 42, .4);
    content: ""
}

.projekte-slider .slick-current.slick-active .projekte-single-inner:before {
    -background-color: rgba(118, 158, 100, 0);
}

.projekte-slider .slick-current.slick-active .projekte-single-inner {
    z-index: 20;
    padding: 0;
    transition: .3s;

}

.projekte-slider .slick-list {
    -padding: 0 70px 0 0;
}

/*======================================Footer CSS==============================*/
.footer-area {
    -background-color: #769e64;
    background-color: #ea516d;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.footer-area > .container {
  position: relative;
}

.footer-area > .container > .row {
  padding: 100px 0;
}

.footer-menu {
    position: relative;
    z-index: 9;
}

.footer-menu ul {}

.footer-menu ul li {
    list-style: none;
}

.footer-menu ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    padding: 10px 0;
    display: inline-block;
}

.footer-menu ul li a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.contact {
    position: relative;
    z-index: 9;
}

.contact .single-form {
    width: 265px;
    margin-bottom: 10px;
}

.single-form label {
  width: 340px;
}

.single-form input:not([type="checkbox"]) {
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    padding: 0 10px;
    font-size: 16px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    border: 0;
    min-width: 340px;
    width: 100%;
    font-family: 'pt-sans-pro';

}

.single-form button {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    border-radius: 5px;
    border: 2px solid #ffffff;
    line-height: 40px;
    padding: 0 25px;
    display: inline-block;
    margin-top: 10px;
}

.single-form button:hover {
    border: 2px solid #ea516d;
    background: #ea516d;
}

.single-form ::-webkit-input-placeholder,
.single-form ::-moz-placeholder,
.single-form :-ms-input-placeholder,
.single-form :-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'pt-sans-pro';

}

.single-form h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
}

.single-contact-text {
    padding: 10px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 9;
}

.single-contact-text img {
    width: 25px;
}

.single-contact-text a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    font-family: 'pt-sans-pro';
    display: inline-block;
    padding-left: 15px;
    line-height: 1.2;

}

.dis-flex {
    display: flex;
    align-items: flex-end;
}

.sloneczko-3 {
    position: absolute;
    top: -160px;
    right: -5%;
    width: 450px;
    opacity: 0.1;
}

.sloneczko-4 {
    position: absolute;
    bottom: -70px;
    left: 23%;
    width: 450px;
    opacity: 0.1;
}

.menu ul li .sub-menu li {
    display: block;
    white-space: nowrap;
}

.menu ul li .sub-menu li a {
    padding: 5px 15px;
    line-height: 1.2;
    display: block;
}

/*===========================================================
 Responsive
============================================================*/


/*Responsive Menu*/
@media (min-width: 992px) {

    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 991px) {
    .header-area {
        display: none;
    }

    .mobile-logo {
        width: 100px;
    }

    .dropdown-menu {
        padding-top: 0;
    }

    .menu ul li .dropdown-menu li {
        padding-left: 10px;

    }

    .menu ul li .dropdown-menu li a {
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown-menu {
        width: 100%;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        position: unset;
        top: unset;
    }

    main .mobileMenuOpener {
        display: block;
        position: absolute;
        width: 20px;
        height: 100%;
        z-index: 10;
    }

    .menu ul li {
        display: block;

    }

    .menu ul li a {
        color: #fff;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    /*Menu Activation*/
    .panel-header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        -webkit-box-shadow: 0 0 0 #ddd;
        box-shadow: 0px 1px 3px #eee;
        padding: 10px 15px;
    }
}


@media (max-width: 1260px) {
    .slick-right {
        right: -30px;
    }

    .slick-left {
        left: -30px;
    }
}

@media (max-width: 1199px) {
    .slick-right {
        right: 0;
    }

    #project .slick-right {
        right: -30px;
    }

    .uber-right,
    .aktuelles-slider {
        padding-left: 30px;
        padding-right: 30px;
    }

    .slick-left {
        left: 0;
    }

    #project .slick-left {
        left: -30px;
    }

    .logo {
        width: 100px;
    }

    .menu ul li a {
        padding: 0 10px;
    }

    .uber-right {
        width: 430px;
    }

    #project .slick-list {
        padding: 0 50px 0 0;
    }
}


@media (max-width: 991px) {
    .menu ul li a {
        padding: 15px 10px;
    }

    .banner-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact .single-form {
        width: 100%;
    }

    .uber-right {
        margin-top: 30px;
    }

    .uber-left {
        width: 100%;
    }

    .uber-right {
        width: 450px;
        margin: 20px auto 0 auto;
    }

    .uber-left {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {

    .uber-right {
        padding-left: 20px;
        padding-right: 20px;
    }

    .aktuelles-slider {
        padding-left: 15px;
        padding-right: 15px;
    }

    .uber-right {
        width: 100%;
    }
}
