/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
html, body, div {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", Helvetica, sans-serif;
  color: black;
  background-color: white;
}

.clickbox {
  cursor: pointer;
}

.placeholder {
  color: #aaa;
}

#stretcher {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.container {
  background-color: white;
  max-width: 1400px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
}

#header {
  height: 210px;
  position: relative;
  background-color: white;
}
@media screen and (max-width: 1200px) {
  #header {
    height: 140px;
  }
}
@media screen and (max-width: 600px) {
  #header {
    min-height: 40px;
    height: initial;
  }
}
#header #logo {
  width: 400px;
  height: 100px;
  background-image: url("../assets/kangalogo.png");
  position: absolute;
  left: 50px;
  top: 35px;
}
@media screen and (max-width: 1200px) {
  #header #logo {
    display: none;
    width: 200px;
    height: 50px;
    left: 5px;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 600px) {
  #header #logo {
    display: none;
  }
}
#header #social {
  position: absolute;
  right: 10px;
  top: 90px;
}
@media screen and (max-width: 600px) {
  #header #social {
    top: 0px;
  }
}
#header #social img {
  margin-left: 20px;
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 600px) {
  #header #social img {
    width: 21px;
    height: 21px;
  }
}
#header .menu {
  font-size: 22px;
  top: 165px;
  left: 68px;
  position: absolute;
  /* Clear floats after the columns */
}
@media screen and (max-width: 1200px) {
  #header .menu {
    display: none;
  }
}
#header .menu h2 {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 20px;
}
#header .menu .column {
  float: left;
  width: 33%;
  position: relative;
}
#header .menu .row {
  box-shadow: 10px 10px 19px 0px rgba(30, 30, 30, 0.3);
  border-radius: 20px;
  background-color: #c1c3c0;
  width: 800px;
  left: 0 !important;
  padding-bottom: 20px;
  position: absolute;
}
#header .menu .row #menuBadge {
  margin-left: 20px;
  margin-top: 60px;
  border: 20px solid transparent;
}
#header .menu .row:after {
  content: "";
  display: table;
  clear: both;
}
#header .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .menu ul li {
  float: left;
  margin-right: 10px;
  padding: 8px 14px;
}
#header .menu ul li a {
  text-decoration: none;
  color: #774d73;
}
#header .menu ul li a:hover {
  color: #94358a;
}
#header .menu ul li.active {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #c1c3c0;
}
#header .menu ul li.active a {
  color: white;
}
#header .menu ul ul {
  display: none;
  position: absolute;
  z-index: 999;
  margin-left: -14px;
  margin-top: 5px;
  background-color: #c1c3c0;
  border-radius: 10px;
  border-top-left-radius: 0px;
  box-shadow: 10px 10px 19px -1px rgba(30, 30, 30, 0.3);
}
#header .menu ul ul li {
  float: none;
  width: 200px;
  margin-right: 0;
  padding: 10px 10px 10px 20px;
  color: white;
  font-size: 18px;
}
#header .menu ul ul li a {
  color: #774d73 !important;
  display: block;
}
#header .menu ul ul li a:hover {
  color: white !important;
}
#header .trainertop {
  margin-top: 0;
}
#header .trainertop h1 {
  font-family: Oswald, sans-serif;
  font-weight: bold;
  color: #94358a;
  font-size: 36px;
  padding-top: 20px;
  margin-top: 0px;
  margin-left: 40px;
  margin-bottom: 10px;
}
#header .trainertop h1 .since {
  float: right;
  font-size: 20px;
  color: #e8418f;
  margin-right: 20px;
}
#header .trainertop .badges {
  margin-left: 40px;
}
@media screen and (max-width: 880px) {
  #header .trainertop .badges img {
    width: 30px;
  }
}
#header .trainermenu {
  display: inline-block;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  background-color: black;
  left: 0 !important;
}
#header .trainermenu ul {
  width: 100%;
  height: 40px;
  background-color: #c1c3c0;
  margin: auto;
  padding: 0;
}
#header .trainermenu ul li {
  padding: 5px 20px;
  margin: 0;
}
#header .trainermenu ul li a {
  color: white;
}
#header .trainermenu ul li a:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  #header .trainermenu {
    display: none;
  }
}
#header .language {
  position: absolute;
  top: 20px;
  font-size: 16px;
  right: 30px;
}
@media screen and (max-width: 1200px) {
  #header .language {
    display: none;
  }
}
#header .language a, #header .language a:hover {
  text-decoration: none;
  color: #774d73;
}
#header .language a img, #header .language a:hover img {
  height: 34px;
  border-radius: 5px;
  border: solid 1px #ddd;
}
#header .language a div, #header .language a:hover div {
  float: right;
  line-height: 34px;
  margin-left: 10px;
}
#header .language ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin-right: 10px;
}
#header .language ul li {
  float: left;
  border: 1px solid #94358a;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
}
#header .language ul li a {
  text-decoration: none;
  color: #774d73;
}
#header .language ul li a:hover {
  color: #94358a;
}
#header .language ul ul {
  display: none;
  position: absolute;
  z-index: 999;
  border: 1px solid #ddd;
  margin-top: 5px;
  background-color: #c1c3c0;
  left: 0px;
}
#header .language ul ul li {
  float: none;
  margin-right: 0px;
  padding: 1px 30px 1px 30px;
  color: white;
  border: none;
  width: 150px;
}
#header .language ul ul li a {
  color: white;
  width: 100%;
  display: block;
}

