 
body {
  font-family: 'droidsans',sans-serif;
  color: black;
  line-height: 1.2em;
  font-size: 17px;
  line-height: 20px;
  background-color: white;
}

a {
  color: lightgray;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

p {
  padding: 10px;
  font-weight: 100;
  color: black;
}

.navbar {
  background: silver;
  margin-bottom: 0;
  height: 70px; overflow-x:auto; overflow-y:hidden;
  border-radius: 0;
}

.navbar-fixed-top {
  min-height: 70;
  height: 70;
  padding-top: 0;
}

.navbar-inner {
  background: silver;
  border-radius: 0;
  filter: none;
  border: none;
  box-shadow: none;
}

.navbar .brand img {
  width: 120px;
  height: 40px;
}

.navbar .nav > li > a {
  text-transform: uppercase;
  line-height: auto;
  vertical-align: middle;
  margin: 10px 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  box-shadow: none;
  font-size: 17px;
  text-shadow: none;
  color: black;
  transition: border-color 1s ease;
}

.navbar .nav > li:hover > a, .navbar .nav > .active > a:hover {
  border: none;
  color: black;
  background-color: #ff0b84;
  transition: border-color 1s ease;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:focus {
  border: none;
  color: black;
  background-color: #ff0b84;
  transition: border-color 1s ease;
}

.nav-pills {
  margin-bottom: 30px;
}

.nav-pills > li > a {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 5px;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid lightgray;
}

.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  background: lightgray;
  color: black;
}

.navbar .btn-navbar:hover, .navbar .btn-navbar {
  border-radius: 0;
  background: white;
  color: #000;
}

.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
  text-align: center;
}

.center {
  float: none !important;
  margin: 0 auto !important;
  text-align: center;
}

.highlighted-box {
  background: chocolate;
  padding: 20px 30px;
}

.highlighted-box h1 {
  margin: 0px;
}

.large-text {
  line-height: 1.2em;
  font-size: 30px;
  padding: 20px;
  margin-bottom: 20px;
}

.highlighted-box h1, .highlighted-box p {
  color: #181A1C !important;
}

.circle-border {
  display: inline-block;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -khtml-border-radius: 500px;
  border: 3px solid #fff;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: left;
}

.error {
  color: #CF0000;
  display: none;
}

.invisible {
  display: none;
  visibility: visible;
}

.triangle {
  margin: 0 auto;
  text-align: center;
  width: 0;
  height: 0;
  border-top: 30px solid lightgray;
  border-left: 585px outset transparent;
  border-right: 585px outset transparent;
  position: relative;
}

/*
2.1 Animations
**********/
.zoom-in {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
}

.zoom-in:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

.button, .button:visited, .button:focus {
  display: inline-block;
  border: 1px solid lightgray;
  color: black;
  background-color: transparent;
  padding: 15px 30px;
  font-size: 17px;
  line-height: auto;
}

.button:hover, .button:active {
  background-color: lightgray;
  color: black;
}

.button-sp, .button-sp:visited, .button-sp:focus {
  border: none;
  background-color: white;
  color: lightgray;
}

.button-sp:hover, .button-sp:active {
  background-color: lightgray;
  color: black;
}

.button-ps, .button-ps:visited, .button-ps:focus {
  border: none;
  background-color: lightgray;
  color: black;
}

.button-ps:hover, .button-ps:active {
  background-color: white;
  color: black;
}

/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
.thumbnail {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  background: transparent;
}

.thumbnail .more {
  display: block;
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  color: black;
  text-decoration: none;
  text-align: center;
}

.thumbnail:hovher .morbne {
  top: 40%;
  margin-top: -40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3 s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.thumbnail h3,
.thumbnail p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 4;
}

.thumbnail h3 {
  color: black;
  margin-top: 10px;
  font-size: 20px;
}

.thumbnail > p {
  padding-bottom: 20px;
}

