﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
}

.dx-item.dx-list-item.dx-state-hover .TextBausteinMenuItem {
    display: inline-block !Important;
}

.nav-item i {
    margin-right: 5px;
}

.dxreResBoxCornerElemS, .dxreResBoxCornerElemN, .dxreResBoxCornerElemE, .dxreResBoxCornerElemW {
    display: none !important;
}

#btnAddNewTextbaustein{
    width: 100% !important;
}

.pdf-container {
    position: relative;
    overflow: auto;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dddddd;
}

.pdf-toolbar {
    position: absolute;
    inset-inline: 0;
    left: 20px;
    right: 20px;
    cursor: default;
    height: 45px;
}
.pdf-toolbar .dx-toolbar .dx-toolbar-items-container {
        height: 50px;
    }