/*
Theme Name: Emuge
Theme URI: https://github.com/wycks/WP-Skeleton-Theme
Author: Jana Mth
Author URI: jm@wegener-it.de
Description: EMUGE WP
Version: 0.1
Tags: Responsive, grid, mobile, framework, bare-bones, white, minimal
*/

/* ========================================================================== */

body {
/*  background: rgba(240, 240, 240, 0.43);*/
background: #fff;
}
body * {
  box-sizing: border-box;
}
.mobile-only {
  display: none !important;
}
ul, li {
  display: inline-block;
}
b {
  font-weight: 800;
}
.emuge-logo {
  margin-left: 20px;
}
.sidebar {
    font: inherit;
    padding: 20px;
}
.sidebar h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #485155;
}
.pull-right {
  float: right;
  text-align: right;
}
.upcase {
  text-transform: uppercase;
}
.bold {
  font-weight: 800;
}
.space {
  letter-spacing: 1px;
}
.center {
  text-align: center;
}
.letter-spacing p, .main p {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}
body.single .main p {
  font-size: 16px;
}
.border-bottom {
  border-bottom: 2px solid #dadee1;
  clear: both;
  display: block;
  float: left;
  height: 100%;
}
a, a:hover, a:focus, a:visited {
  color: #fa5a00;
  text-decoration: none;
}
.crumbs {
    letter-spacing: 1px;
    width: 100%;
    text-align: left;
    padding: 20px 0;
    font-size: 14px;
    position: relative;
    left: -12px;
}
.crumbs a {
  color: #fa5a00;
  font-weight: 800;
}
.menu-langs {
  margin-right: 5px;
}
.langs {
    margin: 0;
    padding: 3px 0;
    display: block;
    width: 50px;
}
.lang-item {
    list-style: none;
    display: inline-block;
    width: 22px;
}
.lang-item:not(.current-lang) {
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.button {
    color: white;
    border: none;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
}
a.button:hover {
  color: white;
  background: #485155;
}
a.button:active, a.button:focus, a.button:visited {
  color: white;
}

.chevron-up {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 20px;
  color: white;
  font-size: 22px;
  padding: 7px 9px 9px;
  z-index: 9999;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0,0,0,0.09), 0 6px 10px rgba(0,0,0,0.14);
}


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

.searchbox {
  padding:0 !important;
  height: 40px;
}

.searchlink form {
  display: inline;
}
.searchlink input#s {
    width: 92%;
    text-align: right;
    float: left;
    margin: 6px 0;
    background: #fa5a00;
    height: 26px;
    border: none;
    box-shadow: none!important;
}
.searchlink button {
    width: 7px;
    display: block;
    padding: 4px;
    margin: 0;
    float: left;
    border: none;
    color: #fff;
    position: relative;
    top: -3px;
}

#s::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
#s::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
#s:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
#s:-moz-placeholder { /* Firefox 18- */
  color: white;
}

.sidebar #searchform button,
.entry-content #searchform button {
  border: 2px solid #dadee1;
  border-radius: 0;
}


.emuge-social {
  position: fixed;
  top: 200px;
  right: 20px;
  z-index: 99;
}
.emuge-social .square {
    width: 40px;
    height: 40px;
    padding: 9px 14px;
    color: white;
    margin-bottom: 2px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0,0.09), 0 6px 10px rgba(0,0,0,0.14);
}
.emuge-social .square a {
   color: white;
}

#ansprechpartner {
  display: none;
  position: fixed;
  width: 550px;
  right: 80px;
  top: 200px;
  color: #1c1c1c;
  padding: 20px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #848484;
}
#ansprechpartner .panel-grid-cell:first-of-type {
    width: 33%!important;
}
#ansprechpartner .panel-grid-cell:last-of-type {
    width: 66%!important;
    padding-left: 20px!important;
}
#ansprechpartner p {
  margin: 0;
}
#ansprechpartner .twelve {
  margin-bottom: 10px;
}
#kontakt, #linksbox {
  display: none;
  position: fixed;
  min-width: 300px;
  right: 80px;
  color: #1c1c1c;
  padding: 20px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #848484;
}
#kontakt a {
  color: #fa5a00
}
#kontakt input[type="submit"] {
    background: #fa5a00;
    color: white;
    border: none;
    font-size: 14px;
    -webkit-appearance: inherit;
}

