/*
Theme Name: devdmbootstrap3-child
Theme URI: http://devdm.com/DevDmBootstrap3
Author: Danny Machal
Author URI: http://devdm.com/
Description: A devdmbootstrap3 v1.80 child theme.
Version: 1.80
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3
Template: devdmbootstrap3
*/
@import "bootstrap.css";

/* YOU SHOULD BE MAKING A CHILD THEME. Don't let me be a bad guy and erase all your hard work with a theme update. I just want to bring you new amazing features. I don't want to destroy your world. I've include a child theme to use. Need help? http://devdm.com/DevDmBootstrap3/child-themes/ */

/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap rules ****************/

body {
    padding-bottom: 0;
    font-family: 'Muli', sans-serif;
}

ul,
p {
    font-family: "Muli", sans-serif;
    font-size: 20px;
    color: #161B37;
}

a {
    color: #2F529B;
}

ul {
    padding-left: 25px;
    margin-bottom: 20px;
}

.small p {
    font-size: 16px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #a7b2c0 !important;
    font-family: "Muli", sans-serif;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a7b2c0 !important;
    opacity: 1;
    font-family: "Muli", sans-serif;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a7b2c0 !important;
    opacity: 1;
    font-family: "Muli", sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a7b2c0 !important;
    font-family: "Muli", sans-serif;
}

:-ms-input-placeholder { /* Microsoft Edge */
    color: #a7b2c0 !important;
    font-family: "Muli", sans-serif;
}

input {
    font-family: "UniSansBold", sans-serif;
}

/***************************/
/******** header ***********/
/***************************/

.dmbs-header-img img {
    max-width: 325px;
    margin-top: 5px;
}

.header-image-full {
    height: 350px;
    width: 100%;
    position: relative;
    background-position: center center;
    background-size: cover;
    margin-bottom: 50px;
}

.header-image-full:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: rgba(29, 36, 93, 0.8);
    z-index: 0;
}

.header-image-full > div {
    z-index: 1;
}

.header-image-full h2 {
    color: #ffffff;
    font-family: "UniSansRegular";
    font-size: 50px;
    margin: 0;
    position: relative;
    z-index: 9;
}

.dmbs-top-menu a {
    color: #a7b2c0;
    text-transform: uppercase;
    font-family: "UniSansBold", sans-serif;
    font-size: 20px;
    letter-spacing: 0.3px;
}

.dmbs-top-menu .navbar-collapse {
    padding: 0;
}

.navbar {
    margin-bottom: 0;
    border: 0;
}

.dmbs-top-menu .navbar-nav > li > a {
    padding: 0px 28px 29px 0;
}

.navbar-nav > li > a:active,
.navbar-nav > li > a:focus,
.navbar-nav > li.current-menu-parent > a,
.navbar-nav > li.active > a,
.navbar-nav > li > a:hover {
    background: none;
    color: #1D235C;
}

.navbar-toggle .icon-bar {
    background: #a7b2c0;
}

.search-form button[type="submit"] i {
    font-size: 20px;
}

#search_mini_form {
    display: inline-block;
    position: relative;
    width: 222px;
    float: right;
}

#search_mini_form #searchsubmit {
    background: transparent;
    border: none;
    padding: 5px;
    position: absolute;
    right: 4px;
    top: 19px;
    margin: 0;
    box-shadow: none;
    background: transparent;
    border: 0;
}

#search_mini_form #searchsubmit:active:focus,
#search_mini_form #searchsubmit:active,
#search_mini_form #searchsubmit:focus,
#search_mini_form #searchsubmit:hover {
    background: transparent;
    outline: none;
    border: none !important;
}

#search_mini_form #s {
    border-radius: 15px;
    height: 32px;
}

.search.card {
    position: relative;
    padding-bottom: 25px;
}

.search.card .btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.search.card small {
    color: #A7B2C0;
}

.navbar-toggle {
    padding: 9px 0;
}

.navbar-collapse {
    box-shadow: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: transparent;
}

#corner {
    position: absolute;
    right: -2px;
    top: 0;
    display: none;
    height: 52px;
    width: auto;

    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;

    transform-origin: top right;
}

.bigviewcart{
    background: #30529b;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    text-transform: none;
    overflow: visible;
    border-radius: 3px;
    align-items: flex-start;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    display: block;
    width: 100%;
}
.bigviewcart:hover{
    background: #56a33c;
}

#corner path {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    fill: #1D235C;
}

.search-visible #corner,
.main-menu-visible #corner {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.search-visible #corner path,
.main-menu-visible #corner path {
    d: path("M0,0 L10,0 L10,10 Q-5,15 0,0");
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.dmbs-top-menu .navbar-toggle {
    right: 10px;
}

.search-bar .navbar-toggle {
    margin-top: 5px;
    position: absolute;
    top: 1px;
    right: 50px;
    z-index: 99;
    background: white;
    border: 0;
    box-shadow: none !important;
}

.search-visible .dmbs-top-menu .navbar-toggle {
    display: none;
}

.main-menu-visible .search-bar .navbar-toggle {
    display: none;
}

.navbar-toggle i {
    font-size: 20px;
}

.search-visible .navbar-toggle i,
.main-menu-visible .navbar-toggle span {
    display: none;
}

.search-visible .search-bar .navbar-toggle,
.main-menu-visible .navbar-toggle {
    right: 10px;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    margin-top: 14px;
    margin-right: 15px;
    margin-bottom: 14px;
    background-color: #1D235C;
    border-color: #1D235C;
}

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

