/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2013 Leo Feyer
 *
 * @package Core
 * @link    https://contao.org
 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Reset the margin and padding of the block elements
 */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, figure, table, th, td, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0; }

/**
 * Basic element formatting
 */
table {
  border-spacing: 0;
  border-collapse: collapse; }

caption, th, td {
  text-align: left;
  text-align: start;
  /* see #4596 */
  vertical-align: top; }

abbr, acronym {
  font-variant: normal;
  border-bottom: 1px dotted #666;
  cursor: help; }

blockquote, q {
  quotes: none; }

fieldset, img {
  border: 0; }

ul {
  list-style-type: none; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

del {
  text-decoration: line-through; }

ins {
  text-decoration: none; }

/**
 * Default font settings
 */
input, button, textarea, select {
  font-family: inherit;
  font-size: 99%;
  font-weight: inherit; }

pre, code {
  font-family: Monaco, monospace; }

table {
  font-size: inherit; }

caption, th {
  font-weight: bold; }

body, form {
  margin: 0;
  padding: 0; }

img {
  border: 0;
  margin: 0;
  padding: 0; }

header, footer, nav, section, aside, article, figure, figcaption {
  display: block; }

#main {
  width: 100%; }

#main .inside {
  min-height: 1px;
  /* see #4893 */ }

/**
 * Flexible images (videos see #4896)
 *
 * @see http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries
 */
img {
  border: 0;
  padding: 0;
  margin: 0; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.ie8 img {
  width: auto;
  /* see #5789 */ }

/**
 * Format the Contao image galleries (now rendered as unordered lists)
 */
.ce_gallery ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none; }

.ce_gallery li {
  float: left; }

.ce_gallery li.col_first {
  clear: left; }

/**
 * Clear floats
 */
.block {
  overflow: hidden; }

.clear, #clear {
  height: 1px;
  clear: both;
  margin-top: -1px; }

/**
 * Hide invisible elements
 */
.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

/**
 * Custom layout sections
 */
.custom {
  display: block; }

#container:after, .custom:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lora-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lora-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v17-latin-regular.woff2") format("woff2"), url("../fonts/lora-v17-latin-regular.woff") format("woff"), url("../fonts/lora-v17-latin-regular.ttf") format("truetype"), url("../fonts/lora-v17-latin-regular.svg#Lora") format("svg");
  /* Legacy iOS */ }

/* lora-700 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lora-v17-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lora-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v17-latin-700.woff2") format("woff2"), url("../fonts/lora-v17-latin-700.woff") format("woff"), url("../fonts/lora-v17-latin-700.ttf") format("truetype"), url("../fonts/lora-v17-latin-700.svg#Lora") format("svg");
  /* Legacy iOS */ }

/* lora-italic - latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/lora-v17-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lora-v17-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v17-latin-italic.woff2") format("woff2"), url("../fonts/lora-v17-latin-italic.woff") format("woff"), url("../fonts/lora-v17-latin-italic.ttf") format("truetype"), url("../fonts/lora-v17-latin-italic.svg#Lora") format("svg");
  /* Legacy iOS */ }

/* lora-700italic - latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/lora-v17-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lora-v17-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v17-latin-700italic.woff2") format("woff2"), url("../fonts/lora-v17-latin-700italic.woff") format("woff"), url("../fonts/lora-v17-latin-700italic.ttf") format("truetype"), url("../fonts/lora-v17-latin-700italic.svg#Lora") format("svg");
  /* Legacy iOS */ }

html {
  font-family: 'Lora', serif;
  font-size: 100%;
  font-weight: 400;
  color: #3a3a39;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.page {
  padding-left: 0%;
  padding-right: 0%; }
  @media (min-width: 0) and (max-width: 600px) {
    .page {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 600px) and (max-width: 990px) {
    .page {
      padding-left: 1%;
      padding-right: 1%; } }

.mod_navigation ul.level_2 div.level_2,
.page-big,
.page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .mod_navigation ul.level_2 div.level_2:after,
  .page-big:after,
  .page:after {
    content: " ";
    display: block;
    clear: both; }

@media (min-width: 0) and (max-width: 600px) {
  .box-50-text-r,
  .box-50-text {
    padding-left: 4%;
    padding-right: 4%;
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem; } }

@media (min-width: 700px) and (max-width: 990px) {
  .box-50-text-r,
  .box-50-text {
    width: 48%; } }

@media (min-width: 990px) {
  .page {
    width: 960px; }
  .box-50-text-r,
  .box-50-text {
    width: 480px; } }

@media (min-width: 1180px) {
  .page {
    width: 1140px; }
  .box-50-text-r,
  .box-50-text {
    width: 570px; } }

@media (min-width: 1640px) {
  .page {
    width: 1440px; }
  .box-50-text-r,
  .box-50-text {
    width: 720px; } }

@media (min-width: 2000px) {
  .page-big {
    width: 2000px; } }

.rtl {
  float: right;
  clear: both; }

.mod_navigation ul.level_2 div.level_2 {
  clear: both;
  overflow: hidden; }

.new-line {
  clear: both; }

.schatten-1 {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.15); }

.verlauf-1 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8bd800+34,c0e975+100 */
  background: #8bd800;
  /* Old browsers */
  background: -moz-linear-gradient(left, #8bd800 34%, #c0e975 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8bd800 34%, #c0e975 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8bd800 34%, #c0e975 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bd800', endColorstr='#c0e975',GradientType=1 );
  /* IE6-9 */ }

.margin-1 {
  margin-top: 1rem;
  margin-bottom: 0; }

.margin-4 {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 990px) {
    .margin-4 {
      margin-top: 5rem;
      margin-bottom: 5rem; } }

.padd-1 {
  padding: 1rem;
  padding-bottom: 0em; }

.padd-4 {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 990px) {
    .padd-4 {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

#main ol {
  list-style-type: decimal;
  padding-left: 15px; }
  #main ol li {
    margin-left: 10px;
    padding-left: 10px;
    text-indent: 0px;
    line-height: 1.5em;
    margin-top: 0.15em;
    margin-bottom: 0.15em; }

#main ul li {
  color: #3a3a39;
  margin-left: 16px;
  list-style: disc; }

#main .list-2 ul li {
  background-image: url(../icon/icon-striche.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 15px 14px;
  padding-left: 24px;
  list-style: none !important;
  list-style-position: outside;
  color: #58595b;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 990px) {
    #main .list-2 ul li {
      font-size: 21px;
      font-size: 1.3125rem; } }

.btn-1 span,
.btn-1 a,
#main .btn-1 span,
#main .btn-1 a {
  color: #3a3a39;
  padding: 0.6rem 2rem;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #c7b05a;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all ease-in-out 0.6s; }

.btn-1 span:hover,
.btn-1 a:hover,
#main .btn-1 span:hover,
#main .btn-1 a:hover {
  color: #3a3a39;
  background-color: #e7deb9;
  border: 1px solid #c7b05a;
  transition: all ease-in-out 0.6s; }

.btn-2 span,
.btn-2 a,
#main .btn-2 span,
#main .btn-2 a {
  color: #fff;
  padding: 0.6rem 2rem;
  display: inline-block;
  background-color: #c7b05a;
  border: 1px solid #c7b05a;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all ease-in-out 0.6s; }

.btn-2 span:hover,
.btn-2 a:hover,
#main .btn-2 span:hover,
#main .btn-2 a:hover {
  color: #fff;
  background-color: #d4c280;
  border: 1px solid #c7b05a;
  transition: all ease-in-out 0.6s; }

.btn-3 span,
.btn-3 a,
#main .btn-3 span,
#main .btn-3 a {
  color: #fff;
  padding: 0.6rem 2rem;
  display: inline-block;
  border: 1px solid #c7b05a;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all ease-in-out 0.6s; }

.btn-3 span:hover,
.btn-3 a:hover,
#main .btn-3 span:hover,
#main .btn-3 a:hover {
  color: #fff;
  background-color: #545452;
  border: 1px solid #c7b05a;
  transition: all ease-in-out 0.6s; }

.box-1 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

.box-1-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }

.box-1,
.box-1-rtl,
.box-1-1-rtl,
.box-1-1 {
  margin-top: 1rem; }

.box-2 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

.box-2-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }

.box-2,
.box-2-rtl,
.box-2-2-rtl,
.box-2-2 {
  margin-top: 1rem; }

.box-3 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

.box-3-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }

.box-3,
.box-3-rtl,
.box-3-3-rtl,
.box-3-3 {
  margin-top: 1rem; }

.box-4 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

.box-4-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }

.box-4,
.box-4-rtl,
.box-4-4-rtl,
.box-4-4 {
  margin-top: 1rem; }

.box-5 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

.box-5-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }

.box-5,
.box-5-rtl,
.box-5-5-rtl,
.box-5-5 {
  margin-top: 1rem; }

.box-6 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

.box-6-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }

.box-6,
.box-6-rtl,
.box-6-6-rtl,
.box-6-6 {
  margin-top: 1rem; }

.box-7 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

.box-7-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }

.box-7,
.box-7-rtl,
.box-7-7-rtl,
.box-7-7 {
  margin-top: 1rem; }

.box-8 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

.box-8-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }

.box-8,
.box-8-rtl,
.box-8-8-rtl,
.box-8-8 {
  margin-top: 1rem; }

.box-9 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

.box-9-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }

.box-9,
.box-9-rtl,
.box-9-9-rtl,
.box-9-9 {
  margin-top: 1rem; }

.box-10 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

.box-10-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }

.box-10,
.box-10-rtl,
.box-10-10-rtl,
.box-10-10 {
  margin-top: 1rem; }

.box-11 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

.box-11-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }

.box-11,
.box-11-rtl,
.box-11-11-rtl,
.box-11-11 {
  margin-top: 1rem; }

.box-12 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

.box-12-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }

.box-12,
.box-12-rtl,
.box-12-12-rtl,
.box-12-12 {
  margin-top: 1rem; }

.col-50 {
  display: block;
  width: 100%;
  margin-top: 1rem; }
  @media (min-width: 700px) {
    .col-50 {
      width: 50%;
      float: left; } }

