
/*/////////////////////////////////////////////////////////
// Webfonts
/////////////////////////////////////////////////////////*/
/*@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=47be683f-c660-4b11-84fa-7cd215ef1353");*/

@font-face {
	font-family: "Calibri W02 Light";
	src: url("../assets/fonts/0243429e-494c-4145-9cde-079c0a716390.woff2") format("woff2"),
		url("../assets/fonts/c9e4b93e-12ea-4d36-959b-ca784281b056.woff") format("woff");
}
@font-face {
	font-family: "Calibri W02 Regular";
	src:url("../assets/fonts/eddca627-1285-4078-8527-442a93fb062e.woff2") format("woff2"),
		url("../assets/fonts/67262388-98cb-4d91-a364-b35af76b9b1e.woff") format("woff");
}
@font-face {
	font-family: "Calibri W02 Italic";
	src: url("../assets/fonts/40040824-2b78-41ad-aa4d-b22a3e9fc59e.woff2") format("woff2"),
		url("../assets/fonts/a692d46c-1cca-4302-b90e-44c70c8ae03e.woff") format("woff");
}
@font-face {
	font-family: "Calibri W02 Bold";
	src: url("../assets/fonts/f7916c07-ab29-44f5-9e10-3846e10a48ec.woff2") format("woff2"),
		url("../assets/fonts/87dc3446-f284-479a-8034-f02bdae49b84.woff") format("woff");
}
@font-face {
	font-family: "Legacy Serif ITC W02 Bk";
	src: url("../assets/fonts/4c92c268-4668-4591-9705-5b5d596564b1.woff2") format("woff2"),
		url("../assets/fonts/02905646-9401-48e0-9a04-7767fbbe89af.woff") format("woff");
}
@font-face {
	font-family: "LegacySerifITCW02-BkIt";
	src: url("../assets/fonts/c0ab3937-479c-4052-a01e-5328601f7eb5.woff2") format("woff2"),
		url("../assets/fonts/331faef9-6a15-41f1-996c-758b838002f9.woff") format("woff");
}


html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}
/* START sticky footer */
html {
  height: 100%;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}
/* END sticky footer */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

body {
  background-color: #f4f4f4;
  color: #353535;
  font-family: 'Calibri Light', 'Calibri', Arial, sans-serif;
}

header {
  height: 64px;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Legacy Serif ITC W02 Bk', 'Times New Roman', serif;
  color: #353535;
  font-weight: 100;
  line-height: 1.1;
}

a, a:visited {
  color: #000;
}
a:hover {
  color: #353535;
}
strong {
  color: #353535;
  font-family: 'Calibri', Arial, sans-serif;
}
.spacer-32 {
  height: 32px;
}

.alignment--h {
  display: flex;
  justify-content: space-between;
}

header .alignment--h h1 {
  margin: 20px 20px 0 0;
}

.header__main-navigation {
  display: inline-flex;
}
.button__lang {
  border: 0;
  background-color: transparent;
  margin: 0 0 0 20px;
  color: #666;
  outline: none;
  cursor: pointer;
}
.button__lang:hover {
  color: #000;
}
.header__language-navigation {
  margin-top: 34px;
}
.button__lang-current {
  color: #000;
}
header .logo__image {
  display: inline-flex;
  height: 4rem;
  margin-left: 32px;
}


.container__inner {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1440px;
  margin: 0 auto;
}

.content__flex {
  display: flex;

}

.content__flex>* {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: fill;
}

.content__flex .card {
  background-color: #fff;
  padding: 24px 32px;
  margin-right: 32px;
  margin-bottom: 32px;
}
.content__flex .card.card__teaser {
  text-align: center;
  margin: 60px 0 0 -200px;
  height: 100%;
}

.content__flex .card.card__teaser .icon__image-qrcode {
  height: 128px;
  display: block;
  margin: 0 auto;
}
.content__flex .bg-moodimage .img__mood {
  height: 640px;
}
.content__flex .card.card.card__teaser .icon__image-logo {
  height: 64px;
}

.content__flex .card.card.card__teaser .image__appstore-download {
  display: none;
}

.button-group {
  text-align: center;
  display: flex;
  justify-content: center;
}

.text__type-disclaimer {
  color: #808080;
}

