/* basics */
/* line 2, ../Sass/default.sass */
body {
  background: transparent;
  color: #464646;
  font-size: 15px;
  font-family: "Ubuntu", sans-serif;
  line-height: 21px;
  margin-bottom: 74px;
}

/* line 10, ../Sass/default.sass */
a {
  text-decoration: underline;
  color: #464646;
}
/* line 14, ../Sass/default.sass */
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #464646;
}

/* line 20, ../Sass/default.sass */
p {
  margin: 0 0 1.0625em 0;
}

/* line 23, ../Sass/default.sass */
h1 {
  font-size: 1.6em;
  line-height: 29px;
  margin: 0 0 14px 0;
}

/* line 28, ../Sass/default.sass */
h2 {
  font-size: 1.33333em;
  line-height: 24px;
  margin: 8px 0 2px 0;
}

/* line 33, ../Sass/default.sass */
h4 {
  font-size: 1.13333em;
  line-height: 21px;
  margin: 0;
}

/* line 38, ../Sass/default.sass */
h5 {
  font-size: 1em;
  line-height: 21px;
  margin: 0;
}

/* line 43, ../Sass/default.sass */
.container {
  position: relative;
  z-index: 2;
}
/* line 49, ../Sass/default.sass */
.container .span1.header .logo {
  width: 270px;
  background: url("../Images/white_bg_90.png");
  background: rgba(255, 255, 255, 0.9);
  padding: 0 0 31px 0;
  margin-bottom: 2px;
}
/* line 56, ../Sass/default.sass */
.container .span1.header .logo:hover {
  background: url("../Images/white_bg_95.png");
  background: rgba(255, 255, 255, 0.95);
}
/* line 61, ../Sass/default.sass */
.container .span1.header .logo .logo-container {
  padding: 31px 0 0 18px;
}
/* line 64, ../Sass/default.sass */
.container .language-switch {
  float: right;
}
/* line 67, ../Sass/default.sass */
.container .language-switch a {
  text-decoration: none;
  display: block;
  padding: 0 12px 0 5px;
  margin: 0 0 2px 0;
  background: url("../Images/white_bg.png");
  background: rgba(255, 255, 255, 0.9);
}
/* line 76, ../Sass/default.sass */
.container .language-switch a.de {
  display: block;
  background: white url("../Images/sprachwahl.png") 24px 15px no-repeat;
  background: rgba(255, 255, 255, 0.9) url("../Images/sprachwahl.png") 24px 15px no-repeat;
}
/* line 81, ../Sass/default.sass */
.container .language-switch a.de.active {
  background: #b7ce00 url("../Images/sprachwahl.png") 24px 15px no-repeat;
}
/* line 85, ../Sass/default.sass */
.container .language-switch ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* line 91, ../Sass/default.sass */
.container .language-switch ul li {
  padding: 0;
  margin: 0;
  display: none;
}

/* navigation */
/* line 97, ../Sass/default.sass */
.navigation {
  width: 270px;
  margin: 0 0 74px 0;
}
/* line 100, ../Sass/default.sass */
.navigation ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  overflow: hidden;
}
/* line 106, ../Sass/default.sass */
.navigation ul li {
  margin: 0 0 2px 0;
}
/* line 109, ../Sass/default.sass */
.navigation ul li a {
  display: block;
  padding: 5px 0 4px 55px;
  background: url("../Images/white_bg.png");
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  letter-spacing: 0px;
}
/* line 117, ../Sass/default.sass */
.navigation ul li a:hover {
  background: url("../Images/white_bg_95.png");
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: bold;
}
/* line 128, ../Sass/default.sass */
.navigation ul li.dropdown.open a:before {
  content: "";
}
/* line 131, ../Sass/default.sass */
.navigation ul li.dropdown.open a {
  background: url("../Images/white_bg_90.png");
  background: rgba(255, 255, 255, 0.9);
}
/* line 135, ../Sass/default.sass */
.navigation ul li.dropdown.open a:hover {
  background: url("../Images/white_bg_95.png");
  background: rgba(255, 255, 255, 0.95);
}
/* line 141, ../Sass/default.sass */
.navigation ul li.dropdown.open ul li a:before {
  content: "";
}
/* line 144, ../Sass/default.sass */
.navigation ul li.open a {
  font-weight: bold;
  letter-spacing: 0px;
}
/* line 150, ../Sass/default.sass */
.navigation ul li.open ul li a {
  font-weight: normal;
}
/* line 152, ../Sass/default.sass */
.navigation ul li.open ul li a:hover {
  background: url("../Images/white_bg.png");
  background: rgba(255, 255, 255, 0.9);
  font-weight: bold;
}
/* line 157, ../Sass/default.sass */
.navigation ul ul {
  display: none;
}
/* line 159, ../Sass/default.sass */
.navigation ul ul li {
  margin: 0;
}
/* line 161, ../Sass/default.sass */
.navigation ul ul li a {
  padding: 5px 0 4px 74px;
}