.box-1 {
  width: 22.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-1 {
      width: 22.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 1180px) {
    .box-1 {
      width: 5.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-1-rtl {
  width: 22.2222222222%;
  float: right;
  margin-right: 1.3888888889%;
  margin-left: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-1-rtl {
      width: 22.2222222222%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }
  @media (min-width: 1180px) {
    .box-1-rtl {
      width: 5.5555555556%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

.box-2 {
  width: 47.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-2 {
      width: 47.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 1180px) {
    .box-2 {
      width: 13.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-2-rtl {
  width: 47.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-2-rtl {
      width: 47.2222222222%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }
  @media (min-width: 1180px) {
    .box-2-rtl {
      width: 13.8888888889%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

@media (min-width: 700px) {
  .box-3 {
    width: 47.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-3 {
    width: 22.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

.box-3-3 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-3-3 {
      width: 22.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-3-rtl {
    width: 47.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-3-rtl {
    width: 22.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

.box-3-3-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-3-3-rtl {
      width: 22.2222222222%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

@media (min-width: 700px) {
  .box-4 {
    width: 47.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-4 {
    width: 30.5555555556%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

.box-4-4 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-4-4 {
      width: 30.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-4-4-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-4-4-rtl {
      width: 30.5555555556%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-4-rtl {
    width: 47.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-4-rtl {
    width: 30.5555555556%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-5 {
    width: 47.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-5 {
    width: 38.8888888889%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

.box-5-5 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 1000px) {
    .box-5-5 {
      width: 38.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-5-5-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-5-5-rtl {
      width: 38.8888888889%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-5-rtl {
    width: 47.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-5-rtl {
    width: 38.8888888889%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-6 {
    width: 47.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-6 {
    width: 47.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-6-rtl {
    width: 47.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-6-rtl {
    width: 47.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-7 {
    width: 47.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-7 {
    width: 55.5555555556%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

.box-7-7 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-7-7 {
      width: 55.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-7-7-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-7-7-rtl {
      width: 55.5555555556%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-7-rtl {
    width: 47.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-7-rtl {
    width: 55.5555555556%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-8 {
    width: 47.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-8 {
    width: 63.8888888889%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

.box-8-8 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-8-8 {
      width: 63.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-8-8-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-8-8-rtl {
      width: 63.8888888889%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-8-rtl {
    width: 47.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-8-rtl {
    width: 63.8888888889%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-9 {
    width: 47.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-9 {
    width: 72.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

.box-9-9 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-9-9 {
      width: 72.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-9-9-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-9-9-rtl {
      width: 72.2222222222%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-9-rtl {
    width: 47.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-9-rtl {
    width: 72.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-10 {
    width: 80.5555555556%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-10-rtl {
    width: 80.5555555556%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-11 {
    width: 88.8888888889%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-11-rtl {
    width: 88.8888888889%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

.box-mitte {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-mitte {
      width: 80.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 9.7222222222%; } }
  @media (min-width: 1180px) {
    .box-mitte {
      width: 63.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 18.0555555556%; } }

@media (min-width: 1640px) {
  .offset-1 {
    margin-left: 9.7222222222%; } }

@media (min-width: 1640px) {
  .offset-2 {
    margin-left: 18.0555555556%; } }

@media (min-width: 1640px) {
  .offset-3 {
    margin-left: 26.3888888889%; } }

@media (min-width: 1640px) {
  .offset-4 {
    margin-left: 34.7222222222%; } }

@media (min-width: 1640px) {
  .offset-5 {
    margin-left: 43.0555555556%; } }

@media (min-width: 1640px) {
  .offset-6 {
    margin-left: 51.3888888889%; } }

@media (min-width: 1640px) {
  .offset-7 {
    margin-left: 59.7222222222%; } }

@media (min-width: 1640px) {
  .offset-8 {
    margin-left: 68.0555555556%; } }

@media (min-width: 1640px) {
  .offset-9 {
    margin-left: 76.3888888889%; } }

@media (min-width: 1640px) {
  .offset-10 {
    margin-left: 84.7222222222%; } }

@media (min-width: 1640px) {
  .offset-11 {
    margin-left: 93.0555555556%; } }

@media (min-width: 1640px) {
  .offset-12 {
    margin-left: 101.388888889%; } }

.cart-2 table {
  width: 100%; }
  .cart-2 table td.price,
  .cart-2 table td.total {
    text-align: right; }

.cart-2 input.button_update {
  display: none !important; }

.cart-2 .submit_container {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: right !important;
  border-bottom: 1px solid #808080; }
  .cart-2 .submit_container input.submit {
    width: 50% !important; }

.cart-2 .coupon {
  padding-top: 3rem;
  margin-bottom: 1rem; }
  .cart-2 .coupon .formbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .cart-2 .coupon .formbody label {
      padding: 0 !important; }
    .cart-2 .coupon .formbody input.text {
      width: 65% !important; }
    .cart-2 .coupon .formbody input.submit {
      width: 30% !important; }

.box-konto .flex-wrap {
  display: flex;
  flex-wrap: wrap; }
  .box-konto .flex-wrap .col-1 {
    width: 100%; }
    @media (min-width: 700px) {
      .box-konto .flex-wrap .col-1 {
        width: 50%; } }
  .box-konto .flex-wrap .col-2 {
    width: 100%; }
    @media (min-width: 700px) {
      .box-konto .flex-wrap .col-2 {
        width: 50%; } }
  .box-konto .flex-wrap .bg-grau-5 {
    padding-bottom: 1rem;
    color: #fff !important;
    font-size: 17px;
    font-size: 1.0625rem; }
    .box-konto .flex-wrap .bg-grau-5 p {
      color: #fff !important; }
    .box-konto .flex-wrap .bg-grau-5 table {
      width: 100%; }
      .box-konto .flex-wrap .bg-grau-5 table td.price,
      .box-konto .flex-wrap .bg-grau-5 table td.total {
        text-align: right; }
    .box-konto .flex-wrap .bg-grau-5 .coupon input.submit {
      width: auto !important;
      margin-top: 1rem; }

#main .produkt-liste-1 .price p {
  margin-top: 0rem; }

#main .produkt-liste-1 .submit_container {
  margin-bottom: 1rem; }
  #main .produkt-liste-1 .submit_container input {
    width: auto; }

#main .produkt-liste-2 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    #main .produkt-liste-2 {
      width: 63.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 18.0555555556%; } }
  #main .produkt-liste-2 .product_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  #main .produkt-liste-2 .product {
    width: 100%;
    margin-bottom: 1rem;
    background-color: #fff;
    padding: 1rem; }
    @media (min-width: 700px) {
      #main .produkt-liste-2 .product {
        width: 48%; } }
    #main .produkt-liste-2 .product .formbody {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #main .produkt-liste-2 .product .formbody .price p {
        margin-top: 1rem;
        font-size: 22px;
        font-size: 1.375rem; }
  #main .produkt-liste-2 p,
  #main .produkt-liste-2 h3 {
    color: #3a3a39 !important; }
  #main .produkt-liste-2 input.submit {
    background-color: #c7b05a;
    border: 1px solid #c7b05a;
    width: 100%;
    cursor: pointer;
    padding: 0.5rem;
    color: #fff; }
  #main .produkt-liste-2 input.submit:hover {
    color: #fff;
    background-color: #d4c280;
    border: 1px solid #c7b05a;
    transition: all ease-in-out 0.6s; }

.mod_iso_checkout {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 960px) {
    .mod_iso_checkout .flex-form {
      display: flex;
      justify-content: space-between;
      flex-warp: wrap; }
      .mod_iso_checkout .flex-form .widget {
        width: 32.5%; } }
  .mod_iso_checkout legend, .mod_iso_checkout label, .mod_iso_checkout textarea, .mod_iso_checkout select, .mod_iso_checkout input {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .mod_iso_checkout legend, .mod_iso_checkout input, .mod_iso_checkout textarea {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .mod_iso_checkout legend {
    width: 100%;
    display: block;
    border: 1px solid #f4f4f4;
    background-color: #dbdada; }
  .mod_iso_checkout .radio_container legend {
    width: 100%;
    display: block; }
  .mod_iso_checkout label {
    width: 100%;
    display: block;
    font-weight: 400;
    color: #808080; }
  .mod_iso_checkout textarea,
  .mod_iso_checkout select,
  .mod_iso_checkout input {
    display: block;
    width: 100%;
    font-size: 18px;
    font-size: 1.125rem;
    border: 1px solid #b4b4b4;
    background-color: #fff; }
  .mod_iso_checkout textarea {
    min-height: 100px; }
  .mod_iso_checkout textarea:focus,
  .mod_iso_checkout select:focus,
  .mod_iso_checkout input:focus {
    border: 1px solid #3a3a39; }
  .mod_iso_checkout input.checkbox {
    width: 8px;
    margin-right: 10px;
    text-align: left;
    display: block;
    float: left; }
  .mod_iso_checkout .widget-radio span {
    display: flex;
    align-items: center; }
  .mod_iso_checkout .widget-radio input.radio {
    width: 30px; }
  .mod_iso_checkout .widget-radio label {
    width: calc(100% - 30px); }
  .mod_iso_checkout .widget-radio p {
    margin-bottom: 0 !important; }
  .mod_iso_checkout input.captcha {
    width: 15%;
    display: inline;
    margin-right: 10px; }
  .mod_iso_checkout span.captcha_text {
    font-style: italic; }
  .mod_iso_checkout .widget-checkbox {
    background-color: #f4f4f4;
    padding: 0.5rem; }
    .mod_iso_checkout .widget-checkbox span {
      display: flex;
      align-items: center; }
    .mod_iso_checkout .widget-checkbox input {
      width: 20px; }
    .mod_iso_checkout .widget-checkbox label {
      width: calc(100% - 20px); }
  .mod_iso_checkout .checkbox-datenschutz {
    padding: 0 !important; }
    .mod_iso_checkout .checkbox-datenschutz legend span {
      display: inline-block;
      color: #808080; }
    .mod_iso_checkout .checkbox-datenschutz legend {
      padding: 0;
      margin-bottom: 0;
      color: #808080; }
    .mod_iso_checkout .checkbox-datenschutz span {
      align-items: baseline; }
  .mod_iso_checkout input.submit,
  .mod_iso_checkout button {
    cursor: pointer;
    color: #fff;
    padding: 0.6rem 2rem;
    display: inline-block;
    background-color: #c7b05a;
    border: 1px solid #c7b05a;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: all ease-in-out 0.6s; }
  .mod_iso_checkout input.submit:hover,
  .mod_iso_checkout button:hover {
    color: #fff;
    background-color: #d4c280;
    border: 1px solid #c7b05a;
    transition: all ease-in-out 0.6s; }
  @media (min-width: 990px) {
    .mod_iso_checkout {
      width: 63.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 18.0555555556%; } }
  .mod_iso_checkout label {
    color: #fff; }

#main .mod_iso_checkout .steps ol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3a3a39; }
  #main .mod_iso_checkout .steps ol a {
    text-decoration: underline;
    font-weight: 400;
    color: #808080 !important; }
  #main .mod_iso_checkout .steps ol a,
  #main .mod_iso_checkout .steps ol li {
    color: #3a3a39;
    list-style: none; }
  #main .mod_iso_checkout .steps ol li {
    width: 100%;
    display: block;
    text-align: center; }
    #main .mod_iso_checkout .steps ol li span {
      width: 100%;
      color: #808080; }
    #main .mod_iso_checkout .steps ol li span.active {
      color: #3a3a39; }
  #main .mod_iso_checkout .steps ol li:before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #c7b05a;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    color: #808080; }
  #main .mod_iso_checkout .steps ol li.active:before {
    background-color: #3a3a39;
    color: #fff; }
  #main .mod_iso_checkout .steps ol li.address:before {
    content: "1"; }
  #main .mod_iso_checkout .steps ol li.shipping:before {
    content: "2"; }
  #main .mod_iso_checkout .steps ol li.payment:before {
    content: "1"; }
  #main .mod_iso_checkout .steps ol li.last:before {
    content: "2"; }

#main #iso_mod_checkout_review,
#main #iso_mod_checkout_address,
#main #iso_mod_checkout_payment {
  background-color: #fff;
  padding: 0.8rem; }
  @media (min-width: 700px) {
    #main #iso_mod_checkout_review,
    #main #iso_mod_checkout_address,
    #main #iso_mod_checkout_payment {
      padding: 2rem; } }
  #main #iso_mod_checkout_review li, #main #iso_mod_checkout_review p, #main #iso_mod_checkout_review h1, #main #iso_mod_checkout_review h2, #main #iso_mod_checkout_review h3, #main #iso_mod_checkout_review label, #main #iso_mod_checkout_review input,
  #main #iso_mod_checkout_address li,
  #main #iso_mod_checkout_address p,
  #main #iso_mod_checkout_address h1,
  #main #iso_mod_checkout_address h2,
  #main #iso_mod_checkout_address h3,
  #main #iso_mod_checkout_address label,
  #main #iso_mod_checkout_address input,
  #main #iso_mod_checkout_payment li,
  #main #iso_mod_checkout_payment p,
  #main #iso_mod_checkout_payment h1,
  #main #iso_mod_checkout_payment h2,
  #main #iso_mod_checkout_payment h3,
  #main #iso_mod_checkout_payment label,
  #main #iso_mod_checkout_payment input {
    color: #3a3a39 !important; }
  #main #iso_mod_checkout_review .submit_container,
  #main #iso_mod_checkout_address .submit_container,
  #main #iso_mod_checkout_payment .submit_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #main #iso_mod_checkout_review .submit_container input,
    #main #iso_mod_checkout_address .submit_container input,
    #main #iso_mod_checkout_payment .submit_container input {
      cursor: pointer;
      width: 100%; }
      @media (min-width: 700px) {
        #main #iso_mod_checkout_review .submit_container input,
        #main #iso_mod_checkout_address .submit_container input,
        #main #iso_mod_checkout_payment .submit_container input {
          width: 48%; } }
    #main #iso_mod_checkout_review .submit_container input.previous,
    #main #iso_mod_checkout_address .submit_container input.previous,
    #main #iso_mod_checkout_payment .submit_container input.previous {
      margin-bottom: 1rem;
      background-color: #fff;
      border: 1px solid #3a3a39; }
      @media (min-width: 700px) {
        #main #iso_mod_checkout_review .submit_container input.previous,
        #main #iso_mod_checkout_address .submit_container input.previous,
        #main #iso_mod_checkout_payment .submit_container input.previous {
          margin-bottom: 0; } }
    #main #iso_mod_checkout_review .submit_container input.confirm,
    #main #iso_mod_checkout_review .submit_container input.next,
    #main #iso_mod_checkout_address .submit_container input.confirm,
    #main #iso_mod_checkout_address .submit_container input.next,
    #main #iso_mod_checkout_payment .submit_container input.confirm,
    #main #iso_mod_checkout_payment .submit_container input.next {
      background-color: #c7b05a;
      color: #fff !important; }
    #main #iso_mod_checkout_review .submit_container input.confirm:hover,
    #main #iso_mod_checkout_review .submit_container input.next:hover,
    #main #iso_mod_checkout_address .submit_container input.confirm:hover,
    #main #iso_mod_checkout_address .submit_container input.next:hover,
    #main #iso_mod_checkout_payment .submit_container input.confirm:hover,
    #main #iso_mod_checkout_payment .submit_container input.next:hover {
      background-color: #d1bf78;
      transition: all ease-in-out 0.6s; }
    #main #iso_mod_checkout_review .submit_container input.previous:hover,
    #main #iso_mod_checkout_address .submit_container input.previous:hover,
    #main #iso_mod_checkout_payment .submit_container input.previous:hover {
      background-color: #f4f4f4;
      transition: all ease-in-out 0.6s; }

#main #iso_mod_checkout_review .review.orderproducts,
#main #iso_mod_checkout_review .payment_method,
#main #iso_mod_checkout_review .shipping_method,
#main #iso_mod_checkout_review .billing_address {
  border-top: 1px solid #808080;
  padding-top: 0.5rem;
  margin-top: 1rem; }
  #main #iso_mod_checkout_review .review.orderproducts h3,
  #main #iso_mod_checkout_review .payment_method h3,
  #main #iso_mod_checkout_review .shipping_method h3,
  #main #iso_mod_checkout_review .billing_address h3 {
    margin-bottom: 0.25rem; }

#main #iso_mod_checkout_review .review.orderproducts {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block; }
  #main #iso_mod_checkout_review .review.orderproducts table {
    width: 100%; }
    #main #iso_mod_checkout_review .review.orderproducts table tr td {
      padding-top: 0.15rem;
      padding-bottom: 0.15rem; }
    #main #iso_mod_checkout_review .review.orderproducts table tr td.col_0 {
      display: none !important; }
    #main #iso_mod_checkout_review .review.orderproducts table tr td.col_last {
      text-align: right; }
    #main #iso_mod_checkout_review .review.orderproducts table tr.total {
      font-weight: 700; }

#main #iso_mod_checkout_review .submit_container {
  clear: both;
  border-top: 1px solid #808080;
  margin-top: 1rem;
  padding-top: 2rem; }

#main .box-cart {
  padding: 2rem;
  background-color: #e7e7e7;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.15); }
  #main .box-cart table {
    width: 100%;
    border-bottom: 1px solid #3a3a39; }
  #main .box-cart .coupon .formbody {
    display: flex;
    flex-wrap: wrap; }
    #main .box-cart .coupon .formbody label {
      display: none; }
    #main .box-cart .coupon .formbody input.text {
      width: 100%; }
      @media (min-width: 700px) {
        #main .box-cart .coupon .formbody input.text {
          width: 300px; } }
    #main .box-cart .coupon .formbody input.submit {
      width: 100%;
      margin-top: 1rem; }
      @media (min-width: 700px) {
        #main .box-cart .coupon .formbody input.submit {
          margin-top: 0rem;
          width: 200px;
          margin-left: 10px; } }

#main .review.orderproducts .formbody table,
#main .mod_iso_cart2 .formbody table {
  border-top: 1px solid #babab8; }
  #main .review.orderproducts .formbody table tbody tr,
  #main .mod_iso_cart2 .formbody table tbody tr {
    border-bottom: 1px solid #babab8; }
  #main .review.orderproducts .formbody table tfoot tr.total,
  #main .mod_iso_cart2 .formbody table tfoot tr.total {
    border-top: 1px solid #babab8;
    border-bottom: 1px solid #3a3a39; }

#main .review.orderproducts .formbody table,
#main .mod_iso_cart2 .formbody table {
  width: 100%;
  color: #fff;
  border-collapse: collapse;
  margin-bottom: 1em; }
  @media (min-width: 700px) {
    #main .review.orderproducts .formbody table td, #main .review.orderproducts .formbody table th,
    #main .mod_iso_cart2 .formbody table td,
    #main .mod_iso_cart2 .formbody table th {
      padding: 10px;
      text-align: left; }
    #main .review.orderproducts .formbody table tr.foot_last,
    #main .mod_iso_cart2 .formbody table tr.foot_last {
      font-weight: 700; }
    #main .review.orderproducts .formbody table .image_container img,
    #main .mod_iso_cart2 .formbody table .image_container img {
      width: 100%;
      height: auto; }
    #main .review.orderproducts .formbody table tfoot a.edit,
    #main .review.orderproducts .formbody table tbody a.edit,
    #main .mod_iso_cart2 .formbody table tfoot a.edit,
    #main .mod_iso_cart2 .formbody table tbody a.edit {
      display: none !important; }
    #main .review.orderproducts .formbody table tfoot a.remove,
    #main .review.orderproducts .formbody table tbody a.remove,
    #main .mod_iso_cart2 .formbody table tfoot a.remove,
    #main .mod_iso_cart2 .formbody table tbody a.remove {
      text-align: right;
      margin-bottom: 0.5em; }
    #main .review.orderproducts .formbody table tfoot td.image,
    #main .review.orderproducts .formbody table tbody td.image,
    #main .mod_iso_cart2 .formbody table tfoot td.image,
    #main .mod_iso_cart2 .formbody table tbody td.image {
      width: 10%; }
    #main .review.orderproducts .formbody table tfoot td.name,
    #main .review.orderproducts .formbody table tbody td.name,
    #main .mod_iso_cart2 .formbody table tfoot td.name,
    #main .mod_iso_cart2 .formbody table tbody td.name {
      width: 50%; }
    #main .review.orderproducts .formbody table tfoot td.quantity,
    #main .review.orderproducts .formbody table tbody td.quantity,
    #main .mod_iso_cart2 .formbody table tfoot td.quantity,
    #main .mod_iso_cart2 .formbody table tbody td.quantity {
      width: 10%;
      text-align: center; }
      #main .review.orderproducts .formbody table tfoot td.quantity input,
      #main .review.orderproducts .formbody table tbody td.quantity input,
      #main .mod_iso_cart2 .formbody table tfoot td.quantity input,
      #main .mod_iso_cart2 .formbody table tbody td.quantity input {
        background-color: #fff; }
    #main .review.orderproducts .formbody table tfoot td.price,
    #main .review.orderproducts .formbody table tbody td.price,
    #main .mod_iso_cart2 .formbody table tfoot td.price,
    #main .mod_iso_cart2 .formbody table tbody td.price {
      width: 10%;
      text-align: right; }
    #main .review.orderproducts .formbody table tfoot td.price.total,
    #main .review.orderproducts .formbody table tbody td.price.total,
    #main .mod_iso_cart2 .formbody table tfoot td.price.total,
    #main .mod_iso_cart2 .formbody table tbody td.price.total {
      display: 10%; }
    #main .review.orderproducts .formbody table tfoot td.remove,
    #main .review.orderproducts .formbody table tfoot td.actions,
    #main .review.orderproducts .formbody table tbody td.remove,
    #main .review.orderproducts .formbody table tbody td.actions,
    #main .mod_iso_cart2 .formbody table tfoot td.remove,
    #main .mod_iso_cart2 .formbody table tfoot td.actions,
    #main .mod_iso_cart2 .formbody table tbody td.remove,
    #main .mod_iso_cart2 .formbody table tbody td.actions {
      width: 10%; }
    #main .review.orderproducts .formbody table tfoot td.name,
    #main .mod_iso_cart2 .formbody table tfoot td.name {
      text-align: right; } }
  @media (min-width: 0) and (max-width: 700px) {
    #main .review.orderproducts .formbody table table,
    #main .mod_iso_cart2 .formbody table table {
      width: 100%;
      min-width: 100%;
      border-collapse: collapse; }
    #main .review.orderproducts .formbody table table::after,
    #main .review.orderproducts .formbody table table::before,
    #main .mod_iso_cart2 .formbody table table::after,
    #main .mod_iso_cart2 .formbody table table::before {
      box-sizing: border-box; }
    #main .review.orderproducts .formbody table tbody,
    #main .mod_iso_cart2 .formbody table tbody {
      font-size: 12px;
      font-size: 0.75rem; }
      #main .review.orderproducts .formbody table tbody li,
      #main .mod_iso_cart2 .formbody table tbody li {
        font-size: 12px;
        font-size: 0.75rem; }
      #main .review.orderproducts .formbody table tbody tr.product,
      #main .mod_iso_cart2 .formbody table tbody tr.product {
        margin-top: 1em;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        border-bottom: none; }
        #main .review.orderproducts .formbody table tbody tr.product td.image,
        #main .mod_iso_cart2 .formbody table tbody tr.product td.image {
          width: 20%; }
          #main .review.orderproducts .formbody table tbody tr.product td.image .image_container,
          #main .mod_iso_cart2 .formbody table tbody tr.product td.image .image_container {
            text-align: left; }
            #main .review.orderproducts .formbody table tbody tr.product td.image .image_container img,
            #main .mod_iso_cart2 .formbody table tbody tr.product td.image .image_container img {
              width: 90%;
              height: auto; }
        #main .review.orderproducts .formbody table tbody tr.product td.name,
        #main .mod_iso_cart2 .formbody table tbody tr.product td.name {
          width: 40%; }
        #main .review.orderproducts .formbody table tbody tr.product td.quantity,
        #main .mod_iso_cart2 .formbody table tbody tr.product td.quantity {
          width: 15%; }
          #main .review.orderproducts .formbody table tbody tr.product td.quantity input,
          #main .mod_iso_cart2 .formbody table tbody tr.product td.quantity input {
            background-color: #fff;
            width: 100%; }
        #main .review.orderproducts .formbody table tbody tr.product td.price,
        #main .mod_iso_cart2 .formbody table tbody tr.product td.price {
          padding-left: 0%;
          width: 15%;
          text-align: right; }
        #main .review.orderproducts .formbody table tbody tr.product td.price.total,
        #main .mod_iso_cart2 .formbody table tbody tr.product td.price.total {
          width: 0;
          padding-left: 0;
          display: none !important; }
        #main .review.orderproducts .formbody table tbody tr.product td.tax,
        #main .mod_iso_cart2 .formbody table tbody tr.product td.tax {
          display: none !important; }
        #main .review.orderproducts .formbody table tbody tr.product td.actions,
        #main .mod_iso_cart2 .formbody table tbody tr.product td.actions {
          width: 100%;
          margin-bottom: 1rem; }
    #main .review.orderproducts .formbody table tfoot,
    #main .mod_iso_cart2 .formbody table tfoot {
      margin-top: 1em;
      font-size: 12px;
      font-size: 0.75rem; }
      #main .review.orderproducts .formbody table tfoot td,
      #main .mod_iso_cart2 .formbody table tfoot td {
        padding-right: 0px; }
      #main .review.orderproducts .formbody table tfoot td.col_first,
      #main .review.orderproducts .formbody table tfoot td.tax,
      #main .review.orderproducts .formbody table tfoot td.col_last,
      #main .mod_iso_cart2 .formbody table tfoot td.col_first,
      #main .mod_iso_cart2 .formbody table tfoot td.tax,
      #main .mod_iso_cart2 .formbody table tfoot td.col_last {
        display: none !important; }
      #main .review.orderproducts .formbody table tfoot td.price,
      #main .mod_iso_cart2 .formbody table tfoot td.price {
        text-align: right; }
      #main .review.orderproducts .formbody table tfoot td.price.total,
      #main .mod_iso_cart2 .formbody table tfoot td.price.total {
        text-align: right; }
      #main .review.orderproducts .formbody table tfoot tr.foot_2 td.col_4,
      #main .mod_iso_cart2 .formbody table tfoot tr.foot_2 td.col_4 {
        font-weight: 700; } }

