/** CSS for template julegaver til Kaffka  */

body {
	height: 100%;
	margin: 0;       /* skal defineres for at baggrunden går helt til kant! */
	padding: 0;
/*	position: absolute;*/
	width: 100%;
}
button, input[type=submit], .beeButton {
	background-color: #000;
	background-image: -moz-linear-gradient(0deg, #666666 100%, #000000 100%);
	background-image: -webkit-linear-gradient(90deg, #666666, #000000 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
	background-image: linear-gradient(0deg, #666666, #000000 50%);
	border: 2px #000000 outset;
	border-radius: 4px 4px;
	color: #ffffff;
}
select {
	cursor: pointer;
	min-height: 21px;
}
#h_space {
	line-height: 50px;
}
#forside_logo {
	max-height: 200px;
	width: auto !important;
	height: auto !important;
}
.mainDiv {
    position: absolute;
    display: table;
    width: 1400px;
    left: 0;
    right: 0;
	margin: 30px auto;
	z-index: 2;
	/*height: 900px;*/

}
.content_product {
	/*background-color: #ffffff;*/
	z-index: 5;	
}
.content_folder {
	display: table-cell;
	background-color: #ffffff;
	z-index: 5;	
	width: 1400px;
	padding: 10px 10px 20px 10px;
}
.content {
	display: table-cell;
	background-color:rgba(255,255,255,1);
	/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);	*/
	/*border-radius: 10px 10px;*/
	/*margin: 0;*/
	/*padding: 0 0 10px 0;*/
	/*vertical-align: top;*/
	/*width: 100%;*/
	/*height: 500px;*/
	z-index: 5;	
}
.section {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background-color:rgba(256, 256, 256, 0.65);
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.35);
}
.section img {
	max-width: 100%;
	height: auto;
}
.section:after {
	clear: both;
	content: " ";
	display: block;
}
.mdDiv_100 img, .mdDiv_75 img, .mdDiv_66 img, .mdDiv_50 img, .mdDiv_33 img, .mdDiv_25 img {
    max-width: 100%;
    height: inherit;
}
.mdDiv_100, .mdDiv_75, .mdDiv_66, .mdDiv_50, .mdDiv_33, .mdDiv_25  {
	float: left;
	margin: 10px 0 0 10px;
	padding:10px 0 0 10px;
}
.mdDiv_100 {
	width: calc(100% - 20px);
}
.mdDiv_75 {
	width: calc(75% - 20px);	
}
.mdDiv_66 {
	width: calc(66.6% - 20px);
}
.mdDiv_50 {
	width: calc(50% - 20px);
}
.mdDiv_33 {
	width: calc(33.3% - 20px);
}
.mdDiv_25 {
	width: calc(25% - 20px);
}
.modulContent {
	margin-top: 14px;
}
.login {
	border-collapse: separate;
	display: table;
	height: 100%;
	width: 100%; 
	table-layout: fixed;
	vertical-align: middle;
/*	margin: 50px auto;*/
}
.login_section {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.login_page {
	display: table-cell;	
	border: 0px solid;
	float:left;
	margin: 0px;
	padding: 0;
	width: 60%;
	height: 60%;
	vertical-align: middle;
    text-align: center;
}
.login_form {
	margin: auto;
	border-radius:12px; 
	background-color:rgba(255, 255, 255, 0.80);
	width:300px; 
	height: 125px;
    padding: 20px 60px;	
}
.logout {
    position: absolute;
    margin: 20px;
    cursor: pointer;
    width: 100%;
    right: 0;
    top: 0;
}
#udsolgt_dk {
	display:table; 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:800px;
	height:800px;
	background-color:#ffffff; 
	opacity: 0.75;
	background-image: url('https://julegaver.kaffka.dk/beesite/gfx/udsolgt-dk.png');
	background-repeat: no-repeat; 
	background-position: center;
	z-index:200;
}
#udsolgt_uk {
	display:table; 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	background-color:#ffffff;
	opacity: 0.75;
	background-image: url('https://julegaver.kaffka.dk/beesite/gfx/udsolgt-uk.png');
	background-repeat: no-repeat; 
	background-position: center;
	z-index:200;
}
#faa_tilbage_uk {
    display: table;
    position: absolute;
    left: 0px;
    top: 0px;
	width:100%;
	height:100%;
	/*background-color: #ffffff;*/
	/*opacity: 0.75;*/
    background-image: url(https://julegaver.kaffka.dk/beesite/gfx/faa_tilbage-uk.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 200;
}
#faa_tilbage_dk {
    display: table;
    position: absolute;
    left: 0px;
    top: 0px;
	width:100%;
	height:100%;
	/*background-color: #ffffff;*/
	/*opacity: 0.75;*/
    background-image: url(https://julegaver.kaffka.dk/beesite/gfx/faa_tilbage-dk.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 200;
}
#julegaveDiv {
	/*height: 800px;*/
	background-color: #ffffff;
}
#julegaveImageDiv {
	width: 800px;
	height: 800px;
	float: left;
	
}
#julegaveImageDiv > img {
	width: 100%;
	height: auto;
}
#julegaveTextDiv {
	width: 525px;
    float: left;
    padding: 25px 50px 25px 25px;
}
#julegaveLevLogo {
	display: table-cell;
	float: left;
	margin: 25px 20px 0px 20px;
    width: calc(75% - 40px);
	outline: 0px solid red;
}
#den_gronne_vinkel {
	float: right;
	margin: 25px 0px 0px 20px;
    width: calc(25% - 40px);
}
#slideshowImageDiv > img {
	width: 100%;
	height: auto;
}
#slideshowThumbsDiv {
	position:absolute;
	left: 0;
	top: 690px;
	width:100%;
	height: 100px;
	text-align: center;
	z-index: 2; '
}
#slideshowThumbs {
	width:100px;
	height:100px;
	margin-right:10px;
	cursor: pointer;
	border: 1px solid #999999;
}
#slideshowThumbs:hover {
	border: 1px solid #666666;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px;
}
#julegaveLevLogo>img {
    max-width: 320px;
    max-height: 100px;
}
#julegaveOverskrift {
	margin: 25px 10px -10px 20px;
	font-size: 18px;
	font-weight: bold;
}
#julegaveTekst {
	margin: 25px 10px -10px 20px;
}
#julegaveVejlPris {
	margin: 25px 10px -10px 20px;
	font-weight: bold;
}
.shop_form_container {
	float:right;
	margin: 0 20px;
	width:calc(75% - 20px);
}
.show_form_header {
	float:left;
	width: calc(50% - 5px);
	margin: 0 5px 5px 0;
	text-align:right;
}
.show_form_field {
	float:right;
	width: calc(50% - 0px);
	margin: 0 0px 5px 0;
}
.shop_form_text, .shop_form_textarea {
	width: 100%;
}
.shop_form_select{
	width: calc(100% + 4px);
}
.shop_form_error{
	float:right;
	margin: 0 20px 10px 0;
	width:calc(50% - 20px);
}
.shop_form_prev_outer {
	display: table;
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
}
.shop_form_prev_middle {
	display: table-cell;
    vertical-align: middle;	
}
.shop_form_prev_inner {
	display:block;	
	position:relative;
	width: 35px;
	height: 100px;
	left: -36px;
	background-color:rgba(255,255,255,0.5);
	background-image:url(../gfx/prev.png);
	border-radius: 10px 0 0 10px;
}	
.shop_form_prev_inner:hover {
	width:50px;
	left: -51px;
	cursor:pointer;
}	
.shop_form_next_outer {
	display: table;
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
}
.shop_form_next_middle {
	display: table-cell;
    vertical-align: middle;	
}
.shop_form_next_inner {
	display:block;
	position:relative;
	width:35px;
	height: 100px;
	/*left:901px; ændret til nul, for at pile sidder rigtigt, efter vi har verticalt alignet indholdet */
	left:1px;
	background-color:rgba(255,255,255,0.5);
	background-image:url(../gfx/next.png);
	background-position-x: -15px;	
	border-radius: 0 10px 10px 0;
	z-index:1;
}	
.shop_form_next_inner:hover {
	width:50px;	
	background-position-x: 0px;		
	cursor: pointer;
}	
.shop_form_buttons {
    clear: both;
    height: 20px;
	width:100%;
	margin: 0;
    text-align: right;
    /*padding-top: 12px;*/
    position: relative;
}
.shop_form_button {
	height: 34px;
    width: 90px;
    background-color: rgba(255,255,255,0.75);
    border-radius: 7px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    /*padding: 8px 0 0 0;*/
    border: 1px solid #999999;
    margin: 0px 10px 0 10px;
    cursor: pointer;
}
.shop_form_button_left {
	height: 24px;
    width: 90px;
    background-color: rgba(255,255,255,0.75);
/*    border-radius: 7px;*/
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    padding: 8px 0 0 0;
    border: 1px solid #999999;
    float: left;
    margin: 10px 10px 0 0;
    cursor: pointer;
}
.shop_form_button_left:hover, .shop_form_button_right:hover {
    background-color: rgba(255,255,255,1);
    color: #444444;
    border: 1px solid #777777;
	box-shadow: 0 15px 15px -12px rgba(0, 0, 0, 0.35);
}
.shop_form_button_right {
	height: 24px;
    width: 90px;
    background-color: rgba(255,255,255,0.75);
/*    border-radius: 7px;*/
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    padding: 8px 0 0 0;
    border: 1px solid #999999;
    float: right;
    margin: 10px 0 0 10px;
    cursor: pointer;
}
.madeBy {
	display: none;
}

