/* =============================================================================
 * body
 * ========================================================================== */
html {
    font-size: 15px;
}

body {
    font-size: 15px;
    color: #555;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    font-weight: normal;
}

/* =============================================================================
 * font classes
 * ========================================================================== */
.font_serif_2 {
    font-family: 'Playfair Display', Georgia, Times, serif;
}

/* =============================================================================
 * headlines
 * ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
    line-height: 1.3;
    color: #3b3c42;
    word-wrap: break-word;
}

h1 {
    font-size: 45px;
    padding-top: 0;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

/* =============================================================================
 * logo size
 * ========================================================================== */
.logo {
    width: 200px;
    height: 100px;
}

/* =============================================================================
 * logo size: sticky
 * ========================================================================== */
.stickyheader .logo {
    width: 170px;
    height: 70px;
}

/* =============================================================================
 * logo size: mobile
 * ========================================================================== */
@media only screen and (max-width: 767px) {
    .stickyheader .logo, .logo {
        width: 150px;
        height: 70px;
    }
}

/* =============================================================================
 * logo
 * ========================================================================== */
.logo {
    margin-top: auto;
    margin-bottom: auto;
    float: left;
}

.logo a {
    background-image: url(../img/logo.png);
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left;
}

/* =============================================================================
 * stickyheader
 * ========================================================================== */
.stickyheader {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}

.stickyheader .header.cloned {
    line-height: 70px;
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}

body.fixed-header .stickyheader {
    display: block;
}

.stickyheader .header.cloned .logo {
    transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
}

.stickyheader .logo {
    margin-right: 35px;
}

/* =============================================================================
 * header
 * ========================================================================== */
.header {
    width: 100%;
    top: 0px;
    z-index: 1030;
    position: relative;
    background: white;
    line-height: 100px;
}

.header.cloned {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    transition: line-height 0.3s ease;
    -webkit-transition: line-height 0.3s ease;
}

.header .inside {
    padding-left: 40px;
    padding-right: 40px;
}

.header.original .mainmenu ul ul li a.trail:after, .header.original .mainmenu ul ul li a.active:after {
    display: none;
}

/* =============================================================================
 * fix-wrapper
 * ========================================================================== */
#fix-wrapper {
    width: 100%;
    z-index: 10000;
}

/* =============================================================================
 * contentwrapper
 * ========================================================================== */
#contentwrapper {
    background: white;
}

/* =============================================================================
 * page-width + mod_article
 * ========================================================================== */
#top .inside, .header .inside, #footer .inside, #bottom .inside, body.sidebar #container, #main .mod_article:not(.autogrid), .fullwidth.boxed-content .contentwrap, .smallwidth .contentwrap, .boxed-content .contentwrap, .autogrid_wrapper.article, .ce_text_image_bar .inside, .ce_headerimage .ce_headerimage_inside, .ce_video_background .ce_video_background_inside, #offcanvas-top .offcanvas-top-inside, .ce_calltoaction .ce_calltoaction_inside, .mod_breadcrumb .mod_breadcrumb_inside {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

body #main .mod_article.fullwidth {
    max-width: 100%;
}

#main .mod_article.smallwidth {
    max-width: 60%;
}

#top .inside, .header .inside, #footer .inside, #bottom .inside, body.sidebar #container, #main .mod_article:not(.fullwidth):not(.autogrid):not(.smallwidth), .fullwidth.boxed-content .contentwrap, .smallwidth .contentwrap, .boxed-content .contentwrap, .autogrid_wrapper.article, .ce_bgimage-inside, .ce_text_image_bar .inside, .ce_headerimage .ce_headerimage_inside, .ce_video_background .ce_video_background_inside, #offcanvas-top .offcanvas-top-inside, .ce_calltoaction .ce_calltoaction_inside, .mod_breadcrumb .mod_breadcrumb_inside {
    padding-left: 40px;
    padding-right: 40px;
}

#main .mod_article {
    padding-top: 50px;
    padding-bottom: 50px;
}

body.content_page.sidebar #main .mod_article {
    padding-top: 40px;
    padding-bottom: 40px;
}

#main .mod_article.fullwidth:not(.boxed-content) {
    padding-top: 0;
    padding-bottom: 0;
}

/* =============================================================================
 * top
 * ========================================================================== */
#top-wrapper {
    width: 100%;
}

#top-wrapper.fixed {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.8);
}

#top {
    position: relative;
    z-index: 1100;
    font-size: 0.93em;
    line-height: 36px;
    background: #f9f9f9;
    color: rgba(255, 255, 255, 0.7);
}

#top-wrapper.fixed #top {
    max-height: 0;
    overflow: hidden;
}

#top {
    color: #7f7f7f;
}

#top:hover {
    overflow: visible;
}

#top .inside {
    padding-left: 40px;
    padding-right: 40px;
}

#top a {
    color: #7f7f7f;
}

#top .mod_top_mail {
    float: left;
}

#top .mod_top_mail a {
    padding: 0 8px;
    display: inline-block;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

#top .mod_top_mail i {
    margin: 0 5px;
}

#top .mod_top_mail a:hover {
    /*background: #1e88d2;*/
    color: #fff !important;
}

#top .mod_top_phone {
    float: left;
    margin-right: 15px;
}

#top .mod_top_phone i {
    margin: 0 5px 0 10px;
}

#top .mod_socials {
    overflow: hidden;
    float: right;
    margin-left: 15px;
}

#top .mod_socials a {
    display: block;
    float: left;
    text-align: center;
    line-height: 35px;
}

#top .mod_socials a i {
    width: 35px;
    font-size: 16px;
    color: #7f7f7f;
    line-height: 35px;
}

/* =============================================================================
 * mod_top_mail
 * ========================================================================== */
/* =============================================================================
 * mod_top_phone
 * ========================================================================== */
/* =============================================================================
 * top-mod_socials
 * ========================================================================== */
/* =============================================================================
 * body-mod_socials
 * ========================================================================== */
.body_bottom .mod_socials {
    display: none;
    position: fixed;
    right: 0;
    z-index: 1200;
    top: 150px;
}

.body_bottom .mod_socials a {
    display: block;
}

.body_bottom .mod_socials i {
    padding: 10px 5px;
    width: 33px;
    text-align: center;
    font-size: 15px;
    color: white;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}

.body_bottom .mod_socials i:hover {
    opacity: 0.8;
}

.body_bottom .mod_socials i.fa-facebook {
    background: #436098;
}

.body_bottom .mod_socials i.fa-twitter {
    background: #28a9e2;
}

.body_bottom .mod_socials i.fa-xing {
    background: #005d5e;
}

.body_bottom .mod_socials i.fa-tumblr {
    background: #2d4966;
}

.body_bottom .mod_socials i.fa-google-plus {
    background: #d95232;
}

.body_bottom .mod_socials i.fa-flickr {
    background: #fa1d84;
}

.body_bottom .mod_socials i.fa-linkedin {
    background: #0274b3;
}

.body_bottom .mod_socials i.fa-instagram {
    background: #a77c62;
}

.body_bottom .mod_socials i.fa-pinterest {
    background: #cd2128;
}

.body_bottom .mod_socials i.fa-vimeo-square {
    background: #34c0ee;
}

.body_bottom .mod_socials i.fa-youtube {
    background: #dc2130;
}

/* =============================================================================
 * container mod_socials
 * ========================================================================== */
#container .mod_socials i {
    padding: 7px;
    width: 36px;
    font-size: 22px;
    text-align: center;
}

/* =============================================================================
 * mod_socials in sidebar
 * ========================================================================== */
#right .mod_socials, #left .mod_socials {
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.03);
}

#right .mod_socials i, #left .mod_socials i {
    background: rgba(0, 0, 0, 0.05);
    font-size: 12px;
    line-height: 36px;
    padding: 0 7px;
    display: inline-block;
}

/* =============================================================================
 * header-mod_langswitcher
 * ========================================================================== */
.mod_langswitcher {
    position: relative;
    float: right;
    margin-left: 20px;
    z-index: 100;
}

.mod_langswitcher .mod_langswitcher_inside {
    padding: 10px 15px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 0;
}

.header .mod_langswitcher .mod_langswitcher_inside:after {
    font-family: "FontAwesome";
    content: "\f107";
    margin-left: 10px;
    display: inline-block;
    font-size: 10px;
    position: relative;
    top: -4px;
}

.mod_langswitcher .mod_langswitcher_inside i {
    margin-right: 5px;
}

.mod_langswitcher img {
    width: 20px;
    height: 15px;
}