#main .review.orderproducts table.kopfzeile,
#main .mod_iso_cart2 table.kopfzeile {
  width: 100%;
  border-collapse: collapse; }
  @media (min-width: 0) and (max-width: 700px) {
    #main .review.orderproducts table.kopfzeile,
    #main .mod_iso_cart2 table.kopfzeile {
      display: none !important; } }
  @media (min-width: 700px) {
    #main .review.orderproducts table.kopfzeile,
    #main .mod_iso_cart2 table.kopfzeile {
      background-color: #f4f4f4;
      margin-bottom: 0em; }
      #main .review.orderproducts table.kopfzeile th,
      #main .mod_iso_cart2 table.kopfzeile th {
        border: 1px solid #f4f4f4; }
      #main .review.orderproducts table.kopfzeile th.col_1,
      #main .mod_iso_cart2 table.kopfzeile th.col_1 {
        width: 60%; }
      #main .review.orderproducts table.kopfzeile th.col_2,
      #main .mod_iso_cart2 table.kopfzeile th.col_2 {
        width: 13%; } }

@media (min-width: 1180px) {
  #main .review.orderproducts .submit_container,
  #main .mod_iso_cart2 .submit_container {
    width: 50%;
    float: right;
    display: block; } }

#main .review.orderproducts .submit_container input.submit.button_update,
#main .mod_iso_cart2 .submit_container input.submit.button_update {
  background-color: #3a3a39;
  border: 1px solid #3a3a39; }
  @media (min-width: 700px) {
    #main .review.orderproducts .submit_container input.submit.button_update,
    #main .mod_iso_cart2 .submit_container input.submit.button_update {
      width: 40%;
      float: left; } }

