/* AGFS - v0.0.1 - 2013-01-23
 * http://fahrradfreundlich.nrw.de
 * Copyright (c) 2013 Michael Schulze; All rights reserved. No usage without written permission.
 */

 @font-face {
    font-family: 'metamedium_roman';
    src: url('../../fonts/meta/meta_medium_lf_roman-webfont.eot');
    src: url('../../fonts/meta/meta_medium_lf_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/meta/meta_medium_lf_roman-webfont.woff') format('woff'),
         url('../../fonts/meta/meta_medium_lf_roman-webfont.ttf') format('truetype'),
         url('../../fonts/meta/meta_medium_lf_roman-webfont.svg#metamedium_roman') format('svg');
    font-weight: normal;
    font-style: normal;
  font-size: 13px;

}

 @media all {

* {
  margin: 0;
  padding: 0;
}
option {
  padding-left: 0.4em;
}
select {
  padding: 1px;
}
* html body * {
  overflow: visible;
}
body {
  font-size: 100%;
  background: url(../../img/big-img-body.png) repeat-x;
  color: #000;
  text-align: left;
  background-color:#fff;
}
div:target {
  outline: 0 none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
display:none;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
fieldset, img {
  border: 0 solid;
}
ul, ol, dl {
  margin: 0 0 1em 1em;
}
li {
  line-height: 1.5em;
  margin-left: 0.8em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 1em 0.8em;
}
blockquote {
  margin: 0 0 1em 0.8em;
}
q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ym-clearfix:before {
  content: "";
  display: table;
}
.ym-clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.ym-contain-dt {
  display: table;
  width: 100%;
  overflow: visible;
}
.ym-contain-oh {
  overflow: hidden;
  width: 100%;
  display: block;
}
.ym-contain-fl {
  float: left;
  width: 100%;
}
.ym-column {
  display: table;
  width: 100%;
}
.ym-col1 {
  float: left;
  width: 20%;
}
.ym-col2 {
  float: right;
  width: 20%;
}
.ym-col3 {
  width: auto;
  margin: 0 20%;
}
.ym-cbox {
  padding: 0 10px 0 0;
}
.ym-cbox-left {
  padding: 0 10px 0 0;
}
.ym-cbox-right {
  padding: 0 0 0 10px;
}
.ym-ie-clearing {
  display: none;
}
.ym-grid {
  display: table;
  width: 100%;
  table-layout: fixed;
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.ym-gl {
  float: left;
  margin: 0;
}
.ym-gr {
  float: right;
  margin: 0 0 0 -5px;
}
.ym-g20 {
  width: 20%;
}
.ym-g40 {
  width: 40%;
}
.ym-g60 {
  width: 60%;
}
.ym-g80 {
  width: 80%;
}
.ym-g25 {
  width: 25%;
}
.ym-g33 {
  width: 33.333%;
}
.ym-g50 {
  width: 50%;
}
.ym-g66 {
  width: 66.666%;
}
.ym-g75 {
  width: 75%;
}
.ym-g38 {
  width: 38.2%;
}
.ym-g62 {
  width: 61.8%;
}
.ym-gbox {
  padding: 0 10px;
}
.ym-gbox-left {
  padding: 0 10px 0 0;
}
.ym-gbox-right {
  padding: 0 0 0 10px;
}
.ym-equalize {
  overflow: hidden;
}
.ym-equalize>[class*="ym-g"] {
display:table-cell;
float:none;
margin:0;
vertical-align:top;
}
.ym-equalize>[class*="ym-g"]>[class*="ym-gbox"] {
padding-bottom:10000px;
margin-bottom:-10000px;
}
.ym-form, .ym-form fieldset {
  overflow: hidden;
}
.ym-form div {
  position: relative;
}
.ym-form label, .ym-form .ym-message {
  position: relative;
  display: block;
}
.ym-form .ym-fbox-check label {
  display: inline;
}
.ym-form input, .ym-form textarea {
  cursor: text;
}
.ym-form input[type="checkbox"], .ym-form input[type="radio"], .ym-form select, .ym-form label {
  cursor: pointer;
}
.ym-form textarea {
  overflow: auto;
}
.ym-form input[type=hidden] {
  display: none !important;
}
.ym-form .ym-fbox-text:before, .ym-form .ym-fbox-select:before, .ym-form .ym-fbox-check:before, .ym-form .ym-fbox-button:before {
  content: "";
  display: table;
}
.ym-form .ym-fbox-text:after, .ym-form .ym-fbox-select:after, .ym-form .ym-fbox-check:after, .ym-form .ym-fbox-button:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.ym-form select, .ym-form input, .ym-form textarea {
  display: block;
  position: relative;
  width: 58.5%;
}
.ym-form .ym-fbox-check input {
  display: inline;
  width: auto;
}
.ym-form .ym-fbox-button input {
  display: inline;
  overflow: visible;
  width: auto;
}
.ym-form .ym-fbox-check input:focus, .ym-form .ym-fbox-check input:hover, .ym-form .ym-fbox-check input:active {
  border: 0 none;
}
.ym-full .ym-fbox-select select, .ym-full .ym-fbox-text input, .ym-full .ym-fbox-text textarea {
  width: 94.2%;
  margin-right: -3px;
}
.ym-columnar .ym-fbox-text label, .ym-columnar .ym-fbox-select label {
  display: inline;
  float: left;
  width: 30%;
}
.ym-columnar .ym-fbox-select select, .ym-columnar .ym-fbox-text input, .ym-columnar .ym-fbox-text textarea {
  float: left;
  width: 67.2%;
  margin-right: -3px;
}
.ym-columnar .ym-fbox-check {
  position: relative;
}
.ym-columnar .ym-fbox-check .ym-label {
  position: absolute;
  top: 0;
}
.ym-columnar .ym-fbox-check input, .ym-columnar .ym-error .ym-message {
  margin-left: 30%;
}
.ym-label {
  display: block;
}
.ym-columnar fieldset .ym-fbox-button, fieldset.ym-columnar .ym-fbox-button {
  padding-left: 30%;
}
.ym-fbox-select select {
  width: 60%;
}
.ym-full .ym-fbox-select select {
  width: 94.8%;
}
.ym-columnar .ym-fbox-select select {
  width: 68.8%;
}
.ym-skip, .ym-hideme, .ym-print {
  position: absolute;
  top: -32768px;
  left: -32768px;
}
.ym-skip:focus, .ym-skip:active {
  position: static;
  top: 0;
  left: 0;
}
.ym-skiplinks {
  position: absolute;
  top: 0px;
  left: -32768px;
  z-index: 1000;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ym-skiplinks .ym-skip:focus, .ym-skiplinks .ym-skip:active {
  left: 32768px;
  outline: 0 none;
  position: absolute;
  width: 100%;
}
}
@media all {
html * {
  font-size: 100%;
}
html, body {
  height: 100%;
}
body {
  font-family: sans-serif, "metamedium_roman", "ff-meta-web-pro";
  font-size: 13px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
textarea, pre, code, kbd, samp, var, tt {
  font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
}
h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif, "metamedium_roman", "ff-meta-web-pro", "PT Sans", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, verdana, sans-serif;
  font-weight: normal;
  color: #000;
  margin: 0;
}
h1 {
  font-size: 171.42857%;
  line-height: 1.66833;
  margin: 0.83417em 0 0;
}
h2 {
  font-size: 128.57143%;
  line-height: 2.22444;
  margin: 1.11222em 0 0;
  line-height: 1.11222em;
}
h3 {
  font-size: 100%;
  line-height: 2.86;
  margin: 1.43em 0 0;
  margin-bottom: -1.43em;
  line-height: 1.43em;
  font-weight: 500;
}
h4 {
  font-size: 100%;
  line-height: 2.86;
  margin: 1.43em 0 0;
  margin-bottom: -1.43em;
  line-height: 1.43em;
  font-weight: 700;
  font-style: italic;
}
h5 {
  font-size: 100%;
  line-height: 2.86;
  margin: 1.43em 0 0;
  margin-bottom: -1.43em;
  line-height: 1.43em;
  font-style: italic;
}
h6 {
  font-size: 85.71429%;
  line-height: 3.33667;
  margin: 1.66833em 0 0;
  margin-bottom: -1.66833em;
  line-height: 1.66833em;
  font-weight: 700;
}
ul, ol, dl {
  font-size: 1em;
  line-height: 1.43;
  margin: 1.43em 0 0 1em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
ul ul {
  list-style-type: circle;
  margin-top: 0;
}
ol ol {
  list-style-type: lower-latin;
  margin-top: 0;
}
ol ul {
  list-style-type: circle;
  margin-top: 0;
}
li {
  font-size: 1em;
  line-height: 1.43;
  margin-left: 0.8em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 1.5em 0;
}
p {
  font-size: 1em;
  line-height: 1.43;
  margin: 1.43em 0 0 0;
}
blockquote, cite, q {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
blockquote {
  margin: 1.43em 0 0 1.43em;
  color: #666;
}
strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
big {
  font-size: 114.28571%;
}
small {
  font-size: 85.71429%;
}
pre, code, kbd, tt, samp, var {
  font-size: 100%;
}
pre {
  line-height: 1.43;
  margin: 1.43em 0 0 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
pre, code {
  color: #800;
}
kbd, samp, var, tt {
  color: #666;
  font-weight: bold;
}
var, dfn {
  font-style: italic;
}
acronym, abbr {/*border-bottom:1px #aaa dotted;font-variant:small-caps;letter-spacing:.07em;cursor:help*/
  border: none;
  font-variant: small-caps;
  letter-spacing: .07em;
  cursor: default;
}
sub, sup {
  font-size: 78.57143%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
mark {
  background: #ff0;
  color: #000;
}
hr {
  color: #fff;
  background: transparent;
  margin: 0 0 0.715em 0;
  padding: 0 0 0.715em 0;
  border: 0;
  border-bottom: 1px #eee solid;
}
a {
  color: #000000;
  background: transparent;
  text-decoration: underline;
}
a:active {
  outline: none;
}
a:focus, a:hover {
  text-decoration: underline;
  color: #FF0000;
  background: transparent;
  outline: 0 none;
   transition: none 0s ease 0s !important;
}
img, figure {
  margin: 0;
}
figure {
  display: block;
  width: auto;
  margin-top: 1.43em;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.28714em 0 0 0;
  color: #333;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
table caption {
  font-variant: small-caps;
}
table th, table td {
  line-height: 1.43;
  vertical-align: top;
  padding: 0.67929em 0.5em;
}
table th *:first-child, table td *:first-child {
  margin-top: 0;
}
table thead th {
  text-align: left;
  color: #000;
  border-bottom: 2px #000 solid;
}
table tbody tr th {
  text-align: left;
  border-top: 1px solid #ccc;
  text-align: left;
}
table tbody tr td {
  text-align: left;
  border-top: 1px solid #ccc;
}
table tbody tr:hover th, table tbody tr:hover td {
  background: #f8f8f8;
}
}
@media screen and (min-width: 0px) {
input, textarea, select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
}
@media screen, projection {
#logo a {
  background-image: url('../../img/AGFS_2012_logo-neu.jpg');
  background-repeat: no-repeat;
  background-size: 165px 36px;
}
#logo, #logo a {
  width: 165px;
  height: 36px;
}
#logo a {
  background-position: 0 0;
}
}
@media screen, projection {
html, body, form {
  padding: 0;
}
body {
  overflow-y: scroll;
}
.ym-wrapper {
  width: 950px;
  margin: 60px auto 0;
  position: relative;
  box-shadow: 0 0 16px #CCCCCC;
}
.ym-wbox {
  padding: 0 15px 20px;
  background:#fff;
  overflow: hidden;
}
#header .header-bg-left, #header .header-bg-right{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: auto;
  bottom:0;
  -webkit-transform: skew(-16deg);
  -moz-transform: skew(-16deg);
  -ms-transform: skew(-16deg);
  -o-transform: skew(-16deg);
  transform: skew(-16deg);
  }
#topnav .topnav-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: skew(-16deg);
  -moz-transform: skew(-16deg);
  -ms-transform: skew(-16deg);
  -o-transform: skew(-16deg);
  transform: skew(-16deg);
}
#header {
  position: relative;
  height: 150px;
  margin: 0 0 30px;
}
#header .header-bg-left {
  background-color: #faf064;

}

#header .header-bg-right {
  background: #ffd500; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmU3NDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffd500 0%, #ffe744 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd500), color-stop(100%,#ffe744)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffd500 0%,#ffe744 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffd500 0%,#ffe744 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffd500 0%,#ffe744 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffd500 0%,#ffe744 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd500', endColorstr='#ffe744',GradientType=0 ); /* IE6-8 */
}
#header .header-bg-left {
  left: 20px;
  width: 40px;
}
#header .header-bg-right {
  width: 730px;
  left: inherit;
  right: -26px;
  height:88px;
  bottom: 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 16px #898989;-moz-box-shadow: 0 0 16px #898989;box-shadow: 0 0 16px #898989;
}
#logo {
  position: absolute;
  left: 25px;
  top: 30px;
}
#logo a {
  display: block;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  border: 0;
  background-color: transparent;
}
#topnav {
  position: absolute;
  width: auto;
  right: 0;
  top: 16px;
  overflow: visible;
  z-index:6;
}
#topnav .topnav-bg {
  z-index: -1;background-color: inherit;
}
#nav {
  position: absolute;
  bottom: 0;
  margin: 0 0 0 207px;
  z-index: 5;
  /* background: url("../../img/nav_bg.jpg") repeat-x scroll 0 0 transparent; */
}
#main {
  margin: 0 0 2em;
}
#footer {
  padding: 1em 0 0;
}
.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .group {
  zoom: 1;
}
*:first-child+html .group {
  zoom: 1;
}
.ym-column {
  display: table;
  width: 100%;
}
.ym-col1 {
  float: right;
  width: 170px;
  margin: 0 30px 0 0;
}
.ym-col2 {
  display: block;
  float: left;
  /*width: 490px;*/
  width: 525px;
  margin: 0;
}
.ym-col3 {
  display: block;
  float: none;
  width: auto;
  margin-left: 720px;
  margin-right: 0;
}
.ym-col1 {
  min-height: 20px;
}

