@charset "utf-8";
/* CSS Document */

/* ----- Fonts ----- */

/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""),
    url("/resources/fonts/open-sans-v29-latin-300.woff2") format("woff2");
  font-display: block;
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("/resources/fonts/open-sans-v29-latin-regular.woff2") format("woff2");
  font-display: block;
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""),
    url("/resources/fonts/open-sans-v29-latin-600.woff2") format("woff2");
  font-display: block;
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url("/resources/fonts/open-sans-v29-latin-700.woff2") format("woff2");
  font-display: block;
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local(""),
    url("/resources/fonts/open-sans-v29-latin-italic.woff2") format("woff2");
  font-display: block;
}

/* playfair-display-regular - latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/playfair-display-v29-latin-regular.woff2") format("woff2");
  font-display: block;
}
/* playfair-display-600 - latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  src: local(""),
    url("../fonts/playfair-display-v29-latin-600.woff2") format("woff2");
  font-display: block;
}

/* ----- END Fonts ----- */

/* ----- Basic ----- */

html {
  height: 100%;
  min-height: 100%;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.6);
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "sans-serif";
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #404040;
}

body.slideInContainer-open,
body.mobile-menu-open {
  overflow: hidden;
}

h1 {
  font-weight: 300;
  text-align: center;
  line-height: normal;
}

h2 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

h3 {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #3a8ada;
  cursor: pointer;
}

a:hover {
  color: #e2ac00;
}

a.designedLink {
  color: #333333;
}

.anchorLink {
  display: block;
  height: 60px;
  margin-top: -60px;
  visibility: hidden;
}

img.lazyload {
  display: block;
  min-height: 1px;
}

/* ----- END Basic ----- */
/* ----- z-index ----- */
.iconfirstpage {
  text-align: center;
}

.productSlide {
  z-index: 1000;
}

.slideIn-container {
  z-index: 1100;
}

.cookiesAccept {
  z-index: 1500;
}

#topmenu {
  z-index: 2000;
}

#menu #menu-content {
  z-index: 2000;
}

#topmenu.menu-open .mobile {
  z-index: 3000;
}

#topmenu .logo {
  z-index: 3000;
}

#topmenu .phone {
  z-index: 3000;
}

#topmenu .login {
  z-index: 3000;
}

#menu #menu-icon {
  z-index: 3000;
}

#sendingMessageContainer {
  z-index: 3500;
}

.close-slideIn,
.close-gallery,
.close-slideIn-arrow {
  z-index: 3000;
}

/* ----- END z-index ----- */
/* ----- General layout and element ----- */

#mainContent {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-top: 60px;
  flex: 1 1 100%;
}

#mainContentDemo {
  min-height: calc(100vh - 308px);
  box-sizing: border-box;
  margin-top: 60px;
}

.button:focus,
a.button:focus {
  outline: none;
}

.button.white {
  border: none;
  color: white;
}

.button.green {
  background-color: #a3d230;
  color: white;
  border-color: 0;
}

.button.grey {
  background-color: #8a8a8a;
  color: white;
  border-color: #8a8a8a;
}

.button:hover {
  opacity: 70%;
  color: white;
  cursor: pointer;
}

.roundMoreInfoButton {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #fcc000;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
}

.roundMoreInfoButton span {
  width: 100%;
  height: 100%;
  color: white;
  font-size: 31px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
}

div.arrow {
  border: solid #fcc000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
}

div.arrow.down {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  border-color: white;
}

div.arrow.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0px 6px !important;
}

div.arrow.left {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

div.arrow.up {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
}

.material-icons {
  font-size: inherit;
}

.no-transition {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: color 0 ease-in !important;
  transition: none !important;
}
.flex-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

.slideIn-container {
  visibility: hidden;
  width: 100vw;
  height: calc(100vh - 60px);
  background-color: white;
  border-left: 1px solid #ccc;
  position: fixed;
  top: 60px;
  left: 100vw;
  overflow-y: auto;
  overflow-x: hidden;

  -webkit-overflow-scrolling: touch;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.safari .slideIn-container {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

.ie11 .slideIn-container {
  left: 100%;
}

.slideIn-container.open {
  left: 0;
  visibility: visible;
}

.slideIn-container h2 {
  margin-top: 45px;
  margin-left: 40px;
  margin-right: 40px;
}

.slideIn-container h2 span {
  white-space: nowrap;
}

.productSlide h1.slideInHeader {
  margin-top: 45px;
  padding: 0 35px;
  margin-left: 20px;
}

.slideIn-container .arrow {
  border: solid #404040;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
}

.slideIn-container .close-slideIn-arrow {
  cursor: pointer;
  position: absolute;
  top: 35px;
  left: 40px;
  padding: 10px 0px 10px 10px;
}

.close-slideIn,
.close-gallery {
  position: fixed;
  top: 60px;
  right: 25px;
}

.close-slideIn-icon,
.close-gallery-icon {
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}

.close-slideIn span,
.close-gallery span {
  display: block;
  position: absolute;

  height: 2px;
  width: 100%;
  left: 0;
  top: 10px;

  background: #cccccc;
  border-radius: 5px;
  opacity: 1;
}

.close-slideIn-icon span:nth-child(1),
.close-gallery-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-slideIn-icon span:nth-child(2),
.close-gallery-icon span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

.form-row .content-wrapper {
  flex: 0 0 30%;
}

.form-row .content-wrapper input,
.form-row .content-wrapper textarea {
  width: 90%;
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
  border: silver solid 1px;
  margin-bottom: 5px;
  margin-top: 2px;
  border-radius: 10px;
  font-family: "Open Sans", "sans-serif";
}

.form-row .content-wrapper input:focus,
.form-row .content-wrapper textarea:focus {
  outline: none;
}

.form-row .content-wrapper select {
  appearance: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  font-family: "Open Sans", "sans-serif";
  border: silver solid 1px;
  border-radius: 10px;

  background-image: url(/resources/images/arrow-down.svg);
  background-position: calc(100% - 10px);
  background-color: #ffffff;
  position: relative;
  background-size: 12px;
  background-repeat: no-repeat;
}

.form-row .content-wrapper select::-ms-expand {
  display: none;
}

div.selectStyle {
  position: relative;
  display: inline-block;
  width: 90%;
  margin-top: 2px;
  margin-bottom: 5px;
}

.form-row .content-wrapper textarea {
  height: 100px;
}

.form-row .content-wrapper.onlyOneWrapper {
  flex: 0 0 60%;
}

.form-row .content-wrapper.onlyOneWrapper input,
.form-row .content-wrapper.onlyOneWrapper div.selectStyle,
.form-row .content-wrapper.onlyOneWrapper textarea {
  width: 45%;
}

.form h3 {
  width: 60%;
  margin: 20px auto 20px auto;
}

.form .divider {
  width: 60%;
  border-top: 1px solid #ccc;
  margin: 0 auto;
}

input[type="submit"],
input[type="button"],
input {
  appearance: none;
}

.form .submit {
  margin: 20px auto 20px auto;
  appearance: none;
}

.errormessage {
  background: #ff4e4e;
  padding: 5px 10px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  box-shadow: -1px 1px 10px rgb(0 0 0 / 40%);
  color: white;
  visibility: hidden;
  font-size: 12px;
  margin-top: 10px;
}

.errormessage:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ff4e4e;
  position: absolute;
  top: -10px;
}

.invalid .errormessage,
.invalid-email .errormessage,
.invalid-pnr .errormessage {
  visibility: visible;
  z-index: 1;
}

.errormessage span.errormessage-email,
.invalid-email .errormessage span.errormessage-empty,
.errormessage span.errormessage-pnr,
.invalid-pnr .errormessage span.errormessage-empty {
  display: none;
}

.invalid-email .errormessage .errormessage-email,
.invalid-pnr .errormessage .errormessage-pnr {
  display: inline-block;
}

.pageContentContainer {
  font-size: 14px;
  line-height: normal;
}

.limitWidthContainer {
  max-width: 1000px;
  margin: auto;
}

.divider-pageContent {
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}

.divider-buttonContent {
  margin: -20px;
  border-bottom: 1px solid #ccc;
}

/* ----- END General layout and element ----- */

/* ----- Icons ----- */
.asterisk:before {
  content: "\2731";
  color: #fcc000;
  margin-left: 5px;
}

.phone:before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro";
  content: "\f879";
  color: #fcc000;
  font-weight: bold;
}

.email:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f1fa";
  font-weight: bold;
  margin-right: 5px;
  font-size: 15px;
  color: #fcc000;
}

.address:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  font-weight: 600;
  margin-right: 5px;
  font-size: 15px;
  color: #fcc000;
}

.producticon .productIconCircle {
  font-size: 50px;
  color: #ccc;
  text-align: center;
}

.fad.pictureicon {
  font-size: 50px;
  color: #fcc000;
  background-color: white;
  padding: 20px;
  border-radius: 60px;
  box-shadow: 0 0 10px grey;
}
.productSlide-imagescontainer:hover .fad.pictureicon {
  border: 1px solid #fcc000;
  box-shadow: 0 0 10px #fcc000;
}
.producticonSmall {
  font-size: 40px;
  margin-top: 15px;
  color: #ccc;
}

.supportIcon:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f82d";
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}

/* ----- END Font icons ----- */
/* ----- Top menu ----- */
#topmenu {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  width: 100%;
  height: 60px;
  top: 0;
  box-sizing: border-box;

  background-color: #f0f0f0;
  line-height: 58px;
}

#topmenu .logo {
  order: 1;
  flex: 0 0 300px;
  height: 100%;

  background-image: url(/resources/images/logoTopmenu.svg);
  background-position: 60px center;
  background-repeat: no-repeat;
  background-size: auto 45px;
}

.ie11 #topmenu .logo {
  background-position: 0px center;
}

#topmenu .topmenu-right {
  order: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  margin-right: 40px;
  font-size: 16px;
  user-select: none;
}
#topmenu .topmenu-right a:hover,
#topmenu .topmenu-right .productMenu span:hover,
#topmenu .topmenu-right #menuText:hover,
#topmenu .topmenu-right .mobileMenuCategory:hover,
#topmenu .menuBackButton:hover {
  opacity: 70%;
}

#topmenu .topmenu-right a {
  color: #333333;
}

#topmenu .mobile {
  display: none;
}
#topmenu .topmenuDivider {
  border-left: 2px solid #333333;
  height: 20px;
  align-self: center;
}

#topmenu #menuText,
#topmenu .productMenu .topmenuText {
  display: flex;
  align-content: center;
  cursor: pointer;
}
#topmenu .productMenu .topmenuText {
  min-width: 97px;
}
#topmenu .productMenu .topmenuText.activeTopmenuText,
#topmenu #menu .topmenuText.activeTopmenuText {
  font-weight: 600;
  opacity: 1;
}

#topmenu .productMenu .topmenuText.activeTopmenuText:hover,
#topmenu #menu .topmenuText.activeTopmenuText:hover {
  opacity: 1;
}
#topmenu #menuText {
  min-width: 64px;
}

#topmenu #menuText::after,
#topmenu .productMenu .topmenuText::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-weight: 200;
  margin-left: 8px;
  font-size: 22px;
  color: #333333;
}

#topmenu .productMenuContent .productContentContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
  background-color: #ffffff;
  min-width: 100%;
  border-top: 1px solid #cccccc;
  padding: 0px 40px 10px 40px;
  z-index: 1;
  top: 60px;
  left: 0;
  /* transform: translate(0, calc(-100% - 10px)); */
}

#topmenu .productMenu .productMenuContent.topmenuContentActive {
  display: block;
}

#topmenu .productMenuContent a {
  width: 20%;
  margin: 10px 0px;
  padding: 15px 20px;
  line-height: 30px;
}
#topmenu .productMenuContent a p.productDescription,
#topmenu #menu #menu-content .productDescription {
  line-height: initial;
  margin: 0px;
  font-size: 12px;
  padding-top: 5px;
}

#topmenu i {
  font-size: 24px;
  padding-right: 10px;
}

#topmenu a i.productIconIM,
.productIcons .productIcon i.productIconIM {
  color: #21d8b4;
}
#topmenu a i.productIconBP,
.productIcons .productIcon i.productIconBP {
  color: #2b85d8;
}
#topmenu a i.productIconBE,
.productIcons .productIcon i.productIconBE {
  color: #e76787;
}
#topmenu a i.productIconSM,
.productIcons .productIcon i.productIconSM {
  color: #8b0eb1;
}
#topmenu a i.productIconCP,
.productIcons .productIcon i.productIconCP {
  color: #ff780a;
}
#topmenu a i.productIconDR,
.productIcons .productIcon i.productIconDR {
  color: #fcc000;
}
#topmenu a i.productIconHR,
.productIcons .productIcon i.productIconHR {
  color: #498e59;
}
#topmenu a i.productIconVC,
.productIcons .productIcon i.productIconVC {
  color: #333333;
}

#topmenu .backgroundMenuOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #333333;
  top: 60px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 200ms ease-out;
}
#topmenu .topmenuContent.topmenuContentActive .backgroundMenuOverlay {
  visibility: visible;
  opacity: 0.6;
}

#topmenu .menuBackButton {
  display: flex;
  padding-left: 20px;
  cursor: pointer;
}
#topmenu .menuBackButton:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f104";
  font-weight: 200;
  margin-right: 10px;
  font-size: 20px;
  color: #333333;
}

#topmenu .topmenu-right .topmenuQuote {
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#topmenu .topmenu-right .topmenuWebinar,
#topmenu .topmenu-right .productMenu,
#topmenu .topmenu-right .login {
  margin: 0 20px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
#topmenu .topmenu-right #menu {
  margin: 0px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#topmenu .topmenu-right .topmenuDivider,
#topmenu .topmenu-right .supportIcon {
  margin: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#topmenu .topmenu-right .langSelector {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0px 20px;
}
#topmenu .topmenu-right .langSelected {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
#topmenu .topmenu-right .langSelectorDropdown {
  display: none;
}

#topmenu .topmenu-right .langSelector.activeLangDropdown .langSelectorDropdown {
  display: flex;
  flex-direction: column;
  top: 50px;
  position: absolute;
}

#topmenu .topmenu-right .langSelector .langSelectorDropdown .langOptions {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  margin: 5px;
  cursor: pointer;
}
#topmenu .topmenu-right .langSelector .langSelectorDropdown .langOptions:hover {
  opacity: 0.7;
}

#topmenu .topmenu-right .langSelector .langOptions#langSelector-sv {
  background-image: url(/resources/images/flag-se.svg);
}
#topmenu .topmenu-right .langSelector .langOptions#langSelector-en {
  background-image: url(/resources/images/flag-uk.svg);
}
#topmenu .topmenu-right .langSelector .langOptions#langSelector-de {
  background-image: url(/resources/images/flag-de.svg);
}

#topmenu .topmenuBackground {
  position: absolute;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  border-bottom: 1px solid transparent;
}

/* ----- END Top menu ----- */

/* ----- Menu content ----- */
#topmenu #menu-content .menuContentContainer {
  position: absolute;
  background-color: #f0f0f0;
  min-width: 100%;
  border-top: 1px solid #cccccc;
  padding: 0px 40px 10px 40px;
  z-index: 1;
  top: 60px;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 2;
}

#topmenu .menuDropdown {
  transform: translate(0, calc(-100% - 60px));
  transition: 500ms ease-out;
}

#topmenu .topmenuContentActive .menuDropdown {
  transform: translate(0, 0);
}
#topmenu #menu-content .menuItem {
  width: 25%;
  display: flex;
  flex-direction: column;
}

#topmenu #menu-content a {
  margin: 5px 0px;
  padding: 5px 20px;
  line-height: 20px;
  font-size: 14px;
}
#topmenu .topmenuContent {
  z-index: -2;
}
#topmenu .topmenuContent.topmenuContentActive {
  display: block;
}

#topmenu #menu-content .menuItem p {
  margin: 5px 0px 5px 0px;
  padding: 15px 20px 0px 20px;
  line-height: 30px;
  font-weight: 400;
  font-size: 16px;
  cursor: default;
  display: flex;
  align-items: center;
}

#topmenu div p i.menuIconNewspaper {
  color: #3691db;
}
#topmenu div p i.menuIconHelp {
  color: #4fc93f;
}
#topmenu div p i.menuIconCompany {
  color: #fcc000;
}
#topmenu div p i.menuIconSettings {
  color: #5f5f5f;
}
#topmenu div p i.menuIconProducts {
  color: #f76708;
}

#topmenu .mobile-menu-content {
  display: none;
}

#topmenu .mobile-menu-content.mobileMenuActive {
  transform: translate(0, 0);
}

#topmenu .mobile-menu-content .mobileMenuDivider {
  border: 0.5px solid #cccccc;
  margin: 0 auto;
  width: 90%;
}

#topmenu .mobile-menu-content .mobileMenuCategory {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  cursor: pointer;
}

#menu .submenu {
  display: none;
  position: absolute;
  margin: 0px;
  background-color: #f0f0f0;
  min-height: 100vh;
  width: 100%;
  border-top: 1px solid #cccccc;
}

#menu .submenu-content {
  display: flex;
  flex-direction: column;
}

#menu .submenu a {
  padding-left: 20px;
}

#menu .submenu .submenuTitle {
  padding-left: 20px;
  margin: 0px;
  display: flex;
  align-items: center;
}

/* ----- END Menu content ----- */
/* ----- SlideIn general ----- */
.leftandrightcontent {
  display: flex;
  flex-direction: row;
}

.contentRight,
.contentLeft {
  flex: 1 1 50%;
}

.contentDivider {
  border-left: 1px solid #ccc;
  height: 100%;
}

/* ----- END SlideIn general ----- */

/* ----- Support ----- */

#support .headerContainer {
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  background-image: url(/resources/images/undraw_contact_us.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 500px;
  background-position: 90% 90%;
}
#support .headerContainer h1 {
  text-align: left;
  font-size: 50px;
}
#support .headerContainerContent {
  width: 80%;
}
#support .textContainer {
  max-width: 100%;
  text-align: left;
}

#support .textContainer p {
  max-width: 1200px;
}

