@charset "UTF-8"; /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: KlavikaWebBasicMedium;
  src: url(../fonts/GC-Klavika-Regular.otf) format("otf"),
    url(../fonts/KlavikaWebBasicMedium.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: KlavikaWebBasicMediumSub;
  src: url(../fonts/GC-Klavika-Bold.otf) format("otf"),
    url(../fonts/KlavikaWebBasicMediumSub.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: KlavikaWebBasicLight;
  src: url(../fonts/GC-Klavika-Fein-Light.otf) format("otf"),
    url(../fonts/KlavikaWebBasicLight.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding: 0;
}
.row {
  width: 100% !important;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
html {
  font-family: KlavikaWebBasicLight;
  font-size: 18px;
  font-weight: 300;
}
body {
  overflow-x: hidden;
  background: #fff;
}
body > div:first-child {
  background: url(../images/background.png) center top no-repeat;
  background-size: contain;
}
a {
  text-decoration: none;
  font-weight: 600;
  color: #000;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.spacer {
  height: 3em;
}
.colorRed {
  color: #cb0935;
}
form h1 {
  font-family: KlavikaWebBasicLight;
}
form label {
  font-weight: 700;
}
form button {
  width: 100%;
  height: 50px;
  color: #fff;
  background-color: #cb0935;
}
form .deleteMember {
  display: none;
}
form .addmore,
form .deleteMember {
  width: 75%;
}
form .addmore p,
form .deleteMember p {
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
  font-weight: 700;
}
form .addmore .addmore_btn,
form .deleteMember .addmore_btn {
  display: inline-block;
  cursor: pointer;
}
form .addmore .addmore_btn:before,
form .deleteMember .addmore_btn:before {
  content: "+";
  height: 35px;
  width: 35px;
  background: #cb0935;
  color: #fff;
  padding: 12px 18px;
  font-size: 22px;
  margin-right: 12px;
}
form .addmore .deleteMember_btn,
form .deleteMember .deleteMember_btn {
  display: inline-block;
  cursor: pointer;
}
form .addmore .deleteMember_btn:before,
form .deleteMember .deleteMember_btn:before {
  content: "-";
  height: 35px;
  width: 35px;
  background: #cb0935;
  color: #fff;
  padding: 12px 20px;
  font-size: 22px;
  margin-right: 12px;
}
form #inputgroup-absage label,
form #inputgroup-anmeldung label {
  width: 80%;
  display: inline-block;
  vertical-align: top;
}
#firm {
  margin: 2em 0;
}
#firm div {
  background: #cb0935;
  border-radius: 0 50px 50px 0;
}
#firm div h1 {
  padding-left: 2.5em;
  color: #fff;
  margin: 0;
  font-size: 3em;
  text-transform: uppercase;
}
#firmintro > div h1 {
  font-weight: 400;
  padding-left: 3.7em;
}
#firmintro > div h2 {
  font-weight: 400;
  padding-left: 4.9em;
}
#firmintro > div .introInfo,
#firmintro > div .listing {
  padding-left: 5em;
  font-weight: 700;
  font-size: 1.5em;
}
#firmintro > div .introInfo b {
  color: #cb0935;
  font-size: 2.5em;
}
#form {
  margin: 2.5em 8em;
}
#form > div {
  padding: 0;
}
#form h1 {
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
}
h1 {
  line-height: 1.2;
}
#content {
  margin-top: 5em;
}
#content .timeline {
  padding: 0 4% 0 0;
}
#content .timeline div:first-child {
  background: #cb0935;
  border-radius: 0 50px 50px 0;
  text-align: right;
  margin: 1em 20% 1em 0;
}
#content .timeline div:first-child h2 {
  padding: 0.3em 2.5em 0;
  color: #fff;
  margin: 0;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1.2em;
}
#content .timeline ul {
  margin-left: 6em;
  padding: 0.2em 0;
}
#content .timeline ul li {
  list-style: none;
  font-size: 1.2em;
  display: inline-block;
  width: 74%;
}
#content .timeline ul li:first-child {
  font-weight: 700;
  width: 100%;
  vertical-align: top;
}
#content .timeline ul li:last-child {
  padding-left: 1em;
}
#content .timeline ul li span.red {
  color: #cb0935;
}
#content .timeline span.time {
  width: 150px;
}
#content .timeline span.red {
  color: #cb0935;
}
#content .map {
  padding: 0;
}
#content .map .anfahrt div p {
  padding-right: 3em;
}
#content .map .headline {
  background: #cb0935;
  border-radius: 50px 0 0 50px;
  text-align: left;
  margin: 1em 0 1em 8em;
}
#content .map .headline h2 {
  padding: 0.3em 2.5em 0;
  color: #fff;
  margin: 0;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1.2em;
}
#content .map .pdf {
  margin: 2em 0;
  text-align: right;
}
#content .map .pdf a {
  background: url(../images/pdf-file-format-symbol.png) left no-repeat;
  padding: 3em 3.5em;
}

