/* ---------------- Algemeen ---------------- */
@font-face {
    font-family: CarneroSemibold;
    src: url("font/carnero-semibold.otf") format("opentype");
}

:root {
    --primaryColor: #3CBDE0;
    --secondaryColor: #212C50;
    --white: #EDEDED;
    --titleFont: CarneroSemibold;
}

body {
    font-size: 1rem;
}

h1::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(images/streepjes.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 25px;
    left: -30px;
}

h1 {
    background-image: linear-gradient(to right, var(--secondaryColor) 0%, #ffffff 10%);
}

h1,
h2,
h3,
h4,
h5,
header a {
    font-family: var(--titleFont), sans-serif;
    color: var(--secondaryColor);
}

header .icons a {
    color: white;
}

.btn-primary {
    border-color: var(--primaryColor);
    background-color: var(--primaryColor);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: var(--secondaryColor);
    background-color: var(--secondaryColor);
}

body {
    max-width: 100vw;
    overflow-x: hidden;
}

a {
    color: var(--accentColor);
}

.section {
    width: 80vw;
    max-width: 1200px;
    padding: 25px 0 50px 20px;
    margin: 35px auto;
}

#facturatie-gegevens input {
    width: 89%;
    display: block;
}

#nummer-bus > label {
    display: block;
}

#nummer-bus > input {
    display: inline-block;
}

#nummer-bus > .slash {
    margin-right: 4%;
}


/* ----------------- Header ----------------- */
#body {
    margin-top: 12vh;
}

#bodycontainer {
    min-height: 62vh;
    display: flex;
    padding-left: 30px;
}

header {
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
}

.top-bar {
    background-color: var(--secondaryColor);
    color: white;
    text-align: right;
    height: 2em;
    min-height: 25px;
}

.top-bar .container,
.top-bar .icons {
    height: 100%;
}

.top-bar .icons a {
    padding: 0 .5em;
    transition: .5s;
}

.top-bar .icons a:hover,
.top-bar .icons a:focus {
    color: var(--primaryColor);
    transition: .5s;
}

nav {
    height: 9vh;
    min-height: 70px;
}

.navbar,
.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    height: 6vh;
}

nav .navbar-collapse.show,
nav .collapsing {
    width: 100vw;
    background: white;
    padding: 30px;
    position: fixed;
    left: 0;
    top: 12vh;
    z-index: 5;
}


.navbar-nav .clm-right {
    list-style: none;
    border-radius: 5px;
}

.clm-left,
nav .nav .nav-item:last-child i,
.home .title-wrapper {
    display: none;
}

.navbar-nav .clm-right li img {
    position: relative;
    top: 12px;
    margin-right: 10px;
    height: 10px;
}

.navbar-nav .clm-right a {
    margin-left: 0;
    padding-left: 0;
}

.navbar-nav .clm-right li {
    margin-left: 0;
    margin-bottom: .25em;
    display: flex;
}

