body{
    background-color: #f7f9fa;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h5{
    font-weight: 700;
    font-size: 1em;
}
.headline{
    background-color: #009cde;
    margin-bottom: 2.75em;
}
.headline h1{
    font-family: Montserrat, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0;
	float: left;
    font-size: 2.2em;
    line-height: 1.7
}
.headline h1 a{
    color: #fff;
}
.row{
    max-width: 1160px;
}
.logo{
    width: 90px;
    height: 90px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 80px;
    margin: -20px 20px -20px 0;
    transition: background-color 0.3s, border 0.3s;
    border: 5px solid rgba(255,255,255,0.0);
    box-sizing: content-box;
}
.headline h1:hover .logo{
    background-color: rgba(255,255,255,0.9);
    border: 5px solid #0079ad;
}
.padding{
    padding: 3em 30px;
}
.content{
    display: inline-block;
    width: 100%;
    background-color: #fdfdfd;
    position: relative
}
.minimini{
    overflow: hidden;
    background-color: #888;
    width: 1px;
    height: 1px;
    display: block;
    line-height: 1px;
    margin: 0;
    padding: 0;
}
input.zahlung, .zahlung.postfix{
    font-size: 1.5em;
    height: 60px;
    vertical-align: middle;
}
.zahlung.postfix{
    line-height: 60px;
    vertical-align: middle;
}
.ergebnis{
    display: block;
    font-size: 2.5em;
    font-weight: 700;
}
.red{
	color: #c73131
}
.green{
	color: #25be44
}
button, .button{
    background-color: #0079ad;
}
.small{
    font-size: 0.7em;
}
.quicklinks{
	float: right;
	text-align: right;
}
.quicklinks a{
	color: #fff;
	font-size: 1em;
	margin: 20px 0 0 25px;
    display: inline-block
}
.sponsored{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #333;
    color: #fff;
    padding: 2px 4px;
    font-weight: bold;
}
.footer .lang{
    float: right;
}
@media screen and (max-width: 640px) {
    button, .button{
        width: 100%;
    }
    h1, .headline h1{
        font-size: 1.7em;
    }
    .headline{
        padding: 25px;
        margin: 0
    }
    .quicklinks a{
        margin: 25px 0 0 15px;
    }
    body.home .quicklinks a:first-child{
        display: none
    }
    .logo{
        width: 50px;
        height: 50px;
        line-height: 44px;
        margin: 0 20px 7px 0;
    }
    .logo img{
        width: 25px
    }
    .panel.content{
        border: none;
    }
    .footer{
        padding: 0 20px;
    }
}
/* --- Style Update 2024 --- */
.panel.content{
    border-radius: 15px;
    border-color: #e5e5e5;
    box-shadow: 5px 10px 25px rgba(0,0,0,.15);
    padding: 30px;
}
/* Radio-Button-Gruppe als Buttons */
.radio-buttons{
    margin-bottom: 5px;
    display: inline-block;
    clear: both;
    width: 100%
}
.radio-buttons label {
    background-color: #f7f9fa; /* Hintergrundfarbe */
    padding: 10px 20px;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 30px;
    margin-right: 5px; /* Abstand zwischen den Buttons */
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 10px 0 0 !important;
    float: left;
    width: 45%;
    width: calc(50% - 5px)
}
.radio-buttons label:last-child {
    margin-right: 0 !important;
}

.radio-buttons input[type="radio"] {
  display: none; /* Verstecke den Standard-Radio-Button */
}

.radio-buttons input[type="radio"]:checked + label {
  background-color: #009cde; /* PayPal Blau für ausgewählten Button */
  color: white;
  border-color: #009cde;
}

button.round {
  padding: 20px 50px;
}

/* Stil für die Zahlungseingabe */

input.zahlung {
  border-radius: 5px 0 0 5px;
}

.zahlung.postfix {
  border-radius: 0 5px 5px 0;
}

select{
    border-radius: 5px;
}

.panel{
    border-radius: 5px
}

/* Stile anpassen, falls spezifische Gewichtungen benötigt werden */
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 700; /* Mittlere Gewichtung für Überschriften */
    color: #333 !important;
}