/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../dev/parea/css/main.scss ***!
  \***************************************************************************************************************************************************************************/
a, abbr, acronym, address, article, aside, audio, b, big, blockquote, body, canvas, caption,
center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure,
footer, form, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label,
legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small,
span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, time, th, thead, tr, tt, u,
ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/inter/inter.ttf");
}
body {
  font-family: "Inter";
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  color: #2C3336;
  overflow-y: auto;
}

body {
  font-size: 16px;
  line-height: 24px;
}

.header {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 164px;
  z-index: 20;
}
.header div:first-child {
  display: flex;
  flex-direction: column;
}
.header div.logobar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 32px 24px 32px 24px;
  z-index: 5;
}
.header div.logobar .logo {
  display: inherit;
}
.header div.logobar .logo img {
  height: 32px;
}
.header #burgermnu {
  display: none;
}
.header #burgermnu + label {
  display: block;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-image: url("img/burger_menu.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 44px 44px;
}
.header .searchbar {
  padding: 0px 24px 24px 24px;
  background-color: #FFF;
  z-index: 5;
}
.header .searchbar .searchfield {
  box-sizing: border-box;
  padding: 8px 16px 8px 16px;
  width: 100%;
  background-color: #F4F4F4;
  color: #AAA;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
}
.header .socialbar {
  display: none;
}
@media screen and (min-width: 1000px) {
  .header {
    position: initial;
    box-sizing: border-box;
    padding: 0px 320px 0px 320px;
    height: initial;
  }
  .header div:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .header div.logobar {
    z-index: 0;
  }
  .header div.logobar .logo img {
    height: 48px;
  }
  .header #burgermnu + label {
    display: none;
  }
  .header .searchbar {
    padding: 0px 64px 0px 24px;
    max-width: 700px;
    flex: 1;
  }
  .header .socialbar {
    display: block;
  }
  .header .socialbar img {
    width: 32px;
  }
}

/* Menu activator */
body:has(#burgermnu:checked) .nav {
  transform: translateY(-1px);
}

.nav {
  display: flex;
  flex-direction: column;
  background-color: #2C3336;
  position: relative;
  transform: translateY(-130%);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  width: 100%;
}
.nav ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
  padding: 24px 24px 24px 24px;
}
.nav ul a, .nav ul a:visited {
  text-decoration: none;
  color: #FFF;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
}
.nav ul a:hover {
  color: #84EFF6;
}
.nav ul .separator {
  border-top: 1px solid #84EFF6;
}
.nav .follow-panel {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
  padding: 16px 24px 16px 24px;
  background-color: #84EFF6;
  color: #2C3336;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.nav .follow-panel input[type=text] {
  box-sizing: border-box;
  padding: 8px 8px;
  border: none;
  border-radius: 5px;
  width: 100%;
  background-color: #FFF;
  color: #2C3336;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1000px) {
  .nav {
    position: initial;
    transform: initial;
    transition: initial;
    will-change: initial;
    height: initial;
    background-color: #2C3336;
  }
  .nav ul {
    box-sizing: border-box;
    flex-direction: row;
    gap: 0px;
    justify-content: start;
  }
  .nav li {
    box-sizing: border-box;
    padding: 16px 24px 0px 24px;
    border-top: 1px solid #FFF;
  }
  .nav li.active {
    border-top: 5px solid #84EFF6;
  }
  .nav .separator {
    border-left: 1px solid #84EFF6;
  }
  .nav .follow-panel {
    position: fixed;
    right: 0px;
    top: 130px;
    padding: 0px;
    height: 0px;
    flex-direction: row;
    gap: 8px;
    padding: 64px 0px;
    border-radius: 5px 0px 0px 5px;
  }
  .nav .follow-panel label {
    transform: rotate(-90deg);
  }
  .nav .follow-panel input[type=text] {
    display: none;
  }
}

.banner {
  display: block;
  padding: 32px 24px 32px 24px;
}
.banner img {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .banner {
    padding: 32px 320px 32px 320px;
  }
}

.headline {
  padding: 32px 24px 32px 24px;
  display: flex;
  flex-direction: column;
  margin-top: 128px;
}
.headline a:first-child {
  display: block;
}
.headline a, .headline a:visited {
  color: #2C3336;
  text-decoration: none;
  font-size: 28px;
  font-weight: 650;
  line-height: 31.2px;
}
.headline img {
  width: 100%;
}
.headline > ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
  padding: 64px 0px 32px 0px;
}
.headline > ul a, .headline > ul a:visited {
  color: #2C3336;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (min-width: 1000px) {
  .headline {
    padding: 32px 320px 32px 320px;
    flex-direction: row;
    margin-top: 0px;
  }
  .headline > ul {
    padding: 0px 0px 0px 32px;
  }
}

.section {
  padding: 32px 24px 64px 24px;
}
.section .sheader {
  padding: 0px 88px 0px 0px;
  display: inline-block;
  margin-bottom: 24px;
  border-bottom: 1px solid #b3b3b3;
}
.section .sheader h2 {
  font-size: 38px;
  font-weight: 650;
  line-height: 41.7px;
  text-transform: uppercase;
}
.section .sheader h3 {
  font-size: 21.3px;
  font-weight: 650;
  line-height: 22px;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px) {
  .section {
    padding: 32px 320px 32px 320px;
  }
  .section h1 {
    display: inline-block;
    padding-right: 64px;
  }
}