.button-group .button-group__button__text {
  text-decoration: none;
  width: 128px;
  height: 128px;
  margin-right: 16px;
  margin-bottom: 16px;
  border: 1px solid #e5e5e5;
}

.button-group .button-group__button__text:hover {
  border-color: #d82034;
}

.button-group .button-group__button__text label {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  cursor: pointer;
  color: #d82034;
  font-family: 'Legacy Serif ITC W02 Bk', 'Times New Roman', serif;
}

.button-group .button-group__button__icon-logo {
  text-decoration: none;
  margin-right: 16px;
  margin-bottom: 16px;
}


.button-group .button-group__button__icon-logo .icon__image-logo {
  height: 64px;
}

.button-group .button-group__button__icon-logo label {
  display: none;
}


.button {
  background-color: #fff;
  border: 0;
  padding: 15px 32px;
  font-family: 'Legacy Serif ITC W02 Bk', 'Times New Roman', serif;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
}

.button.button--primary {
  background-color: #d82034;
  color: #fff;
}

.button.button--primary:hover {
  background-color: #a11c36;
}

.button--icon-right .button__text::after {
  content: url(../assets/img/arrow-right-16-white.svg);
  margin-left: 4px;
  position: relative;
  top: 2px;
}

.content__flex .user .form-element .text-input__input {
  font-family: "Calibri W02 Regular", Arial, Helvetica, sans-serif;
  border: 0;
  border-bottom: 1px solid #353535;
  outline: 0;
  width: calc(100% - 32px);
  display: block;
  appearance: none;
  color: #000;
  padding: 16px;
}

.content__flex .user .form-element .text-input__input.text-input_input--error {
  border-color: #d82034;
}
.input-message.input-message--error  {
  color: #d82034;
  font-size: 12px;
  margin: 8px 0;
  display: inline-block;
}

.form-actions {
  margin: 16px 0;
}

.toast {
  padding: 24px 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  background-color: #F7D2D6;
}

.toast.toast--error {
  background-color: #F7D2D6;
}

.content__flex .toast.toast--error .toast__icon,
.content__flex .toast.toast--info .toast__icon {
  position: absolute;
  margin-top: 5px;
}
.toast.toast--error .toast__message,
.toast.toast--info .toast__message {
  margin-left: 48px;
}


.toast.toast--info {
  background-color: #666;
  color: #fff;
}

.toast.toast--info p,
.toast.toast--info strong {
  color: #fff;
}

.card.card.card__teaser > .toast {
  margin-right: 0;
  text-align: left;
}

.support {
  margin: 40px 0;
}

footer {
  background-color: #353535;
  color: #d2d2d2;
}

footer strong, 
footer h1,
footer h2,
footer h3,
footer h4,
footer p {
  color: #d2d2d2;
}

@media only screen and (max-width: 1199px) {
  .container__inner {
    padding: 0 20px;
  }
  .content__flex {
    flex-wrap: wrap;
  }
  .content__flex .bg-moodimage .img__mood {
    max-width: 100%;
    height: auto;
  }

  .content__flex .card.card.card__teaser {
    margin: 0 auto;
    padding: 0;
  }
  .content__flex .card.card__teaser .icon__image-qrcode {
    display: block;
    margin: 20px auto 0;
  }

  .button-group {
      text-align: center;
      display: block;
      margin-bottom: 40px;
  }

  .button--mobile-full-width {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  header .alignment--h h1 {
    font-size: 26px;
    margin-top: 24px;
  }
  .button__lang {
    margin-top: 20px;
  }

  .content__flex .card.card__teaser .icon__image-qrcode,
  .content__flex .card.card__teaser .image__appstore  {
    display: none;
  }
  .content__flex .card.card.card__teaser .image__appstore-download {
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  header .alignment--h h1 {
    display: none;
  }
  .header__language-navigation {
    margin-left: -10px;
  }
  .header__language-navigation .button__lang {
    margin-left: 10px;
  }
  .header__language-navigation {
    margin-top: 15px;
  }
  header .logo__image {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .header__language-navigation {
    margin-top: 15px;
    margin-left: -10px;
  }
  .header__language-navigation .button__lang {
    margin-left: 10px;
    padding: 0;
  }
  header .logo__image {
    margin-left: 10px;
  }
}
