/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 31, 2025 */



@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-light-webfont.woff') format('woff'),
         url('../fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
font-display: fallback;
}




@font-face {

    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
font-display: fallback;
}	

/*allgemeines*/

:root{
--text:#4b4b4b;
--highlight:#5aa9bf;    
}

* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after { 
	content:"";
	display: block;
	clear:both;	
}

html,body {
    font-family: 'montserratlight', Arial, sans-serif;
	font-size: 1rem;
    line-height: 30px;
	color: var(--text);
    scroll-behavior: smooth;
    scroll-padding-top:100px;
}

img {
		max-width: 100%;/*  alle img responsive;max. die Breite, die das Fotos selbst hat --- */
		height: auto;
}
	
h1,h2,h3,p,q{
font-weight: normal;
-webkit-hyphens:auto;
    -ms-hyphens:auto;
        hyphens:auto;
}

h1,h2,h3{
    font-size:30px;
    margin:0 0 30px 0;
    padding-bottom:8px;
    text-transform:uppercase;
}


p,main li,q{
	font-size:15px;
}

p{
    margin-bottom:30px;
}

a,a:link,a:visited {
	text-decoration: none;
    word-wrap: break-word;
    display:inline-block;
    color:inherit
}


header{
    height: 600px;
    margin-top: 58px;
    position: relative;
}


/*classes und ids*/
.abstand_oben{
    margin-top:66px;
}

.button {
  color: inherit;
  padding: 10px 50px;
  border: 1px solid;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.btn-effect-9 { background: transparent; }
.btn-effect-9:hover { -webkit-animation: pulse 1s infinite; animation: pulse 1s infinite; }


@-webkit-keyframes pulse {
      0% { -webkit-transform: scale(1); transform: scale(1); -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.7); box-shadow: 0 0 0 0 rgba(255,255,255, 0.7); }
      70% { -webkit-transform: scale(1.05); transform: scale(1.05); -webkit-box-shadow: 0 0 0 15px rgba(255,255,255, 0); box-shadow: 0 0 0 15px rgba(255,255,255, 0); }
      100% { -webkit-transform: scale(1); transform: scale(1); -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0); box-shadow: 0 0 0 0 rgba(255,255,255, 0); }
    }


@keyframes pulse {
      0% { -webkit-transform: scale(1); transform: scale(1); -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.7); box-shadow: 0 0 0 0 rgba(255,255,255, 0.7); }
      70% { -webkit-transform: scale(1.05); transform: scale(1.05); -webkit-box-shadow: 0 0 0 15px rgba(255,255,255, 0); box-shadow: 0 0 0 15px rgba(255,255,255, 0); }
      100% { -webkit-transform: scale(1); transform: scale(1); -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0); box-shadow: 0 0 0 0 rgba(255,255,255, 0); }
    }


.contentwrapper, .contentwrapper_navi, .contentwrapper_schmal {
    width:100%;
    max-width:1400px;
    margin:auto;
    padding:50px 10px;
    position: relative;
}

.contentwrapper_navi{
    max-width:1400px;
    padding-top:10px;
    padding-bottom:10px;
}

.contentwrapper_schmal {
    max-width:700px;
    padding:120px 10px 30px 10px;
}

.einblenden {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  height:100%;  
  padding-top: 125px;
  background-color: #ffffff7a;
  opacity: 0;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.fakehead p {
  font-size: 25px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--text);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.fakehead_sub p:nth-of-type(odd){
     font-size: 40px;
   line-height: 40px;
    padding-top:70px;
}

.fakehead_sub p{
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 0;
  color:#fff;
  text-align: center;
  -webkit-filter:drop-shadow(3px 3px 3px var(--highlight));
          filter:drop-shadow(3px 3px 3px var(--highlight))
}

.fakehead p:nth-of-type(even) {
  font-size: 40px;
  line-height: 40px;
  color:var(--highlight);
}

.geflext{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.halb, .full, .drittel, .vierzig, .sechzig, .teaser{
    -ms-flex-preferred-size:100%;
        flex-basis:100%;
}

.highlight{
    background-color:var(--highlight);
    color:#fff;
}

.opinions {
  margin-top: 0;
  padding-top: 60px;
}

.sub{
    height: 300px;
}

.teaser{
    position: relative;
    height: 350px;
    background-repeat:no-repeat;
    background-position: center center;
    background-size:cover;
}


.teaser:hover .einblenden{
  opacity: 1;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.teaser a {
  width: 18px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 18px;
  background-image:url("../img/icon_pfeil.png");
  background-repeat:no-repeat;
  background-position:left top;
  background-size:auto;
}

.teaser a:hover {
 background-position:left -18px top;
}

.teaser:first-of-type{
    background-image:url("../img/personal-training.webp");
}

.teaser:nth-of-type(2){
    background-image:url("../img/faszien-training.webp");
}

.teaser:nth-of-type(3){
    background-image:url("../img/ekk-training-kontakt.webp");
}

.without_header{
    margin-top: 60px;
}

.zentriert{
    margin:0 auto;
}
#home{
  background-image: url("../img/header_functional-training.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 250px;
}

#intro {
  background-color: #fff;
  padding: 60px 0 0 30px;
}

#mail, #telefon {
  position: fixed;
  right:0;
  top: 120px;
  background-color:var(--highlight);
  padding: 0px 5px 5px;
  opacity: 1;
  line-height: 40px;
  width:40px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  text-align: center;
  font-size: 20px;
}

#personaltraining{
    background: url("../img/header_personal.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#kontakt{
    background: url("../img/header_kontakt.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#telefon {
  top: 160px;
}

#mail a, #telefon a {
  color: inherit;
}

 #mail:hover, #telefon:hover  {
  background-color:#fff; 
}       
    