#kontakt, #ansprechpartner, #linksbox {
  -webkit-transition: all .33s ease-in !important;
-moz-transition: all .33s ease-in;
-ms-transition: all .33s ease-in;
-o-transition: all .33s ease-in;
transition: all .33s ease-in !important;
}
#kontakt.open, #ansprechpartner.open, #linksbox.open {
  display: block !important;
}
#linksbox ul {
    margin: 20px 0;
}
#linksbox li {
    display: block;
    list-style-type: none;
}
#linksbox li:before {
    color: #fa5a00;
    font-family: 'FontAwesome', "Font Awesome";
    content: "\f0da";
    margin-right: 10px;
}



#content ul,
#content li {
  display: block;
  list-style-type: none;
}
#content li:before {
  color: #fa5a00;
  font-family: 'FontAwesome', "Font Awesome";
  content: "\f0da";
  margin-right: 10px;
}

.bulletpoints li {
  list-style-type: disc !important;
  padding-left: 0;
  margin-left: 15px;
  list-style-position: outside;
  display: list-item !important;
}

.bulletpoints li:before {
  content: "" !important;
  margin-right: 0 !important;
}



.eject-table td {
  padding: 2px 8px 2px 0;
}



table.agb td {
  width: 100px;
}


/* The languages */

.en_us,
.en_gb, .uk,
.de, .de_de,
.fr, .fr_fr,
.es, .es_es,
.pt, .pt_pt,
.it, .it_it {
  display: block;
  float: left;
  min-width: 24px;
  height: 20px;
  background-repeat: no-repeat !important;
  background-position-x: left;
  padding-left: 25px;
}

.en_us {
  background: url('./countryflags/United-States.png');
}
.en_gb, .uk {
  background: url('./countryflags/United-Kingdom.png');
}
.de, .de_de {
  background: url('./countryflags/Germany.png');
}
.fr, .fr_fr {
  background: url('./countryflags/France.png');
}

.es, .es_es {
  background: url('./countryflags/Spain.png');
}
.pt, .pt_pt {
  background: url('./countryflags/Portugal.png');
}
.it, .it_it {
  background: url('./countryflags/Italy.png');
}


/* Font classes */

/*
.raleway * {
  font-family: 'Raleway', sans-serif;
}
.lato * {
  font-family: 'Lato', sans-serif;
}
*/

/* Color Classes */

.grey1 {
  color: #dadee1
}
.grey1-bg {
  background-color: #dadee1
}
.orange {
  color: #fa5a00
}
.orange-bg {
  background-color: #fa5a00
}
.darkgrey {
  color: #485155
}
.darkgrey-bg {
  background-color: #485155
}
.grey2 {
  color: #eceff0
}
.grey2-bg {
  background-color: #eceff0
}

.grey1border img {
  padding: 2px;
  border: 2px solid #dadee1;
  float: left;
  margin-right: 20px;
}
.orangeborder img {
  padding: 0;
  border: 2px solid #fa5a00;
  float: left;
  margin-right: 20px;
}
.orangeborder > h2 {
    color: #fa5a00 !important;
    text-transform: capitalize!important;
    font-size: 14px!important;
    letter-spacing: 0.4px!important;
    font-weight: 800!important;
}


/* Fluid element */

.fluidrow {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  float: none;
}


/* Panels table hack */

.panel-grid.panel-no-style, .panel-grid.panel-has-style > .panel-row-style {
  display: table;
}
.panel-grid-cell {
    display: table-cell;
    width: 50%!important;
    vertical-align: top;
}