.mod_langswitcher ul {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 16px;
    background: rgba(255, 255, 255, 0.8);
    width: 71px;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.mod_langswitcher ul li a {
    padding: 6px 15px;
    display: block;
    line-height: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
}

.mod_langswitcher ul li a img {
    border: 1px solid #c8c8c8;
}

.mod_langswitcher ul li a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.mod_langswitcher ul li:last-of-type a {
    border-bottom: 0;
}

.mod_langswitcher .mod_langswitcher_inside:hover ul {
    display: block;
}

.mod_langswitcher:hover .mod_langswitcher_inside {
    border-radius: 5px 5px 0 0;
}

/* =============================================================================
 * .header-search
 * ========================================================================== */
.header .mod_search {
    position: relative;
    float: right;
    padding: 0 8px;
    display: inline-block;
    cursor: pointer;
    margin-left: 45px;
    z-index: 100;
}

.header .mod_search span {
    display: none;
}

.header .ce_search_label i {
    margin-right: 5px;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

.header .ce_search_label i:hover {
    opacity: 0.8;
}

.body_bottom .mod_search .search-content {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000000;
    display: none;
}

.body_bottom .mod_search .search-content:before {
    content: '';
    height: 50%;
    display: block;
    margin-bottom: -120px;
    box-sizing: inherit;
}

.body_bottom .mod_search.show-search .search-content form {
    display: block;
}

.body_bottom .mod_search form {
    max-width: 500px;
    margin: 0 auto;
    height: 100%;
    display: none;
    text-align: center;
}

.body_bottom .mod_search.show-search {
    overflow: visible !important;
}

.body_bottom .mod_search.show-search .search-content {
    display: block;
    -webkit-animation: fadeInDown 0.5s;
    animation: fadeInDown 0.5s;
}

.body_bottom .mod_search .close-window i {
    position: fixed;
    right: 50px;
    top: 50px;
}

.body_bottom .mod_search .close-window i:before {
    color: #fff;
    font-size: 20px;
    border: 3px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

.body_bottom .mod_search .close-window i:hover:before {
    background: rgba(255, 255, 255, 0.3);
}

.body_bottom .mod_search input:not(.submit) {
    background: transparent;
    border: 0;
    border-bottom: 3px solid #fff;
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    width: 100%;
    float: none;
    padding: 0;
    border-radius: 0;
}

.body_bottom .mod_search input.submit {
    margin: 25px auto 0 auto;
    float: none;
    width: auto;
    background: transparent;
    border-color: #fff;
    color: #fff;
    transition: All 0.3s linear;
    -webkit-transition: All 0.3s linear;
}

.body_bottom .mod_search input.submit:hover {
    background: rgba(255, 255, 255, 0.3);
}

.body_bottom .mod_search .label {
    display: block;
    text-align: center;
    font-size: 34px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: bold;
}

/* =============================================================================
 * header_metanavi
 * ========================================================================== */
.header .header_metanavi {
    display: none;
    overflow: visible;
}

.header .header_metanavi a {
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.95rem;
}

.header .header_metanavi a:hover {
    opacity: 0.7;
}

.header .header_metanavi li {
    display: inline-block;
    position: relative;
    line-height: 50px;
}

.header .header_metanavi li i {
    display: none;
}

.header .header_metanavi li ul {
    display: none;
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    z-index: 10;
}

.header .header_metanavi li ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    font-size: 0.9em;
    line-height: 35px;
}

.header .header_metanavi li ul li a {
    margin: 0;
    display: block;
    color: #505050 !important;
}

.header .header_metanavi li.submenu a:after {
    font-family: "FontAwesome";
    content: "\f107";
    margin-left: 4px;
}

.header .header_metanavi li.submenu li a:after {
    display: none;
}

.header .header_metanavi li:hover ul {
    display: block;
}

/* =============================================================================
 * top-login
 * ========================================================================== */
#top .mod_login_top {
    float: right;
    padding: 0 8px;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    margin-left: 25px;
}

#top .mod_login_top i {
    margin-right: 5px;
}

#top .mod_login_top:hover {
    background: #1e88d2;
    color: #fff;
}

#top .mod_login {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    z-index: 100;
    display: none;
    max-width: 100%;
    margin: 0;
    color: #393939;
}

#top .mod_login.show form {
    display: block;
}

#top .mod_login form {
    max-width: 500px;
    margin: 0 auto;
    display: none;
    background: white;
    padding: 50px;
    margin-top: 50px;
    position: relative;
    border: 5px solid rgba(0, 0, 0, 0.2);
}

#top .mod_login form table {
    width: 100%;
}

#top .mod_login form table td {
    padding: 10px 0;
}

#top .mod_login.show {
    display: block;
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
}

#top .mod_login.show form {
    display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

#top .mod_login .close-window-login i {
    position: absolute;
    right: 20px;
    top: 30px;
}

#top .mod_login .close-window-login i:before {
    font-size: 16px;
    border: 3px solid black;
    background: rgba(255, 255, 255, 0.95);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

#top .mod_login form div {
    margin: 0;
}

#top .top_metanavi {
    overflow: visible;
    float: right;
}

#top .top_metanavi a {
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}

#top .top_metanavi a:hover {
    opacity: 0.7;
}

#top .top_metanavi li {
    display: inline-block;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 4px;
}

#top .top_metanavi li.last, #top .top_metanavi li li {
    border-right: 0;
}

#top .top_metanavi li i {
    display: none;
}

#top .top_metanavi li ul {
    display: none;
    position: absolute;
    left: 0;
    background: white;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#top .top_metanavi li ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    font-size: 0.9em;
    line-height: 35px;
}

#top .top_metanavi li ul li.last {
    border-bottom: 0;
}

#top .top_metanavi li ul li a {
    margin: 0;
    color: #555555 !important;
    display: block;
}

#top .top_metanavi li:hover ul {
    display: block;
}

#top .top_metanavi li.submenu a:after {
    font-family: "FontAwesome";
    content: "\f107";
    margin-left: 4px;
}

#top .top_metanavi li.submenu li a:after {
    display: none;
}

/* =============================================================================
 * top-metanavi
 * ========================================================================== */
/* =============================================================================
 * breadcrumb
 * ========================================================================== */
.mod_breadcrumb {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mod_breadcrumb .mod_breadcrumb_inside {
    position: relative;
}

.mod_breadcrumb .mod_breadcrumb_inside:before {
    content: '';
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    height: 1px;
}

.mod_breadcrumb .mod_breadcrumb_inside:after {
    content: '';
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 1px;
}

.mod_breadcrumb .mod_breadcrumb_inside:before, .mod_breadcrumb .mod_breadcrumb_inside:after {
    display: none;
}

.mod_breadcrumb ul {
    font-size: 0.93em;
    line-height: 0.93em;
    text-align: center;
    display: inline-block;
    float: none;
    padding: 11px 0;
}

.mod_breadcrumb li {
    display: inline-block;
    margin-right: 5px;
}

.mod_breadcrumb li:before {
    font-family: "FontAwesome";
    content: "\f101";
    margin-right: 5px;
}

.mod_breadcrumb li.first:before {
    display: none;
}

.mod_breadcrumb .pagetitle {
    display: none;
}

/* =============================================================================
 * offcanvas-top
 * ========================================================================== */
.offcanvas-trigger {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    height: 36px;
    width: 36px;
}

.offcanvas-trigger:after {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    content: '';
    height: 50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.offcanvas-trigger .line1 {
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, 0.9);
    height: 1px;
    width: 10px;
    z-index: 10;
    right: 5px;
    margin-top: -7px;
}

.offcanvas-trigger .line2 {
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, 0.9);
    height: 1px;
    width: 10px;
    z-index: 10;
    right: 5px;
    margin-top: -7px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

#offcanvas-top {
    max-height: 0;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    overflow: hidden;
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.8);
}

#offcanvas-top a {
    color: rgba(255, 255, 255, 0.8);
}

#offcanvas-top.offcanvas-top-open {
    display: block;
    max-height: 1000px;
}

.offcanvas-top-open.offcanvas-trigger .line2 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#offcanvas-top .offcanvas-top-inside {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

#offcanvas-top .mod_login {
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

#offcanvas-top .mod_login input.submit {
    width: auto;
    background: rgba(0, 0, 0, 0.1);
}

#offcanvas-top .mod_login input.text {
    margin-bottom: 10px;
}

#offcanvas-top .autogrid.block {
    padding-left: 2%;
    padding-right: 2%;
}

#offcanvas-top .autogrid_wrapper {
    margin-left: -2%;
    margin-right: -2%;
}

#offcanvas-top h1, #offcanvas-top h2, #offcanvas-top h3, #offcanvas-top h4, #offcanvas-top h5, #offcanvas-top h6 {
    color: white;
    font-size: 1.7em;
}

#offcanvas-top .mod_socials {
    overflow: hidden;
    display: inline-block;
}

#offcanvas-top .mod_socials a i {
    padding: 10px;
    margin-right: 1px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    float: left;
    margin-bottom: 1px;
}

/* =============================================================================
 * popup-banner
 * ========================================================================== */
.popup-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    z-index: 10000;
    padding: 15px 110px 15px 15px;
    -webkit-animation: fadeInUp 2000ms ease;
    animation: fadeInUp 2000ms ease;
}

.popup-banner.close {
    display: none;
}

.popup-banner-close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    border-radius: 3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

.popup-banner-close:hover {
    background: rgba(0, 0, 0, 0.5);
}

.popup-banner a {
    color: white;
    font-weight: bold;
}

/* =============================================================================
 * footer
 * ========================================================================== */
#footer {
    background: #545454;
    font-size: 0.93em;
    color: rgba(255, 255, 255, 0.4);
}

#footer a {
    color: rgba(255, 255, 255, 0.4);
    transition: all 0.4s ease-out 0s;
    color: white;
}

#footer a:hover {
    color: #999999;
}

#footer .inside {
    margin: 0 auto;
    padding: 65px 40px;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #fff;
}

#footer .totop {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -20px;
}

#footer .totop:before {
    font-family: "FontAwesome";
    content: '\f102';
    background: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 21px;
    border-radius: 0 0 3px 3px;
}

#footer .mod_socials {
    overflow: hidden;
    display: inline-block;
}

#footer .mod_socials a i {
    padding: 10px;
    margin-right: 1px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    float: left;
    margin-bottom: 1px;
}

/* =============================================================================
 * mod_socials-footer
 * ========================================================================== */
/* =============================================================================
 * bottom
 * ========================================================================== */
#bottom {
    background: #4c4c4c;
}

#bottom .inside {
    margin: 0 auto;
    padding: 30px 40px;
    overflow: hidden;
    font-size: 0.93em;
    color: rgba(255, 255, 255, 0.4);
}

#bottom .inside .left {
    float: left;
}

#bottom .inside .right {
    float: right;
}

#bottom .inside a {
    color: white;
}

#bottom .inside a:hover {
    color: #999999;
    text-decoration: underline;
}

#bottom .inside .left a {
    margin-right: 15px;
}

#bottom .inside .right a {
    margin-left: 15px;
}

/* =============================================================================
 * set css3 animation duration
 * ========================================================================== */
.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/* =============================================================================
 * set accent colors
 * ========================================================================== */
.bg-accent {
    background-color: #1e88d2;
}

p a {
    color: #1e88d2;
}

.divider-v2 h1:after, .divider-v2 h2:after, .divider-v2 h3:after, .divider-v2 h4:after {
    background: #1e88d2;
}

.dividerv h5:after, .divider-v2 h6:after, h1.divider-v2:after, h2.divider-v2:after, h3.divider-v2:after, h4.divider-v2:after, h5.divider-v2:after, h6.divider-v2:after {
    background: #1e88d2;
}

hr.divider_3:before {
    background: #1e88d2;
    background: #1e88d2;
}

.divider_4_first {
    border: 3px solid #1e88d2;
}

.divider_4_second {
    background-color: #1e88d2;
}

.divider_4::after, .divider_4::before {
    background-color: #1e88d2;
}

.divider_5 i {
    color: #1e88d2;
}

