.allinkl {
       margin: 7px;
}

.bg-custom {
       background-color: #e08a75;
       color: white;
}

.card-link {
       text-decoration: underline;
}

.card-subtitle
{
       color: white;
}

.header {
       height: 37px;
       width: 100%;
       background-color: #da866e;
       color: white;
       text-align: center;
       font-weight: bold;
       font-size: 24px;
}

.FAQ {
       cursor: pointer;
       text-decoration: underline !important;
}

#registerbutton {
       margin-left: 20px;
}

@media (min-width: 0px) {
       h2 {font-size:1.1rem;} /*1rem = 16px*/
       .container {
              padding-left: 0;
              padding-right: 0;
              overflow-x: hidden;
       }
}

@media (min-width: 568px) {
       h2 {font-size:2rem;} /*1rem = 16px*/
}

.equal > div {
       display: grid;
}

.sms_example {
       text-align: center;
}

.sms_example img {
       border-style: solid;
       border-width: thin;
       border-color: black;
}

#spieleinsatzResult {
       text-align: center;
       background-color: #ffdd00;
       padding: 5px;
}