h4 { font-weight: bold; }
a.breadcrumb-item[href="#"] { cursor: default;}
a.breadcrumb-item[href="#"]:hover { text-decoration: none; color: #76b72a; }
a.breadcrumb-item[href="javascript:void(0);"] { cursor: default;}
a.breadcrumb-item[href="javascript:void(0);"]:hover { text-decoration: none; color: #76b72a; }

@media (max-width: 767px) {
    .card .overflow-hidden {
        width: 200px !important;
    }

    /* Erweiterung TopMenü für kleine Bildschirme */
    .submenuHeaderForLevel3::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
}

/** vcard text sizes depending on screen width **/
.vcard .lead {
    white-space: nowrap;
}
@media (max-width: 1800px) {
    .vcard .small {
        font-size: 1.2vw;
        white-space: nowrap;
    }
    .vcard a.text-white {
        font-size: 1.2vw;
        white-space: nowrap;
    }
    .vcard .lead {
        font-size: 1.4vw;
        margin-bottom: 0.6vw;
    }
}

.load-youtube { position: relative; display: inline-block;}
.load-youtube > .text-wrapper  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    /*opacity: 0;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.load-youtube > .text-wrapper > .text {
    box-sizing: border-box;
    display: block;
    position: absolute;
    padding: 15px;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    color: #ff9b9b;
    vertical-align: middle;
    text-align: center;
    /*font-family: candara;*/
    font-size: 50pt;
}

/** newsblog **/
.card-text .h3 { font-size: 1.25rem; margin: 0; }
.bg-gradient {
    background: -moz-linear-gradient(left,  rgba(88,81,172,0.8) 0%, rgba(40,155,88,0.8) 100%);
    background: -webkit-linear-gradient(left,  rgba(88,81,172,0.8) 0%,rgba(40,155,88,0.8) 100%);
    background: linear-gradient(to right,  rgba(88,81,172,0.8) 0%,rgba(40,155,88,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5851ac', endColorstr='#cc289b58',GradientType=1 );
}

div.ui-dialog {
    font-family: "FuturaBook", "Hind", "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

div.ui-dialog-titlebar {
    padding: 0 1em;
    border: 0;
    background-color: #FFFFFF;
    font-size: 1.2rem;
}

button.ui-dialog-titlebar-close {
    border: 0;
    background-color: #d9e3db;
}
button.ui-dialog-titlebar-close:after {
    content: "x";
    position: absolute;
    margin-top: -11pt;
    margin-left: -3pt;
}

div.ui-dialog-buttonpane > .ui-dialog-buttonset > button {
    font-size: 1rem;
    font-weight: bold;
    border: 0;
    color: #000000;
    background-color: #d9e3db;
    border-radius: 10pt;
    padding: 0 1rem;
}

@media print {
    main.main-content { padding-top: 20px !important; }
    div.sidebar { display: none; }
    #s-32 { display: none; }
    #c132 img { max-width: 200px; }
}