.mainmenu ul ul {
    border-top: 2px solid rgba(30, 136, 210, 0.6);
}

.mainmenu ul li a.trail, .mainmenu ul li a.active {
    color: #1e88d2;
}

.mainmenu ul ul li a:hover, .mainmenu ul ul li a.trail, .mainmenu ul ul li a.active {
    background: rgba(30, 136, 210, 0.95);
}

.subnav a {
    color: #1e88d2;
}

#nav-open-btn:before, .ce_table table th {
    background: #1e88d2;
}

.ce_tabs .tabs.classic ul li.active, .ce_tabs .tabs.classic ul li:hover {
    border-color: #1e88d2;
}

.ce_tabs .tabs.horizontal ul li:hover a, .ce_tabs .tabs.horizontal ul li.active a {
    background: #1e88d2;
}

.ce_teambox .image .overlay {
    background: #1e88d2;
}

.ce_teambox .email a {
    color: #1e88d2;
}

blockquote a {
    color: #1e88d2;
}

.ce_iconbox.version2 i {
    background: #1e88d2;
}

.ce_iconbox .link {
    color: #1e88d2;
}

.ce_testimonial a, .ce_accordion .toggler:before {
    color: #1e88d2;
}

.mod_calendar th.head {
    background: #1e88d2;
    border-top: 1px solid #1e88d2;
    border-right: 1px solid #1e88d2;
    border-left: 1px solid #1e88d2;
}

.mod_calendar th.previous a, .mod_calendar th.next a {
    background-color: #1e88d2;
}

.pagination li span.current {
    background: #1e88d2;
}

.pagination li a:hover {
    color: #1e88d2;
}

.mod_faqpage h3:before {
    color: #1e88d2;
}

.mod_search .submit, input:focus, textarea:focus {
    border: 1px solid #1e88d2;
}

form fieldset legend {
    background-color: #1e88d2;
}

form .input-group-addon {
    background: #1e88d2;
    border-color: #1e88d2;
}

input.submit[type="submit"] {
    background: #1e88d2;
}

input.submit[type="submit"]:hover {
    background: rgba(30, 136, 210, 0.9);
}

.ce_youtube_background.overlay .YTPOverlay {
    background-color: rgba(30, 136, 210, 0.6);
}

.label-accent {
    background: #1e88d2;
}

.ce_hyperlink a, a.btn {
    background: #1e88d2;
    border-color: #1e88d2;
}

.ce_hyperlink a.link-white, a.btn.link-white {
    color: #1e88d2;
}

.ce_hyperlink a.link-white:hover, a.btn.link-white:hover {
    background: #1e88d2;
}

.ce_hyperlink a.outline, a.btn.outline {
    color: #1e88d2;
}

.newslist h2 {
    color: #1e88d2;
}

.newslist h2 a {
    color: #1e88d2;
}

.newslist .news-left .news-date {
    background: #1e88d2;
}

.newsteaser .date, .mod_portfoliolist .item a:hover {
    background: #1e88d2;
}

#portfolio_filter a.selected, #portfolio_filter a:hover {
    background: #1e88d2;
}

.ce_chartbar .chart_data {
    background: #1e88d2;
}

.color-accent {
    color: #1e88d2;
}

.color-accent p, .color-accent i, .color-accent h1, .color-accent h2, .color-accent h3, .color-accent h4, .color-accent h5, .color-accent h6, .color-accent a:not(.link-white) {
    color: #1e88d2;
}

blockquote {
    border-color: #1e88d2;
}

.ce_pricetable .pricetable.highlight .title, .ce_imagebox_v2 .ce_url a {
    background: #1e88d2;
}

.ce_gallery .content {
    background: rgba(30, 136, 210, 0.8);
}

.ce_headertext h1:after, .ce_headertext h2:after, .ce_headertext h3:after, .ce_headertext h4:after, .ce_headertext h5:after, .ce_headertext h6:after {
    background: #1e88d2;
}

.ce_countup i {
    color: #1e88d2;
}

.newslist-v3 .date {
    background: #1e88d2;
}

.ce_bgimage.offset.offset-bg-accent:before {
    background-color: #1e88d2;
}

.ce_leadertext.version2 .divider-first {
    border: 3px solid #1e88d2;
}

.ce_leadertext.version2 .divider-second {
    background-color: #1e88d2;
}

.ce_leadertext.version2 .divider:after, .ce_leadertext.version2 .divider:before {
    background-color: #1e88d2;
}

.ce_accordion .toggler i.fa {
    background: #1e88d2;
}

.newsteaser_v3 .news-overlay i {
    background-color: #1e88d2;
}

.newslist-v3 .subheadline, .ce_teambox .function {
    color: #1e88d2;
}

.ce_tabs .tabs.horizontal-clean ul li.active:after {
    border-color: #1e88d2 transparent transparent transparent;
}

.subheadline-v2 {
    color: #1e88d2;
}

.ce_timeline .timeline-item .timeline-item-title {
    background: #1e88d2;
}

.ce_portfoliofilter.default a.selected, .ce_portfoliofilter.default a:hover {
    background: #1e88d2;
}

.ce_tabs .tabs.horizontal-clean ul li.active a {
    color: #1e88d2;
}

.ce_revolutionslider_hyperlink {
    background: #1e88d2;
    border-color: #1e88d2;
}

.ce_headline_extended.version2 .divider-first {
    border-color: #1e88d2;
}

.ce_headline_extended.version2 .divider:after, .ce_headline_extended.version2 .divider:before {
    background-color: #1e88d2;
}

.ce_headline_extended.version2 .divider-second {
    background-color: #1e88d2;
}

#top a {
    color: #1e88d2;
}

body .picker--focused .picker__day--selected {
    background-color: #1e88d2;
}

body .picker__day--selected {
    background-color: #1e88d2;
}

body .picker__day--selected:hover {
    background-color: #1e88d2;
}

body .picker--focused .picker__day--highlighted, body .picker__day--highlighted:hover, body .picker__day--infocus:hover, body .picker__day--outfocus:hover, body .picker--focused .picker__list-item--highlighted, body .picker__list-item--highlighted:hover, body .picker__list-item:hover {
    background-color: #1e88d2;
}

body .picker__list-item--highlighted {
    border-color: #1e88d2;
}

.picker__list-item:hover {
    border-color: #1e88d2;
}

.ce_video_background .video-overlay {
    background-color: #1e88d2;
}

.ce_text_imagebox.imagebox_version2 .inside, .ce_text_imagebox.imagebox_version3 .inside {
    background-color: #1e88d2;
}

#offcanvas-top, .popup-banner, .ce_bgimage_content_start.bg-accent .bg_overlay {
    background: #1e88d2;
}

.newslist-timeline:before, .newslist-timeline-both h4:before {
    border-color: #1e88d2;
}

.ce_divider_extended.version4 span, .ce_divider_extended.version5 {
    background: #1e88d2;
}

.ce_linkbox h4 {
    color: #1e88d2;
}

.body_bottom .mod_search .search-content, .mod_customcataloglist.cc_immorealty .entry.top_object .cc_immorealty_top, .mod_customcatalogfilter.immorealty_filter .filter_range .ui-slider-range {
    background: #1e88d2;
}

.mod_customcatalogreader.cc_immorealty .property-furnishing li i {
    color: #1e88d2;
}

.mod_customcatalogreader.cc_immorealty .price {
    background: #1e88d2;
}

.mod_customcataloglist .cc_immorealty_slider .category, .header .mainmenu ul li.highlight a span {
    background: #1e88d2;
}

.mod_customcataloglist.cc_immorealty .customelements_notelist input {
    background-color: #1e88d2;
}

.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col2 {
    color: #1e88d2;
}

.mod_customcatalogfilter.cardealer_filter .filter_range .ui-slider-range {
    background-color: #1e88d2;
}

.mod_customcatalogreader.cc_cardealer .single-price {
    color: #1e88d2;
}

.mod_customcatalogreader.cc_cardealer .single-price strong {
    background-color: #1e88d2;
}

.mod_customcataloglist.cc_cardealer .item-highlight-icon {
    background-color: #1e88d2;
}

.mod_customcataloglist .cc_cardealer_slider .state {
    background-color: #1e88d2;
}

.mod_customcataloglist .cc_cardealer_slider .price strong {
    color: #1e88d2;
}

.mod_portfoliolist .item a:hover {
    color: #1e88d2;
}

.ce_linkbox a i {
    background-color: #1e88d2;
}

.mod_portfoliolist.portfolio-v2 .item a:hover {
    color: #1e88d2;
}

.ce_fullscreen_gallery.version3 .bold {
    background-color: #1e88d2;
}

form.style2 {
    background: #1e88d2;
}

.ce_linkbox .ce_linkbox_banner, .custommenu li:hover {
    background-color: #1e88d2;
}

.ce_featured_tab li .ce_headline .headline {
    color: #1e88d2;
}

.ce_featured_tab li.active {
    background-color: #1e88d2;
}

.ce_headerimage.version3 .ce_headline .headline, .ce_headerimage.version3 .subline {
    background: #1e88d2;
}

.mod_portfoliolist_v4 .item a:hover, .mod_customcatalogteaser.cc_accommodations .entry:hover .item-content {
    background: #1e88d2;
}

.ce_revolutionslider_hyperlink.light {
    color: #1e88d2;
}

.ce_frame_start.style3 .ce_frame_start_inside {
    border-color: #00bf00;
}

.mod_portfoliolist_teaser_3 .info {
    color: #1e88d2;
}

.mod_portfoliolist_teaser_3 .info a {
    color: #1e88d2;
}

.newsteaser_v7:hover h5 {
    color: #1e88d2;
}

.ce_divider_extended.version10 svg {
    fill: #1e88d2;
}

.cd-horizontal-timeline .filling-line {
    background-color: #1e88d2;
}

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #1e88d2;
}

.no-touch .cd-horizontal-timeline .events a:hover::after, .cd-horizontal-timeline .events a.selected::after {
    background-color: #1e88d2;
    border-color: #1e88d2;
}

.mod_portfoliolist_v7 .comments, .mod_portfoliolist_v7 .subline {
    background-color: #1e88d2;
}

.mod_portfoliolist_v7 .item:hover .item-bottom a {
    color: #1e88d2;
}

