/**
 * Theme Name: Glatt Enfold
 * Description: A Child Theme for the Enfold Wordpress Theme.
 * Version: 1.0
 * Author: Dirk Mergner GM-CC <dirk.mergner@glatt.com>
 * Author URI: https://glatt.com/
 * Details URI: https://glatt.com/
 * Template: enfold
 * Text Domain: glatt-enfold
 */

 /* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
    text-transform: none !important;
 }
ul#avia2-menu a {
    color: #f9f9f9;
}
ul#avia2-menu a:hover {
    color: #ffffff !important;
}
#mega-menu-wrap-avia #mega-menu-avia li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {
    border-left: 1px solid #fff;
}
#top .glatt-mega-hr li {
    padding: 0 !important;
}
#top .glatt-mega-hr hr {
    border-color: rgb(112, 112, 112);
}
#top .footer_color .input-text, 
#top .footer_color input[type='text'], 
#top .footer_color input[type='input'], 
#top .footer_color input[type='password'], 
#top .footer_color input[type='email'], 
#top .footer_color input[type='number'], 
#top .footer_color input[type='url'], 
#top .footer_color input[type='tel'], 
#top .footer_color input[type='search'], 
#top .footer_color textarea, 
#top .footer_color select {
    border-color: #f9f9f9;
}
#footer a:hover {
    text-decoration: underline;
}
#footer fieldset {
    margin-bottom: 0;
}

/* Button START */
#top .avia-button-wrap.avia-button-center a .avia-color-theme-color-highlight {
    box-shadow: none;
    background-image: none;
    transition: all 0.3s ease-in-out;
}
#top .avia-button-wrap.avia-button-center a:hover span.avia_button_background,
#top .avia-button-wrap.avia-button-center a .avia-color-theme-color-highlight {
    box-shadow: 2px 2px 3px #777;
	background-image: linear-gradient(165deg, #cc0000 0%,#cc0000 30%, #f84242 90%);
    transition: all 0.2s ease-in-out;
}
/* Button END */
#top .main_color strong, 
#top .main_color b {
    color: #5d5e60;
}
#top .main_color a strong, 
#top .main_color a b {
    color: #cc0000;
}
#top .current_page_item.current-menu-item > a,
#top .active-parent-item .current-page-ancestor > a,
#top .active-parent-item .current-menu-ancestor > a,
#top .active-parent-item .current_page_ancestor > a,
#top .active-parent-item .current-page-ancestor:first-of-type > a,
#top .active-parent-item .current-menu-ancestor:first-of-type > a,
#top .active-parent-item .current_page_ancestor:first-of-type > a {
    color: #666 !important;
    font-weight: bold;
}
#top .special_amp {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
#top .select2-container .select2-search--inline, 
#top .select2-container .select2-search--inline .select2-search__field,
#top .select2-container.select2-container--default {
    width: 100% !important;
}
.search-filter-results .pagination .nav-previous a,
.search-filter-results .pagination .nav-next a {
    min-width: 100px;
}
.glatt-rep-box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: unset; 
}
.glatt-corner {
    position: relative;
    overflow: visible;
}
.glatt-corner:before {
    background-color: #fff;
    transform: rotate(45deg);
    width: 30px;
    height: 50px;
    position: absolute;
    bottom: -18px;
    right: -8px;
    content: "";
    visibility: visible;
}
.glatt-corner:after {
    background-color: transparent;
    transform: rotate(45deg);
    width: 30px;
    height: 50px;
    position: absolute;
    bottom: 3px;
    right: 12px;
    content: "";
    border-right: 1px solid #ccc;
    box-shadow: 8px 0px 4px -4px #eee;
    visibility: visible;
}
.glatt-corner-grey:before {
    background-color: #f9f9f9;
}
#top.search .post-meta-infos time,
#top.search .post-meta-infos .text-sep,
#top.search .post-meta-infos .blog-categories {
    display: none;
}
.glatt-homenews {
    padding: 0px;
    background: #f9f9f9;
    margin-bottom: 20px;
    box-shadow: 2px 2px 4px #eee;
    border-radius: 0px;
    border: 1px solid #ccc !important;
    transition: all ease-in-out 0.3s;
}
.glatt-homenews:hover {
    background: #ddd;
    transition: all ease-in-out 0.3s;
}


