/*******************************
GENERELT
*******************************/
* {
	margin:0;
	padding:0;
} 
html, body {
	height: 100%;
	scroll-behavior: smooth;
}
body {
	font-family: Arial,sans-serif; 
	background-color: #f1f3f0;
}
#main {
	overflow:auto;
	padding-top: 84px;
} 
#breadcrumb {
	font-size: 14px;
	margin-top: 12px;
	color: #797b77;
}
#breadcrumb a {
	text-decoration: none;
	color: #363a33;
}
#breadcrumb span {
	margin-left: 2px;
	margin-right: 2px;
}
	
#SearchContainer {
	display: none;
	width: 100% !important;
	position: fixed;
	top: 41px;
	background-color: #dbe3d7;
	height: 45px;
	z-index: 3;
}
#FakeSearch2 {
	width: 70%;
	height: 8px;
	border-radius: 17px;
	font-size: 14px;
	border: 1px solid #aba6a6;
	float: none;
	margin: auto;
	transition: top 0.3s ease;
	margin-top: 7px;
	background: url(../include/images/search-icon.png) no-repeat scroll 5px center #fff;
	padding-left: 37px;
}
.pagediv {
	margin: auto; 
	max-width: 85%; 
	overflow: hidden;
}

.sharepage {
	background: url(../include/images/share12px.png) 7px 7px no-repeat #d0d3ce;
	padding: 6px 12px 5px 28px;
	color: #333;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 13px;
	cursor: pointer;
	margin-top: 0px;
}

.hr {
	height: 1px;
	width: 100%;
}

/*******************************
APP
*******************************/

.available {
	display: block !important;
}
#installer {
	float: left;
	cursor: pointer;
}
#installer em {
	color: #fff;
	background: url(/pwa/desktopinstall.png) 7px 4px no-repeat #5e7a1d;
	font-size: 11px;
	padding: 8px 13px 8px 30px;
	margin-right: 10px;
	border-radius: 6px;
	font-style: normal;
}
#RejectApp {
	font-size: 21px;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 14px;
	top: 6px;
	font-family: monospace;
}

#installDiv {
	display: none;
	background-color: #e9e9e7;
	font-size: 13px;
	padding: 12px 7px;
	max-width: 460px;
	margin-bottom: 4px;
	box-sizing: border-box;
	position: relative !important;
	bottom: auto;
	top: auto;
	width: auto;
	overflow: hidden;
}

/* -------------------------------
	SIDE
---------------------------------- */
	
.header {
	overflow: hidden;
	margin-bottom: 20px;
}
.header h1 {
	display: block;
	font-size: 58px;
	font-weight: 400;
	margin-left: 0;
	padding-top: 17px;
}
h2 {
	font-size: 42px;
	font-weight: 400;
}
.searchtop {
	background: #5e7a1d;
	border-bottom: 0;
	width: 100%;
	overflow: visible;
	position: fixed;
	z-index: 3; 
}
	
/****************************************************************
Favoritter
****************************************************************/
.heartred {
	background-image: url(../include/images/heartred.png);
}
.heartoutline {
	background-image: url(../include/images/heartoutline.png);
	background-repeat: no-repeat;
}

/****************************************************************
Del
****************************************************************/
.sharespan {
	float: left;
	display: inline-block;
	margin-bottom: 3px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 6px 0px 0px 16px;
	background: url(../include/images/share.png) no-repeat 0px 5px;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	opacity: 0.6;
	cursor: pointer;
}

/****************************************************************
ADSENSE	
****************************************************************/
.googlediv {
	clear: both;
	margin-bottom: 0;
	margin-top: 0;
	z-index: 1;
	overflow: hidden;
}
.fuglestemmer-responsive { width: 320px; height: 50px; }
	@media(min-width: 500px) { .fuglestemmer-responsive { width: 468px; height: 60px; } }
	@media(min-width: 800px) { .fuglestemmer-responsive { width: 728px; height: 100px; } }
	
.fuglestemmer-groen { width: 320px; height: 50px; }
	@media(min-width: 500px) { .fuglestemmer-groen { width: 468px; height: 60px; } }
	@media(min-width: 800px) { .fuglestemmer-groen { width: 728px; height: 100px; } }

