@import "gridsystem.css";
@import "buttons.css";
@import "fonts.css";
@import "modals.css";
@import "forms.css";
/* Default Classes */
*{
  padding: 0;
  margin: 0;
  font-family: 'Helvetica',sans-serif;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* 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: #C62828!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-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; box-sizing: border-box;}
.content-600{width: 100%;max-width: 600px;margin: 0 auto; box-sizing: border-box;}
.content-800{width: 100%;max-width: 800px;margin: 0 auto; box-sizing: border-box;}
.content-1000{width: 100%;max-width: 1000px;margin: 0 auto; box-sizing: border-box;}
.content-1200{width: 100%;max-width: 1200px;margin: 0 auto; box-sizing: border-box;}
.content-1400{width: 100%;max-width: 1400px;margin: 0 auto; box-sizing: border-box;}
.content-1600{width: 100%;max-width: 1600px;margin: 0 auto; box-sizing: border-box;}
.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: #C62828!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-bottom: 80px;
  padding-top: 60px;
}
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: var(--main-bg-color);
  color: var(--main-font-color);
  font-family: var(--main-font);
}

a{
  text-decoration: none;
}

:root{
  --main-bg-color: #ffffff;
  --second-bg-color: #fefefe;
  --third-bg-color: #fdfdfd;
  --footer-bg-color: #ffffff;
  --main-font-color: #00000090;
  --main-font: 'Helvetica';
  --second-font: 'Helvetica';
}


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

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

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

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

.flex{
  display: flex;
}

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

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

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

.button a, .button-primary a{
  color: white;
}

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

}


