body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
		/*	mediaboxAdvanced Light theme	*/
		/*	version 2.6 - June 2011			*/
		/*	for mediaboxAdvanced v.1.5.x	*/

		/*	Overlay background styling	*/

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ccc;
	cursor: pointer;
}

		/*	Fixes for older or limited browsers	*/

#mbOverlay.mbOverlayOpaque {
	background: transparent url("../../assets/mediabox/images/80.png") repeat;
}

#mbOverlay.mbOverlayAbsolute {
	position: absolute;
}

#mbOverlay.mbMobile {
	position: absolute;
	background-color: transparent;
}

#mbBottom.mbMobile {
	line-height: 24px;
	font-size: 16px;
}

		/*	Overlay panel styling	*/

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	padding: 10px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000'); /* For IE 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')"; /* For IE 8 */
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
}

#mbCenter.mbLoading {
	background: #fff url("../../assets/mediabox/images/loading-light.gif") no-repeat center;
		/*	This style is applied only during animation.	*/
		/*	For example, the next lines turn off shadows	*/
		/*	improving browser performance on slow systems.	*/
		/*	To leave shadows on, just remove the following:	*/
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#mbMedia {
	position: relative;
	left: 0;
	top: 0;

		/*	Inline content styling	*/

	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
}

@mbMedia img {
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#mbAudio {
	padding: 0 0 2px;
	background-color: #000;
}

		/*	Title, Caption and Button styling	*/

#mbBottom {
	line-height: 20px;
	font-size: 12px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #777;
	min-height: 20px;
	padding: 10px 0 0;
}

#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink {
	display: inline;
	color: #000;
	font-weight: bold;
}

#mbNumber {
	display: inline;
	color: #777;
/*	line-height: 0.8em; */
	font-size: 0.8em;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: #777;
	line-height: 1.6em;
	font-size: 0.8em;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	float: right;
	outline: none;
	margin: 0 0 0 10px;
	font-weight: normal;
}

#mbPrevLink b, #mbNextLink b, #mbCloseLink b {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

#mbPrevLink big, #mbNextLink big, #mbCloseLink big {
	color: #333;
	font-size: 1.4em;
/*	line-height: 0.9em;*/
	font-weight: bold;
}

#mbBottom a, #mbBottom a:link, #mbBottom a:visited {	/* Thanks to Danny Jung for feedback and corrections */
	text-decoration: none;
	color: #333;
}

