.container {
  max-width: 1170px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #ccc;
  text-decoration: none;
}

.headMenu { float: right; }
.headMenu a { margin-right: 15px; }

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

#contForm label { width: 150px; }
#contForm input { width: 75%; }
#contForm input.agbBox { width: auto;  margin-right: 20px}
#contForm textarea { width: 75%; }
#contForm span.pflichtfeld { width: 25%; display: block; }
.btn-info {
    color: #fff;
    background-color: #5ca8dc;
    border-color: #5ca8dc;
}
.bg-dark {
    background-color: #013d7b !important;
}

body { color: #6a6e71; }

.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}

.startImage {
   background: #eee;
   background-size: cover;
   min-height: 420px;
   /*max-height: 420px;*/
   color: #000;
}
.startImage .lead { color: #000; }

.startLogo { max-height: 360px }

.img-fluid2 {
    width: auto;
    max-height: 100%;
}
.certIcon { max-width: 128px; }

.bg-blue { background: #5ca8dc; min-height: 120px; color: #fff; }
.noMarginRight { margin-right: 0px !important; }
.noMarginBottom { margin-bottom: : 0px !important; }
p.strong { font-size: 1.25em; font-weight: bold; }

h2.lead { font-size: 2em; color: #5ca8dc; }
h3.footer { font-size: 1.1em; color: #5ca8dc; }
.fa-4 {
    font-size: 4em;
}
footer a {color: #fff;}
footer.bg-blue { min-height: auto; }

.parallax1, .parallax2, .parallax3 {
  /* The image used */
  background-image: url("images/ballet.jpg");

  /* Set a specific height */
  height: 340px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax2 {
  background-image: url("images/friendship.jpg");
}
.parallax3 {
  background-image: url("images/zumba.jpg");
}

.gal {
	max-width: 220px;
	float: left;
}

@media only screen and (max-width: 438px) {
  .anchorElement:before {
      height: 78px;
      content: "";
      display:block;
  }

  .headMenu a {  
     font-size: 12px;
  }
  nav .col-md-12 {
    text-align: center;
  }
}
@media only screen and (min-width: 439px) {
  .anchorElement:before {
      height: 10px;
      content: "";
      display:block;
  }
}