#pgl-rechnr {
position: relative;  
padding: 20px;
border-radius: 10px;
border: 2px solid #d43108;
}
#pgl-rechnr::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover; background-position: center; opacity: 0.1; z-index: -1; }
#calcProgress {
width: 100%; } #selectPrt {
display: none;
}
.drucke {
background-color: #d43108!important;
color: #ffffff;
border: none;
margin: 25px 0px 0px 0px;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: none;
font-size: 16px;
}
#result {
text-align: center;	
}
.hide {
visibility: hidden;
opacity: 0;
transition: visibility 0s 2s, opacity 2s linear;
}
.progressBar {
width: 0%;
height: 30px;
background-color: #d43108;
text-align: center; line-height: 30px; color: white;
}
.berechne {
background-color: #d43108!important;
color: #ffffff;
border: none;
padding: 20px 50px;
text-decoration: none;
display: flex;
font-size: 16px;
cursor: pointer;
align-items: center; }
.berechne i {
margin: 0px 15px 0px 0px; 
font-size: 20px; }
.berechne:hover, .drucke:hover {
background-color: #e63b15!important;
color: #ffffff;
}
.custom-select {
font-size: 20px;
color: rgb(255, 0, 0);
}
.input-group-text {
font-size: 20px;
}
#berechne-label {
margin-top: 20px;
}
#selectYear, #selectPG {
margin-bottom: 20px;
width: 280px;
}
#betrag {
margin-bottom: 20px;
width: 270px;
cursor: pointer;
}
#betrag {
font-size: 22px;
}
p {
margin: 0px;
}
hr {
border-top: 1px solid #d43108;
}
@media screen and (max-width: 1024px) {
h3 {
font-size: 20px;
font-weight: bold;
}
}