@font-face {
    font-family: 'Graphik';
    src: url('font/Graphik-Thin.otf') format('opentype');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('font/Graphik-Light.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('font/Graphik-Medium.otf') format('opentype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('font/Graphik-Semibold.otf') format('opentype');
    font-weight: 800;
    font-display: swap;
}

body, html {

    background: #fff;
    color: #052d5a;
    margin: 0;
    padding: 0;
    clear: none;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    font-family: Graphik, 'Sans-Serif';
    overflow-x: hidden;
    letter-spacing: 0.4px;
}


* {
    box-sizing: border-box;
}

h1 {
    margin: 0 0 40px 0;
    padding: 0;
    font-weight: 800;
    font-size: 20px;
    color: inherit;
    line-height: 30px;
}

h2 {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 600;
    font-size: inherit;
    font-size: 15px;
    color: inherit;
}

.datenschutz h1, .impressum h1 {
    font-size: 26px;
}

.datenschutz h2, .impressum h2 {
    margin: 40px 0 5px 0;
    font-size: 20px
}

.datenschutz h3, .impressum h3 {
    margin: 20px 0 5px 0;
    font-size: 16px;
}

.datenschutz p, .impressum p {
    margin: 0;
}

.datenschutz strong, .impressum strong {
    display: block;
    padding: 20px 0 0 0;
    font-weight: 400;
    text-decoration: underline;
}

h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 600;
    font-size: inherit;
    color: inherit;
}

h4 {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 800;
    font-size: 20px;
    color: inherit;
    line-height: 30px;
}

sup, sub {
    line-height: 0px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}

.blue a {
    color: #f0f0f0;
}

a:hover {
    text-decoration: none;
    color: #e6003c;
}

.pagelink {
    color: #052d5a;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

#content {
    position: relative;
    z-index: 50;
    padding-top: 100px;
    max-width: 1280px;
    margin: 0 auto;
/ / border: 1 px dashed green;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
}

#header {
    padding-top: 4px;
    height: 50px;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 98;
}

#logo {
    margin-right: calc(50% - 640px);
    width: 250px;
    float: right;
    display: block;
}

#hamburger, #close_hamburger {
    display: inline-block;
    color: #052d5a;
    margin-left: calc(50% - 640px);
    cursor: pointer;
    transition: 0.1s;
    padding-top: 5px;
}

#hamburger:hover, #close_hamburger:hover {
    color: #e6003c;
}

.attention {
    color: #e6003c !important;
}


#footer {
    margin-top: 130px;
    padding: 20px 0 20px 0;
    width: 1280px;
    left: calc(50% - 640px);
    position: relative;
    font-weight: 600;

/ / position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 95;
    padding: 10px 0 5px calc(50% - 640px);
    width: 100%;
    left: 0;
}

#footer a {
    font-weight: 400;
    color: #999;
    margin-left: 40px;
}

#footer a:hover {
    color: #e6003c;
}

.lang {
    margin-left: 100px;
}

#menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #052d5a;
    background: linear-gradient(135deg, #052d5a 0%, #0b3f77 100%);
    z-index: 99;
}

#menu #header {
    background: none;
}

#menu #close_hamburger {
    color: #f0f0f0;
}

#menu #footer {
    color: #f0f0f0;
    position: absolute;
    bottom: 0;
    background: none;
}

#menu ul {
    list-style: none;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 350%;
    position: fixed;
    top: calc(20%);
    left: calc(50% - 600px);
}

#menu #termine {
    opacity: 0.7;
    box-sizing: border-box;
    padding: 0;
    border: 0px solid #f0f0f0;
    width: 600px;
    height: 600px;
    position: fixed;
    top: calc(20%);
    left: calc(50% - 00px);
    background: none !important;
    transition: 0.3s;
}

#menu #termine:hover {
    opacity: 1;
}

#menu #termine img {
    max-width: 100%;
}

#menu #schmuck {
    display: none;
    box-sizing: border-box;
    border: 0px solid #f0f0f0;
