.logo { display: block; width: 50%; height: 50%; max-width: 50%; max-height: 50%; }

img { display: block; }

.bgimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


textarea {
    border: 1px solid #2f3234;
    border-radius: 4px;
    resize: vertical;

	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
textarea:focus {
    border: 1px solid #194D25;
    outline: none !important;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select {
    background: #ffffff;
    border: 1px solid #2f3234;
    border-radius: 4px;

	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus {
    border: 1px solid #194D25;
    outline: none !important;
}


input::placeholder,
option:invalid {
    color: rgba(51, 51, 51, 0.4);
}
input::placeholder,
option:invalid,
select:invalid {
    color: rgba(51, 51, 51, 0.4);
}



.nav ~ #home {
  margin-top: 48px;
}
.nav {
	position: fixed; /*left: 50%;*/
	width: 100%;
  background: #194D25;
  text-align: center;
  top: 0;
  z-index: 99;
}
.nav:hover { top: 0px; }


.nav .icon {
  display: none;
}
@media (max-width: 980px) {
.nav .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  margin: auto;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  content: '\f0c9';
}
.nav .icon:before {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  content: '\f0c9';
}

.nav input[type=checkbox]:checked ~ label .icon:before {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  content: '\f00d';
}

}

.nav nav {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: auto;
}
@media (max-width: 980px) {
.nav nav {
  display: none;
}
}
.nav nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 16px;
}
.nav nav a          { border-bottom: 4px solid #194D25; }
.nav nav a:hover    { border-bottom: 4px solid #FFFFFF; color: #FFFFFF; }
.nav nav a.active   { border-bottom: 4px solid #FFFFFF; }

@media (max-width: 980px) {
  .nav nav a:hover    { border-bottom: 4px solid #194D25; }
  .nav nav a.active   { border-bottom: 4px solid #194D25; }
}

.nav label {
  cursor: pointer;
}
.nav:first-child label {
  margin-left: 0;
}
.nav input[type=checkbox] {
  display: none;
}
.nav input[type=checkbox]:checked ~ .nav-content {
  display: flex;
  flex-direction: column;
}




@media (max-width: 980px) {
.hl7-m { font-size: 15px; letter-spacing: 1px; text-transform: uppercase; }
}




.coach-thumb {
}
.coach-thumb .image {
    background-size: cover;
    filter: saturate(0);
    z-index: 3;
}
.coach-thumb:hover .image {
    filter: saturate(1);
}
.coach-thumb .title {
    text-align: left;
    margin-right: -80px;
    margin-left: 0px;
    opacity: 0;
    z-index: 2;

    transition: all 0.5s;
}
.coach-thumb:hover .title {
    margin-right: 16px;
    margin-left: 16px;
    opacity: 1;
}


.captcha-error {
    font-size: 0.8rem;
    margin-top:5px;
    margin-bottom: 15px;
    b {
        color: red;
    }
}


.tabs {
  }
  .tab {
  }
  .tabs label {
    cursor: pointer;
  }
  .tabs:first-child label {
    margin-left: 0;
  }
  .tabs input[type=radio] {
    display: none;
  }
  .tab-content {
    display: none;
  }
  input[type=radio]:checked ~ label .title {
    margin-right: 16px;
    margin-left: 16px;
    opacity: 1;
  }
  input[type=radio]:checked ~ label .image {
    filter: saturate(1);
  }
  input[type=radio]:checked ~ label ~ .tab-content {
    display: block;
  }

  .footer-links {

  }

  .footer-links a {
    color: #194D25;
    text-decoration: underline;
  }

.widget-placeholder {
    border: 1px solid #ccc;
    padding: 20px 40px;
    text-align: center;
    top: 50%;
    left: 50%;
    position: absolute;
    max-width: 730px;
    transform: translateY(-50%) translateX(-50%);
    display: inline-block;
    box-shadow: 0 0 54px 0px #CCC;
    background: #FFF;
    border-radius: 12px;
    width: 90%;
}

.widget-placeholder a {
    text-decoration: underline;
}

.widget-placeholder button {
    padding: 5px 10px;
    margin-top: 12px;
    background-color: #194d2599;
    border: 2px solid #507055;
    color: white;
}

.gym-widget {
    position: relative;
    width: 100%;
}

#gym-widget-preview {
    min-height: 500px;
}

select.required, input.required {
    border-color: red;
}

#gym-widget-preview::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    filter: grayscale(1);
    background-image: url('../../assets/images/erstgespraech.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.gmap_canvas {
    position: relative;
}

.gmap_canvas::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    filter: grayscale(1);
    background-image: url('../../assets/images/staticmap.png');
    background-size: cover;
    background-position: center center;
    z-index: -1;
}





.items {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  user-select: none;
  cursor: e-resize;
  transition: all 0.2s;
  transform: scale(1);
  will-change: transform;
  position: relative;
  background: rgba(255,255,255,0.1);
  transition: all 0.5s ease-in-out;
	xxscroll-snap-type: x mandatory;
  xxoverscroll-behavior-x: contain;
}

.items.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  transform: scale(1);
}

.item {
  width: 40%;
  min-width: 320px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
	scroll-snap-align: start;
}
@media (max-width: 980px) {
  .item {
    width: 80%;
  }
}


.item img {
  pointer-events: none;
}

a[type="link"] {
  display: none;
}





#locations .trigger {
  cursor: pointer;
}

.vg-button__text {
  color: #fafafa;
}





.gmap_canvas {
  overflow:hidden;
}