.about-row .panel-grid-cell:last-of-type {
  border-bottom: 2px solid #dadee1;
}


/* Page */


.maincontainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto !important;
}
.maincontent {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}

.main {
  padding: 0 20px;
  background: #fff;
  margin-top: 0;
}


/* Header */

.header {
  margin: 0;
  height: 130px;
  border-bottom: none;
  padding: 8px 20px;
  /*background: #f0f0f0;*/
  background: #fff;
  border-bottom: 2px solid #dadee1;
}
.uppermenu {
  display: block;
  float: left;
  width: 100%;
  height: 40px;
  /*background: #848484;*/
  background: #fff;
}
.uppermenu > div {
  padding: 8px;
  color: white;
  font-size: 12px;
  text-align: right;
  margin-left: 0;
}





.sub-menu {
  position: absolute;
  z-index: 99;
  padding-top: 0;
  width: 250px;
}
.sub-menu > li {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.sub-menu > li > a {
  background: #111;
  display: block;
  width: 100%;
  padding: 15px 20px 15px;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;

  border-bottom: 1px solid #848484;

  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sub-menu > li:last-of-type > a {
  border-color: #111;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sub-menu > li > a:hover{
  background-color: #333;
}



.menu {
    padding-top: 28px;
    float: right;
}
.menu:focus {
  outline: none;
}
ul.menu > li > a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 1px;
    color: #485155;
    padding: 0 25px;
}
ul.menu > li > a:hover {
  color: #fa5a00;
}
.header ul.menu > li > a:before {
  position: relative;
  content: "";
  margin-right: 10px;
  background-color: #fa5a00;
  width: 9px !important;
  height: 9px !important;
  display: inline-block;
  top: -1px;
}
.header ul.menu > li.menu-item-has-children > a:after {
  visibility: hidden;
}
/*
ul.menu > li.menu-item-has-children > a:after {
  font-family: 'FontAwesome', "Font Awesome";
  content: "\f0d7";
  margin-left: 10px;
  color: #fa5a00;
}*/
ul.menu > li.current-menu-item > a {
  color: #fa5a00;
}

/* Impressum */

@media (min-width: 776px) {
  .col-impressum {
      padding-top: 20px;
  }
  .col-impressum:first-of-type {
    border-right: 2px solid #dadee1;
  }
}


/* Footer */

.footer > * {
  padding: 20px;
}
.footer h4,
.footer h3,
.footer h2,
.footer h1 {
  letter-spacing: 0.3px;
  font-size: 19px;
}
.footer-branding {
  background: #fff;
  padding: 15px;
  clear: both;
}
.footermenu {
  margin-left: 20px !important;
}


 @media (min-width: 160px) {
   .footer .four.columns {
     width: 28.566667%;
     margin-left: 40px;
   }
   .bottomstripe .offset-by-four {
    margin-left: 34.066667%;
    }
 }
 @media (max-width: 779px) {
   .footer .four.columns {
     width: 100%;
     
   }
   
 }
 
.emuge-widgets {
  background: #6d777c;
  color: #fff;
  min-height: 390px;
  padding: 130px 0 65px 0;
}
.emuge-widgets strong {
  color: #fff;
}
.bottomstripe {
  padding: 18px 0 0 20px;
  color: #fff;
  text-align: left;
  height: 60px;
}


.bottomstripe .menu {
  padding-top: 3px !important;
    float: none !important;
    margin: 0 !important;
}
.bottomstripe .menu li {
  width: auto !important;
    margin-right: 20px !important;
}
.bottomstripe .menu a {
    text-transform: uppercase!important;
    text-decoration: none!important;
    font-weight: inherit!important;
    letter-spacing: 1px!important;
    color: white!important;
    padding: 0!important;
}





.emuge-logo-footer {
  margin-top: -40px;
  margin-left: -20px;
}
.emuge-logo-footer > img {
  border: 20px solid white
}


/**
* === Homepage Template ===
*/

.emuge-hero,
.heroimg,
.wds_slideshow_image_wrap_0 {
  padding:0;
    margin-top: 0;
    margin-bottom: 35px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.heroimg {
  margin-bottom: 32px;
}

.wd-slider-container {
  margin-bottom: 35px;
}

.wd-slider-container .wds_slideshow_dots_deactive_0  {
    background: rgba(255,255,255,0.8);
    width: 15px!important;
    height: 15px !important;
}
.wd-slider-container .wds_slideshow_dots_active_0  {
    background: #fa5a00;
    width: 15px!important;
    height: 15px !important;
}
.wd-slider-container .fa-square-o:before,
.wd-slider-container .fa-square:before {
  content: ' ';
}



.emuge-ad {
  font-size: 18px;
  clear: both;
}
.emuge-ad img {
  max-width: 100%;
}
.emuge-ad h3 {
  color: #fa5a00;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}
.emuge-ad h5 {
  color: #485155;
  font-weight: 800;
  font-size: 21px;
}
.emuge-ad p {
  font-size: 18px;
  color: #485155;
}



.entry-content form {
  max-width: 71%;
  margin: 0;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
  width: 100%;
  border: 2px solid #dadee1;
}
label, legend {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #6d777c;
    text-transform: none;
    letter-spacing: 0.8px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #6d777c;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #dadee1;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: inherit;
}



.emuge-boxes {
   margin: 30px 0 40px 0;
}
.emuge-boxes h4 {
  color: white;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: .8px;
}
.emuge-boxes > div > div {
    min-height: 220px;
    padding: 25px 49px 0 110px;
    color: white;
    margin-left: 30px;
    width: 23.05%!important;
    font-size: 14px;
}

@media (min-width:780px) and (max-width:1192px){
    .emuge-boxes{
        margin-bottom:10px;
        margin-bottom:0;
    }

    .emuge-boxes > .row > .columns{
        width:calc(50% - 15px) !important;
        min-height:226px;
        /*margin:0 0 15px 0;*/
        margin:15px 0 15px 0;

    }
    .emuge-boxes > .row > .columns:nth-of-type(2n+1){
        margin-right:15px;
    }

    .emuge-boxes > .row > .columns:nth-of-type(2n+2){
        margin-left:15px;
    }
}



.emuge-news {
 padding: 20px 20px 60px;
 max-width: 1160px;
 text-align: center;
}
.emuge-news h1 {
    color: #485155;
    font-size: 23px;
    font-weight: 800;
    line-height: 25px;
    clear: both;
    margin-bottom: 10px;
    padding: 20px;
    letter-spacing: 0.3px;
}
.emuge-news h1 > a {
  color: #485155;
  text-decoration: none;
}
.emuge-news .box {
  background: white;
  min-height: 480px;
  margin-top: 20px;
  margin-left: 30px;
  width: 31.4996667%;
}

@media screen and (max-width: 1172px) {
    .emuge-news .box {
        width: 31.0%;
   }
}
@media screen and (max-width: 937px) {
    .emuge-news .box {
        width: 30.4%;
   }
}

.emuge-news .box:first-of-type, .emuge-news .box:nth-of-type(4n) {
  margin-left: 0px;
}
.emuge-news .box a > img {
  width: 100%;
}
.emuge-news .excerpt {
  padding: 20px;
    text-align: left;
    font-size: 14px;
    color: #485155;
    letter-spacing: 1px;
}


/** Kontaktieren sie uns **/

.page-id-474 .crumbs {
  left: 5px !important;
}



/** Products template **/

body.page-template-products-page .panel-grid {
  display: block;
  float: left;
  margin: 20px 0;
  width: 100%;
}

.three .columns .contact {
  letter-spacing: 1px;

}


/**/




/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */

/* Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {

    .panel-grid-cell {
    padding-right: 15px;
    }

    /** TOGGLEMENU **/

    /* Important styles */
    #toggle {
      display: block;
      width: 28px;
      height: 30px;
      margin: 0;
      position: relative;
      float: right;
      top: 0 !important;
    }

    #toggle span:after,
    #toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -9px;
    }
    #toggle span:after{
      top: 9px;
    }
    #toggle span {
      position: relative;
      display: block;
    }

    #toggle span,
    #toggle span:after,
    #toggle span:before {
      width: 100%;
      height: 5px;
      background-color: #888;
      transition: all 0.1s;
      backface-visibility: hidden;
      border-radius: 2px;
    }

    /* on activation */
    #toggle.on span {
      background-color: transparent;
    }
    #toggle.on span:before {
      transform: rotate(45deg) translate(5px, 5px);
    }
    #toggle.on span:after {
      transform: rotate(-45deg) translate(7px, -8px);
    }
    #toggle.on + #menu {
      opacity: 1;
      visibility: visible;
    }
