body {
    background-color: black;
    color: white;
    text-align: center;
    height: 100%;
}

a {
    color: white;
}

i {
  font-size: 25pt;
}

.find-me i {
  display: block;
  color: white;
}

.find-me a {
  display: inline-block;
  text-decoration: none;
  color: black;
  width: 95px;
}

.find-me a:hover {
  color: white;
}

.imprint{
    bottom: 15px;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

p.impressum {
    text-align: left;
}

input[type=checkbox].small {
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #2a3a4b;
  margin: 0px;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkbox-container:hover input[type=checkbox].small:not(:checked):after,
input[type=checkbox].small:hover:not(:checked):after {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
input[type=checkbox].small:checked:before {
  background: white;
}
input[type=checkbox].small:checked:after {
  border-color: #2a3a4b;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
input[type=checkbox].small:before,
input[type=checkbox].small:after {
  position: absolute;
  display: block;
  content: '';
}
input[type=checkbox].small:before {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 2px;
}
input[type=checkbox].small:after {
  width: 6px;
  height: 3px;
  left: 3.375px;
  top: 3.7875px;
  border-left: 3px solid #2a3a4b;
  border-bottom: 3px solid #2a3a4b;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
input[type=checkbox].small.extra {
  position: relative;
  width: 12px;
  height: 12px;
  border: 1px solid #2a3a4b;
  margin: 0px;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkbox-container:hover input[type=checkbox].small.extra:not(:checked):after,
input[type=checkbox].small.extra:hover:not(:checked):after {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
input[type=checkbox].small.extra:checked:before {
  background: white;
}
input[type=checkbox].small.extra:checked:after {
  border-color: #2a3a4b;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
input[type=checkbox].small.extra:before,
input[type=checkbox].small.extra:after {
  position: absolute;
  display: block;
  content: '';
}
input[type=checkbox].small.extra:before {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 2px;
}
input[type=checkbox].small.extra:after {
  width: 4.8px;
  height: 2.4px;
  left: 2.7px;
  top: 3.03px;
  border-left: 2.4px solid #2a3a4b;
  border-bottom: 2.4px solid #2a3a4b;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
input[type=checkbox],
input[type=checkbox].medium {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid #2a3a4b;
  margin: 0px;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkbox-container:hover input[type=checkbox]:not(:checked):after,
.checkbox-container:hover input[type=checkbox].medium:not(:checked):after,
input[type=checkbox]:hover:not(:checked):after,
input[type=checkbox].medium:hover:not(:checked):after {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
input[type=checkbox]:checked:before,
input[type=checkbox].medium:checked:before {
  background: white;
}
input[type=checkbox]:checked:after,
input[type=checkbox].medium:checked:after {
  border-color: #2a3a4b;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
input[type=checkbox]:before,
input[type=checkbox].medium:before,
input[type=checkbox]:after,
input[type=checkbox].medium:after {
  position: absolute;
  display: block;
  content: '';
}
input[type=checkbox]:before,
input[type=checkbox].medium:before {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 2px;
}
input[type=checkbox]:after,
input[type=checkbox].medium:after {
  width: 10px;
  height: 5px;
  left: 5.625px;
  top: 6.3125px;
  border-left: 5px solid #2a3a4b;
  border-bottom: 5px solid #2a3a4b;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
input[type=checkbox].large {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #2a3a4b;
  margin: 0px;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkbox-container:hover input[type=checkbox].large:not(:checked):after,
input[type=checkbox].large:hover:not(:checked):after {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
input[type=checkbox].large:checked:before {
  background: white;
}
input[type=checkbox].large:checked:after {
  border-color: #2a3a4b;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
input[type=checkbox].large:before,
input[type=checkbox].large:after {
  position: absolute;
  display: block;
  content: '';
}
input[type=checkbox].large:before {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 2px;
}
input[type=checkbox].large:after {
  width: 16px;
  height: 8px;
  left: 9px;
  top: 10.1px;
  border-left: 8px solid #2a3a4b;
  border-bottom: 8px solid #2a3a4b;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
input[type=checkbox].large.extra {
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid #2a3a4b;
  margin: 0px;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkbox-container:hover input[type=checkbox].large.extra:not(:checked):after,
input[type=checkbox].large.extra:hover:not(:checked):after {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
input[type=checkbox].large.extra:checked:before {
  background: white;
}
input[type=checkbox].large.extra:checked:after {
  border-color: #2a3a4b;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
input[type=checkbox].large.extra:before,
input[type=checkbox].large.extra:after {
  position: absolute;
  display: block;
  content: '';
}
input[type=checkbox].large.extra:before {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 2px;
}
input[type=checkbox].large.extra:after {
  width: 24px;
  height: 12px;
  left: 13.5px;
  top: 15.15px;
  border-left: 12px solid #2a3a4b;
  border-bottom: 12px solid #2a3a4b;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

input[type=checkbox].large.inverted,
input[type=checkbox].large.inverted {
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid #2a3a4b;
  margin: 0px;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkbox-container:hover input[type=checkbox].large.inverted:not(:checked):after,
.checkbox-container:hover input[type=checkbox].large.inverted:not(:checked):after,
input[type=checkbox].large.inverted:hover:not(:checked):after,
input[type=checkbox].large.inverted:hover:not(:checked):after {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
input[type=checkbox].large.inverted:checked:before {
input[type=checkbox].large.inverted:checked:before,
  background: #2a3a4b;
}
 input[type=checkbox].large.inverted:checked:after,
 input[type=checkbox].large.inverted:checked:after {
  border-color: white;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
input[type=checkbox].large.inverted:before,
input[type=checkbox].large.inverted:before,
input[type=checkbox].large.inverted:after,
input[type=checkbox].large.inverted:after {
  position: absolute;
  display: block;
  content: '';
}
input[type=checkbox].large.inverted:before,
input[type=checkbox].large.inverted:before {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 2px;
}
input[type=checkbox].large.inverted:after,
input[type=checkbox].large.inverted:after {
  width: 24px;
  height: 12px;
  left: 13.5px;
  top: 15.15px;
  border-left: 12px solid #2a3a4b;
  border-bottom: 12px solid #2a3a4b;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.checkbox-container,
.checkbox-container {
  margin-top: 10px;
}
.checkbox-container span,
.checkbox-container span {
  color: white;
  vertical-align: super;
  margin-left: 10px;
}
.checkbox-container span:hover,
.checkbox-container span:hover {
  color: defaultColor;
}