#support .button {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  min-width: fit-content;
}

#support .buttonContainer {
  justify-content: flex-start;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}

#support .buttonContainer .button::before {
  font-family: "Font Awesome 5 Pro";
  color: white;
  font-weight: bold;
  padding-right: 10px;
  font-size: 18px;
  text-align: center;
}

#support .buttonContainer .button#helpButton::before {
  content: "\f02d";
}

#support .buttonContainer .button#helpButton {
  margin-left: auto;
}

#support .buttonContainer .button#emailButton::before {
  content: "\f0e0";
}

#support .telephoneNumberContainer {
  max-width: fit-content;
  display: grid;
  column-gap: 50px;
  row-gap: 15px;
  grid-template-columns: auto auto;
  border-top-style: solid;
  border-color: #ffffff;
  padding-top: 20px;
  border-width: 1px;
  padding-bottom: 60px;
  justify-content: center;
}

#support .numberImage {
  width: 24px;
  height: 24px;
  background-size: cover;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
}
#support .numberImage#uk {
  background-image: url(/resources/images/flag-uk.svg);
}
#support .numberImage#sv {
  background-image: url(/resources/images/flag-se.svg);
}
#support .numberImage#de {
  background-image: url(/resources/images/flag-de.svg);
}

#support .numberImage#ma {
  background-image: url(/resources/images/flag-ma.svg);
}

#support .numberImage#sa {
  background-image: url(/resources/images/flag-sa.svg);
}

#support .telephoneNumberContent {
  display: flex;
  flex-direction: row;
  gap: 20px;
  color: #333333;
  white-space: nowrap;
}

#support .telephoneNumberContainer a:hover {
  color: #fcc000;
}

#support .contactContainer {
  display: flex;
  justify-content: center;
  padding: 60px 0px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  row-gap: 60px;
}

#support .contactCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 20%;
  @media (max-width: 900px) {
    flex: 0 0 30%;
  }
}

#support .cardFlag {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
#support .cardFlag#sv {
  background-image: url(/resources/images/flag-se.svg);
}
#support .cardFlag#uk {
  background-image: url(/resources/images/flag-uk.svg);
}
#support .cardFlag#de {
  background-image: url(/resources/images/flag-de.svg);
}
#support .cardFlag#ma {
  background-image: url(/resources/images/flag-ma.svg);
}
#support .cardFlag#sa {
  background-image: url(/resources/images/flag-sa.svg);
}
#support .cardText {
  text-align: center;
  line-height: 100%;
}
#support main {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
}
#support main h2 {
  text-align: left;
}
#support .helpContainer {
  width: 80%;
  border-bottom: solid 1px;
  border-top: solid 1px;
  border-color: #e2e2e2;
  padding: 40px 0px;
  background-image: url(/resources/images/undraw_online_information.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 200px;
  background-position-x: 80%;
}

#support .helpContainer p {
  max-width: calc(100% - 400px);
}
#support .helpContainer .buttonContainer {
  margin: 0px 0px;
}

#support .helpContainer a#emailLink {
  display: inline-flex;
  align-items: center;
}

#support .helpContainer a#emailLink::before {
  font-family: "Font Awesome 5 Pro";
  color: #fcc000;
  font-weight: bold;
  padding-right: 10px;
  font-size: 20px;
  content: "\f0e0";
}
#support .faqContainer {
  width: 80%;
  padding: 40px 0px;
}

#support .faqContainer a {
  display: block;
  margin-bottom: 20px;
  font-size: large;
  font-weight: 300;
  line-height: normal;
}

#support .termsContainer {
  text-align: left;
  width: 80%;
  margin-bottom: 20px;
  border-top: solid 1px;
  border-color: #e2e2e2;
  padding-top: 40px;
}

#support .termsContainer a {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  #support .contactContainer {
    max-width: 100%;
  }
}

@media (max-width: 1100px) {
  #support .headerContainer {
    background-image: none;
  }
  #support .helpContainer {
    background-image: none;
  }

  #support .helpContainer p {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  #support .headerContainer {
    background-image: none;
  }
}

@media (max-width: 700px) {
  #support .contactContainer {
    flex-direction: column;
    gap: 50px;
  }

  #support .button {
    font-size: 16px;
  }

  #support .button#emailButton {
    margin-left: auto;
  }
  #support .buttonContainer .button#helpButton {
    margin-right: 20px;
  }
}

@media (max-width: 375px) {
  #support .telephoneNumberContainer {
    grid-template-columns: auto;
    width: auto;
    justify-content: start;
    max-width: none;
  }
}

/* ----- END Support ----- */
/* ----- Social Media ----- */
#menu #menu-content .socialMediaContainer {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

#menu #menu-content .socialMediaContainer a {
  border: none;
  text-decoration: none;
  display: inline-block;
  width: 120px;
  margin: 0;
  box-sizing: border-box;
  line-height: 35px;
}

#menu #menu-content .socialMediaContainer a div {
  width: 35px;
  height: 35px;

  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

#menu #menu-content .socialMediaContainer a span {
  color: white;
  font-size: 16px;
  text-transform: none;
}

/* ----- Footer ----- */
footer {
  display: flex;
  flex-direction: row;
  height: auto;
  justify-content: space-between;
  background: #f0f0f0;
  padding: 30px 60px;
}

footer .footerMenu {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 50px;
}

footer .footerContainer {
  display: flex;
}


footer .footerContentRight {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

footer .footerMenu .footerMenuDiv1,
footer .footerMenu .footerMenuDiv2 {
  padding: 10px 0px;
  display: flex;
  align-items: center;
}

footer .footerMenu a {
  color: #333333;
  font-size: 16px;
}

footer .isoCert a {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 200;
  cursor: pointer;
}

footer .footerMenu a:hover {
  opacity: 0.7;
}
footer .footerLogo {
  height: 120px;
  width: 200px;
  flex: 0 0 auto;
  background-image: url(/resources/images/TE-BI_logo.svg);
  background-repeat: no-repeat;
  background-position: center;
}

footer .footerMenu a.BILink {
  color: #3a8ada;
  font-size: 12px;
  padding-top: 7px;
  text-align: center;
  width: 280px;
}


footer .footerMenu .footerDot {
  margin: auto;
  font-size: 5px;
  color: #333333;
  margin-left: 30px;
  margin-right: 30px;
}

/* ----- END Footer ----- */
/* ----- Index.html ----- */

/* general */

#index.pageContentContainer {
  padding-top: 0;
}

#index h2,
#index h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

#index .demoButtonContainer {
  text-align: center;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

#index .contactUsButton {
  line-height: 33px;
  display: inline-block;
  border-color: #fcc000;
  width: 160px;
  font-size: 12px;
  font-weight: 600;
  height: 33px;
}
.ie11 #index .pageContent#pageContentMain,
.ios #index .pageContent#pageContentMain {
  background-attachment: scroll;
}

.startpagePicture {
  position: absolute;
  right: 0;
  width: 30%;
  top: 160px;
}

.pageContent#pageContentMain h1 {
  font-size: 70px;
  color: #404040;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  font-weight: 200;
  width: auto;
  max-width: 100%;
  padding-left: 60px;
}

.lang-de .pageContent#pageContentMain h1 {
  font-size: 65px;
}
.lang-de .pageContent#pageContentMain h1.titleRow1 {
  padding-top: 60px;
}
.lang-de .pageContentContainer .pageContent .productContainer {
  padding-top: 60px;
}

.pageContent#pageContentMain h1.titleRow1 {
  padding-top: 40px;
  background-color: #f0f0f0;
}
.pageContent#pageContentMain h1.titleRow2 {
  color: #8a8a8a;
  background-color: #ffffff;
}

.pageContent#pageContentSecond p {
  font-size: 30px;
  color: #404040;
  text-align: center;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 10px;
}

#index .contactUsButtonContainer {
  text-align: center;
}

#index .pageContent#pageContentMain .productBoxContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  margin: 50px;
  min-height: 390px;
  height: 390px;
}

.lang-de .pageContent#pageContentMain .productBoxContainer {
  min-height: 410px;
  height: 410px;
}

.pageContent#pageContentMain
  .productBoxContainer
  .productBox#productBoxInsidermanager,
.pageContent#pageContentMain
  .productBoxContainer
  .productBox#productBoxCrisisportal {
  flex: 0 0 340px;
  height: calc(100% - 60px);
}

.pageContent#pageContentMain .productBoxContainer .productBoxContent {
  display: flex;
  flex-direction: column;
  background-color: white;
  height: calc(100% - 20px);
  margin: 10px 20px;
  padding: 15px 20px 10px 20px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  border: 5px solid transparent;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.4);
  text-align: left;
  border-radius: 10px;

  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.lang-en .pageContent#pageContentMain .productBoxContainer .productBoxContent {
  min-height: 305px;
}

.lang-de .pageContent#pageContentMain .productBoxContainer .productBoxContent {
  min-height: 305px;
}

.pageContent#pageContentMain .productBoxContainer .productBoxContent:hover {
  border: 5px solid #fcc000;
  margin: 0 10px;
  padding: 25px 30px 20px 30px;
}

.pageContent#pageContentMain .productBoxContainer .productBox img {
  height: 40px;
  width: auto;
  margin: 10px auto;
  display: block;
}

#index .pageContent#pageContentMain .productBoxContainer .productBox h3 {
  margin: 10px 0;
}

#index .pageContent#pageContentMain .productBoxContainer .productBox h3 span {
  font-size: 22px;
}

.pageContent#pageContentMain .productBoxContainer .productBox p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pageContent#pageContentMain
  .productBoxContainer
  .productBox#productBoxBoardportal {
  flex: 0 0 340px;
  height: calc(100% - 20px);
  margin: 0 10px;
}

.pageContent#pageContentMain
  .productBoxContainer
  .productBox#productBoxSurveymanager {
  flex: 0 0 340px;
  height: calc(100% - 20px);
  margin: 0 10px;
}

.pageContent#webinarDivderIndex {
  background-color: #f0f0f2;
  height: 290px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}
.pageContent#webinarDivderIndex div {
  width: 500px;
  padding-left: 20px;
  padding-right: 20px;
}

.pageContent#webinarDivderIndex div h2 {
  margin-bottom: 10px;
  text-align: left;
  margin-top: 20px;
  line-height: normal;
}

.pageContent#webinarDivderIndex img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

/* END pageContentMain */
/* pageContentRefQuote & pageContentQuote */
#index .pageContent#pageContentRefQuote,
#index .pageContent#pageContentQuote {
  background-color: white;
}

#index .pageContent#pageContentRefQuote div.pageContentQuote,
#index .pageContent#pageContentQuote div.pageContentQuote {
  padding: 30px 0px;
  text-align: center;
}

#index .pageContent#pageContentRefQuote div.pageContentQuote span.quoteMarks,
#index .pageContent#pageContentQuote div.pageContentQuote span.quoteMarks {
  font-size: 50px;
  color: #fcc000;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -5px;
}

.ie11
  #index
  .pageContent#pageContentRefQuote
  div.pageContentQuote
  span.quoteMarks,
.ie11 #index .pageContent#pageContentQuote div.pageContentQuote span.quoteMarks,
.ie11 .productSlide div.pageContentQuote span.quoteMarks {
  line-height: 50px;
}

#index .pageContent#pageContentRefQuote div.pageContentQuote p,
#index .pageContent#pageContentQuote div.pageContentQuote p {
  font-size: 20px;
  line-height: 30px;
  color: black;
  text-align: center;
  display: inline-block;
  margin: 0;
  font-weight: 300;
}

#index .pageContent#pageContentRefQuote div.pageContentQuote span.quoteName,
#index .pageContent#pageContentQuote div.pageContentQuote span.quoteName {
  font-size: 18px;
  color: #a1a1a1;
  text-align: center;
  display: block;
  line-height: 18px;
  margin-top: 20px;
}
/* END pageContentRefQuote & pageContentQuote */
/* pageContentRef */
#index .pageContent#pageContentRef {
  background-color: white;
  padding-top: 20px;
}

.referencesScrollContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  height: 200px;
}

.referencesScrollContainer div {
  flex: 0 0 0px;
  width: 0px;
  min-height: 0;

  padding: 0;
  order: 100;

  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.referencesScrollContainer div.referencesImg0 {
  padding: 0;
  order: -100;
}

.referencesScrollContainer div img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.referencesScrollContainer div.referencesImg1,
.referencesScrollContainer div.referencesImg2,
.referencesScrollContainer div.referencesImg3,
.referencesScrollContainer div.referencesImg4,
.referencesScrollContainer div.referencesImg5 {
  flex: 1 1 150px;
  width: 150px;
  padding: 0 40px;
}

.referencesScrollContainer div.referencesImg1 {
  order: 1;
}

.referencesScrollContainer div.referencesImg2 {
  order: 2;
}

.referencesScrollContainer div.referencesImg3 {
  order: 3;
}

.referencesScrollContainer div.referencesImg4 {
  order: 4;
}

.referencesScrollContainer div.referencesImg5 {
  order: 5;
}
/* END pageContentRef */
/* pageContentRef */
.ie11 #index .pageContent#pageContentRef {
  background-color: white;
}

.ie11 .referencesScrollContainer {
  display: block;
  position: relative;
}

.ie11 .referencesScrollContainer div {
  position: absolute;
  left: 1000px;
  width: 0px;
  min-height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ie11 .referencesScrollContainer div.referencesImg0 {
  padding: 0;
  left: -200px;
}

.ie11 .referencesScrollContainer div.referencesImg1,
.ie11 .referencesScrollContainer div.referencesImg2,
.ie11 .referencesScrollContainer div.referencesImg3,
.ie11 .referencesScrollContainer div.referencesImg4,
.ie11 .referencesScrollContainer div.referencesImg5 {
  width: 150px;
}

.ie11 .referencesScrollContainer div.referencesImg1 {
  left: 0;
}

.ie11 .referencesScrollContainer div.referencesImg2 {
  left: 200px;
}

.ie11 .referencesScrollContainer div.referencesImg3 {
  left: 400px;
}

.ie11 .referencesScrollContainer div.referencesImg4 {
  left: 600px;
}

.ie11 .referencesScrollContainer div.referencesImg5 {
  left: 800px;
}
/* END pageContentRef */
/* pageContentKeywords */
#index .pageContent#pageContentKeywords {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 450px;
  padding-top: 5px;
}

.ie11 #index .pageContent#pageContentKeywords,
.ios #index .pageContent#pageContentKeywords {
  background-attachment: scroll;
}

#index .pageContent#pageContentKeywords .limitWidthContainer {
  padding: 0 20px;
  text-align: center;
}

#index .pageContent#pageContentKeywords p {
  font-size: 16px;
  line-height: 26px;
}

#index .pageContent#pageContentKeywords #pageContentKeywords-SecurityContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

#index
  .pageContent#pageContentKeywords
  #pageContentKeywords-SecurityContainer
  .pageContentKeywords-SecurityBullet {
  flex: 0 0 200px;
  text-align: center;
  padding: 20px 0;
}

#index
  .pageContent#pageContentKeywords
  #pageContentKeywords-SecurityContainer
  .pageContentKeywords-SecurityBullet
  span {
  width: 100%;
  display: inline-block;
  font-size: 18px;
  padding-bottom: 10px;
}
#index
  .pageContent#pageContentKeywords
  #pageContentKeywords-SecurityContainer
  .pageContentKeywords-SecurityBullet
  img#isoCertLogo {
  max-height: 60px;
}
#index
  .pageContent#pageContentKeywords
  #pageContentKeywords-SecurityContainer
  .pageContentKeywords-SecurityBullet
  img {
  height: 80px;
  max-height: 80px;
  display: inline-block;
}

#index
  .pageContent#pageContentKeywords
  .limitWidthContainer#pageContentKeywords-contentEasy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#index
  .pageContent#pageContentKeywords
  .limitWidthContainer#pageContentKeywords-contentEasy
  div {
  flex: 0 0 50%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 300px;
  text-align: center;
}

.ie11
  #index
  .pageContent#pageContentKeywords
  .limitWidthContainer#pageContentKeywords-contentEasy
  div {
  padding: 0;
  margin-bottom: 20px;
}

#index
  .pageContent#pageContentKeywords
  .limitWidthContainer#pageContentKeywords-contentEasy
  div
  img {
  width: 440px;
  max-width: 96%;
  margin: 10px 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

#index
  .pageContent#pageContentKeywords
  .limitWidthContainer
  .indexFlexibleContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}

#index .pageContent#pageContentKeywords .limitWidthContainer .indexFlexible {
  flex: 1 1 auto;
  text-align: center;
}

#index
  .pageContent#pageContentKeywords
  .limitWidthContainer
  .indexFlexible
  .indexFlexibleImage {
  height: 200px;
  width: 200px;
  max-height: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);

  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

#index
  .pageContent#pageContentKeywords
  .limitWidthContainer
  .indexFlexible#indexFlexible1
  .indexFlexibleImage {
  background-image: url(/resources/images/indexFlexible1-sv.png);
}

.lang-en
  #index
  .pageContent#pageContentKeywords
  .limitWidthContainer
  .indexFlexible#indexFlexible1
  .indexFlexibleImage {
  background-image: url(/resources/images/indexFlexible1-en.png);
}

.lang-de
  #index
  .pageContent#pageContentKeywords
  .limitWidthContainer
  .indexFlexible#indexFlexible1
  .indexFlexibleImage {
  background-image: url(/resources/images/indexFlexible1-de.png);
}

#index
  .pageContent#pageContentKeywords
  .limitWidthContainer
  .indexFlexible#indexFlexible2
  .indexFlexibleImage {
  background-image: url(/resources/images/indexFlexible2.png);
}

#index
  .pageContent#pageContentKeywords
  .limitWidthContainer
  .indexFlexible#indexFlexible3
  .indexFlexibleImage {
  background-image: url(/resources/images/indexFlexible3.png);
}

.lang-en
  #index
  .pageContent#pageContentKeywords
  .limitWidthContainer
  .indexFlexible#indexFlexible3
  .indexFlexibleImage {
  background-image: url(/resources/images/indexFlexible3-en.png);
}

