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

@font-face {
    font-family: 'Graphik Web';
    src: url('/theme/fonts_neu/Graphik-Bold-Web.eot');
    src: url('/theme/fonts_neu/Graphik-Bold-Web.eot?#iefix') format('embedded-opentype'),
    url('/theme/fonts_neu/Graphik-Bold-Web.woff2') format('woff2'),
    url('/theme/fonts_neu/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_neu/Graphik-Regular-Web.eot');
    src: url('/theme/fonts_neu/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'),
    url('/theme/fonts_neu/Graphik-Regular-Web.woff2') format('woff2'),
    url('/theme/fonts_neu/Graphik-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    src: url("/theme/fonts_neu/Graphik-Light-Web.eot");
    src: url("/theme/fonts_neu/Graphik-Light-Web.eot?#iefix") format("embedded-opentype"),
    url("/theme/fonts_neu/Graphik-Light-Web.woff2") format("woff2"),
    url("/theme/fonts_neu/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_neu/Graphik-Medium-Web.eot");
    src: url("/theme/fonts_neu/Graphik-Medium-Web.eot?#iefix") format("embedded-opentype"),
    url("/theme/fonts_neu/Graphik-Medium-Web.woff2") format("woff2"),
    url("/theme/fonts_neu/Graphik-Medium-Web.woff") format("woff");

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

:root {
    --accent-color-0-1: #003a5a;
    --accent-color-0-2: #1a4281;
    --accent-color-0-3: #222034;
    --accent-color-1-1: #ffffff;
    --accent-color-1-2: #003a5a;
    --accent-color-1-3: #DDE3EC;
    --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: var(--accent-color-0-3);
    font-size: 16px;
}
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: 2rem;
    font-weight: 300;
    line-height: 35px;

    color: var(--accent-color-0-2);
}
@media screen and (min-width: 576px) {
    h1 {
        font-size: calc(2rem * 1.25);
    }
}

h1.semi-bold
{
    font-weight: 500;
}

h2 {
    color: var(--accent-color-0-2);
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 30px;
}

h2 strong {
    color: var(--accent-color-0-2);
}

h2.semi-bold {
    font-weight: 500;
}

@media(max-width: 575px) {
    h2 {
        -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) {
    h2 {
        font-size: calc(1.5rem * 1.25);
    }
}

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

h4 {
    color: var(--accent-color-0-2);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 30px;
}
    @media(max-width: 575px) {
        h4 {
            -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) {
       h4 {
        font-size: calc(1rem * 1.125);
       }
    }

p
{
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}

a {
    font-weight: 400;
    color: var(--accent-color-0-2);
}

.btn
{
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    box-shadow: none;
    background-color: transparent;

    white-space: unset;
}
.btn-primary
{
    padding: 17px 54px;
    
    color: var(--accent-color-1-1);
    background-color: var(--accent-color-0-2);
    
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0.05em;
    text-transform: uppercase;

}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus
{
    color: var(--accent-color-0-2);
    background: var(--accent-color-1-1);
    border: 1px solid var(--accent-color-0-2);
}

.btn-warning {
    padding: 17px 54px;
    
    color: var(--accent-color-1-1);
    background-color: var(--custom-color--red);
    border-color: var(--custom-color--red);
    
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.btn-warning:hover, 
.btn-warning:focus,
.btn-warning:active,
.btn-warning:active:focus {
    color: var(--accent-color-0-2);
    background-color: var(--accent-color-1-1);
    border: 1px solid var(--accent-color-0-2);
}

.btn-white
{
    font-size: 14px;
    font-weight: 700;

    height: 32px;
    padding: 0 15px;

    text-transform: uppercase;

    color: #e32518;
}
.container
{
    width: 1330px;
}
.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;
    /* background: linear-gradient(#1a4282, #fff); */
    background-color: var(--accent-color-0-3);
    background-attachment: fixed;
}

.main-header .col:nth-child(2) {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.clearfix
{
    margin-left: 15px;
    margin-right: 15px;
}
#nav>ul
{
    display: flex;
    align-items: center;

    margin-bottom: 0;
    margin-left: 15px;
    padding-left: 0;
}
#nav>ul>li
{
    float: left;
    list-style: none;
}

#nav ul li a {
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;

    padding: 10px 32px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    #nav ul li a {
        padding-inline: calc(16px + 16 * ((100vw - 1200px) / 200));
    }
}

#nav ul li.dropdown-notifications a{
    display: flex;
    align-items: center;
    justify-content: center;

}

#nav ul li>a, #nav ul li button
{
    position: relative;
    color: var(--accent-color-1-1);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
#nav ul li button#logout
{
    border-radius: 800px;
    border: 2px solid var(--accent-color-1-1);
    background-color: transparent;
    transition: background-color 0.25s ease;
    padding: 20px 50px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    #nav ul li button#logout {
        padding-inline: calc(30px + 20 * ((100vw - 1200px) / 200));
        /*padding-block: calc(15px + 5 * ((100vw - 1200px) / 200));*/
    }
}
#nav ul li button#logout:hover,
#nav ul li button#logout:focus {
    background-color: var(--accent-color-1-1);
    color: #1a4281;
}
#nav ul li.active a
{
    font-weight: 500;
    color: var(--accent-color-1-1);
}

