#footer-template .minimized-card {
    display: flex;
    align-items: center;
    position: fixed;
    width: 60%;
    height: 80px;
    left: 20%;
    bottom: 0;
    margin-bottom: 0;
    padding: 16px;
    background-color: #ffffff;
    box-shadow: 1px 2px 10px 2px rgba(75,75,75,.4);
    z-index: 3;
}

#footer-template .minimized-card .preview-text {
    padding-left: 16px;
    flex-grow: 1;
    font-family: Source Sans Pro, sans-serif;
    font-size: 20px;
    font-weight: bolder;
    color: #5a7c7c;
}

#typeform-survey-wrapper {
    display: none;
    position: fixed;
    width: auto;
    height: 45vh;
    min-height: auto;
    left: 50%;
    bottom: 0;
    min-width: 50%;
    transform: translate(-50%);
    background-color: #fff;
    overflow: hidden;
    z-index: 2;
}

#typeform-survey-wrapper.active {
    display: block;
}

.minimized-card .typeform-buttons,
#typeform-survey-wrapper .typeform-buttons {
    margin: auto;
}

#typeform-survey-wrapper .typeform-buttons {
    right: 0;
    position: fixed;
    margin-top: 10px;
    z-index: 1;
}

.minimized-card .typeform-buttons button,
#typeform-survey-wrapper .typeform-buttons button {
    margin-right: 10px;
    font-family: sans-serif;
    line-height: 16px;
    font-weight: lighter;
    font-size: 12px;
}

.minimized-card .typeform-buttons button:not(.teilnehmen),
#typeform-survey-wrapper .typeform-buttons button:not(.teilnehmen) {
    background-color: #fff0;
    border: none;
}

.minimized-card .typeform-buttons button.teilnehmen {
    margin-right: 30px;
    line-height: 35px;
    letter-spacing: 2px;
    font-weight: lighter;
    background-color: #5a7c7c;
}

.minimized-card .typeform-buttons button.teilnehmen:hover {
    color: #fff;
}

.minimized-card .typeform-buttons button i,
#typeform-survey-wrapper .typeform-buttons button i {
    font-size: 12px;
    vertical-align: middle;
}

.minimized-card .typeform-buttons button:hover,
#typeform-survey-wrapper .typeform-buttons button:hover {
    color: #222222;
}