@import url('https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&display=swap');

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

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

body {
    font-family: 'Hind', sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #002559;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background-color: #f1f1f1;
    -webkit-print-color-adjust: exact;
}

p {
    padding-bottom: 1.5rem;
}

h1 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 2rem;
}

h1 span {
    font-size: 1rem;
}

h2 {
    font-size: 1.67em;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: left;
}

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

h4 {
    margin: 0rem 0rem 0.3rem;
    line-height: 1.5;
    font-size: 1.6em;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: middle;
}

a {
    color: #002559;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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

li {
    padding-left: 0.75rem;
}

li::before {
    content: "•";
    display: inline-block;
    font-size: 0.9em;
    position: relative;
    float: left;
    top: 0rem;
    margin-left: -0.75rem;
    line-height: 1.2rem;
}

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

.frame-outer {
    position: relative;
    padding: 0;
    max-width: 770px;
    margin: 1.3rem auto;
    background-color: #FFF;
    border: 0.02rem solid #A7A9A4;
    box-shadow: -0.1rem 0.1rem 1rem #999;
    font-size: 0.83rem;
}

.header {
    padding: 0rem 0rem 3rem;
}

.logo {
    padding: 3.5rem 10% 1.5rem;
    text-align: right;
}

.logo img {
    width: 130px;
}

.content {
    padding: 0rem 10%;
    text-align: justify;
}

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
}

.left {
	width: 75%;
}

.right {
	width: 20%;
}

.word4{
    word-spacing: 4px;
}
.word1{
    word-spacing: 1px;
}
.footer {
    padding: 0rem;
    text-align: center;
}







/*--Slider editierbar--*/

.slider-wrap {
    max-width: 800px;
    width: auto;
    height: auto;
    position: relative;    
    margin: 0;
    overflow: hidden;
}

.slider-wrap img {
	display: block;
}
  
.slideshow {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.slideshow li span {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: image 18s linear infinite;
    animation: image 18s linear infinite;
}
  
@keyframes image {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    5% {
      opacity: 1;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    33% {
      opacity: 1;
    }
    38% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

@-webkit-keyframes image {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    5% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        opacity: 1;
    }
    38% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
  
.slideshow li {
    margin:0;
    padding:0;
    list-style: none;
}
.slideshow li:nth-child(1) span {}
.slideshow li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}


ul.slideshow {
    margin: 0;
    padding-left: 0;
}

.slideshow li::before {
	display: none;
}





.refnr {}

.apply {}