.cd-horizontal-timeline .ce_text em, .mod_eventlist_v2 .title a {
    color: #1e88d2;
}

.ce_imagemap .hotspot.small .circle {
    box-shadow: 0 0 0 2px #1e88d2;
}

.ce_pricecard.style2.highlight .ce_pricecard_inside {
    background: #1e88d2;
}

.mod_eventlist_v3 h4 {
    color: #1e88d2;
}

.mod_eventlist_v3 h4 a {
    color: #1e88d2;
}

.mod_eventlist_v3 .meta-info i {
    color: #1e88d2;
}

.cd-horizontal-timeline time:before, .cd-horizontal-timeline .location:before {
    color: #1e88d2;
}

.cd-horizontal-timeline .more a {
    background: #1e88d2;
}

body .mainmenu ul li a:hover:before, body .mainmenu ul li a.trail:before, body .mainmenu ul li a.active:before {
    background-color: #1e88d2;
}

.ce_popup_start .popup_close {
    color: #1e88d2;
}

.ce_popup_start .ce_popup_content {
    border-color: #1e88d2;
}

.mod_eventlist_v4 i.fa-location-arrow {
    background-color: #1e88d2;
}

.ce_hyperlink_lightbox_video.hyperlink_color_accent svg polygon {
    fill: #1e88d2;
}

.ce_hyperlink_lightbox_video.hyperlink_color_accent svg circle {
    stroke: #1e88d2;
}

.mod_portfoliolist_demos .item .overlay {
    background-color: #1e88d2;
}

.mod_portfoliolist_demos .item h5:hover {
    color: #1e88d2;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-accent {
    background-color: #1e88d2;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-accent:hover {
    background-color: #1e88d2 !important;
}

.ce_iconbox_v3 .headline.headline-color-accent, .ce_iconbox_v3 .subheadline.subheadline-color-accent, .ce_iconbox_v3 .fonticon.fonticon-color-accent {
    color: #1e88d2;
}

.ce_iconbox_v3:hover.text-hover-accent i, .ce_iconbox_v3:hover.text-hover-accent .headline, .ce_iconbox_v3:hover.text-hover-accent .subheadline {
    color: #1e88d2 !important;
}

.submenu_v2 li a:hover, .submenu_v2 li a.active {
    color: #1e88d2;
}

.ce_list.list-style2 li.fa:before {
    color: #1e88d2;
}

.ce_download_small .ce_download_small_inside a {
    border-color: #1e88d2;
}

.ce_download_small .ce_download_small_inside a:after {
    color: #1e88d2;
}

/* =============================================================================
 * set second color
 * ========================================================================== */
.bg-second {
    background-color: #2e3841;
}

.color-second {
    color: #2e3841;
}

.ce_bgimage_content_start .bg_overlay.bg-second {
    background-color: #2e3841;
}

.notelist .submit_container input.submit {
    background-color: #2e3841;
}

.notelist .submit_container input.submit:hover {
    background-color: #2e3841;
}

.mod_customcataloglist.cc_cardealer .item-state {
    background-color: #2e3841;
}

form.style2 input.submit {
    background-color: #2e3841;
}

form.style2 input.submit[type="submit"]:hover {
    background-color: #2e3841;
}

.ce_iconbox_v2.style2:hover {
    background-color: #2e3841;
}

.ce_hyperlink-extended a.link-sec-color {
    color: white;
    border: 2px solid #2e3841;
    background: #2e3841;
}

.ce_hyperlink-extended a.link-sec-color:hover {
    color: #2e3841;
    border: 2px solid #2e3841;
    background: white;
}

.ce_hyperlink-extended a.link-sec-color-outline {
    color: #2e3841;
    border: 2px solid #2e3841;
    background: none;
}

.ce_hyperlink-extended a.link-sec-color-outline:hover {
    color: white;
    background: #2e3841;
}

.ce_hyperlink_lightbox_video.hyperlink_color_second svg polygon {
    fill: #2e3841;
}

.ce_hyperlink_lightbox_video.hyperlink_color_second svg circle {
    stroke: #2e3841;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-second {
    background-color: #2e3841;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-second:hover {
    background-color: #2e3841 !important;
}

.ce_iconbox_v3 .headline.headline-color-second, .ce_iconbox_v3 .subheadline.subheadline-color-second, .ce_iconbox_v3 .fonticon.fonticon-color-second {
    color: #2e3841;
}

.ce_iconbox_v3:hover.text-hover-second i, .ce_iconbox_v3:hover.text-hover-second .headline, .ce_iconbox_v3:hover.text-hover-second .subheadline {
    color: #2e3841 !important;
}

/* =============================================================================
 * custom colors: background
 * ========================================================================== */
.bg-custom-1, .bg-custom-2, .bg-custom-3, .bg-custom-4 {
    background: #1e88d2;
}

/* =============================================================================
 * custom colors: offset layer
 * ========================================================================== */
.ce_bgimage.offset.offset-bg-custom-1:before, .ce_bgimage.offset.offset-bg-custom-2:before, .ce_bgimage.offset.offset-bg-custom-3:before, .ce_bgimage.offset.offset-bg-custom-4:before {
    background-color: #1e88d2;
}

/* =============================================================================
 * mainmenu
 * ========================================================================== */
.mainmenu {
    float: right;
}

.mainmenu ul {
    position: static;
}

.mainmenu ul li {
    margin-left: 15px;
    margin-right: 15px;
}

.mainmenu ul li a.first {
    padding-left: 0;
}

.mainmenu ul li.first {
    margin-left: 0;
}

.mainmenu ul li.last {
    margin-right: 0;
}

.mainmenu ul li ul li {
    margin-left: 0;
    margin-right: 0;
}

.mainmenu ul li a {
    text-transform: none;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
}

.mainmenu ul li ul a.trail {
    color: white;
}

.fixed .mainmenu ul li ul li a:not(.active):not(.trail) {
    color: #393939;
}

.mainmenu ul ul li a {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    color: #4d4f4f !important;
}

.header .mainmenu ul ul li a:hover:not(.menuheader), .header .mainmenu ul ul li a.active, .header .mainmenu ul ul li a.trail {
    color: white;
}

.mainmenu ul li a:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}

.mainmenu ul li ul li a:hover {
    opacity: 1;
}

.mainmenu ul .megamenu-wrapper {
    right: auto;
    left: 40px;
}

nav.mainmenu li.megamenu ul li {
    min-width: 180px;
}

