﻿.OutOffice {
	background-color: #edf372;
	padding: 9px;
	float: left;
	margin-bottom: 12px;
	color: #666;
	font-size: 13px;
}

#waitloader {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 1px solid #333;
    z-index: 1000;
    background: #fff url(../include/images/spiffygif_52x52.gif) no-repeat center center;
    border-radius: 50%;
	display: none;
}

#frontpagebottom {display: none}

#frontpagebottom section {
        flex: 0 0 100%;
        text-align: center;
        padding: 27px 5px 19px 0px;
    }
	
#frontpagebottom h3 {
    font-size: 22px;
    color: #586e27;
    margin-bottom: 12px;
}
#frontpagebottom .imgleft {
        width: 200px;
        height: auto;
        float: none;
        margin-bottom: 12px;
    }
#frontpagebottom .sectiondiv p {
        line-height: 26px;
    }
#frontpagebottom .hr {
	border-top: 1px solid #c0bebe;
    width: 70%;
    margin: auto;
    margin-top: 20px;
}
#frontpagebottom .frontbutton {
    background: #5e7a1d;
    color: #fff;
    padding: 9px;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 24px;
    display: inline-block;
}

@media (max-width: 850px) {
    #frontpagebottom {
		display: block;
	}
}

/*******************************
MOBILEMENU
*******************************/
#mobilemenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	background: radial-gradient(circle at bottom center, #657e28 25px, #3a4c11);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-bottom-right-radius: 20px;
}
#mobilemenu > div {
	width: 100%;
	float: left;
	border-bottom: 1px solid #6a7c3e;
}
#mobilemenu > div:last-of-type {
	border-bottom: 0px;
}
#mobilemenu > div > a {
	text-decoration: none;
	padding: 20px 1px 20px 65px;
	float: left;
	color: #fff;
	font-size: 15px;
	width: 100%;
	box-sizing: border-box;
}
.mobilemenu-home {
    background: transparent url(../include/images/topnav-home.png) no-repeat scroll 16px 5px;
}
.mobilemenu-fav {
    background: transparent url(../include/images/topnav-heart.png) no-repeat scroll 16px 9px;
}
.mobilemenu-birdid {
    background: transparent url(../include/images/topnav-birdid.png) no-repeat scroll 16px 9px;
}
.mobilemenu-podcast {
    background: transparent url(../include/images/topnav-podcast.png) no-repeat scroll 16px 9px;
}
.mobilemenu-alpha {
    background: transparent url(../include/images/topnav-bird.png) no-repeat scroll 15px 9px;
}
.mobilemenu-quiz {
    background: transparent url(../include/images/topnav-quiz.png) no-repeat scroll 15px 9px;
}
.mobilemenu-app {
    background: transparent url(../include/images/topnav-app.png) no-repeat scroll 16px 9px;
}
.mobilemenu-whistle {
    background: transparent url(../include/images/topnav-whistle.png) no-repeat scroll -13px 9px;
}
.mobilemenu-wooden {
    background: transparent url(../include/images/topnav-wooden.png) no-repeat scroll -8px 8px;
}
.mobilemenu-glass {
    background: transparent url(../include/images/topnav-glass.png) no-repeat scroll -1px 8px;
}
.mobilemenu-facebook {
    padding-left: 15px !important;
    width: auto !important;
    float: right !important;
	margin-right: 30px;
}
.mobilemenu-facebook img {
    border: 3px solid #fff;
    float: right;
    border-radius: 50%;
	width: 24px;
	height: 24px;
}
.close {
     background: #556b1f;
    width: 37px;
    height: 37px;
    position: relative;
    display: block;
    float: left;
	margin-bottom: 9px;
}
.close:after {
   content: '';
    height: 20px;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    left: 17px;
    top: 8px;
}
.close:before {
    content: '';
    height: 20px;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    left: 17px;
    top: 8px;
}

	
/* -------------------------------
	Autocomplete
---------------------------------- */
.autocomplete-suggestions { 
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-top: 5px;
	background: #FFF; 
	cursor: default; 
	overflow: auto; 
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
}
	
.autocomplete-suggestion { 
	border-bottom: 1px solid #c9c9c9;
	overflow: hidden;
	padding: 8px 27px;
	white-space: nowrap;
	background: linear-gradient(#ffffff, #eaeaea) repeat scroll 0 0 #ffffff;
}
.autocomplete-suggestion:last-child { 
	border-bottom: 0px;
}
.autocomplete-no-suggestion { 
	padding: 8px 27px;
	white-space: nowrap;
	background: linear-gradient(#ffffff, #eaeaea) repeat scroll 0 0 #ffffff;
}
.autocomplete-selected { 
	background: linear-gradient(#eaeaea, #c9c9c9) repeat scroll 0 0 #eaeaea;
}
.autocomplete-suggestions strong { 
	font-weight: normal; 
	color: red; 
}
/* --------------------
	OVERLAY
----------------------- */
#overlay-wrapper {
	position: fixed;
	top: 0;
	left:0;
	bottom:0;
	right: 0;
	background-color: rgba(0, 0, 0, .65);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	z-index: 4;
	display: none;
}
#overlay-content-box {
	width: 70%;
	height:50%;
	position: fixed;
	left: 15%;
	top: 25%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #ffffff;
	padding: 15px 15px 40px;
	border: 1px solid #000;
}

#ClosePopUp {
	background: linear-gradient(#b7b7b7, #5e5f5e) repeat scroll 0 0 #1d1d1d;
	border: 1px solid #737372;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	line-height: 27px;
	min-width: 54px;
	padding: 0 8px;
	text-align: center;
}
#ClosePopUpIcon {
	background: url("../include/images/cancel.png") no-repeat scroll center center #fff;
	border: 1px solid #e0574c;
	border-radius: 50%;
	cursor: pointer;
	height: 30px;
	position: fixed;
	right: 15%;
	top: 26%;
	width: 30px;
	z-index: 10;
}
#ClosePopUpIcon:hover {
	background-color: #f8a29b;
}
.overlay-header {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 8px;
}


