@font-face {
    font-family: BAHNSCHRIFT;
    src: url('fonts/BAHNSCHRIFT.TTF');
}
body {
    padding: 0;
    margin: 0;
    background-color: #131817;
    font-family: BAHNSCHRIFT;
}
img {
    margin: auto;
    display: block;
    width: 750px;
}

.containerButton {
    display: flex;
    justify-content: center; /* Horizontale Zentrierung */
    align-items: center; /* Vertikale Zentrierung */
    width: 100%; /* Feste Breite f?r den Container */
}

.containerButton img {
    margin: 0 5px; /* F?ge einen kleinen Abstand zwischen den Bildern hinzu */
    flex: 0 0 auto; /* Lassen Sie die Bilder ihre nat?rliche Breite beibehalten */
}

.container {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 750px;
}
.gif {
    display: none;
}
.pagination {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.pager {
    height: 16px;
    text-align: right;
    cursor: pointer;
}
.pager .dot {
    margin-top: 4px;
    height: 8px;
    width: 8px;
    background: rgb(102 70 68);
    border-radius: 50%;
    display: inline-block;
    margin-right: 1px;
}
.pager label {
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateY(2px);
}
.pager.active .dot,  .pager:hover .dot {
    height: 10px;
    width: 10px;
    background: rgba(249, 209, 167, 0.9);
    margin-right: 0px
}
.pager.active label, .pager:hover label {
    font-weight: 500;
    font-size: 12px;
    color: #f9d1a7;
    line-height: 14px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 5px;
    cursor: pointer;
}
@media (max-width:750px) {
    .pagination {
        display: none;
    }
}
.links {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
}
.links a {
    color: #ffffff;
    text-decoration: none;
}
.links a:hover {
    transition: 0.2s all ease;
    color: #ffffff;
}
.links ul {
    list-style-type: none;
}
.links li {
    display: inline-block;
    margin-right: 10px;
}
.links li:last-child {
    margin-right: 0;
}

.sidebar-r-navigation {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.sidebar-r-navigation .nav-item {
    display: block;
    right: -16px;
    width: 67px;
    height: 50px;
    margin-bottom: 5px;
    position: relative;
    transition: all ease .3s
}

.sidebar-r-navigation .nav-item.dc {
    background-image: url(https://sakai2.net/präsentation/en/img/nav_1_dc.png);
    background-repeat: no-repeat
}

.sidebar-r-navigation .nav-item.web {
    background-image: url(https://sakai2.net/präsentation/en/img/nav_1_web.png);
    background-repeat: no-repeat
}

.sidebar-r-navigation .nav-item.dc:hover,.sidebar-r-navigation .nav-item.dc.active {
    background-image: url(https://sakai2.net/präsentation/en/img/nav_2_dc.png);
    background-repeat: no-repeat;
    right: 0
}

.sidebar-r-navigation .nav-item.web:hover,.sidebar-r-navigation .nav-item.web.active {
    background-image: url(https://sakai2.net/präsentation/en/img/nav_2_web.png);
    background-repeat: no-repeat;
    right: 0
}

.sidebar-r-navigation .nav-item span {
    display: none;
    position: absolute;
    right: 110%;
    top: 50%;
    transform: translateY(-50%);
    color: #b06432;
    font-size: 12px;
    white-space: nowrap;
    display: block
}

.sidebar-navigation .nav-item:hover span,.sidebar-navigation .nav-item.active span {
    display: block
}

.language-dropdown {
    position: fixed;
    top: 30px;
    right: 30px
}

.language-dropdown .language-select {
    width: 73px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-image: linear-gradient(to right, #1f3f34, #1f3f34);
    align-self: center;
    color: #c5ac90;
    text-transform: uppercase;
    font-size: 14px
}

.language-dropdown .texts {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px
}

.language-dropdown .languages {
    position: absolute;
    top: 100%;
    left: 0;
    width: 73px;
    background-color: #1f3f34;
    border-radius: 4px;
    margin-top: 5px;
    display: none;
    z-index: 200
}

.language-dropdown .languages a {
    box-sizing: border-box;
    margin: 0 auto;
    line-height: 40px;
    float: left;
    color: #c5ac90;
    width: 100%;
    height: 40px;
    padding-left: 12px;
    font-size: 14px;
    text-decoration: none
}

.language-dropdown .languages a:hover {
    background-color: #3d7a65;
}

.language-dropdown .languages a i {
    margin-top: 9px
}

.language-dropdown .flags {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.language-dropdown .flag-en {
    background: url(https://sakai2.net/präsentation/en/img/languages/en.png)
}

.language-dropdown .flag-de {
    background: url(https://sakai2.net/präsentation/en/img/languages/de.png)
}