.l-3col-123 .ym-col3 .ym-cbox-right, .l-3col-123 .ym-col2-main .ym-col3 {
    background-color: #FFFFFF;
    float: right;
    padding: 0;
    width: 170px;
  /*  margin-top: -26px; */
}
div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li {
  overflow: hidden;
}
div.csc-textpic .csc-textpic-imagewrap table {
  border-collapse: collapse;
  border-spacing: 0;
}
div.csc-textpic .csc-textpic-imagewrap table tr td {
  padding: 0;
  vertical-align: top;
}
div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
  margin: 0;
  display: table;
}
figcaption.csc-textpic-caption {
  display: table-caption;
}
.csc-textpic-caption {
  text-align: left;
  caption-side: bottom;
  color: #98989E;
  font-size: 12px;
  margin-top: 5px;
}
div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c {
  text-align: center;
}
div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r {
  text-align: right;
}
div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l {
  text-align: left;
}
div.csc-textpic div.csc-textpic-imagecolumn {
  float: left;
}
div.csc-textpic-border div.csc-textpic-imagewrap img {
  border: 2px solid #000;
  padding: 0px 0px;
}
div.csc-textpic .csc-textpic-imagewrap img {
  border: none;
  display: block;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 10px;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image {
  margin-bottom: 0;
}
div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
  margin-right: 10px;
}
div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image {
  margin-right: 0;
}
div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 10px;
}
div.csc-textpic-intext-right .csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  margin-left: 10px;
}
div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap {
  overflow: hidden;
}
div.csc-textpic-center .csc-textpic-center-outer {
  position: relative;
  float: right;
  right: 50%;
}
div.csc-textpic-center .csc-textpic-center-inner {
  position: relative;
  float: right;
  right: -50%;
}
div.csc-textpic-right .csc-textpic-imagewrap {
  float: right;
}
div.csc-textpic-right div.csc-textpic-text {
  clear: right;
}
div.csc-textpic-left .csc-textpic-imagewrap {
  float: left;
}
div.csc-textpic-left div.csc-textpic-text {
  clear: left;
}
div.csc-textpic-intext-left .csc-textpic-imagewrap {
  float: left;
}
div.csc-textpic-intext-right .csc-textpic-imagewrap {
  float: right;
}
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  float: right;
}
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  float: left;
}
div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last {
  margin-bottom: 0;
}
.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
  padding-left: 40px;
  overflow: auto;
}
ul.csc-uploads {
  padding: 0;
}
ul.csc-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}
ul.csc-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}
ul.csc-uploads span {
  display: block;
}
ul.csc-uploads span.csc-uploads-fileName {
  text-decoration: underline;
}
table.contenttable-color-1 {
  background-color: #EDEBF1;
}
table.contenttable-color-2 {
  background-color: #F5FFAA;
}
table.contenttable-color-240 {
  background-color: black;
}
table.contenttable-color-241 {
  background-color: white;
}
table.contenttable-color-242 {
  background-color: #333333;
}
table.contenttable-color-243 {
  background-color: gray;
}
table.contenttable-color-244 {
  background-color: silver;
}
}
@media all {
.flexible {
  margin-top: 1.5em;
  max-width: 100%;
  height: auto;
}
* html .flexible {
  width: 98%;
}
.bordered {
  margin-top: 1.5em;
  border: 2px #eee solid;
  border: 2px #fff solid;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.25);
  box-shadow: 0 0 3px rgba(0,0,0,0.25);
}
th.nowrap, td.nowrap {
  white-space: nowrap;
}
table.narrow {
  margin: 1.35714em 0 0 0;
}
table.narrow th, table.narrow td {
  padding: 0 0.5em;
  line-height: 1.42857em;
}
.boxshadow table.narrow th, .boxshadow table.narrow td {
  line-height: 1.43;
  border: 0 none;
  -webkit-box-shadow: 0 -1px 0 0 #ccc;
  -moz-box-shadow: 0 -1px 0 0 #ccc;
  box-shadow: 0 -1px 0 0 #ccc;
}
.boxshadow table.narrow tbody tr:first-child th, .boxshadow table.narrow tbody tr:first-child td {
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
}
table.bordertable {
  border: 1px #ccc solid;
}
table.bordertable thead th {
  background: #e0e0e0;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
table.bordertable tbody th {
  border-right: 1px solid #ccc;
}
table.bordertable tbody th[scope="row"] {
  background: #f0f0f0;
}
table.bordertable tbody td {
  border-right: 1px solid #ccc;
}
#header>*:first-child, #header>header:first-child *:first-child, .ym-col1 .ym-cbox-left>*:first-child, .ym-col1 .ym-cbox-left>header:first-child *:first-child, .ym-col1 .ym-cbox>*:first-child, .ym-col1 .ym-cbox>header:first-child *:first-child, .ym-col2 .ym-cbox>*:first-child, .ym-col2 .ym-cbox>header:first-child *:first-child, .ym-col3 .ym-cbox-right>*:first-child, .ym-col3 .ym-cbox-right>header:first-child *:first-child, .ym-col3 .ym-cbox>*:first-child, .ym-col3 .ym-cbox>header:first-child *:first-child {
  margin-top: 0;
}
.col2-main-content >*:first-child, .col2-main-content header:first-child *:first-child, .ym-col2-main >*:first-child, .ym-col2-main header:first-child *:first-child  {
  margin-top: 0;
}
.indent {
  margin-left: 2em;
}
.box {
  border-radius: 0.3em;
  border-width: 1px;
  border-style: solid;
  border-color: #888;
  border-color: rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2) inset;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.2) inset;
  color: #444;
  color: rgba(0,0,0,0.8);
  padding: 1.42857em;
  margin: 1.5em 0 0 0;
}
.box>*:first-child {
  margin-top: 0;
}
.label {
  font-family: Verdana, Geneva, sans-serif;
  padding: 1px 6px 2px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #06C;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
}
.info {
  background: #f4f4f4;
}
.success {
  background: #8c8;
}
.warning {
  background: #cc8;
}
.error {
  background: #c88;
}
.highlight {
  color: #c30;
}
.dimmed {
  color: #888;
}
.cartogothic {
  font-family: "CartoGothicStd", Arial, Helvetica, sans-serif;
}
.cartogothic p, .cartogothic h1, .cartogothic h2, .cartogothic h3, .cartogothic h4, .cartogothic h5, .cartogothic h6 {
  font-family: "CartoGothicStd", Arial, Helvetica, sans-serif;
}
.float-left {
  float: left;
  display: inline;
  margin: 1.5em 1em 0 0;
}
.float-right {
  float: right;
  display: inline;
  margin: 1.5em 0 0 1em;
}
.center {
  display: block;
  text-align: center;
  margin: 1.5em auto 0 auto;
}
.crypt {
  color: #fff;
  font-size: 1px;
}
}
@media screen, projection {
.ym-skiplinks {
  height: 24px;
  width: #222;
}
.ym-skiplinks a.ym-skip:focus, .ym-skiplinks a.ym-skip:active {
  color: #fff;
  background: #333;
  border-bottom: 1px #000 solid;
  padding: 10px 0;
  text-decoration: none;
}
.nav ul li, nav ul li {
  list-style-type: none;
}
.ym-hlist {
  width: 100%;
  position: relative;
  line-height: 1em;
}
.ym-hlist ul, .ym-hlist ul li {
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
}
.ym-hlist ul, .ym-hlist ul li, .ym-hlist ul li a {
  background: none 0;
}

.ym-hlist ul li {
  font-size: 1.0em;
  line-height: 1em;
  list-style-type: none;
}
.ym-hlist ul li a, .ym-hlist ul li strong {
  display: block;
  position: relative;
  width: auto;
  padding: 0 1em;
  font-size: 1em;
  line-height: 2em;
  overflow: hidden;
}
h6.ym-vlist, .ym-vlist h6 {
  font-weight: bold;
  font-size: 100%;
  width: 90%;
  padding: 3px 0px 3px 10%;
  margin: 0;
}
.ym-vlist ul {
  width: 100%;
  margin: 0 0 1.5em 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.ym-vlist ul li ul {
  margin: 0;
}
.ym-vlist ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.ym-vlist ul li a, .ym-vlist ul li strong, .ym-vlist ul li span {
  display: block;
  padding: 3px 0px 3px 10%;
  text-decoration: none;
}
.ym-vlist li span {
  display: block;
}
.ym-vlist li.active {
  color: #fff;
  background-color: #444;
}
.ym-vlist li.active strong {
  font-weight: bold;
}
.ym-vlist li a, .ym-vlist li strong, .ym-vlist li span {
  width: 90%;
  padding-left: 10%;
}
.ym-vlist li a:focus, .ym-vlist li a:hover, .vlist li a:active {
  background-color: #888;
  color: #fff;
  outline: 0 none;
}
.ym-vlist li ul li a, .ym-vlist li ul li strong, .ym-vlist li ul li span {
  width: 80%;
  padding-left: 20%;
}
.ym-vlist li ul li a, .ym-vlist li ul li a:visited {
  background-color: #f8f8f8;
  color: #333;
}
.ym-vlist li ul li a:focus, .ym-vlist li ul li a:hover, .ym-vlist li ul li a:active {
  background-color: #888;
  color: #fff;
}
.ym-vlist li ul li ul li a, .ym-vlist li ul li ul li strong, .ym-vlist li ul li ul li span {
  width: 70%;
  padding-left: 30%;
}
.ym-vlist li ul li ul li a, .ym-vlist li ul li ul li a:visited {
  background-color: #f0f0f0;
  color: #222;
}
.ym-vlist li ul li ul li a:focus, .ym-vlist li ul li ul li a:hover, .ym-vlist li ul li ul li a:active {
  background-color: #888;
  color: #fff;
}
.ym-vlist li ul li ul li ul li a, .ym-vlist li ul li ul li ul li strong, .ym-vlist li ul li ul li ul li span {
  width: 60%;
  padding-left: 40%;
}
.ym-vlist li ul li ul li ul li a, .ym-vlist li ul li ul li ul li a:visited {
  background-color: #e8e8e8;
  color: #111;
}
.ym-vlist li ul li ul li ul li a:focus, .ym-vlist li ul li ul li ul li a:hover, .ym-vlist li ul li ul li ul li a:active {
  background-color: #888;
  color: #fff;
}
#topnav ul li .skew, #nav ul li a .skew {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
#topnav ul li {
  position: relative;
}
#topnav ul li a {
  font-size: 128.57143%;
  line-height: 1.44444em;
  color: #000;
  font-family: sans-serif, "metamedium_roman", "ff-meta-web-pro", "PT Sans", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, verdana, sans-serif;
}
#topnav ul li .skew {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  border: 0;
  background-color: transparent;
  display: block;
  width: 1px;
  height: 60%;
  top: 20%;
  background-color: #000;
}

#topnav ul li:first-child .skew {
  display: none;
}
#topnav ul li.first .skew {
  display: none;
}
#nav ul li {
  padding: 0;
  border-right: 1px solid #C8C5AA;
}
#nav ul li.last, #nav ul ul li {
  border-right: 0;
}
#nav ul li a {
  position: relative;
  padding: 0 26px;
  color: #000;
  overflow: visible;
  font-size: 100%;
  line-height: 2em;
  font-family: sans-serif, "metamedium_roman", "ff-meta-web-pro",Helvetica, Arial, verdana, sans-serif;
  text-decoration: none;
}
#nav ul li.last a {
  padding: 0 48px;
}

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #nav ul li.last a {
  padding: 0 46px;
}
}

#nav ul li a .skew, #nav ul li.current a .skew {
  content: "";
  background: #ffe744;
  opacity: 1;
  z-index: -1;
  transition: opacity 0s ease-in-out;
  background: url("../../img/nav_bg.jpg") repeat-x 0 0;
}
#nav ul ul li a .skew {
  background: none;
}
#nav ul li a:focus, #nav ul li a:hover {
  text-decoration: none;
  font-weight:normal;
}
#nav ul li a:focus .skew, #nav ul li a:hover .skew {
  opacity: 1;
  background:#FEE643;
}
#nav ul li.active a .skew, #nav ul li.current a .skew, #nav ul li.sub-menu-hover a .skew {
  opacity: 1;
}
#subnav ul li a {
  padding: 0 2px;
  font-size: 100%;
  line-height: 1.125em;
  color: #000;
  background-color: transparent;
}
#subnav ul li a:focus, #subnav ul li a:hover {
  text-decoration: none;
}
#subnav ul li.active, #subnav ul li.current {
  background-color: transparent;
}
#subnav ul li.active a, #subnav ul li.current a {
  font-weight: bold;
  padding-left: 12px;
  padding-bottom: 3px;
}
#subnav ul li.active li a, #subnav ul li.current li a {
  font-weight: normal;
}
#subnav ul li ul {
  width: auto;
  margin: 0 0 1.43em 1.43em;
}
#subnav ul li ul li a {
  display: inline-block;
  float: none;
*display:inline;
  zoom: 1;
  width: auto;
  padding: 2px 5px;
  font-size: 100%;
  line-height: 1.28571em;
  font-weight: normal;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