.thumbnail .mask {
  opacity: 0.45;
  filter: alpha(opacity=45);
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: lightgray;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2 s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.thumbnail:hover .mask {
  top: 0;
}

.social {
  list-style: none;
  float: none;
  position: relative;
  margin: 5px;
}

.social li {
  display: inline-block;
  line-height: 32px;
  font-family: 'Porta';
  font-size: 32px;
  padding: 0 5px;
}

.social li a {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  color: black;
}

.social li a:hover {
  color: lightgray;
}

.section {
  padding-bottom: 50px;
  color: black;
}

.section .container {
  padding-top: 50px;
}

.section .title {
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}

.section .title h1 {
  font-weight: normal;
  margin-bottom: 20px;
  padding: 0;
  color: black;
}

.section .title > p {
  font-size: 20px;
  color: black;
  font-weight: lighter;
}

.primary-section {
  background: lightgray;
}

.primary-section, .primary-section .title p, .primary-section h3 {
  color: black;
}

.primary-section h1 {
  color: black;
}

.secondary-section {
  background: silver;
}
 
.secondary-section h1, .secondary-section .title p {
  color: black;
}




.section {
  background: lightgray;
}
 
 
.section:nth-child(2n) {
  background: silver;
}





.third-section {
  padding-bottom: 70px;
  background: #181A1C url(../images/brand-bg.png) no-repeat center;
  border-top: 6px solid white;
}

.third-section .container {
  padding-top: 20px;
  position: relative;
}

.third-section .title {
  color: black;
}

.sub-section {
  margin-top: 30px;
}

.sub-section .title {
  padding: 0;
}

.service {
  margin-top: 20px;
}

.service, .service h2 {
  padding-top: 15px;
}

.service p {
  padding: 0px 50px;
  height: 60px;
}

.service img {
  width: 150px;
  height: 150px;
}

.coaching, .single-training {
  margin-bottom: 30px;
}

.coaching img {
  width: 100%;
}

.project-description {
  padding-right: 20px;
}

.project-description p {
  padding-left: 0;
}

.project-title {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid transparent;
}

.project-title h3 {
  float: left;
  margin-top: 0;
  padding: 0;
  width: 80%;
}

.project-title .close {
  color: black;
  margin-top: 10px;
}

.project-info span, .project-title h3 {
  color: black;
}

.project-info {
  font-weight: 100;
  padding: 10px 0;
}

.project-info span {
  width: 80px;
  display: inline-block;
}

.project-info div {
  margin-bottom: 5px;
}

.close {
  float: right;
  width: 40px;
  height: 40px;
  text-align: center;
}

#portfolio-grid .mix {
  opacity: 0;
  display: none;
}

/*
3.3 About
******************************************************************/
.team .thumbnail {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  border: 1px solid #fff;
}

.team .thumbnail:hover .social {
  z-index: 5;
}

.team .thumbnail:hover .social a {
  color: black;
}

.team .thumbnail .mask {
  background: #ff0b84;
}

.team .thumbnail .mask h2 {
  margin-top: 20%;
}

.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
  color: #181A17;
}

.about-text {
  margin-top: 30px;
}

.about-text p {
  padding: 0;
  font-size: 16px;
}

.skills {
  list-style-type: none;
  position: relative;
  margin: 0px;
}

.skills li {
  margin-bottom: 30px;
  background: #FFF;
  height: 40px;
  padding: 1px;
}

.skills li h3 {
  position: relative;
  font-size: 15px;
  padding: 0;
  margin: 0;
  left: 10px;
  z-index: 1;
  color: lightgray;
}

.skills li .bar {
  height: 40px;
  position: absolute;
  background-color: white;
}

/*
3.4 Clients
**********************************************************************/
.client-slider img {
  border: 1px solid white;
}

.client-slider img:hover {
  background-color: white;
}

.client-nav {
  list-style: none;
  margin-top: 10px;
}

.client-nav li {
  float: left;
  display: block;
  margin-left: 10px;
}

.client-nav li a {
  display: inherit;
  padding: 5px;
  background: white;
  border-radius: 3px;
  width: 20px;
  height: 20px;
}

.client-nav li a:hover {
  background: lightgray;
}

.testimonial p {
  color: lightgray;
  background: white;
  padding: 15px;
  margin: 0;
}

.testimonial .arrow {
  margin-left: 10px;
  width: 0;
  border-top: 10px solid white;
  border-left: 20px outset transparent;
  border-right: 20px outset transparent;
}

.testimonial .whopic {
  display: inline-block;
}

.testimonial .whopic img {
  margin-top: 10px;
  width: 50px;
  height: 50px;
  float: left;
}

.testimonial .whopic strong {
  float: left;
  margin-top: 10px;
  padding-left: 10px;
}

.testimonial .whopic small {
  display: block;
  font-size: 12px;
}

.testimonial-text {
  display: block;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  width: 70%;
  line-height: 1.3em;
}

.contact {
  background: #ff0b84;
}

.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
  color: lightgray;
}

.contact textarea, .contact input[type="text"], .contact input[type="email"] {
  padding: 10px;
  line-height: 20px;
  height: auto;
}

.contact textarea {
  height: 120px;
}

.contacts, .contact .social {
  color: black;
  list-style: none;
  margin-left: 10px;
}

.contacts > li {
  margin-top: 15px;
}

.contacts > li > a {
  color: black;
}

