.layer404-inner .subtitle {
    margin-top: 20px;
}
.layer404-inner a {
    color: #22232a;
}

.content-item {
    margin-bottom: 3rem;
}
.content {
	line-height: 1.5rem;
}
.content p {
	padding-bottom: 1rem;
}
.content p:last-child {
	padding-bottom: 0;
}

/* Aufzählungen */
.content ul {
	list-style-type: none;
}
.content ul, 
.content ol {
    padding-left: 20px;
    margin-bottom: 0.5rem;
}
.content ul li,
.content ol li {
	padding-bottom: 0.25rem;
}
.content ul li:last-child,
.content ol li:last-child {
	padding-bottom: 0;
}
.content ul li:before {
    content: '\f0da';
    font-family: fontawesome;
    font-weight: 900;
    font-size: inherit;
    display: inline-block;
    line-height: 1;
    width: 20px;
    margin-left: -20px;
}

/* Head Titel 1 / Titel 2 */ 
.head {
    padding: 0 0 20px 0;
}
.head .title, .head .title h2, .head .title h1, .title h1, .title h2,
.content-head-title {
    font-size: 1.7rem;
    color: #aa9c8f;
    text-transform: uppercase;
    font-weight: 700;
}
.content h2 {
  font-size: 1.1rem;
  color: #aa9c8f;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 2rem;
  padding-bottom: 10px;
}
.head .subtitle, .head .subtitle h3, .subtitle h3, .subtitle h2,
.content-head-subtitle, .content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    padding-top: 5px;
}
.content a {
  color: #7b6756;
  font-weight: 600;
}
.content a:hover {
  opacity: 0.5;
  transition: all 0.5s ease-out;
}
/* Inhalt Bild */
.main-image {
  margin-bottom: 15px;
}
.image-left .image,
.image-right .image {
    width: 30%;
}
.image-left .image {
    float: left;
    margin-right: 5%;
}
.image-right .image {
    float: right;
    margin-left: 20px;
}
.image-right .content,
.image-left .content {
	width: 65%;
}
.image-left .content {
	float: right;
}
.image-left:after,
.image-right:after {
    content:"";
    clear: both;
    display: table;
}
.image-top .image {
    margin-bottom: 20px;
}

/* Inhalt 2-Spalten */
.flow-2-col-container {
    -webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	position: relative;
	column-gap: 4rem;
}
.flow-2-col-container .head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.flow-2-col-container .image {
	margin-bottom: 1rem;
	padding-top: 0.25rem;
}
.flow-2-col-container .content {
	margin-top: 4rem;
}
/* Content with Color */
.content-item.has-bg-color {
    padding: 10px 1.5%;
}

/* Inhalt Slider */
.content-slider {
    position: relative;
    margin: 0 0 20px 0;
}
.content-slider .content-item-inner {
    overflow: hidden;
    padding: 50px;
}
.content-slider .image {
    float: right;
    position: relative;
    width: 40%;
    margin-left: 5%;
    line-height: 0;
}
.content-slider .image img {
    width: 100%;
    height: auto;
}
.content-slider .link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content-slider .content .head {
	line-height: 1.9rem;
}

/* Inhalt Accordion */
.containerAccordion {
  columns: 2;
  position: relative;
  column-gap: 4rem;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
            page-break-inside: avoid; /* Firefox */
                 break-inside: avoid; /* IE 10+ */
}
.accordion {
  background-color: rgba(170, 156, 143, 1);
  color: white;
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  position: relative;
  margin-bottom: 8px;
}
.accordion h2 {
  font-family: proxima-nova;
  font-weight: 300;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
.accordionActive, .accordion:hover {
  background: rgba(170, 156, 143, 0.7);
}
.containerAccordion .content {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.containerAccordion .content .inner {
  padding: 15px 20px;
}
.accordion:after {
  content: '\f0dd';
  font-family: fontawesome;
  font-weight: 900;
  font-size: 1.25rem;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 2.1rem;
}
.accordionActive:after {
  content: '\f0de';
  line-height: 3rem;
}

/* Slider Navigation*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
 }
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-pager {
  text-align: center;
  color: #aa9c8f;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #aa9c8f;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #aa9c8f;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
}
.bx-controls-direction {
  position: absolute;
  top: 45%;
  width: 100%;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	font-size: 0;
}
.bx-wrapper .bx-prev {
	position: absolute;
	left: -50px;
}
.bx-wrapper .bx-next {
	position: absolute;
	right: -50px;
}
.bx-wrapper .bx-prev:before,
.bx-wrapper .bx-next:before {
    font-family: fontawesome;
    font-weight: 300;
    color: #aa9c8f;
    font-size: 4rem;
}
.bx-wrapper .bx-prev:before {
	content: '\f104';
}
.bx-wrapper .bx-next:before {
	content: '\f105';
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	color: #333;
}
.bx-wrapper .content-slider .slider-item img {
  width:100%;
  max-width: 100%;
  height: auto;
}

/* Bildergalerie */
.gallery {
  margin: 0 -1.5%;
}
.gallery .item {
    width: 22%;
    float: left;
    vertical-align: top;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    margin: 0 1.5% 2rem 1.5%;
}
.gallery .item img {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.gallery .inner {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}
.gallery .inner.active {
    opacity: 1;
}

/* Katalog-Liste */
.catalog-list {
    margin: 0 -15px;
}
.catalog-item {
    float: left;
    margin-bottom: 40px;
    width: 20%;
    vertical-align: bottom;
}
.catalog-item-inner {
    margin: 0 15px;
}
.catalog-image {
    position: relative;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
    border: 1px solid #aaaaaa;
}
.catalog-image:hover,
.catalog-image:focus,
.catalog-image:active {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-3px);
       -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
         -o-transform: translateY(-3px);
            transform: translateY(-3px);
}
.catalog-image img {
    display: block;
    width: 100%;
    height: auto;
}
.catalog-image-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.catalog-content {
    padding: 8px 0;
    line-height: 160%;
}
.catalog-content-title {
    font-weight: 900;
    text-transform: uppercase;
}
.catalog-content-subtitle {
    font-weight: 100;
}
.catalog-button {
    width: 100%;
    background-color: #aa9c8f;
    color: white;
}
.catalog-button a {
    display: block;
}
.catalog-button a:hover,
.catalog-button a:focus,
.catalog-button a:active {
    text-decoration: none;
    background-color: #46aea1;
    transition: all 0.5s ease-out;
}
.catalog-button-action {
    text-align: center;
    padding: 3px 0;
}

@media only screen and (max-width: 1000px) {
  .containerAccordion {
    columns: 1;
  }
  .gallery .item {
    width: 47%;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 800px) {
  .flow-2-col-container {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    position: relative;
    column-gap: 4rem;
  }
  .image-left .image,
  .image-right .image {
    float: none;
    margin: 0;
    width: 100%;
  }
  .image-right .content, 
  .image-left .content {
    width: 100%;
    float: none;
  }
}
