body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #0B0AF0;
    color: white;
    overflow-x: hidden;
}
hr {
    height: 1px; /* adjust the height to reduce the line thickness */
    width: 100%; /* adjust the width to reduce the line length */
  }
.container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}
.container1 {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}
.container::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 38%;
    width: 100vh;
    height: 100vh;
    border: 2px solid #ffffff; /* Border color */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; /* Place the circle behind the content */
}

.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    margin-top: 10%;
}

.left {
    width: 40%;
}
.left-impressum {
    width: 85%;
}
.right-impressum {
    width: 15%;
}
.right-impressum img {
    width: 160px;
    height: 85px;
}
.logo {
    position: absolute;
    top: 2%;
    right: 2%;
}

.side-text {
    position: absolute;
    left: 35px;
    top: 100px;
    transform: rotate(90deg) translateX(-50%);
    transform-origin: left center;
}

.side-text p {
    margin: 0;
    font-size: 3vw;
}

.side-text span {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.main-text {
    font-size: 4vw;
    margin-left: 180px;
    width: 100%;
}

.main-text h1 {
    margin: 0;
    margin-left: 65px;
    font-family: “Arial Bold”, sans-serif; 
    text-align: left;
    line-height: 0.8;
}

.main-text h2 {
    margin: 0;
    margin-left: 105px;
    font-family: “Arial Bold”, sans-serif; 
    text-align: left;
    line-height: 0.8;
}

.main-text h3 {
    margin: 0;
    font-family: “Arial Bold”, sans-serif; 
    font-optical-sizing: auto;
    line-height: 0.8;
}
.main-text h4 {
    margin: 0;
    font-family: “Arial Bold”, sans-serif; 
    font-optical-sizing: auto;
    line-height: 0.8;
    font-size: 0.4em;
}
.main-text h5 {
    margin: 0;
    font-family: Arial;
    font-weight: normal;
    font-optical-sizing: auto;
    font-size: 0.28em;
    line-height: 1;
}
.main-text span {
    font-size: 7vw;
    line-height: 0.5;
    margin: 0;
    margin-left: 65px;
    color: #FF0000;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;

}


.right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right img {
    width: 160px;
    height: 85px;
}

form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
}

.form-group input {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 25px;
    width: 100%;
}

/* input[type="checkbox"] {
    margin-right: 10px;

} */
.checkboxes-datenschutz {
    font-size: 14px;
    display: block;
    flex-direction: column;
    margin-left: 5px;
}
.checkboxes label {
    display: inline;
    /* padding-left: 10px; */
    margin-left: 5px;
}
.checkboxes {
    display: block;
    flex-direction: row;
}

.checkboxes span {
    margin-left: 30px;
}

.checkboxes input {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
}
/* .checkboxes p {
    margin-left: 30px;
} */
.datenschutz1{
    margin-bottom: 15px;
    margin-left: 30px;
    margin-top: 6px;
}
.btn {
    background-color: #FF0000;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
}

footer {
    background-color: #0B0AF0;
    padding: 20px;
    text-align: center;
    font-size: 12px;
}

.social-links {
    margin-top: 10px;
}

.social-links img {
    width: 40px;
    height: 40px;
}

.social-links a {
    margin: 0 5px;
}

a:link {
    color: white;
    background-color: transparent;
}
a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
  }


@media only screen and (max-height: 400px) {
        
    
    .content {
            flex-wrap: wrap;
            margin-left: 0px;
            width: 100%;
    }

    .left {
        width: 60%;
    }

    .right {
        width: 100%;
    }

    .main-text {
        margin-left: 10%;
    }

    .main-text h1 {
        margin-left: 5%;
    }
    
    .main-text h2 {
        margin-left: 10%;
    }

    .main-text span {
        margin-left: 5%;
    }

    .logo {
        position: absolute;
        top: 18px;
        right: 2px;
    }
    
}


@media screen and (max-width: 1800px) {

    form {
        min-width: 350px;
        width: 50%;
    }
}

