* {
  box-sizing: border-box;
}
ul {
  margin: 10px 0 30px 0;
  padding: 0;
}
li {
  display: inline-block;
  font-size: .9em;
  list-style-type: none;
  padding: 6px;
  text-transform: uppercase;
}
.gray {
  color: #000;
}
li span {
  display: block;
  font-size: 1.4em;
}
html {
  margin: 0;
  padding: 0;
  width: 100%;
  letter-spacing: 0.05em;
  color: #fff;
}
html.no-scroll {
  overflow-y: hidden;
  padding-right: 10px;
}
body {
  font-size: 1.0em;
  line-height: normal;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  font-weight: 700;
  background-color: #00357c;
}
.pw-anfrage {
  line-height: 1.6em;
  font-size: .9em;
  font-weight: 500;
}
.timeline {
  display: flex;
  justify-content: center;
}
.timeline .timestamp {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 150px;
  flex-wrap: wrap;
}
.timeline .status {
  height: 160px;
  border-right: 2px solid #fff;
  position: relative;
  width: 30px;
}
.timeline .status:before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #00275c;
  border-radius: 250%;
  position: absolute;
  top: calc(50% - 12px);
  left: 16px;
  border: 2px solid #fff;
}
.timeline .timelinedate {
  height: 160px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 116px;
  color: #ffed00;
}
.timeline .timelinecontent {
  font-size: .9em;
  width: 50%;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
.timeline .timelinecontent h3 {
  margin: 0 0 10px 0;
  font-size: 1.6em;
  color: #ffed00;
  font-weight: 900;
}
.timeline .timelinecontent h5 {
  margin: 0 0 10px 0;
  font-size: .9em;
}
.maincontant {
  background-color: #00357c;
}
.nomitglied {
  background-color: #333 !important;
}
header {
  width: 100%;
  min-height: 100px;
  background-color: #00357c;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  transition: all 1s ease;
}
.master.is-scrolled .header {
  background-color: #00357c;
  transition: all 1s ease;
  box-shadow: 0 0 5px 2px rgba(200, 200, 200, 0.5);
  top: 0;
}
.master.affe .header {
  background-color: #00357c;
  transition: all 1s ease;
  top: 0;
}
a.tonext {
  display: block;
  position: relative;
  margin: 60px auto;
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: #00275c;
  transition: all .5s ease;
  background-image: url(../../static/images/tonext.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
a.tonext:hover {
  background-color: #000000;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  transform: translateY(6px);
}
.row-headline.workheadline {
  font-size: 1.4em;
  margin-bottom: 40px;
}
p {
  line-height: 150%;
  font-size: 1.0em;
  color: #ffffff;
}
.is-invalid {
  color: #cc0000;
  display: block;
  margin-bottom: 20px;
  font-size: 0.8em;
}
.countdown h1 {
  font-size: 1.2em;
  font-weight: bold;
}
.countdown ul {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}
h1 {
  color: #ffffff;
  font-size: 2.6em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
}
h2 {
  color: #ffffff;
  font-size: 1.5em;
  margin-top: 10px;
  font-weight: normal;
}
h3 {
  color: #ffed00;
  margin-top: 20px;
  margin-bottom: 4px;
}
a {
  color: #ccc;
  text-decoration: none;
}
.menu {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100px;
}
.logo-wrap {
  width: auto;
  height: 60px;
}
.logo {
  width: auto;
  height: calc(100px - 40px);
}
.logologin {
  height: auto;
  margin: 0 auto;
  display: block;
  width: 80%;
  margin-bottom: 30px;
}
.login-abc {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  font-size: .7em;
}
.row img.logotxt {
  width: 240px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 25px;
  display: block;
}
.master.is-scrolled a.logo-slide {
  opacity: 0;
}
.menu-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  align-self: flex-end;
}
.menu-item {
  font-size: 0.8em;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 15px;
  height: 100px;
  line-height: 100px;
  transition: all ease .3s;
  letter-spacing: .2em;
}
.menu-item:hover {
  background-color: #00275c;
  color: #fff;
}
.menu-item.is-active {
  background-color: #00275c;
  color: #fff;
}
.content {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.content.workcontent .row {
  display: block;
}
.row {
  display: block;
  max-width: 100%;
  padding: 60px 10px;
  border: 3px solid #ffffff;
  margin: 50px 0;
  border-radius: 20px;
  overflow: auto;
}
.row.noborder {
  border: 3px solid #00357c;
  margin: 5px 0;
}
.row.center {
  text-align: center;
}
.row.lastrow {
  margin-bottom: 90px;
}
.row.underparallax {
  text-align: center;
}
.row.nopaddingtop {
  padding: 0 10px;
}
.row.smallpad {
  padding-bottom: 0;
}
.row.smallpad h2 {
  margin-bottom: 0;
}
.row img {
  width: 100%;
}
.row-headline {
  margin: 0;
  font-size: 1.8em;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffed00;
}
footer {
  background-color: #00275c;
  width: 100%;
  position: relative;
  font-size: .9em;
}
footer p {
  color: #fff;
  margin-bottom: 10px;
}
a.triangle {
  width: 24px;
  height: 24px;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 24px solid #00275c;
  left: 50%;
  margin-top: -24px;
  z-index: 1;
  margin-left: -24px;
  top: 0;
  position: absolute;
}
a.triangle:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: 20px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  color: #fff;
  transition: all .5s ease;
}
a.triangle:hover:after {
  margin-top: 15px;
}
.f-left,
.fleft {
  float: left;
}
.f-right,
.fright {
  float: right;
}
.loginwrap {
  background-color: #00357c;
  z-index: 99999;
  text-align: center;
  padding: 30px 40px;
  -webkit-box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.8);
  box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.8);
  -moz-box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 90%;
  max-width: 600px;
  border: 3px solid #fff;
  margin: 15px 15px 50px 15px;
  border-radius: 20px;
}
.loginwrap h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.loginwrap input {
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
}
.loginwrap .loginbtn {
  width: 100%;
  background-color: #00357c;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.loginwrap .loginbtn:hover {
  background-color: #555;
}
a.btn-anfahrt {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 10px;
  background-color: #000;
  border: 1px solid #555;
  color: #fff;
  border-radius: 20px;
}
a.btn-urkunde {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 10px;
  background-color: #000;
  border: 1px solid #555;
  color: #fff;
  font-size: .8em;
  font-weight: 600;
  border-radius: 20px;
}
.satzung {
  padding: 10px 50px;
  text-transform: none;
  font-size: .9em;
}
.satzung h5 {
  color: #00275c;
  margin-top: 50px;
  font-size: 2em;
  margin-bottom: 10px;
}
.login-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 888;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 120px 0;
  font-size: .9em;
  overflow: hidden;
}
.footerzeile {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 1.0em;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 50px;
}
.footerzeile img.footerlogo {
  width: 240px;
  margin: 0 auto;
  float: right;
}
.footerzeile a {
  color: #fff !important;
}
.footerzeile a:visited {
  color: #fff !important;
}
.footerzeile a:hover {
  color: #ddd !important;
}
.footerlinks {
  font-size: .8em;
  border-top: 1px solid #fff;
  padding-top: 15px;
  text-align: right;
  width: 100%;
}
.footerlinks a {
  color: #fff !important;
}
.footerlinks a:visited {
  color: #fff !important;
}
.footerlinks a:hover {
  color: #ddd !important;
}
.footer-item {
  color: #000;
  margin-bottom: 10px;
}
.footer-logo {
  height: auto;
  width: 60%;
  margin: auto 0;
  margin-top: 15px;
}
.spacer {
  height: 100px;
  width: 100%;
}
.master.is-scrolled.spacer {
  height: 100px;
  width: 100%;
}
.button {
  background-color: #fff;
  color: #00357c;
  font-weight: bold;
  font-size: 1.3em;
  padding: 15px 20px;
  transition: all ease .3s;
  text-decoration: none;
  margin: 10px 0 0 0;
  display: inline-block;
}
.button:hover {
  background-color: #00275c;
  color: #fff;
}
.spalte {
  font-size: 2.1em;
  text-align: center;
  float: left;
  font-weight: bold;
  color: #fff;
}
.spalte:nth-child(3) {
  margin-right: 30px;
}
.spalte:nth-child(6) {
  margin-right: 30px;
}
.spalte .bvb {
  color: #fde100;
}
.spalte .bst {
  text-align: center;
  padding: 2px 1px;
  font-weight: 900;
}
.spaltewrapper {
  width: calc(100%);
  overflow: hidden;
}
.spaltehalf {
  float: left;
  width: calc(100% / 2 - 80px);
  margin: 40px;
  display: inline-block;
}
.spaltehalf ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 1;
}
.spaltehalf li {
  background-color: #333333;
  list-style: none;
  padding: 10px 10px 10px 20px;
  margin-bottom: 10px;
  width: 40%;
}
.spalteganz {
  float: left;
  width: 100%;
  display: inline-block;
}
.spalteganz ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 1;
}
.spalteganz li {
  background-color: #333333;
  list-style: none;
  padding: 10px 15px;
  width: 48%;
  margin: 1% 1% 10px 1%;
  align-items: center;
  display: flex;
  font-size: .8em;
}
.btn {
  font-size: .7em;
  background-color: #ffffff;
  box-decoration-break: clone;
  color: #00357c;
  padding: 8px 10px;
  text-decoration: none;
  transition: all ease .3s;
  margin-top: 5px;
  display: inline-block;
  border-radius: 20px;
}
.btn:hover {
  background-color: #ffed00;
}
.zitatzeile {
  background-color: #ffffff;
  padding: 60px 30px;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
}
.zitatzeile h2 {
  color: #00357c;
}
.zitatzeile h3 {
  color: #00357c;
  font-size: .8em;
}
.nodesktop {
  display: none;
}
table {
  border-collapse: collapse;
  width: 100%;
  color: #000;
  background-color: #fff;
  text-transform: none;
  text-align: left;
  font-size: .6em;
  font-weight: 500;
}
th {
  background: #ccc;
}
th,
td {
  border: 1px solid #ccc;
  padding: 5px;
}
tr:nth-child(even) {
  background: #efefef;
}
tr:hover {
  background: #d1d1d1;
}
.burger {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background .3s;
  z-index: 99999999;
  transition: all 1s ease;
  margin-left: auto;
}
.burger:focus {
  outline: 0;
}
.burger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 9px;
  right: 9px;
  height: 3px;
  background: #ffffff;
}
.burger span::after,
.burger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  content: "";
}
.burger span::before {
  top: -10px;
}
.burger span::after {
  bottom: -10px;
}
.burgertox {
  background-color: transparent;
}
.burgertox span::after,
.burgertox span::before {
  -webkit-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
}
.burgertox span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.burgertox span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.burgertox.is-active {
  background-color: transparent;
}
.burgertox.is-active span {
  background: 0 0;
}
.burgertox.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burgertox.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burgertox.is-active span::after,
.burgertox.is-active span::before {
  -webkit-transition-delay: 0s, .3s;
  transition-delay: 0s, 0.3s;
}
@media only screen and (max-width: 1440px) {
  .content.workcontent {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1280px) {
  .parallax {
    height: 400px;
  }
  .content.workcontent {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .parallax {
    background-attachment: inherit;
    height: 500px;
  }
  .content.workcontent {
    max-width: 760px;
  }
}
@media only screen and (max-width: 1023px) {
  .loginwrap {
    min-width: 94%;
  }
  .timeline .timestamp {
    font-size: .8em;
  }
  .timeline .timelinecontent {
    font-size: .6em;
    width: calc(100% - 150px);
    padding-left: 0;
  }
  .timeline .timelinecontent h3 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 1.3em;
    color: #ffed00;
  }
  .timeline .timelinecontent h5 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 1em;
  }
  .nodesktop {
    display: block;
  }
  .satzung {
    padding: 10px 10px;
    font-size: .5em;
    text-align: justify;
  }
  .tablerow {
    flex-wrap: wrap;
  }
  .tableeintrag {
    font-size: .8em;
  }
  .tableeintrag.anzahlabend {
    display: none;
  }
  .tableeintrag.fotolink {
    min-width: calc(30% - 2px);
    max-width: calc(30% - 2px);
    margin-top: 25px;
  }
  .tableeintrag.tabledate {
    min-width: calc(70% - 2px);
    max-width: calc(70% - 2px);
    margin-top: 25px;
    font-size: .8em;
  }
  .tableeintrag.tabledate.teilnahme {
    min-width: calc(100% - 2px);
    max-width: calc(100% - 2px);
    margin-top: 25px;
  }
  .tableeintrag.fest {
    min-width: calc(10% - 2px);
    max-width: calc(10% - 2px);
    width: calc(10% - 2px);
  }
  .tableeintrag.kuerzel {
    font-size: .5em;
  }
  .spalte {
    font-size: 1.2em;
  }
  .zitatzeile {
    padding: 50px 10px;
    font-size: .8em;
  }
  ul.mylist li {
    width: calc(100% / 2 - 10px);
    font-size: .2em;
  }
  ul.mylist li .mylistcontent {
    padding: 10px 2px;
    font-weight: 600;
  }
  ul.mylist li h3 {
    font-size: 3.6em;
    font-weight: 900;
  }
  .spaltehalf {
    float: left;
    width: calc(100% / 2 - 10px);
    margin: 5px;
    display: inline-block;
  }
  .nomobile,
  .nomobi {
    display: none !important;
  }
  .row-headline.workheadline {
    font-size: 1.0em !important;
    padding-top: 10px;
  }
  .content.abstand {
    width: 100%;
  }
  .row.abstand {
    padding: 30px 0;
  }
  .row.abstand p {
    width: 90%;
    margin: 0 auto;
  }
  .row.center {
    text-align: center;
  }
  .row.center p {
    font-size: .9em;
  }
  .nobr {
    display: none;
  }
  .row img.logotxt {
    width: 70%;
    height: auto;
  }
  .row.noborder img.logotxt {
    width: 90px;
    height: auto;
  }
  a.logo-slide {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
    padding-bottom: 40px;
  }
  .footerzeile {
    text-align: center;
    font-size: .8em;
  }
  .footerzeile img.footerlogo {
    width: 34%;
    float: none;
    margin-bottom: 30px;
  }
  a[href^="tel"] {
    color: inherit;
    /* Inherit text color of parent element. */
    text-decoration: none;
    /* Remove underline. */
    /* Additional css `propery: value;` pairs here */
  }
  .footerlinks {
    text-align: center;
    font-size: .8em;
  }
  .zitatzeile {
    padding: 30px 10px;
    font-size: .6em;
  }
  a.squareabstand {
    width: calc(100% / 1 - 10px);
  }
  a.square {
    width: calc(100% / 3);
  }
  a.squareinternabstand {
    width: calc(100% / 2 - 10px);
  }
  .swiper-container-single .slider-wrap {
    padding: 6% 20px 30px 15px;
  }
  .swiper-container-single::after {
    content: "";
    display: block;
    padding-bottom: 35%;
  }
  p {
    line-height: 140%;
  }
  h1 {
    font-size: 1.8em;
  }
  .content {
    padding: 10px 0;
  }
  h2 {
    font-size: 1.2em;
  }
  .menu-wrap {
    position: fixed;
    background-color: #00275c;
    width: 100%;
    left: 0;
    right: 0;
    top: 100px;
    height: 0;
    overflow: hidden;
    transition: all .5s ease;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 1.6em;
  }
  .menu-wrap.is-open {
    overflow: auto;
    height: 100vh;
    box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
    padding-top: 10px;
  }
  .burger {
    display: block;
  }
  .scroll-arrow {
    width: 40px;
    height: 25px;
    margin-left: -20px;
    bottom: 35px;
  }
  .nomobile,
  .nomobi {
    display: none;
  }
  .column.half {
    width: 100%;
  }
  .column.third {
    width: 100%;
  }
  .column.two-thirds {
    width: 100%;
  }
  .footer-logo {
    height: auto;
    width: 75%;
    float: left;
    margin-top: 15px;
  }
  h3.dfb::before {
    margin-left: -12px;
    width: 24px;
    height: 24px;
  }
}
/* montserrat-100 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('../../static/fonts/montserrat-v15-latin-100.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../static/fonts/montserrat-v15-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../static/fonts/montserrat-v15-latin-100.woff2') format('woff2'), /* Super Modern Browsers */ url('../../static/fonts/montserrat-v15-latin-100.woff') format('woff'), /* Modern Browsers */ url('../../static/fonts/montserrat-v15-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../static/fonts/montserrat-v15-latin-100.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-200 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../../static/fonts/montserrat-v15-latin-200.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../static/fonts/montserrat-v15-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../static/fonts/montserrat-v15-latin-200.woff2') format('woff2'), /* Super Modern Browsers */ url('../../static/fonts/montserrat-v15-latin-200.woff') format('woff'), /* Modern Browsers */ url('../../static/fonts/montserrat-v15-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../static/fonts/montserrat-v15-latin-200.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../../static/fonts/montserrat-v15-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../static/fonts/montserrat-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../static/fonts/montserrat-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../../static/fonts/montserrat-v15-latin-300.woff') format('woff'), /* Modern Browsers */ url('../../static/fonts/montserrat-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../static/fonts/montserrat-v15-latin-300.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../../static/fonts/montserrat-v15-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../static/fonts/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../static/fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../../static/fonts/montserrat-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../../static/fonts/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../static/fonts/montserrat-v15-latin-regular.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../../static/fonts/montserrat-v15-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../static/fonts/montserrat-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../static/fonts/montserrat-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../../static/fonts/montserrat-v15-latin-500.woff') format('woff'), /* Modern Browsers */ url('../../static/fonts/montserrat-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../static/fonts/montserrat-v15-latin-500.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../../static/fonts/montserrat-v15-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../static/fonts/montserrat-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../static/fonts/montserrat-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../../static/fonts/montserrat-v15-latin-600.woff') format('woff'), /* Modern Browsers */ url('../../static/fonts/montserrat-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../static/fonts/montserrat-v15-latin-600.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../../static/fonts/montserrat-v15-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../static/fonts/montserrat-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../static/fonts/montserrat-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../../static/fonts/montserrat-v15-latin-700.woff') format('woff'), /* Modern Browsers */ url('../../static/fonts/montserrat-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../static/fonts/montserrat-v15-latin-700.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-800 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../../static/fonts/montserrat-v15-latin-800.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../static/fonts/montserrat-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../static/fonts/montserrat-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */ url('../../static/fonts/montserrat-v15-latin-800.woff') format('woff'), /* Modern Browsers */ url('../../static/fonts/montserrat-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../static/fonts/montserrat-v15-latin-800.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-900 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../../static/fonts/montserrat-v15-latin-900.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../static/fonts/montserrat-v15-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../static/fonts/montserrat-v15-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('../../static/fonts/montserrat-v15-latin-900.woff') format('woff'), /* Modern Browsers */ url('../../static/fonts/montserrat-v15-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../static/fonts/montserrat-v15-latin-900.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/*# sourceMappingURL=abi.css.map */