/* placering og visning af sproglag, og shop knapper
-----------------------------------------------------------------------------*/
.selectLanguage {
	width:calc(50% - 4px);
	height: auto;
	float: left;
	font-size:16px;
	cursor:pointer;	
}
#lngCont{
	display: table;
	position: absolute; 
	left:1190px;
	top:18px;
	z-index: 1000;	
}
#lngAction {
	display: table-cell;
}
#lngIcon {
	margin: 0 10px 0 0;
	width: 20px;
	cursor:pointer;	
	float: left;	
}
#lngTxt {
	margin: 3px 10px 0 0;
	cursor:pointer;	
	float: left;
	color: #888888;
}
#lngTxt:hover {
	color: #000000;
}
.beeShopFolderDescription {
	/*margin: 10px;
	padding: 10px;*/
	padding:0 10px;
}
.beeShopFolderDescription h2 {
	margin-top: 0;
}
.beeShopSidsteFrist {
	font-weight: bold;
	padding: 0 10px 20px 30px;
}
.beeShopFolderThumbnails {	/* Miniature billeder på en produktforside */
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	background-color:rgba(255,255,255,0.70);
	color: #000 !important;
	cursor: pointer;
	display: block;
	float: left;

	height: 215px;
	min-height: 180px;
	width: calc(33% - 45px);	/* 3 stk. */
	margin: 10px 0px 10px 20px;
	padding: 10px;

	overflow: hidden;
	position: relative;
	text-decoration: none !important;
}
.rows_four {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	background-color:rgba(255,255,255,0.70);
	color: #000 !important;
	cursor: pointer;
	display: block;
	float: left;

	height: 215px;
	min-height: 180px;
	width: calc(50% - 45px);	/* 2 stk. */
	margin: 10px 0px 10px 20px;
	padding: 10px;

	overflow: hidden;
	position: relative;
	text-decoration: none !important;
}

