@import "gridsystem.css";
@import "buttons.css";
@import "../fonts/gravity/stylesheet.css";
@import "modals.css";
@import "forms.css";
/* Default Classes */
*{
  padding: 0;
  margin: 0;
  font-family: 'Gravity', sans-serif;
}
/* Padding */
.pad-4{padding: 4px!important;}
.pad-8{padding: 8px!important;}
.pad-12{padding: 12px!important;}
.pad-16{padding: 16px!important;}
.pad-20{padding: 20px!important;}
.pad-24{padding: 24px!important;}
.pad-28{padding: 28px!important;}
.pad-32{padding: 32px!important;}
.pad-36{padding: 36px!important;}
.pad-40{padding: 40px!important;}
/* Text */
.t-center{text-align: center;}
.t-left{text-align: left;}
.t-right{text-align: right;}
.f-clear{clear: both;}
.f-left{float: left;}
.f-right{float: right;}
.f-bold{font-weight: bold;}
.f-normal{font-weight: normal;}
.f-lighter{font-weight: lighter;}
.color-white{color: #ffffff;}
.color-black{color: #00060e;}
.color-petrol{color: #135969;}
.color-turkis{color: #86dec8;}
.color-mint{color: #def7f1;}
.color-orange{color: #ff8567;}
.color-lightgrey{color: #f9f9f9;}
/* Borderradius */
.br-4{border-radius: 4px!important;}
.br-8{border-radius: 8px!important;}
.br-16{border-radius: 16px!important;}
.br-24{border-radius: 24px!important;}
.br-32{border-radius: 32px!important;}
/* Content / Grid */
.content-500{width: 100%;max-width: 500px;margin: 0 auto;}
.content-600{width: 100%;max-width: 600px;margin: 0 auto;}
.content-800{width: 100%;max-width: 800px;margin: 0 auto;}
.content-1000{width: 100%;max-width: 1000px;margin: 0 auto;}
.content-1200{width: 100%;max-width: 1200px;margin: 0 auto;}
.content-1400{width: 100%;max-width: 1400px;margin: 0 auto;}
.h-100{height: 100%;}
.bgcolor-white{background-color: #ffffff;}
.bgcolor-black{background-color: #000000;}
.bgcolor-petrol{background-color: #135969;}
.bgcolor-turkis{background-color: #86dec8;}
.bgcolor-mint{background-color: #def7f1;}
.bgcolor-orange{background-color: #ff8567;}
.bgcolor-lightgrey{background-color: #f9f9f9;}
/* Media Querys */
.display-Dektop{display: block;}
.display-Mobile{display: none;}
.display-Dektop-inline{display: inline-block;}
.display-Mobile-inline{display: none;}
@media (max-width: 992px) {
  .display-Dektop {display: none;}
  .display-Mobile {display: block;}
  .display-Dektop-inline {display: none;}
  .display-Mobile-inline {display: inline-block;}
}
/* Backgrounds */
.bgcolor-white{background-color: #ffffff;}
.bgcolor-black{background-color: #000000;}
.bgcolor-lightgrey{background-color: #f9f9f9;}
/* Images */
img.responsive-img{max-width: 100%; width: 100%;}
img.centered{display: block; margin: 0 auto;}
img.circular{border-radius: 90%;}
img.width-32{width: 100%; max-width: 32px;}
img.width-40{width: 100%; max-width: 32px;}
img.width-48{width: 100%; max-width: 32px;}
img.width-56{width: 100%; max-width: 56px;}
img.width-64{width: 100%; max-width: 64px;}
img.width-72{width: 100%; max-width: 72px;}
img.width-80{width: 100%; max-width: 80px;}
img.width-100{width: 100%; max-width: 100px;}
img.width-150{width: 100%; max-width: 150px;}
img.width-200{width: 100%; max-width: 200px;}
img.width-250{width: 100%; max-width: 250px;}
img.width-300{width: 100%; max-width: 300px;}
img.width-350{width: 100%; max-width: 350px;}
img.width-400{width: 100%; max-width: 400px;}
img.width-450{width: 100%; max-width: 450px;}
img.width-500{width: 100%; max-width: 500px;}
img.is-square{aspect-ratio: 1/1;}

body{
  overflow-x: hidden;
}
main{
  min-height: 100vh;
  min-width: 100vw;
  position: relative;
  top: 0;
}
#FullSizeLoader{
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1001;
  top: 0;
  background-color: #fffafa;
  text-align: center;
  vertical-align: middle;
}
#FullSizeLoader img{
  padding: 16px;
  width: 100%;
  max-width: 350px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Header */
header{
  background-color: rgba(255,255,255,1);
}
header p.f-right{
  font-size: 0.95em;
  padding-left: 16px;
  padding-right: 16px;
}
#navbarLogo{
  padding: 16px 8px 8px 16px;
}
#TopNavDropDownBtn{
  cursor: pointer;
  display: inline-block;
}
#TopNavDropDownBtn .dropdown-profile{
  display: inline-block;
}
#TopNavDropDownBtn span{
  padding-top: 4px;
  float: right;
}
#TopNavDropDownBtn span img{
  width: 32px;
  margin: 0 4px 0px -8px;
}
@media (max-width: 767px){
  #navbarLogo{
    text-align: center;
  }
  #navbarRightSide{
    text-align: center;
  }
}
#DropDownMenuArea{
  /*display: none;*/
  position: absolute;
  width: 100%;
  max-width: 1400px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 99;
}
#DropDownMenu{
  position: absolute;
  right: 0;
  top: 56px;
  width: 100%;
  max-width: 220px;
  background-color: #ffffff;
}
@media (max-width: 767px){
  #DropDownMenu{
    top: 112px;
  }
}
#DropDownMenu ul{
  padding: 0;
  margin: 0;
}
#DropDownMenu li{
  padding: 0;
  margin: 0;
  list-style: none;
}
#DropDownMenu ul li a{
  display: block;
  padding: 8px 16px;
  font-size: 1em;
  cursor: pointer;
  transition: 0.3s;
  color: rgba(0,0,0,0.7);
  text-decoration: none;
}
#DropDownMenu ul li a img{
  width: 24px;
  vertical-align: middle;
}
#DropDownMenu ul li a:hover{
  background-color: #def7f1;
  color: #135969;
}
/* Footer */

footer{

}
footer #SocialMediaMenu{
  margin: 0;
  padding: 0;
}
footer #SocialMediaMenu li{
  display: inline;
  margin-right: 16px;
}
footer #SocialMediaMenu li a{
  text-decoration: none;
}
footer #SocialMediaMenu li a img{
  max-width: 24px;
  opacity: 0.8;
}
footer #SocialMediaMenu li a:hover img{
  opacity: 1;
}
footer #FooterMenu{
  margin: 0;
  padding: 0;
}
footer #FooterMenu li{
  display: inline;
  margin-right: 12px;
}
footer #FooterMenu li a:not(.button){
  text-decoration: none;
  color: #135969;
}
@media (max-width: 767px){
  footer #SocialMediaMenu{
    text-align: center;
  }
  footer #FooterMenu li{
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
    text-align: center;
  }
}
.button-move,
.button-enter-active,
.button-leave-active {
  transition: all 0.5s ease;
}