#mbBottom a:hover, #mbBottom a:active {
	text-decoration: underline;
	color: #000;
}

		/*	Error message styling	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden;
}
.contao-cookiebar * {
  box-sizing: border-box;
}
.contao-cookiebar .cc-inner {
  display: inline-block;
  overflow-y: auto;
  max-height: 100%;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  font-size: 1rem;
  text-align: left;
}
.contao-cookiebar.cc-top {
  align-items: flex-start;
}
.contao-cookiebar.cc-top.cc-active .cc-inner {
  animation: cookiebar-top-in 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-top.cc-saved .cc-inner {
  animation: cookiebar-top-out 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-bottom {
  align-items: flex-end;
}
.contao-cookiebar.cc-bottom.cc-active .cc-inner {
  animation: cookiebar-bottom-in 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-bottom.cc-saved .cc-inner {
  animation: cookiebar-bottom-out 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-middle {
  align-items: center;
  justify-content: center;
}
.contao-cookiebar.cc-middle.cc-active .cc-inner {
  animation: cookiebar-middle-in 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-middle.cc-saved .cc-inner {
  animation: cookiebar-middle-out 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-left {
  justify-content: flex-start;
}
.contao-cookiebar.cc-right {
  justify-content: flex-end;
}
.contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
  margin-top: 0;
}
.contao-cookiebar .cc-head p {
  margin-bottom: 15px;
}
.contao-cookiebar .cc-btn {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  padding: 8px 14px;
  margin-bottom: 8px;
  font-size: 15px;
  outline: 0 none;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  color: #444;
  background: #f5f5f5;
}
.contao-cookiebar .cc-btn:hover {
  background: #ececec;
}
.contao-cookiebar .cc-btn:last-child {
  margin-bottom: 0;
}
.contao-cookiebar .grayscale .cc-btn {
  background: #f1efef;
}
.contao-cookiebar .grayscale .cc-btn:hover {
  background: #ececec;
}
.contao-cookiebar .grayscale .cc-btn.success {
  background: #fbfbfb;
}
.contao-cookiebar .grayscale .cc-btn.success:hover {
  background: #f7f7f7;
}
.contao-cookiebar .highlight .cc-btn.success {
  background: #4e9e3e;
  border-color: #3e7830;
  color: #fff;
}
.contao-cookiebar .highlight .cc-btn.success:hover {
  background: #4c933f;
}
.contao-cookiebar label {
  position: relative;
  display: block;
  padding: 8px 13px 8px 0;
  line-height: 1.2rem;
}
.contao-cookiebar label.group {
  font-weight: 600;
}
.contao-cookiebar input {
  position: absolute;
  width: 1px;
  height: 1px;
  outline: 0 none;
  opacity: 0;
}
.contao-cookiebar input + label {
  padding: 8px 13px 8px 50px;
  cursor: pointer;
}
.contao-cookiebar input + label:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 18px;
  margin: 0;
  box-sizing: content-box;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #9c9b99;
  transition: border-color 0.2s;
}
.contao-cookiebar input + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: #9c9b99;
  transition: background 0.2s, margin-left 0.2s, padding 0.2s;
}
.contao-cookiebar input + label:active:after {
  padding-left: 5px;
}
.contao-cookiebar input.cc-group-half + label:after {
  background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%);
}
.contao-cookiebar input:checked + label:after {
  background: #399d32;
  margin-left: 17px;
}
.contao-cookiebar input:checked + label:active:after {
  margin-left: 12px;
}
.contao-cookiebar input:checked + label:before {
  background: #dcf3db;
  border-color: #399d32;
}
.contao-cookiebar input:disabled + label {
  pointer-events: none;
}
.contao-cookiebar input:disabled + label:after {
  background: #c8c7c5;
}
.contao-cookiebar input:disabled + label:before {
  background: #f4f4f4;
  border-color: #c8c7c5;
}
.contao-cookiebar.cc-active .cc-inner {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.contao-cookiebar.cc-active.cc-blocked {
  pointer-events: auto;
  animation: cookiebar-overlay-in 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-saved.cc-inner {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.contao-cookiebar.cc-saved.cc-blocked {
  pointer-events: none;
  animation: cookiebar-overlay-out 0.5s ease-in-out forwards;
}

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0;
  }
  .contao-cookiebar .cc-inner {
    max-width: 750px;
  }
}
@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.75);
  }
}
@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75);
  }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
  }
}
@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
  }
}
@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
  }
}
@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
}
.contao-cookiebar {
  color: #444444;
}
.contao-cookiebar p {
  color: #868686;
  line-height: 1.4;
}
.contao-cookiebar .cc-inner {
  padding: 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
}
.contao-cookiebar .cc-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  position: relative;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  margin-bottom: 10px;
}
.contao-cookiebar .cc-group > label {
  flex-grow: 1;
  margin: 5px 0 5px 10px;
}
.contao-cookiebar .cc-group .cc-detail-btn {
  border: 0 none;
  outline: 0 none;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: initial;
  cursor: pointer;
  color: #a2a2a2;
  padding: 8px 10px;
  line-height: 1.2rem;
}
.contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
  display: none;
}
.contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
  display: none;
}
.contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
  display: inline;
}
.contao-cookiebar .cc-group .cc-detail-btn:hover {
  color: #717171;
}
.contao-cookiebar .cc-group .cc-detail-btn-details {
  display: inline-block;
  border: 0 none;
  outline: 0 none;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: initial;
  cursor: pointer;
  color: #a2a2a2;
  text-decoration: underline;
  padding: 0;
  margin: 0 0 10px;
}
.contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
  display: none;
}
.contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
  display: none;
}
.contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
  display: inline;
}
.contao-cookiebar .cc-group .cc-detail-btn-details:hover {
  color: #717171;
}
.contao-cookiebar .cc-cookies {
  display: none;
  width: 100%;
  background: #fbfbfb;
  border-radius: 0 0 5px 5px;
}
.contao-cookiebar .cc-cookies > p {
  font-size: 0.875rem;
}
.contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
  margin: 0;
  padding: 15px;
  border-top: 1px solid #e6e6e6;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
  font-size: 0.875rem;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #efefef;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
  font-weight: 600;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
  margin-top: 5px;
  word-wrap: break-word;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
  margin-top: 15px;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
  margin-bottom: 0;
}
.contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
  margin-top: 10px;
}
.contao-cookiebar .cc-cookies .cc-cookie p {
  margin: 0 0 15px;
  font-size: 0.875rem;
}
.contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
  text-align: center;
}
.contao-cookiebar .cc-info {
  margin-top: 15px;
}
.contao-cookiebar .cc-info > p {
  font-size: 0.875rem;
}
.contao-cookiebar .cc-info > a {
  display: inline-block;
  font-size: 0.813rem;
  color: #a2a2a2;
  text-decoration: none;
}
.contao-cookiebar .cc-info > a:hover {
  color: #717171;
}
.contao-cookiebar .cc-info > a + a:before {
  display: inline-block;
  content: "·";
  margin-right: 5px;
}
/**
 * Cascading Style Sheet
 *
 * Copyright: AI-Designer GbR 2011
 * Author   : Rene Fehrmann (AI-Designer GbR)
 * Project  : www....
 */

