/* GENERAL */

* {
  cursor: default;
}
a:hover{
  text-decoration: none;
  color: black;
}
a {
  color: grey;
  cursor: pointer;
}
body {
  background-image: linear-gradient(45deg, white 0%, black 50%);
  background-attachment: fixed;
}

/* FONTS */

.patua {
  font-family: 'Patua One', cursive;
}
.averia {
  font-family: 'Averia Serif Libre', cursive;
}
.bungee {
  font-family: 'Bungee Inline', cursive;
  color: silver;
}
.qt {
  color: #ccac12; /* #efcb17 gold */
  letter-spacing: 1px;
}
.eightbit {
  font-family: 'Press Start 2P', cursive;
}
.quicksand {
  font-family: 'Quicksand', sans-serif;
}
.verysmall {
  font-size: 50%;
  line-height: normal;
  color: #3f3f3f;
}

/* COLOR MANAGEMENT */

.gold {
  color: gold;
}
.importantcol {
  color: #dddd13;
}
.bgcolor {
  color: black;
}
.headlinecolor {
  color: silver;
  font-size: 300%;
}
/* .headlinecolor::after {
  content: " ";
  background-image: url("../../files/img/menu-sel.svg");
  background-size: cover;
  opacity: 0.7;
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  left: 1rem;
  top: 0.75rem;
} */
.bgbgcolor {
  background-color: black;
}
.specialo {
  color: #f4426e;
  font-weight: bold;
}
.linkvis {
  background-color: #2d0024; /* #23001c */
  border-radius: 10px;
  padding: 1%;
}
.greenc {
  color: #35933d;
}
.underlined {
  text-decoration: underline;
}

/* ALIGNMENT */

.content-container {
  color: silver;
  font-size: 14px;
}
.box-container {
  margin: 2% auto;
  padding: 2%;
  border: 2px solid grey;
  line-height: 175%;
  /* width: 100%; */
  border-radius: 40px;
  background-color: #111111;

  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 130%;
  line-height: 200%;
  color: #cccccc;
  /* opacity: 0.7; */
}
.box-container img {
  border-radius: 40px;
  max-width: 100%;
  padding: 7.5% 2.5%;
  /* opacity: 0.8; */
  border-radius: 20%;
}
.d-block {
  display: block;
}
.rightside{
  float: right;
}
.roundedcorners {
  border-radius: 50px;
}
.tabbit {
  padding-left: 5%;
  padding-right: 5%;
}
.markout::before {
  content: "▷ ";
}
.flagit::before {
  content: "⚐ ";
  font-size: 250%;
}
.flexme {
  display: flex;
}
.margleft-inside-flex {
  margin-left: 2%;
}

/* GENERAL */

/* mark external links */
.generalbody a[href*="//"]:not([href*=""]):after {
  content: " ↗︎";
  font-size: 80%;
  color: #3986a3;
}
.generalbody a[href*="//"]:not([href*=""]) {
  color: #3986a3;
}
/* mark mailto links */
.generalbody a[href*="mailto"]:not([href*=""]):before {
  content: "➣ ";
  color: #ccac12;//#efcb17;
  font-size: 70%;
}
.generalbody a[href*="mailto"]:not([href*=""]) {
  color: #ccac12;//#efcb17;
}

/* TABLE */

table {
  opacity: 0.7;
}
.table-dynamic {
    width:100%;
    padding: 8px 20px;
    border: none;
}
.table-dynamic td,
.table-dynamic th {
  border: 20px solid silver;
  padding: 4px 8px;
}
.table-dynamic td {
  border-color: grey;
  padding: 2%;
}
.text-center {
  text-align: center;
}

/* FORM */

input, textarea{
  border-radius: 10px;
  color: #042266;
}
.buttonr {
  text-align: center;
  border-radius: 20px;
  background-color: black;
  color: silver;
  width: 15%;
  border-style: outset;
}
.buttonr:hover {
  color: white;
  background-color: #031949;
}
.buttonr:active {
  transform: scale(1.05);
  background-color: #042266;
}
.emblem {
  background-color: #39393a;
  color: white;
  padding: 1% 2% 1% 2%;
  border-radius: 50px;
  display: inline-block;
  margin: 0 auto;
}
input[type="radio"]:checked + label {
  color: black;
  background-color: #35933d;
  font-weight: bold;
}
.smallen:hover {
  padding-left: 5%;
  padding-right: 5%;
}
label {
  display: inline-block;
  border-radius: 50px;
}

/* NAVIGATION */

