/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.gp_accordion1 .gp_heading {
  margin-bottom: 50px;
}
.gp_accordion1 .gp_accordion_question {
  cursor: pointer;
  display: block;
  margin: 6px 0 0;
  font-size: 16px;
  padding: 12px 35px 12px 25px;
  position: relative;
}
.gp_accordion1 .gp_accordion_question.gp_dir_arrow:not(.gp_active) .gp_accordion_dir:before {
  content: "";
}
.gp_accordion1 .gp_accordion_question.gp_dir_arrow.gp_active .gp_accordion_dir:before {
  content: "";
}
.gp_accordion1 .gp_accordion_question.gp_dir_plus:not(.gp_active) .gp_accordion_dir:before {
  content: "+";
}
.gp_accordion1 .gp_accordion_question.gp_dir_plus.gp_active .gp_accordion_dir:before {
  content: "−";
}
.gp_accordion1 .gp_accordion_question .gp_accordion_dir {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  font-size: 18px;
  float: right;
  margin-right: -15px;
}
.gp_accordion1 .gp_icon {
  margin-right: 11px;
}
.gp_accordion1 .gp_accordion_answer {
  display: none;
  padding: 25px 25px 30px 25px;
}
.gp_accordion1 .gp_accordion_answer.gp_active {
  display: block;
}
.gp_accordion1 .gp_accordion_answer .gp_accordion_link {
  margin-top: 15px;
}
.gp_backgroundvideo .gp_block {
  position: relative;
  overflow: hidden;
}
.gp_backgroundvideo video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.gp_backgroundvideo .gp_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gp_backgroundvideo .gp_controls {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
  z-index: 11;
}
@media only all and (min-width: 48rem) {
  .gp_backgroundvideo .gp_controls {
    display: none;
  }
}
.gp_backgroundvideo .gp_controls i {
  font-size: 1.625rem;
  line-height: 1;
  padding: 0.3125rem;
  color: #ffffff;
  opacity: 0.85;
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
}
.gp_backgroundvideo .gp_controls i:hover {
  opacity: 1;
}
.gp_backgroundvideo .gp_controls .gp_pause {
  display: none;
}
.gp_backgroundvideo .gp_mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
}
.gp_backgroundvideo .gp_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.gp_backgroundvideo .gp_content_inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem;
}
.gp_backgroundvideo .gp_content_inner > h3 {
  color: #ffffff !important;
  font-size: 2.25rem;
  margin: 0 0 1.25rem;
}
@media only all and (max-width: 47.99rem) {
  .gp_backgroundvideo .gp_content_inner > h3 {
    font-size: 1.375rem;
  }
}
.gp_backgroundvideo .gp_content_inner > div {
  color: #ffffff;
  margin-bottom: 1.25rem;
}
.gp_bottom5 .gp_bottom_top, .gp_bottom5 .gp_bottom_bottom {
  margin: 0 -0.75rem;
}
.gp_bottom5 .gp_content {
  margin: 0 0.75rem;
}
.gp_bottom5 .gp_content > h3 {
  margin: 0 0 1.25rem;
  font-size: 1.125rem;
}
.gp_bottom5 ul {
  margin: 0;
  padding: 0;
}
.gp_bottom5 ul li {
  list-style: none;
  line-height: 1.8;
}
.gp_bottom5 ul li a {
  color: #ffffff;
}
.gp_bottom5 ul li a:hover {
  text-decoration: underline;
}
.gp_bottom5 .gp_social {
  text-align: right;
}
.gp_bottom5 .gp_social a {
  font-size: 1.25rem;
  padding: 0 0.25rem;
  border: 1px solid transparent;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 2.5rem;
}
.gp_bottom5 .gp_divider {
  margin: 2rem 0;
  line-height: 1;
  height: 0;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.gp_bottom5 .gp_desc {
  font-size: 95%;
}
.gp_bottom5 .gp_copyright {
  text-align: right;
}
.gp_bottom5 .g-grid.gp_center {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.gp_brands_scroller .gp_brands {
  position: relative;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.gp_brands_scroller ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gp_brands_scroller ul li {
  float: left;
  margin: 0 35px;
  padding: 0;
  list-style: none;
  display: inline-block;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
}
.gp_brands_scroller ul li a {
  display: block;
  line-height: 1;
}
.gp_brands_scroller ul li img {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}
.gp_brands_scroller ul li img:hover {
  opacity: 0.85;
}
/*# sourceMappingURL=custom_home_-_kontakt.css.map */