
/* --- Normal --- */
@font-face { font-family: "Karla";
	 
  src: url(../../ofl/karla/Karla[wght].woff2) format('woff2') ;
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
  font-style: normal;
}

/* --- Italic --- */
@font-face { font-family: "Karla";
	 
  src: url(../../ofl/karla/Karla-Italic[wght].woff2) format('woff2') ;
	font-weight: 100, 200, 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: 'Karla', sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background-color: #f1f1f1;
    -webkit-print-color-adjust: exact;
}

p {
    padding-bottom: 1rem;
}

h1 {
    font-size: 2.125em;
    line-height: 1.3em;
    font-weight: normal;
    margin: 0 0 1rem 0;
    font-family: 'Oswald', sans-serif;
    color: #7D0A3C;
    background: #EB5023;
    text-align: center;
    padding: 0.5rem;
    text-transform: uppercase;
}

h2 {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    color: #eb5023;
    margin-bottom: 1rem;
}

h3 {
    margin: 0;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 600;
}

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

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

a:hover {
    text-decoration: underline;
}

ul {
    padding: 0rem 0rem 2rem 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.05rem;
    margin-left: -1.3rem;
}

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

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

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

.logo {
    padding: 0 4% 1rem;
    max-width: 35%;
}

.content {
    padding: 0rem 4% 0rem;
}

.content p {
    text-align: justify;
}

.footer {
    padding: 0rem 4% 0rem;
}

.flex {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mini-des {
    padding-bottom: 2rem;
}

.personal-info {
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
}

.personal-info img {
    border-radius: 50%;
    margin-right: 1rem;
    max-width: 6.25rem;
}

.personal-info p {
    padding-bottom: 0;
}

.button-box {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.button-box a {
    background-color: #7d0a3c;
    color: #eb5023;
    font-weight: 700;
    text-transform: uppercase;
    padding: .5rem 2rem;
}

.button-box a:hover {
    color: #7d0a3c;
    background-color: #d70f3c;
    text-decoration: unset;
}

.button-box a {
    margin: 0 .5rem;
}

.footer-zone a {
    margin-right: 2rem;
    font-weight: 500;
}

.footer-zone {
    margin-bottom: 2rem;
}


/* slideshow-3-bilder */

.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(1) span {}

.slideshow-3-bilder li:nth-child(2) span {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.slideshow-3-bilder li:nth-child(3) span {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

.slideshow-3-bilder li:nth-child(4) 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 */


.hide_m {}

.hide {
  display: none;
}

.refnr {}

.apply {}
