/* heldhaus.css */

@font-face {
    font-family: 'heldhaus bold';
    src: url('font/Heldhaus-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'heldhaus semibold';
    src: url('font/Heldhaus-Sbold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
	letter-spacing: 0.04em;
}

@font-face {
    font-family: 'heldhaus light';
    src: url('font/Heldhaus-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
	font-size: 14px; 
	margin: 0; 
	border: 0; 
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: 300; 
	background-color: #ffffff;
	text-align: center;
	color: #4a4746;
}

header,
#container,
footer {
	width: 1256px; margin: 0 auto;
}

header {
	position: relative;
}

header .logo {
	float: left; 
	margin: 40px 0 0 0;
	max-width: 90%;
}

header nav {
	float: right;
    margin: 75px 0 0 0;
	position: absolute;
	right: 0;
}

header nav ul {
	margin: 0 9px 0 0;
}

header nav ul li {
	list-style: none;
	color: #746254;
	float: left;
	margin: 0 0 0 27px;
}

header nav ul.level_1>li {
	line-height: 36px;
}

header nav ul.level_2>li {
	line-height: 25px;
}

header nav ul li.active strong {
	font-weight: bold;
	color: #b08048;
	font-family: 'heldhaus semibold', arial, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.04em;
}

header nav ul li a:visited,
header nav ul li a {
	color: #4a4746; 
	text-decoration: none;
	font-family: 'heldhaus semibold', arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.04em;
}

header nav ul li a:hover {
	color: #b08048;
}

header nav ul>li {
	overflow: hidden;
}

header nav ul li.trail>strong,
header nav ul li.trail>a {
	font-weight: bold;
	cursor: pointer;
	color: #b08048;
	font-family: 'heldhaus semibold', arial, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.04em;
}

header nav .level_2 {
	padding: 10px 0;
    text-align: left;
    position: relative;
	background-color: #e6a817;
	margin: 0 0 0 0;
	display: none;
	overflow: hidden;
	z-index: 9897889;
	position: absolute;
	white-space: nowrap;
}

@media all and (max-width: 1520px) {
	header nav li.last .level_2 {
		right: 0;
	}
}

header nav .level_2 li {
	float: none;
	margin: 0;
}

header nav .level_2 li a:visited,
header nav .level_2 li a{
	padding: 0 9px;
	color: #ffffff; 
	text-decoration: none;
	line-height: 24px;
	font-family: 'heldhaus light', arial, sans-serif;
	font-weight: normal;
}

header nav .level_2 li.forward>strong {
	padding: 0 9px;
	color: #ffffff; 
	text-decoration: none;
	line-height: 24px;
	font-family: 'heldhaus light', arial, sans-serif;
	font-weight: normal;
}

header nav .level_2 li a:hover {
	color: #000000;
	font-weight: bold;
}

header nav .level_2 li.active strong {
	color: #000000;
	font-weight: bold;
	padding: 0 9px;
	line-height: 24px;
	font-family: 'heldhaus light', arial, sans-serif;
}

header .mobile-nav {
	width: 61px;
    position: absolute;
    top: 206px;
    left: -56px;
	z-index: 8789;
}

header .mobile-nav a:visited,
header .mobile-nav a {
	background-color: #ffffff;
    width: 61px;
    height: 61px;
    display: inline-block;
	margin: 0 0 0 0;
	box-shadow: 1px 1px 5px 0px rgba(121,121,121,0.7);
	position: relative;
}

header .mobile-nav a:hover {
	box-shadow: 2px 2px 10px 0px rgba(121,121,121,0.7);
}

header .mobile-nav .toggle {
    background: rgba(255, 255, 255, .98);
    position: fixed;
    width: 0%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 99993;
	display: none;
	box-shadow: 0px 0px 2px 0px rgba(121,121,121,0.7);
}

header .mobile-nav .nav-disp {
    margin: 90px auto;
}

header .mobile-nav .nav-disp ul {
	padding: 0 0 0 20px;
}

header .mobile-nav .nav-disp ul.level_1 {
	text-transform: uppercase;
	font-family: 'heldhaus semibold', arial, sans-serif;
	letter-spacing: 0.04em;
}

header .mobile-nav .nav-disp ul.level_1>li>a {
    width: calc(100% - 20px);
    border-top: 1px solid #c1c0c0;
}
header .mobile-nav .nav-disp ul.level_1>li.open>a {
    border-bottom: 1px solid #c1c0c0;
}

header .mobile-nav .nav-disp ul.level_1>li.submenu>a {
    background-image: url(../img/icon-down.png);
    background-repeat: no-repeat;
    background-position: 226px 14px;
	line-height: 40px;
}
header .mobile-nav .nav-disp ul.level_1>li.submenu.open>a {
    background-image: url(../img/icon-up.png);
}

header .mobile-nav .nav-disp ul.level_1>li.first>a {
    border-top: none;
}

header .mobile-nav .nav-disp ul.level_2 {
	margin: 0 0 0 10px;
	display: none;
}

header .mobile-nav .nav-disp ul.level_2>li>.active,
header .mobile-nav .nav-disp ul.level_2>li>a {
	width: calc(100% - 20px);
    border-bottom: 1px dotted #c1c0c0;
	display: inline-block;
    line-height: 30px;
}

header .mobile-nav .nav-disp ul.level_2>li:last-child>.active,
header .mobile-nav .nav-disp ul.level_2>li:last-child>a {
    border-bottom: none;
}

header .mobile-nav .nav-disp ul.level_2 {
	padding: 0;
}

header .mobile-nav .nav-disp ul.level_2 li strong,
header .mobile-nav .nav-disp ul.level_2 li a,
header .mobile-nav .nav-disp ul.level_2 {
	text-transform: none;
	font-family: 'heldhaus semibold', arial, sans-serif!important;
	letter-spacing: 0.04em;
}

header .mobile-nav .close {
    color: #000000;
    font-family: 'heldhaus semibold', arial, sans-serif;
    font-size: 18px;
    width: calc(100% - 40px);
    height: 75px;
    background: #ffffff;
    line-height: 75px;
    box-shadow: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 0 20px;
    text-align: left;
    border-bottom: 1px solid #c1c0c0;
    margin: 0;
	letter-spacing: 0.04em;
}

header .mobile-nav .close img {
	vertical-align: text-bottom;
	margin: 0 19px 0 0;
}

header .mobile-nav .nav-disp .invisible {
	display: none;
}

header .mobile-nav .nav-disp ul li {
	text-align: left;
	list-style: none;
}

header .mobile-nav .nav-disp ul li strong,
header .mobile-nav .nav-disp ul li a:visited,
header .mobile-nav .nav-disp ul li a {
    font-family: 'heldhaus semibold', arial, sans-serif;
    font-weight: bold;
    background: none;
    box-shadow: none;
    width: auto;
    text-decoration: none;
	font-size: 16px;
	line-height: 30px;
	height: auto;
	letter-spacing: 0.04em;
}

header .mobile-nav .nav-disp ul li strong.active,
header .mobile-nav .nav-disp ul li.trail strong,
header .mobile-nav .nav-disp ul li.trail a:visited,
header .mobile-nav .nav-disp ul li.trail a,
header .mobile-nav .nav-disp ul li a:hover {
    color: #b20e1f;
}

header .mobile-nav .nav-disp ul.level_2 li strong,
header .mobile-nav .nav-disp ul.level_2 li a:visited,
header .mobile-nav .nav-disp ul.level_2 li a {
    color: #000000;
    font-family: 'heldhaus light', arial, sans-serif;
	font-weight: normal;
	line-height: 30px;
}

header .mobile-nav .nav-disp ul.level_2 li strong.active,
header .mobile-nav .nav-disp ul.level_2 li a:hover {
    color: #b20e1f;
}

header .mobile-nav .marginal {
    margin: 80px 0 0 0;
}

header .mobile-nav .marginal a:visited,
header .mobile-nav .marginal a {
    font-family: 'heldhaus semibold', arial, sans-serif;
    font-weight: bold;
    background: none;
    box-shadow: none;
    text-decoration: none;
    font-size: 16px;
	text-transform: uppercase;
    line-height: 40px;
    height: auto;
    letter-spacing: 0.04em;
	margin: 0 0 0 20px;
    display: inline-block;
    width: calc(100% - 20px);
    text-align: left;
}

header .mobile-nav .marginal a:hover {
	color: #b20e1f;
}

header .mobile-nav .marginal a.social {
	float: left;
	width: auto;
	display: inline;
}

header .additional-nav {
    width: 61px;
    position: absolute;
    right: -56px;
    top: 206px;
	z-index: 8790;
}

.inl-galery-block-box {
	border: 1px solid #fdfcfc;
    margin-bottom: 14px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(235,227,218,1) 0%, rgba(253,251,251,1) 100%);
	position: relative;
	width: 100%;
}

.inl-galery-block-box h3 {
	margin-top: 30px;
}

.inl-galery-block-box .more {
	border: 2px solid #b08048;
    color: #b08048;
    line-height: 27px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'heldhaus semibold', arial, sans-serif;
    margin: 54px 40px;
    letter-spacing: 0.04em;
    padding: 10px 20px;
    display: inline-block;
}

.inl-galery-block-box .more a {
	color: #b08048;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

.inl-gal {
    white-space: nowrap;
    overflow: hidden;
    width: 1200px;
	height: 810px;
    display: inline-block;
    margin: 10px 0 0 0;
	position: relative;
}

.inl-gal.low {
	height: 637px;
}

.inl-gal img.gal-elem {
    position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.inl-gal .back,
.inl-gal .next {
	display: none;
	position: absolute;
    cursor: pointer;
	top: 375px;
	opacity: .8;
}

.inl-gal.low .back,
.inl-gal.low .next {
	top: 288px;
}

.inl-gal .back {
    left: 25px;
}

.inl-gal .next {
    right: 25px;
}

.inl-gal:hover .back,
.inl-gal:hover .next {
	display: block;
}


@media all and (max-width: 1450px) {
	header .mobile-nav {
		left: -45px;
	}

	header .additional-nav {
		right: -45px;
	}
}

@media all and (max-width: 900px) {
	header .mobile-nav {
		width: 30px;
	}
	
	header .mobile-nav a {
		width: 30px;
		height: 30px;
	}
	
	header .mobile-nav img {
		width: 100%;
	}
	
	header .mobile-nav .close img {
		width: auto;
	}
}

@media all and (max-width: 600px) {
	header .mobile-nav {
		top: 114px;	
		width: 30px;
	}
	
	header .additional-nav {
		top: 114px;	
	}
}

header .additional-nav a:visited,
header .additional-nav a {
	background-color: #4a4746;
    width: 61px;
    height: 61px;
    display: inline-block;
	margin: 0 0 6px 0;
	box-shadow: 1px 1px 5px 0px rgba(121,121,121,0.7);
	position: relative;
}

header .additional-nav a:hover {
	background-color: #b20e1f;
}

header .additional-nav a .info {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    height: 61px;
    line-height: 61px;
    color: #dcd5cc;
    font-size: 18px;
	text-align: center;
	font-weight: bold;
    left: 0px;
    width: 0px;
	text-align: left;
	padding: 0;
	overflow: hidden;
    background-color: #b20e1f;
	display: none;
	font-family: 'heldhaus semibold', arial, sans-serif;
	letter-spacing: 0.04em;
}

header .additional-nav a.touched,
header .additional-nav a.active {
	background-color: #b20e1f;
}

header .galery {
	margin: 12px 0 0 0;
	box-shadow: 0px 0px 5px 0px rgba(121,121,121,0.7);
	overflow: hidden;
    height: 699px;
	position: relative;
}
header .galery .back,
header .galery .next {
    position: absolute;
    z-index: 91;
    color: #ffffff;
    font-size: 60px;
    font-family: 'heldhaus semibold';
    cursor: pointer;
    top: 279px;
	opacity: 0;
	z-index: 91;
	letter-spacing: 0.04em;
}
header .galery .back {
    left: 25px;
}
header .galery .next {
    right: 25px;
}
header .galery:hover .back,
header .galery:hover .next {
	opacity: .8;
}
header .galery .gal-elem {
	position: absolute;
	top: 0;
	display: none;
}
header .galery .gal-elem:first-child {
	display: block;
}
header .galery .gal-elem p {
	position: absolute;
	top: 0;
	width: calc(100% - 40px);
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'heldhaus semibold', arial, sans-serif;
	font-size: 40px;
	margin: 287px 20px 0 20px;
	color: #ffffff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	line-height: 55px;
	letter-spacing: 0.04em;
}
header .galery .gal-elem p span {
	font-size: 80px;
	margin-bottom: 30px;
}

header .galery .gal-elem p.more {
	border: 2px solid #b08048;
    background-color: rgba(255,255,255,.8);
    font-family: 'heldhaus semibold', arial, sans-serif;
    font-size: 18px;
    text-shadow: none;
    color: #b08048;
    width: auto;
    padding: 0 10px;
    line-height: 47px;
    cursor: pointer;
    display: ;
    top: 420px;
    margin: 0 450px;
    width: 336px;
}

header .galery .gal-elem p.more:hover {
    background-color: rgba(255,255,255,1);
}

header .galery .gal-elem p.more a {
	color: #b08048;
	text-decoration: none;
}

main {
	background-color: #eae2d9;
	box-shadow: 0px 0px 5px 0px rgba(121,121,121,0.7);
	overflow: hidden;
	margin: 15px 0;
	padding: 50px 15px;
}

main .pre_head_quote {
	color: #b08048;
	font-size: 60px;
	font-style: italic;
	margin: -50px 0 15px 0;
    display: inline-block;
}

.reader-page main .pre_head_quote {
	margin: -10px 0 15px 0;
}

main h1,
main h2 {
	color: #b08048;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 100px 18px 100px;
	line-height: 40px;
}

main h3 {
	color: #4a4746;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'heldhaus semibold', arial, sans-serif;
	margin: 0 42px;
	line-height: 29px;
	letter-spacing: 0.04em;
}

main h4 {
	color: #4a4746;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'heldhaus semibold', arial, sans-serif;
	margin: 0 42px;
	line-height: 29px;
	letter-spacing: 0.04em;
}

main p {
	color: #4a4746;
	font-size: 18px;
	margin: 20px 42px 0px 42px;
	line-height: 26px;
}
.mod_newslist.block .block p {
	margin: 20px 15px 0 15px ;
}
main p.schmal {
	margin: 20px 150px 0px 150px;
}

main ul {
	color: #4a4746;
	font-size: 18px;
	margin: 20px 42px 0px 42px;
	line-height: 26px;
}

main p strong {
	font-weight: bold;
}

main .mod_newslist p .red {
	color: #b21521;
}

.reader-page main p {
	margin: 0 42px 20px 42px;
}

.gist-blocks main {
	background-color: #ffffff;
	box-shadow: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.gist-blocks .gist-content-block {
	background-color: #eae2d9;
	box-shadow: 0px 0px 5px 0px rgba(121,121,121,0.7);
	overflow: hidden;
	margin: 15px 0;
	padding: 50px 16px;
}
.gist-blocks .mod_newslist.block {
	background-color: #eae2d9;
	box-shadow: 0px 0px 5px 0px rgba(121,121,121,0.7);
	overflow: hidden;
	margin: 15px 0;
	padding: 50px 16px 20px 16px;
}
.mod_newslist.block h1:before {
	content: "\„";
	color: #b08048;
    font-size: 60px;
    font-style: italic;
    margin: -28px 0 30px 0;
    display: block;
}
.mod_newslist.block h1 {
	margin-bottom: 50px;
}
.mod_newslist.block .layout_latest {
	width: calc(50% - 10px);
	border: 1px solid #fdfcfc;
	margin-bottom: 14px;
	float: left;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(235,227,218,1) 0%, rgba(253,251,251,1) 100%);
}

.form-box {
	border: 1px solid #fdfcfc;
	margin-bottom: 14px;
	overflow: hidden;
	padding-top: 25px;
	background: linear-gradient(180deg, rgba(235,227,218,1) 0%, rgba(253,251,251,1) 100%);
}

.mod_newslist.block .layout_latest {
	cursor: pointer;
}

.mod_newslist.job-offers.block .layout_latest {
	float: none;
	width: 100%;
}

.mod_newslist.job-offers.block .layout_latest p.more {
	display: none;
}

.mod_newslist.job-offers.block .layout_latest h2 {
    margin: 0 75px;
    line-height: 53px;
	text-align: center;
}

.mod_newslist.job-offers.block .layout_latest h3.teaser-sub {
	font-size: 21px;
	margin: 0 75px;
	line-height: 53px;
	padding: 0;
	text-align: center;
}

.mod_newslist.job-offers.block .layout_latest .ce_text {
    text-align: left;
    margin: 0 75px;
    clear: both;
}

.mod_newslist.job-offers.block .layout_latest .ce_text p {
    margin: 0 0 15px 0;
    line-height: 26px;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'heldhaus semibold', arial, sans-serif;
	text-align: center;
}

.mod_newslist.job-offers.block .layout_latest:hover h2,
.mod_newslist.job-offers.block .layout_latest:hover h3,
.mod_newslist.job-offers.block .layout_latest:hover .ce_text p {
	text-decoration: underline;
}

.mod_newsreader.job-offer.block {
    width: 100%;
    border: 1px solid #fdfcfc;
    margin-bottom: 14px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(235,227,218,1) 0%, rgba(253,251,251,1) 100%);
}

.mod_newsreader.job-offer.block h1 {
	color: #4a4746;
	font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'heldhaus semibold', arial, sans-serif;
    margin: 25px 0 0 0;
    line-height: 29px;
    letter-spacing: 0.04em;
}

.mod_newsreader.job-offer.block h2 {
	color: #4a4746;
	font-size: 26px;
    font-weight: bold;
    font-family: 'heldhaus semibold', arial, sans-serif;
    margin: 0 0 25px 0;
    line-height: 29px;
    letter-spacing: 0.04em;
}

.mod_newsreader.job-offer.block h3 {
	color: #4a4746;
	font-size: 18px;
    font-weight: bold;
    font-family: 'heldhaus semibold', arial, sans-serif;
    margin: 25px 0 0 0;
    letter-spacing: 0.04em;
}

.mod_newsreader.job-offer.block p {
	margin-top: 0;
}


@media all and (max-width: 730px) {
	.mod_newslist.job-offers.block .layout_latest h2 {
		line-height: 24px;
		font-size: 17px;
		margin-top: 15px;
	}
	.mod_newslist.job-offers.block .layout_latest .ce_text p {
		line-height: 24px;
		font-size: 17px;
	}
	.mod_newslist.job-offers.block .layout_latest,
	.mod_newslist.block .layout_latest.even {
		padding-bottom: 15px;
		font-size: 17px;
	}
	.mod_newsreader.job-offer.block p {
		margin: 0 15px;
		font-size: 17px;
	}
	.mod_newsreader.job-offer.block ul {
		margin: 20px 42px 0px 0px;
		font-size: 17px;
	}
}


.float-bloc {
	width: calc(50% - 10px);
	border: 1px solid #fdfcfc;
	float: left;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(235,227,218,1) 0%, rgba(253,251,251,1) 100%);
	margin-top: 14px;
}
.float-bloc.list {
	height: 225px;
}
.float-bloc:nth-child(odd) {
	margin-right: 14px;
}

.float-bloc.list h3 {
	font-size: 18px;
}

.float-bloc.list h3.red {
	color: #b21521;
	font-size: 26px;
	margin: 20px 0 0 0;
}

.float-bloc.werte {
	height: 450px;
}

.float-bloc.werte img {
	margin: 20px 0 10px 0;
}

.float-bloc.service {
	height: 310px;
}

.float-bloc.service img {
	margin: 20px 0 10px 0;
}



.mod_newslist.block .layout_latest.even {
	margin-right: 14px;
}

.mod_newslist.block .layout_latest h2 {
	color: #4a4746;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'heldhaus semibold', arial, sans-serif;
	margin: 17px 32px 0 32px;
	line-height: 29px;
	letter-spacing: 0.04em;
}
.mod_newslist.block .layout_latest h3.teaser-sub {
	color: #4a4746;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'heldhaus semibold', arial, sans-serif;
    margin: 0px 32px 0 32px;
    line-height: 19px;
	padding: 5px 0;
    letter-spacing: 0.04em;
}
.mod_newslist.block .layout_latest h2 a:visited,
.mod_newslist.block .layout_latest h2 a {
	color: #4a4746;
	text-decoration: none;
}

.mod_newslist.block .layout_latest figure {
	margin: 15px 35px 35px 35px;
}
.mod_newslist.block .layout_latest figure img {
	width: 100%;
	height: auto;
	max-width: 534px;
}
.mod_newslist.block .layout_latest .ce_text {
	text-align: center;
	margin: 15px 32px;
    color: #4a4746;
    font-size: 18px;
    line-height: 26px;
}
.mod_newslist.block .layout_latest .ce_text div {
	text-align: center!important;
	margin-top: 15px;
}

.mod_newslist.block .layout_latest p.more {
	border: 2px solid #b08048; 
	color: #b08048;
	line-height: 27px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'heldhaus semibold', arial, sans-serif;
	margin: 54px 40px;
	letter-spacing: 0.04em;
	padding: 10px 0;
}
.mod_newslist.block .layout_latest p.more a:visited,
.mod_newslist.block .layout_latest p.more a {
	color: #b08048;
	text-decoration: none;
	width: 100%;
	display: inline-block;
}

.mod_article.block p.back {
	border: 2px solid #b08048;
    color: #b08048;
    line-height: 27px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'heldhaus semibold', arial, sans-serif;
    margin: 54px 35px;
    float: left;
    padding: 10px 30px;
	letter-spacing: 0.04em;
}
.heldhaeuser-detail .mod_article.block p.back {
	margin-left: 0;
}
.heldhaeuser-detail .ce_gallery.block ul li figure img {
	box-shadow: 0px 0px 3px 0px rgba(121,121,121,0.7);
}

.mod_article.block p.back a:visited,
.mod_article.block p.back a {
	color: #b08048;
	text-decoration: none;
	width: 100%;
	display: inline-block;
}
.mod_article.block p.back a:before {
	content: '<';
	margin-right: 8px;
}

.ce_gallery.block {
	border: 1px solid #ffffff;
	margin: 30px 0 0 0;
	background: linear-gradient(180deg, rgba(235,227,218,1) 0%, rgba(253,251,251,1) 100%);
	overflow: hidden;
}

.ce_gallery.block ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.ce_gallery.block ul li {
	float: left;
}

.ce_gallery.block ul li figure {
	margin: 33px;
}

.stories-detail h1[itemprop="name"],
.stories-detail h2, 
.imbau-detail h1[itemprop="name"],
.imbau-detail h2, 
.termine-detail h1[itemprop="name"],
.termine-detail h2, 
.heldhaeuser-detail h1[itemprop="name"] {
	display: none;
}

#teaser-list-heldhaeuser .block .more {
	display: none;
}

.gist-content-block .pre_head_quote {
	color: #b08048;
	font-size: 60px;
	font-style: italic;
	margin: -50px 0 15px 0;
    display: inline-block;
}

.gist-content-block h1,
.gist-content-block h2 {
	color: #b08048;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 330px 18px 330px;
	line-height: 40px;
}

.gist-content-block h3.block-headtwo {
	color: #4a4746;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'heldhaus semibold', arial, sans-serif;
	margin: 0;
	line-height: 29px;
	letter-spacing: 0.04em;
}

.ce_text.block .highlight-extreme {
	color: #4a4746;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'heldhaus semibold', arial, sans-serif;
    margin: 0 10px;
    line-height: 29px;
    letter-spacing: 0.04em;
    vertical-align: middle;
}


.gist-content-block p {
	color: #4a4746;
	font-size: 18px;
	margin: 15px 34px 0 34px;
	line-height: 26px;
}

.gist-content-block iframe {
	width: calc(100% - 68px);
	height: 620px;
	border: 1px solid #ffffff;
	margin: 15px 34px 0 34px;
	padding: 0;
}

.gist-content-block .yt-replace {
	width: calc(100% - 68px);
	border: 1px solid #ffffff;
	margin: 15px 34px 0 34px;
}


main .team-member {
	margin: 7px;
	width: calc(33.33% - 14px);
	float: left;
	overflow: hidden;
	position: relative;
}

main .team-member figure {
	margin: 0;
	position: absolute;
	top: 0;
}

main .team-member figure:first-child {
	z-index: 991;
}

main .team-member .team-desc {
	margin: 0 0 0 0;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: rgb(235,227,218);
	background: linear-gradient(180deg, rgba(235,227,218,1) 0%, rgba(253,251,251,1) 100%);
	overflow: hidden;
	height: 200px;
	border-top: 524px solid #ffffff;
}

main .team-member .team-desc h2 {
	font-family: 'heldhaus semibold', arial, sans-serif;
	font-weight: bold;
	font-size: 21px;
	color: #4a4746;
	margin: 35px 10px 0 10px;
	line-height: 20px;
	letter-spacing: 0.04em;
}

main .team-member .team-desc h3 {
	font-family: 'heldhaus semibold', arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #4a4746;
	margin: 5px 10px 5px 10px;
    line-height: 24px;
	letter-spacing: 0.04em;
}

main .team-member .team-desc p {
	font-size: 18px;
	color: #4a4746;
	margin: 0 10px 20px 10px;
}

main .team-member .team-desc p a:visited,
main .team-member .team-desc p a {
	color: #4a4746;
	text-decoration: none;
}

main .team-member .team-desc p a:hover {
	text-decoration: underline;
}

footer .contact {
	background-color: #4a4746;
	color: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(121,121,121,0.7);
	overflow: hidden;
}

footer .contact .clearfix {
	width: calc(100% - 84px);
    margin: 35px 42px 0 42px;
}

footer .contact a.box:visited,
footer .contact a.box {
	width: calc(33.33% - 101px);
	border: 2px solid #b08048;
	margin: 0 7px 14px 7px;
	display: block;
    float: left;
	height: 47px;
	line-height: 47px;
	color: #eae2d9;
	text-align: left;
	text-decoration: none;
	font-family: 'heldhaus semibold', arial, sans-serif;
	font-weight: bold;
	font-size: 21px;
	padding: 0 0 0 83px;
	position: relative;
	letter-spacing: 0.04em;
}

footer .contact a.box img {
	vertical-align: middle;
	position: absolute; 
	left: 25px;
	margin: 8px 0 0 0;
}

footer .contact .col_1,
footer .contact .col_2,
footer .contact .col_3 {
	float: left;
	text-align: left;
}

footer .contact .col_1 {
	width: 456px;
}

footer .contact .col_2 {
	width: 359px;
}

footer .contact h2,
footer .contact p {
	margin: 24px 7px 0 7px;
	line-height: 24px;
	font-family: 'heldhaus semibold', arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.04em;
}

footer .contact h2 {
	color: #b08048;
	text-transform: uppercase;
}

footer .contact p {
	margin: 0 7px 0 7px;
	color: #eae2d9;
}

footer .contact .clearfix:nth-child(2) a:visited,
footer .contact .clearfix:nth-child(2) a {
	color: #eae2d9;
	text-decoration: none;
}

footer .contact .clearfix:nth-child(2) a:hover {
	text-decoration: underline;
}

footer .contact .clearfix:nth-child(2) h2 a:visited,
footer .contact .clearfix:nth-child(2) h2 a {
	color: #b08048;
	text-decoration: none;
}

footer .contact .clearfix:nth-child(3) {
	text-align: left;
	margin-bottom: 50px;
}

footer .contact .clearfix:nth-child(3) img {
	margin: 0 15px 0 7px;
}

footer .copy-line {
	color: #b08048!important;
	text-align: left;
    padding: 10px 49px 40px 49px;
	font-family: 'heldhaus semibold', arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #4a4746;
	letter-spacing: 0.04em;
}

footer .copy-line a.grey:visited,
footer .copy-line a.grey {
	color: #4a4746;
}

footer .copy-line a.beige:visited,
footer .copy-line a.beige {
	color: #b08048;
}

footer .copy-line a:visited,
footer .copy-line a {
	text-decoration: none;
}

footer .copy-line a:hover {
	text-decoration: underline;
}


img.family {
	margin: 0;
}
img.signature {
    margin: -15px 0 -15px 0;
}

div.heldlink {
	border: 2px solid #b08048;
	color: #b08048;
	line-height: 27px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'heldhaus semibold', arial, sans-serif;
	margin: 54px 70px;
	display: inline-block;
	letter-spacing: 0.04em;
	padding: 10px 0;
}
.heldlink a:visited,
.heldlink a:hover,
.heldlink a {
    color: #b08048;
	text-decoration: none;
	width: calc(100% - 100px);
	display: inline-block;
	margin: 0 50px;
}

.reader-page h1[itemprop="name"],
.reader-page #header-img {
	display: none;
}

