@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);

.item-420, .item-419, .item-538, .item-806, .item-807  {
  display: none !important;
}

/* FRONTEND CSS
*********************************************/
html {
  overflow-y: auto;
  height: 100%;
}

body {
  background-color: #FFFFFF;
  font-family: Arial, sans-serif;
  height: 100%;
  color:#727272;
}

#wrap {
  max-width: 100%;
  min-width: 1000px;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  behavior: url(/templates/mayer-network/js/PIE.htc);
  background: rgb(227,227,227); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(227,227,227,1) 0%, rgba(255,255,255,1) 50%, rgba(227,227,227,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,227,227,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(227,227,227,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(227,227,227,1) 0%,rgba(255,255,255,1) 50%,rgba(227,227,227,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(227,227,227,1) 0%,rgba(255,255,255,1) 50%,rgba(227,227,227,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(227,227,227,1) 0%,rgba(255,255,255,1) 50%,rgba(227,227,227,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(227,227,227,1) 0%,rgba(255,255,255,1) 50%,rgba(227,227,227,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-8 */
}

#main {
    width:100%; 
    margin:0 auto;
}

.front #main {
  width: 100%;
  margin: 0 auto;
}
    
footer {
  position: relative;
    height: 146px;
} 
/* LAYOUT
*********************************************/

h1 {
  color: #555555;
  font-size: 24px;
  margin: 9px 0;
  font-weight: 400;
  font-weight:bold;
  font-family: 'Open Sans Condensed', sans-serif;
}

h2 {
  color: #727272;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
}

h3 {
  color: #727272;
  font-size: 18px;
  margin-top: -12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  font-weight: bold;
  line-height: 30px;
  font-family: 'Open Sans Condensed', sans-serif;
}

h4 {
  color: #727272;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  font-family: 'Open Sans Condensed', sans-serif;
}

ul, ol {
  padding: 0;
  margin: 0;
}

.leftmenu #container {
  width: 100%;
}

#content {
    width: 960px;
    margin: 0 auto;
    clear: both;
    /*-webkit-box-shadow: inset 0px 0px 90px 10px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 90px 10px rgba(0, 0, 0, 0.15);
    */behavior: url(/templates/mayer-network/js/PIE.htc);
}

#content > .left {
  width: 130px;
  min-height: 500px;
  float:left;
  padding-bottom: 35px;
}

.ie7 #content > .left {
  float: left;
}

#content > .right {
    position: relative;
    overflow: hidden;
    padding: 0 0 0 30px;
  width: 800px;
  min-height: 500px;
  padding-bottom: 35px;
  behavior: url(/templates/mayer-network/js/PIE.htc);
  z-index:1;
  float:left;
}

#content > .right .inner:before {
    position: absolute; 
    content: ' '; 
    top: 0px; 
    right: 0; 
    bottom: 0;
    left: 30px; 
    background-color: transparent; 
    -webkit-box-shadow:  0px 0px 30px 8px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 0px 30px 8px rgba(0, 0, 0, 0.1);
    behavior: url(/templates/mayer-network/js/PIE.htc);
    z-index:-1;
  }

.ie7 #content > .right {
  float: right;
  width: 959px;
}

.outside_shadow {
  margin: 30px 30px 0 30px;
    position:relative;
    overflow: hidden;
    padding: 20px 20px 0 20px;
  behavior: url(/templates/mayer-network/js/PIE.htc);
}

.outside_shadow:before {
    position: absolute; 
    content: ' '; 
    top: 20px; 
    right: 20px; 
    bottom: -20px;
    left: 20px; 
    background-color: transparent; 
    -webkit-box-shadow:  0px 0px 20px 5px rgba(0, 0, 0, 0.15);
    box-shadow:  0px 0px 20px 5px rgba(0, 0, 0, 0.15);
    behavior: url(/templates/mayer-network/js/PIE.htc);
  }

.leftmenu #main .right .inner {
  width: 800px;
  float: left;
  padding: 0px;
}

.leftmenu #main .right .inner .item-page {
  padding: 0 0 20px 30px;
}

#content .inner {
  padding: 0 0 20px 30px;
}

.leftmenu #main .left .inner {
  float: right;
  left: 1px;
  position: relative;
  width: 130px;
  padding: 0px;
}

.breadcrumbs.default, .breadcrumbs.custom {
    margin: 10px 0 20px;
}

.breadcrumb{
    padding-left: 35px !important;
}

.breadcrumbs.custom .divider {
    margin: 0 2px;
}

.subcat-link {
  display: none;
}

.cat-children h3 {
  display: none;
}

.cat-children ul li {
  float: left;
  width: 305px;
  margin: 0 20px 0 20px;
  list-style: none;
}

.cat-children > ul > li > span:before {
content: '';
display: block;
height: 6px;
width: 100%;
background: #DB0243;
position: relative;
border-radius: 5px 5px 0px 0px;
bottom: 6px;
}

.item-title {
display: block;
width: 303px;
height: 40px;
position: relative;
top: -39px;
background: #ffffff;
border-right: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

.cat-children > ul > li > span > a:first-child {
display: block;
font-size: 18px;
line-height: 28px;
text-align: center;
width: 100%;
z-index: 1;
bottom: 0;
color: #DB0243;
}


/*************Left Menu Custom*********/

#leftmenucustom .menu.sub > li{
    display:none;
}

#leftmenucustom .menu.sub .item-191{
    display:block;
}


/*************FOLLOWUP*****************/

/*Fonts*/

.item-page a {
  font-weight: bold;
  color: #DB0143;
}

/*Images*/
.item-page img {
  position: relative;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  behavior: url(/templates/mayer-network/js/PIE.htc);
}

.item-page img[style*='float: right'] {
  margin: 0 0 30px 30px;
}

.item-page img[style*='float: left'] {
  margin: 0 30px 30px 0;
}

/*Seperator*/
.item-page hr {
  display: block;
  width: 100%;
  position: relative;
  height: 1px;
  border-style: none none;
  background-color: #dadada;
  clear: both;
  overflow: visible;
  margin-bottom: 20px;
}