/* -------------------------------
	inputs
---------------------------------- */
input { 
	border: 2px solid #ccc;
	display: block;
	padding: 10px; 
	font-family: Arial,sans-serif;
	font-size: 17px;
}
input:focus{
	outline: 0;
}
::-webkit-input-placeholder {
   color: #72787f;
}
:-moz-placeholder { /* Firefox 18- */
   color: #72787f;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #72787f;
}
:-ms-input-placeholder {  
   color: #72787f;
}

h2.birdpage {
	font-size: 33px;
	margin-bottom: 12px;
}

#birdpageshop {
	display: none;
	background: url(../include/images/spiffygif_52x52.gif) #ffffff no-repeat center center;
}
	

/* -------------------------------
	NAVIGATIONSTOP
--------------------------------- */

.topdiv {
	margin: auto;
	max-width: 85%;
	overflow: hidden;
}
.topnav {
	width: 10%;
	float: left;
	border-right: 1px solid #748845;
}
.topnav a,.topnav div {
	display: block;
	font-size: 13px;
	height: 28px;
	padding-top: 45px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	color: #fff;
}
.topnav-app {
	display: none; 
}
.topnav-searchy {
	display: none; 
}
#FakeSearch {
	background: url(../include/images/search-icon.png) no-repeat scroll 5px center #fff;
	padding-left: 37px;
	float: left;
	width: 300px;
	border: 2px solid #939393;
	border-radius: 23px;
}
.top-search {
	padding-top: 15px !important;
	padding-left: 21px;
}
.topnav-search {
	width: 400px;
	height: 74px;
}
.hamburger {
	width: 56px;
	height: 50px;
	float: left;
	margin-top: 16px;
	margin-left: 9px;
	display: none;
}
.hamburger span {
	width: 32px;
	height: 4px;
	background-color: #fff;
	margin: 7px auto;
	display: block;
	cursor: pointer;
}
#CountDiv {
	position: absolute;
	width: 12px;
	background-color: #d43d2c;
	top: 9px;
	right: 41%;
	padding: 2px 2px;
	border-radius: 2px;
	font-size: 9px;
	text-align: center;
}
.top-alpha {
	background: transparent url("../include/images/topnav-bird.png") no-repeat scroll center 5px;
}
.top-home {
	background: transparent url("../include/images/topnav-home.png") no-repeat scroll center 5px;
}
.top-cat {
	background: transparent url("../include/images/topnav-cat.png") no-repeat scroll center 5px;
}
.top-fav {
	background: transparent url("../include/images/topnav-heart.png") no-repeat scroll center 5px;
}
.top-quiz {
	background: transparent url("../include/images/topnav-quiz.png") no-repeat scroll center 5px;
}
.top-birdid {
	background: transparent url("../include/images/topnav-birdid.png") no-repeat scroll center 5px;
}
.top-podcast {
	background: transparent url("../include/images/topnav-podcast.png") no-repeat scroll center 5px;
}
.top-searchy {
	background: transparent url("../include/images/topnav-search.png") no-repeat scroll center 5px;
}
.top-app {
	background: transparent url("../include/images/topnav-app.png") no-repeat scroll center 5px;
}
.top-webshop {
	background: transparent url("../include/images/topnav-wooden-reversed.png") no-repeat scroll 47px 9px;
	position: relative;
}

#BasketProducts {
	display: none;
	margin-top: 89px;
}
#BasketProducts h2 {
	margin-top: 20px;
	font-size: 23px;
	margin-bottom: 16px;
}

	

/*******************************
Links til kategorier - BEGYND
*******************************/
.cat-container, .small-cat-container,.shop-tab-container {
	width: 100%;
	overflow: hidden;
}


.shopcat {
	color: #444;
	text-decoration: none;
	border: 1px solid #eae9e9;
	border-radius: 3px;
	display: block;
	box-sizing: border-box;
	box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
	margin-bottom: 14px;
	overflow: hidden;
	float: left;
	margin-right: 12px;
	width: 15%;
	height: 188px;
	background-color: #fff;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.shop-tab-container a.shopcat {
	font-size: 15px !important;
	width: 45% !important;
}

.shopcat em {
	font-style: normal;
	margin-left: 12px;
	margin-top: 5px;
	float: left;
	font-size: 21px;
	width: 85%;
	line-height: 29px;
	font-weight: bold;
	overflow: hidden;
	color: #7c7e77;
}