#kangaNavigation {
  display: none;
}
@media screen and (max-width: 1200px) {
  #kangaNavigation {
    display: block;
  }
}

.badges img {
  width: 60px;
}

.buttonbase, #slider .button, .button {
  padding: 0;
  width: 350px;
  height: 70px;
  background-color: #c1c3c0;
  font-size: 28px;
  font-weight: 600;
  color: white;
  margin: 20px auto 20px;
  text-align: center;
  /* center horizontally */
  vertical-align: middle;
  /* center vertically */
  line-height: 70px;
  text-transform: uppercase;
  cursor: pointer;
}
.buttonbase a, #slider .button a, .button a {
  text-decoration: none;
  color: white;
}

.button {
  background-color: #e8418f;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.centerbutton {
  border-radius: 10px;
  padding: 0;
  width: 350px;
  height: 70px;
  background-color: #94358a;
  font-size: 28px;
  font-weight: 600;
  color: white;
  margin: 20px auto 20px auto;
  text-align: center;
  /* center horizontally */
  vertical-align: middle;
  /* center vertically */
  line-height: 70px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.centerbutton a {
  text-decoration: none;
  color: white;
}

#footer {
  background-color: #c1c3c0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#footer .bottommenu {
  padding: 20px;
  font-size: 14px;
}
#footer .bottommenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
#footer .bottommenu ul li {
  float: left;
  width: 194.2857142857px;
}
#footer .bottommenu ul li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
#footer .bottommenu ul li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .bottommenu ul li ul li {
  float: none;
}
#footer .bottommenu ul li ul a {
  text-decoration: none;
  font-weight: 400;
}
#footer #social {
  margin: 120px auto 0 auto;
  width: 50px;
}
@media screen and (max-width: 600px) {
  #footer {
    display: none;
  }
}

#slider {
  text-align: center;
  vertical-align: middle;
}
#slider #layerslider {
  margin-bottom: 60px;
}
#slider .ls-shadow {
  display: none;
}
#slider .ls-bottom-nav-wrapper {
  top: 50px;
}
#slider .button {
  background-color: #e8418f;
  border-radius: 10px;
}
#slider h1 {
  color: white;
  font-size: 40px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  #slider {
    display: none;
  }
}

.contentslider {
  margin-left: -40px;
  margin-right: -40px;
}

#accordion h3 {
  border: 1px solid #94358a;
  padding: 5px 20px 5px 20px;
  color: #774d73;
  font-weight: 300;
}

#content {
  position: relative;
}
#content .fulltext {
  position: relative;
}
#content .headerimage {
  margin: -20px 0 20px 0;
}
#content .headerimage img {
  width: 100%;
}

.text {
  padding: 20px 40px 20px 40px;
}
@media screen and (max-width: 600px) {
  .text {
    padding: 10px 0 10px 0;
  }
}
.text h1 {
  font-family: Oswald, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #94358a;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 40px;
}
.text h2 {
  font-family: Oswald, sans-serif;
  font-weight: bold;
  color: #e8418f;
}
.text h3 {
  font-family: Oswald, sans-serif;
  font-weight: bold;
  color: #e8418f;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.text p, .text ul {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
  line-height: 170%;
}
.text p strong, .text ul strong {
  font-weight: 400;
}
.text li {
  margin-bottom: 10px;
}
.text .price {
  color: #94358a;
  font-weight: bold;
  font-size: 140%;
}