.item-page hr:after {
  display: block;
  width: 100%;
  background-color: rgba(177, 177, 0, 0.25);
  border-radius: 50%;
  -webkit-box-shadow: 5px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 2px 6px rgba(0, 0, 0, 0.2);
  clip: rect(20px, auto, 50px, 0px);
  content: "";
  height: 20px;
  top: -19px;
  position: absolute;
}

/*Lists*/
.item-page ul, .item-page ol {
  padding-left: 16px;
  margin: 8px 0;
}

.item-page ul, .item-page ol {
  list-style-type: none;
}

.item-page ol {
  counter-reset: item;
}

.item-page ul li, .item-page ol li {
  position: relative;
}

.item-page ul li:before {
  background: none repeat scroll 0 0 #DB0143;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: -13px;
  position: absolute;
  top: 8px;
  width: 5px;
}

.item-page .pagination ul li:before {
  display: none;
}

.item-page .pagination ul {
  margin: 0;
  padding: 0;
}

.item-page ol li:before {
  content: counter(item, decimal) ". ";
  counter-increment: item;
  position: absolute;
  left: -18px;
  font-weight: 700;
  color: #DB0143;
}

/*Boxes*/
.item-page .hundred {
  float: left;
  width: 100%;
}

.item-page .fifty {
  width: 351px;
  float: left;
  padding-right: 30px;
  margin-bottom: 20px;
  border-right: 1px solid #dadada;
}

.item-page .fifty + .fifty {
  width: 351px;
  border-left: 1px solid #dadada;
  border-right: 0;
  padding-right: 0px;
  padding-left: 31px;
  margin-left: -1px;
}

.item-page .hundred + .hundred hr:first-of-type {
  display: none;
}

.item-page .hundred:last-of-type hr:last-of-type {
  display: none;
}

.item-page .hundred:first-of-type hr:first-of-type {
  display: none;
}

/*Seperator*/
.item-page hr {
  display: block;
  width: 100%;
  position: relative;
  height: 1px;
  border-style: none none;
  background-color: #dadada;
  clear: both;
  overflow: visible;
}

.item-page hr:after {
  display: block;
  width: 100%;
  background-color: rgba(177, 177, 0, 0.25);
  border-radius: 50%;
  -webkit-box-shadow: 5px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 2px 6px rgba(0, 0, 0, 0.2);
  clip: rect(20px, auto, 50px, 0px);
  content: "";
  height: 20px;
  top: -19px;
  position: absolute;
}

/*Tables*/
.item-page table {
  width: 100%;
  border-collapse: collapse; /* IE7 and lower */
  border-spacing: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 1px #dedede;
  box-shadow: 0px 0px 0px 1px #dedede;
  behavior: url(/templates/mayer-network/js/PIE.htc);
}

.ie .item-page table {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dedede;
}

.item-page table .tick {
  width: 14px;
  height: 11px;
  background: url(/images/tick.png) no-repeat;
}

.item-page tr {
  line-height: 30px;
  font-size: 11px;
}

.item-page td {
  border-bottom: 1px solid #dedede;
  padding: 0 8px;
}

.item-page tr:first-child {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  font-weight: 700;
}

.item-page tr:nth-child(2n+3) td {
  background: #eee;
}

.item-page tr:first-child td {
  background: #DB0143;
}

.item-page tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
}

.item-page tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
}

.item-page tr:last-child td {
  border-bottom: none;
}

.item-page tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.item-page tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

/* Meta */

#metanav {
  background: none;
  width:auto;
  height:38px;
  float: right;
}

#metanav .menu {
  margin-right:25px;
  float: left;
}

#metanav .menu>li {
  list-style: none;
  margin-left: 10px;
  float: left;
  line-height: 32px;
  display: block;
}

#metanav .menu>li>a{
  font-size: 10px;
  color: #555555;
}

#metanav a img{
  margin-bottom: 0px;
  line-height: 35px;
}

#metanav a span{
  color: #555555;
  font-size: 10px;
  line-height: 35px;
}

.languages {
  float: right;
}

/* header */

.mod-languages {
margin: 9px 9px 9px 185px;
}

.mod-languages ul {
  list-style: none;
}

.mod-languages ul li{
  float: left;
  margin-right: 10px;
}

header {
  margin: 0 auto;
  width: 960px;
  height: 140px;
}

header>a {
  float: left;
}

header #logo, nav, #metanav{
    z-index: 20;
    position:relative;
}

#logo {
  background:url(/images/logo-mk.png) no-repeat;
  height:106px;
  width: 125px;
  margin:15px 50px 20px 0;
}

header div.sigplus-gallery ul>li>img, div.sigplus-gallery ul>li>a>img {
  margin: 0px!important;
}

header div.sigplus-gallery>ul {
  top:-42px;
  border-top: 5px solid #db0243;
}

#mail {
  background:url(/templates/mayer-network/images/headermail.png);
  width:59px;
  height:58px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  bottom: 10px;
}

/*Header Home + Content Home*/

.custom.slideshow{
    position:relative;
    top:0;
    width: 960px;
}

.front header, .front header, .front header{
    height:595px;
}

.carousel-inner {
  float: left;
  height: 449px;
  background-position: bottom;
  background-repeat: no-repeat;
  border-top: 5px solid #DB0243;
}

.carousel-caption {
  overflow: auto;
  position: relative;
  top: -266px;
  float: right;
  margin-right: 100px;
  background: rgba(66,66,66,0.5);
  width: 350px;
}

.carousel-caption p{
    font-size:18px;
    float:left;
    margin:0;
    padding: 0;
    font-weight:300;
    margin-left: 5px;
    color: #fff;
}

.carousel-caption p strong{
    margin-bottom: 5px;
    display:block;
}

.carousel-caption a.red-btn{
    float:left;
    position:relative;
    z-index: 25;
    margin: 30px 0 0 0;
}

.carousel-control{
    z-index:20;
}

.carousel-control {
  position: absolute;
  top: 60%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 120px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: none;
  border: none;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: .75;
  filter: alpha(opacity=75);
}

.carousel-indicators {
  top: 600px;
  right: 455px;
}

#teasers .custom, #teasers .newsflash{
    width:265px;
    float:left;
}