/*
    #menu-top-en, #menu-top-de {
      display: none;
      position: absolute;
      background: #1b1b1b;
      z-index: 9999;
      top: 170px;
      width: 215px;
      left: 5px;
      padding: 20px;
    }
    .menu li {
      display: inline-block;
      width: 100%;
      text-align: left;
      margin: 0 auto;
    }
    .sub-menu {
      position: relative;
      background: transparent;
      top: 0!important;
      width: 100%;
    }
    .sub-menu > li {
      padding: 5px;
      margin: 0;
    }
    .sub-menu > li > a {
      color: #485155;
      background: transparent;
      padding: 0;
      margin: 0 20px;
      padding: 5px 30px;
      border-bottom: none;
    }
    .sub-menu > li:last-of-type > a {
      border-color: transparent;
    }
    .sub-menu > li > a:hover {
      background-color: transparent;
    }
*/
    /* new menu ipad landscape */
    .header {
      border-bottom: none;
      /*height: 53px;*/
      height: auto;
    }
    #toggle {
      display: block;
      width: 28px;
      height: 30px;
      margin: 0;
      position: absolute;
      float: right;
      top: 86px !important;
      right: 15px;
    }
    .menu-top-en-container, .menu-top-de-container {
      margin: 0 -20px;
    }
    #menu-top-en, #menu-top-de {
      display: none;
      position: relative;
      background: #fff;
      z-index: 9;
      top: 0;
      width: 92%;
      left: 0;
      padding: 0;
      float: left;
    }
    #wds_container1_0 #wds_container2_0 .wds_slideshow_image_wrap_0 {
      position: relative !important;
    }
    ul.menu > li {
      width: 100%;
      padding: 0;
    }
    ul.menu > li > a {
      padding: 8px 20px;
      display: block;
    }
    .header ul.menu > li > a:before {
      position: relative;
      content: "";
      margin-right: 10px;
      background-color: #fa5a00;
      width: 9px !important;
      height: 9px !important;
      display: inline-block;
      top: -1px;
    }
    .header ul.menu > li.menu-item-has-children > a:after {
      visibility: hidden;
    }
    .sub-menu {
      position: relative;
      top: 0!important;
      width: 100%!important;
      background: #485155;
      margin: 0;
      padding: 0;
    }
    .sub-menu > li {
      padding: 10px 25px;
      border-bottom: 2px solid white;
    }
    .sub-menu > li > a,
    .sub-menu > li > a:hover {
      background: transparent;
      border-bottom: none;
      margin: 0;
      padding: 0;
      color: #fff;
      font-size: 14px;
      font-weight: 800;
      letter-spacing: 1px;
    }
    #wds_container1_0 #wds_container2_0 .wds_slideshow_image_wrap_0 {
      margin-top: 20px
    }
    .emuge-ad {
    font-size: 18px;
    clear: both;
    margin-top: 90px;
    }


}

