@charset "UTF-8";
/**
 * This stylesheet contains the cabinet css styles
 *
 * @copyright       Copyright 2016 zdreicom
 * @link            http://www.zdrei.com
 * @version         0.0.3
 * @revision        1
 * @lastmodified    2016-10-03
 */




/* ==========================================================================
   Typography
   ========================================================================== */
/* Text */
#content{padding:0;
  width:700px;

}
.tx-z3cabinet p {
  text-align: left;
  padding:0;
  line-height:1.2;
  margin-bottom:20px;

}

/* Helper Classes */
.big {
  font-size: 24px;
  line-height: 30px;
}
.small {
  font-size: 12px;
  line-height: 16px;
}




/*
html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack  GPU */
@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
  #ls-test3d {
    position: absolute;
    left: 9px;
    height: 3px;
  }
}
/* Mobile features */
.ls-forcehide {
  display: none !important;
}
.og-grid,
.head-grid {
  list-style: none;
  padding: 24px 0 38px;
  padding: 0;
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.og-grid li,
.head-grid li {
  display: inline-block;
  margin: 10px 5px 0 5px;
  vertical-align: top;
  width: 190px;
}
.head-grid li {
  position: relative;
}
.head-grid li h1 {
  position: absolute;
  bottom: 0;
}
.head-grid li {
  margin: 9px 5px 0 5px;
}
.og-grid li > a,
.og-grid li > a img,
.head-grid li > a,
.head-grid li > a img {
  border: none;
  outline: none;
  display: block;
  position: relative;
  -moz-border-radius: 16px;
  border-radius: 16px;
  max-width: 100%;
}
.og-grid li.og-expanded > a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 15px;
  left: 50%;
  margin: -20px 0 0 -15px;
}
.og-expander {
  position: absolute;
  background: #fff;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 3px;
  text-align: left;
  height: 0;
  overflow: hidden;
}
.og-expander-inner {
  padding: 12px;
  margin: 3px 6px 3px 1px;
  border: 1px solid;
  display: table;
}
.og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
}
.og-close::before,
.og-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #888;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.og-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.og-close:hover::before,
.og-close:hover::after {
  background: #333;
}
.og-fullimg,
.og-details {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.og-details {
  padding: 0 40px 0 20px;
}
.og-fullimg {
  text-align: center;
}
.og-fullimg img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}
.og-details h3 {
  font-weight: 300;
  font-size: 52px;
  padding: 40px 0 10px;
  margin-bottom: 10px;
}
.og-details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #999;
}
.og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #cccccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}
@-webkit-keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}
@-moz-keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}
@keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}
@media screen and (max-width: 830px) {
  .og-expander h3 {
    font-size: 32px;
  }
  .og-expander p {
    font-size: 13px;
  }
  .og-expander a {
    font-size: 12px;
  }
}
@media screen and (max-width: 650px) {
  .og-fullimg {
    display: none;
  }
  .og-details {
    float: none;
    width: 100%;
  }
}
.card-wrapper {
  margin: 0;
  margin-right: -2px;
  padding: 0;
  list-style: none;
  clear: both;
  position: relative;
}
.card-wrapper li {
  list-style: none;
  display: block;
  width: 100%;
}
@media (min-width: 900px) {
  .card-wrapper li {
    width: 224px;
    margin: 0 2px 2px 0;
    display: inline-block;
  }
}
/* entire container, keeps perspective */
.card-container {
  cursor: pointer;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}
/*  UPDATED! flip the pane when hovered */
.card-container:hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.card-container:hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.card-container,
.front,
.back {
  width: 224px;
  height: 150px;
  margin: 0 auto 6px auto;
  border-radius: 5px;
}
@media (min-width: 900px) {
  .card-container,
  .front,
  .back {
    margin-bottom: 0;
  }
}
.card-container img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
/* flip speed goes here */
.card {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
/* hide back of pane during swap */
.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
}
/*  UPDATED! front pane, placed above back */
.front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
}
/* back, initially hidden pane */
.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 13px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.1;
  color: #000;
}



/* ==========================================================================
   Layout
   ========================================================================== */
#content {
  position: relative;
  padding-bottom: 50px;
}
iframe {
  max-width: 100%;
}
/* LAYOUT */
.wrapper .main-col {
  padding: 0 12px;
}
@media only screen and (min-width: 1024px) {
  .wrapper .main-col {
    padding: 0;
  }
}
.wrapper .main-col .inner {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 684px;
  margin: 0 auto;
}