.mainmenu ul li:hover > ul, .mainmenu ul li:hover .megamenu-wrapper {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mainmenu ul ul li:hover > ul {
    -webkit-animation-name: none;
    animation-name: none;
}

.mainmenu ul li a {
    text-align: center;
}

.mainmenu ul li.last ul {
    right: auto;
}

.mainmenu ul ul li a[target=_blank] {
    padding-right: 30px !important;
}

.mainmenu ul ul li a[target=_blank]:after {
    font-family: "FontAwesome";
    content: "\f08e";
    position: absolute;
    right: 5px;
}

.mainmenu ul li.megamenu ul li a[target=_blank] {
    padding-right: 45px !important;
}

.mainmenu ul .megamenu ul li a[target=_blank]:after {
    right: 10px;
}

.mainmenu ul li.floatbox {
    position: static;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mainmenu ul li a.nav-icon span {
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
    display: inline-block;
    line-height: 40px;
}

.mainmenu ul ul li a.nav-icon span {
    line-height: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.mainmenu ul li a i.fa {
    transform: translateY(-133%);
    -webkit-transform: translateY(-133%);
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    display: inline-block;
}

.mainmenu ul ul li a i.fa {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    position: static;
    width: 20px;
}

/* =============================================================================
 * mainmenu: icons
 * ========================================================================== */
/* =============================================================================
 * class mainmenu: highlight one menu item
 * ========================================================================== */
.header .mainmenu ul li.highlight a span {
    padding: 10px;
    border-radius: 3px;
}

body .header .mainmenu ul li.highlight a.highlight {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* =============================================================================
 * smartmenu
 * ========================================================================== */
.smartmenu {
    display: inline-block;
    position: relative;
    display: none;
    float: left;
}

.smartmenu.smartmenu-open .mod_navigation {
    display: block;
}

.smartmenu .mod_navigation {
    display: none;
    position: absolute;
    top: 100%;
    line-height: 40px;
    overflow: visible;
}

.smartmenu .mod_navigation ul {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.smartmenu .mod_navigation ul li {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.smartmenu .mod_navigation ul li i {
    display: none;
}

.smartmenu .mod_navigation ul li a {
    display: block;
    padding: 0 25px;
    white-space: nowrap;
    font-size: 0.9em;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

.smartmenu .mod_navigation ul li a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.smartmenu .mod_navigation ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.smartmenu .mod_navigation a.submenu:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 12px;
}

.smartmenu .mod_navigation ul li:hover > ul {
    display: block;
}

.smartmenu.open .mod_navigation {
    display: block;
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
}

.smartmenu .smartmenu-trigger {
    height: 100px;
    width: 35px;
    position: relative;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    cursor: pointer;
}

.header.cloned .smartmenu .smartmenu-trigger {
    height: 70px;
}

.smartmenu {
    float: right;
    margin-left: 20px;
}

.smartmenu .smartmenu-trigger .line {
    height: 1px;
    background: #393939;
    width: 35px;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -1px;
}

.smartmenu .smartmenu-trigger .line:before, .smartmenu .smartmenu-trigger .line:after {
    display: inline-block;
    width: 35px;
    height: 1px;
    background: #393939;
    position: absolute;
    left: 0;
    content: '';
    top: 50%;
    margin-top: -13px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

.smartmenu .smartmenu-trigger .line:before {
    margin-top: 11px;
}

.smartmenu.open .smartmenu-trigger .line {
    background: transparent !important;
}

.smartmenu.open .smartmenu-trigger .line:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0;
    top: 0;
}

.smartmenu.open .smartmenu-trigger .line:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0;
    top: 0;
}

.smartmenu .mod_navigation {
    right: 0;
}

.smartmenu .mod_navigation ul ul {
    left: auto;
    right: 100%;
}

.smartmenu .mod_navigation a.submenu:after {
    content: "\f104";
    right: auto;
    left: 12px;
}

/* =============================================================================
 * mobnav
 * ========================================================================== */
.body_bottom #mobnav {
    display: none;
}

/* =============================================================================
 * custommenu
 * ========================================================================== */
.custommenu {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.custommenu ul {
    overflow: hidden;
}

.custommenu li {
    float: left;
    width: 25%;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    text-align: center;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    opacity: 0.9;
}

.custommenu li.last {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.custommenu li a {
    display: block;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
}

.custommenu li span {
    font-weight: normal;
    display: block;
}

.custommenu li.custommenu_cols2 {
    width: 50%;
}

.custommenu li.custommenu_cols3 {
    width: 33%;
}

.custommenu li.custommenu_cols4 {
    width: 25%;
}

.custommenu li.custommenu_cols5 {
    width: 20%;
}

.custommenu li.custommenu_cols6 {
    width: 16.666%;
}

/* =============================================================================
 * submenu_v2
 * ========================================================================== */
.submenu_v2 ul {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.submenu_v2 li {
    float: left;
    text-align: center;
    padding: 10px 0;
}

.submenu_v2 li.custommenu_cols2 {
    width: calc(100% / 2);
}

.submenu_v2 li.custommenu_cols3 {
    width: calc(100% / 3);
}

.submenu_v2 li.custommenu_cols4 {
    width: calc(100% / 4);
}

.submenu_v2 li.custommenu_cols5 {
    width: calc(100% / 5);
}

.submenu_v2 li.custommenu_cols6 {
    width: calc(100% / 6);
}

.submenu_v2 li.custommenu_cols7 {
    width: calc(100% / 7);
}

.submenu_v2 li.custommenu_cols8 {
    width: calc(100% / 8);
}

.submenu_v2 li a {
    display: block;
    border-right: 1px solid #e5e5e5;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 15px 0;
    position: relative;
}

.submenu_v2 li a.first {
    border-left: 1px solid #e5e5e5;
}

.submenu_v2 li a i {
    display: block;
    font-size: 50px;
    margin-bottom: 5px;
}

.submenu_v2 li a.active:before {
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    background: #f7f7f7;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 100;
    content: '';
}

/* =============================================================================
 * submenu_v3
 * ========================================================================== */
.submenu_v3 {
    border: 8px solid gainsboro;
    padding: 25px;
    border-radius: 5px;
}

.submenu_v3 ul {
    padding-left: 15px;
}

.submenu_v3 li {
    list-style-type: square;
    list-style-position: outside;
}

.submenu_v3 li a {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    margin-bottom: 3px;
    display: block;
}

.submenu_v3 li a:hover {
    opacity: 0.7;
}

.submenu_v3 li a.active {
    text-decoration: underline;
}

/* =============================================================================
 * overwrite framework defaults
 * ========================================================================== */
.ce_revolutionslider {
    position: relative;
}

.ce_revolutionslider .banner.responsive {
    visibility: hidden;
}

.ce_revolutionslider .banner.responsive.revslider-initialised {
    visibility: visible;
}

.ce_revolutionslider .tp-dottedoverlay {
    z-index: 1;
}

.ce_revolutionslider_hyperlink {
    font-size: 13px;
    font-weight: bold;
}

.ce_revolutionslider_hyperlink.text-link {
    background: none;
    border: 0;
    min-width: 0;
    padding: 0;
    color: inherit;
}

.ce_revolutionslider_hyperlink.text-link:after {
    font-family: FontAwesome;
    content: "\f0da";
    margin-left: 5px;
}

.ce_revolutionslider_text.italic {
    font-family: Georgia, Times, serif;
    font-style: italic;
}

.ce_revolutionslider_text[class*='bg-'] {
    padding-left: 0.3em;
    padding-right: 0.3em;
}

.ce_leadertext.version1 .subheadline, .ce_leadertext.version2 .subheadline {
    font-size: 22px;
}

.ce_headline_extended.version1 .subheadline, .ce_headline_extended.version2 .subheadline {
    font-size: 22px;
}

.ce_revolutionslider .tp-bannertimer {
    top: auto;
    bottom: 0;
    height: 5px;
}

.ce_text_image_bar.show_arrow .image-left:after, .ce_text_image_bar.show_arrow .image-right:after {
    display: none;
}

.ce_leadertext.version1 .subheadline {
    font-style: italic;
}

.ce_list li.fa {
    margin-bottom: 20px;
    font-size: 1rem;
    position: relative;
    font-family: inherit;
}

.ce_list li.fa:before {
    font-family: FontAwesome;
}

.ce_list li:after {
    content: "";
    width: 70px;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    position: absolute;
    left: -26px;
    bottom: -11px;
}

.color-white .ce_list li:after {
    background-color: rgba(255, 255, 255, 0.8);
}

.ce_iconbox.version2 .ce_iconbox_inside:after {
    display: none;
}

textarea {
    height: inherit;
}

.mod_portfoliolist .item a:hover {
    background: white;
}

#main .mod_subscribe {
    border: 0;
    padding: 0;
    max-width: 650px;
}

#main .mod_subscribe h5 {
    display: none;
}

#main .mod_subscribe.align-center {
    margin-left: auto;
    margin-right: auto;
}

#main .mod_subscribe.align-center input.text {
    text-align: left !important;
}

#main .mod_subscribe.align-right {
    margin-left: auto;
}

#main .mod_subscribe.align-right input {
    margin-left: 10px;
    margin-right: 0;
}

#main .mod_subscribe.align-right input.text {
    text-align: left !important;
}

#main .mod_subscribe.align-right input.submit {
    text-align: center !important;
}

#main .mod_subscribe input {
    width: 45%;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 0;
    padding: 18px;
}

#main .mod_subscribe input.submit {
    width: 25%;
    display: inline-block;
}

input, textarea, select {
    background-color: white;
    padding: 15px;
    font-size: 0.9rem;
}

.chrome form select, .safari form select, select {
    height: 48px;
}

.ce_form .formicon-wrapper input {
    border-radius: 0 5px 5px 0;
}

input.submit {
    width: 100%;
}

.mod_search input {
    border-radius: 0;
}

.mod_search input.submit {
    width: auto;
}

.mod_login .submit_container {
    margin-top: 15px;
}

.ce_countup .headline {
    font-size: 55px;
}

.font-size-m {
    line-height: 1.3;
}

.ce_gallery .capt {
    font-size: inherit;
}

.swip-pagination .swiper-wrapper {
    padding-bottom: 60px;
}

.swiper-wrapper {
    padding-bottom: 0px;
}

.swiper-pagination {
    bottom: 0;
}

.swiper-button-next, .swiper-button-prev {
    margin-top: -75px;
}

body.ie input.checkbox {
    border: 0;
    padding: 0;
}

#slider {
    position: relative;
    z-index: 5;
}

.header .mainmenu ul li span.pagetitle {
    line-height: 18px;
    font-size: 0.8rem;
    font-weight: bold;
    margin-left: 5px;
    background: red;
    color: #fff;
    border-radius: 2px;
    position: relative;
    top: -4px;
    padding-left: 3px;
    padding-right: 3px;
}

.pdf_link {
    margin-bottom: 10px;
}

.ce_accordion .toggler {
    border: 1px solid gainsboro;
    border-bottom: 0;
    padding: 10px;
    margin-bottom: 0;
}

.ce_accordionStart:last-of-type .toggler, .ce_accordionSingle:last-of-type .toggler, .ce_accordionStart:last-of-type .accordion, .ce_accordionSingle:last-of-type .accordion {
    border-bottom: 1px solid gainsboro;
}

.ce_accordion .accordion {
    border-left: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
}

.ce_accordionStart:last-of-type .accordion {
    border-bottom: 1px solid gainsboro;
}

.ce_table table td {
    border-top: 0;
    border-bottom: solid 1px #e3e3e3;
}

select {
    color: #555;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input:-moz-placeholder, textarea:-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #555 !important;
}

.newslist-v2 .teaser-v2 {
    height: auto;
}

/* =============================================================================
 * form style2
 * ========================================================================== */
form {
    transition: All 0.7s ease;
    -webkit-transition: All 0.7s ease;
}

form.style2 {
    padding: 27px;
}

form.style2 input, form.style2 textarea, form.style2 select {
    border-color: transparent;
    border-radius: 0;
}

form.style2 textarea {
    height: 95px;
}

form.style2 h1, form.style2 h2, form.style2 h3, form.style2 h4, form.style2 h5, form.style2 h6 {
    color: white;
}

form.style2 input.submit:hover {
    opacity: 0.9;
}

form.style3 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

form.style4 {
    border: 5px solid #e3e3e3;
    padding: 50px 40px 20px 40px;
    background: rgba(255, 255, 255, 0.3);
}

form.style4 input, form.style4 select, form.style4 textarea {
    background-color: #f8f8f8;
}

form.style4 fieldset {
    border: 0;
    padding: 0;
}

form.style5 input, form.style5 select, form.style5 textarea {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    font-size: 0.7rem;
}

form.style5 input.submit {
    width: auto;
}

form.style5 textarea:hover {
    border-color: #999999;
}

form.style6 {
    background: rgba(0, 0, 0, 0.4);
    padding: 25px;
    color: white;
}

form.style6 input, form.style6 select, form.style6 textarea {
    background: rgba(200, 200, 200, 0.3);
    color: white;
    border-color: rgba(200, 200, 200, 0.3);
}

form.style6 select option {
    color: #323232;
}

form.style6 .explanation {
    margin-top: 20px;
}

form.style6 .headline h1, form.style6 .headline h2, form.style6 .headline h3, form.style6 .headline h4, form.style6 .headline h5, form.style6 .headline h6 {
    color: white;
}

form.style6 input::-webkit-input-placeholder, form.style6 textarea::-webkit-input-placeholder, form.style6 input:-moz-placeholder, form.style6 textarea:-moz-placeholder, form.style6 input::-moz-placeholder, form.style6 textarea::-moz-placeholder, form.style6 input:-ms-input-placeholder, form.style6 textarea:-ms-input-placeholder {
    color: #fff !important;
}

form.style7 input, form.style7 select, form.style7 textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #969696;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

