/* lekton-regular - latin */
@font-face {
  font-family: 'Lekton';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/lekton-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('/fonts/lekton-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('/fonts/lekton-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('/fonts/lekton-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('/fonts/lekton-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('/fonts/lekton-v17-latin-regular.svg#Lekton') format('svg'); /* Legacy iOS */
}
/* lekton-italic - latin */
@font-face {
  font-family: 'Lekton';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/lekton-v17-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('/fonts/lekton-v17-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('/fonts/lekton-v17-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
	   url('/fonts/lekton-v17-latin-italic.woff') format('woff'), /* Modern Browsers */
	   url('/fonts/lekton-v17-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('/fonts/lekton-v17-latin-italic.svg#Lekton') format('svg'); /* Legacy iOS */
}
/* lekton-700 - latin */
@font-face {
  font-family: 'Lekton';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/lekton-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('/fonts/lekton-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('/fonts/lekton-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	   url('/fonts/lekton-v17-latin-700.woff') format('woff'), /* Modern Browsers */
	   url('/fonts/lekton-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('/fonts/lekton-v17-latin-700.svg#Lekton') format('svg'); /* Legacy iOS */
}

html { 
	font-size: 100%; 
	background-color: white;
	}
body { 
	margin: 0; 
	font-size: 100%; 
	line-height: 1.4; 
	background: #fff; 
    font-family: 'Lekton','Roboto Mono', Arial;
    font-weight: 400;
	letter-spacing: 0px;
	-webkit-text-size-adjust: 100%;
	}

#container {
    height: auto;
    margin: auto;
    width: 770px;
    background-color: white;
    min-width: 0px;
    max-width: none;
    padding-bottom: 300px;
	}
#container:after, .blog:after, .info:after, #bergerroecker:after { 
	content: ""; 
	display: table; 
	clear: both; 
	}

#bergerroecker {
	margin-top: 100px;
	margin-bottom: 50px;
	display: block;
	width: 770px;
	float:left;
	text-decoration: none;
	color: #333;
	text-align: right;
}
#bergerroecker span.bra {
	width:375px;
	float: left;
	font-size: 2.2em;
	font-weight: 400;
}
#bergerroecker span.menu {
	width:375px;
	float: right;
	font-size: 12px;
}
#bergerroecker a,
.rsABlock a {
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	color: #333;
	margin-top:16px;
	display: inline-block;
}
#bergerroecker a:hover,
.rsABlock a:hover {
	border-bottom: 0px;
	}
#bergerroecker a.aktiv {
	border-bottom: 0px;
}
#bergerroecker a.socialmedia {
	border-bottom: 0px;
	
}
#bergerroecker a.socialmedia img {
	width:12px;
	height:12px;
	margin-left:8px;
	margin-bottom: 5px;
	transform: translateY(7px);
	display: inline-block;
}
.tinymcewysiwyg {
	width:380px;
	font-size: 12px;
	margin-top: 10px;
	color: #333;
}
.tinymcewysiwyg a, .tinymcewysiwyg.rechts a, a.popup-with-zoom-anim.headline {
	color:black;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
.tinymcewysiwyg a.fotoklein {
	text-decoration: none;
	border-bottom: 0;
	width:380px;
	height:228px;
}
.tinymcewysiwyg a.popup.fotoklein {
	display: block;
}
.tinymcewysiwyg a:hover{
	color:#333;
	border-bottom: 0px;
}
.links {
	text-align: right;
	float: left;
}
.rechts {
	text-align: left;
	float: right;
}
.weiss {
	color:white;
}
p { 
	margin: 0; 
	}
.hidden {
	width:0px;
	height:0px;
}
.info, .blog {
	margin-top: 0px;
}



/* ######################################################################### */
/* #########################  magnific-popup  ############################## */
/* ######################################################################### */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out; 
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 0.93;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 1s ease-out; 
	-moz-transition: opacity 1s ease-out; 
	-o-transition: opacity 1s ease-out; 
	transition: opacity 1s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.93;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
		-webkit-transition: all 1s ease-out; 
	-moz-transition: all 1s ease-out; 
	-o-transition: all 1s ease-out; 
	transition: all 1s ease-out; 
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 102%;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	background: white;
}
.mfp-iframe-holder .mfp-content {
	max-width: 80%;
}
.mfp-iframe-holder {
	padding-top: 0px;
	padding-bottom: 0px;
}

/* ######################################################################### */
/* #########################  royalslider  ################################# */
/* ######################################################################### */

.sliderContainer {
	height:660px;
	width:1100px;
	height:825px;
	width:1375px;
    /* max-height: 100vh; 
    max-width: 100vw;  */
    margin: 0 auto;
	box-sizing: border-box;
  }
  
.sliderInLightbox {
	height:660px;
	width:1100px;
	height:825px;
	width:1375px;
	/* max-height: 90vh; 
	max-width: 90vw;  */
    margin: 0 auto;
  }

  /* ######################################################################### */
  /* #########################   responsive   ################################ */
  /* ######################################################################### */

@media only screen and (max-width: 1395px) {
	
	.sliderContainer {
		/* max-height: 100vh !important;  */
		max-width: 100vw !important; 
		height:60vw;
		/* max-height: 50vh !important;  */
		margin: 0 auto;
		}
		
	  .sliderInLightbox {
		/* height:90vh !important;   */
		width: 100vw !important;  
		height:60vw;
		/* max-height: 90vh !important;  
		max-width: 90vw !important;  */
		margin: 0 auto;
		}
	.mfp-container {
		padding: 0 !important;
	}	
	.rsABlock {
		left: 0 !important;
		padding-top: 10px !important;
	}
}

@media only screen and (max-width: 770px) {
#container {
	width:100%;
	text-align: center;
	padding: 0 20px 120px 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	  align-items: center;
  }
#bergerroecker {
	width: 380px;
	  max-width: 100%;
	  margin-top: 100px;
	  margin-bottom: 50px;
	  display: flex;
	  flex-direction: column;

	  float:none;
	  text-decoration: none;
	  color: #333;
	  text-align: left;
  }
  #bergerroecker span.bra {
	  width:100%;
	  float: left;
	  font-size: 2.2em;
	  font-weight: 400;
  }
  #bergerroecker span.menu {
	  width:100%;
	  float: none;
	  font-size: 12px;
	  text-align: left;
  }
  .blog, .info {
	  display: flex;
	  flex-direction: column-reverse;
	  text-align: center;
	  justify-content: center;
	  align-items: center;
  }
  .tinymcewysiwyg {
	  width: 380px;
	  max-width: 100%;
	  font-size: 12px;
	  margin-top: 10px;
	  color: #333;
  }
  .tinymcewysiwyg a.fotoklein {
	  text-decoration: none;
	  border-bottom: 0;
	  width:100%;
	  height:auto;
  }
  .tinymcewysiwyg a img.fotoklein {
		text-decoration: none;
		border-bottom: 0;
		width:100%;
		height:auto;
	}
	.tinymcewysiwyg img{
		max-width:100%;
		height:auto;
	}
  .links {
	  text-align: left;
	  float: none;
  }
  .rechts {
	  text-align: left;
	  float: none;
  }

}