@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.3em;
  background: url('bg.jpg') no-repeat top;
  background-size: contain;
  background-attachment: fixed;
  font-size: 1em;
  line-height: 1.4em;
}

#wrapper {
  position: relative;
  max-width: 740px;
  margin: 1.5rem auto;
  border: solid 0px #000;
  overflow: hidden;
  padding: 0rem;
  background: #FFF;
  box-shadow: 0px 2px 46px -10px rgba(241, 102, 9, 0.75);
}

a {
  color: #000;
  text-decoration: none;
}

p {
  padding-bottom: 1.25rem;
}

h1 {
  margin: 0rem 0rem 1.25rem;
  font-size: 1.692em;
  color: #0072B1;
  line-height: 1.1em;
}

h1 a, h2 a {
  color: #0072B1;
}

h1 a:hover, h2 a:hover {
  text-decoration: none;
}

h1 span {
  font-size: 0.7em;
}

h2 {
  font-size: 1.2em;
  line-height: 1.2em;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #0072B1;
  transition: 0.3s;
}

h3 {
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: 0;
}

ul {
  padding: 0px 0px 20px 0px;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 13px;
  line-height: 1.6em;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.000em;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -13px;
}

/* Hebt Float left/right auf */

/* Ende Standard */

/* Header */
header {
  padding: 0rem;
}

header aside {
  padding: 1.25rem 2.2rem;
}

header aside span:first-of-type {
  display: inline-block;
  float: left;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}

header aside span:hover {
  transform: scale(1.2);
}

header aside span:last-of-type {
  float: right;
  padding-top: 46px;
  width: 120px;
}

header section {
  float: left;
  width: 100%;
  position: relative;
}

.slide-wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.slide-wrap img {
  display: block;
}

#sliderSizeImage {
  opacity: 0;
  width: 100%;
}

.slide {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slide span {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  backface-visibility: hidden;
  animation: image 18s linear infinite;
}

.slide img {
  width: 100%;
}

@-webkit-keyframes image {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }

  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }

  25% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }

}

@keyframes image {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }

  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }

  25% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }

}

.slide span:nth-child(1) {
}

.slide span:nth-child(2) {
  animation-delay: 6s;
}

.slide span:nth-child(3) {
  animation-delay: 12s;
}

/* Ende Header */

/* Article */
article {
  padding: 1.25rem 2.2rem 0;
}

article section {
  margin: 0 -2.2rem 1.25rem;
  padding: 1.25rem 2.2rem;
  background: #F2F2F2;
}

article aside {
  margin: 0 -2.2rem 1.25rem;
  padding: 1.25rem 2.2rem 0;
  background: #F2F2F2;
}

article aside:last-of-type {
  padding-bottom: 1.75rem;
  margin-bottom: 0;
}

article aside:last-of-type span {
  display: block;
  text-align: center;
}

article aside:last-of-type span a {
  display: inline-block;
  padding: 0.625rem 1.8rem;
  border: 1px solid black;
  border-radius: 5px;
  font-size: 1.1em;
  background: #FFF;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}

article aside:last-of-type span a:hover {
  text-decoration: none;
  display: inline-block;
  background-color: black;
  color: #f16609;
  box-shadow: 0px 10px 32px -15px rgba(0, 0, 0, 1);
  transform: translateY(-3px);
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem;
  background: #000000;
  color: #FFF;
}

footer a {
  color: #FFF;
}

footer a:hover {
  color: #f16609;
}

footer section {
  padding: 1.25rem 2.2rem;
}

footer section aside {
  float: left;
  width: 300px;
}

footer section aside iframe {
  width: 100%;
  height: 225px;
}

footer section aside:last-of-type {
  float: right;
  width: 200px;
}

footer section aside:last-of-type>img:last-of-type {
  height: 88px;
}

/* Ende Footer */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

a:hover {
  text-decoration: underline;
}

i {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* Responsive */
@media only screen and (max-width:740px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }

  body {
    font-size: 0.875em;
  }

  p {
    text-align: left;
  }

  i br {
    display: none;
  }

  header aside {
    padding: 1rem;
  }

  article {
    padding: 1rem 1rem 0;
  }

  footer section {
    padding: 1rem;
  }

}

@media only screen and (max-width:575px) {
  ul {
    line-height: 1.3;
  }

  footer section aside {
    float: none !important;
    width: 100% !important;
    margin-bottom: 1rem;
  }

  footer section:nth-of-type(3) aside:last-of-type {
    margin-top: 1rem;
  }

}

@media only screen and (max-width:420px) {
  header aside span:first-of-type img {
    height: 75px;
  }

  header aside span:last-of-type img {
    height: 45px;
  }

}

/* Ende Responsive */

/* Tin developer */
