
body {
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
}

html,body {
     width: 100%;
     overflow-x: hidden;
  }


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6,
blockquote {
  font-weight: 600;
}

h1 {
    font-size: 3.5rem;
    line-height: 2.0rem;
    letter-spacing: 10px;
    text-transform: uppercase;
    padding-top: 12px;
	padding-bottom: 60px;
}

h2 {
  font-size: 30px;
  letter-spacing: 6px;
  padding-bottom: 18px;
  text-transform: uppercase;
}

#range h2 {
  padding-bottom: 2px;
}

blockquote, h3 {
   font-family: 'Open Sans', sans-serif;
  /*font-style: italic;*/
}

h3 {
  line-height: 36px;
}

h4 {
    color: #999;
    font-size: 24px;
    letter-spacing: 6px;
	letter-spacing: 2px;
    margin-top: 30px;
}

h5 {
  color: #999;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.4px;
  margin-top: 22px;
  margin-bottom: 0px;
}

h6 {
  margin-top: 22px;
  font-size: 10px;
}

p {
    color: #707070;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.4px;
}

a {
  text-decoration: none !important;
  outline: none;
}


/*---------------------------------------
    General               
-----------------------------------------*/
ul {
	list-style: none;
}

ul.sublistitem {
	list-style-type: disc;
	margin-left: 1em;
}

#trainer,
#blog,
#price {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#home,
#trainer,
#newsletter,
#price,
#testimonial,
#blog-header {
  text-align: center;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  background-color: #26253a;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }




/*---------------------------------------
    Navigation section              
-----------------------------------------*/
.navbar-default {
    background: #ffffff;
    border-bottom: 2px solid #f9f9f9;
    box-shadow: none;
    margin: 0 !important;
}

.navbar-default .navbar-brand {
  color: #505050;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  margin: 0;
}

.navbar-default .navbar-nav li a {
    color: #999;
    font-size: 24px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0.6px;
    transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav li a:hover {
  color: #000;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    color: #000;
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  color: #000;
  background-color: transparent;
}

#copyright .navbar-default {
    background-color: transparent;
	border: none;
	box-shadow: none;
    margin: 0 !important;
}

#copyright .navbar-default .navbar-nav li a {
    color: #fff;
}

#copyright .navbar-default .navbar-nav > li > a:hover,
#copyright .navbar-default .navbar-nav > li > a:focus {
  color: #999;
  background-color: transparent;
}

#copyright .navbar-default .navbar-nav > .active > a,
#copyright .navbar-default .navbar-nav > .active > a:hover,
#copyright .navbar-default .navbar-nav > .active > a:focus {
  color: #999;
  background-color: transparent;
}

/*---------------------------------------
    Home section              
-----------------------------------------*/
#home {
    background: 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    height: 100vh;
}

#home h3 {
  letter-spacing: 8px;
}

#home .btn {
  background: #26253a;
  border: none;
  border-radius: 0px;
  color: #999;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  padding: 16px 38px;
  margin-top: 28px;
  transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: #ffffff;
  color: #26253a;
}

/*---------------------------------------
   About  section              
-----------------------------------------*/
#about {
  padding-top: 14rem;
  padding-bottom: 20rem;
  position: relative;
}

#about img {
  border: 4px solid #f9f9f9;
  padding: 20px 20px 40px 20px;
}

#about blockquote {
  background: #ffffff;
  box-shadow: 0px 2px 8px 10px rgba(50, 50, 50, 0.04);
  border-left: 8px solid #26253a;
  word-spacing: 1px;
  letter-spacing: 1px;
  position: absolute;
  font-size: 20px;
  top: 240px;
  left: 80px;
  padding: 62px 52px;
}

#about .overview-detail {
  position: relative;
  top: 40px;
}

#about .btn {
  background: transparent;
  border: 4px solid #26253a;
  border-radius: 0px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 14px 46px;
  transition: all 0.4s ease-in-out;
  margin-top: 32px;
}

#about .btn:hover {
  background: #26253a;
  color: #ffffff;
}

/*---------------------------------------
   Range section              
-----------------------------------------*/
#range {
  background: #d4d9e6;
}

#range h3 {
  letter-spacing: 1px;
  margin-top: 0px;
  padding-bottom: 12px;
}

#range img {
  width: 100%;
}

#range .range-thumb {
  position: relative;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 0px;
}

#range .range-thumb .range-overlay {
  background: #2065af;
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.4s ease-in-out;
}

#range .range-thumb:hover .range-overlay {
  opacity: 0.9;
  transform: scale(0.9);
}

