/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
  #Site Styles
  #Page Styles
  #Media Queries
  #Font-Face */

/* #Site Styles
================================================== */

html { font-size: 62.5%; }


body{
  font-family: Helvetica, Arial, Sans-serif;
  background: #ffffff;
  background-position:center top;
  font-size: 14px; font-size: 1.4rem;
}


.wrap-header {
    background: url("../images/headerbg.png") repeat-x scroll 0 0 transparent;
    padding: 0;
    width: 100%;
  height:95px;

}

nav.primary{
float: left;
background: url("../images/mainnavbg.jpg") repeat-x scroll 0 0 transparent;
width: 100%;
height:40px;
margin-bottom:20px;
}

nav.primary ul{
float: left;

}

nav.primary ul li{
float: left;

color: #010101;
border-right:1px dotted #000000;
height:40px;
line-height:40px;
vertical-align:middle;
padding:0 25px 0 25px;
color: #010101;
}


nav.primary ul li.active{
background-color: rgba(100, 8, 91, 0.7);
color:#ffffff;

}

nav.primary ul li a{
dispay: inline-block;

text-decoration: none;
font-family: Arial, sans-serif;
text-transform: uppercase;
font-size: 14px;
z-index:1000;
position: relative;

//font-weight:bold;
//text-shadow: 0 1px 0 #090d0f;
}



#topnav {
  float:left;
  margin-right:25px;
  position: absolute;
  right: 0;
}


ul.topnav{
margin-top: 10px;
float: left;
}

ul.topnav li{
float: left;
margin-left: 5px;
color: #4c4d4c;
}

ul.topnav li a::before {
    content: "> ";
}

ul.topnav li a{
dispay: inline-block;
padding-right: 10px;
text-decoration: none;
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 12px;
color: #4c4d4c;

}



ul.topnav li:last-child a{
padding: 0;
}

u.topnavl li a.active{
color: #fff;
}

ul.topnav li a:hover{
color: #fff;
}

.lock {
  margin-top: 7px;
  margin-left: 10px;
}

.countries-sub {
  display: none;
}

.logo {
  position: relative;
  margin-bottom:20px;
}


.mainnav {
  border:1px solid #eeeeee;
  height:35px;
  margin-bottom: 10px;

}

#mainnav ul li{
  float:left;
  width:8%;
  border-right:1px solid #eeeeee;
  display: table;
}


#mainnav ul li a{
  /*margin-left:10px;*/
  text-decoration: none;
  font-size: 1.3rem;
  text-transform: uppercase;
  white-space: nowrap;
  color: #4c4d4c;
  font-weight: bold;
}

#mainnav ul li a::before {
    content: "> ";
}



#mainnav ul{
  margin-bottom:10px;
  width: 100%
}



.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
  display: inline-block;
  position: relative;
  cursor: default;
  z-index: 500;
}

/* Menu List */
.nav > li {
  display: block;
  float: left;
}

