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

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

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

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


p {
	padding-bottom: 1rem;
  text-align: justify;
}
strong {
  font-weight: 700;
}
h1 {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

h2 {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
h2 span {
  display: inline-block;
  font-weight: 600;
  --underline-color: #afdcd7;
  --underline-offset: -.2rem;
background-color: transparent;
box-shadow: 0 var(--underline-offset) 0 var(--underline-color) inset;
}
h3 {
  margin: 0;
  line-height: 1.5;
  font-size: 1rem;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: #1D3480;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

li {
  padding-left: 1.3rem;
}

li::before {
  content: "•";
  display: inline-block;
  font-size: 1rem;
  position: relative;
  float: left;
  top: -0.15rem;
  margin-left: -1.3rem;
} 

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.frame-outer {
  position: relative;
  padding: 0;
  max-width: 780px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.02rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
}
.header {
  padding: 0rem 0rem 0rem;
}
.logo {
  text-align: right;
  
}
.logo img {
  width: 10rem;
    padding: 1rem 4%;
}

.hundertjahrelogo img {
    width: 11rem;
    padding: 1rem 0%;
}

.hundertjahrelogo {
    text-align: left;
}

.content {
  padding: 0rem 0rem 0rem;
}
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.left, .right {
  box-shadow: 0 .2rem 1.5rem 0 rgba(0,0,0,.15);
  width: 48%;
  padding: 1rem 1rem 0rem;
}

.header .flex {
    align-items: center;
}

.header .flex .left, .header .flex .right {
    box-shadow: none;
    padding: 0;
}

.header .flex .right {
    text-align: right;
    padding: 0 2%;
}

.header .flex .left {
    text-align: left;
    padding: 0 2% 0 4%;
}

.bg2 {
    box-shadow: 0 .2rem 1.5rem 0 rgba(0,0,0,.15);
    padding: 1rem 1rem 0rem;
    margin-bottom: 1.5rem;
}
.span1 {
  --underline-color: #afdcd7;
  --underline-offset: -.5rem;
background-color: transparent;
box-shadow: 0 var(--underline-offset) 0 var(--underline-color) inset;
}
.span2 {
  --underline-color: #fabe91;
  --underline-offset: -.5rem;
background-color: transparent;
box-shadow: 0 var(--underline-offset) 0 var(--underline-color) inset;
}

.box {
  padding: 1.4rem 4% 0.5rem;
}
.footer {
  padding: 0rem 0rem 0rem;
}
.footer .flex {
  padding: 1.5rem 4% 1rem;
  font-size: 0.875rem;
}
.div {
  padding-top: 1rem;
}
.img  {
  box-shadow: 0.35rem 0.35rem 0.7rem 0rem #B9B9B8;
  border-radius: 50%;
  width: 40%;
  float: left;
  margin-right: 1.5rem;
}
.img2 img {
  height: 5rem;
}
.img3 {
  text-align: right;
  padding-top: 1rem;
}
.last {
  background: #1D3480;
  color: #fff;
  text-align: center;
  padding: 1rem;
}
.last span {
  display: inline-block;
  margin: 0 0.4rem;
}
.last a {
  color: #fff;
}

.button a {
  display: inline-block;
  background: #00AA82;
  padding: 0.6rem 2rem;
  margin: 1rem auto;
  cursor: pointer;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
  border: 0.1rem solid #00AA82;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
}
.button a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #00AA82;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* slideshow-3-bilder */ 
.slider-wrap {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
position: fixed;
}
.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(1) span {}

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

/* end slideshow-3-bilder */ 

/* slideshow-4-bilder */ 
.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;
}

/* end slideshow-4-bilder */ 






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

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

.slideshow_einblenden_3 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_einblenden_3 li {
    margin:0;
    padding:0;
    list-style: none;
}
.slideshow_einblenden_3 li:nth-child(1) span {}
.slideshow_einblenden_3 li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow_einblenden_3 li:nth-child(3) span {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}


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

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






.refnr {}

.apply {}