/*******************************
FUGLE
*******************************/
.bird-outer {
	float: left;
	margin: 5px;
	position: relative;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	overflow: hidden;
	width: 230px;
}
.bird-outer figcaption {
	float: left;
	background-color: #fff;
	position: relative;
	width: 100%;
	height: 25px;
	padding-left: 8px;
	padding-top: 6px;
	color: #000;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
}
.bird-outer .otherpic {
	width: 100%;
	height: 140px;
}
.bird-outer .he {
	position: absolute;
	z-index: 2;
	width: 30px;
	height: 23px;
	right: 0px;
	bottom: 4px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position-x: 8px;
	background-position-y: 4px;
	background-color: #fff;
}
.bird-outer .hegrey {
	background-image: url(../include/images/heartgrey.png);
}

/* -------------------------------
	MEDIA QUERIES
---------------------------------- */	

@media(max-width: 1750px) { 
	.pagediv {
		max-width: 95%;
	}
	.topdiv {
		max-width: 95%;
	}
}
			
@media(max-width: 1500px) { 
	.searchdiv {
		max-width: 80%;
	}
	.top-podcast {
		display: none !important;
	}
}

@media(max-width: 1350px) { 
	.shopcat {
		width: 31%;
	}
}

@media(max-width: 1100px) { 
.bird-outer {			
		margin: 2px 4px 6px 0px;
		width: 24%;
		max-width: 230px;
		height: 172px;
	}
.top-app,.top-fav {
		display: none !important;
}

}
@media(max-width: 1050px) { 
	.searchdiv {
		float: left;
		width: 80%;
	}
	.home {
		margin-right: 11px;
	}
	.pagediv {
		margin-left: 5px;
		max-width: 100%;
	}
	.topdiv {
		max-width: 100%;
	}
}

@media (max-width: 1025px) {

	.topnav-app {
		display: block;
	}
	.topnav-search {
		width: 300px;
	}
	#FakeSearch {
		width: 210px;
	}
	span.payment-logos {
		float: none;
	}
	.top-webshop {
		background-position: 15px 9px !important;
	}
}
@media(max-width: 1000px) { 
	#installer em {
		background: url(/pwa/mobilinstall.png) no-repeat 9px 4px #5e7a1d;
	}
}
@media(max-width: 950px) {
	.button-text-right {
		margin-right: 0;
	}
	.header h1.birdpage {
		font-size: 48px;
	}
}

@media(max-width: 860px) { 
	.hamburger {
		display: block;
	}
}

@media(max-width: 850px) { 
	.bird-outer {			
		width: 32%;
		max-width: 230px;
	}
	.top-quiz {
		display: none !important;
	}
}

@media (max-width: 760px) {
	.below-picture-ad {
		display: none;
	}
	#singlebird-image {
		padding-bottom: 0px;
	}
	#otherbirds {
    margin-top: 0px;
    padding-top: 20px;
	}
	.offermobile {
		display: none !important;
	}
	.scroll > ul {
		width: 2090px;
	}
	#shop-intro {
	    font-size: 14px;
	}
}

@media(max-width: 750px) { 
	.header h1.birdpage {
			font-size: 29px;
		}
	.pagediv {
		margin-left: 5px;
	}
}

@media (max-width: 700px) {
	.searchtop {
	transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
	}
	.header {
		margin-bottom: 14px;
	}
	.header h1 {
		font-size: 36px;
	}
	#CategoryBirds h2 {
		font-size: 36px;
	}
	#LinkToFavoritGuide {
		display: block !important;
	}
	.shop-text > .shop-buy {
		display: block;
	}
	.shopcat {
		width: 47%;
	}

	#carticon {
        position: static;
    }
	.topnav-search {
		display:none !important;
        width: 100% !important;
        position: fixed;
        top: 43px;
        background-color: #e2e2e2;
		height: 50px;
    }
	.topnav-searchy {
        display: none;
    }
	#FakeSearch {
        width: 78%;
        height: 13px;
        border-radius: 17px;
        font-size: 16px;
        border: 1px solid #939393;
		float: none;
		margin: auto;
		transition: top 0.3s ease;
    }
	.top-search {
		padding-top: 6px !important;
		padding-left: 0 !important;
	}
	.topnav {
		width: 16%;
	} 
	.topnav a {
		padding-top: 14px;
		height: 31px;
	}
	.topnav-home {
		width: 40px !important;
	}
	.top-home {
		background-color: transparent !important;
		background-image: url(../include/images/topnav-home.png) !important;
		background-repeat: no-repeat !important;
		background-position-x: center !important; 
		background-position-y: 0px !important;
		background-size: 28px 28px !important;
	}
	.top-home span {
		display: none;
	}
	.top-webshop {
		background: none !important;
	}
	.top-birdid {
		background: none !important;
	}
	.top-alpha {
		background: none !important;
	}
	.hamburger {
		height: 25px;
        margin-top: 6px;
        margin-left: 4px;
	}
	.hamburger span {
	     width: 20px;
        height: 3px;
        margin: 5px auto;
	}
	#main {
		padding-top: 84px;
	}
	#SearchContainer {
        display: block;
    }
	/* N r man scroller ned ? skjul topdiv */
	#MenuContainer.hide {
    transform: translateY(-100%);
    opacity: 0;
	}
	/* N r man scroller ned ? searchbar flyttes til toppen */
	#SearchContainer.up {
		top: 0;
	}
	#CountDiv {
    top: 0px !important;
    right: 0% !important;
	}
}