.item-page a.news {
  display: block;
  position: relative;
  float: left;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 2px 0px rgba(1, 1, 1, .05);
  box-shadow: inset 1px 1px 2px 0px rgba(1, 1, 1, .05);
  width: 748px;
  text-decoration: none;
  color: #33322b;
  padding: 0 15px 0 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  behavior: url(/templates/mayer-network/js/PIE.htc);
}

.item-page a.news:hover {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, .5);
  box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, .5);
}

.item-page a.news .name {
  font-size: 18px;
  color: #DB0243;
  font-weight: 400;
  margin-top: 5px;
  padding-right: 70px;
}

.item-page a.news .date {
  font-size: 14px;
  color: #99988d;
  font-weight: 400;
  margin-top: 15px;
  padding-right: 70px;
  line-height: 10px;
}

.item-page a.news .description {
  margin-bottom: 15px;
  padding-right: 70px;
  font-weight: normal;
}

.item-page a.news .thumb {
  height: 120px;
  width: 180px;
  float: left;
  margin-right: 15px;
  border-radius: 5px 0 0 5px;
  background-size: cover;
}

.item-page a.news .more {
  height: 28px;
  width: 28px;
  background: url(/images/btn_accordeon.png);
  position: absolute;
  right: 15px;
  top: 43px;
}

.item-page a.news .more span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/images/btn_accordeon.png) 0 -28px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.item-page a.news:hover .more span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/*************News Detail*****************/
.item-page .news-left, .item-page .news-right {
  float: left;
}

.item-page .news-left {
  width: 500px;
  margin-right: 25px;
}

.item-page .news-right {
  width: 240px;
}

.item-page .news-right > img:first-child {
  margin-top: 12px;
}

.item-page .news-right > img {
  margin-bottom: 10px;
  max-width: 238px;
}

.shadow {
  width: 1280px;
  background: url(/templates/mayer-kuvert/images/backgrounds/slider_shadow.png) no-repeat;
  height: 28px;
  position: relative;
  bottom: 28px;
  margin: 0 auto;
}

/* Nav */

.menu-title {
  font-weight: bold;
  line-height: 41px;
  color: #666666;
  margin-left: 10px;
  margin-top: 10px;
}

.menu.sub li {
  list-style: none;
  width:158px;
}

.menu.sub li a {
  color: #666666;
  font-size: 11px;
  line-height: 13px;
  display: block;
  padding: 7px 0 7px 10px;
}

.menu.sub .current {
  position: relative;
  border-radius: 5px 0px 0px 5px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-right: none;
  z-index: 9999;
  behavior: url(/templates/mayer-network/js/PIE.htc);
}

.menu.sub .active > a {
  color: #db0243;
}

.menu.sub .current:after {
display: block;
height: 5px;
width: 5px;
background: url(/images/menu_arrow_hover.png);
content: '';
position: absolute;
top: 44.5%;
right: 8px;
}

.item-101, .item-103, nav .item-112 {
  display:none !important;
}

nav {
  width: 590px;
  height: 36px;
  
  background: #db0243; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiMDI0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjAxMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #db0243 0%, #bf0137 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db0243), color-stop(100%,#bf0137)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #db0243 0%,#bf0137 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #db0243 0%,#bf0137 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #db0243 0%,#bf0137 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #db0243 0%,#bf0137 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0243', endColorstr='#bf0137',GradientType=0 ); /* IE6-8 */

  -webkit-box-shadow:  0px 5px 10px 0px rgba(1, 1, 1, 0.3);
        
        box-shadow:  0px 5px 10px 0px rgba(1, 1, 1, 0.3);

  position:relative;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  
  float: right;
}

nav .menu>li {
  list-style: none;
  margin: 0 0 0 5px;
  float:left;
  line-height: 36px;
  display: block;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

nav .menu>li:hover, nav .menu>li.active {
  line-height: 26px;
  margin-top: 5px;
  background: #5f5f5f; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmNWY1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MjcyNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #5f5f5f 0%, #727272 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f5f5f), color-stop(100%,#727272)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #5f5f5f 0%,#727272 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #5f5f5f 0%,#727272 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #5f5f5f 0%,#727272 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #5f5f5f 0%,#727272 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f5f5f', endColorstr='#727272',GradientType=0 ); /* IE6-8 */

  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 1);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 1);
}

nav .menu li a{
  color: #ffffff;
}

nav .menu>li>a {
  color: #ffffff;
  text-decoration: none;
  font-size:13px;
  padding: 0 10px;
  font-weight: bold;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

nav li>ul {
  display: none;
  position: absolute;
  background: #db0243;
  z-index: 1;
  list-style: none;
  -webkit-box-shadow: inset 0px 5px 10px 0px rgba(1, 1, 1, 0.3);
  box-shadow: inset 0px 5px 10px 0px rgba(1, 1, 1, 0.3);
  margin-top: 3px;
  opacity: 0.95;
}

nav li>ul li {
  line-height: 30px;
}

nav li>ul li a{
  margin: 0 15px;
  padding: 0;
  width: 100%;
  display: block; 
  font-size: 11px;
}

nav li>ul li ul{
  display: none;
  top: 0;
  position: relative;
  width: 150px;
  font-size: 11px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

nav li>ul li ul li{
  line-height: 20px;
  margin: 0;
  width: 100%;
}

nav li>ul li ul li a{
  font-size: 11px;
  padding: 0;
  border:0;

}

nav ul li:hover ul {
  display: block;
}

ul li a {
  text-decoration: none;
}

/*************STANDORTE*****************/

.location-container {
  margin-top: 25px;
}

.location {
  width: 763px;
  height: 145px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
  behavior: url(/templates/mayer-network/js/PIE.htc);
  }

.location .logo {
  height: 100%;
  width: 220px;
  height: 95px;
  float: left;
  margin: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  position: relative;
  behavior: url(/templates/mayer-network/js/PIE.htc);
}

.location .name {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.location .address, .location .numbers, .location .web {
  width: 157px;
  margin-right: 10px;
  float: left;
  font-size: 11px;
  line-height: 16px;
}

.location .web {
  width: 187px;
}

.location .web {
  margin-right: 0;
}

.hundred.partner {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.hundred.partner h2, .hundred.partner .partner_content{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    line-height: 100%;
    margin-bottom: 20px;
}

.hundred.partner .grey_background{
    overflow:auto;
    padding: 10px 20px;
}

.hundred.partner .partner_content{
    overflow: auto;

}

.hundred.partner .partner_content .fifty{
    width:300px;
    border-left:none;
    border-right:none;    
}

.hundred.partner .partner_content .fifty + .fifty {
    width: 370px;
}

.hundred.partner .partner_content .partner_phone, .hundred.partner .partner_content .partner_fax, .hundred.partner .partner_content .partner_email {
    width: 60px;
    display: block;
    float: left;
}

.partner_name {
    color: #727272;
    font-weight: bold;
}

.partner_dept {
    color: #a8a8a8;
    font-weight: bold;
}

/* STANDORTE*/

.gm-style-mtc {
  display: none;
}

#map_canvas {
  height: 360px;
  background: #fff;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  overflow: visible !important;
}

#map_canvas:after, #map_canvas:before {
  width: 100%;
  background-color: rgba(177, 177, 0, 0.25);
  border-radius: 50%;
  -webkit-box-shadow: 5px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 2px 6px rgba(0, 0, 0, 0.2);
  clip: rect(20px, auto, 50px, 0px);
  content: "";
  height: 20px;
  position: absolute;
}

#map_canvas:after {
  bottom: -1px;
}

#map_canvas:before {
  top: -20px;
  z-index: 1;
}

