/* 
Theme Name: Glow Custom Theme
Author: glow communication GmbH
Author URI: https://glow-berlin.de
Description: Glow Custom Theme
Version: 1.0

*/

header.site-header .current-page-ancestor a {
  color: #2b2765;
  position: relative;
}
header.site-header .current-page-ancestor a::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -8px;
  border-bottom: 0.5px solid #2b2765;
}

header.site-header .sub-menu li a::after {
  border-bottom: none;
}

.addInfos img {
  padding: 15px;
}

/*Load More Lichtblicke*/
.gallery-moreToLoad {
  display: none;
}

header.site-header .current-page-ancestor a {
  color: #2b2765;
  position: relative;
}
header.site-header .current-page-ancestor a::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -8px;
  border-bottom: 0.5px solid #2b2765;
}

.support-container .support-flex-container {
  align-items: normal !important;
}
.support-container .support-flex-container .flex1 {
  flex: 1 0 auto;
}

.support-container .support-flex-container .support-flex-box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallerySct .gallery.js-touched .overlay {
  opacity: 1;
}
@media (max-width: 1019px) {
  .gallerySct .gallery a:not(.whiteIcon) {
    pointer-events: none;
  }
  .gallerySct .gallery a * {
    pointer-events: none;
  }
}

/*Button Member Frontpage*/
.btn-member {
  background: #ff7600;
  text-align: center;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 12px;
  position: absolute;
  bottom: 5vh;
  right: 5vw;
  transition: 250ms ease;
  z-index: 11;
}
.btn-member:hover {
  background: #af1d77;
}
@media (max-width: 599px) {
  .btn-member {
    transform: scale(0.8);
    right: 1vw;
    bottom: 2vh;
  }
}

/*Löschen*/
/*h2,h3,h4,h5,p{
	-webkit-hyphens: auto !important;
	-moz-hyphens:auto !important;
	hyphens:auto !important;
}*/
/*Anpassungen June 2022*/
h2,h3,h4,h5,p{
	-webkit-hyphens: manual !important;
	-moz-hyphens:manual !important;
	hyphens:manual !important;
}
/*
.wpsm_panel-body a{
	text-decoration: underline;
	font-weight: 600;
}*/
/*Depressions-Check Safari older versions*/
/*.page-template-depressionscheck-page section.grid-width-narrow{
	position: relative;
}
.page-template-depressionscheck-page .check__view2 .answers .option{
	margin: 0 2%;
}
.page-template-depressionscheck-page .bullets{
	width: 100%;
	text-align: center;
}
.page-template-depressionscheck-page .bullets > span{
	margin: 2% 0.25%;
}

.morePages ul li{
	margin: 10px !important;
}
*/
/*Contact Seite*/
/*@media (min-width: 600px){
.kontakt-elements .contact{
	max-width: 50%;
	}
}*/


/*Coming Soon Roadmovie DarkBG*/
.darkBg .goBackBtn .prevBtn::before {
	background-image: url("/wp-content/uploads/2023/02/arrow-white.png");
}
@media (min-width: 900px){
img.expedition-logo{
	width: 70%;
}