
input, textarea, select {
  color-scheme: dark;
}
.wrap{
	font-size: 18px;
	line-height: 28px;
}

.wrap1{
	font-size:var(--medium);
}
.headline {
    font-size: 40px;
    line-height: 40px;
    padding-top: 20px;
}
.headline2{
	font-size:var(--large);
}
.superheadline{
	font-size: 40px;
}	
.p_big{
	padding: 80px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.pt_big{
	padding-top: 100px;
}
.pb_big{
	padding-bottom: 100px;
}
.pl_big{
	padding-left: 80px;
}
.pr_big{
	padding-right: 80px;
}
.pt_huge{
	padding-top: 120px;
}
.pb_huge{
	padding-bottom: 120px;
}
.pl_huge{
	padding-left: 160px;
}
.pr_huge{
	padding-right: 160px;
}
.pt_small{
	padding-top: 40px;
}
.pb_small{
	padding-bottom: 40px;
}
.pl_30p{
	padding-left: 30%;
}
.maxwidth{
	max-width: 600px;
}
.boxstyle{
	padding: 0px;
}
.bb-solid
{
	/*border-bottom: 1px solid;*/
}
.tile_orange
{
	height: 200px;
	width: 100%;
	background: rgba(255,153,51,0.5);
	border-radius: 5px;
	position: relative;
	padding: 20px;
}
.tile_white {
	height: auto;
	width: 100%;
	background: var(--table);
	border-radius: 5px;
	position: relative;
	padding: 5px;
	transition: 0.3s;
}
.tile_white:hover {
	background: rgb(73 73 73);
}
.fitimage{
	max-width: 100%;
	max-height: 100%;
}
.tile_number
{
	font-weight: bold;
	font-size: 60px;
	opacity: 0.5;
}
.tile_text {
	position: absolute;
	bottom: 20px;
	margin-right: 20px;
}

.tile_dark{
	width: 100%;
	background: rgba(0,0,0,0.5);
	border-radius: 5px;
	position: relative;
	padding: 40px;
}
.tile_head {
	text-align: center;
	font-weight: bold;
	color: var(--color);
}
.normal-text{
	font-size: var(--normal);
}
.small-text{
	font-size: var(--small);
}
.tile_under {
	border-bottom: 1px solid;
	margin-right: 80px;
	margin-left: 80px;
	margin-bottom: 40px;
	margin-top: 10px;
}
.tile_second {
	font-size:20px;
	font-weight: normal;
}
.tile_text_block {
	padding-top: 40px;
	/*text-align: justify;*/
}
.grid3{
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(auto-fill,calc(33% - 40px));
	grid-gap:60px;
}
.grid4{
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(auto-fill,calc(25% - 10px));
	grid-gap:10px;
}
.grid2{
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(auto-fill,calc(50% - 40px));
	grid-gap:80px;
}
.slider {
	position: relative;
}
.slide_right, .slide_left {
	position: absolute;
	font-size: 2em;
	cursor: pointer;
	display: none;
}
.slide_right {
	right: 40px;
}
.slide_left {
	left: 40px;
}
.slide_right:hover, .slide_left:hover {
	color: #ff9933;
}

.slide_right, .slide_left {
	color: #757575;
}

.required:required:invalid{
	background: red;
}

.grid.slab_view.sm {
    padding-right: 0;
    grid-template-columns: repeat(auto-fill,calc(25% - 9px));
    overflow: hidden;
    margin-right: 0px;
}

input:not([type=checkbox]):not([type=radio]), button, textarea, select
{
	border: 1px solid var(--slabdark);
}

/* additional css for mini galery */
.grid .slab {
    height: 240px;
}
.grid .slab .imagebox {
    height: 220px;
}
.slab {
    background: rgba(0,0,0,0.5);
    }

.searchtable input:not([type=checkbox]):not([type=radio]), .searchtable .input, .searchtable button {
    padding: 15px;
}
.searchtable ::placeholder {
  color: #e0e0e0;
  opacity: 1;
}
.searchtable :-ms-input-placeholder {
  color: #e0e0e0;
}
.searchtable ::-ms-input-placeholder {
  color: #e0e0e0;
}
.searches .grid .slab {
    background: transparent;
    padding: 0;
	height: 180px;
}
.hover:hover{
	background-color: #545454;
	cursor: pointer;
}

input:not([type=checkbox]):not([type=radio]).search, input:not([type=checkbox]):not([type=radio]).width, input:not([type=checkbox]):not([type=radio]).height, input:not([type=checkbox]):not([type=radio]).area, input:not([type=checkbox]):not([type=radio]).amount{
    background-size: 31px!important;
    background-position: 7px!important;
    padding-left: 50px;
}
input:not([type=checkbox]):not([type=radio]).search {
    background: rgba(0,0,0,0.5) url('/assets/images/shop/icon_alt_search.svg') left no-repeat;
}
input:not([type=checkbox]):not([type=radio]).width {
    background: rgba(0,0,0,0.5) url('/assets/images/shop/icon_width.svg') left no-repeat;
}
input:not([type=checkbox]):not([type=radio]).height {
    background: rgba(0,0,0,0.5) url('/assets/images/shop/icon_height.svg') left no-repeat;
}
input:not([type=checkbox]):not([type=radio]).area {
    background: rgba(0,0,0,0.5) url('/assets/images/shop/icon_area.svg') left no-repeat;
}
input:not([type=checkbox]):not([type=radio]).amount {
    background: rgba(0,0,0,0.5) url(/assets/images/shop/icon_amount.svg) left no-repeat;
}

.grid2{
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(auto-fill,calc(50% - 5px));
	grid-gap:10px;
}

.dark_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000087;
    z-index: 0;
    cursor: pointer;
    transition: .3s;
    border-radius: 5px;
}
a:hover .dark_overlay {
    color: white;
    background: #0000009e;
}
.pb40{
	padding-bottom: 40px;
}

