/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24.10.2020, 01:01:00
    Author     : Christian
*/

/*@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@500&display=swap');*/

/*orange: #ff8c00*/
/*grau: #343a40*/

body{
    font-family: 'Red Hat Display' , Arial
}
.modal-active {
    overflow: hidden;
  }
  
.main{
    margin-top: 55px;
}

.jumbotron-start{
    
    padding-top: 60px !important;
    color: white;
    text-align: center;  
/*    background-image:  url("../img/bdcbackground.png");
    background-origin: padding-box;*/
    /*position: relative;*/
/*    animation-name: jumbotronstart;
    animation-duration: 120s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
    animation-iteration-count: infinite;*/
}

.jumbotron-trainersuche{
    
    padding-top: 60px !important;
    color: white;
    text-align: center;  
}

.jumbotron-trainer-modal
{
   padding-top: 40px !important;
    color: white;
    text-align: center;  
}

.jumbotron-trainer
{
   padding-top: 40px !important;
    color: white;
    text-align: center;  
}


@media(min-height:780px){    
    .jumbotron-start{
        background: linear-gradient(181.5deg, #343a40 480px, white 481px , white 330px);
        /*background: linear-gradient(181.5deg, #343a40 310px, #ff8c00 311px, #ff8c00 320px, #343a40 321px, #343a40 480px, white 481px , white 330px);*/
        /*background: -webkit-linear-gradient(181.5deg, #343a40 780px, white 781px , white 650px);*/
        /*background: -moz-linear-gradient(181.5deg, #343a40 780px, white 781px , white 650px);*/
    }  
    .jumbotron-trainersuche{
        background: linear-gradient(181.5deg, #343a40 280px, white 281px , white 130px);
    }
    
    .jumbotron-trainer
    {
       background: linear-gradient(181.5deg, #343a40 480px, white 481px , white 330px);
    }
}


.bg-logo{
    background-image: url("../img/logo.png");
    
    height: 200px;
}



.container-sportler{
    /*height: 600px;*/
    margin-bottom: 80px;
}

.container-preise{
    padding: 100px;
    background: #6c757d;
}

.container-demo{
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 100px;
    background: white;
}

.card-view-text{
    color: white;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 70px;
    padding-right: 50px;
    padding-top: 30px;
    /*padding-bottom: 50px;*/
}

.jumbotron-funktionen
{
    padding: 50px;
    padding-top: 70px;
    color: white;
}



/*@keyframes jumbotronstart {
  0%   {background-image:  url("../img/bggolf.png");}
  25%  {background-image:  url("../img/bgtennis.png");}
  50%  {background-image:  url("../img/bgfitness.png");}
  75%  {background-image:  url("../img/bgsquash.png");}
  100% {background-image:  url("../img/bgtischtennis.png");}
}*/

.img-fluid-sportarten {
  max-width: 120px;
  height: auto;
}

.mft{
    margin-bottom: 30px;
} 


 @media (max-device-width: 770px) {
    .hide-mobile {
      display: none;
    }
}

 @media (max-device-width: 576px) {
    .pic-hide-mobile {
      display: none;
    }
}

@media(min-width:1001px){    
    .mobile{
        display:none;
    }
    .desktop{
        display:block;
    }  
    .jumbotron-start{
        min-height: calc(100vh - 20px);
    }
    
}

@media(max-width:1000px){    
    .desktop{
        display:none;
    }
    .mobile{
        display:block;
    }
}

.img-sport{
    border: 4px solid #6c757d;
}

@media (min-width: 1001px) {
  .img-sport:hover {
    margin-top: -1rem;
    margin-bottom: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.5);
  }
}


.pricing .card {
  border: none;
  border-radius: 10px;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}


/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}

.card-view-container{
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 30px 20px;
    z-index: 1000;
}

.card-view-container-coach{
    padding-top: 10px;
    padding-bottom: 40px;
    margin: 30px 20px;
    z-index: 1000;
}

.card-view{
    border: none;
    border-radius: 10px;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.7);
    position: relative; 
    z-index: 1000;
} 
.card-view-animated{
    border: none;
    border-radius: 10px;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    z-index: 1000;
} 
.card-view hr {
  margin: 1.5rem 0;
  border-color: rgb(255,255,255,0.5);
}


@media (min-width: 992px) {
  .card-view-animated:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.7);
  }
  .card-view-animated:hover .btn {
    opacity: 1;
  }
}

.footer{
    color: #ffffff;
    max-width: 100%;
}

.footer li{
    list-style: none;
}

.footer a{
    text-decoration: none;
    color: #ffffff;
}

.footer a:hover{
    text-decoration: none;
    color: #ffffff;
}

.footer h4{
    color: #6c757d;
}
.selectpicker{
    border-radius: 0;
    font-size: 13px;
}

.trainer .card {
  border: none;
  border-radius: 10px;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
  background-color: #343a40;
  color: white;
}

.trainer hr {
    display: block; 
    height: 1px;
    border: 0; 
    border-top: 1px solid #9c9c9c;
    margin: 10px 0; 
    padding: 0; 
}


.trainer .trainer-name {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.trainer .trainer-img {
  font-size: 3rem;
  margin: 0;
}

.trainer .card .card-body-trainer {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
}
.card-body-trainer .adresse{
    color: #9c9c9c; 
    font-size: 13;
}

.steckbrief-top .adresse{
    color: #9c9c9c; 
    font-size: 15;
}

.anzahl-bewertungen{
    font-size: 13px;
    color: #9c9c9c;
}


.steckbrief-top .anzahl-bewertungen{
    font-size: 15px;
    color: #9c9c9c;
}

.card-body-trainer .bewertung{
    text-align: right;
    padding-top: 10px; 
}

.card-body-trainer .bewertung .stern{
    display: inline-block;
    color: var(--orange);
}

.steckbrief-top .bewertung{
    padding-top: 10px; 
}

.steckbrief-top.bewertung .stern{
    display: inline-block;
    color: var(--orange);
}

.nav-tainer-profil{
    padding-top: 50px;
    padding-right: 30px;
    background-color: #343a40;
    color: white;
}

.nav-tainer-profil .tabs{
    display: inline-block;
    padding-left: 0px;
    margin-right: 15px;
    outline: none;
    cursor: pointer;
    font-weight: bold;
}


.nav-tainer-profil .tabs.active{
    color: white;
    border-bottom: 2px solid #ff8c00;
}

.trainer .text {
  color: white;
}

@media (min-width: 992px) {
  .trainer .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.5);
  }
  .trainer .card:hover .btn {
    opacity: 1;
  }
}

.card-view-container-coach hr{
    margin-top: 0em;
}

.rounded-circle-profile{
    border-radius: 50% !important;
    border: 3px solid transparent;
    margin-top: 0px;
}

.rounded-circle-profile:hover {
    border: 3px solid 	#C0C0C0;
}

.steckbrief-top{
    padding-left: 30px;
    padding-right: 30px;
}