
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #666;
}
#clear-both {
  clear: both;
}
#container-all {
  width: 100%;
  left: 0;
  min-height: 100%;
  position: relative;
  display: none;
}
#loader {
  width: 10%;
  height: 200px;
  position: absolute;
  background: url(../images/loader.svg) no-repeat;
  z-index: 100;
  left: 45%;
  top: 50%;
}
/****************************************************************************/
/*** Info - Top ***/
#info-top {
  width: 100%;
  height: auto;
  background: #eeeeee;
}
#info-top .moduletable {
  width: calc(90%);
  max-width: ;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
}
#info-top,
#info-top strong,
#info-top a {
  font-size: 13px;
  color: #ff0000;
}
/****************************************************************************/
/*** Logo & Navigation ***/
#design-1,
#design-2,
#design-3,
#design-4 {
  float: left;
  width: 100%;
  height: auto;
}
#design-1 {
  position: relative;
  z-index: 20;
  float: left;
}
#container-1 {
  width: 100%;
  height: 170px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  background: ;
}
#logo {
  width: 250px;
  height: 170px;
  float: left;
  background: url(../images/logo.png) top no-repeat;
  background-size: 100%;
  margin: 0 0 0 3%;
}
/****************************************************************************/
/*** Navigation ***/
#navigation {
  height: 95px;
  width: auto;
  background: ;
  float: right;
  padding: 0 3% 0 0;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation ul {
  list-style: none;
  position: relative;
  display: inline-table;
}
#navigation ul:after {
  content: "";
  clear: both;
  display: block;
}
#navigation ul li {
  float: left;
  padding: 0 10px;
}
#navigation ul li a {
  text-decoration: none;
  text-align: center;
  display: block;
  height: 61px;
  color: #ffffff;
  font-size: 18px;
  line-height: 95px;
  position: relative;
}
#navigation li a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  content: '';
  opacity: 0;
}
#navigation ul li a:hover {
  color: #ffffff;
}
#navigation ul li a:hover::after,
#navigation ul li a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
#navigation ul li.current.active a {
  color: #ffffff;
  font-weight: bold;
}
#navigation ul li.active.deeper.parent a {
  color: #ffffff;
  border-bottom: 0px;
}
#navigation ul li.current.active a::after,
#navigation ul li.deeper.parent a::after,
#navigation ul li ul li a::after {
  height: 0px;
}
#navigation ul li.current.active ul li a {
  background: #ffffff;
  color: #fff;
  border-left: none;
  font-weight: normal;
  border-bottom: 0px;
}
#navigation ul ul {
  border-radius: 0px;
  padding: 0;
  position: absolute;
  opacity: 0;
  z-index: 50;
  display: block;
  margin-left: -15px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