.header:before {
    content: '';
    background: #ffffff;
    position: absolute;
    display: block;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 100%;
}

@media all and (max-width: 765px) {
    .header + hr {
        margin: -5px 0 0;
        border-top: 5px solid #a7b2c0;
        position: absolute;
        z-index: 0;
        width: 100%;
    }
}

@media all and (min-width: 766px) {
    .header + hr {
        margin: -5px 0 0;
        border-top: 5px solid #a7b2c0;
        z-index: 0;
        width: 100%;
    }
}

.dropdown-menu {
    padding: 0 0 15px 0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: #1D235C;
}

/***************************/
/***** header end **********/
/***************************/

/***************************/
/******** footer ***********/
/***************************/
.dmbs-footer {
    background: #161B37;
    padding: 70px 0 130px;
    color: #a7b2c0;
    font-size: 15px;
    font-family: "Muli", sans-serif;
}

.dmbs-footer ul,
.dmbs-footer p {
    font-size: 15px;
    color: #a7b2c0;
}

.dmbs-footer a {
    color: #a7b2c0;
}

.dmbs-footer a:hover {
    color: #ffffff;
}

.mb-footer-menu {
    margin-bottom: 22px;
}

.footer-menu {
    display: inline-block;
}

.footer-menu li:first-child:before {
    display: none;
}

.footer-menu li:before {
    display: inline-block;
    position: relative;
    margin: 0 6px 0 3px;
    content: '|';
    top: -2px;
}

.footer-menu li {
    display: inline-block;
}

.menu-sitemap-container li a {
    text-transform: uppercase;
}

.nf-form-cont {
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
}

#menu-sitemap {
    list-style: none;
    line-height: 22px;
    padding-left: 12px;
}

#menu-sitemap li {
    list-style-position:outside;
}

#menu-sitemap > li a:before {
    content: '\e900';
    position: absolute;
    font-family: 'icomoon' !important;
    font-size: 16px;
    color: #a7b2c0;
    left: 0;
}

@media (max-width: 768px) {
    .footer-links {
        margin-left: 15px;
    }
}

@media (min-width: 992px) {
    #menu-sitemap {
        max-width: 220px;
    }
}

.nf-form-fields-required {
    display: none;
}

#nf-field-5 {
    font-size: 16px;
    background: transparent;
    color: #ffffff;
    padding: 13px 20px 13px 30px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    width: 70%;
    float: left;
    border: 1px solid #a7b2c0;
}

#nf-field-5:focus {
    outline: none;
    box-shadow: 0px 0px 9px 0px #a7b2c0;
}

#nf-field-6-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    z-index: 9;
}

#nf-field-6 {
    font-size: 16px;
    width: 100%;
    border: 1px solid #a7b2c0;
    outline: 0;
    box-shadow: none;
    padding: 13px 20px;
    color: #ffffff;
    text-transform: uppercase;
    background: #a7b2c0;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

.nf-form-content {
    position: relative;
}

/***************************/
/******** footer end *******/
/***************************/

/***************************/
/****** content types ******/
/***************************/

.start-tags {
    font-family: "UniSansBold", sans-serif;
    font-size: 30px;
    color: #a7b2c0;
    text-transform: uppercase;
}

.theme {
    padding-top: 12px;
    padding-bottom: 16px;
    position: relative;
}

.theme p {
    font-size: 15px;
    color: #161B37;
}

.theme-icon {
    height: 155px;
    margin: 0 auto 50px auto;
}

.themes > div:last-child:after {
    right: 0;
    left: auto;
}

.card {
    background: #ffffff;
    display: block;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
    height: 100%;
    font-size: 15px;
    color: #161B37;
    border-radius: 2px;
}

.card:hover {
    -webkit-box-shadow: 0px 19px 38px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 19px 38px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 19px 38px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #161B37;
}

.card:focus {

    text-decoration: none;
}

.search .btn-round .icon-arrow_white:before,
.post .btn-round,
.post .btn-round:hover,
.post .btn-round:focus {
    color: #56a33c;
    transition: none !important;
}

.campaign .btn-round,
.campaign .btn-round:hover,
.campaign .btn-round:focus {
    transition: none !important;
    color: #ffffff;
}

.card--info {
    padding: 35px 35px 40px;
    position: relative;
}

.relationships .card {
    position: relative;
    border-top-left-radius: 0;
    border-top-rigt-radius: 0;
}

.relationships.archive .card:before {
    width: 200px;
    height: 200px;
}

.relationships .card:before {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    color: #ffffff;
    display: block;
    background-size: cover;
    width: 220px;
    height: 220px;
    text-align: right;
    font-size: 19px;
    font-family: "UniSansRegular", sans-serif;
    padding: 8px 8px 0 0;
}

.relationships .card .btn-round {
    position: absolute;
    right: 30px;
    top: -28px;
}

.search.card .btn-round {
    top: auto;
}

.card.campaign p,
.card.post p {
    font-size: 15px;
}

.card.post:before {
    content: 'NEWS';
}

.card.campaign:before {
    content: 'AKTION';
}

.relationships .card.campaign .btn-round {
    background: #30529b;
}

.relationships .card .btn-round i {
    font-size: 16px;
}

.relationships .card.post .btn-round i:before {
    color: #56a33c;
}