@media (min-width: 700px) {
  #main .review.orderproducts .submit_container input.submit.button_checkout,
  #main .mod_iso_cart2 .submit_container input.submit.button_checkout {
    width: 50%;
    display: block;
    float: right; } }

#main .review.orderproducts .submit_container input.cart,
#main .mod_iso_cart2 .submit_container input.cart {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  border: none;
  display: none !important;
  visibility: hidden; }

#main .review.orderproducts .coupon,
#main .mod_iso_cart2 .coupon {
  clear: both;
  display: block; }

h1, h2, h3, h4, h5, h6, p, .headline-1, .headline-2, .headline-3, .headline-4, .headline-5, .headline-6, caption, form .widget, form legend {
  margin-top: 0;
  margin-bottom: 1rem; }

#main img, ul, ol, video, table {
  margin-top: 0;
  margin-bottom: 1rem; }

#main .no-margin img {
  margin-bottom: -8px; }

video.no-margin,
table.no-margin,
ol.no-margin,
ul.no-margin,
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin,
p.no-margin {
  margin-bottom: 0em; }

h1, h2, h3, h4, h5, h6, .headline-1, .headline-2, .headline-3, .headline-4, .headline-5, .headline-6 {
  color: #3a3a39; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .headline-1 a, .headline-2 a, .headline-3 a, .headline-4 a, .headline-5 a, .headline-6 a {
    color: #3a3a39; }

.headline-1,
h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700; }
  @media (min-width: 990px) {
    .headline-1,
    h1 {
      font-size: 36px;
      font-size: 2.25rem; } }

.headline-2,
h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700; }
  @media (min-width: 990px) {
    .headline-2,
    h2 {
      font-size: 24px;
      font-size: 1.5rem; } }

.headline-3,
h3 {
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem; }
  @media (min-width: 990px) {
    .headline-3,
    h3 {
      font-size: 21px;
      font-size: 1.3125rem; } }

.headline-4,
h4 {
  font-size: 17px;
  font-size: 1.0625rem; }

.headline-5,
h5 {
  font-size: 16px;
  font-size: 1rem; }

.headline-6,
h6 {
  font-size: 17px;
  font-size: 1.0625rem; }

