@CHARSET "UTF-8";

/* source-sans-pro-300 - latin-ext_latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
		url('../fonts/source-sans-pro-v11-latin-ext_latin-300.woff2')
		format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v11-latin-ext_latin-300.woff')
		format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-regular - latin-ext_latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
		url('../fonts/source-sans-pro-v11-latin-ext_latin-regular.woff2')
		format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v11-latin-ext_latin-regular.woff')
		format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-italic - latin-ext_latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'),
		url('../fonts/source-sans-pro-v11-latin-ext_latin-italic.woff2')
		format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v11-latin-ext_latin-italic.woff')
		format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-600 - latin-ext_latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
		url('../fonts/source-sans-pro-v11-latin-ext_latin-600.woff2')
		format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v11-latin-ext_latin-600.woff')
		format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-700 - latin-ext_latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
		url('../fonts/source-sans-pro-v11-latin-ext_latin-700.woff2')
		format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v11-latin-ext_latin-700.woff')
		format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
	text-align: left;
	font: 96%/147% 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

html, body, button, input, select, textarea, .pure-g [class*="pure-u"],
	.pure-g-r [class*="pure-u"] {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

:target {
	padding-top: 80px;
	margin-top: -80px;
	-webkit-background-clip: content-box;
	background-clip: content-box;
	animation: highlight 1s ease;
}

@keyframes highlight { 
	0% {background-color: rgba(255, 255, 0, 1);}
	100% {background-color: rgba(255, 255, 0, 0);}
}

@keyframes highlighter {
	0% {background-color: rgba(255, 255, 255, 1);}
	25% {background-color: rgba(255, 255, 0, 1);}
	100% {background-color: rgba(255, 255, 255, 1);}
}

h1:target {
	margin-top: -58px;
}

h2:target {
	margin-top: -61px;
}

h3:target {
	margin-top: -64px;
}

ul.arrows>li {
	list-style-image: url("/images/emoticons/pfeilchen.png");
}

.pure-g-r>.pure-u, .pure-g-r>[class*="pure-u-"] {
	max-width: 100%;
}

.cols {
	position: relative;
	margin: 0.5em 0;
}

.cols>[class*="pure-u"]>.col-i {
	max-width: 100%;
	position: relative;
	padding: 0 0.5em;
}

.cols>[class*="pure-u"]:first-of-type>.col-i {
	padding-left: 0;
}

.cols>[class*="pure-u"]:last-of-type>.col-i {
	padding-right: 0;
}

hr {
	height: 2px;
}

iframe, div[id^=GMap_] {
	max-width: 100%;
}

.iframe-cont {
	display: block;
	max-width: 100%;
	position: relative;
}

.iframe-cont iframe {
	width: 100%;
	height: 600px;
}

.iframe-host {
	border-top: 1px solid rgba(212, 212, 212, 0.5);
	font-size: 75%;
	line-height: 120%;
	text-align: right;
	display: block;
	margin-bottom: 1px;
}

.iframe-host a {
	color: rgb(212, 212, 212);
	text-decoration: none !important;
}

.iframe-host a.external {
	padding-right: 0;
}

.iframe-host a.external::after {
	display: none;
}

.iframe-caption {
	text-align: center;
	display: block;
	padding-bottom: 8px;
	line-height: 125%;
}

.cookiepol {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0.35em;
	text-align: center;
	background-color: #e5e5e5;
	border-top: 1px solid #dddddd;
	z-index: 11111;
}
.cookiepol button{
	margin-left: 1em;
}

li.separator {
	font-size: 0px !important;
	line-height: 0;
}

body.skin.page .content {
	padding: 0 !important;
	border: none !important;
	box-shadow: none !important;
}

body.skin.page #page>.tabs {
	border: none !important;
}

body.skin.page .footer {
	border-top: 1px solid rgb(221, 221, 221);
	font-size: 80%;
	opacity: 0.80;
}

#header {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
	color: #000000;
}

#header, #content, #footer, #wikibody {
	padding: 0;
	margin: 0;
	width: auto;
	max-width: none;
}

#header, #content.content {
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.15);
}

.userbox a:LINK, .userbox a:VISITED, .breadcrumb a:LINK, .breadcrumb a:VISITED
	{
	color: #666666;
}

.tabmenu a.activetab {
	background: none repeat scroll 0 0 #F9F9F9 !important;
}

.footer {
	font-size: 90%;
}

.footer a:LINK, .footer a:VISITED {
	color: #333333;
}

.verify-comment .verify-footer a {
	text-decoration: underline;
}

.footer ul, .footer ol {
	margin: 0;
}

.footer a.external {
	padding-right: 0;
}

.footer a.external::after {
	display: none;
}

.footer-meta-pad {
	padding: 0 !important;
}

a.feed:AFTER {
	content: 'RSS Feed';
}

a.feed {
	float: none;
	width: auto;
	margin: 2px 0.5em 2px 0;
}

#page>.tabs {
	margin-bottom: 0 !important;
	min-height: 300px;
}

.tabs .show {
	margin: -1em -1em 1em -1em;
}

.context-view>.tabmenu {
	display: none;
}

.context-geo>.tabmenu {
	display: none;
}

.context-ebook>.tabmenu {
	display: none;
}

.context-wikipedia>.tabmenu {
	display: none;
}

.context-find>.tabmenu {
	display: none;
}

.context-preview>.tabmenu {
	display: none;
}

.newhidden {
	display: none !important;
}

.show>.img-row {
	display: block !important;
}

.verify-text {
	margin: 0;
}

div.verify-footer {
	padding: 0.4em;
	margin: 0.2em 0;
}

.verify-footer:HOVER {
	color: black;
}

.pure-g-r, .pure-g {
	/*	letter-spacing: -.4em;*/
	
}

.body-new {
	text-align: left;
	max-width: 100% !important;
}

#header, .userbox {
	height: auto;
}

#content .userbox {
	height: 20px;
	padding: 10px 0;
}

.header {
	background-color: #fefefe;
}

.header.fixed-top {
	z-index: 5000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #dddddd;
}

.header.fixed-padding {
	padding-top: 60px;
}

.content {
	background-color: #e5e5e5;
	padding-bottom: 20px !important;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.footer * {
	color: rgb(48, 48, 48) !important;
}

.footer-page {
	margin: 20px 0;
	border-top: 1px solid #707070;
	padding-top: 20px;
}

.footer-page:FIRST-CHILD {
	margin: 20px 0;
	border-top: inherit;
	padding-top: inherit;
}

.footer-page.hl {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: -20px;
}

.footer-heading {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

.footer-content {
	border-left: 1px solid #707070;
	padding: 0 0 0 20px;
}

.footer-meta {
	display: inline-block;
}

.footer-meta-pad {
	padding: 1em 0;
}

.footer ul {
	list-style: none;
	padding: 0;
	overflow: visible;
}

.footer-meta li {
	clear: left;
}

.meta-key {
	float: left;
	width: 0;
}

.meta-value {
	float: left;
	padding-left: 6em;
	word-break: break-all;
}

.container {
	margin: 0 auto;
	clear: both;
	padding: 10px;
}

#page {
	position: relative;
}

.firstrow.container {
	padding-top: 20px !important;
}

.container.full {
	width: 100%;
	margin: 0;
	padding: 0;
}

.container.full-minus {
	margin: -1em auto;
	padding: 0;
}

.container.full-plus {
	margin: 0 auto;
	clear: both;
	padding: 0;
}

.tabs, .collapsebox {
	border: 1px solid #dddddd !important;
}

.tabs {
	background-color: #ffffff;
	padding: 10px;
}

.tabs .img-row {
	/*display: none;*/
	
}

#header .logo {
	height: 34px;
	padding: 3px 0;
}

#header .search, #header .h-menu {
	height: 34px;
	padding: 3px 0;
	margin: 0;
}

#header .h-block {
	margin-left: 5px !important;
}

#header .h-menu {
	position: relative;
}

#header .h-menu-m {
	position: absolute;
	height: 100%;
	left: 0;
	right: 92px;
}

.h-geo {
	position: relative;
}

.h-geo .search {
	margin-right: 94px !important;
}

.h-geo .h-menu {
	position: absolute !important;
	right: 0;
	top: 0;
}

.pageactions li ul {
	right: 0;
	left: auto !important;
	top: 40px;
}

#header .h-menu-t {
	position: absolute;
	height: 100%;
	right: 0;
}

#header .h-menu-t:HOVER {
	
}

#header .pageactions ul li {
	display: block;
	float: none;
}

#header .search h4 {
	display: none;
}

#header .search-option {
	display: none;
}

.search-field {
	font-size: small !important;
	position: relative;
	padding: 0 !important;
	border: 1px solid rgb(221, 221, 221);
	background-color: rgb(255, 255, 255);
	position: relative;
	/*box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);*/
}

.search-field-cont {
	font-size: small !important;
	height: 32px;
	margin: 0 0px 0 6px;
	padding: 0 !important;
	position: relative;
}

.search-field-cont input::-webkit-input-placeholder {
	text-align: center;
}

.search-field-cont input:-moz-placeholder { /* Firefox 18- */
	text-align: center;
}

.search-field-cont input::-moz-placeholder {  /* Firefox 19+ */
	text-align: center;
}

.search-field-cont input:-ms-input-placeholder {
	text-align: center;
}


#searchForm #query {
	position: absolute;
	color: #666666;
	width: 100%;
	font-size: 130%;
	padding: 0;
	margin: 0;
	height: 100%;
	border: medium none;
}

#searchSubmit {
	top: 0 !important;
	right: 0 !important;
	height: 100% !important;
	width: 34px !important;
	border-left: 1px solid #DDDDDD;
}

