
.scene {
	height: 0;
	min-height: 0;
	overflow: hidden;
	/*transition: all 300ms ease;*/
	position: relative;
	z-index: 10; 
}
.scene.active {
	height: inherit;
	min-height: 100vh;    
	z-index: 11; 
}
.scene.dob-wrapper.active {
	z-index: 20;
}

.card {
	background: none;
	border: none;
}

.card-text {
	margin-bottom: 0;
	font-size: smaller;
}


.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


input:focus {
    outline-color: transparent;
    outline-style: none;
}

a,
a:hover,
a:active,
a:focus {
    outline: 0;
}
.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
}

body{
    background: #000;
    font-family: 'Meister', sans-serif;
    /*color: #ece4c8;*/
	color: #fff;
}
h1{
    font-size: 44px;
}
h2{
    font-size: 38px;
}
.scene h2{
    font-size: 20px;
}
.pages-home .scene h2{
    font-size: 46px;
}
h3{
    font-size: 16px;
}
@media(min-width: 992px){
    h1{
        font-size: 60px;
    }
    h2,
    .scene h2{
        font-size: 54px;
    }
    .pages-home .scene h2{
        font-size: 56px;
    }
    h3{
        font-size: 18px;
    }
}
.container-fluid{
    width: 100% !important;
    max-width: 1920px;
}
.btn{
    white-space: normal;
}
.btn-primary{
    background: #e0570b;
    border: 2px solid #e0570b;
    color: #ece4c8;
    font-weight: bold;
    font-size: 12px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
    background: #ece4c8 !important;
    border-color: #e0570b !important;
    color: #e0570b !important;
}
.btn-border{
    background: rgba(255,255,225,0);
    border: none;
    border-bottom: 2px solid #e0570b;
    color: #ece4c8;
    font-weight: bold;
    font-size: 14px;
    border-radius: 0;
    padding: 7px 0;
}
.btn-border:hover,
.btn-border:active,
.btn-border:focus{
    background: rgba(255,255,225,0);
    color: #e0570b;
}

.text-orange{
    color: #e0570b;
}
.text-cream{
    color: #ece4c8;
}
.main-wrapper{
    width: 100%;
    /*height: 100vh;*/
    min-height: 100vh;
    background-color: #444;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0 10px;
}
@media(min-width: 992px){
    .btn-border{
        font-size: 28px;
    }
    .main-wrapper{
        padding: 110px 0 50px;
    }
}



.wrapper-dob{
    background-image: url('../img/bg1.jpg');
    background-position: center top;
		background-size: cover;
}
.wrapper-home{
    background-image: url('../img/bg2.jpg');
    background-position: center top;
}
.wrapper-gallery{
    background-image: url('../img/bg3.jpg');
    background-position: center top;
}
.wrapper-personal{
    background-image: url('../img/bg3.jpg');
    background-position: center top;
}






.form-dob{
    text-align: right;
}
.form-dob .form-group{
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 10px 0;
}
.form-dob input{
    display: inline-block;
    border: none;
    background: rgba(255,255,255,0);
    color: rgba(236, 228, 200, 0.7);
    border-bottom: 10px solid rgba(236, 228, 200, 0.7);

    font-weight: bold;
    padding: 10px;
    text-align: center;
    border-radius: 0;
    transition: all 300ms ease;
    max-width: 100%;
    width: 180px;
    font-size: 40px;
}
.form-dob input:hover{
    background: rgba(255,255,255,0);
    color: rgba(236, 228, 200, 1);
    border-bottom: 10px solid rgba(236, 228, 200, 1);

}
.form-dob input:focus{
    background: rgba(255,255,255,0);
    color: rgba(224, 87, 11, 0.55);
    border-bottom: 10px solid rgba(224, 87, 11, 0.55);
}
@media(min-width: 992px){
    .form-dob input{
        max-width: 100%;
        width: 180px;
        font-size: 40px;
    }
}

.form-dob input.error{
    border-color: red;
    color: red;
}
.form-dob .input{
    position: relative;
    padding-right: 60px;
    margin: 2vh 0;
}
.form-dob .input label{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: 50% 50%;
    margin: 0;
    width: 80px;
    height: 46px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
		font-size: 11px;
}

