/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');*/
:root {
    --arrow-offset: 0px;
}
* {
	box-sizing: border-box;
}
*:not(input) {  
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
	     -moz-user-select: none; /* Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
								  supported by Chrome and Opera */
}
body.offer-tool .object-modal * {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
textarea {
	-moz-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
}
*:not([tabindex]):focus {
	outline:0;
}
body {
	font-weight: 300;
	font-family: 'Roboto Condensed', arial, sans-serif;
    min-width: initial !important;
}

h1, h2, h3, h4, h5, h6, .button, .button .text, .card-modal .ui.card .title, .navigationPane-title,.navigationPane .title, .button .text, .button, .menu-links__item-title, .ribbon span, .card-modal .ui.card .hole-details .header {
    text-transform: uppercase;
	font-weight: 900 !important;
}   
.pointer {
    cursor: pointer;
}
.ggmedia.pointer {
    z-index: 5 !important;
	pointer-events: all !important;
}
.ggmedia.object-360-viewer {
    z-index: 5 !important;
}
img.ggmedia[id$="_patch"],.ggmedia[id*="_hover"] {
    z-index: 6 !important;
    pointer-events: none;
}
img.ggmedia[id$="_hidden"], img.ggmedia[id*="_hidden_"], .ggskin[id*="_hidden"] {
    display: none;
}

body.set-target > .target-selector {
	display: flex !important;
	position: absolute;
	z-index: 10;
	width: 64px;
	height: 64px;
	font-size: 64px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	color: red;
	font-weight: 100 !important;
	opacity: .66;
	pointer-events: none !important;
	margin: 0 !important;
	justify-content: center;
	align-items: center;
}
body.set-target > button.get-corner-coordinates:not(#container):not(#picture-container):not(.target-selector) {
  display: flex !important;
  z-index: 99;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
body.set-target .corner-coordinate {
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 99;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 15px;
}
body.set-target .corner-coordinate::after {
  content: '\e59b';
  font-family: 'Font Awesome 6 Pro' !important;
  font-size: 15px;
  width: 15px;
  height: 15px;
  color: red;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  position: absolute;
  left: 0;
  right: 0;
}
.target-modal {
  width: calc(100% - 250px) !important;
}
.target-modal iframe {
  height: calc(50vh);
}
.target-modal .jqueryModal-body .buttons {
  margin-top: 25px;
}
.target-modal .jqueryModal-body .buttons .button {
  margin: 0;
}
.target-modal .jqueryModal-body .buttons .button.cancel-target {
  float: right;
}

.jqueryModal[id^="objects-overview"] .jqueryModal-body > .ui.label {
  display: none;
}

body #container.show-bg:before {
    width: 90px !important;
  height: 90px !important;
  content: "" !important;
  position: absolute !important;
  left: calc(50% - 45px) !important;
  top: calc(50% - 45px) !important;
  z-index: 1000000 !important;
  background: url("/images/360.gif") 50% 50% no-repeat !important;
  background-size: 66% !important;
  background-color: rgba(0,0,0,.66) !important;
  border-radius: 50% !important;
}
#container.show-bg:after {
	content: "Dit is een 360° foto, je kan klikken en slepen om rond te draaien";
	z-index: 1000000 !important;
	width: 260px;
	height: auto;
	position: absolute;
	color: #ffffff;
	left: calc(50% - 130px);
	top: calc(50% + 50px) !important;
	text-align: center;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 35px;
	background-color: rgba(0,0,0,.66);
	font-size: 13px;
}
body.language-EN #container.show-bg:after {
    content: "This is a 360° picture, you can click and drag to turn around";
}
body.language-FR #container.show-bg:after {
    content: "Il s'agit d'une image à 360°, vous pouvez cliquer et faire glisser pour tourner autour";
}
body.language-ES #container.show-bg:after {
    content: "Esta es una imagen de 360°, puedes hacer clic y arrastrar para girar";
}
body.language-DE #container.show-bg:after {
    content: "Dies ist ein 360°-Bild, Sie können klicken und ziehen, um sich zu drehen";
}
body.language-GR #container.show-bg:after {
    content: "Αυτή είναι μια εικόνα 360°, μπορείτε να κάνετε κλικ και να σύρετε για να γυρίσετε";
}
body.language-TR #container.show-bg:after {
    content: "Bu 360° bir resimdir, etrafında dönmek için tıklayıp sürükleyebilirsiniz";
}
#container > div, #container > div > *, body > .button-container {
  background: none !important;
}
/*body.mac, body::-webkit-scrollbar-thumb, ::-webkit-scrollbar {
    color: rgba(0,0,0,0.01) !important;
}*/
body.mac {
    background-color: transparent;
}
body {
    z-index: 0;
}
#container {
    z-index: 1;
}
#picture-container {
    z-index: 2;
}
canvas {
    background: none;
    background-color: transparent;
}

/*img.ggmedia, video.ggmedia {
    -webkit-backface-visibility: hidden !important;
}*/
.ggskin.ggskin_infospot, .ggskin.ggskin_hotspot, .ggskin.ggskin_popup {
    z-index: 7 !important;
} 
.ggskin.ggskin_infospot:hover, .ggskin.ggskin_hotspot:hover, .ggskin.ggskin_popup:hover {
  z-index: 8 !important;
}
.fa, .far, .fas, .fal, .fa:before, .far:before, .fas:before, .fal:before {
    font-family: "Font Awesome 6 Pro" !important;
}
.fab, .fab:before {
    font-family: "Font Awesome 6 Brands" !important;
}
.fad, .fad:before, .fad:after {
    font-family: "Font Awesome 6 Duotone" !important;
}
.fa, .fas, .fab, .fad, .fad:before, .fad:after {
    font-weight: 900 !important;
}
.fal, .fal:before {
    font-weight: 300 !important;
}
.centered {
	text-align: center;
}  
.header {
    background-color: #313131;
	color: #1c1c1c;
  	background: url(/images/patterns/pattern-3.png);
	background-image: url(/images/patterns/pattern-3.svg);
	background-size: cover;
	text-align: center;
	padding: 5px;
	position: relative; 
	font-size: 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
}
.header.header2 {
  	background: url(/images/patterns/pattern-2.png);
	background-image: url(/images/patterns/pattern-2.svg);
	background-size: cover;
}
.header.header--greyscale {
  	background: url(/images/patterns/pattern-3-greyscale.png);
	background-image: url(/images/patterns/pattern-3-greyscale.svg);
	background-size: cover;
}
.header.header--greyscale--semitransparent {
	background: none;
}
.header.header--greyscale--semitransparent::after {
  content: "";
  background: url(/images/patterns/pattern-3-greyscale.png);
  background-image: url(/images/patterns/pattern-3-greyscale.svg);
  background-size: cover;
  opacity: 0.75;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
.header.header2--greyscale--semitransparent {
	background: none;
}
.header.header2--greyscale--semitransparent::after {
  content: "";
  background: url(/images/patterns/pattern-2-greyscale.png);
  background-image: url(/images/patterns/pattern-2-greyscale.svg);
  background-size: cover;
  opacity: 0.75;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
.header.header2--greyscale--semitransparent {
	background: none;
}
.header.header2--greyscale--semitransparent::after {
  content: "";
  background: url(/images/patterns/pattern-2-greyscale.png);
  background-image: url(/images/patterns/pattern-2-greyscale.svg);
  background-size: cover;
  opacity: 0.75;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
.header.header--rectangular {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
}
.button {
  /*display: inline-block;*/
  background-color: #febe10;
  color: #fff;
  height: 46px;
  line-height: initial;
  padding: 0 30px;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;	
  display: flex;
  justify-content: center;
  align-items: center;
}
.button:hover, .button:focus, a.button:hover, a.button:focus {
    color: #ffffff;
    text-decoration: none;
}
.jqueryModal-body .button {
    width: 200px;
    left: 50%;
    margin-left: -100px;
}
.jqueryModal-body .form .button {
    left: auto;
    margin-left: 0;
}
.jqueryModal-body .fluid.button {
    left: auto;
    width: 100%;
    margin-left: 0;
}
.jqueryModal-body .floating.button {
    width: auto;
    margin-left: auto;
    left: auto;
	float: left;
}
.jqueryModal-body .right.floating.button {
	float: right;
}
.jqueryModal-body .input .button, .jqueryModal-body .right.button {
    width: auto;
    margin-left: auto;
    left: auto;
}
.jqueryModal-body .right.button {
    right: 0;
}

.menu-button {
	top: 8px;
	right: 8px;
    z-index: 100 !important;
}
body.mobile #menu-button {
    width: 50px;
    padding: 0;
}
body.mobile #menu-button .icon + .text {
    display: none;
}

body.mobile .button.button--float.rightPos:not(.top-button) {
    min-width: 50px;
}
body.mobile .button.button--float.rightPos:not(.top-button) .icon--inline {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.mobile .button.button--float.rightPos:not(.top-button) .icon--inline + .text {
    display: none;
}

.collapse-button, .button--rounded {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.icon-button {
	padding: 0 10px;
}
.icon-button .icon {
    text-align: center;
}
.icon-button .icon .material-icons {
    vertical-align: top;
    margin-top: 6px;
}

.button.icon-button.button--float {
	background-color: rgba(0,0,0,0.65);
    border: 2px solid #febe10;
    border-radius: 4px;
    color: #ffffff;
}
.button.icon-button.button--float img {
	margin-left: 2px;
    vertical-align: top;
    margin-top: 8px;
}
.button.icon-button.button--float .icon.icon--inline {
    font-size: 18px;
    margin: 0;
    line-height: 18px;
    height: 18px;
    width: auto;
}

.button--border {
  position: relative;
  transition: all 0.2s ease-in;
  border: 2px solid #febe10;
  box-sizing: border-box;
  overflow: hidden;
  /*line-height: 43px;*/
}
.button--border.text-button {
	/*line-height: 39px;*/
}

.button--border .text {
  transition: all 0.2s ease-out; 
}

.button--border:hover, .button--border.active {
  background-color: transparent;
}

.button--border:hover .text, .button--border.active .text {
  color: #424242;
}

.button--border:hover .button__border, .button--border.active .button__border {
  left: -100%;
}

.button__border {
  position: absolute;
  left: 100%;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.2s ease-in;
  transform: rotate(-45deg);
}

.button--border .text { position: relative; }

.button__border rect {
  fill: rgba(250,250,250,0.33);
  transition: all 0.2s ease;
}

.button--dark {
  color: #424242;
}
.button--icon {
 padding-left: 20px; 
}

.button .icon {
  display: inline-block;
  fill: #fff;
  height: 30px;
  width: 30px;
  vertical-align: -9px;
  /*margin-right: 10px;*/
  font-size: 30px;
}
.button .icon.icon--inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mute.button .icon {
  height: 24px;
  width: 25px;
}
.button .text {
	display: inline-block;
	fill: #fff;
	height: auto !important;
	width: auto;
	font-size: 18px;
	vertical-align: 0;
    line-height: 18px;
}
.hotspot svg {
	fill: #febe10;
}
.button .icon--inline + .text {
    margin-left: 10px;
    flex: 1;
}
.button .icon.text {
  display: block;
  vertical-align: 0;
  margin-right: 0;
  text-align: center;
  line-height: 50px;
}
.button.button--action .polygon + .icon.text {
    height: 50px;
	padding: 7px;
}
.button.button--action.small .polygon + .icon.text {
    height: 30px;
    width: 30px;
    padding: 0;
}
span.button.button--action.small .polygon + .icon.text {
    margin-top: 8px;
}
.button .icon.text i {
    font-size: 26px;
}
.button.text-button i.material-icons {
    vertical-align: middle;
    margin-right: 10px;
    color: #ffffff;
}
.button.text-button span {
    vertical-align: middle;
}
.button--dark .icon {
  fill: #424242;
}

.icon-text-button .text {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}	
.icon-text-button .icon {
	vertical-align: middle;
    margin-right: 10px;
}	
.icon-menu .menu-rect-3 {
  width: 20px;
  x: 17px;
  transition: all 0.2s ease;
}
.icon-menu .menu-rect-2 {
  width: 20px;
  transition: all 0.2s ease;
}
.button:hover .icon-menu .menu-rect-2 {
  width: 32px;
}
.button:hover .icon-menu .menu-rect-3 {
  width: 32px;
  x: 9px;
}

.button--wide {
  text-transform: initial;
}
.button--float {
  box-shadow: 5px 12px 29px rgba(0,0,0,0.42);
  transition: all 200ms ease;
  /*shadow overflow fix*/
  margin-bottom: 20px;
  z-index: 7;
}

.button--float:hover, .button--float.active {
  box-shadow: 1px 4px 21px rgba(0,0,0,0.73);
  margin-top: 2px;
  margin-bottom: 18px;
}
.button--action{
  width: 58px;
  height: 50px;
  padding: 0;
  background-color: transparent;
  position: relative;
  display: inline-block;
  /*margin: 10px;*/
  transition: all 200ms ease;
  z-index: 9999;
}
.button--dark{
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.65);	
}
.button.small {
    height: 30px;
    width: 34.8px;
    margin-left: -17.4px;
    margin-top: -15px;	
}
.button.small.circle {
    width: 30px;
    margin-left: -15px;
}
span.button.small.circle {
    margin: 0;
	cursor: default;
}
.button--action .polygon {
  fill: #000;
  opacity: .65;
  width: 58px;
  height: 50px;
  position: absolute;
  z-index: 0;
  left: 0;
  transition: all 200ms ease;
  stroke: rgba(254,190,16,0.88);
  stroke-width: 2px;
  overflow: visible;
}
.button--action.small .polygon {
    width: 34.8px;
    height: 30px;
    margin-top: -15px;
}
.button--action.small .polygon.circle {
    width: 30px;
    height: 30px;
    margin-top: -15px;
}
span.button--action.small .polygon.circle {
    margin-top: 8px;
}
.button--action.small .polygon.circle circle {
    width: 28px;
    height: 28px;
}
.button--action:hover .polygon, .button--action.active .polygon {
  fill: #febe10;
  opacity: 1;
  stroke: none; 
}
.button--action:hover, .button--action.action {
  background-color: transparent;
}
.button--dark:hover, .button--dark.action {
	background-color: rgba(254,190,16,10.65);
}
/*margin fix overflow*/
.button--action + .button--action{
  margin-top: 30px;
}
.button--action .icon {
  margin: 0 auto;
  display: inline-block;
  width: 58px;
  fill: #febe10;
  color: #febe10;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  text-align: center;
  transition: all 200ms ease;
}
.button--dark .icon {
  width: 35px;
  fill: #febe10;
  color: #febe10;
  top: 5px;
}
.button--action.small .polygon + .icon {
    margin: 0;
    display: block;
    width: 34.8px;
    height: 30px;
    font-size: 20px;
    top: 0;
}
.button--action .polygon + .icon {
	line-height: 30px;
}
.button--action:hover .icon, .button--action.active .icon {
  fill: #424242;
  color: #424242;
}
.button--more{
  display: block;
  width: 80px;
  height: 30px;
  background-color: rgba(0,0,0,0.65);
  border-radius: 999px;
  cursor: pointer;
  transition: all 200ms ease;
}
.button--more:hover {
  background-color: #febe10;
}
.button--more .icon-more {
  display:block;
  fill: none;
  stroke: #febe10;
  color: white;
  height: 30px; width: 34px;
  margin: 0 auto;
  transition: all 200ms ease;
}
.button--more:hover .icon-more {
  stroke: #424242;
}

.rounded.button {
    width: 46px;
    padding: 0;
    border-radius: 23px;
	line-height: 25px;
}
.rounded.button i {
	font-size: 23px;
}
.mute.button {
	bottom: 8px;
	right: 8px;
}

.absolute {
	position: absolute;
}
.rightPos {
	right: 8px;
}
.leftPos {
	left: 8px;
}

#header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.66);
    /*border-bottom: 1px solid rgba(255,255,255,0.33);*/
    box-shadow: 0 2px 2px rgba(0,0,0,0.33);
    display: flex;
    height: 70px;
    flex-direction: row;
    transition: all .5s ease;
    z-index: 5;
}
#header-nav.default-transparent {
    background-color: transparent;
    box-shadow: none;
}
#header-nav.default-transparent.active {
    background-color: rgba(0,0,0,0.66);
    box-shadow: 0 2px 2px rgba(0,0,0,0.33);
}
#header-nav > .nav-button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}
#header-nav > .nav-button-container:not(.middle) {
    flex: 1;
}
#header-nav > .nav-button-container.left {
    justify-content: flex-start;
    padding-left: 8px;
}
#header-nav > .nav-button-container.middle {
    justify-content: center;
}
#header-nav > .nav-button-container.right {
    justify-content: flex-end;
}
#header-nav > .nav-button-container > .button {
    position: relative;
    margin-bottom: 0;
    top: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
    margin-right: 8px !important;
    margin-top: 0;
    display: flex;
    box-shadow: none;
    height: 40px;
    min-width: 40px;
    width: auto;
    border-radius: 20px;
    transition: width .5s ease;
}
#header-nav > .nav-button-container > .button .icon--inline + .text {
    width: 0;
    overflow: hidden;
    margin-left: 0;
    flex: 0;
}
#header-nav > .nav-button-container > #menu-button .icon--inline + .text {
    display: none;
}
#header-nav > .nav-button-container > #menu-button .icon-menu rect {
    height: 3px;
}
#header-nav > .nav-button-container > #menu-button .icon-menu .menu-rect-3 {
  width: 32px;
  x: 9px;
  transition: all 0.2s ease;
}
#header-nav > .nav-button-container > #menu-button .icon-menu .menu-rect-2 {
  width: 32px;
  transition: all 0.2s ease;
}
#header-nav > .nav-button-container > #menu-button:hover .icon-menu .menu-rect-2 {
  width: 20px;
}
#header-nav > .nav-button-container > #menu-button:hover .icon-menu .menu-rect-3 {
  width: 20px;
  x: 17px;
}
#header-nav > .nav-button-container > .button:hover .icon--inline + .text, #header-nav > .nav-button-container > .button.active .icon--inline + .text {
    width: auto;
    /*overflow-x: visible;*/
    margin-left: 10px;
    flex: 1;
}
#header-nav > .nav-button-container > .button.navigation-button .text {
    padding-right: 12px;
    position: relative;
}
#header-nav > .nav-button-container > .button.navigation-button .text:before {
    right: 0;
}
#header-nav > .nav-button-container > .button.navigation-button .icon--inline + .text {
    padding-right: 0;
}
#header-nav > .nav-button-container > .button.navigation-button:hover .icon--inline + .text, #header-nav > .nav-button-container > .button.navigation-button.active .icon--inline + .text {
    padding-right: 12px;
}
#header-nav > .nav-button-container > .button.navigation-button + .navigation-button {
    margin-left: 15px !important;
}
#header-nav > .nav-button-container > .button.navigation-button + .navigation-button:before {
    position: absolute;
    left: -15px;
    font-size: 16px;
    content: "\f105";
    font-family: 'Font Awesome 6 Pro' !important;
}
#header-nav > .nav-button-container > .button .icon--inline + .text:before {
    display: none;
}
#header-nav > .nav-button-container > .button:hover .icon--inline + .text:before, #header-nav > .nav-button-container > .button.active .icon--inline + .text:before {
    display: block;
}
#header-nav > .nav-button-container > .button:not(#menu-button) .icon {
    font-size: 18px;
    width: 16px;
    display: flex;
    justify-content: center;
}
#header-nav > .nav-button-container > .button:not(#menu-button) .paper.plane.icon {
    padding-right: 2px;
}
#header-nav > .nav-button-container > #menu-button {
    order: 999999;
    background: transparent;
    /*width: auto;*/
    padding: 8px;
}
#header-nav > .nav-button-container > #menu-button .icon {
    width: 30px;
}
#header-nav > .nav-button-container > #Company_Logo, #header-nav > .nav-button-container > .sponsors.carousel, #header-nav > .nav-button-container > .headerLogo.carousel {
    position: relative;
    left: auto;
    top: auto;
}
#header-nav > .nav-button-container > .sponsors.carousel .side img, #header-nav > .nav-button-container > .headerLogo.carousel .side img {
    max-height: 60px;
}
/*#header-nav > .nav-button-container > #menu-button .text {
    display: none;
}*/
/* header nav always visible */
#header-nav.navigation-always-visible > .nav-button-container > .button.navigation-button {
    background: transparent;
    border: none;
    padding-left: 0;
}
#header-nav.navigation-always-visible > .nav-button-container > .button.navigation-button:first-child {
    padding-left: 10px !important;
}
#header-nav.navigation-always-visible > .nav-button-container > .button.navigation-button .icon--inline {
    display: none !important;
}
#header-nav.navigation-always-visible > .nav-button-container > .button.navigation-button .icon--inline + .text {
    width: auto;
    flex: 1;
    overflow-x: visible;
	margin-left: 0;
	padding-right: 12px;
    display: inline-block;
}
#header-nav.navigation-always-visible > .nav-button-container > .button.navigation-button .icon--inline + .text:before {
    display: block !important;
}
/* header clean nav */
#header-nav.clean-navigation > .nav-button-container > .button.navigation-button {
    background: transparent;
    border: none;
    padding-left: 0;
}
#header-nav.clean-navigation > .nav-button-container > .button.navigation-button:first-child {
    padding-left: 10px !important;
}