body .caldera-grid .btn,
.btn {
    font-family: "UniSansBold";
    font-size: 20px;
    border-radius: 50px;
    letter-spacing: 0.5px;

    -webkit-transition: all 0.2s ease-in-out; /* Firefox */
    -moz-transition: all 0.2s ease-in-out; /* WebKit */
    -o-transition: all 0.2s ease-in-out; /* Opera */
    transition: all 0.2s ease-in-out; /* Standard */
}

.btn-round {
    width: 56px;
    height: 56px;
    border-radius: 50%;

    background: #ffffff;
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.32);
}

body .caldera-grid .btn:active:focus,
body .caldera-grid .btn:active,
body .caldera-grid .btn:focus,
body .caldera-grid .btn:hover,
.btn:hover {
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.32);
    color: #ffffff;

    outline: none;

    -webkit-transition: all 0.2s ease-in-out; /* Firefox */
    -moz-transition: all 0.2s ease-in-out; /* WebKit */
    -o-transition: all 0.2s ease-in-out; /* Opera */
    transition: all 0.2s ease-in-out; /* Standard */
}

/*.search .btn{*/
/*box-shadow: none;*/
/*-webkit-box-shadow: none;*/
/*-moz-box-shadow: none;*/
/*}*/
.btn-green {
    background: #56A33C;
    color: #ffffff;
}

.btn-blue {
    background: #2F529B;
    color: #ffffff;
}

body .caldera-grid .btn-wide,
.btn-wide {
    padding: 13px 50px;
}

.btn-medium {
    padding: 8px 35px 8px 25px;
    font-size: 18px;
}

.btn-medium .btn-icon {
    right: 12px;
    top: 11px;
    font-size: 16px;
}

.btn-icon-left .btn-icon {
    right: auto;
    left: 20px;
}

.btn-icon-left,
.btn-icon-right {
    position: relative;
}

.btn-icon {
    position: absolute;
    right: 20px;
    top: 17px;
    font-size: 17px;
}

.slide {
    padding: 50px 0;
}

.slide .btn {
    text-transform: uppercase;
}

.slide .btn + .btn {
    margin-left: 20px;
}

.tag {
    font-family: "UniSansBold", sans-serif;
    font-size: 20px;
    color: #a7b2c0;
}

.slide h3 {
    font-family: "UniSansRegular";
    font-size: 30px;
    color: #2F529B;
    margin: 25px 0 50px;
}

.slide p {
    font-size: 16px;
    margin-bottom: 30px;
}

.info-box .content {
    padding: 30px;
    display: inline-block;
    width: 100%;
}

.info-box .content p {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
}

.info-box .btn {
    padding: 11px 15px !important;
    border: none;
    text-transform: uppercase;
    width: 210px;
    max-width: 100%;
}

.ctcc-more-info-link {
    display: none;
}

.info-box .pos-abs {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.info-box {
    padding: 0;
}

#CF5949175dedc73_1-row-2 .form-group {
    margin-bottom: 0;
}

#search_mini_form.search-pdf {
    width: 100%;
    float: none;
}

.search-pdf {
    display: inline-block;
}

.search-pdf .form-control {
    border-radius: 0;
    margin-bottom: 15px;
}

.breadcrumb-custom {
    font-size: 20px;
    color: #A7B2C0;
    text-transform: uppercase;
}

.search-typeahead label {
    position: relative;
}

.search-typeahead .icon-search {
    position: absolute;
    font-size: 29px;
    right: 35px;
    top: 30px;
}

.search-typeahead input {
    font-family: 'Muli', sans-serif;
    line-height: 16px;
    font-size: 16px;
    padding: 32px 35px;
    height: auto;
    /*text-transform: uppercase;*/
    border-radius: 45px;
    width: 770px;
    max-width: 100%;
    font-weight: normal;
}

.chronik {
    position: relative;
}

.chronik p {
    margin-bottom: 0;
    line-height: 25px;
}

.chronik .year p {
    margin-bottom: 3px;
    line-height: 20px;
}

.chronik .entry {
    margin-bottom: 40px;
}

.chronik .year {
    width: 90px;
    height: 90px;
    text-align: center;
}

.chronik:before {
    content: '';
    background: #a7b2c0;
    width: 1px;
    height: 100%;
    position: absolute;
    top: -50px;
    display: block;
    left: 60px;
}

.archive-nav a + a {
    margin-left: 15px;
}

.area-map {
    position: relative;
}

hr + .area-map {
    padding-top: 150px;
}

.spacer-map {
    padding-top: 80px;
    padding-bottom: 50px;
    /*display: inline-block;*/
}

#map-out {
    overflow: visible;
    max-width: 100%;
    height: 100%;
}

#map-out g,
#map-out svg {
    width: 100%;
    height: 100%;
}

.europa {
    position: absolute;
    z-index: -1;
    top: -160px;
    left: 0;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 820px;
}

.show {
    fill: red;
}

.area-manager div {
    color: #2f529b;
    font-weight: bold;
}

.reset-map-btn {
    position: absolute;
    color: #A7B2C0;
    /*font-size: 28px;*/
    right: 15px;
    top: 15px;
}

#map-out {
    cursor: pointer;
}