/* iPad Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {

    .langs {
    margin: 0 -15px;
    }

    .panel-grid-cell {
    padding-right: 15px;
    }

    #toggle {
      display: block;
      width: 28px;
      height: 30px;
      margin: 0;
      position: relative;
      float: right;
      top: 0px !important;
    }
    .emuge-social {
    right: 30px !important;
    bottom: 120px !important;
  }
  .emuge-ad {
      margin-top: 90px;
  }



}

/* media styles start */
/*==========================*/
@media screen and (min-width: 1139px) {

 .header ul.menu > li > a {
   padding-bottom: 75px;
 }
}

/*88888888*/
/*.emuge-logo > img {
   width: 195px;
   height: 78px;
 }*/
@media screen and (max-width: 1139px) {
 .header .menu li {
   font-size: 14px;
 }
 .header .sub-menu > li > a,
 .header .sub-menu > li > a:hover {
   font-size: 14px;
 }
 .header ul.menu > li > a {
   padding: 0 5px;
 }
 .emuge-logo > img {
   width: 164px;
   height: 66px;
 }
}
@media screen and (max-width: 991px) {
  .header .menu li {
    font-size: 12px;
    padding: 0;
  }
  .header .sub-menu > li > a,
  .header .sub-menu > li > a:hover {
    font-size: 12px;
  }
  .header ul.menu > li > a {
    padding: 0 10px;
  }
  .panel-grid-cell {
    padding-right: 15px;
  }
}

