/*
 Theme Name:   Ultimate Gym
 Description:  Dein Fitnessstudio in Graz
 Author:       Magdalena Kahr-Göpfart
 Author URI:   schubiduquartet.com
 Template:     blank
 Version:      1.0.0
*/


.navbar-toggler{
	margin-top:-40px;
}

.wpforms-notice{
	display: none !important;
}

.wpf-views-cont{
	    color: #fff;
}

.hero-intro-overlay__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tb-slider .tb-slide img {
    width: 100% !important;
    height: 350px  !important;       /* ← gewünschte Höhe anpassen */
    object-fit: contain;
    object-position: right;
    padding-bottom:10px;
}

a.navbar-andand {
    width: auto;
    height: auto;
}

.tb-slider .slick-dots li button:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #EEEE22;  /* ← deine Gelb-Farbe anpassen */
    opacity: 1;
}

.tb-slider .slick-dots li.slick-active button:before {
    background-color: #EEEE22;  /* ← aktiver Dot gefüllt */
}

.tb-slider .slick-dots {
    text-align: right;
    padding-right: 10px;  /* ← optionaler Abstand vom Rand */
}

.tb-panel-slider-wrap{
	padding-bottom:30px;
}

section.textBild .bild2{
	    margin-left: -50px;
    margin-right: 70px;
}

section.fakten .duschen{
	    font-size: 1.8rem;
	    margin-top: 9px;
	        line-height: 3rem;
}

.fakten-bg::before{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
}

section.fakten p.outline, section.fakten footer .outline.row.txt, footer section.fakten .outline.row.txt{
	font-size: 4.2rem;
    line-height: 5rem;
}