@font-face {
    font-family: "Open Sans";
    src: url("../fonts/Open-sans/OpenSans-Regular.woff2") format("woff2");
    src: url("../fonts/Open-sans/OpenSans-Regular.woff") format("woff");
    font-weight: 400;
}

body{
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Lato', sans-serif !important;
}

.navbar-brand img{
    margin-top: -15px;
    height: 52px;
}

.navbar-brand.brand-text img{
    margin-top: 0;
    height: 100%;
}

a,
a:hover,
a:focus{
    color: #007A99;
}

a:hover {
    text-decoration: none;
}

.no_underline:hover,
.no_underline:focus
{
    text-decoration: none;
}

section {
    position: relative;
}

.dropdown-backdrop {
    display: none;
}

.header {
    border-bottom: none;
}

.header .logo img {
    height: 103px;
    margin-bottom: 15px;
    margin-top: 15px;
}

/*h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus{
 color: #E63819;
}*/

.btn-link {
    color: rgba(235, 93, 64, 1);
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border-color: rgba(235, 93, 64, 1);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #28303d;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus{
    background-color: #28303d;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #28303d;
}

.navbar-default{
    background-color: #394251;
    border-color: #394251;
}

.navbar-default .navbar-nav>li>a{
    color: #fff;
}

.navbar-default .navbar-nav li a{
    font-size: 13px;
}

.event-teaser-cell.event_date_container {
    float: left;
    border: 1px solid #b7b7b7;
    padding: 5px;
    text-align: center;
    width: 100%;
    /*min-width: 100px;
    margin-right: 15px;*/
}

.event_date_day {
    font-size: 23px;
    font-weight: bold;
}

.event_date_month {
    font-size: 18px;
}

.row.event-teaser-row > .col-sm-4 {
    margin-bottom: 45px;
}

.event-teaser-cell.text.event_text_container {
    margin-top: -12px;
    height: 20px;
}

.news-v3 h2 a:hover {
    color: rgba(235, 93, 64, 1);
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.own-modify
{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.own-modify::before {
    display: block;
}

.blog_list_element,
.event_list_element{
    margin-bottom: 30px;
    background-color: #f7f7f7;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
}

.easybull-sort:after {
    content: "\f107";
    color: #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    margin-left: -20px;
    margin-top: 1px;
    font-family: FontAwesome;
}

p.carousel_text_container {
    z-index: 1;
}

.event-teaser-cell.text.event_text_container p {
    margin-bottom: 0px;
}

.navbar-brand.brand-text img{
    max-height: 20px;
}

.navbar-default .navbar-nav>li:hover,
.navbar-default .navbar-nav>li:focus{
    background-color: #384355 !important;
}

.navbar-inverse {
    background-color: rgba(235, 93, 64, 1);
    border-color: rgba(235, 93, 64, 1);
}

.meta-navi .active{
    font-weight: bold;
}

.footer {
    border-top: 1px solid #394251;
}

.boxed-teaser .text{
    background-color: #394251;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
}

.boxed-teaser .text:hover{
    background-color: rgba(235, 93, 64, 1);
    text-decoration: none;
}

.event-link, .event-link:hover, event-link:focus
{
    font-weight: bold;
    color: rgba(235, 93, 64, 1)
}

.boxed-teaser a{
    text-decoration: none;
}

.btn-group.meta-btn-group .dropdown-menu{
    padding: 0;
}


.meta-btn-group > button{
    background:none!important;
    border:none;
    padding:0!important;
    color: #007A99;
}

.meta-btn-group > button:hover, .meta-btn-group > button:focus{
    text-decoration: underline;
}

.ewc-search-selectiv .js-frontend-search .input-group {
    margin-bottom: 20px;
}

/*EasyBull*/
.easybull-sort{
    color: #586371;
}

.easybull-sort select{
    background-color: #586371;
}

.easybull-list .bull-header > th {
    border-bottom: 2px solid #586371;
    height: 55px;
}

.bull-entry a, .bull-entry a:hover, .bull-entry a:focus {
    color: #586371;
}

.easybull-special {
    color: #586371;
}

.easybull-container #zeilen th {
    background-color: #586371;
}

.easybull-container #zeilen tr th:first-child {
    color: #fff;
}

.easybull-container #zeilen th:nth-of-type(even) {
    background-color: #535e6c;
}

.box {
    background: #586371;
}

.zuchtwertschaetzung {
    background-color: #586371;
}

.detailtables .head th {
    border-bottom: 2px solid #586371;
}

#easybull .zuchtwertschaetzung h3{
    color: #fff;
}

/**Neue Aenderungen**/
/*
 * Orange = #e63819
 */
.header .navbar-collapse.collapse {
    display: block !important;
}
.header .navbar-nav > .active > a {
    color: rgba(235, 93, 64, 1);
}
.headline h2, .headline h3, .headline h4 {
    border-bottom: 2px solid rgba(235, 93, 64, 1);
}


.breadcrumb li.active a span, .breadcrumb li a:hover span {
    color: rgba(235, 93, 64, 1);
}

.service .service-icon {
    color: rgba(235, 93, 64, 1);
}

.tag-box-v1 {
    border-top: solid 2px rgba(235, 93, 64, 1);
}

.btn-u.btn-u-sea-shop {
    background: rgba(235, 93, 64, 1);
}

a, a:hover, a:focus {
    color: rgba(235, 93, 64, 1);
}

.headline h1 {
    border-bottom: 2px solid rgba(235, 93, 64, 1);
}

.thumbnail h3 a:hover, .thumbnail-style h3 a:hover {
    color: rgba(235, 93, 64, 1);
    text-decoration: none;
}
.sub-menu {
    background-color: rgba(235, 93, 64, 1);
}