.acf-map {
    width: 100%;
    height: 350px;
    margin: 0 0 50px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

.employee {
    height: 100%;
    padding: 30px 20px 78px;
    position: relative;
}

.employee .bottom {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.employee img {
    width: 170px;
    height: 170px;
}

.employee i {
    position: relative;
    top: 1px;
    margin-right: 2px;
}

.employee a {
    font-size: 14px;
}

.employee a,
.employee .name {
    color: #2f529b;
}

.employee .name {
    text-transform: uppercase;
    font-family: 'UniSansBold';
    font-size: 20px;
}

.employee .tag {
    text-transform: uppercase;
    font-family: 'UniSansRegular';
    color: #A7B2C0;
    margin: 30px 0 40px;
}

.page-template-default h3 {
    font-family: 'UniSansBook', sans-serif;
    font-size: 30px;
    color: #2f529b;
    margin: 0 0 50px 0;
}

.browse-happy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
    color: red;
    padding: 15px 30px;
}

/***************************/
/**** content types end ****/
/***************************/

/***************************/
/**** solutions ************/
/***************************/

.solution {
    padding: 40px 0 35px;
    font-weight: bold;
}

.solution .links a {
    color: #56A33C;
}

.solution .question p,
.solution .question {
    color: #2F529B;
}

.navbar-nav .fullwidth.menu-item .dropdown-menu > li a {
    white-space: normal;
}

.solutions .checkboxes input {
    margin-right: 10px;
}

.checkboxes label {
    font-size: 16px;
    font-weight: normal;
    color: #161B37;
}

.checkboxes label + label {
    margin-left: 35px;
}

.solutions .icon--container.i-solutions {
    margin: 0 auto;
    border-radius: 50%;
    background: #1D235C;
    width: 100px;
    height: 100px;
}

.solutions .icon--container.i-solutions i:before {
    font-size: 100px;
    line-height: 100px;
    color: #ffffff;
}

.on-page-menu {
    box-shadow: none;
}

.on-page-menu .dropdown-menu {
    box-shadow: none;
    display: block;
    position: relative;
    border: 0;
    z-index: 0;
}

.on-page-menu .dropdown-menu a {
    color: #a7b2c0;
    font-family: "Uni Sans Regular", sans-serif;
    font-size: 18px;
    letter-spacing: 0.3px;
}

/***************************/
/**** solutions end ********/
/***************************/

/***************************/
/**** contact form *********/
/***************************/
.caldera-grid {
    width: 780px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
}

body .caldera-grid input[type=checkbox] {
    /*opacity: 0;*/
    margin-top: 3px;
}

#caldera_form_2 .btn {
    background: #a7b2c0;
}

.caldera-grid .has-error .checkbox, .caldera-grid .has-error .checkbox-inline, .caldera-grid .has-error .control-label, .caldera-grid .has-error .form-control-feedback, .caldera-grid .has-error .help-block, .caldera-grid .has-error .radio, .caldera-grid .has-error .radio-inline, .caldera-grid .has-error.checkbox label, .caldera-grid .has-error.checkbox-inline label, .caldera-grid .has-error.radio label, .caldera-grid .has-error.radio-inline label,
.caldera-grid .help-block .parsley-required {
    text-shadow: 1px 1px 2px #000;
    color: #ff5656 !important;
}

.caldera-grid .min-height textarea.form-control {
    min-height: 180px;
}

.caldera-grid .btn {
    display: block !important;
}

.area-manager h2,
.caldera-grid h2 {
    text-align: center;
    margin-bottom: 50px;
    font-family: "UniSansBold", sans-serif;
    color: #a7b2c0;
}

.area-manager h2 {
    text-transform: uppercase;
    text-align: left;
}

.area-manager i {
    color: #161B37;
    margin-right: 12px;
    top: 2px;
    position: relative;
}

.area-manager i.fa-mobile {
    font-size: 20px;
    margin-right: 17px;
}

body .caldera-grid .checkbox > label {
    color: #a7b2c0;
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
    font-family: "UniSansBold", sans-serif;
    text-align: center;
}

body .caldera-grid .checkbox > div {
    text-align: center;
}

body .caldera-grid .checkbox {
    margin-bottom: 50px;
    margin-top: 30px;
}

body .caldera-grid .checkbox-inline {
    font-family: "UniSansSemiBold", sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 19px;
}

body .caldera-grid .checkbox-inline + .checkbox-inline {
    margin-left: 40px;
}

body .caldera-grid .form-control {
    border-radius: 0;
    min-height: 50px;
    padding: 15px 15px;
    border: 1px solid #a7b2c0;
    /*font-family: "UniSansBold", sans-serif;*/
    color: #a7b2c0;
}

