/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "LSR";
  src: url("../fonts/Hausschrift/AGENDA-M_1.TTF") format("truetype");
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "LSRSans";
  src: url("../fonts/Content/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LSRSans";
  src: url("../fonts/Content/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "LSRSans";
  src: url("../fonts/Content/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Comfortaa", sans-serif;
  font-weight: bold;
}

h1, h2, h3 {
  color: #0EB0C1;
}

h4, h5 {
  color: #505050;
}

h1 {
  font-size: 2.2rem;
  margin: 2rem 0 2rem 0;
}

h2 {
  font-size: 1.9rem;
  margin: 1rem 0 1rem 0;
}

h3 {
  font-size: 1.6rem;
  margin: 1rem 0 1rem 0;
  text-decoration: underline;
}

h4 {
  font-size: 1.3rem;
  margin: 1rem 0 1rem 0;
}

h5, h6 {
  margin: 1rem 0 1rem 0;
}

p {
  line-height: 1.2rem;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

*, html, body {
  font-family: "LSRSans", sans-serif;
  color: #505050;
}

html, body {
  height: 100vh;
  background-color: #fafafa;
}

body {
  line-height: 1;
  margin: 0;
  padding: 0;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphenate-character: "-";
}

pre {
  display: none;
}

.site {
  height: auto;
  min-height: 100vh;
}

main {
  padding: 8px 20px;
  padding-bottom: 50px;
}

header > .topbar {
  background: #102235;
  text-align: right;
  padding-right: 20px;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
}

.topbar .social a, .topbar .social a:hover {
  color: #fafafa;
  text-decoration: none;
  padding: 0 0 0 10px;
  font-size: 16px;
}

footer {
  background: #102235;
  color: #fafafa;
  font-size: 0.9rem;
  width: 100%;
  margin-top: -50px;
  min-height: 50px;
  bottom: 0;
}

.foot {
  width: 100%;
  display: table;
}

.fcopy {
  color: #fafafa;
  padding: 16px;
  padding-left: 20px;
  display: table-cell;
  width: calc(50% - 32px);
}

.finf {
  color: #fafafa;
  padding: 16px;
  padding-right: 20px;
  display: table-cell;
  width: calc(50% - 32px);
  text-align: right;
}

.finf a {
  color: #fafafa;
  text-decoration: none;
}

.finf a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  main {
    padding-bottom: 70px;
  }

  footer {
    min-height: 70px;
  }

  .fcopy, .finf {
    display: table-row;
    line-height: 40px;
    width: 100%;
    text-align: center;
  }
}
.hint:before {
  content: "? ";
  font-family: "Comfortaa", sans-serif;
  font-weight: bold;
  color: #5aa1e3;
  font-size: 1.2em;
}

.alert:before {
  content: "! ";
  font-family: "Comfortaa", sans-serif;
  font-weight: bold;
  color: #DB3A55;
  font-size: 1.2em;
}

.hint {
  margin: 5px 10px 1em 10px;
  text-align: justify;
}

.alert {
  margin: 5px 10px 1em 10px;
  text-align: justify;
  font-weight: bold;
}

fieldset {
  border: 2px solid #102235;
  border-radius: 8px;
  padding: 10px;
  margin: 1rem 0 1rem 0;
}

legend {
  padding: 0 10px;
}

legend h3 {
  text-decoration: none;
}

legend h3 i {
  color: #0D3E64;
}

.row {
  width: 100%;
  padding-bottom: 10px;
  display: table;
}

.col {
  width: 50%;
  float: left;
  display: table;
}

.time {
  float: left;
  width: 50%;
}

.time select {
  margin-right: -8px;
}

label {
  display: block;
  width: calc(100% - 30px);
  padding: 0;
  margin: 5px 10px 0 10px;
  white-space: nowrap;
  font-weight: bold;
}

label.blank {
  visibility: hidden;
}

@media screen and (max-width: 600px) {
  .col {
    width: 100%;
    margin-top: 0;
  }
}
input[type=text], input[type=file], input[type=password], input[type=date], input[type=time], input[type=email], input[type=number],
select,
textarea {
  display: inline-block;
  width: calc(100% - 30px);
  padding: 12px 10px 6px 10px;
  margin: 0 10px 8px 10px;
  border: none;
  border-bottom: 2px solid #102235;
  background: none !important;
  box-sizing: border-box;
  font-size: 0.95rem;
  outline: none;
}

input[type=text]:focus, input[type=file]:focus, input[type=date]:focus, input[type=time]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus,
select:focus,
textarea:focus {
  border: none;
  border-bottom: 2px solid #0D3E64;
}

@media screen and (max-width: 600px) {
  input, select, textarea {
    width: calc(100% - 10px);
  }
}
button, input::-webkit-file-upload-button {
  background-color: #0EB0C1;
  font-size: 1rem;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

button:disabled, input:disabled::-webkit-file-upload-button {
  background-color: #868686;
  color: #fafafa;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: not-allowed;
}

button:hover:enabled {
  background-color: #0D3E64;
}

.button-expand {
  width: calc(100% - 30px);
  margin: 0 10px;
}

/* The container */
.container {
  display: block;
  position: relative;
  width: calc(100% - 35px);
  white-space: normal;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0.28125rem;
  left: 0;
  height: 0.8125rem;
  width: 0.8125rem;
  background-color: #CDCDCD;
  border-radius: 3px;
}

.container input:focus + .checkmark {
  background-color: #9E9E9E;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #9E9E9E;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #0EB0C1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 0.16rem;
  width: 0.25rem;
  height: 0.5rem;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* The container */
.container-radio {
  display: block;
  position: relative;
  width: calc(100% - 35px);
  white-space: normal;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container-radio input:active + .radio {
  background-color: #9E9E9E;
}

/* Create a custom radio button */
.radio {
  position: absolute;
  top: 0.28125rem;
  left: 0;
  height: 0.8125rem;
  width: 0.8125rem;
  background-color: #CDCDCD;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .radio {
  background-color: #9E9E9E;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .radio {
  background-color: #0EB0C1;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .radio:after {
  top: 0.1875rem;
  left: 0.1875rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: white;
}

.radio-description {
  font-weight: bold;
}

span.required {
  color: #ff4f4f;
}

div.submit {
  padding: 20px 0;
  width: 100%;
  text-align: right;
}

.tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* Accordion styles */
.tabs {
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
  overflow: hidden;
}
.tab-label {
  display: flex;
  color: #fafafa;
  justify-content: space-between;
  padding: 1em;
  background: #0EB0C1;
  font-weight: bold;
  cursor: pointer;
  width: calc(100% - 2em);
  margin: 0;
  /* Icon */
}
.tab-label:hover {
  background: #0D3E64;
}
.tab-label::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  background: #fafafa;
  transition: all 0.35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  color: #fafafa;
  background: #0EB0C1;
  cursor: pointer;
  width: calc(100% - 2em);
  margin: 0;
}
.tab-close:hover {
  background: #0D3E64;
}
.tab-close:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  width: 1em;
  height: 1em;
}

.tab input:checked + .tab-label {
  background: #0EB0C1;
}
.tab input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.tab input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

.fa-lsr-big-meeting:before {
  content: "\e001";
}

.fa-lsr-small-meeting:before {
  content: "\e002";
}

.fa-landscape:before {
  content: "\e003";
}

.fak {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome Kit";
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1;
}

@font-face {
  font-family: "Font Awesome Kit";
  font-style: normal;
  src: url("../fonts/kit-upload.ttf") format("truetype"), url("../fonts/kit-upload.woff2") format("woff2");
}

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