div.tx-presentationkit {
    width: 100%;
    /* height: calc(100vh - 130px); */
    height: 100vh;
}

.reveal .slides {
    width: 100% !important;
    height: 100% !important;
    inset: inherit !important;
    transform: none !important;
    text-align: inherit !important;
}

.slides > section {
    height: 100%;
    align-content: center;
}
.slides > section > div > .row {
    align-content: center;
    height: 100%;
}
.slides > section > div > .row > div {
    align-content: center;
}
.slides > section ul {
    list-style: none !important;
    padding: 0;
}
.slides > section ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
.slides > section ul li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #CD0039;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}
.slides > section ul li:after {
    content: '+';
    color: #FFF;
    position: absolute;
    left: 0px;
    top: 5px;
    height: 20px;
    width: 21px;
    display: flex;
    justify-content: center;
    line-height: 20px;
}
.slides > section ul li ul li:before {
    background-color: #575756;
}

.slides > section video {
    width: 100%;
    height: auto;
}

section#contact {
    top: inherit !important;
}
section#contact .button-list .button {
    padding: 15px 0 15px 15px;
}
section#contact .button-list .button img {
    width: 100%;
    height: auto;
    max-width: 60px;
    max-height: none;
    margin: 0 25px 0 0;
}

.light {
    font-weight: 300 !important;
}
.rot {
    color: #CD0039 !important;
}
.bold {
    font-weight: 600 !important;
}

footer {
    display: none;
}