#subnav ul li ul li a:focus, #subnav ul li ul li a:hover {
  background-color: #faf064;
  text-decoration: none;
}
#subnav ul li ul li.active a, #subnav ul li ul li.current a {
  background-color: transparent;
}
}
@media screen and (min-width: 0px) {
.ym-form input, .ym-form input, .ym-form textarea, .ym-form select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
}
.ym-columnar label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ym-columnar .ym-fbox-select select, .ym-columnar .ym-fbox-text input, .ym-columnar .ym-fbox-text textarea {
  width: 70%;
}
.ym-full .ym-fbox-select select, .ym-full .ym-fbox-text input, .ym-full .ym-fbox-text textarea {
  width: 100%;
}
}
@media screen, projection {
.ym-form {
  background: #f4f4f4;
  border: 2px #fff solid;
  margin: 1.5em 0 0 0;
  padding: 0;
  -webkit-box-shadow: 0 0 4px #ddd;
  -moz-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
}
.ym-form fieldset {
  position: static;
  background: transparent;
  margin: 0.75em 0 0.75em 0;
  padding: 0 0.5em;
}
.ym-form legend {
  background: transparent;
  color: #000;
  font-size: 1.2em;
  line-height: 1.25em;
  font-weight: bold;
  padding: 0 0.5em;
}
.ym-form label {
  color: #666;
  line-height: 1.5em;
}
.ym-label {
  color: #666;
  padding-top: 0.25em;
}
.ym-form .ym-form div.ym-fbox-check:focus+label {
  color: #000;
}
.ym-form div.ym-fbox-text, .ym-form div.ym-fbox-select, .ym-form div.ym-fbox-check, .ym-form div.ym-fbox-button {
  padding: 0.3em 1em;
  margin-bottom: 0.5em;
}
.ym-form div.ym-fbox-button {
  background: #ececec;
  border-top: 1px #e0e0e0 solid;
  padding: 0 1em 1.5em 1em;
  margin: 0;
}
.ym-form .ym-gbox {
  padding: 0 0.5em;
  margin-right: 0;
}
.ym-form h6 {
  color: #000;
  margin: 1em 0 0 1em;
}
.ym-form .ym-fbox-text input, .ym-form .ym-fbox-text textarea {
  line-height: 1em;
  padding: 0.25em 0.3em;
  margin-top: -2px;
}
.ym-form .ym-fbox-select select {
  line-height: 1em;
  padding: 0.25em 2px 0.25em 1px;
  margin-top: -2px;
}
.ym-form input, .ym-form textarea, .ym-form select, .ym-form optgroup {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-shadow: inset 0 0 4px #eee;
  -moz-box-shadow: inset 0 0 4px #eee;
  box-shadow: inset 0 0 4px #eee;
}
.ym-form optgroup {
  font-style: normal;
  font-weight: bold;
}
.ym-form .ym-fbox-text input, .ym-form .ym-fbox-text textarea, .ym-form .ym-fbox-select select {
  border: 1px solid #ddd;
}
.ym-form .ym-message {
  color: #666;
  margin-bottom: 0.5em;
}
.ym-form sup {
  color: #800;
  font-weight: bold;
}
.ym-form input:valid, .ym-form textarea:valid {
background-color:#fff;
}
.ym-form input:invalid, .ym-form textarea:invalid {
background-color:#fdd;
}
.ym-form .ym-error label {
  color: #800;
  font-weight: normal;
}
.ym-form .ym-error input, .ym-form .ym-error select, .ym-form .ym-error textarea {
  border: 1px #800 solid;
}
.ym-form .ym-error input:hover, .ym-form .ym-error input:focus, .ym-form .ym-error select:hover, .ym-form .ym-error select:focus, .ym-form .ym-error textarea:hover, .ym-form .ym-error textarea:focus {
  border: 1px #800 solid !important;
}
.ym-form .ym-error .ym-message {
  color: #800;
}
.ym-form div.ym-fbox-text input:focus, .ym-form div select:focus, .ym-form div textarea:focus, .ym-form div.ym-fbox-text input:hover, .ym-form div select:hover, .ym-form div textarea:hover, .ym-form div.ym-fbox-text input:active, .ym-form div select:active, .ym-form div textarea:active {
  border: 1px #888 solid;
  background: #fff;
}
.ym-button, .ym-form button, .ym-form input[type="button"], .ym-form input[type="reset"], .ym-form input[type="submit"] {
  display: inline-block;
  white-space: nowrap;
  background-color: #ccc;
  background-image: -webkit-linear-gradient(top, #eee, #ccc);
  background-image: -moz-linear-gradient(top, #eee, #ccc);
  background-image: -ms-linear-gradient(top, #eee, #ccc);
  background-image: -o-linear-gradient(top, #eee, #ccc);
  background-image: linear-gradient(top, #eeeeee, #cccccc);
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
  border: 1px solid #777;
  -webkit-border-radius: .2em;
  -moz-border-radius: .2em;
  border-radius: .2em;
  -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 rgba(0,0,0,0.15);
  color: #333 !important;
  cursor: pointer;
  font: normal 1em/2em Arial, Helvetica;
  margin: 1.5em 0.75em 0 0;
  padding: 0 1.5em;
  overflow: visible;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
.ym-form button:hover, .ym-form input[type="button"]:hover, .ym-form input[type="reset"]:hover, .ym-form input[type="submit"]:hover, .ym-button:hover {
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
  background-image: -moz-linear-gradient(top, #fafafa, #ddd);
  background-image: -ms-linear-gradient(top, #fafafa, #ddd);
  background-image: -o-linear-gradient(top, #fafafa, #ddd);
  background-image: linear-gradient(top, #fafafa, #dddddd);
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}
.ym-form button:active, .ym-form input[type="button"]:active, .ym-form input[type="reset"]:active, .ym-form input[type="submit"]:active, .ym-button:active {
  background-color: #bbb;
  background-image: -webkit-linear-gradient(top, #ccc, #bbb);
  background-image: -moz-linear-gradient(top, #ccc, #bbb);
  background-image: -ms-linear-gradient(top, #ccc, #bbb);
  background-image: -o-linear-gradient(top, #ccc, #bbb);
  background-image: linear-gradient(top, #cccccc, #bbbbbb);
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#bbbbbb');
  box-shadow: 2px 2px 3px rgba(0,0,0,0.2) inset;
  position: relative;
  top: 1px;
}
.ym-form button:focus, .ym-form input[type="button"]:focus, .ym-form input[type="reset"]:focus, .ym-form input[type="submit"]:focus, .ym-button:focus {
  outline: 0;
  background: #fafafa;
}
.ym-form button:before, .ym-button:before {
  background: #ccc;
  background: rgba(0,0,0,0.1);
  float: left;
  width: 1em;
  text-align: center;
  font-size: 1.5em;
  margin: 0 1em 0 -1em;
  padding: 0 0.2em;
  -moz-box-shadow: 1px 0 0 rgba(0,0,0,0.5), 2px 0 0 rgba(255,255,255,0.5);
  -webkit-box-shadow: 1px 0 0 rgba(0,0,0,0.5), 2px 0 0 rgba(255,255,255,0.5);
  box-shadow: 1px 0 0 rgba(0,0,0,0.5), 2px 0 0 rgba(255,255,255,0.5);
  -moz-border-radius: 0.15em 0 0 0.15em;
  -webkit-border-radius: 0.15em 0 0 0.15em;
  border-radius: 0.15em 0 0 0.15em;
  pointer-events: none;
}
.ym-add:before {
  content: "\271A";
}
.ym-delete:before {
  content: "\2718";
}
.ym-edit:before {
  content: "\270E";
}
.ym-email:before {
  content: "\2709";
}
.ym-like:before {
  content: "\2764";
}
.ym-next:before {
  content: "\279C";
}
.ym-play:before {
  content: "\25B6";
}
.ym-save:before {
  content: "\2714";
}
.ym-spark:before {
  content: "\2737";
}
.ym-star:before {
  content: "\2605";
}
.ym-form button::-moz-focus-inner {
border:0;
padding:0;
}
.ym-form input[type=button]::-moz-focus-inner, .ym-form input[type=reset]::-moz-focus-inner, .ym-form input[type=submit]::-moz-focus-inner {
padding:.4em;
}
.ym-form button[disabled], .ym-form button[disabled]:hover, .ym-form input[type=button][disabled], .ym-form input[type=button][disabled]:hover, .ym-form input[type=reset][disabled], .ym-form input[type=reset][disabled]:hover, .ym-form input[type=submit][disabled], .ym-form input[type=submit][disabled]:hover, .ym-button.ym-disabled, .ym-button.ym-disabled:hover {
  background: #eee;
  color: #aaa !important;
  border-color: #aaa;
  cursor: default;
  text-shadow: none;
  position: static;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
* html .ym-button, * html .ym-form button {
  display: inline-block;
  white-space: nowrap;
  background-color: #ccc;
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
  border: 1px solid #777;
  color: #333 !important;
  cursor: pointer;
  font: normal 1em/2em Arial, Helvetica;
  margin: 1.5em 0.75em 0 0;
  padding: 0 1.5em;
  overflow: visible;
  text-decoration: none !important;
}
* html .ym-form button:focus, * html .ym-button:focus {
  outline: 0;
  background: #fafafa;
}
* html .ym-form button:hover, * html .ym-button:hover {
  background-color: #ddd;
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}
* html .ym-form button:active, * html .ym-button:active {
  background-color: #bbb;
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#bbbbbb');
  position: relative;
  top: 1px;
}
* html .ym-button.ym-disabled, * html .ym-button.ym-disabled:hover {
  background: #eee;
  color: #aaa !important;
  border-color: #aaa;
  cursor: default;
  text-shadow: none;
  position: static;
}
}/* fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
@media screen, projection {
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.fancybox-outer, .fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../../img/fancybox/fancybox_sprite.png?1358393831');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../../img/fancybox/fancybox_loading.gif?1358393831') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../../img/fancybox/blank.gif?1358393831');
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}
.fancybox-prev {
  left: -100px;
}
.fancybox-next {
  right: -100px;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../../img/fancybox/fancybox_overlay.png?1358393831');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0,0,0,0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.8);
}
}
@media screen, projection {
.jquery_tabs {
  margin: 1.5em 0 0 0;
  overflow: hidden;
}
.jquery_tabs ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.jquery_tabs .tabbody {
  position: relative;
  top: -1px;
  margin: 0 0 -1px 0;
  padding: 0;
  border-top: 1px #ccc solid;
  border-bottom: 2px #eee solid;
  clear: both;
}
.jquery_tabs ul.tabs-list {
  display: table;
  font-size: 1em;
  line-height: 1.5em;
  list-style-type: none;
  margin: 0;
  position: relative;
  z-index: 1;
}
.jquery_tabs ul.tabs-list li {
  float: left;
  margin: 0 0.3em 0 0;
  list-style-type: none;
}
.jquery_tabs ul.tabs-list li a {
  padding: 0.2em 2em;
}
.jquery_tabs ul.tabs-list li a {
  display: block;
  float: left;
  width: auto;
  margin: 0;
  padding: .75em;
  font-weight: bold;
  font-size: 1em;
  font-weight: bold;
}
.yamltabsanchor {
  position: absolute;
  left: -999em;
}
.jquery_tabs ul li a:focus, .jquery_tabs ul li a:hover, .jquery_tabs ul li a:active {
  background: #fff;
  font-weight: bold;
  color: #666;
  text-decoration: none;
  border-bottom: 0px #eee solid;
}
.jquery_tabs ul li.current a, .jquery_tabs ul li.current a:focus, .jquery_tabs ul li.current a:hover, .jquery_tabs ul li.current a:active {
  color: #ff0000;
  text-decoration: none;
  font-weight: bold;
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-bottom: 0 none;
  -webkit-border-radius: 0.2em 0.2em 0 0;
  -moz-border-radius: 0.2em 0.2em 0 0;
  border-radius: 0.2em 0.2em 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  outline: 0 none;
}
}
.js .jquery_tabs .current-info, .js .jquery_tabs .accessibletabsanchor, .js .jquery_tabs .tabhead {
  position: absolute;
  left: -999em;
}
@media only screen and (min-width: 0px) {
img, embed, object, video {
  max-width: 100%;
  height: auto;
}
}
@media print {
.ym-grid>.gl, .ym-grid>.gr {
  overflow: visible;
  display: table;
}
.ym-print {
  position: static;
  left: 0;
}
.ym-noprint {
  display: none !important;
}
body {
  font-size: 10pt;
  color: #333;
}
nav, .ym-searchform {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  page-break-after: avoid;
}
.crypt {
  display: none;
}
}
@page {
margin:1cm 1cm 1cm 2cm;
}
/* New Additions */

/* Overrides */
h1 {
  font-size: 24px;
  line-height: 1.33em;
  margin: 0 0 0.5em;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 12px;
}
#main {
  margin: 0;
}
#main .ym-col1[role="main"] {
  width: 720px;
}
#subnav ul li ul {
  margin: 0.5em 0 0 0;
}
.ym-vlist ul li {
  border-bottom: 1px solid #a3a1a2;
    padding-bottom: 0.7em;
    padding-top: 0.7em;
  padding-left: 0.7em;
}

#subnav ul li:hover {
    background: #fff39d; /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjM5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZmZTc0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #fff39d 0%, #ffe742 57%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff39d), color-stop(57%,#ffe742)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fff39d 0%,#ffe742 57%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fff39d 0%,#ffe742 57%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fff39d 0%,#ffe742 57%); /* IE10+ */
  background: linear-gradient(to bottom,  #fff39d 0%,#ffe742 57%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff39d', endColorstr='#ffe742',GradientType=0 ); /* IE6-8 */
}

#subnav ul li.current:hover, #subnav ul li.active:hover{
  background:none !important;
}
#subnav ul li.current, #subnav ul li.active {
    padding-left: 0;
  padding-bottom: 0;
}
#subnav ul li.current li,#subnav ul li.active li{
  border-bottom: 0 solid #A3A1A2;
    border-top: 1px solid #A3A1A2;
    padding-bottom: 6px;
    padding-top: 6px;
}

.ym-vlist ul li ul li {
  padding-bottom: 0;
}
.ym-col2 .ym-cbox {
  clear: both;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding-right: 0;
}
.ym-col2 .ym-cbox p{
  font-size:13px;
  }

.ym-col2 .ym-cbox .csc-textpic{
  font-size:13px;
  line-height: 1.43;
  margin: 1.43em 0 0;
}


.ym-col2-main .ym-col2 .ym-cbox {
  padding-right: 20px;
}
.ym-col1 .ym-cbox {
  padding-right: 20px;
  padding-left: 0;
}
.ym-cbox-right a, .ym-cbox-right a:hover {
  color: #000;
}
.ym-cbox-right ul, .ym-cbox-right ol, .ym-cbox-right dl, .ym-col2 article ul {
  margin: 0 0 0 0.25em;
}
/* Text & Image */
.text-n-img {
  overflow: hidden;
}
.text-n-img .img {
  float: left;
  margin: 0 10px 0 0;
  width:170px;
  overflow:hidden;
}
.text-n-img .img img{
  display: block;
    max-width: 170px;
  width: auto;
  max-height: 170px;
  height: auto;
}
.text-n-img .text {/*display: table*/
}
.ym-cbox-right .text-n-img .img {
  float: right;
  margin: 0 0 0 10px;
}
.ym-cbox-right .text-n-img .img img {
  max-width: 60px;
  height: auto;
}
.ym-cbox-right .text-n-img .text {
  display: block;
}
/* fÃ¼r tt_news-plugin */
.news-list-container, .news-list2-container, .news-list3-container {
    background: none repeat scroll 0% 0% transparent;
    padding: 0px 0px 10px;
}

article.text-n-img {
  border-bottom: 0 dotted #000000;
    box-shadow: 0 0 10px #858585;
    float: left;
    padding: 0;
    width: 350px;
  min-height: 170px;
  border-top: 6px solid #FDE31F;
  position: relative;
}

article.text-n-img.even , article.text-n-img.odd{
    margin: 0px 0px 18px 0px;
  }

.ym-col2-main article.text-n-img.odd {
    margin: 5px 0px 10px 5px;
  }
.ym-col2-main article.text-n-img.even {
    margin: 5px 15px 15px 0px;
  }
.ym-col2 article.text-n-img {
  border-bottom-style: solid;
}
.news-list-container article.text-n-img .text p {padding: 5px;}
.text-n-img p, article.text-n-img h2 {
  margin-top: 0;
}
.text-n-img h2 {
  font-size: 1.2em;
    padding: 5px;
}
.news-list-container article.text-n-img .date {
     font-weight: normal;
    padding: 5px 5px 5px 5px;
/*  padding-bottom: 0;
    padding-top: 10px; */
}
.text-n-img h3 {
  margin: 0;
}
.text-n-img .img:empty {
  display: none;
  margin: 0;
}
a.link-more {
  display: table;
  margin-top: 1em;
}
.download-list {
  overflow: hidden;
  margin: 0 0 1em;
}
/* Form Elements */
.tx-felogin-pi1 > div:first-child {
  padding: 0 0 2em;
}
.ym-col2 form label, section[role="main"] form label {
  width: 200px;
  float: left;
  line-height: 22px;
}
form fieldset > div {
  padding: 3px 0;
}
input[type=text], input[type=password], textarea {
  border: 1px solid #A3A1A2;
  background: #fff;
  padding: 3px;
  font: normal 12px sans-serif, "metamedium_roman", "ff-meta-web-pro", "PT Sans", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, verdana, sans-serif;
  color: #000;
  outline: none;
  -moz-transition: all ease 1s;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
  border-color: #000;
}
input[type=submit], input[type=button], button {
  border: 0;
  /*background: #f3f3f2;*/
  outline: none;
  font: normal 14px sans-serif, "metamedium_roman", "ff-meta-web-pro", "PT Sans", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, verdana, sans-serif;
  color: #000;
  cursor: pointer;
  padding: 2px 5px;
  margin: 0;
}
input[type=submit]:hover {
  background-color: #faf064;
  /*-moz-transition: all ease 1s;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;*/
}
.ym-col2 input[type=text], .ym-col2 input[type=password], .ym-col2 textarea, section[role="main"] input[type=text], section[role="main"] input[type=text], section[role="main"] input[type=password] {
  /*width: 200px;*/
}

.ym-col2 .form-field input[type=text], .ym-col2 .form-field input[type=password] {
  border-radius: 5px 5px 5px 5px;
    height: 35px;
    width: 420px;
  background:url(../../img/input-bg.png) repeat-x 0 0;
  font-size: 13px;
}
.ym-col2 .form-field input[type=password] {
  margin-top:12px;
}
section[role="main"] .form-field form label {
  width: 200px;
  float: left;
  line-height: 12px;
}
section[role="main"] .form-field form .radio label {
  float: left;
    line-height: 10px;
    padding-top: 4px;
    width: 70px;
}
.red {
  color: #E2001A;
    font-family: arial;
    font-size: 18px;
}

.ym-col2 input[type=submit], .ym-col2 input[type=button], .ym-col2 button, section[role="main"] input[type=submit], section[role="main"] input[type=button], section[role="main"] button {
  margin-left: 200px;
}
.ym-col2 .form-field input[type=submit] {
  display: inline-block;
    font-family: sans-serif, "metamedium_roman","ff-meta-web-pro","PT Sans","Helvetica Neue","Lucida Grande",Helvetica,Arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 46px;
    margin-left: 0;
  margin-right: 10px;
    text-transform: uppercase;
    width: 173px;
  background:url(../../img/submit-bg.png) no-repeat 0 0;
}
.submit-bg {margin-top:20px;}

input.search-btn {
  background: url(../../img/icon_search.png) 50% 50% no-repeat #fff;
  text-indent: -9999em;
  width: 24px;
  height: 24px;
  margin: 0 !important;
  float: right;
}
input.search-btn:hover {
  background: url(../../img/icon_search.png) 50% 50% no-repeat #faf064;
}
.ym-col2 .search-form, section[role="main"] .search-form {
  margin-top: 0;
}
.ym-col2 .search-form input[type=text], section[role="main"] .search-form input[type=text] {
  width: 230px;
}
table.search-form th, table.search-form td {
  padding: 7px 0;
}
table.search-form tbody tr:hover th, table.search-form tbody tr:hover td {
  background: none;
}
.download-list input[type=text], section[role="main"] .download-list input[type=text] {
  width: 50px;
  margin-bottom: 0.75em;
}
form .note {
  font-size: 80%;
  padding: 1em 0;
}
.note {
  font-size: 11px;
  padding: 0 0 2em;
  color:#e2001a;
}

.note-msg {
    border-bottom: 1px solid #A3A1A2;
    color: #E2001A;
    font-size: 11px;
    margin-bottom: 5px;
    padding: 0 0 0.5em !important;
}
.tx-srfeuserregister-pi1-error {
  color: #E2001A;
    font-size: 11px;
}
.radio {
  padding-bottom: 0.75em;
  font-size: 13px;
}
.radio span {
  margin: 0 1em 0 0.5em;
}
.captcha {
  margin-left: 200px;
}
.captcha .beschriftung {
  float: left;
}
.captcha input[type=text], section[role="main"] .captcha input[type=text] {
  width: 100px;
}
/* Search Result */
.tx-indexedsearch-res table {
  border: 0;
  margin: 0;
}
.tx-indexedsearch .info {
  background: #fbf8ca;
  border-top: 0;
}
/* Pagination */
.browsebox, .browsebox li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.browsebox {
  padding: 1em 0;
}
.browsebox li {
  float: left;
  margin: 0 1em 0 0;
}
.news-single-backlink {
  padding-top: 1em;
}
/* News */
.news-single-item h1 {
  padding-bottom: 1em;
}
.news-single-item h2 {
  font-size: 1.3em;
}
.news-single-rightbox {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0.5em;
}
.news-single-rightbox .post-date, .news-list-container .post-date, .news-latest-container .post-date, .news-single-rightbox .post-time, .news-single-rightbox .post-category {
  padding: 2px 0 0 2.5em;
  margin-right: 1em;
  background: url(../../img/post_icons.png) no-repeat;
  font-size: 12px;
  line-height: 1.5em;
  display: inline-block;
}
.news-single-rightbox .post-date, .news-list-container .post-date, .news-latest-container .post-date {
  background-position: 0 -1px;
}
.news-single-rightbox .post-time {
  background-position: 3px -32px;
}
.news-single-rightbox .post-category {
  background-position: 6px -62px;
}
.news-list-container .post-date, .news-latest-container .post-date {
  margin-bottom: 1em;
}
.news-single-img img {
  margin-right: 5px;
}
.news-single-imgcaption {
  padding: 1px 0px 5px 0px;
    margin: 0px;
  font-size: 1.0em;
  font-style: italic;
  line-height: 1.1em;
  float: right;
}
.news-category-rootline {
  margin-bottom: 15px;
}
/* Go Top */
.go-top {
  float: right;
  margin: 1em 0 -1em;
}
.go-top a {
  background: url(../../img/top_arrow.png) 0 5px no-repeat;
  padding-left: 12px;
}
/* Footer */
#footer {
  padding-top: 5em;
  padding-left: 14.2em;
  background: #ffffff;
}
#footer .ym-col2 {
  width: 460px;
}
.social-links, .supports, .social-links *, .supports * {
  font-size: 12px;
}
.social-links, .supports {
  padding: 10px 0;
  width: 700px;
}
.social-links {
  border-bottom: 8px solid #faf064;
}
.social-links .ym-col1 {
  padding-top: 5px;
}
.social-fb, .social-tw, .social-rss, .social-gp, .social-fb:focus, .social-tw:focus, .social-rss:focus, .social-gp:focus, .social-fb:hover, .social-tw:hover, .social-rss:hover, .social-gp:hover {
  display: inline-block;
  width: 20px;
  height: 24px;
  margin-right: 11px;
  background: url(../../img/social_icons.png) no-repeat;
  text-indent: -9999em;
}
.social-fb, .social-fb:focus, .social-fb:hover {
  background-position: 0 0;
}
.social-tw, .social-tw:focus, .social-tw:hover {
  background-position: -33px 0;
}
.social-rss, .social-rss:focus, .social-rss:hover {
  background-position: -64px 0;
}
.social-gp, .social-gp:focus, .social-gp:hover {
  background-position: -96px 0;
}
.support-mbwsv, .support-mbwsv:focus, .support-mbwsv:hover {
  width: 158px;
  height: 32px;
  background: url(../../img/vm-logo-rgb-farbig.gif) 0 0 no-repeat;
}
.support-uf, .support-uf:focus, .support-uf:hover {
  width: 88px;
  height: 25px;
  background: url(../../img/Logo_Unternehmen_FahrRad_88-25.png) 0 0 no-repeat;
  margin-left: 60px;
}
.support-mbwsv, .support-uf {
  display: inline-block;
  text-indent: -9999em;
  margin-top: 4px;
}
/* Dropdown */
.sub-menu {
  position: relative;
}
.sub-menu ul {
  background:url(../../img/nav_drop_bg.png) repeat;
  position: absolute;
  z-index: 5;
  left: -2px;
  top: 27px;
  border: #f7f1eb solid 1px;
  border-top: 0;
  padding: 0;
  min-width:200px;
}
.sub-menu ul > li:first-child >  a {
  background:url(../../img/nav-dw-arrow.png) no-repeat center top;
  }
.sub-menu ul li {
  white-space: nowrap;
}

/*
.sub-menu > ul > li:hover > a,
.sub-menu > ul > li > li:hover > a,
#topnav ul ul li:hover
*/

#nav .sub-menu > ul > a:hover,
#nav .sub-menu > ul > li > a:hover,
#topnav ul ul a:hover, #topnav .sub-menu ul > li:first-child a:hover {
  background: #f9e69e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZTY5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmRkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f9e69e 0%, #ffdd00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9e69e), color-stop(100%,#ffdd00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9e69e 0%,#ffdd00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9e69e 0%,#ffdd00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9e69e 0%,#ffdd00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9e69e 0%,#ffdd00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e69e', endColorstr='#ffdd00',GradientType=0 ); /* IE6-8 */
}
#nav ul li.sub-menu ul a {
  padding: 0 12px;
  font-size: 86%;
  text-transform: none;
}

.sub-menu li {
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
}

/* Breadcrumb */
.breadcrumb {
  position: relative;
  bottom: auto;
  width: 100%;
  z-index: 2;
  margin-bottom: 10px;
  /*padding-left: 12px;*/
  font-size:12px;
}
.breadcrumb ul {
  margin: 0;
  margin-left: 188px;
  border-bottom: #fbf386 solid 0px;
}
.ym-col2-inner .breadcrumb ul {
  margin: 0;
  margin-left: 0px;
  border-bottom: #fbf386 solid 0px;
}
.ym-col2-main .breadcrumb ul {
  margin: 0;
  margin-left: 0px;
  border-bottom: #fbf386 solid 0px;
}
.breadcrumb ul li {
  display: inline;
  font-size: 12px;
  margin: 0;
  list-style: none;
  padding-right: 5px;
  text-decoration: none;
}
.breadcrumb ul li a {
  display: inline;
  color: #000;
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  text-decoration: none;
  color: #FF0000;
}
.breadcrumb ul li a:after {
  content: ">";
  padding-left: 5px;
  text-decoration: none;
}
/* Shop menu */
.shop-menu ul li {
  list-style: none;
  margin: 0;
  padding: 6px 0;
  font-size: 100%;
  line-height: 1.125em;
}
.shop-menu ul li a {
  color: #000;
  padding: 2px;
}
.shop-menu ul li a.active {
  background: #fff;
}
.shop-menu ul li a:hover {
  text-decoration: none;
}
.shop-menu .menu-devider {
  margin: 15px 0;
  border-top: #fff solid 3px;
  margin-left: -15px;
  margin-right: -15px;
}
/* Shop List view */
.product-list {
  padding-top: 20px;
}
.shop-list {
  padding: 12px 0;
  border-bottom: #393939 solid 1px;
}
.shop-list a {
  color: #000;
}
.shop-list:after, .product-list:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.shop-list-img {
  float: left;
}
.shop-list-img img {
  width: 62px;
  height: auto;
  margin-right: 22px;
}
.shop-list-name {
  float: left;
  width: 268px;
  padding-top: 42px;
  margin-right: 18px;
}
.shop-list-quantity {
  width: 120px;
  padding-top: 60px;
  float: left;
}
section[role="main"] .shop-list-quantity input {
  float: right;
  width: 44px;
  text-align: center;
}
.shop-list-quantity span {
  padding-top: 4px;
  float: left;
}
.shop-list-cart {
  float: left;
  padding-top: 64px;
  padding-left: 12px;
}
.shop-list-del {
  padding-right: 5px;
  float: right;
  padding-top: 64px;
}
/* Product Box */
.product-box {
  width: 220px;
  float: left;
  padding: 0 0 15px 0;
  margin: 0 20px 15px 0;
  border-bottom: #fbf27e solid 6px;
}
.product-box h2 {
  margin-top: 12px;
  font-size: 16px;
}
.product-box a {
  color: #000;
}
.product-box p {
  margin: 0;
  font-size: 13px;
}
.product-img {
  position: relative;
}
.product-img img {
  display: block;
}
.product-img .pro-large a.moreDetail {
  float: right;
  padding: 16px 8px 7px;
}
.product-img .pro-large a:hover {
  background-color: transparent;
}
.product-img .pro-large a.productZoom {
  float: right;
  margin: 9px 14px 7px 4px;
  width: 32px;
  height: 32px;
  text-indent: -5000em;
  background: url(../../img/zoom.png) no-repeat;
}
section[role="main"] .product-box .product-details input[type=text] {
  width: 45px;
  text-align: center;
  float: right;
}
.product-box .product-details p {
  padding: 0;
  margin: 0;
}
.product-lightbox {
  display: none;
  color: #fff;
  padding-bottom: 150px;
}
.product-lightbox:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.product-lightbox h2 {
  font-size: 24px;
  color: #fff;
}
.product-lightbox p {
  margin: 0 0 1.43em 0;
}
.product-lightbox a {
  color: #fff;
}
.product-lightbox .pro-large-images {
  padding: 20px 0;
}
.product-lightbox .pro-large-images img {
  margin-right: 20px;
}
.product-lightbox .pro-large-column {
  width: 758px;
  float: left;
  text-align: justify;
  column-width: 364px;
  -moz-column-width: 364px;
  -o-column-width: 364px;
  -webkit-column-width: 364px;
  column-gap: 30px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  -o-column-gap: 30px;
}
.product-lightbox .pro-large-cart {
  width: 315px;
  float: left;
  margin-left: 30px;
  font-size: 12px;
}
.product-lightbox .pro-large-cart p {
  margin: 0;
}
.product-lightbox .pro-large-cart input[type=text] {
  width: 45px;
  text-align: center;
  float: right;
  background: none;
  border-color: #fff;
  color: #fff;
}
.fancybox-overlay {
  background: none;
  background-color: rgba(0,0,0,0.85);
}
.fancybox-skin, .fancybox-opened .fancybox-skin {
  background-color: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.fancybox-skin a:hover {
  background-color: transparent;
}
.fancybox-skin a.fancybox-close, .fancybox-skin a.fancybox-close:hover {
  background: url(../../img/fancybox/close.png) center center no-repeat;
}
.fancybox-nav {
  position: relative;
}
.fancybox-prev {
  float: left;
}
.fancybox-prev span {
  background: url(../../img/fancybox/prev.png) 0 0 no-repeat;
}
.fancybox-next {
  float: right;
}
.fancybox-next span {
  background: url(../../img/fancybox/next.png) 0 0 no-repeat;
}
.fancybox-nav span {
  visibility: visible;
  width: 66px;
  height: 52px;
}
.tx-cal-controller .list-view .vevent {
  overflow: hidden;
  margin-bottom: 10px;
}
.tx-cal-controller .list-view .vevent .summary {
  float: left;
  /*width: 280px;*/
  width: auto;
}
/* Sonderfall Termine auf einer ganzen Seite im Mittleren Feld*/
.col2-main-content .tx-cal-controller .list-view .vevent .summary {
  /* float: left; */
  /*width: 280px;*/
  width: auto;
  padding-left: 7em;
}

.tx-cal-controller .list-view .eventList {
  padding: 10px 0 20px;
}


/*top nav */


#topnav ul li a.pdf-dw, #topnav ul li a.addtocart, #topnav ul li a.user, #topnav ul li a.flag_btn, #topnav ul li a.eng-flag {display: block;height: 30px;padding: 0;text-indent: -9999em;width: 30px;margin-right: 7px;}
#topnav ul li a.cloud {display: block;height: 30px;padding: 0;text-indent: -9999em;width: 43px;margin-right: 15px;}
#topnav ul li a.pdf-dw {background:url(../../img/icons-top.png) no-repeat 0 0;}
#topnav ul li a.addtocart{background:url(../../img/icons-top.png) no-repeat -36px 0;}
#topnav ul li a.user{background:url(../../img/icons-top.png) no-repeat -70px 0;}
#topnav ul li a.cloud {background:url(../../img/icons-top.png) no-repeat -105px 0;}
#topnav ul li a.flag_btn {background:url(../../img/flag-button.png) no-repeat 0 0;}
#topnav ul li a.eng-flag {
  background: url(../../img/gb-flagge-button.jpg) no-repeat 0 0;
  background-size: 30px;
  margin-right: 13px;
}

#topnav ul li a.pdf-dw:hover {background:url(../../img/icons-top-hov.png) no-repeat 0 0;}
#topnav ul li a.addtocart:hover{background:url(../../img/icons-top-hov.png) no-repeat -38px 0;}
#topnav ul li a.user:hover{background:url(../../img/icons-top-hov.png) no-repeat -72px 0;}
#topnav ul li a.cloud:hover {background:url(../../img/icons-top.png) no-repeat -105px 0;}

.topnav-search{background:url(../../img/PS_Suche.png) no-repeat 0 0px;display: block;width: 139px;margin: 5px 15px 0 0;padding: 0 0 2px 0;}
.topnav-search input[type="text"] {background: none;border: none;color: #000000;padding: 3px;transition: all 0s ease 0s;width: 115px;display: block;height: 20px;float: left;}
.topnav-search input[type="submit"] {background: none;border: 0 none;color: #000000;cursor: pointer;height: 20px;margin: 0;padding: 0;width: 24px;}

.ym-col2-main, .ym-col2-inner  {
    float: right;
    width: 720px;
  display:block;
}
.ym-col2-inner .breadcrumb {padding-left:0;}

.banner {
    display: block;
    height: 360px;
    margin-bottom: 0px;
    width: 730px;
}

.slider-image {
    /*position: absolute;
    right: 0px;
    top: 151px;*/
}
.slider-image > ul {
    margin: 0;
}
#slider > li {
    margin: 0;position:relative;
}
.anythingSlider{height:360px;}
.slogan {
    background: url("../../img/slogan-transparent1.png") repeat scroll 0 0 transparent;
    bottom: 0;
    display: block;
    margin-left: 0;
    padding: 10px;
    position: absolute;
    width: 712px;
}
.slider-image .slogan p{ margin-top:0;}
.slogan a, .list-termine a, .ym-col1 .news a {
    background: none repeat scroll 0 0 transparent;
    */color: #000;
    */font-style:italic;
    */text-decoration:underline;
  }
.ym-col2-main .ym-col3 {
    display: block;
    float: right;
    margin-left: 0;
    margin-right: 0;
    /*width:350px;*/
    width: 340px;
}
.ym-col2-main .ym-col3 .ym-cbox-right {
  float: right;
    margin: 0;
    padding: 0;
    width: 333px;
}
.ym-col2-main .ym-col2 {
    /*padding-left: 12px;*/
  width: 360px;
  /*border-right: 2px solid #CCCCCC;*/
}
.l-3col-123 .ym-col2-main .ym-col2 { border:none; width: 525px;}
.l-3col-123 .ym-col2-main .ym-col3 .ym-cbox-right{width: 170px;}
.ym-col2-main h3 {#FFD102 background:url(../../img/block-header-bg.png) no-repeat;display: block;overflow: hidden;padding: 8px; text-overflow: ellipsis;white-space: nowrap;margin-bottom: 10px;}

.list-termine {
    box-shadow: 0 0 10px #CCCCCC;
    display: block;
    margin-bottom: 12px;
    overflow: hidden;
    padding: 4px 4px 0;
}

.list-termine-img {
    float: left;
    margin-right: 10px;
}
.ym-col1 #subnav {
    margin-top: -10px;
}
.ym-col1  h3, .ym-col3  h3 {
    background:#FFD102 url(../../img/block-header-bg.png) no-repeat;display: block;padding: 8px;margin-bottom: 10px;box-shadow: 0 0 8px #CCCCCC;text-transform: uppercase; margin-top: 0;}

.ym-col1 .newsitems, .ym-col2 .newsitems, .ym-col3 .newsitems, .ym-col2 article.text-n-img, .ym-col1 .news-list-container article.text-n-img {
    border-top: 6px solid #fee000;
    display: block;
    position: relative;
  margin-bottom: 18px;
  box-shadow: 0 0 10px #CCCCCC;
  /*min-height: 200px;*/
  min-height: 175px;
  /*width: 170px;*/
  width: 100%;
}
.ym-col1 .ym-cbox-left {
    padding: 0;
}
.ym-col1 .newsitems .news-image img, .ym-col3 .newsitems .news-image img {
  display:block;
  width: auto;
  max-width: 170px;
  height: auto;
  max-height: 170px;
  padding: 0;
}

.ym-col3 .newsitems .news-image {
  float: left;
  max-width: 50%;
}

.ym-col1 .newsitems-arrow, .ym-col3 .newsitems-arrow  {
  background: url("../../img/left-dw-arrow.png") no-repeat scroll center top transparent;
  display: block;
    height: 8px;
    position: absolute;
    width: 100%;
    top:0;
}

.ym-col3 .newsitems-arrow {
  width: 50%;
}

.ym-col3 .csc-textpic .newsitems-arrow {
  width: 100%;
}

.ym-col1 p, .ym-col3 p {
    font-size: 1.0em;
    line-height: normal;
    margin: 0;
}
.ym-col1 .date, .ym-col2 .date, .ym-col3 .date { font-size: 0.8em;}
.ym-col3 .date {
  padding-left: 10px;
  padding-top: 10px;
}

.ym-col3 .news p, .ym-col3 .news a {
  padding-left: 10px;
}

.ym-col1 .news {
    bottom: 0;
    position: absolute;
  padding: 4px;
  background: url("../../img/slogan-transparent1.png") repeat scroll 0 0 transparent;
}
.ym-col1 .news b{
    font-size: 1.0em;
    padding-right: 5px;
}
.ym-col3 .ym-cbox-left {
  padding: 0;
}

.news h4 {
    /*font-size: 1.2em;*/
    font-size: 12px;
  margin: 0.5em 0px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
    padding-left: 10px;
}

.ym-col1 .news h4 {
  padding-left: 0px
}
.ym-col1 .news  p {display:inline;}
.ym-col1 .news  a {display:inline;font-size: 1.0em; padding-left: 5px;}
.ym-col3 .news {
    /*background: url("../../img/slogan-transparent1.png") repeat scroll 0 0 transparent;*/
    bottom: 0;
    /*padding: 4px;*/
    /*position: absolute;*/
    position: relative;
    max-width: 50%;
    float: left;
}
.ym-col2 .pleft {
    float: left;
    margin-right: 12px;
    width: 250px;
}
.ym-col2 .pright {
    float: left;
    width: 260px;
}

.caption {
    color: #98989E;
    font-size: 11px;
}

.block-bottom {background: url("../../img/block-bottom-bg.jpg") no-repeat scroll 0 0 transparent; width:170px;height:41px;box-shadow: 0 0 10px #CCCCCC;}

.ym-col3 .block-bottom h3 {
    background: none;
    display: block;
    margin-bottom: 0px;
    padding: 0px;
  margin-top: 0;
  line-height:12px;
  box-shadow: none;
}
.block-bottom-txt {
    padding: 5px 0;
}
.block-bottom-txt > span {
    font-size: 11px;
    line-height: 11px;
}
.icon-img {
    float: left;
    height: 35px;
    padding: 5px 5px 0 5px;
    width: 35px;
}

.ym-col2-inner .ym-col2 {
    padding-left: 0px;
    width: 350px;
}
.ym-col2-inner .ym-col3 {
    display: block;
    float: right;
    margin-left: 0;
    margin-right: 0;
    width: 350px;
}
.ym-col2-inner h3, .ym-col2-main h3{
    background: url("../../img/block-header-bg.png") no-repeat scroll 0 0 #FFD102;
    display: block;
    margin-bottom: 10px;
    padding: 8px;
  box-shadow: 0 0 8px #CCCCCC;
  text-transform: uppercase;
  margin-top: 15px;
}
.ym-col2-inner h3, .ym-col2-main h3:first-child{
    background: url("../../img/block-header-bg.png") no-repeat scroll 0 0 #FFD102;
    display: block;
    margin-bottom: 10px;
    padding: 8px;
  box-shadow: 0 0 8px #CCCCCC;
  text-transform: uppercase;
  margin-top: 0px;
}
.ym-col2-inner .ym-col2 p {
    font-size: 12px;
    line-height: normal;
    margin: 0;
}
.ym-cbox-right p {
  margin-bottom: 8px;
  }

.ym-col2-inner .ym-col2 .ym-cbox {
    clear: both;
    display: block;
    margin-bottom: 20px;
    overflow: visible;
    padding-right: 0;
}

.list-termine b {
    font-size: 13px;
}
.ym-col2-inner .ym-col3 {
    display: block;
    float: right;
    margin-left: 0;
    margin-right: 0;
    width: 350px;
}
.ym-col2-inner .ym-col3 .ym-cbox-right {
    float: right;
    margin: 0;
    padding: 0;
    width: 350px;
}
.calender-bg {
    display: block;
    margin-top: -10px;
    min-height: 150px;
    padding: 5px;

  background: #fdf7e0; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZjdlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2Y1YzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #fdf7e0 0%, #fcf5c1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf7e0), color-stop(100%,#fcf5c1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fdf7e0 0%,#fcf5c1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fdf7e0 0%,#fcf5c1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fdf7e0 0%,#fcf5c1 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fdf7e0 0%,#fcf5c1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf7e0', endColorstr='#fcf5c1',GradientType=0 ); /* IE6-8 */
}
.calender-bg1 {
  display: block;
    margin-top: -10px;
    min-height: 150px;
    padding: 5px;

    background: #e9e9ea; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2Q0ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #e9e9ea 0%, #d3d4d5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9ea), color-stop(100%,#d3d4d5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e9e9ea 0%,#d3d4d5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e9e9ea 0%,#d3d4d5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e9e9ea 0%,#d3d4d5 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #e9e9ea 0%,#d3d4d5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9ea', endColorstr='#d3d4d5',GradientType=0 ); /* IE6-8 */
}

#nav ul li.first a .skew {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;

  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  transform: skew(-15deg);
}

.kont-add {
    font-size: 12px;
    padding: 5px;
}
.kont-add > p {
    margin: 5px 0 8px;
}


.mid-news-image {
    float: left;
    margin-right: 10px;
}

.mid-newsitems {
    border-top: 6px solid #FDE31F;
    box-shadow: 0 0 10px #CCCCCC;
    display: block;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
}
.mid-newsitems-arrow {
    background: url("../../img/left-dw-arrow.png") no-repeat 80px top;
    display: block;
    height: 8px;
    position: absolute;
    width: 100%;
}

.mid-news {
    padding-top: 15px;
}

.mid-news-image > img {
    display: block;
}

.ym-col2 .mid-news p, .ym-col3 .mid-news p{
    font-size: 13px;
    padding: 4px;
}

.mid-news .date, .ym-col3 .mid-news .date{
    font-size: 13px;
    padding: 0;
}

.news-details img {
    float: left;
    margin-right: 10px;
}
.ym-col2-inner .ym-col2 .news-details > p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 15px;
    text-align: justify;
}
.news-details-heading {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}

.news-details-heading > span {
    float: left;
    margin-top: 15px;
}

.toplink {
    display: block;
    padding: 20px 15px;
    position: absolute;
    top:-60px;
    right:0;
    width:400px;
}

.toplink > ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.toplink li {
    display: inline;
    list-style: none outside none;
    margin-left: 25px;
}
.toplink a {
    color: #000;
    font-size: 13px;
}
.toplink a:focus, .toplink a:hover {
    background: none;
    text-decoration: underline;
}

/* mega menu */

#nav .mega-menu > ul {
    height: auto;
    padding-bottom: 10px;
    width: 585px;
}
#nav .mega-menu li {
    border-bottom: 0 none;
    height: 20px !important;
    line-height: 12px;
    width: 145px;
  border-right:1px solid #ccc;
}
#nav .sub-menu.mega-menu  ul > li:first-child a {
    /*background: none;*/
}
#nav .sub-menu.mega-menu li a {
    /*font-family: arial;
    font-size: 12px;
  line-height: 19px;*/
  font-size: 86%;
    font-family: sans-serif, "metamedium_roman","ff-meta-web-pro",Helvetica,Arial,verdana,sans-serif;
    line-height: 2em;
}

#topnav ul li.sub-menu ul a {
    color: #000000;
    font-family: sans-serif, "metamedium_roman","ff-meta-web-pro",Helvetica,Arial,verdana,sans-serif;
    line-height: 2em;
    overflow: visible;
    position: relative;
  font-size: 12px;
  text-decoration:none;
}
#topnav .sub-menu ul {
     z-index: 7;
     top:36px;
   left: -85px;
   padding-top: 10px;
   border:none;
   width: 154px;
   background: url("../../img/wh-top-arrow.png") no-repeat scroll center top transparent;
}

/* 20140421 */
#topnav .sub-menu ul > li:first-child > a {}

#topnav .sub-menu ul ul{
    background: none repeat scroll 0 0 transparent;
    display: block !important;
    left: 0;
    top: 15px;
    height:auto!important;
}
#topnav .sub-menu ul ul li a{
    padding-left: 20px;
}