/*slide in*/


.come-in {
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-animation: come-in 0.8s ease forwards;
          animation: come-in 0.8s ease forwards;
}
    
.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
    
.already-visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes come-in {
  to { -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes come-in {
  to { -webkit-transform: translateY(0); transform: translateY(0); }
}
    
    
    
/*slider*/


/*mainnav und singlenav*/
ul.container a
{
    margin: 0px 10px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

/* Top and Bottom borders go out */
ul.topBotomBordersOut a:before, ul.topBotomBordersOut a:after
{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    background: var(--text);
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

ul.topBotomBordersOut a:before
{
    top: 0px;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
}

ul.topBotomBordersOut a:after
{
    bottom: 0px;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}


ul.topBotomBordersOut a:hover:before, ul.topBotomBordersOut a:hover:after
{
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}

nav a {
  color: var(--text);
  text-decoration: none;
  text-transform: uppercase;
}


nav ul{
    list-style:none;
}


#navigationsleiste {
  position: fixed;
  top: 0px;
  z-index: 99;
  width: 100%;
  background-color: #fff;
}

#close, #open{
    font-family: 'robotobold';
    font-size:30px;
    line-height: 30px;
    float:right;
}

#close{
    font-size:20px;
    display: none;
    position: relative;
    top:1px;
}

#menue {
    text-align: right;
    display: none;
    padding:0 10px;
}

#mainnav:target #menue {
    display:block;
    position:absolute;
    top:58px;
    right: 0;
    background-color:#fff;
}

#mainnav:target #close{
    display: block;
    z-index: 500;
}

#mainnav:target #open{
    display: none;
}

#logo {
  display: block;
  max-width: 150px;
  float: left;
}

#logo img {
  height: 40px;
  width: auto;
}


/*footnav*/
footer {
    text-align: center;
}

footer nav li{
    display:inline;
}


footer ul {
    text-align: center;
}
/*--------------cookie footer---------------------*/

#cookiedingsbums a {
	color:#fff; text-decoration:none;
	}

#cookiedingsbums a:hover {
	text-decoration:underline;
	}

#cookiedingsbums div {
	padding:10px; 
	padding-right:40px;
	}

#cookiedingsbums { 
   text-align:center; 
   background-color: #000;
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;
   color:#fff;
    padding:15px;
}

#cookiedingsbumsCloser {
   color: #000;
   font-size: 14px;
   font-family:inherit;
   position: absolute;
   right: 5px;
   text-decoration: none;
   top: 5px;
   cursor:pointer;
   padding:4px;
   background: #fff; 

 }

#cookiedingsbumsCloser:hover {
	color:#8A0829;
	-webkit-user-select: none; /*für apfelgeräte*/
	-webkit-touch-callout: none; /*für apfelgeräte*/
}


#back-top{
    position:fixed;
    bottom:0;
    left:50%;
    padding:15px;
    background-color:var(--low);
}

#back-top a{
    color:inherit;
}
@media ( min-width: 600px ){


    
/*classes ids*/  
    
.halb, .drittel{
    -ms-flex-preferred-size:48%;
        flex-basis:48%;
}
  
.teaser{
        -ms-flex-preferred-size:50%;
            flex-basis:50%
} 
       
.teaser:last-of-type{
        -ms-flex-preferred-size:100%;
            flex-basis:100%;
}   
       
/*navigation*/
    

    
}	


@media ( min-width: 900px ){
    
    
 /*classes id*/  
    
.fakehead p {
  font-size: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.fakehead p:nth-of-type(even) {
  font-size: 60px;
  line-height: 60px;
}
    
.vierzig, .sechzig{
    -ms-flex-preferred-size:50%;
        flex-basis:50%;
}     
    
.drittel{
    -ms-flex-preferred-size:33%;
        flex-basis:33%;
}  

.teaser, .teaser:last-of-type{
        -ms-flex-preferred-size:33.33%;
            flex-basis:33.33%;
}  
    
 #intro {
  padding: 120px 0 0 30px;
}   
    
/*navigation*/   
  
    
#menu-mobile{
        display: none;
}
    
#menue{
        display:block;
}    
    
#menue a {
    display: inline-block;
    padding:0 5px;
}

#menue li{
    display:inline;
}
  
#menue.js-nav-sticky  a{
    color:#fff;
}   
    
}

@media ( min-width: 1200px ){
    
    
 /*classes id*/  

.sechzig{
    -ms-flex-preferred-size:60%;
        flex-basis:60%;
}   

.vierzig{
    -ms-flex-preferred-size:40%;
        flex-basis:40%;
}    
    
}