form.style7 input:hover, form.style7 select:hover, form.style7 textarea:hover {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

form.style7 select {
    padding: 0;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNC4wNXB4IiBoZWlnaHQ9IjcuNzM4cHgiIHZpZXdCb3g9IjUuOTkgMTAuOTg3IDE0LjA1IDcuNzM4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDUuOTkgMTAuOTg3IDE0LjA1IDcuNzM4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBpZD0iRXhwYW5kX01vcmUiIGZpbGw9IiM0NDQ0NDQiIGQ9Ik0xOC44MzEsMTEuMTk1bC01LjgxNSw1LjgxNmwtNS44MTUtNS44MTdjLTAuMjc3LTAuMjc3LTAuNzI2LTAuMjc3LTEuMDAyLDBjLTAuMjc3LDAuMjc3LTAuMjc3LDAuNzI2LDAsMS4wMDNsNi4zMTYsNi4zMThsMCwwbDAsMGMwLjI3NywwLjI3NywwLjcyNiwwLjI3NywxLjAwMiwwbDYuMzE2LTYuMzE4YzAuMjc2LTAuMjc3LDAuMjc2LTAuNzI3LDAtMS4wMDRDMTkuNTU3LDEwLjkxOCwxOS4xMDgsMTAuOTE4LDE4LjgzMSwxMS4xOTV6Ii8+PC9zdmc+);
    background-position: 100% 58%;
    background-repeat: no-repeat;
}

form.style7 textarea {
    height: 250px;
}

form.style7 .explanation {
    font-size: 0.8rem;
    margin: 10px 0;
}

form.style7 input.submit {
    width: auto;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
}

form.style7 div.widget.widget-text {
    margin-top: 3px;
}

/* =============================================================================
 * form style3
 * ========================================================================== */
/* =============================================================================
 * form style4
 * ========================================================================== */
/* =============================================================================
 * form style5
 * ========================================================================== */
/* =============================================================================
 * form style6
 * ========================================================================== */
/* =============================================================================
 * form style7
 * ========================================================================== */
/* =============================================================================
 * fieldset w/checkbox_selector
 * ========================================================================== */
fieldset {
    opacity: 1;
    transition: All 0.7s ease;
    -webkit-transition: All 0.7s ease;
}

/* =============================================================================
 * datepicker
 * ========================================================================== */
.autogrid_wrapper.formfield {
    overflow: visible;
}

.autogrid_wrapper.formfield .autogrid {
    overflow: visible;
}

form div.widget {
    position: relative;
}

input.datepicker {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJHdWlkZXNfX3gyNl9fRm9ybXMiPjwvZz48Zz48Zz48Zz48cGF0aCBmaWxsPSIjNzU3NTc1IiBkPSJNMTEuMTYsMjEuMTA3YzAsMCwwLjU2MSwwLjU1OSwxLjI4OCwwLjU1OWMwLjU2OSwwLDAuODk0LTAuMjc4LDAuODk0LTAuNjIxYzAtMC40OS0wLjQ5LTAuNjkyLTEuMTY2LTAuNjkyaC0wLjQzOGwtMC4zMjQtMC43NDRsMC44MjQtMC45ODljMC4yOTgtMC4zNTksMC41NDMtMC41ODksMC41NDMtMC41ODl2LTAuMDE3YzAsMC0wLjIwMiwwLjA0My0wLjU5NiwwLjA0M2gtMS40OTh2LTEuMzEzaDMuOTUxdjAuOTU2bC0xLjI3LDEuNDYzYzAuOTMsMC4yMDIsMS41MTUsMC45MzgsMS41MTUsMS44MTNjMCwxLjA2OC0wLjc1MywyLjEzNy0yLjMyMiwyLjEzN2MtMS40MDEsMC0yLjEzNy0wLjgyNC0yLjEzNy0wLjgyNEwxMS4xNiwyMS4xMDd6Ii8+PHBhdGggZmlsbD0iIzc1NzU3NSIgZD0iTTE1Ljc5NCwyMS42OTNoMS4zMzJ2LTIuNjFjMC0wLjIzNywwLjAwOS0wLjQ4MSwwLjAwOS0wLjQ4MWgtMC4wMTdjMCwwLTAuMDc5LDAuMTc0LTAuMjQ2LDAuMzMybC0wLjM3NywwLjM0M2wtMC44ODQtMC45NDdsMS42OS0xLjU4NmgxLjMyM3Y0Ljk1aDEuMzR2MS4zMTNoLTQuMTcxVjIxLjY5M0wxNS43OTQsMjEuNjkzeiIvPjwvZz48cGF0aCBmaWxsPSIjNzU3NTc1IiBkPSJNMjQuNDc0LDkuMzMyaC0yLjMyMVY3LjcwN2MwLTEuNTM3LTEuMjQ5LTIuNzg2LTIuNzg2LTIuNzg2Yy0xLjUzNiwwLTIuNzg1LDEuMjQ5LTIuNzg1LDIuNzg2djEuNjI1aC0yLjgzM1Y3LjcwN2MwLTEuNTM3LTEuMjUtMi43ODYtMi43ODYtMi43ODZjLTEuNTM3LDAtMi43ODYsMS4yNDktMi43ODYsMi43ODZ2MS42MjVINS44NTVjLTAuNDYyLDAtMC44MzYsMC4zNzUtMC44MzYsMC44MzZ2MTUuNzM5YzAsMC40NjMsMC4zNzQsMC44MzcsMC44MzYsMC44MzdoMTguNjE5YzAuNDYxLDAsMC44MzYtMC4zNzQsMC44MzYtMC44MzdWMTAuMTY4QzI1LjMxLDkuNzA3LDI0LjkzNSw5LjMzMiwyNC40NzQsOS4zMzJ6IE0xOC4yNTIsNy43MDdjMC0wLjYxNSwwLjQ5OS0xLjExNSwxLjExNC0xLjExNXMxLjExNCwwLjUsMS4xMTQsMS4xMTV2My43ODVjMCwwLjYxNS0wLjQ5OSwxLjExNC0xLjExNCwxLjExNHMtMS4xMTQtMC40OTktMS4xMTQtMS4xMTRWNy43MDd6IE05Ljg0OCw3LjcwN2MwLTAuNjE1LDAuNDk5LTEuMTE1LDEuMTE1LTEuMTE1YzAuNjE1LDAsMS4xMTQsMC41LDEuMTE0LDEuMTE1djMuNzg1YzAsMC42MTUtMC40OTksMS4xMTQtMS4xMTQsMS4xMTRjLTAuNjE2LDAtMS4xMTUtMC40OTktMS4xMTUtMS4xMTRWNy43MDd6IE0yMy42MzksMjUuMDcySDYuNjlWMTUuMDQzaDE2Ljk0OFYyNS4wNzJ6Ii8+PC9nPjwvZz48L3N2Zz4=);
    background-size: 32px;
    background-position: right center;
    padding-right: 40px;
}

input.timepicker {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJHdWlkZXNfX3gyNl9fRm9ybXMiPjwvZz48ZyBpZD0iSWNvbnMiPjxnPjxwYXRoIGZpbGw9IiM3NTc1NzUiIGQ9Ik0xNyw4LjA1OVY2aC0ydjIuMDU5QzEwLjUwMSw4LjU1Nyw3LDEyLjM2OCw3LDE3YzAsMi4xMjUsMC43NDEsNC4wNzQsMS45NzIsNS42MTRMNy41MTUsMjQuMDdsMS40MTQsMS40MTRsMS40NTctMS40NTdDMTEuOTI2LDI1LjI1OSwxMy44NzUsMjYsMTYsMjZzNC4wNzQtMC43NDEsNS42MTMtMS45NzNsMS40NTcsMS40NTdsMS40MTQtMS40MTRsLTEuNDU3LTEuNDU2QzI0LjI1OSwyMS4wNzQsMjUsMTkuMTI1LDI1LDE3QzI1LDEyLjM2OCwyMS40OTksOC41NTcsMTcsOC4wNTl6IE0xNiwyNGMtMy44NjYsMC03LTMuMTM0LTctN3MzLjEzNC03LDctN3M3LDMuMTM0LDcsN1MxOS44NjYsMjQsMTYsMjR6Ii8+PHBvbHlnb24gZmlsbD0iIzc1NzU3NSIgcG9pbnRzPSIxNywxMiAxNSwxMiAxNSwxNy41IDE4LjA2MiwyMC41NjIgMTkuNDc3LDE5LjE0OCAxNywxNi42NzIgIi8+PHJlY3QgeD0iNy4yMyIgeT0iNS43MyIgdHJhbnNmb3JtPSJtYXRyaXgoLTAuNzA3MiAtMC43MDcgMC43MDcgLTAuNzA3MiA4LjIzMjIgMTkuODY4NSkiIGZpbGw9IiM3NTc1NzUiIHdpZHRoPSIyIiBoZWlnaHQ9IjUiLz48cmVjdCB4PSIyMS4zMTMiIHk9IjcuMTg4IiB0cmFuc2Zvcm09Im1hdHJpeCgtMC43MDcxIC0wLjcwNzIgMC43MDcyIC0wLjcwNzEgMzQuODU5IDMwLjgxNjkpIiBmaWxsPSIjNzU3NTc1IiB3aWR0aD0iNSIgaGVpZ2h0PSIyIi8+PC9nPjwvZz48L3N2Zz4=);
    background-size: 32px;
    background-position: right center;
    padding-right: 40px;
}

body .picker__list-item:hover, body .picker__day--infocus:hover, body .picker--focused .picker__day--highlighted {
    color: white;
}

body .picker__nav--next:hover, body .picker__nav--prev:hover, body .picker__button--close:hover, body .picker__button--today:hover, body .picker__button--clear:hover {
    background: #f0f0f0;
}

body .picker--focused .picker__day--highlighted, body .picker__day--highlighted:hover, body .picker__day--infocus:hover, body .picker__day--outfocus:hover {
    opacity: 0.7;
}

body .picker__select--month, body .picker__select--year {
    padding: 0;
    height: 40px;
    font-size: 0.8rem;
}

body .picker--time .picker__holder {
    background: rgba(0, 0, 0, 0.32);
}

/* =============================================================================
 * icons for ce_form input
 * ========================================================================== */
.ce_form .input-group-addon {
    width: 60px;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: white;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 4px 0 0 4px;
    display: table-cell;
}

.ce_form .widget.mandatory .input-group-addon {
    background: red;
    border-color: red;
    color: white;
}

.ce_form .formicon-wrapper {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    table-layout: fixed;
}

.ce_form .formicon-wrapper input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
    border-left: 0;
}