.sub-menu a:focus, .sub-menu a:hover, .sub-menu li.current a {
    background-color: #3e3f3a!important;
    color: #fff;
}

.news-v1 h3 a:hover {
    color: rgba(235, 93, 64, 1);
}

.news-v1 .news-v1-info li a:hover {
    color: rgba(235, 93, 64, 1);
}

.btn:hover {
    color: #fff;
}

.who li i {
    color: rgba(235, 93, 64, 1);
}

.btn-u.btn-u-sea-shop:hover, .btn-u.btn-u-sea-shop:focus, .btn-u.btn-u-sea-shop:active, .btn-u.btn-u-sea-shop.active, .open .dropdown-toggle.btn-u.btn-u-sea-shop {
    background: #27313c;
}

.header .navbar-toggle, .header .navbar-toggle:hover, .header .navbar-toggle:focus {
    background: rgba(235, 93, 64, 1);
    padding: 6px 10px 2px;
}

.header .navbar-toggle:hover {
    background: #df162d !important;
}

.header .navbar-toggle {
    border-color: rgba(235, 93, 64, 1);
}

ul.meta-navi.hidden-xs.hidden-sm > li {
    display: inline;
    padding-right: 10px;
}

.header .topbar {
    margin-left: auto;

}

.meta-btn-group > button {
    color: rgba(235, 93, 64, 1);
}

#topcontrol:hover {
    background: rgba(235, 93, 64, 1);
}

.thumbnail-style a.btn-more {
    background: rgba(235, 93, 64, 1);
}

.thumbnail-style a.btn-more:hover {
    box-shadow: 0 0 0 2px rgba(235, 93, 64, 1);
}

.thumbnail-style a.btn-more {
    background: rgba(235, 93, 64, 1);
}

.footer-v1 .copyright {
    background: #27313c;
}

.block_element .col_spacer + .container
{
    max-width: 100%;
    padding: 0px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination li a:hover{
    border-color: rgba(235, 93, 64, 1);
    background-color: rgba(235, 93, 64, 1);
}

.news-v2 .news-v2-desc h3 a:hover {
    color: rgba(235, 93, 64, 1);
}

.da-slide h2 i {
    background-color: rgba(211, 0, 26, 0.8);
}

.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u {
    background: #eb001b;
}

.btn-u {
    background: rgba(235, 93, 64, 1);
}

.footer-v1 .acc-v1 .panel-heading a {
    background: hsla(0, 0%, 19%, 1);
    color: #eee;
}

.footer-v1 .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #3e3e3e;
}

.footer-v1 .panel-collapse {
    background-color: #272727;
}

.footer-v1 .panel-default {
    border-color: #353535;
}

.header .nav .search:hover {
    color: rgba(235, 93, 64, 1);
    border-bottom-color: rgba(235, 93, 64, 1);
}

.navbar-nav {
    flex-direction: inherit;
}

.header .dropdown > a:after,
.header .dropdown-submenu > a:after {
    top: 8px;
    right: 13px;
    position: absolute;
    font-weight: normal;
    display: inline-block;
    content: "\e900";
    font-family: "hs-icons" !important;
    font-size: 10px;
    border: none;
    margin-left: 0.5rem;
}
.header .dropdown > a:after {
    top: 9px;
    right: 15px;
    content: "\e900";
    font-family: "hs-icons" !important;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.search_mp {
    width: 35px;
    margin: 0 15px;
    display: block;
    position: relative;
    opacity: 1;
    transition: .8s;
}

ul.list-inline.mb-0.sozial_icon_header_list {
    padding-bottom: 10px;
    padding-right: 96px;
}

span.sub-arrow {
    display: none;
}

.language_list .topbar-devider:first-child
{
    border-right: none !important;
}

.header .dropdown-menu {
    border-top: solid 2px rgba(235, 93, 64, 1);
}

input#search-input {
    max-width: 225px;
}

a.twitter-share-button {
    position: relative;
    height: 20px;
    box-sizing: border-box;
    padding: 3px 8px 3px 6px;
    background-color: #1b95e0;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    margin-left: 1px;
}
a.twitter-share-button:hover,
a.twitter-share-button:focus
{
    color: #fff;
    background-color: #0c7abf;
    text-decoration: none;
}

a.google_plus_button {
    border: 1px solid #d5d5d5;
    border: 1px solid rgba(0,0,0,.17);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    color: #262626;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    padding: 3px 5px;
    border: none;
    background-color: #db4437;
    color: #fff;
}

a.google_plus_button > i
{
    color: #fff;
}

a.google_plus_button:hover,
a.google_plus_button:focus
{
    text-decoration: none;
    background-color: #bf483b;
    color: #fff;
}

.latest-list li:first-child {
    padding-top: inherit;
    border-top: inherit;
}

.latest-list li {
    padding: inherit;
    border-top: inherit;
}

.latest-list small {
    color: inherit;
    display: initial;
}

.latest-list li a {
    color: inherit;
}

.latest-news {
    margin-bottom: 35px;
}

.latest-news__item + .latest-news__item {
    border-top: 1px solid rgba(102, 102, 102, 0.2);
    padding-top: 30px;
    margin-top: 35px;
}

.latest-news__item-title {
    display: inline-block;
    margin-top: 3px;
}

.gesext_available {
    width: 12px;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 17px;
}

/*.easybull-list td, .easybull-list th
{
 width: 72px;
}*/

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    /*width: 100%*/
}

