body {
    position: relative;
}

h1
h2
h3
h4
h5
p
a {
    font-family: 'Nunito', sans-serif;
    line-height: 2.5rem;
    color: #777;
}


h1 {
    font-family: 'Berkshire Swash', cursive;
    font-size: 50px;
    margin-top: 0;
}

h2 {
    font-size: 40px;
    line-height: 4.5rem;
    margin-bottom: 4rem;
    font-weight: 200;
    margin-top: 0;
    color: #7AA4D2;
}

.blue h2 {
    color: #fff;
}

.margin-top {
    margin-top: 2rem;
}

h3 {
    font-size: 30px;
    letter-spacing: 0.1rem;
    color: #777;
}

h4 {
    font-weight: 700;
    letter-spacing: 0.1rem;
}

.navbar-logo {
    margin-top: -5px;
    font-size: 25px;
    color: #fff;
}

@media (min-width: 990px) {
    .navbar-logo.affix {
        color: rgba(122, 164, 210, 1);
    }
}

.small {
    font-size: 85%;
    color: #777;
}

.services {
    padding-bottom: 80px;
}

.blue-text {
    color: #0CAED4;
}

.textlink,
.link {
    color: #333;
}

.textlink {
   font-weight: 700; 
}

.textlink:hover,
.textlink:focus,
.link:hover,
.link:focus {
    color: #999;
}

.textlink:before {
    content: "❯";
    font-size: 12px;
    margin-right: 0.2rem;
}

.prize-tag {
    font-family: 'Droid Serif', 'Merriweather', serif;
    font-size: 30px;
    line-height: 3.5rem;
    margin-bottom: 4rem;
    font-weight: 300;
}

body {
  font-family: 'Nunito', "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2.5rem;
  color: #333;
  background-color: #fff;
}

.navbar-custom {
    color: #fff;
    background-color: rgba(13, 12, 20, 0.4);
    
}

.navbar-brand {
  float: left;
  height: 40px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}


.navbar-default.affix {
    padding: 0;
    /* Add additional styles here for the COLLAPSED state */
  }

 img.affix  {
     visibility: hidden;
        height: 30px;
    }

.navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
}

.nav-btn {
    position: relative;
    display: inline-block;
    margin-right: 24px;
    color: #333;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.bg-img {
    display: block;
    position: relative;
    background-image: url();
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hero-headline {
     color: #fff;
}

.bg-img-1 {
    height: 80vh;
    background-image: url(../img/hero.jpg);
}

.bg-img-2 {
    height: 40vh;
    background-image: url(../img/bg-img-2.jpg);
}

.bg-img-3 {
    height: 50vh;
    background-image: url(../img/bg-img-3.jpg);
}

.bg-img-4 {
    height: 50vh;
    background-image: url(../img/bg-img-4.jpg);
}

.box {
    padding: 50px;
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
}

.caption-image {
    margin-left: auto;
    margin-right: auto;
    margin-top: -183px;
}

.first-headline:before {
    content: '';
    border: none;
    display: block;
    width: 160px;
    height: 160px;
    background-image: url(../img/logo-powerduo.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: -153px;
    margin-bottom: 2rem;
}

.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}

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

.btn {
  /* padding: 18px 54px; */
  font-family: Nunito;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  /* line-height: 1.42857143;
  border-radius: 4px;
  border: 1px solid transparent; */
}

.btn-primary {
    color: #fff;
    letter-spacing: 0.25rem;
    font-size: 14px;
    text-transform: uppercase;
    
}

.btn-secondary {
    display: inline-block;
    letter-spacing: 0.25rem;
    font-size: 14px;
    /* width: 100%; */
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #fff;
}

#contact .btn-secondary {
    margin-bottom: 30px;
}

#gutschein p {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
}