.section.postlist ul {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.section.postlist ul li {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.section.postlist ul a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #2C3336;
}
.section.postlist ul h1 {
  font-size: 21.3px;
  font-weight: 650;
  line-height: 22px;
}
.section.postlist ul img {
  display: block;
  width: 100%;
}
.section.postlist ul .details {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
}
.section.postlist ul .details div:first-child {
  color: #2C3336;
  text-align: left;
  flex-grow: 1;
}
.section.postlist ul .details div:last-child {
  color: #b3b3b3;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .section.postlist ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section.postlist ul li {
    flex: 0 0 32%;
  }
  .section.postlist ul .details {
    flex-direction: row;
  }
  .section.postlist ul .details div:last-child {
    text-align: right;
  }
}

.section.videolist ul {
  display: flex;
  padding-top: 32px;
  flex-direction: column;
  row-gap: 48px;
}
.section.videolist ul img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
@media screen and (min-width: 1000px) {
  .section.videolist ul {
    flex-direction: row;
    justify-content: space-between;
  }
  .section.videolist ul li {
    flex: 0 0 32%;
  }
}

.breadcrumb {
  padding: 32px 24px 0px 24px;
  margin-top: 128px;
}
.breadcrumb a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #2C3336;
}
@media screen and (min-width: 1000px) {
  .breadcrumb {
    padding: 32px 320px 0px 320px;
    margin-top: 0px;
  }
}

.footer {
  padding: 64px 24px 32px 24px;
  background-color: #2C3336;
  color: #FFF;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 64px 320px 32px 320px;
  }
}
.footer .logo {
  width: 128px;
}
.footer ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1000px) {
  .footer ul {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer ul ~ div {
  margin-top: 32px;
  text-align: center;
}
.footer ul a,
.footer ul ~ div a {
  color: #FFF;
  text-decoration: none;
}
.footer ul a:hover,
.footer ul ~ div a:hover {
  text-decoration: underline;
}
.footer ul.fnav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .social {
  display: flex;
  flex-direction: row;
  gap: 48px;
  justify-content: center;
}
.footer .social a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer .social .facebook {
  background-image: url("img/social_facebook_light.svg");
}

.article {
  padding: 32px 24px 64px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1000px) {
  .article {
    padding: 64px 480px 64px 480px;
  }
}
.article img {
  display: block;
  width: 100%;
  corner-radius: 5px;
}
.article ul {
  list-style: disc;
  padding-left: 16px;
}
.article h1 {
  font-size: 38px;
  font-weight: 650;
  line-height: 41.7px;
}
.article .acontent {
  font-size: 16px;
  line-height: 24px;
}
.article .acontent img {
  margin: 16px 0px 16px 0px;
}
.article .acontent a {
  text-decoration: none;
  color: #2C3336;
}
.article .acontent a:hover {
  text-decoration: underline;
}
.article .acontent h2 {
  font-size: 28px;
  font-weight: 650;
  line-height: 31.2px;
  margin: 32px 0px 16px 0px;
}
.article .acontent h3 {
  font-size: 21.3px;
  font-weight: 650;
  line-height: 22px;
  margin: 24px 0px 8px 0px;
}
.article .acontent strong {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.article .acontent i {
  font-style: italic;
}
.article .acontent p {
  margin-bottom: 16px;
}

.section form {
  font-size: 16px;
  line-height: 24px;
}
.section form > div {
  padding: 8px 0px 8px 0px;
}
.section form > div.form-footer {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.section form ul.errorlist {
  list-style: none;
  padding: 0px;
  color: #FF6666;
  font-style: italic;
}
.section form input[type=text] {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
}
.section form select {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
}
.section form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
}
.section form input[type=submit] {
  background-color: #2C3336;
  color: #84EFF6;
}
.section form button {
  box-sizing: border-box;
  padding: 16px 64px 16px 64px;
  width: fit-content;
  background-color: #2C3336;
  color: #84EFF6;
  border: none;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.section .success {
  padding: 24px 64px 24px 64px;
  background-color: #2C3336;
  color: #84EFF6;
  font-size: 16px;
  line-height: 24px;
  border-radius: 5px;
}

.section.page {
  padding: 32px 24px 128px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 128px;
  color: #2C3336;
  font-size: 16px;
  line-height: 24px;
}
.section.page img {
  display: block;
  width: 100%;
  corner-radius: 5px;
}
.section.page ul {
  list-style: disc;
  padding-left: 32px;
}
.section.page ol {
  list-style: decimal;
  padding-left: 32px;
}
.section.page h1 {
  font-size: 38px;
  font-weight: 650;
  line-height: 41.7px;
}
.section.page h2 {
  font-size: 21.3px;
  font-weight: 650;
  line-height: 22px;
  margin-top: 32px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.section.page a, .section.page a:visited {
  text-decoration: none;
  color: #2C3336;
}
.section.page b {
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .section.page {
    padding: 64px 30% 128px 30%;
    margin-top: 0px;
  }
}