#topnav .sub-menu ul > li:first-child a {
  /*background: url("../../img/wh-top-arrow.png") no-repeat scroll center top transparent;*/ background-image: none;
}
#topnav .sub-menu ul > li:first-child a:hover{}
#topnav .sub-menu ul li {
  background: url("../../img/nav_drop_bg.png") repeat;
}

#nav .sub-menu ul ul {
    border: 0 none;
    display: none;
    height: auto!important;
    left: 0px;
    position: static;
    /*top: 29px;
    top: 58px;
    width: 200px;*/
    background: none;
}
.sub-menu > ul > li.submenu > a {
    background: none repeat scroll 0 0 transparent;
}
#nav .sub-menu ul ul li a {
    padding: 0 12px 0 22px;background:none;
}
#nav ul ul li.sub-menu ul li {
   /* border-bottom: 1px solid #C8C5AA;height:auto;*/
}

#nav .mega-menu ul ul {
  left: 0px;
  position: relative !important;
  top: 0;
  background:none;
  border: 0 none;
  display:none !important;
  height:auto!important;
}
#nav .mega-menu ul ul li{
    border-right: 0 none !important;
    width: 145px;
}
#nav .mega-menu ul ul li a {
    padding: 0 12px 0 22px;
}
#nav .mega-menu ul li.sub-menu {
    border-bottom: 0 none;
    height: auto !important;
}
#nav .mega-menu ul li.sub-menu {
    background:none !important;
}

