.shadow1,
.raised1 {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.24), 0 1px 3px rgba(0,0,0,0.12);
  box-shadow: 0 1px 2px rgba(0,0,0,0.24), 0 1px 3px rgba(0,0,0,0.12);
}
.shadow2,
.raised2 {
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.23), 0 3px 6px rgba(0,0,0,0.16);
  box-shadow: 0 3px 6px rgba(0,0,0,0.23), 0 3px 6px rgba(0,0,0,0.16);
}
.shadow3,
.raised3 {
  -webkit-box-shadow: 0 6px 6px rgba(0,0,0,0.23), 0 10px 20px rgba(0,0,0,0.19);
  box-shadow: 0 6px 6px rgba(0,0,0,0.23), 0 10px 20px rgba(0,0,0,0.19);
}
.shadow4,
.raised4 {
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.22), 0 14px 28px rgba(0,0,0,0.25);
  box-shadow: 0 10px 10px rgba(0,0,0,0.22), 0 14px 28px rgba(0,0,0,0.25);
}
.shadow5,
.raised5 {
  -webkit-box-shadow: 0 15px 12px rgba(0,0,0,0.22), 0 19px 38px rgba(0,0,0,0.3);
  box-shadow: 0 15px 12px rgba(0,0,0,0.22), 0 19px 38px rgba(0,0,0,0.3);
}
body {
  background-color: #0e3976;
  overflow-x: hidden;
}
@media print {
  body {
    background-color: transparent;
  }
}
body.page_frontpage_test {
  background-color: #0e3976;
}
#main--component {
  background-color: #fff;
  min-height: 40rem;
}
@media print {
  #main--component {
    background-color: transparent;
  }
}
* {
  -webkit-font-smoothing: antialiased;
}
.rsbtn {
  z-index: 40;
}
.adgroup--component column {
  position: relative;
}
.adgroup--component .adgroup--lysing-overlay {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.adgroup--component .adgroup--lysing {
  width: 100% !important;
  overflow: hidden;
  position: relative;
}
.adgroup--component .adgroup--lysing > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.adgroup--component .adgroup--lysing .flash_object {
  width: 100% !important;
  height: auto !important;
}
.adgroup--component .adgroup--lysing object {
  width: 100% !important;
  height: auto !important;
}
.adgroup--component .adgroup--lysing iframe {
  width: 100% !important;
  height: 100% !important;
}
.adgroup--component .adgroup--text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.4;
  text-align: center;
}
.adgroup--component .adgroup--label {
  font-size: 0.75rem;
  color: rgba(0,0,0,0.87);
  margin-top: 0.25rem;
  margin-bottom: 0;
  margin-left: 0.0625rem;
}
.adgroup--component .adgroup--link {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  margin-bottom: 0;
  margin-right: 0.0625rem;
}
.adgroup--component .adgroup--link a {
  color: rgba(0,0,0,0.54);
}
.adgroup--component .adgroup--empty {
  padding: 1.5rem 0;
}
.adgroup--component--var-height .adgroup--lysing > * {
  padding-bottom: 0;
  position: static;
}
.section--box--lysings-style1 .adgroup--component .adgroup--lysing {
  padding-bottom: 15.3132% !important;
}
.section--box--lysings-style2 .adgroup--component .adgroup--lysing {
  padding-bottom: 179.5275% !important;
}
.section--box--lysings-style3 .adgroup--component .adgroup--lysing {
  padding-bottom: 85.2398% !important;
}
.section--box--lysings-style4 .adgroup--component .adgroup--lysing {
  padding-bottom: 56.7% !important;
}
.section--box--lysings-style-var .adgroup--component .adgroup--lysing > * {
  padding-bottom: 0;
  position: static;
}
.scroller-alert--component {
  background-color: #fff200;
  color: #fff;
}
.scroller-alert--component .scroller-alert--text-holder {
  position: relative;
  padding: 1rem 0 9px;
  overflow: hidden;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 38.75px;
}
.scroller-alert--component .scroller-alert--text-holder strong {
  font-weight: 700;
}
.scroller-alert--component .scroller-alert--text-holder:before,
.scroller-alert--component .scroller-alert--text-holder:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 1;
}
.scroller-alert--component .scroller-alert--text-holder:before {
  left: 0;
  background-color: rgba(255,242,0,0);
  background-image: -webkit-linear-gradient(to right, #fff200 0%, rgba(255,242,0,0) 100%);
  background-image: -moz-linear-gradient(to right, #fff200 0%, rgba(255,242,0,0) 100%);
  background-image: -ms-linear-gradient(to right, #fff200 0%, rgba(255,242,0,0) 100%);
  background-image: linear-gradient(to right, #fff200 0%, rgba(255,242,0,0) 100%);
  background-color: transparent !important;
}
.scroller-alert--component .scroller-alert--text-holder:after {
  right: 0;
  background-color: #fff200;
  background-image: -webkit-linear-gradient(to right, rgba(255,242,0,0) 0%, #fff200 100%);
  background-image: -moz-linear-gradient(to right, rgba(255,242,0,0) 0%, #fff200 100%);
  background-image: -ms-linear-gradient(to right, rgba(255,242,0,0) 0%, #fff200 100%);
  background-image: linear-gradient(to right, rgba(255,242,0,0) 0%, #fff200 100%);
  background-color: transparent !important;
}
.calendar--component .calendar--item .calendar--link {
  color: rgba(0,0,0,0.87);
  text-decoration: none;
}
.calendar--component .calendar--item .calendar--date {
  margin: 0;
}
.calendar--component .calendar--item .calendar--title {
  margin: 0;
}
.calendar--component .calendar--empty {
  padding: 1rem;
}
.calendar--component--upcoming {
  background-color: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
}
.calendar--component--upcoming .calendar--main-title {
  padding: 1rem;
}
.calendar--component--upcoming .calendar--item--active {
  background-color: #fed;
}
.calendaritem-signup--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.calendaritem--component {
  background-color: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
}
.calendaritem--component .calendaritem--self {
  position: relative;
  padding: 1rem;
}
.calendaritem--component .calendaritem--self:before,
.calendaritem--component .calendaritem--self:after {
  content: "";
  display: table;
}
.calendaritem--component .calendaritem--self:after {
  clear: both;
}
.calendaritem--component .calendaritem--self .calendaritem--image {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 56%;
  float: right;
  margin-left: 0.75rem;
  margin-bottom: 0.5rem;
}
.calendaritem--component .calendaritem--self .calendaritem--title {
  word-break: break-word;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.calendaritem--component .calendaritem--self .calendaritem--date {
  margin-top: 1.5rem;
}
.calendaritem--component .calendaritem--self .calendaritem--subtitle {
  font-weight: 400;
  font-size: 1.25rem;
}
.calendaritem--component .calendaritem--self .calendaritem--deadline {
  padding-top: 1rem;
}
.calendaritem--component .calendaritem--self .calendaritem--share {
  float: right;
}
.calendaritem--component .calendaritem--self .calendaritem--empty {
  padding: 1.5rem 0;
}
.site--main .checkator_source {
  cursor: pointer;
}
.site--main .checkator_element {
  background: none;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  font-size: 1.265625rem;
  line-height: 1.265625rem;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  border: 0 !important;
}
.site--main .checkator_element:before,
.site--main .checkator_element:after {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  cursor: pointer;
}
.site--main .checkator_element.checkbox:after {
  content: '\f0c8';
  font-weight: 400;
  color: #000;
}
.site--main .checkator_source:checked+.checkator_element.checkbox:after {
  content: '\f14a';
  font-weight: 400;
  color: #000;
}
.site--main .checkator_element.radio:after {
  content: '\f111';
  font-weight: 400;
  color: #000;
}
.site--main .checkator_source:checked+.checkator_element.radio:after {
  content: '\f192';
  font-weight: 400;
  color: #000;
}
.checkout-cart--component .checkout-cart--items {
  padding-top: 1rem;
}
.checkout-cart--component .checkout-cart--items .checkout-cart--image {
  text-decoration: none;
}
.checkout-cart--component .checkout-cart--items .checkout-cart--link {
  text-decoration: none;
  color: rgba(0,0,0,0.87);
}
.checkout-cart--component .checkout-cart--items .checkout-cart--discount {
  color: #ef4b43;
}
.checkout-progress--component .checkout-progress--tab .checkout-progress--link {
  background-color: #ddd;
  color: rgba(0,0,0,0.54);
  border-left: 1px solid #fff;
  padding: 1rem;
  display: block;
  text-decoration: none;
  font-weight: 700;
  transition: 200ms;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 1.3;
}
.checkout-progress--component .checkout-progress--tab .checkout-progress--link:hover {
  background-color: #eee;
}
.checkout-progress--component .checkout-progress--tab .checkout-progress--link .checkout-progress--number {
  background-color: #fff;
  color: rgba(0,0,0,0.54);
  padding: 0;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  font-weight: 700;
  margin-right: 0.25rem;
  line-height: 2.5rem;
  display: inline-block;
  text-align: center;
}
.checkout-progress--component .checkout-progress--tab--active .checkout-progress--link {
  background-color: #fff;
  color: rgba(0,0,0,0.87);
}
.checkout-progress--component .checkout-progress--tab--active .checkout-progress--link .checkout-progress--number {
  background-color: #ef4b43;
  color: #fff;
}
.checkout--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.checkout--component .checkout--main-title {
  padding-bottom: 1rem;
}
.contentgroup--component .contentgroup--self {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.contentgroup--component .contentgroup--self > column > div > grid > column {
  margin-bottom: 3rem;
}
.contentgroup--component .contentgroup--item--image column {
  position: relative;
}
.contentgroup--component .contentgroup--item--image .contentgroup--social-share {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: auto;
}
.contentgroup--component .contentgroup--item--image .contentgroup--social-share .contentgroup--icon-facebook,
.contentgroup--component .contentgroup--item--image .contentgroup--social-share .contentgroup--icon-twitter {
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  text-align: center;
  line-height: 3.5rem;
  margin-left: 0.125rem;
  cursor: pointer;
  transition: background-color 300ms;
  font-size: 1.25rem;
}
.contentgroup--component .contentgroup--item--image .contentgroup--social-share .contentgroup--icon-facebook {
  background-color: #3b5998;
}
.contentgroup--component .contentgroup--item--image .contentgroup--social-share .contentgroup--icon-twitter {
  background-color: #00b6f1;
}
.contentgroup--component .contentgroup--outlinebutton {
  padding: 1rem 4rem;
  font-size: 1.125rem;
}
.contentgroup--component .contentgroup--item--html column {
  position: relative;
}
.contentgroup--component .contentgroup--item--html iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.administrator_loggedin .contentgroup--component .contentgroup--item--html iframe {
  pointer-events: none;
}
.contentitems--component {
  background-color: #fff;
  padding: 2rem 1rem;
}
@media only screen and (max-width: 1023px) {
  .contentitems--component {
    padding: 1.5rem 1rem;
  }
}
.contentitems--component .contentitems--main-title {
  padding-bottom: 1rem;
}
.contentitems--component .contentitems--items .contentitems--item {
  position: relative;
}
.contentitems--component .contentitems--items .contentitems--item--disabled {
  opacity: 0.5;
  background-color: rgba(128,128,128,0.5);
}
.contentitems--component .contentitems--items .contentitems--item--add {
  cursor: pointer;
}
.corona-bg--component.corona-bg--component--blue {
  background-image: url("/site/templates/default/assets/images/slide.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position-x: 57%;
}
@media only screen and (max-width: 1023px) {
  .corona-bg--component.corona-bg--component--blue {
    background-image: url("/site/templates/default/assets/images/ss.jpg");
    background-position-y: 52%;
  }
}
.corona-bg--component.corona-bg--component--blue .corona--self {
  height: 625px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .corona-bg--component.corona-bg--component--blue .corona--self {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 135px;
  }
}
.corona-bg--component.corona-bg--component--blue .corona--self .corona--title {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .corona-bg--component.corona-bg--component--blue .corona--self .corona--title {
    font-size: 42px;
  }
}
.corona-bg--component.corona-bg--component--blue .corona--self .corona--content {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 29.54px;
}
@media only screen and (max-width: 1023px) {
  .corona-bg--component.corona-bg--component--blue .corona--self .corona--content {
    font-size: 21px;
    line-height: 24px;
  }
}
.custom-form--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.error_backtrace ol {
  list-style: decimal;
  padding-left: 2rem;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
body.debug .site--header li,
body.debug .site--main li,
body.debug .site--footer li {
  background-color: rgba(255,222,204,0.15);
  outline: 1px solid rgba(212,173,144,0.5);
}
body.debug .site--header column,
body.debug .site--main column,
body.debug .site--footer column {
  background-color: rgba(204,220,255,0.15);
  outline: 1px solid rgba(145,161,214,0.5);
}
body.show-grid .site--debug-grid {
  position: fixed;
  top: 0;
  bottom: -1000%;
  left: 0;
  right: 0;
  z-index: 10000;
  pointer-events: none;
}
body.show-grid .site--debug-grid wrapper {
  background: rgba(99,99,99,0.075);
}
body.show-grid .site--debug-grid column {
  outline: 1px solid rgba(99,99,99,0.15);
  background: rgba(244,174,1,0.125);
  padding: 0 1rem;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}
.employee--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.employees--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#footer--component {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#footer--component .footer--qodio-logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#footer--component .footer--qodio-logo .svg {
  width: 85px;
  height: 22px;
}
#footer--component .ease-login {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #0c0c0c;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
#footer--component .ease-login:before {
  font-size: 0.875rem;
  padding-right: 0.125rem;
}
#footer--component .ease-login .ease-login--icon {
  margin-right: 0.375rem;
}
.forgotten-password--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#header--component {
  position: relative;
}
#header--component .header--section-upper--old {
  display: none;
}
#header--component .header--toggle-column {
  max-width: 64px;
  -webkit-flex-basis: 64px;
  flex-basis: 64px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
#header--component .header--toggle-column:hover {
  background-color: rgba(0,0,0,0.25);
}
#header--component .header--toggle-column .header--offcanvas-toggle {
  display: inline-block;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  width: 32px;
  height: 32px;
  transition: 150ms;
  position: absolute;
  right: 1rem;
  top: 20px;
}
#header--component .header--toggle-column .header--offcanvas-toggle * {
  fill: #fff;
}
@media only screen and (max-width: 639px) {
  #header--component .header--toggle-column .header--offcanvas-toggle {
    width: 24px;
    height: 24px;
  }
}
#header--component .header--section-upper--blue {
  display: block;
  padding: 40px 0;
  background-color: #0e3976;
}
@media only screen and (max-width: 1023px) {
  #header--component .header--section-upper--blue {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  #header--component .header--section-upper--blue .header--column--logo {
    max-width: 200px;
  }
}
#header--component .header--section-upper--blue .header--column--logo .header--logo {
  display: block;
  width: 51px;
  height: 59px;
}
@media only screen and (max-width: 1023px) {
  #header--component .header--section-upper--blue .header--column--logo .header--logo {
    background-position: center;
    background-image: url("/site/templates/default/assets/images/logo_foroyalandstyri.png");
    width: 145px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#header--component .header--section-upper--blue .header--column--logo .header--logo .svg {
  width: 51px;
  height: 59px;
}
@media only screen and (max-width: 1023px) {
  #header--component .header--section-upper--blue .header--column--logo .header--logo .svg {
    display: none;
  }
}
#header--component .header--section-lower--blue {
  position: absolute;
  bottom: -160px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #header--component .header--section-lower--blue {
    bottom: -110px;
  }
}
#header--component .header--section-lower--blue .header--contact-column .header--contact-holder {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
#header--component .header--section-lower--blue .header--contact-column .header--contact-holder .header--contact-static {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 33.41px;
}
@media only screen and (max-width: 1023px) {
  #header--component .header--section-lower--blue .header--contact-column .header--contact-holder .header--contact-static {
    font-size: 17px;
    line-height: 20px;
  }
}
#header--component .header--section-lower--blue .header--contact-column .header--contact-holder .header--link-holder {
  display: -webkit-flex;
  display: flex;
  padding-top: 0.5rem;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#header--component .header--section-lower--blue .header--contact-column .header--contact-holder .header--link-holder .header--contact-phone {
  text-decoration: none;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 33.41px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 1023px) {
  #header--component .header--section-lower--blue .header--contact-column .header--contact-holder .header--link-holder .header--contact-phone {
    font-size: 15px;
    line-height: 18px;
  }
}
#header--component .header--section-lower--blue .header--contact-column .header--contact-holder .header--link-holder .header--contact-phone i {
  margin-left: 1.5rem;
  margin-right: 0.5rem;
  font-size: 18px;
}
@media only screen and (max-width: 1023px) {
  #header--component .header--section-lower--blue .header--contact-column .header--contact-holder .header--link-holder .header--contact-phone i {
    font-size: 16px;
  }
}
#header--component .header--section-lower--blue .header--contact-column .header--contact-holder .header--link-holder .header--link-static {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-align: right;
  padding-bottom: 0.25rem;
}
@media only screen and (max-width: 1023px) {
  #header--component .header--section-lower--blue .header--contact-column .header--contact-holder .header--link-holder .header--link-static {
    line-height: 16px;
    font-size: 14px;
  }
}
#header--component .language--mobile {
  position: absolute;
  right: 5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  top: 20px;
}
#header--component .language--mobile img {
  width: 24px;
  height: 24px;
}
#header--component .header--mobile-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 64px;
}
#header--component .header--mobile-x {
  display: none;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  font-size: 10px;
}
#header--component .header--mobile-x--active {
  display: -webkit-flex;
  display: flex;
}
#page_frontpage #header--component .header--section-upper--blue {
  background-color: #fff;
  display: block;
}
#page_frontpage #header--component .header--section-upper--blue .header--column--logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#page_frontpage #header--component .header--section-upper--blue .header--logo {
  display: block;
  width: 51px;
  height: 59px;
}
@media only screen and (max-width: 1023px) {
  #page_frontpage #header--component .header--section-upper--blue .header--logo {
    background-position: center;
    background-image: url("/site/templates/default/assets/images/foroyalandstyri.png");
    width: 145px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#page_frontpage #header--component .header--section-upper--blue .header--logo .svg {
  width: 51px;
  height: 59px;
}
@media only screen and (max-width: 1023px) {
  #page_frontpage #header--component .header--section-upper--blue .header--logo .svg {
    display: none;
  }
}
#page_frontpage #header--component .header--section-upper--blue .header--contact-column {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#page_frontpage #header--component .header--section-upper--blue .header--contact-column .header--contact-holder {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
#page_frontpage #header--component .header--section-upper--blue .header--contact-column .header--contact-holder .header--contact-static {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 33.41px;
}
#page_frontpage #header--component .header--section-upper--blue .header--contact-column .header--contact-holder .header--link-holder {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 0.5rem;
}
#page_frontpage #header--component .header--section-upper--blue .header--contact-column .header--contact-holder .header--link-holder .header--contact-mail,
#page_frontpage #header--component .header--section-upper--blue .header--contact-column .header--contact-holder .header--link-holder .header--contact-phone {
  text-decoration: none;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 33.41px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#page_frontpage #header--component .header--section-upper--blue .header--contact-column .header--contact-holder .header--link-holder .header--contact-mail i,