.has-header-nav #contextMenuMenu {
    top: 70px;
    right: 0;
    padding-top: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

body.has-header-nav #header-nav ~ .button {
    top: 78px;
}
body.has-header-nav #header-nav ~ .button.rightPos ~ .button.rightPos, body.has-header-nav #header-nav ~ .button.leftPos ~ .button.leftPos, body.has-header-nav #header-nav ~ .button.top-button ~ .button.top-button {
    top: 138px;
}


.navigation-menu.menu-links {
    width: 250px;
    padding: 10px;
}
.navigation-menu.menu-links:not(.header-nav-menu):after {
    content: "";
    position: absolute;
    top: -10px;
    left: calc(50% - 7.5px);
    width: 0;
    height: 0;
    border-bottom: solid 10px rgba(0,0,0, 0.75);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
.navigation-menu.menu-links .navigationPane-title {
    background: none;
    color: #ffffff;
    height: auto;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-top: 0;
}
.navigation-menu.menu-links .navigationPane {
    background: none !important;
    height: auto;
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
}
.navigation-menu.menu-links .navigationPane .title {
    background: none;
    height: 100%;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    display: block;
}
.navigation-menu.menu-links .navigationPane .tags, .navigation-menu.menu-links .navigationPane .characteristics {
    display: none;
}
/*#contextMenuMenu {
    top: 71px;
    right: 0;
    padding-top: 15px;
}*/
#contextMenuMenu {
    min-width: 210px;
}


/*.switch-container {
  margin: 8px 15px;
  width: 80px;
  display: inline-block;
  vertical-align: middle;
}*/
.switch-container {
    margin: 8px 15px;
    width: 254px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -127px;
	z-index: 5;
}
#sections-button + #switch-container {
    bottom: 55px;
}

body.phased .switch-container, body.phased .sections-button, body.phased .options-button, body.phased #video-controls {
    bottom: 80px;
}
body.phased #sections-menu, body.phased #options-menu {
    bottom: 112px;
    z-index: 2;
}
body.video-pano .switch-container, body.video-pano .sections-button {
    bottom: 85px;
}

.switch-container .label {
    height: 25px;
    line-height: 25px;
    vertical-align: top;
    display: inline-block;
    width: 75px;
    /*background-color: rgba(0,0,0,0.5);*/
	text-shadow: 1.3px 1.3px rgba(0,0,0,0.8);
	color: #ffffff;
}
.switch-container .label:first-child {
    margin-right: 12px;
	text-align: right;
}
.switch-container .label:last-child {
    margin-left: 12px;
	text-align: left;
}
.switch-container .label .icon {
    font-size: 2em;
}
.switch-container .label svg.icon {
    fill: #ffffff;
    height: 35px;
    margin-top: -8px;
}

.switch-container label.switch {
    display: inline-block;
}
.switch-container .label.active {
    cursor: pointer;
}

/* The switch - the box around the slider */
.switch {
  display: block;
  width: 80px;
  height: 25px;
  background-color: rgba(0,0,0,0.65);
  border-radius: 999px;
  cursor: pointer;
  position: relative;
}

/* Hide default HTML checkbox */
.switch input[type="checkbox"] {display:none;}

/* The slider */
.switch .polygon {
  fill: #febe10;
  width: 45px;
  height: 39px;
  position: absolute;
  top: -8px;
  left: -15px;
  z-index: 1;
  transition: left 200ms ease;
}
.switch .check {
  fill: #424242;
  width: 30px;
  position: absolute;
  top: -4px;
  left: -8px;
  z-index: 2;
  transition: left 200ms ease;
}

.switch input:checked + .polygon{
  left: 48px;
}
.switch input:checked + .polygon + .check{
  left: 56px;
}

.switch input + .polygon + .check .checked{
  opacity: 0;
  transition: opacity .2s ease;
}
.switch input + .polygon + .check .unchecked{
  opacity: 1;
  transition: opacity .2s ease;
}
.switch input:checked + .polygon + .check .checked{
  opacity: 1;
}
.switch input:checked + .polygon + .check .unchecked{
  opacity: 0;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* switch update: red & green */
.switch {
    background-color: rgba(255,255,255,0.65);
}
.switch .polygon {
  /*fill: #0050a0;*/
  fill: #E53935;
}
.switch input:checked + .polygon {
    fill: #43A047;
}
.switch .check, .button--action:hover .icon {
    fill: #ffffff;
}

.menu-links {
  list-style-type: none;
  margin: 0;
  padding: 10px 15px;
  background-color: rgba(0,0,0,.88);
  width: auto;
  /*display: inline-block;*/
  border-radius: 3px;
  top: 30px;
  right: 5px;
  position: absolute;
  padding-top: 36px;
  z-index: 6;
  color: #febe10;
}

#contextMenuMenu.menu-links[aria-expanded="true"] {
	z-index: 99 !important;
}
#contextMenuMenu.menu-links .menu-links__item > a {
    width: 100%;
    height: 100%;
    display: block;
}