#navigation ul ul li {
  display: none;
}
#navigation ul ul li {
  float: none;
  background: #ffffff;
  color: #fff;
  padding: 0 ;
  min-width: 100px;
}
#navigation ul li.deeper.parent:hover ul li {
  display: block;
}
#navigation ul li.deeper.parent:hover ul {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
#navigation ul ul li a,
#navigation ul li.active.deeper.parent ul li a {
  color: #000000;
  font-size: 14px;
  line-height: 40px;
  height: auto;
  padding: 0 15px;
  text-align: left;
}
#navigation ul ul li a:hover {
  background: #ffffff !important;
  border: 0px;
  color: #000;
}
#navigation ul li.current.active ul li a:hover {
  background: #ffffff !important;
  border: 0px;
  color: #000;
}
#navigation ul ul li.current.active a {
  background: #ffffff !important;
  border: 0px;
  color: #000;
}
/****************************************************************************/
/*** Mobile-Navigation ***/
#mobile-navigation-button-open {
  height: 80px;
  width: 50px;
  background: url(../images/mobile-nav-b.png) center no-repeat;
  background-size: 100%;
  margin-top: -150px;
  cursor: pointer;
  margin-left: 3%;
}
#mobile-navigation-button-close {
  height: 80px;
  width: 50px;
  background: url(../images/mobile-nav-b.png) center no-repeat;
  background-size: 100%;
  margin-top: -150px;
  cursor: pointer;
  margin-left: 3%;
}
#mobile-navigation {
  position: relative;
  padding: 0;
  margin: 0px;
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  text-align: center;
  z-index: 50;
  display: none;
}
#mobile-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobile-navigation ul li {
  width: 100%;
  float: left;
}
#mobile-navigation li a {
  line-height: 45px;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  background: #a57029;
  width: 100%;
  border-bottom: #906020 1px solid;
  display: block;
}
#mobile-navigation li a:hover {
  background: #906020;
  /*Transition*/
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#mobile-navigation li.deeper.parent a {
  background: 95% no-repeat #a57029;
  background-size: 15px;
}
#mobile-navigation li.deeper.parent a:hover {
  background: 95% no-repeat #a57029;
  background-size: 15px;
  /*Transition*/
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#mobile-navigation li.current.active a {
  background: #906020;
}
#mobile-navigation li.current.active.deeper.parent a {
  background: 95% no-repeat #eeeeee;
  background-size: 15px;
}
#mobile-navigation ul li ul {
  display: none;
}
#mobile-navigation ul li ul li a,
#mobile-navigation ul li.deeper.parent ul li a,
#mobile-navigation ul li.current.active.deeper.parent ul li a {
  background: #a57029;
  line-height: 35px;
}
#mobile-navigation ul li ul li a {
  font-size: 13px ;
}
#mobile-navigation ul li ul li a:hover,
#mobile-navigation ul li.deeper.parent ul li a:hover,
#mobile-navigation ul li.current.active.deeper.parent ul li a:hover {
  background: #906020;
}
#mobile-navigation ul li ul li.current.active a {
  background: #906020;
}
#mobile-navigation .dropdown-open {
  height: 44px;
  width: 45px;
  background: #fff;
  position: absolute;
  margin-top: -45px;
  right: 0;
  cursor: pointer;
  background: url(../images/mobile-nav-plus-open.png) 55% no-repeat;
  background-size: 15px;
}
#mobile-navigation .dropdown-close {
  height: 44px;
  width: 45px;
  background: #fff;
  position: absolute;
  margin-top: -45px;
  right: 0;
  cursor: pointer;
  background: url(../images/mobile-nav-plus-close.png) 55% no-repeat;
  background-size: 15px;
}
/****************************************************************************/
/*************************** Banner - Slider ********************************/
#design-2 {
  background: none;
  position: relative;
  z-index: 10;
  float: left;
  overflow: hidden;
  margin-top: -170px;
}
#container-2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#banner-fullsize {
  width: 100%;
  height: 92vh;
  display: table;
  position: relative;
  background: #000;
}
#banner-fullsize img {
  height: auto;
  min-width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#banner-normal {
  min-width: 100%;
  height: 800px;
  display: table;
  position: relative;
  background: #000;

}
#banner-normal img {
  width: 120%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#banner-small {
  min-width: 100%;
  height: 350px;
  display: table;
  position: relative;
  background: #000;
}
#banner-small img {
  width: 120%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#banner-text {
  max-width: 1080px;
  position: relative;
  margin: auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 2vw;
  color: #a57029 !important;
  line-height: 115%;
}
#banner-text .mod-custom {
  margin-top: 170px;
  padding: 2rem;
}
#banner-text p {
  font-family: "funkydori", sans-serif;
  font-style: normal;
  font-size: 150%;
  font-weight: 700;
}
#banner-small-text {
  max-width: 1080px;
  position: relative;
  margin: auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 2vw ;
  color: #ffffff !important;
  line-height: 115%;
  top: 10%;
}
#banner-text .moduletable {
  display: block;
}
#scrolldown {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background: url(../images/scrolldown.png);
  background-size: 100%;
  position: relative;
  z-index: 80;
  margin-top: -120px;
  cursor: pointer;
}
#trigger-scrolldown {
  width: 100%;
  height: 1px;
  position: absolute;
  margin-top: 200px;
}
/********** Slider ********/
div.bullet {
  background: url(../html/slider/bullets.png) no-repeat top left !important;
}
div.bullet.selected {
  background: url(../html/slider/bullets.png) no-repeat bottom left !important;
}
/****************************************************************************/
/***************************** Inhalt *********************************/
#design-3 {
  background: #ffffff;
  position: relative;
  z-index: 10;
  float: left;
  background-size: 800px auto;
}
#container-3 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
#container-incontent {
  width: 100%;
  float: left;
}
/*** Incontent ***/
#incontent {
  width: 92%;
  padding: 10% 4%;
  min-height: 500px;
}
/*** Incontent und News ***/
#incontent-70 {
  width: 63%;
  padding: 10% 2%;
  float: left;
  min-height: 500px;
}
/*** Hauptbeiträge ***/
.leading-0 .pull-left img,
.leading-1 .pull-left img,
.leading-2 .pull-left img,
.leading-3 .pull-left img,
.leading-4 .pull-left img,
.leading-5 .pull-left img,
.leading-0 .pull-none img,
.leading-1 .pull-none img,
.leading-2 .pull-none img,
.leading-3 .pull-none img,
.leading-4 .pull-none img,
.leading-5 .pull-none img {
  width: 30%;
  float: left;
  margin-right: 4%;
  border: 5px #fff;
}
.leading-0 .pull-right img,
.leading-1 .pull-right img,
.leading-2 .pull-right img,
.leading-3 .pull-right img,
.leading-4 .pull-right img,
.leading-5 .pull-right img {
  width: 30%;
  float: right;
  margin-left: 4%;
  border: 5px #fff solid;
}
div.blog .pull-none img,
div.blog-featured .pull-none img,
.pull-none img {
  width: 100%;
}
.pull-left img,
div.blog .pull-left img,
div.blog-featured .pull-left img {
  width: 40%;
  float: left;
  margin-right: 4%;
  margin-bottom: 20px;
}
.pull-right img,
div.blog .pull-right img,
div.blog-featured .pull-right img {
  width: 40%;
  float: right;
  margin-left: 4%;
  margin-bottom: 20px;
}
.pull-none img {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-bottom: 20px;
}
@media all and (min-width: 960px) {
  div[itemprop="articleBody"] {
    display: ;
  }
}
/** Führende Beiträge **/
.leading-0,
.leading-1,
.leading-2,
.leading-3,
.leading-4,
.leading-5 {
  display: inline-block;
  width: 100%;
}
.leading-0.clearfix {
  display: inline-block;
}
/** 1 Hauptbeiträge **/
.cols-1 {
  display: block;
  text-align: left;
  width: 100%;
}
.cols-1 .column-1 {
  width: 100%;
  float: left;
  margin-bottom: 4%;
  border-bottom: #eeeeee solid 1px;
  padding-bottom: 2%;
}
/** 2 Hauptbeiträge **/
.cols-2 {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.cols-2 .column-1,
.cols-2 .column-2 {
  width: 46%;
  float: left;
  padding: 0% 2%;
  margin-bottom: 4%;
}
/** 3 Hauptbeiträge **/
.cols-3 {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
  width: 29.3%;
  float: left;
  padding: 0% 2%;
  margin-bottom: 4%;
}
/** 4 Hauptbeiträge **/
.cols-4 {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.cols-4 .column-1,
.cols-4 .column-2,
.cols-4 .column-3,
.cols-4 .column-4 {
  width: 21% ;
  float: left;
  padding: 0% 2%;
  margin-bottom: 4%;
}
/** 5 Hauptbeiträge **/
.cols-5 {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.cols-5 .column-1,
.cols-5 .column-2,
.cols-5 .column-3,
.cols-5 .column-4,
.cols-5 .column-5 {
  width: 16% ;
  float: left;
  padding: 0% 2%;
  margin-bottom: 4%;
}
/****** Spezieller Image Hover effekt *******/
.image-hover {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}
.image-hover:nth-child(3),
.image-hover:nth-child(6) {
  width: 31%;
  float: left;
  margin-right: 0;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 90%;
  left: 10%;
  top: 6%;
  border-bottom: 0px dotted #FFF;
  border-top: 0px dotted #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  cursor: pointer;
}
.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
  border-radius: 0;
}
.hovereffect:hover img {
  filter: #000000;
  filter: brightness(0.2);
  -webkit-filter: brightness(0.2);
  border-radius: 0;
}
.hovereffect h2,
.hovereffect h2 a {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 38px;
  background-color: transparent;
  color: #FFF;
  padding: 0 0;
  opacity: 1 !important;
  line-height: 42px;
  text-shadow: 2px 2px 10px #333;
}
.hovereffect img.down {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  width: 60px;
  z-index: 10;
  height: auto;
  margin: 0 auto;
  margin-bottom: 5px;
  padding: 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.hovereffect:hover img.down {
  opacity: 1;
  filter: none !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect a,
.hovereffect p {
  color: #FFF;
  padding: 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  margin: 2px 0;
  font-size: 110%;
}
.hovereffect:hover a,
.hovereffect:hover p,
.hovereffect:hover h2 {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.overlay a:hover {
  font-weight: bold;
}
/****** BLOG ********/
dd.create {
  width: auto;
  font-size: 15px;
  color: #a57029;
  font-weight: normal;
  float: none;
  line-height: 24px;
  text-align: left;
  position: relative;
  margin-left: 0px;
}
dl.article-info.muted {
  margin: 0;
}
div.page-header h2 a {
  font-weight: bold;
  color: #a57029;
  margin-bottom: 3px;
}
div.blog #inhalt-blog {
  display: table;
  margin: 0;
}
div.blog #inhalt-blog h2 {
  margin-top: 0;
}

/***** Kontaktformular *****/

.kontaktformular {
  width: 100%;
}

.kontaktformular .componentheading {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 1em;
  line-height: 170%;
}
.form__form__elem {
  margin-bottom: 10px;
}
.kontaktformular input,
.kontaktformular textarea {
  margin: 0;
  padding-left: 5px;
  border: none;
  background-color: #333;
  color: #ffffff;
  height: 35px;
  width: 100%;
  font-size: 100%;
  font-weight: bold;
}
.kontaktformular input::-webkit-input-placeholder,
.kontaktformular textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.kontaktformular input:-ms-input-placeholder,
.kontaktformular textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.kontaktformular input::-ms-input-placeholder,
.kontaktformular textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.kontaktformular input::placeholder,
.kontaktformular textarea::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.kontaktformular input::-ms-input-placeholder,
.kontaktformular textarea::-ms-input-placeholder {
  color: #ffffff;
}
.kontaktformular input:-ms-input-placeholder,
.kontaktformular textarea:-ms-input-placeholder {
  color: #ffffff;
}
.kontaktformular textarea {
  height: 70px;
  padding-top: 5px;
}
.kontaktformular .formError {
  font-size: 80%;
  font-weight: 200;
}
.kontaktformular input[type="submit"] {
  background-color: #a57029;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background-color;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: background-color;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease;
  -o-transition-property: background-color;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  margin-top: 20px;
  width: auto;
}
.kontaktformular input[type="submit"]:hover {
  background-color: #906020;
}
/****************************************************************************/
/***************************** navigation left *********************************/
#navigation-left .moduletable {
  width: 84%;
  background: #e4d3c5;
  padding: 8%;
  margin-bottom: 20px;
}
#navigation-left {
  float: left;
  width: 18%;
  margin: 10% 3% 10% 4%;
}
#navigation-left h3 {
  font-size: 85%;
  font-weight: bold;
  color: #555;
  margin: 0px;
}
#navigation-left ul {
  list-style: none;
  padding-left: 0;
  margin: 4px 0;
}
#navigation-left ul li {
  font-size: 75%;
}
#navigation-left ul li:hover,
#navigation-left ul li.current {
  color: #333;
  font-weight: bold;
}
/********************************************************************************/
/***************************** Footer - Sitemap *********************************/
#design-4 {
  background: #ffffff;
  position: relative;
  z-index: 10;
  float: left;
}
#container-4 {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
#footer {
  float: left;
}
#footer p,
#footer strong,
#footer a {
  font-size: 13px;
  text-decoration: none;
  color: #666666;
  margin: 23px 0;
}
#sitemap {
  float: right;
}
#sitemap ul {
  padding-left: 0;
  list-style: none;
}
#sitemap li {
  padding-left: 0;
  float: left;
  margin-right: 10px;
}
#sitemap a {
  font-size: 13px;
  text-decoration: none;
  color: #666666;
}
/********************************************************************************/
/***************************** Footer - Sitemap *********************************/
#scrolltop {
  width: 50px;
  height: 50px;
  background: url(../images/scrolltop.png);
  background-size: cover;
  position: relative;
  z-index: 55;
  cursor: pointer;
  margin: 0 auto;
  margin-top: -25px;
  margin-bottom: -10px;
}