/ border-radius: 250 px;
    width: 400px;
    height: 400px;
    position: fixed;
    top: calc(20%);
    left: calc(50% + 406px);
    background: #fff;
}

#menu .active {
    color: #aaa;
}

#breadcrumb {
    display: block;
    color: #999;
    word-spacing: 5px;
    width: 100%;
    margin-bottom: 50px;
}

#breadcrumb a {
    color: inherit;
}

#breadcrumb a:hover {
    color: #e6003c;
}

#breadcrumb i {
    color: #ccc;
}

#pattern_logo {
    text-align: center;
}

#pattern_logo img {
    width: 90%;
}

.pattern_start {
    width: 100%;
}

.pattern_start td {
    width: 25%;
}

.pattern_start img {
    border: 1px solid #fff;
    width: 100%;
    display: block;
}

.light_right {
    position: absolute;
    background: url(photos/pattern_col20.jpg);
    background-size: 100%;
    right: 0px;
    width: 384px;
    height: 384px;
    margin-right: -390px;
}

.plz {
    box-sizing: border-box;
    padding: 30px 30px 15px 30px;
}

.flexed {
    display: flex;
    flex-wrap: wrap;
}

.columns {
    column-count: 2;
    column-gap: 10%;
}

.col0 {
    display: none;
}

.col5 {
    width: 5%;
}

.col10 {
    width: 10%;
}

.col15 {
    width: 15%;
}

.col20 {
    width: 20%;
}

.col25 {
    width: 25%;
}

.col30 {
    width: 30%;
}

.col40 {
    width: 40%;
}

.col45 {
    width: 45%;
}

.col50 {
    width: 50%;
}

.col60 {
    width: 60%;
}

.col100 {
    width: 100%;
}

.full {
    width: calc(1280px + 1000px);
    display: flex;
    flex-wrap: wrap;
    padding: 60px 500px;
    margin: 0 -500px;
}

.gap {
    height: 150px;
    width: 100%;
}

.mt-150 {
    margin-top: 150px;
}

.mt-50 {
    margin-top: 50px;
}

.tgab {
    display: none;
}

.small-gap {
    height: 50px;
    width: 100%;
}

.small-tgap {
    display: none;
}

hr {
    border: 0;
    height: 2px;
    background: #ddd;
    width: 100%;
}