.sticky.container {
    position: fixed !important;
    padding: 0px;
    padding-right: 31px;
    z-index: 2;
    margin-top: 0px !important;
    top: 36px !important;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .table_body_content {
    padding-top: 102px;
}

.easybull_name {
    width: 145px;
}

.easybull_vater {
    width: 116px;
}

.easybull_gesext {
    width: 78px;
}

.easybull_gzw {
    width: 61px;
}

.easybull_mw {
    width: 54px;
}
.easybull_mkg {
    width: 72px;
}
.easybull_fp, .easybull_ep {
    width: 66px;
}

.easybull_fw, .easybull_fit {
    width: 55px;
}

.easybull_r, .easybull_b, .easybull_f {
    width: 52px;
}

.easybull_e {
    width: 53px;
}
.easybull_aaa {
    width: 84px;
}

.easybull_kp {
    width: 49px;
}

/*tr.bull-entry td {
 width: 100px !important;
 max-width: 100px !important;
}*/



img.u-block-hover__main--zoom-v1.u-block-hover__main--grayscale.g-width-100 {
    width: 100% !important;
}

a.d-block.u-block-hover.g-opacity-0_3.g-opacity-1--hover.g-color-black.g-transition-0_3.g-px-30.g-py-70 {
    padding-top: 2rem !important;
}

.ms-staff-carousel{
    /*margin-bottom: -40px;*/
}

.easybull-sort select {
    cursor: pointer;
}

.easybull-sort:after {
    cursor: pointer;
}

.uppercase
{
    text-transform: uppercase;
}

.gesext_title .bull_col_title:first-letter
{
    text-transform: uppercase;
}

footer.g-bg-black-opacity-0_9 {
    background-color: #191919 !important;
}

footer.g-bg-black-opacity-0_9.g-color-white-opacity-0_6.g-py-60 {
    position: absolute;
    width: 100%;
    z-index: 2;
}


/**Hybrid Menü**/
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: transparent;
}

.header .hybrid_nav > li > a:hover, .header .hybrid_nav > .active > a {
    padding-bottom: 8px;
}

.header .topbar ul.loginbar {
    margin: 0;
}

.header .hybrid_nav > li > a {
    color: #555555;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.header .hybrid_nav > li > a,
.header .hybrid_nav > li > a:hover,
.header .hybrid_nav > li > a:focus,
.header .hybrid_nav > .active > a,
.header .hybrid_nav > .active > a:hover,
.header .hybrid_nav > .active > a:focus {
    background: none;
    font-weight: bold;
}

ul.dropdown-menu.show {
    top: -4px !important;
}

.header .dropdown > a:after {
    top: 13px;
    right: 10px;
    content: "\e900";
    font-family: "hs-icons" !important;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
}

.nav>li {
    margin: 0 15px;
}

.nav>li.has-subpages.dropdown > a {
    padding-right: 17px;
}

.nav.hybrid_nav {
    justify-content: center;
}

.header .nav .search-open {
    width: 325px;
}
/**Hybrid Menü ende**/


ul.list-inline.g-color-gray-dark-v4.g-font-weight-600.g-font-size-12 {
    font-weight: 500 !important;
}

.horizontal_menu > li {
    float: left;
    margin-right: 0px;
    margin-bottom: 2px;
    width: 25%;
    text-align: center;
}
.horizontal_menu > li > a {
    border: 1px solid #ddd;
}

.horizontal_menu > li .g-color-black.current.active,
.horizontal_menu > li a:hover,
.horizontal_menu > li a:focus
{
    color: #fff !important;
    background-color: rgba(235, 93, 64, 1) !important;
}

.easybull-sort
{
    display: none;
}

.hybrid_nav.sticky-header {
    z-index: 1030;
    width: 100%;
    position: fixed !important;
    margin-top: 0 !important;
    background: #ffffff;
    transition: .3s ease-in-out;
    border-bottom: 1px solid #dddddd;
    top: 0;
    left: 0;
}

.hybrid_nav.sticky-header .search {
    padding: 8px 0 8px 0 !important;
}

.navbar-collapse.sticky-header {
    z-index: 1030;
    width: 100%;
    position: fixed !important;
    margin-top: 0 !important;
    background: #ffffff;
    transition: .3s ease-in-out;
    border-bottom: 1px solid #dddddd;
    top: 0;
    left: 0;
    right: 0;
}

@media (min-width: 992px)
{
    .header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
        border-bottom: solid 2px rgba(235, 93, 64, 1);
    }

    .header .navbar-nav > li:hover > a {
        color: rgba(235, 93, 64, 1);
    }

    .header .navbar-nav > .open > a, .header .navbar-nav > .open > a:hover, .header .navbar-nav > .open > a:focus {
        color: rgba(235, 93, 64, 1);
    }

    footer .block_element:first-child {
        margin-bottom: 0 !important;
    }

    footer .block_element:nth-child(2){
        margin-bottom: 0 !important;
    }

    .header .nav .search {
        position: relative;
    }
    .hybrid_nav.sticky-header + .nav .search_mp {
        opacity: 0;
        transition: .75s;
        position: absolute;
    }
}