.lang-de
  #index
  .pageContent#pageContentKeywords
  .limitWidthContainer
  .indexFlexible#indexFlexible3
  .indexFlexibleImage {
  background-image: url(/resources/images/indexFlexible3-de.png);
}

#index
  .pageContent#pageContentKeywords
  .limitWidthContainer
  .indexFlexible
  div.indexFlexibleLabel {
  font-size: 16px;
  padding: 5px 0 10px 0;
  text-align: center;
  width: 300px;
  box-sizing: border-box;
  display: inline-block;
  text-transform: uppercase;
}

.lang-de
  #index
  .pageContent#pageContentKeywords
  .limitWidthContainer
  .indexFlexible
  div.indexFlexibleLabel {
  width: 280px;
}
/* END pageContentKeywords */
/* pageContentProd */
.pageContent#pageContentProd {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.ie11 .pageContent#pageContentProd,
.ios .pageContent#pageContentProd {
  background-attachment: scroll;
}

.pageContent#pageContentProd .productBoxContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 30px;
  min-height: 240px;
}

.pageContent#pageContentProd .productBoxContainer .productBox {
  flex: 0 1 320px;
  min-height: 170px;

  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.pageContent#pageContentProd .productBoxContainer .productBoxContent {
  min-height: 170px;
  background-color: white;
  margin: 10px 15px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  border: 5px solid transparent;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.2);
  text-align: left;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;

  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.pageContent#pageContentProd .productBoxContainer .productBoxContent:hover {
  border: 5px solid #fcc000;
  margin: 0 10px;
  padding: 10px 5px;
}

.pageContent#pageContentProd .productBoxContainer .productBox img {
  height: 40px;
  width: auto;
  margin: 10px auto;
  display: block;
}

.pageContent#pageContentProd .productBoxContainer .productBox h3 {
  margin: 10px 0;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  padding: 0;
}

.pageContent#pageContentProd .productBoxContainer .productBox h3 span {
  font-size: 22px;
}

.pageContent#pageContentProd .productBoxContainer .productBox p {
  margin-top: 30px;
}
/* END pageContentProd */

/* 
* {
	box-sizing: border-box;
} */

/* Slideshow container */
.productSlide-imagescontainerSizebox {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top: 50px;
}

/* Hide the images by default */
.mySlides {
  display: none;
  /* transition-delay: 1s; */
}

.mySlides:hover {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* The dots/bullets/indicators */
.picturedot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.picturedot:hover {
  background-color: #717171;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.lang-de .productSlide .productSlide-imagescontainer {
  max-width: 500px;
}

.productSlide .productSlide-imagescontainer:hover {
  color: #e2ac00;
}

.productSlide .productSlide-imagescontainer h2 {
  display: inline-block;
  margin: 0;
  width: 120%;
  vertical-align: top;
  height: 100%;
  padding-top: 40px;
  text-align: center;
  line-height: 25px;
  font-size: 30px;
  padding-left: 20px;
}

.productSlide .productSlide-imagescontainer h2 span {
  font-size: 18px;
}

.productSlide .productSlide-header {
  margin-bottom: 10px;
}

.productSlide.pageContentContainer .productSlide-referencecontainer {
  margin: 20px auto;
  padding: 20px 0;
  width: 100%;
  height: 180px;

  text-align: center;
}

.productSlide.pageContentContainer
  .productSlide-referencecontainer
  .referenceContainer {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  box-sizing: border-box;
  display: inline-block;
}
.productSlide.pageContentContainer
  .productSlide-referencecontainer
  .referenceContainer
  div {
  position: absolute;
  height: 100%;
  width: 60%;
  margin: 0 20%;
  text-align: center;
  vertical-align: middle;
  opacity: 0;

  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.productSlide.pageContentContainer
  .productSlide-referencecontainer
  .referenceContainer
  div.visible {
  opacity: 1;
}

.productSlide.pageContentContainer
  .productSlide-referencecontainer
  .referenceContainer
  div
  img {
  max-width: 90%;
  height: auto;
  max-height: 100%;

  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.productSlide.pageContentContainer
  .productSlide-referencecontainer
  .referenceContainer
  div
  img.sizeBasedOnHeight {
  width: auto;
  height: 80%;
}

.productSlide .contentLeft .text {
  height: calc(100% - 250px);
  line-height: 20px;
}

.productSlide .contentLeft {
  padding: 0 60px;
  font-size: 14px;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  flex: 1 1 55%;
  margin-bottom: 30px;
}

.productSlide .contentRight {
  padding: 0 30px;
  box-sizing: border-box;
  flex: 1 1 45%;
}

.productSlide h1 {
  text-align: left;
  font-size: 40px;
  display: inline-block;
  margin-right: 50px;
  margin-left: 65px;
  margin-top: 45px;
}

.productSlide .close-slideIn-arrow {
  top: 35px;
}

.productSlide .productSlide-header img {
  height: 40px;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 20px;
  margin-left: 100px;
}

.productSlide .productSlide-demotrialbuttons {
  vertical-align: text-bottom;
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
}

.productSlide-demotrialbuttons.webinarquoteButtonContainer {
  padding-top: 30px;
  padding-bottom: 5px;
}

.productSlide .productSlide-demotrialbuttons h3 {
  font-size: 16px;
  font-weight: 300;
}

.productSlide .productSlide-demotrialbuttons a {
  display: inline-block;
  margin: 10px;
  min-width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.productSlide div.pageContentQuote {
  margin: 30px 0 20px 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #cccccc;
  text-align: center;
}

.productSlide div.pageContentQuote.crisisportal {
  border-top: none;
}

.productSlide div.pageContentQuote span.quoteMarks {
  font-size: 70px;
  color: #fcc000;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-bottom: -15px;
}

.slideIn-container.productSlide div.pageContentQuote p {
  font-family: "Open Sans", "sans-serif";
  font-size: 25px;
  line-height: 50px;
  color: black;
  text-align: center;
  display: inline-block;
  margin: 0;
  font-weight: 300;
}

.productSlide div.pageContentQuote p {
  font-family: "Open Sans", "sans-serif";
  font-size: 25px;
  line-height: 50px;
  color: black;
  text-align: center;
  display: inline-block;
  margin: 0;
  font-weight: 100;
}

.productSlide div.pageContentQuote span.quoteName {
  font-size: 18px;
  color: #a1a1a1;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}

.productSlide .bulletpointContainer {
  padding: 10px 0;
}

.productSlide .bulletpointContainer .bullet {
  background-color: #fcc000;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  margin-left: -25px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}

.productSlide .bulletpointContainer:nth-child(1) .bullet {
  background-color: #fcc000;
}

.productSlide .bulletpointContainer:nth-child(2) .bullet {
  background-color: #fcc000;
}

.productSlide .bulletpointContainer:nth-child(3) .bullet {
  background-color: #fcc000;
}

.productSlide .bulletpointContainer:nth-child(4) .bullet {
  background-color: #fcc000;
}

.productSlide .bulletpointContainer:nth-child(5) .bullet {
  background-color: #fcc000;
}

.productSlide .bulletpointContainer:nth-child(6) .bullet {
  background-color: #fcc000;
}

.productSlide .bulletpointContainer:nth-child(7) .bullet {
  background-color: #fcc000;
}

.productSlide .bulletpointContainer:nth-child(8) .bullet {
  background-color: #fcc000;
}

.productSlide .bulletpointContainer .header {
  display: inline-block;
  font-weight: 300;
  margin: 5px;
  font-size: 20px;
  line-height: 22px;
}

.productSlide .video-wrapper {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  /* height: 100%; */
}

.productSlide .videoContent {
  width: auto;
  height: auto;
  position: relative;
  margin: auto;
}

.productSlide .videoOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
}

.productSlide .videoOverlay i {
  font-size: 220px;
  color: #333333;
  margin-bottom: 10px;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}

.productSlide .videoOverlay i:hover {
  opacity: 0.7;
}

.productSlide .videoOverlay .button {
  background-color: #333333;
}

.productSlide .video-wrapper .IMvideo,
.productSlide .video-wrapper .SMvideo {
  width: 100%;
  max-width: 700px;
  margin-bottom: -4px;
}
/* END ProductSlide */

/* ----- END Index.html ----- */
/* ----- Animation element ----- */
.animation-element {
  opacity: 0;
  position: relative;
}

.animation-element.slide-forward,
.slide-forward {
  opacity: 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;

  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

.animation-element.slide-forward.in-view,
.slide-forward.in-view {
  opacity: 1;
  transform: scale(1, 1);
}

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;

  -moz-transform: translate(100px, 0px);
  -webkit-transform: translate(100px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;

  -moz-transform: translate(-100px, 0px);
  -webkit-transform: translate(-100px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate(0px, 0px) !important;
  -webkit-transform: translate(0px, 0px) !important;
  -o-transform: translate(0px, 0px) !important;
  -ms-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important;
}
/* ----- END Animation element ----- */
/* ----- Loading spinner ----- */
.loadingSpinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;

  -webkit-animation: cssRotate 2s infinite linear;
  animation: cssRotate 2s infinite linear;
}

.loadingSpinner .dot1,
.loadingSpinner .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: white;
  border-radius: 100%;

  -webkit-animation: cssScale 2s infinite ease-in-out;
  animation: cssScale 2s infinite ease-in-out;
}

.loadingSpinner.spinnerOnWhiteBackground .dot1,
.loadingSpinner.spinnerOnWhiteBackground .dot2 {
  background-color: #fcc000;
}

.loadingSpinner .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes cssRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cssRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes cssScale {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes cssScale {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ----- END Loading spinner ----- */
/* ----- Sending message ----- */
#sendingMessageContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

#sendingMessageContainer .sendingMessagePopup {
  width: 410px;
  min-height: 300px;
  margin: auto;
  margin-top: calc(50vh - 150px);
}

#sendingMessageContainer .loadingSpinnerContainer {
  padding-top: 10px;
}

#sendingMessageContainer .sendingMessageSuccess,
#sendingMessageContainer .sendingMessageFailed {
  display: none;
  padding: 20px 10px 20px 10px;
  color: #333333;
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
}

#sendingMessageContainer .sendingMessageSuccess div,
#sendingMessageContainer .sendingMessageFailed div {
  color: #333333;
  font-size: 70px;
  text-align: center;
}

#sendingMessageContainer .sendingMessageSuccess h2,
#sendingMessageContainer .sendingMessageFailed h2 {
  color: #333333;
  font-weight: normal;
  line-height: 35px;
  display: inline-block;
  white-space: break-spaces;
}

#sendingMessageContainer.sendingMessage-success .sendingMessageSuccess,
#sendingMessageContainer.sendingMessage-failed .sendingMessageFailed {
  display: block;
}

#sendingMessageContainer.sendingMessage-success .loadingSpinnerContainer,
#sendingMessageContainer.sendingMessage-failed .loadingSpinnerContainer {
  display: none;
}

#sendingMessageContainer div.sendingMessageTop {
  font-size: 35px;
  white-space: nowrap;
}

#sendingMessageContainer .sendingMessageSuccess .fa-check {
  color: #a6ca5f;
  font-size: 23px;
  display: inline-block;
  margin-right: 10px;
}

#sendingMessageContainer .sendingMessageFailed .fa-times {
  color: #ff4e4e;
  font-size: 23px;
  display: inline-block;
  margin-right: 10px;
}

/* ----- Gallery ----- */
.gallery {
  z-index: 100000;
  width: 0vw;
  height: 0vh;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);

  opacity: 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.gallery.open-gallery {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;

  opacity: 1;
}

.gallery .galleryImageContainer {
  position: absolute;
  max-width: 80%;
  max-height: 80%;

  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;

  opacity: 0;
  visibility: hidden;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.ie11 .gallery .galleryImageContainer {
  width: 80%;
  height: 80%;
}

.gallery .galleryImageContainer.open {
  opacity: 1;
  visibility: visible;
}

.gallery .galleryImageContent {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.gallery .galleryImageContainer img.image {
  max-width: 100%;
  max-height: calc(100% - 40px);
  display: none;
  margin: auto;
}

.gallery.open-gallery .galleryImageContainer img.image {
  display: block;
}

.gallery .imageText {
  max-width: 100%;
  min-width: 50%;
  min-height: 30px;
  width: auto;
  line-height: 20px;
  background-color: white;
  border-radius: 10px;
  padding: 5px 50px;
  display: inline-block;
  margin-top: 10px;
  box-sizing: border-box;
  position: relative;
}

.gallery .imageNum {
  position: absolute;
  top: calc(50% - 9.2px);
  right: 10px;
}

.gallery .changeImg {
  opacity: 0;
  max-width: 55px;
  max-height: 60px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  margin-top: -30px;
  top: 50%;
  position: absolute;
  cursor: pointer;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.gallery .changeImg.previous {
  left: 70px;
}

.gallery .changeImg.next {
  right: 70px;
}

.gallery .changeImg .arrow {
  margin: 25px;
}

.close-gallery {
  position: absolute;
  top: 15px;
  right: 25px;
}

.close-gallery span {
  height: 4px;
  background: white;
}
/* ----- END Gallery ----- */
/* ----- Security ----- */
#security {
  padding: 70px 0 0 0;
}

#security #pageContentStart {
  border-bottom: 5px solid #fcc000;
  padding-bottom: 50px;
  margin-bottom: 50px;
  text-align: center;
}

#security #pageContentStart img {
  width: 120px;
  margin: 0 auto;
  display: block;
}

#security #pageContentBullets {
  max-width: 800px;
  margin: auto;
}

#security .securityInfoContainer {
  padding: 5px 30px;
  box-sizing: border-box;
  margin: 30px auto;
  display: block;
}

#security .securityInfoContainer h1 {
  text-align: center;
  line-height: 1;
}

#security .securityInfoContainer .imageContainer {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

#security .securityInfoContainer .imageContainer img {
  height: 100px;
  width: auto;
}

#security .securityInfoContainer .textContainer {
  width: calc(100% - 205px);
  display: inline-block;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

#security .securityMoreInfo {
  text-align: center;
  margin: 0;
  padding: 30px 20px;
  font-size: 18px;
  color: #fcc000;
}

#security .badges-eng img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

#security .pageContent .securityImgContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#security .pageContent .securityImg {
  margin: 10px 50px !important;
}

#security .securityImgContainer #cec {
  width: 80px !important;
}
#security .securityImgContainer #isoLogo {
  width: 100px !important;
}
#security .securityImgContainer .securityImg#ncsc,
#security .securityImgContainer .securityImg#isoCert {
  width: 200px !important;
}

/* ----- END Security ----- */
/* ----- Unsubscribe ----- */
#unsubscribe {
  padding: 40px 0 0 0;
}

#unsubscribe #pageContentStart {
  border-bottom: 5px solid #fcc000;
  padding-bottom: 50px;
  margin-bottom: 50px;
  text-align: center;
}

#unsubscribe #pageContentStart img {
  width: 170px;
  margin: 0 auto;
  display: block;
}

#unsubscribe #description {
  text-align: center;
}

/* ----- END Unsubscribe ----- */
/* ----- Cookie Consent Form ----- */
#cookies .NeccessaryCookiesTitle,
#cookies .FunctionalCookiesTitle,
#cookies .MarketingCookiesTitle {
  display: flex;
  align-items: center;
}
#cookies .EditCookieSettingsLabel .NeccessaryCookiesTitle i {
  color: #cccccc;
}
#cookies .EditCookieSettingsLabel div i {
  font-family: "Font Awesome 5 Pro";
  font-size: 25px;
  color: #fcc000;
  font-weight: 600;
  padding: 0 10px;
}
#cookies .EditCookieSettingsTextContainer p {
  color: #8a8a8a;
  margin-top: 5px;
}
/* ----- END Cookie Consent form ----- */
/* ----- Cookies ----- */
#cookies {
  padding-bottom: 30px;
}

#cookies .cookiesInfoContainer h1 {
  font-size: 50px;
  line-height: 50px;
  margin: 50px 0;
  text-align: center;
}

#cookies .cookiesInfoContainer {
  padding: 5px 30px;
  margin: 0;
}

#cookies .cookiesInfoContainer .EditCookieSettingsTextContainer {
  padding: 0px;
  width: auto;
}

#cookies.cookiesNotAnswered #cookiesPageRevoke,
#cookies.cookiesAccepted #cookiesPageAccept,
#cookies.cookiesDeclined #cookiesPageAccept #cookiesPageDeclineButton,
#cookies.cookiesDeclined #cookiesPageRevoke {
  display: none;
}

#cookies .cookiesInfoContainer .cookiesAcceptButtonContainer {
  padding: 0px;
  display: inline-block;
}

.messageCookieSettingsSaved {
  display: none;
  color: #333333;
  margin-top: 27px;
  font-weight: 600;
  transition: 500ms;
}

#cookies .EditCookieSettingsCookieConsentForm {
  display: none;
}

/* ----- END Cookies ----- */
/* ----- GDPR ----- */

#gdpr .gdprInfoContainer h1 {
  text-align: center;
  padding-top: 60px;
}

#gdpr .gdprInfoContainer {
  padding: 5px 30px;
  margin: 0;
}

#NeccessaryCookiesCheckbox,
#FunctionalCookiesCheckbox {
  display: none;
}

.EditCookieSettingsLabel {
  cursor: pointer;
}

/* ----- END GDPR ----- */
/* ----- event ----- */

#event.pageContentContainer {
  padding-top: 0;
  flex: 1 1 100%;
  display: flex;
}

#event .headerBackground {
  background-color: #f0f0f0;
  display: inline-block;
  width: 100%;
  padding: 20px 0 20px 0;
}

#event .headerBackground .headerBackgroundContent {
  width: 90%;
  margin: auto;
  max-width: 1560px;
}

#event .headerBackground h1 {
  font-size: 30px;
  text-align: center;
  @media screen and (max-width: 528px) {
    font-size: 22px;
  }
}

#event .headerBackground p#intro {
  font-size: 16px;
  text-align: center;
}

#event h3 {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

#event .pageContent#previousEvents {
  background-color: #f1f1f1;
  padding: 40px 0;
}

#event .previousEventsHeader {
  padding: 10px 0;
  margin: 0;
}