.pdf,
.qr {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qr {
	padding-right: 3em;
}
.qr img {
	margin: 0;
}
#content .map .qr img {
  width: 220px;
  float: left;
  display: inline-block;
}
#content .map .qr span {
  float: left;
  display: inline-block;
  font-weight: 600;
  color: #000;
  padding: 1em 0.5em;
}
.checkmarkCustomer {
  display: none;
}
.partnerimages {
  display: flex;
  align-items: center;
}
.partnerimages img {
  margin: 0;
}
.sitepartner {
  margin: 2em 0;
  padding-left: 1em;
}
#partner {
  text-align: left;
}
#partner h2 {
  width: 100%;
  background: #cb0935;
  padding: 0.75em;
  color: #fff;
  text-align: center;
}
#partner img {
  margin: 0 auto 1.5em;
}
hr {
  color: #cb0935;
  background: #cb0935;
  height: 2px;
  margin: 1em 0;
}
#footer {
  background: #434343;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #cb0935;
}
@media only screen and (min-width: 2120px) {
  #header div img {
    height: 920px;
  }
}
@media only screen and (max-width: 1650px) {
  form .addmore,
  form .deleteMember {
    width: 100%;
  }
  form .addmore p,
  form .deleteMember p {
    width: 75%;
    vertical-align: middle;
  }
  #content .timeline ul li:last-child {
    padding-left: 0;
    width: 70%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #content .timeline ul li:last-child {
    padding-left: 0;
    width: 75%;
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  form .addmore p,
  form .deleteMember p {
    width: 54%;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.2em;
  }
  h3 {
    font-size: 1em;
  }
  #firm {
    padding: 0;
    margin: 0;
  }
  #firm div {
    border-radius: 0;
  }
  #firm div h1 {
    text-align: center;
    padding: 0.25em 0;
  }
  #firm img {
    height: auto;
  }
  #firmintro > div h1 {
    font-weight: 400;
    font-size: 1.8em;
    padding-left: 0.5em;
  }
  #firmintro > div h2 {
    font-weight: 400;
    padding-left: 0.5em;
  }
  #firmintro > div .listing {
    padding-left: 0.5em;
    font-weight: 700;
    font-size: 1.5em;
  }
  #firmintro > div .introInfo {
    padding-left: 0.5em;
    font-weight: 700;
    font-size: 1.2em;
  }
  #firmintro > div .introInfo b {
    color: #cb0935;
    font-size: 2em;
  }
  form #form {
    padding: 0 1em;
    margin: 0;
  }
  form #form h1 {
    padding: 0;
  }
  form .addmore,
  form .deleteMember {
    width: 100%;
  }
  #partnerimages,
  form .addmore p,
  form .deleteMember p {
    width: 50%;
  }
  #partnerimages img:first-child {
    margin-bottom: 6em;
  }
  #partnerimages img:last-child {
    margin-top: 4em;
    margin-bottom: -1.5em;
  }
  #partner h2 {
    text-align: center;
  }
  #content .timeline {
    padding: 0;
  }
  #content .timeline div:first-child {
    background: #cb0935;
    text-align: center;
    border-radius: 0;
    margin: 1em 0;
  }
  #content .timeline div:first-child h2 {
    padding: 0.3em 0;
    color: #fff;
    margin: 0;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1.2em;
  }
  #content .timeline ul {
    padding: 15px 0.25em;
    margin: 0;
    text-align: center;
  }
  #content .map,
  #content .timeline ul li {
    text-align: center;
  }
  #content .map .anfahrt div p {
    padding-right: 0;
  }
  #content .map .qr {
    margin: 1em 2.5em;
  }
  #content .map > div:first-child {
    background: #cb0935;
    border-radius: 0;
    text-align: center;
    margin: 1em 0;
  }
  #content .map > div:first-child h2 {
    padding: 0.3em 0;
    color: #fff;
    margin: 0;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1.2em;
  }
  #content .map > div:last-child {
    text-align: left;
  }
}
form {
  line-height: 22px;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: bolder;
  font-size: 1.1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 4px solid #cb0935;
  padding: 12px;
  width: 96.5%;
  color: #000;
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  border: 4px solid #5fab5f;
  outline: #5fab5f solid 4px;
}
button,
input {
  overflow: visible;
}
input[type="text"]:not(:placeholder-shown),
input[type="email"]:not(:placeholder-shown),
textarea:not(:placeholder-shown) {
  border: 4px solid #5fab5f;
  outline: #5fab5f solid 4px;
}
.checkmark,
.checkmarkFirm,
.checkmarkMail,
[class^="checkmarkVorname"],
[class^="checkmarkNachname"] {
  content: "";
  height: 45px;
  width: 45px;
  color: #5fab5f;
  font-size: 32px;
  display: none;
  padding: 0 5px;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-appearance: button;
  -moz-appearance: button;
  border: 4px solid #cb0935;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background: #5fab5f;
  border: 4px solid #5fab5f;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  border: 1px solid #5fab5f;
  outline: #5fab5f solid 1px;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
#teilnehmer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
/* #teilnehmer .form-group {
  display: inline-block;
  width: 22%;
} */
#teilnehmer .form-group:nth-child(even) {
  margin-left: 2px;
}
#teilnehmer .form-group:nth-child(odd) {
  margin-left: 0;
  margin-right: 5px;
}
#teilnehmer .form-group input {
  width: 90%;
}
.btn > div {
  padding: 0;
}
.greenBorder {
  border: 1px solid #5fab5f;
  outline: #5fab5f solid 1px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-group {
  margin-bottom: 1rem;
}
::-webkit-input-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}
@media only screen and (max-width: 1024px) {
  button,
  input,
  optgroup,
  select,
  textarea {
    width: 90%;
  }
  #teilnehmer .form-group {
    width: 100%;
    margin: 1em 0 !important;
  }
}
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.popup-inner {
  max-width: 900px;
  width: 90%;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 6px #000;
  border-radius: 3px;
  background: #fff;
}
.popup-inner img {
  max-width: 45%;
  padding: 1em;
  display: inline-block;
}
.popup-close-text {
  transition: ease 0.25s all;
}
.popup-close-text:hover {
  color: #cb0935;
}
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}
.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #000;
  text-decoration: none;
}

.partner-logos {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
}

.partner-logos img {
	width: 200px;
	max-width: 25%;
	object-fit: contain;
}

@media only screen and (max-width: 1024px) {
  .popup-inner {
    width: 75%;
  }
  .popup-close {
    padding: 4px 0 0;
  }
}
/* #firmintro {
  background: url(../images/Save_the_date.jpg) center top no-repeat;
  height: 80em;
} */