.blue {
    background: #052d5a;
    background: linear-gradient(135deg, #052d5a 0%, #0b3f77 100%);
    color: #f0f0f0;
}

.grey {
    background: #eee;
    background: linear-gradient(135deg, #f0f0f0 0%, #f8f8f8 100%);
}

.inner-box {
    height: 100%;
    padding: 20px;
    position: relative;
}

.valign-bottom {

}

.button {
    display: inline-block;
    width: auto;
    padding: 7px 15px;
    border: 1px solid #052d5a;
}

.blue .button {
    border: 1px solid #f0f0f0;
}

.button i {
    margin: 0 15px 0 0;
}

.button_produkte {
    margin: 30px 0 0 0;
}

.historie strong {
    display: block;
    width: 100%;
    font-weight: 200;
    font-size: 90px;
    padding: 40px 0 60px 0;
    margin-bottom: 20px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #999;
}

.prozess h2 {
    display: block;
    width: 100%;
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #999;
}

.produkte, .prozess {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.produkte .col5, .prozess .col5 {
    width: 6.25%;
}

.prozess .col25 {
    width: 27.5%;
}

.produkte .circle {
    width: 100%;
    height: auto;
    padding-top: 100%;
    background: #fff;
    opacity: 0.2;
}

.produkte h2 {
    display: block;
    width: 100%;
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #999;
}

.images_4 img {
    display: inline-block;
    width: calc(49% - 4px);
    margin: 2px;
}

.circle {
    border-radius: 100%;
    background: #eee;
    width: 100%;
    height: 100%;
    padding: 2px;
}

.grey .circle {
    border-radius: 100%;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 2px;
}

.pattern-padding {
    padding: 2px;
}

.blue .pattern-padding {
    border-width: 0;
    margin: 2px;
}

.image-border img {
    margin: 2px;
    width: calc(100% - 4px);
}

.image-padding img {
    margin: 20px;
    width: calc(100% - 40px);
}

.image_dice {
    width: calc(100%);
}

.image_round {
    width: calc(100%);
    border-radius: 100%;
}

.slider img {
/ / display: none;
}

.slider_call {
    width: auto;
}

.slider_call div {
    font-size: 10px;
    display: inline-block;
    margin: 0 10px 5px 10px;
    background: #052d5a;
    width: 10px;
    height: 10px;
}

.slider_aktiv {
    background: #e6003c !important;
    opacity: 1;
}

.karriere_header {
    background: url("/img/photos/karriere_header.jpg") no-repeat;
    background-size: 100% auto;
    height: 700px;
}

.karriere_header .col25 {
    margin: 330px 0 0 70%;
}

figure.slider {
    animation-duration: calc(var(--time) * 4);
    animation-name: shifting;
    animation-iteration-count: infinite;
}

@keyframes progress {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.progress-bar {
    position: relative;
    width: 0%;
    height: 2px;
    background: #e6003c;
}

.progress-start {

    -webkit-animation: progress 5s infinite;
    -moz-animation: progress 5s infinite;
    -o-animation: progress 5s infinite;
    animation: progress 5s infinite;
}

.materialbeispiele {
    width: 100%;
}

.materialbeispiele td {
    padding: 5px 0 5px 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #999;
}

.materialbeispiele tr:last-child td {
    border-width: 00;
}

input, select {
    padding: 5px;
    margin: 3px 0 8px 5px;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    background: #fff;
    border: 1px solid #dfe5f0;
}

.blue input, select {
    color: #052d5a;
}

textarea {
    margin: 3px 0 8px 5px;
    padding: 1px 3px;
    background: #fff;
    border: 1px solid #dfe5f0;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

input:focus, select:focus {
    background: #fff;
    border-color: #052d5a;
}

input[type=submit] {
    background: #052d5a;
    color: #fff;
}

input[type=checkbox] {
    margin: 2px 4px 2px 0;
    padding: 0;
}

input:-moz-read-only {
    border-color: #fff;
}

textarea:-moz-read-only {
    border-color: #fff;
    resize: none;
}

.kontakt_info span {
    display: inline-block;
    width: 75px;
}

.kontakt .col30 {
    margin-bottom: 40px !important;
}

#pers {
    display: none;
}

.plz a {
    font-weight: 400 !important;
    cursor: pointer;
}

#ost_plz_suche {
    padding: 3px;
    display: block;
    margin-left: 40px;
    background: #eee;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #ccc;
    color: #052d5a;
    width: 60px;
    text-align: center;
}

#ost_plz_suche:focus {
}

#ost_plz_ergebnis {
    display: block;
    float: right;
}

#ost_plz_ergebnis img {
    display: inline-block;
    width: 250px;
}

.plz .pagelink {
    display: block;
}