.ce_form .widget.fa:before, .ce_form .widget.fa label {
    display: none;
}

/* =============================================================================
 * colorbox 
 * ========================================================================== */
#cboxPrevious, #cboxNext, #cboxClose {
    z-index: 100;
}

#cboxWrapper .mod_article {
    padding: 30px;
}

#cboxWrapper #wrapper {
    padding: 10px;
}

#cboxWrapper .mod_article {
    max-width: none !important;
}

#cboxNext, #cboxPrevious {
    width: 75px !important;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}

#cboxNext:hover, #cboxPrevious:hover {
    opacity: 1;
}

#cboxClose {
    width: 26px !important;
    height: 30px !important;
    top: -28px !important;
    right: 0px !important;
}

#cboxClose:hover {
    background-position: top center !important;
}

#cboxTitle {
    top: -25px !important;
    font-size: 0.9rem;
}

#cboxContent {
    margin-top: 25px !important;
}

#cboxLoadedContent {
    border: 0 !important;
}

#cboxCurrent {
    display: none !important;
}

body.no_scroll {
    overflow: hidden;
}

#cboxOverlay {
    opacity: 0.8 !important;
}

#cboxNext, #cboxPrevious, #cboxClose {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNzAuNXB4IiBoZWlnaHQ9IjY1cHgiIHZpZXdCb3g9IjAgMCAxNzAuNSA2NSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTcwLjUgNjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNzAuNSwwaC00Ni42NjZDMTIyLjI3LDAsMTIxLDEuMjY5LDEyMSwyLjgzNHY1OS4zMzFjMCwxLjU2NSwxLjI3LDIuODM1LDIuODM0LDIuODM1SDE3MC41Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTAsMGg0Ni42NjZDNDguMjMsMCw0OS41LDEuMjY5LDQ5LjUsMi44MzR2NTkuMzMxQzQ5LjUsNjMuNzMsNDguMjMsNjUsNDYuNjY2LDY1SDAiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijc4LjI1IiB5MT0iNS4xMDkiIHgyPSI5NC4zNzUiIHkyPSIyMS4yMzQiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijk0LjM3NSIgeTE9IjUuMTA5IiB4Mj0iNzguMjUiIHkyPSIyMS4yMzQiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjM3LjUiIHkxPSIxMS4zNTkiIHgyPSIxMC43NSIgeTI9IjMyLjUiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjM3LjY3OCIgeTE9IjUzLjA1NSIgeDI9IjEwLjkyOCIgeTI9IjMxLjkxNCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTMzIiB5MT0iMTEuMzU5IiB4Mj0iMTU5Ljc1IiB5Mj0iMzIuNSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTMzIiB5MT0iNTMuNjQxIiB4Mj0iMTU5Ljc1IiB5Mj0iMzIuNSIvPjwvc3ZnPg==);
}

#cboxNext {
    right: 0 !important;
}

#cboxPrevious {
    left: 0 !important;
}

body #colorbox, body #cboxOverlay, body #cboxWrapper {
    z-index: 99999;
}

/* =============================================================================
 * revolutions slider module // template revoslider_fullscreen_arrowdown.html5
 * ========================================================================== */
.ce_revolutionslider #linkToContent {
    position: relative;
    width: 32px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 15px;
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 100;
}

.ce_revolutionslider #linkToContent .wheel {
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    left: 0;
    right: 0;
    -webkit-animation: mousewheel 1.7s infinite ease;
    animation: mousewheel 1.7s infinite ease;
}

.ce_revolutionslider #linkToContent.dark-wheel {
    border-color: rgba(0, 0, 0, 0.7);
}

.ce_revolutionslider #linkToContent.dark-wheel .wheel {
    background: rgba(0, 0, 0, 0.7);
}

@keyframes mousewheel {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}

@-webkit-keyframes mousewheel {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}

/* =============================================================================
 * portfoliolist - one-page
 * ========================================================================== */
.mod_portfoliolist .onepage_item.item a {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    margin: 0;
    border: 0;
    transition: none;
}

/* =============================================================================
 * autogrid - extra classes
 * ========================================================================== */
.autogrid_wrapper.grid-l {
    margin-left: -3%;
    margin-right: -3%;
}

.autogrid_wrapper.grid-l .ce_autogridWrapperStart.autogrid {
    padding-left: 3%;
    padding-right: 3%;
}

/* =============================================================================
 * breakpoint show smartmenu / hide mainmenu
 * ========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 970px) {
    .smartmenu {
        display: block;
    }

    .mainmenu {
        display: none;
    }
}

/* =============================================================================
 * breakpoint for topbar // hide mod_top_phone
 * ========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .mod_top_phone {
        display: none;
    }
}

/* =============================================================================
 * smart phones  (s / small screens)
 * ========================================================================== */
@media only screen and (max-width: 767px) {
    #main .mod_article {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #main .mod_article.fullwidth.boxed-content .contentwrap {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #main .autogrid_wrapper.article {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #main .mod_article .ce_parallax .contentwrap, #main .mod_article .ce_bgimage .ce_bgimage-inside, #main .mod_article .ce_youtube_background .contentwrap {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    body.sidebar.left #main .mod_article, body.sidebar.right #main .mod_article {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .ce_headerimage .ce_headerimage_inside, .ce_bgimage-inside, .header .inside, .ce_text_image_bar .inside, .ce_iconbox_header .contentwrap {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #main .autogrid_wrapper.article .mod_article {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #main .mod_article.fullwidth {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #main .mod_article.smallwidth {
        padding-left: 0px !important;
        padding-right: 0px !important;
        max-width: 80%;
    }

    .header {
        padding-bottom: 0;
        padding-top: 0;
    }

    .header .inside {
        height: 70px;
    }

    #fix-wrapper, #top-wrapper {
        position: relative !important;
    }

    #bottom .inside .left {
        float: none;
    }

    #bottom .inside .right {
        float: none;
    }

    #bottom .inside .right a {
        margin-left: 0;
        margin-right: 15px;
    }

    #footer .inside {
        padding: 40px 20px;
    }

    .mod_breadcrumb {
        padding: 20px;
    }

    .mod_breadcrumb ul {
        display: none;
    }

    body.content_page #slider .pagetitle {
        font-size: 22px;
    }

    #bottom .inside {
        padding-left: 20px;
        padding-right: 20px;
    }

    #footer .totop:before {
        display: none;
    }

    body, .ce_hyperlink.small a, a.btn.small, .ce_hyperlink a, a.btn {
        font-size: 0.9rem;
    }

    h1 {
        font-size: 26px !important;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 24px !important;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 22px !important;
        margin-bottom: 10px;
    }

    h4 {
        font-size: 18px !important;
        margin-bottom: 10px;
    }

    h5, h6 {
        font-size: 16px !important;
        margin-bottom: 10px;
    }

    .mod_breadcrumb {
        display: none;
    }

    .header .mod_langswitcher {
        position: absolute;
        right: 70px;
        top: 50%;
        margin-top: -19px;
        line-height: 40px;
    }

    .header .mod_search {
        display: none;
    }

    #main .mod_article {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ce_imagemap .hotspot {
        display: none;
    }

    .header.cloned {
        box-shadow: none;
    }

    body.fixed-header .header.cloned {
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    }

    .stickyheader {
        display: block !important;
    }

    .header.original {
        visibility: hidden;
    }

    #top {
        display: none;
    }

    .stickyheader .header.cloned {
        -webkit-animation: none;
        animation: none;
    }

    #main .mod_subscribe input {
        width: 100%;
        margin: 0;
    }

    #main .mod_subscribe input.submit {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }

    .autogrid:not(.ce_autogridwrapper):not(.no_gutter) {
        margin-bottom: 25px;
    }

    body #contentwrapper .ce_form form .autogrid, body .ce_form .autogrid {
        margin-bottom: 0;
    }

    .autogrid.autogrid-last {
        margin-bottom: 0;
    }

    #main .mod_article.autogrid {
        padding-top: 0;
        padding-bottom: 25px;
        margin-bottom: 0;
    }

    #main .mod_article.autogrid.autogrid-first {
        padding-top: 25px;
    }

    .ce_hyperlink.align-right {
        text-align: left !important;
    }

    #main .mod_subscribe.align-right input {
        margin-left: 0;
        margin-top: 20px;
    }

    .ce_revolutionslider #linkToContent {
        bottom: 10px;
    }

    .ce_revolutionslider .rs-container.fullscreen {
        height: calc(100vh - 70px) !important;
    }

    .custommenu {
        bottom: 0px;
        padding: 10px;
    }

    .custommenu li {
        float: none;
        width: 100% !important;
        border: 1px solid white;
        border-bottom: 0;
    }

    .custommenu li.last {
        border-bottom: 1px solid white;
    }

    .custommenu li .pagetitle {
        display: none;
    }

    form.style4 {
        padding: 20px;
    }

    form.style4 .submit_container {
        margin-bottom: 10px;
    }

    .submenu_v2 li {
        width: 100% !important;
        padding: 0;
    }

    .submenu_v2 li a {
        border-top: 1px solid #c8c8c8;
        border-left: 0;
        border-right: 0;
    }

    .submenu_v2 li a.first {
        border-top: 1px solid #c8c8c8;
        border-left: 0;
        border-right: 0;
        border: 0;
    }

    .submenu_v2 li a i {
        font-size: 25px;
    }

    .submenu_v2 li a.active:before {
        display: none;
    }

    /* =============================================================================
     * browser bugfixes
     * ========================================================================== */
    body.ie9 #fix-wrapper, body.ie10 #fix-wrapper {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MkVFOENGOTk2OUYxMUU1QjU3MTkyN0Q5MjBFRUJENSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MkVFOENGQTk2OUYxMUU1QjU3MTkyN0Q5MjBFRUJENSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUyRUU4Q0Y3OTY5RjExRTVCNTcxOTI3RDkyMEVFQkQ1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUyRUU4Q0Y4OTY5RjExRTVCNTcxOTI3RDkyMEVFQkQ1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ndvI8gAAABBJREFUeNpi+P//PwNAgAEACPwC/tuiTRYAAAAASUVORK5CYII=");
    }
}

/* =============================================================================
 * aragon customizations
 * ========================================================================== */
/* -------------------------	
	 GENERIC CLASSES 		
------------------------- */
.hide-for-all {
    display: none;
}