.menu-links__item {
  color: #febe10;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
}
.menu-links__item-title {
    color: #ffffff;
    padding-bottom: 10px;
	font-weight: 600;
	font-size: 17px;
}
.menu-links__item + .menu-links__item { 
	margin-top: 15px; 
}
.menu-links__item-container + .menu-links__item {
    margin-top: 15px;
}
.menu-links__item-container + .menu-links__item-container {
    margin-top: 15px;
}
.menu-links__item-container .menu-links__item-title {
    margin-top: 15px;
    margin-bottom: 8px;
}
.menu-links__item a {
  text-decoration: none;
  color: #febe10;
}
.menu-links__item a:first-letter {
  text-transform: capitalize;
}
.menu-links__item .icon {
  stroke: none;
  fill: #febe10;
  width: 24px;
  height: 24px;
  vertical-align: -6px;
  margin-right: 10px;
}
.menu-links__item img.icon {
    width: auto;
    height: 16px;
    margin-bottom: 3px;
    margin-left: 3px;
}
.menu-links__item i.icon {
  vertical-align: 0;
}
.menu-links__item i.icon svg.linkedin {
    height: 18px;
    margin-bottom: -3px;
}
.menu-links__item .pill-menu .button .icon {
    margin: 0 !important;
}
.menu-links__item i.yellow.fab.icon {
    font-weight: 300 !important;
}
.menu-links__item .pill-menu .linkedin.icon {
    padding-top: 5px;
    padding-left: 5px;
}
.menu-links__item .pill-menu .button .icon.fab, .menu-links__item .pill-menu .button .icon.fas, .menu-links__item .pill-menu .button .icon.fa, .menu-links__item .pill-menu .button .icon.far, .menu-links__item .pill-menu .button .icon.fad, .menu-links__item .pill-menu .button .icon.fal {
    font-size: 16px;
    margin-top: 0 !important;
}

#menu-button .icon {
    height: 25px;
}

/* === options === */
#options-menu {
    top: auto !important;
    bottom: 36px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    padding-top: 16px;
    padding-bottom: 31px;
}
.options-button {
    /*bottom: -6px;
    top: auto !important;
    left: 50%;
    right: auto;
    width: 150px;
    text-align: center;
    margin-left: -75px;*/
    /*margin-bottom: 8px !important;*/
}

/* === sections === */
#sections-menu {
    padding: 0;
    top: auto !important;
    bottom: 36px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    color: #ffffff;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}
#sections-menu .item {
	padding: 10px;
	cursor: pointer;
    border-bottom: 1px solid #ffffff;
    display: flex;
}
#sections-menu .item:last-child {
	border-bottom: none;
	padding-bottom: 36px;
}
#sections-menu .item.active {
    background-color: rgba(255,255,255,0.2);
}
#sections-menu .item .title {
	flex-grow: 1;
}
#sections-menu .item .checkbox {
	margin: 0;
}
#sections-menu .item .ui.checkbox label {
    color: rgba(255,255,255,0.65);
    cursor: pointer;
}
#sections-button {
    padding-right: 24px;
}
#sections-button>.text:before {
    content: "\f107";
    position: absolute;
    right: 8px;
    font-family: 'Icons' !important;
    font-size: small;
}

/* === autotour === */
#autoTour-button {
    /*width: 176px;
    margin-left: -88px;
    margin-bottom: 8px !important;*/
}

.button.button--float[aria-expanded="true"] {
	/*z-index: 100;*/
}


.button-filter {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  padding: 0 10px;
  border: 1px solid #febe10;
  color: #424242;
  border-radius: 999px;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}
.button-filter + .button-filter { margin-left: 15px; }

.button-filter .icon {
  width: 0;
  height: 16px;
  opacity: 0;
  display: inline-block;
  transition: all 0.2s ease;
  vertical-align: -3px;
}

.button-filter:hover .icon {
  opacity: 1;
  width: 16px;
}

/* --- greenscreen video --- */
.greenscreen-video-wrapper {
    pointer-events: none;
}
.greenscreen-video-wrapper a.greenscreen-playpause {
    position: absolute;
    /*top: 50%;*/
    top: 33%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.66);
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 20px;
    padding-left: 6px;
    pointer-events: all;
}
.greenscreen-video[data-status="playing"] ~ .greenscreen-output {
    pointer-events: all;
}
.greenscreen-video-wrapper .greenscreen-video[data-status="playing"] + canvas + canvas + a.greenscreen-playpause {
    display: none;
}

#upkot-reservation-webformModal .jqueryModal-body {
    background-color: #e63329;
}
#upkot-reservation-webformModal .jqueryModal-body iframe.webform-share-iframe {
    width: 770px !important;
    max-width: 85vw !important;
    min-width: auto !important;
}

/* --- modal --- */
.blocker {
	padding: 30px !important;
    overflow-x: hidden !important;
}
@media screen and (max-width: 800px) {
    .blocker {
        padding: 20px !important;
    }
}
#loaderModal-blocker {
    background-color: transparent !important;
	pointer-events: none !important;
}
#loaderModal-blocker.preloader {
    background-color: #000000 !important;
}
.ui.page.dimmer:not(.active) {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.current .jqueryModal {
    display: inline-block !important;
	width: auto;
    max-width: 800px;
    margin: 25px 0;
}
.current .jqueryModal.wide-modal {
    width: 90vw;
    max-width: 1200px;
}
.current .jqueryModal.card-modal.wide-modal.frame-modal, .current .jqueryModal.card-modal.wide-modal.frame-modal iframe {
    width: calc(100vw - 70px);
    max-width: calc(100vw - 70px);
    height: calc(100vh - 100px) !important;
    height: calc(100 * var(--vh) - 100px) !important;
    margin: 0 !important;
}
body .current .jqueryModal.scrollable::before {
	content: '' !important;
  position: fixed !important;
  bottom: 12px !important;
  left: 50% !important;
	top: auto !important;
	right: auto !important;
  transform: translateX(-50%);
  font-size: 32px !important;
    animation: scrollable_bg 6s 1 !important;
	z-index: 8 !important;
	visibility: hidden;
	pointer-events: none !important;
	width: 48px !important;
	height: 75px !important;
	border-radius: 12px !important;
	background: rgba(0,0,0,.66) !important;
	background-image: none !important;
}
body .current .jqueryModal.scrollable::after {
  content: "\f322" !important;
  font-family: "Font Awesome 6 Pro" !important;
  position: fixed !important;
  bottom: 47px !important;
  left: 50% !important;
	top: auto !important;
	right: auto !important;
  transform: translateX(-50%);
  color: #fff !important;
  font-size: 32px !important;
	height: 32px !important;
	width: 32px !important;
    animation: scrollable 2s 3 !important;
	z-index: 9 !important;
	visibility: hidden;
	pointer-events: none !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: none !important;
}
body .current .jqueryModal.sidebar-modal.scrollable::before, body .current .jqueryModal.sidebar-modal.scrollable::after {
  left: calc(50% + 130px) !important;
}
@keyframes scrollable {  
  0% {
	visibility: visible;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  } 80% { 
    -webkit-transform: translate(-50%, 27px);
    transform: translate(-50%, 27px);
	opacity: 1; 
  } 100% { 
    -webkit-transform: translate(-50%, 27px);
    transform: translate(-50%, 27px);
	opacity: 0;
  } 
}
@keyframes scrollable_bg { 
  0% {
	 visibility: visible 
  } 95% { 
	opacity: 1; 
  } 100% { 
	opacity: 0;
  }  
}
.current .jqueryModal.wide-modal .ui.card {
    width: 100%;
}
.current .jqueryModal.fullscreen-modal {
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.current .jqueryModal.fullscreen-modal .jqueryModal-dialog, .current .jqueryModal.fullscreen-modal .jqueryModal-dialog .jqueryModal-content, .current .jqueryModal.fullscreen-modal .jqueryModal-dialog .jqueryModal-content .jqueryModal-body {
    height: 100%;
    padding: 0;
}
.picture-modal .jqueryModal-content .close.outer {
  position: fixed;
  top: 0;
  right: 0;
}
.picture-modal .jqueryModal-body img {
    width: auto;
    height: auto;
    object-fit: contain;
    /* display: inline-flex; */
    max-height: calc(100vh - 150px) !important;
    max-width: calc(100vw - 50px) !important;
    object-position: center;
}

.jqueryModal .jqueryModal-dialog {
    /*margin: 50px auto;*/
	width: auto;
    max-width: 100%;
}
.jqueryModal-content {
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
   	/*border: 1px solid rgba(254,190,16,0.88);*/
	border: none;
	color: #febe10;
	width: auto;
}
.jqueryModal .h1, .jqueryModal .h2, .jqueryModal .h3, .jqueryModal h1, .jqueryModal h2, .jqueryModal h3 {
    margin-top: 10px;
    margin-bottom: 20px;
	font-family: inherit;
    line-height: normal;
    margin: normal;
    font-weight: normal;
    padding: normal;
}
.jqueryModal h1 {
	font-size: 36px;
}
.jqueryModal h2 {
	font-size: 28px;
}
.jqueryModal a.button.small {
	text-transform: uppercase;
	padding: 15px 0;
	color: #000000;
	font-size: large;
	font-weight: bold;
}
.jqueryModal-content .jqueryModal-header {
    background-color: #313131;
	color: #000000;
  	background: url(/images/patterns/pattern-3.png);
	background-image: url(/images/patterns/pattern-3.svg);
	background-size: cover;
	text-align: center;
	padding: 3px;
	position: relative; 
	font-size: 40px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
}
.jqueryModal-content .close, .jqueryModal-content > .return {
	/*color: #febe10;*/
	color: #000000;
	opacity: 0.75;   
	position: absolute; 
    /*top: -35px;
    right: -35px;*/
	top: 5px;
    right: 5px;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
	margin-right: 0;
    /*width: 25px;
    height: 25px;*/
	width: 42px;
	height: 42px;
    z-index: 1;
}
.jqueryModal-content > .return {
    right: auto;
    left: 5px;
}
.jqueryModal-content .close:hover, .jqueryModal-content > .return:hover {
	opacity: 1;
}
.jqueryModal-content .close svg {
	fill: #000000;
}

.jqueryModal-content .close.outer {
    top: -30px;
    right: -30px;
}
.jqueryModal-content > .return.outer {
    top: -30px;
    left: -30px;
}
.jqueryModal-content > .return.outer .icon {
    font-size: 21px;
}
.jqueryModal-content .close.outer svg {
	fill: #febe10;
}

.jqueryModal-content .jqueryModal-body {
	color: #000000;
    background-color: #ffffff;
	text-align: left;
    font-size: medium;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
	padding: 15px;
    position: relative;
}
.jqueryModal-content .jqueryModal-body {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
}
.jqueryModal-content .jqueryModal-header + .jqueryModal-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
}
.jqueryModal .jqueryModal-body .header {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
}
.jqueryModal .jqueryModal-body .header:first-child {
    margin-top: -15px;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
	
}

/* card modal */
/* === INFO CARDS === */
.card-modal.wide-modal .jqueryModal-body .card-container.has-top-picture {
  flex-direction: column-reverse;
}
.card-modal.wide-modal .jqueryModal-body .card-container.has-top-picture > div {
  width: 100%;
  margin: 0;
}
.card-modal.wide-modal .jqueryModal-body .card-container.has-top-picture > .content + .picture {
  margin-bottom: 50px;
}

.card-modal .ui.card {
    padding: 0;
    margin-top: 0;
}
.card-modal .ui.card .top-video, .card-modal .ui.card .top-audio, .card-modal .ui.card .top-image {
    width: 100%;
}
.card-modal .ui.card .header {
    padding: 0;
    margin: 0 !important;
	background-position: 50% 50%;
    background-size: cover;
}
.card-modal .ui.card .header-title {
    height: 100%;
    padding: 35px 10px;
    background-color: rgba(0,0,0,0.33);
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
	line-height: 27px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.65);
}
.card-modal .ui.card .header img+.header-title {
    height: auto;
}
.card-modal .ui.card .title {
    font-size: 22px;
    line-height: 25px;
}

.card-modal .ui.card .player.number {
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    background-color: rgba(254,190,16,0.8);
    color: #000000;
}

