/****************************************************************************
* 
* Stylesheet: Tourenbuch-neu.css
*Passend zu tourenbuch-neu.xsl
*
* Patrick Wunsch, 20.01.2018
*
****************************************************************************/


/****************************************************************************
*
* general html settings 
*
*light: #D9DEE0
*b-light#A5D24B
*b-medium #56A255
*accent: #246CBE
*dark: #091E36
*
****************************************************************************/

body, html {
	font-family: "Roboto", sans-serif;
	color: #091E36;
	background-color:  #d1d1d1; /*  #9e9e9e; */
}
a {
	color: #091E36;
}
a:hover{
	color: #091E36;
	text-decoration: none;
}
.w3-button:hover {
	text-decoration: none;
}

.fa {
	color: #091E36;
}

/****************************************************************************
*
* general tourbook settings 
*
****************************************************************************/

#main {
	background-color: #f1f1f1; /* #D9DEE0; */
	position:relative;
	max-width: 1024px;
}
#myTopbar {
	color : #FFFFFF;
	background-color: #091E36;
	max-width: 1024px;
	left: 50%;
	transform: translateX(-50%);
}
#myTopbar a {
	color: #FFFFFF;
}

#myTopbar h1 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom :0px;
}
#mySidebar {
	color: #091E36;
	background-color: #c7ced1;
	display:none;
	z-index:5;
	width:250px;
	font-size: 18px;
/*	position:absolute!important;
	right:0;
	top:40px; */
}

#filterBar {
	margin-top: 32px;
	background-color: #e6e6e6;
	font-size: 18px;
	padding: 12px 16px 14px 16px;
	display: block;
	box-sizing: border-box;
}

#filterCount:hover {
	background-color: inherit;
}

.filterControls {
	display: flex;
	align-items: center;
	gap: clamp(8px, 1.6vw, 28px);
	flex-wrap: nowrap;
	width: 100%;
	clear: both;
	overflow: visible;
	min-height: 44px;
}
/*
#filterBar .filterControls .w3-dropdown-hover {
	float: none;
	display: block;
	position: relative;
	flex: 0 0 auto;
}
*/

.filterTools {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 8px;
	width: 100%;
	clear: both;
}

.tourSearch {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	max-width: 1040px;
	margin: 0;
}

.tourSearch i.material-icons {
	position: absolute;
	left: 14px;
	font-size: 22px;
	color: #5f6f7f;
	pointer-events: none;
}

.tourSearch input[type="search"] {
	width: 100%;
	height: 44px;
	border: 1px solid #b8c2cc;
	border-radius: 4px;
	background: #ffffff;
	color: #091E36;
	font-size: 16px;
	padding: 8px 14px 8px 46px;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(9, 30, 54, 0.06);
}

.tourSearch input[type="search"]:focus {
	border-color: #0277bd;
	box-shadow: 0 0 0 3px rgba(2, 119, 189, 0.16);
}

.filterStatus {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 18px;
	white-space: nowrap;
	margin-left: auto;
	min-height: 44px;
	padding-left: 8px;
}

.filterStatus .filterCount {
	font-weight: 600;
	color: #091E36;
	min-width: 86px;
	text-align: right;
}

.w3-dropdown-hover:first-child, .w3-dropdown-click:hover {
    background-color: inherit;
}
#filterBar .w3-button {
	padding: 2px 10px;
}
#filterBar .filterHeader {
	padding: 8px 10px;
	white-space: nowrap;
	min-width: max-content;
	}

.w3-dropdown-content.w3-bar-block.w3-card-4 {
    max-height: 500px;
    overflow: auto;
}


#spacer {
	height: 60px;
}
.heading {
	text-align:left;
	/* background-color: #D9DEE0; */
	background-color: #f1f1f1;
	padding-top: 32px;
}

.heading h1 {
	font-size: 34px;
	font-weight: 900;
}

.mySlides {
	display: none;
	}

.menu-icons {
  vertical-align: middle;
  margin-right: 24px;
  margin-left: 16px;
}


#content {
	padding-top : 32px;
/*	background-color: #D9DEE0;*/
	background-color: #f1f1f1; /*  #c7ced1; */
}

#navigator {
	padding : 0px;
	background-color: #c7ced1;
}

#footer {
	margin-top: 16px;
	background-color: #091E36;
	color : #FFFFFF;
}




.footer-title {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.0;
}

.footer-txt {
	font-size: 15px;
}

.navTitle {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 6px;
}

