@charset "utf-8";
/* CSS Document */

a,
button,
.button,
a:hover,
button:hover,
.button:hover,
button.mobile_btn::after {
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}

* {
    outline: none;
}

.foot * {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #eee;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #eee;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .25);
}

.boxSize {
    box-sizing: border-box;
}

/* =============================================================================
   Foundation Resets                                                               
============================================================================= */



/* =============================================================================
   Hosted Inventory Resets                                                               
============================================================================= */
.inven #wide_col {
    float: left;
}

.hosted-content .columns.small-12 {
    width: 25%;
    float: left;
    padding: 0;
}

.attachment-search {
    width: 100% !important;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.at-share-btn-elements {
    padding-bottom: 10px !important;
}

.listings-wrapper .listing-smallcard .listing-smallcard-title {
    min-height: 0 !important;
}

.listings-wrapper .listing-smallcard .listing-card-pricing .listing-prices {
    margin-bottom: 0px;
}

.hosted-content .columns.small-12 {
    width: 100%;
}

.hosted-content img {
    vertical-align: baseline !important;
}

/* =============================================================================
   Typeography                                                              
============================================================================= */

.row-inventory {
    max-width: 120rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* =============================================================================
   Header                                                              
============================================================================= */

#whitebg {
    background-image: url(../siteart/whitebg.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 1.87rem;
}

div#whitebg * {
    box-sizing: border-box;
}

.lutz-logo {
    max-width: 375px;
    position: absolute;
    padding-left: 1.87rem;
}

.headerinfo a:hover {
    color: #c33a35;
}



header {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    width: 100%;
    padding: 0 25px;
	box-sizing: border-box;
}
.head-logo {
	width:100%;
	max-width:375px;
	height: auto;
	
}
.head-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	max-width: 100%;
}
.head-info {
	display: flex;
	gap:20px;
	flex-wrap: wrap;
}
.head-info .address {
    font-family: 'Oswald', sans-serif;
    color: black;
    font-size: 25px;
}
.head-info .phonenumber {
    font-family: 'Oswald', sans-serif;
    color: black;
    font-size: 32px;
    padding-left: 20px;
}
/* Menu Main */
#menu-button{display: none;}
nav.mobile { display:none;}



nav.primary {
	padding:0;
	display:flex;
	margin:0;
	position:relative;
	justify-content: center;
	width: 100%;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
        display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
				display: block;
				color: #c33a35;
				padding: 20px 35px;
				font-size: 26px;
				position: relative;
				font-family: 'Oswald', sans-serif;
				text-transform: uppercase;
				text-decoration: none;
				margin: 0;
				text-align: center;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 400;
				border-right: 2px #c33a35 solid;
				}	
			nav.primary ul li:last-of-type a {
				border-right: 0px;
			}
			nav.primary ul li a:hover {
				background: #c33a35;
				color:#fff;
				}
			nav.primary ul li:hover a {
				background: #c33a35;
				color:#fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:20px;
				padding: 20px 35px;
				color: #c33a35;
				background: rgba(255, 255, 255, .85);
				display: block;
				text-align:center;
				border-right:none;
				border-left:none;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				background: #c33a35;
				color:#fff;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}

.position_left,
.position_right {
    width: 300px;
    overflow-y: auto;
}

.position_left {
    transform: translateX(-300px);
    left: 0
}

.position_right {
    transform: translateX(300px);
    right: 0;
}

.position_left.is_open,
.position_right.is_open {
    transform: translateX(0px);
    z-index: 999999;
    -webkit-box-shadow: 2px 0 20px -4px #222;
    box-shadow: 2px 0 20px -4px #222;
}

.off_canvas_content,
.off_canvas_content.is_open,
.position_left,
.position_left.is_open,
#off_canvas_cover.is_open,
#off_canvas_cover,
.position_right.is_open,
.position_right {
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

/* Close Btn */
.close {
    background: url(../siteart/close.png) no-repeat 50% 50% / 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 15px;
    display: block;
}

.close:hover {
    cursor: pointer;
    background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
}

#off_canvas_cover,
#off_canvas_cover.is_open {
    transform: rotate(0);
}

#off_canvas_cover {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(255, 255, 255, .65);
    opacity: 0;
}

#off_canvas_cover.is_open {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

/* Mobile Menu */
.off_canvas header {
    background: transparent;
    padding: 0px;
    position: relative;
    top: 0;
}

.off_canvas h2 {
    text-align: left;
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin: 10px 15px;
    color: black;
}

.mobile.button {
    display: none;
}

.mobile-nav #mobile-menu-main {
    border-top: 1px solid #333;
}

.mobile-nav #mobile-menu-main li {
    width: 100%;
    position: relative;
}

.mobile-nav #mobile-menu-main li a:hover {
    color: #fff;
}

.mobile-nav #mobile-menu-main a {
    width: 100%;
    color: #c33a35;
    min-height: 45px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 0 10px 5%;
    position: relative;
    font-size: 17px;
    border-bottom: 1px solid #333;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

/* Mobile Sub-Menu */
.mobile-nav #mobile-menu-main ul {
    position: relative;
    z-index: initial;
    left: 0;
    background: transparent;
    text-align: left;
    width: 100%;
    padding: 0px;
    display: none;
}

.mobile-nav ul li ul li a {
    padding: 10px 0;
}

.mobile-nav ul li a:hover {
    color: black !important;
}

