h1, h2, h3, h4, h5, span, li{
    font-family: 'meine-schrift', cursive;
}

.imprint {
    font-family: sans-serif !important;
}

#mainNav .navbar-nav .nav-item .nav-link  {
    font-size: 30px !important;
}

@font-face {
    font-family: 'meine-schrift';
    src: url('../font/tt2053m_.ttf') format('truetype');
}

#rotating-item-wrapper {
    position: relative;
}

.rotating-item {
    display: none;
    position: absolute;
    transform: rotate(-90deg);
    margin-top: 35px;
}

.first-rotating-item {
    position: absolute;
    transform: rotate(-90deg);
    margin-top: 35px;
}

@media (max-width: 1199px) {
    .intro .intro-text {
        left: 20px !important;
    }
}
@media (min-width: 1200px) {
    .intro .intro-text {
        left: 250px !important;
    }
}

.modal-title, .modal-body, .modal-footer{
    font-family: sans-serif !important;
}

#myModal {
    font-family: sans-serif !important;
}


.footer a:link {
    color: #6D5C56;
    text-decoration: none;
}

.footer a:visited {
    color: #6D5C56;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer a:active {
    text-decoration: underline;
}