#map_canvas .marker {
  position:relative;
  height: 45px;
  width: 75px;
  background: no-repeat scroll 50% 50% / cover #fff;
  background-size: cover;
  border: 4px solid #DB0143; 
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, .2), 15px 5px 8px 0px rgba(0, 0, 0, .2);
  box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, .2), 15px 5px 8px 0px rgba(0, 0, 0, .2);
  border-radius: 4px;
  behavior: url(/templates/mayer-network/js/PIE.htc);*/
}
 
#map_canvas .marker .tip{
  position:absolute;
  bottom:-17px;
  width:100%;
  height:17px;
  display:block;
  background: url(/images/arrow_down.png) 50%  0 no-repeat;
}

/* Teaser */

#teasers {
  margin: 0 auto;
  width: 960px;
}

#teasers .moduletable {
  width: 264px;
  min-height:250px;
  padding: 10px 20px;
  float: left;
  margin: 10px 21px 0 0;
  background: #fff;
  border: 1px solid #dadada;
  font-size: 12px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

#teasers .moduletable:last-child {
  margin-right: 0;
}

#teasers h3 {
  font-size: 19px;
  font-weight: bold;
  color:#555555;
  line-height: 25px;
  margin: 5px 0 8px 0;
}

#teasers h3 + h4 {
  margin-top: 0;
}

#teasers h4 {
  color: #db0243;
  font-size: 14px;
}

div.seb_css3 {
  border-width: 0 0 0 0 !important;
  border-color: none !important;
  border-radius: 0 !important;
  padding: 0px !important;
}

.teaser3 img {
  float: right;
  margin-left: 20px;
}

#teasers .red-btn {
  float: left;
  margin-bottom: 10px;
}

#teasers .red-btn a {
  color:#ffffff;
}

#teasers a {
  color:#DB0243;
}

/* SiteMap */

#xmap ul {
   margin-left: 17px;
}
#xmap ul li a {
   font-size: 12px;
   color: #333333;
}

/* Map */

#map_canvas {
  height:360px;
}

/* Footer */

footer {
    margin: 0 auto;
    /*margin-bottom: 30px;*/
  height: 146px;
  width: 100%;
  overflow:hidden;
  background: #fefefe; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  #dddddd 1%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#dddddd), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #dddddd 1%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #dddddd 1%,#cccccc 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #dddddd 1%,#cccccc 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #dddddd 1%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#cccccc',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.front footer {
  width:100%;
  top: 37px;
}

.footer_wrap {
  margin: 0 0 30px 0;
    position:relative;
    overflow: hidden;
    padding: 0 20px 0 20px;
  behavior: url(/templates/mayer-network/js/PIE.htc);
}

.footer_wrap:after {
    position: absolute;
  content: ' ';
  top: -20px;
  right: 48px;
  bottom: 20px;
  left: 48px;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
  behavior: url(/templates/mayer-network/js/PIE.htc);
  }

#footer-content {
  width: 960px;
  margin: 0 auto;
}

#footer-content>ul>li {
   list-style: none;
   float: left;
   margin: 5px 42px 0 0;
}


#footer-content ul li a{
  color:#dddddd;
  font-size:12px;
}

#footer-content ul li ul li a{
  color:#dddddd;
  font-size:10px;
  text-decoration: underline;
}

.footericons {
  width: 748px;
  float: left;
}

.footericons .icon{
  height: 146px;
}

#copy {
  float: left;
  height: 146px;
}

#copy span {
  line-height: 146px;
  color: #555555;
  font-size: 11px;
}

/*breadcrumbs */
.breadcrumbs {
  font-size: 10px;
  color: #99988d;
  border-bottom: 1px solid #d5d5d5;
  line-height: 25px;
}

.breadcrumbs a{
  text-decoration: none;
  color: #99988d;
}

.breadcrumbs li:first-child {
  display: inline-block;
  height: 14px;
  width: 16px;
  background: url(/images/home_icon.png) no-repeat;
  text-indent: -1000px;
  overflow: hidden;
}


.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 0px;
  list-style: none;
  background-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
 
hr {
  margin: 0 0;
  border: 0;
  border-top: 0px solid #eee;
  border-bottom: 0px solid #fff;
}

/* Content */

#container {
  margin: 0 auto;
  width:100%;
}

.page #container {
  -webkit-box-shadow:  0px 0px 20px 5px rgba(0, 0, 0, 0.15);
    box-shadow:  0px 0px 20px 5px rgba(0, 0, 0, 0.15);
}

.front #container, .front #container {
  height: 480px;
  background: #f9f9f9;
  -webkit-box-shadow: inset 0px 0px 60px 25px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 60px 25px rgba(0, 0, 0, 0.1);
  behavior: url(/templates/mayer-network/js/PIE.htc);
}