.reader-page .ce_image.block {
	overflow: hidden;
}

.reader-page figure.image_container {
	border: 1px solid #ffffff;
    margin: 0 0 30px 0;
    overflow: hidden;
    line-height: 0;
}

.reader-page h3 {
	margin-top: 30px;
	margin-bottom: 0px;
}
.reader-page h4 {
	font-size: 18px;
	margin-top: 10px;
}
.reader-page h5 {
	font-size: 26px;
	margin-top: 50px;
	margin-bottom: 35px;
	text-transform: none;
	font-family: 'heldhaus semibold', arial, sans-serif;
	letter-spacing: 0.04em;
}
.reader-page main {
	padding-top: 0;
}

.pagination.block {
	clear: both;
}
.pagination.block>p {
	display: none;
}
.pagination.block ul {
    list-style: none;
    margin: 0;
    padding: 0 0;
}
.pagination.block ul li {
	float: left;
    border: 2px solid #b08048;
    color: #b08048;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'heldhaus light', arial, sans-serif;
    margin: 5px;
    letter-spacing: 0.04em;
    height: 20px;
    width: 20px;
}
.pagination.block ul li a:visited,
.pagination.block ul li a {
    color: #b08048;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
	font-family: 'heldhaus light', arial, sans-serif;
}
.pagination.block ul li.first,
.pagination.block ul li.last,
.pagination.block ul li.previous,
.pagination.block ul li.next {
	display: none;
}
.pagination.block ul li span.active {
    display: inline-block;
    width: 100%;
    height: 100%;
	color: #eae2d9;
	background-color: #b08048;
}