@media (max-width: 991px)
{
    .mega-menu.show .hybrid_nav {
        display: block;
    }
    .nav>li {
        margin: 0 !important;
        padding: 0 15px;
    }
    .hybrid_nav {
        display: none;
        height: 0;
        position: absolute !important;
        background: #fff;
        z-index: 33333;
        top: 47px;
        left: 0;
        width: 100%;
    }

    .header .nav .search-open {
        top: 30px;
        left: 125%;
        transform: translate(-50%, 0);
    }

    ul.nav.hybrid_nav > li {
        width: 100%;
        background: #fff;
    }

    .header .hybrid_nav > li > a:hover {
        color: rgba(235, 93, 64, 1);
        border-bottom: none;
    }

    .header .hybrid_nav > .active > a, .header .hybrid_nav > .active > a:hover, .header .hybrid_nav > .active > a:focus {
        background: rgba(235, 93, 64, 1);
        color: #fff !important;
        border-bottom: none;
    }

    .header .dropdown > a:after {
        right: 30px;
    }

    .header > .container {
        margin-top: 0 !important;
    }
    .header .navbar-collapse.collapse.in {
        overflow: visible !important;
    }
    .mega-menu {
        overflow: visible !important;
    }
    .mega-menu > .container {
        max-width: 100% !important;
    }
    .nav>li.has-subpages.dropdown > a {
        padding-left: 10px;
    }

    ul.dropdown-menu {
        width: 100%;
        position: inherit !important;
        transform: none !important;
        border: none !important;
        box-shadow: none;
        border-bottom: 1px solid #ddd !important;
    }

    ul.dropdown-menu {
        display: none !important;
    }

    ul.dropdown-menu.show {
        display: block !important;
    }

    ul.list-inline.mb-0.sozial_icon_header_list {
        float: left;
        margin-left: 0px;
    }

    a.logo > img {
        position: absolute !important;
        margin-top: 12px !important;
    }

    .header {
        height: 103px;
    }

    .header .logo {
        min-width: 0;
    }

    figcaption + .g-bg-size-cover {
        background-position: center;
    }

    @media(max-width: 767px)
    {
        .event-teaser-cell.text.event_text_container {
            margin-bottom: 180px;
        }

        .header .logo img {
            height: auto;
        }

        .header {
            height: 137px;
        }

        ul.list-inline.mb-0.sozial_icon_header_list {
            float: right;
        }

        /*.header .logo img {
         width: 100%;
         margin-bottom: 5px;
        }

        .header .logo {
         display: block;
         vertical-align: middle;
        }

        .header .topbar {
         margin-bottom: 0px;
        }*/

        ul.loginbar.pull-right {
            padding-left: 0px;
        }

        ul.language_list.loginbar {
            padding-left: 0px;
        }

        .horizontal_menu > li {
            width: 100%;
        }
    }

    ul.dropdown-menu.sm-nowrap.show {
        position: relative !important;
        width: 100% !important;
        border-top: 1px;
        margin-left: 148px !important;
        max-width: 100% !important;
    }

    ul.nav.navbar-nav > li {
        width: 100%;
        background-color: #fff;
    }

    li.has-subpages.dropdown.collapsible > ul {
        display: none !important;
    }
    li.has-subpages.dropdown.collapsible.show > ul {
        display: block !important;
    }
}

@media (max-width: 767px)
{

    .blog_list_element,
    .event_list_element{
        width: calc(100% - 30px);
    }

    .date_content_element .date_element {
        position: inherit !important;
        top: auto;
        left: auto;
        float: left;
        margin-bottom: 15px;
        width: 100%;
        font-size: 18px;
    }
}

@media (max-width: 520px)
{
    .topbar > ul {
        width: 100%;
    }

    a.logo > img {
        position: absolute !important;
        margin-top: 3px !important;
        width: 210px;
    }

    .header {
        height: 159px;
    }

    .header .logo img {
        height: auto;
        margin-top: 5px;
        position: absolute;
        width: 100px;
    }
}

@media (min-width: 0)
{
    footer .block_element:first-child {
        margin-bottom: 3.57143rem !important;
    }

    footer .block_element:nth-child(2){
        margin-bottom: 2.14286rem !important;
    }
}

@media (min-width: 992px)
{
    footer .block_element:first-child {
        margin-bottom: 0 !important;
    }

    footer .block_element:nth-child(2){
        margin-bottom: 0 !important;
    }
}
/**EasyBull Respnosive**/

/**Orientierungshilfe**/
/*th*/
/*{*/
/*border: 1px solid blue;*/
/*}*/

/*td*/
/*{*/
/*border: 1px solid red;*/
/*}*/
/**Orientierungshilfe Ende**/

@media (max-width: 1199px) {

    th.easybull_name {
        width: 116px;
    }

    th.easybull_vater {
        width: 106px;
    }

    th.easybull_gesext {
        width: 64px;
    }

    th.easybull_gzw {
        width: 51px ;
    }

    th.easybull_mw {
        width: 45px ;
    }
    th.easybull_mkg {
        width: 60px ;
    }
    th.easybull_fp, th.easybull_ep {
        width: 55px;
    }

    th.easybull_fw, th.easybull_fit {
        width: 45px ;
    }

    th.easybull_r, th.easybull_b, th.easybull_f {
        width: 44px ;
    }

    th.easybull_e {
        width: 43px ;
    }
    th.easybull_aaa {
        width: 69px;
    }
    th.easybull_kp {
        width: 43px;
    }
    .sticky.container {
        padding-right: 28px;
    }
}

@media (max-width: 992px) {

    th.easybull_name {
        width: 104px;
    }

    th.easybull_gesext {
        width: 57px;
    }

    th.easybull_gzw {
        width: 41px ;
    }

    th.easybull_mw {
        width: 38px ;
    }
    th.easybull_mkg {
        width: 54px ;
    }
    th.easybull_fp, th.easybull_ep {
        width: 49px;
    }

    th.easybull_fw, th.easybull_fit {
        width: 40px ;
    }
    th.easybull_r {
        width: 39px ;
    }
    th.easybull_b, th.easybull_f, th.easybull_e {
        width: 39px ;
    }
    th.easybull_aaa {
        width: 59px;
    }
}

@media (max-width: 767px) {

    th.easybull_name {
        width: 165px;
    }

    th.easybull_gesext {
        width: 88px;
    }

    th.easybull_gzw {
        width: 69px ;
    }

    th.easybull_mw {
        width: 61px ;
    }

    th.easybull_fw, th.easybull_fit {
        width: 63px ;
    }
}