@media (min-width: 992px) {

    nav .dropdown-menu,
    .header-phone {
        display: none;
    }

    nav .dropdown-menu.show {
        position: absolute;
        top: 6vh;
        background-color: #f3f3f3;
        border: 1px solid #f3f3f3;
        z-index: 10;
        width: 600px;
        height: 270px;
        border-radius: 8px;
        left: -250px;
        display: flex;
        padding: 0;
    }

    nav .dropdown-menu.show::before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-image: url(../public/images/triangle.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: -14px;
        left: 280px;
    }

    .navbar-nav .clm-left {
        display: block;
        width: 50%;
        padding: 20px 30px;
        background-color: #f3f3f3;
        color: #777;
        border-radius: 8px 0 0 8px;
    }

    .navbar-nav .clm-left h3 {
        color: var(--secondaryColor);
        text-transform: none;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .navbar-nav .clm-right {
        width: 50%;
        padding: 20px 30px;
        background: white;
    }

    .navbar-nav .clm-right li img {
        position: relative;
        top: 12px;
        margin-right: 10px;
        height: 10px;
    }

    nav .nav .nav-item:last-child a {
        background: var(--primaryColor);
        border-radius: 5px;
        margin-left: 1em;
        display: flex;
    }

    nav .nav .nav-item:last-child a {
        padding: .5rem 1em;
        color: white;
        transition: .5s;
    }

    nav .nav .nav-item:last-child a:hover,
    nav .nav .nav-item:last-child a:focus {
        background: var(--secondaryColor);
        color: white;
        transition: .5s;
    }

    nav .nav .nav-item:last-child i {
        display: block;
        padding-left: .5em;
        position: relative;
        top: 4px;
        left: -.6em;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

hr {
    background-color: var(--secondaryColor);
    width: 20%;
    margin-left: 0;
    margin-top: .5rem;
}

.row {
    margin: 0;
}

/* ------------------ Body ------------------ */
.btn-default,
#wizard form input[type=button] {
    color: #fff;
    border-color: var(--primaryColor);
    background-color: var(--primaryColor);
    padding: 8px 40px;
    letter-spacing: 1px;
    margin-right: 10px;
    transition: all .5s ease;
}

.btn-default::after,
#wizard form input[type=button]::after{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/css/images/chevron-right-light.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    left: 5px;
    top: 2px;
    transition: all .5s ease;
}

.btn-default:focus,
.btn-default:hover,
#wizard form input[type=button]:focus,
#wizard form input[type=button]:hover {
    background-color: var(--secondaryColor);
    color: white;
    text-decoration: none;
}

.btn-default:focus::after,
.btn-default:hover::after
#wizard form input[type=button]:focus::after,
#wizard form input[type=button]:hover::after {
    left: 10px;
}

#second-base .row > div > p {
    padding-bottom: 60px;
}

#second-base .row > div > a {
    position: absolute;
    bottom: 0;
}

#wizard {
    margin-left: -15px;
}

.step, .step_content {
    width: 100%;
}

.btnChoiceContainer, .btnChoiceHostingContainer {
    background-color: rgba(27, 119, 190, 0.08);
    border: none;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    transition: .5s;
}

.btnChoiceContainer:hover, .btnChoiceHostingContainer:hover {
    background: rgba(27, 119, 190, 0.2);
}

.alert-info {
    background-color: rgba(27, 119, 190, 0.2);
    border: none;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.orderList {
    padding-top: 10px;
    padding-bottom: 15px;
}

#order_fac,
#order_whois_0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#order_fac .actions,
#order_whois_0 .actions {
    flex: 0 0 100%;
    max-width: 100%;
}

#order_fac > .col-right {
    width: 100%;
}

#order_whois_0 > .col-md-6 > .row > .form-group {
    padding: 0;
}

/*#order_fac input {
     width: 50%;   
}*/

#order_fac #fldNumber, #txtNumber_0 {
    width: 40%;
    margin-right: 4%;
}

#order_fac #fldAddendum, #txtAddendum_0 {
    width: 40%;
}

#step_five form select.ihave {
    width: 80%;
}

.betalingswijze .radio {
    width: 100%
}

.betalingswijze .radio input {
    widows: 20px;
}

#wizard hr {
    margin-top: 1rem;
}

#wizard form input[type=button] {
    display: inline-block;
}

#wizard .domainSpec .label {
    padding-right: 10px;
}

.btnChoiceHostingContainer.windows p,
.btnChoiceHostingContainer.linux p {
    padding-top: 40px !important;
}

.btnChoiceHostingContainer.return i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* ----------------- Footer ----------------- */
footer {
    color: #fff;
}

footer h5 {
    font-family: var(--titleFont), sans-serif !important;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}


footer a {
    text-decoration: underline;
    transition: .5s;
}

footer a:hover,
footer a:focus {
    color: var(--secondaryColor);
    text-decoration: underline;
}

.main-footer p {
    margin-bottom: -2px;
    color: white;
    padding: 0;
}

.main-footer {
    background-color: var(--primaryColor);
    padding: 30px 0;
    font-style: 15px;
}

.main-footer ul {
    list-style: none;
    padding: 0;
}

.credentials {
    background-color: var(--secondaryColor);
    font-size: 12px;
    padding-top: 20px;
    margin: 0;
}