/* Menu Links */
.nav > li > a {
  position: relative;
  display: block;
  z-index: 510;
  height: 54px;
  padding: 0 35px;
  line-height: 54px;

  font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
  /* font-weight: bold; */
  font-size: 18px;
  color: #fcfcfc;
  text-shadow: 0 0 1px rgba(0,0,0,.35);

  /* background: #372f2b;
  border-left: 1px solid #4b4441;
  border-right: 1px solid #312a27;
  */

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.nav > li:hover > a {
  /* background: #4b4441; */
}

.nav > li:first-child > a {
  border-radius: 3px 0 0 3px;
  border-left: none;
}

/* Search Form */
.nav > li.nav-search > form {
  position: relative;
  width: inherit;
  height: 54px;
  z-index: 510;
  border-left: 1px solid #4b4441;
}

.nav > li.nav-search input[type="text"] {
  display: block;
  float: left;
  width: 1px;
  height: 24px;
  padding: 15px 0;
  line-height: 24px;

  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #999999;
  text-shadow: 0 0 1px rgba(0,0,0,.35);

  background: #372f2b;

  -webkit-transition: all .3s ease 1s;
  -moz-transition: all .3s ease 1s;
  -o-transition: all .3s ease 1s;
  -ms-transition: all .3s ease 1s;
  transition: all .3s ease 1s;
}

.nav > li.nav-search input[type="text"]:focus { color: #fcfcfc; }

.nav > li.nav-search input[type="text"]:focus,
.nav > li.nav-search:hover input[type="text"] {
  width: 110px;
  padding: 15px 20px;

  -webkit-transition: all .3s ease .1s;
  -moz-transition: all .3s ease .1s;
  -o-transition: all .3s ease .1s;
  -ms-transition: all .3s ease .1s;
  transition: all .3s ease .1s;
}

.nav > li.nav-search input[type="submit"] {
  display: block;
  float: left;
  width: 20px;
  height: 54px;
  padding: 0 25px;
  cursor: pointer;

  background: #372f2b url(../img/search-icon.png) no-repeat center center;

  border-radius: 0 3px 3px 0;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.nav > li.nav-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.nav > li > div {
  position: absolute;
  display: block;
  width: 100%;
  top: 50px;
  left: 0;

  opacity: 0;
  visibility: hidden;
  overflow: hidden;

  background: #ffffff;
  border-radius: 0 0 3px 3px;

  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;
}

.nav > li:hover > div {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
  float: left;
  width: 20%;
  padding: 2.5%;
}

.nav .nav-column h3 {
  margin: 20px 0 10px 0;
  line-height: 18px;

  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #372f2b;
  text-transform: uppercase;
}

.nav .nav-column h3.orange { color: #ff722b; }

.nav .nav-column li a {
  display: block;
  line-height: 26px;

  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #888888;
}

.nav .nav-column li a:hover { color: #666666; }

.nav-content {
  float: left;
}

.nav-content a {
  white-space: normal !important;
  text-transform: none !important;
}

.nav-content a::before {
  content: "" !important;
}

.startboxrighttop {
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-bottomleft: 40px;
  border-bottom-left-radius: 40px;
}

.startboxlefttop {

}

.startboxrightbottom {

}

.startboxleftbottom {

}

.singleproduct {
  margin-top: 20px;
}

.produkthead1 {
  text-align: left;
  margin-left:20px;
  font-size: 2.;
  line-height:30px;
}

.produkthead2 {
  text-align: left;
  font-weight: bold;
  font-size: 2.2rem;
  margin-left:20px;
  font-family: Arial,Helvetica,sans-serif;

}

.produktdesc {
  margin-left: 5px;
  font-size: 1.3rem;
  margin-bottom: 25px;
}

.produkteaddons{
  margin-left: 20px;
}


.kategorietext {
  /*border-top: 1px solid #8b9397;*/
  margin-top: 25px;
    width: 90%;
    text-align: center;
}

.kategoriehead {
  font-size: 3.2rem;
  text-align: center;
  color: #4c4d4c;
  margin-top: 30px;
}

.kategoriesubline {
    font-family: Arial,Helvetica,sans-serif;
  font-size: 2.6rem;
  color:#8b9397;
  text-align: center;
  margin-top: 20px;

}

.produktsingle {
  margin-top:30px;
  background-color: #f3f3f4;
  min-height: 390px;
  height: 430px;
  position: relative;

}

.produkthead {
  margin: 15px 20px 10px 20px;
  height: 75px;
}



.produktsingle h2{
  font-size: 1.6rem;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 25px;

}



.produktsingle h2 a{
  text-decoration: none;

}


.produktbild {
  text-align: center;
}

.produktbild img{
  border: 2px solid #94344e;
}

.produkteteaser {
  font-size: 1.2rem;
  margin:10px;


}

.produkteteaser a {
  text-decoration: none;
}

.produktmore {
  text-align: center;
  width: 120px;
  height:25px;
  font-size: 1.2rem;
  background-color: #8b9397;
  margin-left: -60px;
  margin-right: auto;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 1px 5px 0 #4a4a4a;
}

.produktmore a {
  text-decoration: none;

}



.ui-widget {
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 1.1rem !important;
}
div.topnavigation {
  background-color: rgba(242, 242, 242, 1);
  height: 35px;
  margin-top: 30px;
  margin-bottom: 30px;

}

#searchlanguage {
  float:left;
  position: absolute;
  right: 0;

}

#indexedsearch {
  float:right;
  margin-bottom:0;
}

#scart {
  float: left;
  position: absolute;
  right: 350px;
  height: 58px;
  width: 58px;
}

.scarttext {
  color: #333333;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}

.scartimage {
  height: 24px;
  margin-left: 5px;
  margin-top: 10px;
  width: 30px;
}

#scartnum {
  background-color: red;
  border-radius: 9px;
  height: 18px;
  left: 25px;
  position: absolute;
  text-align: center;
  top: 5px;
  vertical-align: middle;
  width: 18px;
}

#scartnum div {
  color: white;
  font-size: 1rem;
  font-weight: bold;
}

.countries {
  top: -8px;
}
.countryselector img {
  float: right;
}
.countryseltext {
  float: left;
  margin-bottom: 3px;
  color: #aaaaaa;
  margin-left: 10px;
}

#logo {
  float: left;
  width: 350px;
}