#cookieinfo {
    background-color: #eae2d9;
    position: fixed;
    bottom: 0;
    z-index: 97458;
    right: 0;
    width: 400px;
    padding: 55px 180px 55px 35px;
	text-align: left;
	font-family: 'heldhaus semibold', arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #4a4746;
	line-height: 26px;
	box-shadow: -1px -1px 15px 1px rgba(0,0,0,0.5);
}
#cookieinfo a.confirm:visited,
#cookieinfo a.confirm {
    border: 2px solid #b08048;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    margin: 30px 0 0 0;
    text-transform: uppercase;
}

#cookieinfo a.decline:visited, 
#cookieinfo a.decline {
    border: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    margin: 12px 0 0 0;
	font-size: 14px;
    text-transform: uppercase;
}


@media all and (max-width: 1300px) {
	#cookieinfo {
		padding: 55px 55px 55px 35px;
	}
}

@media all and (max-width: 520px) {
	#cookieinfo {
		width: 80%;
	}
}

.formbody>fieldset {
	float: left;
    width: calc(50% - 70px);
    border: none;
    text-align: left;
	padding: 0 35px;
	margin: 80px 0 0 0;
	position: relative;
	height: 740px;
}
.besichtigung-form .formbody>fieldset {
	height: 585px;
}
.formbody label {
	font-family: 'heldhaus semibold', arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #4a4746;
	display: block;
	margin: 0 0 10px 0;
}