.navigator {
	padding-top: 16px;
	padding-bottom: 16px;
}

.navigator summary {
	font-size: 15px;
	outline-style: none
}

.navigator ul {
	margin: 0;
	padding: 0;
}

.navigator li { 
	/*border-bottom: 1px dashed #EEE; */
	list-style: none;
	margin: 0;
}

.navigator li a {
	color: #777;
	display: block;
	font-size: 0.9em; 
	padding: 1px 6px 1px 18px;
	text-decoration: none;
}

.navigator li a:hover {
	color: #111;
	/*background: url(img/nav_li.png) no-repeat; */
}






/****************************************************************************
*
* page specific settings:
* class idx and its subclases control teasers / tiles on main index page 
*
****************************************************************************/
.idx-entry {
	height: auto;
	margin-bottom: 16px;
	display :none
}

.idx-card {
	/* background-color: #f1f3f4;*/
	/* background-color: #e3e7e8; */
	background-color: #ffffff;
}

.idx-content {
	padding: 10px 8px 8px 8px;
}

.idx-tags {
	display: none;
}

.idx-entry a {
	/* entire index is a reference to blog article */
	text-decoration: none;
	font-weight: normal;
}

.show {
	display: block;
}

.idx-entry a:hover {
	text-decoration: none;
}

.idx-topline {
	font-size: 13px;
/*	margin-top: 10px; */ 
}

.idx-title {
	/*color : #246CBE; */
	font-size: 24px;
	/* font-weight: 900; */
	font-weight: 300;
	line-height: 1.0;
	margin-top: 18px;
	margin-bottom: 16px;
} 

.idx-teaser {
	font-family: "Open Sans", sans-serif;
	font-size: 14px; 
	line-height: 1.6;
}

.idx-img {
	filter: grayscale(35%);
	position: relative;
}

.idx-img img {
  display: block;
}

.idx-img span {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  opacity: 0.8; 
}

.idx-label {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	line-height: 1.15;
	cursor: pointer;
/*	box-sizing: border-box; */
	word-break: break-word;
	padding: .1875rem .4375rem;
	border-radius: .25rem;
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: .075rem;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	width: fit-content;
	pointer-events: none;
	align-self: center;
/*	display: inline-flex; */
}

.idx-label-leicht {
	background: #0277bd;
	background-color: #0277bd;
}

.idx-label-mittel {
	background: #c62828;
	background-color: #c62828;
}

.idx-label-schwer {
	background: #4a5568;
	background-color: #4a5568;
}


.idx-img:hover {
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
}

.idx-categories {
	font-size: 12px;
	opacity: 0.6;
	/*padding-bottom: 12px; */
	/*border-bottom: solid 1px rgb(237, 236, 232); */
	/*border-bottom: solid 1px rgb(217, 216, 212); */
	/*border-bottom: solid 1px rgb(197, 196, 192); */
	vertical-align: baseline;
	/* margin-bottom: 32px; */
}

/****************************************************************************
*
* page specific settings
* class blg and its subclases control articles on per year bog pages 
*
****************************************************************************/
.blg-entry {
	max-width: 1024px;
	margin: 0 auto;
	background-color: #e1e1e1;
	color: #091E36;
}