.uc-embedding-wrapper h3,
p.description-text {
  color: #808080 !important; }

li,
p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #3a3a39; }
  @media (min-width: 990px) {
    li,
    p {
      font-size: 16px;
      font-size: 1rem; } }

.grau-5 {
  color: #666; }

h4.text-2,
h3.text-2,
h2.text-2 {
  color: #666;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700; }

.text-2 h2, .text-2 h3, .text-2 h4, .text-2 h5, .text-2 p, .text-2 li {
  color: #666;
  font-size: 16px;
  font-size: 1rem; }

.text-2 h2, .text-2 h3, .text-2 h4, .text-2 h5 {
  font-weight: 700;
  margin-bottom: 0; }

.p-2 li,
li.p-2,
.p-2 p,
p.p-2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400; }
  @media (min-width: 990px) {
    .p-2 li,
    li.p-2,
    .p-2 p,
    p.p-2 {
      font-size: 21px;
      font-size: 1.3125rem; } }

.p-3 li,
li.p-3,
.p-3 p,
p.p-3 {
  font-size: 20px;
  font-size: 1.25rem; }
  @media (min-width: 990px) {
    .p-3 li,
    li.p-3,
    .p-3 p,
    p.p-3 {
      font-size: 24px;
      font-size: 1.5rem; } }

.p-4 li,
li.p-4,
.p-4 p,
p.p-4 {
  font-size: 18px;
  font-size: 1.125rem; }
  @media (min-width: 990px) {
    .p-4 li,
    li.p-4,
    .p-4 p,
    p.p-4 {
      font-size: 21px;
      font-size: 1.3125rem; } }

.border-r {
  border-right: 1px solid #c7b05a; }

#main a {
  text-decoration: none;
  font-weight: 700;
  color: #c7b05a;
  margin-left: 0;
  transition: all ease-in-out 0.2s; }

#main a:hover {
  color: #3a3a39;
  transition: all ease-in-out 0.2s; }

.fett {
  font-weight: 900; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 300; }

.upper {
  text-transform: uppercase; }

.weiss {
  color: #fff; }

@media (min-width: 700px) {
  .right {
    text-align: right !important; } }

.right .image_container {
  text-align: right !important; }

@media (min-width: 700px) {
  .center {
    text-align: center; } }

.btn-xl {
  font-size: 17px;
  font-size: 1.0625rem; }
  @media (min-width: 700px) {
    .btn-xl {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (min-width: 1180px) {
    .btn-xl {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media (min-width: 1640px) {
    .btn-xl {
      font-size: 32px;
      font-size: 2rem; } }

.list-xl {
  font-size: 17px;
  font-size: 1.0625rem; }
  @media (min-width: 700px) {
    .list-xl {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (min-width: 1180px) {
    .list-xl {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media (min-width: 1640px) {
    .list-xl {
      font-size: 22px;
      font-size: 1.375rem; } }

.list-s,
.btn-s {
  font-size: 16px;
  font-size: 1rem; }

.btn100 {
  text-align: center;
  width: 100%; }

.color-1 {
  color: #3a3a39; }

.color-2 {
  color: #c7b05a; }

.color-3 {
  color: #32363f; }

.grau-1 {
  color: #f4f4f4; }

.grau-2 {
  color: #808080; }

.grau-3 {
  color: #58595b; }

.float_left {
  float: left; }

.small {
  font-size: 14px;
  font-size: 0.875rem; }

hr {
  border-left: none;
  border-right: none;
  border-bottom: none; }

strong {
  font-weight: 700; }

span.name {
  width: 80px;
  display: block;
  float: left; }

span.number {
  webkit-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1; }

.border {
  border: 1px solid #3a3a39;
  padding: 1rem;
  padding-bottom: 0em;
  background-color: #fff; }

.caption {
  text-align: left;
  font-weight: 300;
  font-style: italic; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 1rem; }
  @media (min-width: 990px) {
    .mt-2 {
      margin-top: 2rem; } }

.mt-3 {
  margin-top: 1rem; }
  @media (min-width: 990px) {
    .mt-3 {
      margin-top: 4rem; } }

.mb-0 {
  margin-bottom: 0.25rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 1rem; }
  @media (min-width: 990px) {
    .mb-2 {
      margin-bottom: 2rem; } }

.mb-3 {
  margin-bottom: 1rem; }
  @media (min-width: 990px) {
    .mb-3 {
      margin-bottom: 4rem; } }

@media (min-width: 0) and (max-width: 600px) {
  .s-none {
    display: none !important; } }

@media (min-width: 0) and (max-width: 700px) {
  .m-none {
    display: none !important; } }

@media (min-width: 0) and (max-width: 960px) {
  .l-none {
    display: none !important; } }

@media (min-width: 960px) {
  .l-none2 {
    display: none !important; } }

@media (min-width: 0) and (max-width: 1140px) {
  .xl-none {
    display: none !important; } }

.image30 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image30 .image_container img {
      width: 100%;
      height: auto; } }
  @media (min-width: 600px) {
    .image30 .image_container img {
      width: 50%;
      height: auto; } }
  @media (min-width: 960px) {
    .image30 .image_container img {
      width: 30%;
      height: auto; } }

.image40 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image40 .image_container img {
      width: 100%;
      height: auto; } }
  @media (min-width: 600px) {
    .image40 .image_container img {
      width: 50%;
      height: auto; } }
  @media (min-width: 960px) {
    .image40 .image_container img {
      width: 40%;
      height: auto; } }

.image50 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image50 .image_container img {
      width: 100%;
      height: auto; } }
  @media (min-width: 600px) {
    .image50 .image_container img {
      width: 50%;
      height: auto; } }
  @media (min-width: 960px) {
    .image50 .image_container img {
      width: 50%;
      height: auto; } }

.image60 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image60 .image_container img {
      width: 60%;
      height: auto; } }
  @media (min-width: 600px) {
    .image60 .image_container img {
      width: 50%;
      height: auto; } }
  @media (min-width: 960px) {
    .image60 .image_container img {
      width: 60%;
      height: auto; } }

.image70 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image70 .image_container img {
      width: 60%;
      height: auto; } }
  @media (min-width: 600px) {
    .image70 .image_container img {
      width: 50%;
      height: auto; } }
  @media (min-width: 960px) {
    .image70 .image_container img {
      width: 70%;
      height: auto; } }

.image80 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image80 .image_container img {
      width: 100%;
      height: auto; } }
  @media (min-width: 600px) {
    .image80 .image_container img {
      width: 60%;
      height: auto; } }
  @media (min-width: 960px) {
    .image80 .image_container img {
      width: 80%;
      height: auto; } }

.image100 .image_container {
  text-align: center; }
  .image100 .image_container img {
    width: 100%;
    height: auto; }

#main .list-3 ul li {
  list-style: none !important;
  margin: 0;
  padding: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.55rem;
  padding-left: 0.25rem; }

#main .list-3 ul li:nth-child(odd) {
  background-color: #f4f4f4; }

.master-2 li.bestellen {
  display: none !important; }

#header .nav-01 ul {
  margin-bottom: 0; }
  #header .nav-01 ul li {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    margin-left: 0.4em;
    margin-right: 0.4em;
    display: inline-block; }
    @media (min-width: 1252px) {
      #header .nav-01 ul li {
        margin-left: 1em;
        margin-right: 1em; } }
    @media (min-width: 1180px) {
      #header .nav-01 ul li {
        font-size: 22px;
        font-size: 1.375rem; } }
    #header .nav-01 ul li a {
      display: block;
      text-decoration: none;
      padding-bottom: 1rem;
      color: #fff; }
    #header .nav-01 ul li strong:hover,
    #header .nav-01 ul li a:hover {
      color: #c7b05a; }
  #header .nav-01 ul li.logout,
  #header .nav-01 ul li.login,
  #header .nav-01 ul li.masterclass {
    display: none !important; }
  #header .nav-01 ul li.first {
    margin-left: 0; }
  #header .nav-01 ul li.active strong,
  #header .nav-01 ul li.trail a {
    display: block;
    padding-bottom: 1rem;
    color: #c7b05a;
    font-weight: 400; }

#header .nav-01 .level_2 {
  position: absolute;
  left: -9999px;
  top: -9999px;
  overflow: hidden;
  display: inline;
  width: 0;
  height: 0;
  z-index: 1;
  opacity: .0; }

#header .nav-01 li:hover ul.level_2 {
  border: 1px solid #808080;
  text-align: left;
  left: auto;
  top: auto;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  padding: 1em;
  background-color: #545452;
  height: auto;
  overflow: visible;
  display: block;
  z-index: 99;
  width: auto;
  min-width: 200px;
  padding-bottom: 0.2rem;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.15); }
  #header .nav-01 li:hover ul.level_2 li {
    display: block;
    text-transform: none;
    border-bottom: none;
    margin-left: 0em;
    margin-right: 0em;
    float: none;
    text-align: left; }
    #header .nav-01 li:hover ul.level_2 li a {
      color: #fff !important; }
  #header .nav-01 li:hover ul.level_2 ul.level_3 li {
    margin-left: 0.85rem; }
  #header .nav-01 li:hover ul.level_2 li.trail a.trail,
  #header .nav-01 li:hover ul.level_2 li.active strong,
  #header .nav-01 li:hover ul.level_2 li.trail strong {
    color: #c7b05a; }

#main .nav-10 {
  position: fixed;
  top: 0;
  background-color: #3a3a39;
  border-bottom: 1px solid #000;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  #main .nav-10 ul {
    margin-bottom: 0; }
    #main .nav-10 ul li {
      font-size: 14px;
      font-size: 0.875rem;
      font-family: 'arial', sans-serif;
      display: inline-block;
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
      #main .nav-10 ul li a {
        font-weight: 400;
        color: #fff; }

#mmenu .mm-panels .mm-panel li.login.mm-listitem {
  padding-top: 4rem; }

#mmenu .mm-panels .mm-panel li.login.mm-listitem,
#mmenu .mm-panels .mm-panel li.masterclass.mm-listitem {
  border-color: #c7b05a; }
  #mmenu .mm-panels .mm-panel li.login.mm-listitem span, #mmenu .mm-panels .mm-panel li.login.mm-listitem a,
  #mmenu .mm-panels .mm-panel li.masterclass.mm-listitem span,
  #mmenu .mm-panels .mm-panel li.masterclass.mm-listitem a {
    color: #c7b05a; }