.beeShopFolderThumbnails:hover {
	/*background-image: linear-gradient(0deg, #F7DDC6, #F7F0E9);*/
	border-color: #6a7ca76b;
	/*box-shadow: 0 15px 15px -12px rgba(0, 0, 0, 0.35);*/
	box-shadow: 0 0px 13px 0px rgba(0, 0, 0, 0.25);
	border-width: 1px;
}
.beeShopProductImgWrapper {
	display:table-cell;
	vertical-align:middle;
	margin: 10px 10px 10px 0;
	float: left;
	width: calc(50% - 20px);
}
.beeShopFolderTitle {
	float:left;
	color: #333333;
	font-weight:bold;
	width:100%;	
}
.beeShopFolderResume {
	float:left;
	color: #666666;
	font-weight:normal;
	width: calc(50% - 0px);
	margin: 10px 0 0 0;
}
.beeShopFolderImageContainer {
	display: block;
	height: 164px;
	margin: 8px auto;
}
.beeShopFolderImage {
	/*margin: 0 auto;
	max-width:180px;	
	max-height: 160px;
	float:right;*/
	/*width: 100%;*/
	height: 180px;
}
.beeShopProductSection {
	display: table;
	margin: 0 20px 0 0;
	height: calc(100% - 55px);
}
.beeShopProductSection > div {
	display: table-cell;
	vertical-align: middle;
}
.beeShopProductImage {
	max-width: 300px !important;
	float: left;
	margin: 0 20px 20px 0;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
div.beeShopMiniatures {
	float: left;
	height: 36px;
	margin-top: -10px;
	text-align: center;
	width: 300px;
}
div.beeShopMiniatures img {
	border: 1px solid #CCC;
	cursor: pointer;
	max-height: 32px;
	max-width: 32px;
	padding: 2px;
}
div.beeShopMiniatures img:hover {
	/*background-image: linear-gradient(0deg, #F7DDC6, #F7F0E9);*/
	border-color: #999;
	box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.35);
}
.beeShopProductOverskrift {
	color: #666666;
	font-size: 1.25em;
	font-weight: normal;
	letter-spacing: 1px;
}
.beeShopProductText {
	color: #333;
	font-weight: normal;
}
.beeShopProductPrisDiv {
	clear: both;
	margin: 0 0 20px 0;
	width: 100%;
}
.beeShopProductTable {
	border-collapse: collapse;
	width: 100%;
}
.beeShopProductTable th {
	border-bottom: 1px solid #AAA;
	text-align: left;
}
.beeShopProductTable th, .beeShopProductTable td {
	padding: 4px;
}
.beeShopProductTable th.tr, .beeShopProductTable td.tr {
	text-align: right;
}
.beeShopProductTable th.w96, .beeShopProductTable td.w96 {
	width: 96px;
}
.beeShopProductTable th.w48, .beeShopProductTable td.w48 {
	width: 48px;
}
.beeShopVareAntal, .beeShopVariant, .beeShopSize {
	width:75px;
}
.beeShopBtns {
	clear: both;
	height: 20px;
	margin: 4px 0 8px 0;
	text-align: right;
	padding-top: 12px;
	position: relative;
}
.beeShopBtns button {
	margin: 0 4px;
}
.beeShopBtns button:first-child {
	float: left;
}
.beeShopBtns button:disabled {
	opacity: 0.5;
}
img.beeShopOrderImage {
	margin: 0 auto;
	max-width: 100%;
	max-height: 500px;
	text-align: center;
    display: table;
}
.form_field {
	width:250px;
	margin: 0 0 4px 0;
	-ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;	
    box-sizing:border-box;
}
.modal {
	display: flex; /* Vis modal som flex-container */
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	justify-content: center; /* Centrer vandret */
	align-items: center; /* Centrer lodret */
}
.modal-content {
	display: none; /* Skjul indhold som standard */
	background-color: #fefefe;
	padding: 20px;
	border: 1px solid #888;
	width: 500px; /* Juster bredden efter behov */
	max-width: 90%; /* Sørg for, at modalen ikke bliver bredere end skærmen */
	height: auto; /* Juster højden efter behov */
	max-height: 90%; /* Sørg for, at modalen ikke bliver højere end skærmen */
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center; /* Centrer indhold vandret */
	align-items: center; /* Centrer indhold lodret */
	z-index: 10000;
}
.modal-body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%; /* Sikrer, at indholdet er fuld bredde inden i modalen */
}
.text-content {
	flex: 1;
	padding-right: 20px;
	text-align: left; /* Juster efter ønske */
}
.image-content {
	flex: 0;
}
.close {
	color: #aaa;
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}
.close:hover, .close:focus {
	color: black;
	text-decoration: none;
}