.position-2 {
  float: right;
  padding: 1em;
  width: 200px;
}
.position-2 .button {
  width: 100%;
  font-size: 20px;
}

.position-3 {
  text-align: center;
  margin-bottom: 50px;
}
.position-3 .button {
  font-size: 20px;
}

.error {
  width: 80%;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 15px;
  margin: 0;
  padding: 20px;
  text-align: left;
  font-weight: normal;
  z-index: 1000;
  position: absolute;
}

.clearing {
  clear: both;
}

/* CONTENT-dependet CSS */
#nicolefrog {
  width: 330px;
  height: 340px;
  bottom: -20px;
  right: -20px;
  position: absolute;
  background: url(../assets/nicolefrog.png);
}

.linksuntenbild {
  margin-left: -20px;
  margin-right: 20px;
  margin-top: 20px;
  float: left;
}

.fb-like {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#countrylist {
  width: 100%;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
#countrylist .country {
  width: 150px;
  float: left;
  height: 150px;
  text-align: center;
  position: relative;
}
#countrylist .country p {
  position: absolute;
  top: 60px;
  text-align: center;
  width: 150px;
}

#content_2,
#content_4 {
  /*
  	margin-left: -20px;
  	margin-right: -20px;
  */
}
#content_2 h2,
#content_4 h2 {
  text-align: center;
}

.list_kangaburn {
  background-color: #f5f5f5;
  list-style: none;
  text-align: center;
  padding: 30px 0 30px;
  width: 88%;
  background-image: url(../assets/bg_kangaburn.png);
  background-repeat: no-repeat;
}

.list_kangadiet {
  background-color: #f5f5f5;
  list-style: none;
  text-align: center;
  padding: 30px 0 30px;
  width: 88%;
  background-image: url(../assets/bg_kangadiet.png);
  background-repeat: no-repeat;
}

.locationFinder {
  text-align: center;
}
.locationFinder .wrap {
  position: relative;
  height: 100px;
}
.locationFinder .wrap input {
  border: 1px solid #94358a;
  font-size: 22px;
  padding: 10px;
  width: 300px;
  border-radius: 10px;
}
.locationFinder .wrap .progress {
  position: absolute;
  background-image: url(../assets/ajax-loader.gif);
  width: 32px;
  height: 32px;
  left: 260px;
  top: 10px;
  margin-top: -18px;
  display: none;
}
.locationFinder button {
  border: 1px solid #e8418f;
  font-size: 22px;
  padding: 10px;
  background-color: rgba(232, 65, 143, 0.9);
  color: white;
  border-radius: 10px;
}
.locationFinder .map {
  position: relative;
}
.locationFinder #map_canvas {
  width: 100%;
  height: 500px;
  margin: 20px 0;
}
.locationFinder #map_canvas #maptrainer h1 {
  margin: 0;
  font-size: 16px;
}
.locationFinder #map_canvas #maptrainer h1 a {
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.locationFinder #map_canvas #maptrainer h1 a:hover {
  color: #e8418f;
}
.locationFinder #map_canvas #maptrainer h2 {
  font-size: 12px;
}
.locationFinder #map_canvas #maptrainer h2 a {
  color: #94358a;
  text-decoration: none;
}
.locationFinder #map_canvas #maptrainer h2 a:hover {
  color: #e8418f;
}
.locationFinder #map_canvas #maptrainer #termine p {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
}

#listHeaderLink {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  display: none;
  font-weight: bold;
}
#listHeaderLink a {
  text-decoration: none;
  color: #94358a;
}