.search-field .searchSubmitBg {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 34px;
}

.search-field:hover .searchSubmitBg {
	background-color: rgb(229, 229, 229);
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)
		40%, rgba(0, 0, 0, 0.1));
}

div.searchField {
	margin: 0.66em 0;
	display: inline-block;
	max-width: 90%;
}

div.searchField.headed {
	padding: 10px;
	border: 1px solid rgb(221, 221, 221);
	background-color: rgb(238, 238, 238);
}

h3+.searchField, h4+.searchField {
	margin-top: -0.5em;
}

div.searchField.headed span {
	color: rgb(178, 55, 41);
	font-size: 1.1em;
}

div.searchField form {
	position: relative;
}

div.searchField.headed form {
	margin-top: 4px;
}

div.searchField .searchIcon {
	opacity: 0.4;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	cursor: text;
}

div.searchField input {
	font-size: 110%;
	/*box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);*/
	border: 1px solid #DDDDDD;
	padding: .35em;
	max-width: 95%;
}

div.searchField input:FOCUS {
	/*box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);*/
	
}

div.searchFieldResults {
	border: none;
}

div.searchResultsWrapper {
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
	margin: 5px 0 0 1px;
}

#header .pageactions {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#header .h-nav {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	text-align: center;
	/*font-weight: bold;*/
	display: block;
	height: 32px;
	background-color: #F9F9F9;
}

#header .h-nav:HOVER {
	color: /*#cc0000*/ rgb( 178, 55, 41);
	background-color: #EEEEEE;
	text-decoration: none;;
}

.h-nav.p, .h-nav.n {
	font-size: 150%;
	font-weight: bold;
	line-height: 150%;
}

#morebutton a:HOVER {
	color: /*#cc0000*/ rgb( 178, 55, 41);
}

#morebutton>a {
	padding: .4em 1.2em .4em .4em;
	margin: 0;
	border: medium none;
}

#morebutton ul a {
	padding: 0.3em 0.5em;
}

#morebutton {
	float: none;
	overflow: hidden;
}

#moremenu ul a {
	padding: 0.3em 0.5em;
}

#moremenu>p {
	display: none;
}

#moremenu a:hover, a.action:hover {
	background-color: #eee !important;
}

#morepopup {
	text-align: left;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
	z-index: 2222;
}

.dhtmlwindow {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
	border: 2px solid rgba(170, 170, 187, 0.5);
}

#content .breadcrumb {
	float: left;
	padding: 0.5em 0.5em 0.5em 0;
	line-height: 180%;
}

#content .user {
	float: right;
}

.pagename {
	font-size: 220% !important;
	line-height: 1 !important;
}

.neighbour-navs {
	
}

.neighbour-navs ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.neighbour-nav {
	position: absolute;
	width: 50px;
	top: 0;
	height: 100px;
	color: #000000;
	opacity: 0.3;
	font-size: 50px;
	font-weight: bolder;
	text-align: center;
	padding-top: 15px;
	border: 1px solid #dddddd;
	text-decoration: none;
}

.neighbour-nav:HOVER {
	opacity: 1 !important;
	cursor: pointer;
	text-decoration: none;
}

.neighbour-nav.p {
	left: -51px;
}

.neighbour-nav.u {
	display: none;
}

.neighbour-nav.n {
	right: -51px;
}

.navtop {
	display: block;
	position: relative;
	padding: 0 10px !important;
	margin-bottom: 10px !important;
	overflow: hidden;
	height: 32px;
}

.navtop.closed {
	display: none !important;
}

.navtop.open {
	height: auto;
	color: /* rgb(0, 0, 0) */ rgb( 61, 61, 61);
}

.navtop .navtop-head {
	font-size: 1.5em;
	font-weight: 500;
	padding: .25em 0;
	line-height: 1.2;
	margin: 0;
	color: rgb(102, 102, 102);
}

.navtop ol, .navtop ul {
	padding: 0;
	margin: 0;
}

.navtop-button {
	position: absolute;
	right: 1px;
	top: 2px;
	padding: 4px 10px !important;
}

.navtop .navtop-button:after {
	content: "+";
}

.navtop.open .navtop-button:after {
	content: "x";
}

.navtop li {
	display: inline-block;
	white-space: nowrap;
	border-right: 1px solid rgb(221, 221, 221);
	border-left: 1px solid rgb(221, 221, 221);
	margin: 1px -1px 1px 0;
}

.navtop li:FIRST-CHILD {
	border-left: 1px solid rgb(221, 221, 221);
}

.navtop a {
	display: block;
	line-height: 23px;
	padding: 4px 7px;
	text-decoration: none;
	background-color: transparent;
	color: rgb(102, 102, 102);
}

.navtop a:hover {
	color: /* rgb(0, 0, 0) */ rgb( 61, 61, 61);
	background-color: rgb(230, 230, 230);
}

.navtop .webbook .caption::before {
	display: none;
}

.content .desc:after, .content .ext:after {
	content: "";
	display: table;
	clear: both;
}

.content .extvid {
	font-size: 95%;
	clear: both;
	margin: 1em 0;
	padding: 0.5em 0;
	border-top: 1px solid rgb(221, 221, 221);
	border-bottom: 1px solid rgb(221, 221, 221);
}

@media ( min-width : 1170px) {
	.container {
		width: 1135px;
	}
}

/*
 @media ( min-width : 980px) {
 }

 @media ( min-width : 768px) and ( max-width : 979px;) {
 }
 */
@media ( min-width : 768px) {
	.desktop-hidden {
		display: none !important;
	}
	.desktop-clear {
		clear: both;
		display: block;
	}
}

@media ( max-width : 767px) {
	body {
		font: 100%/150% 'Source Sans Pro', Verdana, Arial, sans-serif;
	}
	.catcount {
		display: none;
	}
	.header.fixed-top {
		position: inherit;
	}
	.header.fixed-padding {
		padding-top: 0;
	}
	.tablet-hidden {
		display: none !important;
	}
	.tablet-clear {
		clear: both;
		display: block;
	}
	/*.meta-value {
	 clear: left !important;
	 padding-left: 2em !important;
	 }*/
	.shar-title {
		margin-right: 0.5em !important;
	}
	.cols.pure-g-r>[class*="pure-u"]>.col-i {
		padding: 0;
	}
	.slide-max-cont-out {
		padding: 5px 0 !important;
	}
	.shar-list li {
		min-width: auto !important;
		margin-right: 8px;
	}
	.shar-link {
		padding-left: 0 !important;
	}
}

@media ( max-width : 480px) {
	.cat-icons .caption {
		position: inherit !important;
		padding: 6px !important;
		display: block !important;
	}
	.webbook .caption:before {
		display: none;
	}
	.cat-icons .link {
		height: auto !important;
		width: auto !important;
		display: block !important;
		background-image: none !important;
	}
	.cat-icons li {
		display: block !important;
	}
	.cat-icons .text {
		height: auto !important;
		width: auto !important;
		display: block !important;
		background: none !important;
		border: none !important;
		overflow: visible !important;
	}
	.cat-icons .line {
		height: auto !important;
		line-height: normal !important;
		margin: 5px 0 0 !important;
		padding: 6px !important;
	}
	.cat-icons .line:FIRST-CHILD {
		margin: 0 !important;
	}
	.phone-hidden {
		display: none !important;
	}
	.phone-clear {
		clear: both;
		display: block;
	}
	.shar-icon {
		margin: 12px 12px 8px 8px !important;
		transform: scale(2);
		-webkit-transform: scale(2);
	}
	.shar-list li {
		min-width: 20% !important;
		margin-right: 0 !important;
	}
}

/* old IE stuff */
.lt-ie9 .container {
	max-width: 1135px;
}

.lt-ie9 .img-row {
	display: none;
}

.img-row {
	height: 60px;
	overflow: visible;
	width: 100%;
	max-width: 100%;
	background-color: rgb(229, 229, 229);
}

.img-row-bg {
	max-width: 100%;
	transition-duration: 0.5s;
	transition-property: opacity;
	transition-timing-function: ease-in-out;
}

.img-row.blend {
	opacity: 0.5;
}

.img-row.blend .img-row-bg {
	opacity: 0;
}

.img-row ul, .img-row-bg ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: visible;
}

.img-row-title {
	visibility: hidden;
	position: absolute;
	top: 60px;
	background-color: rgb(229, 229, 229);
	color: /* rgb(0, 83, 188) */ rgb( 40, 88, 168);
	padding: 4px 8px;
	text-decoration: none;
	white-space: nowrap;
	z-index: 101;
	box-shadow: none;
	transition-duration: 0.15s;
	transition-property: box-shadow;
	transition-timing-function: ease-in;
}

.img-row-el:HOVER .img-row-title {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)
		40%, rgba(0, 0, 0, 0.1));
}

.img-row-title.l {
	left: 0;
}

.img-row-title.r {
	right: 0;
}

.img-row-bg {
	background-position: left top;
	background-repeat: no-repeat;
	height: 60px;
}

.img-row-el {
	list-style: none;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

.img-row-link {
	display: block;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.5);
	position: relative;
	text-decoration: none !important;
	position: relative;
	/*transition: all 0.1s linear 0s;*/
	transition-duration: 0.15s;
	transition-property: box-shadow, opacity;
	transition-timing-function: ease-in;
}

.img-row-link:HOVER {
	background: transparent;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.img-row-link:HOVER .img-row-title {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
	visibility: visible;
}

.img-row-config {
	margin: 0.5em;
	padding: 1em;
	border: 1px solid grey;
	overflow: visible;
}

.cat-icons {
	margin: 0;
}

.cat-icons ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: visible;
}

.cat-icons li {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}

.cat-icons a:HOVER {
	text-decoration: none;
}

