body {
/*  background-color: #F2F3F3;*/
  background-color: white;
  font-family: 'roboto', sans-serif; }

nav ul {
  float:right;
}

nav ul a:hover {
    color: rgb(202, 202, 202);
}

nav a {
  color:black;
}

nav {
  height:70px;
  line-height:70px;
  padding-top: 4px;
  background: none; }
  nav ul a {
    color:black;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 300; }
    nav ul a:hover {
      background-color:transparent;
      color:black;
    }

h1 {
  font-size: 4.6rem;
  line-height: 110%;
  margin: 5.1rem 0 0rem 0; }

h5 {
  text-align: center;
  padding-bottom: 13px;
  font-family: "Futura Condensed ExtraBold";
  text-transform: uppercase; }

a {
  color:black;
}

a:hover, a:focus {
  color: #525252;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ea0000;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
}
 
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
 
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); 
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; 
            transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
-webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
 
        -webkit-transition: all 0.3s 1s ease-out; 
                transition: all 0.3s 1s ease-out;
    visibility: hidden;
}

.no-js #loader-wrapper {
    display: none;
}
.no-js h1 {
    color: #222222;
}

#loader {
    z-index: 1001; /* anything higher than z-index: 1000 of .loader-section */
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #000000;
    z-index: 1000;
}
 
#loader-wrapper .loader-section.section-left {
    left: 0;
}
 
#loader-wrapper .loader-section.section-right {
    right: 0;
}

.modal.modal-fixed-footer {
  height:50%;
}

#logo {
  height:38px;
}

#logo-container {
  margin: 6px 0 0;
}

.btn, .btn-large {
  background-color:black;
}

.btn:hover, .btn-large:hover,
.btn:focus, .btn-large:focus {
  background-color:#383838; 
}

#btn-more {
      background: rgba(90, 90, 90, 0);
      border: 1px solid white;
}

#btn-more:hover, #btn-more:focus {
   background: rgba(90, 90, 90, 0.5);
   color: white;
}

.container-more {
  /*margin-top:195px;*/
}

.container-headertext {
  margin-top:0;
  height:100vh;
}

.leistungen-header {
  /*height:93px;*/
}



.sportpost {
  margin-bottom: 30px;
}

.header-posts img {
  display:table-cell; 
  vertical-align:middle; 
  text-align:center;
  float:left;
  width:50%;
  margin-top:3%;
  margin-left:7%;
}

.headertext {
  float:none;
  text-align:center !important;
  padding-top: calc(30vh - 70px);
  margin-top: 0;
}

#send_email {
  text-align: center;
}

.phone-nmbr {
    color: black;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 300;
    font-style:bold;
}

.section-description {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px !important;
}



.header-posts {
  /*display:table-cell; 
  vertical-align:middle; 
  text-align:center;
  float:left;
  width:50%;
  margin-top:3%;
  margin-left:7%;*/
}


/*.headertext-left {
  float:left;
  margin-left:60px;
}

.headertext-right {
  float:right;
  margin-right:70px;
}*/

.spacer-top {
  padding-top: 100px; }

.spacer-bot {
  padding-bottom: 100px; }

.table-of-contents a.active {
    font-weight: 500;
    padding-left: 18px;
    border-left: 4px solid black;
}
.table-of-contents a:hover {
    color: #a8a8a8;
    padding-left: 19px;
    border-left: 2px solid black;
}
.table-of-contents a {
    display: inline-block;
    font-weight: 300;
    color: #757575;
    padding-left: 20px;
    height: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: .4;
    display: inline-block;
    font-size: 1rem;
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]), 
input[type=email]:focus:not([readonly]), 
input[type=url]:focus:not([readonly]), 
input[type=time]:focus:not([readonly]), 
input[type=date]:focus:not([readonly]), 
input[type=datetime]:focus:not([readonly]), 
input[type=datetime-local]:focus:not([readonly]), 
input[type=tel]:focus:not([readonly]), 
input[type=number]:focus:not([readonly]), 
input[type=search]:focus:not([readonly]), 
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid black;
    box-shadow: 0 1px 0 0 black;
}

input:not([type]):focus:not([readonly])+label, 
input[type=text]:focus:not([readonly])+label, 
input[type=password]:focus:not([readonly])+label, 
input[type=email]:focus:not([readonly])+label, 
input[type=url]:focus:not([readonly])+label, 
input[type=time]:focus:not([readonly])+label, 
input[type=date]:focus:not([readonly])+label, 
input[type=datetime]:focus:not([readonly])+label, 
input[type=datetime-local]:focus:not([readonly])+label, 
input[type=tel]:focus:not([readonly])+label, 
input[type=number]:focus:not([readonly])+label, 
input[type=search]:focus:not([readonly])+label, 
textarea.materialize-textarea:focus:not([readonly])+label {
    color: black;
}

h6 {
  font-family: roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: white;
  font-size: 2rem; }

.block h2:hover {
  box-shadow:none !important;
  -webkit-box-shadow:none !important;
}
.block {
  overflow: hidden;
  border-radius: 2px;
  -webkit-box-shadow: 0 40px 65px -24px rgba(0, 0, 0, 0.25);
  box-shadow: 0 40px 65px -24px rgba(0, 0, 0, 0.25);
  -webkit-transition: 1s;
  transition: 1s;
  position: relative;
  margin-top: 0; }
  .block .card-text {
    padding: 0 30px 30px;
    color: #999999;
    font-weight: 300;
    font-size: 18px; }
  .block:hover {
    -webkit-box-shadow: 0 40px 44px 0 rgba(0, 0, 0, 0.32), 0 4px 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 40px 44px 0 rgba(0, 0, 0, 0.32), 0 4px 15px 0 rgba(0, 0, 0, 0.3); }
  .block p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
    color: #929292;
    margin-top: 0; }
  .block .text-container {
    margin-left: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    position: relative; }
  .block h5 {
    text-align: left;
    margin-bottom: 0; }