.card-modal .ui.card .statistics {
    margin: 0;
	background-color: #f5f5f5;
}
.card-modal .ui.card .ui.statistics + .ui.statistics {
    border-top: 1px solid #cdcdcd;
}
.card-modal .ui.card .transparent.statistics {
    background: transparent;
}
.ui.transparent.statistics .statistic > .label, .ui.transparent.statistic > .label, .ui.transparent.statistics .statistic > .value, .ui.transparent.statistic > .value {
    color: #ffffff !important;
}
.card-modal .ui.card .statistics .statistic {
    margin: 10px 0;
	border-right: 1px solid #cdcdcd;
}
.card-modal .ui.card .multi-colored.statistics .statistic {
    margin: 0;
}
.card-modal.wide-modal .ui.card #statistics .statistics .statistic {
  flex: 1;
}
.card-modal .ui.card .statistics .statistic:last-child {
	border-right: none;
}
.card-modal .ui.card .statistics .statistic .value {
    font-size: 22px !important;
	margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-modal .ui.card .statistics .statistic .label {
    font-size: 18px !important;
    display: flex;
    justify-content: center;
    align-items: stretch;
    white-space: normal;
}
.card-modal .ui.card .statistics .statistic .description {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
}
.card-modal .ui.card .multi-colored.statistics .statistic .label {
    padding: 10px 0;
    background-color: #c0c0c0;
    border-bottom: 2px solid #a1a1a1;
    fill: #ffffff;
    color: #ffffff;
    border-bottom-left-radius: 0;
    border-radius: 0;
    flex-direction: column;
    font-size: 25px !important;
}
.card-modal .ui.card .statistics .statistic .text.label {
    font-size: 12px !important;
}
.card-modal .ui.card .multi-colored.statistics .statistic .label .icon {
    color: #ffffff;
    margin-bottom: 5px;
}
.card-modal .ui.card .multi-colored.statistics .statistic .description {
    text-align: center;
}
.card-modal .ui.card .content {
    font-weight: 400;
}
.card-modal .ui.card>.content>.header {
    background: none;
    margin: 0;
    padding: 0;
}

/* no bg modal */
.current .jqueryModal.no-bg-modal {
    box-shadow: none;
    background: none;
    width: 90vw;
    max-width: 90vw;
}
.current .no-bg-modal.jqueryModal .jqueryModal-body {
    background: none;
}

/* video modal */
.video-modal.modal {
  max-width: calc(80vh * 1.7778) !important;
}
.jqueryModal.video-modal {
    width: 90vw;
    /*max-width: 90vw;*/
    max-width: calc(80vh * 1.7778) !important; /*16:9*/
}
.video-modal .jqueryModal-body {
    padding: 0;
    background-color: transparent;
}
.video-wrapper {
    padding: 0;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    animation-duration: 0.001s;
    animation-name: initiate_video-wrapper;
}
@keyframes initiate_video-wrapper {  
    from { opacity: 1; }
    to { opacity: 1; }   
}
.video-wrapper iframe, .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 80vh;
}
.video-modal .jqueryModal-body .description {
    background-color: rgba(255,255,255,0.65);
    padding: 20px;
}
.video-modal video, #videoModal video {
    display: block;
}

/* arrow */
.arrow_box {
	/*position: relative;*/
	background: #424242;
	border-bottom: 3px solid #febe10;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(66, 66, 66, 0);
    border-right-color: #424242;
    border-width: 8px;
    margin-top: -10px;
}
.arrow_box:before {
	/*border-color: rgba(254, 190, 16, 0);
	border-right-color: #febe10;
	border-width: 13px;
	margin-top: -18px;*/
}

/* --- tabs --- */
.tabs--modal {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /*max-width: 650px;*/
  text-align: center;
  height: 70px;
  line-height: 74px;
}
.tabs-tab {
  display: inline-block;
  padding: 0 25px 16px 25px;
  font-size: 22px;
  font-weight: 100;
  line-height: 1;
  position: relative;
  cursor: pointer;
  vertical-align: bottom;
}
.tabs-tab.active {
	font-weight: 600;
}
.tabs-tab a, .tabs-tab a:hover, .tabs-tab a:focus {
	text-decoration: none;
	color: #1c1c1c;
}
.tabs-tab.active:after, .tabs-tab:hover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  width: 100%;
  background-color: #1c1c1c;
}
.tabs-tab-content {
	display: none;
}
.tabs-tab-content.active {
	display: block;
}
.jqueryModal-header .tabs--modal {
    width: 800px;
    max-width: 100%;
}

/* --- plan & info --- */
.plan-wrapper, .pics-wrapper {
  width: 48%;
  /*height: 100%;*/
  transform: translate(-20px, 20px);
  position: absolute;
  z-index: 100000000000;
  border-radius: 5px;
}
.pics-wrapper {	
  border-radius: 10px;
  box-shadow: 0 8px 55px rgba(0,0,0,.2);
  overflow: hidden;
}
.plan-wrapper__pic, .pics-wrapper__pic {
  max-width: 100%;
}
.plan-wrapper__pic {
  border-radius: 10px;
  box-shadow: 0 8px 55px rgba(0,0,0,.2);
}

.plan-info, .info-wrapper {
  /*position: absolute;
  height: 480px;
  width: 47%;
  left: 50%;*/
  width: 47%;
  margin-left: 50%;
  overflow-y: auto;
  padding: 10px 20px 10px 10px;
}

/* --- interactive plan --- */
.current .jqueryModal.wide-modal.interactive-plan-modal {
    width: 90vw;
    max-width: none;
    max-height: 95vh;
    box-shadow: none;
}
.interactive-plan-modal .jqueryModal-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0;
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-layers {
    position: static;
    width: auto;
    left: initial;
    bottom: initial;
    height: initial;
    margin-left: 10px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 40px;
    background-color: #313131;
    box-shadow: 0 0 10px rgba(0,0,0,0.66);
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-layers .interactive-plan-layer-button {
    flex-grow: 1;
    width: 100%;
    padding: 10px 20px;
    float: none;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-layers .interactive-plan-layer-button.active, .interactive-plan-modal .jqueryModal-body .interactive-plan-layers .interactive-plan-layer-button:hover {
    background-color: #febe10;
    color: #313131;
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-images {
    flex-grow: 1;
    overflow: auto;
    max-height: calc(95 * var(--vh) - 75px) !important;
    cursor: grab;
    cursor: -webkit-grab;
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-images.pusher {
    max-height: calc(95 * var(--vh) - 75px) !important;
    background-color: transparent !important;  
	margin-left: 260px;
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-images.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-images .interactive-plan-layer-image {
    width: 100%;
    height: auto;
    display: none;
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-images .interactive-plan-layer-image.active {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-images iframe.interactive-plan-layer-image.screenreplacer, .interactive-plan-modal .jqueryModal-body .interactive-plan-images iframe.interactive-plan-layer-image.url-viewer {
    width: 100vw !important;
	height: 100vh !important;
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-images.pusher .interactive-plan-layer-image {
  margin: 0;
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-images .interactive-plan-layer-image .interactive-element {
    fill: rgba(254,190,16,0.1);
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-images .interactive-plan-layer-image .interactive-element.active, .interactive-plan-modal .jqueryModal-body .interactive-plan-images .interactive-plan-layer-image .interactive-element:hover {
    fill: rgba(254,190,16,0.5);
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-images .interactive-plan-layer-image *:not(.interactive-element) {
    pointer-events: none;
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-images .interactive-plan-layer-image .interactive-element * {
    pointer-events: all !important;
    cursor: pointer;
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-zoom {
    padding-left: 20px;
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-zoom .ui.buttons {
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-zoom .ui.buttons .button {
    width: 50px;
    border-radius: 0;
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-zoom .ui.buttons .button:first-child {
    border-bottom: 1px solid #aaaaaa;
}
.interactive-plan-modal .jqueryModal-body .interactive-plan-zoom .ui.buttons .icon.button i {
    font-size: 23px;
}

/* --- picture layer --- */
#picture-container {
    z-index: 0;
}
#picture-container .interactive-plan-modal .jqueryModal-content .close.outer, #picture-container .interactive-plan-modal .jqueryModal-content > .return.outer, #picture-container .interactive-plan-modal .jqueryModal-body .interactive-plan-layers {
    display: none !important;
}
#picture-container .interactive-plan-modal .jqueryModal-body .interactive-plan-images, #picture-container .interactive-plan-modal .jqueryModal-body, #picture-container .interactive-plan-modal, #picture-container {
    height: 100vh !important;
    max-height: 100vh !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
}
#picture-container .interactive-plan-modal .jqueryModal-body .interactive-plan-images video.interactive-plan-layer-image {
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover;
}
#picture-container .interactive-plan-images {
    overflow: hidden !important;
}
#picture-container .interactive-plan-modal .jqueryModal-body .interactive-plan-images .interactive-plan-layer-image.active {
    margin: 0;
}
#picture-container .interactive-plan-modal .jqueryModal-body .interactive-plan-images div.interactive-plan-layer-image {
  display: flex;
  align-items: center;
  position: relative;
    overflow: hidden;
}
#picture-container .interactive-plan-modal .jqueryModal-body .interactive-plan-images div.interactive-plan-layer-image > * {
  position: absolute;
}
#picture-container .interactive-plan-modal .jqueryModal-body .interactive-plan-images div.interactive-plan-layer-image > *, #picture-container .interactive-plan-modal .jqueryModal-body .interactive-plan-images div.interactive-plan-layer-image > * > img {
  width: 100%;
    max-height: none !important;
}
#picture-container .interactive-plan-modal .jqueryModal-body .interactive-plan-zoom {
    position: absolute;
    right: 8px;
}
#picture-container .interactive-plan-modal .jqueryModal-body .interactive-plan-zoom .ui.buttons {
    flex-direction: column !important;
}
#picture-container .interactive-plan-modal .jqueryModal-body .interactive-plan-zoom .ui.buttons .button {
    width: 46px;
    height: 46px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#picture-container .interactive-plan-modal .jqueryModal-body .interactive-plan-zoom .ui.buttons .button:first-child {
    border: none !important;
    margin-bottom: 8px;
}
#picture-container .interactive-plan-modal .jqueryModal-body .interactive-plan-images .interactive-plan-layer-image .interactive-element[id*="el-node-"] {
    visibility: hidden;
    pointer-events: none !important;
}
#picture-container .interactive-plan-modal .jqueryModal-body .interactive-plan-images .interactive-plan-layer-image .interactive-element[id*="el-info-"] {
    fill: #329bc4;
    animation: ripple 2s infinite;
}

.interactive-plan-modal .jqueryModal-body .interactive-plan-images .pause-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #dddddd;
    font-size: 80px;
    pointer-events: none;
}

@media (pointer: coarse) {
    #picture-container .interactive-plan-modal .jqueryModal-body .interactive-plan-images {
        overflow: scroll !important;
        margin-right: -20px !important;
        margin-bottom: -30px !important;
        width: calc(100vw + 20px) !important;
        max-width: calc(100vw + 20px) !important;
        height: calc(100vh + 30px) !important;
        max-height: calc(100vh + 30px) !important;
    }
}

/* === foreignObject in interactive plan === */
foreignObject.slide-button-container {
    position: relative;
    height: calc(36px * var(--interactive-plan-factor));
    width: calc(200px * var(--interactive-plan-factor));
    overflow: visible;
}

foreignObject.slide-button-container .slide-button, foreignObject .slide-button .slide-button-primary, foreignObject.slide-button-container .slide-button .slide-button-secondary, foreignObject.slide-button-container .slide-button .slide-button-secondary-content {
    height: 100%;
}

foreignObject.slide-button-container .slide-button {
    position: fixed;
}