.formbody textarea:focus,
.formbody select:focus,
.formbody input:focus {
	outline: none;
}

.formbody select,
.formbody input {
	background-color: #ffffff;
	border: none;
	height: 33px;
	line-height: 33px;
	width: calc(100% - 20px);
	padding: 0 10px;
	margin: 0 0 25px 0;
	font-size: 15px;
}
.formbody select {
	width: 100%;
}

.formbody input[type="radio"] {
	width: 17px;
    height: 17px;
    border: none;
    vertical-align: initial;
    margin: 0px 10px 0 0;
}

.formbody input[type="checkbox"] {
	width: 19px;
    height: 19px;
    border: none;
    vertical-align: initial;
    margin: 0px 10px 0 0;
}

.formbody textarea {
	background-color: #ffffff;
	border: none;
	height: 193px;
	line-height: 23px;
	width: calc(100% - 20px);
	padding: 0 10px;
	margin: 0 0 25px 0;
	font-size: 15px;
	resize: vertical;
}

.formbody .widget-checkbox>fieldset,
.formbody .widget-radio>fieldset {
    border: none;
    font-size: 19px;
    padding: 0;
	font-family: 'heldhaus semibold', arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #4a4746;
	padding: 10px 0 0 0;
}

.formbody .widget-checkbox label,
.formbody .widget-radio label {
    width: calc(100% - 35px);
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;

}