.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;
}

.login-wrapper {
    overflow: hidden;
}

.form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding: 3rem;
}

.form-container .logo {
    margin-bottom: 3rem;
}

.form-container .login-title {
    margin-bottom: 3rem;
}

.form-container .button-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    .form-container .button-group {
        flex-wrap: wrap;
        gap: 1.5rem;
    }
}



.login-image {
    height: 100vh;
}

.login-image .overlay {
    background: linear-gradient(180deg, #1a4282 0%, rgba(26, 66, 130, 0.9) 25%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.login-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#user-login label,
#user-password-forgotten label {
    font-size: 1rem;
    font-weight: 300;
    color: var(--accent-color-0-3);
}

#user-login .form-group {
    position: relative;
}

#user-login .form-control,
#user-password-forgotten .form-control {
    height: 48px;
}

#user-login input:focus,
#user-password-forgotten input:focus {
    box-shadow: none;
    border: 1px solid var(--accent-color-0-2);
}

.inputGroup {
    margin: 1em 0 1em 0;
    max-width: 100%;
    position: relative;
  }
  
  .inputGroup input {
    display: inline-block;
    font-size: 100%;
    padding: 0.8em;
    outline: none;
    border: 1px solid rgb(200, 200, 200);
    background-color: transparent;
    border-radius: 8px;
    width: 100%;
  }
  
  .inputGroup label {
    font-size: 100%;
    position: absolute;
    left: 0;
    padding: 0.8em;
    margin-left: 0.5em;
    pointer-events: none;
    transition: all 0.3s ease;
    color: rgb(100, 100, 100);
  }
  
  .inputGroup :is(input:focus, input:valid)~label {
    transform: translateY(-50%) scale(.9);
    margin: 0em;
    margin-left: 1.3em;
    padding: 0.4em;
    background-color: var(--accent-color-1-1);
  }
  
  .inputGroup :is(input:focus, input:valid) {
    border-color: var(--accent-color-0-2);
  }

button#login,
button#request_password {
    border: 1px solid #003a5a;
    box-shadow: none;
    text-transform: uppercase;
    border-radius: 45px;
    padding: 17px 54px;
    border-radius: 800px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--accent-color-1-1);
    background-color: var(--accent-color-0-2);

    white-space: break-spaces;
}

button#login:hover, button#login:focus,
button#request_password:hover, button#request_password:focus {
    background-color: var(--custom-color--red);
    border: 1px solid var(--custom-color--red);
}

.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: #3e3d40;
}
.contact-form .field
{
    width: 260px;
}
.field .form-control
{
    font-size: 15px;

    height: 30px;

    color: #3e3d40;
    background: rgba(0, 0, 0, .1);
}
.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;
}
.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: var(--accent-color-0-3);
    /* 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;
}

/*.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
{
    border-left-color: #008c07;
    background-color: #a7e1aa;
}

#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 */
#object-menu.bluemenu,
#contact-menu.bluemenu,
#inquiry-menu.bluemenu,
#letter-menu.bluemenu,
#lead-menu.bluemenu {
    max-width: 100%;
    height: auto;
}