.contact-info {
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-info p {
  font-weight: normal;
}

.contact-info .icon {
  margin: 10px auto;
  font-size: 30px;
}

.map-wrapper {
  position: relative;
  height: 500px;
}

.map-canvas {
  position: absolute;
  margin-bottom: 20px;
  width: 100%;
  height: 500px;
  color: #29383F;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.contact .social {
  display: inline-block;
  margin-left: 0;
}

.contact .social li {
  line-height: 32px;
  padding: 10px 10px;
  font-family: 'Porta';
  font-size: 50px;
  transition: margin 0.4s;
  -webkit-transition: margin 0.4s;
}

.contact .social li a {
  color: black;
}

.contact .social li a:hover {
  color: lightgray;
}

.contact-form {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  z-index: 110;
  position: relative;
  margin-top: -25px;
  padding: 20px;
}

.contact-form h3 {
  color: #838589;
  padding-bottom: 20px;
}

.message-btn {
  border: 1px solid #747C89;
  color: #747C89;
  background-color: transparent;
  padding: 15px 30px;
  font-size: 17px;
}

.message-btn:hover {
  background-color: white;
}

.contact-info {
  text-align: center;
  font-size: 22px;
}

.info-mail {
  border: 1px solid white;
  width: 60%;
  margin: 0 auto;
  padding: 15px;
}

.black {
  color: black;
}

.footer {
  background: lightgray;
  text-align: center;
}

.footer > p {
  color: black;
  margin: 0;
}

.footer a {
  color: black;
}

.footer a:hover, .footer a:focus {
  text-decoration: underline;
}

.scrollup {
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  width: 39px;
  height: 39px; 
  font-size: 20px;
  position: fixed;
  bottom: 30px;
  right: 20px; 
  display: none;
  background: #ff0b84;
}

.scrollup > a {
  position: relative;
  top: 7px;
  color: black;
}

/*
4 Responsible
********************************************************************/
@media (min-width: 1200px) {
  .thumbnail .mohre {
    margin-left: -81px;
    width: 160px;
    height: 160px;
    border-radius: 40px;
    line-height: 120px;
  }
}
@media (max-width: 979px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
  }

  .navbar .nav > li > a {
    line-height: 20px;
    vertical-align: middle;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: 0px;
    margin-right: 0px;
  }

  .nav-collapse {
    clear: both;
  }

  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }

  .nav-collapse .nav > li {
    float: none;
  }

  .nav-collapse, .nav-collapse.collapse {
    width: 100%;
    display: inherit;
  }

  .thumbnail .mohre {
    margin-left: -21px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    line-height: 40px;
  }

  .thumbnail:hover .mohre {
    margin-top: -20px;
  }

  .newsletter form {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .info-mail {
    width: 90%;
    padding: 15px 0px;
  }

  .project-description {
    padding-left: 20px;
  }

  .price-column, .testimonial {
    margin-top: 30px;
  }
}
.triangle {
  border: 0px !important;
}

.testpa {
  background: url(../images/bj.jpg?v=2) no-repeat fixed;
  margin:0px;
  position: relative;
  width: 100%;
  /*max-width: 1920px;*/
  height: 0px;
  background-size: 100% auto;
  padding-bottom: 34%;
}

.testpa .inwrap {
  position: absolute;
}

.navbar .brand {
  display: none;
}

.navbar.navbar-fixed-top .brand {
  display: block;
  line-height: 170%;
  font-size: 28px;
  color: black;
}

p {
  line-height: 144%;
}

select.farbwahl * {
  color: black;
}

#helper ul li {
  float: left;
}

.vitastationen, .arbeitsweise, .referenzen {
  text-align: left;
  font-size: 20px;
  line-height: 150%;
}


img.altes {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray; 
}

.torbogen:hover img.altes {
  filter: none;
  -webkit-filter: grayscale(0);
}

a.mail {
  color: black;
}

a.mail:hover, a.mail:active {
  color: #ff0b84;
}

.coaching, .single-training {
  background: rgba(0, 0, 0, 0.2);
}

.mohn .thumbnail {
  border-radius: 50%;
}

.thumbnail img {
  border-radius: 50%;
}

.torbogen {
	width:100%;
}

.torbogen img, .torbogen div.altes {
  border-radius:78px 78px 0 0;
  height: 360px;
  width: 100%; 
  margin: 0;
  padding: 0;
}


.torbogen .titel {
  background-color: #ff0b84;
  margin-top: -5px;
  padding: 6px;
}

a { text-decoration:none!important; }

.social a:hover i {
  color: #ff0b84;
}

ul.row img {
  transition: 0.4s;opacity:1;
}

ul.row.showingfull div.altes {
  height: 1px;opacity:0;
  overflow: hidden;
}

.project-description ul li {
	margin-bottom:16px;
}

footer {
	font-size:80%;opacity:0.8;
}

img { width:100%!important; }

.nav-trigger {
  position: fixed; top:0;left:0;display:none;
  clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] { 

  position: fixed;
  left: 15px; top: 15px;
  z-index: 20;
    
  
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  width: 54px;
  height: 52px;
  padding-top:4px;
  font-size:42px;  
  display: block;
  background: #ff0b84;
}


