@font-face {
	font-family: "Open Sans";
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans-Italic[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: italic;
}

 html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
	font-size: 100%;
  line-height: 1.5;
  color: #18181A;
  text-decoration: none;
  word-spacing: normal;
  background-color: #f1f1f1;
  -webkit-print-color-adjust:exact;
}
.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 1.3rem auto;
  background-color: #FFF;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.875rem;
}
a {
  color: #327CC5;
  text-decoration: none;
}
p {
	padding-bottom: 1.25rem;
  text-align: justify;
}
strong{
  font-weight: 700;
}
h1 {
  margin: 0 0 1.5rem;
  padding: 1rem 1.5rem;
  font-size: 1.8em;
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
  background: #327CC5;
  color: #FFF;
  box-shadow: -0.1rem 0.1rem 1rem #999;
}
h1 span{
  font-size: 0.8em;
}
h2 {
  font-size: 1.25em;
  line-height: 1.3;
  color: #327CC5;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

ul {
  padding: 0rem 0rem 1.25rem 0.25rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 1rem;
}

li::before {
  content: "•";
  display: inline-block;
  font-size: 1.5em;
  position: relative;
  float: left;
  top: -0.3rem;
  margin-left: -1rem;
} 
img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}
a:hover {
  color: #327CC5;
  text-decoration: underline;
}
.flex{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow:row wrap;
  text-align: left;
}
.left {
  width: 48%;
}
.right {
  width: 48%;
}


.header {
  position: relative;
  padding:0rem;
}
.logo{
  padding: 1.25rem 1rem;
  position: relative;
}

.logo img{
  width: 35%;
}


.logo span img{
  position: absolute;
  right: 1rem;
  bottom: 1.25rem;
}

.content {
  padding: 1.25rem 1.5rem 0;
}

.footer {
  padding:0rem 1.5rem;
  background: #CECECE;
  color: #444;
}
.footer p{
  text-align: left;
}
.box{
  padding: 1.25rem 0;
}
.map{
  position: relative;
  margin-right: -1.5rem;
  padding: 12rem 0 0;
  width: 51%;
}
.map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-wrap {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
}

.slideshow-4-bilder {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.slideshow-4-bilder li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    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(1) span {}

.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;
}
.refnr {}

.apply {}