div.subnavigation {
  background-color: rgba(255, 255, 255, 0.8);
    height: 235px;
    position: absolute;
    right: 0;
    top: -267px;
    width: 320px;
    z-index: 2005;
  //display: none;
  padding-top:20px;
  padding-bottom:10px;
  padding-left:30px;
  padding-right:30px;
}

li.subnav {
  padding:0px;
  margin-bottom:5px;
  text-transform: uppercase;
}



.navpoint {
  background-color: #ffffff;
  height:45px;
  float:left;
  border-right: 1px solid #000000;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size:13px;
  font-weight: 700;

  line-height: 15px;

}

.navpoint a {
  margin: 3px;
  text-decoration: none;
}

li.subnav a {
  text-decoration:none;

}

.subnavbullet {
  color: #8E2A84;
  font-weight:bold;
}

.subnav_title{
  color: #8E2A84;
  text-transform:uppercase;
  font-size:18px;
  font-weight:bold;
  margin-bottom:15px;
  line-height:30px;
  border-bottom: 1px dotted #000000;

}
.foot {
  margin-top:10px;

}

.bottomnav_first {
    float: left;
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.3rem;
    line-height: 20px;
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
}

.bottomnav_first a {
  color: #4b4949;
  text-decoration: none;
}

.bottomnav_second {

    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin-right: 35px;
    text-transform: normal;
}

.bottomnav_second a {
  color: #ffffff;
  text-decoration: none;
}

.footnavigation {
  margin-top:10px;
}
.logoimage{
  z-index:2000;
  position: relative;

  float: left;
}
.halmalogoimage {
    margin-top: 20px;
    width: 195px;
}



.content {
/*background: #fdfcfd; */
margin-bottom:20px;
margin-top: 10px;

}

.bgw {
background: #fdfcfd;

}

.container .sixteen.columns {
  margin-bottom:20px;
}

#topcontainer {
  text-align: right;
  float:right;
}

#languageswitch {

margin:12px 20px 0 0;
float:left;
}

#searchbox  {

  float:left;
}

#indexedsearchbox {
  margin-top:0px;

}


.breadcrumb {
color:#cccccc;
font-size: 12px;
margin-bottom: 10px;
margin-top: 35px;
}

.breadcrumb a{
color: #5f5f60;
text-decoration:none;
}



.adrblock {

color:#4b4949;
/*float: left; */
font-size:1.2rem;
text-align: center;

}

.footnavp {
  float: left;
  width: 12.5%;
}

.searchbox-button{
margin-left:5px;
}
.tx-srlanguagemenu {
  margin:0;
  padding-top:10px;
}