.glatt-homenews:hover h3 {
    color: #cc0000;
}
.glatt-homenews-content {
    padding: 5px 20px;
}
.glatt-representation {
    padding: 10px 20px;
    background: #f9f9f9;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 2px 2px 4px #eee;
    border-radius: 0px;
    border: 1px solid #ccc !important;
    max-width: 700px;
}
.glatt-representation h2 {
    padding-top: 10px;
}
.glatt-rep-img {
    height: 250px;
    background-repeat: no-repeat !important;
    background-position: center top !important;
}
#top .glatt-locations .av-flex-placeholder {
    width: 2%;
}
#top .glatt-box-shadow,
#top .glatt-location {
    box-shadow: 2px 2px 4px #eee;
}
#top .glatt-location {
    border: 1px solid #ccc;
}
#top .glatt-downloads-videos .flex_column.av_one_third {
    background-color: #fff;
    box-shadow: 2px 2px 4px #eee;
    border: 1px solid #ccc;
}
#top .glatt-products .flex_column.av_one_third  {
    background-color: #f9f9f9;
    box-shadow: 2px 2px 4px #eee;
    border: 1px solid #ccc;
    transition: all 0.3s ease-in-out;
}
#top .product-h {
    padding: 20px 70px 20px 30px !important;
    transition: all 0.3s ease-in-out;
}
#top .product-h h2 {
    transition: all 0.3s ease-in-out;
}
#top .product-icon {
    position: absolute;
    bottom: 10px;
    right: 30px;
    transition: all 0.3s ease-in-out;
}
#top .glatt-products .flex_column.av_one_third:hover .product-icon,
#top .glatt-products .flex_column.av_one_third:hover .product-h h2 {
    color: #cc0000;
    transition: all 0.3s ease-in-out;
}
#top .product-img {
    margin: 0;
}
#top .flex_column.av_one_third.glatt-col-empty {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
#top .glatt-downloads-videos .flex_column.av_one_third p {
    padding: 0 25px;
    min-height: 50px;
}
#top .av-submenu-container .menu-item.current_page_item a {
    color: #cc0000;
}
#top .search-filter-results .glatt-hide,
#top .no-form input.gform_button { 
    display: none !important; 
}
#footer .gform_heading {
    display: none;
}
#top .w3eden .package-title a {
    pointer-events: none;
}
#top .glatt-blog-home {
    overflow: hidden;
    padding: 10px 15px;
    background-color: #f9f9f9;
    box-shadow: 2px 2px 4px #eee;
}
#top .glatt-home-events .post-meta-infos .date-container,
#top .glatt-home-events .post-meta-infos .text-sep-date,
#top .search-filter-results .glatt-hide {
    display: none;
}
#top .glatt-home-events .bloglist-simple .read-more-link {
    right: 0px;
}
#top .glatt-partner img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#top .glatt-partner:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.avia_transform a:hover .image-overlay {
    opacity: 0.4 !important;
}
#top .toggle_icon .vert_icon,
#top .toggle_icon .hor_icon {
    border-color: #cc0000;
}
@media only screen and (min-width: 990px) {
    #top .glatt-blog-home {
        padding: 20px 30px;
    }

    #top header nav.main_menu #mega-menu-wrap-avia ul#mega-menu-avia ul.mega-sub-menu li a.mega-menu-link {
        height: auto !important;
        line-height: 24px !important;
    }
}
/*
 * Start Mobile
 */
 @media only screen and (max-width: 767px) {
    #top .title_container .breadcrumb {
        position: inherit;
        right: 0;
        top: 0;
        margin-top: 0;
    }
    #top .avia-slideshow .avia-slideshow-arrows {
        display: none;
    }
}
@media only screen and (max-width: 989px) {
    #top .content, 
    #top .sidebar {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #top main.content {
        padding-top: 0;
    }
    #top h2 {
        font-size: 20px;
    }
    .template-page .entry-content-wrapper h1 {
        margin: 15px 0;
    }
    #top .w3eden .media {
        display: block;
    }
    #top .w3eden .media .img-48 { 
        width: 20%;
        float: left;
        margin-right: 2% !important;
    }
    #top .w3eden .media .media-body { 
        width: 78%;
        float: left;
        margin: 0 0 10px 0 !important;
    }
    #top .w3eden .media .ml-3 {
        margin: 0 !important;
    }
    #top .w3eden .media .ml-3 a.wpdm-download-link {
        width: 100%;
    }
}
/*
 * End Mobile
 */
