@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
body {
  background: #303036;
  text-align: center;
  text-rendering: auto;
  font-size: 30px;
  line-height: 1.6em;
  height: 100vh;
  overflow: hidden;
  padding: 18%;
  padding-top: 25vh;

}
* {
  box-sizing: border-box;
}
header {
	text-align: center;
	width: auto;
	height: auto;
  text-rendering:  auto;
	background-size: cover;
	background-attachment: fixed;
	position: relative;

}
header .overlay{
	width: 100%;
	height: 100%;
	padding: 0px;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
}

#titel {
  font-family: 'Dancing Script', cursive ;
  font-size: 50px;
	margin-bottom: 31px;
  margin-top: -140px;


}

.button {
  display: inline-block;
  font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 0.8em 1.4em;
  padding-right: 4.7em;
  background: #009ed8;
  border: none;
  color: white;
  transition: 0.2s;


}
.button:before,
.button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 3.8em;
  content: "\00a0";

  font-family: "FontAwesome", sans-serif;
  font-size: 1.2em;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
}
.button:before {
  background: rgba(0, 0, 0, 0.1);
}
.button:hover {
  background: #0079a5;
}
.button:active,
.button:focus {
  background: #002e3f;
  outline: none;
}
.button {
  min-width: 16em;
  min-height: 4em;
}
.pihole {
  -webkit-filter: brightness(100%);
  background-color: #009DE8;


}
.pihole:hover {
  background-color: #009de8;
  background-image: url("img/piholelogo.svg"), url("img/piholelogo.svg");
  background-position: 9%, 64%;
  background-repeat: no-repeat;
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;

}
.pihole:active,
.pihole:focus {
  background-color: #009de8;
  background-image: url("img/piholelogo.svg"), url("img/piholelogo.svg");
  background-position: 9%, 64%;
  background-repeat: no-repeat;
  -webkit-filter: brightness(10%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.pihole:after {
  content: "\F054";
  padding-top: 9%;

}
.pihole:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}
.filemanager {
  -webkit-filter: brightness(100%);
  background: #139675;
}
.filemanager:hover {
  background-color: #139675;
  background-image: url("img/h3k.svg"), url("img/folder.svg");
  background-position: 3% 70%, 1% ;
  background-repeat: no-repeat;
  -webkit-filter: brightness(130%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.filemanager:active,
.filemanager:focus {
  background-color: #139675;
  background-image: url("img/h3k.svg"), url("img/folder.svg");
  background-position: 3% 70%, 1% ;
  background-repeat: no-repeat;
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.filemanager:after {
  content: "\F054";
  padding-top: 9%;
}
.filemanager:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}
.fritz {
  -webkit-filter: brightness(100%);
  background: #ff0025;
}
.fritz:hover {
  background-color: #006EC0;
  background-image: url("img/fritzLogo.svg");
  background-position: 6%;
  background-repeat: no-repeat;
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.fritz:active,
.fritz:focus {
  background-color: #006EC0;
  background-image: url("img/fritzLogo.svg");
  background-position: 6%;
  background-repeat: no-repeat;
  -webkit-filter: brightness(10%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.fritz:after {
  content: "\F054";
  padding-top: 9%;
}
.fritz:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}

.ssh {
  background: #c673b3;
}
.ssh:hover {
  background: #b74f9f;
}
.ssh:active,
.ssh:focus {
  background: #963d82;
}
.ssh:after {
  content: "\F054";
  padding-top: 9%;
}
.ssh:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}
.arrow {
  background: #ff0025;
}
.arrow:hover {
  background: #000000;
}
.arrow:active,
.arrow:focus {
  background: #b90c01;
}
.arrow:after {
  content: "\F054";
  padding-top: 9%;
}
.arrow:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}
.phone {
  background: #139675;
}
.phone:hover {
  background: #0d6952;
}
.phone:active,
.phone:focus {
  background: #083b2e;
}
.phone:after {
  content: "\F095";
}
.phone:hover:after {
  -webkit-animation: wiggle 0.05s alternate ease infinite;
  animation: wiggle 0.05s alternate ease infinite;
}

.search:after {
  content: "\f002";
}
.search:hover:after {
  -webkit-animation: none;
  -webkit-transform: scale(1.4);
  animation: none;
  transform: scale(1.4);
}
@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}
@-webkit-keyframes wiggle {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(30deg);
  }
}
@keyframes bounceright {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(3px);
  }
}
@keyframes wiggle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(30deg);
  }
}