.cat-icons .link {
	display: block;
	position: relative;
	overflow: hidden;
	width: 175px;
	height: 131px;
	border: 1px solid rgb(221, 221, 221);
	margin: 4px;
	padding: 0;
	background-repeat: no-repeat;
	background-color: transparent;
	transition-duration: 0.15s;
	transition-property: box-shadow, border-color;
	transition-timing-function: ease-in;
}

.cat-icons .text {
	display: block;
	position: relative;
	overflow: hidden;
	width: 175px;
	height: 131px;
	border: 1px solid rgb(221, 221, 221);
	margin: 4px;
	padding: 0;
	background: none repeat scroll 0 0 rgb(229, 229, 229);
}

.cat-icons .text.single {
	height: auto;
}

.cat-icons .line {
	display: block;
	font-size: 15px;
	margin: 8px;
	overflow: hidden;
	height: 41px;
	padding: 5px 1px;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	border: 1px solid rgb(221, 221, 221);
	background: none repeat scroll 0 0 rgb(256, 256, 256);
	transition-duration: 0.15s;
	transition-property: box-shadow, border-color;
	transition-timing-function: ease-in;
}

.cat-icons .line.single {
	line-height: 41px;
}

.cat-icons .link:HOVER, .cat-icons .line:HOVER {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
	border-color: rgb(255, 255, 255);
}

.cat-icons .link.text:HOVER {
	box-shadow: none;
}

.cat-icons .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(229, 229, 229);
	color: /* rgb(0, 83, 188) */ rgb( 40, 88, 168);
	text-align: center;
	padding: 5px 3px;
	text-decoration: none;
	white-space: nowrap;
	/*box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);*/
	overflow: hidden;
	text-overflow: ellipsis;
}

.cat-icons .subcaption {
	display: block;
	text-align: center;
	margin: -5px 4px 4px 4px;
	border: 1px solid rgb(221, 221, 221);
}

.cat-icons.nocaption .caption {
	display: none;
}

.cat-icons .link:HOVER .caption, .cat-icons .link:ACTIVE .caption {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)
		40%, rgba(0, 0, 0, 0.1));
}

.webbook .caption:before {
	background-color: rgb(229, 229, 229);
	background-image: url("/images/logo-afwb.svg");
	background-position: -44px center;
	background-repeat: no-repeat;
	background-size: 75px 40px;
	border: 2px solid rgb(229, 229, 229);
	bottom: 0;
	content: "";
	height: 40px;
	left: 0;
	margin: 5px;
	position: absolute;
	width: 30px;
}

.webbook .caption {
	overflow: visible;
}

.cat-icons.start .link {
	background-image: url(../img/cat/Start__.jpg);
}

.cat-icons.bilder .link {
	background-image: url(../img/cat/Bilder.jpg);
}

.cat-icons.kunst .link {
	background-image: url(../img/cat/KunstKultur.jpg);
}

.cat-icons.natur .link {
	background-image: url(../img/cat/Natur.jpg);
}

.cat-icons.fauna .link {
	background-image: url(../img/cat/Fauna.jpg);
}

.cat-icons.politik .link {
	background-image: url(../img/cat/PolitikGeschichte_.jpg);
}

.cat-icons.wissen .link {
	background-image: url(../img/cat/Wissenschaft.jpg);
}

.cat-icons.videos .link {
	background-image: url(../img/cat/Videos.png);
}

.cat-icons.unterricht .link {
	background-image: url(../img/cat/Unterricht.png);
}

.cat-icon-1 {
	background-position: -50px -50px;
}

.cat-icon-2 {
	background-position: -50px -200px;
}

.cat-icon-3 {
	background-position: -50px -350px;
}

.cat-icon-4 {
	background-position: -50px -500px;
}

.cat-icon-5 {
	background-position: -50px -650px;
}

.cat-icon-6 {
	background-position: -50px -800px;
}

.cat-icon-7 {
	background-position: -50px -950px;
}

.cat-icon-8 {
	background-position: -50px -1100px;
}

.cat-icon-9 {
	background-position: -50px -1250px;
}

.cat-icon-10 {
	background-position: -50px -1400px;
}

.cat-icon-11 {
	background-position: -50px -1550px;
}

.cat-icon-12 {
	background-position: -50px -1700px;
}

.cat-icon-13 {
	background-position: -50px -1850px;
}

.cat-icon-14 {
	background-position: -50px -2000px;
}

.cat-icon-15 {
	background-position: -50px -2150px;
}

.cat-icon-16 {
	background-position: -50px -2300px;
}

.cat-icon-17 {
	background-position: -50px -2450px;
}

.cat-icon-18 {
	background-position: -50px -2600px;
}

.cat-icon-19 {
	background-position: -50px -2750px;
}

.cat-icon-20 {
	background-position: -50px -2900px;
}

.cat-icon-21 {
	background-position: -50px -3050px;
}

.cat-icon-22 {
	background-position: -50px -3200px;
}

.cat-icon-23 {
	background-position: -50px -3350px;
}

.cat-icon-24 {
	background-position: -50px -3500px;
}

.news-config {
	
}

.news-config .news-cont, .news-config .news-orig {
	display: inline-block;
	border: 1px solid rgb(221, 221, 221);
	margin: 5px;
	line-height: 0;
	vertical-align: bottom;
}

.news-config .news {
	width: 300px !important;
}

.news-orig img {
	height: 200px;
}

.news-cont {
	display: block;
	position: relative;
	vertical-align: bottom;
	opacity: 0.2;
	transition-duration: 0.15s, 0.15s, 0.5s;
	transition-property: box-shadow, border-color, opacity;
	transition-timing-function: ease-in, ease-in, ease-in-out;
	line-height: 0;
	min-height: 200px;
}

.news-cont.loaded {
	opacity: 1;
	cursor: pointer;
}

.news-cont ul, .news-cont ol {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	overflow: visible;
}

.news-cont .news {
	position: relative;
	display: inline-block;
	width: 20%;
	height: 150px;
	border: 1px solid rgb(255, 255, 255);
	margin: -1px;
	background-position: top center;
	background-size: cover;
	transition-duration: 0.15s;
	transition-property: box-shadow;
	transition-timing-function: ease-in;
	z-index: 99;
}

.news-cont .news:HOVER {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
	/* 	border: 2px solid rgb(255, 255, 255); */
	/* 	margin: -2px; */
	z-index: 101;
}

.news-cont .news::after, .hl-cont.hl-line .hl::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.25);
}

.news-cont .news:hover::after, .hl-cont.hl-line .hl:hover::after {
	display: none;
}

.news-cont .caption {
	position: absolute;
	right: 0;
	left: auto;
	bottom: 0;
	top: auto;
	padding: 5px 10px;
	white-space: normal;
	line-height: normal;
	text-align: right;
	font-style: italic;
	background-color: rgb(229, 229, 229);
	color: /* rgb(0, 83, 188) */ rgb( 40, 88, 168);
	text-align: right;
}

.news-cont .news:hover .caption {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)
		40%, rgba(0, 0, 0, 0.1));
}

.news-cont .caption:hover a {
	text-decoration: none;
}

.news-cont.hl-line .caption.left {
	left: 50%;
	right: auto;
}

.news-cont .caption.top {
	text-align: left !important;
	top: -1px !important;
	left: -1px !important;
	bottom: auto !important;
	right: auto !important;
	padding: 0;
	cursor: default;
	background-image: none !important;
	background-color: rgb(229, 229, 229);
	color: rgb(48, 48, 48);
	opacity: 0.65;
	z-index: 100;
	border-left: 1px solid rgb(255, 255, 255);
	border-top: 1px solid rgb(255, 255, 255);
}

.news-cont .caption.top:hover {
	opacity: 1;
}

.highlight-config .hl-cont, .highlight-config .hl-orig {
	display: inline-block !important;
	margin: 2px !important;
	border: none !important;
}

.highlight-config .hl-cont {
	
}

.highlight-config .hl-cont.hl-line {
	width: 220px !important;
}

.highlight-config .hl-orig {
	
}

.hl-cont {
	display: inline-block;
	width: 360px;
	height: 272px;
	position: relative;
	overflow: hidden;
	border: 1px solid rgb(221, 221, 221);
	margin: 4px 4px 3px 4px;
	padding: 0;
	opacity: 0.2;
	transition-duration: 0.15s, 0.15s, 0.5s;
	transition-property: box-shadow, border-color, opacity;
	transition-timing-function: ease-in, ease-in, ease-in-out;
}

.hl-cont.loaded {
	opacity: 1;
	cursor: pointer;
}

.hl-cont.hl-line {
	display: block;
	width: 100%;
	height: 140px;
	margin: 0;
	border: none;
	overflow: visible;
}

.hl-cont.newer.hl-line {
	height: 170px;
}

.hl-cont:HOVER {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
	border-color: rgb(255, 255, 255);
}

.hl-cont.hl-line:HOVER {
	box-shadow: none;
}

.hl-cont ul, .hl-cont ol {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	height: 100%;
	display: block;
}

.hl-cont .bg {
	background-position: center center;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition-duration: 0.5s;
	transition-property: right;
	transition-timing-function: ease-in-out;
}

.hl-cont.hl-line .bg {
	background-position: center right;
	background-repeat: repeat-x;
}

.hl-cont .hl {
	position: relative;
	display: inline-block;
	width: 360px;
	height: 100%;
	z-index: 99;
}

.hl-cont.hl-line .hl {
	width: 360px;
	border: 1px solid rgb(255, 255, 255);
	margin: -1px;
	transition-duration: 0.15s;
	transition-property: box-shadow;
	transition-timing-function: ease-in;
}

