.accordion-header {
  cursor: pointer;
  font-size: 19px;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 0px;
}

.accordion-header::after {
  font-family: "iconfont";
  content: '\f107';
  vertical-align: middle;
  display: inline-block;
  margin-left: .75rem;
  float: right;
}

.accordion-content {
  display: none;
  padding: 10px 0px;
}

.accactive::after {
  font-family: "iconfont";
  content: '\f106';
  vertical-align: middle;
  display: inline-block;
  margin-left: .75rem;
  float: right;
}


.scrolltop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  background: #333333;
  cursor: pointer;
  text-align: center;
  padding-top: 9px;
  display: none;
  transition: all 0.3s;
  border-radius: 100%;
}

.scrolltop .fa {
  color: #FFF;
  font-size: 30px;
}

.scrolltop:hover {
  background: #ba2c2b;
}

@media (max-width: 1024px) {
  .scrolltop {
    bottom: 20px;
    right: 20px;
  }
}

/* ========== Youtube ========== */
.youtube_video {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  line-height: 0;
  margin-bottom: 30px;
}

.youtube_video_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.youtube_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.youtube_video .cc_img_placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.youtube_video .cc_img_placeholder:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  font-family: 'FontAwesome';
  content: "\f04b";
  color: #FFF;
  font-size: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.youtube_video .cc_img_placeholder:hover:after {
  background: rgba(0, 0, 0, 0.4);
}

.youtube_video .cc_video_container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cc_video-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.youtube_video .img_placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.youtube_video .img_placeholder:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  font-family: 'FontAwesome';
  content: "\f04b";
  color: #FFF;
  font-size: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.youtube_video .img_placeholder:hover:after {
  background: rgba(0, 0, 0, 0.4);
}

.youtube_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.youtube_video .video_container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.youtube_video .text {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #FFF;
  font-size: 14px;
  width: auto;
  z-index: 200;
  max-width: 400px;
  line-height: 1.2;
  text-align: right;
}

.video-container {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}

.video-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.description {
  background: #EEEEEE;
  padding: 20px;
  margin-top: -20px;
  box-sizing: border-box;
}

/* ========== Video JS ========== */

.video-js {
  width: 100% !important;
  height: 0 !important;
}

.instavideo-col .video-js {
  padding-top: 175% !important;
}

.vierzudrei-col .video-js {
  padding-top: 132% !important;
}

.quader-col .video-js {
  padding-top: 100% !important;
}

.widescreen-col .video-js {
  padding-top: 56% !important;
}

.instavideo-full .video-js {
  padding-top: 56% !important;
}

.instavideo-col {
  width: 100%;
  padding: 0;
  margin: 2.5px;
}

.vierzudrei-col {
  width: 100%;
  padding: 0;
  margin: 2.5px;
}

.quader-col {
  width: 100%;
  padding: 0;
  margin: 2.5px;
}

.widescreen-col {
  width: 100%;
  padding: 0;
  margin: 2.5px;
}

.instavideo-full {
  width: 100%;
  padding: 0;
  margin: 2.5px;
}

@media (min-width: 768px) {
  .instavideo-col {
    width: calc(25% - 5px);
    padding: 0;
    margin: 2.5px;
  }

  .videorow.five .instavideo-col {
    width: calc(20% - 5px);
    padding: 0;
    margin: 2.5px;
  }
}

.videorow {
  display: flex;
  flex-flow: wrap;
}

/* ========== Personen ========== */
img.person {
  border: 1px solid #ccc;
}


/*@media (min-width: 767px) {
  img.person {width: 50%!important;}
}*/
@media (max-width: 767px) {
  img.person {
    width: 50% !important;
  }

  img.img-3col-left,
  img.img-4col-left {
    width: 33.33333333% !important;
  }

  p.paragraph-8col-right {
    padding: 0px !important;
  }
}

@media (max-width: 480px) {
  img.img-3col-left {
    width: 50% !important;
  }
}

.sfu_corona .btn,
.sfu_corona input[type="submit"],
.sfu_corona form button {
  padding: 10px 30px;
  background: #ba2c2b;
  color: #FFF;
  transition: all 0.3s;
  display: inline-block;
  margin-top: 20px;
  font-size: 17px;
  cursor: pointer;
}

.sfu_corona .btn {
  margin-bottom: 20px;
}

.sfu_corona .btn_green {
  background: #2bba5a !important;
}

.sfu_corona .btn:hover,
.sfu_corona input[type="submit"]:hover,
.sfu_corona form button:hover {
  background: #d43837;
  color: #FFF;
}

.sfu_corona .btn_green:hover {
  background: #35d369 !important;
}

.sfu_corona .buttons {
  margin-top: 35px;
}

.sfu_corona .buttons .btn {
  margin-top: 15px;
}

@media(max-width:768px) {
  .sfu_corona .buttons {
    margin-bottom: 30px;
  }
}

@media(max-width:500px) {
  .sfu_corona .buttons .btn {
    width: 100%;
    text-align: center;
  }
}