.formbody .dse label {
	margin-bottom: 0;
}

.formbody .widget-text.plz {
	float: left;
	margin-right: 5px;
	width: 25%;
}

.formbody .widget-text.ort {
	float: left;
	width: calc(75% - 5px);
}

.formbody .widget-checkbox label,
.formbody .widget-radio label {
	margin-bottom: 5px;
}

.formbody .widget-radio {
	margin-bottom: 10px;
}

.formbody .widget-checkbox fieldset {
	padding-top: 0;
}

.formbody p {
	font-family: 'heldhaus light', arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 0 37px;
}

.formbody .obligatory_info {
	font-family: 'heldhaus light', arial, sans-serif;
	font-size: 14px;
	color: #4a4746;
	position: absolute;
    right: 50px;
    bottom: 20px;
}

.formbody button:focus {
	outline: none;
}

.formbody button {
	border: 2px solid #b08048;
    color: #b08048;
    line-height: 27px;
	padding: 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'heldhaus semibold', arial, sans-serif;
    margin: 54px 0px;
    letter-spacing: 0.04em;
    background-color: #eae2d9;
    width: 250px;
    position: absolute;
    bottom: 21px;
	cursor: pointer;
}

.formbody fieldset.besichtigungstermine {
	padding: 0 35px;
	margin: 25px 0 -35px 0;
}

