/** layout **/

.navbar-custom {
    height: 125px;
}

body[data-layout-mode="horizontal"] .content-page {
    padding-left:0;
    padding-right:0;
}


body {
    font-size:1rem;
    line-height: 1.7;
    font-family: "Raleway";
}

small {
    font-size: 0.8rem;
}

.card {
    border-radius:10px;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
    text-transform:uppercase;
    font-weight:800;
}

h1 {
    margin:0.5em 0;
}

footer {
    font-size:0.75rem;
}

input.form-control, textarea.form-control {
    font-size:120%;
}

/** header **/

    .configurator-container, .instruction-header {
        position: relative;
        margin-top:-1px;
    }

    .greeting-header {
        background-image: url('../../img/greetings/header_wave.jpg');
        background-size: cover;
        background-position: bottom;
        padding:60px 0;
        position: relative;
        height:30vw;
        min-height:500px;
    }

    .greeting-header h3 {
        color:#fff;
        font-weight:900;
        line-height:1.25;
        font-size:30px;
    }

    .greeting-header p {
        font-weight:600;
    }

    .greeting-header .wave {
        background: url('../../img/greetings/wave.png') no-repeat center center;
        background-size: contain;
        height:40%;
        width:10%;
        position:absolute;
        left:45%;
        bottom:15%;
    }


    @media (max-width: 767px) {
        .greeting-header .wave {
            display:none;
        }
    }

    @media (max-width: 576px) {
        .greeting-header {
            text-align:center;
        }
    }

    .instruction-header {
        background-color:#F5BE00;
        background-image: url('../../img/greetings/wave_purple.svg');
        background-repeat: no-repeat;
        background-size: 101%;
        background-position: bottom center;
        position: relative;
        min-height:15vw;
        padding-bottom: 10vw;
        padding-top:30px;
    }

    .instruction-header h3 {
        color:#761543;
        font-weight:900;
        line-height:1.25;
        font-size:30px;
    }

    @media (max-width: 767px) {
        .instruction-header .wave {
            display:none;
        }
    }


    .instruction-list {
        list-style: none;
        counter-reset: li;
        padding-left: 0;
    }

    .instruction-list li {
        counter-increment: li;
        position: relative;
        padding-left: 5em;
        margin-bottom: 30px;
        font-weight:600;
        line-height:1.25;
    }

    .instruction-list li .num {
        position: absolute;
        left:20px;
        top:-9px;
        text-align: right;
        color:#761543;
        font-weight:600;
        line-height:1;
        font-size:50px;
    }



    @media (max-width: 576px) {
        .instruction-header h3,
        .greeting-header h3 {
            font-size:24px;
        }

        .instruction-list li .num {
            left:10px;
            top:-3px;
            text-align: right;
            line-height:1;
            font-size:30px;
        }

        .instruction-list li {
            padding-left: 3em;
        }

        .instruction-list li br {
            display: none;
        }

    }



    .configurator-container {
        background-color: #761543;
        padding-bottom:30px;
    }


    @media (max-width: 576px) {
        .configurator-container .card {
            margin:5px auto;
        }
    }

    .configurator-footer {
        background-color:#fff;
        background-image: url('../../img/greetings/footer.jpg');
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: right top;
        min-height:450px;
    }

    @media (max-width: 767px) {
        .configurator-footer {
            background-size: 100%;
            background-position: center top;
        }

        .configurator-footer .inhalt {
            padding-top:30vw;
        }
    }


/** colors **/

.navbar-custom {
    background-color: #fff;
}

.navbar-custom .topnav-menu.right {
    background-image:url('../../img/greetings/mic_orange.png');
    background-repeat:no-repeat;
    background-position:left center;
    background-size:auto 50%;
}
h3.caption {
    color:#761543;
    font-weight:bold;
    margin-left:50px;
    display:inline;
}

h3, h4 {
    color:#761543;
}

.modal-content, .modal-dialog {
    background-color:#FFF7DB;
}

.card {
    background-color: #FFE8D0;
}

.form-control, .form-control:focus {
    color: #761543;
}

.text-purple {
    color: #761543 !important;
}


.btn {
    text-transform: uppercase;
    font-weight:800;
    padding-left:1.5rem;
    padding-right:1.5rem;
}
.btn-purple {
    background-color: #761543 !important;
    border-color: #761543 !important;
}

.footer {
    background-color:#fff;
}

.footer, .footer a {
    color:#333 !important;
}


/** logo/header **/

.logo-sm img {
    width:200px;
    height:auto;
    position:relative;

    transition: width 0.3s ease;
}

.logo-lg img {
    width:300px;
    height:auto;
    position:relative;

    transition: all 0.3s ease;

}

.navbar-custom {
    transition: height 0.3s ease;
}

.navbar-custom .caption {
    line-height:130px;
    transition: all 0.3s ease;
}



@media (max-width: 576px) {
    .navbar-custom {
        height: 70px;
    }

    .navbar-custom .caption {
        display:none !important;
    }

    .topnav-menu {
        float:right;
        height:70px;
    }

    body.scrolled .logo-sm img {
        width:164px;
    }

    body {
        font-size:1rem;
    }
    h1 {
        font-size:1.5rem;
    }
}


body.scrolled {
    .navbar-custom {
        height: 70px;
    }

    .navbar-custom .caption {
        line-height: 70px;
        font-size:16px;
    }

    .logo-lg img {
        width:150px;
    }

    .logo-sm img {
        width:130px;
        left:0;
    }

}


/** configurator **/

.configurator .station-box,
.configurator .type-box {
    text-align:center;
    background-color:white;
    box-shadow: 10px 7px 7px rgba(0,0,0,0.05);
    border-radius: 10px;
    margin-bottom:10px;
}
.configurator .station-box {
    padding-bottom:10px;
}
.configurator .type-box {
    padding:10px;
}

.configurator .speaker-box {
    text-align:center;
    background-color:white;
    box-shadow: 10px 7px 7px rgba(0,0,0,0.05);
    border-radius: 10px;
    margin-bottom:10px;
    padding:10px;
}


.configurator .type-box .type-content p {
    font-size:0.9rem;
}


@media (min-width: 576px) {
    .configurator .type-content {
        min-height:160px;
    }
}

.text-step {
    color: #FD7231 !important;
}

.configurator
.nav-link.active  {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color:#761543;
    color:#fff;
}

.configurator
.nav-tabs > li > a {
    color: #99a2ab;
}

.configurator
.nav-bordered {
    xborder-bottom: 2px solid #761543 !important;
}


@media (max-width: 576px) {
    .configurator
    .nav-tabs > li > a {
        padding: 5px 10px;
        font-size:0.8rem;
    }
}



.configurator
ul#text-results {
    list-style:none;
    padding:0;
}

.configurator
li.text-suggestion {
    background-color:#F5BE00;
    color:#761543;
    font-weight:600;
    border-radius:5px;
    padding:10px 15px;
    margin-bottom:5px;
}

li.text-suggestion button {
    float:right;
}

