/*Specifcation*/
.confirmation-section {
    background-color: #000 !important;
    width: auto !important;
    height: 90vh !important;
    font-family: "AkzidenzGroteskBQ-Bold!important";
    background: url("../img/confirmation.jpg") no-repeat center center !important;
}

p {
     margin-bottom: 0;
}


a.active.focus, a.active:focus,
a.focus, a:active.focus, a:active:focus,
a:focus, button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}

select:focus {
    box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
       
}

textarea:focus {
    box-shadow: 0 0 0 0 rgba(0,123,255,0)!important; 
    outline-style: none!important;
    border-color: #ad2432;
}

li {
    list-style-type: none; 
}

ul {
    margin-left: 0; 
    padding-left: 0; 
}

select:active {
    border-color: #ad2432;
}


a {
    color: #333333;
    text-decoration: underline;
}

a:hover {
    color: #ad2432;
}


[class^="icon-"], [class*=" icon-"] {
    font-size: 30px
}

h3 {
    font-size: 30px;
    color: #333333;
}

h4 {
    font-size: 18px;
}


/*Styles*/

.container-fluid {
    padding: 0;
    position: relative;
}

/* .header__background {
    width: 100%;
    height: 100px;
    background-color: #282d3c;
    display: flex;
    justify-content: space-between;
}

.menu {
    width: 120px;
    background-color: #b2b2b2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu__icon {
    position: relative;
    width: 30px;
    height: 3px;
    background-color: #000000;

}

.menu__icon::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #000000;
    left: 0;
    top: -10px;  
}



.menu__icon::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #000000;
    left: 0;
    bottom: -10px;  
}

.logo__image {
    width: 350px;
    margin-top: 24px;
}

.btn:hover {
    color: #fff;
    background-color: #bd505b;
} */

/*.btn__book {
    background-color: #ad2432;
    padding: 40px;
    color: #fff;
    border-radius: 0;
}*/



.confirmation {
    position: relative;
    height: 89vh;
}

.confirmation__content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100%;
    padding: 0 15px;
    
}

.confirmation__headline {
    color: #fff;
    font-family: "AkzidenzGroteskBQ-BdCnd";
    font-size: 72px;
    text-align: center; 
}

.confirmation__date {
    display: flex;
    justify-content: center;
    font-family: "AkzidenzGroteskBQ-BdCnd";
    color: #fff;
    font-size: 36px;
}

.date {
    padding-right: 15px;
}

.price {
    border: 2px solid rgba(255, 255, 255, .5);
    width: 240px;
    height: 70px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-family: "AkzidenzGroteskBQ-BdCnd";
    margin: 20px auto;
}

.price__number {
    margin-top: 5px;
}

.btn__conf {
    background-color: #ad2432;
    height: 60px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    padding: 0 35px;
    margin: 30px auto;
    display: block;
    font-family: "AkzidenzGroteskBQ-Bold";
}

@media screen and (max-width:768px) { 
    .confirmation__headline {
        font-size: 42px;
    }
}