@media all and (max-width: 1400px) {
	html, body, p, table {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 11px;
		color: rgb(0, 0, 0);
		font-weight: normal;
	}
	.mainDiv {
		position: absolute;
		display: table;
		width: 960px;
		left: 0;
		right: 0;
		margin: 30px auto;
		z-index: 2;
		/*height: 900px;*/
	}
	.LanguageBarOnPage{
		position: absolute;
		width:50px;
		height: 100px;
		left:939px;
		top:72px;
		z-index: 1000;
	}
	#udsolgt_uk, #udsolgt_dk, #faa_tilbage_uk, #faa_tilbage_dk {
		width: 600px;
		height: 600px;
	}
	#h_space {
		line-height: 0px;
	}
	#julegaveDiv {
		height: 600px;
		background-color: #ffffff;
	}
	#julegaveImageDiv, #slideshowImageDiv {
		position: relative ;
		left: 0;
		top: 0;
		z-index: 1;
		width: 600px;
		height: 600px;
		float: left;
	}
	#slideshowThumbsDiv {
		position:absolute;
		left: 0;
		top: 490px;
		width:100%;
		height: 100px;
		text-align: center;
		z-index: 2;
	}
	#julegaveImageDiv > img {
		width: 100%;
		height: auto;
	}
	#julegaveTextDiv {
		width: 350px;
		float: left;
		padding: 0px;
		height: 590px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.mdDiv_100 img {
		max-width: 150px;
	}
	.beeShopFolderImage {
		height: 120px;
		width: auto;
		margin-right: 20px;
		padding-right: 20px;
	}
	.beeShopFolderResume {
		float: left;
		color: #666666;
		font-weight: normal;
		width: calc(50% - 20px);
		margin: 10px 0 0 0;
		padding: 10px;
	}

	.beeShopFolderThumbnails {	/* Miniature billeder på en produktforside */
		border: 1px solid #CCCCCC;
		border-radius: 5px;
		background-color:rgba(255,255,255,0.70);
		color: #000 !important;
		cursor: pointer;
		display: block;
		float: left;

		height: 200px;
		min-height: 200px;
		width: calc(33% - 45px);	/* 3 stk. */
		margin: 10px 0px 10px 20px;
		padding: 10px;

		overflow: hidden;
		position: relative;
		text-decoration: none !important;
	}

}