footer {
  background: #ffffff;
  border-top: 3px solid #cccccc;
  background-position:center top;
  height: 40px;
}

h1 {
  color: #4c4d4c;
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
  font-size: 28px; font-size: 2.8rem;

  /*font-weight:bold;*/

}







h3 {
  color: #000000;
  line-height:30px;
  font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;

}


h3 a{
  color: #ffffff;

  text-decoration:none;

}

h4 {
  color: #000000;

  padding:3px 15px;
  line-height:30px;
  font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight:bold;
  margin-top:20px;

}

b  {

font-weight: bold;
}

.align-center {
  text-align: center;
  margin-right: 50px;
  margin-left: 50px;
}

.bodytext {
margin-left:15px;
margin-right:15px;
}

.csc-default ul {
  list-style: disc inside !important;
  margin-left:15px;
  margin-right:15px;
}

.csc-default ul li {
  line-height:20px;
  margin-bottom:0;
  list-style-position: outside;
  margin-left: 10px;
}


.productabstract {

float: left;
width:110px;
font-size:12px;
margin-left:15px;
margin-right:10px;


}

.productimage {
float: right;
}

ul.csc-uploads li {
  margin: 1em 0 1em 10px;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom:20px;
}

.searchbox-sword {
  width: 150px !important;
  float: left;
}

.csc-frame-frame2 img {
  border: 0px solid #94344e;
  box-shadow: 0 1px 5px 0 #4a4a4a;

}

.toggle-nav {
    display:none;
}

.level3 {
  height:auto;
}
.nav-column-left {
  height: 100%;
  width:10%;
  overflow: hidden;
  float: left;
}
.nav-column-right {
  height: 100%;
  width: 90%;
  margin-left: 10%;
  overflow: hidden;

}

.ce1-resp-image-cont {
  display: none;
}

.resphead {
  display: none;
}

.fixed-ratio-resize { /* basic responsive img */
      max-width: 100%;
      height: auto;
      width: auto\9; /* IE8 */
    }

#nav-column-7 {
  margin-bottom: 45px;
}

a.privacynote {
  font-weight: bold;
  color: #3b5d86;
}

.ce1-images-container{

      position: relative;

    }
    #ce1-image1{
      position:relative;
    }
    .ce1-headline-back{
      position: relative;
      top:0;
      height:56px;
      opacity: 1;
      width:100%;

    }

    .ce1-headline{
      opacity: 1;
      font-size:21px;
      padding:20px;
      color:#ffffff;
    }

    .ce1-text-container{
      background-color:black;
      min-height:50px;
    }

    #ce1-teaser1 {
      height:245px;
      border-radius: 0px 0px 36px 0px;
      -moz-border-radius: 0px 0px 36px 0px;
      -webkit-border-radius: 0px 0px 36px 0px;
      border: 0px solid #000000;
    }

    #ce1-teaser3 {
      height:245px;
      border-radius: 0px 36px 0px 0px;
      -moz-border-radius: 0px 36px 0px 0px;
      -webkit-border-radius: 0px 36px 0px 0px;
      border: 0px solid #000000;
      margin-top:10px;
    }

    #ce1-teaser2 {
      height:245px;
      border-radius: 0px 0px 0px 36px;
      -moz-border-radius: 0px 0px 0px 36px;
      -webkit-border-radius: 0px 0px 0px 36px;
      border: 0px solid #000000;
    }

    #ce1-teaser4 {
      height:245px;
      border-radius: 36px 0px 0px 0px;
      -moz-border-radius: 36px 0px 0px 0px;
      -webkit-border-radius: 36px 0px 0px 0px;
      border: 0px solid #000000;
      margin-top:10px;
    }

    .ce1-head-small {
      font-size:18px;
      color:#ffffff;
      padding:20px;
    }

    .ce1-text {
      font-size:14px;
      color:#ffffff;
      padding:15px;
    }

    .ce1-link a {
      font-size:32px;
      color:#ffffff;
      padding-left:75%;
      text-decoration:none;
    }

     .spacer30 {
      height:30px;
      width:100%;
    }
    .spacer20 {
      height:20px;
      width:100%;
    }
    .hruler {
      border-bottom:2px solid #dddddd;
      width:100%;
    }

    .ce1-prodcolumn {
      display:block;
    }

    .fal-securedownload ul li {
      list-style: none;
    }

    .fal-securedownload ul li .icon-folder{
      background-image: url("../images/folder.png");
      background-repeat: no-repeat;
      padding-left: 20px;
      cursor: pointer;
    }

    .cc_container {
      background: #333991 !important
    }