.hl-cont.newer.hl-line .hl {
	width: 220px;
	background-position: top center;
}

.hl-cont .hl:HOVER {
	z-index: 101;
}

.hl-cont.hl-line .hl:HOVER {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
	/* 	border-top: 1px solid rgb(255, 255, 255); */
	/* 	border-bottom: 1px solid rgb(255, 255, 255); */
	/* 	margin: -1px 0 -1px -1px; */
}

.hl-cont .caption {
	position: absolute;
	right: 0;
	left: auto;
	bottom: 0;
	top: auto;
	padding: 5px 10px;
	white-space: normal;
	text-align: right;
	font-style: italic;
	background-color: rgb(229, 229, 229);
	color: /* rgb(0, 83, 188) */ rgb( 40, 88, 168);
}

.hl-cont.hl-line .caption {
	white-space: nowrap;
	text-align: left;
}

.hl-cont.newer.hl-line .caption {
	white-space: normal;
	text-align: right;
	right: 0;
	left: 0;
}

.hl-cont.hl-line .caption.left {
	left: 50%;
	right: auto;
}

.hl-cont.hl-line .caption.top {
	
}

.hl-cont .caption.top {
	text-align: left !important;
	top: 0 !important;
	left: 0 !important;
	bottom: auto !important;
	right: auto !important;
	padding: 0;
	cursor: default;
	background-image: none !important;
	background-color: rgb(229, 229, 229);
	color: rgb(48, 48, 48);
	opacity: 0.65;
	z-index: 100;
}

.hl-cont .caption.top:hover {
	opacity: 1;
}

.hl-cont a.external:after {
	display: none;
}

.hl-cont a.external {
	padding-right: 0;
}

.caption.top .capt {
	padding: 5px 10px;
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.caption.top .butt+.capt {
	/* 	padding: 5px 3px; */
	
}

.caption.top .butt {
	display: inline-block;
	vertical-align: bottom;
	padding: 5px 11px;
	font-weight: bolder;
	font-style: normal;
	opacity: 0.5;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	padding: 5px 11px;
}

.caption.top .butt.act {
	opacity: 0.9;
	cursor: pointer;
}

.caption.top:hover .butt.act {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)
		40%, rgba(0, 0, 0, 0.1));
}

.caption.top:hover .butt, .caption.top:hover .capt {
	border-bottom: 1px solid rgb(255, 255, 255);
	border-right: 1px solid rgb(255, 255, 255);
}

.caption.top .butt.act:hover {
	opacity: 1;
}

.caption.top .butt.reload {
	position: relative;
	width: 20px;
	height: 20px;
}

.caption.top .butt.reload:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("/images/repeat.svg");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
}

.caption.top .points {
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	background-color: transparent;
	padding: 6px 10px 0 0;
	white-space: nowrap;
}

.caption.top .point {
	display: inline-block;
	width: 1px;
	height: 1px;
	background-color: rgb(229, 229, 229);
	margin-left: 10px;
	border: 5px solid rgb(229, 229, 229);
	border-radius: 10px;
	opacity: 0.5;
	cursor: pointer;
}

.caption.top .point.act {
	opacity: 1;
}

.hl-cont .caption:HOVER a {
	text-decoration: none;
}

.hl-cont .hl:hover .caption {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)
		40%, rgba(0, 0, 0, 0.1));
}

.hl-cont .caption a:AFTER {
	/* 	display: none; */
	
}

.startpage {
	line-height: 155%;
}

.startpage .text {
	margin: 1em 0 .75em;
}

.startpage h1 {
/* 	font-size: 2em; */
/* 	text-shadow: 1px 1px 1.2px rgba(0, 0, 0, 0.5); */
}

.startpage ul {
	padding-left: 0;
	list-style: none;
}

.startpage ul li {
	padding-left: 25px;
}

.startpage .hili ul li {
	padding-left: 0;
}

.startpage .catmain {
	font-size: 1.2em;
	line-height: 165%;
	font-weight: 500;
}

.startpage .catext {
	margin: 2.5em auto 1em !important;
}

.startpage .hili {
	text-align: right;
}

@media ( min-width : 480px) {
}

@media ( max-width : 585px) {
}

@media ( max-width : 770px) {
	.startpage .hili {
		float: none;
		text-align: right;
	}
}