@media (max-width: 600px) {

    th.easybull_name {
        width: 145px;
    }

    .easybull_gesext {
        display: none;
    }

    th.easybull_gzw {
        width: 60px ;
    }

    th.easybull_mw {
        width: 55px ;
    }

    th.easybull_fw, th.easybull_fit {
        width: 55px ;
    }
}

@media (max-width: 430px) {

    th.easybull_name {
        width: 146px;
    }

    th.easybull_mw {
        width: 53px ;
    }

    th.easybull_fw, th.easybull_fit {
        width: 52px ;
    }
}

.bull_col_title:after
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    width: 100%;
    text-align: center;
    float: right;
    color: #8b8b8b;
}

.easybull_gzw.spe_fv_gzw .bull_col_title:after,
.easybull_mw.spe_fv_mw .bull_col_title:after,
.easybull_mkg.spe_fv_mw_mm .bull_col_title:after,
.easybull_fp.spe_fv_mw_fp .bull_col_title:after,
.easybull_ep.spe_fv_mw_ep .bull_col_title:after,
.easybull_fw.spe_fv_fw .bull_col_title:after,
.easybull_kp.spe_fv_fit_kv_p .bull_col_title:after,
.easybull_fit.spe_fv_fit .bull_col_title:after,
.easybull_r.spe_fv_exzw_ram .bull_col_title:after,
.easybull_b.spe_fv_exzw_bem .bull_col_title:after,
.easybull_f.spe_fv_exzw_fun .bull_col_title:after,
.easybull_e.spe_fv_exzw_eut .bull_col_title:after,
.easybull_aaa.spe_fv_aaa .bull_col_title:after,
.easybull_gzw.spe_bv_gzw .bull_col_title:after,
.easybull_mw.spe_bv_mw .bull_col_title:after,
.easybull_mkg.spe_bv_mw_mm .bull_col_title:after,
.easybull_fp.spe_bv_mw_fp .bull_col_title:after,
.easybull_ep.spe_bv_mw_ep .bull_col_title:after,
.easybull_kk.spe_bv_kappa .bull_col_title:after,
.easybull_fw.spe_bv_fw .bull_col_title:after,
.easybull_fit.spe_bv_fit .bull_col_title:after,
.easybull_r.spe_bv_exzw_ram .bull_col_title:after,
.easybull_b.spe_bv_exzw_becken .bull_col_title:after,
.easybull_f.spe_bv_exzw_fun .bull_col_title:after,
.easybull_e.spe_bv_exzw_eut .bull_col_title:after,
.easybull_ext.spe_bv_exzw_gesamtnote .bull_col_title:after,
.easybull_aaa.spe_bv_aaa .bull_col_title:after,
.easybull_name.spe_name .bull_col_title:after,
.easybull_gesext.spe_gesext_verfuegbar .bull_col_title:after,
.easybull_vater.spe_abst_e_v_na .bull_col_title:after,
.easybull_rzg.spe_ho_rzg .bull_col_title:after,
.spe_ho_rzm.easybull_rzm .bull_col_title:after,
.easybull_mkg.spe_ho_mw_mm .bull_col_title:after,
.easybull_fp.spe_ho_mw_fp .bull_col_title:after,
.easybull_ep.spe_ho_mw_ep .bull_col_title:after,
.easybull_rze.spe_ho_fit_rze .bull_col_title:after,
.easybull_rzfit.spe_ho_fit_rzfit .bull_col_title:after,
.easybull_aaa.spe_ho_aaa .bull_col_title:after,
.easybull_rzkd.spe_ho_fit_rzkd .bull_col_title:after,
.easybull_ges.spe_ho_fit_ges .bull_col_title:after,
.easybull_rzs.spe_ho_fit_rzs .bull_col_title:after,
.easybull_rzs.spe_ho_fit_rzs .bull_col_title:after,
.easybull_rzn.spe_ho_fit_rzn .bull_col_title:after,
.easybull_rzd.spe_ho_fit_mk .bull_col_title:after,
.easybull_rzr.spe_ho_fit_fk_m .bull_col_title:after,
.easybull_mt.spe_ho_exzw_mtyp .bull_col_title:after,
.easybull_koe.spe_ho_exzw_koerper .bull_col_title:after,
.easybull_fu.spe_ho_exzw_fun .bull_col_title:after,
.easybull_eu.spe_ho_exzw_eut .bull_col_title:after
{
    color: #333;
}

section.g-bg-gray-light-v5.g-py-50.g-mb-25 {
    padding-top: 2.57143rem!important;
    padding-bottom: 2.57143rem!important;
}


.easybull_geb .bull_col_title:after,
.easybull_rze .bull_col_title:after,
.easybull_rzs .bull_col_title:after,
.easybull_rzn .bull_col_title:after,
.easybull_rzd .bull_col_title:after,
.easybull_rzkd .bull_col_title:after,
.easybull_ges .bull_col_title:after,
.easybull_rzfit .bull_col_title:after,
.easybull_mt .bull_col_title:after,
.easybull_koe .bull_col_title:after,
.easybull_rzr .bull_col_title:after,
.easybull_toe .bull_col_title:after,
.easybull_rzm .bull_col_title:after,
.easybull_rzg .bull_col_title:after,
.easybull_name .bull_col_title:after,
.easybull_vater .bull_col_title:after,
.easybull_kp .bull_col_title:after,
.easybull_e .bull_col_title:after,
.easybull_fp .bull_col_title:after,
.easybull_gesext .bull_col_title:after
{
    margin-right: -11px;
    float: left;
}

.easybull_e .bull_col_title:after
{
    margin-right: 0;
}