#event .previousEventsHeader h2 {
  margin: 0;
}

#event #eventSignUpForm {
  padding-top: 30px;
}

#event .tooLateToSignUpText {
  color: #d11719;
}

#event .waitingListText {
  display: none;
  color: #ff7e00;
  padding-top: 22px;
}

#event .eventContainer .fewSeatsLeftBanner {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #727272;
}

#event.noEvent .linkToEventContainer {
  display: none;
}

#event.noEvent #eventSignUpForm {
  display: none;
}

#event .noEventContainer {
  display: none;
  text-align: center;
}

#event .eventContainer {
  order: 1;
}

#event .eventContainer#eventContainerPersonalDemo {
  order: 10;
}

#event .linkToEventContainer,
#event.noEvent .noEventContainer,
#event .previousEventsContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0;
  @media screen and (max-width: 528px) {
    padding: 20px 0;
  }
}

#event .previousEventsContainer {
  padding-top: 20px;
}

#event .eventContainer h4 {
  margin: 0;
}

#event .eventContainer h4.date {
  font-weight: 400;
  height: 20px;
}

#event #eventInfo {
  background-image: url(/resources/images/eventbg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

  min-height: 500px;
  flex: 1 1 100%;
}

.ie11 #event #eventInfo,
.ios #event #eventInfo {
  background-attachment: scroll;
}

#event .eventContainer#eventTemplate {
  display: none;
}

#event .eventContainer {
  flex: 0 0 350px;
  width: 350px;
  height: auto;
  margin: 20px;
  color: #333333;
}

#event .linkToEvent,
#event .noEvent {
  display: inline-block;
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 20px 20px 20px;
  margin: 10px;
  width: calc(100% - 60px);
  height: calc(100% - 50px);
  border: 4px solid transparent;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;

  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#event .linkToEvent h2 {
  line-height: normal;
  margin-bottom: 0;
}

#event .linkToEventContainer .linkToEvent:hover {
  border-color: #fcc000;
  padding: 20px 30px 30px 30px;
  margin: 0;
}

#event .noEvent {
  flex: 0 0 300px;
  width: 300px;
}

#event .noEvent h2 {
  line-height: 30px;
}

#event .slideIn-container {
  background-color: #f1f1f1;
}

#event .slideIn-container h2.topHeader {
  text-align: left;
  font-size: 40px;
  display: inline-block;
  margin-right: 50px;
  margin-left: 100px;
  margin-top: 45px;
}

#eventInfo {
  background-color: #f0f0f0;
}

#eventInfo .moreEventsButton {
  display: inline-block;
  margin: 20px 0 0 40px;
}

#eventInfo .moreEventsButton i {
  margin-right: 10px;
}

#eventInfo .eventInfo {
  width: 100%;
  min-height: 100%;
  padding: 7px 40px 10px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}

#eventInfo .eventInfo .presentationInfo {
  background-color: white;
  margin: 20px 0;
  box-sizing: border-box;
  flex: 1 1 100%;
  order: 1;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

#eventInfo .eventInfo .presentationInfo .eventButtonTop {
  position: absolute;
  right: 20px;
  top: 20px;
}

#eventInfo .eventInfo .presentationInfo .presentationInfoBg {
  background-image: url(/resources/images/eventImgSM.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  border-radius: 5px 5px 0 0;

  width: 100%;
  height: 200px;

  max-width: 1200px;
  margin: 0 auto;
}

#eventInfo .eventInfo .presentationInfo h2.eventName {
  padding: 10px 30px;
  margin: 20px;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
}

#eventInfo .eventInfo .presentationInfo .presentationInfoText {
  padding: 20px 50px;
}

#eventInfo h2.eventInfo-date {
  font-weight: normal;
}

#eventInfo .eventInfo p.eventText {
  margin: 50px 0 40px 0;
}

#eventInfo .eventInformationBox {
  line-height: 25px;
  padding: 0 0 20px 0;
  width: 400px;
  margin: 20px 0 20px 40px;
  background-color: white;
  box-sizing: border-box;
  flex: 0 1 500px;
  order: 2;
  max-width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

#eventInfo .eventInformationBox .eventDatesHeader {
  text-align: center;
  background-color: #fcc000;
  padding: 10px 0;
  font-size: 16px;
  color: white;
}

#eventInfo .eventInformationBox .eventDatesContent {
  padding: 30px 40px 20px 40px;
}

#eventInfo .eventInformationBox .eventDate {
  display: flex;
  padding-bottom: 10px;
}

#eventInfo .eventInformationBox .eventDate i {
  margin-right: 10px;
  margin-top: 6px;
  color: #fcc000;
}

#eventInfo .eventInformationBox .eventDate b {
  font-weight: 600;
  text-transform: capitalize;
}

#eventInfo .eventInformationBox .eventDate#timeTemplate {
  display: none;
}

#eventInfo .eventInformationBox h4 {
  text-align: center;
  margin-top: 5px;
}

#eventInfo .eventInformationBox p {
  line-height: 25px;
}

#eventInfo .eventInformationBox p span {
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}

#eventInfo .noPlanedEvents {
  display: none;
  width: 100%;
  text-align: center;
}

#eventInfo .eventInfo i {
  color: #909090;
  text-align: center;
  display: block;
}

#eventInfo .eventFullyBooked-container {
  text-align: center;
}

#eventInfo .eventFullyBooked {
  width: 100px;
  height: 32px;
  line-height: 30px;
  background-color: #d52c2c;
  color: white;
  border-radius: 15px;
  border: 1px solid #d52c2c;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
}

#eventInfo .eventSignUpButton {
  color: white;
  margin: 10px auto;
  display: inline-block;
  padding: 0 30px;
}

#eventInfo .eventSignUpButton:hover {
  color: #727272;
}

#eventInfo .noPlanedEvents p:first-child {
  color: #fcc000;
}

#eventInfo .presentation {
  box-sizing: border-box;
}

#eventInfo .presentation p {
  margin-top: 0;
}

#eventInfo .presentation p span {
  font-weight: 600;
}

#eventInfo .noLinkEvent .linkToEvent {
  cursor: default;
}

#eventInfo .noLinkEvent .linkToEvent .roundMoreInfoButton {
  display: none;
}

#eventInfo .previousEventsContainer .roundMoreInfoButton {
  background-color: #ccc;
}

#eventInfo .eventButton,
#eventInfo .webinarjamButton {
  display: inline-block;
}

#eventInfo .presentersContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

#eventInfo .presenters {
  padding: 20px 0;
}

#eventInfo .presenters h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 100;
}

#eventInfo .presentersContainer .personWrapper {
  flex: 0 0 auto;
}

#eventInfo .presentersContainer .personWrapper .personImgWrapper {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  overflow: hidden;
}

#eventInfo .presentersContainer .personWrapper .personImgWrapper img {
  width: 100%;
  height: 100%;
}

#eventInfo .presentersContainer .personWrapper .personName {
  text-align: center;
  font-size: 14px;
  padding: 10px 0 20px 0;
}

#eventInfo .fullyBookedText {
  display: none;
  margin-left: 10px;
  background-color: #df5151;
  border-radius: 10px;
  padding: 0px 10px;
  color: white;
  font-size: 12px;
}

#eventInfo .fullyBooked .fullyBookedText {
  display: inline-block;
}

#event .webinarFilterFunction {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 530px) {
  #event .webinarFilterFunction {
    flex-direction: column;
    gap: 20px;
  }
}

#event .webinarFilterFunction .filterButton {
  flex: 0 0 auto;
  display: flex;
  box-sizing: border-box;
  min-width: 100px;
  height: 33px;
  line-height: 30px;
  border-radius: 100px;
  font-family: "Open Sans", "sans-serif";
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  align-items: center;
  gap: 10px;
  padding: 15px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.6);
  background-color: #e0e0e0;
  border: 2px solid transparent;
  &.selected {
    border-color: #cccccc;
    background-color: #f5f5f5;
  }

  @media screen and (max-width: 900px) {
    height: 44px;
  }

  @media screen and (max-width: 530px) {
    min-width: 180px;
  }
}
#event .webinarFilterFunction .filterButton:hover {
  @media not (pointer: coarse) {
    background-color: #f0f0f0;
    border-color: #cccccc;
  }
}
.webinarFilterFunction .imageContainerLang {
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  display: flex;
}

#event .imageContainerLang#sv {
  background-image: url(/resources/images/flag-se.svg);
}
#event .imageContainerLang#en {
  background-image: url(/resources/images/flag-uk.svg);
}
#event .imageContainerLang#de {
  background-image: url(/resources/images/flag-de.svg);
}

#event .webinarFilterFunction .filterButton.selected::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f205";
  font-weight: 200;
  margin-left: 8px;
  font-size: 22px;
  margin-left: auto;
  color: #fcc000;
}
#event .webinarFilterFunction .filterButton:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f204";
  font-weight: 200;
  margin-left: 8px;
  font-size: 22px;
  margin-left: auto;
  color: #bababa;
}

#event .flagContainer {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -3%;
  top: -3%;
  background-size: cover;
  border-radius: 100px;
  background-position: center;
  display: none;
}

#event .flagContainer#sv {
  background-image: url(/resources/images/flag-se.svg);
  display: flex;
}
#event .flagContainer#en {
  background-image: url(/resources/images/flag-uk.svg);
  display: flex;
}
#event .flagContainer#de {
  background-image: url(/resources/images/flag-de.svg);
  display: flex;
}

/* ----- END event ----- */
/* ----- Trial & Demo ----- */

#trial,
#demo,
#contact,
#quote {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}

.lang-en #trial,
.lang-en #demo,
.lang-en #contact,
.lang-en #quote,
.lang-de #trial,
.lang-de #demo,
.lang-de #contact,
.lang-de #quote {
  min-height: calc(100vh - 244px);
}

.formAndStepContainer {
  flex: 1 1 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.formAndStepContainer .iftaFormContainer {
  padding: 20px 40px 40px 40px;
  flex: 1 1 60%;
}

.formAndStepContainer .iftaFormContainer {
  margin-bottom: 30px;
}

.formAndStepContainer .iftaFormContainer form {
  max-width: 500px;
  margin: auto;
}

.formAndStepContainer .iftaFormContainer form .submit {
  font-size: 14px;
  padding: 12px 20px;
  height: auto;
  border-radius: 30px;
  line-height: normal;
  margin: auto;
  display: block;
}

.formAndStepContainer .stepContainer {
  background-color: #555555;
  flex: 0 1 40%;
  max-width: 500px;
  position: relative;
  z-index: 0;
  color: white;
  box-sizing: border-box;
  padding-top: 15px;
}

.formAndStepContainer .stepContainer h1 {
  padding: 0 10px;
  font-size: 28px;
  margin: 20px;
}

#trial .formAndStepContainer .stepContainer {
  display: none;
}

#trial
  .formAndStepContainer.selectedTrialRequest
  .stepContainer#stepContainerRequest {
  display: block;
}

#trial .formAndStepContainer .stepContainer#stepContainerRequest h2 {
  font-weight: 300;
  text-align: center;
  line-height: normal;
  padding: 0 10px;
  font-size: 28px;
  margin: 20px;
}

#trial .formAndStepContainer .stepContainer#stepContainerRequest h2 span {
  display: block;
  font-size: 23px;
  line-height: normal;
  display: block;
  margin-top: 20px;
}

#trial
  .formAndStepContainer.selectedTrialStart
  .stepContainer#stepContainerStart {
  display: block;
}

.formAndStepContainer .stepContainer h1 span {
  display: block;
  font-size: 23px;
  line-height: normal;
  display: block;
  margin-top: 20px;
}

.formAndStepContainer .stepContainer img {
  display: block;
  width: 400px;
  max-width: 90%;
  margin: 0 auto 30px auto;
}

.formAndStepContainer .stepContainer ul {
  list-style-type: none;
  padding: 20px 20px 20px 30px;
}

.formAndStepContainer .stepContainer ul li {
  padding: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.formAndStepContainer .stepContainer ul li:before {
  flex: 0 0 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 0;
  border: 4px solid #fcc000;
  font-size: 18px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 30px;
  color: #fcc000;
  font-weight: bolder;
  margin-right: 20px;
}

.formAndStepContainer .stepContainer ul li.step-one:before {
  content: "1";
}

.formAndStepContainer .stepContainer ul li.step-two:before {
  content: "2";
}

.formAndStepContainer .stepContainer ul li.step-three:before {
  content: "3";
}

.formAndStepContainer .stepContainer ul li.extraText {
  padding-top: 50px;
}

.formAndStepContainer .stepContainer ul li.extraText a {
  color: white;
  display: contents;
  white-space: nowrap;
}

.formAndStepContainer .requiredIf-trialStart {
  display: none;
}

.formAndStepContainer.selectedTrialStart .requiredIf-trialStart {
  display: block;
}

@media only screen and (max-width: 700px) {
  .formAndStepContainer {
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: flex-start;
  }

  .formAndStepContainer .stepContainer {
    max-width: none;
    width: 100%;
  }

  .formAndStepContainer .stepContainer img {
    position: static;
    transform: none;
    max-width: 90%;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }

  .formAndStepContainer .stepContainer ul {
    padding: 0px;
    margin: 0px;
  }

  .formAndStepContainer .iftaFormContainer {
    padding: 20px 0;
    flex: 1 1 60%;
  }
}

/* ----- END Trial & Demo ----- */
/* ----- testcomputer.html ----- */
#testcomputer .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 40px auto;
}

#testcomputer .btn_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#testcomputer .container {
  width: 1300px;
  max-width: 100%;
}

#testcomputer h1 {
  text-align: center;
  padding-top: 50px;
}

#testcomputer .testCaseContainer {
  max-width: 100%;
  display: flex;
  border-bottom: 1px solid #8e8e8e;
}

#testcomputer .testCaseHeadContainer {
  width: 100%;
  min-height: 25px;
}

#testcomputer .fa-check {
  color: #9dcc3f;
  margin-right: 10px;
}

#testcomputer .fa-times {
  color: #ff4e4e;
  margin-right: 12px;
  font-size: 18px;
}

#testcomputer .fa-check,
#testcomputer .fa-times {
  display: none;
}

#testcomputer .teApproved .fa-check,
#testcomputer .teDeclined .fa-times {
  display: inline-block;
}

#testcomputer .chrome,
#testcomputer .firefox,
#testcomputer .microsoftedge,
#testcomputer .internetexplorer,
#testcomputer .safari {
  display: none;
}

#testcomputer.chrome .teDeclined .chrome,
.firefox#testcomputer .teDeclined .firefox,
.microsoftedge#testcomputer .teDeclined .microsoftedge,
.internetexplorer#testcomputer .teDeclined .internetexplorer,
.safari#testcomputer .teDeclined .safari {
  display: block;
}

#testcomputer .testCase {
  display: flex;
  box-sizing: border-box;
  text-align: left;
  padding-left: 10px;
}

#testcomputer .type {
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
  font-weight: 600;
  padding: 0 50px;
}

#testcomputer .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

#testcomputer .column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding: 0 10px 0 10px;
}

#testcomputer .testCase1 {
  box-sizing: border-box;
  text-align: left;
  font-weight: 600;
  padding-left: 10px;
}

#testcomputer .testCase2 {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  font-weight: 600;
}

#testcomputer .testCase3 {
  text-align: left;
  font-weight: 600;
}

#testcomputer .testCaseHeadContainer {
  max-width: 100%;
  display: inline-block;
  text-align: justify;
}

#testcomputer .testResponse {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
#testcomputer #noIE {
  color: red;
  font-weight: 400;
}

#testcomputer #operatingsystem {
  text-align: left !important;
}
#testcomputer .errorSolutionsContainer {
  display: none;
  width: 1000px;
  max-width: 100%;
  margin: 40px auto;
  background-color: #f1f1f1;
  padding: 30px;
  box-sizing: border-box;
}

#testcomputer .errorSolutionsContainer a {
  margin: 0 30px 0 0;
}

#testcomputer .actions a {
  margin: 14px 0 14px 10px;
  color: #3c3cff;
}

#testcomputer .actions {
  text-align: left;
}

#testcomputer .linkToActions {
  width: 1000px;
  max-width: 100%;
  padding: 0 10px;
  text-align: right;
  cursor: pointer;
  text-decoration: none;
  color: white;
  box-sizing: border-box;
  padding: 0px 20px;
  margin: 10px 125px 10px 6px !important;
}

#testcomputer .linkToActions:hover {
  color: #707070;
}

#testcomputer .systemreqContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  margin: 40px auto;
  width: 1300px;
  max-width: 100%;
}

#testcomputer .tabMenu#systemtab {
  width: 1300px;
  max-width: 100%;
}
#testcomputer #systemtab ul {
  max-width: 100%;
  display: flex;
  list-style: none;
  border-bottom: 1px solid #8e8e8e;
}
#testcomputer #systemtab ul li {
  border: none;
  margin: 0 30px;
  position: relative;
  font-size: 18px;
}

#testcomputer .tabcontent {
  padding-left: 73px;
  display: none;
  min-height: 280px;
}

#testcomputer .tablink {
  cursor: pointer;
}

#testcomputer #systemtab ul .active {
  border-bottom: 2px solid #fcc000;
  background-color: transparent;
}

#testcomputer li.tablink:hover {
  border-bottom: 2px solid #ccc !important;
}

#testcomputer #systemtab ul .active:hover {
  border-bottom: 2px solid #fcc000 !important;
}

#testcomputer .tabListContent li a:hover {
  color: #fcc000;
}
.form#testcomputerForm .testComputerFormSubmit {
  display: flex;
  justify-content: center;
}
/* ----- END testcomputer.html ----- */
/* ----- About us ----- */
#about .logo-gubbarna {
  margin: 40px auto 0 auto;
  width: 480px;
  max-width: 100%;
  display: block;
}

#about h1 {
  font-size: 50px;
  line-height: 50px;
  margin: 50px 0;
  text-align: center;
}

#about .columnText {
  column-count: 2;
}

#about #pageContentAbout {
  padding: 30px 20px;
}

#about #pageContentBanner {
  min-height: 400px;
  position: relative;
}

