/* Cascading Style Sheet for "https://shop.schmucki-ict.[com|swiss]"
   Author: Marco Schmucki, Schmucki ICT
*/


/* Webshop */
body {
  background-color: #7d6100;
  text-align: center;
}

.CloudCUBE_webshop_interface {
  height: 100vh;
  width: 100%;
  position: fixed !important;
  top: 10%;
}

.CloudCUBE_webshop_background {
  height: 100vh;
  width: 100%;
  background-color: #7d6100;
  background-image: url("images/CloudCUBE_webshop_background.gif");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 800px;
  overflow: visible;
  position: fixed !important;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

h1 {
  font-family: Arial;
  font-size: 14pt; 
  color: #fffad3;
  -webkit-text-stroke-width: 0.75px;
  -webkit-text-stroke-color: black;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

mark {
  background-color: #fffff1;
  color: black;
  font-size: 10pt;
  font-family: Arial;
  text-decoration: none;
}

a.contact_link:link {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #7d6100;
  text-shadow: 1px 1px #ffde82;
  text-decoration: none;
}

a.contact_link:visited {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #7d6100;
  text-shadow: 1px 1px #ffde82;
  text-decoration: none;
}

a.contact_link:hover {
  font-family: Arial;
  font-size: 10pt;
  color: #7d6100;
  text-shadow: 1px 1px #ffde82;
  text-decoration: none;
}

a.contact_link:active {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #7d6100;
  text-shadow: 1px 1px #ffde82;
  text-decoration: none;
}

/* Disclosure */
body.disclosure {
  background-color: black;
  color: #00ff41;
  font-size: 8pt;
  font-family: Courier;
  text-decoration: none;
  padding: 8px;
}

.d_fetch_waiting {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  margin-left:-50px;
  margin-top:-50px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none ;
}

.d_dynamic_center {
  height: 100vh;
  width: 100%;
  bottom: 0;
  position: fixed !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  border: none;
}

.d_dynamic_center a {
  background-color: #7d6100;
  font-family: Arial;
  font-size: 8pt;
  color: #ffde82;
  text-decoration: none;
}

.d_dynamic_center a:visited {
  background-color: #7d6100;
  font-family: Arial;
  font-size: 8pt;
  color: #ffde82;
  text-decoration: none;
}

.d_dynamic_center a:hover {
  background-color: #7d6100;
  font-family: Arial;
  font-size: 8pt;
  color: #ffde82;
  text-decoration: none;
}

.d_dynamic_center a:active {
  background-color: #7d6100;
  font-family: Arial;
  font-size: 8pt;
  color: #ffde82;
  text-decoration: none;
}