#range .range-thumb .range-overlay h2 {
  padding-bottom: 0px;
}

#range .range-thumb .range-des {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#range h2 {
  padding-top: 50px;
}

#copyright .info {
  font-size: 1.2em;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 40px; 
  text-align: center;
  color: #fff;
}

#copyright h5 {
	font-weight: 300;
}

#copyright .producer {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 2em; 
  text-align: center;
  color: #fff9;
}

#copyright h6 {
	font-size: 1em;
	font-weight: 200;
}

#copyright .producer a {
	color: #fff9;
}

#copyright .producer a:hover {
	color: #999;
}

/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background: #2065af;
  color: #ffffff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

footer .col-md-5 {
  position: relative;
  left: 100px;
}

footer .col-md-5 div {
  padding-top: 10px;
}

footer h4 {
  margin-top: 0px;
}

footer .copyright-text {
  padding-top: 80px;
  text-align: center;
  font-size: 12px;
}

footer p {
	color: #fff;
}

/*---------------------------------------
   Various              
-----------------------------------------*/
.copyright-text a {
	color: #fff;
	transition: all 0.4s ease-in-out;
}

.copyright-text a:hover {
	color: #ffffff;
}

.copyright-text p {
	font-size: 12px;
}

.arrow-down {
  display: block;
  width: 40px;
  height: 40px;
  margin: 3em auto 0;
}

.arrow-down.as-circle-full svg circle {
  -webkit-animation: circle-full 2s ease-in-out alternate forwards;
  -moz-animation: circle-full 2s ease-in-out alternate forwards;
  -ms-animation: circle-full 2s ease-in-out alternate forwards;
  -o-animation: circle-full 2s ease-in-out alternate forwards;
  animation: circle-full 2s ease-in-out alternate forwards;
}

.arrow-down.as-circle-none svg circle {
  -webkit-animation: circle-none 2s ease-in-out forwards;
  -moz-animation: circle-none 2s ease-in-out forwards;
  -ms-animation: circle-none 2s ease-in-out forwards;
  -o-animation: circle-none 2s ease-in-out forwards;
  animation: circle-none 2s ease-in-out forwards;
}

.arrow-down svg line {
  stroke: #fff;
  stroke-width: 2px;
}

.arrow-down svg circle {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  fill: none;
}


@keyframes circle-full {
  from {
    stroke-dashoffset: 500;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes circle-full {
  from {
    stroke-dashoffset: 500;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes circle-none {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 500;
  }
}
@-webkit-keyframes circle-none {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 500;
  }
}

/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  #home {
    height: 65vh;
  }

  #overview {text-align: center;}

  #overview blockquote {
    top: 260px;
    padding: 82px;
  } 

  #overview .overview-detail {
    margin-left: 20px;
    top: 72px;
  }

  footer .col-md-5 {
    left: 30px;
  }

  #blog-header {
    height: 40vh;
  }

}


@media (max-width: 768px) {

  #overview blockquote {
    top: 306px;
    left: 30px;
    right: 10px;
  }

}


@media (max-width: 767px) {

  .navbar-default .navbar-brand {
    line-height: 15px;
  }

  .navbar-default .navbar-nav li a {
    font-size: 20px;
    line-height: 18px;
  }

  #range,
  #blog,
  #price {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #overview {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

}


@media (max-width: 760px) {

  #home {
    height: 100vh;
  }

  #blog-header {
    height: 35vh;
  }

  #blog .blog-comment-form {
    margin-bottom: 42px;
  }

  h1 {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }

  h2 {
    font-size: 24px;
  }

  h3 {font-size: 18px}

  p {font-size: 17px;}

  #overview img {
    margin-bottom: -60px;
  }

  #overview .overview-detail {
    margin-top: 100px;
    top: 0px;
  }

  #price .pricing__action {
    font-size: 13px;
  }

  footer {text-align: center;}

  footer .col-md-5 {
    left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  #impressum img {
	max-width: 35%;
    max-height: 35%;
	width: auto;
	height: auto;
  }

}


@media (max-width: 650px) {

  #overview blockquote {
    position: relative;
    top: 0px;
    left: 0px;
  }

  .navbar-default .navbar-brand {
    line-height: 15px;
	font-size: 20px;
  }
  
  #impressum img {
	max-width: 25%;
    max-height: 25%;
	width: auto;
	height: auto;
  }
  
}


@media (max-width: 450px) {

  #overview blockquote {
    padding: 32px;
  }

  #overview .overview-detail {
    margin-top: 32px;
  }

  #impressum img {
	max-width: 25%;
    max-height: 25%;
	width: auto;
	height: auto;
  }
  
}