/*
 * Start Desktop
 */
 @media only screen and (min-width: 768px) {
    .glatt-rep-box {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        flex-direction: row; 
    }
    .glatt-representation {
        padding: 0px;
    }
    .glatt-rep-content {
        padding: 5px 20px;
    }
    .glatt-rep-content-img {
        float: left;
        width: 66%;
        padding: 0 15px;
    }
    .glatt-homenews-content {
        min-height: 170px;
    }
    .glatt-homenews-content-img {
        float: left;
        width: 66%;
        padding: 0 15px;
    }
    .glatt-rep-img {
        float: left;
        width: 34%;
        height: 100%;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: top center !important;
    }
    .glatt-rep-img img {
        float: right;
    }
}
@media only screen and (min-width: 990px) {
    #top nav.main_menu ul.sub-menu a {
        position: relative;
		transition: all 0.1s ease-in-out !important;
    }
	#top nav.main_menu ul.sub-menu a:hover {
		color: #fff !important;
        transition: all 0.3s ease-in-out !important;
    }
    #top nav.main_menu ul.sub-menu a:before {
        content: "";
        background: none;
        position: absolute;
        bottom: 2px;
        left: 10px;
        width: 30%;
        height: 2px;
        transition: background 0.1s ease-in-out;
    }
    #top nav.main_menu ul.sub-menu a:hover:before {
        content: "";
        background: #cc0000;
        transition: background 0.3s ease-in-out;
    }
    #top nav.main_menu .menu-item-mega-parent ul.sub-menu a:hover:before {
        display: none;
    }
    #top nav.main_menu .menu-item-mega-parent ul.sub-menu ul.sub-menu a:hover:before {
        content: "";
        background: #cc0000;
        transition: background 0.3s ease-in-out;
        display:inherit;
    }
    ul.sub-menu li.menu-item-has-children ul.sub-menu {
        z-index: 100;
    }
    ul.sub-menu li.menu-item-has-children ul.sub-menu:before {
        font-family: 'entypo-fontello';
        content: "\e884";
        font-size: 20px;
        line-height: 38.4px;
        color: #cc0000;
        position: absolute;
        top: 0px;
        right: -2px;
        z-index: 1000;
    }
    #top .menu-item-mega-parent ul.sub-menu li.menu-item-has-children ul.sub-menu:before {
        display: none;
    }
}
@media only screen and (min-width: 1350px) {
    .glatt-rep-box {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        flex-direction: row; 
    }
    .glatt-representation {
        width: calc(50% - 13px);
        margin-bottom: 26px;
        padding: 0;
    }
    .glatt-representation:nth-child(odd) {
        margin-right: 13px;
    }
    .glatt-representation:nth-child(even) {
        margin-left: 13px;
    }
}
/*
 * End Desktop
 */
/*
 * Start Gravity Forms
 */
#top .gfield_checkbox .gchoice label, 
#top .ginput_container_consent label {
    padding-left: 15px;
}
#top h1.h-center,
#top h2.h-center,
#top h3.h-center,
#top h4.h-center,
#top h5.h-center,
#top h6.h-center {
    text-align: center;
}
#top .box-col-txt {
    clear: both;
    overflow: hidden;
    margin: 0.85em 0;
}
#top .box-col-txt .col-left,
#top .box-col-txt .col-right {
    float: left;
}
#top .box-col-txt .col-left {
    width: 15%;
}
#top .box-col-txt .col-right {
    width: 85%;
}
/*
 * End Gravity Forms
 */
 #scroll-top-link {
    background-color: #ddd;
}
/* 
 * Events Start
 */
#top .tribe-events-single-event-description .tribe-events-event-image {
    display: none;
}