foreignObject.slide-button-container .slide-button .slide-button-primary {
    width: calc(36px * var(--interactive-plan-factor));
    border-radius: calc(36px * var(--interactive-plan-factor) / 2);
    top: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
foreignObject .slide-button .slide-button-primary .icon {
    margin: 0;
	width: calc(24px * var(--interactive-plan-factor));
    height: calc(24px * var(--interactive-plan-factor));
}
foreignObject .slide-button .slide-button-primary i.icon {
    font-size: calc(24px * var(--interactive-plan-factor));
    display: flex;
    align-items: center;
    justify-content: center;
}

foreignObject.slide-button-container .slide-button-secondary {
    margin-left: calc(15px * var(--interactive-plan-factor));
    position: relative;
    z-index: -1;
}
foreignObject.slide-button-container .slide-button-secondary-content {
    border-radius: 0 calc(36px * var(--interactive-plan-factor) / 2) calc(36px * var(--interactive-plan-factor) / 2) 0;
	line-height: calc(36px * var(--interactive-plan-factor));
    padding-left: calc(24px * var(--interactive-plan-factor));
    font-size: calc(14px * var(--interactive-plan-factor));
}
@media (pointer: coarse) {
    foreignObject.slide-button-container .slide-button-secondary-content {
        max-width: calc(250px * var(--interactive-plan-factor)) !important;
    }
}
foreignObject.slide-button-container .slide-button-primary:hover ~ .slide-button-secondary .slide-button-secondary-content, foreignObject.slide-button-container .slide-button-secondary-content:hover {
    padding-right: calc(24px * var(--interactive-plan-factor));
}

/* === mac, insta, facebook === */
body.normal-foreignobject foreignObject.slide-button-container .slide-button, body.normal-foreignobject foreignObject .slide-button .slide-button-primary, body.normal-foreignobject foreignObject.slide-button-container .slide-button .slide-button-secondary, body.normal-foreignobject foreignObject.slide-button-container .slide-button .slide-button-secondary-content {
    height: 36px;
}
body.normal-foreignobject foreignObject.slide-button-container {
    height: 36px !important;
    width: 200px
}
body.normal-foreignobject foreignObject.slide-button-container .slide-button .slide-button-primary {
    width: 36px;
    border-radius: calc(36px / 2);
}
body.normal-foreignobject foreignObject .slide-button .slide-button-primary .icon {
    margin: 0;
	width: 24px;
    height: 24px;
}
body.normal-foreignobject foreignObject .slide-button .slide-button-primary i.icon {
    font-size: 24px;
}

body.normal-foreignobject foreignObject.slide-button-container .slide-button-secondary {
    margin-left: 15px;
    position: relative;
    z-index: 1;
}
body.normal-foreignobject foreignObject.slide-button-container .slide-button-secondary-content {
    border-radius: 0 calc(36px / 2) calc(36px / 2) 0;
	line-height: 36px;
    padding-left: 24px;
    font-size: 14px;
}
body.normal-foreignobject foreignObject.slide-button-container .slide-button-primary:hover ~ .slide-button-secondary .slide-button-secondary-content, body.normal-foreignobject foreignObject.slide-button-container .slide-button-secondary-content:hover {
    padding-right: 24px;
}

/* === warp buttons === */
foreignObject.warp-button-container {
    overflow: visible;
    transform: translateX(calc(-100px * var(--interactive-plan-factor)));
}
#interactive-planModal foreignObject.warp-button-container {
    transform: translate(calc(-56px / 2 * var(--interactive-plan-factor)), calc(-56px / 2 * var(--interactive-plan-factor)));
}
foreignObject.warp-button-container .warp-button {
    position: fixed;
}
foreignObject.warp-button-container .warp-button .warp-button-primary, foreignObject.warp-button-container {
	width: calc(56px * var(--interactive-plan-factor));
	height: calc(56px * var(--interactive-plan-factor));
}
foreignObject.warp-button-container .warp-button .warp-button-primary .warp-button-icon {
    width: calc(36px * var(--interactive-plan-factor));
    height: calc(36px * var(--interactive-plan-factor));
    font-size: calc(36px * var(--interactive-plan-factor));
    line-height: calc(36px * var(--interactive-plan-factor));
}
foreignObject.warp-button-container .warp-button .warp-button-primary .warp-button-icon.warp.icon {
    width: calc(16px * var(--interactive-plan-factor));
    height: calc(16px * var(--interactive-plan-factor));
}
foreignObject.warp-button-container .warp-button .warp-button-primary .warp-button-image {
	top: calc(3px * var(--interactive-plan-factor));
	left: calc(3px * var(--interactive-plan-factor));
	width: calc(100% - 6px * var(--interactive-plan-factor));
	height: calc(100% - 6px * var(--interactive-plan-factor));
}
foreignObject.warp-button-container .warp-button .warp-button-secondary {
    top: calc(60px * var(--interactive-plan-factor));
	max-width: calc(200px * var(--interactive-plan-factor));
  margin-left: 0;
  font-size: calc(14px * var(--interactive-plan-factor));
  line-height: normal;
  width: auto;
  transform: translateX(-50%);  
	word-break: keep-all;
}
@media (pointer: coarse) {
    foreignObject.warp-button-container .warp-button .warp-button-secondary {
        top: calc(50px * var(--interactive-plan-factor));
    }
}
@media (pointer: coarse) and (max-width: 650px) {
    foreignObject.warp-button-container {
        transform: translateX(calc(-80px * var(--interactive-plan-factor)));
    }
}
/* mac */
body.normal-foreignobject foreignObject.warp-button-container {
    transform: translateX(-125px);
}
body.normal-foreignobject #interactive-planModal foreignObject.warp-button-container {
    transform: translate(calc(-56px / 2), calc(-56px / 2));
}
body.normal-foreignobject foreignObject.warp-button-container .warp-button {
    transform: translateX(-50%);
}
body.normal-foreignobject foreignObject.warp-button-container .warp-button .warp-button-primary, body.normal-foreignobject foreignObject.warp-button-container {
	width: 56px;
	height: 56px;
}
body.normal-foreignobject foreignObject.warp-button-container .warp-button .warp-button-primary .warp-button-icon {
    width: 36px;
    height: 36px;
    font-size: 36px;
    line-height: 36px;
}
body.normal-foreignobject foreignObject.warp-button-container .warp-button .warp-button-primary .warp-button-icon.warp.icon {
    width: 16px;
    height: 16px;
}
body.normal-foreignobject foreignObject.warp-button-container .warp-button .warp-button-primary .warp-button-image {
	top: 3px;
	left: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
}
body.normal-foreignobject foreignObject.warp-button-container .warp-button .warp-button-secondary {
    top: 60px;
    max-width: 200px;
	width: auto;
    margin-left: 0;
    font-size: 14px;
	line-height: normal;
  transform: translateX(-50%);
}
@media (pointer: coarse) {
    body.normal-foreignobject foreignObject.warp-button-container .warp-button .warp-button-secondary {
        top: 50px;
    }
}

/* === video marker === */
.ggskin_infospot.video-marker-container {
    margin-left: -62.5px;
    margin-top: -50px;
}
foreignObject.video-marker-container {
    box-shadow: 0 0 calc(5px * var(--interactive-plan-factor)) rgba(0,0,0,0.8);
}
body.normal-foreignobject foreignObject.video-marker-container, .ggskin_infospot.video-marker-container {
    box-shadow: 0 0 5px rgba(0,0,0,0.8);
}
foreignObject.video-marker-container, foreignObject.video-marker-container .video-marker {
    width: calc(125px * var(--interactive-plan-factor));
    height: calc(100px * var(--interactive-plan-factor));
}
body.normal-foreignobject foreignObject.video-marker-container, body.normal-foreignobject foreignObject.video-marker-container .video-marker, .ggskin_infospot.video-marker-container, .ggskin_infospot.video-marker-container .video-marker {
    width: 125px !important;
    height: 100px !important;
}
foreignObject.video-marker-container .video-marker, .ggskin_infospot.video-marker-container .video-marker {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #febe10;
}
foreignObject.video-marker-container .video-marker {
    position: fixed;
}
foreignObject.video-marker-container .video-marker .preview, .ggskin_infospot.video-marker-container .video-marker .preview {
    width: 100%;
    height: 75%;
    position: relative;
    border: calc(4px * var(--interactive-plan-factor)) solid #febe10;
    background-size: 100% 100%;
    z-index: 4;
}
body.normal-foreignobject foreignObject.video-marker-container .video-marker .preview, .ggskin_infospot.video-marker-container .video-marker .preview {
    border: 4px solid #febe10;
}
foreignObject.video-marker-container .video-marker .preview:after, .ggskin_infospot.video-marker-container .video-marker .preview:after {
    content: "\f04b";
    font-weight: 600;
    font-family: 'Font Awesome 6 Pro' !important;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000000;
    background-color: #febe10;
    border-radius: 50%;
    font-size: calc(8px * var(--interactive-plan-factor));
    height: calc(20px * var(--interactive-plan-factor));
    width: calc(20px * var(--interactive-plan-factor));
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    z-index: 5;
}
body.normal-foreignobject foreignObject.video-marker-container .video-marker .preview:after, .ggskin_infospot.video-marker-container .video-marker .preview:after {
    font-size: 8px;
    height: 20px;
    width: 20px;
}
foreignObject.video-marker-container .video-marker .title, .ggskin_infospot.video-marker-container .video-marker .title {
    background-color: #febe10;
    height: 25%;
    color: #000000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: calc(16px * var(--interactive-plan-factor));
    font-weight: 600;
    padding: 0 calc(6px * var(--interactive-plan-factor));
}
body.normal-foreignobject foreignObject.video-marker-container .video-marker .title, .ggskin_infospot.video-marker-container .video-marker .title {
    font-size: 16px;
    padding: 0 6px;
}

/* --- area progress --- */
.area-progress {
    position: absolute;
    left: 8px;
    bottom: 50px;
    width: 40px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.area-progress .area-progress-bar {
    flex-grow: 1;
    background-color: rgba(250,250,250,0.3);
    background-image: linear-gradient(to top, #febe10 0%, #febe10 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px rgba(0,0,0,0.33);
    width: 30px;
}
.area-progress .area-progress-label {
    font-weight: 600;
}
.speechbubble-wrapper.area-progress-message {
    position: absolute;
    left: 9px;
    bottom: 213px;
    margin-left: 0;
}
.speechbubble-wrapper.area-progress-message .speechbubble {
	position: relative;
    bottom: auto;
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    width: 41.34px;
    background-color: #E8E8E8;
}
.speechbubble-wrapper.open.area-progress-message .speechbubble {
    width: 200px;
}
.speechbubble-wrapper.area-progress-message .speechbubble .speechbubble-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.speechbubble-wrapper.area-progress-message .speechbubble .speechbubble-icon .slide-button-icon.info.icon {
    margin-left: 0;
}
.speechbubble-wrapper.area-progress-message .speechbubble .speechbubble-arrow {
    border-width: 0px;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(225deg);
    border: none;
    bottom: 6px;
    left: 21px;
}
.speechbubble-wrapper.area-progress-message .speechbubble .speechbubble-arrow:before {
    border: none;
}
.speechbubble-wrapper.area-progress-message .speechbubble .speechbubble-arrow:after {
	bottom: -10px;
    left: 2px;
    border-top-color: #E8E8E8;
}


/* --- configuration progress --- */
.configuration-progress {
    position: absolute;
    left: 8px;
    bottom: 50px;
    width: 40px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.configuration-progress .configuration-progress-bar {
    flex-grow: 1;
    background-color: rgba(250,250,250,0.3);
    background-image: linear-gradient(to top, #febe10 0%, #febe10 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px rgba(0,0,0,0.33);
    width: 30px;
    position: relative;
}
.configuration-progress .configuration-progress-bar .configuration-progress-overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    height: 100%;
}
.configuration-progress .configuration-progress-label {
    font-weight: 600;
}
.speechbubble-wrapper.configuration-progress-message {
    position: absolute;
    left: 9px;
    bottom: 213px;
    margin-left: 0;
}
.speechbubble-wrapper.configuration-progress-message .speechbubble {
	position: relative;
    bottom: auto;
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    width: 41.34px;
    background-color: #E8E8E8;
}
.speechbubble-wrapper.open.configuration-progress-message .speechbubble {
    width: 200px;
}
.speechbubble-wrapper.configuration-progress-message .speechbubble .speechbubble-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.speechbubble-wrapper.configuration-progress-message .speechbubble .speechbubble-icon .slide-button-icon.info.icon {
    margin-left: 0;
}
.speechbubble-wrapper.configuration-progress-message .speechbubble .speechbubble-arrow {
    border-width: 0px;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(225deg);
    border: none;
    bottom: 6px;
    left: 21px;
}
.speechbubble-wrapper.configuration-progress-message .speechbubble .speechbubble-arrow:before {
    border: none;
}
.speechbubble-wrapper.configuration-progress-message .speechbubble .speechbubble-arrow:after {
	bottom: -10px;
    left: 2px;
    border-top-color: #E8E8E8;
}

/* --- contact card --- */
.contact-card {
    display: flex;
    flex-direction: row;
    padding: 25px;
    align-items: center;
}
.contact-card .image {
    width: 75px;
    height: 75px;
    margin-right: 25px;
}
.contact-card .data {
    flex: 1;
}
.contact-card .data .title {
    margin-bottom: 8px;
    font-weight: 600;
}

/* --- phase menu --- */
.phase-menu.menu-links {
    -webkit-transform: translate(-50%,0) !important;
    transform: translate(-50%, 0) !important;
    top: auto !important;
    right: auto !important;
    max-width: 150px;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: rgba(255,255,255,0.8);
    border-radius: 15px;
    margin-bottom: 27.5px;
    padding-bottom: 0 !important;
    z-index: 99;
}
.phase-menu.menu-links:after {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 7.5px + var(--arrow-offset)) !important;
    width: 0;
    height: 0;
    border-top: solid 10px rgba(255,255,255, 0.8);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
.phase-menu.menu-links .menu-links-wrapper {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}
.phase-menu.menu-links li:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.phase-menu.menu-links li:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.phase-menu.menu-links li {
    padding: 5px 10px;
    cursor: pointer;
    text-align: center;
}
.phase-menu.menu-links li.disabled {
    opacity: 0.66;
    pointer-events: none;
}
.phase-menu.menu-links li.title {
    font-size: 1.35rem;
    font-weight: bold;
    padding-bottom: 12px;
    pointer-events: none;
}
.phase-menu.menu-links li:not(.title).active, .phase-menu.menu-links li:not(.title):hover {
    background-color: rgba(255,255,255,0.25);
}
.phase-menu.menu-links li.title.active, .phase-menu.menu-links li.title:hover {
    background-color: transparent;
}
#phases-wrapper .range-labels li[data-toggle="collapse"] .phase-name:after {
    content: "\f107";
    position: absolute;
    right: 8px;
    font-family: 'Icons' !important;
    font-size: small;
    bottom: 3px;
    margin-top: -9px;
}
#phases-wrapper .range-labels li[data-toggle="collapse"] .phase-name {
    position: relative;
    padding-right: 22px !important;
}
#phases-wrapper .range-labels li.disabled {
    pointer-events: none;
}

