﻿h2 {
    color: dimgrey;
    padding: 4px 0px 4px 0px;
    font-size: 1.5rem;
    margin-top: 50px;
    margin-bottom: 40px;
    background: /* gradient can be an image */
    linear-gradient( to right, white, dimgrey 5%, white 45%) left bottom no-repeat;
    background-size: 100% 2px;
    background-color: white;
}

h3 {
    color: dimgrey;
    padding: 4px 0px 4px 0px;
    font-size: 1.5rem;
    margin-top: 40px;
    margin-bottom: 20px;
    background: /* gradient can be an image */
    linear-gradient( to right, white, dimgrey 5%, white 45%) left bottom no-repeat;
    background-size: 100% 2px;
    background-color: white;
}

/* H3 in Card-Headers: Reset der globalen H3-Styles */
.card-header h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    background: none;
    font-size: 1rem;
}

h3.bgheader, h4.bgheader {
    color: dimgrey;
    padding: 4px 0px 4px 0px;
    font-size: 1.2rem;
    margin-top: 40px;
    margin-bottom: 20px;
    background: /* gradient can be an image */
    linear-gradient( to right, white, dimgrey 5%, white 15%) left bottom no-repeat;
    background-size: 100% 2px;
    background-color: white;
}


tr {
    line-height: 17px;
    min-height: 17px;
    height: 17px;
}

#javascriptTestCss {
    margin-bottom: 30px;
    padding: 20px 10px;
    background: #D30000;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}

/*** FOOTER START */

a:visited.footerlink {
    color: gray;
    font-size-adjust: 0.3;
}

a:hover.footerlink {
    color: blue;
    font-size-adjust: 0.3;
}

a.footerlink {
    color: gray;
    font-size: 0.8rem;
    text-decoration: none;
}

h5.footerheader {
    color: gray;
    font-size: 1.2rem;
    font-weight: 200;
}

/*** FOOTER END */

/*** FEEDBACK */

#feedback-form-wrapper #floating-icon > button {
    position: fixed;
    right: 0;
    top: 50%;
    transform: rotate(-90deg) translate(50%, -50%);
    transform-origin: right;
}

#feedback-form-wrapper .rating-input-wrapper input[type="radio"] {
    display: none;
}

#feedback-form-wrapper .rating-input-wrapper input[type="radio"] ~ span {
    cursor: pointer;
}

#feedback-form-wrapper .rating-input-wrapper input[type="radio"]:checked ~ span {
    background-color: #4261dc;
    color: #fff;
}

#feedback-form-wrapper .rating-labels > label {
    font-size: 14px;
    color: #777;
}


/*** FEEDBACK END */