/* great-vibes-regular - latin */
@font-face {
  font-family: '2Dumb';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/2Dumb.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/2Dumb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/2Dumb.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/2Dumb.woff') format('woff'), /* Modern Browsers */
       url('../fonts/2Dumb.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/2Dumb.svg#2Dumb') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/OpenSans-LightItalic-webfont.eot');
    src: url('../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body {
	margin: 0;
	padding: 0;
}

body {
	padding-top: 127px;
}

:popover-open {
	padding: 1rem;
	margin: auto 2rem auto 2rem;
	transition: opacity 0.5s;
	opacity: 1;
	border: 2px dotted blue;
	background: white;
	
	&::backdrop {
		backdrop-filter: blur(3px);
		background: rgba(0,0,0,0.3);
		transition: opacity 0.5s;
		opacity: 1;
	}
	@starting-style {
		opacity: 0;
		
		&::backdrop {
			opacity: 0;
		}
	}
}

/* Header */

header {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
/*	margin-bottom: 25px; */
	font-size: 25px;
	background-color: rgba(255, 255, 255, 0.9);
	background: -moz-linear-gradient(top,  rgba(225,225,225,1) 0%, rgba(255,255,255,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(225,225,225,1) 0%,rgba(255,255,255,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(225,225,225,1) 0%,rgba(255,255,255,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#66ffffff',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid grey;
}

h1 {
  margin: 0;
  /* padding: 30px; */
  padding: 20px 20px 20px 20px;
}

a {
  text-decoration: none;
  color: black;
}

.logo {
    float:left;
    padding: 10px 20px 10px 20px;
}
.mapphotolink {
	display: inline;
	float: right;
	font-size: 12px;
	/* padding-left: 5px; */
	width: 90px;
}
.mapphotolink p {
	margin: 0 auto;
	color: #666;
}

#sitetitle {
	border-bottom: none !important;
}

.siteTitleTextColor {
	color: #494949;
	font-family: '2Dumb', Arial, sans-serif;
	font-size: 6vw;
	font-weight: normal;
	float: none;
	text-align: center;
}

.intro {
	padding: 5px 25px;
	color: #333;
	letter-spacing: 0.2px;
	text-align: justify;
	font-style: italic;
	font-size: 18px;
}

.intro a{
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.intro a[title]{
	border-bottom-style: dotted;
}

.intro button {
	color: #333;
	letter-spacing: 0.2px;
	text-align: justify;
	font-style: italic;
	font-size: 18px;
	border-width: 0;
	text-decoration: underline;
}

button.icon {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  filter: grayscale();
  outline: 0;
}

/*start of gallery CSS*/

html body * {
  box-sizing: border-box;
  font-family: 'Open Sans', Arial, sans-serif;
}

.gridywrap {width: 100%;}
.gridywrap .gridy {
	overflow: hidden;
	background-color: #333;
	width: 100%;
	padding: 1px;
	float: left;
	position: relative;
}
@media screen and (min-width: 300px) {
  .gridywrap .gridy {width: 50%;}
}
@media screen and (min-width: 400px) {
  .gridywrap .gridy {width: 33.3333%;}
}
@media screen and (min-width: 480px) {
  .gridywrap .gridy {width: 25%;}
}
@media screen and (max-width: 533px) {
  .mapphotolink img { display: none; }
  .mapphotolink p { margin-top: 30px; }
  .logo { padding: 10px 0px 10px 20px; }
  .logo img { width: 50%; }
  h1 { padding: 10px 20px 20px 20px;}
}
@media screen and (max-width: 580px) {
  .mapphotolink img { display: none; }
  .mapphotolink p { margin-top: 30px; }
}
@media screen and (min-width: 750px) {
  .gridywrap .gridy {width: 20%;}
  .siteTitleTextColor {font-size: 48px;}
}
@media screen and (min-width: 1000px) {
  .gridywrap .gridy {width: 16.6667%;}
}
@media screen and (min-width: 1250px) {
  .gridywrap .gridy {width: 14.2857%;}
}
@media screen and (min-width: 1500px) {
  .gridywrap .gridy {width: 12.5%;}
}
@media screen and (min-width: 1750px) {
  .gridywrap .gridy {width: 11.1111%;}
}
@media screen and (min-width: 2000px) {
  .gridywrap .gridy {width: 10%;}
}

/*styling*/
.gridywrap .gridimg {
}
.gridywrap .gridimg img {
  width: 100%;
  display: block;
}
.gridywrap .gridinfo {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 5%;
  margin-top: 5%;
}

.gridywrap .gridinfo h3, .gridywrap .gridinfo img {
  opacity: 1;
}

.gridywrap .gridinfo:hover {
  
}

.blur-up {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transition: filter 400ms, -webkit-filter 400ms;
}
.blur-up.lazyloaded {
	-webkit-filter: blur(0);
	filter: blur(0);
}

/*Footer start*/

footer {
	clear: both;
}
.footer_wrapper {
	background-color: #666;
}

.footer_bottom {
	border-top: 1px solid #3C3A3A;
	text-align: justify;
	padding: 25px;
	color: #ccc;
}

.imptext {
	margin-top: 15px;
	font-size: 14px;
	display: block;
}
.crtext {
	text-align: center;
	display: inherit;
}


/*Footer end*/

.gridy.transparent {
	background-color: white;
}


/* Karte */
#container {
	height: 500px;
	width: 100%;
	margin-top: 25px;
	margin: 0 auto;
}

.highcharts-tooltip>span {
	padding: 10px;
	white-space: normal !important;
	width: 200px;
}
.loading {
	margin-top: 10em;
	text-align: center;
	color: gray;
}
.f32 .flag {
	vertical-align: middle !important;
}

#fluidbox-btn-close { 
  background-image: unset !important;
  width: unset !important;
  height: unset !important;
  font-size: 24px;
  color: white;
  right: 6px;
  top: -1px;
  z-index: 10000;

}

#fluidbox-btn-close::after { 
  content: "✖";
}