#object-menu.bluemenu input,
#contact-menu.bluemenu input {
    color: #000;
    font-size: 0.75rem;
    height: auto;
    width: auto;
    border: 0;
    background: var(--accent-color-1-3);
    border-radius: 25px;
    box-shadow: none;
}
#object-menu.bluemenu select,
#contact-menu.bluemenu select,
#inquiry-menu.bluemenu input,
#inquiry-menu.bluemenu select,
#letter-menu.bluemenu input,
#letter-menu.bluemenu select,
#lead-menu.bluemenu input,
#lead-menu.bluemenu select {
    border: none;
    font-size: 0.75rem;

    background: var(--accent-color-1-3);
    border-radius: 25px;
    box-shadow: none;
}

#letter-menu button.blueShowHidden,
#categoryForm input.btn,
#blacklist-form .blueformsubmit,
#passwordForm input.btn {
    border: 1px solid #003a5a;
    box-shadow: none;
    text-transform: uppercase;
    padding: 17px 54px;
    border-radius: 800px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--accent-color-1-1);
    background-color: var(--accent-color-0-2);
}

#blacklist-form #blacklistTextarea {
    color: var(--accent-color-0-3);
}

#letter-menu button.blueShowHidden:hover,
#categoryForm input.btn:hover,
#blacklist-form .blueformsubmit:hover,
#passwordForm input.btn:hover {
    color: var(--accent-color-0-2);
    background-color: transparent;
    border: 1px solid var(--accent-color-0-2);
}

#categoryTable .btn-edit {
    border: 1px solid transparent;
    border-radius: 0;
    background-color: var(--accent-color-0-2);
    color: var(--accent-color-1-1);
}

#categoryTable .categoryDelete {
    border: 1px solid transparent;
    border-radius: 0;
    background-color: var(--custom-color--red);
}

#categoryTable i{
    color: var(--accent-color-1-1);
}

#categoryForm #category {
    color: #000;
    height: auto;
    width: auto;
    padding: 17px 54px;
    border: 0;
    background: var(--accent-color-1-3);
    border-radius: 25px;
    box-shadow: none;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#passwordForm input {
    height: auto;
    padding: 17px 54px;
    border: 0;
    background: var(--accent-color-1-3);
    border-radius: 25px;
    box-shadow: none;
    white-space: break-spaces;
    color: #000;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.search_field {
    position: relative;
}

.search_field .search-lupe {
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 60px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    color: #003a5a;
    font-size: 20px;
}
.search_field .search-lupe i {
    font-size: 20px;
    color: #999;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.bluemenu
{
    max-width: 90%;
    height: 34px;
    margin-top: 1.875rem;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.blue-detail-menu
{
    max-width: 100%;
    margin: 1.25rem 1rem;
    margin-left: 0;
}

.blue-detail-menu .blueBack {
    color: var(--accent-color-0-6);
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    z-index: 2;
    padding-left: 1.25rem;
    margin-bottom: 3rem;
}

.blue-detail-menu .blueBack svg {
    transition: all 0.5s ease-in-out;
}

.blue-detail-menu .blueBack:hover svg {
    transform: translateX(-1.25rem);
    transition: all 0.5s ease-in-out;
}

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

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

.blue-detail-menu .tab
{
    /* position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1em 0 0;
    overflow-x: auto; */
    
    margin-top: 15px;
}

.blue-detail-menu .tab button
{
    cursor: pointer;
    padding:10px 20px;
    margin:0.2em 2px;
    display:inline-block;

    font-size: 0.875rem;
    color:var(--accent-color-0-3);
    background-color: transparent;

    /* border-top: 1px solid var(--accent-color-0-3);
    border-left: 1px solid var(--accent-color-0-3);
    border-right: 1px solid var(--accent-color-0-3);
    border-bottom: none;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;

    white-space: nowrap; */

    border: 1px solid var(--accent-color-0-3);

    transition: all 0.3s ease-in-out;
}

.blue-detail-menu .tab button:not(.active):hover {
    background-color: var(--accent-color-1-3);
    transform: translateY(-0.3em);
}

.blue-detail-menu .tab button.active {
    color: #fff;
    background-color: var(--accent-color-0-2);
    box-shadow: none;
}


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

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

    height: auto;
}

.blue-detail-output .blueformdelete {
    text-transform: uppercase;
    /* background-color: var(--custom-color--red); */
}

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

    height: 50px;

    text-transform: uppercase;

    background-color: #222944; */

    color: var(--accent-color-1-1);
    background-color: var(--accent-color-0-2);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-color: var(--accent-color-0-2);
}