#wrapper {
    word-wrap: break-word;
}

/* ie proprietary property to force long words to break rather than the layout */

/***** resets *****/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

h1, h2, h3, h4, h5, p, ul, li {
    padding: 0;
    margin: 0;
}

img {
    display: block;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
}

/***** html, body & id�s *****/

body {
    overflow-y: scroll;
    height: 100%;
    background: url('../../files/bestattungsinstitut-lange.de/images/site/body-background.gif') repeat-x #d3c0ba;
}

body.portal {
    background: url('../../files/bestattungsinstitut-lange.de/images/site/body-background-portal.gif') repeat-x #d3c0ba;
}

* + html body {
    overflow-y: auto;
}

#subbody {
    min-height: 594px;
    background: url('../../files/bestattungsinstitut-lange.de/images/site/subbody-background.jpg') top center no-repeat #e9dfd5;
}

body.portal #subbody {
    min-height: 740px;
    background: url('../../files/bestattungsinstitut-lange.de/images/site/subbody-background-portal.jpg') top center no-repeat;
}

html {
    height: 100%;
}

#header {
    padding: 40px 0 0 0;
    background: url('../../files/bestattungsinstitut-lange.de/images/site/header-background.png') bottom 0 no-repeat;
}

body.portal #wrapper {
    min-height: 684px;
    background: url('../../files/bestattungsinstitut-lange.de/images/site/portal-background.jpg') top center no-repeat;
}

body.main #container {
    background: url('../../files/bestattungsinstitut-lange.de/images/site/container-background.png') repeat-y;
}

#container:after {
    /* this is for NN6 to clear floats */
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

body.main #main {
    margin: 0;
    padding: 0 0 0 38px;
    width: 662px;
    background: url('../../files/bestattungsinstitut-lange.de/images/site/main-background.png') repeat-x;
}

body.main #left {
    margin: 0 0 0 29px;
    background: url('../../files/bestattungsinstitut-lange.de/images/site/left-background.png') repeat-x;
}

#right {
    margin: 0;
}

#footer {
    background: url('../../files/bestattungsinstitut-lange.de/images/site/footer-background.gif') repeat-x;
}

#footer div.inside {
    margin: 0 auto;
    width: 946px;
    background: url('../../files/bestattungsinstitut-lange.de/images/site/footer-background.png') left top no-repeat;
}

/***** modules *****/

.mod_pageImage {
    padding: 0 0 0 29px;
}

.mod_navigation.left-navigation {
    position: absolute;
    top: 23px;
    left: -29px;
}

.mod_navigation.left-navigation li {
    padding: 0 0 6px 0;
    width: 252px;
    height: 36px;
    background: url('../../files/bestattungsinstitut-lange.de/images/site/li-standard.png') no-repeat;
}

