.contact-container .contact-content {
    padding: 4rem 0;
    margin-top: -.5rem;
}

.contact-container .only_mobile + .contact-content {
    padding-top: 0
}

.contact-data p:first-child {
    margin-top: 0;
}

.contact-container .contact-content a:not(.button) {
    text-decoration: underline;
    color: var(--white);
}

.contact-container .button {
    margin-bottom: 3rem;
}

.contact-container img {
    width: 100%;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.content_block.presentation .scaled-image {
    overflow: hidden;
}

.content_block.presentation .contact-content a:not(.button) {
    color: var(--secondary);
    text-decoration: underline;
}

.content_block.presentation .contact-container div.description > .h1,
.content_block.presentation .contact-container div.description > h1 {
    font-size: 4rem;
    font-weight: 1000;
    text-transform: uppercase;
}


.pre-line {
    color: var(--primary);
    font-size: 3rem;
}

.description {
    padding: 0 calc(100% / 12) 1rem 5rem;
}

.content_block.presentation {
    margin-top: 10rem;
    position: relative;
}

.content_block.presentation .h1,
.content_block.presentation h1 {
    margin-bottom: 0;
    font-size: 5rem;
    line-height: 4rem;
    font-weight: 1000;
    text-transform: uppercase;
}

.content_block.presentation .h2.name,
.content_block.presentation h2.name {
    margin-top: 0;
    font-size: 5rem;
}

.contact-container .contact-content .name {
    margin-bottom: 0;
}

.content_block.presentation .h3,
.content_block.presentation h3 {
    margin-bottom: 4rem;
}

.content_block.presentation::after {
    content: '';
    background-image: url(../../custom/images/background-logo-no-opacity.svg);
    background-size: cover;
    background-position: center;
    width: 70rem;
    height: 70rem;
    position: fixed;
    bottom: -20rem;
    left: -15rem;
    z-index: -1;
    opacity: 1 !important;
}

.services {
    padding: 3rem 15rem;
    margin-top: 10rem;
    position: relative;
}

.services .h2,
.services h2 {
    text-align: center;
    position: relative;
}

.services .service {
    position: relative;
    margin-left: 2rem;
}

.services .service::before {
    content: "";
    background-color: var(--secondary);
    width: 0.5rem;
    height: 1.5rem;
    display: inline-block;
    border-radius: 0.5rem;
    position: absolute;
    top: 1rem;
    left: -2rem;
}

.services .service:last-child::before {
    height: 10rem;
}

.services .h3,
.services h3 {
    text-align: center;
}

.service-logo {
    margin-top: 3rem;
    position: relative;
    margin-bottom: 1rem;
    display: block;
}

.service-logo::before {
    content: '';
    background-image: url(../../custom/images/logo_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 80px;
    height: 65px;
    display: block;
}

.stripes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stripes .stripe {
    background-color: var(--secondary);
    display: inline-block;
    border-radius: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}

.stripes .stripe:first-child {
    left: 50%;
    transform: translateX(-50%);
    top: -3rem;
    height: 4rem;
}

.stripes .stripe:nth-child(2) {
    top: -3rem;
    left: 7.5rem;
    width: calc(50% - 7.5rem);
}

.stripes .stripe:nth-child(3) {
    height: calc(100% + 5rem);
    top: -3rem;
    left: 7.5rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.stripes .stripe:nth-child(4) {
    top: calc(100% + 2rem);
    left: 7.5rem;
    width: 7.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.stripes .stripe:nth-child(5) {
    top: calc(100% - 6.5rem);
    left: 15rem;
    height: 9rem;
    border-bottom-left-radius: 0;
}

.contact_logo img {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

span.name.h2 {
    line-height: 1.4;
}

/* .presentation .text_green .contact-content a:not(.button),
.presentation .text_green h2,
.presentation .text_green p,
.presentation .text_green span{
    color: #00a26d;
}

.presentation .text_green .services .service::before,
.presentation .text_green .stripes .stripe{
    background-color: #00a26d;
}

.presentation .text_green .button{
    border: 1px solid #00a26d;
    background-color: #00a26d;
}

.presentation .text_green .button:hover{
    color: #00a26d;
    background-color: transparent;
}

.presentation .text_blue .contact-content a:not(.button),
.presentation .text_blue h2,
.presentation .text_blue p,
.presentation .text_blue span{
    color: #0066a9;
}
.presentation .text_blue .services .service::before,
.presentation .text_blue .stripes .stripe{
    background-color: #0066a9;
}


.presentation .text_blue .button{
    border: 1px solid #0066a9;
    background-color: #0066a9;
}

.presentation .text_blue .button:hover{
    color: #0066a9;
    background-color: transparent;
}

.presentation .text_tuerkis .contact-content a:not(.button),
.presentation .text_tuerkis h2,
.presentation .text_tuerkis p,
.presentation .text_tuerkis span{
    color: #00848b;
}
.presentation .text_tuerkis .services .service::before,
.presentation .text_tuerkis .stripes .stripe{
    background-color: #00848b;
}

.presentation .text_tuerkis .button{
    border: 1px solid #00848b;
    background-color: #00848b;
}

.presentation .text_tuerkis .button:hover{
    color: #00848b;
    background-color: transparent;
} */

/* .presentation .text_standard{

} */
