body {
	font-family: 'essential-serif', serif;
	margin: 0px;
	background-color: #f2f0e7;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 22px;
	color: #484848;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #484848;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #484848;
}
h4 {
	font-family: Arial, sans-serif;
	font-size: 17px;
	color: #484848;
}

p {
	font-family: 'essential-serif', serif;
	font-style: normal;
	font-weight: 400;
	lline-height: 1.6;
	ffont-size: 20px;
	color: #323232;

}
.hidden {
	display: none;
}
a {
	text-decoration: none;
	color: #4e50b1;
}

td, th {
	padding: .7em 1em;
}

figure {
	margin: 0;
}
.preheder {
	background-color: #e9e6d7;

}
.heder {
	background-color: #e9e6d7;
	font-family: Arial, sans-serif;
	margin: 0 auto;
	padding: 15px 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1000px;
}

.logo h1 {
	font-size: 35px;
	font-weight: 300;
	padding-left: 20px;
	margin: 0px;
}

.wrap-footer {
	background-color: #b0ab78;
}
.footer {
	background-color: #b0ab78;
	font-family: Arial, sans-serif;
	margin: 0 auto;
	padding: 15px 0px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1200px;
	gap:10px;
}
.footer p{
	color: white;
	margin: 6px 20px;
}

.medialinks {
	/* background-color: #f2f0e7; */
	padding: 15px;
	border-radius: 12px;	
}
.medialinks img {
	width: 30px;
	margin: 15px;
	filter: brightness(0%);
}

.menu {
	display: block;
}
.menu ul, .fold-menu ul {
    list-style-type: none;
	display: flex;
	margin: 0;
	margin-top: 10px;
    margin-right: 20px;
	padding: 0px;
	padding-left: 5px;
}
.menu li {
	margin-left: 15px;
}
.menu a, .fold-menu a {
	text-decoration: none;
	color: #343434;
}
.menu img {
	wwidth: 30px;
	margin: -2px 0 0px 13px;
	filter: brightness(0%);
}
.cartwrapper {
	position: absolute;
	
}


.fold-menu {
	display: none;
}
/* När menyn ska fällas samman */ 
@media (max-width: 710px) {
	.fold-menu {
		display: block;
	}
	.menu {
		flex-basis: 100%;
		display: none;
	}
	.menu ul {
		gap: 12px;
		flex-direction: column;
		margin-top: 20px;
	}
	.menu li {
		padding-bottom: 8px;
		border-width: 0px 0px 1px;
		border-style: solid;
		border-color: #c7c7c7;
		padding-left: 25px;
        margin-left: 0px;
	}
	
	.menu img {
		margin-left: 26px;
	}
}

@media (max-width: 10px) {
	.heder {
		flex-direction: row;
	}
	.fold-menu {
		display: block;
	}
	.menu {
		ddisplay: none;
		
	}
	.menu ul {
		display: flex;
        position: absolute;
        flex-direction: column;
        right: 1px;
        z-index: 200;
        ddisplay: none;
		margin-top: 57px;
	}
	.menu li {
		background-color: lightgray;
        padding: 10px 20px;
		margin-bottom: 3px;
	}
	
	
}

