.parent {
  width: auto;
  background: transparent;
}
.parent .container {
  width: 100px;
  height: 32px;
  margin: 20% auto auto auto;
}
.parent .container.sm {
  margin: 32px auto auto auto;
}
.parent .container.md {
  margin: 128px auto auto auto;
}
.parent .container.lg {
  margin: 256px auto auto auto;
}
.parent .container .block {
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 10px 5px 10px 5px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
}
.parent .container .block.black {
  background: #000000;
}
.parent .container .block.green {
  background: #089736;
}
.parent .container .block.yellow {
  background: #FFFF00;
}
.parent .container .block:nth-child(1) {
  animation: wave 1s ease 0s infinite;
}
.parent .container .block:nth-child(2) {
  animation: wave 1s ease 0.1s infinite;
}
.parent .container .block:nth-child(3) {
  animation: wave 1s ease 0.2s infinite;
}
@keyframes wave {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 25px;
    opacity: 0.4;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

.page-container {
  width: clamp(300px, 100%, 1280px);
  margin: 16px auto 16px auto;
  min-height: inherit;
  background-color: #FFFFFF;
}
.page-container .page-wrapper {
  padding: 16px;
}
.page-container .page-wrapper .wp-block-file object {
  height: 1000px !important;
}

.post-container {
  width: clamp(300px, 100%, 1280px);
  margin: 16px auto 16px auto;
  min-height: 60vh;
  background-color: #FFFFFF;
}
.post-container .post-wrapper {
  padding: 16px;
}

.page-container {
  width: clamp(300px, 100%, 1280px);
  margin: 16px auto 16px auto;
  background-color: #FFFFFF;
}
.page-container .page-wrapper {
  padding: 16px;
}

.newsitem-container {
  width: 100%;
}
.newsitem-container .newsitem-wrapper {
  width: clamp(10rem, 80%, 54rem);
  margin: 16px auto 16px auto;
  padding: 16px;
}
.newsitem-container .newsitem-wrapper .title-div {
  width: 100%;
  color: #282828;
}
.newsitem-container .newsitem-wrapper .title-div h2 {
  margin-bottom: 8px;
}
.newsitem-container .newsitem-wrapper .top-row {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  font-size: small;
  margin-left: 0px;
  color: #424242;
}
.newsitem-container .newsitem-wrapper .icon {
  height: 16px;
  border-radius: 50%;
  margin-bottom: -4px;
  margin-right: 4px;
}
.newsitem-container .newsitem-wrapper .content-div {
  margin-left: 2px;
  color: #363636;
}
.newsitem-container .newsitem-wrapper .link {
  text-decoration: none;
  color: #282828;
}
.newsitem-container .newsitem-wrapper button {
  height: 32px;
  padding: 4px 16px 4px 16px;
  font-size: 14px;
  font-weight: 600px;
  margin-top: 8px;
  margin-bottom: 16px;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none;
  color: #363636;
}
.newsitem-container .newsitem-wrapper button:hover,
.newsitem-container .newsitem-wrapper button:focus {
  cursor: pointer;
  outline: none !important;
  background-color: #f8f8f8;
  border: 1px solid #8FBBDD;
  box-shadow: 0 0 8px #8FBBDD !important;
}
.newsitem-container .newsitem-wrapper button:active {
  transform: scale(0.98);
}
.newsitem-container .newsitem-wrapper hr {
  margin-top: 20px;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1px;
  top: 0;
  width: 100%;
  opacity: 0.4;
  background: linear-gradient(to right, transparent, #818078, transparent);
}

.news-container .button-container {
  display: flex;
  justify-content: center;
}
.news-container .button-container .more-posts-button {
  align-self: center;
  margin: 0 auto 16px auto;
  height: 32px;
  padding: 4px 16px 4px 16px;
  font-size: 14px;
  font-weight: 600px;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.news-container .button-container .more-posts-button:hover,
.news-container .button-container .more-posts-button:focus {
  cursor: pointer;
  outline: none !important;
  background-color: #f8f8f8;
  border: 1px solid #8FBBDD;
  box-shadow: 0 0 8px #8FBBDD !important;
}
.news-container .button-container .more-posts-button:active {
  transform: scale(0.98);
}

.countdown-container .countdown-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.countdown-container .countdown-wrapper .box {
  width: 120px;
  height: 120px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  margin: 8px;
  font-size: xxx-large;
}
@media screen and (max-width: 500px) {
  .countdown-container .countdown-wrapper .box {
    font-size: xx-large;
    height: 100px;
  }
}
.countdown-container .countdown-wrapper .box.days {
  background-color: #000000;
}
.countdown-container .countdown-wrapper .box.hours {
  background-color: #089736;
}
.countdown-container .countdown-wrapper .box.minutes {
  background-color: #FFFF00;
  color: #484848;
}
.countdown-container .countdown-wrapper .box.seconds {
  background-color: #363636;
}
.countdown-container .countdown-wrapper .box .text {
  font-size: small;
}

*,
*::before.carousel,
*::after {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 40vw;
  box-sizing: border-box;
}
@media screen and (max-width: 756px) {
  .carousel {
    height: 50vh;
  }
}
.carousel .slides {
  display: grid;
}
.carousel .slides .slide-container {
  grid-area: 1 / -1;
  z-index: -1;
}
.carousel .slides button {
  background: transparent;
  border: none;
  color: white;
  position: absolute;
  font-size: 5rem;
  width: 5rem;
  height: 5rem;
  top: 40%;
  transition: opacity 0.3s;
  opacity: 0.7;
  z-index: 3;
}
.carousel .slides button:hover {
  opacity: 1;
}
.carousel .slides button:focus {
  outline: none;
}
.carousel .slides button:first-child {
  left: 10%;
}
.carousel .slides button:last-child {
  right: 10%;
}
.carousel .slide-content {
  width: 60vw;
  height: 30vw;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-in-out;
  opacity: 0.7;
  transform-style: preserve-3d;
  transform: perspective(1000px) translateX(calc(100% * var(--offset))) rotateY(calc(-45deg * var(--dir)/2));
}
@media screen and (max-width: 756px) {
  .carousel .slide-content {
    height: 60vw;
    width: 84vw;
  }
}
.carousel .slide-content picture {
  max-height: inherit;
}
.carousel .slide-content .slide-image {
  display: block;
  overflow: hidden;
  width: inherit;
  height: inherit;
  z-index: -3;
  object-fit: cover;
}
.carousel .slide-content .slide-content-inner {
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 2rem;
  color: #FFFFFF;
  transform-style: preserve-3d;
  transform: translateZ(2rem);
  transition: opacity 0.3s linear;
  text-shadow: 0 0.2rem 1rem #000;
  opacity: 0;
}
.carousel .slide-content .slide-content-inner .slide-title {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.2ch;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 756px) {
  .carousel .slide-content .slide-content-inner .slide-title {
    text-align: center;
  }
}
.carousel .slide-content .slide-content-inner .slide-subtitle {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.16ch;
  text-transform: uppercase;
}
.carousel .slide-content .slide-content-inner .slide-subtitle::before {
  content: "— ";
}
.carousel .slide-content .slide-content-inner .slide-description {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.2ch;
}
.carousel .slide-wrapper {
  position: absolute;
  top: 0;
  left: -10%;
  right: -10%;
  bottom: 0;
  justify-content: center;
  z-index: -3;
  opacity: 0;
  transition: opacity 0.3s linear, transform 0.3s ease-in-out;
  pointer-events: none;
  transform: translateX(calc(10% * var(--dir)));
}
.carousel .slide-wrapper .slide-image {
  margin: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
  height: auto;
  z-index: -3;
  object-fit: cover;
}
@media screen and (max-width: 756px) {
  .carousel .slide-wrapper .slide-image {
    height: 100%;
    width: auto;
  }
}
.carousel .slide-container[data-active] {
  z-index: 0;
  pointer-events: auto;
}
.carousel .slide-container[data-active] .slide-wrapper {
  opacity: 0.4;
  transform: none;
}
.carousel .slide-container[data-active] .slide-content-inner {
  opacity: 1;
}
.carousel .slide-container[data-active] .slide-content {
  opacity: 1;
  transform: perspective(1000px);
}

.entry-page {
  color: #363636;
  margin: 8px 32px 32px 16px;
  height: fit-content;
}
.entry-page h4 span {
  color: red;
}
.entry-page .row {
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .entry-page .row:after {
    content: "";
    display: table;
    clear: both;
  }
}
.entry-page .col {
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .entry-page .col {
    width: 50%;
    float: left;
  }
}
.entry-page .entry-form {
  padding: 0 16px 0 16px;
  width: 80%;
}
.entry-page .entry-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #363636;
  margin-top: 16px;
}
.entry-page .entry-form .input-field {
  display: block;
  width: calc(100% - 26px);
  max-width: 576px;
  height: 20px;
  padding: 6px 12px 6px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #282828;
}
.entry-page .entry-form .input-field:focus {
  outline: none !important;
  border: 1px solid #8FBBDD;
  box-shadow: 0 0 8px #8FBBDD !important;
}
.entry-page .entry-form .input-select {
  width: 100%;
  padding: 6px 12px 6px 12px;
  height: 34px;
  max-width: 600px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.entry-page .entry-form .input-select:focus {
  outline: none !important;
  border: 1px solid #8FBBDD;
  box-shadow: 0 0 8px #8FBBDD !important;
}
.entry-page .entry-form .entry-form-checkbox {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.entry-page .entry-form .entry-form-checkbox input {
  margin-bottom: auto;
  margin-top: auto;
}
.entry-page .entry-form .entry-form-checkbox input:hover,
.entry-page .entry-form .entry-form-checkbox input:focus {
  cursor: pointer;
  outline: none !important;
  background-color: #f8f8f8;
  border: 1px solid #8FBBDD;
  box-shadow: 0 0 8px #8FBBDD !important;
}
.entry-page .entry-form .error-message {
  font-size: 14px;
  color: red;
}
.entry-page .entry-form button {
  height: 40px;
  width: 120px;
  padding: 4px 16px 4px 16px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 16px;
  background-color: #089736;
  color: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all 0.2s;
}
.entry-page .entry-form button:hover,
.entry-page .entry-form button:focus {
  cursor: pointer;
  outline: none !important;
  background-color: #f8f8f8;
  border: 1px solid #8FBBDD;
  box-shadow: 0 0 8px #8FBBDD !important;
  color: #282828;
  transform: scale(1.02);
}
.entry-page .entry-form button:active {
  transform: scale(0.98);
}
.entry-page .payment-information {
  background-color: #DDD;
  padding: 8px 16px 8px 16px;
  border-radius: 8px;
  margin: 32px 16px 32px 16px;
}
.entry-page .payment-information .list-group {
  background-color: #D8D8D8;
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 20px;
}
.entry-page .payment-information .list-group .list-group-item {
  position: relative;
  display: block;
  padding: 12px 16px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #ddd;
}
.entry-page .payment-information .list-group .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.entry-page .payment-information .list-group .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.app-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.paameldte-container .title {
  display: flex;
  justify-content: center;
  color: #363636;
}
.paameldte-container table {
  width: 100%;
  align-self: center;
  padding: 8px;
}
.paameldte-container .info {
  display: flex;
  justify-content: space-between;
  margin: 0 12px;
}
.paameldte-container th {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right;
  text-align: left;
  padding: 8px 18px 8px 4px;
  background-color: #ccc;
}
.paameldte-container th.up {
  background-image: url(70877b002e38b1438b21.png);
}
.paameldte-container th.down {
  background-image: url(b58dcb5732c21a44cbc8.png);
}
.paameldte-container th.default {
  background-image: url(8debc83844d7e6a561da.png);
}
.paameldte-container tr:nth-child(n) td {
  background-color: #eff0f0;
}
.paameldte-container tr:nth-child(2n) td {
  background-color: #fff;
}
.paameldte-container td {
  padding: 4px;
}

.footer {
  width: 100%;
  min-height: 48px;
  height: fit-content;
  background-color: #363636;
  color: white;
}
.footer .quote {
  width: clamp(300px, 80%, 1024px);
  margin: 16px auto 0 auto;
  padding-top: 8px;
  text-align: center;
  font-style: italic;
}
.footer .info {
  width: clamp(300px, 80%, 1024px);
  margin: 12px auto 0 auto;
  padding: 8px 0 12px 0;
  text-align: center;
  font-size: medium;
}
#app-root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.hamburger {
  width: 24px;
  height: 24px;
  margin: auto 0;
  display: flex;
  position: relative;
  cursor: pointer;
  justify-content: space-around;
  flex-flow: column nowrap;
  z-index: 10;
}
.hamburger .hamburger-button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-touch-callout: none;
  position: absolute;
  opacity: 0;
}
.hamburger div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
}
.hamburger div span {
  position: absolute;
  display: block;
  width: 2rem;
  height: 0.25rem;
  background-color: #D8D8D8;
  border-radius: 10px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  transform-origin: 1px;
}
.hamburger div span:first-of-type {
  top: 0;
}
.hamburger div span:nth-child(2) {
  top: 10px;
}
.hamburger div span:last-of-type {
  bottom: 0;
}
.hamburger.hamburger-open span:first-of-type {
  transform: rotate(45deg);
}
.hamburger.hamburger-open span:nth-child(2) {
  opacity: 0;
}
.hamburger.hamburger-open span:last-of-type {
  transform: rotate(-45deg);
}
.hamburger:hover {
  cursor: pointer;
}

.navigation {
  width: 100%;
  height: 50px;
  max-height: 50px;
  background-color: #363636;
  z-index: 10;
}
.navigation .navigation-wrapper {
  width: clamp(300px, 100%, 1280px);
  max-height: inherit;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-color: inherit;
}
.navigation .navigation-wrapper .menu {
  display: flex;
  flex-wrap: wrap;
  float: right;
  margin: 0px;
  padding-left: 16px;
  overflow: hidden;
  height: 100%;
  max-height: inherit;
  color: #D8D8D8;
  background-color: inherit;
  gap: 16px;
}
.navigation .navigation-wrapper .menu .element {
  padding: 14px 8px;
  text-align: left;
  list-style-type: none;
  font-size: medium;
  text-decoration: none;
  color: inherit;
}
.navigation .navigation-wrapper .menu .element:visited {
  text-decoration: none;
}
.navigation .navigation-wrapper .menu .element:hover {
  color: #FFFFFF;
  background-color: #282828;
}
.navigation .navigation-wrapper .menu .element:active {
  color: green;
}
@media (max-width: 767px) {
  .navigation .navigation-wrapper .menu {
    height: 100vh;
    max-height: 100vh;
    width: 100vw;
    margin-top: 50px;
    position: fixed;
    flex-direction: column;
    gap: 0px;
  }
}
.navigation .navigation-wrapper .menu .dropdown {
  float: left;
  overflow: hidden;
}
.navigation .navigation-wrapper .menu .dropdown.dropdown-open {
  background-color: red;
  color: #FFFFFF;
  background-color: #282828;
}
.navigation .navigation-wrapper .menu .dropdown.dropdown-open .drop-content {
  display: block;
}
@media (min-width: 767px) {
  .navigation .navigation-wrapper .menu .dropdown:hover .drop-content {
    display: block;
  }
  .navigation .navigation-wrapper .menu .dropdown:hover,
  .navigation .navigation-wrapper .menu .dropdown .drop-button:active + .drop-content {
    display: block;
  }
}
.navigation .navigation-wrapper .menu .dropdown .drop-button {
  border: none;
  outline: none;
  color: inherit;
  background-color: inherit;
  font-size: inherit;
  font-family: inherit;
  margin: 0;
  padding: 16px 8px 14px 8px;
}
.navigation .navigation-wrapper .menu .dropdown .drop-button .arrow-down {
  border: solid #D8D8D8;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 6px;
  margin-bottom: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.navigation .navigation-wrapper .menu .dropdown .drop-button .arrow-up {
  border: solid #D8D8D8;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 6px;
  margin-bottom: 0px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.navigation .navigation-wrapper .menu .dropdown .drop-content {
  display: none;
  position: absolute;
  background-color: #363636;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.navigation .navigation-wrapper .menu .dropdown .drop-content .drop-title {
  padding: 0px;
  text-align: center;
  font-weight: 600;
  padding: 12px 0px;
}
.navigation .navigation-wrapper .menu .dropdown .drop-content .element {
  float: none;
  text-decoration: none;
  padding: 12px 16px;
  color: #D8D8D8;
  display: block;
  text-align: left;
}
.navigation .navigation-wrapper .menu .dropdown .drop-content .element:visited {
  text-decoration: none;
}
.navigation .navigation-wrapper .menu .dropdown .drop-content .element:hover {
  color: #FFFFFF;
  background-color: #282828;
}
.navigation .navigation-wrapper .menu .dropdown .drop-content .element:active {
  color: green;
}
.navigation .navigation-wrapper .element-logo .logo {
  height: 36px;
  padding-top: 6px;
  margin-right: 16px;
}
.navigation .navigation-wrapper .sweco-logo .logo {
  height: 24px;
  margin: auto 16px auto 0;
  padding-bottom: 6px;
}
.navigation .navigation-wrapper .hamburger {
  display: none;
  z-index: inherit;
}
@media (max-width: 767px) {
  .navigation .navigation-wrapper .hamburger {
    display: flex;
    padding-top: 6px;
    margin-left: 16px;
    z-index: inherit;
  }
}

body {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  background-color: #F2F2F2;
}
body h2,
body h3,
body h4 {
  font-weight: 600;
}