.formbody fieldset.besichtigungstermine>span {
	line-height: 35px;
}

.formbody fieldset.besichtigungstermine>span input[type="radio"] {
	vertical-align: middle;
}

.formbody fieldset.besichtigungstermine label {
	text-align: left;
	text-transform: uppercase;
}

.formbody fieldset.besichtigungstermine fieldset {
	border: none;
    margin: 0;
    padding: 0;
}

.formbody fieldset.besichtigungstermine fieldset legend {
    text-align: left;
    padding: 20px 0 10px 0;
    font-weight: bold;
}

#smallDateForm .form-block-box {
	border: 1px solid #fdfcfc;
    margin-bottom: 14px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(235,227,218,1) 0%, rgba(253,251,251,1) 100%);
	position: relative;
	width: 100%;
}

#smallDateForm .form-block-box h3 {
	margin-top: 30px;
}

#smallDateForm fieldset {
	float: left;
	border: none;
	width: calc(50% - 75px);
	padding: 0 35px;
	margin-top: 30px;
}

#smallDateForm fieldset label {
	text-align: left;
}

#smallDateForm fieldset input[type="checkbox"] {
    width: 19px;
    height: 19px;
    border: none;
    vertical-align: initial;
    margin: 0px 10px 0 0;
}

#smallDateForm fieldset fieldset {
	padding: 0;
	margin-top: 0px;
}