.centered-title h1, .centered-title h2, .centered-title h3, .centered-title h4, .centered-title h5 {
    text-align: center;
}

.contain {
    background-size: contain;
}

.wa {
    width: auto;
}

.wa img {
    width: auto;
}

.centered-content-images,
.centered-content {
    text-align: center;
}

.centered-content-images .ce_text {
    text-align: left;
}

.centered-content-images .ce_image,
.centered-content iframe,
.centered-content .mejs-container {
    display: inline-block;
}

.cl {
    clear: both;
}

/* VIDEO */
/* Beim iframe vom Video immer ein <div class="videoWrapper></div> drum herum machen. */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* -------------------------	
	 CUSTOM ELEMENTS 		
------------------------- */
#live-beratung-starten form {
    position: relative;
    width: 100%;
    height: auto;
}

#live-beratung-starten table {
    width: 100%;
    heigth: auto;
}

#live-beratung-starten input#sid {
    border-radius: 5px 5px 0 0;
    border-bottom: none;
}

#live-beratung-starten input#sn {
    border-radius: 0;
    border-bottom: none;
}

#live-beratung-starten input[type=submit] {
    border-radius: 0 0 5px 5px;
    background: #304169;
    color: white;
    font-size: 1rem;
    font-weight: 300;
    cursor: pointer;
}

/* RECHNER */
.mod_portfoliolist_v3 .item:hover .content {
    background: white;
}

.mod_portfoliolist_v3 .item .content {
    background: rgba(255, 255, 255, 0.85);
    transition: 200ms all ease-in-out;
}

/**
 * AWARDS
 */
.award {
    margin: 60px auto 60px;
    max-width: 700px;
}

.award .award-logo {
    width: 70px;
    height: auto;
    margin: 0 20px 20px 0;
    float: left;
}

.award .award-description {
    margin: 0;
}

/**
 * KARTE
 */
div#maps-2162 iframe {
    width: 100%;
    height: 350px;
}

/**
 * DOMGRABBER
 */
#main .ce_domgrabber .mod_article:not(.fullwidth):not(.autogrid):not(.smallwidth) {
    padding: 0 0 0 0;
}

/**
 * NEWSLETTER
 */
.mod_subscribe [id^=ctrl_channels] {
    display: none;
}

/**
 * FOOTER
 */
#footer {
    line-height: 1.5rem;
}

#footer .ce_text ul {
    list-style: none none inside;
    padding: 0;
    margin: 0;
}

#footer .ce_text li {
    line-height: 1.5rem;
}

#footer .ce_text a {
    text-decoration: none;
    color: #fff;
}

#footer .ce_iconbox {
    margin-bottom: 0;
    margin-top: 0;
}

#footer .ce_iconbox a {
    text-decoration: none;
    color: #fff;
}

.logo {
    width: 225px;
}

/**
 * KONTAKTFORMUAR
 */
.ce_form .widget.mandatory .input-group-addon,
.ce_form .widget .input-group-addon,
input[type=submit] {
    border: none;
}

/**
 * LOGO
 */
.logo a {
    height: 100%;
    background-size: contain;
}

/**
 * NEWSSOURCE
 */
p.newssource {
    font-size: 13px;
    color: #a0a0a0;
}

/**
 * SLIDER Lineheight
 
.content_page #slider .ce_textarea p.tp-resizeme {
  line-height: 60px !important; }
*/

#slider .ce_textarea {
    line-height: 1.5em !important;
}

#slider .boxed-slider .ce_textarea {
    padding: 20px 20px !important;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 7px;
    color: #5c7498;
}

/**
 * CUSTOM MAP INFO WINDOW
 */
.map-info-window {
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.2rem;
    color: #888;
}

.map-info-window .map-logo {
    max-height: 50px;
}

.map-info-window .map-logo img {
    height: 50px;
}

.map-info-window .map-separator {
    position: relative;
    width: 100%;
    height: 1px;
    margin: 10px 0;
    background: #efefef;
}

.map-info-window .map-link {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.map-info-window .map-link a {
    display: inline-block;
    padding: 4px 10px;
    width: 100%;
    height: 100%;
    color: #fff;
}

/* BAUFI RECHNER */
.baufilead-inputlabel-input-container,
.baufilead-inputlabel-input-unit {
    width: 100% !important;
}

/* -------------------------	
	 DESKTOP 		
------------------------- */
/**/
@media only screen and (min-width: 768px) {
    .hide-on-desktop {
        display: none;
    }

    .visible-for-desktop {
        display: block;
    }

    .header.original {
        line-height: 60px;
    }

    .header.original .logo {
        float: none;
    }

    .mainmenu ul {
        text-align: left;
    }

    .mainmenu .smartmenu.open .level_1 li:hover > a,
    .mainmenu .submenu .level_2 li:hover {
        background-color: transparent;
    }

    .rechner iframe {
        width: 100%;
    }

    /**
   * SUBMENU
   */
    /* Kein Umbrechen der Zeilen und styling */
    .vlist a {
        white-space: nowrap;
    }

    .mainmenu ul ul li a {
        color: #555;
    }

    .header .header_metanavi li ul.vlist {
        z-index: 1000;
    }

    .header .smartmenu.open .level_1 li, .header .submenu .level_2 li {
        -webkit-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
    }

    .header .smartmenu.open .level_1 li a, .header .submenu .level_2 li a {
        font-size: 13px;
        -webkit-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
    }

    .header .smartmenu.open .level_1 li:hover > a, .header .submenu .level_2 li:hover > a {
        color: white;
    }

    .header.original .header_metanavi {
        position: absolute;
        right: 40px;
        top: 20px;
        display: block;
    }

    .header .header_metanavi a {
        margin-right: 20px;
    }

    .header .header_metanavi a.last {
        margin-right: 0;
    }

    .header.original .mainmenu:before {
        content: '';
        height: 1px;
        position: absolute;
        left: 40px;
        bottom: 60px;
        right: 40px;
        background: rgba(0, 0, 0, 0.1);
    }

    .header.original .mainmenu::after {
        content: '';
        height: 1px;
        position: absolute;
        left: 40px;
        bottom: 0px;
        right: 40px;
        background: rgba(0, 0, 0, 0.1);
    }

    .header.original .smartmenu {
        float: left;
        margin-left: 0;
    }

    .header.original .smartmenu .mod_navigation {
        right: auto;
        left: 0;
    }

    .header.original .smartmenu .mod_navigation ul ul {
        left: 100%;
        right: auto;
    }

    .header.original .smartmenu .mod_navigation a.submenu:after {
        content: "\f105";
        right: 12px;
        left: auto;
    }

    .smartmenu .smartmenu-trigger {
        height: 60px;
    }

    .mainmenu {
        float: right;
    }

    .mod_breadcrumb {
        border: 0;
    }

    .mod_breadcrumb .mod_breadcrumb_inside:before, .mod_breadcrumb .mod_breadcrumb_inside:after {
        display: block;
    }


    .half {
        width: 50%;
    }

    .quarter {
        width: 25%;
    }

}

/**
 * GoToMeeting
 */
#GoToMeeting #joinMeetingId {
    border-radius: 5px 5px 0 0;
    border-bottom: none;
}

#GoToMeeting #joinMeeting {
    display: inline-block;
    width: 100%;
    padding: 13px;
    background: #FD7A2A;
    color: white;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

form[name=joinMeetingB] table {
    display: block;
    margin: auto;
    text-align: center;
}

form[name=joinMeetingB] table tbody {
    display: inline-block;
    margin-top: -7px;
    padding-bottom: 7px;
}

form[name=joinMeetingB] input, form[name=joinMeetingB] textarea, form[name=joinMeetingB] select {
    background: none;
    padding: 1px 7px 0;
    border-radius: 0;
    font-size: 0.7rem;
    border: none;
}

form[name=joinMeetingB] input[type=image], form[name=joinMeetingB] textarea[type=image], form[name=joinMeetingB] select[type=image] {
    padding: 0;
    width: 132px;
    height: 38px;
    margin-bottom: 29px;
    margin-top: 9px;
}

form[name=joinMeetingB] input:hover, form[name=joinMeetingB] textarea:hover, form[name=joinMeetingB] select:hover {
    border: none;
}

/**/
/* -------------------------	
	 MOBILE 		
------------------------- */
/**/
@media only screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }

    #slider {
        display: none;
    }

    .visible-for-mobile {
        display: block;
    }

    .visible-for-mobile #slider {
        display: block;
    }

    .ce_iconbox .ce_iconbox_outside .ce_iconbox_inside {
        text-align: left;
        line-height: 1.8rem;
    }

    .ch49 #slider {
        display: block;
    }

    /* Icon Mobile fix */
    .ce_iconbox.version2 .ce_iconbox_inside {
        padding-left: 0;
    }

    .ce_iconbox.version2 .ce_iconbox_inside i.fa {
        display: none;
    }

    /* Iconboxen bei Highlights, mobile Anpassung */
    .ce_iconbox {
        margin: 20px 0 0;
    }

    .ce_iconbox.version2 .image_container {
        position: relative;
        width: 100%;
    }

    .ce_iconbox.version2.right-align .ce_iconbox_inside {
        text-align: left;
    }

    .ce_iconbox.version2 .ce_iconbox_inside, .ce_iconbox.version2.right-align .ce_iconbox_inside {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .ce_iconbox.version2 .ce_iconbox_inside:last-child, .ce_iconbox.version2.right-align .ce_iconbox_inside:last-child {
        margin-bottom: 10px;
    }

    /* Teilen Buttons */
    .shariff ul.orientation-horizontal {
        padding: 0 1%;
    }

    .shariff ul li .fa {
        display: block;
        margin: auto;
    }

    .shariff .orientation-horizontal.col-6 li {
        max-width: 15.1%;
        width: 15.1%;
        min-width: 20px;
        float: left;
    }
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;

    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border-color: var(--bs-alert-border-color);
}


.alert-danger {
    --bs-alert-color: #842029;
    --bs-alert-bg: #f8d7da;
    --bs-alert-border-color: #f5c2c7;
}

.alert-success {
    --bs-alert-color: #0f5132;
    --bs-alert-bg: #d1e7dd;
    --bs-alert-border-color: #badbcc;
}

.checkbox{
    float:left;
    width: auto !important;
}

.text-white{
    color: #FFF !important;
}