/*.easybull_gesext .bull_col_title:after,
.gesext_title .bull_col_title:after
{
 display: none;
}*/
.easybull_gzw .bull_col_title:after,
.easybull_fw .bull_col_title:after,
.easybull_fit .bull_col_title:after,
.easybull_kk .bull_col_title:after
{
    margin-right: 0;
}

.gesext_title span.bull_col_title
{
    float: none;
}

.easybull_name span.bull_col_title,
.easybull_vater span.bull_col_title,
.bull_fr_name span.bull_col_title,
.bull_fr_vater span.bull_col_title,
.bull_fr_muttersvater span.bull_col_title,
.bull_sr_name span.bull_col_title,
.bull_sr_vater span.bull_col_title,
.bull_sr_muttersvater span.bull_col_title
{
    float: left;
}

.bull_fr_spt-rzf,
.bull_fr_spt-sich {
    text-align: center !important;
}

.bull_fr_spt-rzf .bull_col_title,
.bull_fr_spt-sich .bull_col_title {
    float: none;
}

span.bull_col_title {
    float: right;
    white-space: nowrap;
}

span.bull_col_title:last-of-type {
    text-align: center;
}

.btn {
    border-radius: .25rem;
}
.form-control {
    border-radius: .25rem;
    height: inherit;
}

h3.h5.g-color-black.g-font-weight-700.mb-1 {
    margin-top: 0;
}

.event_block {
    padding-right: 30px;
    margin-bottom: -20px;
}

.event_block:nth-child(odd) {
    padding-right: 15px;
    padding-left: 15px;
}
.event_block:nth-child(even) {
    padding-right: 0px;
    padding-left: 30px;
}

@media (max-width: 991px) {

    .event_block:nth-child(odd) {
        padding-right: 0;
        padding-left: 15px;
    }
    .event_block:nth-child(even) {
        padding-left: 15px;
    }
    .mega-menu span.nav {
        margin-top: 5px !important;
    }
    .hybrid_nav.sticky-header {
        top: 47px !important ;
    }
}

@media (max-width: 575px) {

    .event_block:nth-child(odd) {
        padding-right: 0px;
        padding-left: 0px;
    }
    .event_block:nth-child(even) {
        padding-left: 0px;
    }
}
.event_block time
{
    font-size: 12px;
    font-weight: 500;
}

.min_height_180
{
    min-height: 180px;
}

span.u-tags-v1.g-color-teal.g-bg-teal-opacity-0_1.g-bg-teal--hover.g-color-white--hover.g-rounded-50.g-py-4.g-px-15 {
    margin-top: 10px;
}

.u-tags-v1.g-color-teal.g-bg-teal-opacity-0_1.g-bg-teal--hover.g-color-white--hover.g-rounded-50.g-py-4.g-px-15 {
    border-radius: 4px !important;
}

.facebook_box_mobile
{
    display: none;
}


.catalog_image_box {
    max-height: 300px;
    overflow: hidden;
}

.facebook_box_mobile a {
    width: 100%;
    font-size: 20px !important;
}

.facebook_box_mobile i {
    padding-right: 10px;
}

@media (max-width: 1050px)
{
    .facebook_box
    {
        display: none;
    }

    .facebook_box_mobile
    {
        display: block;
    }
}

@media (max-width: 991px)
{
    .facebook_box
    {
        display: block;
        margin-top: 15px;
    }

    .facebook_box_mobile
    {
        display: none;
        margin-top: 15px;
    }

    .catalog_image_box {
        max-height: 150px;
    }
}

@media (max-width: 575px)
{
    .catalog_image_box {
        max-height: 300px;
    }
}

@media (max-width: 535px)
{
    .facebook_box
    {
        display: none;
    }

    .facebook_box_mobile
    {
        display: block;
    }
}

.g-rounded-50,
.u-go-to-v1{
    border-radius: 4px !important;
}

input#search-input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
input#search-input + .input-group-btn > button {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ggi_spermex_fb_icon .u-icon-v3.u-icon-size--xs {
    width: 100%;
    padding-left: 7px;
}
.ggi_spermex_fb_icon
{
    width: 100%;
}

.ggi_spermex_fb_icon i.fa.fa-facebook-square {
    font-size: 17px;
}

.no_margin_left
{
    margin-left: 0px !important;
}

.ggi_spermex_fb_icon i.fa.fa-facebook-square,
.ggi_spermex_fb_text
{
    float: left;
}

.ggi_spermex_fb_text {
    padding-top: 7px;
    padding-left: 5px;
}

footer .ggi_spermex_fb_icon:first-child {
    margin-bottom: 4px !important;
}

footer .list-inline-item:first-child
{
    margin-left: 0px !important;
}


.gallery_image_text {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

span.u-icon-v3.u-icon-size--xs.g-bg-white.g-color-black.g-rounded-50x.g-cursor-pointer.g-pos-abs.g-bottom-10.g-right-10 {
    bottom: 1.71429rem;
}

.ms-staff-carousel.ms-round .ms-nav-next {
    right: -29px;
}

footer .g-absolute-centered--y {
    top: 14px !important;
}

footer .col-xs-12.col-sm-12.col-md-12.checkbox.no-distance-bottom
{
    margin-top: 0px;
}

.ewc-search-selectiv input.form-control.search-input.js-search-input.js-easy-autocomplete {
    border-radius: 3.5px 0 0 3.5px !important;
    color: #555555;
    padding: 5px 10px;
    font-size: 16px;
}

.ewc-search-selectiv .radio-inline+.radio-inline
{
    color: #fff;
}

.ewc-search-selectiv button.btn.btn-default {
    text-transform: uppercase;
    background-color: #ffdd00;
    padding: 12px 25px;
    margin-left: -1px;
    font-size: 18px;
    color: #fff;
}

div#search-results h2 {
    margin-top: 50px;
    margin-bottom: 25px;
}

