@import "gridsystem.css";
@import "buttons.css";
@import "fonts.css";
@import "modals.css";
@import "forms.css";
/* Default Classes */
*{
  padding: 0;
  margin: 0;
  font-family: 'Helvetica','Roboto','Helvetica',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!important;}
.color-black{color: #00060e!important;}
.color-red{color: #e74966!important;}
.color-redbeige{color: #fde8db!important;}
.color-beige{color: #fffbec!important;}
.color-grey{color: rgba(0,0,0,0.6) !important;}
.color-orange{color: #F2A43A!important;}
.color-blue{color: #2068ff!important;}
/* Borderradius */
.br-0{border-radius: 0px!important;}
.br-4{border-radius: 4px!important;}
.br-8{border-radius: 8px!important;}
.br-10{border-radius: 10px!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-red{background-color: #E66E6E;}
/* 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!important;}
.bgcolor-black{background-color: #000000!important;}
.bgcolor-second{background-color: var(--second-bg-color)!important;}
.bgcolor-lightgrey{background-color: #f9f9f9!important;}
.bgcolor-red{background-color: #e74966!important;}
.bgcolor-redbeige{background-color: #fde8db!important;}
.bgcolor-beige{background-color: #fffbec!important;}
.bgcolor-orange{background-color: #F2A43A!important;}
.bgcolor-blue{background-color: #2068ff!important;}
/* Images */
img.responsive-img{max-width: 100%; width: 100%;}
img.centered{display: block; margin: 0 auto;}
img.circular{border-radius: 90%;}
img.width-16{width: 100%; max-width: 16px;}
img.width-20{width: 100%; max-width: 20px;}
img.width-24{width: 100%; max-width: 24px;}
img.width-28{width: 100%; max-width: 28px;}
img.width-32{width: 100%; max-width: 32px;}
img.width-40{width: 100%; max-width: 40px;}
img.width-48{width: 100%; max-width: 48px;}
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;}
main{
  min-height: calc(100vh - 64px);
  position: relative;
  padding-top: 40px;
}
body{
  overflow-x: hidden;
}
.vueModalOuter{
  height: 100%;
}
/*===============================================================
                                RESET
===============================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.2;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*===============================================================
                                Standard
===============================================================*/

html{
  background-color: rgba(0,0,0,0.04);
  color: #121212;
  font-family: var(--main-font);
}

a{
  text-decoration: none;
}

:root{
  --main-bg-color: #121212; /* darkmode-bg */
  --second-bg-color: #1E1E1E; /* light-grey */
  --third-bg-color: #454545;  /* light-grey */
  --footer-bg-color: #393939; /* Footer */
  --main-font-color: 121212;
  --main-font: 'Helvetica';
  --second-font: 'Source Serif Pro';
}


/*===============================================================
                                Helper
===============================================================*/

.content-1200{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.content-1400{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.content-1600{
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.t-left{
  text-align: left;
}

.t-center{
  text-align: center;
}

.t-right{
  text-align: right;
}

.button {
  background-color: var(--second-bg-color);
  border-radius:7px;
  display:inline-block;
  cursor:pointer;
  color:black;
  text-transform: uppercase;
  font-family: var(--main-font);
  padding:12px 20px;
  text-decoration:none;
  font-size: 0.7em;
  font-weight: 600;
}

.button:active {
  position:relative;
  top:1px;
}

.button a{
  color: white;
}

/* Button Desktop */
@media (min-width: 992px) {
  .button{
    padding: 12px 36px;
    font-size: 12px;
    font-weight: 600;
  }
}

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

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip-top {
   bottom: 125%;
   left: 50%;
   margin-left: -60px;
 }
.tooltip-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip-right {
   top: -5px;
   left: 125%;
 }
.tooltip-right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}