/* First Dropdown */
.mobile-nav #mobile-menu-main > li li:hover > ul {
    left: 0px;
}

/* Second Dropdown */
.mobile-nav #mobile-menu-main > li > .sub-menu li a {
    margin: 0 0 0 5%;
}

/* Third Dropdown */
.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu li a {
    margin: 0 0 0 10%;
}

/* Fourth Dropdown */
.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {
    margin: 0 0 0 15%;
}

/* Fifth Dropdown */
.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {
    margin: 0 0 0 20%;
}

/* Mobile Btn */
.mobile-nav li button.mobile_btn {
    height: 45px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: #333;
    display: inline-block;
    border-radius: 3px 0 0 3px;
    border: none;
}

.mobile-nav li button.mobile_btn:hover {
    cursor: pointer
}

.mobile-nav button.mobile_btn::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../siteart/mobile_arrow.png) no-repeat center center / 10px;
    width: 100%;
    height: 100%;
}

.mobile-nav li button.mobile_btn.active {
    background: #666;
}

.mobile-nav li button.mobile_btn.active::after,
.close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* =============================================================================
   Body                                                              
============================================================================= */
.mainimage {
    width: 100%;
    height: 100%;
}

.lutz-heading {
    color: #c33a35;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 1.87rem;
}

.lutz-text {
    color: black;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

#contact {
    font-family: 'Oswald', sans-serif;
}

#contact {
    padding-top: 1.87rem;
}

#contact .space {
    padding-top: 0.93rem;
    padding-bottom: 0.93rem;
}

#contact .contacttext {
    color: black;
    font-size: 18px;

}

#contact .contactbold {
    font-size: 21px;
    font-weight: 600;
    color: #c33a35;
    text-transform: uppercase;
}

#contact a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

#contact a:hover {
    color: #c33a35;
}

#contact .contactbutton a {
    text-decoration: none;
    background-color: #c33a35;
    font-size: 18px;
    font-weight: 500;
    color: white;
    padding: 10px;
    text-transform: uppercase;
}

#contact .contactbutton a:hover {
    background-color: black;
}

.box {
    border: 1px #ccc solid;
}

.box2 {
    border: 1px #ccc solid;
    background-color: rgba(86, 86, 86, 0.06);
}

[type=button],
[type=submit] {
    text-decoration: none;
    background-color: #c33a35;
    font-weight: 500;
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    border: none;
}

[type=button],
[type=submit]:hover {
    background-color: black;
}

[type=button],
[type=reset] {
    text-decoration: none;
    background-color: white;
    font-weight: 500;
    color: #c33a35;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    border: none;
}

[type=button],
[type=reset]:hover {
    color: white;
    background-color: black;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 300px;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* =============================================================================
   Footer                                                              
============================================================================= */
a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: black;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #c33a35
}

.footertext {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: black;
}

.smallfootertext {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: black;
}

.divfooter {
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    padding-top: 1.87rem;
}



/* =============================================================================
   Mobile                                                              
============================================================================= */
@media only screen and (max-width: 1210px) {
    #whitebg .medium-6 {
        width: 100%;
    }
	.head-info .phonenumber{
		font-size: 28px;
	}
	.head-info .address{
		font-size: 21px;
	}
	nav.primary ul {
		justify-content:center;
	}
	
	nav.primary ul li a, nav.primary ul li li a {
    padding: 1em 1em;
    font-size: 21px;
	}
}

@media only screen and (max-width: 1010px) {
    #menu-main a {
        display: block;
        color: #c33a35;
        padding: 0.8em .9em;
        font-size: 25px;
    }
}

@media only screen and (min-width: 991px) {
	.head-right{
		justify-content: flex-end;
		gap: 20px;
	}
}
@media only screen and (max-width: 990px) {
    .lutz-logo {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 325px;
    }

    .headerinfo {
        text-align: center;
    }

    .menu-main-container ul {
        text-align: center;
    }

    #whitebg .column-block {
        margin-bottom: 0;
    }

    #whitebg {
        padding-top: 10px;
        padding-left: 0;
    }

    .lutz-logo {
        padding-left: 0;
    }
	
		header{justify-content: center; flex-direction: column; align-items: center;}
.head-info {
	justify-content: center;
	text-align: center;
	gap: 0;
}
	nav.primary ul li a, nav.primary ul li li a {
    padding: 0.5em 0.7em;
    font-size: clamp(12px, 1vw, 18px);
	}
	nav.primary ul ul li{
		width: 180px;
	}
}

@media only screen and (max-width:600px) {
    .head-info .phonenumber {
        padding-left: 0px;
    }

    #menu-main a {
        padding: 0.8em .6em;
        font-size: 18px;
    }

    /*.off_canvas { display: block; }
	.mobile.button {
		display: block;
		background: url(../siteart/mobile.png) no-repeat 50% 50% / contain transparent;
		height: 45px;
		width: 45px;
		position:relative;
		color: transparent !important;
		margin-right: auto;
		margin-left: auto;
			
	}
	.menu-main-container { display: none; }
	.orangeline{
		border:none;
	}*/

}

@media only screen and (max-width:500px) {
	

    #menu-main a {
        display: block;
        color: #c33a35;
        padding: 0.5em .3em;
    }

    .lutz-logo {
        width: 100%;
        height: 100%;
    }
	
}

@media only screen and (max-width:425px) {
    .head-info .address {
        font-size: 22px;
    }
}

@media only screen and (max-width:300px) {
    .orangeline {
        border: none;
    }
}
