@font-face {
    font-family: 'Futura-Book';
    src: url('font/Futura-Book.eot');
    src: url('font/Futura-Book.eot?#iefix') format('embedded-opentype'),
        url('font/Futura-Book.woff2') format('woff2'),
        url('font/Futura-Book.woff') format('woff'),
        url('font/Futura-Book.ttf') format('truetype'),
        url('font/Futura-Book.svg#Futura-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura-Bold';
    src: url('font/Futura-Bold.eot');
    src: url('font/Futura-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/Futura-Bold.woff2') format('woff2'),
        url('font/Futura-Bold.woff') format('woff'),
        url('font/Futura-Bold.ttf') format('truetype'),
        url('font/Futura-Bold.svg#Futura-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html, body {
    background: #efecea;
    color: #27221d;
    font-family: 'Futura-Book';
    font-size: 16px;
    padding: 0;
    margin: 0;
}

header {
    display: block;
    position: absolute;
    width: 100%;
    height: 90px;
    top: 30px;
    left: 0;
    z-index: 100;
}

header img {
    display: block;
    float: right;
    height: 90px;
    z-index: 101;
}

header img:first-child {
    margin-left: 15px;
}

header:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 51px;
    background: #ffffff;
    z-index: -1;
}

header a {
    display: inline-block;
    position: relative;
}

header a:before,
header a:after {
    display: table;
    clear: both;
    content: "";
}

/*header .logo-zwilling-group:after {
    display: block;
    position: absolute;
    content: "";
    top: 110px;
    left: -15px;
    width: 150px;
    height: 25px;
    background: url(../img/logo-zwilling-group-w.png) no-repeat 0 0 / 150px;
}*/

#slide {
    position: relative;
    min-height: 600px;
    background: linear-gradient(180deg,#29241f,transparent), url(../img/slide.png) no-repeat center 10%;
    background-size: cover;
}

#slide h1 {
    display: block;
    clear: both;
    width: 100%;
    font-family: 'Futura-Bold';
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 320px;
}

#slide .scroll, #slide .scroll:link, #slide .scroll:visited {
    display: block;
	position: absolute;
    width:40px;
	height:40px;
    padding: 0;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: auto;
    text-decoration:none;
}

@media (max-width: 576px) {
    #slide .scroll, #slide .scroll:link, #slide .scroll:visited {
        bottom: 110px;
    }
}

#slide .scroll:after {
	content:'';
	width:40px;
	height:40px;
	position:absolute;
	top:40px;
	margin:auto;
	top:50px;
	right:0;
	bottom:0;
	left:0;
	-webkit-animation:3s arrow infinite ease;
	animation:3s arrow infinite ease;
    border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

@-webkit-keyframes arrow {
	0%,100% {
		top:50px;
	}
	50% {
		top:80px;
	}
}
@keyframes arrow {
	0%,100% {
		top:50px;
	}
	50% {
		top:80px;
	}
}

form input.form-control, form select.form-select {
    display: block;
    width: 100%;
    height: 59px;
    font-family: 'Futura-Book';
    color: #27221d;
    font-size: 1rem;
    text-transform: none;
    text-indent: 22px;
    padding: 0;
    outline: 0;
    box-shadow: none;
    border: 1px solid #c6beb8;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form input.form-control:focus, form select.form-select:focus {
    box-shadow: none;
    border-color: #000000;
}

form button[type="submit"] {
    display: inline-block;
    width: auto;
    height: 60px;
    font-family: 'Futura-Bold';
    color: #fff;
    font-size: .875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 18px;
    background: #27221d;
    border: 0;
    border-radius: 0;
    padding: .5em 2em;
    text-align: center;
    transition: all .3s ease;
}

form button[type="submit"]:hover {
    background: #363532;
}

form button[type="submit"]:active {
    background-color: #363532;
    border-color: #363532;
}

form button[type="submit"]:focus {
    background-color: #363532;
    border-color: #363532;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 50%);
}

form button[type="submit"]:active:focus {
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 50%);
}

form .form-check input, form .form-check label {
    cursor: pointer;
}

form .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

form .form-check-input:focus {
    border-color: rgb(112, 112, 112);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
}

form a, form a:link, form a:visited {
    color: #000;
    text-decoration: underline;
}

form a:hover {
    text-decoration: none;
}

#footer {
    border-top: 1px solid #b0aca9;
    font-family: 'Futura-Book';
    text-transform: uppercase;
    color: #27221d;
}

#footer a, #footer a:link, #footer a:visited {
    color: #000;
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: none;
}