.blue-detail-output .blueformsendLetter:hover {
    color: var(--accent-color-0-2);
    background-color: transparent;
    border: 1px solid var(--accent-color-0-2);
}

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

.bluemenu a.btn, .bluemenu button.btn
{
    background-color: var(--accent-color-0-2);
}

.bluemenu .blueSearchSend:not(.search-lupe)
{
    border: 1px solid var(--accent-color-0-2);
    box-shadow: none;
    text-transform: uppercase;

    border-radius: 45px;
    padding: 17px 54px;
    border-radius: 800px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    
    color: var(--accent-color-1-1);
    background-color: var(--accent-color-0-2);
}

@media (max-width: 768px) {
    .bluemenu .blueSearchSend:not(.search-lupe) {
        padding: 1em 2em;
    }
}

.bluemenu .blueSearchSend:active:not(.search-lupe) {
    background-color: var(--custom-color--red);
    border: 1px solid var(--custom-color--red);
}

.bluemenu .bluecreate-new
{
    /* float: right;
    height: 34px;
    border: 1px solid #fff; */

    border: 1px solid #003a5a;
    box-shadow: none;
    text-transform: uppercase;

    border-radius: 45px;
    padding: 17px 54px;
    border-radius: 800px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    
    color: var(--accent-color-1-1);
    background-color: var(--accent-color-0-2);

    float: right;

}

@media (max-width: 768px) {
    .bluemenu .bluecreate-new {
        padding: 1em 2em;
    }
}

.bluemenu .bluecreate-new:hover {
    color: var(--accent-color-0-2);
    background-color: transparent;
    border: 1px solid var(--accent-color-0-2);
}

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

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

.bluemenu .blueSearchField, .blueFilter 
{
    /* display: flex; */
    justify-content: center;
    border: 1px solid #003a5a;
    border-radius: 45px;
    padding: 17px 54px;
    border-radius: 800px;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--accent-color-0-3);
    letter-spacing: 0.05em;
}

@media (max-width: 768px) {
    .bluemenu .blueSearchField, .blueFilter {
        padding: 1em 2em;
    }
}

.bluemenu .blueSearchField:focus,
.bluemenu .blueFilter:focus {
    border: 1px solid #003a5a;
    box-shadow: none;
}

.bluetable thead tr th,
.key_table thead tr th 
{
    font-weight: 500;
    font-size: 1.25rem;
    color: var(--accent-color-0-3);
}

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

.bluetable tbody,
.key_table tbody {
    font-size: 1rem;
    font-weight: 300;
    color: var(--accent-color-0-3);
}

.bluetable tbody tr
{
    height: 37px;
}

.bluetable tbody tr:hover {
    background-color: var(--accent-color-1-3)
}

