body {
    float: left;
    min-width: 600px;
}

ul, ol {
    padding-left: 18px;
}

ul li {
    line-height: 32px;
}

ol {
    list-style: none;
    counter-reset: c;
    padding-left: 0;
}

ol li {
    line-height: 32px;
    counter-increment: c;
}

ol li:before {
    font-weight: bolder;
    content: counter(c) ". ";
    padding-right: 8px;
}

img {
    border-radius: 0.2em;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-stretch:100%;
    font-style:normal;
    font-variant-caps:normal;
    font-variant-east-asian:normal;
    font-variant-ligatures:normal;
    font-variant-numeric:normal;
    color: #333;
}

.button {
    position: relative;
    height: 46px;
    line-height: 46px;
    padding: 0 24px;
    border-radius: 0.2em;
    cursor: pointer;
    transition: 0.2s;
    color: white;
    background: #212c41;
    display: inline-block;
    font-weight: 700;
    user-select: none;
    font-size: 17px;
    margin-right: 10px;
    letter-spacing: inherit;
    box-sizing: border-box;
    text-align: center;
}

.button.fluid {
    width: 100%;
}

.button.small {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}

.button:hover {
    background: #151e2e;
}

.button.primary {
    background: #ff4541;
    color: white;
}

.button.primary:hover {
    background: #d33936;
}


.header {
    background: #fff;;
    color: #212c41;
    height: 70px;
    line-height: 70px;
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 6px 40px #eee;
}

.header .item .button {
    margin-top: 16px;
}

.inner_content {
    position: relative;
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.header .logo {
    font-weight: bolder;
    font-size: 20px;
    width: 25%;
    display: block;
    float: left;
}

.header .menu {
    display: block;
    float: right;
}

.header .menu .item {
    display: block;
    float: left;
    height: 100%;
    padding: 0 16px;
    transition: 0.2s;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
    font-weight: bolder;
    letter-spacing: 0.1px;
    font-size: 16px;
}

.about_me_img {
    position: absolute;
    top: 50px;
    right: 5%;
    width: 480px;
}

.about_me_img img {
    width: 100%;
}

.image_desc {
    font-size: 12px;
    color: #555;
    margin-top: 6px;
}

.content_card.main {
    background-color: #f5f5f5;
}

.content_card.datenschutz_card {
    display: flex;
    height: auto;
}

.content_card.datenschutz_card .inner_content {
    padding: 40px 40px;
    background: white;
}

.content_card.contact {
    margin-top: 120px;
    padding: 100px 0;
}

.content_card {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background-color: #f5f5f5;
}

.content_card.between {
    margin: 120px 0 0;
    background-color: #fff;
}
´
.content_card.between {
    margin: 100px 0 0;
    background-color: #fff;
}

.content_card .img_content {
    display: block;
    float: left;
    width: 50%;
    position: relative;
    height: 100%;
}

a.back_to_mainpage {
    text-decoration: none;
    font-weight: bolder;
}

.content_card .form_content {
    display: block;
    float: left;
    width: 50%;
    position: relative;
    height: 100%;
    padding-right: 100px;
    box-sizing: border-box;
}

.content_card .form_content form {
    float: right;
    width: 465px;
}

form input,
form textarea {
    width: 100%;
    background: #fafafa;
    border-radius: 0.28em;
    border: 2px solid #212c4129;
    font-family: 'Lato', sans-serif;
    font-family: 14px;
    outline: none;
    transition: border 0.4s;
    font-weight: bolder;
    color: #212c41;
    font-size: 15px;
}

form input::placeholder,
form textarea::placeholder {
    color: #aaa;
}

form input:focus,
form textarea:focus {
    border-color: #454545;
}

form input {
    height: 44px;
    line-height: 44px;
    outline: none;
    box-shadow: none;
    padding: 0 12px;
    margin-bottom: 16px;
}

form input.user_full_name {
    text-transform: capitalize;
}

form textarea.contact_msg_textarea {
    min-height: 180px;
    max-height: 210px;
}

form textarea {
    padding: 12px;
    margin-bottom: 16px;
}

form label {
    font-weight: bolder;
    margin-bottom: 6px;
    display: block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .4px;

}

.content_card .img_content img {
    position: absolute;
    width: 500px;
    background-position: center center;
    background-size: cover;
    right: 50px;
}

.content_card.left .img_content img {
    top: 45%;
    left: 20%;
    transform: translate(-20%, -45%);
}

.content_card .text_content {
    display: block;
    float: left;
    width: 50%;
    padding: 0px 0 40px 20px;
    box-sizing: border-box;
    line-height: 24px;
}

.content_card.left .text_content {
    padding: 80px 0 40px 20%;
}

.content_card .text_content .title {
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 24px;
}

.content_card .big_image {
    width: 40%;
    display: block;
    float: left;
    height: 400px;
}

.content_card.main {
    position: relative;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #212c41;
}

.content_card.main .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
}