.contact-bg {
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

.caldera-grid .zip {
    width: 30%;
    margin-right: 15px;
    float: left;
}

.caldera-grid .city {
    width: calc(70% - 15px);
    float: left;
}

.contact-content {
    padding-top: 20px;
    padding-bottom: 70px;
    color: #a7b2c0;
}

.contact-content .caldera-grid .help-block .parsley-required {
    text-shadow: none;
}

.contact-content .btn:hover,
.contact-content .btn:active,
.contact-content .btn {
    background: #2F529B;
    color: #ffffff;
}

/***************************/
/**** contact form end *****/
/***************************/

/***************************/
/******** oocss ************/
/***************************/
.rot180deg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.transition02:hover,
.transition02 {
    -webkit-transition: all 0.2s ease-in-out; /* Firefox */
    -moz-transition: all 0.2s ease-in-out; /* WebKit */
    -o-transition: all 0.2s ease-in-out; /* Opera */
    transition: all 0.2s ease-in-out; /* Standard */
}

.img-responsive--full {
    width: 100%;
}

.flex-vertical-center {
    display: flex;
    align-items: center;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-same-height {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}

.flex-same-height.row:after,
.flex-same-height.row:before {
    display: none;
}

.flex-same-height.row > [class^=col] > a.card {
    height: 100% !important;
}

/*.flex-same-height div a{*/
/*height: 100%;*/
/*}*/
.mb50 {
    margin-bottom: 50px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb8 {
    margin-bottom: 8px !important;
}

.grey {
    color: #A7B2C0;
}

.bg-grey {
    background: #e9ebef;
}

.bg-black-blue {
    background: #161B37;
}

.bg-ultra-marine {
    background: #1D235C;
}

.bg-ocean-blue {
    background: #2F529B;
}

.pd50 {
    padding: 50px 0;
}

.fs50 {
    font-size: 50px;
}

.fs70 {
    font-size: 70px;
}

.show_when_stuck {
    visibility: hidden;
    height: 0;
}

#wpadminbar {
    top: auto;
    bottom: 0;
    position: fixed;
}

a:active:focus p,
a:focus p,
a:active p,
a:hover p,
a.no_decoration:hover {
    text-decoration: none;
}

html.svg {
    margin-top: 0 !important;
}

.pos-relative {
    position: relative;
}

.inline-visible-xs {
    display: none !important;
}

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    padding: 9px 0;
    z-index: 999;
}

/***************************/
/******* oocss end *********/
/***************************/

/*** flex bootstrap 3 fix **/
.flex-same-height:after,
.flex-same-height:before {
    display: none !important;
}

/*** flex bootstrap 3 fix end **/

@media (min-width: 768px) {
    /***************************/
    /******** oocss ************/
    /***************************/
    .sm-mt-80 {
        margin-top: 80px;
    }

    /***************************/
    /******* oocss end *********/
    /***************************/
    .themes > div:last-child:after,
    .themes > div:before {
        content: '';
        position: absolute;
        height: 100%;
        border-left: 1px solid #a7b2c0;
        left: 0;
        top: 0;
    }

    .themes > div:last-child:after {
        border-right: 1px solid #a7b2c0;
        border-left: none;
    }

    .dmbs-top-menu .navbar-nav > li:last-child > a {
        padding-right: 15px;
    }

    .navbar-nav > li.current-menu-parent > a:before,
    .navbar-nav > li.active > a:before,
    .dmbs-top-menu .dropdown:hover .dropdown-toggle:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 14px 14px 14px;
        border-color: transparent transparent #a7b2c0 transparent;
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -34px;
        bottom: 0;
        top: 20px;
    }

    .navbar-nav > li.active > a:before {
        margin-left: -28px;
    }

    .dmbs-top-menu .dropdown.dropdown-right:hover .dropdown-toggle:before {
        margin-left: -29px;
    }

    /*.dmbs-top-menu .current-menu-parent .caret,*/
    .dmbs-top-menu .dropdown:hover .caret {
        opacity: 0;
    }

    .dmbs-top-menu .dropdown:hover .dropdown-toggle {
        color: #1D235C;
    }

    .dmbs-top-menu .navbar-nav > li > .dropdown-menu {
        border: none;
        -webkit-box-shadow: 0px 19px 38px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 19px 38px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 19px 38px 0px rgba(0, 0, 0, 0.5);
    }

    .dmbs-top-menu .navbar-nav > li > .dropdown-menu a {
        color: #a7b2c0;
        font-family: "Uni Sans Regular", sans-serif;
        font-size: 20px;
        padding: 20px 28px 15px 28px;
    }

    .dmbs-top-menu .navbar-nav > li > .dropdown-menu a:active,
    .dmbs-top-menu .navbar-nav > li > .dropdown-menu a:focus,
    .dmbs-top-menu .navbar-nav > li > .dropdown-menu a:hover {
        background: #1D235C;
    }

    .navbar-nav > li > .dropdown-toggle {
        /*border-bottom: 5px solid #a7b2c0;*/
    }

    .dropdown-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .header .col-menu,
    .dmbs-top-menu .navbar,
    .fullwidth.menu-item {
        position: static;
    }

    ul.nav li.dropdown.fullwidth.menu-item:hover ul.dropdown-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        display: flex;
        flex-wrap: wrap;
    }

    .fullwidth.menu-item .dropdown-menu {
        width: 100%;
        padding: 20px 0 30px;
    }

    .fullwidth.menu-item .dropdown-menu > li a {
        white-space: normal;
        text-align: center;
        text-transform: none;
        padding: 25px 5px 20px;
        font-size: 18px;
    }

    .fullwidth.menu-item .dropdown-menu > li a:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100px;
        line-height: 100px;
        display: block;
        margin-bottom: 20px;
    }

    .fullwidth.menu-item .dropdown-menu > li a {
        position: relative;
    }

    .fullwidth.menu-item .dropdown-menu > li a:after {
        border: 1px solid #a7b2c0;
    }

    .fullwidth.menu-item .dropdown-menu > li a:after,
    .fullwidth.menu-item .dropdown-menu > li a:hover:after {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        content: '';
        position: absolute;
        top: 25px;
        left: 50%;
        margin-left: -50px;
        z-index: 0;
    }

    .fullwidth.menu-item .dropdown-menu > li a:hover:after {
        border: 1px solid #1D235C;
        background: #1D235C;
        animation-name: scale-in-fade-out;
        animation-duration: 0.3s;
        opacity: 1;
    }

    @keyframes scale-in-fade-out {
        0% {
            transform: scale(0.2);
        }
        100% {
            transform: scale(1);
        }
    }
    .fullwidth.menu-item .dropdown-menu > li a:hover:before {
        color: #ffffff;
        position: relative;
        z-index: 1;
    }

    .fullwidth.menu-item .dropdown-menu > li.rauchfang a:before {
        content: "\e90c";
    }

    .fullwidth.menu-item .dropdown-menu > li.planer a:before {
        content: "\e90a";
    }

    .fullwidth.menu-item .dropdown-menu > li.oeffentliche a:before {
        content: "\e909";
    }

    .fullwidth.menu-item .dropdown-menu > li.lebensmittel a:before {
        content: "\e908";
    }

    .fullwidth.menu-item .dropdown-menu > li.krankenhaus a:before {
        content: "\e907";
    }

    .fullwidth.menu-item .dropdown-menu > li.hotellerie a:before {
        content: "\e906";
    }

    .fullwidth.menu-item .dropdown-menu > li.heizwerke a:before {
        content: "\e905";
    }

    .fullwidth.menu-item .dropdown-menu > li.grossindustrie a:before {
        content: "\e904";
    }

    .fullwidth.menu-item .dropdown-menu > li.installation a:before {
        content: "\e90b";
    }

    .fullwidth.menu-item .dropdown-menu > li.active a,
    .fullwidth.menu-item .dropdown-menu > li a.active,
    .fullwidth.menu-item .dropdown-menu > li a:active,
    .fullwidth.menu-item .dropdown-menu > li a:focus,
    .fullwidth.menu-item .dropdown-menu > li a:hover {
        background: none;
        color: #a7b2c0;
    }

    .fullwidth.menu-item .dropdown-menu > li {
        width: 20%;
        float: left;
        padding: 0 15px;
    }

    .search-form {
        padding: 0;
    }

    .navbar-nav {
        margin-top: 25px;
        float: left;
        /*height: 54px;*/
    }

    .header {
        padding: 25px 0 0;
    }

    .dmbs-top-menu .caret {
        top: 1px;
    }

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

    /**** solutions */
    .solution > .links,
    .solution > .question p,
    .solution > .question {
        font-size: 20px;
    }

    .solution > .answer ul,
    .solution > .answer p,
    .solution > .answer {
        font-size: 16px;
    }

    .solution > [class^=col-] + [class^=col-] {
        border-left: 1px solid #a7b2c0;
    }

    .solution > [class^=col-] {
        padding-top: 90px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .solution .icon--container {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .solution .icon--container .icon-question:before {
        font-size: 50px;
        top: -10px;
        position: relative;
    }

    .solution .icon--container .icon-check:before {
        font-size: 38px;
    }

    .container.is_stuck {
        width: 100% !important;
        z-index: 999;
        top: 0;
        background: #ffffff;
        -webkit-box-shadow: 0px 19px 38px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 19px 38px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 19px 38px 0px rgba(0, 0, 0, 0.5);
    }

    .solutions .container.is_stuck .icon--container.i-solutions i:before {
        font-size: 50px;
        line-height: 50px;
    }

    .solutions .container.is_stuck .icon--container.i-solutions {
        margin: 10px 15px 0 0;
        width: 50px;
        height: 50px;
        float: left;
    }

    .container.is_stuck .search-typeahead label {
        margin: 0;
    }

    .container.is_stuck .search-typeahead input {
        padding: 10px 35px;
        width: auto;
    }

    .container.is_stuck .search-typeahead .icon-search {
        right: 15px;
        top: 9px;
    }

    .container.is_stuck .search-typeahead {
        display: inline-block;
        float: left;
        margin: 13px 0 13px 13px;
    }

    .container.is_stuck .breadcrumb-custom {
        display: none;
    }

    .is_stuck .checkboxes {
        display: inline-block;
        margin: 22px 0 15px 30px;
    }

    .is_stuck .checkboxes label + label {
        margin-left: 20px;
    }

    .is_stuck .show_when_stuck {
        visibility: visible;
        height: auto;
    }

    /**** solutions end */
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav {
        float: left;
        margin-left: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1220px) {
    .header > .row {
        margin: 0 !important;
    }
}

@media (max-width: 1199px) {
    .europa {
        display: none;
    }

    .fullwidth.menu-item .dropdown-menu > li {
        width: 25%;
    }

    body {
        overflow-x: hidden;
    }

    .dmbs-top-menu a {
        font-size: 18px;
    }

    .navbar-nav > li > a {
        padding: 0 12px;
    }

    .info-boxes.flex-same-height {
        justify-content: space-around;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .info-box {
        width: 390px;
        max-width: 100%;
        display: inline-block;
        margin-bottom: 20px;
    }

    .info-box .pos-abs {
        position: relative;
        bottom: auto;
        right: auto;
        float: right;
    }
}

@media (max-width: 991px) {
    .fullwidth.menu-item .dropdown-menu > li {
        width: 33.33%;
    }

    .navbar-nav > li > a {
        padding: 0 8px;
    }

    .slide .btn {
        margin: 0 auto;
        display: block;
    }

    .slide .btn + .btn {
        margin-top: 15px;
        margin-left: 0;
    }

    a img.alignleft {
        margin: 5px 10px 0px 0;
    }

    #map-out {
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .search.card {
        padding-bottom: 45px;
    }

    .navbar-collapse.collapsing {
        display: none !important;
        height: 0 !important;
    }

    .search-bar,
    .dmbs-top-menu {
        background: rgba(29, 35, 92, 0);
        transition: all 0.2s 0.5s;
    }

    .safari .search-visible .search-bar,
    .safari .main-menu-visible .dmbs-top-menu,
    .no-smil .search-visible .search-bar,
    .no-smil .main-menu-visible .dmbs-top-menu {
        background: rgba(29, 35, 92, 1);
        height: 100vh;
    }

    .search-visible .search-bar {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
    }

    .main-menu-visible .dmbs-top-menu {
        height: 100vh;
    }

    .pd50 {
        padding: 25px 0;
    }

    a img.alignleft {
        margin: 5px 15px 10px 0;
    }

    a + a img.alignleft {
        margin-bottom: 0;
    }

    ul,
    p {
        font-size: 15px;
    }

    .fullwidth.menu-item .dropdown-menu > li {
        width: 100%;
    }

    .iphone .main-menu-visible .navbar-collapse,
    .iphone .search-visible .navbar-collapse,
    .firefox .search-visible #corner,
    .firefox .main-menu-visible #corner,
    .no-smil .main-menu-visible #corner,
    .no-smil .search-visible #corner {
        background: #1D235C;
    }

    .dmbs-top-menu {
        position: absolute;
        width: 100%;
        top: 0;
    }

    #search_mini_form {
        width: 100%;
    }

    .search-form {
        top: 17vh;
        position: relative;
    }

    .navbar-toggle .icon-bar {
        -webkit-transition: all 0.15s;
        -moz-transition: all 0.15s;
        -ms-transition: all 0.15s;
        -o-transition: all 0.15s;
        transition: all 0.15s;
    }

    .search-visible .navbar-toggle .icon-bar,
    .main-menu-visible .navbar-toggle .icon-bar {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;

        -webkit-transition-delay: 0.15s;
        -moz-transition-delay: 0.15s;
        -ms-transition-delay: 0.15s;
        -o-transition-delay: 0.15s;
        transition-delay: 0.15s;
        background: #ffffff;
    }

    .dmbs-top-menu a {
        color: #ffffff;
    }

    .navbar-nav > li > a:hover {
        color: #a7b2c0;
    }

    .dmbs-header-img a {
        background-image: url('../images/thermochema_logo_small.svg');
        width: 150px;
        height: 32px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top left;
        display: block;
        margin: 10px 0;
    }

    .dmbs-header-img {
        position: relative;
        z-index: 1000;
    }

    .search-visible .dmbs-header-img,
    .main-menu-visible .dmbs-header-img {
        z-index: 998;
    }

    .dmbs-header-img img {
        display: none;
    }

    #corner {
        display: block;
    }

    .dmbs-header-img img {
        margin-bottom: 20px;
        width: 250px;
        margin-top: 25px;
    }

    .dmbs-top-menu .navbar-nav > li > a {
        padding: 7px 28px 15px 29px;
        display: inline-block;
    }

    .navbar-nav {
        margin: 10px 0 15px;
    }

    .navbar-nav > li > a:active, .navbar-nav > li > a:focus, .navbar-nav > li.active > a, .navbar-nav > li > a:hover {
        color: #ffffff;
    }

    .navbar-nav .open.dropdown {
        padding-bottom: 8px;
    }

    .navbar-nav .open.dropdown .dropdown-toggle {
        padding-bottom: 15px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        text-align: right;
        color: #ffffff;
        background: transparent;
        font-family: "UniSansRegular";
        padding: 0px 28px 20px 0;
    }

    .col-menu {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 999;
    }

    .checkboxes label {
        width: 100%;
        text-align: left;
        margin: 0 0 5px 0;
    }

    .checkboxes label + label {
        margin: 0;
    }

    [data-results="solutions"] > .row {
        padding: 0 15px;
    }

    .question {
        border-bottom: 1px solid #a7b2c0;
        margin-bottom: 10px;
        padding-bottom: 5px;
        padding-left: 45px;
        position: relative;
    }

    .answer {
        position: relative;
        padding-left: 45px;
    }

    .answer .icon--container,
    .question .icon--container {
        top: 6px;
        position: absolute;
        left: 15px;
    }

    .answer .icon--container {
        font-size: 12px;
    }

    .solution {
        padding: 15px 0 20px;
    }

    .navbar-nav > li > a:focus, .navbar-nav > li.current-menu-parent > a {
        color: #ffffff;
        text-decoration: underline;
    }

    .slide .tag {
        margin-top: 20px;
    }

    body .caldera-grid .checkbox-inline + .checkbox-inline {
        margin: 10px 0 0;
    }

    .checkbox-inline {
        width: 100%;
    }

    .chronik .year {
        width: 56px;
        height: 56px;
    }

    .chronik:before {
        left: 43px;
        height: calc(100%);
        top: -25px;
    }

    .chronik .year p {
        margin-bottom: 0;
    }

    .archive .card {
        max-width: 360px;
        margin: 0 auto;
    }

    .theme-icon {
        height: 110px;
        margin: 0 auto 12px auto;
    }

    .header-image-full h2 {
        font-size: 30px;
    }

    .page-template-default h3,
    .slide h3,
    .start-tags {
        font-size: 22px;
        margin: 12px 0 25px;
    }

    .slide p {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .header-image-full,
    .mb50 {
        margin-bottom: 25px;
    }

    .header-image-full:after {
        display: none;
    }

    .flex-same-height > [class^="col"] {
        margin-bottom: 20px;
    }

    .chronik .flex-same-height > [class^="col"] {
        margin-bottom: 0;
    }

    .card--info {
        padding: 35px 20px 20px;
    }

    .chronik .entry {
        margin-bottom: 20px;
    }

    .card.campaign > img,
    .card.post > img {
        width: 100%;
    }

    .header-image-full.flex-vertical-center {
        display: block;
    }

    .header-image-full.flex-vertical-center .container {
        position: absolute;
        height: auto;
        padding: 20px 15px 25px;
        background: rgba(29, 36, 93, 0.8);
        width: 100%;
        top: auto;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .info-box {
        width: 390px;
        max-width: 100%;
        display: inline-block;
    }

    .spacer-map {
        margin: 0;
        padding: 0 0 30px 0;
    }

    .area-manager h2 {
        margin-bottom: 10px;
    }

    #map-out {
        padding: 15px 0 20px;
        margin-top: 0;
        height: auto;
    }

    .area-manager h2, .caldera-grid h2 {
        margin: 0 0 25px;
        font-size: 22px;
        text-align: left;
    }

    #caldera_form_1 *,
    #caldera_form_2 * {
        text-align: left !important;
    }

    .navbar-collapse .nav {
        background: transparent;
        -webkit-transition: all 0.2s 1s;
        -moz-transition: all 0.2s 1s;
        -ms-transition: all 0.2s 1s;
        -o-transition: all 0.2s 1s;
        transition: all 0.2s 1s;
    }

    .navbar-collapse.in .nav {
        background: #1D235C;
    }

    .employee .tag {
        margin: 15px 0 15px;
        font-size: 18px;
    }

    .employee .name {
        font-size: 18px;
    }

    .page-header {
        margin: 0px 0 20px;
    }

    .relationships.archive img {
        margin-bottom: 15px;
    }

    .slide {
        padding: 25px 0 30px;
    }

    .search-typeahead input {
        padding: 20px 25px;
    }

    .search-typeahead .icon-search {
        font-size: 25px;
        right: 24px;
        top: 20px;
    }

    .breadcrumb-custom {
        font-size: 18px;
    }

    .solutions .links a {
        margin-bottom: 5px;
        display: inline-block;
    }

    .solutions .links {
        padding-left: 45px;
    }
}