#nav {
    margin: 2%;
}
/* centers DIV wrapping the nav-menu, changes font-size and line-height */
#nav-menu {
  display: none;
  margin: 0 auto;
  width: 480px;
  max-width: 100%;

  font-size: 200%;
  line-height: 350%;

  color: silver;
}
.phonecall {
  color: rgb(55, 173, 203)!important;
}
.trigger {
  color: inherit;
}
.trigger:hover {
  color: silver;
  background-color: #141619;
  transform: scale(1.2, 1.2);
  transition-duration: 0.5s;
  cursor: pointer;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.trigger:active {
  color: grey;
  cursor: pointer;
}
.trigger0 {
  color: inherit;
}
.trigger0:hover {
  color: black;
  background-color: white;
  transform: scale(1.2, 1.2);
  transition-duration: 0.5s;
  cursor: pointer;
  border-radius: 50px;
}
.trigger0:active {
  color: grey;
  cursor: pointer;
}
.trigger2{
  color: inherit;
}
.trigger2:active {
  transform: scale(1.1, 1.1);
  color: grey;
}
#logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 2%;
  width: 20%;
  height: 20%;
}
#logo:hover {
  transform: rotate(720deg);
  transition-duration: 3s;
  -webkit-filter: invert(0.1);
         filter: invert(0.1);
  cursor: pointer;
}
#logo:active {
  transform: scale(1.2, 1.2) rotate(0deg);
  transition-duration: 2s;
}
@keyframes contentswitch {
  0% {opacity: 0}
  100% {opacity: 1}
}
.carousel {
  color: silver;

  animation-name: contentswitch;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.cont0{
}
.cont1{
}
.cont2{
}
.cont3{
}
.cont4 {
}
.cloak {
  line-height: 300%;
  color: #111111;
  cursor: none;
}
.invisible:active {
  cursor: auto;
}

.small-nav.in-site {
  opacity: 0.5;
  background-color: rgba(255,255,255, 0.5);
  /* transition: opacity 0.4s ease; */
}
/* .small-nav.in-site:hover {
  opacity: 1;
} */
footer .small-nav {
  color: #222;
}
.small-nav {
  display: inline-block;
  font-size: 150%;
  background-color: rgba(255,255,255, 0.25);
  border-radius: 1em;

  padding: 0.25em 1em;
  color: #000;
}
.trigger-1 {
  color: inherit;
}
.trigger-1:hover {
  color: #fff;
  transform: scale(1.2, 1.2);
  transition-duration: 0.5s;
  cursor: pointer;
}
.trigger-1:active {
  color: grey;
  cursor: pointer;
}
.icn {
  width: 7%;
  margin-left: 5%;
  margin-top: 1%;
  margin-right: 5%;
  margin-bottom: 1%;
}
.trigger3 {
  cursor: pointer;
  opacity: 0.2;
  transition: opacity 0.4s ease;
}
.trigger3:hover {
  cursor: pointer;
  opacity: 1;
}
.smrow {
  /* border: 2px solid rgba(150,150,150,0.1); */
  /* background-color: rgba(150,150,150,0.02); */
  /* background-color: rgba(0,0,0,0.5); */
  border-radius: 50px;
  width: 36%;
  /* opacity: 0.1; */
}
.headln {
  font-size: 180%;
}

/* RESPONSIVE LAYOUT FOR MOBILE */

@media only screen and (max-width: 640px) {
    #logo {
      width: 80%;
      height: 80%;
    }
    .box-container {
      font-size: 80%;
      padding: 5%;
    }
    .smally {
      font-size: 100%;
    }
    footer .small-nav {
      font-size: 75%;
      border-radius: 0;
    }
    .smrow {
      border-radius: 50px;
      width: 60%;
    }
}
@media only screen and (max-width: 845px) {
  #logo {
    width: 60%;
    height: 60%;
  }
  .icn {
    -webkit-filter: invert(1);
    filter: invert(1);
    width: 20%;
    padding: 0% 2% 0% 2%;
    margin-left: 5%;
    margin-top: 1%;
    margin-right: 5%;
    margin-bottom: 1%;
  }
  footer .small-nav {
    font-size: 75%;
  }
}

/* AUDIOPLAYER */

/* hides audio in html */
.audioplayer-song-shell {
  display: none;
}
#audioplayer-wrapper {
  display: flex;
  background-color: black;
  width: 320px;
  height: 300px;
  border-radius: 20%;
  border: 1px solid inherit;
  padding-left: 20px;
  padding-top: 30px;
  transition: width 0.6s ease-in-out;
  margin-top: 20px;
  margin-bottom: 30px;
}
#song-cover {
  background-color: white;
  width: inherit;
  border-radius: 20%;
  border: 5px solid grey;
}
#song-image {
  /* opacity: 0.6; */
  width: 130px;
  /* border-radius: 20%; */
}
#audioplayer-list {
  color: white;
  overflow: hidden;
  overflow-y: scroll;
  height: 230px;
  width: 150px;
}
#audioplayer-list ul {
  list-style-type: none;
  font-size: 60%;
}
#audioplayer {
  width: 130px;
  height: 130px;
  /* background-color: black; */
}
.tracklist {
  cursor: pointer;
  border: 2px solid black;
  border-radius: 20%;
}
.tracklist:hover {
  background-color: #111111;
  color: #efefef;
  border-radius: 20%;
}
.tracklist:active {
  background-color: #111111;
  color: white;
  border-radius: 10%;
}
.audioplayer-buttons-wrapper {
  background-color: black;
  /* border-radius: 5%; */
  height: 100px;
  width: 130px;
  padding-top: 7px;
}
.audioplayer-button {
  width: 35px;
  cursor: pointer;
  background-color: silver;
}
.audioplayer-buttons {
  padding-top: 10px;
}
.audioplayer:hover {
  filter:invert(0.1);
}
#previous-song:active, #play-pause:active, #next-song:active {
  filter:invert(1);
}
::-webkit-scrollbar {
  width: 0px;
}
/* highlighting the "(click on the ROUGH button or here to switch between versions)"-text above audio player */
.roughbtnext {
  color: grey;
  font-size: 60%;
}
.roughbtnext:hover {
  color: red;
  cursor: pointer;
}
.apinfo {
  display: none;
  color: #bababa;
  line-height: 340%;
  /* font-size: 90%; */
  border-radius: 20px;
  border: 2px solid #232323;
  font-size: 80%;
}

/* BLACK TO GREY COLOR SWITCH: #333233 */
