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%}
.mod_visitors .invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    float: left;
	width:0px;
	height:0px;
}
		/*	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;
}
/**
 * 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 no-repeat;
}

#header .mod_pageimage {
margin-left: 29px;
}

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;
    min-height: 500px;
}

#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;
    z-index: 10;
}

#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,
.mod_navigation.left-navigation li:first-child {
    padding-top: 6px;
    background: url('../../files/bestattungsinstitut-lange.de/images/site/li-first.png') no-repeat;
}

.mod_navigation.left-navigation li.last,
.mod_navigation.left-navigation li:last-child {
    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,
.mod_navigation.left-navigation ul.level_2 li:last-child {
    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.content-text {
    padding: 0 0 12px 0;
    font: normal normal normal 14px/22px georgia, times new roman, arial;
    color: #4d4d4d;
}

body.main #main div.content-text p {
    padding: 0 0 12px 0;
}

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

body.main #main div.content-text a {
    color: #5D2B2F;
}

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

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

div.content-text.second, div.content-text.third {
    padding: 454px 0 0 11px;
}

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

div.content-text.name a {
    color: #4e2125;
}

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

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

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

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

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

#unser-team div.content-text.media--left > figure {
    margin-right: 12px;
    margin-bottom: 20px;
}

#unser-team div.content-text figcaption {
    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 20px 29px;
}

div.footer-created {
    float: right;
    padding: 6px 16px 20px 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;
        min-height: auto;
    }

    #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;
        min-height: 195px;
    }

    #header .mod_pageimage {
        margin-left: 0;
    }

    #header .mod_pageimage img {
        width: 100%;
        min-width: 600px;
        min-height: 195px;
    }

    .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,
    div.content-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,
.portal-mobile .content-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.content-text.first, body.portal div.content-text.second, body.portal div.content-text.third {
        order: 1;
        padding: 0;
        width: 190px;
        margin: auto;
        float: none;
        margin-top: 50px;
        text-shadow: 0 0 3px #000;
    }

    body.portal div.content-text.first {
        margin-top: 270px;

    }
    body.portal div.content-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.content-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.content-text.name span span{
        display: none;
    }

    div.content-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.content-text.header-text {
        top: auto;
        left: 15px;
        right: 15px;
        bottom: 5px;
        display: none;
    }

    div.content-text.header-text span {
        font-size: 13px !important;
    }

    div.content-text.header-text span span{
        display: none;
    }
    .mod_article.team .content-text .image_container {
        float: none !important;
    }

    .mod_article.team .content-text {
        border-bottom: 1px solid rgba(0,0,0,0.1);
        margin-bottom: 20px;
    }

    .mod_article.team .content-text:last-child {
        border: none;
        margin: 0;
    }

    .mod_article.team .content-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;
    }

}
