.post-card {
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: -2px 0px 28px -8px rgba(0,0,0,0.1);
    -webkit-box-shadow: -2px 0px 28px -8px rgba(0,0,0,0.1);
    -moz-box-shadow: -2px 0px 28px -8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post-card .bild-frame {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.post-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.post-buttons button {
    margin: 0;
}

.card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: clamp(1rem, 2vw, 2rem);
}

.post-author p {
    font-family: var(--bold-font);
}

.post-author {
    display: flex;
    align-items: center;
    padding-right: clamp(1rem, 2vw, 2rem);
    justify-content: flex-start;
}

.post-author img#user-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--black);
    object-fit: cover;
    object-position: center;
    margin-right: 14px;
    margin-bottom: 0;
}

.post-date {
    background: var(--black);
    color: var(--white);
    border-radius: 47px;
    padding: 5px 14px;
    font-size: 14px;
    font-family: var(--bold-font);
    line-height: 1;
}

a.button.green {
    background: linear-gradient(135deg,  rgba(140,207,143,1) 0%,rgba(76,181,85,1) 100%);
    color: var(--white);
    padding-top: 8px;
    border: none;
    padding-bottom: 8px;
}

a.button.green:before {
    right: 7px;
    background-image: url('/static/images/add.svg');
}

a.button.green:hover:before {
    filter: none;
}

.intranet-nachricht {
    border-radius: 10px;
    height: clamp(18rem, 28vw, 28rem);
    width: 100%;
    overflow: hidden;
    padding: clamp(1rem, 2vw, 2rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.intranet-nachricht img.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h3.titel-intranet {
    text-transform: uppercase;
    font-family: var(--common-font);
}

.nachricht-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,  rgba(26,37,55,0) 0%,rgba(26,37,55,1) 100%);
}

.nachricht-titel {
    color: var(--white);
    font-family: var(--bold-font);
    font-size: min(max(1.2rem, 1.6vw), 1.6rem);
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.intranet-nachricht a.button {
    border-color: var(--white);
    color: var(--white);
}

.intranet-nachricht .button:before, .intranet-nachricht a.button:before {
    filter: invert(1);
}

.swiper20, .swiper21 {
    overflow: visible;
}

input#headerBackground, input#sponsorHeader {
    float: left;
    clear: both;
}

.preview-header {
    max-width: 100%;
    float: left;
    border-radius: 10px;
}

img.kontakperson-bild {
    width: clamp(5rem, 7vw, 7rem);
    height: clamp(5rem, 7vw, 7rem);
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    float: left;
}

a.qr-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qr-image-wrapper {
    padding: 1rem;
    width: 3.5rem;
    border: 1px solid var(--black);
    border-radius: 50%;
    height: 3.5rem;
}

.qr-button span {
    font-family: var(--common-font);
    margin-top: 5px;
    font-size: 0.9rem;
}

input#image {
    float: left;
}

.ck.ck-editor {
    position: relative;
    float: left;
    width: 100%!important;
}

select.intranet-select {
    padding: 0.5rem;
    color: var(--black);
    background: var(--white);
}

.swiper21 .swiper-slide {
    height: auto;
}

/*.swiper-slide .post-card {
    height: 100%;
}*/

img.post-image {
    width: 100%;
    float: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: clamp(16rem, 26vw, 26rem);
    object-fit: cover;
}

#container.overflow-hidden {
    overflow: hidden;
}

.intranet-accordion .accordion__item {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
    font-family: var(--bold-font);
}

.intranet-accordion .accordion__body {
    background: var(--white);
}

.intranet-accordion .accordion__title {
    background: var(--white);
    padding: 0.5rem;
    border: none;
}

input[type=text], input[type=email], input[type=password], input[type=url], input[type=date], textarea, select {
    box-shadow: -2px 0px 28px -8px rgba(0,0,0,0.1);
    -webkit-box-shadow: -2px 0px 28px -8px rgba(0,0,0,0.1);
    -moz-box-shadow: -2px 0px 28px -8px rgba(0,0,0,0.1);
}

.ck.ck-editor {
    box-shadow: -2px 0px 28px -8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -2px 0px 28px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 0px 28px -8px rgba(0, 0, 0, 0.1);
}

.preview-avatar {
    width: clamp(6rem, 8vw, 10rem);
    float: left;
    clear: both;
    margin-top: 1rem;
    border-radius: 50%;
}

input#kontaktperson1Bild, input#kontaktperson2Bild, input#kontaktperson3Bild {
    float: left;
    clear: both;
    margin-top: 1rem;
}

.intranet-sponsor img {
    max-width: clamp(9rem, 14vw, 14rem);
    max-height: clamp(6rem, 8vw, 8rem);
    object-fit: contain;
}

img#user-photo-detail {
    object-fit: contain;
}



.post-card blockquote {
    font-style: italic;
    font-family: var(--bold-font);
    background: var(--light-gray);
    padding: 2px 5px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    border-radius: 7px;
  }
  
  .post-card ol {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 15px;
  }
  
  .post-card ul {
    margin-left: 15px;
  }

  .post-text-container {
    position: relative;
    height: 80px;
    overflow: hidden;
    margin-bottom: 1em;
}

.post-text-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2em;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);
}

.post-text {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.post-card .button.loadmore {
    display: none;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}