/* CSS Document */

.gdpr_outer {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #333;
	opacity: 0.8;
	z-index: 10;
	padding: 20px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,2.2);
}

.gdpr_inner {
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
	.gdpr_inner_sub {
		font-size: 120%;
		line-height: 120%;
		color: #000;
		padding: 10px;
		font-weight:bold;
		background-color: #ececec;
		border: 2px solid #a9a9a9;
		border-radius: 5px 5px 5px 5px;
	}
	.gdpr_inner_sub:hover {
		color: #fff;
		background-color: #333;
		font-weight:bold;
		border: 2px solid #a9a9a9; 
	}
	
.top_ads_container {
	height: 100px;
	background-color: #ffffff;
	border-radius: 15px 15px 15px 15px;
	padding: 0;
	margin-bottom: 20px;
}
.top_ads_container_sec {
	margin: 0 auto;
	display: table;
}

	.top_ads1, .top_ads2, .top_ads3, .top_ads4, .top_ads5, .top_ads6 {
		height: 100px;
		min-height: 100px;
		float: left;
		background-position: center; 
		background-repeat: no-repeat;
	}
	.top_ads1 {width: 187px; margin-right: 10px; background-image: url('pictures/ads/elge_small2.jpg');}
	.top_ads2 {width: 80px; margin-right: 10px; background-image: url('pictures/ads/jfk_small2.jpg');}
	.top_ads3 {width: 170px; margin-right: 10px; background-image: url('pictures/ads/wollmars_small2.jpg');}
	.top_ads4 {width: 170px; margin-right: 10px; background-image: url('pictures/ads/fiskeshopen_small2.jpg');}
	.top_ads5 {width: 80px; margin-right: 10px; background-image: url('pictures/ads/bseen_small2.jpg');}
	.top_ads6 {width: 210px; background-image: url('pictures/ads/sensas.jpg');}

.right_ads_container {
	padding-top: 20px;
}
	.right_ads0, .right_ads1, .right_ads2, .right_ads3, .right_ads4, .right_ads5, .right_ads6 {
		text-align: center;
		background-position: center; 
		background-repeat: no-repeat;
	}
	.right_ads0 {background-image: url('pictures/ads/samarbetspartners.jpg'); height: 25px;}
	.right_ads3 {background-image: url('pictures/ads/elge_large.jpg'); height: 110px;}
	.right_ads2 {background-image: url('pictures/ads/jfk_large.jpg'); height: 210px;}
	.right_ads4 {background-image: url('pictures/ads/wollmars_large.jpg'); height: 109px;}
	.right_ads1 {background-image: url('pictures/ads/fiskeshopen_large.jpg'); height: 111px;}
	.right_ads5 {background-image: url('pictures/ads/bseen_large.jpg'); height: 88px;}
	.right_ads6 {background-image: url('pictures/ads/sensas.jpg'); height: 122px;}
	
.btn_menu {
	width: 100%;
	text-align: center;
	background-color: #333;
	position: absolute; 
	bottom: 0;
	opacity: 0.8;
	border-radius: 0px 0px 15px 15px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: inline-block;
}

li {
	float: left;
}

li a, .dropbtn {
	display: table;
	color: #fff;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 120%;
}

li a:hover, li:hover .dropbtn {
	color: #000;
	background-color: #fff;
	text-decoration: none;
	font-size: 120%;
}

li.dropdown {
	display: block;
}

.dropdown-content {
	display: none;
	background-color: #f9f9f9;
	position:absolute;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 100%;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
	font-size: 100%;
}

li:hover .dropdown-content {
	display: block;
}

.sec_menu {
	text-align:center;
	margin: 0; 
	padding: 0; 
	background-color: #fff; 
	padding-top: 10px;
}
	.sec_menu_group .button {
		font-weight: bold;
		text-align: center;
		color: #000;
		padding: 8px 12px;
		background-color: #8fd5ff; 
		border: 0;
		border-radius: 5px 5px 5px 5px;
		display: inline-block;
		cursor: pointer;
	}
	.sec_menu_group .button:hover {
		background-color: #25abfc;
	}
	
.sec_menu2 {
	text-align:center;
	margin: 0; 
	padding: 0; 
	background-color: #fff; 
	margin-bottom: 10px;
}
	.sec_menu_group2 .button {
		font-weight: bold;
		text-align: center;
		color: #fff;
		padding: 8px 12px;
		background-color: #547aa5; 
		border: 0;
		border-radius: 5px 5px 5px 5px;
		display: inline-block;
		cursor: pointer;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

	}
	.sec_menu_group2 .button:hover {
		background-color: #102e4a;
	}
	
.sub_info {
	display: inline-block; 
	background-color: #333; 
	color: #fff; 
	font-weight: bold;
	padding: 8px 12px;
	margin: 0px 3px 0px 3px;
	border-radius: 5px 5px 5px 5px;
}
.sub_info a, .sub_info a:hover {
	color: #fff;
	text-decoration: none;
}