@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

@font-face {
  font-family: "Saira";
  src: url("fonts/SairaExtraCondensed-Black.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Regular.ttf");
}
/* ALLGEMEIN */
#modal {
  display: none;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
#modal.visible {
  display: block;
}

#datenschutz {
  text-decoration: none;
  text-align: center;
  color: #000;
  margin: 20px auto;
  display: block;
}
#datenschutz::after {
  content: "∨";
  margin-left: 5px;
}
#datenschutz.visible::after {
  content: "∧";
  margin-left: 5px;
}

.badge {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.16);
  padding: 10px 5px;
  display: grid;
  grid-template-columns: 1fr 4fr;
  border-radius: 15px 0 0 0;
  font-weight: 700;
  z-index: 100000;
  color: #000;
  text-decoration: none;
}
.badge img {
  border-radius: 50%;
  margin: 0 2px;
}
.badge div {
  align-self: center;
  font-family: Avenir, Helvetica, Arial, sans-serif !important;
  margin-left: 5px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.allthingsvertical {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
html, body, * {
  box-sizing: border-box;
}

html {
  margin-top: 0px !important;
}

* {
  font-family: "Barlow";
  font-weight: 400;
  position: relative;
}

.center {
  margin: 0 auto;
  display: block;
}

body {
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  text-align: center;
}
header h1 {
  font-weight: 500;
  font-family: "Saira", sans-serif;
  background-color: black;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  font-size: 4rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 100px;
  padding: 0px 30px;
  margin: 50px auto;
}
header nav {
  text-align: right;
  list-style-type: none;
  float: right;
}
header nav li {
  display: inline-block;
  margin: 0 10px;
}
header nav a {
  font-size: 1.2rem;
  padding: 20px;
}
header nav a:hover {
  background-color: #000000;
  color: #FFF;
}

section.outer {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
section.outer::after {
  clear: both;
  content: "";
  display: block;
}

.main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

h2 {
  font-family: "Barlow";
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 800;
  color: #c80000;
}

h3 {
  color: #333333;
  font-size: 1.5rem;
  margin-top: 1rem;
}

#imgfile {
  display: inline-block;
  color: #333333;
  padding: 1rem;
  text-decoration: none;
  margin-bottom: 20px;
  background-color: #EEE;
}

#btn-download, #show-image, button {
  display: inline-block;
  background-color: #000000;
  font-family: "Saira", sans-serif;
  color: #FFFFFF;
  padding: 0.2rem 1.5rem;
  font-size: 1.8rem;
  text-decoration: none;
}

#twitter, #facebook, #share {
  border: none;
}
#twitter img, #facebook img, #share img {
  width: 20px;
}

#facebook {
  background-color: #3b5998;
  display: none;
}

#twitter {
  background-color: #00aced;
  display: none;
}

#share {
  background-color: #c80000;
}

.sharable #twitter, .sharable #facebook {
  display: inline-block;
}
.sharable #share {
  display: none;
}
.sharable .note {
  display: block;
}

canvas {
  margin-bottom: 10px;
  width: 100%;
  position: sticky;
}

.canvas-container {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 57.3509783236%;
}
.canvas-container:last-child {
  margin-right: 0;
}

.input-container {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
  text-align: left;
}
.input-container:last-child {
  margin-right: 0;
}

.infos {
  text-align: center;
}
.infos h2 {
  color: #c80000;
  margin-top: 40px;
  margin-bottom: 20px;
}
.infos p {
  color: #333333;
  font-family: "Barlow";
  font-weight: 100;
  font-size: 1.2rem;
  margin-left: auto;
  margin-right: auto;
}
.infos a {
  border: 3px #c80000 solid;
  padding: 10px;
  color: #c80000;
  font-size: 1.5rem;
  text-decoration: none;
}
.infos a:hover {
  background-color: #c80000;
  color: #FFF;
}
.infos .link-container {
  display: inline-block;
}
.infos .link-container p {
  color: #c80000;
  font-weight: 600;
  font-size: 1.2rem;
}

.generator {
  margin-top: 80px;
  margin-bottom: 100px;
}

footer {
  border-top: 5px #000000 solid;
}
footer ul {
  list-style-type: none;
  text-align: center;
}
footer li {
  display: inline-block;
}
footer a {
  color: #000000;
  text-decoration: none;
  margin: 0 8px;
}
footer a:hover {
  color: #c80000;
}

.note {
  color: #AAA;
  display: none;
}
.note.visible {
  display: block;
}

@media only screen and (max-width: 700px) {
  header h1 {
    font-size: 3rem !important;
  }
}
@media only screen and (max-width: 1000px) {
  .infos > * {
    width: 100% !important;
  }

  .generator > * {
    width: 100%;
  }

  .link-container {
    padding-top: 0px !important;
  }

  header nav {
    display: none;
  }

  #canvas {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.background-select {
  width: 110px;
  height: 80px;
  object-fit: contain;
}

.background-select:hover {
  cursor: pointer;
}

.footer-container {
  padding: 0 10px;
}

@media only screen and (min-width: 700px) {
  .footer-container {
    display: flex;
    gap: 40px;
  }

  .footer-container > div {
    width: 50%;
  }
}

/*# sourceMappingURL=style.min.css.map */
