@charset "UTF-8";
/*==========================
Stylsheet for www.stosswellen-therapie.ch
Version 2 2.5.2020
filename: SWstyle.css
Date: Mai 2020
Author: Norman Sieger norman.sieger@ggawweb.ch
Copyright: S:D:I; Norman Sieger
Thanks to Kevin Powell for all the help I got by your courses!
==========================*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

/*background colors*/
.bg-color {background: #011f61;}
.bg-color-light {background: #9fadcc;}
.bg-color-darker {background: #818eab;}

.font-white {color:#fff;}
.font-darkblue {color: #011f61;}

body {
    margin: 0;
    font-family: 'Raleway', Verdana, sans-serif; /*100;400;700*/
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
  }

img {
  max-width: 100%;
}

.gallery + .gallery {
  padding-top: 1em;
}

.logo {
  margin: 0.5rem 1rem 0 0;
  /* margin-right: 1em; */
}
.img-logo {
height: 2em;
}

h1, h2, h3 {
  font-weight: 800;
  margin-top: 0;
  line-height: 1.1;
}

p {
  text-align:justify;
  word-wrap: break-word;
  -webkit-hyphens: auto; /*for Safari*/
  -moz-hyphens: auto;
  hyphens: auto;
  line-height: 1.3;
}
/*for lists*/
.circle {list-style-type: circle;}
.square {list-style-type: square;}

.referenzen__footer{
  height: 2rem;
  font-size: 0.9rem;
  background-color: #43557c;
  text-align: right;
  padding: 0.6em;
  margin-bottom: 4em;
  color: #fff;
}

section{
  padding: 2em 0;
}
.section__titel  {
  font-size: 2.25rem;
  text-align: center;
}
.row {

}
.container {
    width: 85%;
    max-width: 1100px;
    margin: 0 auto;
    /* border: 1px solid #000; */
  }

/* NOTE: Hero */
.intro {
  background: #F3EED9;
  padding: 4em 0;
  text-align: center;
  min-height: 90vh;
  display: flex;
  align-items: center;

  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  /*https://stackoverflow.com/questions/24154666/background-size-cover-not-working-on-ios*/
  background-attachment:scroll;
    z-index: -1;
   /* background-image: url(../img/HERO2_stosswellen-therapie.ch.jpg); */
   background-image:  url(../img/HERO2_stosswellen-therapie.ch.jpg), linear-gradient(45deg, rgba(159, 173, 204, 1), rgba(129, 142, 251, 1)); /* Standard syntax (must be last)*/
}
.intro__title {
  font-weight: 800;
  font-size: 4rem;
  text-shadow: 6px 5px 8px #B8BCF9;


}
/* NOTE: Navigation */

header{
  position: fixed;
  width: 100%;
  text-align: center;
  padding: 0.6rem 0;
}

/* NOTE: navigation from Kevin Powell */
nav {
width: 100%;
}

.nav-toggle {
    cursor: pointer;
    border: 0;
    width: 3em;
    height: 3em;
    padding: 0em;
    border-radius: 50%;
    background: #9fadcc;
    color: white;
    transition: opacity 250ms ease;
    position: absolute;
    right: 0;
}

.nav-toggle:focus,
.nav-toggle:hover {
    opacity: .75;
}

.hamburger {
    width: 50%;
    position: relative;
}

.hamburger,
.hamburger::before,
.hamburger::after {
    display: block;
    margin: 0 auto;
    height: 3px;
    background: white;
}

.hamburger::before,
.hamburger::after {
    content: '';
    width: 100%;
}

.hamburger::before {
    transform: translateY(-6px);
}

.hamburger::after {
    transform: translateY(3px);
}

.nav {
    visibility: hidden;
    height: 0;
    position: absolute;
}

.nav--visible {
    visibility: visible;
    height: auto;
    position: relative;
}
.nav__list{
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav__list--primary {
  margin-bottom: 2em;
}

.nav__list--secondary {
  margin-bottom: 1em;
}

.nav__item{
  margin-top: .75em
}

.nav__link { /* no margin on a possible as it is inline ... */
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;

}

.nav__link--button {
  padding: 0.5em;
  border: 2px solid #bbbf01;
}
.nav__item:hover,
.nav__item:focus {
/* opacity: .6; */
background-color: #9fadcc;
/* color: #011f61; */
}

.nav__link:hover,
.nav__link:focus {
color: #011f61;
}


/* NOTE: Footer */
footer {
  padding: 3em 0;
  background-color: #011f61;
  color: white;
}

footer a:link,
footer a:visited {
color: #fff;
text-decoration: none;
   }
footer a:hover,
footer a:focus {
   background-color: #9fadcc;
  }

/* Style für Google Maps und youtube Videos*/
/*iframe*/
  .map-responsive{
      overflow:hidden;
      padding-bottom:56.25%;
      position:relative;
      height:0;
  }
  .map-responsive iframe{
      left:0;
      top:0;
      height: 100%;
      width:100%;
      position: absolute;}

/*back to top button*/
/*https://www.w3schools.com/howto/howto_js_scroll_to_top.asp*/
  #myBtn {
      display: none; /* Hidden by default */
      position: fixed; /* Fixed/sticky position */
      bottom: 2rem; /* Place the button at the bottom of the page */
          right: 3rem; /* Place the button 30px from the right */
          z-index: 99; /* Make sure it does not overlap */
          border: none; /* Remove borders */
          outline: none; /* Remove outline */
          background-color: rgba(6, 49, 161, 0.67); /* Set a background color */
          color: white; /* Text color */
          cursor: pointer; /* Add a mouse pointer on hover */
          /*padding: 15px; /* Some padding */
          border-radius: 5px; /* Rounded corners */
          font-size: 1.5em; /* Increase font size */
      }

      #myBtn:hover {background-color: rgba(233, 139, 41, 0.73); }

/* #####################################################################################3 */

@media (max-width: 550px) {
  .intro__title {
    font-size: 2.5rem;
  }
  .section__titel  {
    font-size: 1.5rem;
  }
}


@media (min-width: 800px) {
  .row {
    display: flex;
    justify-content: space-between;
  }
  .col {
  width: 100%;   /* oder flex:1; */
  }
  .col + .col {
  margin-left: 1em;
  }
  .gallery + .gallery {
    padding-top: 0;
    padding-left: 1em;
  }
}

@media (min-width: 1000px) {

.nav-toggle{
  display: none;
}

.nav{
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: auto;
  position: relative;
}
.nav__list{
  display: flex;
  margin: 0;
}
.nav__list--primary {
  margin: 0;
}
.nav__item {
  margin: 0 0 0 2em;
  font-size: 1rem;
}

.col + .col {
margin-left: 4em;
}

}