.mod_navigation.left-navigation li.first {
    padding-top: 6px;
    background: url('../../files/bestattungsinstitut-lange.de/images/site/li-first.png') no-repeat;
}

.mod_navigation.left-navigation li.last {
    height: 66px;
    background: url('../../files/bestattungsinstitut-lange.de/images/site/li-background-last.png') no-repeat;
}

.mod_navigation.left-navigation li.submenu {
    padding: 0;
    height: auto;
    background: url('../../files/bestattungsinstitut-lange.de/images/site/li-submenu.png') no-repeat;
}

.mod_navigation.left-navigation .level_1 > li > a, .mod_navigation.left-navigation .level_1 > li > span, .mod_navigation.left-navigation .level_1 > li > strong {
    display: block;
    margin: 0 16px;
    text-align: center;
    font: italic normal normal 18px/36px georgia, times new roman, arial, times new roman, arial;
    color: #5d2b2f;
}

.mod_navigation.left-navigation a:hover, .mod_navigation.left-navigation .level_1 > li.active span, .mod_navigation.left-navigation .level_1 > li.active strong {
    background: #f8f4ef;
}

.mod_navigation.left-navigation ul.level_2 {
    margin: 14px 0 0 0;
    padding: 0 0 10px 0;
    background: url('../../files/bestattungsinstitut-lange.de/images/site/ul-level2-background.png') bottom left no-repeat;
}

.mod_navigation.left-navigation ul.level_2 li {
    padding: 0;
    height: 23px;
    background: none;
    text-align: center;
}

.mod_navigation.left-navigation ul.level_2 li.active, xxdiv.mod_navigation.left-navigation ul.level_2 li:hover {
    background: url('../../files/bestattungsinstitut-lange.de/images/site/li-level2-background.png') left center no-repeat;
}

.mod_navigation.left-navigation ul.level_2 li.last {
    padding: 0 0 6px 0;
    xxbackground: url('../../files/bestattungsinstitut-lange.de/images/site/li-level2-last.png') bottom left no-repeat;
}

.mod_navigation.left-navigation ul.level_2 a, .mod_navigation.left-navigation ul.level_2 li.active a span, .mod_navigation.left-navigation ul.level_2 li.active strong {
    display: inline;
    padding: 0 10px;
    font: italic normal normal 12px/24px georgia, times new roman, arial;
    color: #474747;
    background: #f8f4ef;
}

.mod_navigation.left-navigation ul.level_2 a:hover, .mod_navigation.left-navigation ul.level_2 li.active a span, .mod_navigation.left-navigation ul.level_2 li.active strong {
    color: #5d2b2f;
    xxbackground: url('../../files/bestattungsinstitut-lange.de/images/site/li-background.png') left center no-repeat;
}

.mod_customnav.footer-navigation {
    padding: 24px 0 0 53px;
    font: normal normal normal 14px/54px georgia, times new roman, arial;
}

.mod_customnav.footer-navigation li {
    float: left;
}

.mod_customnav.footer-navigation a, .mod_customnav.footer-navigation span {
    color: #997369;
}

.mod_customnav.footer-navigation a:hover, .mod_customnav.footer-navigation li.active span {
    color: #dbcdc4;
}

.mod_customnav.footer-navigation span.gap {
    padding: 0 8px;
    font: normal normal normal 16px arial;
}

.mod_customnav.footer-navigation li.active span.gap {
    color: #997369;
}

.mod_customnav.imprint_navigation {
    position: absolute;
    top: 12px;
    right: 30px;
}

.mod_customnav.imprint_navigation a, .mod_customnav.imprint_navigation span {
    font: italic normal normal 14px georgia, times new roman, arial;
    color: white;
}

.mod_customnav.imprint_navigation a:hover, .mod_customnav.imprint_navigation li.active span {
    color: #411d24;
}

body.main .mod_article {
    padding: 40px 130px 0 30px;
}

/***** content elements & tags *****/

h1 {
    padding: 0 0 12px 0;
    font: normal normal normal 24px georgia, times new roman, arial;
    color: #474747;
}

h2 {
    padding: 0 0 4px 0;
    font: normal normal bold 12px georgia, times new roman, arial;
    color: #5d2b2f;
}