@media ( min-width : 770px) {
	.startpage .catsub ul {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
	.startpage .catext {
		text-align: center;
	}
	.startpage .catext ul {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
	.startpage .hili {
		float: right;
	}
}

@media ( min-width : 1140px) {
	.startpage .catmain ul {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
	.startpage .catsub ul {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}

.startpg {
	position: relative;
	margin: 0 auto;
	width: 1110px;
}

.startpg .heading {
	float: left;
	min-height: 131px;
	min-width: 720px;
	margin: 5px 0;
	line-height: 150%;
}

.startpg h1 {
	margin: 14px 0;
}

.startpg .cols {
	opacity: 0.8;
}

.startpg .hl-cont {
	float: right;
}

.startpg .cat-icons.start {
	clear: left;
}

@media ( max-width : 1140px) {
	.startpg {
		width: 925px;
	}
	.startpg .heading {
		min-width: 900px;
	}
}

@media ( max-width : 955px) {
	.startpg {
		width: 740px;
	}
	.startpg .heading {
		min-width: 715px;
		min-height: auto;
		margin-bottom: 15px;
	}
	.news-cont .news {
		width: 33%;
	}
}

@media ( max-width : 770px) {
	.startpg {
		width: 555px;
	}
	.startpg .heading {
		min-width: 540px;
	}
	.news-cont .news {
		width: 50%;
	}
}

@media ( max-width : 585px) {
	.startpg {
		width: 370px;
	}
	.startpg .heading {
		min-width: 100%;
	}
}

@media ( max-width : 480px) {
	.startpg .hl-cont {
		display: none !important;
	}
	.startpg {
		width: auto;
	}
	.news-cont .news {
		width: 100%;
	}
}

.partner-icons a:HOVER {
	text-decoration: none;
}

.partner-icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: visible;
}

.partner-icons li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.partner-icons .link {
	width: 100px;
	height: 50px;
	margin: 4px 10px 4px 0;
	padding: 0;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../img/partner/partner_.png);
	/*	
	transition-duration: 0.15s;
	transition-property: box-shadow;
	transition-timing-function: ease-in;
	*/
}

/*
.partner-icons .link:HOVER {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
*/
.partner-icons .p1 {
	background-position: 0 0;
}

.partner-icons .p2 {
	background-position: 0 -50px;
}

.partner-icons .p3 {
	background-position: 0 -100px;
}

.partner-icons .p4 {
	background-position: 0 -150px;
}

.partner-icons .p5 {
	background-position: 0 -200px;
}

.partner-icons .p6 {
	background-position: 0 -250px;
}

.partner-icons .p7 {
	background-position: 0 -300px;
}

.partner-icons .p8 {
	background-position: 0 -350px;
}

.partner-icons .p9 {
	background-position: 0 -400px;
}

.partner-icons .p10 {
	background-position: 0 -450px;
}

.partner-icons .p11 {
	background-position: 0 -500px;
}

.partner-icons .p12 {
	background-position: 0 -550px;
}

.partner-icons .p13 {
	background-position: 0 -600px;
}

.partner-icons .p14 {
	background-position: 0 -650px;
}

.partner-icons .p15 {
	background-position: 0 -700px;
}

.partner-icons .p16 {
	background-position: 0 -750px;
}

.soc-icons {
	margin: -10px 0;
}

.soc-icons li {
	float: left;
}

.soc-icons .operator {
	float: right;
	clear: none;
	margin: 10px 0;
	padding-top: 4px;
}

.operator .impress {
	font-size: 1.1em;
	margin: 5px 0 5px 10px;
}

.soc-icon {
	display: block;
	width: 32px;
	height: 32px;
	margin: 10px 20px 10px 0;
	padding: 0;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../img/soc-32-.png);
	transition-duration: 0.15s;
	transition-property: box-shadow;
	transition-timing-function: ease-in;
}

.soc-icon:HOVER {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.soc-icon.fb {
	background-position: 0 -32px;
}

.soc-icon.fb:HOVER {
	background-position: 0 0;
}

.soc-icon.tw {
	background-position: -32px -32px;
}

.soc-icon.tw:HOVER {
	background-position: -32px 0;
}

.soc-icon.gp {
	background-position: -64px -32px;
}

.soc-icon.gp:HOVER {
	background-position: -64px 0;
}

.soc-icon.rss {
	background-position: -128px -32px;
}

.soc-icon.rss:HOVER {
	background-position: -128px 0;
}

.soc-icon.tug {
	background-position: -224px 0;
	display: inline-block;
	height: 32px;
	margin: 0 0 0 3px;
	vertical-align: text-bottom;
	width: 86px;
}

.soc-icon.tug:HOVER {
	box-shadow: none;
}

.soc-icon.ph {
	background-position: -310px -32px;
}

.soc-icon.ph:HOVER {
	background-position: -310px 0;
}

.soc-icon.fa {
	background-position: -342px -32px;
}

.soc-icon.fa:HOVER {
	background-position: -342px 0;
}

.soc-icon.we {
	background-position: -374px -32px;
}

.soc-icon.we:HOVER {
	background-position: -374px 0;
}

.soc-icon.in {
	background-position: -406px -32px;
}

.soc-icon.in:HOVER {
	background-position: -406px 0;
}

.soc-icon.yt {
	background-position: -438px -32px;
}

.soc-icon.yt:HOVER {
	background-position: -438px 0;
}

.soc-icon.li {
	background-position: -470px -32px;
}

.soc-icon.li:HOVER {
	background-position: -470px 0;
}

.soc-icon.xi {
	background-position: -502px -32px;
}

.soc-icon.xi:HOVER {
	background-position: -502px 0;
}

.soc-icon.wi {
	background-position: -534px -32px;
}

.soc-icon.wi:HOVER {
	background-position: -534px 0;
}

.soc-icon.pi {
	background-position: -566px -32px;
}

.soc-icon.pi:HOVER {
	background-position: -566px 0;
}

.soc-icon.vi {
	background-position: -598px -32px;
}

.soc-icon.vi:HOVER {
	background-position: -598px 0;
}

.soc-icon.fl {
	background-position: -630px -32px;
}

.soc-icon.fl:HOVER {
	background-position: -630px 0;
}

.shar-icon, .soc-link:BEFORE {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../img/soc-32-.png);
	background-size: 331px 32px;
	margin: 0 4px -2px 0;
	transition-duration: 0.15s;
	transition-property: box-shadow;
	transition-timing-function: ease-in;
}

.soc-link:BEFORE {
	content: '';
}

.appbutton {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	margin: 4px 8px;
	text-indent: 100%;
	white-space: pre;
	overflow: hidden;
}

.footer .appbutton {
	opacity: 0.6;
	display: block;
	margin: 10px 20px 10px 0;
}

.appbutton:hover {
	opacity: 1;
}

.appstore {
	width: 108px;
	height: 32px;
	background-image: url('/images/apps/appstore.32.png');
	background-size: 108px 32px;
}

.googleplay {
	width: 98px;
	height: 32px;
	background-image: url('/images/apps/play.32.png');
	background-size: 98px 32px;
}

.shar-link {
	display: inline-block;
	padding: 2px 0 0 1px;
}

.shar-title {
	white-space: nowrap;
	margin: 0 4px 0 0;
}

.shar-list li {
	float: left;
	min-width: 20%;
}

.shar-link:HOVER .shar-icon {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.shar-icon.fb, .soc-link.fb:BEFORE {
	background-position: 0 -16px;
}

.shar-link:HOVER .shar-icon.fb, .soc-link.fb:HOVER:BEFORE {
	background-position: 0 0;
}

.shar-icon.tw, .soc-link.tw:BEFORE {
	background-position: -16px -16px;
}

.shar-link:HOVER .shar-icon.tw, .soc-link.tw:HOVER:BEFORE {
	background-position: -16px 0;
}

.shar-icon.gp, .soc-link.gp:BEFORE {
	background-position: -32px -16px;
}

.shar-link:HOVER .shar-icon.gp, .soc-link.gp:HOVER:BEFORE {
	background-position: -32px 0;
}

.shar-icon.wa, .soc-link.wa:BEFORE {
	background-position: -48px -16px;
}

.shar-link:HOVER .shar-icon.wa, .soc-link.wa:HOVER:BEFORE {
	background-position: -48px 0;
}

.shar-icon.fe, .soc-link.fe:BEFORE {
	background-position: -64px -16px;
}

.shar-link:HOVER .shar-icon.fe, .soc-link.fe:HOVER:BEFORE {
	background-position: -64px 0;
}

.shar-icon.pr, .soc-link.pr:BEFORE {
	background-position: -80px -16px;
}

.shar-link:HOVER .shar-icon.pr, .soc-link.pr:HOVER:BEFORE {
	background-position: -80px 0;
}

.shar-icon.ma, .soc-link.ma:BEFORE {
	background-position: -96px -16px;
}

.shar-link:HOVER .shar-icon.ma, .soc-link.ma:HOVER:BEFORE {
	background-position: -96px 0;
}

.shar-icon.ph, .soc-link.ph:BEFORE {
	background-position: -155px -16px;
}

.shar-link:HOVER .shar-icon.ph, .soc-link.ph:HOVER:BEFORE {
	background-position: -155px 0;
}

.shar-icon.fa, .soc-link.fa:BEFORE {
	background-position: -171px -16px;
}

.shar-link:HOVER .shar-icon.fa, .soc-link.fa:HOVER:BEFORE {
	background-position: -171px 0;
}

.shar-icon.we, .soc-link.we:BEFORE {
	background-position: -187px -16px;
}

.shar-link:HOVER .shar-icon.we, .soc-link.we:HOVER:BEFORE {
	background-position: -187px 0;
}

.shar-icon.in, .soc-link.in:BEFORE {
	background-position: -203px -16px;
}

.shar-link:HOVER .shar-icon.in, .soc-link.in:HOVER:BEFORE {
	background-position: -203px 0;
}

.shar-icon.yt, .soc-link.yt:BEFORE {
	background-position: -219px -16px;
}

.shar-link:HOVER .shar-icon.yt, .soc-link.yt:HOVER:BEFORE {
	background-position: -219px 0;
}

.shar-icon.li, .soc-link.li:BEFORE {
	background-position: -235px -16px;
}

.shar-link:HOVER .shar-icon.li, .soc-link.li:HOVER:BEFORE {
	background-position: -235px 0;
}

.shar-icon.xi, .soc-link.xi:BEFORE {
	background-position: -251px -16px;
}

.shar-link:HOVER .shar-icon.xi, .soc-link.xi:HOVER:BEFORE {
	background-position: -251px 0;
}

.shar-icon.wi, .soc-link.wi:BEFORE {
	background-position: -267px -16px;
}

.shar-link:HOVER .shar-icon.wi, .soc-link.wi:HOVER:BEFORE {
	background-position: -267px 0;
}

.shar-icon.pi, .soc-link.pi:BEFORE {
	background-position: -283px -16px;
}

.shar-link:HOVER .shar-icon.pi, .soc-link.pi:HOVER:BEFORE {
	background-position: -283px 0;
}

.shar-icon.vi, .soc-link.vi:BEFORE {
	background-position: -299px -16px;
}

.shar-link:HOVER .shar-icon.vi, .soc-link.vi:HOVER:BEFORE {
	background-position: -299px 0;
}

.shar-icon.fl, .soc-link.fl:BEFORE {
	background-position: -315px -16px;
}

.shar-link:HOVER .shar-icon.fl, .soc-link.fl:HOVER:BEFORE {
	background-position: -315px 0;
}

.award:BEFORE {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../img/bus-20-.png);
	background-size: 120px 20px;
	margin: 0 4px -4px 0;
	display: inline-block;
}

.award:BEFORE {
	background-image: url(../img/award-20.png);
}

.award.ttu:BEFORE {
	background-position: 0 0;
}

.award.ffaf:BEFORE {
	background-position: -20px 0;
}

.award.ffag:BEFORE {
	background-position: -40px 0;
}

.award.ew:BEFORE {
	background-position: -60px 0;
}

.award.eu:BEFORE {
	background-position: -80px 0;
}

.award.sg:BEFORE {
	background-position: -100px 0;
}

.award.bop:BEFORE, .award.hor:BEFORE, .award.rfid:BEFORE, .award.bt:BEFORE
	{
	display: none;
}

div.ebookIndexRoot {
	max-width: 2000px;
	overflow: auto;
	width: auto;
}

div.ebookContent {
	margin: 0;
	padding: 0;
}

div.ebookIndex {
	margin-left: 0em;
}

div.ebookList {
	margin: 0 1em;
}

.ebookIndex>h4+div {
	display: none;
}

.ebookIndex>h4>a {
	margin-left: 1em;
}

.thumbs-cont {
	margin: 1em 0;
	position: relative;
}

.thumbs-cont ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: visible;
	position: relative;
}

.thumbs-cont li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}

.thumbs-el {
	padding: 0;
	margin: 6px;
	height: 205px;
	width: 205px;
	position: relative;
	overflow: hidden;
	border: 1px solid rgb(221, 221, 221);
	max-width: 90%;
}

.thumbs-el.s-default {
	margin: 7px;
	height: 205px;
	width: 205px;
}

.thumbs-el.shape-ls.s-default {
	width: 307px;
}

.thumbs-el.shape-pt.s-default {
	width: 136px;
}

.thumbs-el.s-small {
	margin: 6px;
	height: 170px;
	width: 170px;
}

.thumbs-el.shape-ls.s-small {
	width: 255px;
}

.thumbs-el.shape-pt.s-small {
	width: 113px;
}

.thumbs-el.s-smaller {
	margin: 5px;
	height: 145px;
	width: 145px;
}

.thumbs-el.shape-ls.s-smaller {
	width: 217px;
}

.thumbs-el.shape-pt.s-smaller {
	width: 96px;
}

.thumbs-el.s-default .thumbs-title, .thumbs-el.s-default .thumbs-title-fix
	{
	max-width: 189px;
}

.thumbs-el.s-small .thumbs-title, .thumbs-el.s-small .thumbs-title-fix {
	max-width: 154px;
}

.thumbs-el.s-smaller .thumbs-title, .thumbs-el.s-smaller .thumbs-title-fix
	{
	max-width: 129px;
}

.thumbs-el:HOVER {
	overflow: visible;
	z-index: 900;
}

.thumbs-link {
	display: block;
	width: 100%;
	height: 100%;
	background-color: white;
	/*opacity: 1;
	transition-duration: 0.75s;
	transition-property: opacity;
	transition-timing-function: ease-in-out;*/
}

.thumbs-link.lazy[data-lazy] {
	/*opacity: 0.25;*/
	
}

.thumbs-link-fix {
	display: block;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 1 /*0.9*/;
}

.thumbs-link:hover, .thumbs-link-fix:hover {
	text-decoration: none;
}

.thumbs-img {
	position: absolute;
	background: rgb(255, 255, 255) none no-repeat scroll center center;
	padding: 1px;
	margin: -1px;
	transition-duration: 0.15s;
	transition-property: box-shadow;
	transition-timing-function: ease-in;
}