@media only screen and (max-width: 599px) {
    #breadcrumb a, #breadcrumb i {
        display: none;
    }

    #breadcrumb {
        height: 20px;
    }

    #header {
        padding-top: 10px;
        height: 50px;
        width: 100%;
    }

    #content {
        padding-top: 50px;
    }

    #logo {
        margin-right: 10px;
        width: 50%;
    }

    #hamburger, #close_hamburger {
        margin-left: 10px;
    }


    p, h1, .pagelink, h2 {
        margin-left: 5px;
    }

    h1 {
        margin-top: 10px;
    }

    .full {
        padding: 20px 0;
        margin: 0;
    }

    .col20, .col25, .col30, .col40, .col45, .col50, .col60, .col100 {
        width: 100%;
    }

    .col5, .col10 {
        display: none;
    }

    .image-padding .col50 {
        width: 50%;
    }

    .slider_call {
        display: none;
    }

    .pagelink {
        display: block;
        margin-bottom: 30px;
    }

    .gap {
        display: none;
    }

    .sgap {
        display: block !important;
        height: 50px;
    }

    .o0 {
        display: none;
    }

    .o1 {
        order: 1;
        display: auto;
    }

    .o2 {
        order: 2;
        display: auto;
    }

    .o3 {
        order: 3;
        display: auto;
    }

    .o4 {
        order: 4;
        display: auto;
    }

    .o5 {
        order: 5;
        display: auto;
    }

    .o6 {
        order: 6;
        display: auto;
    }

    .o7 {
        order: 7;
        display: auto;
    }

    .o8 {
        order: 8;
        display: auto;
    }

    .o9 {
        order: 9;
        display: auto;
    }

    .o10 {
        order: 10;
        display: auto;
    }

    .o11 {
        order: 11;
        display: auto;
    }

    .o12 {
        order: 12;
        display: auto;
    }

    .o13 {
        order: 13;
        display: auto;
    }

    .o14 {
        order: 14;
        display: auto;
    }

    .o15 {
        order: 15;
        display: auto;
    }

    .o16 {
        order: 16;
        display: auto;
    }

    .plz {
        width: 100%;
        padding: 5px;
        margin-top: 40px;
    }

    .plz .pagelink {
        margin-bottom: 5px !important;
        display: none;
    }

    #ost_plz_ergebnis {
        width: 100%;
    }

    #pers {
        display: block;
    }

    .kontakt {
        margin: 0;
        width: 100%;
        overflow: scroll;
        display: flex;
        flex-wrap: nowrap;
    }

    .kontakt .col30 {
        min-width: 260px;
        margin-right: 20px;
    }

    .kontakt .col20 {
        font-size: 9px;
    }

    .historie {
        margin: 50px 0;
        width: 100%;
        overflow: scroll;
        display: flex;
        flex-wrap: nowrap;
    }

    .historie div {
        display: inline-block;
        width: 400px !important;
        margin-right: 20px;
    }

    .historie .col5 {
        display: inline-block;
        width: 20px;
    }

    .prozess {
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .prozess div {
    }

    .prozess .col25 {
        min-width: 200px;
        margin-right: 50px;
    }

    .prozess .col15 {
        min-width: 200px;
        margin-right: 30px;
    }

    .prozess .col5 {
        display: none;
    }

    .materialbeispiele td {
        width: 50%;
        padding-left: 2px;
    }

    .produkte {
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .produkte div {
        display: inline-block;
    }

    .produkte .col30 {
        min-width: 200px;
        margin-right: 90px;
    }

    .produkte .col15 {
        min-width: 200px;
        margin-right: 30px;
    }

    .produkte .tol5 {
        min-width: 10px;
    }

    .produkte .col5 {
        display: none;
    }

    .karriere_header {
        height: auto;
    }

    .karriere_header .col25 {
        margin: 60% 0 0 0;
    }

    h4 {
        margin-top: 50px;
    }

    #footer {
        margin-top: 0px;
        padding: 20px 5px;
        width: 100%;
        left: 0;
        position: relative;
        font-weight: 600;
    }

    #footer a {
        display: block;
        font-weight: 400;
        color: #999;
        margin-left: 15px;
    }

    #footer a:hover {
        color: #e6003c;
    }

    #menu #footer {
        position: fixed;
        bottom: 0;
        z-index: 99;
        left: 5%;
    }

    #menu ul {
        list-style: none;
        color: #fff;
        font-size: 20px;
        line-height: 175%;
        position: relative;
        margin-top: 100px;
        margin-left: 20px;
        top: 0;
        left: 0;
    }

    #menu #termine {
        opacity: 1;
        width: 90%;
        position: relative;
        margin-top: 50px;
        bottom: auto;
        top: auto;
        left: 5%;
    }

    #menu .lang {
        display: none;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    #breadcrumb a, #breadcrumb i {
        display: none;
    }

    #breadcrumb {
        height: 20px;
    }

    #header {
        padding-top: 10px;
        height: 50px;
        width: 100%;
    }

    #content {
        padding-top: 50px;
    }

    #logo {
        margin-right: 10px;

    }

    #hamburger, #close_hamburger {
        margin-left: 10px;
    }

    p, h1, .pagelink {
        margin-left: 5px;
    }

    .tgap {
        display: block;
        height: 150px;
        width: 100%;
    }

    .small-tgap {
        display: block;
        height: 50px;
        width: 100%;
    }

    .tol0 {
        display: none !important;
    }

    .tol5 {
        display: block;
        width: 5% !important;
    }

    .tol10 {
        display: block;
        width: 10% !important;
    }

    .tol15 {
        display: block;
        width: 15% !important;
    }

    .tol20 {
        display: block;
        width: 20% !important;
    }

    .tol25 {
        display: block;
        width: 25% !important;
    }

    .tol30 {
        display: block;
        width: 30% !important;
    }

    .tol40 {
        display: block;
        width: 40% !important;
    }

    .tol45 {
        display: block;
        width: 45% !important;
    }

    .tol50 {
        display: block;
        width: 50% !important;
    }

    .tol60 {
        display: block;
        width: 60% !important;
    }

    .tol100 {
        display: block;
        width: 100% !important;
    }

    .full {
        padding: 20px 0;
        margin: 0;
    }

    .historie strong {
        font-size: 70px;
        padding-bottom: 40px;
    }

    .historie {
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .historie div {
        display: inline-block;
    }

    .historie .col20 {
        min-width: 200px;
        margin-right: 30px;
    }

    .historie .col5 {
        display: none;
    }

    .prozess {
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .prozess div {
        display: inline-block;
    }

    .prozess .col25 {
        min-width: 200px;
        margin-right: 90px;
    }

    .prozess .col15 {
        min-width: 270px;
        margin-right: 30px;
    }

    .prozess .col5 {
        display: none;
    }

    .produkte {
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .produkte div {
        display: inline-block;
    }

    .produkte .col30 {
        min-width: 200px;
        margin-right: 90px;
    }

    .produkte .col15 {
        min-width: 300px;
        margin-right: 30px;
    }

    .produkte .tol5 {
        min-width: 10px;
    }

    .produkte .col5 {
        display: none;
    }

    .karriere_header {
        padding-top: 60%;
        height: auto;
    }

    #footer {
        padding: 0;
        width: 100%;
        left: 10%;
        bottom: 10px;
        position: relative;
        font-weight: 600;
    }

    #footer a {
        display: block;
        margin-left: 0;
        font-size: 16px;
    }

    #footer a:hover {
        color: #e6003c;
    }

    #menu #footer {
        position: fixed;
        bottom: 10px;
        z-index: 99;
    }

    #menu ul {
        list-style: none;
        color: #fff;
        font-size: 24px;
        line-height: 200%;
        position: relative;
        margin-top: 100px;
        margin-left: 0;
        top: 0;
        left: 10%;
        padding: 0;
    }

    #menu #termine {
        opacity: 1;
        width: 80%;
        position: relative;
        margin-top: 50px;
        bottom: auto;
        top: auto;
        left: 10%;
    }

    #menu .lang {
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    #breadcrumb a, #breadcrumb i {
        display: none;
    }

    #breadcrumb {
        height: 20px;
    }

    #header {
        padding-top: 10px;
        height: 50px;
        width: 100%;
    }

    #content {
        padding-top: 50px;
    }

    #logo {
        margin-right: 10px;
        height: 30px;
    }

    #hamburger, #close_hamburger {
        margin-left: 10px;
    }

    #footer {
        width: 100%;
        left: 0;
    }

    p, h1, .pagelink {
        margin-left: 5px;
    }

    .full {
        padding: 20px 0;
        margin: 0;
    }
}

.t td {
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #000;
    padding: 3px;
}