
/* ===============  Typo ================== */
/* teko-500 - latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/teko-v15-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/teko-v15-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* teko-600 - latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/teko-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/teko-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ===============  Colors ================== */
.bg-primary{
  background-color: #1d1d1b !important;
  color: #fff !important;
}
.bg-secondary{
  background-color: #C41C0A !important;
  color: #fff !important;
}
.bg-light{
  background-color: #e2e2e4 !important;
}
.bg-dark{
  background-color: #000000 !important;
  color: #fff !important;
}


/* ===============  Custom ================== */

*, :after, :before{
  -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
a{
  font-family: 'Teko', sans-serif;
  color: #f53c00;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.67em;
  text-transform: uppercase;
  letter-spacing: .025em;
  text-decoration: none;
  transition: color .3s ease;
}
a:hover,
a:focus {
  color: #C41C0A;
}

.bg-gradiant{
  background: transparent url('../img/menu-bg.png') left top repeat-x;
}
.navbar .container-fluid{
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 680px) {
  .navbar .container-fluid{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.navbar-brand {
  padding-top: .5rem;
  padding-bottom: .5rem;
  height: 50px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
  color: #f53c00;
}
.navbar-dark .navbar-toggler{
  color: transparent;
  border-color: transparent;
  padding: 0;
  font-size: inherit;
  height: 37px;
  width: 52px;
  border-radius: 0;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 36px;
  height: 26px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.navbar-dark [aria-expanded='false'] .navbar-toggler-icon{
  background-image: url('../img/menue-button.png') !important;
}
.navbar-dark [aria-expanded='true'] .navbar-toggler-icon{
  background-image: url('../img/close.svg') !important;
  height: 32px;
}
@media screen and (max-width: 991px) {
  
  #navbarSupportedContent{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #1d1d1b;
    background-image: url('../img/body-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    transition: opacity .3s ease;
  }
  #navbarSupportedContent.show{
    opacity: 1;
  }
  
  .navbar-nav{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    justify-content: space-around;
    padding: 20vh 0;
  }
  .navbar-nav li{
    text-align: center;
  }
  .navbar-nav .nav-link{
    display: inline;
    font-size: 36px;
  }
  
}

html,
body {
  font-size: 16px;
  scroll-behavior: smooth;
}

body{
  background: #1d1d1b url('../img/body-bg.jpg') center top repeat-y;
  background-size: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.67rem;
  position: relative;
}

.display-1{
  font-family: 'Teko', sans-serif;
  color: #fff;
  font-size: 7.594rem;
  line-height: .933em;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 680px) {
  .display-1{
    font-size: 3.75rem;
  }
}

h1{
  font-family: 'Teko';
  font-weight: 500;
  font-size: 81px;
  line-height: .933em;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media screen and (max-width: 576px) {
  h1{
    margin-bottom: 2rem;
  }
}
h1 img{
  height: 168px;
}
@media screen and (max-width: 576px) {
  h1 img{
    height: 96px;
  }
}

h2{
  font-family: 'Teko';
  font-weight: 500;
  font-size: 54px;
  line-height: .933em;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
h2 img{
  height: 48px;
}
@media screen and (max-width: 576px) {
  h2{
    font-size: 42px;
    margin-bottom: 2rem;
  }
  h2 img{
    height: 30px;
  }
}

h3, .h3{
  font-family: 'Teko', sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.067em;
  text-transform: uppercase;
}

h4, .h4{
  font-family: 'Teko', sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.067em;
  text-transform: uppercase;
}

h5, .h5{
  font-family: 'Teko', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.067em;
  text-transform: uppercase;
}

p{
  margin-bottom: 1rem;
}
p.lead{
  font-size: 1.25rem;
  line-height: 1.67em;
  margin-bottom: 1rem;
}

h3+p.lead{
  margin-top: -0.25em;
}
.btn,
.btn-primary:focus,
.btn-primary:focus-visible {
    display: inline-block;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    padding: .75rem 1.5rem .67rem;
    font-size: 1.25rem;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-right: 12px;
    margin-bottom: 16px;
    box-shadow: none;
    outline: none;
}
@media screen and (max-width: 1199px) {
  .btn,
  .btn-primary:focus,
  .btn-primary:focus-visible {
    padding: 0.75rem 0.75rem 0.67rem;
    margin-right: 6px;
    margin-bottom: 8px;
  }
}
.btn-primary {
    color: #fff;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active:focus-visible  {
    background-color: #C41C0A;
    outline: none;
    border: none;
    box-shadow: none;
}
.btn-primary:hover{
  background-color: #F53C00;
  box-shadow: none;
  outline: none;
}


.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #C41C0A;
}


.ibra-logo{
  height: 30px;
}


.intro{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background: #1d1d1b;
  animation: intro-out .9s ease 2.5s forwards; 
}
.intro:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../img/body-bg.jpg') center top no-repeat;
  background-size: cover;
  opacity: .4;
}
.intro .ibra-logo{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 33vh;
  opacity: 0;
  transform: translate(-50%, -25%);
  animation: logo-animation 3.5s ease-in-out .15s forwards; 
}
@keyframes logo-animation {
  0% {
    opacity: 0;
    transform: translate(-50%, -25%);
  }
  5% {
    opacity: 0;
  }
  45% {
    opacity: 1;
    transform: translate(-50%, -55%);
  }
  60%{
    opacity: 1;
    transform: translate(-50%, -55%);
  }
  75%{
    opacity: 0;
    transform: translate(-50%, -55%);
  }
  100%{
    opacity: 0;
    transform: translate(-50%, -55%);
  }
}
@keyframes intro-out {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
    z-index: -100;
  }
}


section{
    position: relative;
}

section.header{
  background: #1d1d1b url('../img/header-bg.jpg') center no-repeat;
  background-size: cover; 
  margin-top: -66px;
}
section.header:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
}
section.header .header-col{
  position: absolute;
  bottom: 50%;
  transform: translateY(calc(50% + 15vh));
}

section.poster{
  background: transparent url('../img/ibra-poster.jpg') center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  section.poster{
    background-attachment: inherit;
  }
}


section.kurs-kachel .teaser{
  padding: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
section.kurs-kachel .teaser .img-teaser{
  width: 100%;
  aspect-ratio: 1 / 1;
  transition: transform 0.3s ease;
}
section.kurs-kachel .teaser:hover .img-teaser{
  transform: scale(1.2);
}
section.kurs-kachel .kurs{
  padding: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #c41c0a;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  section.kurs-kachel .kurs{
    aspect-ratio: 2 / 1;
  }
}
section.kurs-kachel .kurs .img-kurs{
  width: 100%;
}

section.video{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55%; 
  overflow: hidden;
  background: #000;
}
section.video .col{
  padding: 0;
}
section.video video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
section.video video:focus{
    border: 0 !important;
    outline: 0 !important;
}
section.video #vidbutton{
  left: 50%;
  height: 100%;
  width: 100%;
  max-width: 3840px;
  max-height: 2160px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
  overflow: hidden;
}
section.video #vidbutton img{
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section.kursplan,
section.preise{
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 576px) {
  section.kursplan,
  section.preise{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section.kursplan .kursfilter-group{
  margin-bottom: 1em;
  text-align: center;
}
section.kursplan .grid-item img{
  width: 100%;
}
section.kursplan .grid-trainingsplan {
  display: grid;
  grid-template-columns: 14.3% 14.3% 14.3% 14.3% 14.3% 14.3% 14.3%;
  grid-gap: 0; 
}
section.kursplan .grid-trainingsplan .grid-item {
  background: #1d1d1b;
  border: rgba(255,255,255,.1) 1px solid;
  width: 100%;
  padding: 0; /*6px;*/
  display: flex; 
  justify-content: center; 
  align-items: center;
}
@media screen and (max-width: 1199px) {
  section.kursplan .grid-trainingsplan .grid-item {
    padding: 0; /*4px;*/
  }
  section.kursplan .grid-trainingsplan .grid-item img{
    transform: scale(1.1);
  }
}
section.kursplan .grid-trainingsplan .grid-item h4,
section.kursplan .grid-trainingsplan-list .grid-title h4,
section.kursplan .grid-trainingsplan-list .grid-item h4,
section.kursplan .grid-trainingsplan .grid-item .h4,
section.kursplan .grid-trainingsplan-list .grid-title .h4,
section.kursplan .grid-trainingsplan-list .grid-item .h4{
  margin-top: 6px;
}
section.kursplan .grid-trainingsplan-list .grid-title h4,
section.kursplan .grid-trainingsplan-list .grid-title .h4,
section.kursplan .grid-trainingsplan .grid-item h4.g-title,
section.kursplan .grid-trainingsplan .grid-item .h4.g-title{
  margin-top: 12px;
}
@media screen and (max-width: 1199px) {
  section.kursplan .grid-trainingsplan .grid-item h4,
  section.kursplan .grid-trainingsplan-list .grid-item h4,
  section.kursplan .grid-trainingsplan .grid-item .h4,
  section.kursplan .grid-trainingsplan-list .grid-item .h4{
    font-size: 24px;
  },
  section.kursplan .grid-trainingsplan-list .grid-title h4,
  section.kursplan .grid-trainingsplan-list .grid-title .h4{
    font-size: 30px;
  }
}
section.kursplan .grid-trainingsplan-list{
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 0; 
}
section.kursplan .grid-trainingsplan-list .grid-title,
section.kursplan .grid-trainingsplan-list .grid-item {
  background: #1d1d1b;
  border: rgba(255,255,255,.1) 1px solid;
  width: 100%;
  padding: 0; /*6px 0;*/
  display: flex; 
  justify-content: center; 
  align-items: center;
}
section.kursplan .grid-trainingsplan-list .grid-col-span-2{
  grid-column: span 2 / span 2;
  margin-top: 24px;
}
section.kursplan .grid-trainingsplan-list .grid-item img{
  transform: scale(1);
  max-width: 100%;
  width: auto; 
  max-height: 48px;
}

section.preise .grid-preise .grid-col-span-3{
  grid-column: span 3 / span 3;
}
section.preise .grid-preise .grid-col-span-2{
  grid-column: span 2 / span 2;
}
section.preise .grid-preise .grid-title{
  background: #1d1d1b;
  border: rgba(255,255,255,.1) 1px solid;
  width: 100%;
  padding: 24px 24px 12px; /*6px 0;*/
  display: flex; 
  justify-content: flex-start; 
  align-items: center;
}
section.preise .grid-preise {
  display: grid;
  grid-template-columns: 50% auto auto;
  grid-gap: 0; 
}
section.preise .grid-preise.grid-2{
  display: grid;
  grid-template-columns: 50% auto;
  grid-gap: 0; 
}
section.preise .grid-preise .grid-item {
  background: #1d1d1b;
  border: rgba(255,255,255,.1) 1px solid;
  width: 100%;
  padding: 16px 24px 4px; /*6px;*/
  display: flex; 
  flex-direction: column;
  justify-content: center;
}
section.preise .row{
  margin-top: 24px;
}
section.preise .row:first-child{
  margin-top: 0;
}
section.preise h3,
section.preise .h3,
section.preise h4,
section.preise .h4,
section.preise h5,
section.preise .h5,
section.preise h6
section.preise .h6{
  text-transform: inherit;
}
section.preise .h6{
  margin-top: -2px;
  margin-bottom: 4px;
}
section.preise h4{
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  section.preise .grid-preise {
    grid-template-columns: auto auto auto;
  }
  section.preise .grid-preise.grid-2{
    grid-template-columns: auto auto;
  }
  
  section.preise .grid-preise .grid-title{
    padding: 12px 12px 6px;
  }
  section.preise .grid-preise .grid-title h3{
    font-size: 24px;
    margin-bottom: 0;
  }
  section.preise .grid-preise .grid-item {
    padding: 8px 12px 2px; 
  }
  section.preise .grid-preise .grid-item h4{
    font-size: 20px;
  }
  section.preise .grid-preise .grid-item .h4{
    font-size: 20px;
  }
  section.preise .grid-preise .grid-item .h6{
    font-size: 13px;
  }
}



section.boxclub .container-fluid{
  padding: 0;
}
section.boxclub .row{
  margin: 0;
}
  section.boxclub .col{
  padding: 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {  
  section.boxclub .bg-boxclub-img{
    background: url('../img/gruppentraining.jpg') center no-repeat;
    background-size: cover;
  }
}
section.boxclub .img-boxclub{
  width: 100%;
}
section.boxclub .teaser-text{
  padding: 96px 12.5%;
  max-width: 1200px;
}
@media screen and (max-width: 1199px) {
  section.boxclub .teaser-text{
    padding: 72px 12.5%;
  }
}
@media screen and (max-width: 768px) {
  section.boxclub .teaser-text{
    padding: 72px 5%;
  }
}

section.team{
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 576px) {
  section.team{
    padding-top: 60px;
    padding-bottom: 48px;
  }
}
section.team h2{
  margin-bottom: 4rem;
}
@media screen and (max-width: 576px) {
  section.team h2{
    margin-bottom: 2rem;
  }
}
section.team .team-img-wrapper{
  padding: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 1.67em;
}
section.team .team-col{
  margin-bottom: 3em;
}
section.team .team-img-wrapper .team-img{
  width: 100%;
  transition: transform 0.3s ease;
}
section.team .team-img-wrapper:hover .team-img{
  transform: scale(1.2) ;
}
section.team p.lead{
  margin-top: -.5rem;
  margin-bottom: .5rem;
}

.social-link{
  margin-right: .5em;
}
.social-link,
.social-link svg{
  width: 1em;
  height: 1em;
}
.social-link .instagram-icon,
.social-link .linkedin-icon,
.social-link .facebook-icon{
  fill: #ffffff;
  width: 1em;
  height: 1em;
  transition: fill 0.3s ease;
}
.social-link:hover .instagram-icon,
.social-link:hover .linkedin-icon,
.social-link:hover .facebook-icon{
  fill: #C41C0A;
}
.social-icon.invert{
  filter: invert(1);
}

section.kontakt{
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  section.kontakt{
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 576px) {
  section.kontakt{
    padding-bottom: 0;
  }
}
section.kontakt .kontakt-wrapper{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url('../img/kontakt-img.jpg') center no-repeat;
  background-size: cover;
  aspect-ratio: 2;
}
section.kontakt .kontakt-img{
  width: 100%;
  display: none;
}
section.kontakt .align-content-center{
  padding: 0;
  display: flex;
  align-items: center;
}
section.kontakt .teaser-text{
  padding: 96px 12.5%;
  max-width: 1200px;
}
@media screen and (max-width: 1199px) {
  section.kontakt .teaser-text{
    padding: 72px 12.5%;
  }
}
@media screen and (max-width: 768px) {
  section.kontakt .teaser-text{
    padding: 72px 5%;
  }
}
@media screen and (max-width: 576px) {
  section.kontakt .teaser-text{
    padding: 48px 5%;
  }
}
section.kontakt .teaser-text h2{
  margin-bottom: 1rem;
}
section.kontakt a.h4{
  display: inline-block;
  margin-bottom: 1.25rem;
}

section.text-wrapper{
  padding-top: 120px;
  padding-bottom: 96px;
  min-height: calc(100vh - 360px);
}
@media screen and (max-width: 576px) {
  section.text-wrapper{
    padding-top: 60px;
    padding-bottom: 48px;
  }
}
section.text-wrapper h2{
  margin-bottom: 2rem;
}
section.text-wrapper p+h2,
section.text-wrapper p+h3,
section.text-wrapper p+h4,
section.text-wrapper p+.h4{
  margin-top: 2.5rem;
}


hr,
hr:not([size]){
  border: none;
  width: 94%;
  height: 12px;
  background: #fff;
  opacity: 1;
  margin-left: 3%;
  transform: rotate(-1deg);
}

footer{
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 576px) {
  footer{
    padding-top: 60px;
    padding-bottom: 72px;
  }
}
footer h3{
  margin-bottom: 1rem;
}
footer .footer-logo{
  height: 135px;
}
@media (max-width: 1024px){
  footer .footer-logo{
    margin-bottom: 3rem;
  }
}
footer .social-media{
  margin-bottom: 1rem;
}
footer .social-link,
footer .social-link svg{
  width: 1.25em;
  height: 1.25em;
}
footer .social-link .instagram-icon,
footer .social-link .linkedin-icon,
footer .social-link .facebook-icon{
  width: 1.25em;
  height: 1.25em;
}


@media (min-width: 1600px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1500px;
  }
}
@media (min-width: 1800px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1680px;
  }
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 576px) {}











































