@font-face {
    font-family: 'Roboto 300';
    src: url('../Fonts/Roboto-300.ttf');
}

@font-face {
    font-family: 'Roboto 400';
    src: url('../Fonts/Roboto-400.ttf');
}

@font-face {
    font-family: 'Roboto 700';
    src: url('../Fonts/Roboto-700.ttf');
}

* {
    font-family: 'Roboto 300', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8rem;
    margin: 0;
    outline: none;
    padding: 0;

    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

body {
    background-color: #fafafa;
    color: #1a1a1a;
}

h2 {
    font-family: 'Roboto 700', sans-serif;
    font-size: 3rem;
    font-style: italic;
    font-weight: normal;
    line-height: 3rem;
}

h3 {
    font-family: 'Roboto 300', sans-serif;
    font-size: 3rem;
    font-style: italic;
    font-weight: normal;
    line-height: 3rem;
}

h4 {
    font-family: 'Roboto 400', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: .5rem;
    padding-left: .1rem;
    text-transform: uppercase;
}

a {
    color: #1a1a1a;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

a.anchor {
    display: block;
    position: relative;
    top: calc(-4rem + 1px); /* Höhe des Headers + 1px aufgrund von Berechnungsfehlern bei der Darstellung */
    visibility: hidden;
}

strong {
    font-family: 'Roboto 700', sans-serif;
    font-style: italic;
    font-weight: normal;
}

h1, h2, h3, h4, p, strong, em {
    cursor: default;
}

input,
textarea,
select {
    -webkit-appearance: none; /* Webkit */
    -moz-appearance: none; /* FF */
    appearance: none; /* Future */

    border: none;
    border-radius: 1px;
    color: #1a1a1a;
    font-family: 'Roboto', sans-serif;
}

/* IE11 */
select::-ms-expand {
    display: none;
}

textarea {
    resize: none;
}

.clearbreak {
    clear: both;
}

.hp,
.parsley-required,
.parsley-errors-list {
    display: none;
}

.content {
    margin: 0 auto;
    padding: 6rem 0;
    position: relative;
    width: 1320px;
}

.content-outer-image {
    background-image: url('/Resources/Public/Images/content-outer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.content-outer-image > div {
    background-color: rgba(20, 20, 20, .8);
}

.content-outer-color {
    background-color: rgba(26, 26, 26, .2);
}

.columns .col {
    float: left;
}

.columns .col.col-50:first-child {
    border-right: 1px solid rgba(26, 26, 26, .1);
    padding-right: 2rem;
    width: calc(50% - 2rem - 1px);
}

.columns .col.col-50:nth-child(2) {
    margin-left: 4rem;
    width: calc(50% - 4rem);
}

header {
    background-color: rgba(26, 26, 26, .3);
    border-bottom: 1px solid #ed1b2e;
    box-sizing: border-box;
    cursor: default;
    display: block;
    height: 4rem;
    position: fixed;
    top: 0;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 10;
}

header.scrolled,
.force-scrolled-header header {
    background-color: rgba(26, 26, 26, 1);
    border-bottom: 1px solid #3a3a3a;
}

header h1 {
    left: 0;
    margin: 0;
    position: absolute;
    top: .7rem;
}

header h1 img {
    height: 2.6rem;
    width: auto;
}

header h1 span {
    display: none;
    font-size: 0;
}

header nav.main {
    position: absolute;
    right: 10rem;
    top: 0;
}

header nav.main a {
    box-sizing: border-box;
    color: #fafafa;
    display: inline-block;
    font-family: 'Roboto 400', sans-serif;
    font-weight: normal;
    height: 4rem;
    line-height: 4rem;
    margin-left: 3rem;
    text-transform: uppercase;
}

header nav.main a:hover {
    color: #fff;
}

main {
    overflow: hidden;
    padding-top: 4rem;
}

main .content ul {
    display: table;
    margin: 1rem 0;
}

main .content ul li {
    display: table-row;
}

main .content ul li::before {
    content: '•';
    display: table-cell;
    padding-right: 1rem;
}

main .stage {
    background-image: url('/Resources/Public/Images/start.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 90vh;
    margin-bottom: 10vh;
    margin-top: -4rem;
    width: 100%;
}

main .stage > div.bg-gradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

main .stage > div.bg-gradient .apr {
    background-color: #000;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
    bottom: 2rem;
    height: auto;
    max-width: 20%;
    opacity: .8;
    padding: 2rem;
    position: absolute;
    right: -.5rem;
    transition: all .3s ease-in-out;
    width: 14rem;
}

main .stage > div.bg-gradient .apr:hover {
    right: 0;
}

main .stage > div.content {
    padding: 0;
}

main .stage > a {
    background-image: url('/Resources/Public/Images/arrow-down.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2rem auto;
    bottom: calc(5vh - 1rem);
    display: inline-block;
    height: 2rem;
    margin-left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 2rem;
}

main .stage .slogan {
    bottom: 62vh;
    position: absolute;
    right: 0;
}

main .stage .slogan h2,
main .stage .slogan h3 {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 1px;
    color: #fafafa;
    display: inline-block;
    margin-bottom: .5rem;
    padding: .5rem .75rem;
    text-transform: uppercase;
    transform: translateY(100%);
}

main .configurator {
    background-color: rgba(0, 0, 0, .6);
    border-radius: 1px;
    display: inline-block;
    padding: 1rem;
}

main .configurator h3,
main .configurator h4 {
    color: #fff;
}

main .configurator.configurator--quick {
    bottom: 4rem;
    position: absolute;
}

main .configurator select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fafafa;
    background-image: url('/Resources/Public/Images/arrow-down.png');
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: auto .4rem;
    border-radius: 1px;
    cursor: pointer;
    float: left;
    font-family: 'Roboto 400', sans-serif;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: normal;
    height: 3rem;
    line-height: 3rem;
    margin-right: .2rem;
    padding: 0 1rem;
    width: 36rem;
}

main .configurator > p {
    color: #1a1a1a !important;
    font-size: .9rem;
    margin-top: .5rem;
    opacity: 0;
    padding-left: .1rem;
    transition: all .3s ease-in-out;
}

main .configurator > p.active {
    opacity: .7;
}

main .configurator.configurator--quick select {
    width: 30rem;
}

main .configurator select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

main .configurator input[type="submit"] {
    background-color: #ed1b2e;
    background-image: url('/Resources/Public/Images/submit.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 1.6rem;
    color: #fafafa;
    cursor: pointer;
    float: left;
    font-family: 'Roboto 400', sans-serif;
    font-size: 2rem;
    font-weight: normal;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1.5rem;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

main .configurator input[type="submit"]:hover {
    background-color: #db1628;
}

main .configurator.configurator--tool {
    float: left;
}

main .configurator.configurator--tool + p {
    float: left;
    font-family: 'Roboto 400', sans-serif;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: normal;
    line-height: 9.6rem;
    margin-left: 3rem;
    opacity: 0;
    transition: all .6s ease-in-out;
}

main .configurator.configurator--tool + p span {
    color: #db1628;
    font-family: 'Roboto 400', sans-serif;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: normal;
}

main .configurator.configurator--tool + p.active {
    opacity: 1;
}

main .configurator-result {
    margin-top: 3rem;
    opacity: 0;
    transition: all .6s ease-in-out;
}

main .configurator-result.active {
    opacity: 1;
}

main .configurator-result > p {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    font-size: .9rem;
    hyphens: auto;
    margin-top: 1.5rem;
    width: calc(60% + 8rem);
}

main .configurator-result > div {
    margin-top: 1rem;
}

main .configurator-result > div:first-child {
    margin-top: 0;
}

main .configurator-result > div > span,
main .configurator-result > div > div.result {
    display: block;
    float: left;
    height: 2.4rem;
    line-height: 2.4rem;
}

main .configurator-result > div > span {
    color: #fafafa;
    font-family: 'Roboto 400', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    width: 8rem;
}

main .configurator-result > div > div.result {
    background-color: #ed1b2e;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    transition: all 1.2s ease-in-out;
    width: 0;
}

main .configurator-result.active > div > div.result {
    width: 60%;
}

main .configurator-result > div > div.result div {
    background-color: #fafafa;
    box-sizing: border-box;
    display: block;
    height: 2.4rem;
    line-height: 2.4rem;
    max-width: 85%;
    padding-left: 1rem;
    position: relative;
    transition: all .6s ease-in-out;
    z-index: 1;
}

main .configurator-result > div > div.result span {
    display: inline-block;
    height: 2.4rem;
    line-height: 2.4rem;
    transition: all .6s ease-in-out;
}

main .configurator-result > div > div.result > span {
    color: #fafafa;
    font-family: 'Roboto 400', sans-serif;
    font-weight: normal;
    position: absolute;
    right: 1rem;
    top: 0;
}

main .content > h2 {
    font-family: 'Roboto 400', sans-serif;
    font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 2rem;
}

main .content a:hover {
    color: #ed1b2e;
}

main .content a.btn {
    background-color: #ed1b2e;
    color: #fafafa;
    cursor: pointer;
    float: left;
    font-family: 'Roboto 400', sans-serif;
    font-weight: normal;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1.5rem;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

main .content a.btn:hover {
    background-color: #db1628;
}

main .content .image-text p,
main .content .image-text img {
    float: left;
    width: calc(50% - 2rem);
}

main .content .image-text p {
    margin-right: 2rem;
}

main .content .image-text img {
    margin-left: 2rem;
}

main .content-outer-image .content h2,
main .content-outer-image .content p {
    color: #fafafa;
}

main .contact-form div.col-50 {
    float: left;
    width: 50%;
}

main .contact-form input[type="text"],
main .contact-form input[type="email"],
main .contact-form textarea {
    background-color: rgba(26, 26, 26, .05);
    border-bottom: 1px solid rgba(26, 26, 26, .1);
    box-sizing: border-box;
    height: 3rem;
    line-height: 3rem;
    margin-bottom: 2rem;
    padding: 0 .5rem;
    transition: all .3s ease-in-out;
    width: calc(100% - 2rem);
}

main .contact-form textarea {
    height: 12rem;
    line-height: inherit;
    padding-top: .5rem;
}

main .contact-form input[type="text"].parsley-error,
main .contact-form input[type="email"].parsley-error,
main .contact-form textarea.parsley-error {
    border-bottom: 1px solid #db1628;
}

main .contact-form input[type="text"]:focus,
main .contact-form input[type="email"]:focus,
main .contact-form textarea:focus {
    border-bottom: 1px solid rgba(26, 26, 26, .3);
}

main .contact-form p {
    margin-bottom: 2rem;
}

main .contact-form p a {
    color: #ed1b2e;
}

main .contact-form input[type="submit"] {
    background-color: #ed1b2e;
    color: #fafafa;
    cursor: pointer;
    font-family: 'Roboto 400', sans-serif;
    font-weight: normal;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1.5rem;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

main .contact-form input[type="submit"]:hover {
    background-color: #db1628;
}

main .contact-form p.success,
main .contact-form p.error {
    margin-bottom: 2rem;
}

main .contact-form p.success i,
main .contact-form p.error i {
    margin-right: .75rem;
}

main .contact-form p.success i {
    color: #4bb543;
}

main .contact-form p.error i {
    color: #db1628;
}

footer {
    background-color: #0a0a0a;
}

footer .content {
    padding: 2rem 0;
}

footer a,
footer span {
    color: #666;
    font-size: .9rem;
}

footer a {
    margin-right: 2rem;
    text-transform: uppercase;
}

footer a:hover {
    color: #999;
}

footer span {
    position: absolute;
    right: 0;
    top: 2rem;
}

.layer {
    background-color: rgba(0, 0, 0, .8);
    height: 100vh;
    left: -2000px;
    opacity: 0;
    position: fixed;
    top: -100vh;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: 20;
}

.layer.active {
    left: 0;
    opacity: 1;
    top: 0;
}

.layer > div {
    background-color: #fafafa;
    border-radius: 1px;
    box-sizing: border-box;
    margin: 50vh auto 0;
    max-width: 1320px;
    padding: 2rem;
    transform: translateY(-50%);
    width: 70%;
}

.layer > div > i {
    background-color: #ed1b2e;
    border-radius: 1px;
    color: #fafafa;
    cursor: pointer;
    height: 3rem;
    line-height: 3rem;
    position: absolute;
    right: -1.5rem;
    text-align: center;
    top: -1.5rem;
    transition: all .3s ease-in-out;
    width: 3rem;
}

.layer > div > i:hover {
    background-color: #db1628;
}

.layer > div h2 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}

.layer > div p {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-bottom: 1rem;
}

.layer > div p:last-child {
    margin-bottom: 0;
}


@media (max-width: 1359px) {

    .content {
        padding: 4rem 0;
        width: calc(100% - 4rem);
    }

    main .stage {
        height: 85vh;
        margin-bottom: 14vh;
    }

    main .stage > a {
        bottom: calc(7vh - 1rem);
    }

    .columns .col.col-50:first-child {
        width: calc(60% - 2rem - 1px);
    }

    .columns .col.col-50:nth-child(2) {
        width: calc(40% - 4rem);
    }

    main .configurator-result > div > div.result div {
        max-width: 80%;
    }

    .layer > div {
        width: 80%;
    }

}


@media (max-width: 1023px) {
    header nav.main {
        right: 9rem;
    }

    header nav.main a {
        margin-left: 2rem;
    }

    main .configurator.configurator--quick {
        bottom: 8rem;
    }

    main .content .image-text p {
        margin-right: 1rem;
        width: calc(65% - 1rem);
    }

    main .content .image-text img {
        margin-left: 1rem;
        width: calc(35% - 1rem);
    }

    main .configurator.configurator--tool,
    main .configurator.configurator--tool + p {
        float: none;
    }

    main .configurator.configurator--tool + p {
        line-height: inherit;
        margin-left: 0;
        margin-top: 3rem;
    }

    .columns .col.col-50:first-child,
    .columns .col.col-50:nth-child(2) {
        border: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .columns .col.col-50:first-child {
        border-bottom: 1px solid rgba(26, 26, 26, .1);
        margin-bottom: 4rem;
        padding-bottom: 4rem;
    }

    .columns .col.col-50 .col-50 {
        width: calc(50% - 1rem);
    }

    .columns .col.col-50 .col-50:first-child {
        margin-right: 1rem;
    }

    .columns .col.col-50 .col-50:nth-child(2) {
        margin-left: 1rem;
    }

    main .contact-form input[type="text"],
    main .contact-form input[type="email"],
    main .contact-form textarea {
        width: 100%;
    }


    .layer {
        background-color: transparent;
    }

    .layer > div {
        border-radius: 0;
        height: 100vh;
        margin: 0;
        padding: 2rem;
        transform: none;
        width: 100%;
    }

    .layer > div > i {
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        height: 3rem;
        line-height: 3rem;
        right: 0;
        top: 0;
        width: 3rem;
    }

    .layer > div h2 {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 1.5rem;
    }

    .layer > div p {
        font-size: .9rem;
    }
}


@media (max-width: 899px) {
    header nav.main a {
        font-size: .9rem;
        margin-left: 1.5rem;
    }
}


@media (max-width: 767px) {
    h2 {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }

    h3 {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }

    header nav.main {
        display: none;
    }

    main .content > h2 {
        font-size: 2rem;
        line-height: 2.2rem;
    }

    main .stage {
        height: 90vh;
        margin-bottom: 0;
    }

    main .stage .slogan {
        bottom: 68vh;
        right: -2rem;
    }

    main .stage > div.bg-gradient .apr {
        bottom: 5rem;
        max-width: none;
        right: 0;
        width: 8rem;
    }

    main .stage > a {
        display: none;
    }

    main .configurator {
        margin-left: -1rem;
        width: 100%;
    }

    main .configurator.configurator--quick {
        bottom: 12rem;
    }

    main .configurator select,
    main .configurator.configurator--quick select {
        margin-right: 0;
        padding: 0 1.5rem 0 .25rem;
        width: calc(100% - 3rem);
    }

    main .configurator select {
        font-size: 1rem;
    }

    main .configurator-result > div > span,
    main .configurator-result.active > div > div.result {
        width: 100%;
    }

    main .configurator-result > div > div.result {
        border-bottom-left-radius: 1px;
        border-top-left-radius: 1px;
    }

    main .configurator-result > div > div.result div {
        max-width: 68%;
    }

    main .content .image-text p {
        margin-bottom: 2rem;
        margin-right: 0;
        width: 100%;
    }

    main .content .image-text img {
        margin-bottom: -4rem;
        margin-left: -2rem;
        width: calc(100% + 4rem);
    }

    .columns .col.col-50 .col-50 {
        margin: 0 !important;
        width: 100%;
    }

    main .contact-form input[type="text"],
    main .contact-form input[type="email"],
    main .contact-form textarea {
        margin-bottom: 1rem;
    }

    footer .content {
        padding: 1rem 0;
    }

    footer nav {
        text-align: center;
    }

    footer a {
        font-size: .8rem;
        margin: 0 .5rem;
    }

    footer span {
        display: none;
    }
}