.button-enter-from,
.button-leave-to {
  /*transform: translateX(-150px);*/
  transform: scaleX(0);
  opacity: 0;
}

.button-leave-active {
  position: absolute;
}
.cropper-view-box{
  border: 4px solid #e0824a !important;
  border-color: #e0824a !important;
  margin-left: -4px;
  margin-top: -4px;
  border-radius: 90%;
  -webkit-border-radius: 90%;
  -moz-border-radius: 90%;
  -khtml-border-radius: 90%;
}
.cropper-face{
  border-radius: 90%;
}
.cropper-dashed{
  /*display: none;*/
}
.cropper-point,
.cropper-dashed.dashed-h,
.cropper-dashed.dashed-v,
.cropper-line.line-e,
.cropper-line.line-n,
.cropper-line.line-s,
.cropper-line.line-w,
.cropper-point.point-sw,
.cropper-point.point-s,
.cropper-point.point-se,
.cropper-center{
  background-color: transparent;
  border: none;

}
.cropper-line.line-s,
.cropper-line.line-n{
  height: 1px!important;
}
.cropper-line.line-e,
.cropper-line.line-w{
  width: 1px!important;
}
.cropper-crop-box .cropper-line {
  background-color: #39f!important;
  opacity: 1;
}

.cropper-point{
  height: 10px !important;
  width: 10px !important;
  border-radius: 10px;
}
.cropper-point{
  background-color: #e0824a !important;
}
.cropper-point.point-e{
  right: -7px !important;
}
.cropper-point.point-n{
  top: -7px !important;
}
.cropper-point.point-w{
  left: -7px !important;
}
.cropper-point.point-s{
  bottom: -7px !important;
}
.cropper-point.point-ne{
  right: -5px !important;
  top: -5px !important;
}
.cropper-point.point-nw{
  left: -5px !important;
  top: -5px !important;
}
.cropper-point.point-sw{
  bottom: -5px !important;
  left: -5px !important;
}
.cropper-point.point-se{
  right: -5px !important;
  bottom: -5px !important;
}
.cropper-point{
  opacity: 1!important;
}


.cropper-dashed.dashed-h{
  /*background-image: url("../images/cropper-fokus.png");*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.info-move,
.info-enter-active,
.info-leave-active {
  transition: all 0.5s ease;
}

.info-enter-from,
.info-leave-to {
  /*transform: translateX(-150px);*/
  transform: scaleX(0);
  opacity: 0;
}

.info-leave-active {
  position: absolute;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 270px;
  background-color: #def7f1;
  color: #135969;
  text-align: left;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #FC8465;
  font-size: 0.8em;
  font-weight: normal;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: 50%;
  transform: translate(-50%);
}
.tooltip .tooltiptext.design2{
  width: auto;
  text-align: center;
  background-color: #FC8465;
  color: #ffffff;
  position: absolute;
  left: -59px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  top: -1px;
  height: 18px;
  min-width: 100px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.vueOverrideModal{
  display: none;
  visibility: visible !important;
}
.fullContainer{
  width: 100%;
  height: 100%;
}