.grid2{
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(auto-fill,calc(50% - 5px));
	grid-gap:10px;
}
.cursive {
    font-style: italic;
}
.hero-container {
    aspect-ratio: 1.7/1;
    width: 100%;
}
.hero-image {
    width: 100%;
    object-fit: cover;
    object-position: top right;
}
.c2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.tile_overlay {
	position: relative;
	top: 0px;
	font-weight: 600;
	font-size: 20px;
	color: var(--color);
	text-transform: uppercase;
}

.searches img {
    border-radius: 3px;
}
.searches.for_you .grid .slab {
    height: 180px;
}
.searches.for_you .grid .slab .imagebox {
    height: 180px;
	background: #e8e8e8;
}
.completed .hide_completed, .new .hide_new{
	display: none;
}

.imagebox.sm_l {
    background-size: cover;
    height: 280px;
    background-position: center;
	border-radius: 5px;
	position: relative;
}
.wp p {
    margin: 20px 0;
}
.wp a {
	color: var(--color);
    text-decoration: underline;
}
h1, h2{
	text-transform: uppercase;
}
.landing_boxstyle {
    background-position: center;
    background-size: 100% auto;
    background-image: none!important;
    background: #141414;
}
@media only screen and (max-width: 820px){
	.searchtable{
		border: 0;
		padding: 0;
	}
	.searchtable > .row > div{
		padding-bottom: 5px;
	}
	.tile_overlay {
		top: 0px;
		font-size: 15px;
	}

	.boxstyle.mb10.p10i {
		padding-top: 0px!important;
		padding-bottom: 0px!important;
	}
	.searches .slab .imagebox {
	    height: 140px;
	}
	.searches.for_you .grid .slab .imagebox{
		height: 140px;	
	}
	.searches.for_you .grid .slab {
	    height: 140px;
	}
	.grid2{
		display: grid;
		justify-content: space-between;
		grid-template-columns: repeat(auto-fill,calc(100%));
		grid-gap:0px;
	}
	.grid.slab_view.sm {
	    grid-template-columns: repeat(auto-fill,calc(50% - 5px));
	}

	.p_big{
		padding: 10px;
	}
	.pt_big{
		padding-top: 50px;
	}
	.pb_big{
		padding-bottom: 50px;
	}
	.pl_big{
		padding-left: 20px;
	}
	.pr_big{
		padding-right: 20px;
	}

	.pl_huge{
		padding-left: 20px;
	}
	.pr_huge{
		padding-right: 20px;
	}
	.pt_huge{
		padding-top: 60px;
	}
	.pb_huge{
		padding-bottom: 60px;
	}
	.pt_small{
		padding-top: 20px;
	}
	.pb_small{
		padding-bottom: 20px;
	}
	.pl20_on_mobile{
		padding-left: 20px;
	}
	.pl0_on_mobile{
		padding-left: 0px;
	}
	.grid3{
		display: grid;
		justify-content: space-between;
		grid-template-columns: repeat(auto-fill,calc(100%));
		grid-gap:40px;
	}
	.grid2{
		display: grid;
		justify-content: space-between;
		grid-template-columns: repeat(auto-fill,calc(100%));
		grid-gap:40px;
	}
	.grid4{
		display: grid;
		justify-content: space-between;
		grid-template-columns: repeat(auto-fill,calc(50% - 10px));
		grid-gap:20px;
	}
	.tile_under {
		margin-right: 20px;
		margin-left: 20px;
	}
	.tile_white {
		height: auto;
	}
	.headline {
	    font-size: 30px;
	}
	.tile_dark{
		padding: 20px;
	}
	.slide_right {
		right: -5px;
	}
	.slide_left {
		left: -5px;
	}
	.superheadline{
		font-size: 28px;
	}
}