.blg-teaser {
	margin-bottom: 48px;
    padding: 0; 
	font-family: "Roboto", sans-serif;
	font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

.blg-title {
	position: absolute; 
    bottom: 0; 
	left:0;
	right: 0;
	margin-left: 172px;
	margin-right: 32px; 
    background: rgba(225, 225, 225, 0.85); 
/*	color: #f1f1f1; */ 
	padding: 16px 48px 8px;
}

.blg-body {
	max-width : 820px;
	margin-left: 172px;
	margin-right: 32px;
	padding: 32px 48px;
}

.blg-bericht {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
	/* 	background-color: yellow; */
    line-height: 1.8;
	padding: 0;
}
	
.blg-meta {
	margin: 8px 32px 24px 0; 
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.8;
/* 	background-color: cyan; */
	padding: 0px;
}

.blg-meta-item {
	padding: 8px 0;
	border-top: 1px dotted grey;
}

.blg-meta-item ul {
	margin: 0;
}

.blg-image {
	width: 100%;
	position: relative;
/*	border: 2px solid red; */
}

.blg-image img {
  display: block;
}

.blg-image span {
  position: absolute;
  top: 8px;
  left: 8px;
}
.blg-label {
	font-size: 12px;
	font-weight: 700;
	color: #111;
	text-align: center;
/*	display: inline-flex; */
}



.blg-title h1 {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 300;
}

.blg-title h5 {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}


.blg-intro {
	float: left;
	font-size: 52px;
	line-height: 1.0;
	margin: 0px 2px 0px -5px; 
}


/****************************************************************************
*
* google maps specific settings
*
****************************************************************************/
.map_canvas {
	height: 500px;
	margin: 0px;
}

.map-control {
	background-color: #fff;
	border: 0px solid #ccc;
	box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
	margin: 10px;
	/* Hide the control initially, to prevent it from appearing before the map loads. */
	display: none;
}

/* Display the control once it is inside the map. */
#map_canvas .map-control { display: block; }

.selector-control {
	font-family: 'Roboto', 'Arial', 'sans-serif'; 
	font-size: 11px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.popup {
}

.popup h5 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 4px;
}
.popup p,cite,code,ul {
	font-size: 15px;
	padding-bottom: 4px;
}
.popup a {
	
}

/* class jumptarget compensates offset by menu bar on top for in document anchors*/
.jumptarget:before {
	content:"";
	display:block;
	height:68px; /* fixed header height + 8 px padding*/
	margin:-60px 0 0; /* negative fixed header height */
}


.footer-title {
	margin-top: 32px;
	font-size: 13px;
}

.footer-txt {
	font-size: 13px;
}


.footer-txt a {
	text-decoration: none;
	color: #FFFFFF;
}

.footer-txt a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

/* google searchbox */
.gsc-input-box {
	height: 26px!important;
}

.gsib_a {
	padding: 0 6px 0!important;
}

/****************************************************************************
*
* dynamic settings 
*
****************************************************************************/

@media (max-width: 600px){
	.heading {
		text-align:center;
		padding-top: 44px;
	}

	.blg-title {
		width: 100%;
		margin : 0;
		position: relative;
		background-color: inherit; 
		padding: 16px 16px 8px;
	}
	.blg-body {
		width: 100%;
		margin : 0;
		padding: 16px 16px;
	}
	.blg-bericht {
		padding: 0;
	}
	
	
	.filterHeader {
		font-weight: 500;
		padding: 8px 16px;
		background-color: #f1f1f1;
		width: 100%;
	}
}

@media (max-width:1023px) and (min-width:601px) {
	.heading {
		text-align:center;
		padding-top: 44px;
	}
	.blg-title {
		max-width: 820px;
		margin: 0 auto;
	}
	.blg-body {
		max-width: 820px;
		margin : 0 auto;
	}
	
	.filterHeader {
		font-weight: 500;
		padding: 8px 16px;
		background-color: #f1f1f1;
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.heading {
		text-align:left;
		padding-top: 32px;
	}
	
	.blg-title {
		max-width : 820px;
		margin-left: 172px;
		margin-right: 32px;
	}
	.blg-body {
		max-width : 820px;
		margin-left: 172px;
		margin-right: 32px;
	}
	.filterContainer.w3-bar-item.w3-mobile {
		border : none;
	}
	.filterHeader {
		font-weight: normal;
		padding: 8px 16px;
		background-color: none;
		width: auto;
	}
} 

.filterWrapper {
	margin: 32px 16px;
	padding: 4px 16px;
	background-color: #ffffff;
	font-size: 18px;
}

.filterWrapper .tourSearch {
	margin: 8px 0 12px 0;
}

.filterWrapper .tourSearch input[type="search"] {
	height: 42px;
}

.filterWrapperHeader {
	font-weight: 500;

	padding-top: 6px;
	padding-bottom: 6px;
}
.filterWrapperHeader.w3-bar-item {
	padding-left: 0px;
	padding-right: 0px;
}

.filterWrapper .w3-button {
	padding: 4px 16px;
}

.filterWrapper .w3-bar-item {
	padding: 2px 0px;
}

.filterContainer {
	margin : 4px 0px;
	
}
.filterContainer.w3-bar-item {
		width: 100%;
		border : 1px solid #091E36;
}

.filterHeader i.material-icons {
    font-size: 18px;
}

.filterContent {
	max-height:150px;
	overflow:auto;

}
.filterContent .w3-bar-item.w3-button  {
	text-align: center;
	border: inherit;
}

form.checkCluster.w3-bar-item.w3-right.w3-hide-small {
    padding: 3px 16px 8px 16px;
}


form.checkCluster {
	margin: 0;
}

label {
	margin-bottom: 0px;
	margin-left: 4px
}

