
@font-face {
  font-family: 'FsMeRegular';
  src: url('../../../_assets/82fe5c514f5a4c81341f7f103a4a311e/Fonts/FSMeWeb-Regular.woff') format('woff'),
  url('../../../_assets/82fe5c514f5a4c81341f7f103a4a311e/Fonts/FSMeWeb-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FsMeBold';
  src: url('../../../_assets/82fe5c514f5a4c81341f7f103a4a311e/Fonts/FSMeWeb-Bold.woff') format('woff'),
  url('../../../_assets/82fe5c514f5a4c81341f7f103a4a311e/Fonts/FSMeWeb-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body, html, input, button {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'FsMeRegular', Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

h1, h2, h3, h4, h5, h6,
.headline--1, .headline--2, .headline--3, .headline--4, .headline--5, .headline--6 {
  font-family: 'FsMeBold', Arial, sans-serif;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.headline--1, h1,
.tx-felogin-pi1 h3 {
  font-size: 25px;
  line-height: 1.35;
}

.headline--2, h2 {
  font-size: 30px;
}

h3.text-small {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}

.text-large {
  font-size: 18px;
  line-height: 1.5;
}

.text-small {
  font-size: 16px;
  line-height: 1.5;
}

p.text-small {
  margin-top: 0;
  margin-bottom: 0.25rem;
}


.background-black {
  background: #000;
  color: #fff;
  position: relative;
}

.background-black p a {
  color: #fff;
  border-color: #fff;
}

.background-yellow {
  background: #f1c400;
  color: #000;
  position: relative;
}

.background-black:before,
.background-yellow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -38px;
}

.background-black + .background-yellow:before {
  border-color: #000 transparent transparent transparent;
}

.full-hidden {
  display: none;
}

.main-wrapper {
  min-height: 100%;
  box-sizing: border-box;
  padding-bottom: 58px;
  position: relative;
}

.main-header {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #da291c 71px, #ffffff 71px); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #da291c 71px,#ffffff 71px); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #da291c 71px,#ffffff 71px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.header-inner {
  position: relative;
  max-width: 600px;
  margin: auto;
}

.logo {
  width : 234px;
  margin: auto;
}

.logo img,
.logo svg {
  width : 234px;
  height: 205px;
}

.main-content-col {
  max-width: 520px;
  padding: 5vh 10px;
  margin: auto;
  box-sizing: border-box;
}

.main-content a {
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid #000000;
}

.main-footer {
  background: #000000;
  color: #ffffff;
  padding: 14px 0;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.main-footer nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-footer nav ul li {
  display: inline-block;
  padding: 0 10px;
}

.main-footer a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}

.main-footer a:hover {
  color: #ffffff;
}

.top-nav {
  color: #ffffff;
  position: absolute;
  top: 9px;
  right: 10px;
}

.top-nav a {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding-right: 25px;
  position: relative;
}

.top-nav a span {
  display: inline-block;
}

.top-nav a .linktxt {
  border-bottom: 2px solid #ffffff;
}

.top-nav a .icon {
  position: absolute;
  right: 0;
  top: 0;
}

.top-nav a .icon,
.top-nav a .icon svg {
  display: inline-block;
  width: 20px;
  height: 23px;
}

.top-nav a .icon svg {
  fill: #ffffff;
  height: 23px;
}

fieldset {
  border: none;
  padding: 0;
}

input {
  border: 2px solid #cccccc;
  padding: 5px 20px;
}

.error input[type="text"],
.error input[type="password"] {
  border-color: #da291c;
}

.error-message {
  color: #da291c;
  display: block;
}

div.error-message {
  margin-top: 1em;
}

strong {
  font-family: 'FsMeBold', Arial, sans-serif;
}

button,
input[type=submit],
a.button {
  border: 2px solid #000000;
  color: #000000;
  background: #ffffff;
  padding: 5px 20px;
  font-size: 20px;
  font-family: 'FsMeBold', Arial, sans-serif;
}

a.button {
  display: inline-block;
}

button:hover,
input[type=submit]:hover,
a.button:hover {
  background: #000000;
  color: #ffffff;
  cursor: pointer;
}

.background-black button:hover,
.background-black input[type=submit]:hover,
.background-black a.button:hover {
  border-color: #ffffff;
}

button.button-white,
a.button.button-white {
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
}

button.button-white:hover,
a.button.button-white:hover {
  border-color: #ffffff;
  color: #da291c;
  background: #ffffff;
}

button.button-small,
a.button.button-small {
  font-size: 16px;
  line-height: 1.2;
  font-family: 'FsMeRegular', Arial, sans-serif;
}

button.button-login,
a.button.button-login {
  width: 150px;
  box-sizing: border-box;
  background-color: #da291c;
}

.tx-felogin-pi1 form {
  max-width: 455px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.5;
}

.tx-felogin-pi1 legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tx-felogin-pi1 fieldset div {
  margin-top: 20px;
  text-align: left;
}

.tx-felogin-pi1 label {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.tx-felogin-pi1 label + input {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.tx-felogin-pi1 fieldset div.button-wrapper {
  text-align: center;
}

.login-meta {
  font-size: 20px;
  line-height: 1.5;
  margin: 1em 0;
}

.tx-loa-base-text-image-teaser {
  width: 1024px;
  margin-left: -212px;
  margin-right: -212px;
  margin-top: 90px;
  margin-bottom: 90px;
}

.tx-loa-base-text-image-teaser p {
  font-size: 16px;
  line-height: 1.5;
}

.tx-loa-base-text-image-teaser.remove-margin-bottom {
  margin-bottom: -5vh;
}

.row {
  display: flex;
  flex-flow: row wrap;
}

.tx-loa-base-text-image-teaser .col-left {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 420px;
  position: relative;
}

.tx-loa-base-text-image-teaser .col-right {
  background: #f1c400;
  padding: 30px 20px;
  position: relative;
}

.tx-loa-base-text-image-teaser .col-right:before {
  content: '';
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40.0px 25.0px 0 25.0px;
  border-color: rgb(255,255,255) transparent transparent transparent;
}

.tx-loa-base-text-image-teaser h3 {
  margin-top: 0;
}

.tx-loa-base-text-image-teaser .button {
  background: none;
}

@media (max-width: 768px) {
  .button.button-login {
    width: 82px;
    padding: 5px 0;
  }

  .button-login .btntxt {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .button-login:before {
    content: attr(data-mobile);
  }
}

@media (min-width: 768px) {
  body, html, input, button {
    font-size: 25px;
    line-height: 37px;
  }

  .background-black:before,
  .background-yellow:before {
    border-width: 45px 30px 0 30px;
    margin-left: -38px;
  }

  h1,
  .tx-felogin-pi1 h3{
    font-size: 40px;
    line-height: 1.35;
    margin-bottom: 1em;
  }

  .logo {
    width : 350px;
  }

  .logo img,
  .logo svg {
    width: 350px;
    height: 308px;
  }

  .main-wrapper {
    padding-bottom: 65px;
  }

  .main-content-col  {
    max-width: 620px;
    padding: 2em 10px;
  }

  .top-nav {
    right: 0;
  }

  .col-md-6 {
    width: 50%;
    box-sizing: border-box;
  }

  .tx-loa-base-text-image-teaser .col-right {
    padding: 70px 50px;
  }

  .tx-loa-base-text-image-teaser.remove-margin-bottom {
    margin-bottom: -2em;
  }
}

@media (max-width: 360px) {
  .main-wrapper {
    padding-bottom: 88px;
  }

  .main-footer {
    height: 60px;
  }
}

@media (max-width: 1023px) {
  .tx-loa-base-text-image-teaser {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }

  .tx-loa-base-text-image-teaser .col-md-6 {
    width: auto;
  }

  .tx-loa-base-text-image-teaser .row {
    display: block;
  }

  .tx-loa-base-text-image-teaser .col-right:before {
    display: none;
  }
}