.btn-secondary:hover {
    letter-spacing: 0.25rem;
    font-size: 14px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-nav > li:hover, 
.navbar-default .navbar-nav > li:focus,
.navbar-default .navbar-nav > li:active{
    cursor: pointer;
    color: #777;
    background-color: #fff;
    text-decoration: none;
}

.navbar-default .navbar-nav > li:hover > a, 
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li:active > a {
    color: #777;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #7AA4D2;
    background-color: transparent;
}

@media(min-width:990px) {
  .navbar-default {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    padding: 30px 0;
    /* Add additional styles here for the UNCOLLAPSED state */
  }
  .navbar-default.affix {
    padding: 0;
    color: #777;
    background-color: #fff;
      
    /* Add additional styles here for the COLLAPSED state */
  }
    
    .navbar-default.affix .navbar-nav > li > a {
        color: #777;
    }
    
    .navbar-default.affix .navbar-nav > li > a:active {
        color: #777;
    }
    
      .navbar-default.affix .navbar-nav > li:active {
        color: #fff;
    }
    
    .navbar-default.affix .navbar-nav > li:hover {
        color: #777;
        border-bottom: 3px solid #7AA4D2;
    }
    
     .navbar-default.affix .navbar-nav > li {
        padding-top: 0px;
         padding-bottom: 0px;
         margin: 0;
    }
    
    .navbar-nav > li {
        margin-top: -30px;
        margin-bottom: -30px;
        /* height: 101px; */
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
}
    
.btn:hover, a:hover {
    cursor: pointer;
/*    color: #26DFCE;*/
    text-decoration: none;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #555;
    border: 1px solid #555;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
}

.flex-row p {
   max-width: 600px;
}

.flex-row img {
    margin-right: 30px;
}


.stripe {
    position: relative;
    min-height: 50px;
    padding-top: 75px;
    padding-bottom: 75px;
}

.stripe--small {
    position: relative;
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-of-page {
    position: fixed;
    width: 100%;
    height: 30px;
    z-index: 9999;
    font-size: 13px;
    line-height: 0;
    padding-top: 15px;
}

.blue,
.blue h3 {
    color: #fff;
    background-color: #7AA4D2;
}

.light-blue {
    background-color: #D6F4FE;
}

.border-top {
    border-top: 1px solid #ccc;
}

.gradient-grey {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}

.blue-stripe h4,
.blue h4,
.light blue h4 {
    color: #fff;
    margin-bottom: 10px;
}

.grey {
    background-color: #f3f3f3;
}

.white {
    background-color: #fff;
}

.dark {
    color: #fff;
    background-color: #333;
}

.dark p,
.dark a {
    color: #fff;
}

.dark a:focus,
.dark a:hover {
    color: #ccc;
}

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

.text-muted {
    display: block;
}

.quote {
     font-family: "Merriweather";
    font-size: 24px;
    line-height: 150%;
     font-weight: 400;
     font-style: italic;
    text-align: center;
}   

.round-img {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #CCC;
    background-image: url();
    background-position: center;
    background-size: cover;
    border: 3px solid #fff;
    border-radius: 100px;
    margin-bottom: 2rem;
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.map-responsive {
    display: block;
    max-width: 100%;
    min-height: 470px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.team-wrap {
    font-weight: 300;
}

.team-image {
    width: 100%;
    overflow: hidden;
    position: relative;
    
}

.team-wrap h3 {
    margin-top: 20px;
    margin-bottom: 0px;
}

.team-wrap small {
    color: #838383;
    display: inline-block;
    margin: 5px 0 15px; 
}

.team-wrap:after {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.img-square {
    min-height: 150px;
    min-width: 150px;
    background-image: url();
    background-position: center;
    background-size: cover;
    margin-bottom: 15px; 
    border-radius: 2px;
}

.overlay--monika,
.overlay--frank {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(122, 164, 210, .85);
}


.test-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.frank-image:hover .overlay--frank{
    opacity: 1;
}

.monika-image:hover .overlay--monika{
    opacity: 1;
}

.monika-info,
.frank-info {
    position:relative;
    z-index: 999;
    padding: 30px;

    width: 100%;

    display: block;

    background-color: #ebebeb;
    transition:opacity 0.5s linear, max-height 0.5s linear;
	
	max-height: 99em;
    opacity: 1;
    margin-bottom: 30px;
    margin-top: 0px;
}

/* .monika-info,
.frank-info {
    position:relative;
    z-index: 999;
    padding: 30px;
    opacity: 0;
    width: 100%;
    max-height: 0px;
    display: block;
    margin-top: -60px;
    background-color: #ebebeb;
    transition:opacity 0.5s linear, max-height 0.5s linear;
} */

#team input {
	position:absolute;
	left:-999em
}

input[type=checkbox]:checked + .frank-info {
	max-height: 99em;
    opacity: 1;
    margin-bottom: 30px;
    margin-top: 0px;
}

input[type=checkbox]:checked + .monika-info {
	max-height: 99em;
    opacity: 1;
    margin-bottom: 30px;
    margin-top: 0px;
}

.icon {
    position: relative;
    display: block;
    height: 100px;
    width: 100px;
    background-image: url();
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; 
    border-radius: 2px;
}

.icon-gift {
    background-image: url(../img/gift.svg);
}

/* Put Images here */ 

.img-frank-1 {
    background-image: url(../img/frank-bild_1.jpg);
}

.img-monika-1 {
    background-image: url(../img/monika-bild_1.jpg);
}

.img-reiki {
    background-image: url(../img/reiki.jpg);
}

.img-chakren {
    background-image: url(../img/chakren.jpg);
}

.img-soulhealing {
    background-image: url(../img/soulhealing.jpg);
}

.img-eft {
    background-image: url(../img/eft.jpg);
}


.centered {
   text-align: center;
}

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

.white-text {
    color: #fff;
}


@media (min-width: 768px) {
    .text-2-col {
        width:100%;
        column-count: 2;
        column-gap: 30px;
    }
}

.contact-data--details h3 {
    margin-bottom: 3rem;
}

.footer {
    color: #777;
    font-size: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #fff;
}

.footer a {
    color: #777;
}


/*
@media (min-width: 768px) {
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    }
}
*/

@media (max-width: 768px) {
    .hero-title {font-size: 32px;}
/*    h3 {font-size: 18px;}*/
    .contact-data {
        align-items: center;
        margin-bottom: 64px;
    }
    .contact h4 {
        text-align: center;
    }
    
    .caption {
        position: absolute;
        left: 0; 
    }
}

@media (max-width: 560px) {
    
    .caption h1 {
        font-size: 30px;
        line-height: 1.4;
    }
    
    .caption {
        top: 30%;
    }
    
    .caption-image {
        top: 80%;
        z-index: 999;
    }
    
      .bg-img {
        background-attachment: scroll;
    }
    
}


.dropdown-menu > li:hover,
.dropdown-menu > li:focus,
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.dropdown-menu .active, 
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default.affix .navbar-nav > li:active > a {
    color: #fff;
    border-bottom: 3px solid #7AA4D2;
}


@media (min-width: 768px) {
    .navbar-right {
        float: right!important;
        margin-right: -15px;
    }
    .hero-content {
        margin-top: 10vh;
    }
}


@media (min-width: 768px) {
    .navbar-brand img {
        margin-top: -35px;
        height: 80px;
/*
        -webkit-box-shadow: 7px 8px 20px -7px rgba(0,0,0,0.75);
        -moz-box-shadow: 7px 8px 20px -7px rgba(0,0,0,0.75);
        box-shadow: 7px 8px 20px -7px rgba(0,0,0,0.75);
*/
    }
}

@media (max-width: 768px) {
    .navbar-brand > img {
        display: block;
        height: 30px;
    }
    
    .header {
        margin-top: 40px;
        height: 500px;
    }
    
    .navbar-logo {
        margin-top: 0px;
        font-size: 20px;
    }
    
    .tab-content img {
        margin-bottom: 15px;
        /* min-width: 375px; */
        max-width: 100%;
    }
}


/* Override navbar Collapse Breakpoint */
@media (max-width: 990px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 30px;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
    
    .bg-img {
        background-attachment: scroll;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
}

.navbar-fixed-top {
      top: 30px;
      border-width: 0 0 1px;
  }
@media (min-width: 990px) {
    .navbar-default.affix .navbar-toggle .icon-bar {
        background-color: #333;
    }
}

@media (min-width: 1440px) {
    
    .super-sized {
        width: 100%;
        padding: 0 200px;
    }
    
    .jumbo-text {
        font-size: 80px;
    }
}

#impressum {
    position: relative;
}

#team h2,
#wirbieten h2,
#termine h2,
#contact h2,
#angebote h2 {
    margin-top: 30px;
}

#team h2 {
    margin-bottom: 60px;
}

.alert {
    border-radius: 0;
    padding: 30px;
}

.close {
    line-height: 0;
}

.seminars {
    border: 0px none;
    border-collapse: collapse;
}

.seminars th,
.seminars td {
    border: 0px none;
    padding-right: 1em;
}