@media(max-width: 650px) { 
	/************************
	kategoritekst
	************************/
	.CatTextTop {
		margin-top: -3px;
		margin-bottom: 12px;
		line-height: 20px;
		width: 95%;
		}
	.CatTextBottom {
		margin-top: 18px;
		margin-bottom: 0px;
		line-height: 20px;
		width: 95%;
	}
	.bird-outer {
        height: 123px;
    }
	.bird-outer .otherpic {
		height: 95px;
	}
}

@media(max-width: 640px) { 
	.header h1 {
		font-size: 24px;
		padding-top: 2px;
	}
	#breadcrumb {
			font-size: 12px;
			margin-bottom: 12px;
			margin-top: 0px;
		}
	#CategoryBirds h2 {
		font-size: 24px;
		padding-top: 0px;
	}
	#ShowBasketLink {
		font-size: 13px;
		margin-left: 9px;
	}
	#main {
        padding-top: 95px;
    }
}


@media(max-width: 600px) { 
	.autocomplete-div {
		margin-left: 16px !important;
	}
	#enlarge {
		background: url(../include/images/zoomImageMobile.png) no-repeat scroll 0 0 transparent;
		left: 4px;
		top: 6px;
		right: auto;
		opacity: 0.6;
	}
	h2 {
		font-size: 22px;
	}
	#otherbirds {
		float: left;
		width: 94%;
		padding-top: 0px;
	}
	.google-top {
		margin-bottom: 0px;
	}
		
		h2.birdpage {
			font-size: 25px;
			margin-top: 12px;
		}
	#CountDiv {
		right: 38%;
	}
}

@media(max-width: 550px) {

	#installDiv {
		margin-left: 4px !important;
	}
	.autocomplete-div {
		margin-left: 16px !important;
		width: 70% !important;
	}
	#singlebird-name {
		display: none;
	}
	#overlay-image-close {
    right: auto;
	left: 30px;
    top: 130px;
    width: 30px;
	}
	
}
	
@media(max-width: 540px) { 
	.topnav-search {
		width: 84%;
	}
	#FakeSearch {
		width: 70%;
	}
	.hamburger {
		width: 35px;
	}
}

@media(max-width: 500px) { 

	.pic-text span.pic-enlarge {
		display: block;
	}
	.bird-outer {			
		width: 48%;
		max-width: 200px;
	}
	#carticon {
		width: 60px;
	}
	 .top-home {
        display: block !important;
    }
	.topnav {
		width: 22%;
	}
}

@media(max-width: 480px) { 
	.home {
		float: right;
	}
	#ClosePopUpIcon {
	left: 14%;
    top: 22%;
	}
	#overlay-content textarea {
	width: 200px !important;
	}
	#autocomplete {
    width: 86% !important;
	}
}
@media(max-width: 470px) { 
	.topnav-search {
		width: 75%;
	}
	#FakeSearch {
		width: 70%;
	}
	#CountDiv {
		right: 35%;
	}
}
@media(max-width: 440px) { 
	.shopcat {
		width: 45%;
		background-position: -26px bottom;
	}
	.catdecor {background-position: 0px bottom;}
	.shopcat em {
		font-size: 17px;
	}
}


@media(max-width: 380px) { 
	.topnav-search {
		width: 68%;
	}
}