.main_color .tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] a:before, 
.main_color .tribe-venue-widget-venue-name, 
.main_color .tribe-mini-calendar-nav span, 
body .datepicker table tr td.active.active, 
body .datepicker table tr td span.active.active, 
body .datepicker table tr td.active.active:hover, 
body .datepicker table tr td span.active.active:hover, 
body .datepicker thead tr:first-child th:hover, 
body .datepicker tfoot tr th:hover, 
#top .main_color .tribe-events-tooltip h3, 
.main_color div.tribe-countdown-text, 
.main_color .tribe-mini-calendar-nav td, 
.main_color .tribe-events-calendar th, 
.main_color .tribe-events-grid .tribe-grid-header, 
.main_color .tribe-events-grid .tribe-grid-header .column, 
#top #wrap_all .main_color .tribe-events-button, 
.main_color .tribe-events-list .tribe-events-event-cost span, 
.main_color .tribe-events-calendar td.tribe-events-present div[id*='tribe-events-daynum-'], 
.main_color .tribe-events-calendar td.tribe-events-present div[id*='tribe-events-daynum-']>a, 
.main_color .tribe-grid-allday .hentry.vevent>div, 
.main_color .tribe-grid-body div[id*='tribe-events-event-'] .hentry.vevent, 
.main_color .tribe-mini-calendar .tribe-events-has-events:hover a, 
.main_color .tribe-mini-calendar .tribe-events-has-events:hover a:hover, 
.main_color .tribe-mini-calendar .tribe-events-has-events.tribe-mini-calendar-today a, 
.main_color .tribe-events .tribe-events-c-ical__link {
    background-color: transparent;
    color: #333;
    border-color: #cc0000;
}
body .datepicker table tr td span:hover, 
body .datepicker table tr td.day:hover, 
body .datepicker table tr td.day.focused, 
#top #wrap_all .main_color .tribe-events-button:hover, 
.main_color .tribe-events .tribe-events-c-ical__link:hover {
    background-color: #f9f9f9;
    color: #333;
    border-color: #cc0000;
}
.main_color table caption, 
.main_color tr:nth-child(even), 
.main_color .pricing-table>li:nth-child(even), 
#top .main_color .avia-data-table.avia_pricing_minimal td {
    color: #494949;
}
/* 
 * Events End
 */

/* 
 * Font Start
 */
#top sup {
    vertical-align: top;
    font-size: smaller;
    position: relative;
    top: -5px;
}
/* 
 * Font End
 */


/*
 * Sonstiges
 */
/*
 * Start Phos4Green
 */
#top .phos-blog-style {
    overflow: hidden;
}
#top .phos-blog-style .entry-content p {
    font-size: 15px;
    text-align: left;
    hyphens: auto;
    word-wrap: break-word;
}
#top #wrap_all .all_colors .phos-blog-style h2 {
    font-size: 18px;
}
@media only screen and (min-width: 990px) {
    #top .video-margin {
        margin-bottom: 62px;
    }
}

body .title_container .breadcrumb {
    z-index: 10;
    line-height: 15px;
    font-size: 11px;
    position: unset;
    /* right: 50px; */
    top: 50%;
    margin-top: unset;
}
.news-headline {
    overflow: hidden;
    font-weight: bold;
    margin-top: 2px;
    display: block;
    font-size: 110%;
}
.widget {
    clear: both;
    position: relative;
    padding: 0px 0 30px 0;
    float: none;
}
.widget_recent_entries li a {
    font-style: italic;
    font-family: "Georgia","Times New Roman",Helvetica,Arial,sans-serif;
    font-size: 110%;
}
.avia-button.avia-size-x-large {
    padding: 25px 50px 23px;
    font-size: 15px;
    min-width: 200px;
    min-height: 140px;
}
.avia-button .avia_button_icon {
    font-size: 150%;
    margin-left: 10px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-author {
    display: none;
}
.blog-categories {
    display: none;
}
.text-sep-cat {
    display: none;
}
.text-sep-date {
    display: none;
}
#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
    color: #cc0000 !important;
}
#top h1 a:hover, #top h2 a:hover, #top h3 a:hover, #top h4 a:hover, #top h5 a:hover, #top h6 a:hover {
    text-decoration: underline;
}
/*
 * End Phos4Green
 */

/*
 * Start menu more space
 */