div.ce_list {
    padding: 0 0 24px 0;
    font: normal normal normal 14px/20px georgia, times new roman, arial;
    color: #4d4d4d;
}

div.ce_list ul {
    padding: 0 0 0 24px;
    list-style-type: disc;
}

body.main #main div.ce_text {
    padding: 0 0 12px 0;
    font: normal normal normal 14px/22px georgia, times new roman, arial;
    color: #4d4d4d;
}

body.main #main div.ce_text p {
    padding: 0 0 12px 0;
}

body.main #main div.ce_text ul {
    padding: 0 0 24px 24px;
    list-style-type: disc;
}

body.main #main div.ce_text a {
    color: #5D2B2F;
}

body.main #main div.ce_text a:hover {
    text-decoration: underline;
}

div.ce_text.first, div.ce_text.second, div.ce_text.third {
    font: normal normal normal 16px georgia, times new roman, arial;
    color: #eee6dc;
}

div.ce_text.second, div.ce_text.third {
    padding: 454px 0 0 11px;
}

div.ce_text.name {
    clear: both;
    padding: 40px 0 0 0;
    text-align: center;
}

div.ce_text.name a {
    color: #4e2125;
}

div.ce_text.inhaber {
    padding: 27px 0 0 0;
    font: normal normal normal 11px georgia, times new roman, arial;
    color: #6f463f;
    text-align: center;
}

div.ce_text.header-text {
    position: absolute;
    top: 242px;
    right: 26px;
}

body.main #main #unser-team div.ce_text ul {
    padding: 0 0 20px 200px;
    font-size: 12px;
}

body.main #main #unser-team div.ce_text ul ul {
    padding: 0 0 0 24px;
}

#unser-team div.ce_text h2 {
    padding: 4px 0 8px 0;
}

#unser-team div.ce_text .caption {
    padding: 0 0 0 5px;
    font-size: 11px;
    color: #5d5d5d;
}

div.ce_form {
    font: normal normal normal 14px gorgia;
    color: #4d4d4d;
}

div.ce_form label {
    display: block;
}
div.ce_form label span.mandatory {
    font: normal normal bold 14px georgia, times new roman, arial;
    color: #5D2B2F;
}

div.ce_form input[type=text], div.ce_form input[type=email], div.ce_form textarea, div.ce_form select {
    margin: 0 0 12px 0;
    padding: 3px;
    width: 100%;
    border: 1px solid #f1ebe4;
    background: white;
}

div.ce_form td.col_0 {
    padding: 2px 0 0 0;
    vertical-align: top;
}

div.ce_form input.captcha {
    width: 40px;
}

div.ce_form span.captcha_text {
    padding: 0 0 0 8px;
    font: normal normal normal 11px georgia, times new roman, arial;
}

div.ce_form input[type=submit], div.ce_form button[type=submit] {
    margin: 12px 0 4px 0;
    width: 120px;
    height: 24px;
    font: normal normal normal 12px/19px arial;
    color: #f6f1ec;
    cursor: pointer;
    background: url('../../files/bestattungsinstitut-lange.de/images/site/button-background.png') repeat-x #eee5dc;
}

div.ce_form .widget-checkbox .checkbox_container {
    position: relative;
}
div.ce_form .widget-checkbox input[type=checkbox] {
    position: absolute;
    top: 2px;
    left: 0;
}
div.ce_form .widget-checkbox label {
    padding: 0 0 0 20px;
}

div.ce_form p.error {
    display: none;
}

div.ce_form input.error, div.ce_form textarea.error {
    border: 1px solid #3d1b23;
}

div.ce_form input[type=file] {
    padding: 3px 0 3px 4px;
    width: 300px;
    font: normal normal normal 12px arial;
    color: #3f3f3f;
}

div.ce_download {
    padding: 0 0 4px 0;
}

div.ce_download img {
    float: left;
    padding: 0 4px 0 0;
}

div.ce_download a {
    font: normal normal normal 14px/18px georgia;
    color: #5D2B2F;
}

div.ce_download a:hover {
    text-decoration: underline;
}

/***** classes *****/