#about #pageContentBanner div {
  font-size: 40px;
  line-height: 50px;
  padding-top: 140px;
  text-align: center;
}

#about #pageContentBanner div span {
  color: #ff6a00;
}

#about #pageContentJobs {
  min-height: 800px;
  padding: 0 20px;
}

#about #pageContentJobs .limitWidthContainer {
  position: relative;
}

#about #pageContentJobs h3 {
  font-weight: normal;
}

#about #pageContentJobs .columnText {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

#about #pageContentJobs .careerJobHeaderContainer {
  display: inline-block;
  text-align: center;
}

#about #pageContentJobs .careerJobContainer {
  padding: 10px 0 10px 20px;
  margin: 20px 0 20px -20px;
  border-left: 1px solid #fcc000;
  position: absolute;
  z-index: 0;

  opacity: 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;

  -moz-transform: translate(-100px, 0px);
  -webkit-transform: translate(-100px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

#about #pageContentJobs .careerJobContainer.open {
  z-index: 10;
  opacity: 1;
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

#about #pageContentJobs .careerJobHeader {
  border-radius: 30px;
  padding: 0px 10px;
  display: inline-block;
  margin: 10px;
  cursor: pointer;
  height: 33px;
  font-size: 12px;
  font-weight: 600;
  line-height: 33px;
}

#about #pageContentJobs .careerJobHeader.open {
  background-color: #fcc000;
  color: white;
}

#about #pageContentJobs .careerJobListsContainer {
  display: flex;
  flex-direction: row;
}

#about #pageContentJobs .careerJobLists {
  flex: 1 1 100%;
  vertical-align: top;
}

#about #pageContentJobs .careerJobLists ul li {
  list-style-type: none;
  font-size: 14px;
  line-height: 40px;
}

#about #pageContentJobs .careerJobLists ul li:before {
  content: "\2713";
  font-weight: 600;
  display: inline-block;
  padding: 0 10px 0 0;
  margin-left: -27px;
  font-size: 20px;
}

/* ----- END About us ----- */
/* ----- News ----- */
#news h2 {
  text-align: left;
  font-size: 30px;
}

#news .button,
#news .category {
  display: inline-block;
  box-sizing: border-box;
  min-width: 100px;
  height: 33px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 50px;
  font-family: "Open Sans", "sans-serif";
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border: 2px solid #fcc000;
  background-color: #fcc000;
  color: #ffffff;
}

#news .minibutton {
  color: #fcc000;
  font-weight: 600;
  cursor: pointer;
}

#news .minibutton:hover {
  opacity: 0.7;
}

#news input[type="text"] {
  display: inline-block;
  box-sizing: border-box;
  height: 33px;
  width: 100%;
  padding-left: 10px;
  padding-right: 30px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #cccccc;
  font-family: "Open Sans", "sans-serif";
  font-size: 12px;
  font-weight: 400;
  color: #404040;
}

#news input[type="text"]:focus {
  outline: none;
}

#news .inputClearButton {
  position: absolute;
  right: 15px;
  top: 5px;
  padding: 5px;
  cursor: pointer;
  color: #ccc;
  display: none;
}

#news .button:focus {
  outline: none;
}

#news .button:hover,
#news .category:hover {
  opacity: 0.7;
}

#news .button.articleSignup:hover {
  background-color: #fdd34d;
  border-color: #fdd34d;
  opacity: 1;
}

#news .contentWrapper {
  width: 1560px;
  max-width: 90%;
  margin: auto;
  padding: 40px 0;
}

#news .imgWrapper img {
  max-width: 100%;
}

#news #topSignUpWrapper .contentWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#news #topSignUpWrapper .contentWrapper .imgWrapper {
  order: 1;
  flex: 0 1 350px;
  padding-right: 40px;
}

#news #topSignUpWrapper .contentWrapper .wrapper {
  order: 2;
  flex: 0 0 350px;
}

#news .banner {
  background-color: #f0f0f2;
}

#news #intro p {
  font-size: 16px;
}

#news #infoBanner .contentWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#news #infoBanner .contentWrapper .imgWrapper {
  order: 1;
  flex: 0 1 420px;
  padding-right: 40px;
}

#news #infoBanner .contentWrapper p {
  order: 2;
  flex: 1 1 100%;
}

#news #resourceWrapper #filterWrapper {
  display: flex;
  flex-direction: row;
}

#news #resourceWrapper label {
  display: block;
  width: 100%;
}

#news #resourceWrapper #filterWrapper #searchWrapper {
  flex: 1 1 400px;
  padding-right: 10px;
  position: relative;
}

#news #resourceWrapper #filterWrapper #categoryWrapper {
  flex: 1 1 50%;
  display: flex;
  flex-wrap: wrap;
}

#news #resourceWrapper #filterWrapper #categoryWrapper .category {
  flex: 0 0 auto;
  margin: 0 10px 10px 0;
  background-color: white;
  color: #fcc000;
}

#news #resourceWrapper #filterWrapper #categoryWrapper .category.active {
  background-color: #fcc000;
  color: white;
}

#news #resourceWrapper #numOfArticles {
  padding-top: 20px;
  color: #8a8a8a;
}

#news #resourceWrapper #articlesWrapper {
  padding: 10px 0 40px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1300px) {
  #news #resourceWrapper #articlesWrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  #news #resourceWrapper #articlesWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 650px) {
  #news #resourceWrapper #articlesWrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

#news #resourceWrapper #articlesWrapper .articleCard {
  flex: 1 1 auto;
  min-height: auto;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 6px #ccc;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  color: #404040;
}

#news #resourceWrapper #articlesWrapper .articleCard .imgContainer {
  height: 155px;
  flex: 0 0 155px;
  width: 100%;
  background-image: url(/resources/images/bakgrundbild3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#news #resourceWrapper #articlesWrapper .articleCard .textWrapper {
  padding: 10px 20px 0 20px;
  flex: 1 1 100%;
}

#news #resourceWrapper #articlesWrapper .articleCard .textWrapper h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0;
}

#news #resourceWrapper #articlesWrapper .articleCard .buttonWrapper h5 {
  color: #8a8a8a;
  font-weight: 400;
}

#news #resourceWrapper #articlesWrapper .articleCard .buttonWrapper {
  padding: 0 20px 10px 20px;
  text-align: right;
  flex: 0 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#news #resourceWrapper #articlesWrapper .articleCard .articleOverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  cursor: default;
}

#news #resourceWrapper #articlesWrapper .articleCard:hover .articleOverlay {
  display: flex;
}

#news.signedup #resourceWrapper #articlesWrapper .articleCard:hover {
  outline: 4px solid #fcc000;
}

#news .readArticleButton {
  display: none;
}

#news.signedup .readArticleButton {
  display: block;
}

#news .showMoreArticlesButton {
  text-align: center;
  display: none;
}

#news .showMoreArticlesButton .minibutton {
  position: relative;
}

#news .showMoreArticlesButton .minibutton i {
  font-size: 18px;
  position: absolute;
  top: 1px;
  margin-left: 6px;
}

#news #articleCardTemplate,
#news #categoryTemplate {
  display: none;
}

#news .formPopupWrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
}

#news .formPopupWrapper .formPopupOverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

#news .formPopupWrapper .formPopup {
  width: 500px;
  max-width: 100%;
  max-height: 100%;
}

#news .formPopupWrapper .formPopup .closeWrapper {
  background-color: #e8e8e8;
  position: relative;
}

#news .formPopupWrapper .formPopup .closeWrapper i {
  font-size: 26px;
  color: #7f7f7f;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  #news #topSignUpWrapper .contentWrapper {
    flex-direction: column;
    align-items: end;
  }

  #news #topSignUpWrapper .contentWrapper .imgWrapper {
    flex: auto;
    width: 100%;
    text-align: right;
    padding: 0;
  }

  #news #topSignUpWrapper .contentWrapper .imgWrapper img {
    width: 200px;
  }

  #news #topSignUpWrapper .contentWrapper .wrapper {
    flex: auto;
    margin-top: -50px;
  }

  #news #resourceWrapper #filterWrapper {
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
  }

  #news #resourceWrapper #filterWrapper #searchWrapper {
    margin-bottom: 10px;
    flex: 0 0 auto;
  }

  #news #resourceWrapper #numOfArticles {
    padding-left: 5%;
  }

  #news #resourceWrapper .contentWrapper,
  #news #videoWrapper .contentWrapper {
    max-width: 100%;
  }

  #news #resourceWrapper label {
    padding-left: 5%;
    box-sizing: border-box;
  }

  #news #resourceWrapper #articlesWrapper {
    padding: 20px 5%;
    overflow: auto;
  }

  #news .showMoreArticlesButton {
    margin-top: 20px;
  }

  #news #infoBanner .contentWrapper {
    flex-direction: column;
  }

  #news #infoBanner .contentWrapper .imgWrapper {
    flex: auto;
  }

  #news #infoBanner .contentWrapper p {
    flex: auto;
  }

  #news #videoWrapper h2 {
    padding-left: 5%;
    box-sizing: border-box;
  }

  #news #videoWrapper #videoImgWrapper {
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
    overflow: auto;
    flex-wrap: wrap;
  }

  #news #videoWrapper #videoImgWrapper .videoImgCard {
    flex: 0 0 400px;
    max-width: 100%;
    margin-right: 0;
  }

  #news #videoWrapper #videoImgWrapper .videoImgCard .videoText {
    padding-top: 10px;
  }

  #news #resourceWrapper #articlesWrapper .articleCard {
    background-color: white;
  }
}

#lobbyNewsFooter {
  border-top: solid 1px #cccccc;
}

#lobbyNewsFooter .allNewsButton {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 20px;
  font-size: 16px;
  color: #333333;
}

#lobbyNewsFooter .allNewsButton:hover {
  cursor: pointer;
  opacity: 70%;
}

#lobbyNewsFooter .allNewsButton:before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  color: #fcc000;
  font-weight: bold;
  padding-right: 10px;
  margin-left: 30px;
  font-size: 20px;
}

#news .newsLongTextContainer .newsDateAndCategory {
  text-align: left;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 12px;
}

#news .newsLongTextContainer .newsDateAndCategory .newsCategory,
#newsItem .newsLongTextContainer .newsDateAndCategory .newsCategory {
  text-transform: capitalize;
  font-weight: 600;
}

#news .newsLongTextContainer h2.newsTitle,
#newsItem .newsLongTextContainer h2.newsTitle {
  font-size: 30px;
  line-height: 30px;
  padding-top: 3px;
  max-width: calc(100% - 320px);
  margin-left: auto;
  margin-right: auto;
}

#news .newsLongTextContainer div.newsLongText,
#newsItem .newsLongTextContainer div.newsLongText {
  padding: 20px 20px 20px 50px;
}

#news .newsLongTextContainer .shareLinkedinContainer,
#newsItem .newsLongTextContainer .shareLinkedinContainer {
  text-align: center;
  margin-bottom: 50px;
  margin-left: 30px;
}

#news .newsLongTextContainer .shareLinkedinContainer .IN-widget button,
#newsItem .newsLongTextContainer .shareLinkedinContainer .IN-widget button {
  height: 40px !important;
  line-height: 40px !important;
  width: 100px;
  text-align: left !important;
  font-size: 20px !important;
}

#news .newsLongTextContainer .shareLinkedinContainer .IN-widget button svg,
#newsItem .newsLongTextContainer .shareLinkedinContainer .IN-widget button svg {
  height: 40px !important;
  width: 40px !important;
}

/* ----- END News ----- */
/* ----- Newsletter ----- */
.newsletterButtonContainer {
  text-align: center;
  margin: 30px;
  display: none;
}

.button.newsletterButton {
  margin-top: 20px;
  margin-bottom: 20px;
}

.newsPage .newsletterButtonContainer {
  border-top: none;
  margin-top: 0px;
  padding-top: 15px;
}

.newsletterButtonContainer h3 {
  font-size: 16px;
  font-weight: 300;
}

.newsletterButtonContainer span.newletterHeader {
  font-family: "Open Sans", "sans-serif";
  font-size: 25px;
  line-height: 50px;
  color: #333333;
  text-align: center;
  display: inline-block;
  margin: 0;
  font-weight: 100;
}

.newsletterPopupWrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
}

.newsletterPopupWrapper .newsletterOverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsletterPopupWrapper .newsletterPopup {
  width: 500px;
  max-width: 100%;
  max-height: 100%;
}

.newsletterPopupWrapper .newsletterPopup .closeWrapper {
  background-color: #e8e8e8;
  position: relative;
}

.newsletterPopupWrapper .newsletterPopup .closeWrapper i {
  font-size: 26px;
  color: #7f7f7f;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

/* ----- END Newsletter ----- */
/* ----- Press ----- */
#press h1 {
  text-align: center;
  padding-top: 50px;
  margin-top: 0;
}

#press .pressContent {
  padding: 30px 0;
  display: flex;
  flex-direction: row;
}

#press .pressContent .pressImages {
  flex: 1 1 100%;
  padding: 0 30px;
  text-align: center;
}

#press .pressContent .pressSocial {
  flex: 1 1 100%;
  padding: 0 30px;
  text-align: center;
}

#press .pressContent .pressContact {
  flex: 1 1 100%;
  padding: 0 30px;
  text-align: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#press .pressContent div.pressSocial a {
  margin: 20px 0;
  display: table;
  white-space: nowrap;
}

#press .pressContent div.pressSocial img {
  display: inline-block;
  height: 40px;
}

#press .pressContent div.pressSocial span {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 0 10px;
}

#press .pressLinksContainer {
  text-align: left;
  display: inline-block;
}

#press .divider {
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 10px auto;
}

#press .pressContent .pressContact img {
  width: 180px;
  max-width: 90%;
  border-radius: 90px;
  margin-top: 10px;
}

#press .pressContent .pressContact div.contactInfo {
  text-align: center;
  vertical-align: top;
}

#press .pressContent .pressImages .imageDiv {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

#press .pressContent .pressImages .imageDiv:last-child {
  border-bottom: none;
}

#press .pressContent .pressImages .imageDiv img {
  height: 100px;
}

/* ----- END Press ----- */

/* ----- Contact ----- */
#contact h2 {
  margin-top: 20px;
}

#contact .container {
  padding-top: 30px;
}

/* ----- Thanks ----- */
#thanks .container {
  /* display: flex; */
  width: 100%;
  height: 100%;
  /* background-color: red; */
  font-family: "Open Sans", sans-serif;
  justify-content: center;
  line-height: normal;
}

#thanks .topContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("/resources/images/landingPageTopImage.png");
  height: auto;
  min-height: calc(100vh - 100px);
  padding: 20px;
  background-size: cover;
  background-position: center;
  text-align: center;
}

#thanks .whiteText {
  color: #ffffff;
}

#thanks .centeredText {
  text-align: center;
}

#thanks .heading1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  margin: 40px;
  z-index: 1;
}

#thanks .heading2 {
  font-size: 35px;
  font-weight: 400;
  /* margin-bottom: 100px; */
}

#thanks .heading3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 38px;
  z-index: 1;
}

#thanks .heading4 {
  font-size: 20px;
  font-weight: 400;
}

#thanks .buttonContainer {
  display: flex;
  margin-top: 40px;
  z-index: 1;
}

#thanks .bigButton {
  background-color: #fcc000;
  height: auto;
  width: auto;
  min-width: 200px;
  padding: 15px;
  border-radius: 30px;
  text-align: center;
  font-size: 20px;
  color: white;
  margin: 20px;
}

#thanks .bigButton:hover {
  opacity: 1;
  background-color: #ffcb26;
}

#thanks .backgroundImageOverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

/* ----- END Thanks ----- */
/* ----- unsubscribe ----- */
#unsubscribe img.logo {
  width: 300px;
  margin: 30px auto;
  display: block;
}

#unsubscribe .content-wrapper {
  width: 300px;
  margin: 20px auto 10px auto;
}

#unsubscribe input#Cancelemail {
  display: block;
  background: rgba(82, 82, 82, 0.05);
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #727272;
  height: 40px;
  width: 100%;
  margin-bottom: 5px;
  padding: 6px 0 6px 10px;
  box-sizing: border-box;
  border: 1px solid #b2b2b2;
}

#unsubscribe input#Cancelemail:disabled {
  background: rgba(82, 82, 82, 0.2);
}
/* ----- END unsubscribe ----- */
/* ----- appdirect (market.html) ----- */
#appdirect {
  padding-top: 50px;
}
#appdirect .colwrapper {
  width: 100%;
  display: inline-block;
}

#appdirect .colwrapper .col2-3 {
  width: 65%;
  margin: 0 0%;
  float: left;
}

#appdirect .colwrapper .col3 {
  width: 31%;
  margin: 0 0%;
  float: left;
}

#appdirect img {
  border: 1px solid #ccc;
}
/* ----- END appdirect (market.html) ----- */

/*--New Product Pages--*/
.productPage .container {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  justify-content: center;
  line-height: normal;
  font-size: 14px;
}

.productPage .topContainer {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #e7e8ed;

  min-height: calc(100vh - 60px);
  background-size: 40%;
  background-position: right;
  text-align: center;
  background-repeat: no-repeat;
}

.productPage .topContainer#imgCrisisportal {
  background-image: url(/resources/images/picturesProductpages/Video-02-13.jpg);
}
.productPage .topContainer#imgBoardportal {
  background-image: url(/resources/images/picturesProductpages/Video-02-05.webp);
}
.productPage .topContainer#imgSurveymanager {
  background-image: url(/resources/images/picturesProductpages/Video-02-15.jpg);
}
.productPage .topContainer#imgInsidermanager {
  background-image: url(/resources/images/picturesProductpages/Video-02-09.jpg);
}
.productPage .topContainer#imgDatarum {
  background-image: url(/resources/images/picturesProductpages/datarum.jpg);
}
.productPage .topContainer#imgHRportal {
  background-image: url(/resources/images/picturesProductpages/Video-01-09.jpg);
}
.productPage .topContainer#imgStyrelseutvardering {
  background-image: url(/resources/images/picturesProductpages/Video-02-12.jpg);
}
.productPage .topContainer#imgVideoConference {
  background-image: url(/resources/images/picturesProductpages/imgVideoConference.webp);
  background-size: 30%;
}