/****************************************************************************/
/***************************** Font-Design *********************************/
body {
  font-family: "acumin-pro-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333333;
}
h1 {
  font-size: 320%;
  font-weight: bold;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 125%;
}
#incontent h1 {
  font-family: "funkydori", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #a57029;
}
h2 {
  font-family: "funkydori", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 180%;
  color: #a57029;
  margin-top: 10px;
  margin-bottom: -30px;
  line-height: 1;
}
h3 {
  font-size: 120%;
  text-transform: uppercase;
  color: #a67029;
  line-height: 125%;
}
p,
#incontent li,
span,
span ul,
table,
#incontent-70 li {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: 300;
  line-height: 150%;
}
address {
  font-size: 87%;
  font-weight: 300;
  line-height: 23px;
  font-style: normal;
}
address strong {
  color: #333333;
  font-weight: bold;
  line-height: 23px;
  font-style: normal;
}
address a {
  color: #333333;
  font-weight: 300;
  line-height: 23px;
  font-style: normal;
}
a {
  color: #a57029;
  text-decoration: none;
}
strong {
  color: #333333;
  font-weight: bold;
}
hr {
  border: none;
  border-bottom: #eeeeee solid 1px;
  margin: 2em 0;
}
p.readmore {
  margin: 10px 0;
  display: inline-flex;
}
a.btn {
  background: #ffffff;
  color: #a57029;
  text-decoration: none;
  padding: 10px 10px;
  font-weight: bold;
  border: 2px solid #a57029;
}
a.btn:hover {
  background: #a67029;
  color: #ffffff;
  /*Transition*/
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
img.rahmen {
  width: 100%;
}

.label {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  padding: 2px 5px;
}
.label--occasion {
  background-color: #043B59;
}
.label--neu {
  background-color: #3EB35C;
}
.label--verkauft {
  background-color: #fe4242;
}
/*** Tabelle Alternierend ***/
table {
  border-spacing: 0;
}
table td {
  padding: 4px;
  border-spacing: 0;
}
table.alternierend {
  width: 100%;
  border-top: 10px solid #a57029;
}
table.alternierend tr td:first-of-type {
  font-weight: bold;
}
table.alternierend tr:nth-child(odd) {
  background-color: rgba(165,112,41,0.5);
}
table.alternierend tr:nth-child(even) {
  background-color: rgba(165,112,41,0.2);
}
table.alternierend tr:hover {
  background-color: rgba(165,112,41,0.8);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

 /* Quotes */
 .quote {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.quote h2 {
  width: 100%;
  font-size: 250%;
}

.quote .image-gallery {
  width: 100%;
}

.blog .quote .image-gallery__thumb {
  height: 150px;
}

.avatar {
  display: flex;
  width: 100%;
}

.avatar-image {
  margin-right: 10px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.avatar-name {
  display: flex;
  align-items: center;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}

/*******************************************/
/*** Responsive ***/
@media all and (min-width: 960px) {
  /*******************************************/
  /*** Logo & Navigation ***/
  #mobile-navigation {
    display: none !important;
  }
  #mobile-navigation-button-open,
  #mobile-navigation-button-close {
    display: none !important;
  }
  #banner-mobile {
    display: none;
  }
}
@media all and (min-width: 750px) and (max-width: 960px) {
  /*******************************************/
  /*** Logo & Navigation ***/
  #container-1 {
    width: 100%;
    height: 265px;
  }
  #design-2 {
    margin-top: -265px;
  }
  #logo {
    float: none;
    position: relative;
    margin: 0 auto;
  }
  #navigation {
    max-width: 960px;
    width: 100% !important;
    padding: 0;
  }
  #navigation ul ul {
    list-style: none;
    position: absolute;
    display: block;
  }
  #navigation .moduletable_menu {
    text-align: center;
  }
  #mobile-navigation-button-open,
  #mobile-navigation-button-close {
    display: none !important;
  }
  #mobile-navigation {
    display: none !important;
  }
  /*******************************************/
  /*********** Inhalte - Incontent ***********/
  /*** Incontent und News ***/
  #incontent-70 {
    width: 92%;
    padding: 5% 4%;
  }
  .cols-1,
  .cols-2,
  .cols-3,
  .cols-4,
  .cols-5 {
    display: block;
  }
  .cols-3 .column-1,
  .cols-3 .column-2,
  .cols-3 .column-3,
  .cols-4 .column-1,
  .cols-4 .column-2,
  .cols-4 .column-3,
  .cols-4 .column-4,
  .cols-5 .column-1,
  .cols-5 .column-2,
  .cols-5 .column-3,
  .cols-5 .column-4,
  .cols-5 .column-5 {
    width: 46% !important;
    float: left;
    padding: 2% !important;
    margin-bottom: 4%;
  }
  div.blog .pull-left img,
  div.blog .pull-right img,
  div.blog .pull-none img,
  .pull-none img,
  .pull-left img,
  .pull-right img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  /****************************************************************************/
  /***************************** news *********************************/
  #news {
    width: 92%;
    float: right;
    padding: 10% 4% 10% 2%;
  }
  /****************************************************************************/
  /***************************** navigation left *********************************/
  #navigation-left .moduletable {
    width: 96%;
    padding: 2% 2%;
    margin-bottom: 20px;
    float: left;
  }
  #navigation-left .moduletable:first-child {
    width: 96%;
    padding: 2% 2%;
    margin-bottom: 20px;
    float: left;
    margin-right: 2%;
  }
  #navigation-left {
    float: left;
    width: 92%;
    padding: 4% 4% 4% 4%;
    margin: 0;
  }
  /********************************************************************************/
  /***************************** Footer - Sitemap *********************************/
  #footer {
    float: none;
    text-align: center;
  }
  #sitemap {
    width: 100%;
    margin-bottom: 4%;
  }
  #sitemap li {
    width: 100%;
    text-align: center;
  }
  /********************************************************************************/
  /***************************** Footer - Sitemap *********************************/
  #scrolltop {
    width: 40px;
    height: 40px;
    margin-top: -22px;
    margin-bottom: -10px;
  }
  /********************************************************************************/
  /***************************** Fontdesign *********************************/
  table {
    width: 100% !important;
  }
}
@media all and (max-width: 750px) {
  /****************************************************************************/
  /*** Info - Top ***/
  /*******************************************/
  /*** Logo & Navigation ***/
  #logo {
    width: 50%;
    max-width: 220px;
    float: none;
    position: relative;
    margin: 0 auto;
  }
  #navigation {
    display: none;
  }
  #banner-normal {
    height: 550px;
  }
	
  #banner-small {
    height: 200px;
  }
	
  #banner-text {
    font-size: 3vw;
  }
  #banner-text p {
    font-size: 5.6vw;
  }
	
  p {
	font-size: 150%;	
  }
	
  h2 {
    font-size: 250%;		
  }
  table.alternierend {
    font-size: 120%;
  }
  /*******************************************/
  /*********** Inhalte - Incontent ***********/
  /*** Incontent und News ***/
  #incontent-70 {
    width: 92%;
    padding: 5% 4%;
  }
  .leading-0 .pull-left img,
  .leading-1 .pull-left img,
  .leading-2 .pull-left img,
  .leading-3 .pull-left img,
  .leading-4 .pull-left img,
  .leading-5 .pull-left img,
  .leading-0 .pull-none img,
  .leading-1 .pull-none img,
  .leading-2 .pull-none img,
  .leading-3 .pull-none img,
  .leading-4 .pull-none img,
  .leading-5 .pull-none img {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .leading-0 .pull-right img,
  .leading-1 .pull-right img,
  .leading-2 .pull-right img,
  .leading-3 .pull-right img,
  .leading-4 .pull-right img,
  .leading-5 .pull-right img {
    width: 30%;
    float: none;
    margin-left: 0;
  }
  .leading-0,
  .leading-1,
  .leading-2,
  .leading-3,
  .leading-4,
  .leading-5 {
    text-align: center;
  }
  .cols-2 .column-1,
  .cols-2 .column-2,
  .cols-3 .column-1,
  .cols-3 .column-2,
  .cols-3 .column-3,
  .cols-4 .column-1,
  .cols-4 .column-2,
  .cols-4 .column-3,
  .cols-4 .column-4,
  .cols-5 .column-1,
  .cols-5 .column-2,
  .cols-5 .column-3,
  .cols-5 .column-4,
  .cols-5 .column-5 {
    width: 100% !important;
    float: left;
    padding: 0% !important;
    margin-bottom: 4%;
  }
  div.blog .pull-left img,
  div.blog .pull-right img,
  div.blog .pull-none img,
  .pull-none img,
  .pull-left img,
  .pull-right img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  /****** Referenzen BLOG *******/
  div.blog-referenzen .pull-left img,
  div.blog-referenzen .pull-right img,
  div.blog-referenzen .pull-none img {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 2%;
  }
  div.item-page-referenzen .pull-left img,
  div.item-page-referenzen .pull-right img,
  div.item-page-referenzen .pull-none img {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 2%;
  }
	
	.img-responsive {
	  width: 92%;
      float: right;
      padding: 0% 4% 10% 2%;
  }
  /****************************************************************************/
  /***************************** news *********************************/
  #news {
    width: 92%;
    float: right;
    padding: 10% 4% 10% 2%;
  }
  /****************************************************************************/
  /***************************** navigation left *********************************/
  #navigation-left .moduletable {
    width: 96%;
    padding: 2% 2%;
    margin-bottom: 20px;
    float: left;
  }
  #navigation-left .moduletable:first-child {
    width: 96%;
    padding: 2% 2%;
    margin-bottom: 20px;
    float: left;
    margin-right: 2%;
  }
  #navigation-left {
    float: left;
    width: 92%;
    padding: 4% 4% 4% 4%;
    margin: 0;
  }
  #navigation-left ul li {
    float: left;
    margin-right: 15px;
  }
  /********************************************************************************/
  /***************************** Footer - Sitemap *********************************/
  #footer {
    float: none;
    text-align: center;
  }
  #sitemap {
    width: 100%;
    margin-bottom: 4%;
  }
  #sitemap li {
    width: 100%;
    text-align: center;
  }
  /********************************************************************************/
  /***************************** Footer - Sitemap *********************************/
  #scrolltop {
    width: 40px;
    height: 40px;
    margin-top: -22px;
    margin-bottom: -10px;
  }
  /********************************************************************************/
  /***************************** Fontdesign *********************************/
  table {
    width: 100% !important;
  }
  body {
    font-size: 80%;
  }
}

