﻿@media (min-width: 992px) {
    
}

.center-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.nav-height {
    height: 80px;
}

h1, h2, h3, h4, h5, h6 {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.noborderbottom {
    border-bottom:none !important;
}

.reqexclamation {
    font-size: 15px;
    color: #e61a1a;
}

textarea {
    resize: none;
}

a {
    color: #030bfc;
    text-decoration: underline;
}

.pnlzusatzbilder, .pnldokumente, .pnlhistory {
    border: 1px solid #dee2e6;
    padding: 10px;
    margin-bottom: 20px;
}

.hyperlink-hand {
    cursor: pointer;
}

.nounderline {
    text-decoration: none !important;
}