@media only screen and (min-width: 990px) and (max-width: 1100px) {
    #top .av-main-nav li.menu-item-top-level {
        max-width: 24%;
    }
    #top .main_menu {
        left: 130px;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1250px) {
    .avia-menu.av_menu_icon_beside {
        padding-right: 0px;
        width: calc(100% - 76px);
    }
}

@media only screen and (min-width: 990px) and (max-width: 1500px) {
    
    .av-main-nav > li > a {
       padding: 0 7px;
       -webkit-hyphens: auto;
       -ms-hyphens: auto;
       hyphens: auto;
    }
    #top .av-main-nav li.menu-item-top-level > a {
        text-align: center;
    }
    #top nav .social_bookmarks {
        top: 25%;
        margin-top: 0;
        width: 60px;
        height: 60px;
    }
    #top .header-scrolled nav .social_bookmarks {
        top: 0%;
    }
    #top .social_bookmarks li {
        height: 30px;
        float: left;
    }
    #header .main_menu ul:first-child > li.multilineItem a {
        line-height: 24px !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

/*
 * End menu more space
 */

/*******  FORMULARE  [begin]  *********/

.wpcf7-list-item {
    margin-right: 15px;
    margin-left:  0;
}

.wpcf7-list-item-label {
    margin-right: 15px;
    margin-left:  15px;
}

input[type="checkbox"]:checked::before {
    position: relative;
    display: inline-block;
    background: #cc0000;
    border-color: #cc0000;
}
input[type="checkbox"]::before {
    position: relative;
    content: '';
    margin-right: 20px;
    display: inline-block;
    margin-top: -2px;
    width: 20px;
    height: 20px;
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 2px;
}
input[type="checkbox"]:checked::after {
    content: '';
    position: relative;
    display: inline-block;
    left: 5px;
    top: -25px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate( 45deg );
}

/*******  FORMULARE  [end]  *********/
.template-page .entry-content-wrapper h1 {
    margin: 0px 0 0.875em 0;
    padding-left: 13px;
    padding-bottom: 15px;
    margin-left: -13px;
}

.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    border-radius: 3px;
}
.glattshadowed img {
    border: 8px solid #fff !important;
    -webkit-box-shadow: 0 0 15px #cdcdcd;
    -moz-box-shadow: 0 0 15px #cdcdcd;
    box-shadow: 0 0 15px #cdcdcd;
    padding: 0px !important;
    margin: 15px;
    max-width:400px;
}

#top .kompetenzbereicheacco .aviaccordion {
    max-height: 400px !important;
}
#top .kompetenzbereicheacco .aviaccordion-slide img {
    left: -14%;
    transition: left 1s 0s;
}

#top .kompetenzbereicheacco .aviaccordion-slide:hover img {
    left: 0;
}

#top .aviaccordion.av-animation-active .aviaccordion-slide, #top .aviaccordion-title-on-hover .aviaccordion-preview {

    -webkit-transition: all 0.7s cubic-bezier(0.230,1.000,0.320,1.000);
    transition: all 0.7s cubic-bezier(0.230,1.000,0.320,1.000);

}
#top .kompetenzbereicheacco .aviaccordion-slide {
    border-left: 5px solid #fff;
}
#top .kompetenzbereicheacco .aviaccordion-preview-title h3 {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.glatt-bttn-medium .avia_iconbox_title {
    padding: 9px 20px 3px 40px;
    font-size: 11px;
}

#top .title_container .container {
    min-height: 36px;
}
.title_container .breadcrumb {
    left: 60px;
}
.alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
    color: #bfbfbf;
}
/*******  ALLES WAS AUSGEBLENDET WIRD [begin]  *********/
.breadcrumb-title, .trail-before, 
#newsbox-2 .news-thumb.no-news-thumb, 
#newsbox-2 .news-time {
   display: none !important;
}

/*******  ALLES WAS AUSGEBLENDET WIRD [end]  *********/