/*********** UPDATE CSS Blog Hauptbeiträge ***********/

.blog-featured .blog-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-featured .blog-item {
  width: 23%;
  margin-bottom: 2rem
}

.blog-featured .blog-item .item-image {
  margin: 0;
  margin-bottom: 30px;
}

.blog-featured .blog-item .item-image img{
  width: 100%;
}

@media all and (max-width: 800px) {
  .blog-featured .blog-item {
    width: 48%;
  }
}

@media all and (max-width: 650px) {
  .blog-featured .blog-item {
    width: 100%;
  }
}

/*********** UPDATE CSS Blog ***********/

.com-content-category-blog__items.blog-items.items-leading .blog-item {
  width: 100%;
  margin-bottom: 4rem;
}

.com-content-category-blog__items.blog-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}



.columns-2 .com-content-category-blog__item.blog-item {
  width: 48%;
  margin-bottom: 2rem
}

.columns-3 .com-content-category-blog__item.blog-item {
  width: 31%;
  margin-bottom: 2rem
}

.columns-4 .com-content-category-blog__item.blog-item {
  width: 23%;
  margin-bottom: 2rem
}

.com-content-category-blog__item.blog-item .item-image {
  margin: 0;
  margin-bottom: 30px;
}

.com-content-category-blog__item.blog-item .item-image img{
  width: 100%;
}