@media screen and (max-width: 779px) {
  /** TOGGLEMENU **/

  /* Important styles */
  body {
    position: relative;
  }
  #toggle {
    display: block;
    width: 28px;
    height: 30px;
    margin: 0;
    position: relative;
    float: right;
    top: -50px;
  }

  #toggle span:after,
  #toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
  }
  #toggle span:after{
    top: 9px;
  }
  #toggle span {
    position: relative;
    display: block;
  }

  #toggle span,
  #toggle span:after,
  #toggle span:before {
    width: 100%;
    height: 5px;
    background-color: #888;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
  }

  /* kontakt full page */
  .mobile-only {
    display: block !important;
  }
  .contactpage > .columns {
    margin-bottom: 20px;
  }

  /* footer menu */
  .bottomstripe .menu li {
    display: block !important;
    width: 100% !important;
    margin-right: 20px !important;
  }


  /* on activation */
  /*
  #toggle.on span {
    background-color: transparent;
  }
  #toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
  }
  #toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
  }
  #toggle.on + #menu {
    opacity: 1;
    visibility: visible;
  }
  */
/*
  #menu-top-en, #menu-top-de {
    display: none;
    position: absolute;
    background: #1b1b1b;
    z-index: 9999;
    top: 170px;
    width: 215px;
    left: 5px;
    padding: 20px;
  }
  .menu li {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }
  .sub-menu {
    position: relative;
    background: transparent;
    top: 0!important;
    width: 100%;
  }
  .sub-menu > li {
    padding: 5px;
    margin: 0;
  }
  .sub-menu > li > a {
    color: #485155;
    background: transparent;
    padding: 0;
    margin: 0 20px;
    padding: 5px 30px;
    border-bottom: none;
  }
  .sub-menu > li:last-of-type > a {
    border-color: transparent;
  }
  .sub-menu > li > a:hover {
    background-color: transparent;
  }
*/
  /* new menu */
  .header {
    border-bottom: none;
    /*height: 53px;*/
    height: auto;
  }
  #toggle {
    display: block;
    width: 28px;
    height: 30px;
    margin: 0;
    position: absolute;
    float: right;
    top: 77px !important;
    right: 15px;
  }
  .menu-top-en-container, .menu-top-de-container {
    margin: 0 -20px;
  }
  #menu-top-en, #menu-top-de {
    display: none;
    position: relative;
    background: #fff;
    z-index: 9;
    top: 0;
    width: 300px;
    left: 0;
    padding: 0;
    float: none;
    margin-left: 100px;
  }
  #wds_container1_0 #wds_container2_0 .wds_slideshow_image_wrap_0 {
    position: relative !important;
  }
  ul.menu > li {
    width: 100%;
    padding: 0;
  }
  ul.menu > li > a {
    padding: 8px 20px;
    display: block;
  }
  .header ul.menu > li > a:before {
    position: relative;
    content: "";
    margin-right: 10px;
    background-color: #fa5a00;
    width: 9px !important;
    height: 9px !important;
    display: inline-block;
    top: -1px;
  }
  .header ul.menu > li.menu-item-has-children > a:after {
    visibility: hidden;
  }
  .sub-menu {
    position: relative;
    top: 0!important;
    width: 100%!important;
    background: #485155;
    margin: 0;
    padding: 0;
  }
  .sub-menu > li {
    padding: 10px 40px;
    border-bottom: 2px solid white;
  }
  .sub-menu > li > a,
  .sub-menu > li > a:hover {
    background: transparent;
    border-bottom: none;
    margin: 0;
    padding: 5px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
  }
  #wds_container1_0 #wds_container2_0 .wds_slideshow_image_wrap_0 {
    margin-top: 20px
  }



}