/* tabs */

.tabs {
  border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    display: block;
    margin: 15px 0;
    overflow: hidden;
    padding: 10px 0;
}
.tabs > ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.tabs li {
    float: left;
    margin: 0 15px 0 0;
  line-height: 17px;
}

.tabs li a {
  color:#000000;
  text-decoration: none;
}
.tabs li a:hover {
  color:#ff0000;
  text-decoration: none;
}

.tabs .active-class a {color:red;}



.ym-col3 .csc-textpic, .ym-col3 .ym-cbox-right nav.sitemap {position:relative;margin-top:10px; margin-bottom: 0px;box-shadow: 0 0 10px #CCCCCC;border-top: 6px solid #FEE000;}
/*.ym-col3 .csc-textpic-text {
  background: url("../../img/slogan-transparent1.png") repeat scroll 0 0 transparent;
    padding: 3px;
    position: absolute;
    top: 86px;
}*/
.ym-cbox-right .csc-textpic-text  {position:relative;margin-top:10px; margin-bottom: 0px;}


.ym-col3 .csc-textpic-text, .ym-col3 .ym-cbox-right nav.sitemap {
  background: url("../../img/slogan-transparent1.png") repeat scroll 0 0 transparent;
    padding: 3px;
    top: 86px;
}
.ym-col3 .ym-cbox-right .csc-textpic-text, .ym-col3 .ym-cbox-right nav.sitemap {top:0}


#nav ul li.mobile-navigation{display:none;}


/*Product list*/
.tt-products .product-list {
    padding-top: 10px;
}
.tt-products .product-list > ul {
    clear: left;
    display: block;
    margin:0 0 15px 0;
  overflow: hidden;
}
.tt-products .product-list li {
    float: left;
    list-style: none outside none;
  margin-bottom: 10px;
    margin-left: 10px;
  margin-top: 15px;
    width: 170px;
}
.tt-products .product-list li a{
  /*background:none;*/
  text-decoration:none;
}
.tt-products .product-list li a:hover{ color:#000000;}
.tt-products .product-list li h3 a:hover{ background:none}


.tt-products .product-list ul li:first-child {margin-left: 0px;}

.tt-products .product-list h2 {
    background: url("../../img/block-header-bg.png") no-repeat scroll 0 0 #FFD102;
    box-shadow: 0 0 8px #CCCCCC;
    display: block;
    margin:0px;
    padding: 8px;
  text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.tt-products .productitems {
    position: relative;
   border-top: 6px solid #FDE31F;
   width: 170px;
}
.tt-products .productitems-note {
    background: url("../../img/slogan-transparent1.png") repeat scroll 0 0 transparent;
    bottom: 41px;
    position: absolute;
  width:100%;
}
.tt-products .productitems-note p{
  padding: 5px;
  margin: 0;
  font-size: 12px;
}
.tt-products .product-image {
    display: block;
    height: 165px;
    overflow: hidden;
    width: 100%;
  box-shadow: 0 0 10px #CCCCCC;
}

.tt-products .product-image img {
  max-height: 165px;
  height: auto;
  max-width: 170px;
  width: auto;
}

.tt-products .productitems-arrow {
    background: url("../../img/left-dw-arrow.png") no-repeat scroll center top transparent;
    display: block;
    height: 8px;
    position: absolute;
    width: 100%;
}

.tt-products .icon-img {
    margin-left: 5px;
}

.tt-products .icon-img > input {
    height: 30px;
    width: 35px;
  font-size: 10px;
}

.tt-products .block-bottom-txt {
    float: left;
    line-height: 15px;
    padding: 5px 0 0;
    text-align: center;
    width:78px;
}
.tt-products .block-bottom-txt > h3 {
    background: none repeat scroll 0 0 transparent !important;
    box-shadow: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tt-products .block-bottom-txt input {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none;
    padding: 0;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 500;
}
.tt-products .block-bottom-txt input:hover {
  color:#e2001a;
}
.tt-products .pdf-download{
    display: block;
    float: left;
    height: 30px;
    margin-left: 6px;
    margin-top: 6px;
    width: 30px;
}

.tt-products .pdf-download a{
    background: url("../../img/icons-top.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    text-indent: -99999em;
    width: 30px;
}
.tt-products .pdf-download a:hover, .single-product-highlight .block-bottom .pdf-download a:hover {
    background: url("../../img/icons-top-hov.png") no-repeat scroll 0 0 transparent;
}

.tt-products .shop_minibasket > p {
    padding: 10px;
  background: none;
}

.ym-col1 .shop_minibasket {
    box-shadow: 0 0 9px #CCCCCC;
    font-size: 13px;
  position:relative;
  border-top: 6px solid #FDE31F;
}

.product_total{
    position: relative;
    padding: 25px 0 0 10px;
  display:block;
}
.shop_minibasket > p {
    padding: 10px;
  background: url("../../img/pipe-underline.png") no-repeat 10px top;
}

.shop_minibasket .product_total + p {background:none !important;}

.shop-mini-block-bottom {
    background: url("../../img/block-header-bg.png") no-repeat scroll 0 0 #FFD102;
    box-shadow: 0 0 8px #CCCCCC;
    display: block;
    margin-bottom: 10px;
    padding: 8px;
    text-transform: uppercase;
}

.shop-mini-block-bottom a{
    background: url("../../img/add-cart-normal.png") no-repeat scroll 0 0 transparent;
  color:#000;
  display:block;
  padding: 6px 0 9px 35px;
}
.shop-mini-block-bottom a:hover{
    background: url("../../img/add-cart-hov.png") no-repeat scroll 0 0 transparent;
  color:#000;
  display:block;
  text-decoration:none;
}

.product-detail {
    float: left;
    overflow: hidden;
    width: 520px;
  font-size: 1em;
}

.product-detail h2{
    background: url("../../img/block-header-bg.png") no-repeat scroll 0 0 #FFD102;
    box-shadow: 0 0 8px #CCCCCC;
    display: block;
    font-size: 1em;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 8px;
    text-transform: uppercase;
}
.product-detail .pro-large-images img{
  max-width: 500px;
  width: auto;
  max-height: 250px;
  height: auto;
  border: solid 1px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-detail .pro-large-images .short-description {

}
.product-detail .pro-large-images .description {

}
.ym-col2 .tx-srfeuserregister-pi1 input[type="text"], .ym-col2 .tx-srfeuserregister-pi1 input[type="password"], .ym-col2 input[type="text"], #user, #pass {
    background: url("../../img/input-bg.png") repeat-x scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    height: 35px;
    width: 100%;
  font-family:sans-serif, "metamedium_roman";
}

#user, #pass, #basketAddressForm input[type="text"], .tx-srfeuserregister-pi1 input[type="text"],
input.tx-srfeuserregister-pi1-password, .change-pass-form .newpass input , .change-pass-form .repeat-newpass input{
    background: url("../../img/input-bg.png") repeat-x scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    height: 35px;
    width: 85%;
  font-family:sans-serif, "metamedium_roman";
}

 #basketAddressForm textarea { background: url("../../img/input-bg.png") repeat-x scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    height: 130px;
    width: 85%;
    font-family:sans-serif, "metamedium_roman";}

input[type="submit"]{font-family: sans-serif, "metamedium_roman","ff-meta-web-pro","PT Sans","Helvetica Neue","Lucida Grande",Helvetica,Arial,verdana,sans-serif !important;font-size: 12px !important;font-weight: bold;text-transform: uppercase;}
input[type="submit"]:hover{text-decoration:underline !important;}

.tx-felogin-pi1 .actions {
    margin-top: 0;
}
.ym-col2 textarea { background: url("../../img/input-bg.png") repeat-x scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    height: 130px;
    width: 100%;
    font-family:sans-serif, "metamedium_roman";}

.width-50p.first {
    margin-left: 0;
}

.width-50p {
    float: left;
    margin-left: 2%;
    width: 49%;
}

.width-30p {
    float: left;
    width: 30%;
}
.width-70p {
    float: left;
    margin-left: 2%;
    width: 68%;
}
section[role="main"] form label {
    float: left;
    line-height: 15px;
    width: 100%;
}

section[role="main"] .tx-srfeuserregister-pi1 form .cls-salutation label {
    float: left;
    line-height: 10px;
    padding-top: 4px;
    width: 70px;
}

section[role="main"] .tx-srfeuserregister-pi1 form .salutation label {
    float: left;
    line-height: 10px;
    padding-top: 4px;
    width: 40px;
}

section[role="main"] .tx-srfeuserregister-pi1 form .salutation input[type="radio"] {
    margin-right: 10px;
    margin-top: 2px;
}

section[role="main"] .tx-srfeuserregister-pi1 .form {
    border: 0px solid #333333;
    border-radius: 0;
    margin: 1em 0 0 0;
    padding: 0;
}
section[role="main"] .tx-srfeuserregister-pi1 form fieldset.form div {
    padding: 0;
  margin-bottom: 12px;
}

.ym-col2 .tx-srfeuserregister-pi1 input[type="submit"], .ym-col2 input[type=submit] {
    background: url("../../img/submit-bg.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    font-family: sans-serif, "metamedium_roman","ff-meta-web-pro","PT Sans","Helvetica Neue","Lucida Grande",Helvetica,Arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 46px;
    margin-left: 0;
    margin-right: 10px;
    text-transform: uppercase;
    width: 173px;
  text-decoration:none;
}
.ym-col2 .tx-srfeuserregister-pi1 input[type="submit"], .ym-col2 input[type=submit] { /*width: auto;*/ margin-bottom:15px;}


section[role="main"] .Tx-Formhandler .radio label {
  width: 20%;
}
.shop-menu.borrowing > ul {
    margin: 0 !important;
}
.shop-menu.borrowing > ul li span{
  padding-left: 0.7em;
}
.shop-menu ul ul {
    margin: 0.7em 0 0 0;
    padding: 0;
  border-top: 1px solid #A3A1A2;
}

.shop-menu ul ul li {
    border-bottom: 1px solid #A3A1A2;
    padding-bottom: 0.7em;
    padding-left: 1.4em;
    padding-top: 0.7em;
}

.shop-menu ul ul li:hover {
    background: #fff39d; /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjM5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZmZTc0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #fff39d 0%, #ffe742 57%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff39d), color-stop(57%,#ffe742)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fff39d 0%,#ffe742 57%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fff39d 0%,#ffe742 57%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fff39d 0%,#ffe742 57%); /* IE10+ */
  background: linear-gradient(to bottom,  #fff39d 0%,#ffe742 57%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff39d', endColorstr='#ffe742',GradientType=0 ); /* IE6-8 */
}

.shop-menu ul.newrec2 {magin:0; margin-top:-13px !important; padding:0; padding-top:0 !important; padding-bottom:0 !important;}
.shop-menu ul.newrec2 ul {padding-left:0 !important; margin-top:0 !important;  }
.shop-menu ul.newrec2 li {magin:0;}
.shop-menu ul.newrec2 ul li {magin:0; padding-left:0 !important;}


.shop-menu ul ul li a {background:none;color:#000000;}

.freetext0{display:none;}
.noofproduct0{background: #DDDDDD url("../../img/cross.png") no-repeat center center !important;text-indent: -9999em;}


/* 06.03.14 */
.pagination-wrap {margin: 15px 0; width: 100%; text-align: center;}
.pagination-wrap:after, .ym-column:after, .ym-col2-main:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pageprev, .pagination, .pagenext {display: inline-block;}
.pagination b {background: url("../../img/block-header-bg.png") no-repeat 0 0 #FFD102; box-shadow: 0 0 8px #ccc; padding: 8px; margin: 0 3px; text-transform: uppercase; text-decoration: none;}
.pagination a {background: #fff; box-shadow: 0 0 8px #ccc; padding: 8px; margin: 0 3px; text-transform: uppercase;}
.pagenext a, .pageprev a {display: block;}
.pagenext a:hover, .pageprev a:hover {text-decoration: none;}
.pagenext a span, .pageprev a span {background: url("../../img/icon-arrow-right.png") 70% 90% no-repeat; color: transparent; display: inline-block; width: 24px; height: 40px;}
.pageprev a span {background-image: url("../../img/icon-arrow-left.png");}


#home1 .ym-col2 {height: auto !important;}

.ym-col2 .tx-felogin-pi1 form label{width:92px;line-height:36px;}
.ym-col2 .tx-felogin-pi1 #user, .ym-col2 .tx-felogin-pi1 #pass{width:78%}
.yellow-btn, .tx-felogin-pi1 .yellow-btn, span.linkarrow a, .tx-srfeuserregister-pi1 .actions input[type="submit"], .tt-products .summit-arrow input[type="submit"], .tt-products input[name="products_info"]{background: url("../../img/block-header-bg.png") no-repeat scroll 0 0 #FFD102 !important;text-decoration:none;border-radius:10px;box-shadow:0 -1px 8px #a0a0a0;line-height:30px;padding:0 10px;display:inline-block;font-size:12px;height:30px;width:auto;font-family: sans-serif;}
.cart-table input[type="submit"]{background: url("../../img/block-header-bg.png") no-repeat scroll 0 0 #FFD102 !important;border-radius:10px;box-shadow:0 -1px 8px #a0a0a0;margin:0 5px;padding:3px 6px;}
.tt-products .summit-arrow input[type="submit"]{margin:15px 5px 0 0;}
.tx-srfeuserregister-pi1 #tx-srfeuserregister-pi1-fe_users_form .form dd{ float:none; }

table.search-form input.search-btn { text-indent: 0;}

.linkaddress-top {padding: 15px 0 30px;}
.linkaddress-top .linkarrow {float: left;margin-bottom: 10px;width: 100%;}
.linkaddress {float:left;clear: both;display: block;margin-bottom: 20px;width: 100%;}
.linkaddress-bottom .linkarrow {display: block;float: left;width: 30%;font-family: sans-serif, "metamedium_roman","ff-meta-web-pro","PT Sans","Helvetica Neue","Lucida Grande",Helvetica,Arial,verdana,sans-serif !important;}
.linkaddress > ul {float: left;width: 65%;margin: 0;}
.send-pass input {margin-left:0 !important;margin-top: 10px;}
.send-pass input[type="submit"]{
    background: url("../../img/block-header-bg.png") no-repeat scroll 0 0 #FFD102 !important;
    border-radius: 10px;
    box-shadow: 0 -1px 8px #A0A0A0;
    display: inline-block;
    font-family: sans-serif;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    width: auto;
}
.topmenucart {margin-right: 0px;padding-top: 7px; display: inline;}
.articlecont {display: inline;float: left; margin-right: 10px;padding-top: 8px;}
#headercartlink {display:inline; float:left;}
#topnav ul li a.topcartnotempty.addtocart {background: url("../../img/icons-top-red.png") no-repeat scroll -36px 0 rgba(0, 0, 0, 0);}

.toplink .sub-menu ul {background: url("../../img/wh-top-arrow.png") no-repeat scroll center top rgba(0, 0, 0, 0);border: medium none;left: -110px;padding-top: 10px;top: 25px;width: 215px;z-index: 7;}
.toplink .sub-menu ul ul {background: none !important;display: block !important;height: auto !important;left: -13px;top: 15px;}
.toplink .sub-menu ul li {white-space: normal;display: block;text-align: left;margin-left:0;}
.toplink .sub-menu ul li {background: url("../../img/nav_drop_bg.png") repeat; padding: 0 10px;}
.toplink ul li.sub-menu ul a {color: #000000;font-family: sans-serif, "metamedium_roman","ff-meta-web-pro",Helvetica,Arial,verdana,sans-serif;line-height: 2em;overflow: visible;position: relative;font-size: 12px;text-decoration:none;}
.toplink .sub-menu ul > li:first-child > a {background: none !important;}

.toplink ul li.sub-menu ul li:hover {
  background: #f9e69e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZTY5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmRkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f9e69e 0%, #ffdd00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9e69e), color-stop(100%,#ffdd00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9e69e 0%,#ffdd00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9e69e 0%,#ffdd00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9e69e 0%,#ffdd00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9e69e 0%,#ffdd00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e69e', endColorstr='#ffdd00',GradientType=0 ); /* IE6-8 */
}


.ym-contain-dt .sitemap > ul {
    margin: 0 !important;
}

.ym-contain-dt .sitemap ul ul ul{
    border:1px solid #A3A1A2;
    margin: 0;
    padding: 0;
    display:none;
    position: absolute;
    width: 170px;
    left:220px;
    top:0;
    background: #fff39d; /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjM5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZmZTc0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #fff39d 0%, #ffe742 57%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff39d), color-stop(57%,#ffe742)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fff39d 0%,#ffe742 57%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fff39d 0%,#ffe742 57%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fff39d 0%,#ffe742 57%); /* IE10+ */
  background: linear-gradient(to bottom,  #fff39d 0%,#ffe742 57%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff39d', endColorstr='#ffe742',GradientType=0 ); /* IE6-8 */
}

.ym-contain-dt .sitemap ul li {
    padding-bottom: 0;
    padding-left: 0px;
    padding-top: 0;
    margin-left:0;
    position:relative;
}
.ym-contain-dt .sitemap ul ul li {
    padding-left: 0;
    margin-left:0;
}

.ym-contain-dt .sitemap ul ul{
    border:1px solid #A3A1A2;
    display: none;
    left: 170px;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    width: 220px;
    top:0;
    z-index: 5;
    background: #fff39d; /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjM5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZmZTc0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #fff39d 0%, #ffe742 57%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff39d), color-stop(57%,#ffe742)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fff39d 0%,#ffe742 57%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fff39d 0%,#ffe742 57%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fff39d 0%,#ffe742 57%); /* IE10+ */
  background: linear-gradient(to bottom,  #fff39d 0%,#ffe742 57%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff39d', endColorstr='#ffe742',GradientType=0 ); /* IE6-8 */
}

#left-top-nav {position:relative;}


.ym-contain-dt .sitemap ul > li:hover > ul {display:block;}
.ym-contain-dt .sitemap ul > ul > li:hover > ul {display:block;}

ul.csc-menu.csc-menu-def {margin-left: 0;}
ul.csc-menu.csc-menu-def li {list-style:none;margin-left: 0;}
.ym-contain-dt .sitemap ul a:hover, ul.csc-menu.csc-menu-def a:hover {
    background: #fff39d; /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjM5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZmZTc0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #fff39d 0%, #ffe742 57%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff39d), color-stop(57%,#ffe742)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fff39d 0%,#ffe742 57%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fff39d 0%,#ffe742 57%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fff39d 0%,#ffe742 57%); /* IE10+ */
  background: linear-gradient(to bottom,  #fff39d 0%,#ffe742 57%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff39d', endColorstr='#ffe742',GradientType=0 ); /* IE6-8 */
}

.ym-contain-dt .sitemap a, ul.csc-menu.csc-menu-def a {background:none;color:#000000;padding-left:10px; text-decoration:underline;display:block;  padding-bottom: 0.7em;
    padding-left:0.5em;padding-top: 0.7em;  border-bottom: 1px solid #A3A1A2;}
.ym-contain-dt .sitemap ul ul a {padding-left: 1em;}
.ym-contain-dt .sitemap ul ul ul a {padding-left: 1.5em;}

.ym-col2 .tx-felogin-pi1 .label-username label {width:100% !important;}
.label-username-btn > input[type="submit"] {margin-left: 0 !important;}

.ym-contain-dt .sitemap {margin-bottom: 15px;}

input[type="submit"]:hover, input.arrow-btn[type="submit"]:hover, input.arrow-btn[type="button"]:hover, button.arrow-btn:hover {
    transition: none 0s ease 0s; text-decoration:underline;}

.newpass > label, .repeat-newpass > label {width: 100% !important;}
.change-pass  input[type="submit"] { margin-left: 0 !important; margin-top: 10px;}

.change-pass-form{margin-top:15px;}
.change-pass-form legend {display:none;}

.form {border: 1px solid #A3A1A2;}

/* start map effects*/

@media screen,projection{
.mapeffect {
  position:relative;
  margin:0 0 1em;
  margin-left: 0px;
  padding:0 0 3em
  }
#mapeffect-infoBox {display:none}
.mapeffect area:focus,.mapeffect area:active{outline:none 0}
.mapeffect .fixedBox {
  position:absolute;
  width:160px;
  height:460px;
/*  right:0; */
  bottom: 180px;
  margin-left: -190px;
  padding:1em;
  overflow:hidden;
  background:#e9eef7;
  border:solid #e9eef7 5px;
  -moz-box-shadow:0 0 10px #333;
  -webkit-box-shadow:0 0 10px #333;
  box-shadow:0 0 10px #333
}
.mapeffect #mapeffect-scrollBox{overflow-x:hidden;overflow-y:scroll}
.mapeffect .fixedBox dl,.mapeffect .fixedBox dl dd{margin:0}
.mapeffect .fixedBox h3{margin:0 0 .25em;padding:.25em 0;font-size:14px; text-transform: none; font-weight: 300}
.mapeffect .fixedBox a{display:block;color:#222 !important;text-decoration:none}
.mapeffect .fixedBox a:focus,.mapeffect .fixedBox a:hover,.mapeffect .fixedBox a:active{color:#d3373b;text-decoration:underline}
.mapeffect .fixedBox ul{margin:0;padding:0;list-style:none;border-top:1px #ccc solid}
.mapeffect .fixedBox ul li{padding:0;border-bottom:1px #fff solid}
.mapeffect .fixedBox ul li a{padding:5px}
.mapeffect .fixedBox ul li a:hover{background-color:#fff}
.mapeffect h3 + ul, h3 + ol, h3 + dl {
    margin-top: 0em !important;
}
.mapeffect #mapeffect-pointer {
  display:none;
  position:absolute;
  width:10px;
  height:10px;
  left:0;
  top:0;
  z-index:30;
  background-color:#fff;
  border:1px #333 solid;
  opacity:.8;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px
}
#mapeffect-overlayBox{
  position:absolute;
  width:200px;
  min-height:30px;
  left:500px;
  top:400px;
  padding:10px;
  background-color:#e9eef7;
  -moz-box-shadow:0 0 10px #333;
  -webkit-box-shadow:0 0 10px #333;
  box-shadow:0 0 10px #333;z-index:299
}
#mapeffect-overlayBox h3{margin:0 0 .25em;padding:.25em 0;font-size:16px}
#mapeffect-overlayBox a{display:block;color:#222 !important;text-decoration:none}
#mapeffect-overlayBox a:focus,#mapeffect-overlayBox a:hover,#mapeffect-overlayBox a:active{
  color:#d3373b !important;
  text-decoration:underline
  }
#mapeffect-overlayBox ul{margin:0;padding:0;list-style:none;border-top:1px #ccc solid}
#mapeffect-overlayBox ul li{padding:0;border-bottom:1px #fff solid}
#mapeffect-overlayBox ul li a{padding:5px}
#mapeffect-overlayBox ul li a:hover{background-color:#fff}
#mapeffect-scrollBox h3 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
}
}

/* end map effects*/

@media only screen and (max-width: 768px) {
    /* phones */
    #slider{width:100%;}
    .anythingSlider{width:100%!important;height:260px;}
    .slogan{width:100%;padding:0;}
    .slogan p{padding:0.5em;font-size: 70%;}
    .anythingSlider .panel img{height:100%;}
    #logo{position:static;margin:25px 10px;}
    #topnav .topnav-bg, .topnav-search{display:none;}
    #header{margin-bottom:1px;height:auto;overflow:hidden;}
    .ym-wrapper{width:100%;margin:0 auto;}
    .ym-column{display:block;}
    #topnav, .toplink{position:static;clear: both;width:100%;overflow: hidden;}
    .toplink > ul{text-align: left;}
    .toplink li{margin:0 ;border-right:solid 1px #000;}
    .toplink li.last{border:none;}
    .toplink a{color:#000;padding:0 12px;}
    #nav > ul > li.mobile-navigation{display:block;text-transform: uppercase;background: url("../../img/down-arrow.png") no-repeat 90% 13px;}
    #nav > ul > li.mobile-navigation > ul {display: none;}
    .ym-col1{float: none; margin: 0 auto;}
    .slider-image{position:static;}
    #footer{padding-left:0;padding-top:1em;display:none;}
    #header .header-bg-right{height:60px;width:100%;position: relative;box-shadow: 0 0 8px #898989;}
    #nav{margin:0;position: relative;left:21px;top:-27px;width:97%;}
    #nav ul{position: relative;float: none;border:none;top:0;}
    #nav ul li{float: none;border:none!important;height:auto;}
    .ym-col2-main, .ym-col2-inner{width:100%;float:none;}
    .ym-col2-main .ym-col2{float:none;width:100%;border:none;}
    .ym-col2-main .ym-col3{float:none;width:100%;border:none;}
    .ym-col2 .ym-cbox{overflow: hidden;margin-bottom:10px;}
    .banner, .social-links, .supports, #footer .ym-col2{width:100%;}
    #nav ul li.last a{padding: 0 26px;}
    .social-links .ym-col1{margin:0;}
    #nav .sub-menu ul ul{width: 100%;position: relative;top:0;display:none;background:none;}
    #topnav ul, #topnav ul li{float:none;display:block;}
    #topnav ul li a.pdf-dw, #topnav ul li a.addtocart, #topnav ul li a.user, #topnav ul li a.flag_btn, #topnav ul li a.cloud, .articlecont{border-bottom:solid 1px #aaa;font-size:95%;text-indent:0;height:auto;width:98%;clear:both;margin:0;padding:2px 10px;background: url("../../img/down-arrow.png") no-repeat 97% 9px !important;line-height:1.7em;}
    #topnav ul li a{text-decoration: none;}
    #topnav ul li.sub-menu a:hover{background-position: 97% -7px !important;}
    #topnav .sub-menu ul{position: static;width:100%;padding:5px 0;}
    .topmenucart{display:block;overflow:hidden;}
    .toplink{width:75%;margin:0 auto;}
    article.text-n-img{width:100%;}
    .breadcrumb ul, article.text-n-img.odd{margin-left:0;}
    .sub-menu ul > li:first-child a{background-image: none;}
    #nav > ul > li.mobile-navigation > a{padding-left:10px;}
   /* #nav ul li.first a .skew{transform:none;}
       #nav > ul > li.mobile-navigation > a > .skew{ transform: skew(-15deg);}*/
    #nav > ul > li.mobile-navigation > ul{width:100%;left:-5px;background: #f0e492; /* Old browsers */
background: -moz-linear-gradient(top,  #f0e492 0%, #ffffff 50%, #f9df71 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e492), color-stop(50%,#ffffff), color-stop(100%,#f9df71)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f0e492 0%,#ffffff 50%,#f9df71 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f0e492 0%,#ffffff 50%,#f9df71 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f0e492 0%,#ffffff 50%,#f9df71 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f0e492 0%,#ffffff 50%,#f9df71 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e492', endColorstr='#f9df71',GradientType=0 ); /* IE6-9 */
    }
    #nav > ul > li.mobile-navigation > ul li a{border-bottom:solid 1px #C8C5AA;}
    #nav > ul > li.mobile-navigation > ul[style="display:inline"]{display:block;}


    .l-3col-123 .ym-col2-main .ym-col2 { width:auto; padding-right:12px}
    .l-3col-123 .ym-col3 .ym-cbox-right,
    .l-3col-123 .ym-col2-main .ym-col3 { float:none; margin-top:30px;margin-left: auto;margin-right: auto;}

   img, embed, object, video {height: auto; width: 100% !important;}

   /* Productlist fix */
   .tt-products .product-image img, .product-detail .pro-large-images img, .product-detail {
      width: auto !important;
   }

  /*24.03.14*/
  .mapeffect {display: none;}
  .pleft iframe {height: auto; width: 100%;}
  .banner { height: auto;margin-bottom: 20px;}

  #nav ul li a .skeiw, #nav ul > li.mobile-navigation > a > .skew {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
  }

  #nav ul li.sub-menu-hover ul a .skew {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
  }

  /* Startpage News */
  .ym-col3 .news {
    max-width: 100%;
    float: none;
    padding-bottom: 10px;
  }

  .ym-col3 .newsitems .news-image {
    float: none;
    margin: 0 auto;
    min-width: 175px;
  }

  .ym-col1 .newsitems-arrow, .ym-col3 .newsitems-arrow {
    width: 100%;
  }

}


.single-product-highlight .productitems h3 input[type="submit"]{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none;
    font-size: 11px;
    font-weight: 500;
    padding: 0;
    text-decoration: underline;}

.single-product-highlight .icon-img input[type="text"]{width:100%;font-size: 10px;height: 32px;}

.single-product-highlight .pdf-download{  height: 32px;
    width: 34px;float:left;margin-top: 6px;}

.single-product-highlight .block-bottom{position: relative;}
.single-product-highlight .block-bottom .icon-img{ float:left}
.single-product-highlight .block-bottom .block-bottom-txt{float:left;width: 90px;}
.single-product-highlight .block-bottom .block-bottom-txt h3{
  background: none;
  display: block;
  margin-bottom: 0px;
  padding: 0px;
  box-shadow: none;
  text-transform: uppercase;
  margin-top: 0px;
}
.single-product-highlight .block-bottom .pdf-download a{background: url("../../img/icons-top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); display: block;
    height: 30px;
    text-indent: -99999em;
    width: 30px;}
.single-product-highlight .productitems {
    border-top: 6px solid #FDE31F;
    position: relative;
    width: 170px;
    box-shadow: 0 0 10px #CCCCCC;
}
.single-product-highlight .productitems-note {
    background: url("../../img/slogan-transparent1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 41px;
    padding:4%;
    position: absolute;
    width:92%;
}

.single-product-highlight .productitems {
    border-top: 6px solid #FDE31F;
    position: relative;
    width: 170px;
}

.single-product-highlight .productitems-arrow {
    background: url("../../img/left-dw-arrow.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    height: 8px;
    position: absolute;
    width: 100%;
}

.Tx-Formhandler article.text-n-img {border-top:0;box-shadow:none }
.Tx-Formhandler input[type="submit"] {margin-left:0 !important; margin-top:10px}


.two-column-content .ym-col3 p {
  font-size: 13px;
  line-height: 1.2;
  margin: 1.43em 0px 0px;
}

.two-column-content .ym-col3 .csc-textpic, .two-column-content .ym-col2 .csc-textpic  {
  position: relative;
  margin-bottom: 0px;

  border-top: 6px solid rgb(254, 224, 0);
  margin-top: 0px;
}

.ym-col2-main .two-column-content .ym-col3 p {
  font-size: 13px;
  line-height: 1.43;
  margin: /*1.43em 0px*/ 0px;
}

/* .ym-col2-main .two-column-content .ym-col3 .csc-textpic {
  position: relative;
  margin-bottom: 20px;
  border-top: 0px;
  box-shadow: none;
  margin-top: 0px;
  background: none;
}
*/
.ym-contain-dt h1 {
  font-size: 13px;
  background: url("../../img/block-header-bg.png") no-repeat scroll 0% 0% rgb(255, 209, 2);
  display: block;
  padding: 8px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 8px rgb(204, 204, 204);
  text-transform: uppercase;
  margin-top: 0px;
}
.single-product-highlight form {
padding-bottom: 10px;
}

.list-view{overflow: hidden;padding:10px;}
.tx-cal-controller .list-view .vevent{font-weight:normal;}
.tx-cal-controller .list-view .vevent .dtstart-container, .tx-cal-controller .list-view .vtodo .dtstart-container{text-align: left;}

.tt-products .block-bottom-txt > h3.addtocarttext0{display:block !important;}
.single-product-highlight .block-bottom .block-bottom-txt h3.addtocarttext0{display:block !important;}
.tt-products .block-bottom-txt > h3.addtocartlink0{display:none;}
.single-product-highlight .block-bottom .block-bottom-txt h3.addtocartlink0{display:none !important;}
.single-product-highlight .block-bottom .block-bottom-txt h3.addtocarttext0{display:block !important;}

.basketaddress-error{display:none;color: #FF0000;font-size: 11px;line-height: 1.43;}
.basketproductprice {
  font-weight: 500
}
dl.csc-menu.csc-menu-4 {
  margin: 0px;
  border-bottom: 1px solid #000;
}
dl.csc-menu.csc-menu-4 dt {
  border-top: 1px solid #000;
  padding-top: 10px;
  margin: 20px 0px 10px;
  font-weight: normal;
    /*background: url('../../img/block-header-bg.png') no-repeat scroll 0px 0px #FFD102;
    display: block;
    margin-bottom: 10px;
    padding: 8px;
    box-shadow: 0px 0px 8px #CCC;
    text-transform: uppercase;*/
}

dl.csc-menu.csc-menu-4 .menu-image {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  float: left;
}

dl.csc-menu.csc-menu-4 dd, dl.csc-menu.csc-menu-4 dt {
  padding-left: 10px;
}

dl.csc-menu.csc-menu-4 .menu-with-image {
  min-height: 175px;
}

dl.csc-menu.csc-menu-4 dd a {
  margin-left: 5px;
}

dl.csc-menu.csc-menu-4 dt a {
  font-weight: 500;
}
.col2-main-content dl.csc-menu.csc-menu-4 dt {
padding-left: -12px;
}



/* new addition for top menu */
#nav > ul > li { display:inline-block}
#nav  ul  li ul { display:none}
/* Active Menu */
#nav > ul > li.active > a > .skew{background: #FEE000;}
/* Current Menu */
#nav > ul > li.sub-menu > ul li.current a .skew {background: transparent;}
#nav > ul > li.sub-menu > ul li.current a {
  background: #f9e69e; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZTY5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmRkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f9e69e 0%, #ffdd00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9e69e), color-stop(100%,#ffdd00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f9e69e 0%,#ffdd00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f9e69e 0%,#ffdd00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f9e69e 0%,#ffdd00 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f9e69e 0%,#ffdd00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e69e', endColorstr='#ffdd00',GradientType=0 ); /* IE6-8 */
}

@media only screen and (max-width: 768px) {
#nav > ul > li { display:none}
#nav > ul > li.mobile-navigation{width:100%}
#nav > ul > li.mobile-navigation.opened ul{display:block}
#nav > ul > li.mobile-navigation ul {width:100%}
#nav  ul  li ul { display:none !important}
#nav  ul  li.mobile-navigation.opened ul{display:block !important}

}
@media only screen and (max-width: 480px) {
  .anythingSlider{height:200px;}

  dl.csc-menu.csc-menu-4 .menu-image {
    width: 100%;
    text-align: center;
  }

  dl.csc-menu.csc-menu-4 .menu-image img {
    max-width: 50%;
  }
}

/* --- Lösung einblenden beim Adventsgewinnspiel --- */
#akkordeon:not(:target) .inhalt,
#akkordeon:not(:target) .hide,
#akkordeon:target .show {display: none;}
#akkordeon:target .inhalt {display: block;}

.inhalt {
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
padding: 20px 20px 1px;
margin: 0px 0px 10px;
}

.show,
.hide {
padding:10px;
background: rgb(254, 164, 0);
box-shadow:none!important;
color:#fff;
font-weight:bold;
}

.show:hover,
.hide:hover {
background: rgb(255, 214, 118);
color:#fff!important;
transition:0.2s all ease-in-out!important;
}

/* --- CSS after CMS upgrade --- */

/*.two-column-content .ym-col2 {
  width: 360px !important;
}

.two-column-content .ym-col3 {
  width: 340px !important ;
}
*/