.nav-mobile { display:none; z-index:999; background: #ff0b84; list-style:none; padding:0; margin:0; position:fixed; top:70px; left:15px; }

.nav-mobile > li > a {
  text-transform: uppercase;display:block; 
  margin: 10px 3px;padding:4px;
  border-bottom:2px solid black;
  font-size:22pt;  
  color: black; 
  height:34px;
}


.nav-trigger:checked ~ .nav-mobile {
  display:block;
}

.torbogen div.altes {
  background-size:cover; 
  background-position:center;
}


.torbogen div.t_sessel {
  background-image:url("/images/sq/sw/sessel.jpg");
}


.torbogen div.t_schiffchen {
  background-image:url("/images/sq/sw/schiffchen.jpg");
}


.torbogen div.t_haende {  
  background-image:url("/images/sq/sw/haende.jpg");
}

.torbogen div.t_symbolcoach {  
  background-image:url("/images/sq/sw/sanduhr.jpg?v=31");
}

.torbogen div.t_symbolcoach1 {  
  background-image:url("/images/sq/sw/sanduhr1.jpg");
}

.torbogen div.t_symbolcoach2 {  
  background-image:url("/images/sq/sw/sanduhr2.jpg");
}


.torbogen div.t_lippen {  
  background-image:url("/images/sq/sw/Fotolia_19723006_XS.jpg"); 
}


.torbogen div.t_regenschirm {  
  background-image:url("/images/sq/sw/regenschirm.jpg"); 
}


.torbogen div.t_radio {  
  background-image:url("/images/sq/sw/Fotolia_30950217_XS.jpg"); 
}


.torbogen:hover div.t_sessel {
  background-image:url("/images/sq/sessel.jpg");
}


.torbogen:hover div.t_schiffchen {
  background-image:url("/images/sq/schiffchen.jpg");
}


.torbogen:hover div.t_haende {  
  background-image:url("/images/sq/haende.jpg");
}

.torbogen:hover div.t_radio {  
  background-image:url("/images/sq/Fotolia_30950217_XS.jpg?v=9"); 
}

.torbogen:hover div.t_symbolcoach {  
  background-image:url("/images/sq/sanduhr.jpg?v=3");
}

.torbogen:hover div.t_symbolcoach1 {  
  background-image:url("/images/sq/sanduhr1.jpg");
}

.torbogen:hover div.t_symbolcoach2 {  
  background-image:url("/images/sq/sanduhr2.jpg");
}


.torbogen:hover div.t_lippen {  
  background-image:url("/images/sq/Fotolia_19723006_XS.jpg");
}


.torbogen:hover div.t_regenschirm {  
  background-image:url("/images/sq/regenschirm.jpg");
}
_

body:before {
 display:none;
 content: url(/images/sq/Fotolia_30950217_XS.jpg?v=9) url(/images/sq/regenschirm.jpg) url(/images/sq/Fotolia_19723006_XS.jpg);
}

body:after {
 display:none;
 content: url(/images/sq/haende.jpg) url(/images/sq/schiffchen.jpg) url(/images/sq/sessel.jpg) url(/images/sq/kali.jpg) url(/images/sq/sw/kali.jpg);
}

body:after {
 display:none;
 content: url(/images/sq/sanduhr.jpg) url(/images/sq/sw/sanduhr.jpg) url(/images/sq/sanduhr1.jpg) url(/images/sq/sw/sanduhr1.jpg) url(/images/sq/sanduhr2.jpg) url(/images/sq/sw/sanduhr2.jpg);
}

  
.box {
  width: 100%;
  margin: 6px auto;
  margin-top:32px;
  background: #c0c0c0;
  border-radius:10px;
  padding: 20px;
  text-align: center;
  font-style: italic; 
  position: relative;
}

.box > strong, .box > b { font-weight:normal!important; }
 
.box.nom { margin-top:-8px; padding-top:-8px;}

.sb1:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #c0c0c0;
  border-right: 10px solid transparent;
  border-top: 10px solid #c0c0c0;
  border-bottom: 10px solid transparent;
  right: -19px;
  top: 6px;
}

.sb2:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #b6b6b6;
  border-top: 10px solid #c0c0c0;
  border-bottom: 10px solid transparent;
  left: -12px;
  top: 6px;
}

.sb3:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #c0c0c0;
  border-right: 10px solid transparent;
  border-top: 10px solid #c0c0c0;
  border-bottom: 10px solid transparent;
  left: 19px;
  bottom: -19px;
}

.sb4:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #c0c0c0;
  border-top: 10px solid #c0c0c0;
  border-bottom: 10px solid transparent;
  right: 19px;
  bottom: -19px;
}

h4 { margin-top:4px; font-weight:bold; margin-bottom:4px; }