#header {
  background-color: #3a3a39;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url(../icon/bg.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%; }
  #header .box {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; }
  #header .box2 .flex {
    justify-content: center; }
  #header .flex {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 0) and (max-width: 990px) {
      #header .flex {
        align-items: center; } }
    @media (min-width: 990px) {
      #header .flex {
        flex-wrap: wrap; } }
    #header .flex .logo {
      width: 150px; }
      @media (min-width: 440px) {
        #header .flex .logo {
          width: 200px; } }
      @media (min-width: 1640px) {
        #header .flex .logo {
          width: 300px; } }
      #header .flex .logo img {
        width: 100%;
        height: auto; }
    @media (min-width: 0) and (max-width: 989px) {
      #header .flex .login-2,
      #header .flex .master-2 {
        display: none !important; } }
    @media (min-width: 990px) {
      #header .flex .login-2,
      #header .flex .master-2 {
        width: 100%; } }
    @media (min-width: 0) and (max-width: 989px) {
      #header .flex .nav-01 {
        display: none !important; } }
    @media (min-width: 990px) {
      #header .flex .nav-01 {
        width: 100%;
        margin-top: 2rem; } }
    #header .flex .meta {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #header .flex .meta .login {
        margin-right: 0.5rem; }
      #header .flex .meta .text {
        color: #fff; }
        @media (min-width: 0) and (max-width: 750px) {
          #header .flex .meta .text {
            display: none !important; } }
        #header .flex .meta .text a {
          color: #fff;
          margin-right: 1rem; }
        #header .flex .meta .text span {
          margin-right: 1rem; }
      @media (min-width: 0) and (max-width: 750px) {
        #header .flex .meta .btn-2 {
          display: none !important; } }
      #header .flex .meta .login a {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      @media (min-width: 700px) {
        #header .flex .meta .login a:before {
          content: "Login ";
          display: block;
          margin-right: 1rem; } }
      #header .flex .meta .login2 {
        margin-left: 0.5rem; }
      #header .flex .meta .login2 a {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      @media (min-width: 700px) {
        #header .flex .meta .login2 a:before {
          content: "Konto ";
          display: block;
          margin-right: 1rem; } }
  @media (min-width: 990px) {
    #header .nav-menu {
      display: none !important; } }
  #header .nav-menu .mobile a {
    display: block;
    width: 43px;
    height: 36px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer; }
    #header .nav-menu .mobile a span.border-3 {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      display: block;
      height: 5px;
      background-color: #c7b05a;
      width: 100%;
      transition: all ease 0.5s; }
    #header .nav-menu .mobile a span.border-3.last {
      float: right; }
    #header .nav-menu .mobile a span.border-3.first {
      width: 70%;
      margin-left: 15%; }
    #header .nav-menu .mobile a span.border-3.last {
      width: 70%;
      margin-left: 15%; }
    @media (min-width: 990px) {
      #header .nav-menu .mobile a {
        display: none !important; } }
  #header .nav-menu .mobile:hover span.border-3.first {
    width: 60%;
    margin-left: 40%;
    transition: all ease 0.5s; }
  #header .nav-menu .mobile:hover span.border-3.last {
    width: 70%;
    margin-left: 30%;
    transition: all ease 0.5s; }

.slider-1 {
  position: relative; }
  .slider-1 .slider-control {
    position: static;
    height: 55px; }
    .slider-1 .slider-control a.slider-prev,
    .slider-1 .slider-control a.slider-next {
      display: none !important; }
  .slider-1 .slider-control a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    position: absolute;
    display: block;
    color: #3a3a39; }
    .slider-1 .slider-control a:before {
      padding: 1rem;
      display: block; }
    .slider-1 .slider-control a:hover {
      opacity: 0.5; }
  .slider-1 .slider-menu {
    font-size: 2.5rem;
    line-height: 1;
    top: auto;
    bottom: 0; }
    .slider-1 .slider-menu b {
      color: #3a3a39; }
    .slider-1 .slider-menu b.active {
      color: #c7b05a; }
    .slider-1 .slider-menu b:hover {
      opacity: 0.5; }

.ce_player {
  margin-bottom: 1rem;
  background-color: #3a3a39; }
  .ce_player video {
    width: 100% !important;
    height: auto !important;
    margin-bottom: -3px; }

.dlh_googlemap {
  width: 100% !important;
  height: 250px !important;
  padding-bottom: 25% !important; }

#confirm-googlemaps {
  background-image: url(../bilder/map.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  height: 500px;
  justify-content: center;
  align-items: center; }
  #confirm-googlemaps p {
    width: 90%;
    font-size: 20px;
    font-size: 1.25rem;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-full .ce_player video {
  width: 100% !important;
  height: auto !important; }

.ce_player .inside,
.ce_player .mejs-video,
.ce_player .mejs__video,
.ce_youtube .inside,
.ce_youtube .mejs-video,
.ce_youtube .mejs__video {
  margin-left: auto;
  margin-right: auto; }

.ce_player .mejs-video,
.ce_player .mejs__video,
.ce_youtube .mejs-video,
.ce_youtube .mejs__video {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.25%; }

.ce_player .mejs-audio,
.ce_player .mejs__audio,
.ce_youtube .mejs-audio,
.ce_youtube .mejs__audio {
  margin-top: 30px; }
  .ce_player .mejs-audio audio,
  .ce_player .mejs__audio audio,
  .ce_youtube .mejs-audio audio,
  .ce_youtube .mejs__audio audio {
    height: auto; }

.ce_player .mejs-overlay,
.ce_player .mejs-poster,
.ce_player .mejs__overlay,
.ce_player .mejs__poster,
.ce_youtube .mejs-overlay,
.ce_youtube .mejs-poster,
.ce_youtube .mejs__overlay,
.ce_youtube .mejs__poster {
  width: 100% !important;
  height: 100% !important; }

.ce_player .mejs-video .mejs-mediaelement video,
.ce_player .mejs-video .mejs-mediaelement .me-plugin,
.ce_player .mejs-video .mejs-mediaelement embed,
.ce_youtube .mejs-video .mejs-mediaelement video,
.ce_youtube .mejs-video .mejs-mediaelement .me-plugin,
.ce_youtube .mejs-video .mejs-mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.ce_player .mejs__video .mejs__mediaelement video,
.ce_player .mejs__video .mejs__mediaelement .me__plugin,
.ce_player .mejs__video .mejs__mediaelement embed,
.ce_youtube .mejs__video .mejs__mediaelement video,
.ce_youtube .mejs__video .mejs__mediaelement .me__plugin,
.ce_youtube .mejs__video .mejs__mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.ce_youtube {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto; }
  .ce_youtube iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important; }

.ce_accordion:nth-child(odd) .toggler {
  background-color: #fff; }

.ce_accordion .toggler {
  cursor: pointer;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  background-color: #f4f4f4;
  padding-right: 0.75rem;
  border-bottom: 1px solid #f4f4f4; }
  .ce_accordion .toggler h3 {
    padding-left: 0.2rem;
    margin-bottom: 0em;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem; }

.ce_accordion .ui-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse; }
  .ce_accordion .ui-accordion-header .ui-icon {
    font-weight: 600;
    font-size: 26px;
    font-size: 1.625rem; }
  .ce_accordion .ui-accordion-header .ui-icon:before {
    content: "+ "; }

.ce_accordion .ui-accordion-header-active .ui-icon:before {
  content: "- "; }

.ce_accordion .toggler.active,
.ce_accordion .toggler:hover {
  background-color: dareken(#f4f4f4, 10%);
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out; }

.ce_accordion .ui-accordion-content div {
  margin-top: 1rem; }

#main .mod_sitemap ul.level_1 li {
  margin-top: 1rem; }

#main .mod_sitemap ul.level_2 li {
  margin-top: 0; }

#main .mod_sitemap ul.level_2 li.submenu {
  margin-top: 1rem; }

#main .mod_sitemap ul.level_2 a {
  font-weight: 400; }

#main .mod_sitemap ul.level_3 li {
  margin-top: 0em; }

#main .mod_sitemap ul.level_3 a {
  font-weight: 400;
  color: #4d4d4d; }

#main .gallerie-1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #main .gallerie-1 ul li {
    width: 49%;
    height: auto;
    margin-left: 0;
    list-style: none !important; }

#main .mod_search {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 960px) {
    #main .mod_search {
      width: 72.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  #main .mod_search input.text {
    width: 100%;
    border: 1px solid #b4b4b4;
    background-color: #fff;
    margin-bottom: 1rem;
    display: block;
    padding: 0.5rem; }
    @media (min-width: 700px) {
      #main .mod_search input.text {
        width: 75%;
        float: left;
        margin-bottom: 0rem; } }
  #main .mod_search button.submit {
    width: 100%;
    background-color: #c7b05a;
    color: #fff;
    border: 1px solid #c7b05a;
    padding: 0.5rem;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase; }
    @media (min-width: 700px) {
      #main .mod_search button.submit {
        width: 22%;
        float: right; } }
  #main .mod_search input.submit:hover {
    background-color: #d1bf78;
    -webkit-transition: background-color 0.75s ease-out;
    -moz-transition: background-color 0.75s ease-out;
    -ms-transition: background-color 0.75s ease-out;
    -o-transition: background-color 0.75s ease-out;
    transition: background-color 0.75s ease-out; }
  #main .mod_search .even {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  #main .mod_search p.header {
    padding-top: 0.5rem;
    clear: both;
    display: block;
    font-size: 14px;
    font-size: 0.875rem; }
  #main .mod_search h3 {
    margin-bottom: 0.25rem; }
    #main .mod_search h3 span {
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase; }
  #main .mod_search p.url {
    font-size: 14px;
    font-size: 0.875rem; }

#main .bg-weiss {
  background-color: #fff; }
  #main .bg-weiss h1, #main .bg-weiss h2, #main .bg-weiss h3, #main .bg-weiss h4, #main .bg-weiss h5, #main .bg-weiss h6, #main .bg-weiss span.light, #main .bg-weiss p, #main .bg-weiss em, #main .bg-weiss .headline-1, #main .bg-weiss .headline-2, #main .bg-weiss .headline-3, #main .bg-weiss .headline-4, #main .bg-weiss .headline-5, #main .bg-weiss .headline-6 {
    color: #3a3a39; }

#main .bg-grau {
  background-color: #f4f4f4; }
  #main .bg-grau .btn-1 span,
  #main .bg-grau .btn-1 a {
    color: #3a3a39 !important; }
  #main .bg-grau .btn-1 span:hover,
  #main .bg-grau .btn-1 a:hover {
    color: #fff;
    background-color: #d4c280;
    border: 1px solid #c7b05a;
    transition: all ease-in-out 0.6s; }

@media (min-width: 0) and (max-width: 990px) {
  .bg-grau-1-l {
    background-color: #f4f4f4;
    padding-top: 1rem;
    padding-bottom: 1rem; } }