@media screen and (max-width: 779px) {
  body {
    box-sizing: border-box;
  }
  .uppermenu, .bottomstripe {
    height: auto;
  }
  .emuge-logo {
    text-align: left;
    width: 60%;
    margin-left: 0;
  }
  .emuge-social {
    position: fixed;
    top: auto;
    right: 5px;
    bottom: 60px;
  }
  .chevron-up {
    bottom: 50px;
    right: 30px;
  }
  .crumbs {
    padding: 20px;
  }
  .emuge-boxes > div > div {
    width: 100%!important;
    padding: 20px;
    margin: 0;
  }
  .emuge-widgets {
    padding: 20px;
  }
  .emuge-news .box {
    width: 100%;
    margin-left: 0px;
  }
  .bottomstripe .menu {
    padding-top: 30px !important;
  }
  table.vue, table.vue td, table.vue th {
    display: block;
    width: 100%;
  }
}


@media screen and (max-width: 667px) {
  .menu-langs {
    padding: 15px;
    float: left !important;
    text-align: left!important;
    position: relative;
    left: -3px;
  }
  .crumbs {
    left: 0;
  }
  .footer .four.columns {
    margin-bottom: 45px;
  }
  .panel-grid-cell {
    display: block;
    width: 100% !important;
  }
  .about-row .panel-grid-cell:last-of-type {
    border-bottom: 0px solid #dadee1;
    margin-bottom: 25px;
  }
  .about-row .panel-grid-cell:last-of-type .so-panel {
    border-bottom: 2px solid #dadee1;
    margin-bottom: 25px;
  }
}