@media only screen and (min-width: 1024px) {
  .wrapper .main-col {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  .wrapper .side-col {
    width: 216px;
  }
}
@media only screen and (min-width: 1441px) {
  .wrapper .side-col {
    width: 316px;
  }
}




/*
   Accordion
   ========================================================================== */
.accordion {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-top: 5%;
}
/* Accordion Header */
.ui-accordion .ui-accordion-header {
  outline: none;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #ccc;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  display: flex;
  align-items: baseline;
}
.ui-accordion .ui-accordion-header h2 {
  padding-right: 20px;
  font-size: 18px;
  margin-bottom: 0;
}
.ui-accordion .ui-accordion-header-active,
.ui-accordion .ui-accordion-header-active > *,
.ui-accordion .ui-accordion-header:hover,
.ui-accordion .ui-accordion-header:hover > * {
  color: #2196F3;
}

.ui-accordion .ui-accordion-header:after{
  content: "+";
  position: absolute;
  text-align: center;
  right: 0;
  top: 10px;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  width: 30px;
}
.ui-accordion .ui-accordion-header-active:after{
  content: "-";
}





/* Accordion Content */
.ui-accordion .ui-accordion-content {
  padding: 0;
  margin-top: 15px;
  margin-right: 30px;
}
.ui-accordion .ui-accordion-content > * {
  margin-top: 0;
}
.accordion .item-hide {
  display: none;
}
.accordion .item-show {
  display: block;
}
#content .accordion .csc-default {
  margin-bottom: 0;
}



/*
   Filter - Anbieter
   ========================================================================== */

.tx-z3cabinet{
  display: block;
  width: 100%;
}


/* Kategorie Filter Menu */
.categories {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
  margin-left: -1em;
  margin-right: -1em;
}
@media (max-width: 565px) {
	.categories li {
	  display: block;
	  margin: 12px 12px 12px 0px;
	  cursor: pointer;
	  text-align: left;
	}
}

@media (min-width: 566px) {
	.categories li {
	  display: inline-block;
	  margin: 12px;
	  cursor: pointer;
	}
}
.categories li.active {
  color: #2196F3;
}