input[type="submit"] {

background-color: #ffffff;
color: #33388A;
border: 1px solid #33388A;
padding: 5px;
font-weight: bold;
width: 241px;
height: 32px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-align: center;
margin-top: 10px;
line-height: 20px;
/* position: absolute; */
background-image: none;
}

input[type="submit"]:hover {

background-color: #33388A;
color: #ffffff;
border: 1px solid #33388A;
padding: 5px;
font-weight: bold;
width: 241px;
height: 32px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-align: center;
margin-top: 10px;
line-height: 20px;
/* position: absolute; */
background-image: none;
}

/* #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) {
    .ce1-headline{
      font-size:16px;
    }

    .menue {
        position:relative;
        display:inline-block;
    }

    .menue ul.active {
        display:none;
    }

    .menue ul {
        width:100%;
        position:absolute;
        top:120%;
        left:0px;
        padding:10px 18px;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#eeeeee;
    }
/*
    .menue ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
    }
*/
    .menue li {
        margin:5px 0px 5px 0px;
        float:none;
        display:block;
    }

    .menue a {
        display:block;
    }

    .level4 {
      display: none;
    }

    #mainnav ul {
      width: 200px;
    }

    #mainnav ul li a {
    /* margin-left: 10px; */
    white-space: normal;
    line-height: 18px;
    width: 150px;
    text-indent: -11px;
    margin-bottom: 13px;
    margin-top: 12px;
    height: auto;
  }

    .toggle-nav {
        padding:20px;
        float:left;
        display:inline-block;
        /* box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#303030; */
        text-shadow:0px 1px 0px rgba(0,0,0,0.5);
        color:#777;
        font-size:20px;
        transition:color linear 0.15s;
        text-decoration: none;

        position: absolute;
        left:700px;
        top:-62px;
    }



    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:#66a992;
    }

    .countries-resp.aktiv {
    left: -610px !important;
  }


    .countries-resp ul li a.region-resp::before {
    content: "> ";
}
    .countries-resp ul li a.region-resp {
    color: #4c4d4c;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 54px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
    padding: 0 35px;
}


    .logoimage {
      width: 200px;
    }

    #searchlanguage {
      display:none;
    }

    #scart {
      display: none;
    }

    .resphead {
      display: block;
      position: absolute;
      right:45px;
      top: -8px;
    }

    #scartresp {
      float: left;
      margin-right: 10px;
    }

    .suchlupe {
      float: left;
      margin-top: 10px;
      margin-right: 10px;
    }

    .earthimg {
      float: left;
      margin-top: 10px;
    }




    .ourcompany {
      position: static !important;
    }

    .ce4-text {
      position: static !important;
      color: #444444 !important;
      font-size: 1.4rem !important;
    }

    .produktsingle {
      width: 228px !important;
    }


  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
    .menue {
        position:relative;
        display:inline-block;
    }

    .menue ul.active {
        display:none;
    }

    .menue ul {
        width:100%;
        position:absolute;
        top:120%;
        left:0px;
        padding:10px 18px;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#eeeeee;
    }
