/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
.clear {
    clear: both;
}
#toggle {
    z-index: 1000;
    cursor: pointer;
}
.crumbs {
    left: 0;
    padding-left: 20px;
}

.emuge-boxes > div > div {
    padding: 25px 25px 0 25px;
}

.emuge-boxes > div > div.grey1-bg, .emuge-boxes > div > div.grey2-bg, .emuge-boxes > div > div.grey1-bg h4, .emuge-boxes > div > div.grey2-bg h4 {
    color: #485155;
}

.entry-content .panel-grid.about-row {
    margin-bottom: 25px;
}

.maincontent .entry-content {
    padding-left: 20px;
}

.maincontent .service .entry-content {
    padding-left: 0px;
}

.distributor {
    padding: 0 !important;
}



.products .row > .panel-grid-cell:first-child, .products .panel-grid > .panel-grid-cell:first-child  {
    width: 35% !important;
}

.products .row > .panel-grid-cell:last-child, .products .panel-grid > .panel-grid-cell:last-child {
    width: 65% !important;
}

table.vue td, table.vue th {
    border: 0;
}

.footer .emuge-widgets {
    min-height: 0;
    padding: 35px 0 35px;
}

.footer .emuge-widgets h4 {
    font-weight: bold;
}

.footer .emuge-widgets .textwidget {
    margin-top: -5px;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .logocontainer {
        max-width: 80%;
    }
    .products .row > .panel-grid-cell:first-child, .products .panel-grid > .panel-grid-cell:first-child  {
        width: 100% !important;
    }

    .products .row > .panel-grid-cell:last-child, .products .panel-grid > .panel-grid-cell:last-child {
        width: 100% !important;
    }
    
    .footer .emuge-widgets .maincontainer {
        /* padding: 0 20px; */
    }
    
    .emuge-social {
        display: none;
    }
    
    .distributor .entry-content > .row > .nine.columns, .distributor .entry-content > .row > .three.columns {
        width: 100%;
    }
    
    .header {
        height: auto;
        padding: 5px 20px;
    }
    
    .menu-langs {
        padding: 5px 20px;
    }
    
    .service {
        margin: 10px 20px !important;
    }
    
    #menu-top-en, #menu-top-de {
        margin-left: 20px; width: 100%;
    }
    .header ul.menu > li > a {
        padding: 3px 10px; font-size: 16px;
    }
    
    .panel-grid-cell .wp-caption {
        float: none; margin: 0 auto;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    
    
    
    
    
}