/* Items */
.cabinets {
  margin: 0;
  margin-right: -2px;
  padding: 0;
  list-style: none;
  clear: both;
  position: relative;
}
.cabinets li {
  /*float: left;*/
  width: 100%;
  margin: 0 0 6px 0;
  display: block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
@media (min-width: 900px) {
  .cabinets li {
    width: 224px;
    margin: 0 2px 6px 0;
    display: inline-block;
  }
}
/*
.cabinets li:nth-child(3n){
	margin-right: 0;
}
*/
.cabinets li.item-show {
  display: block;
}
@media (min-width: 900px) {
  .cabinets li.item-show {
    display: inline-block;
  }
}
.cabinets li.item-hide {
  display: none;
}
.cabinets li .cabinet-img img {
  display: block;
  width: 100%;
  height: 150px;
  border: 1px solid #8f8f8f;
}
@media (max-width: 899px) {
  .cabinets li .cabinet-img img {
    height: auto;
  }
}
.cabinets.bauten li .cabinet-img img {
  border: none;
}
.cabinets li .cabinet-img {
  position: relative;
}
.cabinets li figcaption {
  background-color: rgba(255, 255, 255, 0.9);
  display: table;
  text-align: left;
  font-weight: bold;
  color: #2196F3;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cabinets li figcaption > span {
  vertical-align: middle;
  display: table-cell;
}
@media (min-width: 768px) {
  .cabinets li:hover figcaption {
    opacity: 1;
  }
}
.cabinets .cabinet-detail {
  margin: 6px 0 1px 0;
  padding: 12px;
  border: 1px solid #8f8f8f;
  position: relative;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  /*
	height: 0;
	opacity: 0;
	padding: 0;
	margin: 0;
	border: 0;
	*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 900px) {
  .cabinets .cabinet-detail {
    width: 684px;
  }
}
.cabinets .cabinet-detail .imgdescription {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  font-weight: bold;
}
.cabinets .cabinet-detail.item-show {
  max-height: 2000px;
  opacity: 1;
  padding: 12px;
  margin-top: 6px;
  margin-bottom: 1px;
}
.cabinets .cabinet-detail.item-hide {
  max-height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}
@media (min-width: 900px) {
  .cabinets li.item-center .cabinet-detail {
    margin-left: -230px;
  }
  .cabinets li.item-right .cabinet-detail {
    margin-left: -460px;
  }
}

/* Left Area */
.cabinets .cabinet-detail .left {
  max-width: 430px;
  margin-right: 36px;
  margin-bottom: 12px;
}
@media (min-width: 900px) {
  .cabinets .cabinet-detail .left {
    float: left;
    margin-right: 12px;
    margin-bottom: 0;
  }
}
.cabinets .cabinet-detail .left img {
  max-width: 100%;
  height: auto;
}
/* Right Area */
.cabinets .cabinet-detail .right {
  max-width: 100%;
}
@media (min-width: 900px) {
  .cabinets .cabinet-detail .right {
    float: left;
    max-width: 215px;
  }
}
.cabinets .cabinet-detail .right img {
  max-width: 100%;
  height: auto;
}
/* .cabinets .cabinet-detail .right .logo {
  max-width: 180px;
}*/


/* Close Button */
.cabinets .cabinet-detail .cabinet-detail-close {
  position: absolute;
  top: 12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  float: right;
  margin: 0 0 5px 5px;
}
@media (min-width: 900px) {
  .cabinets .cabinet-detail .cabinet-detail-close {
    position: relative;
  }
}
.cabinets .cabinet-detail .cabinet-detail-close::before,
.cabinets .cabinet-detail .cabinet-detail-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #8f8f8f;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cabinets .cabinet-detail .cabinet-detail-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cabinets .cabinet-detail .cabinet-detail-close:hover::before,
.cabinets .cabinet-detail .cabinet-detail-close:hover::after {
  background: #000000;
}






/* Filter Area */
.filter-search {
  margin: 0 auto;
  width: 60%;
  max-width: 500px;
  text-align: center;
}

.filter-search label {
  font-weight: normal;
  display: block;
  margin-bottom: 0.5em;
}
.filter-search .search-input {
  position: relative;
}
.filter-search .search-input .icon-search {
  position: absolute;
  font-size: 22px;
  color: #8f8f8f;
}
.filter-search .search-input input {
  outline: none;
  width: 100%;
}







#map-canvas {
  height: 300px;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #map-canvas {
    height: 630px;
  }
}
.tx-z3maps {
  position: relative;
  margin-bottom: 36px;
}
.map-categories {
  overflow: hidden;
}
@media (min-width: 1356px) {
  .map-categories {
    width: 165px;
    margin: -630px 0 0 695px;
  }
}
.map-categories ul {
  list-style: none;
  margin-top: 10px;
  padding: 0;
}
@media (min-width: 1356px) {
  .map-categories ul {
    margin-top: 0;
  }
}
.map-categories ul li {
  float: left;
  width: 50%;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  word-break: break-word;
  word-wrap: break-word;
  min-height: 36px;
  font-size: 14px;
  line-height: 18px;
  padding-right: 10px;
  padding-top: 20px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .map-categories ul li {
    width: 165px;
    padding-right: 0px;
    margin-bottom: 10px;
  }
}
.map-categories ul li.active {
  font-weight: bold;
  color: #dea825;
}
.map-categories ul li img {
  position: absolute;
  left: 0;
  top: 0;
}
.all-pdf-icon {
  text-decoration:none !important;
}

.pdf-icon img {
	width: 20px;
	height: 25px;
	display: block;
}
.all-pdf img {
  	width: 20px;
	height: 25px;     
}
.all-pdf {
	display:flex;
        align-items:center;
        justify-content:end;
        gap:10px;
         
}
.content .pdf-icon {
    position: absolute;
    top: -20px;
    right: 0px;
}
.accordion .item-left {
	position: relative;
}
.div-accordion {
	position: relative;
}

/* Category icon base styles */
.category-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 3px;
}

/* Color variations using images */
.category-icon.green-circle {
    background-image: url('/typo3conf/ext/sitepackage_ammoniak/Resources/Public/Icons/green-circle.png');
}

.category-icon.yellow-circle {
    background-image: url('/typo3conf/ext/sitepackage_ammoniak/Resources/Public/Icons/yellow-circle.png');
}

.category-icon.red-circle {
    background-image: url('/typo3conf/ext/sitepackage_ammoniak/Resources/Public/Icons/red-circle.png');
}

.csc-header .category-icon {
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0;
    position: relative;
    top: 2px;
}

/* Reset any inherited size constraints */
.ui-accordion-header .category-icon {
    min-width: 16px;
    min-height: 16px;
    flex: 0 0 20px;
}

@media (min-width: 566px) {
   .tx-z3cabinet ul {
   margin-left: 0px !important;
  }
}


@media (max-width: 565px) {
   .tx-z3cabinet ul {
   margin-left: 0px !important;
  }
}