#phases-wrapper.horizontal.scrollable .range-labels {
    width: calc(100vw - 72px);
    max-width: calc(100vw - 72px);
    transform: translateX(36px);
    margin-bottom: -20px !important;
}
#phases-wrapper.horizontal.scrollable .range-labels li {
    padding-bottom: 15px !important;
}
#phases-wrapper.horizontal.scrollable .scroll-arrow {
    position: absolute;
    height: 100%;
    width: 36px;
    background-color: #ffffff;
    color: #000000;
    z-index: 3;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#phases-wrapper.horizontal.scrollable .scroll-arrow.left {
    left: 0;
}
#phases-wrapper.horizontal.scrollable .scroll-arrow.right {
    right: 0;
}
#phases-wrapper.vertical.scrollable .range-labels {
    height: calc(100% - 72px);
    max-height: calc(100% - 72px);
    transform: translateY(36px);
    overflow-x: hidden;
}
#phases-wrapper.vertical.scrollable .scroll-arrow {
    position: absolute;
    height: 36px;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    z-index: 3;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#phases-wrapper.vertical.scrollable .scroll-arrow.top {
    top: 0;
}
#phases-wrapper.vertical.scrollable .scroll-arrow.bottom {
    bottom: 0;
}

/* --- phase progress --- */
.phase-progress {
    position: absolute;
    left: 8px;
    bottom: 50px;
    width: 40px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	z-index: 1;
}
.phase-progress .phase-progress-bar {
    flex-grow: 1;
    background-color: rgba(250,250,250,0.3);
    background-image: linear-gradient(to top, #febe10 0%, #febe10 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px rgba(0,0,0,0.33);
    width: 30px;
}
.phase-progress .phase-progress-label {
    font-weight: 600;
}
.speechbubble-wrapper.phase-progress-message {
    position: absolute;
    left: 9px;
    bottom: 213px;
    margin-left: 0;
}
.speechbubble-wrapper.phase-progress-message .speechbubble {
	position: relative;
    bottom: auto;
    margin-bottom: 0;
    box-shadow: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    width: 41.34px;
    background-color: #E8E8E8;
}
.speechbubble-wrapper.open.phase-progress-message .speechbubble {
    width: 200px;
}
.speechbubble-wrapper.phase-progress-message .speechbubble .speechbubble-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.speechbubble-wrapper.phase-progress-message .speechbubble .speechbubble-icon .slide-button-icon.info.icon {
    margin-left: 0;
}
.speechbubble-wrapper.phase-progress-message .speechbubble .speechbubble-arrow {
    border-width: 0px;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(225deg);
    border: none;
    bottom: 6px;
    left: 21px;
}
.speechbubble-wrapper.phase-progress-message .speechbubble .speechbubble-arrow:before {
    border: none;
}
.speechbubble-wrapper.phase-progress-message .speechbubble .speechbubble-arrow:after {
	bottom: -10px;
    left: 2px;
    border-top-color: #E8E8E8;
}

/* === navigation === */
.navigationPane.unvisited .title:after {
    /*content: "\f06e";
    font-family: "Icons" !important;
    font-size: 15px;
    position: absolute;
    top: 5px;
    right: 25px;*/
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIKICAgICB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjsiPiAgICA8cGF0aCBkPSJNIDEyIDQgQyA0IDQgMSAxMiAxIDEyIEMgMSAxMiA0IDIwIDEyIDIwIEMgMjAgMjAgMjMgMTIgMjMgMTIgQyAyMyAxMiAyMCA0IDEyIDQgeiBNIDEyIDcgQyAxNC43NjEgNyAxNyA5LjIzOSAxNyAxMiBDIDE3IDE0Ljc2MSAxNC43NjEgMTcgMTIgMTcgQyA5LjIzOSAxNyA3IDE0Ljc2MSA3IDEyIEMgNyA5LjIzOSA5LjIzOSA3IDEyIDcgeiBNIDEyIDkgQSAzIDMgMCAwIDAgOSAxMiBBIDMgMyAwIDAgMCAxMiAxNSBBIDMgMyAwIDAgMCAxNSAxMiBBIDMgMyAwIDAgMCAxMiA5IHoiPjwvcGF0aD48L3N2Zz4=') 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    top: 5px;
    right: 10px;
	opacity: 0.33;
}
.navigationPane.visited .title:after {
    /*content: "\f06e";
    font-family: "Icons" !important;
    font-size: 15px;
    position: absolute;
    top: 5px;
    right: 25px;*/
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIKICAgICB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjsiPiAgICA8cGF0aCBkPSJNIDEyIDQgQyA0IDQgMSAxMiAxIDEyIEMgMSAxMiA0IDIwIDEyIDIwIEMgMjAgMjAgMjMgMTIgMjMgMTIgQyAyMyAxMiAyMCA0IDEyIDQgeiBNIDEyIDcgQyAxNC43NjEgNyAxNyA5LjIzOSAxNyAxMiBDIDE3IDE0Ljc2MSAxNC43NjEgMTcgMTIgMTcgQyA5LjIzOSAxNyA3IDE0Ljc2MSA3IDEyIEMgNyA5LjIzOSA5LjIzOSA3IDEyIDcgeiBNIDEyIDkgQSAzIDMgMCAwIDAgOSAxMiBBIDMgMyAwIDAgMCAxMiAxNSBBIDMgMyAwIDAgMCAxNSAxMiBBIDMgMyAwIDAgMCAxMiA5IHoiPjwvcGF0aD48L3N2Zz4=') 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    top: 5px;
    right: 10px;
}
.navigation-search-container {
    width: 100%;
    min-width: 250px;
}
.navigation-searchbar-wrapper {
    width: 100%;
    margin-bottom: 15px;
}
.navigationContainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: flex-start;
}
.navigationPane .characteristics {
    position: absolute;
    top: 6px;
    right: 6px;
    width: calc(100% - 12px);
    font-size: medium;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.navigationPane .characteristics .characteristic {
     margin-right: 15px;   
}
.navigationPane .characteristics .characteristic:last-child {
     margin-right: 0;   
}
.navigationPane .tags {
    position: absolute;
    bottom: 6px;
    left: 6px;
    width: calc(100% - 12px);
    font-size: medium;
    text-align: left;
}
.navigationPane .tags .label {
    text-shadow: none;
    font-size: x-small;
    background-color: rgba(255,255,255,0.66);
}
/* == keuzehulp == */
.navigation-search-container.sidebar {
    background-color: rgba(255,255,255,1);
    padding: 20px;
    /*z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    overflow-y: auto;*/
}
.navigation-search-container.sidebar ~ .pusher {
    background-color: #000000;
    max-height: 100%;
    overflow-y: auto;
}
/*.pushable:not(.permanent-sidebar) .navigation-search-container.sidebar, .pushable:not(.permanent-sidebar) .navigation-search-container.sidebar ~ .navigationContainer {
    padding-top: 50px !important;
}*/
.sidebar-modal .navigation-search-container.overlay.sidebar ~ .navigationContainer.pusher {
    transition: padding-left ease .5s;
}
.sidebar-modal .navigation-search-container.overlay.sidebar.visible ~ .navigationContainer.pusher {
    padding-left: 280px;
}
.jqueryModal-body.pushable {
    border-radius: 0;
}
.sidebar-modal .navigation-search-container .button {
    width: auto;
    left: auto;
    margin-left: 0;
    box-shadow: none;
}

.sidebar-modal .jqueryModal-body .navigation-search-container.uncover.visible + .button.navigation-search-container-button {
    left: 260px;
}
.sidebar-modal .jqueryModal-body .navigation-search-container:not(.visible) + .button.navigation-search-container-button {
    left: 0;
}
.sidebar-modal .jqueryModal-body .button.navigation-search-container-button {
    width: 34px;
    margin: 0;
    margin-left: 0;
    padding: 0;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: fixed;
    display: flex;
    -webkit-transition: left 500ms ease;
    transition: left 500ms ease;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sidebar-modal .jqueryModal-body .button.navigation-search-container-button i {
    margin-right: 0;
}
.sidebar-modal .jqueryModal-body.pushable.permanent-sidebar .button.navigation-search-container-button {
    display: none;
}
.sidebar-modal .jqueryModal-body .navigation-search-container.visible + .navigation-search-container-button i:before {
    content: "\f323" !important;
}
.sidebar-modal .navigationPane.hide-title .title {
    visibility: hidden;
}


.interactive-plan-modal .navigation-search-container .button {
  max-width: 100%;
  width: 100% !important;
  left: auto;
  margin: 0 !important;
  margin-bottom: 15px !important;
  box-shadow: none;
  display: flex;
}
.interactive-plan-modal .navigation-search-container .button .icon--inline {
  margin: 0 !important;
  font-size: 16px !important;
	width: auto;
	opacity: 1 !important;
}
.interactive-plan-modal:not(.sidebar-modal) .navigation-search-container-button {
  position: absolute;
  top: 15px;
  right: 15px;
  left: auto;
  border-radius: 0;
  min-width: 50px;
}
.interactive-plan-modal .navigation-search-container-button.has-filters::before {
  content: attr(data-active-filters);
  position: absolute;
  right: -8px;
  top: -8px;
  min-width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 13px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- infomodal --- */
.info-content-wrapper {
	margin-bottom: 20px;
}
.info-content-wrapper > div {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.info-content-wrapper .info-logo {
	width: 33%;
}
.info-content-wrapper .info-logo img {
	width: 100%;
}
.info-content-wrapper .info-description {
    width: 67%;
    padding-left: 20px;
    text-align: justify;
    padding-right: 10px;
}
.info-media {
    text-align: center;
}
.info-player.header {
    margin-top: 0;
    text-transform: uppercase;
}

/* --- colors --- */
.white {
	color: #FFFFFF;
}
.white.background {
	background-color: #FFFFFF;
	color: #000000;
}
.black {
	color: #000000;
}
.black.background {
	background-color: #000000;
	color: #FFFFFF;
}
.red {
	color: #F44336;
}
.red.background {
	background-color: #F44336;
	color: #000000;
}
.yellow {
	color: #FFC107;
}
.yellow.background {
	background-color: #FFC107;
	color: #000000;
}
.blue {
	color: #2196F3;
}
.blue.background {
	background-color: #2196F3;
	color: #000000;
}
.green {
	color: #4CAF50;
}
.green.background {
	background-color: #4CAF50;
	color: #000000;
}
.orange {
	color: #FF9800;
}
.orange.background {
	background-color: #FF9800;
	color: #000000;
}
.gold {
	color: #febe10;
}
.gold.background {
	background-color: #febe10;
	color: #000000;
}

/* --- relative measurements --- */
.pct50 {
	width: 50%;
	display: inline-block;
}

/* --- position --- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}

/* toaster */
#toast-container>div {
	opacity: .9
}
#toast-container .toast-title {
	padding-bottom: 10px;
}
#toast-container .toast-message {
	font-weight: 500;
}
#toast-container.toast-top-center, .toast-container.toast-top-center {
	margin-top: 8px;
}
#toast-container.toast-top-left, .toast-container.toast-top-left {
	top: 8px;
	left: 8px;
}
#toast-container.toast-middle-center, .toast-container.toast-middle-center {
    top: 50%;
    transform: translate(0,-50%);
    right: 0;
    width: 100%;
}
#toast-container.toast-middle-center>div, .toast-container.toast-middle-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#toast-container .btn, .toast-container .btn {
    border-bottom: 2px solid rgba(0,0,0,0.33);
}
#toast-container.gold>.toast-success,#toast-container.gold>.toast-info,.toast-container.gold>.toast-success,.toast-container.gold>.toast-info {
    background-color: rgba(254,190,16,1);
	color: #000000;
	font-weight: 500;
}
#toast-container.grey>.toast-success,#toast-container.grey>.toast-info,.toast-container.grey>.toast-success,.toast-container.grey>.toast-info {
    background-color: rgba(200,200,200,1);
	color: #000000;
	font-weight: 500;
}
#toast-container.no-bg>div, .toast-container.no-bg>div {
    padding: 15px;
	text-align: center;
    background-image: none !important;
}

#toast-container.demo-toast .form {
    text-align: left !important;
}
#toast-container.demo-toast .form .inline.field {
    display: flex;
}
#toast-container.demo-toast .form .inline.field input, #toast-container.demo-toast .form .inline.field textarea, #toast-container.demo-toast .form .inline.field .intl-tel-input {
    flex-grow: 1;
}
#toast-container.demo-toast .form label {
    color: #ffffff;
    line-height: 38px;
}
#toast-container.demo-toast .form .country-name {
    color: #000000;
}
#toast-container.demo-toast .form .inline.field .intl-tel-input {
    display: inline-block;
    vertical-align: middle;
}

/* --- explainer-image --- */
.explainer-image {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 200px;
	z-index: 10001;
}
.explainer-image.inactive {
    bottom: -175px;
    cursor: pointer;
}
.speechbubble-wrapper.explainer {
	position: absolute;
	right: 15px;
	bottom: 210px;
	z-index: 10001;
}
.speechbubble-wrapper.explainer .speechbubble {
	position: relative;
    bottom: auto;
    margin-bottom: 0;
	margin-top: 15px;
}
.speechbubble-wrapper.explainer .speechbubble:first-child {
	margin-top: 0;
}
.speechbubble-wrapper.explainer .speechbubble-arrow {
    right: 12px;
    left: auto;
}