.selected-menu {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.wide-topp {
	display: block;
	width: 100%;
	max-height: 500px;
	max-width: 2600px;
	margin-left: auto;
	margin-right: auto;
}
.wide-topp img {
	object-fit: cover;
    width: 100%;
    max-height: 500px;
    object-position: 0 50%;
}

.wide {
	display: block;
	width: 100%;
	max-height: 450px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.wide img {
	object-fit: cover;
    width: 100%;
    max-height: 450px;
    object-position: 0 7%;
}

.trebilder {
	display: flex;
	max-width: 1200px;
	justify-content: center;
	align-items: center;
    flex-wrap: wrap;
    margin: auto;
}
.trebilderbild {
	width: 33%
}
.trebilder img {
	width: -webkit-fill-available;
	margin: 0 10px;
}
.trebilder .toleft img {
	margin-right: 20px;
	margin-left: 0;
}
.trebilder .toright img {
	margin-right: 0;
	margin-left: 20px;
}

@media (max-width: 450px) {
	.trebilderbild {
		width: 100%;
		mmargin: 0;
	}
	.trebilder img, .trebilder .toleft img, .trebilder .toright img {
		margin: 20px 0px 0px 0px;
	}

}



.vid {
	margin: 30px auto;
	text-align: center;
	margin-left: -20px;
	margin-right: -20px;
}
video {
	object-fit: cover;
    width: 100%;
	max-width: 700px;
    max-height: 700px;
    object-position: 0 30%;
	margin: auto;
}
@media (max-height: 700px) {
	video {
		max-height: 550px;
	}
}
@media (max-height: 600px) {
	video {
		max-height: 450px;
	}
}
@media (max-height: 500px) {
	video {
		max-height: 350px;
	}
}

@media (max-width: 500px) {
	.wide, .wide img {
		max-height: 400px;
	}
}

@media (max-width: 400px) {
	.wide, .wide img {
		max-height: 300px;
	}
}



.art-content {
	display: flex;
	flex-direction: column;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0px;
}
.art-img {
    max-height: 90%;
    max-width: -webkit-fill-available;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	oobject-fit: contain;
}
@media (max-width: 500px) {
		.art-img {
		mmax-height: 90%;
		mmax-width: -webkit-fill-available;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		
	}
}
.art-information {
	margin-left: 12px;
	margin-right: 12px;
}
.art-content-group {
    display: flex;
    flex-direction: column;
}
.art-content-row {
    display: flex;
    gap: 15px; /* Avstånd mellan fälten */
}
.art-content-group p {
	margin: 0px 0px 5px 0px;
}
.white-border {
	border: 10px;
	border-color: white;
	border-style: solid;
	margin-top: 20px;
	margin-right: 15px;
	wwwidth: -webkit-fill-available;
	max-width: -webkit-fill-available;
}
@media (max-width: 500px) {
	.white-border {
		margin-right: 0px;
	}
}

.art-content-group li {
	list-style-type: none;
}

.art-content-icon {
	width: 25px;
	margin: 5px 0px 5px 20px;
	vertical-align: middle;
}


.art-by-button {

      background-color: rgb(207 207 207);
  border-radius: 8px;
  border-width: 1px;
  color: #333333;
  cursor: pointer;
  font-size: 16px;
  ffont-weight: 550;
  line-height: 20px;
  list-style: none;
  margin: 0;
	margin-bottom: 20px;
  padding: 8px 8px;
  text-align: center;
  transition: all 200ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  
}

.bought {
    display: none; /* Gömmer rutan initialt */
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 20px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}



.cart-content {
	bbackground-color: white;
	max-width: 700px;
	margin: auto;
	padding: 15px;
}

.chartlist{
	list-style-type: none;
}
.cartrow {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.cart-img {
	max-width: 200px;
}
.carttext {
	margin-left: 10px;
	min-width: 250px;
}
.carttext p, .carttext h2 {
	margin-bottom: 2px;
	margin-top: 2px;
}
.carttext h4 {
	margin-bottom: 2px;
	margin-top: 2px;
	text-transform: uppercase;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}


@media (max-width: 740px) {
	.cart-content {
		margin: 0 4px;
	}
}
@media (max-width: 500px) {
	.carttext {
		margin: 0px
	}
}


.cart-container {
	display: none;
	border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding: 5px;
    background-color: white;
}
.cart-button {
	
	font-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", "sans-serif";
    font-weight: 500;
    height: inherit;
    font-size: 16px;
	
	
	color: white;
    box-sizing: border-box;
    display: flex;
    align-items: center;

    border-style: solid;
    border-width: 0px;
    position: relative;
    z-index: 0;
    min-height: 0px;
    min-width: 0px;
    background-color: rgb(14, 14, 15);
    border-radius: 8px;
    height: 50px;
    justify-content: center;
    padding-left: 26px;
    padding-right: 26px;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  
}
.cart-content select {
    font-family: sans-serif;
    font-size: 16px;
    padding: 5px;
}
	

.org-container {
	text-align: center;
	wwidth: 840px;
	width: auto;
	width: 95%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	bbackground-color: #fef3e1;
}
.org-artimg{
	width: 100%;
	margin-bottom: 30px;
}
.print-artimg	{
	border: 10px;
    border-bottom: 20px;
    border-color: white;
    border-style: solid;
	margin-bottom: 15px;
	width: -webkit-fill-available;
}

.content {
	text-align: left;
	width: auto;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;		
	padding-right: 20px;
}

.container {
	text-align: center;
	width: auto;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}
.grid-sizer { 
	width: auto;
	max-width: 420px;
}

.grid-item {
	height: auto;
}
.grid-item img {
	max-width: 380px;
	wwwwwidth: 100%;
	hhhheight: auto;
	padding: 20px;			
}

@media (max-width: 500px) {
	.grid-item img {
		padding: 0px;
		margin-bottom: 20px;
	}
}

@media (max-width: 380px) {
	.grid-item img {
		width: 100%;
	}
}

@media (max-width: 850px) {
	.container {
		max-width: 400px;
	}
	.cardsgrid.container {
		max-width: 560px;
	}
}

.cardsgrid .grid-sizer { 
	width: auto;
	max-width: 280px;
}
.cardsgrid .grid-item img {
	max-width: 240px;
	border: 7px;
    border-color: white;
    border-style: solid;
	margin: 10px;
	padding: 0px;
}



@media (max-width: 580px) {
	.cardsgrid.container {
		max-width: 280px;
	}
}







.grid-item img:hover {
	bbbbbbackground-color: #0056b3;
}

.info {
display: none;
}

#grayout {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	z-index: 100;
	display: none;
}

#imgbox {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 200;
	display: none;			
}



.overlay {
	display: none;
    position: fixed;  /* Ligger över allt annat */
    top: 0;
    left: 0;
    width: 100vw; /* Full bredd */
    height: 100vh; /* Full höjd */
    background: rgba(0, 0, 0, 0.8); /* Mörk bakgrund */
    ddisplay: flex;
    flex-direction: column;
    justify-content: center; /* Centrerar bilden vertikalt */
    align-items: center; /* Centrerar horisontellt */
    ppadding: 20px;
    box-sizing: border-box;
	z-index: 100;
}


.overlay-container {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.overlay-morelink {
    position: absolute;
    top: 10px; /* 10 pixlar ned från toppen */
    right: 10px; /* 10 pixlar in från höger */
    background-color: rgba(0, 0, 0, 0.5); /* Svart med 50% opacitet */
    color: white;
    padding: 5px;
    font-size: 14px;
    border-radius: 3px;
}
.overlay-morelink a{
	color: white;
}

.image-container {
    display: flex;
	mmmm-display: inline-block;
	mmmm-position: relative;
    align-items: center;
    justify-content: center;
}
.image-container-wrap {
	position: relative;
	display: flex;
}

.overlay-image {
	width: 100px;
    max-width: 100%;  /* Använd all tillgänglig bredd */
    max-height: 100%; /* Använd all tillgänglig höjd */
    object-fit: contain; /* Håller bildens proportioner */
	margin-right: auto;
	margin-left: auto;
}

.overlay-text-content {
	display: inline-block;
	background-color: #f2f0e7;
	padding: 0 10px;
	margin: 0 auto;
	bborder-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	fffont-size: 22px;
	color: #323232;
	text-align: left;
	width: 400px;
}
.overlay-text-content h1 {
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	margin: 5px 0px 0px 0px;
    margin-block: 5px 0;
}
.overlay-text-group {
    display: flex;
    flex-direction: column;
}
.overlay-text-row {
    display: flex;
    gap: 15px; /* Avstånd mellan fälten */
}

.overlay-text-row p {
	margin-top: 10px;
	margin-bottom: 5px;
}



.imgboxWrapper {
	height: 100%
}

.poppimg {
	margin-top: 10px;
	max-width: 90%;
	max-height: 88%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.popptxt{
	background-color: #f2f0e7;
	padding: 10px 10px;
	margin: 0 auto;
	bborder-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	font-size: 22px;
	color: #323232;
}




.page-content {
	text-align: left;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: floralwhite;
	padding: 1px 30px;
	margin-top: 40px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
@media (max-width: 780px) {
	.page-content {
		margin-top: 0;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
}




.note-float-right {
	margin-left: 15px;
}
@media (max-width: 500px) {
	.note-float-right {
		width: 100% !important;
		margin-bottom: 15px;
	}
}



.admContent {
	text-align: left;
    border-style: solid;
	border-width: 1px;
	border-color: #999999;
}
.admContent p {
	font-size: 17px;
	margin-bottom: 5px;
}
.admContent lable {
	font-size: 17px;
	margin-bottom: 2px;
}

.admInputArea {
	padding: 15px;
	
}
.adminArtImg {
	max-width: 840px;
	max-height: 600px;
	width: auto;
	height: auto;
	margin: 0px 0px 5px 0px;
}

.adminArtImgList {
	width: 250px;
}


.tab {
	display: table-cell;
    border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-right-style: none;
	padding: 10px;
}
.endtab {
    display: table-cell;
    border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-right-style: none;
	padding: 10px;
	width: 100vw;
}
.tab_selected {
	border-bottom-style: none;
}

.adminListGrp {
	display: flex;
    flex-wrap: wrap;
	gap: 10px;
}

.input-group {
    display: flex;
    flex-direction: column;
}
.form-row {
    display: flex;
    gap: 20px; /* Avstånd mellan fälten */
	margin-top: 15px;
}
.input-group input {
    wwidth: 300px; /* Bestäm bredden */
    font-size: 16px;  /* Ändrar storleken */
    color: #333;  /* Mörkare text */
    font-family: Arial, sans-serif;  /* Byt typsnitt */
	padding: 5px;
}
.note-frame .note-editable {
    background-color: #edeada;
}

.copied {
	color: red;
}

.inputbutton {
	height: 30px;
    padding: 0 29px;
    margin-top: 12px;
}

.message {
	display: none;
	color: green;
	font-size: 18px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid green;
	background-color: #e0ffe0;
}

.size-large, .size-full {
	width: 100%;
	margin: 0;
}
.size-large img, .size-full img {
    max-width: -webkit-fill-available;
}



.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #bfbdb3;
}