.thumbs-el:HOVER .thumbs-img {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.thumbs-img.th-af {
	background-image: url("/images/logo-afwb.svg");
	background-position: 6px center;
	background-repeat: no-repeat;
	background-size: 90px 48px;
	box-shadow: none !important;
	height: 60px;
	left: 50%;
	top: 50%;
	width: 60px;
	margin: -30px;
	padding: 0;
}

body.geo .thumbs-img.th-af {
	background-image: url("/images/global-geography-logo.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.thumbs-title, .thumbs-title-fix {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background-color: rgb(229, 229, 229);
	color: /* rgb(0, 83, 188) */ rgb( 40, 88, 168);
	padding: 4px 8px;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);*/
	white-space: nowrap;
}

.thumbs-el:HOVER .thumbs-title {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)
		40%, rgba(0, 0, 0, 0.1));
}

.notitles .thumbs-title {
	position: absolute !important;
	top: -5000px !important;
	left: -5000px !important;
}

.slide-nav {
	background-color: rgb(229, 229, 229);
	border-bottom: 1px solid rgb(221, 221, 221);
	clear: both;
	height: 83px;
	margin: -11px -10px 11px;
	overflow: visible;
	position: relative;
}

.slide-max-body {
	background-color: rgb(229, 229, 229);
}

.slide-max-cont-nav .slide-nav {
	margin: -5px 0 0;
}

.slide-nav-cont {
	bottom: -15px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	right: 60px;
	top: -15px;
}

.slide-nav-cont:HOVER {
	bottom: -45px;
}

.slide-nav-inner {
	background-color: rgb(229, 229, 229);
	left: 0;
	list-style: outside none none;
	margin: 0;
	overflow: visible;
	padding: 0 100%;
	position: absolute;
	top: 27px;
	width: 0;
}

.slide-max-cont-out {
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.95;
	padding: 10px;
}

.slide-max-cont-nav {
	cursor: auto;
	position: relative;
}

.slide-max-cont .slide-nav-but.next {
	margin: -1px 0;
	top: 0;
}

.slide-max-cont .slide-nav-but.next.l {
	right: 100%;
	left: auto;
}

.slide-max-cont .slide-nav-but.next.r {
	left: 100%;
	right: auto;
}

.bottom .slide-nav-but.next {
	top: auto;
	bottom: -61px;
	width: auto;
}

.bottom .slide-nav-but.next.l {
	left: 0;
	right: 50%;
}

.bottom .slide-nav-but.next.r {
	right: 0;
	left: 50%;
}

.slide-max-cont.bottom {
	margin-bottom: 60px;
}

#page.bottom {
	margin-bottom: 60px;
}

.slide-max-cont {
	border: 1px solid rgb(221, 221, 221);
	background-color: rgb(255, 255, 255);
	cursor: auto;
	margin: 5px auto 0;
	max-width: 1200px;
	padding: 10px;
	position: relative;
}

.slide-nav-but {
	display: none;
	position: absolute;
	width: 44px;
	top: 4px;
	bottom: 4px;
	border: 1px solid #B6B6B6;
	color: #666666;
	background-color: rgb(249, 249, 249);
	text-align: center;
	text-decoration: none !important;
	overflow: hidden;
	opacity: 0.8;
	cursor: pointer;
	transition-duration: 0.15s;
	transition-property: box-shadow, opacity;
	transition-timing-function: ease-in;
}

.slide-nav-but span {
	font-weight: bolder;
	font-size: 70px;
	line-height: 70px;
}

.slide-nav-but.l {
	left: 4px;
}

.slide-nav-but.l.next {
	left: -45px;
}

.slide-nav-but.r {
	right: 60px;
}

.slide-nav-but.r.next {
	right: -45px;
}

.slide-nav-but.next {
	bottom: 0;
	top: 84px;
	height: auto;
	display: none;
}

.slide-nav-but.next span {
	line-height: 220px;
}

.slide-nav-but.next.bottom {
	height: 60px;
}

.slide-nav-but.next.bottom span {
	font-size: 50px;
	line-height: 56px;
}

.slide-nav-but.act {
	display: block;
}