@media all and (max-width: 800px) {
  .com-content-category-blog__item.blog-item {
    width: 48%;
  }
}

@media all and (max-width: 650px) {
  .columns-2 .com-content-category-blog__item.blog-item,
  .columns-3 .com-content-category-blog__item.blog-item,
  .columns-4 .com-content-category-blog__item.blog-item {
    width: 100%;
  }
}

/*********** UPDATE CSS Blog Referenzen ***********/

.com-content-category-blog__items.blog-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.com-content-category-blog__item.blog-item {
  width: 100%;
  display: grid;
  grid-template-columns: 40% 1fr;
  column-gap: 2rem;
  margin-bottom: 5rem;
  align-items: center;
}

.com-content-category-blog__item.blog-item:last-child {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  column-gap: 2rem;
  margin-bottom: 5rem;
  align-items: center;
}

.items-leading .com-content-category-blog__item.blog-item {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  column-gap: 2rem;
  margin-bottom: 5rem;
  align-items: center;
}

.com-content-category-blog__item.blog-item .item-image {
  display: flex;
  height: 350px;
  overflow: hidden;
  margin-bottom: 0;
}
.com-content-category-blog__item.blog-item .item-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


@media all and (max-width: 800px) {
  .com-content-category-blog__item.blog-item {
    grid-template-columns: 100%;
  }

  .com-content-category-blog__item.blog-item .item-image {
    margin-bottom: 2rem;
  }
}

/*********** UPDATE CSS Pagination ***********/

.pagination {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0;
  gap: 1rem;
}

.pagination .page-item a{
  color: #fff;
}

.pagination .active.page-item a{
  color: #ef0000;
}

/*********** UPDATE CSS Content ***********/


.com-content-article.item-page {
 display: flex;
 gap: 2rem;
}

.com-content-article.item-page .com-content-article__body {
  width: 100%;
 }

.com-content-article.item-page .left.item-image,
.com-content-article.item-page .left.item-image img {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}

@media all and (max-width: 800px) {
  .com-content-article.item-page {
    flex-direction: column;
  
  }
}



/*********** UPDATE Cookies ***********/

#redim-cookiehint {

  padding: 3rem !important;
  border-radius: 10px !important;
}

#redim-cookiehint .cookiebuttons .btn {
  padding: 12px 20px 10px 20px !important;
  border-radius: 0px !important;
}