/*+
 * The following part is from
 * normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
 * comments are optimzed for scss by Domenico (gudd-it.de)
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
========================================================================== END */
@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: #ffa828;
}

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;
  margin-bottom: 1rem;
}

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.2rem;
  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: #505050;
  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: #505050;
  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 #CDCDCD;
  border-radius: 8px;
  padding: 10px;
  margin: 1rem 0 1rem 0;
}

legend {
  padding: 0 10px;
}

legend h3 {
  text-decoration: none;
}

legend h3 i {
  color: #5aa1e3;
}

.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 #CDCDCD;
  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 #4188ca;
}

@media screen and (max-width: 600px) {
  input, select, textarea {
    width: calc(100% - 10px);
  }
}
button, input::-webkit-file-upload-button {
  background-color: #5aa1e3;
  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: #4188ca;
}

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

.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;
  line-height: 1.2rem;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.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;
}

.container:hover input ~ .checkmark {
  background-color: #9E9E9E;
}

.container input:checked ~ .checkmark {
  background-color: #ffa828;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.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);
}

.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;
  line-height: 1.2rem;
}

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

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

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

.container-radio:hover input ~ .radio {
  background-color: #9E9E9E;
}

.container-radio input:checked ~ .radio {
  background-color: #ffa828;
}

.radio:after {
  content: "";
  position: absolute;
  display: none;
}

.container-radio input:checked ~ .radio:after {
  display: block;
}

.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;
}

.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: #5aa1e3;
  font-weight: bold;
  cursor: pointer;
  width: calc(100% - 2em);
  margin: 0;
  /* Icon */
}
.tab-label:hover {
  background: #4188ca;
}
.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: #5aa1e3;
  cursor: pointer;
  width: calc(100% - 2em);
  margin: 0;
}
.tab-close:hover {
  background: #4188ca;
}
.tab-close:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  width: 1em;
  height: 1em;
}

.tab input:checked + .tab-label {
  background: #5aa1e3;
}
.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 */