#smallDateForm fieldset .explanation {
	display: inline-block;
    text-align: left;
}

#smallDateForm fieldset button.submit {
    display: block;
    position: relative;
}

/*
.statements {
	font-size: 35px;
	font-family: 'heldhaus semibold', arial, sans-serif;
	font-weight: bold;
	height: 200px;
}
.statements2 {
	font-size: 40px;
	font-family: 'heldhaus semibold', arial, sans-serif;
	font-weight: bold;
	height: 200px;
}*/
.statements ul {
	list-style: none;
	font-size: 26px;
	line-height: 41px;
    font-weight: bold;
    font-family: 'heldhaus semibold', arial, sans-serif;
}
.statements ul li.stars:after {
	content: '* * *';
	display: block;
	color: #b08048;
}

.mod_newslist.block .block.exclusive-externallink .more,
.mod_newslist.block .block.exclusive-internallink .more,
.mod_newslist.block .block.exclusive-link .more {
	display: none;
}

.mod_newslist.block .block.texttoggle-p .ce_text {
	overflow: hidden;
    height: 140px;
	position: relative;
}
.mod_newslist.block .block.texttoggle-p .ce_text .toggletrigger {
	position: absolute;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	width: 100%;
	color: #b08048;
	font-size: 30px;
	padding: 30px 0 0 0;
	background: linear-gradient(180deg, rgba(249,246,244,0) 0%, rgba(249,246,244,1) 80%, rgba(249,246,244,1) 100%);
	margin: 0;
}

.invisible {
	display: none;
}

iframe {
	background: linear-gradient(180deg, rgba(235,227,218,1) 0%, rgba(253,251,251,1) 100%);
	padding: 23px;
	border: 1px solid #fdfcfc;
	margin: 30px 0;
	width: calc(100% - 46px);
}

#stoerer {
	position: fixed;
    background-color: #efe9e2;
    top: 150px;
    margin: 0 calc(50vw - 374px);
    width: 748px;
    border: 1px solid #feffff;
}

#stoerer a:hover {
	text-decoration: none;
}

#stoerer.special {
    width: 565px;
	top: 20px;
    margin: 0 calc(50vw - 282px);
	position: absolute;
	border: 1px solid #ad0b1a;
	
}

#stoerer.special hr {
    display: none;
}

#stoerer .stoerer-content {
	background-image: url(../img/stoerer-bg.png);
    background-repeat: no-repeat;
	height: 446px;
	position: relative;
}

#stoerer.special .stoerer-content {
	background-image: none;
	height: auto;
	background-color: #ad0b1a;
}

#stoerer.special .stoerer-content img {
	margin: 40px 0 0 0;
}

#stoerer hr {
	margin: 0;
    border-top: 21px solid #b0101d;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #feffff;
}

#stoerer img.stoerer-icon {
	margin: 16px 0;
}

#stoerer img.stoerer-x {
	cursor: pointer;
    position: absolute;
    top: 17px;
    right: 17px;
}

#stoerer.special img.stoerer-x {
    top: -30px;
}

#stoerer h3 {
    color: #4a4746;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'heldhaus semibold', arial, sans-serif;
    margin: 0;
    line-height: 29px;
    letter-spacing: 0.04em;
}

#stoerer p {
	font-family: 'heldhaus semibold', arial, sans-serif;
}

#stoerer p span {
    color: #b0101d;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'heldhaus semibold', arial, sans-serif;
    margin: 0;
}

#stoerer p {
    font-size: 18px;
    margin: 0;
	line-height: 22px;
}

#stoerer p strong {
	font-weight: bold;
}

#stoerer p.more {
    border: 2px solid #b08048;
    color: #b08048;
    line-height: 27px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'heldhaus semibold', arial, sans-serif;
    letter-spacing: 0.04em;
    padding: 10px 0;
	width: 410px;
    margin: 25px auto;
}

#stoerer p.more a:visited, 
#stoerer p.more a {
    color: #b08048;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

#stoerer br.spec {
	display: none;
}

@media all and (max-width: 700px) {
	#stoerer.special {
		width: 80vw!important;
		margin: 0 10vw!important;
	}
	#stoerer.special img.stoerer-icon {
		width: 100%;
	}
}

 
.onlymobile { 						display: none; }

