@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
}
header {
  background-color: rgba(254, 254, 254, 1.00);
  width: 100%;
  height: auto;
  position: fixed;
  border-bottom: -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
}
.heilpraktikerin{
	margin-left: 175px;margin-bottom: 35px; margin-top: -15px;
}
.yvonne img {
  margin: 90px 35px 20px 35px;
  border-radius: 10%;
  width: 25%;
  height: auto;
  float: left;
}
header a {
  padding: 36px 100px 10px 0;
  float: right;
  font-size: 18px;
  color: rgba(102, 102, 102, 1);
  text-decoration: none;
  white-space: nowrap;
}
.column-1, .column-2 {
  color: rgba(218, 215, 215, 1.00);
  float: left;
  padding: 10px;
  height: auto;
}
.column-1 {
  width: 55%;
  padding: 5%;
}
.column-2 {
  background-color: rgba(253, 252, 252, 0.30);
  color: rgba(51, 51, 51, 1.00);
  width: 45%;
  padding-right: 5%;
}
.unterstrichen {
  text-decoration: underline;
}
.heile {
  padding: 15px 0 0 370px;
  font-size: 18pt;
  font-family: my1Font;
  color: rgba(51, 51, 51, 1.00);
  font-weight: bold;
}
h1 {
  font-family: my1Font;
  font-size: 52pt;
  color: aquamarine;
  margin-top: 25%;
  line-height: 100px;
}
h2 {
  font-family: my1Font;
  font-size: 18pt;
  margin-top: 15%;
}
ul {
  margin: 5% 0 15% 0;
}
ul li {
  padding: 1% 1%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.kontakt {
  clear: left;
  height: auto;
  padding: 1% 0 1% 1%;
  border: rgba(254, 252, 252, 1.00) 1px solid;
}
.kontakt a {
  text-decoration: none;
  color: rgba(51, 51, 51, 1.00);
  padding: 1%;
}
.nicht {
  display: none;
}
.sprung {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -45px;
}
.no, .no2 {
  display: none;
}

.seminare {
  padding-left: 35px;
	font-size: 34px;
}
.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
}
.collapsible-2 {
 color: rgba(102, 102, 102, 1);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
}
.active, .collapsible:hover {
  background-color: #555;
}
.active, .collapsible-2:hover {
  background-color:white;
}
.content {
  color: rgba(56, 56, 56, 1.00);
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f150;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 1%;
  font-size: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(102, 102, 102, 1);
  border-top: -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
}
footer a {
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
  text-decoration: none;
  white-space: nowrap;
  padding-right: 15px;
}
footer a:hover {
  color: rgba(153, 153, 153, 1);
}
@media only screen and (max-width: 1700px) {
  .heile {
    padding: 15px 0 0 200px;
  }
  h1 {
    font-size: 42pt;
  }
  .column-1 {
    width: 50%;
  }
  .column-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 1500px) {
  .heile {
    padding: 15px 0 0 100px;
  }
  h1 {
    font-size: 32pt;
  }
  .column-1 {
    width: 45%;
  }
  .column-2 {
    width: 55%;
  }
}
@media only screen and (max-width: 1400px) {
  .no {
    display: inherit;
  }
  .heile {
    padding: 15px 0 0 0px;
    font-size: 16pt;
  }
  h1 {
    font-size: 22pt;
    line-height: 80px
  }
  .column-1 {
    width: 35%;
  }
  .column-2 {
    width: 65%;
  }
}
@media only screen and (max-width: 1250px) {
  h1 {
    font-size: 18pt;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .column-1 {
    width: 40%;
    padding: 5%;
  }
  .column-2 {
    width: 60%;
  }
	.flyer img{
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 800px) {
  footer a {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 850px) {
  h1 {
    margin-top: 20%;
    font-size: 22pt;
    line-height: 60px;
  }
  .column-1, .column-2 {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 600px) {
  .no2 {
    display: inherit;
  }
  .yvonne img {
    float: none;
    width: 50%;
	margin: 90px 35px 0px 35px;

  }
	.heilpraktikerin{
	margin-left: 175px;margin-bottom: -35px; margin-top: -15px;
}
}