.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: 100%; /*90%;*/
    margin-left: 15px;
    margin-right: 15px;
    cursor: default;
}

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

    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 25px;
    padding: 3rem 15px 15px 15px;

    width: 100%; /* 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 .uebersicht-header .detailsDiv .readonly {
        font-size: 1.25rem;
    }

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

    /* .blue-detail-output .form-group.html-type .imgDiv img
    {
        width: 100%;
        max-height: 100%;
    } */

    .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%;
        margin-bottom: 3rem;

        display: initial;
    }

    .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;
        display: inline;
    }

    .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; */
        font-weight: 500;
        font-size: 1.25rem;
        color: var(--accent-color-0-3);
        padding: 8px;

        border-bottom: 2px solid var(--accent-color-0-3);
    }

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

        padding: 8px;

        border-bottom: 1px solid var(--accent-color-0-3);
    }

    .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: 1px solid var(--accent-color-0-2);
        border-radius: 0;
    }
    
    .blue-detail-output .form-group .btn.btn-default:not(.pagelink):hover {
        background-color: var(--accent-color-1-3);
    }

    .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; */
        opacity: 0;
        display: block;
    }

    .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 {
        display: block;
    }

    .blueform-php.modus-ansicht label,
    .blueform-php.modus-erstellen label,
    .blueform-php.modus-bearbeiten .col-form-label {
        font-size: 1.25rem;
        font-weight: 300;
        color: var(--accent-color-0-3);
    }

    @media (min-width:768px) and (max-width: 1800px) {
        .blueform-php.modus-ansicht label,
        .blueform-php.modus-erstellen label,
        .blueform-php.modus-bearbeiten .col-form-label {
            font-size: calc(16px + 4 * ((100vw - 768px) / 1032));
        }
    }


    .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; */
        border: 2px dashed #ccc;
    }

    .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-size: 1.25rem;
        font-weight: 300;
        /* color: var(--accent-color-0-3); */

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

    .blue-detail-output .form-group .blue-up-sort a span {
        font-weight: 400;
        color: var(--accent-color-0-2);
    } 

    .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;
    }

    .blue-detail-output .form-group.additional-object {
        position: relative;
    }

    .blue-detail-output .form-group.additional-object:after {
        content: '(gilt nur für den Objektzähler auf der Website)';
        font-size: 0.875rem;
    }

    .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 .form-control:focus
    {
        border-color: var(--accent-color-0-2);
    }

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

    .bluetable-post .bluetable-post-right .btn {
        border: 0;

    }

    .bluetable-post .bluetable-post-right .arrow-left,
    .bluetable-post .bluetable-post-right .arrow-right {
        border: none;
    }

    .bluetable-post .bluetable-post-right .arrow-left:hover,
    .bluetable-post .bluetable-post-right .arrow-right:hover,
    .bluetable-post .bluetable-post-right .prev:hover,
    .bluetable-post .bluetable-post-right .next:hover {
        border-bottom: 1px solid var(--accent-color-1-3);
        background: var(--accent-color-1-3);
        border-radius: 25px;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    }

    .bluetable-post .bluetable-post-right .prev,
    .bluetable-post .bluetable-post-right .next {
        color: var(--accent-color-0-3);
        background-color: transparent;
        box-shadow: none;
    }

    .bluetable-post .bluetable-post-right .active
    {
        border: 1px solid var(--accent-color-0-3);
        border-radius: 50%;
        color: var(--accent-color-0-3);
        background-color: transparent;
        box-shadow: none;
    }

    .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;

        border-radius: 0;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
        font-size: 1rem;
        background-color: var(--accent-color-1-3);
    }

    .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;
    }

    .blue-detail-foot-menu .multi-button {
        display: flex;
        justify-content: center;
        margin-top: 3rem;
    }

    .blue-detail-foot-menu button {
        font-size: 0.75rem;
        /* padding: .5em 1em; */
        padding: .5em 2em;
        border-radius: 800px;
        /* background-color: var(--accent-color-0-2);
        border: 1px solid var(--accent-color-0-3);
        color: var(--accent-color-1-1); */
        margin: .1em;
        transition: all .2s ease;
        transform: translateY(0);
        cursor:pointer;
    }

    @media (min-width: 991px) {
        .blue-detail-foot-menu [class^="col-"]:nth-child(4) {
            text-align: center;
        }
        .blue-detail-foot-menu [class^="col-"]:nth-child(5) {
            text-align: right;
        }
    }

    .blue-detail-foot-menu button i {
        color: var(--accent-color-0-3);
    }


    .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;

        border-top: 1px solid var(--accent-color-0-3);
    }

    .table>thead>tr>th {
        border-bottom: 2px solid var(--accent-color-0-3);
    }

    /* 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: var(--accent-color-1-1);
    }

    #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: 34px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
    margin-top: 25px;
}

.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-top: 1.25rem;
            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: auto;
        margin-top: 1.875rem;
        margin-bottom: 20px;
        margin-left: 15px;
        margin-right: 15px;
    }

    #dashButtons {
        display: none;
    }

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

    #settingButtons
    {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

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

        position: relative;

        display: inline-block;

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

        color: var(--accent-color-1-1);
        /*border: 2px solid #b0b2b3;*/
        background-color: #04488e;
    }

    .settingButton {
        border: 1px solid #003a5a;
        box-shadow: none;
        text-transform: uppercase;

        border-radius: 45px;
        padding: 17px 54px;
        border-radius: 800px;
        
        color: var(--accent-color-1-1);
        background-color: var(--accent-color-0-2);

        margin-bottom: 2rem;
    }
    
    .settingButton span {
        font-size: 0.75rem;
        font-weight: 500;
        letter-spacing: 0.05em;
    }

    .settingButton:hover {
        color: var(--accent-color-0-2);
        background-color: transparent;
        border: 1px solid var(--accent-color-0-2);
    }

    .settingButton:focus {
        color: var(--accent-color-1-1);
        background-color: var(--accent-color-0-2);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dashButton {
        width: 24%;
        margin-left: 1%;
	    border-radius: 25px;
    }
	
	.dashButton:hover {
		color: red;
    }

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

    .dashButtonRow {
        margin-bottom: 12px;
        text-align: center;
    }

    #reminderRow
    {
        display: none;
        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;
	    margin-bottom: 3rem;
    }

    #portal-statistik {
        padding: 15px;

        border: 1px solid var(--accent-color-0-3);
    }

    #blueDashboard #third-row
    {
        /* width: 100%; */
        margin-bottom: 5rem;
    }

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

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

    @media (max-width: 991px)
    {
        #blueDashboard #third-row .portal-stats-graph
        {
            display: none;
        }
    }

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

    #neusteAnfragen
    {
        /* float: left;
        width: 57%; */

        padding: 15px;
        margin-bottom: 3rem;

        border: 1px solid var(--accent-color-0-3);
    }

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

    #stats
    {
        /* float: right;
        width: 37%; */

	    padding: 15px;

        border: 1px solid var(--accent-color-0-3);
    }

    #stats table
    {
        width: 100%;
    }

    #stats #stats-tab tbody {
        font-size: 1rem;
        font-weight: 300;
        
        color: var(--accent-color-0-3);
    }

    #stats #stats-tab tbody td
    {
        padding: 8px;
        border-bottom: 1px solid var(--accent-color-0-3);
    }

    #stats #stats-tab thead th
    {
        font-weight: 500;
        font-size: 1.25rem;
        color: var(--accent-color-0-3);
        padding: 8px;
        border-bottom: 2px solid var(--accent-color-0-3);
    }

    #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;
        }
        #nav ul
        {
            position: fixed;
            flex-direction: column;
            justify-content: center;

            z-index: 999999;
            top: 0;
            left: -250px;

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

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

            background: var(--accent-color-0-3)
        }
        #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: var(--accent-color-1-1);
        }
        #nav ul li.active a
        {
            color: var(--accent-color-1-1);
        }
        #nav ul li a:after
        {
            display: none;
        }
        #nav ul li.dropdown-notifications
        {
            display: none;
        }
        .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: var(--accent-color-1-1);
        }
        .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: var(--accent-color-1-1);
        }
        .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: var(--accent-color-1-1);
        }
        .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;
        }
    }

    @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;
        }
        .overlay1
        {
            position: fixed;
            z-index: 9999;
            top: 0;
            left: 0;

            display: none;

            width: 100%;
            height: 100%;

            cursor: pointer;

            background: rgba(0,0,0,.6);
        }

        .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%;
            margin-bottom: 3rem;
        }

        #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; */
    background-color: var(--accent-color-1-3);
}