@media all and (max-width: 1300px) {
	.desktop {					display: none; }
	.onlymobile { 				display: inherit; }
	nav {						display: none; }
	header .logo {				float: none; }
	header .mobile-nav {		left: 0; }
	header .additional-nav {	right: 0; width: 30px; }
	header .additional-nav a .info { height: 30px; line-height: 30px; font-size: 14px; }
	header .additional-nav a:visited, 
	header .additional-nav a {	width: 30px; height: 30px; }
	header .additional-nav a img {	width: 100%; }
	header .gal-elem img {		width: 100%; }
	header, #container, footer {width: 100%; }
	header .galery {			height: 54.7vw; }
	header .galery .next,
	header .galery .back {		visibility: hidden; }
	header .galery .gal-elem p {font-size: 30px; margin-top: 20vw; line-height: 50px; }
	header .galery .gal-elem p span { font-size: 60px; }
	.block h2 {					font-size: 25px; margin: 0 20px 18px 20px; line-height: 30px; }
	.gist-content-block h1,
	.gist-content-block h2 {	font-size: 25px; margin: 0 20px 18px 20px; line-height: 30px; }
	img.family {				width: 100%; max-width: 700px; }
	.gist-content-block h3.block-headtwo { font-size: 17px; }
	main p.schmal {				margin: 20px 20px 0px 20px; }
	main h1, main h2 {			font-size: 25px; margin: 0 20px 18px 20px; line-height: 30px; }
	main h3 {					font-size: 19px; margin: 0 20px; line-height: 29px; }
	.float-bloc {				width: calc(100% - 10px); float: none; }
	.float-bloc.list {			height: auto; }
	.float-bloc.werte {			height: auto; }
	.gist-content-block iframe {height: 40vw; }
	
	footer .contact a.box:visited, footer .contact a.box {
								float: auto; overflow: hidden; white-space: nowrap; 
								text-overflow: ellipsis; letter-spacing: 0.0; }
	.ce_gallery.block ul li { 	width: 50%; }
	.ce_gallery.block ul li figure { margin: 2%; }
	.ce_gallery.block ul li figure img {
								width: max-width: 540px; width: 100%; height: auto; }
	footer .copy-line{			line-height: 30px; }
	
	.reader-page figure.image_container img { width: 100%; height: auto; }
	main .team-member figure img {	width: 100%; height: auto; }
	main .team-member .team-desc {	border-top: 40vw solid #ffffff; }
	.float-bloc.service {			height: auto; }
	.formbody button {				position: inherit; }
	footer .contact .col_1,
	footer .contact .col_2,
	footer .contact .col_3 {		
									width: 33%;
	}
	
	header .galery .gal-elem p.more {
		width: 40vw;
		margin: 0 calc(30vw - 24px);
		top: 30vw;
	}
}
@media all and (max-width: 1130px) {
	main .team-member .team-desc {	height: 250px; }
	footer .contact a.box:visited, footer .contact a.box {
		width: calc(50% - 101px); 
	}
	header .galery .gal-elem p.more {
		top: 33vw;
	}
	.inl-gal.low, 
	.inl-gal {
		width: calc(100% - 20px);
		height: 65vw;
	}
	.inl-gal .gal-elem {
		height: 65vw;
	}
	.inl-gal.low .next,
	.inl-gal.low .back,
	.inl-gal .next,
	.inl-gal .back {
		top: calc(32vw - 30px);
	}
}
@media all and (max-width: 1025px) {
	footer .contact .col_1 {		width: 100%; }
	footer .contact .col_2,
	footer .contact .col_3 {		
									width: 50%;
	}
	img.landing-icons { width: 80%; }
}
@media all and (max-width: 900px) {
	header .galery .gal-elem p {font-size: 20px;  line-height: 30px; }
	header .galery .gal-elem p span { font-size: 40px; }
	footer .contact a.box img { vertical-align: middle; position: absolute; left: 5px; }
	footer .contact .clearfix { width: calc(100% - 40px); margin: 35px 20px 0 20px; }
	main .team-member {	   		width: calc(50% - 14px); }
	main .team-member figure {	width: 100%; }
	main .team-member .team-desc {	border-top: 59vw solid #ffffff; }
	.formbody>fieldset {		width: calc(100% - 70px); height: auto; }
	.formbody>fieldset:last-child {	margin-top: 10px; }
	header .galery {			height: 53.6vw; }
	header .galery .gal-elem p.more {
		font-size: 15px;
		line-height: 39px;
		top: 30vw;
		width: 36vw;
		margin: 0 calc(32vw - 24px);
	}
	.besichtigung-form .formbody>fieldset {
		height: auto;
	}
}
@media all and (max-width: 750px) {
	footer .contact a.box:visited, footer .contact a.box {
		width: calc(100% - 78px); padding-left: 60px; 
	}
	.mod_newslist.block .layout_latest { float: none; width: calc(100% - 10px) }
	.mod_newslist.block .layout_latest { height: auto!important; }
	header .galery .gal-elem p.more {
		width: 50vw;
		margin: 0 calc(25vw - 24px);
		top: 30vw;
	}
	#smallDateForm fieldset {
		float: none;
		width: calc(100% - 75px);
	}
	
	#stoerer {
		margin: 0 5vw;
		width: 90vw;
    }
	#stoerer .stoerer-content {
		height: auto;
		background-size: cover;
		overflow: hidden;
	}
	#stoerer .stoerer-content {
		height: auto;
	}
}
@media all and (max-width: 680px) {
	.mod_newslist.block .layout_latest p.more {
								margin: 54px 20px; letter-spacing: 0; font-size: 16px; }
	.mod_newslist.block .layout_latest .ce_text p.more {
								margin: 54px 0; }
	main .team-member {	   		width: calc(100% - 14px); }
	main .team-member .team-desc {	border-top: 114vw solid #ffffff; }
	footer .contact .col_2,
	footer .contact .col_3 {		
									width: 100%;
	}
	header .galery .gal-elem p.more {
		width: 50vw;
		margin: 0 calc(25vw - 24px);
		top: 33vw;
	}
	
	#stoerer p {
		font-size: 15px;
	}
}
@media all and (max-width: 550px) {
	header .galery .gal-elem p {font-size: 13px; line-height: 25px; }
	header .galery .gal-elem p span { font-size: 25px; }
	main .team-member .team-desc {	border-top: 112vw solid #ffffff; }
	header .galery .gal-elem p.more {
		width: 70vw;
		margin: 0 calc(15vw - 24px);
		top: 34vw;
	}
	
	#stoerer {
		top: 10px;
	}
	
	#stoerer p.more {
		width: 310px;
	}
	
	#stoerer br.spec {
		display: inline;
	}
}
@media all and (max-width: 480px) {
	main .team-member .team-desc {	border-top: 109vw solid #ffffff; }
}


/* Basics */
a:visited,
a {
	color: #4a4746;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.orange {							color: #b08048; }
.clear {							clear: both; }
.left {								float: left; }
.right {							float: right; }
/* clearfix */
.clearfix:after {					content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix {							display: inline-block; }
html[xmlns] .clearfix {				display: block; }
* html .clearfix {					height: 1%; }