body {
    background-color: white;
    width: 96%;
    margin-left: 10px;
    margin-right: 10px;
}

.header {
    background-color: 100, 0, 0;
    height: 120px;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 10px 6px 18px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 10px 6px 18px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 6px 18px -8px rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.SBPLogo {
    margin-left: 60px;
}

.TopNavBar {
    margin-right: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.TopNavBar a {
    margin-right: 16px;
    text-decoration: none;
    font-weight: 350;
    color: rgb(95, 88, 88);
}

.TopNavBar a:hover {
    font-weight: 550;
}

.TopLanguage {
    margin-right: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.TopLanguage a {
    margin-right: 16px;
    text-decoration: none;
    font-weight: 350;
    color: rgb(95, 88, 88);
}

.TopLanguage a:hover {
    font-weight: 550;
}

.SBPHomeIMG {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.SBPAbout {
    background-color: #ef454d;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
}

.SBPAboutHead1 {
    background-color: #ef454d;
    margin-top: 120px;
    font-size: 36px;
    margin-left: 20px;
    margin-right: 20px;
    color: white;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
}

.SBPAboutHead2 {
    background-color: #ef454d;
    margin-top: 60px;
    font-size: 18px;
    font-weight: 250;
    color: white;
    width: 100%;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
}

.SBPAboutText {
    background-color: #ef454d;
    margin-top: 40px;
    color: white;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 250;
    width: 100%;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
}

.SBPAboutTextButton {
    background-color: #ef454d;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 250;
    width: 100%;
    text-align: center;
}

.SBPServicesMain {
    background-color: white;
    width: 100%;
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
}

.SBPServicesHead1 {
    margin-top: 100px;
    color: rgb(247, 148, 29);
    font-size: 40px;
    text-decoration: none;
    text-align: center;
}

.SBPServicesHead2 {
    color: rgb(36, 36, 36);
    margin-top: 20px;
    font-size: 24px;
    font-weight: 350;
    text-decoration: none;
    text-align: center;
}


/* ------------  3 gleiche Spalten  --------------------------------- */

.SBPServices3ColsMain {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
}

.SBPServices3Cols {
    margin-top: 20px;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}

.SBPServices3ColsIMG {
    margin-left: 25px;
    margin-top: 50px;
    width: 100%;
    align-items: center;
}

.SBPServices3ColsHead {
    margin-left: 15px;
    margin-top: 40px;
    width: 100%;
    color: rgb(247, 148, 29);
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    font-weight: 450;
}

.SBPServices3ColsHead a {
    margin-left: 15px;
    margin-top: 40px;
    width: 100%;
    color: rgb(247, 148, 29);
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    font-weight: 450;
}

.SBPServices3ColsHead a:hover {
    color: rgb(247, 148, 29);
    font-weight: 550;
}

.SBPServices3ColsHead2 {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    color: rgb(95, 88, 88);
    font-size: 20px;
    text-decoration:none;
    text-align: center;
    font-weight: 550;
}

.SBPServices3ColsTxt {
    display: flex;
    display: inline-block;
    margin-left: 30px;
    margin-right: 20px;
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
}
/*  --------------------------------------------------------------------------  */
.SBPPartnerMain {
    background-color: white;
    width: 100%;
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
}

.SBPPartnerHead1 {
    margin-top: 100px;
    color: rgb(247, 148, 29);
    font-size: 40px;
    text-decoration: none;
    text-align: center;
}


/* ------------  2 gleiche Spalten  --------------------------------- */

.SBPPartner2ColsMain {
    width: 50%;
    margin-left: 200px;
    margin-right: 50px;
    display: flex;
    justify-content: space-between;
}

.SBPPartner2Cols {
    margin-top: 20px;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}

.SBPPartner2ColsIMG {
    margin-left: 15px;
    margin-top: 50px;
    width: 100%;
    align-items: center;
}

.SBPContact {
    background-color: rgb(245, 245, 245);
    width: 95%;
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 20px;
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
}

.SBPContactDescrHead {
    margin-top: 50px;
    color: rgb(247, 148, 29);
    font-size: 36px;
    display: flex;
    justify-content: center;
}

.SBPContactDescrText {
    margin-top: 50px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.8;
    display: flex;
    justify-content: center;
}

.SBPContactDescrLink {
    text-decoration: none;
}

.SBPContactDescrLink a {
    margin-right: 16px;
    text-decoration: none;
    font-weight: 350;
    color: rgb(61, 127, 174);
}

.SBPContactDescrLink a:hover {
    font-weight: 550;
}

.SBPContactForm {
    display: flex;
    margin-top: 20px;
    margin-left: 150px;
    margin-right: 80px;
    justify-content: space-between;
}

.SBPContactFormDirection {
    display: flex;
    margin-right: 80px;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: space-between;
}

.SBPContactFormLabelTop {
    margin-top: 0px;
    color: rgb(115, 114, 114);
    padding: 5px;
    font-size: 12px;
    text-decoration: none;
}

.SBPContactFormLabel {
    margin-top: 10px;
    color: rgb(115, 114, 114);
    padding: 2px;
    font-size: 12px;
    text-decoration: none;
}

.SBPContactFormInput {
    margin-top: 0px;
    color: rgb(0, 0, 0);
    padding: 5px;
    font-size: 18px;
    text-decoration: none;
}

.SBPContactFormSubmit {
    margin-top: 15px;
    background-color: rgb(81, 83, 88);
    color: rgb(252, 251, 251);
    padding: 8px;
}

.SBPMap {
    margin-top: 50px;
    width: 100%;
    margin-left: 0px;
    color: rgb(247, 148, 29);
    font-size: 36px;
}

.SBPGoToTop {
    display: flex;
    margin-right: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.SBPGoToTop a {
    margin-right: 16px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: rgb(146, 4, 4);
}

.SBPGoToTop a:hover {
    font-weight: 900px;
}

.SBPCopyright {
    margin-top: 20px;
    width: 100%;
    font-size: 11px;
    font-weight: 250;
    text-align: center;
    color: rgb(39, 38, 38);
    ;
}