#top #newsbox-2 .news-wrap li, 
#top #newsbox-3 .news-wrap li {
padding: 0 0 15px 0;
border-bottom: 1px solid #d4d4d4;
}
#scroll-top-link {
    background-color: #ddd;
}
@media only screen and (min-width: 990px) {
    #top #header .main_menu ul:first-child > li.multilineItem a {
        line-height: 20px;
    }
    #top .av-main-nav ul a {
        padding: 4px 15px;
    }
    #top .widget_nav_menu ul ul li a {
        padding: 3px 0px 3px 12px;
    }
}
#top .h-2-z {
	min-height: 50px;
}
#top .gfield_consent_label {
    padding-left: 10px;
}
/*
 * Sonstiges Ende
 */

 /*
 * Start Ecke
 */
@media only screen and (min-width: 1200px) {
    #header_meta {
        position: relative;
    }
    #header_meta:before {
        position: absolute;
        content: "";
        background-color: #7a7a7a;
        width: 60%;
        height: 60px;
        top: 0;
        left: 0;
    }
    #header_meta:after {
        position: absolute;
        content: "";
        background-color: #7a7a7a;
        width: 50px;
        height: 85.5px;
        top: -31px;
        left: calc(60% - 12px);
        transform: rotate(45deg);
    }
    #header_meta .container {
        min-height: 60px;
    }
}

#top .sub_menu {
    top: 0;
    font-size: 11px;
}
#top .sub_menu li {
    border-color: #5a5a5a;
    line-height: 35px;

}
#top .avia_wpml_language_switch {
    height: 35px;
    line-height: 35px;
    top: 3px;
    margin-left: 15px !important;
}

/*
 * End Ecke
 */

/*
 * Glatt - Bereich Menu | Start
 */
 .glatt-menu-class {
    display: none;
 }
@media only screen and (min-width: 1200px) {
    #top .sub_menu {
        top: 12.5px;
    }
    .glatt-menu-class {
        display: inherit;
        position: absolute;
        z-index: 10000;
        height: 61px;
        top: 1px;
        left: 100px;
    }
    .glatt-menu-class ul {
        margin: 0;
    }
    .glatt-menu-class ul li {
        display: inline-block;
        padding: 0 30px;
        list-style-type: none;
        /* Skew */
        -webkit-transform: skew(-45deg); 
        -moz-transform: skew(-45deg); 
        -o-transform: skew(-45deg);
        transform: skew(-45deg);
        border-left: solid 1px #fff;
        border-right: solid 1px #fff;

    }
    .glatt-menu-class ul li a {
        display: inline-block;
        background: transparent;
        padding: 0px 10px;
        line-height: 60px;
        text-decoration: none;
        -webkit-transform: skew(45deg); 
        -moz-transform: skew(45deg); 
        -o-transform: skew(45deg);
        transform: skew(45deg);
    }
    .glatt-menu-class ul li a:hover {
        text-decoration: underline;
    }
    .glatt-menu-class ul li.current_page_item.current-menu-item ,
    .glatt-menu-class ul li.current-page-ancestor  {
        background: #fff;
    }

    .header_color .glatt-menu-class a {
        color: #fff;
    }
    .header_color .glatt-menu-class a:hover {
        color: #fff;
    }
    #top .glatt-menu-class .current_page_item.current-menu-item > a, 
    #top .glatt-menu-class .active-parent-item .current-page-ancestor > a, 
    #top .glatt-menu-class .active-parent-item .current-menu-ancestor > a, 
    #top .glatt-menu-class .active-parent-item .current_page_ancestor > a, 
    #top .glatt-menu-class .active-parent-item .current-page-ancestor:first-of-type > a, 
    #top .glatt-menu-class .active-parent-item .current-menu-ancestor:first-of-type > a, 
    #top .glatt-menu-class .active-parent-item .current_page_ancestor:first-of-type > a,
    .glatt-menu-class ul li.current-page-ancestor a {
        color: #cc0000 !important;
        font-weight: bold;
    }
    #top .sub_menu li.menu-item {
        -webkit-transform: skew(-45deg);
        -moz-transform: skew(-45deg);
        -o-transform: skew(-45deg);
        transform: skew(-45deg);
    }
    #top .sub_menu li.menu-item a {
        -webkit-transform: skew(45deg);
        -moz-transform: skew(45deg);
        -o-transform: skew(45deg);
        transform: skew(45deg);
        display: inline-block;
        padding: 0 5px;
    }
}
/*
 * Glatt - Bereich Menu | Ende
 */