@media screen and (max-width: 480px) {
  html, body {
    height: 100%;
   margin: 0px;
   padding: 0px;
   overflow-x: hidden;
  }
  .contactpage input[type="submit"] {
    margin-bottom: 0;
  }
  .bottomstripe .menu li {
    display: block;
    width: 100% !important;
    margin-right: 0 !important;
  }
  #ansprechpartner, #kontakt, #linksbox {
    min-width: 100px;
    width: 240px;
    position: absolute;
    top: -170px;
    font-size: 12px;
    line-height: 1;
  }
  #ansprechpartner .panel-grid-cell {
    width: 50% !important;
  }
  #ansprechpartner img {
    max-width: 65px !important;
  }
  #ansprechpartner .eject-table td a {
    word-break: break-all;
  }
  .bottomstripe {
    padding: 20px;
  }
  #ansprechpartner .panel-grid-cell {
    display: block !important;
  }
  #ansprechpartner .panel-grid-cell:first-of-type {
    width: 220px !important;
  }
  #ansprechpartner img {
    max-width: 220px !important;
  }
  #kontakt input[type="submit"] {
    -webkit-appearance: inherit;
  }
  .panel-grid-cell {
    padding-right: 20px;
  }

  /* Mobile menu*/
  .emuge-social {
    position: fixed;
    top: auto;
    right: 30px;
    bottom: 120px;
  }
  .emuge-ad {
    font-size: 18px;
    clear: both;
    display: block;
    float: left;
    margin-top: 50px;
  }
  #toggle {
    display: block;
    width: 28px;
    height: 30px;
    margin: 0;
    position: absolute;
    float: right;
    top: 125px !important;
    right: 15px;
  }
  .menu-top-en-container, .menu-top-de-container {
    margin: 0 -20px;
  }
  #menu-top-en, #menu-top-de {
    display: none;
    position: relative;
    background: #fff;
    z-index: 9999;
    top: 0;
    width: 100%;
    left: 0;
    padding: 20px 0;
    margin-left: 0;
  }
  #wds_container1_0 #wds_container2_0 .wds_slideshow_image_wrap_0 {
    position: relative !important;
  }
  .header ul.menu > li {
    width: 100%;
    padding: 0;
  }
  .header ul.menu > li > a {
    padding: 8px 20px;
    display: block;
    font-size: 14px;
  }
  .header ul.menu > li > a:before {
    position: relative;
    content: "";
    margin-right: 10px;
    background-color: #fa5a00;
    width: 9px !important;
    height: 9px !important;
    display: inline-block;
    top: -1px;
  }
  .header ul.menu > li.menu-item-has-children > a:after {
    visibility: hidden;
  }
  .sub-menu {
    position: relative;
    top: 0!important;
    width: 100%!important;
    background: #485155;
    margin: 0;
    padding: 0;
  }
  .sub-menu > li {
    padding: 10px 40px;
    border-bottom: 2px solid white;
  }
  .sub-menu > li > a,
  .sub-menu > li > a:hover {
    margin: 0;
    padding: 8px 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
  }

}


/* iPhone 6 Portrait */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {


  .maincontent {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
  }

}
/* iPhone 5 */
@media screen and (max-width: 320px) {
  .maincontent {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  #ansprechpartner, #kontakt, #linksbox {
    width: 240px!important;
    position: absolute;
    top: -230px;
    font-size: 12px;
    line-height: 1;
    left: -250px;
    min-width: 100px;
  }
  #kontakt input[type="submit"] {
    -webkit-appearance: inherit;
    background: #fa5a00 !important;
    color: white;
    border: none;
    border-radius: 0!important;
    font-size: 14px;
  }
}


/* Firefox only */
@-moz-document url-prefix("") {
  .wd-slider-container {
      margin-bottom: 35px;
      margin-top: 1px;
  }
}
/* IE only */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wd-slider-container {
      margin-bottom: 35px;
      margin-top: 1px;
  }
}
.wp-image-983 {
    margin-top:-35px;
}
/*.emuge-news {
  display:none;
}*/

#toggle.open{
    top: 115px!important;
}
#toggle.open span{background: url(stylesheets/img/cancel.svg)center no-repeat;width: 26px;height: 26px;display: inline-block;background-size: contain;}

#toggle.open span:before{display: none;}

#toggle.open span:after{display: none;}

@media (max-width: 900px) {
  .maincontent article > .entry-content{
    padding-right: 20px;
  }
}

@media (max-width: 390px) {
  .footer h4{
    font-size: 18px;
  }
  .maincontent article > .entry-content{
    padding-right: 20px;
  }
  .maincontent .entry-content.products{
    padding-right: 0px;
  }
  body * {
    word-break: break-word;
  }
  table.agb{
    display: unset;
  }
  table.agb td{
    width: 100%;
    display: block;
    height: 28px;
  }
  h1,h2{
    font-size: 1rem !important;
  }
  h1,h2,h3{
    line-height: 1.2;
  }
}

#panel-367-0-0-1{
  margin-top: 20px;
}

img.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}