@import url(//fonts.googleapis.com/css?family=Allerta);
html,
body {
  min-height: 100%;
}

body {
  font-family: Allerta, arial, helvetica, sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

.pxl,
.hidden {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none;
}

ul, li {
  list-style-type: none;
}

.navBar__container {
  max-width: 1020px;
  padding: 0 10px;
}
.navBar__logo {
  padding: 0;
  width: 100%;
  text-align: center;
}
.navBar__logo img {
  cursor: pointer;
}
.navBar__fontIcon {
  font-size: 1.8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  height: 50px;
  cursor: pointer;
}
.navBar__tv--mobile {
  color: #fff;
  background: #566fa7;
}
.navBar__icon:before {
  color: #294b92;
}

@media (max-width: 768px) {
  .navBar__logo img {
    max-height: 40px;
  }
  .navBar__fontIcon {
    display: none;
  }
}
@media (max-width: 540px) {
  .navBar__container {
    padding: 3px 0;
  }
}
@media (max-width: 768px) {
  .login__navigation {
    top: 8px;
  }
}
.icon--cams {
  margin-right: 5px;
}

.text--headline {
  font-size: 18px;
  padding-top: 15px;
}
.text--subHeadline {
  list-style-type: none;
}
.text--label {
  font-size: 16px;
}
.text--body {
  font-size: 13px;
}
.text--small {
  font-size: 11px;
}
.text--social {
  text-align: center;
  padding: 7px 0;
  font-size: 11px;
}
.text--link {
  font-size: 14px;
}
.text--legal {
  padding: 10px 0;
}

@media (max-width: 1024px) {
  .text--legal {
    padding: 10px;
  }
}
.grid .container {
  display: flex;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.grid__picture {
  background: #212121;
  height: 200px;
}
.grid__picture.flexslider .slides li {
  overflow: hidden;
}
.grid__picture.flexslider .slides li img {
  height: 200px;
  min-width: 200px;
  cursor: pointer;
}
.grid__caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin-top: -55px;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  padding: 3%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
}
.grid__pictures--single {
  width: 20%;
}
.grid__pictures--single .grid__picture {
  width: 100%;
}
.grid__pictures--double {
  display: flex;
  flex-wrap: wrap;
  width: 40%;
}
.grid__pictures--double .grid__picture {
  width: 50%;
}

@media (max-width: 768px) {
  .grid__pictures--single {
    width: 22%;
  }
  .grid__pictures--double {
    width: 22%;
  }
  .grid__pictures--double .grid__picture:nth-child(1) {
    width: 100%;
  }
  .grid__pictures--double .grid__picture:nth-child(2) {
    display: none;
  }
  .grid__pictures--double .grid__picture:nth-child(3) {
    width: 100%;
  }
  .grid__pictures--double .grid__picture:nth-child(4) {
    display: none;
  }
  .grid__picture.flexslider .slides li img {
    position: relative;
    left: -15%;
  }
}
@media (max-width: 540px) {
  .grid .container {
    flex-wrap: wrap;
  }
  .grid__picture.flexslider .slides {
    max-width: 200px;
    margin: 0 auto;
  }
  .grid__picture.flexslider .slides li img {
    position: initial;
    left: 0;
  }
  .grid__pictures--single {
    width: 50%;
    order: 2;
  }
  .grid__pictures--double {
    width: 50%;
  }
}
.grid__regForm {
  position: relative;
  padding: 0 1%;
  width: 40%;
}

.registration {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height: 100%;
}
.registration .text {
  margin: 10px;
}
.registration .text .laststeps {
  font-weight: bolder;
  cursor: pointer;
}
.registration .text .laststeps:hover {
  text-decoration: underline;
}
.registration .step__entry--select {
  background: #fff url(../../../img/_btns/bg_select.png) center right no-repeat;
  cursor: pointer;
}
.registration .link--previous {
  margin: 0 auto;
}
.registration .link--previous .fa {
  font-size: 12px;
}
.registration .link--previous span {
  font-size: 13px;
}
.registration .popwin {
  font-weight: bold;
}
.registration .popwin:hover {
  text-decoration: underline;
}
.registration .lbl_signup_error {
  font-size: 0.8em;
  margin: 1% auto 0;
  background: #f00;
}

@media (max-width: 768px) {
  .grid .container {
    margin: 50px auto 0;
  }
  .grid__regForm {
    width: 56%;
  }
}
@media (max-width: 540px) {
  .grid__regForm {
    min-height: 370px;
    width: 100%;
    padding: 5px 2% 40px;
  }
}
.midBar {
  border-bottom: 1px solid #d9d9d9;
  background: #F7F7F7;
  -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.midBar__card {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.midBar__thumbnail {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.midBar__button {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 5px;
  font-size: 13px;
  font-weight: bold;
}
.midBar__stats {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 14px;
  font-size: 12px;
  font-weight: bold;
}
.midBar__stat:nth-child(2), .midBar__stat:nth-child(3) {
  border-left: 1px solid #a8a8a8;
}
.midBar__stat span {
  font-size: 16px;
}

/* Testimonials and Profiles on the bottom */
.cardsBlock__cards {
  flex-direction: row;
}
.cardsBlock__card {
  margin: 5px;
  width: 33%;
  padding: 8px;
  max-width: 450px;
}
.cardsBlock__card--profile hr {
  display: none;
}
.cardsBlock__quote, .cardsBlock__profile {
  font-style: italic;
}
.cardsBlock__quote {
  padding: 10px;
}
.cardsBlock__quote .text--small {
  padding-top: 10px;
  font-size: 12px;
}
.cardsBlock__img {
  cursor: pointer;
}
.cardsBlock__fontIcon {
  padding: 10px;
  margin: 0;
}
.cardsBlock__fontIcon .fa {
  font-size: 21px;
}
.cardsBlock__cams {
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  bottom: -25px;
  left: 8px;
}
.cardsBlock__social {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  background: #fafafa;
  border-top: 1px solid #e3e5e9;
  border-right: 1px solid #e3e5e9;
  width: initial;
}
.cardsBlock__social--last {
  border-right: none;
}

@media (max-width: 768px) {
  .cardsBlock__cards {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cardsBlock__card {
    width: 100%;
  }
  .cardsBlock__socialBlock {
    align-items: inherit;
  }
  .cardsBlock__social {
    justify-content: center;
  }
  .cardsBlock__social:nth-child(1), .cardsBlock__social:nth-child(3) {
    width: 10%;
  }
  .cardsBlock__social:nth-child(2) {
    width: 80%;
  }
}
.legal__container {
  padding: 15px 0;
  max-width: 1020px;
  margin: 0 auto;
}
.legal__imprint {
  text-decoration: underline;
}
.legal__imprint:hover {
  text-decoration: none;
}
.legal__disclaimer .text--legal {
  text-align: justify;
  font-size: 11px;
}

.completed-step {
  display: none;
  padding-top: 2em;
  width: 100%;
  text-align: center;
}
.completed-step > h2 {
  font-size: 1.2em;
  font-weight: normal;
}
.completed-step .mail-provider {
  margin: 1em 0;
}
.completed-step .mail-provider img {
  max-height: 60px;
}
.completed-step p {
  margin: 1em 0;
  font-size: 1.1em;
  font-weight: normal;
}
.completed-step .btn-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 -3px;
}
.completed-step .btn-group .btn {
  flex: 1;
  display: block;
  margin: 5px 3px;
  padding: 15px 0;
  border-radius: 5px;
  text-transform: uppercase;
  outline: none;
  box-sizing: border-box;
  appearance: none;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

.container {
  width: 1020px;
  margin: 0 auto;
}

.content .container {
  padding-bottom: 10px;
}
.content h3 {
  font-weight: bold;
  font-size: 20px;
  padding: 2% 3% 0.5% 1.5%;
}

@media (max-width: 1024px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .content h3 {
    text-align: center;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .content h3 {
    font-size: 18px;
  }
}

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