#overlay-image { /* fuglebillede kan maksimeres */
    background-color: rgba(0, 0, 0, 1);
    background-position: center center,center center;
    background-repeat: no-repeat,no-repeat;
	background-size: contain,auto; /* loading-ikon skal ikke v re contain */
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
	display: none;
}

#overlay-image-close {
    background: url("../include/images/cancel-image.png") no-repeat scroll center center #000000;
    border: 1px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
}
#enlarge {
	background: url("../include/images/zoomImage.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    z-index: 1;
}
/* -------------------------------
	KATEGORIER
---------------------------------- */
#categorylist {
    overflow: hidden;
	width: 100%;
	max-width: 600px;
	margin-top: 17px;
}
.categoryname {
	background-color: #fff;
	margin-bottom: 3px;
}
.categoryname: hover {
	background-color: #efeded;
} 
.categoryname a {
	color: #333;
    display: block;
    height: 27px;
    padding: 11px 9px 0;
    text-decoration: none;
    width: 100%;
}
#CategoryBirds {
	width: 100%; 
	overflow:hidden;
}
#CategoryBirds h2 {
	color: #5c635a;
    display: block;
    font-size: 58px;
    font-weight: 400;
    margin-left: 0;
    max-width: 900px;
    padding-top: 0px;
    text-shadow: 1px 1px #fff;
    padding-bottom: 0px;
}


/* -------------------------------
	S GETOP
---------------------------------- */

#searchdiv {
	display: none;
}
.searchdiv {
	margin: auto;
	background-color: #5e7a1d;
	height: 57px;
	max-width: 100%; 
	min-width: 100%;
	padding-bottom: 0;
	padding-top: 16px;
	position: absolute;
	width: 100% !important;
}
#autocomplete {
	background: url("../include/images/search-icon.png") no-repeat scroll 5px center #fff;
	padding-left: 37px;
	float: left;
	width: 100%;
	border: 2px solid #939393;
	border-radius: 23px;
}
.autocomplete-div {
	margin-left: 11%;
	width: 80%;
	max-width: 400px;
}
.hide-search {
	background: transparent url(../include/images/cancel-image.png) no-repeat scroll 0px 12px;
	display: inline-block;
	height: 33px;
	margin-left: 18px;
	margin-top: 4px;
	width: 32px;
	cursor: pointer;
}



/* -------------------------------
	PAGEBOTTOM
---------------------------------- */
.pagediv {
	padding-bottom: 40px;
}
#footer {
	background: linear-gradient(180deg, #5e7a1d -45%, #151a09 161%);
    	border-top: 1px solid #1d5d28;
	padding-bottom: 50px;
}
.footer-wrapper {
    margin: auto;
    max-width: 85%;
    overflow: hidden;
	padding-top: 27px;
}
.footer-content {
	color: #d2d8d1;
	width: 22%;
	margin-right: 2%;
	float: left;
}
.footer-content h3 {
	 color: #e2e2e2;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 11px;
    text-shadow: 1px 1px #555;
    text-transform: uppercase;
}
.footer-content p {
	font-size: 14px;
	line-height: 26px;
}
.footer-content a {
	color: #d2d8d1;
}
.footer-content a:hover {
	color: #ddd8cd;
}
.footer-content p.bottom-link {
	color: #d2d8d1;
	text-decoration: underline;
	cursor: pointer;
}
.footer-content p.bottom-link:hover {
	color: #ddd8cd;
}
#footer-payment-logos {
	margin-top: 9px;
	margin-bottom: 5px;
}

#bottom-some {
	overflow: hidden;
    width: 154px;
    margin-top: 18px;
}

.bottom-facebook {
    padding-right: 15px !important;
	margin-right: 30px;
}
.bottom-facebook img {
    border: 3px solid #fff;
    border-radius: 50%;
	width: 24px;
	height: 24px;
}

.catwhistle {
	background-image: url(../include/images/cat/catwhistle.webp);
}
.catwood {
	background-image: url(../include/images/cat/catwood.webp);
}
.catglass {
	background-image: url(../include/images/cat/catglass.webp);
}
.catplush {
	background-image: url(../include/images/cat/catplush.webp);
}
.catnapkin {
	background-image: url(../include/images/cat/catnapkin.webp);
}
.catmetal {
	background-image: url(../include/images/cat/catmetal.webp);
}
.catdecor {
	background-image: url(../include/images/cat/catdecor.webp?2);
}
.catoffer {
	background-image: url(../include/images/cat/catoffer.webp);
	background-color: #ffd802;
}

.webshop-header {
	color: #484242;
	font-size: 22px;
	font-weight: 400;
	text-shadow: 1px 1px #fff;
	margin-bottom: 8px;
	margin-left: 6px;
	margin-top: 17px;
	}
.cat-container > .webshop-header {
    display: none;
}

@media(max-width: 1750px) { 
	.footer-wrapper {
		max-width: 95%;
	}
}
@media(max-width: 1050px) { 
	.footer-wrapper {
		max-width: none;
		width: 97%;
		padding-left: 2%;
		padding-top: 11px;
	}
}
@media (max-width: 760px) {
	.footer-content {
		float: none;
		margin-top: 16px;
		width: 100%;
	}
}