.productPage .topContainerText {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  width: 100%;
  padding: 0px 60px;
  color: #505050;
  box-sizing: border-box;
}

.productPage .topContainerText .heading1 {
  width: 100%;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 100px;
  font-family: "playfair display";
  letter-spacing: 10px;
  margin-left: 0px;
}

.productPage#boardevaluation .topContainerText .heading1 {
  font-size: 84px;
  margin-top: 10px;
}
.productPage#videoconference .topContainerText .heading1 {
  font-size: 90px;
}

.productPage#surveymanager .topContainerText .heading1 span {
  font-size: 50px;
  line-height: 40px;
  display: block;
  word-break: break-word;
}

.productPage .topContainer#imgBoardportal .heading1 span {
  display: inline-block;
}

.productPage .topContainer#imgStyrelseutvardering .heading1 span {
  display: inline-block;
}

.productPage .topContainerText .heading3 {
  width: 100%;
  font-weight: 200;
  margin-bottom: 5px;
}
.productPage .topContainerText p {
  width: 60%;
  line-height: 23px;
  font-size: 16px;
}
.productPage .topContainerBorder1 {
  border-top: 9px solid #505050;
  width: 20%;
  align-self: flex-start;
  margin-top: 15px;
  margin-bottom: 10px;
}
.productPage .topContainerBorder2 {
  border-top: 4px solid #f1f1f1;
  width: 50%;
  align-self: flex-start;
  margin-top: 40px;
}

.productPage
  .productSlide.pageContentContainer#krisportal
  .topContainerBorder2 {
  margin-top: 20px;
}

.productPage .topContainerImg {
  position: relative;
  height: 400px;
  flex: 0 0 40%;
}

.productPage .topContainerImg img {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 5%;
}

.productPage .whiteText {
  color: #ffffff;
}

.productPage .centeredText {
  text-align: center;
}

.productPage .heading1 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 40px;
}

.productPage .heading2 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: inherit;
  line-height: inherit;
}

.productPage .heading2.secondHeadingProductPage {
  text-align: center;
  padding: 30px 20px;
  font-family: "playfair display";
  letter-spacing: 2px;
  font-size: 30px;
}

.productPage .heading3 {
  font-size: 20px;
  font-weight: 400;
}

.productPage .heading4 {
  font-size: 16px;
  font-weight: 400;
}

.productPage .italicHeading {
  font-style: italic;
}

.buttonContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}

.productPage .learnMoreContainer {
  display: flex !important;
  justify-content: center;
  margin: 20px auto;
}

.productPage .button.learnMoreContainer.request {
  margin-left: 0;
}

.productPage .topContainer .buttonContainer {
  margin-top: 100px;
}

.button {
  background-color: #fcc000;
  color: #ffffff;
  height: auto;
  width: fit-content;
  min-width: 100px;
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: inherit;
  border: 0;
  margin: 10px;
  font-family: "Open Sans";
}

.productPage .button.ProductpageContactBtn {
  margin-left: 0px;
  display: flex !important;
  justify-content: center;
  margin-top: 20px;
}

.button.trial {
  background-color: #8a8a8a;
}

.productPage .button:hover {
  color: #ffffff;
  opacity: 0.7;
  cursor: pointer;
}

.button.bigButton {
  min-width: 200px;
  padding: 15px 20px;
  font-size: 20px;
}

.productPage .button.videoButton {
  display: flex;
  align-items: center;
  justify-content: center;
}
.productPage .button.videoButton#playVideoKSV,
.productPage .button.videoButton.hidden {
  visibility: hidden;
}
.productPage .button.minimalistic {
  background-color: inherit;
  color: #fcc000;
  padding: 0;
}

.productPage .topContainer .button:hover {
  opacity: 1;
  background-color: #ffcb26;
}

.productPage .circleArrowDown {
  width: 100px;
  height: 100px;
  font-size: 80px;
  position: absolute;
  bottom: 10px;
  color: #ffffff;
}

.productPage .summaryTextContainer {
  max-width: 800px;
  margin: 30px auto;
  padding: 0 30px;
  text-align: center;
}

.productPage .summaryTextContainer .heading2 {
  margin: auto;
  text-align: center;
}

.productPage .summaryTextContainer ul {
  font-size: 20px;
}

.productPage .featuresContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1500px;
  margin: 50px auto 20px auto;
  padding: 0 30px;
}

.productPage .featureContainer {
  text-align: center;
  margin: 30px;
  max-width: 270px;
  min-width: 230px;
}

.productPage .productsContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1500px;
  margin: 50px auto 20px auto;
  padding: 0 30px;
}
.productPage .productsContainer .heading2 {
  width: 100%;
}

.productPage .productContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px;
  max-width: 270px;
  min-width: 230px;
}

.productPage .productContainer img {
  width: 40%;
}

.productPage .productContainer .button i {
  margin-left: 10px;
}

.productPage .productContainer .heading4 {
  margin-bottom: 0;
}

.productContainer .displayedProductContainer {
  display: grid;
}

.productPage .textAndImageContainer {
  display: flex;
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 30px;
  justify-content: space-between;
  align-items: center;
}

.productPage .textAndImageContainer p {
  font-size: 16px;
}

.productPage .textAndImageContainer .imgContainer {
  flex: 0 0 47%;
  max-height: 100%;
}
.productPage .textAndImageContainer .imgContainer.signup {
  height: 220px;
  overflow: hidden;
  border-radius: 50px;
}

.productPage .textAndImageContainer .imgContainer img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}

.productPage
  .textAndImageContainer
  .headingAndTextContainer
  .button.pageSlideInFromRight {
  margin-top: 20px;
}

.productPage .headingAndTextContainer {
  margin: auto 0;
  flex: 0 0 47%;
}

.productPage .headingAndTextContainer p {
  text-align: justify;
}

.productPage .divider {
  border-top: 1px solid #ccc;
  width: auto;
  margin: auto;
}

.productPage .divider.underGallerydots {
  margin-top: 20px;
}

.productPage .fas.fa-play-circle {
  margin-left: 15px;
  font-size: 32px;
}
.productPage .topContainer .buttonContainer.VideoButtonContainer {
  width: 100%;
  margin: 40px 0px;
  justify-content: flex-start;
}
.productPage .greyDivider {
  width: 100%;
  background-color: #f0f0f2;
}

.productPage .greyDivider#greyDividenewsletter {
  background-color: #f0f0f0;
  margin: 70px auto;
  display: none;
}
.productPage .greyDivider .textAndImageContainer.webinarDivider {
  height: 300px;
  margin: 60px auto;
  padding: 10px 30px;
}
.productPage .greyDivider .textAndImageContainer.webinarDivider .imgContainer,
.greyDivider .textAndImageContainer.newsletterDivider .imgContainer {
  overflow: hidden;
}
.productPage
  .greyDivider
  .textAndImageContainer.webinarDivider
  .imgContainer
  img,
.greyDivider .textAndImageContainer.newsletterDivider .imgContainer img {
  border-radius: 0;
}
.productPage .button.learnMoreContainer.webinar {
  margin-left: 0px;
  background-color: #8a8a8a;
  margin-bottom: 10px;
}

.productPage .signupNewsletterConatiner {
  max-width: 1000px;
  margin: auto 20px;
}
.productPage .greyDivider .textAndImageContainer.newsletterDivider {
  margin: 0px auto;
  height: auto;
}

.productPage .greyDivider .button.newsletterButton {
  background-color: #8a8a8a;
  margin-left: 0px;
}

.productPage .productSlide .productBoxContent h2 {
  text-align: center;
  font-size: 30px;
  line-height: 32px;
}
.productPage .otherProductsHeading {
  text-align: center;
  font-size: 25px;
  font-weight: 200;
  margin-top: 40px;
}

.productPage .videoProductPages {
  border-radius: 50px;
}

.productPage .productPageSecondHeader {
  margin-top: 50px;
  margin-bottom: 70px;
}

.mainVideo {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 10000;
  top: 0;
  visibility: hidden;
  transition: all 400ms linear;
  opacity: 0;
}

.mainVideo.visable {
  visibility: visible;
  opacity: 1;
}

.mainVideo .close-video-icon {
  color: white;
  position: absolute;
  right: 10px;
  padding: 0 10px;
  font-size: 24px;
  top: 10px;
}

.close-video-icon:hover {
  cursor: pointer;
}

.mainVideo .close-video-icon i {
  font-weight: 400;
}

.mainVideo .videoProductPages {
  width: 100%;
  border-radius: 20px;
}

.mainVideo .mainVideoContainer {
  width: 80%;
  height: auto;
  margin: auto;
}

/* ----- Resource Library ----- */
#resourcelibrary h2 {
  text-align: left;
  font-size: 30px;
}

#resourcelibraryArticle h2,
#resourcelibraryArticle h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding: 0 100px;
  line-height: 30px;
}

#resourcelibraryArticle h2 {
  font-size: 24px;
  margin-bottom: -10px;
}

#resourcelibraryArticle .pageContent h2 {
  text-align: center;
  font-weight: 200;
  margin-bottom: 30px;
}

#resourcelibraryArticle #productIconsOnly {
  margin-bottom: 50px;
}

#resourcelibrary .button,
#resourcelibrary .category {
  display: inline-block;
  box-sizing: border-box;
  min-width: 100px;
  height: 33px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 50px;
  font-family: "Open Sans", "sans-serif";
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border: 2px solid #fcc000;
  background-color: #fcc000;
  color: #ffffff;
}

#resourcelibraryArticle .button.bigButton {
  min-width: 200px;
  padding: 15px 20px;
  font-size: 20px;
  height: auto;
}

#resourcelibrary .minibutton,
#resourcelibraryArticle .minibutton {
  color: #fcc000;
  font-weight: 600;
  cursor: pointer;
}

#resourcelibrary .minibutton:hover,
#resourcelibraryArticle .minibutton:hover {
  opacity: 0.7;
}

#resourcelibrary input[type="text"] {
  display: inline-block;
  box-sizing: border-box;
  height: 33px;
  width: 100%;
  padding-left: 10px;
  padding-right: 30px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #cccccc;
  font-family: "Open Sans", "sans-serif";
  font-size: 12px;
  font-weight: 400;
  color: #404040;
}

#resourcelibrary input[type="text"]:focus {
  outline: none;
}

#resourcelibrary .inputClearButton {
  position: absolute;
  right: 15px;
  top: 5px;
  padding: 5px;
  cursor: pointer;
  color: #ccc;
  display: none;
}

#resourcelibrary .button:focus,
#resourcelibraryArticle .button:focus {
  outline: none;
}

#resourcelibrary .button:hover,
#resourcelibrary .category:hover,
#resourcelibraryArticle .button:hover {
  opacity: 0.7;
}

#resourcelibrary .button.articleSignup:hover {
  background-color: #fdd34d;
  border-color: #fdd34d;
  opacity: 1;
}

#resourcelibrary .contentWrapper {
  width: 1560px;
  max-width: 90%;
  margin: auto;
  padding: 40px 0;
}

#resourcelibrary .imgWrapper img {
  max-width: 100%;
}

#resourcelibrary #topSignUpWrapper .contentWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#resourcelibrary #topSignUpWrapper .contentWrapper .imgWrapper {
  order: 1;
  flex: 0 1 350px;
  padding-right: 40px;
}

#resourcelibrary #topSignUpWrapper .contentWrapper .wrapper {
  order: 2;
  flex: 0 0 350px;
}

#resourcelibrary .banner {
  background-color: #f0f0f2;
}

#resourcelibrary #intro p {
  font-size: 16px;
}

#resourcelibrary #infoBanner .contentWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#resourcelibrary #infoBanner .contentWrapper .imgWrapper {
  order: 1;
  flex: 0 1 420px;
  padding-right: 40px;
}

#resourcelibrary #infoBanner .contentWrapper p {
  order: 2;
  flex: 1 1 100%;
}

#resourcelibrary #resourceWrapper #filterWrapper {
  display: flex;
  flex-direction: row;
}

#resourcelibrary #resourceWrapper label {
  display: block;
  width: 100%;
}

#resourcelibrary #resourceWrapper #filterWrapper #searchWrapper {
  flex: 1 1 400px;
  padding-right: 10px;
  position: relative;
}

#resourcelibrary #resourceWrapper #filterWrapper #categoryWrapper {
  flex: 1 1 50%;
  display: flex;
  flex-wrap: wrap;
}

#resourcelibrary #resourceWrapper #filterWrapper #categoryWrapper .category {
  flex: 0 0 auto;
  margin: 0 10px 10px 0;
  background-color: white;
  color: #fcc000;
}

#resourcelibrary
  #resourceWrapper
  #filterWrapper
  #categoryWrapper
  .category.active {
  background-color: #fcc000;
  color: white;
}

#resourcelibrary #resourceWrapper #numOfArticles {
  padding-top: 20px;
  color: #8a8a8a;
}

#resourcelibrary #resourceWrapper #articlesWrapper {
  padding: 10px 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
}

#resourcelibraryArticle .similarArticlesOuterWrapper {
  padding: 0 0 60px 0;
}

#resourcelibraryArticle .similarArticlesOuterWrapper h2 {
  margin-bottom: 40px;
  text-align: center;
  display: none;
}

#resourcelibraryArticle .similarArticlesWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

#resourcelibrary #resourceWrapper #articlesWrapper .articleCard,
#resourcelibraryArticle .similarArticlesWrapper .articleCard {
  flex: 0 0 360px;
  width: 360px;
  max-width: 100%;
  min-height: 400px;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 6px #ccc;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  color: #404040;
}

#resourcelibrary #resourceWrapper #articlesWrapper .articleCard .imgContainer,
#resourcelibraryArticle .similarArticlesWrapper .articleCard .imgContainer {
  height: 155px;
  flex: 0 0 155px;
  width: 100%;
  background-image: url(/resources/images/bakgrundbild3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#resourcelibrary #resourceWrapper #articlesWrapper .articleCard .textWrapper,
#resourcelibraryArticle .similarArticlesWrapper .articleCard .textWrapper {
  padding: 20px 20px 0 20px;
  flex: 1 1 100%;
}

#resourcelibrary #resourceWrapper #articlesWrapper .articleCard .textWrapper h3,
#resourcelibraryArticle .similarArticlesWrapper .articleCard .textWrapper h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0;
}

#resourcelibrary #resourceWrapper #articlesWrapper .articleCard .buttonWrapper,
#resourcelibraryArticle .similarArticlesWrapper .articleCard .buttonWrapper {
  padding: 0 20px 10px 20px;
  text-align: right;
  flex: 0 0 30px;
}

#resourcelibrary #resourceWrapper #articlesWrapper .articleCard .articleOverlay,
#resourcelibraryArticle .similarArticlesWrapper .articleCard .articleOverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  cursor: default;
}

#resourcelibrary
  #resourceWrapper
  #articlesWrapper
  .articleCard:hover
  .articleOverlay,
#resourcelibraryArticle
  .similarArticlesWrapper
  .articleCard:hover
  .articleOverlay {
  display: flex;
}

#resourcelibrary.signedup #resourceWrapper #articlesWrapper .articleCard:hover,
#resourcelibraryArticle .similarArticlesWrapper .articleCard:hover {
  outline: 4px solid #fcc000;
}

#resourcelibrary .readArticleButton {
  display: none;
}

#resourcelibrary.signedup .readArticleButton {
  display: block;
}

#resourcelibrary .showMoreArticlesButton {
  text-align: center;
  display: none;
}

#resourcelibrary .showMoreArticlesButton .minibutton {
  position: relative;
}

#resourcelibrary .showMoreArticlesButton .minibutton i {
  font-size: 18px;
  position: absolute;
  top: 1px;
  margin-left: 6px;
}

#resourcelibrary #videoWrapper #videoImgWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#resourcelibrary #videoWrapper #videoImgWrapper .videoImgCard {
  flex: 0 1 470px;
  width: 470px;
  max-width: 90%;
  height: 260px;
  cursor: pointer;
  margin-right: 28px;
  margin-bottom: 10px;
}

#resourcelibrary #videoWrapper #videoImgWrapper .videoImgCard .videoImg {
  width: 100%;
  height: calc(100% - 45px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 6px #ccc;
}

#resourcelibrary
  #videoWrapper
  #videoImgWrapper
  .videoImgCard
  .videoImg
  .videoPlayIcon {
  position: absolute;
  font-size: 70px;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
}

#resourcelibrary #videoWrapper #videoImgWrapper .videoImgCard:hover {
  opacity: 0.7;
}

#resourcelibrary #videoWrapper .videoImgCard#videoIM .videoImg {
  background-image: url(/resources/images/bakgrundsbild2.jpg);
}

#resourcelibrary #videoWrapper .videoImgCard#videoBP .videoImg {
  background-image: url(/resources/images/bakgrundbildST.webp);
}

#resourcelibrary #videoWrapper .videoImgCard#videoSM .videoImg {
  background-image: url(/resources/images/bakgrundbildSM.jpg);
}

#resourcelibrary #videoWrapper #videoImgWrapper .videoImgCard .videoText {
  font-size: 16px;
  text-align: center;
  padding-top: 20px;
}

#resourcelibrary #videoPopupWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

#resourcelibrary #videoPopupWrapper #videoPopup {
  width: 80%;
  height: auto;
  background-color: black;
  position: relative;
}

#resourcelibrary #videoPopupWrapper #videoPopup .videoPopupHeader {
  background-color: black;
  color: white;
  position: relative;
  display: none;
}

#resourcelibrary #videoPopupWrapper #videoPopup .videoPopupHeader .title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}

#resourcelibrary #videoPopupWrapper #videoPopup .videoPopupClose {
  position: absolute;
  right: 17px;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
  z-index: 100;
}

#resourcelibrary #videoPopupWrapper #videoPopup .videoPopupClose:hover {
  opacity: 0.7;
}

#resourcelibrary #videoPopupWrapper #videoPopup .video {
  width: 100%;
  height: auto;
  display: none;
}

#resourcelibrary #videoPopupWrapper #videoPopup .video video {
  width: 100%;
  height: auto;
}