.bg-grau-2 {
  background-color: #808080; }

.bg-grau-3 {
  background-color: #58595b; }

.bg-grau-4 {
  background-color: #b0b2b3; }

.bg-grau-5 {
  background-color: #666; }

.bg-color-1 {
  background-color: #3a3a39; }

.bg-color-2 {
  background-color: #c7b05a; }

.bg-color-3 {
  background-color: #32363f; }

.bg-color-4 {
  background-color: #c3cbd0; }

.bg-color-5 {
  background-color: #142336; }

.bg-schwarz {
  background-color: #020202; }

.bg-color-5 h1, .bg-color-5 h2, .bg-color-5 h3, .bg-color-5 h4, .bg-color-5 h5, .bg-color-5 h6, .bg-color-5 span.light, .bg-color-5 p, .bg-color-5 a, .bg-color-5 em, .bg-color-5 .headline-1, .bg-color-5 .headline-2, .bg-color-5 .headline-3, .bg-color-5 .headline-4, .bg-color-5 .headline-5, .bg-color-5 .headline-6,
.bg-schwarz h1,
.bg-schwarz h2,
.bg-schwarz h3,
.bg-schwarz h4,
.bg-schwarz h5,
.bg-schwarz h6,
.bg-schwarz span.light,
.bg-schwarz p,
.bg-schwarz a,
.bg-schwarz em,
.bg-schwarz .headline-1,
.bg-schwarz .headline-2,
.bg-schwarz .headline-3,
.bg-schwarz .headline-4,
.bg-schwarz .headline-5,
.bg-schwarz .headline-6,
.bg-grau-5 h1,
.bg-grau-5 h2,
.bg-grau-5 h3,
.bg-grau-5 h4,
.bg-grau-5 h5,
.bg-grau-5 h6,
.bg-grau-5 span.light,
.bg-grau-5 p,
.bg-grau-5 a,
.bg-grau-5 em,
.bg-grau-5 .headline-1,
.bg-grau-5 .headline-2,
.bg-grau-5 .headline-3,
.bg-grau-5 .headline-4,
.bg-grau-5 .headline-5,
.bg-grau-5 .headline-6,
.bg-grau-3 h1,
.bg-grau-3 h2,
.bg-grau-3 h3,
.bg-grau-3 h4,
.bg-grau-3 h5,
.bg-grau-3 h6,
.bg-grau-3 span.light,
.bg-grau-3 p,
.bg-grau-3 a,
.bg-grau-3 em,
.bg-grau-3 .headline-1,
.bg-grau-3 .headline-2,
.bg-grau-3 .headline-3,
.bg-grau-3 .headline-4,
.bg-grau-3 .headline-5,
.bg-grau-3 .headline-6,
.bg-color-4 h1,
.bg-color-4 h2,
.bg-color-4 h3,
.bg-color-4 h4,
.bg-color-4 h5,
.bg-color-4 h6,
.bg-color-4 span.light,
.bg-color-4 p,
.bg-color-4 a,
.bg-color-4 em,
.bg-color-4 .headline-1,
.bg-color-4 .headline-2,
.bg-color-4 .headline-3,
.bg-color-4 .headline-4,
.bg-color-4 .headline-5,
.bg-color-4 .headline-6,
.bg-color-3 h1,
.bg-color-3 h2,
.bg-color-3 h3,
.bg-color-3 h4,
.bg-color-3 h5,
.bg-color-3 h6,
.bg-color-3 span.light,
.bg-color-3 p,
.bg-color-3 a,
.bg-color-3 em,
.bg-color-3 .headline-1,
.bg-color-3 .headline-2,
.bg-color-3 .headline-3,
.bg-color-3 .headline-4,
.bg-color-3 .headline-5,
.bg-color-3 .headline-6,
.bg-color-2 h1,
.bg-color-2 h2,
.bg-color-2 h3,
.bg-color-2 h4,
.bg-color-2 h5,
.bg-color-2 h6,
.bg-color-2 span.light,
.bg-color-2 p,
.bg-color-2 a,
.bg-color-2 em,
.bg-color-2 .headline-1,
.bg-color-2 .headline-2,
.bg-color-2 .headline-3,
.bg-color-2 .headline-4,
.bg-color-2 .headline-5,
.bg-color-2 .headline-6,
.bg-color-1 h1,
.bg-color-1 h2,
.bg-color-1 h3,
.bg-color-1 h4,
.bg-color-1 h5,
.bg-color-1 h6,
.bg-color-1 span.light,
.bg-color-1 p,
.bg-color-1 a,
.bg-color-1 em,
.bg-color-1 .headline-1,
.bg-color-1 .headline-2,
.bg-color-1 .headline-3,
.bg-color-1 .headline-4,
.bg-color-1 .headline-5,
.bg-color-1 .headline-6 {
  color: #fff; }

.bg-color-5 .gm-style-iw-d p,
.bg-schwarz .gm-style-iw-d p,
.bg-grau-5 .gm-style-iw-d p,
.bg-grau-3 .gm-style-iw-d p,
.bg-color-4 .gm-style-iw-d p,
.bg-color-3 .gm-style-iw-d p,
.bg-color-2 .gm-style-iw-d p,
.bg-color-1 .gm-style-iw-d p {
  color: #000 !important; }

#main .bg-color-1 a:hover {
  color: #7a7a78; }

@media (min-width: 1240px) {
  #main .page-big .bg-color-1,
  #main .page-big .bg-color-5,
  #main .mod_article.backimage,
  #main .mod_article.bg-color-1,
  #main .mod_article.bg-color-5 {
    background-image: url(../icon/led_grafikelement_links.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-position: 0 80px; } }

.mod_article .page,
.mod_article.page {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 990px) {
    .mod_article .page,
    .mod_article.page {
      margin-top: 5rem;
      margin-bottom: 5rem; } }

.no-margin-t.mod_article .page,
.no-margin-t.mod_article.page {
  margin-top: 0; }

.no-margin-b.mod_article .page,
.no-margin-b.mod_article.page {
  margin-bottom: 0; }

.page.no-margin {
  margin-top: 0;
  margin-bottom: 0; }
  .page.no-margin .box-12 {
    margin-top: 0; }

@media (min-width: 960px) {
  #main .flex-form {
    display: flex;
    justify-content: space-between;
    flex-warp: wrap; }
    #main .flex-form .widget {
      width: 32.5%; } }

#main legend, #main label, #main textarea, #main select, #main input {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

#main legend, #main input, #main textarea {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

#main legend {
  width: 100%;
  display: block;
  border: 1px solid #f4f4f4;
  background-color: #dbdada; }

#main .radio_container legend {
  width: 100%;
  display: block; }

#main label {
  width: 100%;
  display: block;
  font-weight: 400;
  color: #808080; }

#main textarea,
#main select,
#main input {
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #b4b4b4;
  background-color: #fff; }

#main textarea {
  min-height: 100px; }

#main textarea:focus,
#main select:focus,
#main input:focus {
  border: 1px solid #3a3a39; }

#main input.checkbox {
  width: 8px;
  margin-right: 10px;
  text-align: left;
  display: block;
  float: left; }

#main .widget-radio span {
  display: flex;
  align-items: center; }

#main .widget-radio input.radio {
  width: 30px; }

#main .widget-radio label {
  width: calc(100% - 30px); }

#main .widget-radio p {
  margin-bottom: 0 !important; }

#main input.captcha {
  width: 15%;
  display: inline;
  margin-right: 10px; }

#main span.captcha_text {
  font-style: italic; }

#main .widget-checkbox {
  background-color: #f4f4f4;
  padding: 0.5rem; }
  #main .widget-checkbox span {
    display: flex;
    align-items: center; }
  #main .widget-checkbox input {
    width: 20px; }
  #main .widget-checkbox label {
    width: calc(100% - 20px); }

#main .checkbox-datenschutz {
  padding: 0 !important; }
  #main .checkbox-datenschutz legend span {
    display: inline-block;
    color: #808080; }
  #main .checkbox-datenschutz legend {
    padding: 0;
    margin-bottom: 0;
    color: #808080; }
  #main .checkbox-datenschutz span {
    align-items: baseline; }

#main input.submit,
#main button {
  cursor: pointer;
  color: #fff;
  padding: 0.6rem 2rem;
  display: inline-block;
  background-color: #c7b05a;
  border: 1px solid #c7b05a;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all ease-in-out 0.6s; }

#main input.submit:hover,
#main button:hover {
  color: #fff;
  background-color: #d4c280;
  border: 1px solid #c7b05a;
  transition: all ease-in-out 0.6s; }

.ce_text ol {
  list-style-type: decimal;
  padding-left: 15px; }
  .ce_text ol li {
    margin-left: 10px;
    padding-left: 10px;
    text-indent: 0px;
    line-height: 1.5em;
    margin-top: 0.15em;
    margin-bottom: 0.15em; }

.ce_text ul li {
  color: #3a3a39;
  margin-left: 16px;
  list-style: disc; }

#header,
#footer,
#main {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 0) and (max-width: 990px) {
  .box-header-2 {
    margin-top: 1rem; } }

@media (min-width: 990px) {
  .box-header-2 {
    position: absolute;
    width: 800px;
    padding: 2rem;
    padding-bottom: 1rem;
    background-color: #fff;
    margin-top: -20rem; } }

