﻿/* Styles FAQs Only */

/* FAQs Question */

.content-wrapper-accordion {
  position: relative;
  width: 90%;
  max-width: 850px;
  margin: auto;
}

.button-faq {
  display: inline-block;
  width: 90%;
  padding: 8px 20px 10px 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.50);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.button-faq:hover { }

.button-faq-pointer:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(25, 18, 11, 0.85);
}

.button-faq-checked {
  margin-top: 30px;
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(25, 18, 11, 0.85);
}

/* FAQs Answer */

.answer-off {
  width: 90%;
  height: 0px;
  margin: auto;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.0);
  text-align: center;
}

.answer-active {
  height: auto;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.50);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.faq-trennlinie {
  height: 1px;
  width: 33%;
  margin: auto;
  margin-top: 22px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 1.0);
}

.trennlinie-top {
  width: 95%;
  margin-top: 45px;
  margin-bottom: 30;
}

.trennlinie-bottom {
  width: 95%;
  margin-top: 30px;
  margin-bottom: 0;
}

.icon-size-accordion-left {
  position: relative;
  height: 32px;
  margin: 0 15px -8px 0;
}

.accordion-infobox-wrapper {
  position: relative;
  display: inline-block;
  width: 24.5%;
}

/*  Media Queries  */

@media only screen and (orientation: portrait) and (max-width: 320px) {
	
.button-faq, .answer-active {
  margin-left: -2%; }
}

@media only screen and (orientation: portrait) and (max-width: 400px) {
	
.button-faq, .answer-active {
  margin-left: -1%; }
}

@media only screen and (orientation: portrait) and (max-width: 500px) {
	
.button-faq, .answer-active {
  margin-left: -0.5%; }
 .accordion-infobox-wrapper {
  width: 48.5%; }
}