/* Popup */
a,
a:hover {
  color: #3172b2;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
h2 {
  font-weight: 600;
}
ul {
  padding-left: 20px;
}
li {
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .fly-in {
    opacity: 0;
    transform: translate(100px,0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .fly-in {
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  }
}
.fly-in-transition {
  opacity: 1;
  transform: none;
}
header h1 {
  color: #333;
  margin: 10px 0 0 40px;
  font-size: 1.3em;
}
header a {
  color: #3172b2;
  font-size: 1.2em;
}
footer {
  background: #ccc;
}
.btn-primary {
  background-color: #3172b2;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:active {
  background-color: #498ccd !important;
  border-color: transparent !important;
}
section.usps li {
  list-style: none;
  background: url("../img/hook-orange.png") no-repeat 0 10px;
  padding-left: 80px;
  margin-top: 20px;
  font-size: 1.2em;
  line-height: 1.2em;
}
section.usps li:first-child {
  margin-top: 0;
}
section.usps li h2 {
  color: #3172b2;
  font-size: 1.4em;
  margin-bottom: 5px;
}
section.usps .teacher {
  display: none;
  max-width: 250px;
  margin-top: 20px;
}
section.testimonial {
  background: #ccc;
}
section.testimonial h2 {
  text-align: right;
  font-size: 1.4em;
}
section.testimonial .sprechblase {
  margin-top: -50px;
  color: #fff;
  width: 300px;
  text-align: center;
  background: url("../img/sprechblase-right.png") no-repeat;
}
section.features h2 {
  font-size: 1.2em;
}
section.features .carousel-indicators {
  bottom: -35px;
}
section.features .carousel-indicators li {
  background-color: #333;
}
section.features .carousel-indicators li.active {
  background-color: #999;
}
section.features .carousel-inner {
  max-height: 320px;
}
section.features .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  margin-left: 40px;
}
section.features .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 8 8'%3E%3Cpath d= 'M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z' /%3E%3C/svg%3E");
  margin-right: 40px;
}
section.tour {
  background: #ccc;
}
section.tour .video-container {
  position: relative;
  height: 200px;
}
@media screen and (min-width: 400px) {
  section.tour .video-container {
    height: 323px;
  }
}
@media screen and (min-width: 574px) {
  section.tour .video-container {
    height: 323px;
  }
}
@media screen and (min-width: 768px) {
  section.tour .video-container {
    height: 436px;
  }
}
@media screen and (min-width: 992px) {
  section.tour .video-container {
    height: 436px;
  }
}
@media screen and (min-width: 1200px) {
  section.tour .video-container {
    height: 522px;
  }
}
section.trust {
  background: #ccc;
}
section.trust h2 {
  font-size: 1.4em;
}
section.trust .ssl-logo {
  max-width: 200px;
}
section.trust .sprechblase {
  margin-top: -80px;
  color: #fff;
  max-width: 394px;
  text-align: center;
  background: url("../img/sprechblase-left.png") no-repeat;
}
section.prices h2 {
  text-align: center;
}
section.prices .hook {
  background: url("../img/hook-orange.png") no-repeat;
  background-size: 30px;
  background-position: center;
}
section.prices .highlight {
  background-color: #f9f8d3;
}
ul.hooks {
  list-style: none;
  padding: 0;
}
ul.hooks li {
  background: url(../img/hook-orange.png) no-repeat 0 5px;
  background-size: 20px 20px;
  padding-left: 30px;
  margin-bottom: 10px;
}
footer a {
  color: #212529;
}
@media screen and (min-width: 992px) {
  section.usps .teacher {
    display: block;
    max-width: 360px;
    margin-top: -50px;
  }
  section.testimonial .sprechblase,
  section.trust .sprechblase {
    margin-top: -100px;
  }
  section.trust .logo {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  section.usps .teacher {
    margin-top: -100px;
  }
}
.logo {
  margin-left: 40px;
}
.logo-ms {
  width: 210px;
}
.cooperation {
  margin-left: 15px;
}
.logo-bllv img {
  width: 60px;
  margin-left: 20px;
}
.logo-wirtschaftsdienst img {
  width: 230px;
  margin-left: 20px;
}
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06d85f;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06d85f;
}
.poverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.poverlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #3172b2;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }
  .popup {
    width: 70%;
  }
}