.box-teaser {
  background-color: #f4f4f4; }
  .box-teaser img {
    width: 100%;
    height: auto;
    margin-bottom: 0 !important; }
  .box-teaser .text {
    padding: 1rem;
    padding-bottom: 0em;
    display: block;
    padding-bottom: 0.05rem; }

.bg-color-2 .box-teaser,
.bg-color-1 .box-teaser,
.bg-grau .box-teaser {
  background-color: #fff; }

.bg-grau .btn-1 a, .bg-grau .btn-1 span {
  background-color: #fff !important; }

.bg-grau .btn-1 a:hover,
.bg-grau .btn-1 span:hover {
  background-color: #e7deb9 !important; }

#main .flex {
  clear: both;
  display: flex;
  flex-wrap: wrap; }

#main .flex-center {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.bg-color-1 .captcha_text {
  color: #fff !important; }

.table-1 {
  width: 100%; }
  .table-1 tr {
    display: flex;
    flex-wrap: wrap; }
    .table-1 tr td {
      padding: 0.4rem 0.2rem; }
    .table-1 tr td.col_first {
      width: 100%;
      font-weight: 700; }
      @media (min-width: 600px) {
        .table-1 tr td.col_first {
          width: 115px; } }
    .table-1 tr td.col_last {
      width: 96%; }
      @media (min-width: 600px) {
        .table-1 tr td.col_last {
          width: calc(100% - 115px); } }
  .table-1 tr {
    background-color: #f4f4f4; }
  .table-1 tr.even {
    background-color: #fff; }

.mm img {
  margin-top: 1rem !important; }

.icon-download {
  background-image: url("../icon/icon-download.png");
  background-image: none, url("../icon/icon-download.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 70px 70px;
  background-size: 50px 50px; }
  .icon-download a {
    display: block;
    padding: 25px;
    margin-bottom: 0.75em; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-r' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Mail */
.icon-icon-02:before {
  content: "\e900"; }

/* Fon */
.icon-icon-01:before {
  content: "\e909"; }

/* Kontakt */
.icon-icon-03:before {
  content: "\e901"; }

/* Gutachten */
.icon-icon-04:before {
  content: "\e902"; }

/* team */
.icon-icon-05:before {
  content: "\e903"; }

/* KFZ Bewertung */
.icon-icon-06:before {
  content: "\e904"; }

/* Licht Check */
.icon-icon-07:before {
  content: "\e904"; }

/* Grauchtwagencheck */
.icon-icon-08:before {
  content: "\e906"; }

/* HU */
.icon-icon-09:before {
  content: "\e907"; }

/* Service */
.icon-icon-10:before {
  content: "\e908"; }

.icon-1.icon-icon-08:before,
.icon-1.icon-icon-07:before,
.icon-1.icon-icon-06:before,
.icon-1.icon-icon-04:before {
  color: #fff;
  font-size: 80px; }

.icon-1 {
  text-align: center;
  margin-bottom: 2rem; }

#main .box-news {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-bottom: 1rem; }
  @media (min-width: 1180px) {
    #main .box-news {
      width: 72.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-bottom: 0; } }

#main .news-10 {
  clear: both;
  display: flex;
  flex-wrap: wrap; }
  #main .news-10 .layout_latest {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%;
    margin-bottom: 1rem;
    background-color: #fff;
    padding: 1rem; }
    @media (min-width: 990px) {
      #main .news-10 .layout_latest {
        width: 47.2222222222%;
        float: left;
        margin-left: 1.3888888889%;
        margin-right: 1.3888888889%; } }
    #main .news-10 .layout_latest .image_container {
      margin-bottom: 1rem; }
      #main .news-10 .layout_latest .image_container figcaption {
        display: none !important; }
      @media (min-width: 990px) {
        #main .news-10 .layout_latest .image_container {
          height: 240px;
          overflow: hidden; } }
      @media (min-width: 1180px) {
        #main .news-10 .layout_latest .image_container {
          height: 260px;
          overflow: hidden; } }
      @media (min-width: 1640px) {
        #main .news-10 .layout_latest .image_container {
          height: 380px;
          overflow: hidden; } }
    #main .news-10 .layout_latest img {
      width: 100%;
      height: auto; }
    #main .news-10 .layout_latest h2 a {
      color: #000 !important; }

.syndication {
  clear: both;
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }

.news .syndication {
  clear: both;
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 1180px) {
    .news .syndication {
      width: 63.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 18.0555555556%; } }

#main .news-11 {
  clear: both;
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 1180px) {
    #main .news-11 {
      width: 63.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 18.0555555556%; } }
  #main .news-11 .layout_full {
    background-color: #fff;
    padding: 1rem; }
  #main .news-11 p.back {
    display: block;
    margin-top: 2rem; }

#main .news-1 {
  display: flex;
  flex-wrap: wrap; }
  #main .news-1 .mod_newslist {
    display: flex;
    flex-wrap: wrap; }
  #main .news-1 .layout_latest {
    background-color: #fff;
    padding: 1rem;
    padding-bottom: 0;
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 700px) {
      #main .news-1 .layout_latest {
        width: 47.2222222222%;
        float: left;
        margin-left: 1.3888888889%;
        margin-right: 1.3888888889%; } }
    @media (min-width: 1180px) {
      #main .news-1 .layout_latest {
        width: 30.5555555556%;
        float: left;
        margin-left: 1.3888888889%;
        margin-right: 1.3888888889%; } }
    #main .news-1 .layout_latest img {
      width: 100%;
      height: auto; }
    #main .news-1 .layout_latest p.info {
      margin-bottom: 0.35rem !important; }
    #main .news-1 .layout_latest .ce_player_iframe {
      position: relative;
      padding-bottom: 56.25%;
      width: 100%;
      height: auto;
      margin-bottom: 1rem; }
      #main .news-1 .layout_latest .ce_player_iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden; }

#main .news-2 {
  background-color: #fff;
  padding: 1rem;
  padding-bottom: 0; }
  #main .news-2 p.info {
    margin-bottom: 0.35rem !important; }
  #main .news-2 .ce_player_iframe {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem; }
    #main .news-2 .ce_player_iframe iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }

#main .news-3 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 0) and (max-width: 1179px) {
    #main .news-3 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  @media (min-width: 1180px) {
    #main .news-3 {
      width: 22.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  #main .news-3 .layout_latest {
    background-color: #fff;
    padding: 1rem;
    padding-bottom: 0;
    margin-bottom: 1rem; }
    @media (min-width: 0) and (max-width: 1179px) {
      #main .news-3 .layout_latest {
        width: 49%; } }
    #main .news-3 .layout_latest img {
      width: 100%;
      height: auto; }
    #main .news-3 .layout_latest h2 {
      font-weight: 400;
      font-size: 18px;
      font-size: 1.125rem; }
    #main .news-3 .layout_latest p.info {
      margin-bottom: 0.35rem !important; }

#main .news-podcast .layout_latest {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem; }
  #main .news-podcast .layout_latest .bg-weiss {
    border: 1px solid #dbdada;
    width: 100%;
    display: block;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  #main .news-podcast .layout_latest .image {
    width: 100%; }
    #main .news-podcast .layout_latest .image .flex {
      justify-content: center; }
    @media (min-width: 700px) {
      #main .news-podcast .layout_latest .image {
        width: 200px;
        height: 200px;
        overflow: hidden; } }
    @media (min-width: 0) and (max-width: 699px) {
      #main .news-podcast .layout_latest .image .image_container {
        width: 100%; } }
    #main .news-podcast .layout_latest .image img {
      width: 100%;
      height: auto;
      margin-bottom: -6px; }
      @media (min-width: 700px) {
        #main .news-podcast .layout_latest .image img {
          width: auto;
          height: 200px; } }
    #main .news-podcast .layout_latest .image .nummer {
      position: relative;
      display: flex;
      justify-content: flex-end;
      width: 100%;
      text-align: right;
      font-size: 18px;
      font-size: 1.125rem; }
      #main .news-podcast .layout_latest .image .nummer .col {
        position: absolute;
        margin-top: 0.25rem; }
      #main .news-podcast .layout_latest .image .nummer span {
        background-color: #c7b05a;
        color: #fff;
        padding: 0.25rem 0.5rem; }
  #main .news-podcast .layout_latest .text {
    width: 100%;
    padding: 1rem;
    background-color: #fff; }
    @media (min-width: 700px) {
      #main .news-podcast .layout_latest .text {
        width: calc(100% - 200px);
        padding: 2rem; } }
    #main .news-podcast .layout_latest .text .ce_player {
      background-color: #fff !important;
      margin-bottom: 0 !important; }

#footer {
  background-color: #3a3a39;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 990px) {
    #footer {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  #footer p {
    color: #fff; }
  #footer a {
    color: #fff;
    text-decoration: none; }
  #footer .logo {
    width: 300px; }
    #footer .logo img {
      width: 200px;
      height: auto; }
      @media (min-width: 400px) {
        #footer .logo img {
          width: 300px; } }
  #footer .flex {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    #footer .flex .logo {
      width: 100%; }
      @media (min-width: 0) and (max-width: 799px) {
        #footer .flex .logo {
          display: flex;
          justify-content: center; } }
      @media (min-width: 800px) {
        #footer .flex .logo {
          width: 300px; } }
    #footer .flex .nav-03 {
      width: 100%;
      order: 3;
      margin-top: 2rem; }
      @media (min-width: 1180px) {
        #footer .flex .nav-03 {
          order: 2;
          margin-top: 0;
          width: calc(100% - 680px); } }
    #footer .flex .cta {
      order: 2;
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: center;
      margin-top: 1rem; }
      @media (min-width: 0) and (max-width: 700px) {
        #footer .flex .cta {
          flex-wrap: wrap; } }
      @media (min-width: 1180px) {
        #footer .flex .cta {
          order: 3; } }
      @media (min-width: 800px) {
        #footer .flex .cta {
          width: 380px;
          margin-top: 0; } }
      #footer .flex .cta a {
        justify-content: space-between; }
      @media (min-width: 0) and (max-width: 700px) {
        #footer .flex .cta .col1,
        #footer .flex .cta .col2 {
          width: 100%; } }
    #footer .flex .col1 {
      margin-bottom: 1rem; }
      @media (min-width: 700px) {
        #footer .flex .col1 {
          margin-right: 1rem;
          margin-bottom: 0; } }
  #footer .nav-03 ul {
    text-align: center; }
  #footer .nav-03 li {
    display: inline-block;
    margin-right: 0.5rem;
    margin-left: 0.5rem; }
  #footer .nav-03 li, #footer .nav-03 a {
    color: #fff; }
  #footer .center {
    text-align: left; }
    #footer .center .cta {
      width: 97.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; }
      @media (min-width: 700px) {
        #footer .center .cta {
          text-align: center; } }
      @media (min-width: 700px) {
        #footer .center .cta .f {
          display: flex;
          align-items: center;
          justify-content: center; } }
      @media (min-width: 990px) {
        #footer .center .cta {
          width: 63.8888888889%;
          float: left;
          margin-left: 1.3888888889%;
          margin-right: 1.3888888889%;
          margin-left: 18.0555555556%; } }
      #footer .center .cta .col1 {
        margin-bottom: 1rem; }
        @media (min-width: 700px) {
          #footer .center .cta .col1 {
            margin-right: 1rem;
            margin-bottom: 0; } }
    #footer .center .nav-03 {
      margin-top: 1rem;
      clear: both;
      width: 97.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; }
      @media (min-width: 700px) {
        #footer .center .nav-03 {
          margin-top: 5rem; } }
      @media (min-width: 990px) {
        #footer .center .nav-03 {
          width: 63.8888888889%;
          float: left;
          margin-left: 1.3888888889%;
          margin-right: 1.3888888889%;
          margin-left: 18.0555555556%; } }
  #footer .cta a {
    display: block;
    border-bottom: 1px solid #c7b05a;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    @media (min-width: 700px) {
      #footer .cta a {
        display: flex;
        align-items: center; } }
    #footer .cta a img {
      margin-right: 0.5rem; }
  #footer a:hover {
    color: #c7b05a;
    transition: all ease-in-out 0.3s; }