.content_card.main .info_text {
    position: absolute;
    width: 45%;
    top: 124px;
    left: 3%;
    z-index: 3;
}

.content_card.main .info_text .head_text {
    font-size: 32px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.content_card.main .info_text .sub_text {
    margin-bottom: 32px;
    font-size: 17px;
    color: #4d5666;
    font-weight: bolder;
}

.content_card.main .info_text .sub_text b {
    color: #212c41;
    font-size: 19px;
}


.content_card.infos {
    background: #fff;
    min-height: 400px;
    text-align: center;
    padding: 0 0 40px 0;
}

.content_card .card_header {
    width: 100%;
    font-size: 28px;
    font-weight: bolder;
    color: #212c41;
    margin: 60px 0 40px;
}

.content_card.infos .box {
    width: 1080px;
    min-height: 400px;
    background: white;
    border: 1px solid #eee;
    border-radius: 0.2em;
    box-shadow: 10px 10px 30px #e5e5e5;
    box-sizing: border-box;
    transition: 0.4s;
    cursor: pointer;
    margin: 40px auto;
    display: flex;
    overflow: hidden;
}

.content_card.infos .box .title {
    text-align: left;
    font-weight: bolder;
    font-size: 18px;
    margin-bottom: 14px;
}

.content_card.infos .box .text {
    text-align: left;
    line-height: 22px;
}

.content_card.infos .box .image {
    display: block;
    float: left;
    width: 400px;
    border-right: 1px solid #ddd;
    background-size: cover;
} 

.content_card.infos .box .content {
    display: block;
    float: left;
    width: calc(100% - 400px - 1px);
    padding: 24px;
    box-sizing: border-box;
}

.content_card.infos .box:hover {
    box-shadow: 10px 10px 20px #d5d5d5;
}




.content_card.contact .infos {
    width: 30%;
    display: block;
    float: left;
}

.content_card.contact .infos .highlight {
    font-weight: bolder;
    color: white;
    text-decoration: underline
}

.contact_box {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

.contact_box .form_box {
    position: absolute;
    top: -508px;
    right: 54%;
    background: #fff;
    width: 400px;
    min-height: 468px;
    max-height: 540px;
    padding: 24px;
    border-radius: 0.3em;
    box-shadow: 0 0 30px 5px rgba(0,0,0,.08);
    transition: .4s;
}

.contact_box .form_box:hover {
    box-shadow: 0 0 30px 10px rgba(0,0,0,.1);
}

.contact_box .text_content {
    position: absolute;
}


.contact_box .bottom_content {
    height: 200px;
    width: 100%;
    background: #222;
    overflow: hidden;
}

.contact_box .bottom_content iframe {
    width: 100%;
}


.footer {
    height: 80px;
    line-height: 80px;
    width: 100%;
    display: block;
    float: left;
    background: #1c1c1c;
}

.contact_info_item {
    margin-bottom: 18px;
}

.address_name,
.email,
.phone,
.fax {
    font-family: 'Baloo Da 2', cursive;
    font-size: 17px;
    word-spacing: 0.4px;
}

.address_name i,
.email i,
.phone i,
.fax i {
    margin-right: 24px;
    font-size: 20px;;
    color: #333;
    width: 26px;
    text-align: center;
}

.footer .item {
    font-weight: bolder;
    color: #bbb;
    display: block;
    float: left;
    padding-right: 48px;
    font-size: 16px;
    letter-spacing: 0.1px;
}

.footer .item.link {
    cursor: pointer;
    transition: 0.2s;
}

.footer .item.link:hover {
    color: white;
}

.footer .item.right {
    float: right;
}

.highlight {
    cursor: pointer;
    font-weight: bolder; 
    color: #212c41;
}

a {
    color: #212c41;
}

textarea.negative {
    border-color: #454545 !important;
}

textarea.positive {
    border-color: #454545 !important;
}

.input {
    position: relative;
}

.input.negative input{
    border-color: #454545 !important;
}

.input.positive input {
    border-color: #454545 !important;
}

.input.negative .valid_icon {
    position: absolute;
    right: 18px;
    top: 14px;
    color: #d33936;
}

.input.positive .valid_icon {
    position: absolute;
    right: 18px;
    top: 14px;
    color: #1DB954;
}

.hidden_elements {
    position: absolute;
    display: none;
    width: 0;
    height: 0;
}

.spinner {
    width: 1.5em;
}

.spinner span {
    display: block;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.spinner svg {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.spinner circle:nth-of-type(2) {
    -webkit-animation: spin 3s linear infinite;
            animation: spin 3s linear infinite;
    stroke-dasharray: 1 1;
    stroke-dashoffset: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(-0.25turn);
            transform: rotate(-0.25turn);
}
  
@-webkit-keyframes spin {
    0% {
      stroke-dashoffset: 1;
      -webkit-transform: rotate(-0.25turn);
              transform: rotate(-0.25turn);
    }
    50% {
      stroke-dashoffset: 0;
    }
    100% {
      stroke-dashoffset: -1;
      -webkit-transform: rotate(0.75turn);
              transform: rotate(0.75turn);
    }
}
  
@keyframes spin {
    0% {
      stroke-dashoffset: 1;
      -webkit-transform: rotate(-0.25turn);
              transform: rotate(-0.25turn);
    }
    50% {
      stroke-dashoffset: 0;
    }
    100% {
      stroke-dashoffset: -1;
      -webkit-transform: rotate(0.75turn);
              transform: rotate(0.75turn);
    }
}

.send_contact_email_btn .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 600px) {
    body {
        font-size: 1em;
    }

    .header {
        height: 4em;
        line-height: 4em;
        font-size: 2.8em;
    }

    .header .logo  {
        font-size: inherit;
    }

    #about_me {
        margin-top: 0;
    }

    .header .inner_content {
        padding: 0 1em;
    }

    .about_me_img {
        display: none;
    }

    .content_card.main {
        height: 920px;
    }

    .header .menu .item.contact_btn_item {
        display: none;
    }

    .header .menu .item  {
        font-size: .8em;
    }

    .content_card.main .info_text {
        position: absolute;
        width: 90%;
        top: 124px;
        left: 5%;
        z-index: 3;
    }

    .content_card.main .button {
        font-size: 2.8em;
        height: 2.6em;
        line-height: 2.6em;
        padding: 0 1em;
        margin-right: .4em;
    }

    .content_card.main .info_text .sub_text  {
        font-size: 2.8em;
        margin-bottom: 1.8em;
    }

    .content_card.main .info_text .sub_text b { 
        font-size: 1.1em;
    }

    .content_card.main .info_text .head_text {
        font-size: 5.2em;
        margin-bottom: .6em;
    }

    #contact {
        margin-top: 200px;
    }

    .content_card .img_content {
        width: 100%;
        height: auto;
    }

    .content_card .img_content img {
        width: 100%;
        position: relative;
        right: unset;
    }

    .content_card .text_content {
        width: 100%;
        padding: 0 4em 8em;
    }

    .content_card .text_content .title {
        font-size: 4.2em;
        line-height: 1.4em;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .content_card .text_content .text {
        font-size: 2.8em;
        line-height: 1.4em;
    }

    .content_card.between {
        height: auto !important;
    }

    ul {
        padding-left: 1em;
    }

    ul li,
    ol li {
        line-height: 1.4em;
        margin-bottom: .8em;
        padding-left: .8em;
    }

    .address_name, .email, .phone, .fax {
        font-size: inherit;
        padding-left: 1em;
    }

    .address_name i, .email i, .phone i, .fax i {
        margin-right: 1em;
        font-size: 20px;
        color: #333;
        width: 26px;
        text-align: center;
        font-size: inherit;
        width: 1em;
    }

    .contact_box .form_box {
        top: -20%;
        right: 5%;
        left: 5%;
        width: 90%;
        min-height: 1263px;
        max-height: 1563px;
        font-size: 2.8em;
        box-sizing: border-box;
        padding: 1.2em;
    }

    .contact_box .form_box .button {
        font-size: 1.2em;
        height: 2.2em;
        line-height: 2.2em;
    }

    .contact_box .bottom_content {
        height: 80em;
    }

    form label {
        font-size: .7em;
        margin-bottom: .6em;
    }

    form input {
        font-size: .9em;
        height: 3em;
        margin-bottom: 1.4em;
        border-width: .12em;
        padding: 1em;
    }

    form textarea.contact_msg_textarea {
        font-size: inherit;
        margin-bottom: 1.6em;
        border-width: .12em;
        padding: .6em 1em;
        height: 8em !important;
        min-height: unset;
        max-height: unset;
    }

    .footer {
        height: 4em;
        font-size: 2.8em;
        line-height: 4em;
    }

    .footer .item {
        font-size: .7em;
    }

    .footer .inner_content {
        padding: 0 1em;
    }
  
}
