#Content {
    width: 100%;
}

#Content .job-offer {
    background: #fef2e3;
    border: 4px solid #9A9A9D;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    margin-bottom: 20px;
}

#Content .job-offer .tpl-details {
    display: none;
}

#Content .job-offer header {
    display: inline-block;
    width: 100%;
    background: #9A9A9D;
    color: #fff;
}

#Content .job-offer .left-side {
    display: block;
    background: url('../images/logo.jpg') no-repeat;
    background-size: cover;
    float: left;
    height: 135px;
    width: 255px;
    margin-right: 5px;
}

#Content .job-offer .right-side {
    display: block;
    background: #9A9A9D;
}

#Content .job-offer .right-side .summary {
    font-size: 13px;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    margin: 5px;
    word-break: break-word;
    text-align: justify;
}

#Content .job-offer h2.title {
    background: #9A9A9D;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    word-break: break-word;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

#Content .job-offer .description {
    position: relative;
    display: inline-block;
    padding-top: 30px;
    margin-top: 20px;
}

#Content .job-offer .description strong {
    position: absolute;
    top: 40px;
    margin-top: -10px;
    font-size: 13px;
    margin-left: 25px;
    font-weight: bold;
    line-height: 1.1;
}

#Content .job-offer .description strong:first-child {
    margin-top: -30px;
}

#Content .job-offer .description br {
    display: none;
}

#Content .job-offer .description ul, #Content .job-offer .description ol {
    display: inline-block;
    float: left;
    padding-top: 60px;
    padding-right: 10px;
    margin-right: 2%;
    padding-left: 25px;
    margin-top: -50px;
    padding-bottom: 20px;
    width: 31%;
}

#Content .job-offer .description ol {
    list-style: none;
}

#Content .job-offer .contact-sections {
    display: inline-block;
    position: relative;
    padding: 0;
    width: 98.5%;
    z-index: 10;
    margin: 5px;
    margin-top: 15px;
}

#Content .job-offer .contact-sections > section {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    overflow: hidden;
    text-align: center;
    margin: 0;
    height: 80px;
    color: white;
    float: left;
    width: 23%;
}

#Content .job-offer .contact-sections .pwc-section {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    overflow: hidden;
    text-align: center;
    margin-left: 0;
    color: white;
    float: left;
    width: 28%;
}

#Content .job-offer .contact-sections .kontact {
    width: 26%;
}

#Content .job-offer .contact-sections .kontact p {
    border: none;
    padding-right: 9px;
}

#Content .job-offer .contact-sections > section > p {
    padding: 15px 10px;
    height: 80px;
    text-align: center;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    display: inline-block;
    width: auto;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin-left: -1px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
    border-right: 1px solid #fff;
}

#Content .job-offer .contact-sections > section .dynamic-content {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-size: 13px;
    text-align: left;
    max-height: 0;
    height: 0;
    opacity: 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); /* Параметры тени */
    display: inline-block;
    margin-bottom: 0;
    z-index: 11;
    width: 685px;
    background-color: #a9a9a9;
}

#Content .job-offer .contact-sections > section .headline:hover {
    background-color: #a9a9a9;
    border-left: 1px solid #fff;
}

#Content .job-offer .contact-sections > section .dynamic-content p {
    padding: 0;
    font-family: Verdana, Verdana, Geneva, sans-serif;
}

#Content .job-offer .contact-sections > section:hover {
    height: auto;
    overflow: visible;
    max-height: 3000px;
}

#Content .job-offer .contact-sections > section:hover .dynamic-content {
    height: auto;
    padding: 20px 10px;
    max-height: 3000px;
    opacity: 1;
}

#Content .job-offer .contact-sections {
    background-color: #9A9A9D;
}

#Content .job-offer .contact-sections .dynamic-content {
    background-color: #9A9A9D;
}

#Content .job-offer .contact-sections .bereich .dynamic-content {
    margin-left: -191px;
}

#Content .job-offer .contact-sections .standorte .dynamic-content {
    margin-left: -349px;
}

#Content .job-offer .contact-sections .kontact .dynamic-content {
    margin-left: -507px;
}

#Content .job-offer footer {
    background: url('../images/foot.png') no-repeat;
    height: 197px;
    width: 280px;
    margin-top: -40px;
    margin-left: 20px;
}

#Content .job-offer .contact-sections > section .dynamic-content a {
    color: #fef2e3;
}

#Content .job-offer .contact-sections > section .dynamic-content a:hover {
    color: #fff;
    text-decoration: underline;
}