.slide-nav-but.act:HOVER {
	opacity: 1;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.slide-nav-but.max {
	right: 7px;
	top: 10px;
	bottom: 10px;
}

.slide-nav-but.max span {
	font-size: 55px;
	line-height: 60px;
}

.slide-nav-but svg {
	height: 60px;
	width: 60px;
	max-width: 100%;
	max-height: 55%;
}

.slide-nav-but.max svg {
	height: 35px;
	width: 35px;
}

.slide-nav-el {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	height: 60px;
}

.slide-nav-el:HOVER {
	overflow: visible;
	z-index: 902;
}

.slide-nav-el.current {
	overflow: visible;
	z-index: 901;
}

.slide-nav-link {
	display: block;
	width: 100%;
	height: 100%;
}

.slide-nav-img {
	position: absolute;
	left: 0;
	right: 0;
	top: -6px;
	bottom: -6px;
	opacity: 0.75;
	margin: -1px;
	background: none no-repeat scroll center center #FFFFFF;
	right: 0;
	top: -6px;
	bottom: -6px;
	transition-duration: 0.15s;
	transition-property: box-shadow, opacity;
	transition-timing-function: ease-in;
}

.slide-nav-img .def {
	background-image: url("/images/logo-afwb.svg");
	background-position: 6px center;
	background-repeat: no-repeat;
	background-size: 90px 48px;
	height: 60px;
	left: 50%;
	margin: -30px;
	position: absolute;
	top: 50%;
	width: 60px;
	top: 50%;
}

body.geo .slide-nav-img .def {
	background-image: url("/images/global-geography-logo.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.slide-nav-el:HOVER .slide-nav-img, .slide-nav-el.current .slide-nav-img
	{
	opacity: 1;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.slide-nav-title {
	/*display: none !important;*/
	visibility: hidden;
	position: absolute;
	background-color: rgb(229, 229, 229);
	color: /* rgb(0, 83, 188) */ rgb( 40, 88, 168);
	padding: 4px 8px;
	text-decoration: none;
	white-space: nowrap;
	z-index: 101;
	left: -1px;
	top: 67px;
	box-shadow: none;
	transition-duration: 0.15s;
	transition-property: box-shadow;
	transition-timing-function: ease-in;
}

.slide-nav-el:HOVER .slide-nav-title {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)
		40%, rgba(0, 0, 0, 0.1));
}

.slide-nav-el:HOVER .slide-nav-title {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
	visibility: visible;
}

div.image_default, div.image_block, div.image_left, div.image_right, div.image_center,
	div.image_cont {
	position: relative;
	max-width: 100% !important;
}

div.image_center {
	text-align: center;
}

div.image_cont {
	display: inline-block;
}

/* temp hack */
div.image_cont.image_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.image_caption {
	display: block;
	padding-bottom: 8px;
	line-height: 125%;
}

a.zoomImage {
	display: block;
}

/*
a.zoomImage img {
	transition-duration: 0.15s;
	transition-property: box-shadow;
	transition-timing-function: ease-in;
}

a.zoomImage:HOVER img {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}
*/
div.image_cont img {
	height: auto;
	max-width: 100%;
	margin: -1px;
	border: 1px solid rgb(221, 221, 221);
	/*box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.25);*/
}

/*
div.image_cont img:HOVER {
	box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
}
.border div.image_cont img {
	border: 1px solid rgb(182, 182, 182);
	margin: -1px;
}
*/
.noshadow div.image_cont img, .noborder div.image_cont img {
	margin: 0;
	border: none;
	/*box-shadow: none;*/
}

.inline-noborder div.image_cont img {
    margin: 0;
    border: none;
    display: inline-block; /* Ensures inline positioning */
    *display: inline; /* For older IE compatibility */
    vertical-align: middle; /* Prevents misalignment issues */
}


.border div.image_cont img {
	margin: -1px;
	border: 1px solid rgb(221, 221, 221);
}

img.nosave {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	zoom: 1;
	filter: alpha(opacity = 0);
}

div.metadata {
	clear: both;
	background-color: #E5E5E5;
	opacity: 0.7;
	padding: .2em 1em;
	margin: 1em 0;
	line-height: 90%;
}

div.metadata span {
	font-size: 90%;
}

div.metadata span.key {
	font-family: monospace;
}

div.metadata span.key:AFTER {
	content: ":";
}

div.metadata span.value {
	padding-right: 1em;
}

div.image_hasbig {
	transition: width 0.4s ease 0s;
}

div.image_hasbig img {
	transition: width 0.4s ease 0s;
}

div.image_hasbig div.image_caption {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.image_hasbig  div.image_caption:HOVER {
	white-space: normal;
}

.language {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin: 30px 0 20px;
	padding: 10px 0;
	clear: both;
}

a.austrian {
	background-image: url("/images/45-30-flag-austria.png");
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 10px 0 10px 50px;
}

a.british {
	background-image: url("/images/60-30-flag-british.png");
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 10px 0 10px 70px;
}

.lang {
	/*border-bottom: 1px solid rgb(204, 204, 204);
	 border-top: 1px solid rgb(204, 204, 204);
	 margin: 15px 0;*/
	min-height: 18px;
	padding: 10px 0;
}

.lang::before {
	content: "";
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	height: 20px;
	width: 30px;
}

.lang.german::before {
	background-image: url("/images/45-30-flag-austria.png");
}

.lang.english::before {
	background-image: url("/images/60-30-flag-british.png");
}

.intro {
	border-bottom: 1px solid rgb(221, 221, 221);
	border-top: 1px solid rgb(221, 221, 221);
	background-color: rgba(221, 221, 221, 0.15);
	margin: 1.5em 0;
	padding: 1em 2em;
	font-style: italic;
	font-size: 105%;
	text-align: center;
}

.intro > .small {
    margin-top: 0.75em;
}

.fund {
	margin: 2em 0;
}

.pure-button {
	background-color: rgb(77, 109, 243);
	/*background-color: rgb(0, 120, 231);*/
	color: rgb(255, 255, 255);
	/* background-color: rgb(230, 230, 230);
	 color: rgba(0, 0, 0, 0.8); */
	border: 0 none rgba(0, 0, 0, 0);
	border-radius: 2px;
	font-family: inherit;
	font-size: 100%;
	padding: 0.5em 1em;
	text-decoration: none !important;
	-moz-user-select: none;
	cursor: pointer;
	display: inline-block;
	line-height: normal;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.pure-button:HOVER, .pure-button:ACTIVE {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)
		40%, rgba(0, 0, 0, 0.1));
}

figure {
	max-width: 100%;
	display: table;
	position: relative;
}

figcaption {
	display: table-caption;
	caption-side: bottom;
	font-size: 85%;
	text-align: center;
	font-style: italic;
	padding-bottom: 8px;
}

.video-div, .audio-div, .pano-div {
	display: block;
	padding: 0 2px;
	max-width: 100%;
}

.pano-div {
	padding: 0;
}

.pano-div.max figure {
	width: 100%;
}

audio, video, .pano {
	max-width: 100%;
}

.pano {
	display: block;
	width: 100%;
	height: 600px;
}

.menu-geo:before, .menu-geo:after {
	clear: both;
	content: "";
	display: inline-block;
	height: 0;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

.menu-geo ul {
	padding-left: 1em;
	margin: 0;
}

.menu-geo li {
	list-style: outside none none;
}

.icon-geo {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url('../img/geo/menu.png');
	margin: 4px 10px 0 0;
	vertical-align: middle;
}

.icon-geo.geo {
	background-position: 0px 0px;
}

.icon-geo.people {
	background-position: -50px 0px;
}

.icon-geo.government {
	background-position: -100px 0px;
}

.icon-geo.economy {
	background-position: -150px 0px;
}

.icon-geo.culture {
	background-position: -200px 0px;
}

.icon-geo.picture {
	background-position: -250px 0px;
}

.icon-geo.communication {
	background-position: -300px 0px;
}

.icon-geo.maps {
	background-position: -350px 0px;
}

.icon-geo.energy {
	background-position: -400px 0px;
}

.icon-geo.transportation {
	background-position: -450px 0px;
}

.icon-geo.special {
	background-position: -500px 0px;
}

.icon-geo.help, .icon-geo.community {
	background-position: -550px 0px;
}

.wb-book {
	display: block;
	margin: 10px 0;
	max-width: 500px;
	position: relative;
	text-decoration: none;
	/*background-color: rgb(242, 242, 242);*/
}

.wb-book:HOVER {
	text-decoration: none;
}

.wb-book.wb-small, .wb-book.wb-icon {
	display: inline-block;
	margin: 0;
	max-width: inherit;
}

.wb-link {
	display: block;
	padding: 10px;
	color: rgb(61, 61, 61);
}

.wb-small .wb-link {
	padding: 4px 0 !important;
}

.wb-icon .wb-link {
	padding: 0 !important;
}

.wb-book .detail {
	display: inline-block;
	margin-top: 20px;
	max-width: 300px;
	vertical-align: bottom;
}

li>.wb-book {
	/*background-color: rgba(0, 0, 0, 0);*/
	margin: 1px 0 1px -10px;
	padding-left: 10px;
}

li>.wb-book .wb-link {
	padding: 5px 10px 5px 0;
}

li>.wb-book.wb-small, li>.wb-book.wb-icon {
	/*margin: 1px 0 1px -2px;
	padding-left: 2px;*/
	
}

.wb-book.wb-small, .wb-book.wb-icon {
	margin-left: -2px;
	padding-left: 2px;
}

.wb-book:hover {
	background-color: rgb(242, 242, 242);
}

.wb-small .detail {
	margin-top: 0;
	max-width: inherit;
}

.wb-small .wb-link {
	margin-right: 38px;
}

.wb-icon .detail {
	margin-top: 0;
	max-width: inherit;
}

.wb-icon .wb-link {
	margin-right: 16px;
}

.wb-book .wbhead {
	display: block;
	margin-bottom: 5px;
	margin-right: 35px;
}

.wb-small .wbhead, .wb-icon .wbhead {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 0;
}

.wb-book .wbhead span {
	display: inline-block;
}

.wb-book .wbhead .had, .wb-book.wb-small .detail .head, .wb-book.wb-icon .detail .head
	{
	color: /* rgb(0, 83, 188) */ rgb( 40, 88, 168);
	display: inline;
}

.wb-book .cover {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 180px;
	vertical-align: bottom;
	width: 170px;
	margin-right: 10px;
}

.wb-book .cover.wide {
	height: 140px;
}

.wb-small .cover, .wb-icon .cover {
	background-position: center center;
	position: absolute;
	right: 5px;
	top: 0;
	width: 30px;
	height: 30px !important;
	margin-right: 0;
	transition: width 0.25s ease-out 0s, height 0.25s ease-out 0s;
}

.wb-small:hover .cover, .wb-icon:hover .cover {
	height: 180px !important;
	width: 170px;
	z-index: 1111;
	opacity: 1;
	background-position: right top;
}

.wb-small:hover .cover.wide, .wb-icon:hover .cover.wide {
	height: 140px !important;
}

.wb-book .head {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}

.wb-book:hover .head, .wb-book:hover .had {
	text-decoration: underline;
}

.wb-small .head, .wb-icon .head {
	font-size: inherit;
	font-weight: inherit;
}

.wb-small .subh, .wb-small .band, .wb-small .foot, .wb-small .read,
	.wb-icon .subh, .wb-icon .band, .wb-icon .foot, .wb-icon .read {
	display: none !important;
}

.wb-icon .cover {
	opacity: 0;
}

.wb-book .subh+.band::before {
	content: ", ";
}

.wb-book .foot {
	display: block;
	border-top: 1px solid rgb(128, 128, 128);
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 5px;
	padding-top: 5px;
}

.wb-book .foot span+span::before {
	content: ", ";
}

.wb-book .logo {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 40px;
	width: 30px;
	background-image: url("/images/logo-afwb.svg");
	background-repeat: no-repeat;
	background-size: 75px 40px;
	background-position: -44px center;
}

.wb-small .logo, .wb-icon .logo {
	top: 2px;
	right: 2px;
	height: 16px;
	width: 13px;
	background-size: 30px 16px;
	background-position: -17px center;
}

.wb-book.wb-small:hover .logo {
	/* transition: transform 0.25s ease-out 0s; */
	transform: scale(1.4);
	transform-origin: top right;
}

.wb-icon .logo {
	top: 4px;
}

.wb-book .read {
	position: absolute;
	bottom: 8px;
	left: 8px;
	opacity: 0;
}

.wb-book:HOVER .read {
	opacity: 1;
}

.pure-button {
	background-color: rgb(230, 230, 230);
	border-radius: 0;
	color: rgba(0, 0, 0, 0.8);
}

.leaflet-outer {
	max-width: 100%;
	width: 500px;
	height: 360px;
	position: relative;
}

.leaflet-inner {
	width: 100%;
	height: 100%;
	position: absolute;
}

.licenseline {
	opacity: 0.4;
	font-size: 90%;
}

.licenseline:HOVER {
	opacity: 0.95;
}

.nolicense .licenseline {
	display: none;
}

.licenseline .license span {
	font-style: normal;
	display: none;
}

a.license {
	color: rgb(61, 61, 61);
	text-decoration: none;
}

.license:BEFORE {
	content: "";
	background-image: url("/images/cc/cc.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 80px 135px;
	display: inline-block;
	height: 15px;
	width: 80px;
	margin-bottom: 2px;
	margin-right: 2px;
	vertical-align: middle;
}

.license.ccby:BEFORE {
	background-position: 0 0;
}

.license.ccbync:BEFORE {
	background-position: 0 -15px;
}

.license.ccbyncnd:BEFORE {
	background-position: 0 -30px;
}

.license.ccbyncsa:BEFORE {
	background-position: 0 -45px;
}

.license.ccbynd:BEFORE {
	background-position: 0 -60px;
}

.license.ccbysa:BEFORE {
	background-position: 0 -75px;
}

.license.cc0:BEFORE {
	background-position: 0 -90px;
}

.license.pd:BEFORE {
	background-position: 0 -105px;
}

.license.af:BEFORE {
	background-position: 0 -120px;
}

.license.big:BEFORE {
	background-size: 267px 450px;
	height: 50px;
	width: 267px;
	margin-bottom: 0;
	margin-right: 5px;
	vertical-align: baseline;
}

.license.big.ccby:BEFORE {
	background-position: 0 0;
}

.license.big.ccbync:BEFORE {
	background-position: 0 -50px;
}

.license.big.ccbyncnd:BEFORE {
	background-position: 0 -100px;
}

.license.big.ccbyncsa:BEFORE {
	background-position: 0 -150px;
}

.license.big.ccbynd:BEFORE {
	background-position: 0 -200px;
}

.license.big.ccbysa:BEFORE {
	background-position: 0 -250px;
}

.license.big.cc0:BEFORE {
	background-position: 0 -300px;
}

.license.big.pd:BEFORE {
	background-position: 0 -350px;
}

.license.big.af:BEFORE {
	background-position: 0 -400px;
}

.license.edu:AFTER {
	content: "+Edu";
}

.survey-box.container {
	height: 0;
	padding: 0;
	overflow: hidden;
}

.survey-box.container.showing {
	height: auto;
	padding: 10px;
}

.survey-box.showing .tabs {
	margin: -11px -1px;
}

.survey-box.showing.first .tabs {
	animation: highlighter 1.2s ease;
}

.survey-box .pure-button {
	margin: 5px 0 5px 10px;
}

.topright {
	float: right;
	margin: -11px -10px 10px 10px;
	background-color: /*rgb(224, 224, 255)*/ rgb( 229, 229, 229);
	position: relative;
}

.topright .infobox {
	padding: 8px 10px;
	text-align: right;
	border-bottom: 1px solid rgb(221, 221, 221);
	border-left: 1px solid rgb(221, 221, 221);
	opacity: 0.8;
}

.topright .infobox:hover, .topright .infobox:active {
	opacity: 1;
}

.company .c-head {
	clear: both;
}

.company h1 {
	float: left;
	font-size: 1.9em;
	text-shadow: 1px 1px 1.2px rgba(0, 0, 0, 0.5);
}

.company .c-logo {
	float: right;
	margin: 1em 0 1em 1em;
}

.company .c-logo img {
	max-width: 100%;
}

.company .c-body {
	clear: both;
	margin: 1em 0;
	padding: 0.5em 0;
	border-top: 1px solid rgb(221, 221, 221);
	border-bottom: 1px solid rgb(221, 221, 221);
}

.company .c-body span {
	display: block;
}

.company .c-body div[id^=GMap_] {
	width: 100% !important;
	margin: 1em 0;
}

.company .c-ext {
	font-size: .66em;
	opacity: .5;
	line-height: 1.25em;
	margin: .5em 0 -.5em 0;
}

.company .c-ext:hover {
	opacity: 1;
}

.company .internal {
	font-size: 75%;
	display: inline-block;
	margin: 0 5px 0 0;
	opacity: 0.75;
}

.company dl > div {
	page-break-inside: avoid;
	break-inside: avoid;
}

@media ( min-width : 768px) {
	.company .c-body .pure-u-2-3 .col-i {
		padding-right: 1em;
	}
	.company .c-body .pure-u-2-3 dl {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

.rating {
	position: relative;
	display: inline-block;
	margin: 3px 6px;
	min-width: 130px;
	height: 24px;
	overflow: hidden;
	background-color: rgba(229, 229, 229, 0.4);
}

.rating:hover {
	background-color: rgba(229, 229, 229, 0.5);
}

.rating>span {
	float: left;
	display: block;
}

.rating .star {
	position: relative;
	height: 24px;
	width: 24px;
	margin: 0 1px;
	background-color: transparent;
	background-image: url('../images/stars.png');
	background-repeat: no-repeat;
	background-position: -16px 0;
	opacity: 0.15;
	border-radius: 1px;
}

.rating .star.active {
	opacity: 0.7;
}

.rating[stars*="1"] .star[stars="1"] {
	opacity: 0.7;
}

.rating[stars*="2"] .star[stars="2"] {
	opacity: 0.7;
}

.rating[stars*="3"] .star[stars="3"] {
	opacity: 0.7;
}

.rating[stars*="4"] .star[stars="4"] {
	opacity: 0.7;
}

.rating[stars*="5"] .star[stars="5"] {
	opacity: 0.7;
}

.rating.active:hover .star {
	opacity: 0.15;
}

.rating.active:hover[pstars="1"] .star[stars="1"] {
	opacity: 0.7;
}

.rating.active:hover[pstars="2"] .star[stars="2"] {
	opacity: 0.7;
}

.rating.active:hover[pstars="3"] .star[stars="3"] {
	opacity: 0.7;
}

.rating.active:hover[pstars="4"] .star[stars="4"] {
	opacity: 0.7;
}

.rating.active:hover[pstars="5"] .star[stars="5"] {
	opacity: 0.7;
}

.rating.active:hover .star:hover {
	opacity: 1 !important;
}

.rating .val {
	line-height: 26px;
	padding-left: 3px;
}

.rating .val:before {
	content: "("
}

.rating .val:after {
	content: ")"
}

.rating.admin .val:after {
	content: ") Admin"
}

.wikiform #metafield {
	margin: 2px;
}

.wikiform #md_query2, .wikiform #md_scope, .wikiform #DestroyMetadataField,
	.wikiform #help_text {
	margin-left: 10px;
}

.wikiform #DestroyMetadataField, .wikiform #AddMetadataField {
	width: 30px;
}

.wikiform #ok_metatags {
	margin: 1em;
}

.advent {
	display: block;
	margin: 10px 0 15px 0;
	padding: 5px;
	border-top: 1px solid rgba(212, 213, 200, 0.9);
	border-bottom: 1px solid rgba(212, 213, 200, 0.9);
}

.advent * {
	text-decoration: none !important;
}

.advent [class^=a] {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 53px;
	font-size: 24px;
	font-weight: bold;
	color: rgb(48, 48, 48);
	margin: 2.75px;
	background-image: url('../images/advent.jpg');
	background-size: 80px 40px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.advent span[class^=a] {
	opacity: 0.6;
}

.advent span[class^=a]+a[class^=a] {
	display: none;
}

.advent .aa {
	background-position: 0 0;
	color: rgb(252, 240, 213);
	text-shadow: 0.5px 0.5px 1.5px rgba(0, 0, 0, 0.75);
}

.advent .ab {
	background-position: -40px 0;
	color: rgb(188, 22, 36);
	text-shadow: 0.5px 0.5px 1.5px rgba(255, 255, 255, 0.75);
}

.bordr {
	clear: both;
}

.bordr.bt {
	margin-top: 1em;
	padding-top: 0.5em;
	border-top: 1px solid rgb(221, 221, 221);
}

.bordr.br {
	margin-right: 1em;
	padding-right: 0.5em;
	border-right: 1px solid rgb(221, 221, 221);
}

.bordr.bl {
	margin-left: 1em;
	padding-left: 0.5em;
	border-left: 1px solid rgb(221, 221, 221);
}

.bordr.bb {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid rgb(221, 221, 221);
}

/* Feedback Button/Form */

:root {
	--main-feedback-color:#1ECD97;
}


.apic-view {
	display:none;
	z-index: 6001;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0,0,0,0.4);
	text-align: center;
	position: absolute;
	margin: auto;
	top:50%;
	left:50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);


}


.apic-side-button {
	z-index: 6002;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	position: fixed;
	right: -55px;
	top: 30%;
	padding-bottom: 5px;
	font-family: inherit;
	outline:none;
	height: 40px;
	text-align: center;
	width: 130px;
	border-radius:10px;
	background: #fff;
	border: 2px solid var(--main-feedback-color);
	color: var(--main-feedback-color);
	letter-spacing:1px;
}

.apic-side-button:hover{
	color:white;
	background: var(--main-feedback-color);
}

.feedback-side-button {
	z-index: 5002;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	position: fixed;
	right: -55px;
	top: 50%;
	padding-bottom: 5px;
	font-family: inherit;
	outline:none;
	height: 40px;
	text-align: center;
	width: 130px;
	border-radius:10px;
	background: #fff;
	border: 2px solid var(--main-feedback-color);
	color: var(--main-feedback-color);
	letter-spacing:1px;
}

.feedback-side-button:hover{
	color:white;
	background: var(--main-feedback-color);
}

.feedback-form {
	display:none;
	z-index: 5001;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
	background: rgba(0,0,0,0.4);
	position: fixed;

}

.feedback-form fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-sizing: border-box;
	width: 420px;
	text-align: center;
	position: absolute;
	margin: auto;
	top:50%;
	left:50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.feedback-form textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top: 8px;
	margin-bottom: 10px;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	font-family: inherit;
	color: #2C3E50;
	font-size: 16px;
	resize:unset;
}
/*buttons*/
.feedback-form button {
	width: 100px;
	height: 40px;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}