/* --- popup-animation --- */
.popup-animation {
	position: fixed;
	right: 0;
	bottom: 0;
	height: 300px;
	z-index: 10001;
}
.popup-animation.bottom-left {
    right: auto;
    left: 0;
    bottom: 50px;
}
.popup-animation.form, .popup-animation.text {
    height: auto;
	max-height: calc(100% - 150px);
    max-width: 90vw;
    background-color: rgba(255,255,255,1);
	z-index: 10;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.popup-animation.form.bottom-left, .popup-animation.text.bottom-left {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.popup-animation.form button.close.outer, .popup-animation.text button.close.outer {
    position: absolute;
    top: -21px;
    right: -24px;
    opacity: 0.75;
}
.popup-animation.form .hubspot-form-wrapper {
    /*max-height: calc(100vh - 200px);*/
    overflow-y: auto;
    display: flex;
    flex-grow: 1;
    overflow-x: hidden;
}
.popup-animation.form .ui.form {
    height: 100%;
    /*max-height: calc(100vh - 120px);*/
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-right: 10px;
}
.popup-animation.form .ui.form textarea {
    height: 50px;
    min-height: 50px;
}
.ui.form .field>.two.fields {
    margin-bottom: 0;
    flex-wrap: wrap;
}
.ui.form .field.obliged > label:after {
    content: " *";
}
.ui.form .field.obliged > .ui.checkbox:after {
    content: "*";
    position: absolute;
    right: -8px;
    top: 0;
}
.popup-animation .popup-animation-image {
    height: 100%;
}
.popup-animation .speechbubble-wrapper {
	position: absolute;
	right: 9px;
	bottom: 310px;
	z-index: 10001;
    margin-right: 0;
}
.popup-animation.bottom-left .speechbubble-wrapper {
	right: auto;
	left: 9px;
    margin-left: 0;
}
.popup-animation .speechbubble-wrapper .speechbubble {
	position: relative;
    bottom: auto;
    margin-bottom: 0;
	margin-top: 15px;
    box-shadow: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    background-color: #E8E8E8;
}
.popup-animation .speechbubble:first-child {
	margin-top: 0;
}
.popup-animation .speechbubble-wrapper .speechbubble .speechbubble-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.popup-animation .speechbubble-wrapper .speechbubble .speechbubble-icon .slide-button-icon.info.icon {
    margin-left: 0;
}
.popup-animation .speechbubble-wrapper .speechbubble .speechbubble-arrow {
    border-width: 0px;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(225deg);
    border: none;
    bottom: 6px;
    left: 220px;
}
.popup-animation.bottom-left .speechbubble-wrapper .speechbubble .speechbubble-arrow {
    left: auto;
    right: 12px;
}
.popup-animation.bottom-left .speechbubble-wrapper .speechbubble .speechbubble-arrow {
    right: auto;
    left: 21px;
}
.popup-animation .speechbubble-wrapper .speechbubble .speechbubble-arrow:before {
    border: none;
}
.popup-animation .speechbubble-wrapper .speechbubble .speechbubble-arrow:after {
	bottom: -10px;
    left: 2px;
    border-top-color: #E8E8E8;
}


/* --- form --- */
.sending.form {
    max-width: 500px;
}
.sending.form a {
	cursor: pointer;
}
.sending.form .intro-text {
  margin-bottom: 20px;
}
.form .field .items {
    margin-top: 0;
}
.form .field .items .item {
    border: 1px solid #ccc;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 3px;
    background-color: #fafafa;
	padding: 5px;
	position: relative;
    overflow-x: hidden;
}
.sending.form .file-input-container {
  position: relative;
}
.sending.form .file-input-container::before {
	content: attr(data-placeholder);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #ddd;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background-color: #f5f5f5;
	padding: 0 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: calc(100% - 50px);
}
.sending.form .file-input-container.drag-drop::before {
	content: none;	
}
.sending.form .file-input-container input[type="file"] {
	opacity: 0;
	cursor: pointer;
}
.sending.form .file-input-container.drag-drop input[type="file"] {
	height: 60px;
}
.sending.form .file-input-container .drag-area {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px dashed #ddd;
  background-color: #f5f5f5;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px;
  padding: 10px;
  align-items: center;
  cursor: pointer;
}
.sending.form .file-input-container .drag-area header {
  text-overflow: ellipsis;
  overflow: clip;
  max-width: 100%;
}
.form .field .items .item .ui.circular.icon.button {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 18px;
    height: 18px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.form .field .items .item .ui.circular.icon.button i.icon {
    width: 15px;
    height: 15px;
    font-size: 14px;
    color: #ffffff;
    line-height: initial;
    margin-top: -2px !important;
}
.form .field .items .item .content {
  font-size: 12px !important;
}
.form .field .checkbox label img {
    margin-top: -5px;
}
.form .process-bar {
    width: 100%;
    margin-bottom: 15px;
}
.form .process-bar.buttons .button {
    width: auto;
    flex-grow: 1;
    flex: auto;
    display: flex;
    cursor: auto;
}
.form .process-step .fields {
    flex-wrap: wrap;
}
.form .process-step-buttons {
    width: 100%;
    justify-content: flex-end;
}
.form .process-step-buttons .process-step-button {
    max-width: 50% !important;
}
.form .process-step-buttons .process-step-button.previous {
    border-right: 1px solid #afafaf;
}
.ui.form .field.checkbox-field {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.ui.form .field.checkbox-field input[type="checkbox"] {
    margin-right: 10px;
}

/* === codeChecker === */
.code-checker-modal { 
    /*font-family: 'Helvetica', sans-serif !important; */
    width: 400px !important; 
    max-width: calc(100vw - 20px) !important; 
} 
.code-checker-modal .jqueryModal-content .jqueryModal-body {
    border-radius: 10px;
    background-color: #f5f5f5;
}
.code-checker-modal .status-bar { 
    font-size: 11px; 
    display: flex; 
    flex-direction: row; 
} 
.code-checker-modal .status-bar > div { 
    flex-grow: 1; 
} 
.code-checker-modal .status-bar .network { 
    text-align: left; 
} 
.code-checker-modal .status-bar .time { 
    font-weight: bold; 
    text-align: center; 
} 
.code-checker-modal .status-bar .battery { 
    text-align: right; 
} 
.code-checker-modal .status-bar .battery img { 
    height: 17px; 
    margin-bottom: 3.5px; 
} 
.code-checker-modal .display { 
    font-size: 30px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    line-height: 30px;
} 
.code-checker-modal .display .error { 
    color: #ff0000;
}
.code-checker-modal .buttons { 
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap; 
    padding: 30px; 
    justify-content: center; 
    align-items: center;
    position: relative;
} 
.code-checker-modal .buttons .number-button { 
    border: 1.5px solid #000000; 
    border-radius: 50%; 
    text-align:center; 
    margin: 10px; 
    width: 80px; 
    height: 80px; 
    cursor: pointer; 
    display:flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
}
.code-checker-modal .buttons .number-button:hover { 
    background-color: #000000;
    color: #ffffff;
}
.code-checker-modal .buttons .number-button .number { 
    font-size: 40px; 
}  
/*.code-checker-modal .buttons .number-button:nth-child(10) .number {
    margin-top: 18px;
    font-size: 50px;
}*/
.code-checker-modal .buttons .number-button .letters { 
    margin-top: 5px; 
    margin-bottom: -5px; 
    font-size: 11px; 
} 
.code-checker-modal .buttons .confirm-button { 
    width: 80px; 
    height: 80px; 
    margin: 10px; 
    background-color: #4cda64; 
    border-radius: 50%; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    cursor: pointer; 
} 
.code-checker-modal .buttons .confirm-button i.icon {
    color: #ffffff;
    font-size: xx-large;
    margin-right: 0;
    margin-top: 8px;
}
.code-checker-modal .buttons .placeholder-button {
    display: flex;
    margin: 10px; 
    width: 80px; 
    height: 80px; 
    justify-content: center;
    align-items: center;
}
.code-checker-modal .buttons .clear-button {
    cursor: pointer; 
}
.code-checker-modal .buttons .clear-button img {
    width: 50px;
    height: 50px;
}
.code-checker-modal .tabs { 
    font-size: 11px; 
    display: flex; 
    flex-direction: row; 
} 
.code-checker-modal .tabs > .tab { 
    flex-grow: 1; 
    text-align: center; 
} 
.code-checker-modal .tabs > .tab.active { 
    color: #073edf; 
    font-weight: bold; 
}
.code-checker-modal .tabs > .tab .tab-icon img {
    width: 36px;
}
@media screen and (max-width: 500px) {
    .code-checker-modal .buttons {
        padding: 30px 10px;
    }
}
@media screen and (max-width: 400px) {
    .code-checker-modal .buttons {
        padding: 20px 0px;
    }
    .code-checker-modal .buttons .number-button, .code-checker-modal .buttons .call-button, .code-checker-modal .buttons .placeholder-button {
        width: 70px;
        height: 70px;
    }
    .code-checker-modal .tabs > .tab .tab-icon img {
        width: 30px;
    }
}


/* --- label --- */
.ui.label {
    white-space: normal;
    max-width: 100%;
    vertical-align: top; /*necessary for Safari*/
}

/* --- list --- */
.list .item i.icon {
    font-size: 12px;
    line-height: 16px;
    margin-right: 8px !important;
}

/* --- video --- */
.seek-bar {
	height: 5px !important;
	margin: 0 !important;
	overflow: visible;
}
.seek-bar .bar {
	height: 5px !important;
    min-width: 0 !important;
}
.seek-bar .seeker {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fafafa;
    display: block;
	left: 0%;
	margin-left: -10px;
    top: -8px;
	cursor: pointer;
}

/* === buttons === */
.button .ui.progress {
    width: 100%;
    margin: 0;
}
.button .ui.progress .bar {
    height: 100%;
}
.ui.progress .bar > .progress {
    height: auto;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button.disabled {
    pointer-events: none !important;
}
.ui.indicating.progress[data-percent^="1"] .bar,
.ui.indicating.progress[data-percent^="2"] .bar {
    background-color: #d95c5c;
}
.ui.indicating.progress[data-percent^="3"] .bar {
    background-color: #efbc72;
}
.ui.indicating.progress[data-percent^="4"] .bar,
.ui.indicating.progress[data-percent^="5"] .bar {
    background-color: #e6bb48;
}
.ui.indicating.progress[data-percent^="6"] .bar {
    background-color: #ddc928;
}
.ui.indicating.progress[data-percent^="7"] .bar,
.ui.indicating.progress[data-percent^="8"] .bar {
    background-color: #b4d95c;
}
.ui.indicating.progress[data-percent^="100"] .bar,
.ui.indicating.progress[data-percent^="9"] .bar {
    background-color: #66da81;
}
.ui.indicating.progress[data-percent^="1"] .label,
.ui.indicating.progress[data-percent^="2"] .label {
    color: rgba(0, 0, 0, 0.87);
}
.ui.indicating.progress[data-percent^="3"] .label {
    color: rgba(0, 0, 0, 0.87);
}
.ui.indicating.progress[data-percent^="4"] .label,
.ui.indicating.progress[data-percent^="5"] .label {
    color: rgba(0, 0, 0, 0.87);
}
.ui.indicating.progress[data-percent^="6"] .label {
    color: rgba(0, 0, 0, 0.87);
}
.ui.indicating.progress[data-percent^="7"] .label,
.ui.indicating.progress[data-percent^="8"] .label {
    color: rgba(0, 0, 0, 0.87);
}
.ui.indicating.progress[data-percent^="100"] .label,
.ui.indicating.progress[data-percent^="9"] .label {
    color: rgba(0, 0, 0, 0.87);
}
.ui.indicating.progress[data-percent="1"] .bar,
.ui.indicating.progress[data-percent="2"] .bar,
.ui.indicating.progress[data-percent="3"] .bar,
.ui.indicating.progress[data-percent="4"] .bar,
.ui.indicating.progress[data-percent="5"] .bar,
.ui.indicating.progress[data-percent="6"] .bar,
.ui.indicating.progress[data-percent="7"] .bar,
.ui.indicating.progress[data-percent="8"] .bar,
.ui.indicating.progress[data-percent="9"] .bar {
    background-color: #d95c5c;
}
.ui.indicating.progress[data-percent="1"] .label,
.ui.indicating.progress[data-percent="2"] .label,
.ui.indicating.progress[data-percent="3"] .label,
.ui.indicating.progress[data-percent="4"] .label,
.ui.indicating.progress[data-percent="5"] .label,
.ui.indicating.progress[data-percent="6"] .label,
.ui.indicating.progress[data-percent="7"] .label,
.ui.indicating.progress[data-percent="8"] .label,
.ui.indicating.progress[data-percent="9"] .label {
    color: rgba(0, 0, 0, 0.87);
}
.ui.indicating.progress.success .label {
    color: #1a531b;
}

#introModal .jqueryModal-content {
    min-height: calc(100vh - 110px);
    display: flex;
    align-items: center;
}

/* === icons === */
i.icon.map.marker:before {
    content: "\f3c5";
}

/* === popup === */
.ui.popup .popup-content {
  max-height: calc(66vh);
  overflow-y: auto;
}
@keyframes inline_popup {  
    from { opacity: 1; }
    to { opacity: 1; }   
}
.inline-popup {
    animation-duration: 0.001s;
    animation-name: inline_popup;
}
.inline-popup .slide-button-secondary-content, .inside-popup .slide-button-secondary-content {
    background: none;
    transform: none;
    text-shadow: 2px 2px rgba(0,0,0,0.66);
}

@keyframes inside_popup {  
    from { opacity: 1; }
    to { opacity: 1; }   
}
.inside-popup {
    animation-duration: 0.001s;
    animation-name: inside_popup;
}

@keyframes target_popup {  
    from { opacity: 1; }
    to { opacity: 1; }   
}
.target-popup {
    animation-duration: 0.001s;
    animation-name: target_popup;
}

@keyframes html_popup {  
    from { opacity: 1; }
    to { opacity: 1; }   
}
.html-popup {
    animation-duration: 0.001s;
    animation-name: html_popup;
}

@keyframes popup_url {
    from { opacity: 1; }
    to { opacity: 1; } 
}
.ui.popup a {
    animation-duration: 0.001s;
    animation-name: popup_url; 
}

.ui.popup>.header {
	background: none !important;
}

body.has-closable-popups .ui.popup.visible { 
	overflow: visible;
  display: flex !important;
  flex-direction: column;
	  gap: 12px;
	  pointer-events: none;
}
body.has-closable-popups .ui.popup.visible:after {
	content: '\f00d' !important;
	font-family: 'Font Awesome 6 Pro' !important;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	transform: translate(50%, -50%);
	color: #fff;
	background-color: #666;
	cursor: pointer;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: all;
}
body.has-closable-popups .ui.popup.visible .popup-content {
	order: 0;
  flex: 1;
  overflow-y: auto;
	  pointer-events: all;
}
/*.ui.popup.has-duration .duration-bar-container {
	order: -1;		
}*/
/*.ui.popup.has-duration {
  padding-top: 35px;
}
.ui.popup.has-duration .duration-bar-container {
	position: absolute !important;
	left: 10px;
	right: 10px;
	top: 15px;
	width: auto !important;
}*/

/* --- search --- */
@keyframes initiate_search {  
    from { opacity: 1; }
    to { opacity: 1; }   
}
.initiate_search {
    animation-duration: 0.001s;
    animation-name: initiate_search;
}

/* --- logo --- */
@keyframes initiate-logo-search {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.initiate-logo-search {
  animation-duration: 0.001s;
  animation-name: initiate-logo-search;
	position: relative;
}

.ui.dimmer.visible.active {
  z-index: 100000;
}

.sending.form .form-field.initiate-logo-search .btn-search-logo {
  position: absolute;
  right: 0;
  top: 24px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  border-color: #333;
}
.sending.form .form-field.initiate-logo-search .btn-search-logo .icon {
  font-size: 16px;
  margin: 0;
}
.sending.form .form-field.initiate-logo-search .btn-search-logo .icon::before {
  font-weight: 900 !important;
}

#search-logo-modal button.close {
  margin-right: 8px;
  margin-top: 4px;
  opacity: 1;
  font-size: 24px;
}
#search-logo-modal .card {
	padding: 50px;
	background-color: #f5f5f5;
	border-radius: 8px;
}
#search-logo-modal .card .input-group {
	width: 100%;  
	display: flex;
	flex-direction: row;
}
#search-logo-modal .card .input-group .input-group-append {
  border: 1px solid #333;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
	overflow: hidden;
}
#search-logo-modal .card .input-group .input-group-append .btn {
  background-color: #333;
  color: #fff;
  width: 100%;
  height: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
#search-logo-modal .card .disclaimer {
  margin-top: 25px;
}
#search-logo-modal .logos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
  overflow-x: auto;
  padding: 30px;
}
#search-logo-modal .logos img {
  width: 250px;
  height: 250px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
}
#search-logo-modal .logo-preview {
  margin: 50px auto 0;
  width: 100%;
  text-align: center;
  overflow: auto;
}
#search-logo-modal .logo-preview img {
  max-width: 100%;
}