.leftmenu #container {
  width: 100%;
}

.leftmenu #content-shadow, .default #content-shadow {
    -webkit-box-shadow: inset 0px 0px 90px 10px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 90px 10px rgba(0, 0, 0, 0.15);
    clear: both;
    background:#ffffff;
    -webkit-box-shadow: inset 0px 0px 90px 10px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 90px 10px rgba(0, 0, 0, 0.15);
    behavior: url(/templates/mayer-network/js/PIE.htc);
    overflow:auto;
}

.leftmenu #content{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.category-list {
  overflow: auto;
}

.red-btn, a.red-btn:hover{
    background: #db0243; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiMDI0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjAxMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #db0243 0%, #bf0137 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db0243), color-stop(100%,#bf0137)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #db0243 0%,#bf0137 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #db0243 0%,#bf0137 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #db0243 0%,#bf0137 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #db0243 0%,#bf0137 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0243', endColorstr='#bf0137',GradientType=0 ); /* IE6-8 */
  
  -webkit-box-shadow:  2px 2px 5px 0px rgba(1, 1, 1, 0.3);
        
        box-shadow:  2px 2px 5px 0px rgba(1, 1, 1, 0.3);
  
    text-decoration: none;
    color: #fff;
    width: auto;
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius:5px;
  font-family: 'Open Sans Condensed', sans-serif;
}

.red-btn a{  
    text-decoration: none;
    color: #fff;
    padding: 3px 8px;
    display:block;
    text-align: center;
}

a.red-btn{
    padding: 10px 15px;
   -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius:5px;
    font-weight:bold;
    font-size:13px;
}

a .icon-caret-right {
  margin-left: 7px;
}

/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}

* {margin:0;padding:0;} 

/*************dialog*****************/
.ui-dialog {
	background: #f1f1f1;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(1, 1, 1, .3);
	box-shadow: 0px 0px 20px 0px rgba(1, 1, 1, .3);
	padding: 20px;
	border: 1px solid #CCCCCC;
	float: left;
	z-index: 999;
}

.ui-dialog-titlebar {
	height: 20px;
	font-size: 14px;
	font-weight: 600;
}

.ui-dialog-titlebar button {
	display: none; /*
	 height:  20px;
	 width:  20px;
	 background:  #00892f;
	 border:  none;
	 float:  right;
	 overflow:  hidden;
	 text-indent:  10000px;
	 border-radius:  5px;

	 */
}

button:focus {
	outline: none;
}

.ui-dialog-content button {
	padding: 3px 10px;
	color: #fff;
	background: #db0243;
	border: none;
	float: right;
	font-size: 12px;
	margin-left: 5px;
	position: relative;
	behavior: url(/templates/mayer-network/js/PIE.htc);
}

.ui-dialog-content button.home {
	color: #000;
	background: #fff;
}


/*********** Standorte Details *******************/

.cck_page > div > h2 {
  margin-left: 30px;
}

div.vertical div.cck_forms {
    float: none;
    padding-bottom: 0;
    width: auto;
}

select{
    color:#727272;
}

#detail_map {
    width: 370px;
    height: 260px;
}

.detail_info {
    width: 70px;
    display: block;
    float: left;
}

.kuv_description {
    min-height: 185px;
}

.kuv_description_images {
  width: 242px;
  float: left;  
}

.kuv_description_text {
  width: 508px;
  float: left;
  margin-right: 20px;  
}

.kuv_description img{
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
}

.kuv_details.hundred{
    border-bottom: 1px solid #eee;
}

.kuv_details .fifty{
    padding-right: 15px;
    width:370px;
}

.kuv_details .fifty + .fifty{
    padding-right: 0px;
    padding-left: 15px;
    width:370px;
    border:none;
}

.grey_background{
    background: #f5f5f5;
    box-shadow:inset 0 0 10px #ededed;
    -moz-box-shadow:inset 0 0 10px #ededed;
    -webkit-box-shadow:inset 0 0 10px #ededed;
}

.kuv_form .grey_background {
    overflow: auto;
    clear: both;
    padding: 30px 20px;
}

.kuv_details .fifty .grey_background {
    height: 240px;
    padding: 10px 25px;
    line-height:125%;
}

.kuv_details .fifty .detail_map{
    260px;
} 

.standorte_detail h1{
    line-height: 150%;
    margin: 10px 0 0 0;
}

.standorte_detail h4 {
     line-height: 150%;
    margin: 0 0 20px;
 }

.kuv_category {
    margin: 30px 0;
    color: #727272;
    font-size:16px;
    font-weight:bold;
}

.kuv_cat{
    margin: 0 0 0 35px;
    position: relative;
}

.kuv_cat:before{
    content: '';
    height: 7px;
    width: 7px;
    background: #DB0143;
    border-radius: 5px;
    float: left;
    position: absolute;
    top: 5px;
    left: -12px;
}

.standorte_detail h3 {
    color: #727272;
    font-size: 18px;
    margin: 0 0 20px 0;
    font-weight: bold;
    line-height: 150%;
    padding:0;
    border:none;
}

.standorte_detail h4{
    color:#a8a8a8;
}

/*************Kontakt*****************/

.rsform .rsform-submit-button {
display: inline-block;
font-weight: 700;
float: right;
color: #fff;
padding: 8px 22px 8px 8px;
background: #DB0243 url("/images/arrow_12x12_fff.png") no-repeat 96% center;
border-radius: 5px;
margin-top: 10px;
position: relative;
behavior: url(/templates/mayer-network/js/PIE.htc);
text-shadow: none;
}

form {
  margin:0;
}

form .kontakt input[type='number']::-webkit-outer-spin-button, .contact form input[type='number']::-webkit-outer-spin-button, form input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.kontakt .location+ hr:after, .contact .location+ hr:after {
  display: none;
}

form .kontakt .mandatory, .contact .item-page form .mandatory {
  color: #DB0143;
}

form .kontakt select, .contact.item-page form select {
  width: 75px;
}

form .kontakt input, .contact .item-page form input {
  width: 250px;
  height: 18px;
}

form .kontakt input#Strasse, .contact .item-page form input#Strasse {
  width: 183px;
  margin-right: 5px;
}

