/* CSS Document */
@import url(https://use.fontawesome.com/releases/v5.5.0/css/all.css);
@font-face {
    font-family: 'Graublau_Regular';
    src: url('https://umfrage.hsk.de/assets/font/graublausans-regular-webfont.woff2') format('woff2'), url('https://umfrage.hsk.de/assets/font/graublausans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Graublau_Semibold';
    src: url('https://umfrage.hsk.de/assets/font/graublausans-semibold-webfont.woff2') format('woff2'), url('https://umfrage.hsk.de/assets/font/graublausans-semibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
body {
    font-family: 'Graublau_Regular';
}
h1 {
    display: inline;
    font-family: 'Graublau_Semibold';
    text-transform: uppercase;
    color: #004878;
    font-size: 30px;
}
h2 {
    display: inline;
    color: #000;
    font-size: 30px;
}
h2::before {
    content: " | ";
    color: #000;
}
h3 {
    font-family: 'Graublau_Semibold';
    color: #004878;
    font-size: 21px;
    margin-top: 10px;
}
label {
    color: #333;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-send {
    background-color: #004878;
    border: none;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-radius: 0;
}
.btn-send.disabled, .btn-send:disabled {
    background-color: #004878;
}
.btn-delete {
    border: none;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-radius: 0;
}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.btn-outline-primary{
	color: #004878;
    border-color: #004878;
}
.btn-outline-primary:hover{
    background: #004878;
	border-color: #004878;
}
.form-control {
    border-radius: .2rem;
    background-color: rgba(255,255,255,0.7) !important;
}
.table .thead-hsk th {
    text-align: center;
    font-family: 'Graublau_Semibold';
    color: #FFF;
    font-weight: 300;
    text-transform: uppercase;
    background-color: #004878;
    border-color: #000;
}
.table-nr {
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
}
.img-logo {
    max-width: 120px;
    float: right;
}
.mt-6 {
    margin-top: 4rem!important;
}
label {
    font-size: 14px;
    margin-bottom: 3px;
}
.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 35px; /* Set the fixed height of the footer here */
    line-height: 35px; /* Vertically center the text there */
    text-align: right;
	padding-right: 10px;
    background-color: #fff;
}
.bewertungneuheiten {
    line-height: 43px;
}
.bewertungneuheitenanmerkung {
    margin: 5px 0;
}
.custom-control-label {
    top: 11px;
}
.custom-control-label::before, .custom-control-label::after {
    top: -1px;
    width: 25px;
    height: 25px;
    margin-left: -8px;
}
/* radios */

.radio_positiv input[type="radio"] {
    display: none;
}
.radio_positiv label {
    padding-left: 0;
}
.radio_positiv label:before {
    padding-top: 10px;
    content: "\f5b8";
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 30px;
    text-align: center;
    color: #EDEDED;
    font-size: 28px;
    font-family: "Font Awesome 5 Free";
    margin-left: -8px;
}
.radio_positiv input[type="radio"]:checked+label::before {
    content: "\f5b8";
    color: green;
}
.radio_neutral input[type="radio"] {
    display: none;
}
.radio_neutral label {
    padding-left: 0;
}
.radio_neutral label:before {
    padding-top: 10px;
    content: "\f11a";
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 30px;
    text-align: center;
    color: #EDEDED;
    font-size: 28px;
    font-family: "Font Awesome 5 Free";
    margin-left: -8px;
}
.radio_neutral input[type="radio"]:checked+label::before {
    content: "\f11a";
    color: orange;
}
.radio_negativ input[type="radio"] {
    display: none;
}
.radio_negativ label {
    padding-left: 0;
}
.radio_negativ label:before {
    padding-top: 10px;
    content: "\f57a";
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 30px;
    text-align: center;
    color: #EDEDED;
    font-size: 28px;
    font-family: "Font Awesome 5 Free";
    margin-left: -8px;
}
.radio_negativ input[type="radio"]:checked+label::before {
    content: "\f57a";
    color: red;
}
.custom-file-input ~ .custom-file-label::after {
    content: "Auswählen";
}
.row [class*="col-"] {
    min-height: 50px;
}
.row [class*="check"] {
    padding-left: 25px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=1);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload-visitenkarte{
    width: 100%;
}
#img-upload-dokument{
    width: 100%;
}
.modal-lg {
    max-width: 90%;
}
.btn-wartend {
  -webkit-animation: glowing 2500ms infinite;
  -moz-animation: glowing 2500ms infinite;
  -o-animation: glowing 2500ms infinite;
  animation: glowing 2500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #E0B44B; -webkit-box-shadow: 0 0 3px #E0B44B; }
  50% { background-color: #c7a042; -webkit-box-shadow: 0 0 30px #c7a042; }
  100% { background-color: #E0B44B; -webkit-box-shadow: 0 0 3px #E0B44B; }
}

@-moz-keyframes glowing {
  0% { background-color: #E0B44B; -moz-box-shadow: 0 0 3px #E0B44B; }
  50% { background-color: #c7a042; -moz-box-shadow: 0 0 30px #c7a042; }
  100% { background-color: #E0B44B; -moz-box-shadow: 0 0 3px #E0B44B; }
}

@-o-keyframes glowing {
  0% { background-color: #E0B44B; box-shadow: 0 0 3px #E0B44B; }
  50% { background-color: #c7a042; box-shadow: 0 0 30px #c7a042; }
  100% { background-color: #E0B44B; box-shadow: 0 0 3px #E0B44B; }
}

@keyframes glowing {
  0% { background-color: #E0B44B; box-shadow: 0 0 3px #E0B44B; }
  50% { background-color: #c7a042; box-shadow: 0 0 30px #c7a042; }
  100% { background-color: #E0B44B; box-shadow: 0 0 3px #E0B44B; }
}
@media (min-width: 1200px) {
.container {
    max-width: 1350px;
}
}


