/* Global Styles */
/* @import url(https://fonts.googleapis.com/css?family=Lato:400,300,700); */

@font-face {
    font-family: 'Graphik Web';
    src: url('/theme/fonts/Graphik-Bold-Web.eot');
    src: url('/theme/fonts/Graphik-Bold-Web.eot?#iefix') format('embedded-opentype'),
    url('/theme/fonts/Graphik-Bold-Web.woff2') format('woff2'),
    url('/theme/fonts/Graphik-Bold-Web.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('/theme/fonts/Graphik-Regular-Web.eot');
    src: url('/theme/fonts/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'),
    url('/theme/fonts/Graphik-Regular-Web.woff2') format('woff2'),
    url('/theme/fonts/Graphik-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    src: url("/theme/fonts/Graphik-Light-Web.eot");
    src: url("/theme/fonts/Graphik-Light-Web.eot?#iefix") format("embedded-opentype"),
    url("/theme/fonts/Graphik-Light-Web.woff2") format("woff2"),
    url("/theme/fonts/Graphik-Light-Web.woff") format("woff");

    font-family: "Graphik Web";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    src: url("/theme/fonts/Graphik-Medium-Web.eot");
    src: url("/theme/fonts/Graphik-Medium-Web.eot?#iefix") format("embedded-opentype"),
    url("/theme/fonts/Graphik-Medium-Web.woff2") format("woff2"),
    url("/theme/fonts/Graphik-Medium-Web.woff") format("woff");

    font-family: "Graphik Web";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

:root {
    --accent-color-0-1: #ffffff;
    --accent-color-0-4: #003a5a;
    --accent-color-0-5: #1a4281;
    --accent-color-0-6: #222034;
    --custom-color--red: #d41217;
    }

*:focus,
*:active,
*:hover
{
    outline: none !important;
}
a:hover,
a:active,
a:visited,
a:focus
{
    text-decoration: none;
}
img
{
    vertical-align: top;
}
*
{
    font-family: 'Graphik Web', sans-serif;
    font-weight: 300;
}
html,
body
{
    font-family: 'Graphik Web', sans-serif;
    font-weight: 300;
    height: auto;
    color: #58585a;
    /*font-size: 14px;*/
}
textarea
{
    min-height: 100px !important;

    resize: vertical;
}
.full-width
{
    width: 100%;
}

.full-width-small
{
    width: 100%;
    /* height: 100%; */
}

.p-l-0
{
    padding-left: 0;
}
.p-r-0
{
    padding-right: 0;
}
h1
{
    font-family: 'Graphik Web', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;

    color: #003a5a;
}
h2
{
    font-family: 'Graphik Web', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;

    color: #003a5a;
}

h3
{
    font-family: 'Graphik Web', sans-serif;
}

p
{
    font-size: 1.25rem;
    font-weight: 300;
    color: var(--accent-color-0-6);
}

@media (max-width: 768px) {
    p {
        font-size: 1rem;
    }
}

.btn
{
    -webkit-transition: .35s;
    -moz-transition: .35s;
    transition: .35s;

    padding: 25px 65px;
    border-radius: 800px;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: all .25s ease;
}
.btn-primary
{
    font-size: 15px;
    font-weight: 700;
    line-height: 37px;

    height: 50px;

    text-transform: uppercase;

    background: #003a5a;
}
.btn-primary:hover
{
    background: #e32518;
}
.btn-white
{
    font-size: 14px;
    font-weight: 700;

    height: 32px;
    padding: 0 15px;

    text-transform: uppercase;

    color: #e32518;
}
.mart0
{
    margin-top: 0;
}

/* Home Page Css */
.home-group
{
    margin-bottom: 75px;
}
.home-banner
{
    height: calc(100vh - 89px);

    background-attachment: fixed;
    /*background: url('../../img/home-banner.jpg');*/
    background-size: cover;
}
.ballon
{
    position: absolute;
    z-index: 999;
    top: -20px;
    right: 0;

    width: auto;
    height: 60%;
}

.banner-fader
{
    float: left;

    margin-top: 55px;
    padding: 15px;

    background: rgba(255,255,255,.5);
}

.banner-fader > p
{
    /*color: #fff !important;*/
    color: #003a5a;
}

.banner-content
{
    width: 470px;

    /*border-top: solid 1px #003A5A;*/
    /*border-top: solid 1px #fff;*/
}
.banner-logo
{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    /*color: #fff;*/

    margin-top: 10px;

    cursor: pointer;

    color: #003a5a;
}


.main-header .logo {
    margin-right:30px;
}

.banner-content p
{
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;

    color: #003a5a;
}
.form-control.red,
.field .form-control
{
    font-size: 18px;
    font-weight: 300;

    height: 32px;

    color: #fff;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #e35339;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}
.form-control.red::-webkit-input-placeholder
{
    font-family: 'Graphik Web', sans-serif;
    font-size: 18px;
    font-weight: 300;

    opacity: 1;
    color: #fff;
}
.form-control.red::-moz-placeholder
{
    font-family: 'Graphik Web', sans-serif;
    font-size: 18px;
    font-weight: 300;

    opacity: 1;
    color: #fff;
}
.form-control.red:-ms-input-placeholder
{
    font-family: 'Graphik Web', sans-serif;
    font-size: 18px;
    font-weight: 300;

    opacity: 1;
    color: #fff;
}
.form-control.red input:-moz-placeholder
{
    font-family: 'Graphik Web', sans-serif;
    font-size: 18px;
    font-weight: 300;

    opacity: 1;
    color: #fff;
}
.home-form .form-group label
{
    font-size: 18px;
    font-weight: 300;

    padding-top: 2px;

    color: #fff;
}
.home-form .form-group
{
    margin-bottom: 10px;
}

/* Header Css */
.main-header
{
    padding: 15px 0 20px;
}

.clearfix
{
    margin-left: 15px;
    margin-right: 15px;
}
#nav>ul
{
    margin-top: 18px;
    margin-bottom: 0;
    margin-left: 15px;
    padding-left: 0;
}
#nav>ul>li
{
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;

    float: left;

    margin-left: 20px;

    list-style: none;
}
#nav ul li>a, #nav ul li button
{
    position: relative;

    text-transform: uppercase;

    color: #707173;
}
#nav ul li button#logout
{
    text-align: left;
    color: #707173;
}
#nav ul li.active a
{
    font-weight: 700;

    color: #003a5a;
}
#nav ul li.active a:after
{
    background: #003a5a;
}
#nav ul li a:after,
.link-content h1:after,
.scroll-link:after,
.question h3:after
{
    position: absolute;
    bottom: -3px;
    left: 0;

    width: 0;
    height: 1px;

    content: '';
    -webkit-transition: .35s;
    -moz-transition: .35s;
    transition: .35s;

    background: #707173;
}

#nav ul #user-login
{
    float: right;
}

.link-content h1:after
{
    bottom: -10px;
}
.link-content h1:after,
.scroll-link:after,
.question h3:after
{
    height: 2px;

    background: #fff;
}

#nav ul li a:hover:after,
.link:hover h1:after,
.scroll-link:hover:after,
.question-answer-box:hover h3:after
{
    width: 100%;
}

.logo img
{
    width: 190px;
    height: auto;
    user-select: none;
}
.home-links .link,
.home-links .link-no-animation
{
    position: relative;

    overflow: hidden;

    height: 290px;
    margin-bottom: 15px;
}
.link img.full-width
{
    position: absolute;
    z-index: 9;
    top: -100px;

    -webkit-transition: .35s;
    -moz-transition: .35s;
    transition: .35s;
}
.link:hover img.full-width
{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.link img.full-width-small
{
    position: absolute;
    z-index: 9;
    top: 0;

    -webkit-transition: .35s;
    -moz-transition: .35s;
    transition: .35s;
}
.link:hover img.full-width-small
{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.link:hover .overlay
{
    background: rgba(0,0,0,.7);
}
.link .overlay
{
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: .35s;
    -moz-transition: .35s;
    transition: .35s;

    background: rgba(0,0,0,.35);
}
.bg-red
{
    background: #e32518;
}
.bg-dark-blue
{
    background: #003a5a;
}
.bg-light-blue
{
    background: #005fa8;
}
.link-content
{
    position: relative;
    z-index: 999;

    padding: 25px 24px 25px 25px;
}
.link-content h1,
.question h3
{
    /*margin-bottom: 24px;*/
    display: inline-block;

    margin-top: 0;
}
.link-content h1
{
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;

    position: relative;

    color: #fff;
}
.link-content p,
.bottom-link
{
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;

    color: #fff;
}
.bottom-link
{
    font-weight: 700;

    position: absolute;
    z-index: 999;
    bottom: 25px;
    left: 25px;

    text-decoration: underline;
}
.bottom-link:hover
{
    color: #fff;
}

/* Services Page Css */
.scroll-link
{
    position: relative;
}
.full-banner
{
    position: relative;

    overflow: hidden;

    height: 330px;
    margin-bottom: 60px;
}
.full-banner img
{
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;

    width: 100%;
}
.banner-over-content
{
    position: relative;
    z-index: 999;

    margin-top: 35px;
}
.banner-over-content p
{
    font-size: 22px;
    font-weight: 100;
    line-height: 30px;

    width: 550px;
    margin-top: 25px;

    color: #003a5a;
}
.center-content p
{
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;

    padding: 10px 0;

    color: #0060a9;
}
.scroll-links
{
    overflow: hidden;

    margin: 0 -5px;
}
.scroll-div
{
    margin: 45px 0 100px;
}
.scroll-div
{
    float: left;

    width: 33.3333%;
    padding: 0 5px;
}
.scroll-div-inner,
.question-answer-box
{
    position: relative;

    min-height: 178px;
    padding: 17px 22px 20px;

    background: #003a5a;
}

.scroll-div-inner h3
{
    margin: 0;
}
.scroll-div-inner h3 a,
.question h3
{
    font-size: 22px;
    font-weight: 700;

    text-decoration: none;

    color: #fff;
}
.scroll-div-inner p
{
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;

    margin-top: 17px;
    margin-bottom: 10px;

    color: #fff;
}
.scroll-div-inner a.bottom
{
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;

    position: absolute;
    bottom: 20px;
    left: 22px;

    text-decoration: underline;

    color: #fff;
}
.banner-text
{
    margin-bottom: 130px;

    text-align: center;
}
.banner-text p
{
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;

    margin-bottom: 35px;
    padding: 0 50px;

    color: #58585a;
}
.banner-text p:last-of-type
{
    margin-bottom: 30px;
}
.banner-text .btn-primary
{
    width: 440px;
}

.drucken
{
    margin-bottom: 20px;
}

/* Uber Page Css */
.portrait,
.engagement
{
    background: #ececed;
}

.engagement h1
{
    margin-left: 15px;
}

.uber-scroll
{
    padding: 40px 0 80px;
}
.uber-scroll h1
{
    margin-bottom: 45px;
}
.portrait-div
{
    overflow: hidden;

    margin: 0 -5px;
}
.one-forth
{
    float: left;

    width: 24%;
    margin: 0 4px;

    background-color: #fff;
}

.one-forth:first-of-type
{
    margin-left: 0;
}
.one-forth:last-child
{
    margin-right: 0;
}

.one-forth-inner
{
    position: relative;

    margin-bottom: 10px;
}
.one-forth-inner .top-section
{
    overflow: hidden;

    height: 200px;
    padding-top: 10px;

    background: url('../../img/placeholder.jpg') no-repeat;
    background-size: 100% 200px;
}
.top-section img.member
{
    width: auto;
    height: 200px;
}
.bottom-section
{
    min-height: 183px;
    padding: 15px;

    background: #fff;
}
.text-group p
{
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;

    margin-bottom: 25px;
    padding-right: 90px;

    color: #58585a;
}
.bottom-section h2
{
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;

    margin-top: 0;
    margin-bottom: 8px;

    color: #003a5a;
}
.bottom-section p
{
    font-size: 15px;
    font-weight: 300;

    min-height: 50px;

    color: #58585a;
}
.bottom-section address
{
    margin-bottom: 0;
}
.bottom-section address span
{
    font-size: 15px;
    font-weight: 300;
    font-style: normal;

    display: block;

    color: #58585a;
}
.bottom-section address a
{
    font-size: 15px;
    font-weight: 700;
    font-style: normal;

    text-decoration: underline;

    color: #58585a;
}
.tabs-group .nav-tabs
{
    border-top: solid 1px #ececed;
    border-bottom: solid 1px #ececed;
}
.tabs-group .nav li
{
    margin-bottom: 0;
}
.tabs-group .nav li a
{
    font-size: 15px;
    font-weight: 300;

    text-transform: uppercase;

    color: #005fa8;
}
.tabs-group .nav li a:hover
{
    color: #003a5a;
    border-color: transparent !important;
    background: transparent;
}
.tabs-group .nav li.active a
{
    font-weight: 700;

    color: #003a5a;
}
.tabs-group .nav li:nth-child(1)
{
    width: 30%;
}
.tabs-group .nav li:nth-child(1) a
{
    padding-left: 0;
}
.tabs-group .nav li:nth-child(2)
{
    width: 32%;
}
.tabs-group .nav li:nth-child(3)
{
    width: 22%;
}
.tabs-group .nav li:nth-child(4)
{
    width: 16%;

    text-align: right;
}
.tabs-group .nav li:nth-child(4) a
{
    padding-right: 0;
}
.tabs-group .nav-tabs > li.active > a,
.tabs-group .nav-tabs > li.active > a:focus,
.tabs-group .nav-tabs > li.active > a:hover
{
    border-color: transparent;
}
.tab-pane p.center
{
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;

    margin: 50px 0 75px;

    text-align: center;

    color: #58585a;
}
.text-head
{
    font-size: 18px;
    font-weight: 700;

    margin-top: 60px;
}
.makler
{
    padding-bottom: 60px;
}

.partner-logo
{
    margin-bottom: 20px;
}

/* Footer Css */
.main-footer
{
    padding: 30px 0 40px;

    background: #d9dadb;
}
.main-footer .lg-col
{
    float: left;

    width: 320px;
    height: 181px;
    max-height: 181px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.main-footer .md-col
{
    position: relative;

    float: left;

    width: 245px;
    height: 181px;
    max-height: 181px;
    padding: 15px;

    border-left: solid 1px #b0b2b3;
}
.main-footer .md-col:last-of-type
{
    padding-bottom: 0;
}
.main-footer .f-heading
{
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;

    margin-top: 0;
    margin-bottom: 7px;

    color: #58585a;
}
.main-footer address
{
    margin-bottom: 0;
}
.main-footer address span,
.main-footer address a
{
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 23px;

    display: block;

    color: #58585a;
}
.main-footer address a
{
    display: inline-block;
}
.footer-image
{
    margin-top: 12px;
    margin-bottom: 5px;
}
.width-165
{
    width: 165px;
    height: auto;
}

.width-145
{
    width: 145px;
    height: auto;
}

.main-footer .md-col:last-of-type .width-165
{
    width: 100%;
}

.expert-sw
{
    position: absolute;
    z-index: 999;
    top: 30px;
    right: 22px;

    width: auto;
    height: 100px;
}

.hyporesult
{
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;

    padding: 10px 0;
}

.hyporesult td
{
    padding-right: 25px;
}

form.default-form label
{
    font-size: 21px;
    font-weight: 300;

    display: block;

    color: #111;
}

form.default-form legend
{
    font-weight: 700;

    border: none;
}

form.default-form input,
form.default-form textarea
{
    width: 300px;
}

form.default-form div.line
{
    margin-bottom: 10px;
}

/* form grey */
.form-grey
{
    margin: 30px 0;
    padding: 25px 30px;

    background-color: #d9dadb;
}

.form-grey legend
{
    font-weight: 700;

    border: none;
}

.form-grey h2
{
    margin-bottom: 30px;
}
.form-grey p
{
    font-size: 15px;
    font-weight: 300;

    margin-top: 5px;

    color: #3e3d40;
}

.form-grey label
{
    font-size: 15px;
    font-weight: 300;

    width: 230px;
    margin-top: 5px;

    color: #3e3d40;
}

.form-grey label.small-width
{
    font-size: 15px;
    font-weight: 300;

    width: 160px;
    margin-top: 5px;

    color: #3e3d40;
}

.form-grey .checkbox-group .inline-label
{
    width: auto;
    margin: 0 15px 0 5px;
}

.form-grey .field
{
    width: 260px;
}

.form-grey .field .form-control
{
    font-size: 15px;

    height: 30px;

    color: #3e3d40;
    background-color: #fff;
}

.form-grey .field .form-control.small
{
    float: left;

    width: 80px;
}

.form-grey .field .form-control.large
{
    float: left;

    width: 170px;
    margin-left: 10px;
}
.form-grey .form-group
{
    margin-bottom: 10px;
}
.form-grey .btn
{
    font-size: 12px;
    line-height: 18px;

    width: 170px;
    height: 30px;
    margin-top: 10px;
    margin-left: 217px;
}

.checkbox-mobile label
{
    padding-left: 20px;
}

.form-grey p.required
{
    display: inline-block;

    width: 100px;
}

.btn-wrapper
{
    display: inline-block;
}

/*
form.default-form fieldset {
width:40%;
float: left;
}
*/

.default-form .line label
{
    display: block;
}

/* Kontakt Page Css */
.contact-banner
{
    padding: 25px 0;

    background: url('../../img/contact.jpg') no-repeat;
    background-size: cover;
}
.contact-form
{
    width: 450px;
    padding: 25px 30px;

    background: rgba(255, 255, 255, .85);
}
.contact-form h2
{
    margin-bottom: 30px;
}
.contact-form label
{
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;

    width: 130px;
    margin-top: 5px;

    color: var(--accent-color-0-6);
}
.contact-form .field
{
    width: 260px;
}
.field .form-control
{
    height: 100%;
    
    font-size: 1rem;
    color: var(--accent-color-0-6);
    background: transparent;
}
.field .form-control.small
{
    float: left;

    width: 80px;
}
.field .form-control.large
{
    float: left;

    width: 170px;
    margin-left: 10px;
}
.contact-form .form-group
{
    margin-bottom: 10px;
}
.contact-form .btn
{
    font-size: 12px;
    line-height: 18px;

    float: right;

    width: 220px;
    height: 30px;
    margin-top: 10px;
    padding: 6px 12px;
}
.contact-locations
{
    padding: 60px 0 110px;

    background: #ececed;
}
.office-top
{
    padding: 25px 30px;

    background: #fff;
}
.office-top h2
{
    margin-top: 0;
}
.office-top span
{
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;

    display: block;

    color: #58585a;
}
.office-top a
{
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;

    text-decoration: none;

    color: #3e3d40;
}
.office-top span.last
{
    margin-top: 12px;
}
.office-top span.last a
{
    font-weight: 700;
}
.office-bottom
{
    overflow: hidden;

    height: 380px;
}
.office-bottom img
{
    width: 100%;
    margin-top: -25px;

    -webkit-transition: .35s;
    -moz-transition: .35s;
    transition: .35s;
}
.office:hover .office-bottom img
{
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
}

.referenz
{
    display: inline-block;

    margin-bottom: 30px;
}

.referenz img
{
    width: 100%;
}

.col-xs-12.office
{
    text-align: center;
}

.referenz-text
{
    min-height: 120px;

    text-align: left;
}

.referenz-text h3
{
    font-family: 'Graphik Web', sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 27px;

    color: #003a5a;
}

.referenz figure
{
    position: relative;

    max-width: 450px;
    margin: 0;
    padding: 0;
}

.referenz figure .reserviert,
.referenz figure .sold,
.referenz figure .vermietet
{
    position: absolute;
    z-index: 99;
    right: 0;
    bottom: 0;

    width: 119px;
    height: 70px;

    background: url(../../img/banner.png) no-repeat;
}

.referenz figure .reserviert
{
    background-position: 0 -70px;
}

.referenz figure .vermietet
{
    background-position: 0 -70px;
}

/* Header Fixed */
.main-header
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    width: 100%;

    background-color: white;
    /* transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s; */
}
.main-header.fixed
{
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 3px #003a5a;
    -moz-box-shadow: 0 0 3px #003a5a;
    box-shadow: 0 0 3px #003a5a;
}
.home .main-header
{
    position: relative;
    top: auto;
    left: auto;
}
.home .main-header.fixed
{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    width: 100%;
    /*transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;*/
}
.body-content
{
    margin-top: 100px;
    margin-bottom: 50px;
}
.home .body-content
{
    margin-top: 0;
}
.home .main-header.fixed + .body-content
{
    margin-top: 89px;
}
.home
{
    height: 100%;
}

.alert
{
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;

    color: #fff;
    border: none;
    border-left: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 0;
}

.alert-danger
{
    border-left-color: #d9232e;
    background-color: #d9232e;
}

/*.alert-danger strong {

}*/

.alert > ul
{
    font-size: 22px;
    line-height: 30px;

    padding-top: 10px;
    padding-left: 20px !important;
}

/*.alert-danger strong, b {
color: #A51512;
}
*/
.alert-warning
{
    border-left-color: #ec971f;
    background-color: #fcc578;
}

/*.alert-warning strong, b {
color: #EC971F;
}*/

.alert-info
{
    border-left-color: #5bc0de;
    background-color: #8fe0f8;
}

/*.alert-info strong, b {
color: #5bc0de;
}*/

.alert-success
{
    margin-top: 20px;
    border-left-color: #008c07;
    background-color: #a7e1aa;
    padding: 5px;
}

#article-7 .alert
{
    margin-top: 30px;
    margin-bottom: 10px;
}

#article-7 .form-grey
{
    margin-top: 0;
}

/*.alert-success strong, b {
color: #008C07;
}*/

/* question and answer */
.answer
{
    display: none;

    margin-top: 20px;

    color: #fff;
}

.question h3
{
    position: relative;

    margin: 0;
}

.question-answer-box
{
    min-height: auto;
    margin-bottom: 20px;
}

.question h3:after
{
    bottom: -8px;
}

.question-link
{
    display: inline-block;

    width: 100%;
}

.container .question-link:last-of-type
{
    margin-bottom: 50px;
}

.answer-open
{
    font-size: 30px;
    font-weight: 700;

    color: #fff;
}

.bildzentriert
{
    padding-bottom: 130px;
}

.bildzentriert img
{
    max-width: 100%;
}

/* FORM UND LIST MODULE */
.bluemenu
{
    max-width: 90%;
    height: 34px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.blue-detail-menu
{
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.blue-detail-menu .btn-info,
.btn-info,
.btn-info:hover
{
    background-color: #04488e;
}

.bluemenu .blueSelectAll
{
    margin-right: 10px;
}

.blue-detail-menu .tab
{
    margin-top: 15px;

    background-color: #d9dadb;
}

.blue-detail-menu .tab button
{
    color: #707173;
    border: 1px solid #b0b2b3; border-width: 0 1px;
    background-color: #d9dadb;
}

.blue-detail-menu .tab button.active
{
    color: #fff;
    background-color: #aaa;
    box-shadow: none;
}

.blue-detail-output .tabcontent
{
    display: none;
}

.blue-detail-output .tabcontent.open
{
    display: block;

    height: auto;
}

.blue-detail-output .btn-primary
{
    background-color: #222944;
}

.blue-detail-output .blueformdelete
{
    font-size: 15px;
    font-weight: 700;
    line-height: 37px;

    height: 50px;

    text-transform: uppercase;

    background-color: #d92530;
}

.blue-detail-output .blueformsendLetter
{
    font-size: 15px;
    font-weight: 700;
    line-height: 37px;

    height: 50px;

    text-transform: uppercase;

    background-color: #222944;
}

.blue-detail-output .nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.blue-detail-output .blueformduplicate
{
    font-size: 15px;
    font-weight: 700;
    line-height: 37px;

    height: 50px;
    margin-right: 15px;

    text-transform: uppercase;
}

.bluemenu a.btn, .bluemenu button.btn
{
    background-color: #04488e;
}

.bluemenu .blueSearchSend
{
    height: 34px;

    border: 1px solid #fff;
}

.bluemenu .bluecreate-new
{
    float: right;

    height: 34px;

    border: 1px solid #fff;
}

.bluemenu .form-control
{
    display: inline-block;

    width: auto;
    height: auto;
    margin-bottom: 15px;

    border-radius: 0;
}

.bluetable thead tr th
{
    font-weight: bold;
}

.bluetable tbody tr:not(.bluetable-nodata):not(.noClick)
{
    cursor: pointer;
}

.bluetable tbody tr
{
    height: 37px;
}

.bluetable tbody td
{
    overflow: hidden;

    max-height: 300px;
}

.bluetable tbody td img
{
    width: 200px;
    max-height: 200px;
}

.bluetable-nodata
{
    text-align: center;
}

.blueoutput
{
    max-width: 90%;
    margin-left: 15px;
    margin-right: 15px;
    cursor: default;
}

.blue-detail-output
{
    display: inline-block;

    width: 90%;
    margin-left: 15px;
    margin-right: 15px;}

    .blue-detail-output .form-group.formmenu
    {
        margin-top: 15px;
    }

    .blue-detail-output .form-group.ansicht:not(.html-type):hover
    {
        cursor: not-allowed;
    }

    .blue-detail-output .form-group.ansicht:not(.html-type) label:hover
    {
        cursor: not-allowed;
    }

    .blue-detail-output .form-group.ansicht:not(.html-type) .form-control:hover
    {
        cursor: not-allowed;
    }

    .blue-detail-output .form-group .a-call,
    .blue-detail-output .form-group .a-mail
    {
        position: absolute;
        top: 28px;
        right: 18px;
    }

    .blue-detail-output .form-group .uebersicht-header
    {
        width: 100%;
    }

    .blue-detail-output .form-group .uebersicht-header .detailsDiv
    {
        float: left;
        width: 57%;
    }

    .blue-detail-output .form-group.html-type .imgDiv
    {
        float: right;
        width: 35%;
    }

    .blue-detail-output .form-group.html-type img
    {
        margin-top: 20px;

        width: 100%;
        max-height: 300px;
        /*float: right;*/
        /*margin-top: -70px;*/
    }

    .blue-detail-output .form-group.tel-type img,
    .blue-detail-output .form-group.email-type img {
        margin-top: 0;
    }

    .blue-detail-output .form-group .persons
    {
        display: inline-block;

        width: 100%;
    }

    .blue-detail-output .form-group .estate_agent
    {
        display: block;
        float: left;

        width: auto;
        margin: 30px 0;
    }

    .blue-detail-output .form-group .owner
    {
        display: block;
        float: left;

        width: auto;
        margin: 30px 30px 30px 0;
    }

    .blue-detail-output .form-group .uebersicht-buttons
    {
        width: 100%;
    }

    .blue-detail-output .form-group .interessenten
    {
        width: 100%;
    }

    .blue-detail-output .form-group .interessenten .alleInt
    {
        position: relative;

        float: left;

        width: 60%;
        margin-top: 40px;
    }

    .blue-detail-output .form-group .interessenten .alleInt .i-head
    {
        /*width: 100%;*/
        display: inline;
    }

    .blue-detail-output .form-group .interessenten .alleInt .i-head h2
    {
        /*width: 180px;*/
        display: inline;
    }

    .blue-detail-output .form-group .interessenten .alleInt .i-head a
    {
        font-size: 25px;

        float: right;
    }

    .blue-detail-output .form-group .interessenten .object_stats
    {
        position: relative;

        float: right;

        width: 35%;
        margin-top: 40px;
    }

    .blue-detail-output .form-group .interessenten .object_stats h2
    {
        margin-top: 0;
    }

    .blue-detail-output .form-group .interessenten .object_stats table
    {
        width: 100%;
    }

    .blue-detail-output .form-group .interessenten .object_stats table thead th
    {
        font-size: 16px;

        border-bottom: 2px solid #ddd;
    }

    .blue-detail-output .form-group .interessenten .object_stats table tbody td
    {
        font-size: 14px;

        padding: 8px;

        border-bottom: 1px solid #ddd;
    }

    .blue-detail-output .form-group .blueoutput
    {
        width: 100%;
        margin: 0;
    }

    .blue-detail-output .form-group .btn.btn-default:not(.pagelink)
    {
        margin-right: 10px;
        margin-bottom: 10px;

        border: 2px solid #b0b2b3;
    }

    .blue-detail-output .form-group .link_buttons
    {
        max-width: 350px;
    }

    .blue-detail-output .form-group .link_buttons a
    {
        margin-bottom: 15px;
    }

    .blue-detail-output .form-group .bluemenu
    {
        max-width: 100%;
        margin-left: 0;
    }

    .blue-detail-output .form-group .blueoutput
    {
        max-width: 100%;
    }

    .blue-detail-output .col-form-label.checkbox-label
    {
        display: none;
    }

    .blue-detail-output .form-group.checkbox-type
    {
        height: 59px;
        margin-top: 9px;
        margin-bottom: 0;
        padding-top: 15px;
    }

    .form-group.sortableRelation-type
    {
        z-index: 10;

        width: 100%;
        height: 100%;
    }

    /* #Object-tab-12 > div.form-group.bearbeiten.html-type.col-md-12 > div > div.repeater > div:nth-child(1) */

    .blue-detail-output #object_contacts
    {
        width: 100%;
    }

    .blue-detail-output .object_contact
    {
        display: inline-block;
        margin: 0 100px 10px 0;
        padding: 0 50px 0 20px;
        vertical-align: top;
        position: relative;
        border: 2px solid #bbb;
        min-height: 200px;
        min-width: 250px;
        max-width: 275px;
    }

    .blue-detail-output .object_contact .object_contact_menu
    {
        position: absolute;
        top: 5px;
        right: 10px;
    }

    .blue-detail-output .object_contact_menu i
    {
        font-size: 23px;
        font-style: normal;
        display: block;
        cursor: pointer;
        color: #c00;
    }

    .blue-detail-output .object_contact .js-edit
    {
        color: #5cb85c;
    }


    .blueform-php:not(.modus-ansicht) div.tabcontent > div.form-group.showOnAnsicht
    {
        display: none;
    }

    .blueform-php.modus-ansicht div.tabcontent > div.form-group.showOnAnsicht
    {
        display: block!important;
    }

    .blue-detail-output .form-group.newLineBr
    {
        height: 0;
        margin-bottom: -25px;
    }

    .form-group.sortableRelation-type.ansicht,
    .form-group.sortableUpload-type.ansicht
    {
        -webkit-filter: opacity(.6);
        filter: opacity(.6);
    }

    .blue-sort-source
    {
        float: left;

        width: 25%;
        height: 100%;
    }

    .blue-up-sort
    {
        width: 100%;
        height: 100%;
    }

    .blue-sort-targets
    {
        float: left;

        width: 75%;
    }

    .blue-detail-output .form-group .blue-sort-target
    {
        float: left;

        width: calc(100% / 4);
        height: auto;
    }

    .blue-detail-output .form-group .blue-sort-targets
    {
        height: 100%;
    }

    .blue-detail-output .form-group .blue-sort-source,
    .blue-detail-output .form-group .blue-sort-target,
    .blue-detail-output .form-group .blue-up-sort
    {
        position: relative;

        padding-top: 30px;
        padding-left: 0;

        border: 1px solid black;
    }

    .blue-detail-output .form-group .blue-sort-target
    {
        border-left: none;
    }

    .blue-detail-output .form-group .blue-sort-source div.progress,
    .blue-detail-output .form-group .blue-up-sort div.progress
    {
        position: absolute;
        top: 5px;
        right: 5px;

        width: 110px;
    }

    .blue-detail-output .form-group .blue-sort-source span,
    .blue-detail-output .form-group .blue-sort-target span,
    .blue-detail-output .form-group .blue-up-sort span
    {
        font-weight: bold;

        position: absolute;
        top: 0;
        left: 10px;
    }

    .blue-detail-output .form-group .blue-sort-source ul,
    .blue-detail-output .form-group .blue-up-sort ul
    {
        height: 100%;
        min-height: 270px;
        margin: 0;
        padding: 0 0 50px 0;
    }

    .blue-detail-output .form-group .blue-sort-target
    {
        padding-bottom: 50px;
    }

    .blue-detail-output .form-group:not(.ansicht) .blue-sort-source ul.dragging,
    .blue-detail-output .form-group:not(.ansicht) .blue-up-sort ul.dragging
    {
        background-color: #eee;
    }

    .blue-detail-output .form-group.ansicht .blue-sort-source ul.dragging,
    .blue-detail-output .form-group.ansicht .blue-up-sort ul.dragging
    {
        cursor: not-allowed;

        background-color: none;
    }

    .blue-detail-output .form-group .blue-sort-source-ul li,
    .blue-detail-output .form-group .blue-sort-target li,
    .blue-detail-output .form-group .blue-up-sort-ul li
    {
        position: relative;

        padding-bottom: 5px;

        list-style: none;
    }


    .blue-detail-output .form-group .blue-sort-source-ul li img,
    .blue-detail-output .form-group .blue-sort-target li img,
    .blue-detail-output .form-group .blue-up-sort-ul li img
    {
        display: block;
        /*height: 150px;*/

        width: 110px;
        margin: 0 auto 0 5px;
    }

    .blue-detail-output .form-group .blue-up-sort-ul.upload li img
    {
        width: 75px;
    }

    .blue-detail-output .form-group.ansicht .blue-sort-source-ul li a img,
    .blue-detail-output .form-group.ansicht .blue-up-sort-ul li a img
    {
        cursor: pointer;
    }

    .blue-detail-output .form-group .blue-up-sort-ul li span
    {
        position: relative;
        top: auto;
        bottom: 37.5px;
        left: 80px;
    }

    .blue-detail-output .form-group .blue-up-sort-ul.plans li span
    {
        position: relative;
        top: auto;
        bottom: 37.5px;
        left: 160px;
    }

    .blue-detail-output .form-group .blue-sort-source-ul li div,
    .blue-detail-output .form-group .blue-up-sort-ul li div
    {
        position: absolute;
        top: 0;
        right: 5px;
    }

    .blue-detail-output .form-group .blue-sort-source-ul li i,
    .blue-detail-output .form-group .blue-up-sort-ul li i
    {
        font-size: 23px;
        font-style: normal;

        display: block;

        cursor: pointer;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;

        opacity: 0;
        color: #c00;
    }

    .blue-detail-output .form-group .blue-sort-source-ul li i.js-edit,
    .blue-detail-output .form-group .blue-sort-target li i.js-edit,
    .blue-detail-output .form-group .blue-up-sort-ul li i.js-edit
    {
        color: #5cb85c;
    }

    .blue-detail-output .form-group .blue-sort-target li i.js-edit
    {
        display: none;
        visibility: hidden;
    }

    .blue-detail-output .form-group .blue-sort-target li i
    {
        font-size: 23px;
        font-style: normal;

        position: absolute;
        top: 0;
        right: 5px;

        cursor: pointer;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;

        opacity: 0;
        color: #c00;
    }

    .blue-detail-output .form-group:not(.ansicht) .blue-sort-source-ul li:hover img,
    .blue-detail-output .form-group:not(.ansicht) .blue-sort-target li:hover img,
    .blue-detail-output .form-group:not(.ansicht) .blue-up-sort-ul li:hover img
    {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

    .blue-detail-output .form-group .blue-sort-source-ul li:hover i,
    .blue-detail-output .form-group .blue-sort-target li:hover i,
    .blue-detail-output .form-group .blue-up-sort-ul li:hover i
    {
        opacity: 1;
    }

    .blue-detail-output .form-group .blue-sort-source-ul.disabled li:hover i,
    .blue-detail-output .form-group .blue-sort-target.disabled li:hover i,
    .blue-detail-output .form-group .blue-up-sort-ul.disabled li:hover i
    {
        display: none;

        cursor: default;

        opacity: 0;
    }

    .blue-detail-output .form-group button[disabled]
    {
        opacity: 1;
        color: #555;
        border: none;
    }

    .blue-detail-output .form-group .ms-options-wrap > button
    {
        opacity: 1;
        color: #555;
    }

    .bluetable-post
    {
        max-width: 90%;
        margin: 20px 0px 20px 15px;
    }

    .bluetable-post p,
    .bluetable-post a
    {
        font-size: 14px;
        /* font-weight: normal; */
    }


    .bluetable-post .bluetable-post-left
    {
        float: left;
    }

    .bluetable-post .bluetable-post-right
    {
        float: right;
    }

    .bluetable-post .bluetable-post-center
    {
        float: left;

        width:         fit-content;
        width: -webkit-fit-content;
        margin-left: 100px;
    }

    .blueform-php .form-row .form-control
    {
        border-radius: 0;
        box-shadow: none;
    }

    .blueform-php .form-row select.form-control.bigger
    {
        height: 600px;
    }

    .bluetable-post .bluetable-post-right .active
    {
        text-decoration: underline;
    }

    .blueform-php .form-row .form-control[readonly],
    .blueform-php .form-row .form-control[disabled]
    {
        padding: 7px;

        cursor: default;

        border: none;

        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .blueform-php .form-row .form-control[readonly]:focus
    {
        box-shadow: none;
    }

    .form-group.blue-detail-foot-menu
    {
        float: left;
        height: auto;
        width: 100%;
        padding: 0;
    }

    .html-type div.blueoutput > table > tbody > tr.selected
    {
        background-color: #5cb85c;
    }


    .table > tbody > tr > td,
    .table > thead > tr > th
    {padding-right: 10px;
        padding-left: 0;
    }

    /* OBJEKT */

    #Object-tab-12 > div.objectadresse
    {
        max-height: 400px;
        overflow: auto;
        overflow-y: scroll;
    }

    #Object-tab-12 > div.objectadresse #contact-menu
    {
        position: sticky;
        top: 0px;
        background-color: #fff;
        width: 100%;
    }

    #Object-tab-12 > div.objectadresse #contact-output > table > thead
    {
        position: sticky;
        top: 30px;
    }

    /* LEAD */

    .main-header #notifications
    {
        position: absolute;
        top: 20px;
        right: 77px;
    }

    .material-icons
    {
        color: #222944;
    }

    #leadDetail .blue-detail-menu
    {
        margin: 20px 0;
    }

    #leadDetail .blue-detail-foot-menu
    {
        margin-top: 50px;
    }

    #leadDetail .form-group
    {
        padding-left: 0;
        margin-left: 0;
    }

    #leadDetail .form-control
    {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        padding-left: 0;
    }

    #leadDetail .form-control:focus
    {
        border-color: inherit;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #leadDetail .form-control,
    #leadDetail .form-control[readonly]
    {
        background-color: #eee;
    }

    #leadDetail .form-group:not(.disabled) i:not(.leadEditEstateAgent)
    {
        display: none;
    }

    #leadDetail label + i
    {
        font-size: 15px;
        margin-left: 3px;
    }

    #leadDetail select>option
    {
        padding-left: 0!important;
    }

    #kontakt + a > i,
    #objekt + a > i
    {
        position: absolute;
        right: 15px;
        top: 29px;
    }

    tr.leadStep
    {
        margin: 0;
    }

    tr.leadStep:hover {
        background: #ddd;
    }

    tr.leadStep.complete
    {
        color: #ccc;
    }

    tr.leadStep.complete .material-icons
    {
        color: #ccc;
    }

    #leadDetail table>tbody>tr.leadStep.active:not(.complete)>td
    {
        background: rgb(92, 184, 92);
        color: #fff;
    }

    #leadDetail .blueoutput
    {
        margin: 0;
        max-width: 100%;
    }

    div.accordion-heading > a > h2
    {
        display: inline-block;
    }

    div.accordion-heading > a > h2 > i
    {
        display: none;
        position: relative;
        top: 6px;
    }

    div.accordion-heading > a:not([aria-expanded]) > h2 > i.down
    {
        display: inline;
        /* position: relative;
        top: 6px; */
    }

    div.accordion-heading > a.collapsed > h2 > i.down
    {
        display: inline;
        /* position: relative;
        top: 6px; */
    }

    div.accordion-heading > a[aria-expanded]:not(.collapsed) > h2 > i.up
    {
        display: inline;
        /* position: relative;
        top: 6px; */
    }

    tr.leadStep div.col-sm-4
    {
        font-size: 15px;
        padding-top: 7px;
    }

    tr.leadStep i
    {
        font-size: 21px;
    }

    tr.leadStep i.stepShowInfo
    {
        margin-left: 5px;
    }

    tr.leadStep.complete b
    {
        color: #ccc;
        text-decoration:line-through;
    }

    tr.leadStep:not(.complete) td.completedInfo p
    {
        display: none;
    }

    .clickable
    {
        cursor: pointer;
    }


    tr.leadStep:not(.complete) .material-icons.stepEditNotes.active,
    tr.leadStep:not(.complete) .material-icons.stepEditReminder.active
    {
        color: #DA252F;
    }

    .noselect {
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
        supported by Chrome and Opera */
    }

.bm-financing-guarantee {
    height: 120px;
    margin-bottom: 30px;
    width: 120px;
}

.immo-filter-button {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
    margin-top: 30px;
}

.immo-filter-padding-left-none {
    padding-left: 0;
}

@media screen and (max-width: 797px)
{
    .immo-filter-button {
        margin-top: 5px;
    }
}


    /* RESPONSIVE TABLE */

    @media screen and (max-width: 900px)
    {
        .blueoutput,
        .bluemenu,
        .bluetable-post
        {
            max-width: 100%;
            margin: 0;
            margin-bottom: 5px;
        }

        .bluemenu .bluecreate-new,
        .bluemenu #contactSend,
        .bluemenu .form-control
        {
            float: left;

            margin-right: 5px;
            margin-bottom: 5px;
        }

        .bluetable tbody td img
        {
            width: 100px;
        }


        .blue-detail-output .form-group .blue-sort-source,
        .blue-detail-output .form-group .blue-sort-target
        {
            width: 100%;
            min-height: 150px;
        }

        .form-group.sortableRelation-type .blue-sort-targets
        {
            width: 100%;
        }

        .blue-detail-output .form-group .blue-sort-source li,
        .blue-detail-output .form-group .blue-sort-target li,
        .blue-detail-output .form-group .blue-up-sort-ul li
        {
            float: left;

            width: auto;
            padding-right: 10px;
            padding-left: 10px;
        }

        .blue-detail-output .form-group .blue-sort-source li div,
        .blue-detail-output .form-group .blue-up-sort-ul li div
        {
            top: -5px;
            right: -12.5px;
        }

        .blue-detail-output .form-group .blue-sort-source-ul li img,
        .blue-detail-output .form-group .blue-sort-target li img,
        .blue-detail-output .form-group .blue-up-sort-ul li img
        {
            /*height: 75px;*/
            width: 75px;
        }
    }

    @media screen and (max-width: 800px)
    {
        .blueoutput table thead
        {
            position: absolute;

            overflow: hidden;
            clip: rect(0 0 0 0);

            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;

            border: none;
        }
        .blueoutput table tr
        {
            display: block;

            height: auto;
            margin-bottom: .625em;

            border-bottom: 3px solid #ddd;
        }
        .blueoutput table td:not(.responsive-table-hidden):not(.bluetable-nodata)
        {
            font-size: .9em;

            display: block;

            min-height: 31px;

            text-align: right;

            border-bottom: 1px solid #ddd;
        }
        .blueoutput table td:not(.responsive-table-hidden):before
        {
            font-weight: bold;

            float: left;

            content: attr(data-label);
            text-transform: uppercase;
        }
        .blueoutput table td:not(.responsive-table-hidden):last-child
        {
            border-bottom: 0;
        }

        .blueoutput table td.responsive-table-hidden
        {
            display: none;
        }
    }

    /* END RESPONSIVE TABLE */

    /* END FORM UND LIST MODULE */

    /* DASHBOARD AND SETTING MODUL */

    #blueDashboard, #blueSettings
    {
        width: 90%;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 15px;
        margin-right: 15px;
    }

    #dashButtons, #settingButtons
    {
        width: 100%;
    }

    .dashButton, .settingButton
    {
        line-height: 75px;

        position: relative;

        display: inline-block;

        width: 31%;
        height: 75px;
        margin-left: 15px;
        padding: 0;

        color: white;
        /*border: 2px solid #b0b2b3;*/
        background-color: #04488e;
    }

    .dashButton {
        width: 24%;
        margin-left: 1%;
    }

	.dashButton:hover {
		color: red;
    }

    .dashButtonRow a:first-of-type, #settingButtons a:first-of-type
    {
        margin: 0;
    }

    .dashButtonRow {
        margin-bottom: 12px;
    }

    #reminderRow
    {
        margin-top: 75px;
    }

    #reminderRow h2
    {
        color: #D92530;
    }

    #reminderRow table.bluetable>tbody>tr:hover
    {
        background-color: #D92530;
        color: #fff;
    }

    #blueDashboard #second-row
    {
        width: 100%;
        margin-top: 45px;
        overflow: hidden;
    }

    #blueDashboard #third-row
    {
        width: 100%;
        overflow: hidden;
    }

    #blueDashboard #third-row .portal-stats-cols
    {
        display: flex;
    }

    #blueDashboard #third-row .portal-stats-cols > *
    {
        flex: 1;
    }

    #blueDashboard #third-row .portal-stats-chart
    {
        height: 100%;
        width: 100%;
    }

    #neusteAnfragen
    {
        float: left;

        width: 57%;
    }

    #neusteAnfragen .blueoutput,
    #todaysReminders.blueoutput
    {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    #stats
    {
        float: right;

        width: 37%;
    }

    #stats table
    {
        width: 100%;
    }

    #stats #stats-tab tbody td
    {
        font-size: 14px;

        padding: 8px;

        border-bottom: 1px solid #ddd;
    }

    #stats #stats-tab thead th
    {
        font-size: 14px;

        padding: 8px;

        border-bottom: 2px solid #ddd;
    }

    #blueSettings textarea.error
    {
        border: 2px solid red;
    }

    #passwordForm > input.input-lg
    {
        margin-top: 15px;
    }

    #passwordForm > input.col-xs-6.btn.btn-primary.btn-load.btn-lg
    {
        margin-top: 15px;
    }

    /* END DASHBOARD AND SETTING MODUL */

    /* Responsive Css */
    @media (max-width: 1350px)
    {
        .bottom-section h2
        {
            font-size: 20px;
        }
    }

    @media (max-width: 1330px)
    {
        .container
        {
            width: 1200px;
        }
        #nav ul li
        {
            margin-left: 25px;
        }
        .main-footer .md-col
        {
            width: 205px;
            padding-top: 5px;
        }
        .main-footer .lg-col
        {
            width: 250px;
            padding-top: 5px;
        }
        .expert-sw
        {
            top: 65px;
            right: -5px;
        }
        .link-content h1 a
        {
            font-size: 26px;
        }
        .bottom-section
        {
            min-height: 200px;
        }
        .tabs-group .nav li a
        {
            font-size: 18px;
        }
        .ballon
        {
            height: 50%;
        }
    }

    @media (max-width: 1200px)
    {
        .container
        {
            width: 1100px;
        }
        #nav ul li
        {
            margin-left: 15px;
        }
        #nav ul li a
        {
            font-size: 17px;
        }
        .bottom-section
        {
            padding: 10px;
        }
        .bottom-section h2
        {
            font-size: 16px;
        }
        .office-bottom
        {
            height: auto;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 1100px)
    {
        .container
        {
            width: 1024px;
        }
        .scroll-div-inner p
        {
            margin-top: 7px;
        }
        .scroll-div-inner a.bottom
        {
            position: relative;
            bottom: auto;
            left: auto;
        }
        .scroll-div-inner
        {
            min-height: 190px;
        }
        .tabs-group .nav li a
        {
            font-size: 16px;
        }
        .tab-pane p.center
        {
            font-size: 20px;
            line-height: 32px;

            margin: 25px 0 35px;
        }
        .text-group p
        {
            padding-right: 0;
        }
        .main-footer .md-col,
        .main-footer .lg-col
        {
            width: 33.3333%;
            height: auto;
            max-height: 300px;

            border: 0;
        }
        .main-footer .lg-col
        {
            padding-left: 15px;
        }
        .expert-sw
        {
            top: 5px;
            left: 205px;
        }
    }

    @media (max-width: 1100px)
    {
        .container
        {
            width: 100%;
        }
        .link-content h1 a
        {
            font-size: 20px;
        }
        .link-content h1
        {
            margin-bottom: 10px;
        }
        .full-banner img
        {
            position: relative;
            top: auto;
            left: auto;
        }
        .full-banner
        {
            height: auto;
            margin-bottom: 30px;
        }
        .banner-over-content
        {
            margin-top: 0;

            background: #d9dadb;
        }
        .banner-over-content
        {
            padding-top: 15px;
            padding-bottom: 15px;

            text-align: center;
        }
        .banner-over-content h1
        {
            font-size: 24px;

            margin-top: 0;
            margin-bottom: 0;

            color: #003a5a;
        }
        .banner-over-content p
        {
            font-size: 18px;
            line-height: 26px;

            width: 100%;
            margin-top: 10px;
            margin-bottom: 0;

            color: #003a5a;
        }
        .banner-text p
        {
            font-size: 18px;
            line-height: 26px;

            margin-bottom: 20px;
            padding: 0;
        }
        .banner-text
        {
            margin-bottom: 120px;
        }
        .body-content > .full-banner:first-child
        {
            margin-bottom: 10px;
        }
        /*.center-content p br {
        display: none;
        }*/
        h1
        {
            font-size: 24px;
            line-height: 24px;
        }
        .center-content p
        {
            font-size: 18px;
            line-height: 28px;
        }
        .one-forth
        {
            width: 50%;
        }
        .uber-scroll
        {
            padding: 20px 0 40px;
        }
        #makler
        {
            padding-bottom: 40px;
        }
        .tabs-group .nav li
        {
            width: 25% !important;

            text-align: center !important;
        }
        .tabs-group .nav li a
        {
            font-size: 14px;
        }
        .contact-form
        {
            float: none !important;

            margin-right: auto;
            margin-left: auto;
        }
        .menu-icon
        {
            position: fixed;
            z-index: 99999;
            top: 37px;
            right: 15px;

            display: inline-block;

            width: 32px;
            padding: 10px 0;

            cursor: pointer;
        }
        .menu-icon .bar-2
        {
            position: relative;

            width: 100%;
            height: 3px;

            cursor: pointer;

            background: #003a5a;
        }
        .bar-2::before
        {
            position: absolute;
            top: -6px;
            left: 0;

            display: block;

            width: 100%;
            height: 3px;

            content: '';
            cursor: pointer;
            -webkit-transition: all .35s;
            -moz-transition: all .35s;
            transition: all .35s;

            background: #003a5a;
        }
        .bar-2::after
        {
            position: absolute;
            bottom: -6px;
            left: 0;

            display: block;

            width: 100%;
            height: 3px;

            content: '';
            cursor: pointer;
            -webkit-transition: all .35s;
            -moz-transition: all .35s;
            transition: all .35s;

            background: #003a5a;
        }
        .menu-icon.open .bar-2::before
        {
            top: -3px;

            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg);

            background: #fff;
        }
        .menu-icon.open .bar-2
        {
            height: 0;

            background: #fff;
        }
        .menu-icon.open .bar-2::after
        {
            bottom: 0;

            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);

            background: #fff;
        }
        .overlay1
        {
            position: fixed;
            z-index: 9999;
            top: 0;
            left: 0;

            display: none;

            width: 100%;
            height: 100%;

            cursor: pointer;

            background: rgba(0,0,0,.6);
        }
        #nav ul
        {
            position: fixed;
            z-index: 999999;
            top: 0;
            left: -250px;

            width: 250px;
            height: 100%;
            margin: 0;

            -webkit-transition: .35s;
            -moz-transition: .35s;
            transition: .35s;

            background: #003a5a;
        }
        #nav ul.expand
        {
            left: 0;
        }
        #nav ul li, #nav ul li form, #nav ul li form div, #nav ul li form div button
        {
            width: 100%;
            margin-left: 0;
        }
        #nav ul li a, #nav ul form button
        {
            display: block;

            padding: 10px 15px;

            color: #fff;
            border-bottom: solid 1px #707173;
        }
        #nav ul li.active a
        {
            color: #fff;
            border-bottom-color: #e32518;
            background: #e32518;
        }
        #nav ul li a:after
        {
            display: none;
        }
        #nav ul li.dropdown-notifications
        {
            display: none;
        }

        .banner-fader
        {
            max-width: calc(100% - 50px);
            margin-top: 41px;
        }

        .banner-content
        {
            width: auto;

            border-top-width: 3px;
        }

        .main-footer .md-col,
        .main-footer .lg-col
        {
            width: 50%;
            height: auto;
            max-height: 360px;

            border: 0;
        }

        .main-footer .md-col:last-of-type .width-165
        {
            width: 165px;
        }
        .ballon
        {
            top: auto;
            bottom: 20px;

            width: 150px;
            height: auto;
        }
        .home-banner
        {
            position: relative;
        }
        .portrait-div .one-forth
        {
            width: 48%;
            margin: 1% !important;
        }
    }

    @media (max-width: 992px)
    {
        #neusteAnfragen {
            width: 100%;
        }

        #stats {
            width: 100%;
        }

        .link img.full-width
        {
            top: auto;
        }
        .link-content
        {
            padding: 20px 10px;
        }
        .link-content h1
        {
            font-size: 20px;
        }
        .bottom-link
        {
            left: auto;

            display: block;

            margin: 75px 0 0 10px !important;
        }
        .home-form .form-group
        {
            margin-bottom: 20px;
        }
    }

    @media (max-width: 767px)
    {
        .main-footer
        {
            padding-top: 20px;
            padding-bottom: 30px;
        }
        .home-links .link
        {
            height: auto;
            min-height: 200px;
        }
        .home-links .p-r-0
        {
            padding-right: 15px;
        }
        .home-links .p-l-0
        {
            padding-left: 15px;
        }

        .home-links .link,
        .home-links .link-no-animation
        {
            height: auto;
        }
        .home-group
        {
            margin-bottom: 25px;
        }
        .scroll-div
        {
            width: 100%;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .scroll-div-inner a.bottom
        {
            display: inline-block;

            margin-top: 10px;
        }
        .scroll-div-inner
        {
            min-height: 1px;
        }
        .logo
        {
            margin-left: 0;
        }
        .tabs-group .nav li
        {
            width: 100% !important;
        }
        .tabs-group .nav li:nth-child(4) a
        {
            padding-right: 15px;
        }
        .tabs-group .nav li:nth-child(1) a
        {
            padding-left: 15px;
        }
        .contact-locations
        {
            padding: 50px 0;
        }
        .scroll-links
        {
            margin-bottom: 40px;
        }
        .referenz-text
        {
            min-height: 70px;
        }
        .referenz-text h3
        {
            font-size: 19px;
        }

        .main-footer .md-col,
        .main-footer .lg-col
        {
            width: 100%;
            height: auto;
            max-height: 300px;

            border: 0;
        }
    }

    @media (max-width: 560px)
    {
        .one-forth
        {
            width: 100%;
        }
        .portrait-div .one-forth
        {
            width: 100%;
            margin-right: 0 !important;
            margin-left: 0 !important;
        }
        .banner-content p
        {
            font-size: 18px;
            line-height: 25px;
        }
        .ballon
        {
            bottom: 10px;

            width: 110px;
        }

        .form-grey .field
        {
            width: 100%;
        }

        .form-grey .btn
        {
            float: right;

            margin-left: 0;
        }

        .btn-wrapper
        {
            display: block;
        }

        .form-grey fieldset
        {
            margin-top: 20px;
        }

        .form-grey legend
        {
            margin-bottom: 0;
        }
    }

    @media (max-width: 480px)
    {
        .link img.full-width
        {
            width: 100%;
            height: auto;
        }
        .banner-text .btn-primary
        {
            font-size: 13px;

            width: 100%;
        }
        .contact-form,
        .contact-form .field,
        .contact-form .btn
        {
            width: 100%;
        }
        .field .form-control.large
        {
            width: 60%;
            /* margin-right: 5%; */
        }
        .field .form-control.small
        {
            width: 35%;
        }
        .contact-form
        {
            padding: 25px 15px;
        }

        .logo img
        {
            width: 200px;
        }
    }


table.inquiry-object-table > tbody > tr.selected {
    background-color: #5cb85c;
}

.status-time {
    padding-top: 0;
    padding-bottom: 0;
}

.mail-nach-interesse, .newsletter-nach-absage-container {
    padding-bottom: 15px;
    padding-top: 15px;
}

.mail-nach-interesse {
    width: 100%;
}

.interesse-col {
    padding-top: 15px;
}

.mail-nach-interesse .object-image img {
    width: 100%;
}

.mail-nach-interesse .agent-image {
    width: 100%;
}

.newsletter-form .form-group
{
    margin-top: 15px;
}

.mail-nach-interesse .object-info .title {
    hyphens: auto;
}

.newsletter-form label {
    width: 100% !important;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    margin-top: 5px;
    color: #3e3d40;
}

.newsletter-form .field {
    width: 100% !important;
}

.newsletter-form .btn {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    float: right;
    height: 30px;
    margin-top: 10px;
}

.newsletter-checkbox {
    display: flex;
    align-items: baseline;
}

.newsletter-checkbox input[type='checkbox'] {
    margin-right: 8px;
}

.newsletter-form .clearfix {
    margin-left: 0;
    margin-right: 0;
}

.status-icon {
    font-size: 16px !important;
    vertical-align: top;
}

@media (min-width: 992px)
{
    .mail-nach-interesse, .newsletter-nach-absage-container {
        padding-top: 35px;
    }

    .mail-nach-interesse {
        width: 50%;
    }

    .newsletter-form .btn {
        width: auto;
    }

    .mail-nach-interesse .newsletter-form .field {
        width: 80% !important;
    }

    .mail-nach-interesse .newsletter-form label {
        width: 20% !important;
    }

    .newsletter-nach-absage-container .newsletter-form .field {
        width: 70% !important;
    }

    .newsletter-nach-absage-container .newsletter-form label {
        width: 30% !important;
    }
}

.top-row-nav {
    overflow: hidden;
}

.portal-stats-year-toggle {
    display: block;
    margin-bottom: 20px;
}

.tl-object-overview-new .title-row {
    margin-top: 15px;
}

/* --------------------------------------------------
   Redesign 2020
   ------------------------------ */

.container.bootstrap-5 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media(min-width: 576px) {
    .container.bootstrap-5 {
        max-width: 540px;
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media(min-width: 768px) {
    .container.bootstrap-5 {
        max-width: 720px;
    }
}

@media(min-width: 992px) {
    .container.bootstrap-5 {
        max-width: 960px;
    }
}

@media(min-width: 1200px) {
    .container.bootstrap-5 {
        max-width: 1140px;
    }
}

@media(min-width: 1400px) {
    .container.bootstrap-5 {
        max-width: 1340px;
    }
}

.objects-item {
    margin-top: 45px;
}

.objects-item a {
    display: block;
    position: relative;
}

.objects-item a > img + div {
    right: 0 !important;
}

.objects-item .objects-label {
    align-items: center;
    display: flex;
}

.objects-item .objects-label .svg-wrapper {
    align-items: center;
    display: flex;
    margin-right: 7.5px;
}

.objects-item .objects-label svg {
    height: 25px;
    width: 25px;
}

.row.bootstrap-5 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    clear: both;
}

.row.bootstrap-5.mx-0,
.row.bootstrap-5 .mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.row.bootstrap-5 .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    float: none !important;
    width: auto;
}

.row.bootstrap-5 .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: auto;
}

@media(min-width: 576px) {
    .row.bootstrap-5 .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: auto;
    }
}

@media(min-width: 992px) {
    .row.bootstrap-5 .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        width: auto;
    }
}

/* -------------------------------------------------- */

.redesign,
.redesign p {
    font-size: 16px;
    line-height: 1.5;
}

.redesign.center-content p, .redesign.center-content strong {
    color: #58585b;
}

.redesign.filter-form .btn.btn-primary {
    font-weight: 300;
    text-transform: none;
}

.redesign.filter-form label {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857143;
}

.redesign.objects-references-overview h3 {
    color: #003a5a;
    font-size: calc(16px * 1.125);
}

.redesign.objects-references-overview h4 {
    color: #3f6a85;
    font-size: calc(14px * 1.125);
    line-height: 1.5;
    font-weight: 700;
}

.redesign b,
.rediesgn strong {
    color: #262629;
}

.redesign h3 {
    color: #3f6a85;
    font-size: calc(16px * 1.25);
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
}

.redesign h3:last-child {
    margin-bottom: 0;
}

.redesign .mb-0 {
    margin-bottom: 0 !important;
}

.redesign .mt-5 {
    margin-top: 5px !important;
}

.redesign .mt-15 {
    margin-top: 15px !important;
}

.redesign .my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.redesign .my-5 {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

@media(max-width: 575px) {
    .redesign h3 {
        -webkit-hyphenate-limit-chars: auto 3;
        -webkit-hyphens: auto;
        -moz-hyphenate-limit-chars: auto 3;
        -moz-hyphens: auto;
        -ms-hyphenate-limit-chars: auto 3;
        -ms-hyphens: auto;
        hyphenate-limit-chars: auto 3;
        hyphens: auto;
    }
}

@media(min-width: 576px) {
    .redesign,
    .redesign p {
        font-size: calc(16px * 1.125);
    }

    .redesign.objects-references-overview h3 {
        font-size: calc(16px * 1.25);
    }

    .redesign h3 {
        font-size: calc(16px * 1.25 * 1.25);
    }
}

* {
box-sizing: border-box;
}
.carousel {
background: #FAFAFA;
}
.carousel-cell {
margin-right: 10px;
background: #333;
}
.owl-stage .owl-item .item img {
    height: calc(100vw / 4 * 3);
    max-height: 540px;
    object-fit: cover;
    width: auto;

    /*border-bottom-left-radius: 25px;*/
    /*border-bottom-right-radius: 25px;*/
}
.owl-stage .owl-item .item iframe {
    height: calc(100vw / 4 * 3);
    max-height: 540px;
    width: 100vw;

    /*border-bottom-left-radius: 25px;*/
    /*border-bottom-right-radius: 25px;*/
}

@media(min-width: 992px) {
    .owl-stage .owl-item .item img {
        height: calc(50vw / 4 * 3);
        object-fit: fill;
        width: auto;
    }
    .owl-stage .owl-item .item iframe {
        height: calc(50vw / 4 * 3);
        width: 50vw;
    }
}
.newsletter-promotion, .contact-info{
    margin-block: 5rem;
}

.newsletter-promotion .btn {
    padding: 25px 65px;
    border-radius: 800px;
    border: 1px solid var(--accent-color-0-5);
    color: var(--accent-color-0-1);
    background-color: var(--accent-color-0-5);
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: all .5s ease;
}
.newsletter-promotion .btn:hover {
    background-color: var(--accent-color-0-1);
    color: var(--accent-color-0-6);
}

#categoryForm input {
	display: inline;
}

.key {
	opacity: 0.8;
	width: 5%;
}

.key_number {
	vertical-align: middle;
	text-align: center;
	color: white;
}

/* @media(min-width: 1400px) {
    .redesign .object-metadata {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
} */


/* ------ unit buttons ------- */
.unit-button-wrapper {
    margin-top: 2px;
    display: none;
}

.modus-bearbeiten .unit-button-wrapper {
    display: block;
}

/*input:focus + div.unit-button-wrapper,
textarea:focus + div.unit-button-wrapper {
    display: block;
}*/

.unit-button {
    margin-right: 2px;
    font-weight: 700;
    font-size: 12px;
    padding: 2px 5px;
    /*font-size: 15px;
    font-weight: 700;
    line-height: 37px;
    color: #fff;
    background: #003a5a;*/
}

.unit-button:hover {
    background: #003a5a;
    color: #fff;
}


/*.keyColorSelect option {
    color: transparent;
}*/

.keyColorSelect select option:hover {
    /*background-color: transparent;*/
    /*color: lime;*/
}

.keyColorSelect option:nth-of-type(1) {
    background-color: #fff;
}

.keyColorSelect option:nth-of-type(2) {
    background-color: #DA2128;
}

.keyColorSelect option:nth-of-type(3) {
    background-color: #40AE49;
}

.keyColorSelect option:nth-of-type(4) {
    background-color: #1A1635;
}

.keyColorSelect option:nth-of-type(5) {
    background-color: #0F4D8B;
}

.keyColorSelect option:nth-of-type(6) {
    background-color: #F58320;
}

.keyColorSelect option:nth-of-type(7) {
    background-color: #6D4B77;
}

.keyColorSelect option:nth-of-type(8) {
    background-color: #eee;
}

/*.container, .container-fluid, .col {
    padding: 0 7.5px;
}*/

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

.bt-h1, h1 {
    margin-bottom: 10px;
}

.bootstrap-5.container .row {
    margin-right: -15px;
    margin-left: -15px;
}

.alert.alert-danger {
    /* color: #fff; */
    padding: 15px;
}

.alert.alert-danger ul {
    margin-bottom: 0;
}

.alert.alert-danger p {
    margin-bottom: 0;
}

.alert-heading {
    margin-top: 0;
}

.object-detail-back
/* #jump-to-form */ {
    padding: 6px 8px;
}

.form-group.col-xs-12.col-sm-3.mb-0 {
    padding-right: 15px;
}

.form-row {
    margin-left: 0px;
    margin-right: 0px;
}

.form-row > [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}

h2:last-child, p, p:last-child, h4:last-child {
    margin-bottom: 10px;
}

h1 {
    margin-top: 20px;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#tl-contact-title {
    margin-bottom: 30px;
}

h4 {
    color: #58585a;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

tbody {
    font-size: 1.25rem;
    hyphens: none;
}

@media (max-width: 767px) {
    tbody {
        font-size: 1rem;
    }
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
}

/* .owl-stage .owl-item .item {
    height: 100%;
} */

/*.owl-stage .owl-item .item img {
    object-fit: cover;
    min-height: 540px;
    max-height: 540px;
}

.owl-stage .owl-item .item iframe {
    width: 100%;
    min-height: 540px;
    max-height: 540px;
    min-width: 800px;
}
*/

.owl-dots {
    display: none;
}

.owl-prev, .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border:0px solid black;
}
.owl-prev {
    left: 0px;
}
.owl-next {
    right: 0px;
}

.owl-prev span {
    background: url('../../images/icon_prev.svg') no-repeat;
    background-size: 100% 100%;
    filter:  brightness(0) invert(1);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #58585b;
    color: #ffffff;
}

.table {
    color: var(--accent-color-0-6);
}

.owl-next span {
    background: url('../../images/icon_next.svg') no-repeat;
    background-size: 100% 100%;
    filter:  brightness(0) invert(1);
}

.nav-btn {
    width: 100%;
    display: flex;
    height: 100%;
    border-radius: 4px;
}

.row.bootstrap-5 .col.col-12 {
    padding: 0px;
}

.col.col-12.col-sm-6.col-lg-4.objects-item {
    padding: 0px 15px;
}

.hidden {
    display: none !important;
}

.bt-cookie-banner p {
    font-size: 0.8rem;
}