form .kontakt input#PLZ, .contact .item-page form input#PLZ {
  width: 55px;
  margin-right: 5px;
}

form .kontakt input#Nr, .contact .item-page form input#Nr {
  width:45px;
}

form .kontakt input#Ort, .contact .item-page form input#Ort  {
  width: 173px;
}

form .kontakt .left, form .kontakt .right, .contact .item-page form .left, .contact .item-page form .right {
  width: 45%;
  float: left;
}

form .kontakt div.left, .contact .item-page form div.left {
  padding-right: 5%;
  float: left;
}

form .kontakt div.right, .contact .item-page form div.right {
  padding-left: 5%;
  padding-top: 40px;
}

form .kontakt div.right+ label, .contact .item-page form div.right+ label {
  clear: both;
}

form .kontakt .message, .contact .item-page form .message {
  padding-left: 80px;
}

form .kontakt textarea, .contact .item-page form textarea {
  width: 671px;
  -webkit-resize: vertical;
  -moz-resize: vertical;
  resize: vertical;
  min-height: 100px;
  -webkit-transition: height 0.2s ease 0s;
  -moz-transition: height 0.2s ease 0s;
  -o-transition: height 0.2s ease 0s;
  -ms-transition: height 0.2s ease 0s;
  transition: height 0.2s ease 0s;
}

form .kontakt label, .contact .item-page form label {
  float: left;
  display: block;
  width: 80px;
  font-size: 11px;
}

.kontakt .item-page select.gender, .contact .item-page select.gender {
  width: 80px;
}

form .kontakt input[type="submit"], .contact .item-page form input[type="submit"] {
  border: none;
  color: #fff;
  background: #DB0143 url(/templates/mayer-network/images/submit_bg.png);
  height: 35px;
  width: 200px;
  border-radius: 5px;
  position: relative;
  behavior: url(/templates/mayer-network/js/PIE.htc);
}

form .kontakt input[type="submit"]:focus, .contact .item-page form input[type="submit"]:focus {
  outline: none;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(219, 1, 67, 0.6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(219, 1, 67, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(219, 1, 67, 0.4);
  outline: 0 none;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  position: relative;
  z-index: 100;
  behavior: url(/templates/mayer-network/js/PIE.htc);
}

form .kontakt .check label {
  width:100%;
  float: none;
  font-size: 14px;
  display: inline;
}

form .kontakt .check input {
  width:18px;
  margin:0 5px 0 0;
  display: inline;
  clear: both;
}

.kuv_description, .kuv_category {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    position:relative;
}

.kuv_description:after {
    /*display: block;
    width: 100%;
    background-color: rgba(177, 177, 0, 0.25);
    border-radius: 50%;
    -webkit-box-shadow: 5px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 2px 6px rgba(0, 0, 0, 0.2);
    clip: rect(20px, auto, 50px, 0px);
    content: "";
    height: 20px;
    bottom: -1px;
    position: absolute;*/
    content:".";
  display:block;
  clear:both;
  visibility:hidden;
}

.kuv_form{
    color:#a8a8a8;
}

.kuv_form input {
    width: 240px;
}

.kuv_form .submit.red-btn {
    padding: 5px 10px;
    border: none;
    width:140px;
}

.kuv_form h2{
    margin-bottom: 20px !important;
    margin-top: 0;
    line-height: 100%;
    color:#727272;
}

.kuv_form .left, .kuv_form .right{
    width:310px !important;
    float:left !important;
    margin-bottom:30px;
}

.kuv_form .right{
    text-align: left !important;
    margin-top: 40px;
}

.kuv_form select.gender {
    width: 80px;
}

.kuv_form .title {
    width: 132px;
    float: left;
}

.kuv_form .street, .kuv_form .plz, .kuv_form select.subject, .kuv_form .hundred > .select-style {
    margin-right: 10px;
}

.kuv_form p.info{
    font-size:12px;
}


.kuv_form select.gender, .kuv_form select.subject{
     border: none !important;
     border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #ffffff !important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
background: -moz-linear-gradient(top,  #ffffff 0%, #d8d8d8 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#d8d8d8 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#d8d8d8 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#d8d8d8 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#d8d8d8 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ) !important; /* IE6-8 */

}

.kuv_form .select-style{
    position:relative;
    overflow: hidden;
    height:27px;
    margin-bottom:10px;
    border: 1px solid #dddddd !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: -1px 1px 3px #ACACAC;
    -moz-box-shadow: -1px 1px 3px #ACACAC;
    -webkit-box-shadow: -1px 1px 3px #ACACAC;
}

.kuv_form .select-style{
    width:250px;
}

.kuv_form .hundred > .select-style{
    float:left;
    margin-bottom: 15px;
    margin-right: 60px;
}

.kuv_form .gender .select-style{
    width:80px;
    float:left;
    margin-right:25px;
}

.kuv_form select.gender{
    width: 105px;
}

.kuv_form select.subject{
    width:275px;
} 

.kuv_form .select-style:after{
    background: url("/templates/mayer-kuvert/images/selectbox-arrow.png") no-repeat;
    width: 10px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 9px;
    content: '';
}

.kuv_form textarea {
    clear: both;
    width: 715px;
    max-width: 715px;
    height: 150px;
}

.kuv_form .contact-bottom{
    margin-top:30px;
}



.kuv_form .plz, .kuv_form .number {
    width: 50px;
}

.kuv_form .city, .kuv_form .street {
    width: 472px;
}

.kontakt_name {
    font-weight: bold;
}

/****** Company Listing ******/

.company_listing_presentation {
    width: 770px;
    margin-left: 30px;
    border-bottom: 1px solid #eee;
    overflow: auto;
    padding-bottom: 10px;
    margin-bottom:10px;
}

.company_listing_presentation h2{
    line-height: 100%;
    margin-top: 0;
}

.company_listing_presentation img{
    float:left;
    margin-left:10px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-top: 5px;
}

.company_listing_adress {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    width:210px;
}

.company_listing_info {
    float: left;
    position: relative;
    width: 370px;
    margin-top: 38px;
}

.company_listing_info a{
     color:#db0243;
 }

.company_listing_info a.red-btn{
    position:absolute;
    top:0;
    right:0;
    color:#fff;
    padding:5px 10px;
}

.company_listing_details {
    width: 50px;
    float: left;
}

#list_map {
  height: 360px;
  background: #fff;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  overflow: visible !important;
}

.map-container {
    position: relative;
    overflow: hidden;
    height: 360px;
        width: 100%;
}
.map-container i {
    position: absolute;
    display: block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.map-top {
    top: -5px;
    left: 0;
    right: 0;
    height: 5px;
}
.map-right {
    right: -5px;
    top: 0;
    bottom: 0;
    width: 5px;
}
.map-bottom {
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
}
.map-left {
    left: -5px;
    top: 0;
    bottom: 0;
    width: 5px;
}

#map_canvas:before {
  width: 100%;
  background-color: rgba(177, 177, 0, 0.25);
  border-radius: 50%;
  -webkit-box-shadow: 5px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 2px 6px rgba(0, 0, 0, 0.2);
  clip: rect(20px, auto, 50px, 0px);
  content: "";
  height: 20px;
  position: absolute;
}

#list_map:after {
  bottom: -1px;
}

#list_map:before {
  top: -20px;
  z-index: 1;
}