/*
    .menue ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
    }
*/
    .menue li {
        margin:5px 0px 5px 0px;
        float:none;
        display:block;
    }

    .menue a {
        display:block;
    }

    .level4 {
      display: none;
    }

    #mainnav ul {
      width: 200px;
    }

    .toggle-nav {
        padding:20px;
        float:left;
        display:inline-block;
        /* box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#303030; */
        text-shadow:0px 1px 0px rgba(0,0,0,0.5);
        color:#777;
        font-size:20px;
        transition:color linear 0.15s;
        text-decoration: none;

        position: absolute;
        left:370px;
        top:-55px;
    }



    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:#66a992;
    }

    .ce1-headline{
      font-size:16px;
    }
    .ce1-images-container {
      display: none;
    }

    .ce1-resp-image-cont {
      display: block;
      float: left;
      padding: 0 20px 20px 20px;
    }


    .ce2-headline-back {
      width: 65% !important;
    }

    .produktsingle {
      margin-top: 15px !important;
    }

    .logoimage {
      width: 200px;
    }

    #searchlanguage {
      display:none;
    }

    #scart {
      display: none;
    }

    .resphead {
      display: block;
      position: absolute;
      right:45px;
      top: -8px;
    }

    #scartresp {
      float: left;
      margin-right: 10px;
    }

    .suchlupe {
      float: left;
      margin-top: 10px;
      margin-right: 10px;
    }

    .earthimg {
      float: left;
      margin-top: 10px;
    }

    .footnavp {
      float: left;
      width: 50%;
    }

    .ourcompany {
      position: static !important;
    }

    .ce4-text {
      position: static !important;
      color: #444444 !important;
      font-size: 1.4rem !important;
    }


  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .menue {
        position:relative;
        display:inline-block;
    }

    .menue ul.active {
        display:none;
    }

    .menue ul {
        width:100%;
        position:absolute;
        top:120%;
        left:0px;
        padding:10px 18px;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#eeeeee;
    }

    .menue ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
    }

    .menue li {
        margin:5px 0px 5px 0px;
        float:none;
        display:block;
    }

    .menue a {
        display:block;
    }

    .level4 {
      display: none;
    }

    #mainnav ul {
      width: 200px;
    }

    #mainnav ul li a {
    /* margin-left: 10px; */
    white-space: normal;
    line-height: 18px;
    width: 150px;
    text-indent: -11px;
  }

    .toggle-nav {
        padding:20px;
        float:left;
        display:inline-block;
        /* box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#303030; */
        text-shadow:0px 1px 0px rgba(0,0,0,0.5);
        color:#777;
        font-size:20px;
        transition:color linear 0.15s;
        text-decoration: none;

        position: absolute;
        left:370px;
        top:-62px;
    }



    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:#66a992;
    }

    .countries-resp.aktiv {

    left: -280px !important;
  }
    .countries-resp ul li a.region-resp::before {
    content: "> ";
}
    .countries-resp ul li a.region-resp {
    color: #4c4d4c;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 54px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
    padding: 0 35px;
}

    .ce1-images-container {
      display: none;
    }

    .ce1-resp-image-cont {
      display: block;
      float: left;
      padding: 0 20px 20px 20px;
    }


    .ce2-headline-back {
      width: 65% !important;
    }

    .produktsingle {
      margin-top: 15px !important;
    }

    .logoimage {
      width: 200px;
    }

    #searchlanguage {
      display:none;
    }

    #scart {
      display: none;
    }

    .resphead {
      display: block;
      position: absolute;
      right:45px;
    }

    #scartresp {
      float: left;
      margin-right: 10px;
    }

    .suchlupe {
      float: left;
      margin-top: 10px;
      margin-right: 10px;
    }

    .earthimg {
      float: left;
      margin-top: 10px;
    }


  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {

    .menue {
        position:relative;
        display:inline-block;
    }

    .menue ul.active {
        display:none;
    }

    .menue ul {
        width:100%;
        position:absolute;
        top:120%;
        left:0px;
        padding:10px 18px;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#eeeeee;
    }

/*
    .menue ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
    }

  */

    .menue li {
        margin:5px 0px 5px 0px;
        float:none;
        display:block;
    }

    .menue a {
        display:block;
    }

    .level4 {
      display: none;
    }

    .menuflyout {
      display: none !important;
    }

    #mainnav ul {
      width: 200px;
    }

    #mainnav ul li a {
    /* margin-left: 10px; */
    white-space: normal;
    line-height: 18px;
    width: 150px;
    text-indent: -11px;
    margin-bottom: 13px;
    margin-top: 12px;
    height: auto;
  }

    .toggle-nav {
        padding:20px;
        float:left;
        display:inline-block;
        /* box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#303030; */
        text-shadow:0px 1px 0px rgba(0,0,0,0.5);
        color:#777;
        font-size:20px;
        transition:color linear 0.15s;
        text-decoration: none;

        position: absolute;
        left:255px;
        top:-56px;
    }



    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:#66a992;
    }



    .ce1-images-container {
      display: none;
    }

    .ce1-resp-image-cont {
      display: block;
      float: left;
      padding: 0 20px 20px 20px;
    }


    .ce2-headline-back {
      width: 90% !important;
    }

    .ce2-headline {

    font-size: 1.2rem !important;

}

    .produktsingle {
      margin-top: 15px !important;
    }

    .logoimage {
      width: 150px;
    }

    #searchlanguage {
      display:none;
    }

    #scart {
      display: none;
    }

    .resphead {
      display: block;
      position: absolute;
      right:38px;
    }

    #scartresp {
      float: left;
      margin-right: 10px;
    }

    .suchlupe {
      float: left;
      margin-top: 10px;
      margin-right: 10px;
    }

    .earthimg {
      float: left;
      margin-top: 10px;
    }

    /* .ce1-prodcolumn {
      width: 150px !important;
    }
    */
    .ce2-prodcolumn {
      width: 150px !important;
    }

    #ce1-teaser1 {
      height:245px;
      border-radius: 0px 36px 0px 0px;
      -moz-border-radius: 0px 36px 0px 0px;
      -webkit-border-radius: 0px 36px 0px 0px;
      border: 0px solid #000000;
    }

    #ce1-teaser3 {
      height:245px;
      border-radius: 0px 36px 0px 0px;
      -moz-border-radius: 0px 36px 0px 0px;
      -webkit-border-radius: 0px 36px 0px 0px;
      border: 0px solid #000000;
      margin-top:10px;
    }

    #ce1-teaser2 {
      height:245px;
      border-radius: 0px 36px 0px 0px;
      -moz-border-radius: 0px 36px 0px 0px;
      -webkit-border-radius: 0px 36px 0px 0px;
      border: 0px solid #000000;
      margin-top: 10px;
    }

    #ce1-teaser4 {
      height:245px;
      border-radius: 0px 36px 0px 0px;
      -moz-border-radius: 0px 36px 0px 0px;
      -webkit-border-radius: 0px 36px 0px 0px;
      border: 0px solid #000000;
      margin-top:10px;
    }

    .footnavp {
      float: left;
      width: 50%;
    }

    .ourcompany {
      position: static !important;
    }

    .ce4-text {
      position: static !important;
      color: #444444 !important;
      font-size: 1.4rem !important;
    }

    ul.topnav li a {
      font-size: 1rem;
    }

    .countries-resp ul li a.region-resp::before {
    content: "> ";
}
    .countries-resp ul li a.region-resp {
    color: #4c4d4c;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 54px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
    padding: 0 35px;
}

  .ce1-link a {
    /* padding: 0; */
  }

  .produkteaddons {
    margin-left: 0px;
  }

  .requestouter {
    margin-left: 0px !important;
  }





  }


/* #Font-Face
================================================== */
/*   This is the proper syntax for an @font-face file
    Just create a "fonts" folder at the root,
    copy your FontName into code below and remove
    comment brackets */

/*  @font-face {
      font-family: 'FontName';
      src: url('../fonts/FontName.eot');
      src: url('../fonts/FontName.eot?iefix') format('eot'),
           url('../fonts/FontName.woff') format('woff'),
           url('../fonts/FontName.ttf') format('truetype'),
           url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
      font-weight: normal;
      font-style: normal; }
*/