.form .form-field.has-swatches {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.form .form-field.has-swatches label {
  width: 100%;
}
.form .form-field.has-swatches input {
  flex: 1;
  width: auto;
}
.form .form-field.has-swatches .color-swatches {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
}
.form .form-field.has-swatches .color-swatches .color-swatch {
	width: 22px;
	height: 22px;
	display: inline-flex;
	border: 1px solid #ccc;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 8px;
	cursor: pointer;
}

/* --- dragdealer --- */
.ggmedia.dragdealer {
    animation-duration: 0.001s;
    animation-name: initiate_dragdealer;
}
.ggmedia.dragdealer:not(.disabled) {
    z-index: 5 !important;
}
@keyframes initiate_dragdealer {  
    from { opacity: 1; }
    to { opacity: 1; }   
}

/* --- pdf --- */
@keyframes initiate_pdf {  
    from { opacity: 1; }
    to { opacity: 1; }   
}
.initiate_pdf {
    animation-duration: 0.001s;
    animation-name: initiate_pdf;
}
.pdf, .excel, .fullscreen-iframe {
    height: 85vh;
}
.pdf-modal .jqueryModal-content .jqueryModal-body {
    background-color: transparent !important;
    padding: 0px !important;
}

/* --- ouical --- */
@keyframes initiate_ouical {  
    from { opacity: 1; }
    to { opacity: 1; }   
}
.initiate_ouical {
    animation-duration: 0.001s;
    animation-name: initiate_ouical;
}

/* --- zopim, skype, intercom, facebook chat --- */
.zopim {
    z-index: 100 !important;
}
.skype-button {
    z-index: 100 !important;
}
#intercom-container {
    z-index: 100 !important;
}
#intercom-container .intercom-launcher-frame {
    
}
#intercom-container .intercom-messenger-frame {
    
}
/*.fb_dialog[class*="fb_customer_chat_bubble"] {
    z-index: 9 !important;
}*/
.fb_dialog_advanced, .fb_iframe_widget {
    max-height: 90vh;
}
/*.fb_iframe_widget iframe:not(.fb_customer_chat_bounce_in_v2) {
    display: none;
}*/

span.ggmedia {
	animation: mediaFadeIn 2s 1;
}
@keyframes mediaFadeIn {  
  0% {
    opacity: 0;
  } 80% { 
	opacity: 0;
  }  100% { 
	opacity: 1;
  } 
}

/* --- mobile --- */
body.mobile .no-mobile {
	display: none;
}
@media screen and (min-width: 2150px) {
    .jqueryModal.video-modal {
        width: 60vw;
        max-width: 60vw;
    }
}
@media screen and (min-width: 1850px) {
    .jqueryModal.video-modal {
        width: 70vw;
        max-width: 70vw;
    }
}
@media screen and (min-width: 1650px) {
    .jqueryModal.video-modal {
        width: 80vw;
        max-width: 80vw;
    }
}
@media screen and (max-width: 850px) {	
	.current .jqueryModal {
		max-width: 100%;
	}
	/* --- explainer-image --- */
	.explainer-image {
		height: 150px;
	}
    .explainer-image.inactive {
        bottom: -125px;
    }
	.speechbubble-wrapper.explainer {
		bottom: 165px;
	}
    /*.popup-animation.form {
        max-height: calc(100vh - 160px);
    }
    .popup-animation.form .hubspot-form-wrapper {
        max-height: calc(100vh - 250px);
    }*/
    
    .interactive-plan-modal .jqueryModal-body {
        flex-direction: column;
        padding: 10px;
    }
    .interactive-plan-modal .jqueryModal-body .interactive-plan-layers {
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    .interactive-plan-modal .jqueryModal-body .interactive-plan-images {
        width: 100%;
    }
    .interactive-plan-modal .jqueryModal-body .interactive-plan-images {
        max-height: calc(95vh - 175px);
    }
    .interactive-plan-modal .jqueryModal-body .interactive-plan-zoom {
        padding-left: 0;
        padding-top: 20px;
    }
    .interactive-plan-modal .jqueryModal-body .interactive-plan-zoom .ui.buttons {
        flex-direction: row;
    }
    .interactive-plan-modal .jqueryModal-body .interactive-plan-zoom .ui.buttons .button:first-child {
        border-bottom: none;
        border-right: 1px solid #aaaaaa;
    }
    body .button--float.icon-button.button:not(.top-button) .icon--inline + .text {
        display: none;
    }
}
@media screen and (max-width: 767px) {
	.form-modal .sending.form .form-field .ui.checkbox {
	  margin: 0;
	}
	.form-modal .sending.form .field > label {
	  margin-bottom: 8px;
	}
}
@media screen and (max-width: 650px) {
	.menu-button {
		padding: 0 10px;
	}
	.menu-button .icon {
		margin-right: 0;
	}
	.menu-button .text {
		display: none;
	}
	.plan-wrapper, .pics-wrapper {
		position: relative;
		transform: none;
		width: 100%;
	}
	.info-wrapper {
		width: 100%;
		margin-left: 0;
	}
	/*.button:not(#navigation-button) .text {
		text-overflow: ellipsis;
		max-width: 75px;
		white-space: nowrap;
		overflow: hidden;
	}*/
	.button.top-button .text {
		vertical-align: top;
	}
	.button .text {
		font-size: 13px;
	}
	.jqueryModal {
		width: 100%;
	}
	.jqueryModal-content .close.outer {
		/*top: -21px;
		right: -21px;*/
		top: -15px;
		right: -15px;
	}
	.jqueryModal-content > .return.outer {
		/*top: -21px;
		right: -21px;*/
		top: -15px;
		left: -15px;
	}
	.blocker {
		padding: 8px !important;
	}
	.menu-button {
		height: 38px;
		line-height: 38px;
	}
	.menu-button.button .text {
		font-size: 16px;
	}
	.menu-links {	
		padding-top: 34px;
	}
	.menu-links__item {
		font-size: 14px;
	}
	.menu-links__item-title {
		font-size: 16px;
	}
	.menu-links__item + .menu-links__item {
		margin-top: 10px;
	}
	.button.icon-button.button--float {		
		height: 38px;
		/*line-height: 38px;*/
		font-size: 14px;
	}
	.button.icon-button.button--float .text {
		/*height: 30px;*/
		font-size: 14px;
    	vertical-align: top;
		line-height: 14px;
	}
	/* --- explainer-image --- */
	.explainer-image {
		height: 125px;
	}
    .explainer-image.inactive {
        bottom: -100px;
    }
	.speechbubble-wrapper.explainer {
		bottom: 140px;
	}
    /* --- keuzehulp --- */
    /*.navigation-search-container.is-sidebar ~ .navigationContainer {
        padding-bottom: 50px;
        padding-left: 0;
    }
    .navigation-search-container-button {
        display: flex;
        position: fixed;
        z-index: 6;
        width: 100px;
        left: 50%;
        margin-left: -50px;
    }*/
    
    #phases-wrapper .range-labels li[data-toggle="collapse"]:not(.collapsed) .phase-name {
        display: none !important;
    }
}	
@media screen and (max-height: 550px) {
	.menu-button {
		height: 38px;
		line-height: 38px;
	}
	.menu-button.button .text {
		font-size: 16px;
	}
	.menu-links {	
		padding-top: 34px;
	}
	.menu-links__item {
		font-size: 14px;
	}
	.menu-links__item + .menu-links__item {
		margin-top: 10px;
	}
	.button.icon-button.button--float {		
		height: 38px;
		/*line-height: 38px;*/
		font-size: 14px;
	}
	.button.icon-button.button--float .text {
		/*height: 30px;*/
		font-size: 14px;
    	/*vertical-align: top;*/
        line-height: 14px;
	}
	.options-button {
		width: 110px;
		margin-left: -55px;
	}
}
@media screen and (max-width: 550px) { 
    .form .process-bar.ui.buttons {
        flex-direction: column;
    }
    .form .process-bar.ui.buttons .ui.button {
        border-top: none;
        border-left: 2px solid #ffffff;
        border-radius: 0px;
    }
    .form .process-bar.ui.buttons .ui.button:first-child {
        border-top: 2px solid #ffffff;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .form .process-bar.ui.buttons .ui.button:last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .modals.dimmer .ui.scrolling.modal {
        margin-top: 35px !important;
        background-color: transparent;
    }
    .ui.youreka.fullscreen.modal> .close {
        top: -30px !important;
    }
    
    .current .jqueryModal.card-modal.wide-modal.frame-modal, .current .jqueryModal.card-modal.wide-modal.frame-modal iframe {
        width: calc(100vw - 30px);
        max-width: calc(100vw - 30px);
    }
}
@media screen and (max-width: 400px) {
	.button.icon-button.button--float {
		height: 34px;
		/*line-height: 34px;*/
		font-size: 12px;
	}
	.button.icon-button.button--float .text {
		/*height: auto;*/
		font-size: 12px;
		vertical-align: top;
        line-height: 12px;
	}
	.options-button {
		width: 110px;
		margin-left: -55px;
	}
	
	/* --- explainer-image --- */
	.explainer-image {
		height: 100px;
	}
    .explainer-image.inactive {
        bottom: -75px;
    }
	.speechbubble-wrapper.explainer {
		bottom: 115px;
	}
}