.welcome_training_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.welcome_training {
  width: 275px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
  height: 488px;
  position: relative;
  background: #ccc;
  background-position: center center;
  background-size: cover;
  transition: 0s linear;
  transition-property: background-position;
  float: left;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.welcome_training h3 {
  color: #e8418f;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  font-size: 30px;
  bottom: 0;
  position: absolute;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
}
.welcome_training h3 span {
  font-size: 15px;
  font-weight: bold;
  color: #94358a;
}
.welcome_training p {
  padding: 10px;
  text-align: justify;
  color: black;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.welcome_training .hover {
  position: absolute;
  width: 100%;
  height: 488px;
  background-size: 100%;
  border-radius: 10px;
}

.trainer {
  font-family: Oswald, sans-serif;
  font-size: 18px;
}
.trainer .trainerteaser p {
  color: #e8418f !important;
  font-size: 20px;
}
.trainer p {
  font-weight: 300;
  font-size: 20px;
}
.trainer p strong {
  font-weight: 400;
}
.trainer h1 {
  text-align: left;
  margin-bottom: 0px;
}
.trainer h2 {
  color: #e8418f;
  font-size: 20px;
  font-weight: bold;
}
.trainer .trainermenu {
  list-style: none;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  float: none;
  clear: both;
  height: 50px;
  padding: 0;
  margin: 0;
}
.trainer .trainermenu li {
  float: left;
  color: #e8418f;
  font-size: 20px;
  margin-right: 70px;
}
.trainer .terminrow {
  margin-bottom: 25px;
  width: 450px;
}
.trainer .terminrow a span {
  display: inline-block;
  color: black;
  text-decoration: none;
}
.trainer .terminrow a span.description {
  width: 200px;
}
.trainer .terminrow a span.date {
  width: 300px;
}
.trainer .terminrow a:hover span {
  color: #e8418f;
  text-decoration: underline !important;
}
.trainer .terminrow #buchen, .trainer .terminrow #ausgebucht {
  color: white;
  width: 180px;
  height: 30px;
  background-color: #e8418f;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 3px;
  margin-top: 5px;
}
.trainer .terminrow #ausgebucht {
  background-color: #8e918c;
}
.trainer .terminrow h3 {
  margin: 0;
}
.trainer .terminrow .note {
  font-weight: 300;
  color: #666666;
}

.text .trainerContent {
  float: none;
}
.text .trainerContent .trainerImage {
  float: right;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 1200px) {
  .text .trainerContent .trainerImage {
    float: none;
    margin: 0;
    width: 100%;
  }
}

#registerform,
#requestform,
form {
  overflow: hidden;
}
#registerform .txtinput,
#requestform .txtinput,
form .txtinput {
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  margin-bottom: 20px;
  font-size: 15px;
  padding: 11px 25px;
  padding-left: 15px;
  width: 400px;
  color: #777;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
@media screen and (max-width: 600px) {
  #registerform .txtinput,
#requestform .txtinput,
form .txtinput {
    width: 90%;
  }
}
#registerform .txtinput::placeholder,
#registerform textarea::placeholder,
#requestform .txtinput::placeholder,
#requestform textarea::placeholder,
form .txtinput::placeholder,
form textarea::placeholder {
  color: #999;
}
#registerform .required::placeholder,
#requestform .required::placeholder,
form .required::placeholder {
  color: #94358a;
  opacity: 0.7;
}
#registerform input[type=checkbox],
#requestform input[type=checkbox],
form input[type=checkbox] {
  display: none;
}
#registerform input[type=checkbox] + label span,
#requestform input[type=checkbox] + label span,
form input[type=checkbox] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 4px 0 0;
  vertical-align: middle;
  background: url(../assets/check_radio_sheet.png) left top no-repeat;
  cursor: pointer;
}
#registerform input[type=checkbox]:checked + label span,
#requestform input[type=checkbox]:checked + label span,
form input[type=checkbox]:checked + label span {
  background: url(../assets/check_radio_sheet.png) -20px top no-repeat;
}
#registerform textarea,
#requestform textarea,
form textarea {
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  margin-bottom: 15px;
  font-size: 15px;
  padding: 11px 25px;
  padding-left: 15px;
  width: 400px;
  height: 180px;
  color: #777;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
@media screen and (max-width: 600px) {
  #registerform textarea,
#requestform textarea,
form textarea {
    width: 90%;
  }
}
#registerform .col1,
#requestform .col1,
form .col1 {
  float: left;
}
#registerform .col2,
#requestform .col2,
form .col2 {
  float: right;
  width: 450px;
}
#registerform #submitbtn,
#requestform #submitbtn,
form #submitbtn {
  display: block;
  float: left;
  height: 3em;
  padding: 0 1em;
  border: 1px solid;
  outline: 0;
  font-weight: bold;
  font-size: 1.3em;
  color: #fff;
  text-shadow: 0px 1px 0px #222;
  white-space: nowrap;
  word-wrap: normal;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #94358a;
  border: 1px #491a44 solid;
  box-shadow: inset 0 1px 0 #ba42ad;
}
#registerform #submitbtn:hover, #registerform #submitbtn:active,
#requestform #submitbtn:hover,
#requestform #submitbtn:active,
form #submitbtn:hover,
form #submitbtn:active {
  border: 1px black solid;
  box-shadow: 0 1px 1px #EAEAEA, inset 0 1px 0 #94358a;
  background: #85307c;
  color: #fff;
}
#registerform .showInputProblem,
#requestform .showInputProblem,
form .showInputProblem {
  border-color: #d60000;
  background-color: #ffd6d6;
}
#registerform .showInputProblemCheck,
#requestform .showInputProblemCheck,
form .showInputProblemCheck {
  color: #d60000;
}
#registerform .showInputProblemCheck a,
#requestform .showInputProblemCheck a,
form .showInputProblemCheck a {
  color: #d60000;
}