/* Startpage slider */
/* line 166, ../Sass/default.sass */
.slider .box {
  padding: 10px 10px 7px 10px;
  background: url("../Images/white_bg.png");
  background: rgba(255, 255, 255, 0.9);
}
/* line 171, ../Sass/default.sass */
.slider .box p.more {
  margin: 0;
}
/* line 177, ../Sass/default.sass */
.slider .previous a,
.slider .next a {
  display: block;
  width: 32px;
  height: 395px;
}
/* line 182, ../Sass/default.sass */
.slider .previous a:hover,
.slider .next a:hover {
  background: white;
  background: white;
}
/* line 186, ../Sass/default.sass */
.slider .previous {
  float: left;
  background: white url("../Images/previous_slider.png") center center no-repeat;
  background: rgba(255, 255, 255, 0.9) url("../Images/previous_slider.png") center center no-repeat;
}
/* line 192, ../Sass/default.sass */
.slider .previous a:hover {
  background: white url("../Images/previous_slider.png") center center no-repeat;
  background: white url("../Images/previous_slider.png") center center no-repeat;
}
/* line 196, ../Sass/default.sass */
.slider .next {
  float: right;
  background: white url("../Images/next_slider.png") center center no-repeat;
  background: rgba(255, 255, 255, 0.9) url("../Images/next_slider.png") center center no-repeat;
}
/* line 202, ../Sass/default.sass */
.slider .next a:hover {
  background: white url("../Images/next_slider.png") center center no-repeat;
  background: white url("../Images/next_slider.png") center center no-repeat;
}

