@import url(/fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
#logo {
padding: 3%;
text-align: center;
}
#logo img {
width: 120px;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
  font-weight: 400;
  word-spacing: normal;
  background-color: #f1f1f1;
  -webkit-print-color-adjust: exact
}
i {
color: #565656;
font-size: 25px;
}

p {
  padding-bottom: 1rem
}
h1 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0 0rem 2rem;
  color: #e80032;
  text-align: center
}
h2 {
  font-size: .875rem;
  line-height: 1.3;
  color: #fff;
  background: #D10F00;
  margin: -1rem -.5rem .8rem;
  padding: .5rem .5rem;
  background:#e80032
}
h3 {
  margin: 0 0 .2rem;
  line-height: 1.5;
  font-size: 1rem
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle
}
a {
  color: #333;
  text-decoration: none
}
a:hover {
  text-decoration: underline
}
ul {
  padding: 0rem 0rem 1rem 0rem;
  list-style-image: url();
  list-style: none
}
li {
  padding-left: .8rem
}
li::before {
  content: "•";
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  float: left;
  top: -.1rem;
  margin-left: -.8rem;
  color: #B6192A
}
ul ul {
  padding: 0rem 0rem 1rem 1rem;
  list-style-image: url();
  list-style: none
}
ul ul li {
  padding-left: .8rem
}
ul ul li::before {
  content: "-";
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  float: left;
  top: -.1rem;
  margin-left: -.8rem;
  color: #B6192A
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0
}
.frame-outer {
  position: relative;
  padding: 0;
  width: 790px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: .02rem solid #A7A9A4;
  box-shadow: -.1rem .1rem 1rem #999;
  font-size: .813rem;
  line-height: 1.4
}
.header {
  padding: 0rem 0rem 0rem;
  text-align: center
}
.content {
  padding: 1rem 1rem 0rem
}
.big {
  font-size: 1.2rem;
  line-height: 1.3;
  padding-bottom: .5rem
}
.box {
  width: 32%;
  background: #F5F5F5;
  padding: 1rem .5rem 0rem;
  margin-bottom: 1rem;
  border: .02rem solid #F5F5F5
}
.box:hover {
  background: #fff
}
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1rem
}
.button {
  text-align: center
}
.button a {
  display: inline-block;
  background: #e80032;
  padding: .7rem 2rem;
  margin: 1rem auto;
  cursor: pointer;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
  border: .1rem solid #C73F32;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.button a:hover {
  background-position: 15px center;
  background-color: #fff;
  text-decoration: none;
  color: #e80032
}
.footer {
  padding: 1.2rem 1rem;
  background: #E0E1E1
}
.footer a:hover {
  color: #e80032
}
.footer span {
  display: inline-block;
  color: #e80032;
  margin: 0 .15rem
}
.footer a {
  display: inline-block
}
.slider-wrap {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden
}
.slideshow-3-bilder {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0
}
.slideshow-3-bilder li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image-3-bilder 18s ease-out infinite;
  animation: image-3-bilder 18s ease-out infinite
}
@keyframes image-3-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%)
  }
  3% {
    transform: translateX(0)
  }
  33.33333% {
    transform: translateX(0)
  }
  36.33333% {
    transform: translateX(-100%)
  }
  100% {
    transform: translateX(-100%);
    opacity: 1
  }
}
@-webkit-keyframes image-3-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%)
  }
  3% {
    transform: translateX(0)
  }
  33.33333% {
    transform: translateX(0)
  }
  36.33333% {
    transform: translateX(-100%)
  }
  100% {
    transform: translateX(-100%);
    opacity: 1
  }
}
.slideshow-3-bilder li {
  margin: 0;
  padding: 0;
  list-style: none
}
.slideshow-3-bilder li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s
}
.slideshow-3-bilder li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s
}
.slider-wrap ul.slideshow-3-bilder {
  margin: 0;
  padding: 0
}
.slider-wrap li::before {
  display: none
}
.slider-wrap {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden
}
.slideshow-4-bilder {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0
}
.slideshow-4-bilder li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image-4-bilder 16s linear infinite;
  animation: image-4-bilder 16s linear infinite
}
@keyframes image-4-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%)
  }
  1% {
    transform: translateX(0)
  }
  25% {
    transform: translateX(0)
  }
  26% {
    opacity: 1;
    transform: translateX(-100%)
  }
  27% {
    opacity: 0;
    transform: translateX(-100%)
  }
}
@-webkit-keyframes image-4-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%)
  }
  1% {
    transform: translateX(0)
  }
  25% {
    transform: translateX(0)
  }
  26% {
    opacity: 1;
    transform: translateX(-100%)
  }
  27% {
    opacity: 0;
    transform: translateX(-100%)
  }
}
.slideshow-4-bilder li {
  margin: 0;
  padding: 0;
  list-style: none
}
.slideshow-4-bilder li:nth-child(2) span {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}
.slideshow-4-bilder li:nth-child(3) span {
  -webkit-animation-delay: 8s;
  animation-delay: 8s
}
.slideshow-4-bilder li:nth-child(4) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s
}
ul.slideshow-4-bilder {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  border: 0
}
.slideshow-4-bilder li::before {
  display: none
}
.slider-wrap {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden
}
.slideshow-5-bilder {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0
}
.slideshow-5-bilder li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image-4-bilder 20s linear infinite;
  animation: image-4-bilder 20s linear infinite
}
@keyframes image-4-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%)
  }
  1% {
    transform: translateX(0)
  }
  25% {
    transform: translateX(0)
  }
  26% {
    opacity: 1;
    transform: translateX(-100%)
  }
  27% {
    opacity: 0;
    transform: translateX(-100%)
  }
}
@-webkit-keyframes image-4-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%)
  }
  1% {
    transform: translateX(0)
  }
  25% {
    transform: translateX(0)
  }
  26% {
    opacity: 1;
    transform: translateX(-100%)
  }
  27% {
    opacity: 0;
    transform: translateX(-100%)
  }
}
.slideshow-5-bilder li {
  margin: 0;
  padding: 0;
  list-style: none
}
.slideshow-5-bilder li:nth-child(2) span {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}
.slideshow-5-bilder li:nth-child(3) span {
  -webkit-animation-delay: 8s;
  animation-delay: 8s
}
.slideshow-5-bilder li:nth-child(4) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s
}
.slideshow-5-bilder li:nth-child(5) span {
  -webkit-animation-delay: 16s;
  animation-delay: 16s
}
ul.slideshow-5-bilder {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  border: 0
}
.slideshow-5-bilder li::before {
  display: none
}