body {
    background-color: #ccc;
}
/** {*/
/*    background-color: deeppink;*/
/*}*/

#main {
    background-image: url("https://holztalente.de/wp-content/uploads/2022/05/bg.jpg") !important;
    background-size: cover !important;
}

.excellent-companies {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.companyCard {
    width: 100%;
    background-color: #fff;
    font-family: "museo-sans",sans-serif !important;
    padding: 10px;
    margin-top: 20px;
    display: flex;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.companyCard:hover{
    transform: scale(1.02);
}

.companyCard .companyCardTitle{
    font-weight: 700;
    width: 60%;
}

.companyCard .companyCardIconRow{
    display: flex;
}
.companyCard .companyCardIconRow div{
    margin-right: 30px;
}

.companyCard .companyCardIconRow > div:first-child{
    width: 60%;
}

.companyCard .companyCardIconRow i{
    opacity: 0.5;
}
.companyCardArrow{
    color: white;
    background: #ff7d23;
    width: 40px;
    height: 40px;
    font-size: 22px;
    display: flex;
    border: 0;
    cursor: pointer;
}
.companyCardArrow i {
    margin: auto;
}

.companyCardLeftCol {
    width: 60%;
}
.companyCardRightCol {
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: space-between;
}

.companyDetailCard {
    background: #FFF;
    padding: 60px 30px 180px;
}
.cardHeader {
    border-bottom: 1px solid black;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.backBtn {
    text-transform: uppercase;
    cursor: pointer;
    background-color: white;
    border-bottom: 3px solid #ff7d23;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 8px 5px 5px 5px;

    background-image: linear-gradient(to top, #ff7d23 50%, transparent 50%);
    background-size: cover;
    background-size: 100% 300%;
    background-position: top;
    transition: background-position 0.3s ease-out, color 0.3s ease-out;

}

.post-content p {
    padding-left: 1.5em;
    text-indent: -1.0em;
}

/* .backBtn i {
    color: #ff7d23;
} */

.backBtn span {
    font-weight: bold;
    margin-left: 10px;
}

.backBtn:hover {
    background-position: bottom;
    color: white !important;
    padding-bottom: 8px;
    border: none
}

.iconBtn {
    color: white;
    background: #ff7d23;
    width: 40px;
    height: 40px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
}

.iconBtn i {
    margin: auto;
}

.iconShorts {
    font-size: 15px;
}

.iconShorts span {
    display: inline-flex;
    margin-right: 32px;
}

.iconShorts span i {
    opacity: 0.5;
    font-size: 22px;
    margin-right: 8px;
}

.iconShorts span a {
    color: black;
    font-size: 15px;
    opacity: 1;
}

.companyText {
    column-count: 2;
    margin-top: 80px;
    font-size: 16px;
    line-height: 1.6rem;
}

.companyHeadline {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 10px;
}

.logo {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 140px;
    max-height: 140px;
}

.cardBody {
    position: relative;
}

.textHeader {
    max-width: 70%
}