@media screen and (max-width: 1470px) {

    body {
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        height: fit-content;
        width: 100%;
    }

    .container {
        position: relative;
        overflow-x: hidden;
    }
    .container1 {
        position: relative;
        overflow-x: hidden;
    }
    .content {
        flex-wrap: wrap;
    }

    .left, .right {
        width: 100%;
    }

    .left {
        display: flex;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .left .main-text {
        width: auto;
        margin: auto;
        font-size: clamp(32px, 6vw, 6vw);
    }
    .left-impressum {
        display: flex;
        padding-top: 5px;
        padding-bottom: 50px;
        margin-left: 10px;
    }

    .checkboxes-datenschutz {
        font-size: 12px;
    }

    .left-impressum .main-text {
        width: auto;
        margin: auto;
        font-size: clamp(32px, 6vw, 6vw);
    }
}

@media screen and (max-width: 480px) {

        
    .content {
        flex-wrap: wrap;
       /* margin-left: 5%;*/
        width: 100%;
        box-sizing: border-box;
    }
    .container {
        width: 100%;
    }
    .container1 {
        width: 100%;
    }
    .side-text {
        font-size: 12px;
    }
    .left {
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .left-impressum {
        padding-top: 50px;
        padding-bottom: 25px;
        margin-left: 10px;
    }
    .checkboxes-datenschutz {
        font-size: 11px;
    }
    /* .datenschutz1{
        margin-left: 2%;
    } */
/*
   
    .right {
        width: 100%;
    }

    .main-text {
        margin-left: 5%;
    }
*/
    .main-text h1 {
        margin-left: 5%;
    }
    
    .main-text h2 {
        margin-left: 10%;
    }

    .main-text span {
        margin-left: 5%;
    }

    .right .logo {
        position: absolute;
        top: 15px;
        width: 120px;
        height: auto;
        right: 25px;
    }
    
    form {
        min-width: unset;
        width: 100%;
    }
    

}


/*
*   OVERRIDE REDESIGN
*/

@font-face {
    font-family: 'Gilroy';
    src: url('https://newsletter.envymypeople.de/fonts/Gilroy-Bold.woff2') format('woff2'),
         url('https://newsletter.envymypeople.de/fonts/Gilroy-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('https://newsletter.envymypeople.de/fonts/Gilroy-Medium.woff2') format('woff2'),
         url('https://newsletter.envymypeople.de/fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('https://newsletter.envymypeople.de/fonts/Gilroy-Regular.woff2') format('woff2'),
         url('https://newsletter.envymypeople.de/fonts/Gilroy-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('https://newsletter.envymypeople.de/fonts/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

:root {
    --color-bg: #e7e7e7;
    --color-red: #FF0402;
    --color-blue: #0B0AF0;
    --color-black: #000;
    --color-text: var(--color-black);
    

    --font-default: 'Gilroy', sans-serif;
    --font-accent: 'Playfair Display', serif;

    --headline-font-size: 145px;
    --headline-line-height: 110px;
    --headline-letter-spacing: -2.9px;
    --headline-indent: -50px;
    --headline-word-spacing: 8px;

    --container-width: calc(100% - 180px);
    --container-justify: flex-start;
    --headline-last-margin: 64px;

    --gradient-1-width: 150px;
    --gradient-2-width: 118px;
    --gradient-3-width: 136px;

}


@media all and (min-width: 1440px) {
    :root {
        --container-width: 1140px;

        --headline-font-size: 145px;
        --headline-line-height: 110px;
        --headline-indent: -100px;
        --headline-word-spacing: 16px;

        --gradient-1-width: 200px;
    }
}

@media screen and (max-width: 767px) {
    :root {
        --headline-font-size: 105px;
        --headline-line-height: 79px;
        --headline-indent: 0px;
        --container-justify: center;
        --container-width: calc(100% - 70px);

        --gradient-1-width: 90px;
        --gradient-2-width: 50px;
        --gradient-3-width: 65px;
    }

    h1 .highlight {
        hyphens: auto;
    }

    form {
        width: 90% !important;
    }

    .footer-links {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 480px) {
    :root {
        --headline-font-size: 62px;
        --headline-line-height: 50px;
    }


}


body {
    color: var(--color-text);
    font-family: var(--font-default) !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

input {
    font-family: var(--font-default) !important;
}

a:link, a:visited {
    color: var(--color-text);
    
}

body, footer {
    background-color: var(--color-bg) !important;
}

.headline_container {
    font-family: var(--font-default);
    margin-top: 10px;
}

.headline_container h1 {
    font-size: var(--headline-font-size);
    line-height: var(--headline-line-height);
    letter-spacing: var(--headline-letter-spacing);
    margin-top: 0;
    margin-bottom: 100px;
    text-indent: var(--headline-indent);
    text-align: center;
    text-align-last: left;
    word-spacing: var(--headline-word-spacing);
}

.headline_container h1 .highlight {
    margin-left: var(--headline-last-margin);
}

.highlight {
    font-family: var(--font-accent) !important;
    font-size: 1.15em;
    line-height: 0.175em;
    font-weight: 400 !important;
    text-transform: lowercase;
}

.side-text {
    position: fixed;
    top: 35px;
    left: 32px;
    transform: rotate(90deg) translateX(-50px);
    transform-origin: left center;
    line-height: 13px;
}

.content {
    flex-direction: column;
    margin-top: 0 !important;
    min-height: 100vh;
    padding: 0;
}

.content > .container {
    align-items: center;
}

.container {
    max-width: var(--container-width);
    width: 95%;
    flex-direction: column;
    height: unset !important;
    justify-content: var( --container-justify);
}

.flex-column-center {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.container::before {
    display: none;
}

form {
    max-width: 830px !important;
}

input {
    font-size: 22px !important;
    line-height: 25px;
    border-radius: 26px;
    padding: 12px 24px !important;
    box-sizing: border-box;
}

input:not([type="submit"]) {
    border: 2px solid var(--color-black);
    background: var(--color-bg);
    margin-bottom: 25px;
}

input:not([type="submit"])::placeholder {
    color: var(--color-text);
    font-size: 22px;
    line-height: 25px;
}

input[type="checkbox"] {
    appearance: none;
    border: 2px solid var(--color-black);
    border-radius: 8px;
    background: var(--color-bg);
    width: 25px;
    height: 25px;
    padding: 0 !important;
    flex-shrink: 0;
}

input[type="checkbox"]:checked {
    background-color: #fff;
	background-image: url(https://newsletter.envymypeople.de/img/icon_checked.png);
	background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
	border-color: #fff !important;
}

input.has-value {
    background-color: #fff;
    border-color: #fff;
}

input:focus,
input:focus-within {
    outline: 3px dotted var(--color-red);
    outline-offset: 3px;
}

.checkboxes-datenschutz {
    font-size: 22px;
    line-height: 25px;
}

.checkboxes-datenschutz .checkboxes {
    display: flex;
    flex-direction: row;
}

.checkboxes label {
    margin-left: 25px;
}

.checkboxes span {
    margin-left: 0 !important;
}

input[type="submit"][disabled] {
    border: 1px solid var(--color-black);
    color: var(--color-black);
    background-color: transparent;
}

input[type="submit"] {
    font-size: 16px !important;
    line-height: 19px;
    font-weight: 400 !important;
    width: 100%;
    max-width: 300px;
    margin-top: 50px;
    margin-bottom: 100px;
}



.btn-with-arrow::before {
    content: '';
    width: 15px;
    height: 8px;
    display: block;
    background: pink;
}

footer {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

footer .container {
    align-items: center;
    gap: 30px;
}

.footer-links {
    max-width: 940px;
    font-size: 15px;
    line-height: 25px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    column-gap: 25px;
    text-transform: uppercase;
    color: var(--color-text);
}


.social-links a {
    margin: 0px 15px;
}

.social-links img {
    width: 25px;
    height: 25px;
}

.footer-links a {
    text-decoration: none;
}

.gradient {
    position: absolute;
    mix-blend-mode: hard-light;
    z-index: -2;
}

#gradient-1 {
    width: var(--gradient-1-width);
    height: 35vh;
    background: linear-gradient(180deg, var(--color-red), transparent);
    margin-left: -50px;
    top: 0;
    left: calc((100vw - var(--container-width)) / 2);
}

#gradient-2 {
    width:  var(--gradient-2-width);
    height: 250px;
    background: linear-gradient(180deg, var(--color-blue), transparent);
    bottom: 250px;
    right: calc(50% - (var(--container-width) / 2));
    z-index: -1;
}

#gradient-3 {
    width:  var(--gradient-3-width);
    height: 70vh;
    background: linear-gradient(180deg, transparent 1%, var(--color-red) 15%, var(--color-red) 45%, transparent 85%);
    bottom: 0;
    right: calc(50% - (var(--container-width) / 2) - 70px);
}

.invert {
    filter: invert(1);
}

.fixed-buttons-bottom {
    position: fixed;
    left: 32px;
    bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 30px;

}

#btn-job,
#btn-kontakt {
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
}

#btn-job {
    background-image: url(https://newsletter.envymypeople.de/img/icon_job.png);
}

#btn-kontakt {
    background-image: url(https://newsletter.envymypeople.de/img/icon_kontakt.png);
}



@media screen and (max-width: 1470px) {
    .container {
        overflow-x: visible;
    }
}

@media screen and (max-width: 577px) {

    .side-text {
        display: none;
    }

    .fixed-buttons-bottom {
        display: none;
    }

    .content > .container {
        align-items: start;
        width: 100%;
    }

    .container {
        max-width: 100%;
        box-sizing: border-box;
    }

    .headline_container, .flex-column-center {
        padding: 0 30px;
    }

    .headline_container {
        margin-top: 3px;
    }

    .headline_container h1 {
        text-align: left;
    }

    form {
        width: 100% !important;
        padding-right: 30px;
        box-sizing: border-box;
    }

    #gradient-1 {
        top: 5px;
        left: -5px;
    }

    #gradient-2 {
        right: 0;
        top: 55px;
    }

    #gradient-3 {
        right: 0;

    }

    .checkboxes-datenschutz {
        font-size: 16px;
        hyphens: auto;
    }

    footer {
        padding: 0;
    }

    .footer-links.desktop {
        display: none !important;
    }

    .social-links img {
        width: 40px;
        height: 40px;
    }


    .footer-links {
        display: inline-block;;
        padding-left: 0;
        padding-right: 0;
        font-size: 12px;
        justify-content: center;
        column-gap: 15px;
        margin-bottom: 25px;
    }

}

@media screen and (min-width: 578px) {
    .footer-links.mobile {
        display: none;
    }
}


@import url("https://www.newstroll.de/app/tpl/style.css");