@media all and (max-width: 900px) {
	.mainDiv {
		width: calc(100% - 20px);
		margin: 10px;
	}
	#slideshowThumbsDiv {
		position:relative;
		top: 10px;
	}
	#slideshowThumbs {
		width:70px;
		height:70px;
	}
	.LanguageBarOnPage{
		position: absolute;
		width:50px;
		height: 100px;
		left:939px;
		top:72px;
		z-index: 1000;
	}
	.login {
		border-collapse: separate;
		display: table;
		min-height: calc(100% - 20px);
		width: calc(100% - 20px);
		table-layout: fixed;
		vertical-align: middle;
		margin: 10px auto;
	}
	.login_section {
		display: table-cell;
		/*background-color:rgba(255,255,255,1);*/
		/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);	*/
		/*border-radius: 10px 10px;*/
		margin: 0;
		padding: 0;
		vertical-align: middle;
		width: 100%;
		height: 0;
	}
	.login_page {
		display: table-cell;
		border: 0px solid;
		float:left;
		margin: 0px;
		padding: 0;
		width: 60%;
		height: 60%;
		vertical-align: middle;
		text-align: center;
	}
	.login_form {
		margin: 0 auto;
		border-radius: 12px;
		background-color: rgba(255, 255, 255, 0.75);
		width: calc(100% - 80px);
		height: 125px;
		padding: 20px 30px;
	}
	.logout {
		position: absolute;
		margin: 20px;
		cursor: pointer;
		width: 100%;
		right: 0;
		top: 0;
	}
	html, body, p, table {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 12px;
		color: rgb(0, 0, 0);
		font-weight: normal;
	}
	#udsolgt_uk, #udsolgt_dk, #faa_tilbage_uk, #faa_tilbage_dk {
		width: 100%;
		height: 300px;
		background-color:#ffffff00;
	}
	#julegaveDiv {
		height: 100%;
		background-color: #ffffff;
	}
	#julegaveImageDiv, #slideshowImageDiv {
		width: 100%;
		height: auto;
		display: contents;
	}
	#julegaveImageDiv > img {
		width: 100%;
		height: auto;
	}
	#julegaveTextDiv {
		width: calc(100% - 40px);
		padding: 20px 0 40px 0;
		height: 100%;
	}
	#julegaveTekst {
		overflow-x: scroll;
		height: 100%;
	}
	.login_form {
		margin: 0 auto;
		border-radius:12px;
		background-color:rgba(255, 255, 255, 0.75);
		width:300px;
		height: 125px;
		padding: 20px 60px;
	}
	.section {
		display: block;
		height:auto;
	}
	.beeShopProductSection {
		position:relative;
		top: 0;
		left: 0;
		width: 300px;
		height:100%;
	}
	.shop_form_next_inner {
		left:301px;
	}
	.mdDiv_100, .mdDiv_75, .mdDiv_66, .mdDiv_50, .mdDiv_33, .mdDiv_25  {
		width: calc(100% - 40px);
		float: left;
		margin: 0 10px 0 10px;
		padding: 0 10px 0 10px;
	}
	img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height:auto;
		margin: 0px;
	}
	.modulContent {
		margin-top: 0;
	}
	.content {
		border-spacing: 0;
		display: block;
		margin: 0;
		width: 100%;
		height: 100%;
	}
	.beeShopFolderThumbnails {	/* Miniature billeder på en produktforside */
		border: 1px solid #CCC;
		border-radius: 5px;
		background-color:rgba(255,255,255,0.70);
		color: #000 !important;
		cursor: pointer;
		display: block;
		float: left;

		height: auto;
		min-height: auto;
		width: calc(100% - 60px);
		margin: 10px 0px 10px 20px;
		padding: 10px;

		overflow: hidden;
		position: relative;
		text-decoration: none !important;
	}
	.rows_four {
		border: 1px solid #CCC;
		border-radius: 5px;
		background-color:rgba(255,255,255,0.70);
		color: #000 !important;
		cursor: pointer;
		display: block;
		float: none;

		width: calc(100% - 45px);
		height: auto;

		margin: 10px 0px 10px 20px;
		padding: 10px;

		overflow: hidden;
		position: relative;
		text-decoration: none !important;

	}
	/*.rows_four img {*/
	/*	width: 100% !important;*/
	/*	height: auto !important;*/
	/*}*/

	.beeShopFolderThumbnails:hover {
		/*background-image: linear-gradient(0deg, #F7DDC6, #F7F0E9);*/
		border-color: #990000;
		box-shadow: 0 15px 15px -12px rgba(0, 0, 0, 0.35);
		border-width: 1px;
	}
	.beeShopProductImgWrapper {
		display:table-cell;
		vertical-align:middle;
		border:1px solid #999999;
		width: calc(100% - 20px);
		/*height:350px;*/
		margin: 20px 10px;
		float:right;
	}
	.beeShopFolderTitle {
		float:left;
		color: #333333;
		font-weight:bold;
		text-align: left;
		width: 100%;
		margin: 0 0 0 0;
	}
	.beeShopFolderResume {
		float:left;
		color: #666666;
		font-weight:normal;
		width: 100%;
	}
	.beeShopFolderImageContainer {
		display: block;
		height: 164px;
		margin: 8px auto;
	}
	.shop_form_container {
		float:none;
		margin: 0 20px;
		width: calc(100% - 40px);
	}
	.show_form_header {
		float: left;
		text-align:left;
	}
	.show_form_field {
		float: left;
		width: 100%;
		height: auto;
		text-align:left;
	}
	.shop_form_error{
		float: left;
		margin: 0 20px;
		width: calc(100% - 20px);
	}

	.beeShopFolderImage {
		height: auto;
		width: 100%;
		margin-right: 20px;
		padding-right: 20px;
	}

	.beeShopFolderResume {
		float: left;
		color: #666666;
		font-weight: normal;
		width: calc(50% - 20px);
		margin: 10px 0 0 0;
		padding: 10px;
	}

}