#resourcelibrary #articleCardTemplate,
#resourcelibrary #categoryTemplate,
#resourcelibraryArticle #articleCardTemplate {
  display: none;
}

#resourcelibrary .formPopupWrapper,
#resourcelibraryArticle .formPopupWrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
}

#resourcelibrary .formPopupWrapper .formPopupOverlay,
#resourcelibraryArticle .formPopupWrapper .formPopupOverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

#resourcelibrary .formPopupWrapper .formPopup,
#resourcelibraryArticle .formPopupWrapper .formPopup {
  width: 500px;
  max-width: 100%;
  max-height: 100%;
}

#resourcelibrary .formPopupWrapper .formPopup .closeWrapper,
#resourcelibraryArticle .formPopupWrapper .formPopup .closeWrapper {
  background-color: #e8e8e8;
  position: relative;
}

#resourcelibrary .formPopupWrapper .formPopup .closeWrapper i,
#resourcelibraryArticle .formPopupWrapper .formPopup .closeWrapper i {
  font-size: 26px;
  color: #7f7f7f;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

#resourcelibraryArticle .ending {
  border-top: 1px solid #ccc;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

#resourcelibraryArticle .ending .designedLink {
  display: inline-block;
  color: white;
  margin: 0 10px;
}

#resourcelibraryArticle
  .articleContainer
  .articleContent
  .bannerWrapper.webinarBanner {
  height: 270px;
  padding: 0;
}

.lang-de
  #resourcelibraryArticle
  .articleContainer
  .articleContent
  .bannerWrapper.webinarBanner {
  height: 305px;
}

#resourcelibraryArticle
  .articleContainer
  .articleContent
  .bannerWrapper.webinarBanner
  .banner {
  background-color: #f0f0f2;
  height: auto;
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
}
#resourcelibraryArticle
  .articleContainer
  .articleContent
  .bannerWrapper.webinarBanner
  .banner.esigneringiteamengine {
  margin-top: 40px;
}

#resourcelibraryArticle .webinarBanner .textAndImageContainer {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
}

#resourcelibraryArticle .webinarBanner .textAndImageContainer .imgContainer {
  flex: 0 0 50%;
  background-image: url(/resources/article_resources/images/webinarBannerImg.jpg);
  background-size: cover;
}

#resourcelibraryArticle
  .webinarBanner
  .textAndImageContainer
  .imgContainer
  img {
  width: auto;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
}

#resourcelibraryArticle
  .webinarBanner
  .textAndImageContainer
  .headingAndTextContainer {
  flex: 0 0 50%;
  margin: 35px 10px;
  padding: 0 20px 0 30px;
  box-sizing: border-box;
  line-height: normal;
  text-align: left;
}

#resourcelibraryArticle
  .webinarBanner
  .textAndImageContainer
  .headingAndTextContainer
  .heading2 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  font-weight: 300;
}

#resourcelibraryArticle
  .webinarBanner
  .textAndImageContainer
  .headingAndTextContainer
  .heading4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

#resourcelibraryArticle .webinarBanner div h2 {
  margin-bottom: 10px;
  text-align: left;
  margin-top: 45px;
}

#resourcelibraryArticle .webinarBanner .signUpButton {
  width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#resourcelibraryArticle #pageContentProd {
  border-top: 1px solid #ccc;
  margin-top: 40px;
}

#resourcelibraryArticle #pageContentProd h2 {
  text-align: center;
  margin: 40px 0 20px 0;
  font-size: 22px;
  font-weight: 100;
}

@media only screen and (max-width: 700px) {
  #resourcelibrary #topSignUpWrapper .contentWrapper {
    flex-direction: column;
    align-items: end;
  }

  #resourcelibrary #topSignUpWrapper .contentWrapper .imgWrapper {
    flex: auto;
    width: 100%;
    text-align: right;
    padding: 0;
  }

  #resourcelibrary #topSignUpWrapper .contentWrapper .imgWrapper img {
    width: 200px;
  }

  #resourcelibrary #topSignUpWrapper .contentWrapper .wrapper {
    flex: auto;
    margin-top: -50px;
  }

  #resourcelibrary #resourceWrapper #filterWrapper {
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
  }

  #resourcelibrary #resourceWrapper #filterWrapper #searchWrapper {
    margin-bottom: 10px;
    flex: 0 0 auto;
  }

  #resourcelibrary #resourceWrapper #numOfArticles {
    padding-left: 5%;
  }

  #resourcelibrary #resourceWrapper .contentWrapper,
  #resourcelibrary #videoWrapper .contentWrapper {
    max-width: 100%;
  }

  #resourcelibrary #resourceWrapper label {
    padding-left: 5%;
    box-sizing: border-box;
  }

  #resourcelibrary #resourceWrapper #articlesWrapper {
    padding: 20px 5%;
    overflow: auto;
  }

  #resourcelibrary .showMoreArticlesButton {
    margin-top: 20px;
  }

  #resourcelibrary #infoBanner .contentWrapper {
    flex-direction: column;
  }

  #resourcelibrary #infoBanner .contentWrapper .imgWrapper {
    flex: auto;
  }

  #resourcelibrary #infoBanner .contentWrapper p {
    flex: auto;
  }

  #resourcelibrary #videoWrapper h2 {
    padding-left: 5%;
    box-sizing: border-box;
  }

  #resourcelibrary #videoWrapper #videoImgWrapper {
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
    overflow: auto;
    flex-wrap: wrap;
  }

  #resourcelibrary #videoWrapper #videoImgWrapper .videoImgCard {
    flex: 0 0 400px;
    max-width: 100%;
    margin-right: 0;
  }

  #resourcelibrary #videoWrapper #videoImgWrapper .videoImgCard .videoText {
    padding-top: 10px;
  }

  #resourcelibrary #resourceWrapper #articlesWrapper .articleCard {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ----- END Resource Library ----- */

/* ----- Resouce Library Article ----- */

#resourcelibraryArticle {
  position: relative;
}

#resourcelibraryArticle .resourcelibraryBackButton {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

#resourcelibraryArticle .resourcelibraryBackButton:hover {
  background-color: #fdd34d;
  opacity: 1;
  border-color: #fdd34d;
}

#resourcelibraryArticle .resourcelibraryBackButton span {
  padding-left: 5px;
}

#resourcelibraryArticle .bigTopImgContainer {
  width: 100%;
  height: 400px;
  background-image: url(/resources/article_resources/images/placeholderImage.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#resourcelibraryArticle .downloadArticleButton {
  display: none;
  position: absolute;
  top: 20px;
  right: 40px;
}

#resourcelibraryArticle .downloadArticleEndButton {
  display: none;
  text-align: center;
  padding: 30px 0 0 0;
  width: 100%;
}

#resourcelibraryArticle .downloadArticleButton span,
#resourcelibraryArticle .downloadArticleEndButton span {
  padding-left: 10px;
}

#resourcelibraryArticle .articleContainer {
  padding-top: 40px;
  position: relative;
}

#resourcelibraryArticle .articleContainer .articleContent {
  max-width: 900px;
  margin: auto;
  padding-bottom: 30px;
}

#resourcelibraryArticle .articleContainer .articleContent h1 {
  text-align: center;
  padding: 0 0 30px 0;
  font-weight: 600;
  font-size: 40px;
  width: calc(100% - 202px);
  margin: auto;
  margin-top: 50px;
}

.lang-de #resourcelibraryArticle .articleContainer .articleContent h1 {
  margin-top: 10px;
}

#resourcelibraryArticle .articleContainer .articleContent p {
  padding: 15px 100px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 26px;
}

#resourcelibraryArticle .articleContainer .articleContent ul,
#resourcelibraryArticle .articleContainer .articleContent ol {
  margin: 0;
  padding: 0 100px;
  font-size: 16px;
  line-height: 26px;
}

#resourcelibraryArticle .articleContainer .articleContent li {
  margin: 10px 0;
}

#resourcelibraryArticle .articleContainer .articleContent img {
  margin: 15px 100px;
  border-radius: 10px;
  width: calc(100% - 202px);
  display: block;
}

#resourcelibraryArticle .articleContainer .articleContent img.overflowing {
  margin: 15px 100px;
  border-radius: 10px;
  width: calc(100% - 202px);
}

#resourcelibraryArticle .articleContainer .articleContent .quote {
  padding: 30px 0;
  text-align: center;
}

#resourcelibraryArticle .articleContainer .articleContent .quote .quoteText {
  display: block;
  font-size: 25px;
  line-height: 35px;
}

#resourcelibraryArticle
  .articleContainer
  .articleContent
  .quote
  .quoteText
  .quoteMarks {
  font-size: 70px;
  color: #fcc000;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-bottom: -15px;
}

#resourcelibraryArticle .articleContainer .articleContent .quote .quoteName {
  display: block;
  font-size: 15px;
  line-height: 35px;
  color: #8a8a8a;
  padding-top: 10px;
}

#resourcelibraryArticle .articleContainer .articleContent .bannerWrapper {
  height: 165px;
  padding: 15px 0;
}

#resourcelibraryArticle .articleContainer .articleContent .banner {
  background-color: #f1f1f1;
  width: auto;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 30px 100px;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 35px;
}

#resourcelibraryArticle .articleContainer .articleContent .banner.overflowing {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
}

#resourcelibraryArticle .articleContainer .banner .largeText {
  font-size: 25px;
}

#resourcelibraryArticle .articleContainer .articleContent .article2Columns {
  display: flex;
  flex-direction: row;
  padding: 15px 100px;
  justify-content: space-between;
}

#resourcelibraryArticle
  .articleContainer
  .articleContent
  .article2Columns
  div:first-child {
  padding-right: 10px;
}

#resourcelibraryArticle
  .articleContainer
  .articleContent
  .article2Columns
  div:last-child {
  padding-left: 10px;
}

#resourcelibraryArticle
  .articleContainer
  .articleContent
  .article2Columns
  div.textColumn {
  flex: 1 0 50%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 26px;
}

#resourcelibraryArticle
  .articleContainer
  .articleContent
  .article2Columns
  div.imageColumn {
  flex: 0 0 50%;
  box-sizing: border-box;
}

#resourcelibraryArticle
  .articleContainer
  .articleContent
  .article2Columns
  div.imageColumn
  img {
  width: 100%;
  height: auto;
  margin: 0;
}

#resourcelibraryArticle .moreArticlesButtonWrapper {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}

#resourcelibraryArticle .moreArticlesButton i {
  padding-right: 5px;
}

@media only screen and (max-width: 700px) {
  #resourcelibraryArticle .articleContainer .banner .largeText {
    font-size: 22px;
  }
  #resourcelibraryArticle .articleContainer .articleContent p {
    padding: 15px 30px;
  }

  #resourcelibraryArticle .articleContainer .articleContent .banner {
    margin: 30px;
  }

  #resourcelibraryArticle .articleContainer .articleContent img {
    margin: 15px 30px;
    width: calc(100% - 62px);
  }

  #resourcelibraryArticle .articleContainer .articleContent img.overflowing {
    margin: 15px 0;
    width: 100%;
    border-radius: 0;
  }

  #resourcelibraryArticle .articleContainer .articleContent .bannerWrapper {
    height: 200px;
  }

  #resourcelibraryArticle
    .articleContainer
    .articleContent
    .banner.overflowing {
    height: 200px;
  }

  .lang-de
    #resourcelibraryArticle
    .articleContainer
    .articleContent
    .bannerWrapper:has(.overflowing) {
    height: 320px;
  }

  .lang-de
    #resourcelibraryArticle
    .articleContainer
    .articleContent
    .banner.overflowing {
    height: 320px;
  }

  #resourcelibraryArticle .articleContainer .articleContent ul,
  #resourcelibraryArticle .articleContainer .articleContent ol {
    padding: 0 30px 0 50px !important;
  }

  #resourcelibraryArticle h2,
  #resourcelibraryArticle h3 {
    padding: 0 30px;
  }

  #resourcelibraryArticle .articleContainer .articleContent .article2Columns {
    padding: 15px 30px;
    flex-direction: column;
  }

  #resourcelibraryArticle
    .articleContainer
    .articleContent
    .article2Columns
    div {
    padding: 15px 0 !important;
  }

  #resourcelibraryArticle .downloadArticleButton {
    top: 15px;
    right: 15px;
  }

  #resourcelibraryArticle .articleContainer .articleContent h1 {
    padding: 0;
    font-size: 24px;
    word-break: break-word;
  }

  #resourcelibraryArticle .articleContainer .articleContent h2 {
    padding: 0 30px;
    margin-top: 20px;
    font-size: 20px;
  }

  #resourcelibraryArticle .webinarBanner .textAndImageContainer {
    flex-direction: column;
  }

  #resourcelibraryArticle .webinarBanner .textAndImageContainer .imgContainer {
    min-height: 200px;
  }

  #resourcelibraryArticle
    .articleContainer
    .articleContent
    .bannerWrapper.webinarBanner {
    height: 520px;
  }

  .lang-de
    #resourcelibraryArticle
    .articleContainer
    .articleContent
    .bannerWrapper.webinarBanner {
    height: 620px;
  }

  .lang-de
    #resourcelibraryArticle
    .articleContainer
    .articleContent
    .bannerWrapper.webinarBanner
    .banner.overflowing {
    height: 620px;
  }

  #resourcelibraryArticle
    .webinarBanner
    .textAndImageContainer
    .headingAndTextContainer {
    padding: 0;
  }
}

@media only screen and (max-width: 350px) {
  #resourcelibraryArticle
    .articleContainer
    .articleContent
    .bannerWrapper.webinarBanner {
    height: 520px;
  }

  .lang-de
    #resourcelibraryArticle
    .articleContainer
    .articleContent
    .bannerWrapper.webinarBanner {
    height: 670px;
  }

  #resourcelibraryArticle
    .articleContainer
    .articleContent
    .bannerWrapper:has(.overflowing) {
    height: 320px;
  }

  #resourcelibraryArticle
    .articleContainer
    .articleContent
    .banner.overflowing {
    height: 320px;
  }
}

/* ----- START webinarPages ----- */
.webinarFunctions .webinarFunctionsHeader {
  text-align: left;
}

.webinarFunctions .webinarFunctionsList {
  display: block;
  columns: 2;
}
.webinarFunctions .webinarFunctionsList li {
  padding-right: 50px;
  line-height: 30px;
}

#eventInfo .presentationInfoText .webinarjamButton.openPopupButton {
  display: none;
}

#eventInfo .presentationInfoText .webinarInformationText {
  height: auto;
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 20px;
  margin: auto;
}

/* ----- END webinarPages ----- */

/* ----- popup ----- */

.popupWrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
}

.popupWrapper .popupOverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.popupWrapper .popup {
  width: 550px;
  min-height: 200px;
  max-width: 90%;
  max-height: 90%;
  background-color: #ffffff;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.popupWrapper .popup .closeWrapper i {
  font-size: 26px;
  color: #7f7f7f;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  font-weight: 300;
}

.popupContent {
  height: 100%;
  padding: 10px 20px 10px 20px;
}

.popupWrapper .popup::-webkit-scrollbar {
  width: 10px; /* width of the entire scrollbar */
}

.popupWrapper .popup::-webkit-scrollbar-track {
  background: #f1f1f1; /* color of the tracking area */
  border-radius: 20px;
}

.popupWrapper .popup::-webkit-scrollbar-thumb {
  background-color: #ccc; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
}

.popupWrapper .popup {
  scrollbar-width: thin; /* "auto" or "thin" */
  scrollbar-color: #ccc #f1f1f1; /* scroll thumb and track */
}

.popupContent h2 {
  margin-bottom: 30px;
}

body.popupOpen {
  overflow: hidden;
}

.popupSpinnerWrapper {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 450px) {
  .popupWrapper .popup {
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
    border-radius: 0;
  }

  .popupWrapper .popupContent {
    padding: 10px 0;
    height: auto;
  }
}

/* ----- END popup ----- */

/* ----- IFTA input ----- */

.iftaInputWrapper {
  position: relative;
  width: 90%;
  margin: auto;
  margin: 7px auto;
  display: block;
  outline: none;
}

.iftaInputWrapper label,
.iftaInputWrapper input,
.iftaInputWrapper textarea,
.iftaInputWrapper .customSelect {
  transition: border-color 0.3s ease-in-out;
  font-family: "Open Sans", "sans-serif";
}

.iftaInputWrapper input:not([type="checkbox"]) ~ label,
.iftaInputWrapper textarea ~ label,
.iftaInputWrapper.iftaInternationalPhoneInput label,
.iftaSelectWrapper .iftaInputWrapper label {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 8px;
  left: 10px;
}

.iftaInputWrapper.iftaInternationalPhoneInput .iti {
  width: 100%;
}

.iftaInputWrapper.iftaInternationalPhoneInput .iti .iti__flag {
  background-image: url("/resources/images/flags-23.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iftaInputWrapper.iftaInternationalPhoneInput .iti .iti__flag {
    background-image: url("/resources/images/flags@2x-23.png");
  }
}

.iftaInputWrapper.iftaInternationalPhoneInput .iti__selected-country {
  margin-top: 25px;
  height: calc(100% - 25px);
}

.iftaInputWrapper.iftaInternationalPhoneInput .iti__selected-country-primary {
  border-top-right-radius: 10px;
}

.iftaInputWrapper input:not([type="checkbox"]):not(.iti__search-input),
.iftaInputWrapper textarea,
.iftaInputWrapper .customSelect {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #333333;
  font-size: 14px;
  padding: 30px 10px 8px 10px;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  margin: 1px;
}

.iftaInputWrapper input.iti__search-input {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #333333;
  font-size: 14px;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  margin: 1px;
}

.iftaInputWrapper textarea {
  height: 100px;
  appearance: none;
  box-shadow: none;
}

.iftaInputWrapper textarea ~ label {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 6px 8px;
  top: 2px;
  left: 2px;
  border-radius: 10px;
}

.iftaInputWrapper input:not([type="checkbox"]) ~ .iftaRequired,
.iftaInputWrapper textarea ~ .iftaRequired,
.iftaInputWrapper.iftaInternationalPhoneInput .iftaRequired,
.iftaSelectWrapper .iftaRequired {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 12px;
  font-weight: 600;
}

