@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Catamaran:800');
@font-face {
    font-family: 'Amiri';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/amiri/Amiri-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Amiri';
    font-weight: normal;
    font-style: italic;
    src: url('../fonts/amiri/Amiri-Slanted.ttf') format('truetype');
}

@font-face {
    font-family: 'Amiri';
    font-weight: bold;
    font-style: italic;
    src: url('../fonts/amiri/Amiri-BoldSlanted.ttf') format('truetype');
}


/* Slider */

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}


/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick/slick.eot');
    src: url('../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick/slick.woff') format('woff'), url('../fonts/slick/slick.ttf') format('truetype'), url('../fonts/slick/slick.svg#slick') format('svg');
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 100%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #e9e9e9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}


/* AKTUELLES */

.modulebox-aktuelles {
    margin-bottom: 0;
}

.blog-aktuelles .slick-track,
.blogtestimonials .slick-track {
    display: flex;
}

.blog-aktuelles .slick-slide,
.blogtestimonials .slick-slide {
    display: flex !important;
    flex-direction: column;
    height: auto;
}

.blog-aktuelles .items-row .span0 {
    border: 1px solid #ececec;
    padding: 20px;
    margin: 0 10px;
    height: 100%;
}

.blog-aktuelles .article-img {
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}

.blog-aktuelles .article-img img {
    width: 100%;
}

.blog-aktuelles {
    visibility: hidden;
    height: 0;
}

.slick-initialized {
    visibility: visible;
    height: auto;
}

.slick-slide:focus,
.slick-slide:active,
.slick-slide .span0:focus,
.slick-slide .span0:active {
    outline: none;
}


/* TESTIMONIALS */

.blogtestimonials .items-row .span0 {
    background: #e9e9e9;
    color: #3e5567;
    padding: 20px;
    margin: 0 5px;
    height: 100%;
}

.blogtestimonials .items-row .span0 .item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.blogtestimonials .image-round {
    border-radius: 100%;
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    min-width: 100px;
    min-height: 100px;
}

.blogtestimonials .image-round img {
    border-radius: 100%;
    overflow: hidden;
}

.blogtestimonials .quote p {
    margin: 0;
    font-size: 20px;
    font-style: italic;
    line-height: 22px;
    font-family: 'Amiri', serif;
    margin: 0 25px;
    text-align: justify;
}

.blogtestimonials .quote {
    position: relative;
    quotes: "“" "”" "‘" "’";
}

.blogtestimonials .quote::before {
    content: open-quote;
    font-family: 'Catamaran', 'Amiri', serif;
    font-size: 40px;
    position: absolute;
    top: -20px;
    left: 0;
}

.blogtestimonials .quote::after {
    content: close-quote;
    font-family: 'Catamaran', 'Amiri', serif;
    font-size: 40px;
    position: absolute;
    right: 0;
    bottom: -40px;
}

.blogtestimonials .title {
    margin-left: 25px;
    font-weight: 700;
}