table.inquiry-object-table > tbody > tr:hover {
    background-color: var(--accent-color-1-3);
}

table.inquiry-object-table > tbody > tr > td.remarks {
    display: flex;
    flex-direction: column;
}

table.inquiry-object-table > tbody > tr:first-child > td.remarks {
    border-top: 0;
}

table.inquiry-object-table > tbody > tr > td.remarks textarea {
    min-height: 100% !important;
    resize: none;
    border-radius: 8px;
    background-color: transparent;
}

table.inquiry-object-table > tbody > tr > td.remarks .remarks-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

table.inquiry-object-table > tbody > tr > td.remarks .remarks-container button {
    background-color: transparent;
    border: none;
}

table.inquiry-object-table > tbody > tr > td.remarks .remarks-container .btn-remarks {
    background-color: var(--accent-color-0-2);
    border-radius: 0;
    color: var(--accent-color-1-1);
    padding-block: 5px;
    margin-top: 5px;
}

table.inquiry-object-table > tbody > tr > td .status-icon {
    color: var(--accent-color-0-2);
}

.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 .bst_image-wrapper {
    width: clamp(120px, calc(7.5rem + (150 - 120) * ((100vw - 300px) / (991 - 300))), 150px);
    margin-top: 1.5rem;
    overflow: hidden;
    border-radius: 50%;
}

.mail-nach-interesse .agent-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.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;
}

.bluetable .status-icon {
    color: var(--accent-color-0-2);
}

.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;
    margin: 1.25rem 1rem;
    margin-left: 0;
}

.top-row-nav .pull-left a {
    color: var(--accent-color-0-6);
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    z-index: 2;
    padding-left: 1.25rem;
    margin-bottom: 3rem;
    box-shadow: none;
}