#detail_map .marker, #list_map .marker {
  width:75px;
  height:45px;
  position:relative;
  background: no-repeat scroll 50% 50% / cover #fff;
  background-size: cover;
  border: 4px solid #7c7c7c; 
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, .2), 15px 5px 8px 0px rgba(0, 0, 0, .2);
  box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, .2), 15px 5px 8px 0px rgba(0, 0, 0, .2);
  border-radius: 4px;
  behavior: url(/templates/mayer-network/js/PIE.htc);*/
}

 
#detail_map .marker .tip, #list_map .marker .tip{
  position:absolute;
  bottom:-22px;
  width:100%;
  height:22px;
  display:block;
  background: url(/images/grey_arrow_down.png) 50%  0 no-repeat;
}


/*************Product Overview*****************/
.item-page a.product {
  display: block;
  position: relative;
  float: left;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 2px 0px rgba(1, 1, 1, .05);
  box-shadow: inset 1px 1px 2px 0px rgba(1, 1, 1, .05);
  width: 748px;
  text-decoration: none;
  color: #33322b;
  padding: 0 15px 0 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  behavior: url(/templates/mayer-network/js/PIE.htc);
}

.item-page a.product:hover {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, .5);
  box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, .5);
}

.item-page a.product .name {
  font-size: 18px;
  color: #DB0243;
  font-weight: 400;
  margin-top: 15px;
  padding-right: 70px;
}

.item-page a.product .description {
  margin-bottom: 15px;
  padding-right: 70px;
  font-size: 12px;
  line-height:18px;
  font-weight: 400;
}

.item-page a.product .thumb {
  height: 95px;
  width: 180px;
  float: left;
  margin-right: 15px;
}

.item-page a.product .more {
  height: 28px;
  width: 28px;
  background: url(/images/btn_accordeon.png);
  position: absolute;
  right: 15px;
  top: 34px;
}

.item-page a.product .more span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/images/btn_accordeon.png) 0 -28px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.item-page a.product:hover .more span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/*************Product Detail*****************/
.item-page .product-left, .item-page .product-right {
  float: left;
}

.item-page .product-left {
  width: 460px;
  margin-right: 25px;
}

.item-page .product-right {
  width: 280px;
}

.item-page .product .attributes {
  float: left;
  width: 100%;
  padding: 8px 0;
  margin-top: 15px;
  border-top: 1px solid #CCCCCC;
}

.item-page .product a.button {
  display: inline-block;
  font-weight: 700;
  float: right;
  color: #fff;
  padding: 8px 22px 8px 8px;
  background: #DB0243 url("/images/arrow_12x12_fff.png") no-repeat 96% center;
  border-radius: 5px;
  margin-top: 10px;
  position: relative;
  behavior: url(/templates/mayer-network/js/PIE.htc);
}

.item-page .product a.button.shop, .item-page .product a.button.contact {
  padding: 10px 24px 10px 10px;
  width: 247px;
}

.item-page .product a.button.shop .cart {
  background: url("/images/cart_17x16_fff.png") repeat scroll center center transparent;
  display: inline-block;
  height: 16px;
  margin-bottom: -4px;
  margin-right: 10px;
  width: 17px;
}

.item-page .product a.button.contact .cart {
  background: url("../images/mail_icon.png") no-repeat scroll center center transparent;
  display: inline-block;
  height: 16px;
  margin-bottom: -4px;
  margin-right: 10px;
  width: 17px;
}

.item-page .product .attributes + hr {
  margin-bottom: 40px;
}

.item-page .product .attribute {
  height: 50px;
  width: 50px;
  border-radius: 5px;
  background: #E5E5E5;
  border: 1px solid #DADADA;
  background-position: center center;
  float: left;
  margin-right: 8px;
  background-position: center top;
  position: relative;
  behavior: url(/templates/mayer-network/js/PIE.htc);
}

.item-page .product .attribute:hover {
  background-position: center bottom;
}

.item-page .product-right > img:first-child {
  margin-top: 21px;
}

.item-page .product-right > img {
  margin-bottom: 10px;
  max-width: 278px;
}

.item-page .product-right .downloads {
  float: left;
  width: 238px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #DADADA;
  padding: 5px 20px;
  margin-bottom: 10px;
  position: relative;
  behavior: url(/templates/mayer-network/js/PIE.htc);
}

.item-page .product-right .downloads a {
  display: block;
  width: 100%;
  line-height: 12px;
  font-weight: 700;
}

.item-page .product-right .download-metadata {
  display: block;
  font-size: 10px;
  color: #33322b;
}

.item-page .product-right .download-icon-pdf {
  background: url(../images/icon_pdf.png) no-repeat left 0;
  /*height: 24px;*/
  padding-left: 30px;
  margin-bottom: 10px;
}

.item-page .product-right .red-btn {
  float: left;
  width: 235px;
  color: #fff;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  font-weight: 700;
  background-color: #98978C;
  color: #fff;
  border-radius: 5px;
  behavior: url(/templates/mayer-network/js/PIE.htc);
}

