
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);

}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-header h5 {
    margin-top: 0 !important;
}
a:not([href]):not([tabindex]) {
    color: inherit;
}
.typo-headlines-m-mixed[aria-expanded="true"] .rozwin {
    display: none;
}
.typo-headlines-m-mixed[aria-expanded="false"] .rozwin {
    display: block;
    float: left;
    font-weight: bold;
    color: #262626;
    font-size: 16px;
}
.typo-headlines-m-mixed[aria-expanded="true"] .zwin {
    display: block;
    float: left;
    color: #262626;
    font-weight: bold;
    font-size: 16px;
}
.typo-headlines-m-mixed[aria-expanded="false"] .zwin {
    display: none;
}
.rozwin, .zwin {
    content: "K";
    font-size: 0 !important;

}
.btn:not(.w-auto):not(.w-100):not([data-slide=prev]) {
    min-width: 210px;
}
.rozwin:after, .zwin:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath d='M310 552l43 43 147-150 148 150 43-43-191-195z'/%3E%3C/svg%3E");;
    opacity: 1;
    font-size: 1rem !important;
    position: absolute;

    left: 0;
    top: 4px;
    width: 36px;
    height: 30px;
}
.rozwin:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath d='M691 448l-44-43-147 150-148-150-42 43 190 195z'/%3E%3C/svg%3E");;

}
.paragraf {
    float: left;
    padding: 0px 20px 0px 20px;
}
.co-logo {
    position: absolute;
    bottom: 38px;
    right: 38px;
    width: auto;
    height: auto;

    z-index: 999;

}
.co-logo img {
    height: calc(8.3333333333vw + 1px);
    max-height: 56px;
    min-height: 40px;
    width: auto;
}