@media (max-width: 420px) {
    .inline-hidden-xs {
        display: none;
    }

    .inline-visible-xs {
        display: inline-block !important;
    }

    .info-box .content {
        padding: 20px 20px 25px;
    }

    body .info-box .caldera-grid .btn,
    .info-box .btn {
        font-size: 16px;
        width: 175px;
    }

    #map-out {
        max-height: 200px;
    }

    /*.employee i {*/
    /*width: 100%;*/
    /*margin: 5px 0 0;*/
    /*}*/
}

@media all and (max-width: 767px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        position: relative;
        float: none;
        margin-left: 90px;
        margin-right: 10px;
        text-align: right;

    }
}

@media all and (min-width: 768px) {

    .login_register {
        list-style: none;
        display: inline-block;
        float: right;
        font-size: 16px;
        font-family: "Muli", sans-serif;
    }

    .login_register .register_cu, .login_register .authorization-link {
        cursor: pointer;
    }

    .login_register li {
        display: inline-block;
        color: #a7b2c0 !important;
        vertical-align: middle;
    }

    .login_register a {
        color: #a7b2c0 !important;
    }

    .login_register a:hover {
        color: #1D235C !important;
        text-decoration: none;
    }

    .minicart_block a:before {
        color: #a7b2c0 !important;
    }

    .minicart_block:hover a:before {
        color: #1D235C !important;
    }
}