#filterList {
  width: 180px;
  text-align: left;
  z-index: 10;
  display: block;
  float: left;
  display: none;
}
@media screen and (max-width: 1200px) {
  #filterList {
    width: 100%;
  }
}
#filterList h3 {
  color: #94358a;
}
#filterList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#filterList ul li {
  padding: 16px 0 5px 60px;
  margin: 0 0 10px 0;
  background-color: #eee;
  width: 180px;
  height: 58px;
  background-repeat: no-repeat;
  font-weight: bold;
  cursor: pointer;
  background-size: 52px;
  color: #94358a;
}
@media screen and (max-width: 1200px) {
  #filterList ul li {
    float: left;
    width: 58px;
    text-indent: -9999px;
    display: block;
    background-color: transparent;
  }
}
#filterList ul li.unselected {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#resultList {
  float: left;
  text-align: left !important;
  margin-left: 40px;
}
@media screen and (max-width: 1200px) {
  #resultList {
    margin-left: 0px;
  }
}
#resultList .location {
  width: 700px;
  height: 100px;
  margin-bottom: 5px;
}
#resultList .odd {
  background-color: #eee;
}
#resultList .odd a {
  color: #94358a;
  text-decoration: none;
}
#resultList .even {
  background-color: #ccc;
}
#resultList .even a {
  color: #e8418f;
  text-decoration: none;
}
#resultList .name {
  font-size: 125%;
  font-weight: bold;
}
#resultList .name,
#resultList .adress {
  text-align: left;
  padding: 12px;
}
#resultList .adress {
  color: black;
}

.onlinecourses {
  text-align: left !important;
  margin-left: 40px;
}
.onlinecourses h3 {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .onlinecourses {
    margin-left: 0px;
  }
}
.onlinecourses .onlinerow {
  width: 700px;
  min-height: 100px;
  margin-bottom: 5px;
  position: relative;
  color: #1a1f36;
}
@media screen and (max-width: 880px) {
  .onlinecourses .onlinerow {
    width: 100%;
    height: initial;
  }
}
.onlinecourses .onlinerow .group {
  font-size: 80%;
  font-style: italic;
}
.onlinecourses .onlinerow .title {
  font-size: 125%;
  font-weight: bold;
  color: #94358a;
}
.onlinecourses .onlinerow .title,
.onlinecourses .onlinerow .description,
.onlinecourses .onlinerow .group {
  text-align: left;
  padding: 6px 12px 0px;
}
.onlinecourses .onlinerow .description {
  padding-right: 110px;
  padding-bottom: 20px;
}
.onlinecourses .onlinerow .value {
  color: #94358a;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
  line-height: 20px;
  display: flex;
  vertical-align: baseline;
  font-size: 120%;
  text-align: right;
}
@media screen and (max-width: 880px) {
  .onlinecourses .onlinerow .value {
    top: initial;
    position: initial;
    margin-left: 10px;
    padding-bottom: 40px;
    font-size: 100%;
  }
}
.onlinecourses .onlinerow .value .currency {
  font-weight: normal;
  font-size: 50%;
  vertical-align: baseline;
  margin-right: 5px;
  color: #1a1f36;
}
.onlinecourses .onlinerow .uhrzeit {
  color: black;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: normal;
  line-height: 20px;
  text-align: right;
  font-weight: bold;
}
.onlinecourses .onlinerow .adress {
  color: black;
}
.onlinecourses .onlinerow .buy, .onlinecourses .onlinerow .buy:visited {
  right: 10px;
  bottom: 10px;
  position: absolute;
  background: #e8418f;
  border: 1px #ae155c solid;
  box-shadow: inset 0 1px 0 #ee6eaa;
  color: white !important;
  padding: 3px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 2px;
}
.onlinecourses .onlinerow .buy:hover {
  border: 1px #530a2c solid;
  box-shadow: 0 1px 1px #EAEAEA, inset 0 1px 0 #e8418f;
  background: #d13b81;
}
.onlinecourses .onlinerow .buy:active {
  box-shadow: inset 0 2px 5px #ae155c;
}
.onlinecourses .odd {
  background-color: #eee;
}
.onlinecourses .odd a {
  color: #94358a;
  text-decoration: none;
}
.onlinecourses .even {
  background-color: #ccc;
}
.onlinecourses .even a {
  color: #e8418f;
  text-decoration: none;
}