.feedback-form .feedback-send-button {
	background: var(--main-feedback-color);
}

.feedback-form .feedback-cancel-button {
	background: dimgray;
}

.feedback-form .action-button:hover, .feedback-form .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px var(--main-feedback-color);
}

@media screen and (max-width: 480px) {
	.feedback-form fieldset {
		width: 100%;
	}
}

@media screen and (max-width: 380px) {
	.feedback-form textarea {
		font-size: 14px;
	}
}

.my-header h1 {
	display: inline;
}
.my-header a {
	float: right;
	font-size: medium;
}


/* The alert message box */
.alertbz {
  padding: 5px;
  background-color: #e9bb59; /* orange */
  color: #383735;
  margin-bottom: 5px;
}

.alertbz1 {
  padding: 5px;
  background-color: #da9797; /* Red */
  color: #383735;
  margin-bottom: 5px;
}


/* The close button */
.closebtnbz {
  margin-left: 8px;
  color: white;
  font-weight: bold;
  float: right;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtnbz:hover {
  color: black;
}
.button-45 {
  align-items: center;
  background-color: #FFE7E7;
  background-position: 0 0;
  border: 1px solid #FEE0E0;
  border-radius: 11px;
  box-sizing: border-box;
  color: #D33A2C;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 33.4929px;
  list-style: outside url(https://www.smashingmagazine.com/images/bullet.svg) none;
  padding: 2px 12px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-underline-offset: 1px;
  transition: border .2s ease-in-out,box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  word-break: break-word;
}

.button-45:active,
.button-45:hover,
.button-45:focus {
  outline: 0;
}


.button-45:active {
  background-color: #D33A2C;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px 0 inset;
  color: #FFFFFF;
}

.button-45:hover {
  background-color: #FFE3E3;
  border-color: #FAA4A4;
}

.button-45:active:hover,
.button-45:focus:hover,
.button-45:focus {
  background-color: #D33A2C;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px 0 inset;
  color: #FFFFFF;
}