.top-row-nav .pull-left a svg {
    transition: all 0.5s ease-in-out;
}

.top-row-nav .pull-left a:hover svg {
    transform: translateX(-1.25rem);
    transition: all 0.5s ease-in-out;
}

.top-row-nav .pull-right button {
    font-size: 0.75rem;
    padding: 0.5em 2em;
    border-radius: 800px;
    margin: 0.1em;
    transition: all .2s ease;
    transform: translateY(0);
    cursor: pointer;
}

.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 {
    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;
}

.float-none-important {
    float: none !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;
}
.carousel-cell-image {
display: block;
margin: 0 auto;
height: calc(540px * .5);
width: auto !important;
}
.carousel-cell-image iframe {
    height: calc(540px * .5);
    width: calc(810px * .5);
}

@media(min-width: 576px) {
    .carousel-cell-image {
        height: calc(540px * .666);
    }
    .carousel-cell-image iframe {
        height: calc(540px * .666);
        width: calc(810px * .666);
    }
}

@media(min-width: 768px) {
    .carousel-cell-image {
        display: block;
        margin: 0 auto;
        height: 540px;
        width: auto !important;
    }
    .carousel-cell-image iframe {
        height: 540px;
        width: 810px;
    }
}

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

#categoryForm input {
	display: inline;
}

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

.key_number {
	vertical-align: middle;
	text-align: center;
	color: var(--accent-color-1-1);
}

/* @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;
}




.grundbuch-button {
    margin-bottom: 15px;
    line-height: 1.5;
}

.grundbuch-button span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.grundbuch-button.focus, .grundbuch-button:focus, .grundbuch-button:hover {
    color: red;
}

/* ------ Sidebar ------- */
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    position: relative;
    min-width: 250px;
    max-width: 250px;
    background: var(--accent-color-1-3);
    color: var(--accent-color-0-3);
    transition: all 0.3s;

    margin-right: 1.25rem;
}

#sidebar.active {
    margin-left: -250px;
}

/* #sidebar .sidebar-header {
    padding: 20px;
    background: var(--accent-color-1-3);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
} */

#sidebar ul.components {
    padding: 1.875rem 0;
}

#sidebar ul p {
    color: var(--accent-color-0-3);
    padding: 0.625rem;
}

#sidebar ul li a {
    padding: 0.625rem;
    padding-left: 1.875rem;
    font-size: 1rem;
    display: block;
    color: var(--accent-color-0-3);
}

#sidebar ul li a:hover {
    color: var(--accent-color-1-1);
    background: var(--accent-color-0-2);
}

#sidebar ul li.active>a,
#sidebar ul li.active a[aria-expanded="true"] {
    color: var(--accent-color-1-1);
    background: var(--accent-color-0-2);
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 60px;
    right:0;
    left: 100%;
    margin-right: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#sidebar .custom-menu button {
    position: relative;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    z-index: 10;
    padding-left: 0;
}

#sidebar.active .custom-menu button .material-icons {
    transform: rotate(0deg);
}

#sidebar .custom-menu button .material-icons {
    transform: rotate(180deg);
}

#sidebar .custom-menu svg {
    width: 10.9em;
    height: 2.4em;
    transform: rotate(90deg);
    position: absolute;
    left: -4.35em;
    fill: var(--accent-color-0-2);
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
}
#sidebar .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: var(--accent-color-1-3);
}

ul.CTAs {
    padding: 1.875rem;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    /* border-radius: 5px; */
    margin-bottom: 5px;
}

#sidebar ul.CTAs li a.download {
    background: var(--accent-color-1-1);
    color: var(--accent-color-0-3);
    padding: 0.625rem;
}

#sidebar ul.CTAs li a.download:hover {
background: var(--accent-color-1-1);
color: var(--accent-color-0-3);
}

#sidebar ul.CTAs li a.article {
    background: var(--accent-color-0-2);
    color: var(--accent-color-1-1);
    padding: 0.625rem;
}
a.article:hover {
    background: var(--accent-color-0-2) !important;
    color: var(--accent-color-1-1);
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    /* padding: 20px; */
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        margin-right: 0;
    }
    #sidebar.active {
        margin-left: 0;
    }
    /* #sidebarCollapse span {
        display: none;
    } */
}

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