@media all and (max-width: 767px) {
    .auth_row {
        /*display: none;*/
        position: absolute;
        right: 100px;
        top: 2px;
        z-index: 1000;
    }

    .main-menu-visible .auth_row #auth,
    .main-menu-visible .auth_row #orli,
    .main-menu-visible .auth_row #regi,
    .main-menu-visible .auth_row #dashboard {
        display: inline-block;
    }

    .main-menu-visible .auth_row {
        right: 120px;
        top: 10px;
        text-transform: uppercase;

    }

    .main-menu-visible .login_wrapper {
        position: fixed;
        bottom: 0px;
        text-align: center;
        left: 0;
        width: 100%;
    }

    .main-menu-visible .login_wrapper > ul {
        float: none;
    }

    .main-menu-visible .minicart_block {
        display: none;
    }

    .search-visible .auth_row {
        z-index: 998;
    }

    #auth, #orli, #regi, #dashboard {
        display: none;
    }

    .login_register {
        list-style: none;
        display: inline-block;
        float: right;
        font-size: 13px;
        font-family: "Muli", sans-serif;
    }

    .login_register .register_cu, .login_register .authorization-link, .dashboard {
        cursor: pointer;
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        position: relative;
        float: none;
        margin-left: 90px;
        margin-right: 10px;
        text-align: right;

    }

    .login_register li {
        display: inline-block;
        vertical-align: middle;
    }

    .login_register a {
        color: white !important;
    }

    .login_register a:hover {
        color: #1D235C !important;
        text-decoration: none;
    }

    .minicart_block a:before {
        color: #a7b2c0 !important;
    }

    .minicart_block:hover a:before {
        color: #1D235C !important;
    }

        .toolbar-products {
            position: relative;
        }
}


.fullwidth_header {
    padding-top: 5px;
}

#maincontent label {
    color: #333333;
}

#menu-hauptmenue {
    cursor: pointer;
}

ul > li {
    margin-bottom: 0px !important;
}

@media (min-width: 768px) {
    .page-footer {
        padding-bottom: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .block-collapsible-nav {
        top: 0px !important;
    }
}
.block-cms-link-inline {
    display: inline;
}