.productsList {
  text-align: left !important;
  margin-left: 40px;
}
@media screen and (max-width: 1200px) {
  .productsList {
    margin-left: 0px;
  }
}
.productsList .product {
  width: 700px;
  min-height: 100px;
  margin-bottom: 5px;
  position: relative;
  color: #1a1f36;
}
@media screen and (max-width: 880px) {
  .productsList .product {
    width: 100%;
    height: initial;
  }
}
.productsList .product .group {
  font-size: 80%;
  font-style: italic;
}
.productsList .product .title {
  font-size: 125%;
  font-weight: bold;
  color: #94358a;
}
.productsList .product .title,
.productsList .product .description,
.productsList .product .group {
  text-align: left;
  padding: 6px 12px 0px;
}
.productsList .product .description {
  padding-right: 70px;
  padding-bottom: 20px;
}
.productsList .product .value {
  color: #94358a;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
  line-height: 20px;
  display: flex;
  vertical-align: baseline;
  font-size: 150%;
}
@media screen and (max-width: 880px) {
  .productsList .product .value {
    top: initial;
    position: initial;
    margin-left: 10px;
    padding-bottom: 40px;
    font-size: 100%;
  }
}
.productsList .product .value .currency {
  font-weight: normal;
  font-size: 50%;
  vertical-align: baseline;
  margin-right: 5px;
  color: #1a1f36;
}
.productsList .product .adress {
  color: black;
}
.productsList .product .buy, .productsList .product .buy:visited {
  right: 10px;
  bottom: 10px;
  position: absolute;
  background: #e8418f;
  border: 1px #ae155c solid;
  box-shadow: inset 0 1px 0 #ee6eaa;
  color: white !important;
  padding: 3px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 2px;
}
.productsList .product .buy:hover {
  border: 1px #530a2c solid;
  box-shadow: 0 1px 1px #EAEAEA, inset 0 1px 0 #e8418f;
  background: #d13b81;
}
.productsList .product .buy:active {
  box-shadow: inset 0 2px 5px #ae155c;
}
.productsList .odd {
  background-color: #eee;
}
.productsList .odd a {
  color: #94358a;
  text-decoration: none;
}
.productsList .even {
  background-color: #ccc;
}
.productsList .even a {
  color: #e8418f;
  text-decoration: none;
}

.testimonials .testimonial_odd img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #777;
}
.testimonials .testimonial_even img {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #777;
}

.mamas {
  /*
  	 {
  		float: right;	
  		margin-left: 20px;							
  	}
  */
  /*
  	h2 {
  		float: none;
  		clear: both;
  	}
  */
}
.mamas img {
  border: 1px solid #777;
  margin-bottom: 20px;
}
.mamas .even,
.mamas .odd {
  float: left;
  margin-right: 20px;
}

.trainerSearchResult {
  width: 700px;
  height: 100px;
  background-color: #eee;
  margin: 20px auto 0 auto;
  vertical-align: top;
  font-size: 125%;
  font-weight: bold;
  position: relative;
}
.trainerSearchResult img {
  border: 1px solid #94358a;
  float: left;
}
.trainerSearchResult div {
  margin-top: 20px;
  left: 140px;
  position: absolute;
}
.trainerSearchResult div.odd {
  color: #94358a;
}
.trainerSearchResult div.even {
  color: #e8418f;
}

.ads {
  margin-bottom: 20px;
}
.ads div.ad {
  float: left;
  width: 280px;
  margin-right: 35px;
}
.ads div.lastAd {
  float: left;
  width: 280px;
  margin-right: 0;
}
@media screen and (max-width: 880px) {
  .ads {
    display: none;
  }
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #94358a;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #94358a;
  font-size: 120%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: white;
  background-color: #e8418f;
}

@media (max-width: 991px) {
  .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: 0;
    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;
    font-size: 22px;
  }

  .collapse.in {
    display: block !important;
  }

  .grouptitletag {
    margin-left: 19px;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 120%;
  }
}

/*# sourceMappingURL=styles.css.map */