#page_frontpage #header--component .header--section-upper--blue .header--contact-column .header--contact-holder .header--link-holder .header--contact-phone i {
  margin-left: 1.5rem;
  margin-right: 0.5rem;
  font-size: 18px;
}
#page_frontpage #header--component .header--toggle-column {
  max-width: 64px;
  -webkit-flex-basis: 64px;
  flex-basis: 64px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
#page_frontpage #header--component .header--toggle-column:hover {
  background-color: rgba(0,0,0,0.25);
}
#page_frontpage #header--component .header--toggle-column .header--offcanvas-toggle {
  display: inline-block;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  width: 32px;
  height: 32px;
  transition: 150ms;
  position: absolute;
  right: 1rem;
}
#page_frontpage #header--component .header--toggle-column .header--offcanvas-toggle * {
  fill: #0e3976;
}
@media only screen and (max-width: 639px) {
  #page_frontpage #header--component .header--toggle-column .header--offcanvas-toggle {
    width: 24px;
    height: 24px;
  }
}
.invoice--component .invoice--orderlines {
  width: 100%;
}
.invoice--component .invoice--orderlines th {
  padding: 1rem;
}
.invoice--component .invoice--orderlines td {
  padding: 0 1rem 1rem 1rem;
}
@media print {
  .invoice--component .invoice--orderlines td {
    padding: 0 1rem 0 1rem;
  }
}
.invoice--component .invoice--orderlines .wide {
  width: 100%;
}
.invoice--component .invoice--orderlines .narrow {
  width: 1%;
}
.invoice--component .invoice--orderlines .nowrap {
  white-space: nowrap;
}
@media only screen and (max-width: 639px) {
  .invoice--component .invoice--orderlines .orderlines--unit-price,
  .invoice--component .invoice--orderlines .orderlines--vat {
    display: none;
  }
}
.languages--language {
  text-transform: uppercase;
  font-weight: 700;
}
.languages--language--active {
  color: #ef4b43;
}
.layout--component {
  display: -webkit-flex;
  display: flex;
/* FILLS */
/* LEFT PANE */
/* CENTER PANE */
/* RIGHT PANE */
/* SPACER */
}
.layout--component .layout--left-fill {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-color: transparent;
}
.layout--component .layout--right-fill {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-color: transparent;
}
.layout--component .layout--spacer--1r {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.layout--component .layout--spacer--2r {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.layout--component .layout--spacer--3r {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.layout--component .layout--spacer--4r {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.layout--component .layout--spacer--5r {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.layout--component .layout--spacer--6r {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.menu--component {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
}
.menu--component .menu--self {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu--component .menu--self .menu--menuitem {
  white-space: nowrap;
  margin: 0;
  padding: 8px 12px;
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  font-family: 'futura-pt', sans-serif;
  text-decoration: none;
  transition: 150ms;
}
.menu--component .menu--self .menu--menuitem:last-child {
  padding-right: 0;
}
.menu--component .menu--self .menu--menuitem:hover {
  color: #cb9947;
}
.menu--component .menu--self .menu--menuitem--active-ancestor .menu--menuitem-inner,
.menu--component .menu--self .menu--menuitem--active-parent .menu--menuitem-inner,
.menu--component .menu--self .menu--menuitem--active .menu--menuitem-inner {
  color: #cb9947;
}
.menu--component .menu--self .menu--menuitem--disabled {
  opacity: 0.5;
  background-color: rgba(128,128,128,0.5);
}
.menu--component .menu--self .menu--menuitem--add {
  cursor: pointer;
}
.menu--component .menu--self .menu--menuitem-language {
  border-left: solid 1px #fff;
  padding-left: 1rem;
  margin-left: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
.menu--component .menu--self .menu--menuitem-language .menu--menuitem-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.menu--component .menu--self .menu--menuitem-language .menu--menuitem-inner img {
  width: 24px;
  height: 24px;
}
#page_frontpage_test .menu--component,
#page_frontpage .menu--component {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
}
#page_frontpage_test .menu--component .menu--self,
#page_frontpage .menu--component .menu--self {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
#page_frontpage_test .menu--component .menu--self .menu--menuitem,
#page_frontpage .menu--component .menu--self .menu--menuitem {
  white-space: nowrap;
  margin: 0;
  padding: 8px 12px;
  display: block;
  font-size: 17px;
  color: #0e3976;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  transition: 150ms;
}
#page_frontpage_test .menu--component .menu--self .menu--menuitem:last-child,
#page_frontpage .menu--component .menu--self .menu--menuitem:last-child {
  padding-right: 0;
}
#page_frontpage_test .menu--component .menu--self .menu--menuitem:hover,
#page_frontpage .menu--component .menu--self .menu--menuitem:hover {
  color: #cb9947;
}
#page_frontpage_test .menu--component .menu--self .menu--menuitem--active-ancestor .menu--menuitem-inner,
#page_frontpage .menu--component .menu--self .menu--menuitem--active-ancestor .menu--menuitem-inner,
#page_frontpage_test .menu--component .menu--self .menu--menuitem--active-parent .menu--menuitem-inner,
#page_frontpage .menu--component .menu--self .menu--menuitem--active-parent .menu--menuitem-inner,
#page_frontpage_test .menu--component .menu--self .menu--menuitem--active .menu--menuitem-inner,
#page_frontpage .menu--component .menu--self .menu--menuitem--active .menu--menuitem-inner {
  color: #ef4b43;
}
#page_frontpage_test .menu--component .menu--self .menu--menuitem--disabled,
#page_frontpage .menu--component .menu--self .menu--menuitem--disabled {
  opacity: 0.5;
  background-color: rgba(128,128,128,0.5);
}
#page_frontpage_test .menu--component .menu--self .menu--menuitem--add,
#page_frontpage .menu--component .menu--self .menu--menuitem--add {
  cursor: pointer;
}
#page_frontpage_test .menu--component .menu--self .menu--menuitem-language,
#page_frontpage .menu--component .menu--self .menu--menuitem-language {
  border-left: solid 1px #0e3976;
  padding-left: 1rem;
  margin-left: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
#page_frontpage_test .menu--component .menu--self .menu--menuitem-language .menu--menuitem-inner,
#page_frontpage .menu--component .menu--self .menu--menuitem-language .menu--menuitem-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#page_frontpage_test .menu--component .menu--self .menu--menuitem-language .menu--menuitem-inner img,
#page_frontpage .menu--component .menu--self .menu--menuitem-language .menu--menuitem-inner img {
  width: 24px;
  height: 24px;
}
.message--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mobile-navigation--component {
  width: 100%;
  background-color: #0e3976;
  padding-bottom: 0;
  display: none;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  position: relative;
}
.mobile-navigation--component .mobile-navigation--self {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.mobile-navigation--component .mobile-navigation--self .mobile-navigation--item {
  padding: 2rem 0 1rem 2rem;
  border-top: solid 1px #fff;
  margin-top: 1.5rem;
}
.mobile-navigation--component .mobile-navigation--self .mobile-navigation--item .mobile-navigation--item-text {
  color: #fff;
  font-family: 'futura-pt', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.mobile-navigation--component .offcanvas--menu {
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.mobile-navigation--component .offcanvas--menu .offcanvas--menuitem {
  color: #fff;
  font-family: 'futura-pt', sans-serif;
  font-weight: 700;
}
.mobile-navigation--component .offcanvas--menu .offcanvas--menuitem--depth1 {
  padding: 2rem 0 1rem 2rem;
  border-top: solid 1px #fff;
  margin-top: 1.5rem;
}
.mobile-navigation--component .offcanvas--menu .offcanvas--menuitem--depth1:first-child {
  border-top: 0;
  margin-top: 0;
}
.mobile-navigation--component .offcanvas--menu .offcanvas--menuitem--depth1 .hideIcon1 {
  font-size: 20px;
}
.mobile-navigation--component .offcanvas--menu .offcanvas--menuitem--depth2 {
  font-size: 17px;
  padding: 0 0 0 1rem;
}
.mobile-navigation--component .offcanvas--menu .offcanvas--menuitem--depth3 {
  padding: 0 0 0 2rem;
  font-size: 14px;
}
.mobile-navigation--component .offcanvas--menu .offcanvas--menuitem--depth4 {
  padding: 0 0 0 3rem;
  font-size: 13px;
}
.mobile-navigation--component .offcanvas--main-ul {
  list-style: none;
  margin: 0;
}
.mobile-navigation--component .offcanvas--main-ul .hasChildren {
  position: relative;
}
.mobile-navigation--component .offcanvas--main-ul .hasChildren a {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  height: 2rem;
  -webkit-align-items: center;
  align-items: center;
}
.mobile-navigation--component .offcanvas--main-ul li {
  list-style: none;
  white-space: nowrap;
  min-width: 200px;
  margin: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-decoration: none;
  outline: none;
  color: #fff;
  font-family: 'futura-pt', sans-serif;
  font-weight: 700;
  text-transform: none;
  border-bottom: solid 1px #fff;
  padding: 1.5rem 0 1.5rem 1.5rem;
}
.mobile-navigation--component .offcanvas--main-ul li a {
  color: #fff;
  font-size: 20px;
}
.mobile-navigation--component .offcanvas--main-ul li i {
  color: #f90;
}
.mobile-navigation--component .offcanvas--main-ul li .fa-chevron-right {
  height: 28px;
  border-left: solid 1px #fff;
  top: 26px;
}
.mobile-navigation--component .offcanvas--main-ul li .fa-chevron-down {
  height: 28px;
  border-left: solid 1px #fff;
  top: 26px;
}
.mobile-navigation--component .offcanvas--main-ul li:last-child {
  border-bottom: 0;
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border-top: 0 !important;
  border-bottom: 0 !important;
  line-height: 38px;
  text-transform: none;
  padding: 0;
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-2:first-child {
  border-top: 0;
}
@media screen and (max-width: 31rem), screen and (max-height: 36rem) {
  .mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-2 {
    font-size: 1rem;
  }
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-2 .fa-chevron-right {
  top: 0;
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-2 .fa-chevron-down {
  top: 0;
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-3 {
  color: #fff;
  font-size: 16px;
  border-top: 0 !important;
  border-bottom: 0 !important;
  text-transform: none;
  line-height: 30px;
  padding: 0;
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-3:first-child {
  border-top: 0;
}
@media screen and (max-width: 31rem), screen and (max-height: 36rem) {
  .mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-3 {
    font-size: 0.875rem;
  }
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-4 {
  color: #fff;
  font-size: 14px;
  border-top: 0 !important;
  border-bottom: 0 !important;
  text-transform: none;
  line-height: 26px;
  padding: 0.5rem 0;
  margin: 0;
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-4:first-child {
  border-top: 0;
}
@media screen and (max-width: 31rem), screen and (max-height: 36rem) {
  .mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-4 {
    font-size: 0.75rem;
  }
}
.mobile-navigation--component .offcanvas--main-ul .backgroundActive {
  background-color: rgba(0,0,0,0.15);
}
.mobile-navigation--component .offcanvas--menu .fa-chevron-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  width: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.mobile-navigation--component .offcanvas--menu .fa-chevron-down {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  width: 50px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.mobile-navigation--component .offcanvas--menu ul {
  margin: 0;
  padding-left: 0;
}
.mobile-navigation--component .offcanvas--menu ul a {
  padding-left: 0;
}
.mobile-navigation--component .offcanvas--menu ul ul li {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mobile-navigation--component .offcanvas--menu ul li {
  display: block;
}
.mobile-navigation--component .offcanvas--menu ul {
  display: block;
}
.mobile-navigation--component .offcanvas--menu ul ul {
  display: none;
}
.mobile-navigation--component .offcanvas--menu .offcanvas--main-ul {
  padding: 0 !important;
}
.newsarticle--component {
  background-color: #fff;
  padding: 0 0 2rem;
}
.newsarticle--component .newsarticle--self {
  position: relative;
  padding: 1rem;
  max-width: 850px;
  width: 100%;
}
.newsarticle--component .newsarticle--self .newsarticle--image {
  width: 100%;
  padding-top: 50%;
  min-height: 220px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.newsarticle--component .newsarticle--self .newsarticle--image-text-divider {
  color: rgba(0,0,0,0.54);
}
.newsarticle--component .newsarticle--self .newsarticle--image-owner {
  color: rgba(0,0,0,0.54);
}
.newsarticle--component .newsarticle--self .newsarticle--title {
  word-break: break-word;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #000;
}
.newsarticle--component .newsarticle--self .newsarticle--newsgroup-and-date {
  margin-top: 1.5rem;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}
.newsarticle--component .newsarticle--self .newsarticle--subtitle {
  font-weight: 400;
  font-size: 1.25rem;
}
.newsarticle--component .newsarticle--self .newsarticle--details .newsarticle--share {
  float: left;
}
.newsarticle--component .newsarticle--self .newsarticle--details .newsarticle--author-image-holder {
  width: 4rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  overflow: hidden;
  border-radius: 2rem;
}
.newsarticle--component .newsarticle--self .newsarticle--details .newsarticle--author {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}
.newsarticle--component .newsarticle--self .newsarticle--related-newsarticles {
  margin-top: -0.5rem;
  padding-left: 0.5rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.newsarticle--component .newsarticle--self .newsarticle--related-newsarticles .newsarticle--related-newsarticle {
  color: rgba(0,0,0,0.87);
}
.newsarticle--component .newsarticle--self .newsarticle--empty {
  padding: 1.5rem 0;
}
.newsarticle--component video {
  width: 100%;
  height: auto;
}
.newsgroup--component {
  padding: 1.5rem 1rem 3rem 1rem;
}
.newsgroup--component .newsgroup--component--blue {
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .newsgroup--component .newsgroup--component--blue {
    padding: 1.5rem 1rem;
  }
}
.newsgroup--component .newsgroup--component--blue .newsgroup--link .newsgroup--readmore {
  color: #0e3976;
}
.newsgroup--component .newsgroup--component--blue .newsgroup--link:hover .newsgroup--readmore {
  color: #cb9947;
}
.newsgroup--component .newsgroup--main-title {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .newsgroup--component .newsgroup--main-title {
    font-size: 26px;
    padding-bottom: 0;
  }
}
.newsgroup--component .newsgroup--item {
  border-left: solid 1px #b6b6b6;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
.newsgroup--component .newsgroup--item:first-child,
.newsgroup--component .newsgroup--item:nth-child(3n + 1) {
  border-left: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .newsgroup--component .newsgroup--item {
    border-left: 0;
    border-bottom: solid 1px #b6b6b6;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  .newsgroup--component .newsgroup--item:last-child {
    border-bottom: 0;
  }
}
.newsgroup--component .newsgroup--link {
  display: block;
  text-decoration: none;
}
.newsgroup--component .newsgroup--link .newsgroup--date {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 12px;
}
.newsgroup--component .newsgroup--link .newsgroup--title {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 1023px) {
  .newsgroup--component .newsgroup--link .newsgroup--title {
    font-size: 24px;
  }
}
.newsgroup--component .newsgroup--link .newsgroup--description {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}
.newsgroup--component .newsgroup--link .newsgroup--readmore {
  padding-top: 20px;
  color: #0e3976;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: 150ms;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.newsgroup--component .newsgroup--link .newsgroup--readmore i {
  margin-left: 8px;
  font-size: 10px;
}
.newsgroup--component .newsgroup--link:hover .newsgroup--readmore {
  transition: 200ms;
  color: #1451a9;
}
.newsgroup--component .newsgroup--goto {
  background-color: #0e3976;
  height: 40px;
  width: 225px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  border: solid 2px #0e3976;
  transition: 200ms;
  text-decoration: none;
}
.newsgroup--component .newsgroup--self--grid-layout {
  page-break-inside: avoid;
}
.newsgroup--component .newsgroup--self--grid-layout .newsgroup--newsarticle .newsgroup--audio-icon {
  right: 0.5rem;
  top: 0.5rem;
}
.newsgroup--component .newsgroup--self--grid-layout .newsgroup--newsarticle .newsgroup--column--text {
  padding-top: 1.5rem;
}
@media only screen and (max-width: 639px) {
  .newsgroup--component .newsgroup--self--grid-layout .newsgroup--newsarticle .newsgroup--column--text {
    padding-top: 2rem;
  }
}
.newsgroup--component .newsgroup--self--list-layout {
  page-break-inside: avoid;
}
.newsgroup--component .newsgroup--self--list-layout .newsgroup--newsarticle {
  margin-bottom: 1rem;
}
.newsgroup--component .newsgroup--self--list-layout .newsgroup--newsarticle .newsgroup--image {
  float: left;
  margin-right: 2rem;
  width: 47%;
  position: relative;
  margin-bottom: 1rem;
}
.newsgroup--component .newsgroup--self--list-layout .newsgroup--newsarticle .newsgroup--audio-icon {
  right: 0.5rem;
  top: 0.5rem;
}
.newsgroup--component--recent {
  background-color: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
}
.newsgroup--component--recent .newsgroup--main-title {
  padding: 1rem;
}
.newsgroup--component--recent .newsgroup--self .newsgroup--newsarticle .newsgroup--title {
  margin: 0;
}
.newsgroup--component--recent .newsgroup--self .newsgroup--newsarticle .newsgroup--date {
  font-weight: 400;
}
.newsgroup--component--recent .newsgroup--self .newsgroup--newsarticle--active {
  background-color: #fed;
}
.newsgroup--recent {
  padding: 3rem 1rem;
  background-color: #f4f4f4;
}
#page_news .newsgroup--component,
#page_tidindi .newsgroup--component {
  padding: 3rem 1rem;
}
#newsgroup_show_more2 {
  -webkit-appearance: none;
  background-color: #0e3976;
  border-color: transparent;
  border-radius: 1px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  outline: none;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: 150ms ease-out;
  width: 256px;
}
@media only screen and (max-width: 1023px) {
  #newsgroup_show_more2 {
    width: 100%;
  }
}
#newsgroup_show_more2:hover {
  background-color: #1451a9;
}
.newsletter-signup--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.newsletter-unsubscribe-success--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.next-weeks--componet.next-weeks--componet--old {
  background-color: #ef4b43;
  padding: 3rem 0;
}
@media only screen and (max-width: 1023px) {
  .next-weeks--componet.next-weeks--componet--old {
    padding: 1.5rem 0;
  }
}
.next-weeks--componet.next-weeks--componet--old .next-weeks--main-title {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .next-weeks--componet.next-weeks--componet--old .next-weeks--main-title {
    font-size: 26px;
    padding-bottom: 0;
  }
}
.next-weeks--componet.next-weeks--componet--old .next-weeks--item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.next-weeks--componet.next-weeks--componet--old .next-weeks--item .next-weeks--image {
  display: block;
}
.next-weeks--componet.next-weeks--componet--old .next-weeks--item .next-weeks--image img {
  min-width: 15px;
  min-height: 15px;
  max-width: 15px;
  display: block;
  margin-right: 50px;
  position: relative;
  top: 6px;
}
@media only screen and (max-width: 1023px) {
  .next-weeks--componet.next-weeks--componet--old .next-weeks--item .next-weeks--image img {
    margin-right: 25px;
  }
}
.next-weeks--componet.next-weeks--componet--old .next-weeks--item .next-weeks--content {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.next-weeks--componet.next-weeks--componet--blue {
  background-color: #0e3976;
  padding: 3rem 0;
}
@media only screen and (max-width: 1023px) {
  .next-weeks--componet.next-weeks--componet--blue {
    padding: 1.5rem 0;
  }
}
.next-weeks--componet.next-weeks--componet--blue .next-weeks--main-title {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .next-weeks--componet.next-weeks--componet--blue .next-weeks--main-title {
    font-size: 26px;
    padding-bottom: 0;
  }
}
.next-weeks--componet.next-weeks--componet--blue .next-weeks--item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.next-weeks--componet.next-weeks--componet--blue .next-weeks--item .next-weeks--image {
  display: block;
}
.next-weeks--componet.next-weeks--componet--blue .next-weeks--item .next-weeks--image img {
  min-width: 15px;
  min-height: 15px;
  max-width: 15px;
  display: block;
  margin-right: 50px;
  position: relative;
  top: 6px;
}
@media only screen and (max-width: 1023px) {
  .next-weeks--componet.next-weeks--componet--blue .next-weeks--item .next-weeks--image img {
    margin-right: 25px;
  }
}
.next-weeks--componet.next-weeks--componet--blue .next-weeks--item .next-weeks--content {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 300;
}
/* HANDHELD-HEADER AND OFFCANVAS MENU */
.pagemenu--component {
  background-color: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem 1rem 1rem 0;
/* all depths (all levels) */
/* depth 1 */
/* depth 2 (second level)  */
/* depth 3 (third level) */
/* depth 4 (fourth level) */
}
.pagemenu--component .pagemenu--main-title {
  padding: 1rem;
}
.pagemenu--component .pagemenu--menu,
.pagemenu--component .pagemenu--submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem {
  margin: 0;
  padding: 0;
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem > .pagemenu--menuitem-link,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem > .pagemenu--menuitem-link {
  padding: 1rem;
  display: block;
  transition: 200ms;
  font-weight: 400;
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem > .pagemenu--menuitem-link:hover,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem > .pagemenu--menuitem-link:hover {
  color: #0e3976;
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .pagemenu--icon,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .pagemenu--icon {
  width: 1.5rem;
  padding-left: 0.25rem;
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-chevron-down,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-chevron-down {
  display: none;
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--active-ancestor > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-chevron-down,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--active-ancestor > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-chevron-down,
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--active-parent > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-chevron-down,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--active-parent > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-chevron-down,
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--active > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-chevron-down,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--active > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-chevron-down {
  display: inline-block;
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--active-ancestor > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-chevron-right,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--active-ancestor > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-chevron-right,
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--active-parent > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-chevron-right,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--active-parent > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-chevron-right,
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--active > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-chevron-right,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--active > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-chevron-right {
  display: none;
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--disabled,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--disabled {
  opacity: 0.5;
  background-color: rgba(128,128,128,0.5);
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--add,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--add {
  cursor: pointer;
}
.pagemenu--component .pagemenu--menu--depth-1 {
  background-color: #e9e9e9;
  padding: 0 1rem;
}
.pagemenu--component .pagemenu--menu--depth-1 .pagemenu--menuitem {
  border-bottom: solid 1px #cb9947;
}
.pagemenu--component .pagemenu--menu--depth-1 .pagemenu--menuitem:last-child {
  border-bottom: 0;
}
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem > .pagemenu--menuitem-link {
  padding: 1rem 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--active-ancestor > .pagemenu--menuitem-link,
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--active-parent > .pagemenu--menuitem-link,
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--active > .pagemenu--menuitem-link {
  color: #0e3976;
  font-weight: 700;
}
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--active-ancestor > .pagemenu--submenu,
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--active-parent > .pagemenu--submenu,
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--active > .pagemenu--submenu {
  display: block;
}
.pagemenu--component .pagemenu--menu--depth-1 .pagemenu--menuitem:last-child .pagemenu--menuitem-link {
  border-bottom: 0;
}
.pagemenu--component .pagemenu--submenu--depth-2 {
  margin-bottom: 0.5rem;
  display: none;
}
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem > .pagemenu--menuitem-link {
  padding: 0.5rem;
  padding-left: 3.5rem;
  font-size: 1rem;
}
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem--active-ancestor > .pagemenu--submenu,
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem--active-parent > .pagemenu--submenu,
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem--active > .pagemenu--submenu {
  display: block;
}
.pagemenu--component .pagemenu--submenu--depth-3 {
  display: none;
}
.pagemenu--component .pagemenu--submenu--depth-3 > .pagemenu--menuitem > .pagemenu--menuitem-link {
  padding: 0.5rem;
  padding-left: 4.5rem;
  font-size: 0.875rem;
}
.pagemenu--component .pagemenu--submenu--depth-3 > .pagemenu--menuitem--active-ancestor > .pagemenu--submenu,
.pagemenu--component .pagemenu--submenu--depth-3 > .pagemenu--menuitem--active-parent > .pagemenu--submenu,
.pagemenu--component .pagemenu--submenu--depth-3 > .pagemenu--menuitem--active > .pagemenu--submenu {
  display: block;
}
.pagemenu--component .pagemenu--submenu--depth-4 {
  display: none;
}
.pagemenu--component .pagemenu--submenu--depth-4 > .pagemenu--menuitem > .pagemenu--menuitem-link {
  padding: 0.5rem;
  padding-left: 5.5rem;
  font-size: 0.75rem;
}
.pagemenu--component .pagemenu--submenu--depth-4 > .pagemenu--menuitem--active-ancestor > .pagemenu--submenu,
.pagemenu--component .pagemenu--submenu--depth-4 > .pagemenu--menuitem--active-parent > .pagemenu--submenu,
.pagemenu--component .pagemenu--submenu--depth-4 > .pagemenu--menuitem--active > .pagemenu--submenu {
  display: block;
}
.product--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.product--component .product--main-image {
  margin-bottom: 0.5rem;
}
.product--component .product--content iframe {
  width: 100%;
}
.product--component .product--included-products-section .product--included-products .product--product .product--text-holder {
  margin-top: 0.5rem;
}
.product--component .product--reviews-section {
  page-break-inside: avoid;
}
.product--component .product--similar-products {
  page-break-inside: avoid;
}
.product--component .product--filter-section {
  page-break-inside: avoid;
}
.products-active-filters--component .products-active-filters--title {
  padding: 1rem;
}
.products-active-filters--component .products-active-filters--filters {
  padding: 1rem;
  padding-top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-align-content: left;
  align-content: left;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-active-filters--component .products-active-filters--filter {
  background-color: #f90;
  color: #fff;
  padding: 0 1.75rem 0 0.5rem;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  position: relative;
  line-height: 1.5rem;
}
.products-active-filters--component .products-active-filters--remove {
  position: absolute;
  width: 1.5rem;
  line-height: 1.5rem;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: #f90;
  color: #fff;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: 200ms;
}
.products-active-filters--component .products-active-filters--remove:hover {
  background-color: #fff;
  color: #f90;
}
.products-filter--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.products-filter--component .products-filter--image {
  margin-top: 1rem;
  margin-right: 2rem;
}
.product-filtergroup--component .product-filtergroup--title {
  padding: 1rem;
}
.product-filtergroup--component .product-filtergroup--filters {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-filtergroup--component .product-filtergroup--filters .product-filtergroup--filter .product-filtergroup--filter-link {
  display: block;
}
.product-filtergroup--component .product-filtergroup--filters .product-filtergroup--filter--active > .product-filtergroup--filter-link > .product-filtergroup--filter-inner {
  color: #ef4b43;
}
.product-filtergroup--component .product-filtergroup--filters--depth-1 > .product-filtergroup--filter > .product-filtergroup--filter-link {
  padding-left: 2rem;
}
.product-filtergroup--component .product-filtergroup--filters--depth-2 > .product-filtergroup--filter > .product-filtergroup--filter-link {
  padding-left: 3.5rem;
}
.products--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.products--component.products--component--similar-products,
.products--component.products--component--filter-section,
.products--component.products--component--filter-products {
  padding: 0;
}
.products--component .products--order-by label {
  margin-bottom: 0;
  margin-right: 0.5rem;
  text-transform: uppercase;
}
.products--component .products--product .products--link {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  transition: background-color 300ms;
  text-decoration: none;
  padding: 1rem;
}
.products--component .products--product .products--image {
  padding-top: 100%;
  transition: 200ms;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}
.products--component .products--product .products--labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
}
.products--component .products--product .products--label {
  text-align: center;
  padding: 0.25rem 1rem;
  z-index: 0;
  text-transform: uppercase;
  background-color: #ef4b43;
  color: #fff;
}
.products--component .products--product .products--label:nth-child(even) {
  background-color: #f37872;
}
.products--component .products--product .products--title {
  height: 3rem;
  color: rgba(0,0,0,0.87);
  overflow: hidden;
}
.products--component .products--product .products--price {
  font-weight: 700;
  color: #ef4b43;
  font-size: 1.125rem;
}
.products--component .products--product .products--fullprice {
  color: rgba(0,0,0,0.54);
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.products--component .products--product .products--hover-overlay {
  opacity: 0;
  background-color: rgba(239,75,67,0.15);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 200ms;
}
.products--component .products--product .products--read-more {
  transition: 300ms;
  position: relative;
  top: 0.5rem;
}
.products--component .products--product:hover .products--hover-overlay {
  opacity: 1;
}
.products--component .products--product:hover .products--read-more {
  top: 0;
}
.richtext--content {
  counter-reset: item;
}
.richtext--content b,
.richtext--content strong {
  font-weight: 700;
}
.richtext--content img {
  vertical-align: middle;
}
.richtext--content ol {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.richtext--content ol li {
  counter-increment: item;
  position: relative;
  padding-left: 2rem;
}
.richtext--content ol li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: counter(item) '.';
  color: #0e3976;
  line-height: 1.125rem;
  font-size: 1.125rem;
  font-weight: 600;
  display: inline-block;
}
.richtext--content ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.richtext--content ul li {
  position: relative;
  padding-left: 1.5rem;
}
.richtext--content ul li:before {
  content: '\f111';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 7px;
  color: #0e3976;
  font-size: 7px;
  font-weight: 700;
}
.richtext--content ul li ul {
  margin-top: 0.375rem;
}
.richtext--content blockquote {
  padding: 0 1rem 0 1.5rem;
  border-left: 0.4375rem solid #ef4b43;
  font-size: 1.3125rem;
  font-style: italic;
  line-height: 1.25;
  margin: 1.25rem 0;
}
.richtext--content blockquote:before {
  display: none !important;
}
.richtext--content video {
  width: 100%;
  height: auto;
}
.richtext--content table {
  border: 0.1rem solid #f0f0f0;
  border-top-color: #f0f0f0;
  border-top-style: solid;
  border-top-width: 0.1rem;
  border-top: none;
  width: 100%;
  border-spacing: 0;
}
.richtext--content table tr {
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.richtext--content table tr:first-child {
  background-color: #002034 !important;
}
.richtext--content table tr:nth-child(even) {
  background-color: #fff;
}
.richtext--content table tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.richtext--content table tr td,
.richtext--content table tr th {
  padding: 0 1rem;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
}
.richtext--content table tr td {
  color: #002034;
}
.richtext--image-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.richtext--image-wrapper img {
  width: 100%;
  height: auto;
  float: none;
  margin: 0;
  display: block;
}
.richtext--image-wrapper--full-width {
  width: 100%;
  height: auto;
  margin-bottom: 0.25rem;
}
.richtext--image-wrapper--left-50 {
  width: 48%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--left-50 {
    width: 98%;
  }
}
.richtext--image-wrapper--left-25 {
  width: 23%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--left-25 {
    width: 48%;
  }
}
.richtext--image-wrapper--left-20 {
  width: 18%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--left-20 {
    width: 48%;
  }
}
.richtext--image-wrapper--left-16 {
  width: 14%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--left-16 {
    width: 48%;
  }
}
.richtext--image-wrapper--left-12 {
  width: 10%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--left-12 {
    width: 48%;
  }
}
.richtext--image-wrapper--center-50 {
  width: 48%;
  height: auto;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--center-50 {
    width: 98%;
  }
}
.richtext--image-wrapper--center-25 {
  width: 23%;
  height: auto;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--center-25 {
    width: 48%;
  }
}
.richtext--image-wrapper--center-20 {
  width: 18%;
  height: auto;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--center-20 {
    width: 48%;
  }
}
.richtext--image-wrapper--center-16 {
  width: 14%;
  height: auto;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--center-16 {
    width: 48%;
  }
}
.richtext--image-wrapper--center-12 {
  width: 10%;
  height: auto;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--center-12 {
    width: 48%;
  }
}
.richtext--image-wrapper--right-50 {
  width: 48%;
  height: auto;
  float: right;
  margin-left: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--right-50 {
    width: 100%;
  }
}
.richtext--image-wrapper--right-25 {
  width: 23%;
  height: auto;
  float: right;
  margin-left: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--right-25 {
    width: 48%;
  }
}
.richtext--image-wrapper--right-20 {
  width: 18%;
  height: auto;
  float: right;
  margin-left: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--right-20 {
    width: 48%;
  }
}
.richtext--image-wrapper--right-16 {
  width: 14%;
  height: auto;
  float: right;
  margin-left: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--right-16 {
    width: 48%;
  }
}
.richtext--image-wrapper--right-12 {
  width: 10%;
  height: auto;
  float: right;
  margin-left: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--right-12 {
    width: 48%;
  }
}
.richtext--image-text {
  font-size: 0.75rem;
  line-height: 1.25;
  margin-top: 0.25rem;
  font-weight: 400;
  text-align: center;
  color: rgba(0,0,0,0.87);
  display: inline-block;
}
.richtext--image-caption {
  color: rgba(0,0,0,0.54);
}
.richtext--image-text-divider {
  color: rgba(0,0,0,0.54);
}
.richtext--image-owner {
  color: rgba(0,0,0,0.54);
  font-style: italic;
}
.search-page--component {
  padding: 2.5rem 0 2rem;
}
.search-page--component ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.search-page--component ul li.search--item {
  padding-left: 1.25rem;
  position: relative;
}
.search-page--component ul li.search--item:before {
  content: '\f111';
  position: absolute;
  top: 6px;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 7px;
  color: #f90;
}
.search-page--component ul li.search--item .search--item-link {
  color: rgba(0,0,0,0.87);
  font-size: 16px;
}
.search-page--component ul li.search--item ul {
  margin-top: 0.375rem;
}
.shortcuts--component {
  background-color: #e9e9e9;
  padding: 2rem 0 3rem;
}
@media only screen and (max-width: 1023px) {
  .shortcuts--component {
    padding: 0.5rem 0 3rem;
  }
}
.shortcuts--component .shortcuts--column .shortcuts--content-holder .shortcuts--image {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 115px;
}
.shortcuts--component .shortcuts--column .shortcuts--content-holder .shortcuts--image img {
  width: 72px;
}
@media only screen and (max-width: 1023px) {
  .shortcuts--component .shortcuts--column .shortcuts--content-holder .shortcuts--image {
    height: 100px;
  }
}
.shortcuts--component .shortcuts--column .shortcuts--content-holder .shortcuts--title {
  padding: 1rem 0;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .shortcuts--component .shortcuts--column .shortcuts--content-holder .shortcuts--title {
    font-size: 22px;
  }
}
.shortcuts--component .shortcuts--column .shortcuts--content-holder .shortcuts--content {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .shortcuts--component .shortcuts--column .shortcuts--content-holder .shortcuts--content {
    font-size: 18px;
  }
}
.shortcuts--component .shortcuts--main-title {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .shortcuts--component .shortcuts--main-title {
    font-size: 30px;
  }
}
.site-search--component {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
/* TOGGLE */
/* INPUT BOX */
/* RESULTS */
/*
	.site-search--results
		margin 0
		padding 0
		list-style none
		display none
		background-color #fff
		position absolute
		left 0
		right 0
		z-index 12
		border 1px solid forms-input-border-color
		box-shadow 0 5px 10px rgba(56, 56, 56, .2)
		overflow hidden
		> .site-search--message
			font-size 1rem
			padding 10px
			cursor default
			display block
	.site-search--results-item
		padding-bottom forms-input-padding-bottom
		padding-left forms-input-padding-left
		padding-right forms-input-padding-right
		padding-top forms-input-padding-top
		margin 0
		border-bottom 1px solid forms-input-border-color
		cursor pointer
		display block
		.site-search--text
			''
		.site-search--date
			color text-black-secondary
			font-size 80%
		.site-search--type
			display none
			color text-black-secondary
		&:last-child
			border-bottom none
	.site-search--results-item--active
		background-color #eee
	*/
}
.site-search--component .site-search--toggle {
  position: relative;
  z-index: 1;
  padding: 0.9rem 1rem;
  cursor: pointer;
  height: 3.375rem;
  left: -1px;
  color: rgba(0,0,0,0.87);
  transition: 200ms;
}
.site-search--component .site-search--toggle .site-search--icon--search {
  width: 22px;
  height: 22px;
  transition: 200ms;
}
.site-search--component .site-search--toggle .site-search--icon--search * {
  transition: 200ms;
  fill: rgba(0,0,0,0.87);
}
.site-search--component .site-search--toggle:hover,
.site-search--component.site-search--component--visible .site-search--toggle {
  background-color: #aaa;
}
.site-search--component .site-search--toggle:hover .site-search--icon--search *,
.site-search--component.site-search--component--visible .site-search--toggle .site-search--icon--search * {
  fill: #fff;
}
.site-search--component .site-search--searchbox-holder {
  position: absolute;
  transition: left 200ms, right 200ms;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: calc(100% - 1rem);
  right: 1rem;
}
.site-search--component.site-search--component--visible .site-search--searchbox-holder {
  left: 1rem;
}
.site-search--component .site-search--searchbox {
  width: 100%;
  position: relative;
}
.site-search--component .site-search--searchbox-input {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-width: 0;
  transition: border-width 200ms, padding-left 100ms 100ms, padding-right 100ms 100ms;
}
.site-search--component.site-search--component--visible .site-search--searchbox-input {
  border-width: 1px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  transition: border-width 200ms, padding-left 100ms, padding-right 100ms;
  background-color: #fff;
}
.site-search--component.site-search--component--visible .site-search--searchbox-input:focus {
  background-color: #fff;
}
.slideshow--component {
  position: relative;
}
.slideshow--component .slideshow--prev,
.slideshow--component .slideshow--next {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 4rem;
  text-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  z-index: 11;
  cursor: pointer;
  color: #fff;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  transition: 200ms ease-in-out;
}
.slideshow--component .slideshow--prev:hover,
.slideshow--component .slideshow--next:hover {
  text-shadow: 0 19px 38px rgba(0,0,0,0.3), 0 15px 12px rgba(0,0,0,0.22);
}
.slideshow--component .slideshow--prev {
  left: 0;
  margin-left: 1rem;
  padding-left: calc(50% - (1152px / 2 ));
}
.slideshow--component .slideshow--next {
  right: 0;
  margin-right: 1rem;
  padding-right: calc(50% - (1152px / 2 ));
}
.slideshow--component .slideshow--slides .slideshow--slide {
  display: block;
  position: relative;
  top: 0 !important;
  bottom: 0 !important;
  overflow: hidden;
}
.slideshow--component .slideshow--slides .slideshow--slide .slideshow--slide-image {
  width: 100%;
  padding-top: 31.25%;
  min-height: 450px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slideshow--component .slideshow--slides .slideshow--slide .slideshow--overlay {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: -webkit-flex;
  display: flex;
  padding: 3rem;
}
.slideshow--component .slideshow--slides .slideshow--slide .slideshow--overlay .slideshow--text {
  max-width: 780px;
  display: block;
  padding: 2rem;
}
.slideshow--component .slideshow--slides .slideshow--slide.slideshow--slide--layout1 .slideshow--text {
  color: #fff;
  text-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.slideshow--component .slideshow--slides .slideshow--slide.slideshow--slide--layout2 .slideshow--text {
  color: rgba(0,0,0,0.87);
  text-shadow: 0 3px 6px rgba(255,255,255,0.16), 0 3px 6px rgba(255,255,255,0.23);
}
.slideshow--component .slideshow--slides .slideshow--dots {
  width: 100%;
  max-width: 1120px;
  position: absolute;
  margin: 0 auto;
  padding: 0;
  left: 0;
  right: 0;
  bottom: 3rem;
  z-index: 11;
  list-style: none;
  text-align: right;
}
.slideshow--component .slideshow--slides .slideshow--dots li {
  margin: 0 0.25rem;
  display: inline-block;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.slideshow--component .slideshow--slides .slideshow--dots li:hover {
  text-shadow: 0 19px 38px rgba(0,0,0,0.3), 0 15px 12px rgba(0,0,0,0.22);
}
.slideshow--component .slideshow--slides .slideshow--dots li * {
  display: none;
}
.slideshow--component .slideshow--empty {
  padding: 1.5rem 0;
}
.stats--component.stats--component--old {
  background-color: #f1f2f2;
  padding: 3rem 0;
}
.stats--component.stats--component--old .stats--main-title {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.stats--component.stats--component--old .stats--main-subtitle {
  color: #0e3976;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
  .stats--component.stats--component--old .stats--grid {
    padding: 0 1rem;
  }
}
.stats--component.stats--component--old .stats--column {
  border-right: solid 1px #b6b6b6;
}
.stats--component.stats--component--old .stats--column:last-child {
  border-right: 0;
}
@media only screen and (max-width: 1023px) {
  .stats--component.stats--component--old .stats--column:nth-child(1),
  .stats--component.stats--component--old .stats--column:nth-child(2) {
    border-bottom: solid 1px #b6b6b6;
  }
  .stats--component.stats--component--old .stats--column:nth-child(2) {
    border-right: 0;
  }
}
.stats--component.stats--component--old .stats--column .stats--dynamic {
  color: #ef4b43;
  font-family: 'Lato', sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
}
.stats--component.stats--component--old .stats--column .stats--static {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
.stats--component.stats--component--blue {
  background-color: #fff;
  padding: 3rem 0;
}
.stats--component.stats--component--blue .stats--main-title {
  margin-bottom: 8px;
}
.stats--component.stats--component--blue .stats--main-subtitle {
  color: #0e3976;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}
.stats--component.stats--component--blue .stats--stat {
  padding: 20px;
  text-align: center;
}
.stats--component.stats--component--blue .stats--stat .stats--dynamic {
  color: #0e3976;
  font-family: 'Lato', sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
}
.stats--component.stats--component--blue .stats--stat .stats--static {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.stats--component.stats--component--blue .stats--separator {
  width: 1px;
  height: 140px;
  border-right: 1px solid #b6b6b6;
}
.stats--component {
  background-color: #f1f2f2;
  padding: 3rem 0;
}
.stats--component .stats--main-title {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.stats--component .stats--main-subtitle {
  color: #0e3976;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
  .stats--component .stats--grid {
    padding: 0 1rem;
  }
}
.stats--component .stats--column {
  border-right: solid 1px #b6b6b6;
}
.stats--component .stats--column:last-child {
  border-right: 0;
}
@media only screen and (max-width: 1023px) {
  .stats--component .stats--column:nth-child(1),
  .stats--component .stats--column:nth-child(2) {
    border-bottom: solid 1px #b6b6b6;
  }
  .stats--component .stats--column:nth-child(2) {
    border-right: 0;
  }
  .stats--component .stats--column:nth-child(3) {
    border-bottom: solid 1px #b6b6b6;
  }
  .stats--component .stats--column:nth-child(4) {
    border-right: 0;
    border-bottom: solid 1px #b6b6b6;
  }
  .stats--component .stats--column:nth-child(5) {
    border-right: solid 1px #b6b6b6;
  }
}
.stats--component .stats--column .stats--dynamic {
  color: #0e3976;
  font-family: 'Lato', sans-serif;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 52px;
}
@media only screen and (max-width: 1023px) {
  .stats--component .stats--column .stats--dynamic {
    font-size: 45px;
  }
}
.stats--component .stats--column .stats--static {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
.stats--gray-background {
  background-color: #e9e9e9 !important;
}
.terms--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.upper-footer--component {
  padding: 10px 0;
  background-color: #f1f2f2;
}
@media only screen and (max-width: 1023px) {
  .upper-footer--component {
    margin: auto;
  }
}
.upper-footer--component .upper-footer--content {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
@media only screen and (max-width: 1023px) {
  .upper-footer--component .upper-footer--content {
    font-size: 16px;
  }
}
.upper-footer--component .upper-footer--link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .upper-footer--component .upper-footer--link {
    -webkit-align-items: center;
    align-items: center;
  }
}
.upper-footer--component .upper-footer--link .upper-footer--link-content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.125rem 0;
}
.upper-footer--component .upper-footer--link .upper-footer--link-content span {
  font-weight: 700;
  color: #000;
  font-family: 'futura-pt', sans-serif;
  font-size: 20px;
  line-height: 22px;
  padding-right: 1rem;
  border-right: solid 2px #000;
  margin-right: 1rem;
}
@media only screen and (max-width: 1023px) {
  .upper-footer--component .upper-footer--link .upper-footer--link-content span {
    font-size: 16px;
  }
}
.upper-footer--component .upper-footer--link .upper-footer--link-content a {
  font-weight: 400;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  transition: 200ms;
}
.upper-footer--component .upper-footer--link .upper-footer--link-content a:hover {
  color: #cb9947;
}
@media only screen and (max-width: 1023px) {
  .upper-footer--component .upper-footer--link .upper-footer--link-content a {
    font-size: 14px;
  }
}
.upper-footer--component .upper-footer--link .upper-footer--social {
  padding-top: 12px;
}
@media only screen and (max-width: 1023px) {
  .upper-footer--component .upper-footer--link .upper-footer--social {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.upper-footer--component .upper-footer--link .upper-footer--social a {
  font-size: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.upper-footer--component .upper-footer--link .upper-footer--social i {
  margin-left: 2.5rem;
  margin-right: 12px;
}
@media only screen and (max-width: 1023px) {
  .upper-footer--component .upper-footer--link .upper-footer--social a {
    -webkit-align-items: center;
    align-items: center;
  }
  .upper-footer--component .upper-footer--link .upper-footer--social i {
    margin-left: 0;
  }
  .upper-footer--component .upper-footer--link .upper-footer--social .fa-instagram {
    margin-left: 1.5rem;
  }
}
#page_frontpage_test .upper-footer--component.upper-footer--component--old {
  display: block;
}
#page_frontpage_test .upper-footer--component.upper-footer--component--blue {
  display: none;
}
#page_frontpage .upper-footer--component.upper-footer--component--old {
  display: none;
}
#page_frontpage .upper-footer--component.upper-footer--component--blue {
  display: block;
}
#page_frontpage .upper-footer--component.upper-footer--component--blue a:hover {
  color: #cb9947;
}
#page_newsarticle .upper-footer--component {
  background-color: #fff;
}
.user-create--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-downloads--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-downloads--component .user-downloads--main-title {
  padding-bottom: 1rem;
}
.user-downloads--component .user-downloads--link {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 1rem;
}
.user-downloads--component .user-downloads--link .user-downloads--image {
  padding-top: 147.6666666666667%;
  transition: all 100ms;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.user-downloads--component .user-downloads--link .user-downloads--text-holder {
  background-color: rgba(239,75,67,0.8);
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 300ms;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.user-downloads--component .user-downloads--link .user-downloads--text-holder .user-downloads--title {
  text-align: center;
  padding: 1rem;
  width: 100%;
}
.user-downloads--component .user-downloads--link .user-downloads--download-icon {
  background-color: #f90;
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  color: rgba(0,0,0,0.54);
  text-align: center;
  line-height: 1rem;
  font-size: 1.25rem;
}
.user-downloads--component .user-downloads--link .user-downloads--download-icon .user-downloads--file-type {
  font-size: 0.8125rem;
  line-height: 1.5rem;
}
.user-downloads--component .user-downloads--link:hover .user-downloads--text-holder {
  opacity: 1;
}
.user-etickets--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-etickets--component .user-etickets--main-title {
  padding-bottom: 1rem;
}
.user-etickets--component .user-etickets--eticket {
  background-color: #f9f9f9;
  margin-bottom: 1rem;
  border-left: 0.5rem solid #ddd;
  border-right: 0.5rem solid #ddd;
  position: relative;
  overflow: hidden;
  page-break-inside: avoid;
}
.user-etickets--component .user-etickets--eticket:before,
.user-etickets--component .user-etickets--eticket:after {
  width: 3rem;
  height: 3rem;
  border-radius: 2rem;
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -1.5rem;
  background-color: #ddd;
}
.user-etickets--component .user-etickets--eticket:before {
  left: -2rem;
}
.user-etickets--component .user-etickets--eticket:after {
  right: -2rem;
}
.user-etickets--component .user-etickets--eticket .user-etickets--upper {
  padding: 1rem 2rem;
}
.user-etickets--component .user-etickets--eticket .user-etickets--upper .user-etickets--left .user-etickets--subtitle {
  margin-top: -1rem;
}
.user-etickets--component .user-etickets--eticket .user-etickets--upper .user-etickets--right .user-etickets--qrcode {
  padding: 2rem;
  background-color: #fff;
}
.user-etickets--component .user-etickets--eticket .user-etickets--upper .user-etickets--right .user-etickets--activation-code {
  margin-top: 0.25rem;
  text-align: center;
}
.user-etickets--component .user-etickets--eticket .user-etickets--lower .user-etickets--purchase-info {
  padding: 0.5rem;
  background-color: #eee;
  color: #777;
  font-style: italic;
}
@media only screen and (max-width: 639px) {
  .user-etickets--component .user-etickets--eticket {
    border: 0;
    border-top: 0.5rem solid #ddd;
    border-bottom: 0.5rem solid #ddd;
  }
  .user-etickets--component .user-etickets--eticket:before,
  .user-etickets--component .user-etickets--eticket:after {
    margin-top: 0;
    margin-left: -1.5rem;
    left: 50%;
  }
  .user-etickets--component .user-etickets--eticket:before {
    top: -2rem;
    bottom: auto;
  }
  .user-etickets--component .user-etickets--eticket:after {
    top: auto;
    bottom: -2rem;
  }
  .user-etickets--component .user-etickets--eticket .user-etickets--upper {
    padding: 1rem;
  }
  .user-etickets--component .user-etickets--eticket .user-etickets--lower .user-etickets--purchase-info {
    padding: 1rem;
  }
}
@media print {
  .user-etickets--component .user-etickets--eticket {
    border-left: 1rem solid #ddd;
    border-right: 1rem solid #ddd;
    border-top: 0.125rem solid #ddd;
    border-bottom: 0.125rem solid #ddd;
  }
  .user-etickets--component .user-etickets--eticket .user-etickets--lower .user-etickets--purchase-info {
    border-top: 1px solid #ddd;
    padding: 1rem 3rem;
  }
}
.user-etickets--component .user-etickets--print {
  margin-bottom: 2rem;
}
.user-login--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-login--component .button.facebook {
  border-color: #3b5998;
  background-color: #3b5998;
}
.user-login--component .button.facebook:hover {
  border-color: #486cb8;
  background-color: #486cb8;
}
.user-profile-password--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-profile-password--component .user-profile-password--main-title {
  padding-bottom: 1rem;
}
.user-profile-update--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-profile-update--component .user-profile-update--main-title {
  padding-bottom: 1rem;
}
.user-profile--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-profile--component .user-profile--main-title {
  padding-bottom: 1rem;
}
.user-purchases-invoice--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-purchases-invoice--component .user-purchases-invoice--main-title {
  padding-bottom: 1rem;
}
.user-purchases--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-purchases--component .user-purchases--main-title {
  padding-bottom: 1rem;
}
.validator-error {
  text-align: left;
  color: #fff;
  background-color: #b71c1c;
  padding: 0.25rem 1rem;
}
input[type=''].error,
input[type="color"].error,
input[type="date"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="email"].error,
input[type="file"].error,
input[type="month"].error,
input[type="number"].error,
input[type="password"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="text"].error,
input[type="time"].error,
input[type="url"].error,
input[type="week"].error,
textarea.error,
select.error {
  background-color: #ffebee;
  border-color: #ffebee;
}
.album--contentitem .album--link {
  display: block;
  position: relative;
}
.album--contentitem .album--link:hover .album--image-overlay {
  opacity: 1 !important;
}
.album--contentitem .album--link:hover .album--image-overlay .album--image-overlay-icon {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.album--contentitem .album--image-overlay {
  transition: 300ms;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17,17,17,0.4);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
}
.album--contentitem .album--image-overlay .album--image-overlay-icon {
  color: rgba(255,255,255,0.9);
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
  transition: 400ms;
}
.albumcollection--contentitem .albumcollection--link {
  display: block;
  text-decoration: none;
  color: rgba(0,0,0,0.87);
}
.albumcollection--contentitem .albumcollection--link:hover .albumcollection--image-overlay {
  opacity: 1 !important;
}
.albumcollection--contentitem .albumcollection--link:hover .albumcollection--image-overlay .albumcollection--image-overlay-icon {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.albumcollection--contentitem .albumcollection--link .albumcollection--image-holder {
  position: relative;
}
.albumcollection--contentitem .albumcollection--link .albumcollection--image-overlay {
  transition: 300ms;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17,17,17,0.4);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
}
.albumcollection--contentitem .albumcollection--link .albumcollection--image-overlay .albumcollection--image-overlay-icon {
  color: rgba(255,255,255,0.9);
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
  transition: 400ms;
}
/* grid layout */
.albumcollection--contentitem--grid-layout .albumcollection--album .albumcollection--title {
  margin-top: 0.25rem;
}
/* list layout */
@media only screen and (min-width: 640px) {
  .albumcollection--contentitem--list-layout .albumcollection--album .albumcollection--image-holder {
    margin-right: 2rem;
  }
}
.filescollection--contentitem .filescollection--files {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filescollection--contentitem .filescollection--file {
  display: block;
  transition: 200ms;
  text-decoration: none;
}
.filescollection--contentitem .filescollection--file .filescollection--icon {
  color: rgba(0,0,0,0.54);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.filescollection--contentitem .filescollection--file .filescollection--size {
  color: rgba(0,0,0,0.54);
  font-size: 0.875rem;
}
.filescollection--contentitem .filescollection--file--disabled {
  opacity: 0.5;
  background-color: rgba(128,128,128,0.5);
}
.filescollection--contentitem .filescollection--file--disabled .filescollection--icon {
  color: rgba(0,0,0,0.54);
}
.form--contentitem .form--description {
  margin-bottom: 2rem;
}
.form--contentitem .form--field-title {
  font-size: 1rem;
}
.form--contentitem .form--field-hint {
  font-size: 1rem;
  color: rgba(0,0,0,0.54);
  margin-bottom: 0.5rem;
}
.form--contentitem .form--radiobutton {
  cursor: pointer;
}
.form--contentitem .form--checkbox {
  cursor: pointer;
}
.form--contentitem .form--field--disabled {
  opacity: 0.5;
  background-color: rgba(128,128,128,0.5);
}
.form--contentitem .form--grid--multiupload {
  margin-bottom: 0.5rem;
}
.form--contentitem .form--grid--multiupload:last-child {
  margin-bottom: 0;
}
.form--contentitem .form--multiupload-buttons {
  -webkit-flex-basis: 39px;
  flex-basis: 39px;
  max-width: 39px;
}
.form--contentitem .form--multiupload-button {
  padding: 0.625rem;
}
.form--contentitem .form--multiupload-button-icon {
  margin: 0;
}
.form--contentitem .form--multiupload-button--remove {
  display: none;
}
.administrator_loggedin .htmlitem--contentitem {
  position: relative;
}
.administrator_loggedin .htmlitem--contentitem:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.list--contentitem .list--item {
  position: relative;
}
.list--contentitem .list--item .list--image-holder {
  display: block;
  position: relative;
}
.list--contentitem .list--item .list--image-holder:hover .list--image-overlay {
  opacity: 1 !important;
}
.list--contentitem .list--item .list--image-holder:hover .list--image-overlay .list--image-overlay-icon {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.list--contentitem .list--item .list--image-overlay {
  transition: 300ms;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17,17,17,0.4);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
}
.list--contentitem .list--item .list--image-overlay .list--image-overlay-icon {
  color: rgba(255,255,255,0.9);
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
  transition: 400ms;
}
.list--contentitem .list--item--disabled {
  opacity: 0.5;
  background-color: rgba(128,128,128,0.5);
}
.list--contentitem--grid-layout .list--item .list--title {
  margin-top: 0.75rem;
}
.list--contentitem--grid-layout .list--item .list--content {
  font-family: 'Merriweather', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 0.75rem;
}
.list--contentitem--grid-layout .list--item .list--button {
  margin-top: 0.75rem;
}
.list--main-title {
  font-size: 24px;
  font-weight: 700;
}
.list--contentitem--grid-layout .list--item .list--title {
  margin-top: 0.75rem;
}
.list--contentitem--grid-layout .list--item .list--content {
  font-family: 'Merriweather', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 0.75rem;
}
.list--contentitem--grid-layout .list--item .list--button {
  margin-top: 0.75rem;
}
.list--contentitem--list-layout {
  margin-top: 1rem;
}
.list--contentitem--list-layout .list--items {
  background-color: #e9e9e9;
}
.list--contentitem--list-layout .list--item:last-child .list--item--display .list--title {
  border-bottom: 0;
}
.list--contentitem--list-layout .list--item .list-button {
  float: right;
}
.list--contentitem--list-layout .list--content {
  display: none;
  padding: 1.5rem 3rem 1.5rem 3rem;
  border-bottom: solid 1px #000;
}
@media only screen and (max-width: 639px) {
  .list--contentitem--list-layout .list--content {
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
}
.list--contentitem--list-layout .list--active {
  background-color: #0e3976;
  color: #fff !important;
  padding: 1rem;
  font-weight: 700;
}
.list--contentitem--list-layout .list--active i {
  display: inline-flex;
  color: #fff !important;
}
.list--contentitem--list-layout .list--active .list--title--text {
  color: #fff !important;
}
.list--contentitem--list-layout .list--title {
  display: inline-flex;
  -webkit-align-items: centers;
  align-items: centers;
  width: 100%;
  padding: 1rem;
  border-bottom: solid 1px #000;
  cursor: pointer;
}
.list--contentitem--list-layout .list--title i {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin-right: 0.5rem;
}
.list--contentitem--list-layout .list--title .fa-minus {
  display: none;
}
.list--contentitem--list-layout .list--title--text {
  display: inline-flex;
  padding-left: 0.5rem;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.list--contentitem--list-layout .list--active {
  display: -webkit-flex;
  display: flex;
}
.list--contentitem--list-layout .list--active .fa-plus {
  display: none !important;
}
.list--contentitem--list-layout .list--active .fa-minus {
  display: -webkit-flex !important;
  display: flex !important;
}
.schedule--contentitem {
  position: relative;
}
.schedule--contentitem .schedule--week-number {
  line-height: 1.4;
}
.schedule--contentitem .schedule--arrows .schedule--arrow {
  cursor: pointer;
  display: inline-block;
  transition: 200ms;
  color: #f90;
}
.schedule--contentitem .schedule--arrows .schedule--arrow:hover {
  background-color: #f90;
  color: #fff;
}
.schedule--contentitem .schedule--arrows .schedule--arrow--left {
  padding: 0.125rem 0.125rem 0.125rem 0;
}
.schedule--contentitem .schedule--arrows .schedule--arrow--right {
  padding: 0.125rem 0 0.125rem 0.125rem;
}
.schedule--contentitem .schedule--day:last-child {
  border-right: 0;
}
.schedule--contentitem .schedule--day .schedule--day-header {
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.schedule--contentitem .schedule--day .schedule--day-header .schedule--day-name {
  margin: 0;
  text-transform: uppercase;
}
.schedule--contentitem .schedule--day .schedule--day-header .schedule--date {
  font-size: 0.875rem;
}
.schedule--contentitem .schedule--day .schedule--items {
  min-height: 8rem;
}
.schedule--contentitem .schedule--day .schedule--items .schedule--item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  word-wrap: break-word;
}
.schedule--contentitem .schedule--day .schedule--items .schedule--item-title {
  word-wrap: break-word;
  font-weight: 700;
}
.textitem--contentitem .textitem--image {
  display: block;
  text-decoration: none !important;
  width: 100%;
}
.textitem--contentitem .textitem--image:hover .textitem--image-overlay {
  opacity: 1 !important;
}
.textitem--contentitem .textitem--image:hover .textitem--image-overlay .textitem--image-overlay-icon {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.textitem--contentitem .textitem--image-holder {
  position: relative;
}
.textitem--contentitem .textitem--image-overlay {
  transition: 300ms;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17,17,17,0.4);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
}
.textitem--contentitem .textitem--image-overlay .textitem--image-overlay-icon {
  color: rgba(255,255,255,0.9);
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
  transition: 400ms;
}
.textitem--contentitem--layout2 .textitem--image {
  float: right;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.textitem--contentitem--layout3 .textitem--image {
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.textitem--contentitem--layout4 .textitem--image {
  margin-bottom: 1rem;
}
.textitem--contentitem--layout4 .textitem--image--fullwidth {
  padding-top: 40vmin;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
.textitem--contentitem--layout5 .textitem--image {
  float: right;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.textitem--contentitem--layout6 .textitem--image {
  margin-bottom: 1rem;
}
.textitem--contentitem--layout7 .textitem--image {
  margin-top: 1rem;
}
/*# sourceMappingURL=style.css.map */