
/* DatJocab.de personal landing page
100% Handmade by DatJocab.de */



/* Just general stuff */

body {
  font-family: 'Lato';
  font-size: 2.3vh;
  line-height: 3.5vh;
  text-shadow: 1px 1px 1px #222;
  background: linear-gradient(to left bottom, #f1f3ff, #e2e8ff, #d3dcff, #c3d1ff, #b3c6ff, #a3bbff, #91b0fe, #7da6fe, #669bfd, #4a91fd, #5981f6, #7a7aee, #9274e4, #a66dda, #b567ce, #c261c1, #cc5cb4, #d458a6, #d95598, #dc548b);
background-size: 200% 200%;;
  overflow-x: hidden;
  overflow-y: hidden; 
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255,0,0,0.7);
	}
	
	70% {
		box-shadow: 0 0 0 1vh rgba(255,0,0,0);
	}
	
	100% {
		box-shadow: 0 0 0 0 rgba(255,0,0,0);
}
}



/* Text */

.infotext {
  margin-left: 6vw;
  padding-left: 4vw;
  padding-right: 2.65vw;
  padding-top: 2.65vw;
  padding-bottom: 3vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.3);
  border-radius: 0.75vw;
  color: #fff;
  width: 55vw;
}

@media only screen and (max-width: 120em) {
.infotext {
  margin-left: 4vw;
}
}

@media only screen and (max-width: 90em) {
.infotext {
  width: 87vw;
  margin-left: 3vw;
}
}

H2.IAM {
  margin-bottom: -3.75vh;
}

SPAN.IAM {
  display: block;
  margin-left: 10vh;
}

DIV.mail-encrypt {
  font-size: 1.5vh;
  line-height: 2vh;
  color: #D9D9D9;
}

.fontello {
  font-family: 'Fontello';
}

::selection {
  background-color: #1C2023;
}



/* Bunnychan */

DIV.bunnychan {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

IMG.bunnychan_picture {
  height: 105%;
  margin-left: 65vw;
  margin-top: -3vh;
  -webkit-filter: drop-shadow(2px 2px 4px #222);
  filter: drop-shadow(2px 2px 4px #222);
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-animation: bunnychan_idle 2s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
  animation: bunnychan_idle  2s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
}

@media only screen and (max-width: 90em) {
IMG.bunnychan_picture {
  display: none;
}
}

@-webkit-keyframes bunnychan_idle {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(min(20 * 1px, calc( 		100vw * 20 / (1120 + 40 * 2) 	)));
    transform: translateY(min(20 * 1px, calc( 		100vw * 20 / (1120 + 40 * 2) 	)));
  }
}

@keyframes bunnychan_idle {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(min(20 * 1px, calc( 		100vw * 20 / (1120 + 40 * 2) 	)));
    transform: translateY(min(20 * 1px, calc( 		100vw * 20 / (1120 + 40 * 2) 	)));
  }
}

IMG.mobileicon {
  display: none;
  -webkit-animation: bunnychan_idle 2s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
  animation: bunnychan_idle  2s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
}



/* Links */

A {
  color: yellow;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

A:hover {
  text-decoration: underline;
  cursor: pointer;
}

BUTTON {
  background: none;
  border: none;
  padding: 0;
  color: yellow;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  font-family: 'Lato';
  font-size: inherit;
  line-height: 3.4vh;
  text-shadow: 1px 1px 1px #222;
}

BUTTON:hover {
  text-decoration: underline;
  cursor: pointer;
}

NAV.topright {
  float: right;
  margin-right: 1.9vw;
  margin-top: -6.4vh;
}



/* Social Media Icons */

.socials-table {
  margin-top: 5vh;
}

.socials-table-desktop {
  display: block;
  padding-top: 2.5vh;
}

.socials-table-mobile {
  display: none;
}

.socials-data {
  padding-right: 3vw;
}

@media only screen and (max-width: 90em) {
.socials-data  {
  padding-right: 4.6vw;
}
}

IMG.icon {
  transition: 0.20s;
  height: 5vw;
  width: 5vw;
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-filter: drop-shadow(1px 1px 1px #222);
  filter: drop-shadow(1px 1px 1px #222);
}

@media only screen and (max-width: 90em) {
IMG.icon {
  height: 8vw;
  width: 8vw;
}
}

IMG.icon:hover {
  transition: 0.20s;
  transform: scale(1.1);
  cursor: pointer;
  -webkit-filter: drop-shadow(3px 3px 3px #222);
  filter: drop-shadow(3px 3px 3px #222);
}

span.live {
  pointer-events: none;
  user-drag: none; 
  user-select: none;
  moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  text-shadow: none;
  z-index: 1;
  position: absolute;
  font-size: 1.5vh;
  border-radius: 0.5vh;
  background-color: #ff0000;
  margin-top: -9.5vh;
  margin-left: -1.4vh;
  padding-left: 1vh;
  padding-right: 1vh;
  line-height: 2.5vh;
  animation: fadeIn 3s, pulse 2s infinite;
}

@media only screen and (max-width: 120em) {
span.live {
  transform: scale(0.80);
  margin-top: -7.5vh;
  margin-left: -2vh;
}
}

@media only screen and (max-width: 90em) {
span.live {
  transform: scale(1.00);
  margin-top: -8.7vh;
}
}



/* hCaptcha */

FORM.captchabuttonh { display: none; transition: 0.20s;}
FORM.captchabuttonv { display: initial; transition: 0.20s;}

DIV.h-captcha {
    transform: scale(2.00);
    transform-origin:0 0;
    padding-bottom: 4vw;
}



/* reCaptcha (retired) */

DIV.g-recaptcha {
    transform: scale(2.00);
    transform-origin:0 0;
    padding-bottom: 4vw;
}



/* Print Blocker */

DIV.print {
  display:none !important;
  visibility:hidden !important; 
}

@media only print {
DIV {
  display:none !important;
  visibility:hidden !important;
}

DIV.print {
  display: block !important;
  visibility: visible !important; 
  font-family: 'Lato';
  font-size: 20px;
  line-height: 1.5;
  text-shadow: none;
  text-align: center;
  overflow-x: hidden;
  overflow-y: hidden; 
  margin-top: 50%;
}
}