@media all and (max-width: 500px) {
	.mainDiv {
		width: calc(100% - 20px);
		margin: 10px;
	}
	#julegaveImageDiv, #slideshowImageDiv {
		position: relative;
		left: 0;
		top: 0;
		z-index: 1;
	}
	#slideshowThumbsDiv {
		position:relative;
		top: 10px;
	}
	#slideshowThumbs {
		width:50px;
		height:50px;
	}
	.login {
		border-collapse: separate;
		display: table;
		min-height: calc(100% - 20px);
		width: calc(100% - 20px);
		table-layout: fixed;
		vertical-align: middle;
		margin: 10px auto;
	}
	.login_section {
		display: table-cell;
		/*background-color:rgba(255,255,255,1);*/
		/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);	*/
		/*border-radius: 10px 10px;*/
		margin: 0;
		padding: 0;
		vertical-align: middle;
		width: 100%;
		height: 500px;
	}
	.login_page {
		display: table-cell;
		border: 0px solid;
		float:left;
		margin: 0px;
		padding: 0;
		width: 60%;
		height: 60%;
		vertical-align: middle;
		text-align: center;
	}
	.login_form {
		margin: 0 auto;
		border-radius: 12px;
		background-color: rgba(255, 255, 255, 0.75);
		width: calc(100% - 80px);
		height: 125px;
		padding: 20px 30px;
	}
	.logout {
		position: absolute;
		margin: 10px;
		cursor: pointer;
		width: 100%;
		right: 0px;
		top: 0px;
	}
	#julegaveDiv {
		/*height: 600px;*/
		background-color: #ffffff;
	}
	#julegaveImageDiv {
		width: 100%;
		height: auto;
	}
	#julegaveImageDiv > img {
		width: 100%;
		height: auto;
	}
	#julegaveTextDiv {
		width: calc(100% - 40px);
		padding: 20px 20px 40px 20px;
	}
	.section {
		display: block;
		height:auto;
	}
	.beeShopProductSection {
		position:relative;
		top: 0;
		left: 0;
		width: 300px;
		height:100%;
	}
	.shop_form_next_inner {
		left:301px;
	}
	.mdDiv_100, .mdDiv_75, .mdDiv_66, .mdDiv_50, .mdDiv_33, .mdDiv_25  {
		width: calc(100% - 40px);
		float: left;
		margin: 0 10px 0 10px;
		padding: 0 10px 0 10px;
	}
	img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height:auto;
		margin: 0px;
	}
	.modulContent {
		margin-top: 0;
	}
	.content {
		border-spacing: 0;
		display: block;
		margin: 0;
		width: 100%;
		height: 100%;
	}
	.beeShopFolderThumbnails {	/* Miniature billeder på en produktforside */
		border: 1px solid #CCC;
		border-radius: 5px;
		background-color:rgba(255,255,255,0.70);
		color: #000 !important;
		cursor: pointer;
		display: block;
		float: left;

		height: auto;
		min-height: auto;
		width: calc(100% - 60px);
		margin: 10px 0px 10px 20px;
		padding: 10px;

		overflow: hidden;
		position: relative;
		text-decoration: none !important;
	}
	.beeShopFolderThumbnails:hover {
		/*background-image: linear-gradient(0deg, #F7DDC6, #F7F0E9);*/
		border-color: #990000;
		box-shadow: 0 15px 15px -12px rgba(0, 0, 0, 0.35);
		border-width: 1px;
	}
	.beeShopProductImgWrapper {
		display:table-cell;
		vertical-align:middle;
		border:1px solid #999999;
		width: calc(100% - 20px);
		height:auto;
		margin: 20px 10px;
		float:right;
	}
	.beeShopFolderTitle {
		float:left;
		color: #333333;
		font-weight:bold;
		text-align: left;
		width: 100%;
		margin: 0 0 0 0;
	}
	.beeShopFolderResume {
		float:left;
		color: #666666;
		font-weight:normal;
		width: calc(100% - 10px);
	}
	.beeShopFolderImageContainer {
		display: block;
		height: 164px;
		margin: 8px auto;
	}
	.shop_form_container {
		float:none;
		margin: 0 20px;
		width: calc(100% - 40px);
	}
	.show_form_header {
		float: left;
		text-align:left;
	}
	.show_form_field {
		float: left;
		width: 100%;
		height: auto;
		text-align:left;
	}
	.shop_form_error{
		float: left;
		margin: 0 20px;
		width: calc(100% - 20px);
	}
	/*img.beeShopFolderImage {*/
	/*	margin: 0 auto;*/
	/*	max-width: 100%;*/
	/*	width: 100%;*/
	/*	float: right;*/
	/*}*/
}


