.tpl-presentation-row {
    border: none !important;
}

.prefix-suffix-full-width.tpl-presentation-row {
    padding: 0 !important;
}

input, textarea, select {
    border-width: 1px !important;
}

.page-1 .tpl-presentation-row {
    padding: 6rem 0 !important;
}

.page-1 img {
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
}

.page-1 .page-header-logo img {
    box-shadow: none;
}

.page-header-logo img {
    margin-top: 10px;
}

.header-bar {
    z-index: 50;
}

/* diese ChildrenList... */
.qui-control-childrenlist-default-entry-content-footer .qui-control-childrenlist-default-entry-content-footer-link {
    border: 2px solid #07aaf5 !important;
}

@media screen and (max-width: 767px) {
    .page-1 .tpl-presentation-row {
        padding: 3rem 0 !important;
    }
}

/***************/
/* page header */
/***************/
.page-header:after {
    background-color: rgba(44, 51, 64, 0.8);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*******************/
/* page navigation */
/*******************/
.header-bar {
    /*background: linear-gradient(90deg, #073a5a, #116989) !important;*/
    box-shadow: none !important;
    font-size: 13px;
}

.quiqqer-menu-megaMenu-list {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    margin: 0 !important;
}

.quiqqer-menu-megaMenu-list .quiqqer-menu-megaMenu-list-item {
    align-items: center;
    display: flex;
    margin: 0 5px;
    padding: 0 !important;
}

.quiqqer-menu-megaMenu-list .quiqqer-menu-megaMenu-list-item:hover {
    background: none !important;
}

.quiqqer-menu-megaMenu-list-item a {
    line-height: 1em;
    padding: 20px 15px;
    position: relative;
}

.quiqqer-menu-megaMenu-list-item a:after {
    background: #07aaf5;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.quiqqer-menu-megaMenu-list-item a:hover:after {
    opacity: 0.8;
    width: 100%;
}

.quiqqer-menu-megaMenu-list-item.quiqqer-menu-megaMenu-list-item--current a:after,
.page-1 .quiqqer-menu-megaMenu-list-item:first-child a:after {
    opacity: 0.8;
    width: 100%;
}

/*****************************/
/* header image - start page */
/*****************************/
.wallpaperText__imageWrapper:before {
    background-color: rgba(44, 51, 64, 0.8);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

/*********************/
/* vcard - start page*/
/*********************/
.page-1 .brick-id-3 {
    padding: 6rem 0 !important;
    position: relative;
}

.vcard {
    background: #fff;
    bottom: 3rem;
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
    left: 50%;
    max-width: 1200px;
    position: absolute;
    transform: translateX(-50%);
    width: 800px;
}

.vcard-container {
    display: flex;
    width: 800px;
}

.vcard-image {
    padding: 40px 20px 20px;
    flex: 1 0 40%;
}

.page-1 .vcard-image img {
    box-shadow: none;
}


/* vcard profile */
.vcard-profile {
    background: #fafafa;
    color: #3d4451;
    flex: 1 0 60%;
    padding: 40px 40px 60px 40px;
}

.fa.vcard-profile-info-icon {
    background: #07aaf5;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px;
}

.vcard-profile-info-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.vcard-profile-info-subtile {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4rem;
    margin-bottom: 0;
    opacity: 0.6;
    padding-bottom: 0;
}

.vcard-profile-address {
    font-style: normal;
}

.vcard-profile-address-list {
    border-top: 1px solid #ddd;
    list-style: none;
    margin-top: 20px;
    padding: 0;
    padding-top: 20px;
}


.vcard-profile-address-list-item {
    margin-bottom: 10px;
    padding: 0;
}

.vcard-profile-address-list-item-title {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: normal;
    opacity: 0.6;
    width: 100px;
}

.vcard-profile-address-list-item-text {
    font-size: 0.9rem;
    font-weight: 400 !important;
}

.vcard-profile-address-list-item-text a {
    color: inherit;
}

.vcard-profile-address-list-item-text a:hover {
    color: #07aaf5;
}

/* scroll down icon */
.vcard .scroll-down {
    bottom: 0;
    color: #d6d7da;
    cursor: pointer;
    font-size: 30px;
    left: calc(50% - 25px);
    line-height: 50px;
    position: absolute;
    text-align: center;
    transition: 0.2s all;
    width: 50px;
}

.vcard .scroll-down:hover {
    color: #07aaf5;
}

@media screen and (max-width: 840px) {
    .vcard {
        left: 0;
        margin: 0 20px;
        transform: translateX(0);
        width: calc(100% - 40px);
    }

    .vcard-container {
        display: flex;
        width: auto;
    }

}

@media screen and (max-width: 767px) {
    .page-1 .brick-id-3 {
        padding: 6rem 0 !important;
    }

    .vcard-profile-address-list-item-title {
        width: 80px;
    }
}

@media screen and (max-width: 600px) {

    .vcard-profile {
        padding: 20px 20px 20px 20px;
    }

    .vcard-profile-info-title {
        font-size: 30px;
    }

    .vcard-profile-address-list-item {
        margin-bottom: 5px;
        padding: 0;
    }

    .vcard-profile-address-list-item-title {
        line-height: 110%;
    }

    .vcard-profile-address-list-item-title,
    .vcard-profile-address-list-item-text {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .vcard-image {
        display: none;
    }
}

/*******************/
/* Willkommenstext */
/*******************/


/**************/
/* Leistungen */
/**************/
.brick-id-5,
.brick-id-8 {
    background: #f8f8f8 !important;
}

.page-1 .qui-control-childrenlist-cardRows {

}

.page-1 .qui-control-childrenlist-default-entry {
    display: flex !important;
    background: transparent !important;
    padding: 3rem 0;
    margin-bottom: 50px;
}

.page-1 .qui-control-childrenlist-default-entry:nth-child(even) {
    flex-direction: row-reverse;
}

.page-1 .qui-control-childrenlist-default-entry-content-footer .qui-control-childrenlist-default-entry-content-footer-link {
    float: initial;
}

.page-1 .qui-control-childrenlist-default-entry-image.grid-40 {
    width: 50% !important;
    flex-grow: 1;
    flex-shrink: 0;
    overflow: visible;
    max-height: initial;
}

.page-1 .qui-control-childrenlist-default-entry-image img {
    max-height: initial !important;
}

@media screen and (max-width: 767px) {
    .page-1 .qui-control-childrenlist-cardRows-entry,
    .page-1 .qui-control-childrenlist-cardRows-entry:nth-child(even) {
        flex-direction: column;
    }

    .page-1 .qui-control-childrenlist-cardRows-entry-image.grid-25,
    .page-1 .qui-control-childrenlist-cardRows-entry-content {
        width: 100% !important;
        padding: 0 !important;
    }
}

/* brick - more button */
.brick-id-9.tpl-presentation-row {
    background: #f8f8f8 !important;
    padding-top: 0 !important;
}

/*******************/
/* Kontaktformular */
/*******************/
.brick-6 {
    margin: 0 auto;
    max-width: 800px;
}

.brick-6 form.quiqqer-simple-contact {
    max-width: 600px;
    margin: 0 auto;
}

.quiqqer-simple-contact-button {
    margin-top: 20px;
}

/**************************/
/* scroll to contact form */
/**************************/
.scroll-to-contact {
    align-items: center;
    background: #fff;
    cursor: pointer;
    display: flex;
    position: absolute;
    right: 0;
    top: 30vh;
    transform: translateX(calc(100% - 40px));
    transition: 0.3s all ease-out;
    transition-delay: 0.25s;
    z-index: 2;
}

.scroll-to-contact:hover {
    transform: translateX(0);
    transition-delay: 0s;
}

.scroll-to-contact .fa {
    background: #07aaf5;
    color: #fff;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.scroll-to-contact-text {
    padding: 0 10px;
}

@media screen and (max-width: 900px) {
    .scroll-to-contact {
        top: 15vh;
    }
}

/**********/
/* footer */
/**********/

.page-footer {
    padding-top: 3rem !important;
}

.brick-7 {
    color: #95a0b4;
    padding-bottom: 0 !important;
}

.brick-7 a {
    color: #95a0b4;
    padding: 0 10px;
}

.page-footer-copyright {
    border: none !important;
    padding-top: 10px !important;
}

.page-footer-copyright-left {
    font-size: 13px;
    text-align: center;
    width: 100% !important;
}

/********************/
/* Seite Leistungen */
/********************/
.page-8 .main-content {
    max-width: 800px;
    margin: 0 auto;
}

.page-9 .main-content img,
.page-10 .main-content img,
.page-11 .main-content img,
.page-12 .main-content img {
    height: 220px;
    object-fit: cover;
}

/************************************/
/* datenschutz und impressum schmal */
/************************************/
.page-3 .main-content,
.page-5 .main-content {
    max-width: 800px;
    margin: 0 auto;
}

/**************/
/* startesite */
/**************/
@media screen and (max-width: 767px) {
    .page-1 .qui-control-childrenlist-default-entry {
        flex-direction: column !important;
    }
    
    .page-1 .qui-control-childrenlist-default-entry .qui-control-childrenlist-default-entry-content-footer {
        display: flex;
        justify-content: center;
    }
}