.iftaInputWrapper ::placeholder {
  color: #ababab;
}

.iftaInputWrapper ::-webkit-input-placeholder {
  color: #ababab;
}

.iftaInputWrapper ::-ms-input-placeholder {
  color: #ababab;
}

.iftaSelectWrapper {
  position: relative;
}

.iftaSelectWrapper .shownInput {
  color: #ababab;
  text-transform: capitalize;
}

.iftaInputWrapper input:not([type="checkbox"]):focus,
.iftaSelectWrapper .iftaInputWrapper:focus .customSelect {
  color: #000;
  border: 2px solid #5badff;
  margin: 0px;
}

.iftaInputWrapper.iftaInternationalPhoneInput .iti input[type="tel"] {
  margin: 1px !important;
}

.iftaInputWrapper.iftaInternationalPhoneInput .iti input[type="tel"]:focus,
.iftaInputWrapper.iftaInternationalPhoneInput.iftaValidationError
  .iti
  input[type="tel"] {
  margin: 0px !important;
}

.iftaSelectWrapper .iftaInputWrapper {
  display: flex;
  cursor: pointer;
}

.iftaSelectWrapper .iftaInputWrapper::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  color: #333333;
  position: absolute;
  right: 10px;
  bottom: 8px;
  pointer-events: none;
  font-size: 16px;
}

.iftaSelectWrapper .customSelectOptions {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  padding: 10px 0;
  max-height: 250px;
  overflow: auto;
}

.iftaSelectWrapper .customSelectOptions::-webkit-scrollbar,
.iftaInputWrapper textarea::-webkit-scrollbar {
  width: 10px; /* width of the entire scrollbar */
}

.iftaSelectWrapper .customSelectOptions::-webkit-scrollbar-track,
.iftaInputWrapper textarea::-webkit-scrollbar-track {
  background: #f1f1f1; /* color of the tracking area */
  border-radius: 20px;
}

.iftaSelectWrapper .customSelectOptions::-webkit-scrollbar-thumb,
.iftaInputWrapper textarea::-webkit-scrollbar-thumb {
  background-color: #ccc; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
}

.iftaSelectWrapper .customSelectOptions,
.iftaInputWrapper textarea {
  scrollbar-width: thin; /* "auto" or "thin" */
  scrollbar-color: #ccc #f1f1f1; /* scroll thumb and track */
}

.iftaSelectWrapper .customSelectOptions div {
  padding: 10px 10px;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 14px;
}

.lang-en .iftaSelectWrapper .customSelectOptions div {
  text-transform: none;
}

.iftaSelectWrapper .customSelectOptions div:hover {
  background-color: #f1f1f1;
}

.iftaSelectWrapper.iftaMultipleSelectWrapper .customSelectOptions div:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
  font-size: 16px;
  font-weight: 300;
}

.iftaSelectWrapper.iftaMultipleSelectWrapper
  .customSelectOptions
  div.selected:before {
  content: "\f14a";
  font-weight: bold;
}

.iftaSelectWrapper .customSelectOptions div.fullyBookedOption {
  pointer-events: none;
  color: #ccc;
}

.iftaSelectWrapper .customSelectOptions div.fullyBookedOption:hover {
  background-color: none;
}

.iftaInputError {
  color: #ff4e4e;
  padding: 0 0 0 10px;
  min-height: 17px;
  line-height: normal;
  font-size: 12px;
  visibility: hidden;
  margin-top: 2px;
  text-align: left;
}

.iftaInputWrapper.iftaValidationError .iftaInputError,
.iftaInputWrapper.checkboxContainer.iftaValidationError ~ .iftaInputError {
  visibility: visible;
}

.iftaInputWrapper.iftaValidationError input:not([type="checkbox"]),
.iftaInputWrapper.iftaValidationError textarea,
.iftaSelectWrapper .iftaInputWrapper.iftaValidationError .customSelect {
  background-color: #fff6f2;
  color: #ff4e4e;
  border: 2px solid #ff4e4e;
  margin: 0px;
}

.iftaInputWrapper.iftaValidationError input:not([type="checkbox"]) ~ label,
.iftaSelectWrapper .iftaInputWrapper.iftaValidationError label,
.iftaInputWrapper.iftaValidationError .iftaRequired {
  color: #ff4e4e;
}

.iftaInputWrapper.checkboxContainer .iftaRequired {
  font-size: 12px;
  font-weight: 600;
}

.iftaInputWrapper.checkboxContainer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 90%;
  margin: auto;
}

.iftaInputWrapper.checkboxContainer input[type="checkbox"] {
  position: relative;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  margin-left: 0;
  margin-top: 0;
  flex: 0 0 18px;
  appearance: none;
}

.iftaInputWrapper.checkboxContainer label {
  padding-right: 10px;
}

.iftaInputWrapper.checkboxContainer input[type="checkbox"]:before,
.iftaInputWrapper.radioContainer input[type="radio"]:before {
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  color: #fcc000;
  cursor: pointer;
}

.iftaInputWrapper.checkboxContainer input[type="checkbox"]:before {
  content: "\f0c8";
}

.iftaInputWrapper.checkboxContainer input[type="checkbox"]:checked:before {
  content: "\f14a";
  font-weight: bold;
}

.iftaInputWrapper.checkboxContainer.iftaValidationError input::before {
  color: #ff4e4e;
}

/* ----- END IFTA input ----- */
/* ----- Form elements ----- */
#seminarForm .informationWrapper .fa-info-circle {
  color: #8a8a8a;
  margin: 0 9px 0 0;
}

#seminarForm .informationWrapper .fa-info-circle ~ span {
  color: #3a8ada;
}

#seminarForm .informationWrapper {
  position: relative;
  margin-left: calc(5% + 28px);
  display: inline-block;
}

#seminarForm .informationWrapper:hover .informationCard {
  display: block;
}

#seminarForm .informationWrapper .informationCard {
  position: absolute;
  bottom: 15px;
  left: -35px;
  display: none;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  padding: 0 20px;
  border-radius: 10px;
  width: 430px;
  height: 450px;
  max-height: 80vh;
  max-width: 80vw;
  overflow: auto;
  z-index: 100;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

#seminarForm .button[type="submit"] {
  background-color: #fcc000;
  color: #ffffff;
  height: auto;
  min-width: 120px;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #fcc000;
  appearance: none;
  width: 80%;
  margin: 20px auto;
  display: block;
  font-size: 16px;
}
/* ----- END Other Form elements ----- */
/* ----- START Produkt container ----- */
.pageContentContainer .pageContent .productContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 20px;
  min-height: 240px;
  overflow: hidden;
}

.pageContentContainer .pageContent .productContainer .displayedProduct {
  visibility: hidden;
  opacity: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  flex-direction: column;
  align-items: center;
  grid-column: 1;
  grid-row: 1;
  transition: opacity ease 1000ms;
}

.pageContentContainer .pageContent .productContainer .displayedProduct a {
  color: #333333;
}

.pageContentContainer
  .pageContent
  .productContainer
  .displayedProduct
  a.productButton {
  color: #fcc000;
  font-weight: 600;
  margin-top: 0px;
  font-size: 16px;
}
.pageContentContainer .pageContent .productContainer .displayedProduct a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.pageContentContainer
  .pageContent
  .productContainer
  .displayedProduct.activeProduct {
  visibility: visible;
  opacity: 1;

  /* animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s; */
}
/* @keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
} */
.pageContentContainer#index
  .pageContent
  .productContainer
  .displayedProduct
  h3.productTitle {
  font-family: "Playfair Display";
  letter-spacing: 4.25px;
  font-size: 45px;
}
.pageContentContainer
  .pageContent
  .productContainer
  .displayedProduct
  p.productSummary {
  max-width: 900px;
  margin-bottom: 5px;
  margin: auto;
  font-size: 16px;
}
.productIcon {
  text-align: center;
}

.productIcon:hover {
  opacity: 0.7;
  cursor: pointer;
}
.productIcons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.productIcon .productIconCircle {
  height: 100px;
  width: 100px;
  border-radius: 50px;
  margin: 20px 25px 10px 25px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 45px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  cursor: pointer;
}
.productIconName {
  font-size: 12px;
  color: #333333;
  text-align: center;
  margin-top: 0px;
  font-weight: 200;
}

.productIcon.activeProduct .productIconName {
  font-weight: 400;
}

.mobileProductIcon {
  display: none;
}

#productIconsOnly .productIcon:hover .productIconName {
  font-weight: 400;
}
.productIcon.activeProduct#productIcon-insidermanager i,
.productIcon.activeProduct#productIcon-crisisportal i,
.productIcon.activeProduct#productIcon-surveymanager i,
.productIcon.activeProduct#productIcon-boardportal i,
.productIcon.activeProduct#productIcon-hrportal i,
.productIcon.activeProduct#productIcon-boardevaluation i,
.productIcon.activeProduct#productIcon-dataroom i,
#productIconsOnly .productIcons .productIcon:hover i {
  color: #ffffff;
}
.productIcon.activeProduct#productIcon-insidermanager .productIconCircle,
#productIconsOnly
  .productIcons
  .productIcon.productIcon-insidermanager:hover
  .productIconCircle {
  background-image: linear-gradient(#8afee7, #10bb99);
}
.productIcon.activeProduct#productIcon-crisisportal .productIconCircle,
#productIconsOnly
  .productIcons
  .productIcon.productIcon-crisisportal:hover
  .productIconCircle {
  background-image: linear-gradient(#f5d750, #eb4411);
}
.productIcon.activeProduct#productIcon-surveymanager .productIconCircle,
#productIconsOnly
  .productIcons
  .productIcon.productIcon-surveymanager:hover
  .productIconCircle {
  background-image: linear-gradient(#bf8bcf, #7348bf);
}
.productIcon.activeProduct#productIcon-boardportal .productIconCircle,
#productIconsOnly
  .productIcons
  .productIcon.productIcon-boardportal:hover
  .productIconCircle {
  background-image: linear-gradient(#7eb0fd, #5177e1);
}
.productIcon.activeProduct#productIcon-hrportal .productIconCircle,
#productIconsOnly
  .productIcons
  .productIcon.productIcon-hrportal:hover
  .productIconCircle {
  background-image: linear-gradient(#89eba0, #498e59);
}
.productIcon.activeProduct#productIcon-boardevaluation .productIconCircle,
#productIconsOnly
  .productIcons
  .productIcon.productIcon-boardevaluation:hover
  .productIconCircle {
  background-image: linear-gradient(#ec88a1, #db3e65);
}
.productIcon.activeProduct#productIcon-dataroom .productIconCircle,
#productIconsOnly
  .productIcons
  .productIcon.productIcon-dataroom:hover
  .productIconCircle {
  background-image: linear-gradient(#f7d977, #ecb500);
}
/* ----- END Produkt container ----- */

.ctaBanner {
  position: fixed;
  top: 100px;
  right: calc((((100% - 900px) / 2) / 2) - 90px);
  background-color: #f1f1f1;
  max-height: calc(100vh - 110px);
  height: 600px;
  min-height: 500px;
  width: 270px;
  border-radius: 10px;
  overflow: hidden;
}

.ctaBanner.ctaBannerPosAbsolut {
  position: absolute;
}

.ctaBannerTop {
  background-color: #42a1bd;
  width: 100%;
  height: 200px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 54%, 0% 100%);
  border-radius: 10px 10px 0 0;
}

.ctaBannerTop span {
  color: white;
  font-size: 33px;
}
.ctaBanner .smallTitle span {
  font-size: 23px;
}

.ctaBannerBottom {
  background-color: #286c7f;
  color: white;
  width: 100%;
  height: 240px;
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  clip-path: polygon(0 0, 100% 35%, 100% 100%, 0% 100%);
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
  align-items: center;
  border-radius: 0 0 10px 10px;
}

.ctaBannerBottom span:first-child {
  font-size: 20px;
}

.ctaBannerBottom span:nth-child(2) {
  font-size: 16px;
  text-transform: uppercase;
}

.ctaBannerBottom button.ctaBannerButton {
  background-color: transparent;
  color: #ffffff;
  height: auto;
  width: fit-content;
  min-width: 100px;
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
  font-weight: 600;
  line-height: inherit;
  font-family: "Open Sans";

  border: 2px solid white;
  font-size: 18px;
  margin: 15px 0;
  cursor: pointer;
}

.ctaBannerBottom button.ctaBannerButton:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.ctaVideocontainer {
  width: 100%;
}

.ctaVideocontainer video {
  width: 240%;
  margin-top: 110px;
  margin-left: -200px;
}

.ctaVideocontainer video.ctaBannerVideo2 {
  margin-left: -110px;
}

.ctaBanner.secondCtaBanner {
  top: auto;
  bottom: 200px;
}

.ctaBanner.secondCtaBanner .ctaBannerTop {
  background-color: #519b39;
}

.ctaBanner.secondCtaBanner .ctaBannerBottom {
  background-color: #276d2a;
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 1300px) {
  .ctaBanner {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    height: 200px;
    width: 100%;
  }

  .ctaBannerTop {
    width: 370px;
    height: 200px;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
    text-align: left;
    border-radius: 10px 0 0 10px;
    margin-left: 10px;
  }

  .ctaBannerBottom {
    width: 380px;
    height: 200px;
    padding: 30px 20px 0 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 100%);
    flex-direction: column;
    justify-content: start;
    align-items: end;
    border-radius: 0 10px 10px 0;
    margin-right: 10px;
  }

  .ctaBanner.secondCtaBanner .ctaBannerBottom {
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
    width: 430px;
  }

  .ctaBanner .smallTitle span {
    max-width: 90%;
    display: block;
  }

  .ctaBannerBottom button.ctaBannerButton {
    margin: 25px 0;
  }

  .ctaVideocontainer {
    width: auto;
    height: 200px;
    overflow: hidden;
  }

  .ctaVideocontainer video {
    width: auto;
    height: 160%;
    margin-top: -60px;
    margin-left: calc(50% - 280px) !important;
  }
}

@media screen and (max-width: 700px) {
  .ctaBanner {
    display: none;
  }
}

#subprocessors .subprocessorsParagraph, #subprocessors .subprocessorsHistory {
  line-height: 170%;
  padding: 0 30px 50px 30px;
}

#subprocessors .subprocessorsTable {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: calc(100% - 20px);
  display: table;
  margin: 0 10px 50px 10px;
}

#subprocessors .subprocessorsTable thead {
  display: table-header-group;
}

#subprocessors .subprocessorsTable tbody {
  display: table-row-group;
}

#subprocessors .subprocessorsTable tr {
  display: table-row;
}

#subprocessors .subprocessorsTable th {
  display: table-cell;
  padding: 20px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  width: 20%;
}

#subprocessors .subprocessorsTable .mobileTH {
  display: none;
}

#subprocessors .subprocessorsTable td {
  display: table-cell;
  padding: 10px 20px;
  text-align: left;
  font-size: 14px;
  border: 1px solid #ddd;
  height: 100px;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  #subprocessors .subprocessorsTable thead {
    display: none;
  }

  #subprocessors .subprocessorsTable tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-top: none;
  }

  #subprocessors .subprocessorsTable tr:first-child {
    border-top: 1px solid #ccc;
  }

  #subprocessors .subprocessorsTable tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  #subprocessors .subprocessorsTable td {
    width: auto;
    display: block;
    border: none;
    height: auto;
  }

  #subprocessors .subprocessorsTable td:first-child {
    font-size: 16px;
    padding: 20px 20px 10px 20px;
  }

  #subprocessors .subprocessorsTable td:last-child {
    padding-bottom: 20px;
  }

  #subprocessors .subprocessorsTable td::before {
    content: attr(data-label);
    font-weight: 600;
    display: block;
    text-align: left;
  }

  #subprocessors .subprocessorsTable .mobileTH {
    display: table-cell;
    font-weight: 600;
  }
}


#privacynotice .pageContent {
  max-width: 800px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 100px;

  h2 {
    text-align: left;
  }

  h3 {
    margin-top: 40px;
  }

  ul li, ol li {
    padding: 5px;
  }

  table ul li, table ol li {
    padding: 0px;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 2rem 0;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  }

  /* Table Header */
  thead {
    background: #505050;
    color: white;
  }

  thead th {
    padding: 1.25rem 1.5rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: none;
  }

  /* Table Body */
  tbody tr {
    border-bottom: 1px solid #e5e7eb;
    transition: all 0.3s ease;
  }

  tbody tr:last-child {
    border-bottom: none;
  }

  tbody td {
    padding: 1.25rem 1.5rem;
    vertical-align: top;
    color: #374151;
    font-size: 0.925rem;
    line-height: 1.6;
    border: 1px solid #ccc;
  }

  /* First column (Activity) styling */
  tbody td:first-child {
    font-weight: 600;
    color: #1f2937;
    background-color: rgba(249, 250, 251, 0.5);
  }

  /* Lists inside table cells */
  table ul {
    margin: 0;
    padding-left: 1.25rem;
    list-style-type: none;
  }

  table ul li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
  }

  table ul li:last-child {
    margin-bottom: 0;
  }

  /* Custom bullet points */
  table ul li:before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #505050;
    font-weight: bold;
  }

  /* Responsive design for mobile */
  @media (max-width: 768px) {
    table {
      font-size: 0.875rem;
    }
    
    thead {
      display: none;
    }
    
    tbody tr {
      display: block;
      margin-bottom: 1rem;
      border: 1px solid #e5e7eb;
      border-radius: 8px;
      overflow: hidden;
    }
    
    tbody td {
      display: block;
      padding: 1rem;
      border-bottom: 1px solid #f3f4f6;
    }
    
    tbody td:last-child {
      border-bottom: none;
    }
    
    tbody td:before {
      content: attr(data-label);
      font-weight: 600;
      text-transform: uppercase;
      font-size: 0.75rem;
      color: #6b7280;
      display: block;
      margin-bottom: 0.5rem;
      letter-spacing: 0.05em;
    }
    
    tbody td:first-child {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      color: white;
      font-size: 1rem;
    }
  }
}
