h1, h2, h3, h4, h5, h6, button, #quotes div.carousel-inner {
  font-family: 'Indie Flower', cursive;
  color: black;
}

h1 {
  font-size: 40pt;
}

h3.message-response-positive, p.message-response-positive a {
  color: #0acbb6 !important;
}

h3.message-response-negative, p.message-response-negative a {
  color: #f84040 !important;
}

h2 {
  font-size: 30pt;
}

h3 {
  font-size: 20pt;
}

p, textarea, a, figcaption, label, div.form-group input {
  font-family: 'Roboto', sans-serif;
  font-size: 16pt;
}

p.footer-nav, p.footer-nav a {
  font-family: 'Roboto', sans-serif;
  font-size: 12pt;
}

div.datenschutz p {
  font-family: 'Roboto', sans-serif;
  font-size: 14pt;
}

a {
  color: black;
}

.datenschutz, .datenschutz a {
  font-family: 'Roboto', sans-serif;
  color: gray;
  font-size: 10pt;
}

div.bg-chess {
  background-image: url("../images/chess.png");
  background-repeat: repeat;
  padding: 0px;
}

div.bg-chess h1, div.bg-chess p {
  color: black;
}

div.impressum {
  padding: 30px 0px 20px 0px;
}

div.message-form {
  padding: 30px 10% 50px 10%;
}

div.message-form input, div.message-form textarea {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0acbb6;
}

div.message-form input {
  height: 55px;
}

div.message-form .message-area {
  width: 100%;
  height: 150px;
  padding: 12px;
  resize: none;
}

.card {
  background-color: rgba(234, 226, 73, 0.3);
  border: 2px solid black;
  border-radius: 10px;
  padding: 50px;
}

.form-control:focus, div.message-form textarea:focus {
  border-color: #46ca7c;
  box-shadow: inset 0 1px 1px #46ca7c, 0 0 8px #46ca7c;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
}

.hspace {
  margin-bottom: 50px;
}

.pic-padding {
  padding: 35px;
}

.col-padding {
  padding: 50px;
}

div.sticky-btn {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 10px 0px 0px 10px;
  z-index: 9999;
}

button.btn {
  font-size: 18pt;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
}
.carousel-indicators li {
    border-color: #f4511e;
}
.carousel-indicators li.active {
    background-color: #f4511e;
}

.bg-mosaik {
  background-image: url("../images/mosaik_smartphone.png");
  background-size: 100% 100%;
}

a.contact button.btn {
  margin: 40px;
}

.btn {
  background-color: #0acbb6;
}

.btn-businesscard {
  background-color: #eae249;
}

#quotes {
  height: 250px;
}

#quotes div.carousel-inner div.item {
  height: 250px;
  line-height: 250px;
  text-align: center;
}

#quotes div.carousel-inner div.item span {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

#quotes div.carousel-inner div.item p {
  font-family: 'Indie Flower', cursive;
  color: black;
  font-size: 18px;
}

#quotes div.carousel-inner div.item span span p {
  font-family: 'Roboto', sans-serif;
  font-size: 8pt;
}

.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: visible;
}

#footer {
  width: 100%;
  height: 100%;
  padding: 50px 20px;
}
.logo-header {
  width: 200px;
}
.logo-footer {
  width: 100px;
}

.foto-header {
  width: 90%;
  height: 90%;
}


@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

@media(min-width:576px) {
  #quotes div.carousel-inner div.item p {
    font-family: 'Indie Flower', cursive;
    color: black;
    font-size: 24px;
  }

  #quotes div.carousel-inner div.item span span p {
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
  }
}

@media(min-width:992px) {
  #quotes div.carousel-inner div.item p {
    font-family: 'Indie Flower', cursive;
    color: black;
    font-size: 32px;
  }

  #quotes div.carousel-inner div.item span span p {
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
  }

  .bg-mosaik {
    background-image: url("../images/mosaik.png");
    background-size: 100% 100%;
  }

  div.message-form {
    padding: 30px 20% 50px 20%;
  }

}