.section.anschrift {
  padding-bottom:50px;
  padding-top:0;
}

textarea.materialize-textarea {
    min-height: 6rem;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px; }
  .section h5 {
    text-align: left;
    font-family: "Montserrat"; }
  .section.head {
    background-image: url(../images/facesports_website_header_back.png);
    padding-top: 0;
    max-height:100%;
    overflow: visible;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
     }
    .section.head h2 {
      line-height:56px;
      margin-left:20px;
      font-family:"Montserrat";
      font-size: 3rem;
      font-weight: 300;
      text-align: left; }
  .section.service {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 1330px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-radial-gradient(49% 156%, rgba(255, 255, 255, 0.35) 57%, rgba(0, 0, 0, 0.35) 100%), -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%), -webkit-radial-gradient(50% 100%, #FDFDFD 0, #FDFDFD 26%, #EFEFEF 49%, #E0E0E0 74%, #d3d3d3 100%);
    background-image: -webkit-radial-gradient(49% 156%, rgba(255, 255, 255, 0.35) 57%, rgba(0, 0, 0, 0.35) 100%), linear-gradient(-180deg, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%), radial-gradient(50% 100%, #FDFDFD 0, #FDFDFD 26%, #EFEFEF 49%, #E0E0E0 74%, #d3d3d3 100%);
    background-image: radial-gradient(49% 156%, rgba(255, 255, 255, 0.35) 57%, rgba(0, 0, 0, 0.35) 100%), linear-gradient(-180deg, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%), radial-gradient(50% 100%, #FDFDFD 0, #FDFDFD 26%, #EFEFEF 49%, #E0E0E0 74%, #d3d3d3 100%);
    opacity: .2;
    background-blend-mode: screen, multiply, normal; }
    .section.service h5 {
      border-bottom: 2px solid #F2F3F3;
      text-align: left; }
    .section.service .col {
      margin-top: 132px; }
  .section.post-showcase {
    min-height: 700px;
    overflow: hidden;
    background-color: #1b1b1b;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    p.description {
      font-size:15px !important;
      margin-left:25px !important;
      margin-right:25px !important;
    }
    .section.leistungen {
      padding-top:40px;
      background-color: #f8f8f8;
    }
    .section.sportarten {
      padding-bottom:0;
    }
    .section.sportarten h5,
    .section.leistungen h5,
    .section.kontakt h5,
    .section.anschrift h5 {
      color: #262e36;
      text-align: center;
      font-size: 3rem; }

      .section.leistungen p {
        line-height: 24px;
      }
    .section.leistungen p,
    .section.kontakt p,
    .section.sportarten p,
    .section.anschrift p {
      font-size: 20px;
      font-weight: 300;
      color: #929292; }
      .section.leistungen img {
        max-width:180px;
        margin-top:40px;
        margin-bottom:40px;
      }
      .section.sportarten img {
        width:100%;
         -webkit-box-shadow: 0px 1px 25px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 25px 2px rgba(0,0,0,0.2);
box-shadow: 0px 1px 25px 2px rgba(0,0,0,0.2);
      }
      .section.sportarten img:hover {
        box-shadow:rgba(0, 0, 0, 0.45) 0px 1px 25px 2px !important;
  -webkit-box-shadow:rgba(0, 0, 0, 0.45) 0px 1px 25px 2px!important;
  -moz-box-shadow:rgba(0, 0, 0, 0.45) 0px 1px 25px 2px !important;
      }
    .section.post-showcase .img-holder {
      margin-top: -150px; }
      .section.post-showcase .img-holder img {
        max-width: 700px; }
    .section.post-showcase li {
      list-style-type: square;
      font-size: 20px;
      line-height: 36px;
      font-weight: 300;
      color: #f5f5f5 !important;
      margin-bottom: 10px;
      margin-left: 30px; }
  .section.founder {
    background: white; }
    .section.founder h5 {
      color: #262e36;
      text-align: center;
      font-size: 3rem; }
    .section.founder img {
      max-width: 150px;
      margin-bottom: 20px; }
    .section.sportarten h2,
    .section.leistungen h2,
    .section.kontakt h2,
    .section.anschrift h2 {
      font-family: "Montserrat";
      text-transform: uppercase;
      font-size: 2rem; }

.container.container-fluid {
  max-width: 100%;
  width: 100%; }


@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}

@media (max-width: 992px) {
  .container-more, #btn-more {
    visibility: hidden !important;
  }

    #send_email_box {
    float:none !important;
  }
  .header-posts img {
  display: block;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  width: 60%;
  float:none;
  }

  .container-headertext {
    margin-top:0;
  }

  .headertext {
    float:none !important;
    color:black;
    text-align:center !important;
    margin-left: 10%;
    margin-right: 10%;
   }
}

@media (max-width: 500px) {
  .container-more, #btn-more {
    visibility: hidden !important;
  }

  #send_email_box {
    float:none !important;
  }
  .section-description { 
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    };
  .header-posts img {
  display: block;
  margin-left:auto;
  margin-right:auto;
  width: 90%;
  float:none;
}
}


