@import url("https://fonts.engravo.de");

@font-face {
    font-family: Neuton;
    src: url('../fonts/01_Neuton-Regular.ttf');
}

@font-face {
    font-family: Mural;
    src: url('../fonts/02_MuralScript.ttf');
}

@font-face {
    font-family: PatrickHand;
    src: url('../fonts/03_PatrickHand-Regular.ttf');
}

@font-face {
    font-family: Ubuntu;
    src: url('../fonts/04_UbuntuCondensed-Regular.ttf');
}

body {
    font-family: EngravoSoft, sans-serif;
}

.container-md.content {
    max-width: 580px;
}

.logo {
    border: 1px solid #dfdfda;
    margin: 40px 0 30px 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
}

#lang {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 75px;
}

h1,
h2,
h3,
h4 {
    color: #39485b;
}

h1 a {
    font: Bold 54px/58px EngravoSoft, sans-serif;
    letter-spacing: -0.08px;
    color: #39485b;
    opacity: 1;
    margin-bottom: 22px;
    display: inline-block;
}

h1 a:hover {
    color: #39485b;
}

.text-lg {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: rgba(57, 72, 91, 0.6);
}

header p {
    margin-bottom: 0.5rem;
    font: Regular 20px/30px Engravo Soft, sans-serif;
    letter-spacing: 0.16px;
    color: rgba(46, 49, 54, 0.871);
    opacity: 1;
}

footer p {
    margin-bottom: 0;
}

header p:last-child {
    margin-bottom: 0;
}

/* .step {
    margin: 10px 0;
} */

.number {
    width: 80px;
    height: 80px;
    background: #f9f9f7 0% 0% no-repeat padding-box;
    border-radius: 50%;
    font: Bold 36px/40px EngravoSoft, sans-serif;
    letter-spacing: -0.02px;
    color: #39485b;
    opacity: 1;
    margin-bottom: 20px;
}

.number span {
    position: relative;
    top: 20px;
}

.white-btn {
    background: #f9f9f7 0% 0% no-repeat padding-box;
    font-weight: 500;
    font-size: 0.8125rem;
    color: rgba(90, 107, 123, 0.871);
    border-color: transparent;
    text-transform: uppercase;
    display: inline-block;
    border: none;
}

.white-btn:hover {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: rgba(90, 107, 123, 0.871);
    border: none;
}

/* .center-pills {
    display: flex;
    justify-content: center;
} */

.nav-pills .nav-link {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-size: 0.875rem;
    color: rgba(90, 107, 123, 0.871);
    min-width: 160px;
    padding: 11px 0;
}

.nav-pills .nav-link:hover {
    border-radius: 100px;
    background: #f9f9f7 0% 0% no-repeat padding-box;
}

.nav-pills .nav-link.active {
    color: rgba(249, 249, 247, 0.87);
    text-transform: uppercase;
    display: inline-block;
    border-radius: 100px;
    box-shadow: 0 6px 20px -2px rgba(0, 0, 0, 0.15);
}

.nav-pills .nav-link.active:hover {
    border-radius: 100px;
    background: #dc5c73 0% 0% no-repeat padding-box;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    display: inline-block;
}

.btn-primary {
    border-radius: 100px;
    font-weight: 500;
    font-size: 0.9375rem;
    color: rgba(249, 249, 247, 0.87);
    border-color: transparent;
    text-transform: uppercase;
    display: inline-block;
    border: none;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 2.375rem;
}

.btn-primary:hover {
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 6px 20px -2px rgba(0, 0, 0, 0.15);
}

.chars-remaining {
    margin: 8px 0 35px;
    letter-spacing: 0.11px;
    color: rgba(57, 72, 91, 0.6);
}

.btn-save-configuration {
    margin-top: 20px;
}

footer {
    margin: 200px 0 50px;
    font: Regular 14px/23px Engravo Soft, sans-serif;
    letter-spacing: 0.11px;
    color: rgba(57, 72, 91, 0.6);
}

.message {
    padding: 25px 20px;
    border-radius: 4px;
}

.message.error {
    background: rgba(220, 92, 115, 0.1) 0% 0% no-repeat padding-box;
    border: 1px solid #dc5c73;
    color: rgba(220, 92, 115, 1);
}

.message.notice {
    background: rgba(93, 144, 157, 0.1) 0% 0% no-repeat padding-box;
    border: 1px solid #5d909d;
    color: rgba(93, 144, 157, 1);
}

#configurator label {
    display: none;
}

#configurator .form-group {
    position: relative;
    margin-bottom: 40px;
}

/* #configurator .field-btn {
    position: absolute;
    top: 0;
    right: 0;
} */

#configuration-modal #configurator label {
    display: block;
    text-align: left;
}

.field-group {
    padding: 28px 30px 0 30px;
    margin-bottom: 50px;
}

.side-switcher {
    padding: 35px 0 28px;
}

#configuration-modal .step,
#configuration-modal .field-btn,
#configuration-modal .chars-remaining,
#configuration-modal .customer-satisfaction,
#configuration-modal .btn-save-configuration,
#configuration-modal .message,
#configuration-modal .field-group,
#configuration-modal .preview-hint,
#configuration-modal .side-switcher {
    display: none !important;
}

#configuration-modal #configurator.configuration-completed .field-group {
    display: block !important;
}

#configuration-modal .form-group {
    margin-bottom: 40px;
}

#configuration-modal .img-container-wrapper.front,
#configuration-modal .img-container-wrapper.back,
#configuration-modal #configurator .product-side-headline {
    display: block !important;
}

.view-save-configuration {
    margin-top: 40px;
}

.form-control {
    padding: 0.7rem 1rem;
}

select.form-control {
    padding: 0.9rem 1rem;
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:focus {
    outline: none;
}

[class$="__preview-text"] {
    position: absolute;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    line-height: 1.5;
}

.img-container {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.img-container-wrapper {
    padding: 20px 0 20px 0;
}

.img-container.preview-font__0 [class$="__preview-text"] {
    font-family: Neuton, sans-serif;
}

.img-container.preview-font__1 [class$="__preview-text"] {
    font-family: Mural, sans-serif;
}

.img-container.preview-font__2 [class$="__preview-text"] {
    font-family: PatrickHand, serif;
}

.img-container.preview-font__3 [class$="__preview-text"] {
    font-family: Ubuntu, sans-serif;
}

.transparent-motif {
    max-width: 100%;
}