.ui-tooltip:after {
  content: '';
  display: block;
  position: absolute;
  background: url(/images/tooltip_arrow.png) no-repeat center 0;
  height: 10px;
  width: 100%;
  left: 0;
  bottom: -10px;
}

/*************search results*****************/

.search span.total {
  color: #DB0143;
}

#searchForm {
  background: none repeat scroll 0 0 #efefef;
  border: 1px solid #D9D9D9;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
  width: 723px;
  padding: 20px 20px 10px 20px;
}
#searchForm  label[for="search-searchword"] {
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}

#searchForm .search-searchword {
  width: 150px;
}

.search form .button {
  border: none;
  position: relative;
      top: 22px;
    left: 122px;
  z-index: 100;
  display: none;
}

.search form .menu_button {
  border: none;
  position: absolute;
  top: 7px;
  right: 21px;
  background: url(/images/search_icon2.png);
  height: 20px;
  width: 25px;
}

#searchForm select[name="limit"] {
  width: 100px;
}

#searchForm input[type="radio"] {
  float: left;
  margin-right: 5px;
}

#searchForm legend {
  font-size: 14px;
}

#searchForm  label.radiobtn {
  float: left;
  margin-right: 20px;
}

#searchForm label[for="limit"], #searchForm label[for="ordering"] {
  float: left;
  margin-right: 15px;
  margin-top: 3px;
}

#searchForm  .form-limit {
  float: left;
  margin-right: 20px;
}

.search-results dt {
  padding: 10px 20px;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #D9D9D9;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 2px;
  position: relative;
  cursor: pointer
}

.search-results dt .more {
  height: 28px;
  width: 28px;
  background: url(/images/btn_accordeon.png);
  position: absolute;
  right: 15px;
  top: 6px;
}

.search-results dt .more span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/images/btn_accordeon.png) 0 -28px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.search-results dt:hover .more span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* Standorte Search Form */

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(219, 1, 67, 0.6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(219, 1, 67, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(219, 1, 67, 0.4);
  outline: 0 none;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  position: relative;
  z-index: 100;
  behavior: url(/templates/mayer-network/js/PIE.htc);
}

.search .inputbox {
  width: 0px;
  display: none;
  top: 36px;
  position: absolute;
  width: 150px;
  right: 0;
}


#no-search #seblod_form{
    display:none;
}

#no-search > div > h2{
    margin-left:30px;
}

#seblod_form {
    margin-left:30px;
    width: 770px;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#seblod_form:after {
  display: block;
  width: 100%;
  background-color: rgba(177, 177, 0, 0.25);
  border-radius: 50%;
  -webkit-box-shadow: 5px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 2px 6px rgba(0, 0, 0, 0.2);
  clip: rect(20px, auto, 50px, 0px);
  content: "";
  height: 20px;
  bottom:0px;
  position: absolute;
}

#seblod_form .cck_page_search{
    background: #f2f2f2;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

#seblod_form .cck_page_search .cck-line-body {
    padding: 10px 30px;
    height: 38px;
    width:740px;
}

#seblod_form .cck_page_search div.cck_forms select.inputbox{
    width: 245px;
    height: 27px;
    border: none !important;
    background: #ffffff !important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
background: -moz-linear-gradient(top,  #ffffff 0%, #d8d8d8 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#d8d8d8 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#d8d8d8 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#d8d8d8 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#d8d8d8 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ) !important; /* IE6-8 */

}

#seblod_form .cck_page_search div.cck_forms .cck_form.cck_form_select_simple, #seblod_form .cck_page_search div.cck_forms .cck_form.cck_form_select_multiple{
    position:relative;
    overflow-x: hidden;
    width: 220px;
    border: 1px solid #dddddd !important;
    border-radius: 3px;
    box-shadow: -1px 1px 3px #ACACAC;
    -moz-box-shadow: -1px 1px 3px #ACACAC;
    -webkit-box-shadow: -1px 1px 3px #ACACAC;
    margin-right: 20px;
}

#seblod_form .cck_page_search div.cck_forms .cck_form.cck_form_select_simple:after, #seblod_form .cck_page_search div.cck_forms .cck_form.cck_form_select_multiple:after {
    background: url("/templates/mayer-kuvert/images/selectbox-arrow.png") no-repeat;
    width: 10px;
    height: 6px;
    position: absolute;
    right: 10px;
    z-index: 999;
    top: 9px;
    content: '';
}

#seblod_form label{
    display:none;
}

#seblod_form #cck1r_kuv_land, #seblod_form #cck1r_kuv_category, #seblod_form #cck1r_button_submit, #seblod_form #cck1r_kuv_search,#seblod_form #cck1r_kuv_land_en, #seblod_form #cck1r_kuv_category_en, #seblod_form #cck1r_kuv_suche_en {
    float:left;
    width: 220px;
    margin-right:20px !important;
    margin-bottom: 0px !important;
}

.cck_form_button_submit {
  font-size: 0px;
  overflow: hidden;
      height: 0px;
}

.cck_form_button_submit a{
  display: none;
}

#seblod_form #cck1r_kuv_search, #seblod_form #cck1r_kuv_suche_en{
    margin-right:0 !important;
}

#seblod_form #kuv_search, #seblod_form #kuv_suche_en{
    width: 195px;
    padding-right: 25px !important;
}

div#cck2r_button_submit div#cck2r_form_button_submit a {
	display: none;
}

div#cck2r_button_submit div#cck2r_form_button_submit {
	font-size: 0; 
}

#seblod_form #button_submit {
    background: url("/templates/mayer-kuvert/images/glyphicons-halflings.png") no-repeat;
    text-indent: -9999px;
    background-position: -43px 5px;
    position: absolute;
    top: 9px;
    z-index: 999;
    right: 23px;
    border: none;
    background-color: rgba(0,0,0,0);
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
    line-height: 11px;
}

#seblod_form div.seb_css3 {
    padding: 5px!important;
}

/* Media Queries
*********************************************/
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  
}
/* Landscape phones and down */
@media (max-width: 480px) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Large desktop */
@media (min-width: 1200px) {
  
}