/* content */
/* line 209, ../Sass/default.sass */
.container .span2.content {
  margin-top: 107px;
  background: url("../Images/white_bg.png");
  background: rgba(255, 255, 255, 0.9);
}
/* line 214, ../Sass/default.sass */
.container .span2.content .content-inner {
  padding: 18px 18px 1px 18px;
}
/* line 217, ../Sass/default.sass */
.container .span2.content .content-inner .content-image {
  margin-bottom: 16px;
}
/* line 222, ../Sass/default.sass */
.container .span2.content h1 {
  margin: -3px 0 -6px 0;
}
/* line 225, ../Sass/default.sass */
.container .span2.content h2 {
  margin: 11px 0 8px 0;
}
/* line 228, ../Sass/default.sass */
.container .span2.content .portrait {
  margin-bottom: 18px;
}
/* line 231, ../Sass/default.sass */
.container .span2.content .portrait .portrait-heading {
  text-align: center;
  border-bottom: 1px solid black;
  margin: -18px 0 22px 0;
}
/* line 236, ../Sass/default.sass */
.container .span2.content .portrait .portrait-heading h2 {
  display: inline;
  position: relative;
  top: 10px;
  background: url("../Images/h2_portrait.png") repeat-x;
  margin: 0;
  padding: 0 8px 0 6px;
  font-weight: normal;
}
/* line 245, ../Sass/default.sass */
.container .span2.content .portrait .portrait-image {
  float: left;
  width: 51%;
}
/* line 249, ../Sass/default.sass */
.container .span2.content .portrait .portrait-content {
  margin-left: 53%;
}
/* line 252, ../Sass/default.sass */
.container .span2.content .portrait .portrait-content h4 {
  font-weight: bold;
}
/* line 254, ../Sass/default.sass */
.container .span2.content .portrait .portrait-content .portrait-meta {
  margin: 0;
}
/* line 257, ../Sass/default.sass */
.container .span2.content .portrait .portrait-content .portrait-meta ul {
  list-style: none;
  overflow: hidden;
  margin: -10px 0 19px 0;
  padding: 0;
}
/* line 263, ../Sass/default.sass */
.container .span2.content .portrait .portrait-content .portrait-meta ul li {
  float: left;
  margin-right: 10px;
}
/* line 268, ../Sass/default.sass */
.container .span2.content .portrait .portrait-content .portait-products {
  margin: 0 0 17px 0;
}
/* line 273, ../Sass/default.sass */
.container .span2.content h4 {
  font-weight: normal;
  margin: 0 0 9px 0;
}
/* line 277, ../Sass/default.sass */
.container .span2.content h5 {
  margin: 0 0 -3px 0;
}
/* line 281, ../Sass/default.sass */
.container .span2.content .image-column .image-inner {
  margin: 0 auto;
}
/* line 285, ../Sass/default.sass */
.container .span2.content .image-column .image-inner.four .image-content {
  width: 24%;
  float: left;
  margin-left: 1%;
}
/* line 290, ../Sass/default.sass */
.container .span2.content .image-column .image-inner.four .image-content:first-child {
  margin-left: 0;
}
/* line 294, ../Sass/default.sass */
.container .span2.content .image-column .image-inner.two .image {
  width: 50%;
  float: left;
  margin-bottom: 12px;
  position: relative;
}
/* line 300, ../Sass/default.sass */
.container .span2.content .image-column .image-inner.two .image .image-content {
  width: 22%;
  float: left;
}
/* line 304, ../Sass/default.sass */
.container .span2.content .image-column .image-inner.two .image .image-text {
  margin-left: 22%;
}

/* line 308, ../Sass/default.sass */
.footer-wide {
  margin-top: 18px;
  background: black;
  height: 56px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 3;
  color: #797979;
}
/* line 318, ../Sass/default.sass */
.footer-wide p {
  margin: 0;
  font-size: 0.75em;
  line-height: 13px;
}
/* line 323, ../Sass/default.sass */
.footer-wide form.searchform {
  float: left;
  width: 92%;
}
/* line 327, ../Sass/default.sass */
.footer-wide form.searchform fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/* line 332, ../Sass/default.sass */
.footer-wide form.searchform label {
  float: left;
  margin-right: 5px;
}
/* line 336, ../Sass/default.sass */
.footer-wide form.searchform input {
  height: 21px;
  padding: 0 2px;
  border: none;
  background: #292929;
}
/* line 342, ../Sass/default.sass */
.footer-wide .social-media {
  float: right;
}
/* line 345, ../Sass/default.sass */
.footer-wide .social-media a {
  opacity: 0.6;
}
/* line 348, ../Sass/default.sass */
.footer-wide .social-media a:hover {
  opacity: 1;
}

/* Super BG - Stretch Image */
/* line 352, ../Sass/default.sass */
.stretch-image {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* line 362, ../Sass/default.sass */
.stretch-image {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1000ms ease-in;
  -moz-transition: all 1000ms ease-in;
  -ms-transition: all 1000ms ease-in;
  -o-transition: all 1000ms ease-in;
  transition: all 1000ms ease-in;
}

/* line 371, ../Sass/default.sass */
.stretch-image.current {
  opacity: 1;
  visibility: visible;
}

/* line 375, ../Sass/default.sass */
.opacity .stretch-image {
  visibility: visible;
}

/* line 378, ../Sass/default.sass */
.stretch-image img {
  position: absolute;
  max-width: none;
}

/* line 382, ../Sass/default.sass */
.stretch-image-next,
.stretch-image-prev {
  display: none;
}

/* accessability */
/* line 388, ../Sass/default.sass */
ul#skiplinks {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 393, ../Sass/default.sass */
ul#skiplinks a {
  display: block;
  position: absolute;
  left: -999em;
  float: left;
}
/* line 399, ../Sass/default.sass */
ul#skiplinks a:focus, ul#skiplinks a:active {
  left: 10px;
}