div.footer-copyright, div.footer-created {
    font: normal normal normal 11px georgia, times new roman, arial;
    color: #ad8e86;
}

div.footer-copyright a, div.footer-created a {
    color: #ad8e86;
}

div.footer-copyright a:hover, div.footer-created a:hover {
    color: #997369;
}

div.footer-copyright {
    float: left;
    padding: 6px 0 0 29px;
}

div.footer-created {
    float: right;
    padding: 6px 16px 0 0;
}

div.left-contact {
    position: absolute;
    left: -29px;
    top: -280px;
    padding: 133px 0 0 0;
    width: 252px;
    height: 170px;
    font: normal normal normal 12px/16px tahoma;
    color: #4f2126;
    background: url('../../files/bestattungsinstitut-lange.de/images/site/contact-background.png') no-repeat;
}

div.left-contact p {
    padding: 0 0 6px 0;
}

body.portal div.link.wismar a {
    position: absolute;
    display: block;
    top: 34px;
    left: 38;
    width: 206px;
    height: 511px;
}

body.portal div.link.warin a {
    position: absolute;
    display: block;
    top: 34px;
    left: 255px;
    width: 206px;
    height: 511px;
}

body.portal div.link.sternberg a {
    position: absolute;
    display: block;
    top: 34px;
    left: 471px;
    width: 206px;
    height: 511px;
}

/***** mediabox *****/

#mbTitle {
    padding: 0 0 0 16px;
}

/***** cookiebar *****/

.cookiebar {
    background: #5d2b2f;
}
.cookiebar__text {
    margin: 0;
    padding: 0 0 0.5rem;
}
.cookiebar a {
    color: white;
    text-decoration: underline;
    white-space: nowrap;
}
.cookiebar a:hover {
    text-decoration: none;
}
.cookiebar__button {
    margin: 0 1rem;
    color: #5d2b2f;
    background: #eee5dc;
}
.cookiebar__button:hover {
    background: white;
}
/**
 * Breakpoints
 *
 *  desktop: 946px;
 *  tablet: 768px;
 *  mobile: 600px;
 **/

.openMenu {
    display: none;
    color: #dbcdc4;
    padding: 0 15px;
}

.openMenu span {
    transform: translateY(-7px);
    display: inline-block;
    margin-right: 15px;
}

.openMenu .bar-container {
    display: inline-block;
    cursor: pointer;
}

.openMenu .bar1, .openMenu .bar2, .openMenu .bar3 {
    width: 25px;
    height: 3px;
    background-color: #dbcdc4;
    margin: 4px 0;
    transition: 0.4s;
}

.openMenu.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
    transform: rotate(-45deg) translate(-5px, 4px);
}

.openMenu.change .bar2 {opacity: 0;}

.openMenu.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -5px);
    transform: rotate(45deg) translate(-6px, -5px);
}

div.ce_form input[type=email] {
    margin: 0 0 12px 0;
    padding: 3px;
    width: 100%;
    border: 1px solid #f1ebe4;
    background: white;
}