.header{
    /*position: fixed;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #ece4c8;
    padding: 40px 0 0;
    z-index: 20;
}

.header a.logo{
    display: block;
    font-size: 0;
    position: relative;
    float: left;
    max-width: 163px;
}
.header .bg-orange{
    height: 32px;
}
.header a.logo img{
    display: block;
}
.header a.logo .logo-jager{
    width: 100%;
}
@media(min-width: 768px){
    .header a.logo{
        max-width: 230px;
    }
    .header .bg-orange{
        height: 45px;
    }
}
@media(min-width: 992px){
    .header a.logo{
        max-width: 250px;
    }
    .header .bg-orange{
        height: 49px;
    }

}
@media(min-width: 1140px){
    .header a.logo{
        max-width: 333px;
    }
    .header .bg-orange{
        height: 62px;
    }
}
.header a.logo img.logo-seal{
    position: absolute;
    top: 82%;
    left: 0;
    /*transform: translate(-70%, -40%);*/
    right: 0;
    /*border-radius: 100%;*/
    background: transparent;
    width: 45%;
}


.header .btn-discover{
    display: inline-block;
    font-weight: bold;
    color: #ece4c8;
    transition: all 300ms ease;
    font-size: 12px;
    position: relative;
    padding: 0 0;
    line-height: 1.2;
}
.header .btn-discover:after{
    content:"";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    transition: all 300ms ease;
    background: rgba(255,255,255,0);
    width: 0;
    height: 0;
}
.header .btn-discover:hover:after{
    background: #ece4c8;
    width: 100%;
    height: 2px;
}
.header .btn-discover:hover,
.header .btn-discover:focus{
    text-decoration: none;
}


.header .btn-discover img{
    display: inline-block;
    width: 50px;
    margin-left: 10px;
}
.header .form-search{
    display: inline-block;
    width: 100%;
    max-width: 400px;
    position: relative;
	margin-left: 8%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e0570b;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e0570b;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #e0570b;
}
.header .form-search input[type="text"]{
    border-radius: 20px;
    border: 2px solid #fbf7e8;
    padding: 5px 5px 5px 40px;
    box-shadow: none;
    display: block;
    width: 100%;
    color: #aaa;
    background: #fbf7e8 url('../img/icon-search-grey.png') no-repeat left 10px center;
    font-size: 14px;
}
.header .form-search input[type="text"]::placeholder{
    color: #aaa;
}
.header .form-search input[type="text"]:-ms-input-placeholder{
    color: #aaa;
}
.header .form-search input[type="text"]::-ms-input-placeholder{
    color: #aaa;
}


.header .form-search button{
    display: none;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    height: 100%;
    width: 40px;
    background: #ece4c8 url('../img/icon-search.png') no-repeat center center;
    cursor: pointer;
    transition: all 300ms ease;
    mix-blend-mode: normal;
}
.header .form-search button:hover{
    /*background: #000 url('../img/icon-search.png') no-repeat center center;*/
    mix-blend-mode: difference;

}


.carousel-item-next {
	z-index: 9000;
}



.header .bg-orange-container{
    padding-left: 8%;
	padding-right: 6%;
}
@media(max-width: 992px){
    .header .bg-orange-container{
        padding-right: 1%;
		padding-left: 1%;
    }
    .header .bg-orange .text-right{
        padding-right: 10px;
    }
	.header .btn-discover {
		font-size: 10px;
	}
	.header {
		padding: 10px 0 0;
	}
	.wrapper2 {
		margin: 0 auto !important;
	}
	.form-search {
		display: none !important;
	}
	.slick-prev{
		left: -15px !important;
	}
	.slick-next{
		right: -15px !important;
	}

}
@media(min-width: 768px){
    .header .bg-orange-container{
        /*padding-left: 60px;*/
        /*padding-right: 60px;*/
    }
}

.header .bg-orange{
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
    background: #e0570b;
    background: url('../img/bg-orange.png') repeat-x -5% center;
    /*background-size: 100% 100%;*/
    max-width: calc(100% - 163px);
}

@media(min-width: 768px){
    .btn-primary{
        font-size: 12px;
    }
    .header .btn-discover{
        font-size: 14px;
    }
    .header .bg-orange{
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media(min-width: 992px){
    .header .btn-discover{
        margin-right: 2rem;
    }
}
@media(max-width: 1600px){
	.wrapper2 {
		width: 90%;
		/*margin-left: 5%;*/
	}
}

@media(max-width: 1599px) and (min-width: 993px){
	.wrapper1 {
		width: 90%;
	}
	.wrapper2 {
		margin-top: 20px;
	}
}











/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev
{
	background-image: url('../img/arrow-left.png');
	background-repeat: no-repeat;
    left: -25px;
}


.slick-next
{
	background-image: url('../img/arrow-right.png');
	background-repeat: no-repeat;
    right: -25px;
}

