/* Get Univa from Adobe */

@import url("https://use.typekit.net/jgu4ulj.css");

html,
body {
    font-size: 16px;
    font-family: "univia-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #eee
}

.row,
.container {
    --bs-gutter-x: 0;
}

main {
    background: white;
    margin: 0 auto;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, 1);
    --bs-navbar-hover-color: rgba(255, 255, 255, 1);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}

.nav-link:hover {
    transform: scale(1.1);
    /*  border-bottom:1px solid rgba(255, 255, 255, 0.75);*/
    transition: all 0.2s
}

.navbar > .container {
    padding: 0 7rem
}

.navbar-brand > img {
    width: 18rem;
    height: auto;
}

.navbar .nav-item {
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    padding-right: 2rem;
    color: white
}

.navbar.scrolled > .container {
    height: 6rem;
    background: #273c5277;
    transition: all 0.2s
}

.navbar.scrolled {
    padding-top: 0
}

.navbar.scrolled .navbar-brand > img {
    width: 9rem;
    transition: all 0.2s
}

header {
    background-image: url(../images/header.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
}

.uc {
    text-transform: uppercase;
    font-weight: 500
}

h1 {
    font-weight: 600;
    padding: 6rem;
    font-size: 5.4rem;
    color: white;
    margin-top: 6rem;
    letter-spacing: 0.05rem
}

h1 span {
    color: #1d9dd9
}

h3 {

    font-size: 2rem;
    text-transform: uppercase
}

.zitat {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7rem 1rem;
    background: white;
}

.zitat h2 {
    font-size: 6rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #1d9dd9;
    text-align: center;

}

.zitat p {
    font-size: 2.8rem;
    line-height: 1.3;
    padding: 2rem 12rem;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 300;
}

.zitat div > div {
    text-align: right;
    font-size: 1.3rem;
    font-weight: 300;
}

img.motive {
    max-width: 100%
}

.container.about > .row > div {
    font-size: 1.9rem;
    color: white;
    font-weight: normal;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about .bg-blau {
    padding: 1rem 6rem;
}

.about .bg-grau {
    padding: 1rem 8rem;
}

.about .bg-beige {
    padding: 1rem 6.5rem;
}

div.bg-blau,
.row-blau {
    background: #1d9dd9;
}

div.bg-grau,
.row-grau {
    background: #273c52;
}


div.bg-beige {
    background: #c1a98b;
}

div.bg-dunkel {
    background: #3d4548;
}

div.bg-blau h3:after {
    content: "..........";
    color: #c1a98b;
    display: block;
    margin-left: -2rem;
    height: 2rem;
    margin-top: 0rem;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
    margin-bottom: 2.5rem
}

.materialliste {
    font-size: 1.9rem;
    color: white;
    font-weight: 300;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bg-dunkel.materialliste {
    padding: 1rem 6rem
}

.materialliste p:after {
    content: "..........";
    color: #1d9dd9;
    display: block;
     margin-left: -2.5rem;
    height: 0.5rem;
    margin-top: -0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
    margin-bottom: 1rem;
}

.materialliste p.uc:after {
    margin-top: 0.4rem;
}

img.h-icon {
    height: 6rem;
    margin: 0 auto;
    margin-bottom: 2rem
}

.coils img.h-icon {
    height: 7rem;
}

.feinblech img.h-icon {
    height: 9rem;
}

.coils,
.spaltband,
.feinblech {
    font-size: 1.9rem;
    color: white;
    font-weight: 400;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 7rem
}

.coils > div > p:first-child:before,
.spaltband > div > p:first-child:before,
.feinblech > div > p:first-child:before {
    content: "...........";
    color: #1d9dd9;
    margin-left: -2.5rem;
    height: 1rem;
    margin-top: 0rem;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
    margin-bottom: 01.2rem;
    display: block;
}

.spaltband > div > p:after,
.feinblech > div > p:after {
    content: "..........";
    color: #1d9dd9;
    margin-left: -2.5rem;
    height: 1rem;
    margin-top: -0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
    margin-bottom: 1.2rem;
    display: block;
}

.coils > div > p:first-child:before {
    color: #c1a98b;
}

.feinblech > div > p:first-child:before,
.feinblech > div > p:after {
    color: #3d4548
}

.coils h2,
.spaltband h2,
.feinblech h2 {
    font-size: 6rem;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0.5rem;
}


.spaltband div,
.feinblech div {
    padding-left: 5rem;

}

.coils div {
    padding-left: 5rem;
    padding-right: 5rem;
}

.coils h2 {
    text-align: center;
}

.contact {
    background-image: url(../images/home_08.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
}

.contact > div {
    background: #273c52;
    display: flex;
    width: 50%;
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
}

.contact h2 {
    font-weight: 400;
    color: white;
    margin-bottom: 0.5rem;
}



.container,
main {
    max-width: 100% !important;
}

.copyright {
    text-align: center;
    padding: 2rem
}

form {
    text-align: center;
    position:absolute;
}

form > * {
    display: block;
    width: 22rem;
    font-size: 1.5rem;
    margin: 1rem;
    padding:0.5rem
}

form .btn-submit {
    background: #1d9dd9;
    border-radius: 0.3rem;
    border: 2px solid white;
    width: auto;
    padding:0.5rem 1.5rem;
    margin: 0 auto;
    color: white;
    text-transform: uppercase;
    margin-top:2rem
}

.contact .dieantwort{display:none;position:absolute;}


@media (min-width: 1400px) {

    main,
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1580px !important;
    }

}

@media (min-width: 992px) {
.contact h2 {
    font-size: 6rem;}
    .fixed {
        position: sticky;
        top: 6em;

        /*  z-index:99999;*/
    }

    div.linkid {
        position: absolute;
        margin-top: -5.9rem;
    }

}

@media (max-width: 1580px) {

    html,
    body {
        font-size: 0.9875vw;
    }
}

@media (max-width: 991px) {

    html,
    body {
        font-size: 1.5vw;
    }

    header {
        background-size: cover;
        aspect-ratio: 16 / 9;
    }

    h1 {
        font-size: 6vw;

    }

    .zitat h2 {
        font-size: 6vw;
    }

    .about .bg-grau {
        padding: 3rem;
    }

    .about .bg-blau {
        padding: 3rem;
    }

    .about .bg-beige {
        padding: 3rem;
    }

    .bg-dunkel.materialliste {
        padding: 3rem;
    }

    .coils,
    .spaltband,
    .feinblech {

        padding: 4rem 3rem;
    }

    .coils h2,
    .spaltband h2,
    .feinblech h2 {
        text-align: center
    }
}

@media (max-width: 468px) {

    html,
    body {
        font-size: 9px;
    }

    .navbar > .container {
        background: none;
        transition: all 0.2s
    }

    .navbar > .container {
        padding: 0rem;
    }

    .navbar {
        padding: 0;
        background: #273c52aa;
    }

    .navbar-collapse {
        background: #273c52aa;
        padding: 3rem;
    }

    .navbar .navbar-brand > img {
        width: 9rem;
        transition: all 0.2s;
        margin-left: 2rem;
    }

    .navbar-toggler {
        margin-right: 2rem;
    }

    .navbar .nav-item {
        font-size: 1.5rem;
    }


    h1 {
        font-weight: 600;
        padding: 4rem;
        font-size: 2.5rem;
        color: white;
        margin-top: 6rem;
        letter-spacing: 0.02rem;
    }

    header {
        background-size: cover;
        aspect-ratio: 16 / 9;
    }

    .zitat h2 {
        font-size: 2.5rem;
        font-weight: 400
    }

    .zitat p {
        font-size: 2rem;
        line-height: 1.3;
        padding: 2rem 2rem;
        text-align: center;
        margin-bottom: 0rem;
        font-weight: 400;
    }

    .about .bg-grau {
        padding: 3rem;
    }

    .about .bg-blau {
        padding: 3rem;
    }

    .about .bg-beige {
        padding: 3rem;
    }

    .zitat {}

    .zitat > div {
        padding: 5rem 0;
    }

    .bg-dunkel.materialliste {
        padding: 3rem;
    }

    .coils h2,
    .spaltband h2,
    .feinblech h2 {
        font-size: 5rem;
        font-weight: 400;
        text-transform: uppercase;
        color: white;
        margin-bottom: 0.5rem;
        text-align: center
    }

    .coils,
    .spaltband,
    .feinblech {
        font-size: 1.9rem;
        line-height: 1.3;
        display: flex;
        padding: 4rem 3rem;
    }

    .coils div {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .spaltband div,
    .feinblech div {
        padding-left: 5rem;
    }
    
    .contact{
    width: 400px;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;}
    
    .contact > div {width:66%}

}


/* Animation */

.contact > div {
    transition: transform 1s ease;
    transform: scale(0)
}

.contact.in-view > div {
    transition: transform 1s ease;
    transform: scale(1);
    transition-delay: 1.2s
}

.contact > div > h2 {
    opacity: 1;
    position: absolute
}

.contact.in-view > div > h2 {
    opacity: 0;
    transition: opacity 0.5s ease;
    transition-delay: 3.5s
}

.contact > div > form {
    opacity: 0
}

.contact.in-view > div > form {
    opacity: 1;
    transition: opacity 0.5s ease;
    transition-delay: 4s
}



.container_:not(.footer),
.container:not(.footer) > .row > .col,
div > p,
div > h1,
div > h2,
div > h3,
div > button {
    transform: translateY(50px);
    opacity: 0;
}

.container_.in-view:not(.footer),
.container:not(.footer) > .row > .col.in-view,
div > p.in-view,
div > h1.in-view,
div > h2.in-view,
div > h3.in-view,
div > button.in-view {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.8s, transform 0.8s ease;
}

div > h2 > span:last-child {
    transform: translateY(50px);
    opacity: 0;
}

div > h2.in-view > span:last-child {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.8s, transform 0.8s ease;
    transition-delay: 0.3s
}


.anim_nach_rechts {
    transform: translateX(-100%);
    z-index: 0
}

.container.in-view .anim_nach_rechts {
    transform: translateX(0%);
    transition: transform 2s ease
}

.anim_von_unten {
    transform: translateY(15%);
}

.container.in-view .anim_von_unten {
    transform: translateY(0%);
    transition: transform 2s ease;
    transition-delay: .2s
}


.navbar .container,
.theheader .frame-container.frame-container-default {
    opacity: unset;
    transform: none;
}

#headimage .container .row > div {
    transform: translateY(0px);
}

@media (max-width: 767px) {
    .ppc-right .frame-group-container .frame-container {
        opacity: 1;
        margin-bottom: 5rem;
    }

    a.morelink,
    a.downloadlink p {
        font-size: 1.1rem;
        line-height: 1.1;
    }

}

:root {
    --index: 0;
}

*:nth-child(1) {
    --index: 1;
}

*:nth-child(2) {
    --index: 2;
}

*:nth-child(3) {
    --index: 3;
}

*:nth-child(4) {
    --index: 4;
}

*:nth-child(5) {
    --index: 5;
}

*:nth-child(6) {
    --index: 6;
}

*:nth-child(7) {
    --index: 7;
}

*:nth-child(8) {
    --index: 8;
}

*:nth-child(9) {
    --index: 9;
}

*:nth-child(10) {
    --index: 10;
}

*:nth-child(11) {
    --index: 11;
}

*:nth-child(12) {
    --index: 12;
}


.container .row > .col.in-view:nth-child(n) {
    transition-delay: calc(var(--index) * 0.1s);
}