.ewc-headline-big-title
{
    text-align: center;
    margin-bottom: 25px;
}

.ewc-headline-big-title>* {
    font-size: 37px;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700 !important;
}


ul.list-inline.mb-0.sozial_icon_header_list {
    display: none;
}

.ewc-search-subtext {
    margin-top: 5px;
}



.search_background > div,
.search_background > div > div,
.search_background > div > div > .container,
.search_background > div > div > .container > .row
{
    height: 100%;
    /*padding-bottom: 0px !important;*/
}
.ewc-search-selectiv {
    display: inline-block;
    width: 100%;
}
.ewc-search-selectiv label.radio-inline:first-of-type {
    margin-left: 0;
}
.ewc-search-selectiv label.radio-inline > input:before {
    content: '';
    width: 13px;
    height: 13px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    margin-left: 0px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.ewc-search-selectiv label.radio-inline > input:checked:before {
    background-color: #f1da17;
    border: transparent;
    color: #ffffff;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    padding: 1px;
    padding-left: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ewc-search-selectiv label.radio-inline {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin-left: 34px;
    padding-left: 25px;
    color: #000000 !important;
}

.btn-full-width {
    width: 100%;
}

@media (min-width: 993px)
{
    ul.nav.hybrid_nav {
        margin-top: 26px;
    }

    .sticky-header ul.nav.hybrid_nav {
        margin-top: 0;
    }

    .ewc-search-selectiv .js-frontend-search {
        margin-bottom: -50px;
    }
}

@media (max-width: 992px)
{
    .ewc-search-selectiv .input-group + div {
        text-align: left;
    }
    .ewc-search-selectiv label.radio-inline {
        margin-left: 10px;
    }
    .ewc-search-selectiv {
        margin-left: 0;
        transform: none;
    }

    .ewc-search-selectiv button.btn.btn-default {
        text-transform: uppercase;
        color: #fff;
        font-size: 18px;
    }

    .ewc-headline-big-title>* {
        margin-top: 145px;
        margin-bottom: 40px;
    }

    .ewc-headline-big-title + div {
        display: none;
    }

    .ewc-headline-big-title {
        margin-bottom: -25px;
    }

    .search_background {
        padding-bottom: 135px;
        height: auto;
        background-image: none !important;
        background-color: #e0e0e0;
    }

    .ewc-search-selectiv .input-group + div
    {
        text-align: center;
    }

}

.header .logo {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
}
.header-line {
    background: #ffdd00;
    padding: 7px 0;
}
.header-line > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header .logo {
    min-height: auto;
    min-width: auto;
}
.header .topbar ul.loginbar {
    display: table;
}
.header .header-line .topbar ul.loginbar > li > a {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}
.header .topbar ul.loginbar .fa {
    display: table-cell;
}
.header .topbar .language_list.loginbar .topbar-devider:first-child {
    margin: 0 3px;
}
.header .topbar .language_list.loginbar .topbar-devider {
    border-right-color: #000000;
    margin: 0 11px 0 7px;
    font-size: 10px;
    top: 0;
}

.header .topbar ul.loginbar > li {
    padding-bottom: 0;
}
.language_list.loginbar {
    padding: 0;
}

.header .nav .search {
    font-size: 18px;
}

.header .nav .search,
.header .nav .search:hover {
    background-color: transparent !important;
    color: #555 !important;
    border: none !important;
}

.mega-menu span.nav {
    margin-top: 26px;
}

.sticky-header.mega-menu span.nav {
    margin-top: 0;
}

.mega-menu > .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.std_carousel_element {*/
/* min-height: 540px;*/
/*}*/
.g-bg-bluegray-opacity-0_2--after::after {
    display: none;
}
/*.g-bg-bluegray-opacity-0_2--after::after*/
/*.dzsparallaxer:not(.mode-oneelement) {*/
/* height: 100% !important;*/
/*}*/
.mode-oneelement .carousel-control {
    display: none;
}
/*.dzsparallaxer.height-is-based-on-content {*/
/* height: 540px !important;*/
/*}*/

.carousel-control {
    display: none;
}
@media (min-width: 721px) {
    .slick-main img {
        height: 540px;
    }
}
.slick-prev:before, .slick-next:before {
    color: #33333387;
}
.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
}
.slick-main {
    padding: 20px 0;
    margin: 0 -15px;
}
.slick-main img {
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}
.slick-prev {
    z-index: 1;
    left: 25px;
}
.slick-next {
    right: 25px;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px;
}
.slick-slide:focus,
.cover-container:focus {
    outline: none;
}
.container-fluid {
    max-width: 100%;
}
.input-group {
    max-width: 540px;
    margin: 0 auto;
}
.input-group + div {
    text-align: center;
}
.header .nav .search-open {
    top: 40px;
}
.search_mp .btn-u {
    margin-left: -1px;
    background: #ffdd00;
    padding: 8px 18px;
}
input#search-input {
    max-width: 220px;
    border-radius: 0;
}
.header .nav .search-open {
    padding: 10px;
}
.block_element .row:before,
.block_element .row:after  {
    display: none;
}

.ewc-title-default h2 {
    font-size: 35px;
    color: #000000;
}
.ewc-title-default {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ewc-title-default .second-word {
    color: #f1da17;
    margin-left: 3px;
}

.ewc-search-selectiv label.radio-inline > input:before {
    width: 18px;
    height: 18px;
    border-radius: 2px;
}
.radio-inline input[type=radio] {
    margin-left: -26px;
}

.g-color-gray {
    text-transform: none !important;
    font: 500 28px/1.4 'Open Sans' !important;
    color: #555555;
}

h3 span.g-color-primary {
    color: #f1da17 !important;
}

.latest-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 40px;
}

.latest-list > li {
    display: flex;
    width: calc(100% / 3);
    min-width: 250px;
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.ewc-event--layout-short .ewc-event__image {
    width: 64px;
    min-height: 64px;
    margin-right: 15px;
}

.latest-list > li time {
    color: #555555;
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.latest-time > a {
    font-size: 14px;
    margin-bottom: 7px;
    display: inline-block;
    color: #555555
}

.latest-time {
    display: flex;
    flex-direction: column;
}

.block_element .u-btn-outline-primary:not(.btn--white), .bull-filter-button,
.u-btn-primary {
    color: #212529 !important;
    font-size: 15px !important;
    text-transform: none !important;
    background: #f1da17 !important;
    border: 1px solid transparent;
    padding: 8px 20px;
}

.bull-filter-button {
    background-color: transparent !important;
}

.bull-filter-button:hover {
    background: #f1da17 !important;
}

.bull-filter-button {
    border: 1px solid #dddddd !important;
}

.block_element .u-btn-outline-primary:not(.btn--white):hover,
.u-btn-primary:hover, .bull-filter-button:hover {
    color: #ffffff !important;
    transition: .3s;
    border-color: #fbe847 !important;
    background-color: #fbe847 !important;
}

.btn--white {
    padding: 8px 20px;
    font-size: 15px !important;
    color: #333333 !important;
    border-color: #333 !important;
    font-weight: 400 !important;
}

.btn--white:focus,
.btn--white:hover {
    color: #fff !important;
    background-color: #f1da17 !important;
    transition: 0.3s;
}

.masonry-grid-item p::selection {
    color: #fff;
    background-color: #EB5D40;
}

.ewc-blog-entry-rounded .g-color-teal {
    background-color: #ababab33 !important;
    padding: 4px 15px !important;
    color: #7a7f80 !important;
}

.ewc-blog-entry-rounded .list-inline-item {
    border-radius: 50px !important;
    overflow: hidden;
}

.ewc-blog-entry-rounded .u-tags-v1 {
    font-weight: 400;
}

.ewc-blog-entry-rounded .u-tags-v1:hover {
    background: #ffdd00 !important;
    color: #000000 !important;
}

.ewc-blog__image {
    position: relative;
}

.carousel-indicators .active,
.carousel-indicators li {
    width: 32px;
    height: 3px;
    border: 0;
    border-radius: 0;
}

.masonry-grid-item {

}

.carousel-indicators .active {
    background: #ffffff;
}

.slick-dots {
    bottom: 30px;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button:before {
    font-size: 8px;
}

.slick-dots li.slick-active button:before {
    color: #f1da17;
    opacity: 1;
}

.dzsparallaxer.with-overlay {
    position: relative;
}

.dzsparallaxer.with-overlay:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.dzsparallaxer.with-overlay h3,
.dzsparallaxer.with-overlay h4 {
    position: relative;
    z-index: 3;
}

.u-heading-hero {
    color: #ffffff;
    text-align: center;
    font: 400 40px/1.2 'Open Sans', Arial, sans-serif !important;
    margin-bottom: 50px;
}

.u-heading-hero-small {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
}

.dzsparallaxer.with-overlay p {
    font-size: 15px;
    text-transform: uppercase;
}

footer i.g-color-primary {
    color: #f1da17 !important;
}

.fb-like > span {
    width: 150px !important;
}

.fb-like > span > iframe {
    width: 150px !important;
}

@media (max-width: 1199px)
{
    .header .logo img {
        margin-bottom: 45px;
    }
    .nav>li {
        margin: 0 10px;
    }
}

@media (min-width: 767px) and (max-width: 992px)
{
    .navbar-default .navbar-nav li a{
        font-size: 12px;
    }
}

@media (max-width: 992px)
{
    .header .topbar {
        margin-bottom: 0;
    }
    .header .navbar-toggle {
        margin-left: 15px;
    }
    .navbar-brand{
        width: 110px;
    }
    .navbar-brand img{
        height: 48px;
        margin-top: -13px;
    }
    .latest-list > li {
        width: calc(100% / 2);
    }
    .header .nav .search:hover {
        background: rgba(235, 93, 64, 1);
    }
    .header .logo img {
        height: 70px;
        margin-bottom: 20px;
        margin-top: 12px;
        margin-right: 12px;
    }
    .language-active {
        margin-left: 5px;
        text-transform: uppercase;
        display: inline-block !important;
    }
    .loginbar {
        position: relative;
        padding: 0;
    }
    .language_container {
        min-width: 200px;
        padding: 5px !important;
        background: rgba(255, 255, 255, 0.97);
        transition: transform .3s;
        transform: translate3d(-50%, 20px, 0);
        visibility: hidden;
        position: absolute !important;
        top: calc( 100% + 15px);
        left: 50%;
    }
    .topbar.open .language_container {
        transition: transform .3s;
        transform: translate3d(-50%, 0, 0);
        visibility: visible;
    }
    .language_list li.active {
        pointer-events: none;
    }
    .language_list li + li {
        margin-top: 7px;
    }
    .language_list {
        text-align: center;
        display: flex !important;
        flex-direction: column;
    }
    .topbar-devider {
        display: none;
    }
    .loginbar .fa-globe {
        pointer-events: none;
    }
}


@media (max-width: 768px) {
    .cbp-item.design {
        max-width: 250px;
        margin: 10px auto 20px;
    }
    .header a.logo {
        display: block;
    }
    .header div.logo {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }
    .header .topbar {
        margin: 0 auto;
    }
    .header .loginbar {
        padding: 0;
    }
}

@media (min-width: 769px) {
    .carousel-indicators {
        bottom: 5px;
    }
}