@media(max-width: 946px){
    div.left-contact {
        background: #F7F3EE;
        right: 0;
        left: auto;
        top: -195px;
        width: auto;
        height: auto;
        padding: 15px;
    }
    body.main #main {
        width: 100%;
    }
    body.main #container {
        background: #F7F3EE;
        width: 100%;
        padding: 0;
    }

    #left {
        float: none;
        width: 100%;
        position: static;
    }
    .left-navigation {
        display: none;
    }

    .left-navigation.open {
        display: block;
    }

    .openMenu {
        display: block;
        text-align: right;
    }

    #wrapper {
        max-width: 100%;
    }

    #header {
        padding: 0;
    }

    .mod_customnav.imprint_navigation {
        display: none;
    }

    .mod_pageImage {
        padding: 0;
    }
    body.main #main, #footer div.inside {
        max-width: 100%;
    }

    body.main #main {
        padding: 0 !important;
        background: #F7F3EE;
    }

    body.main .mod_article {
        padding: 15px;
    }

    #subbody {
        min-height: 1px;
    }

    body.main #left {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d2b2f+0,3d1b23+100 */
        background: rgb(93,43,47); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(93,43,47,1) 0%, rgba(61,27,35,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(93,43,47,1) 0%,rgba(61,27,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(93,43,47,1) 0%,rgba(61,27,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d2b2f', endColorstr='#3d1b23',GradientType=0 ); /* IE6-9 */
        margin: 0;
        padding: 13px 0;
    }
    .mod_navigation.left-navigation {
        position: static;
    }

    .mod_navigation.left-navigation li {
        width: 100%;
    }

    .mod_navigation.left-navigation li a, .mod_navigation.left-navigation li span, .mod_navigation.left-navigation ul.level_2 a, .mod_navigation.left-navigation ul.level_2 li span {
        background: #f8f4ef !important;
    }

    .mod_navigation.left-navigation li.submenu, .mod_navigation.left-navigation ul.level_2, .mod_navigation.left-navigation ul.level_2 li.active, xxdiv.mod_navigation.left-navigation ul.level_2 li:hover {
        background: transparent;
    }
    .mod_navigation.left-navigation ul.level_2 {
        margin-top: 0;
        padding: 0;
    }
    .mod_navigation.left-navigation ul.level_2 a, .mod_navigation.left-navigation ul.level_2 li span {
        display: block !important;
    }
    .mod_navigation.left-navigation li.last {
        height: auto;
    }


    .dlh_googlemap {
        width: 100% !important;
    }
    #footer {
        background: transparent;
    }

    #footer div.inside .footer-navigation {
        display: none;
        padding: 15px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d2b2f+0,3d1b23+100 */
        background: rgb(93,43,47); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(93,43,47,1) 0%, rgba(61,27,35,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(93,43,47,1) 0%,rgba(61,27,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(93,43,47,1) 0%,rgba(61,27,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d2b2f', endColorstr='#3d1b23',GradientType=0 ); /* IE6-9 */
    }

    div.footer-copyright, div.footer-created {
        float: none;
        padding: 6px 15px;
        background: #F7F3EE;
    }
    .mod_customnav.footer-navigation {
        padding: 0;
        line-height: 2;
    }

    div.ce_text.header-text {
        display: none;
    }

    /* 1. Version
    body.portal {
        font-size: 16px;
    }

    body.portal, body.portal #subbody, body.portal #wrapper{
        width: 100% !important;
        min-width: 1px !important;
        background: #F7F3EE !important;
        min-height: 1px !important;
    }

    body.portal .mod_article {
        display: flex;
        flex-wrap: wrap;
    }

    body.portal div.link a {
        width: 100% !important;
        height: 106px !important;
        left: 0 !important;
        right: 0 !important;
    }

    body.portal div.link.wismar a {
        top: 113px !important;
    }

    body.portal div.link.warin a {
        top: 219px !important;
    }

    body.portal div.link.sternberg a {
        top: 325px !important;
    }

    body.portal div.ce_text.first, body.portal div.ce_text.second, body.portal div.ce_text.third {
        order: 1;
        padding: 0;
        width: 100%;
        float: none;
    }
    body.portal div.ce_text.second {
        color: #4f2126;
    }

    div.ce_text.name{
        width: 100%;
        padding-bottom: 15px !important;
    }

    div.ce_text.inhaber {
        display: none;
    }

    body.portal .ce_text.name p:first-child span{
        font-size: 21px !important;
    }

    body.portal .ce_text.name p:first-child span span {
        font-size: 14px !important;
        display: block;
    }

    body.portal .ce_text.first, body.portal .ce_text.second, body.portal .ce_text.third {
        padding: 15px 0 !important;
    }
    body.portal .ce_text.first, body.portal .ce_text.third {
        background: rgb(93,43,47); /* Old browsers */
        /*background: -moz-linear-gradient(top, rgba(93,43,47,1) 0%, rgba(61,27,35,1) 100%); /* FF3.6-15 */
        /*background: -webkit-linear-gradient(top, rgba(93,43,47,1) 0%,rgba(61,27,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
        /*background: linear-gradient(to bottom, rgba(93,43,47,1) 0%,rgba(61,27,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d2b2f', endColorstr='#3d1b23',GradientType=0 ); /* IE6-9 */
    /*}*/

}

/* Versuch 2 */
.portal-mobile {
    display: none;
}

.portal-mobile .ce_text{
    margin-top: 480px !important;
    margin-bottom: 30px !important;
    font-size: 11px !important;
    float: left !important;
    width: 33.333% !important;
}

@media(max-width: 718px){

    body.portal, body.portal #subbody, body.portal #wrapper{
        width: 100% !important;
        min-width: 1px !important;
        background: #F7F3EE !important;
        min-height: 1px !important;
    }

    body.portal div.ce_text.first, body.portal div.ce_text.second, body.portal div.ce_text.third {
        order: 1;
        padding: 0;
        width: 190px;
        margin: auto;
        float: none;
        margin-top: 50px;
        text-shadow: 0 0 3px #000;
    }

    body.portal div.ce_text.first {
        margin-top: 270px;

    }
    body.portal div.ce_text.second {

    }
    body.portal div.link a {
        width: 100% !important;
        height: 106px !important;
        left: 0 !important;
        right: 0 !important;
    }

    body.portal div.link.wismar a {
        top: 254px !important;
    }

    body.portal div.link.warin a {
        top: 380px !important;
    }

    body.portal div.link.sternberg a {
        top: 506px !important;
    }
    div.ce_text.name{
        width: 100%;
        padding: 20px !important;
        margin-top: 30px;
        background: rgb(255,255,253);
        background: -moz-linear-gradient(top, rgba(255,255,253,1) 0%, rgba(238,229,220,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,253,1) 0%,rgba(238,229,220,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,253,1) 0%,rgba(238,229,220,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffd', endColorstr='#eee5dc',GradientType=0 );
        box-sizing: border-box;
    }

    div.ce_text.name span span{
        display: none;
    }

    div.ce_text.inhaber {
        color: rgb(255,255,253) !important;
        padding-bottom: 25px !important;
    }

    body.portal #wrapper {
        background: transparent !important;
    }
    body.portal #container{
        background: url("/tl_files/bestattunglange/images/site/portal_mobile.jpg");
        background-position: top center;
        overflow: hidden;
    }


    .portal-desktop {
        display: none;
    }

    .portal-mobile {
        display: block;
    }

    body.portal div.link.wismar a, body.portal div.link.warin a, body.portal div.link.sternberg a {
        width: 33.333% !important;
        top: 470px !important;
        height: 70px !important;
    }

    body.portal div.link.warin a {
        left: 33.333% !important;
    }

    body.portal div.link.sternberg a {
        left: 66.666% !important;
    }
}

@media(max-width: 599px){

    .mod_pageImage {
        min-height: 182px;
        overflow: hidden;
        max-width: 100%;
    }

    .mod_pageImage .image_container {
        width: 400px;
        transform: scaleX(-1);
    }

    .mod_pageImage img {
        height: 182px;
        width: auto;
    }

    div.ce_text.header-text {
        top: auto;
        left: 15px;
        right: 15px;
        bottom: 5px;
        display: none;
    }

    div.ce_text.header-text span {
        font-size: 13px !important;
    }

    div.ce_text.header-text span span{
        display: none;
    }
    .mod_article.team .ce_text .image_container {
        float: none !important;
    }

    .mod_article.team .ce_text {
        border-bottom: 1px solid rgba(0,0,0,0.1);
        margin-bottom: 20px;
    }

    .mod_article.team .ce_text:last-child {
        border: none;
        margin: 0;
    }

    .mod_article.team .ce_text ul {
        padding: 0 0 0 20px !important;
    }

    .col-33x33x33 > div{
        float: none;
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        margin-bottom: 20px;
    }

    .formbody table td{
        display: block;
    }

    div.ce_form input[type=email], div.ce_form input[type=text], div.ce_form textarea, div.ce_form select {
        margin: 0;
    }

    .mod_customnav.footer-navigation li {
        float: none;
    }
    .mod_customnav.footer-navigation {
        /*text-align: center;*/
    }
    .mod_customnav.footer-navigation a, .mod_customnav.footer-navigation span {
        display: block;
    }
    .mod_customnav.footer-navigation span.gap {
        display: none;
    }

}