.sfu_corona .tagnav {
  list-style-type: none;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 50px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.sfu_corona .tagnav li {
  margin-right: 20px;
  margin-bottom: 12px;
}

.sfu_corona .tagnav li a {
  padding: 5px 20px;
  background: #dfdfdf;
  border-radius: 40px;
  color: #333;
  display: flex;
  display: -webkit-flex;
}

.sfu_corona .tagnav li a img {
  width: 18px;
  margin-right: 5px;
}

.sfu_corona .tagnav li a:hover,
.sfu_corona .tagnav li.current-cat a {
  background: #ba2c2b;
  color: #FFF;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.sfu_corona .blogposts .post {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: solid 1px #CCC;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.sfu_corona .blogposts .post .cats {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  list-style-type: none;
  margin-bottom: 10px;
}

.sfu_corona .blogposts .post .cats li {
  margin-right: 8px;
  border: solid 1px #ccc;
  padding: 5px 10px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 11px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.sfu_corona .blogposts .post .cats li img {
  width: 18px;
  margin-right: 5px;
}

.sfu_corona .blogposts .post .text {
  width: 100%;
}

.sfu_corona .blogposts .post .content {}

.sfu_corona .blogposts .post .content ul {
  margin: 20px;
}

.sfu_corona .blogposts .post .content ul li {
  margin-bottom: 8px;
}

.sfu_corona .blogposts .post h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: none;
  color: #ba2c2b;
}

.sfu_corona .blogposts .post .autor {
  font-style: italic;
  color: #999;
}

@media(max-width:1000px) {
  .sfu_corona .blogposts .post .cats {
    width: 100%;
  }

  .sfu_corona .blogposts .post .text {
    width: 100%;
  }
}

.corona_mobile {
  display: none;
}

@media screen and (max-width:768px) {
  .corona_aside {
    display: none;
  }

  .corona_mobile {
    display: block !important;
  }
}

a[scrollto] {
  cursor: pointer;
}

.english::before {
  content: url(/assets/images/united-kingdom-flag-round.png);
  display: inline-block line-height: 1;
  margin-right: 1em;
  position: relative;
  top: 4px;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/

.zebra tr:nth-child(even) {
  background-color: #EEEEEE;
}

.zebra tr:nth-child(odd) {
  background-color: #FFFFFF;
}

table {
  border-spacing: 0px;
}

td,
th {
  padding: 5px 15px;
  border: 1px solid #fff;
}

hr.dotted {
  border-style: dotted !important;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}


/*--------------------------------------------------------------
# Shortcuts
--------------------------------------------------------------*/
.shortcuts {
  display: none;
}

@media only all and (max-width: 760px) {
  .shortcuts {
    display: block;
    border-bottom: 1px solid #ccc;
  }

  .img-2col-left {
    width: 20% !important;
    padding: 0px !important;
  }

  .paragraph-10col-right {
    width: 76% !important;
  }
}


/*--------------------------------------------------------------
# Iframes
--------------------------------------------------------------*/
.elastic-frame {

  position: relative;

  padding-bottom: 100%;

  height: 0;

  overflow: hidden;

  border: 1px solid #ccc;

}

.elastic-frame iframe {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  overflow: hidden;

}

h3.margin {
  margin-top: 20px !important;
}

/*--------------------------------------------------------------
# Galerie
--------------------------------------------------------------*/

.hsf-gallery-row {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin: 5px 0;
}

.hsf-gallery-row+.hsf-gallery-row {
  margin: 8px 0 5px 0;
}

.hsf-gallery-grid {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: 200px 200px;
  margin: 8px 0 8px 0;
  grid-gap: 10px 5px;
}

.hsf-gallery-m {
  width: calc(50% - 6px);
}

.hsf-gallery-s {
  width: calc(33% - 3px);
}

.hsf-gallery-grid .hsf-gallery-s {
  width: 100%;
  height: 100%;
}

.hsf-gallery-xs {
  width: calc(25% - 6px);
}

.hsf-gallery-xl {
  width: 100%;
  margin: 3px 0 3px 0;
}

.hsf-gallery-s-hoch {
  grid-row: 1 / span 2;
  grid-column: 3;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .hsf-gallery-grid {
    grid-template-rows: auto auto;
  }
}

@media (max-width: 600px) {
  .hsf-gallery-row {
    flex-flow: wrap;
    margin: 0;
  }

  .hsf-gallery-xs {
    width: calc(50% - 6px);
    margin: 5px 0;
  }

  .hsf-gallery-grid {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .hsf-gallery-s,
  .hsf-gallery-m,
  .hsf-gallery-grid .hsf-gallery-s {
    width: calc(50% - 6px);
    margin: 5px 0;
  }

  .hsf-gallery-row+.hsf-gallery-row {
    margin: 0;
  }
}

@media (max-width: 420px) {

  .hsf-gallery-xs,
  .hsf-gallery-s,
  .hsf-gallery-m,
  .hsf-gallery-grid .hsf-gallery-s {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Social-Icons
--------------------------------------------------------------*/

/* .shariff-button.instagram {
  display: none;
  visibility: hidden;
} */

.shariff-button.facebook {
  display: none;
  visibility: hidden;
}