:root {
  --white: white;
  --bg-grey: #E6E6E6;
  --middlegrey: #80807F;
  --dark: #1A1A19;
  --black: black;
}

/* RESET FONTSIZES & EVERYTHING */

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;
/*  width: 100vw;
  height: auto;*/
}
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;
}

/* –––RESETEND––– */


* {
  box-sizing: border-box;
  /*scroll-behavior: smooth;*/
}

*,*::before,*::after {
  box-sizing: border-box;
}





/*@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);*/

html {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}


body {
  background: rgb(240,240,240);
  position: absolute;
  z-index: -500;
}

.burgerline {
  background: black !important;
}

h2 {
  font-family: founders medium;
  /*font-size: 30px;*/
  font-size: 2.1vw;
  padding: 30px 0;
  line-height: 1.2;
}

h3 {
  padding: 10px 0 20px 12.5vw;
  max-width: 50vw;
  margin-top: 40px;
  font-family: founders semibold;
  font-size: 20px;
  line-height: 1.1;
}

/*.space {
  height: 2vw;
}*/

article {
  padding: 12vw 12vw 4vw 0;
}

p {
/*  padding-bottom: 5vw;*/
  margin: 0 0 1vw 20vw;
  width: 30vw !important;
  /*min-width: 555px;*/
  max-width: 700px;
  font-family: founders regular;
  font-size: 20px;
  line-height: 1.2em;
}

.text-shadow {
    text-shadow: 2px 2px 16px rgba(0,0,0,0.35);
    padding-left: 12vw;
}

.arachnedemigod-large {
  font-family: arachnedemigod;
  font-size: 7.9vw;
  line-height: 1em;
  text-shadow: 2px 2px 16px rgba(0,0,0,0.35);
  padding-left: 12vw;
}

.source {
  text-align: center;
  font-family: founders regular;
  font-size: 16px;
  padding-top: 80px;
  /*background: red;*/
}

.source a {
  text-decoration: none;
  color: black;
  font-family: founders semibold;
}

.background {
  width: 100vw;
  height: 100vh;
  z-index: -20;
  background: rgb(240,240,240);
  background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(190,193,202,1) 100%);
  position: absolute;
}

.top-space {
  height: 8.5vw;
  /*max-height: 150px;*/
  position: relative;
}

.circle-red {
  height: 36.6vw;
  width: 36.6vw;
  max-height: 650px;
  max-width: 650px;
  background-color: #FF320A;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transform: translate(-50%, 0%);
  /*top: 27vw;*/
  left: 35.2vw;
  z-index: -100;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.35);
}

.circle-white {
  height: 36.6vw;
  width: 36.6vw;
  max-height: 650px;
  max-width: 650px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 3vw;
  left: 76vw;
  /*z-index: -100;*/
  box-shadow: 0px 3px 15px rgba(0,0,0,0.20);
}


/*MESSAGE*/

#message-min {
  position: fixed;
  z-index: 4998;
  bottom: 16px;
  right: 22px;
  font-size: 40px;
  height: 58px;
  width: 288px;
  background: white;
  font-family: founders semibold;
  border-radius: 17px;
  cursor: pointer;
  /*box-shadow: .3vw .2vw 1vw rgba(0,0,0,0.2);*/

/*  animation: fadeIn 1s;
  animation-fill-mode: forwards;*/
}

/*@keyframes fadeIn {
    from { 
      opacity: 0;

    }

    to { 
      opacity: 1;

    }
}*/

.profile-min {
  position: relative;
  top: 9px;
  left: 9px;
  background: #575555;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*line-height: 0px;*/
  border-radius: 100%;
  color: white;
  font-family: founders medium;
}

.name-min {
  position: relative;
  font-family: founders medium;
  font-size: 20px;
  left: 65px;
  top: -18px;
}

.profile-max {
  position: relative;
  top: 90px;
  left: 20px;
  background: #575555;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*line-height: 4.6vw;*/
  border-radius: 100%;
  color: white;
  font-family: founders medium;
}

.name-max {
  position: relative;
  font-family: founders medium;
  font-size: 20px;
  left: 80px;
  top: 54px;
}

.online {
  font-family: founders regular;
  top: 54px;
  left: 80px;
  position: relative;
}

#notification {
  position: fixed;
  font-family: founders medium;
  font-size: 18px;
  bottom: 59px;
  right: 11px;
  background: #FF320A;
  /*justify-content: center;*/
  width: 26px;
  height: 26px;
  line-height: 34px;
  border-radius: 100%;
  color: white;
  z-index: 4999;
  text-align: center;
/*  animation: fadeIn 1s;
  animation-fill-mode: forwards;*/
}

.hide {
  display: none;
}

/*.flex {
  display: flex;
}*/

#message-max {
  width: 40vw;
  position: fixed;
  bottom: 16px;
  right: 22px;
  z-index: 5000;
}

.minimize-1 {
  background: #000;
  height: 3px;
  width: 13px;
  position: fixed;
  bottom: 470px;
  right: 48px;
  transform: rotate(-40deg);
  cursor: pointer;
}

.minimize-2 {
  background: #000;
  height: 3px;
  width: 13px;
  position: fixed;
  bottom: 470px;
  right: 56px;
  transform: rotate(40deg);
  cursor: pointer;
}

.chat ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.chat-container {
  margin-top: 47px;
}


.message-left .message-text {
  max-width: 80%;
  display: inline-block;
  background: #F0F0F0;
  padding: 25px;
  margin: 4px;
  font-size: 20px;
  color: #000;
  border-radius: 30px;
  line-height: 1.2em;
  font-family: founders regular;
}

.chat {
  border-radius: 17px;
  padding: 20px;
  background: #fff;
}

.chat-container {
  height: 400px;
  overflow-y: scroll;
  padding-right: 16px;
}

.spinme-left {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  color: #ccc;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 0.2;
}

.spinner {
  margin: 0;
  width: 30px;
  text-align: center;
}

.spinner > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background: rgba(0,0,0,1);
}
 
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


/* MEDIAQUERRYS */

/* SMALL SCREENS */
@media only screen and (max-width: 1020px) {

  .message-left .message-text {
    font-size: 18px;
  }

  p, h3 {
    font-size: 18px;
  }

}


/* BIG SCREENS */
@media only screen and (min-width: 1800px) {

  #message-min {
    bottom: 20px;
    right: 30px;
    font-size: 40px;
    height: 80px;
    width: 400px;
    border-radius: 23px;
  }

  #notification {
    font-size: 21px;
    bottom: 83px;
    right: 17px;
    width: 28px;
    height: 28px;
    line-height: 38px;
  }

  .message-left .message-text {
    font-size: 22px;
  }

  .profile-min {
    top: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 24px;
  }

  .name-min {
    font-size: 28px;
    left: 80px;
    top: -20px;
  }

  .profile-max {
    top: 115px;
    left: 25px;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 24px;
  }

  .name-max {
    font-size: 28px;
    left: 90px;
    top: 72px;
  }

  .online {
    top: 69px;
    left: 90px;
    font-size: 20px;
  }

  .chat-container {
    margin-top: 63px;
  }

  .minimize-1 {
    height: 3px;
    width: 16px;
    bottom: 483px;
    right: 47px;
  }

  .minimize-2 {
    height: 3px;
    width: 16px;
    bottom: 483px;
    right: 57px;
  }

  p, h3 {
    font-size: 22px;
  }

}