.bereich {
	transition-delay: 0s;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: ease-in;
	-moz-transition-delay: 0ms;
	-moz-transition-duration: 300ms;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-delay: 0ms;
	-webkit-transition-duration: 300ms;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-in;
	position: relative;
	display: inline-block;
	width: 100%;
}
.bereich .bergal {
	display: inline-block;
	vertical-align: top;
}
.bereich .beruet,
.bereichohnebildtl,
.bereichohnebildtr {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 2rem 2rem 2rem 1rem;
	max-width: 100%;
}
.bereichohnebildt {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 1em;
	max-width: 100%;
	width: 100%;
}
.bereichohnebildt .bereichtext {
}
.berr .bergal {
	margin-left: 0;
	width: 100%;
}
.berr .beruet {
/*	margin-left: -100%;*/
	width: 100%;
}
.berl .beruet,
.berl .bergal {
	width: 100%;
}
.bereichohnebildtr {
	width: 100%;
	margin-left: 0;
}
.bereichohnebildtl {
	width: 100%;
	margin-right: 0;
}
.berm .bergal {
	width: 100%;
	margin: 2rem 0 0 0;
}
.berm .beruet {
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: inline-block;
}
.berm .beruet header {
	width: 100%;
	margin-top: 0;
	font-size: 5rem;
	text-align: left;
}

.berm, .berl, .berr, .berlr {
	padding: 0;
}

@media (min-width: 45em) {

	.berm, .berl, .berr, .berlr {
		padding: 0;
	}

}

.berlr .bergal {
	width: 100%;
}
.berlr .beruet {
	width: 100%;
}
.berlr:nth-child(2n) .bergal {
	margin-left: 0;
	width: 100%;
}
.berlr:nth-child(2n) .beruet {
	margin-left: 0;
}

.bereichFoto {
	transition-delay: 0s;
	transition-duration: 400ms;
	transition-property: all;
	transition-timing-function: ease-in;
	-moz-transition-delay: 0ms;
	-moz-transition-duration: 400ms;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-delay: 0ms;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-in;
	opacity: 0.7;
}
.bereichFoto:hover {
	opacity: 1.0;
}
.bereichheader {
	font-size: 1.5rem;
	line-height: 2.7rem;
	position: relative;
}

.articlelist header {
	font-size: 0.8rem;	
	font-weight: lighter;
}
.articlelist header a {
	text-decoration: none;
	font-weight: lighter;
}
.articlelist:nth-child(even) {
}
.articlelist a {
	transition-delay: 0s;
	transition-duration: 200ms;
	transition-property: all;
	transition-timing-function: ease-in;
	-moz-transition-delay: 0ms;
	-moz-transition-duration: 200ms;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-delay: 0ms;
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-in;
}

.bereichohnebildtr .bereichheader,
.bereichohnebildtl .bereichheader,
.bereichohnebildt .bereichheader,
.bereich .bereichheader {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0;
	background: no-repeat right center;
	min-height: 67px;
}
.bereich .bereichheader h2 {
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.bereichanker {
	position: absolute;
	top: -10rem;
	
}
.bereich h2 {
	padding-right: 0px;
	box-sizing: border-box;
}

#bereiche {
	padding-bottom: 0;
}
#bereiche article.bereich, #children article.bereich {
	margin-bottom: 1em;	
}

@media (min-width: 45em) {

	#bereiche article.bereich, #children article.bereich {
		margin-bottom: 0;	
	}
	
	.bereich .beruet,
	.bereichohnebildtl,
	.bereichohnebildtr {
		max-width: 50%;
	}
	
	.berm .beruet {
		margin: 0;
		width: 90%;
		margin-left: 0;
		max-width: 100%;
	}

	.berlr .bergal {
		width: 50%;
	}
	.berlr .beruet {
		width: 50%;
	}
	.berlr:nth-child(2n) .bergal {
		margin-left: 50%;
		width: 50%;
	}
	.berlr:nth-child(2n) .beruet {
		margin-left: -100%;
		padding-left: 1rem;
		box-sizing: border-box;
	}

	.berr .bergal {
		margin-left: 50%;
		margin-right: 0;
		width: 50%;
	}
	.berr .beruet {
		margin-left: -100%;
		width: 50%;
	}
	.berl .bergal {
		width: 50%;
		margin-left: 0;
	}
	.berl .beruet {
		width: 50%;
	}
	.bereichohnebildtr {
		width: 50%;
		margin-left: 50%;
	}
	.bereichohnebildtl {
		width: 50%;
		margin-right: 50%;
	}
	.berm .bergal {
		width: 80%;
		margin: 2rem 10% 0 10%;
	}
	.bercol.berm .bergal {
		width: 100%;
		margin: 0;
	}
	
}


#children article.bereich,
.bereiche2 article.bereich {
	overflow: visible;
	margin-top: 0;
}
.bereiche2 article.bereichohnebildt {
	margin-top: 2rem;
}
#children article.berl,
.bereiche2 article.berl {
	margin-top: 0;
}
#children article.berl:first-child,
.bereiche2 article.berl:first-child {
	margin-top: 1em;
}
 
#children .berm .bergal,
.bereiche2 .berlr .bergal {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
}
#children .berm:nth-child(2n) .bergal,
.bereiche2 .berlr:nth-child(2n) .bergal {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

#children article h2,
.bereiche2 article h2 {
	font-size: 3rem;
	letter-spacing: 0.1rem;
	font-weight: 300;
	line-height: 1.1em;	
}

.bereich4sp a {
	text-decoration: none;
	display: block;
}

@media (min-width: 45em) {

	#children article h2,
	.bereiche2 article h2 {
		font-size: 3rem;
	}
	#children article .sptext h2,
	.bereiche2 article .sptext h2 { 
		font-size: 3rem;
	}

	#children .bereich.berm .beruet,
	.bereiche2 .bereich.berm .beruet {
		padding-top: 2rem;
		column-count: 1;
		column-span: all; 
		min-width: 400px;
		column-gap: 4em;
		column-rule: 1px solid #EFEBE5;
	}
	#children .berm:nth-child(2n) .beruet header {
		width: 40%;
		left: 10%;
	}
	
	#children .beruet h2,
	.bereiche2 .beruet h2 {
		margin-top: 0;
		padding-top: 0;
	}
	.bereiche2 .berlr .bergal {
		width: 50%;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 0;
		margin-left: 0;
	}
	.bereiche2 .berlr .bergal img {
		border: 0 solid #aaa;
		box-sizing: border-box;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom: 0;
	}
	#children .berm .bergal {
		width: 50%;
		margin-right: 0;
		margin-left: 0;
	}
	#children .berm:nth-child(2n) .bergal,
	.bereiche2 .berlr:nth-child(2n) .bergal {
		width: 50%;
		margin-right: 0;
		margin-left: 50%;
	}

	.bereichlinksp, .bereich2sp, .bereich3sp {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.bereichlinksp .spl {
		width: 25rem;
	}
	.bereich2sp .spl {
		width: 45%;
	}
	.bereich3sp .spl {
		width: 33.33%;
	}

	.bereich2sp .sp1 .sptext {
		padding-left: 20%;
	}

	.bereich2sp .sptext {
		padding: 1rem 3% 1rem 3%;
	}
	.bereich2sp .sp2 .sptext {
		max-width: 74%;
	}

	.bereich1sp .sptext,
	.bereich1sp .textmsp {
		margin-top: 3rem;
	}
	.bereich1sp .textmsp h2 {
		margin-top: 1rem;
	}

}

@media (min-width: 72em) {

	.berm .bereichtext {
		column-count: 2;
		column-span: all; 
		min-width: 400px;
		column-gap: 4em;
/*		column-rule: 1px solid transparent; */
		padding-bottom: 1em;
	}

	.bereichohnebildt .bereichtext,
	#children .berm .bereichtext,
	.bereiche2 .berm .bereichtext {
		padding-top: 0;
		column-count: 1;
		column-span: all; 
		min-width: 400px;
		column-gap: 4em;
		column-rule: 1px solid #666;
	}
	body.page-id-1482 .bereiche2 article.bereichohnebild .bereichtext {
		column-count: 1;
	}
	#children .beruet h2,
	.bereiche2 .beruet h2 {
		margin-top: 0;
		padding-top: 0;
	}
	#children .berlr .bergal,
	.bereiche2 .berlr .bergal {
		width: 50%;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 0;
		margin-left: 0;
	}
	#children .berlr:nth-child(2n) .bergal,
	.bereiche2 .berlr:nth-child(2n) .bergal {
		margin-left: 50%;
		margin-right: 0;
		width: 50%;
	}

	.bereich4sp .spl {
		width: 25%;
	}

}


.bereich2sp, .bereich1sp {
	width: 100%;
	box-sizing: border-box;
}
.bereich1sp .sp1,
.bereich2sp .sp1,
.bereich2sp .sp2,
.bereich3sp .spl {
	box-sizing: border-box;
}

.bereichlinksp picture {
	width: 100%;
	margin: 0;
	display: inline-block;
}
.bereich3sp picture {
	width: 80%;
	margin: 0 10%;
}
.bereichlinksp picture.fotoformat3 {
	width: 60%;
	margin: 0 20%;
}

.bereiche2 article.bereich3sp {
	
}
.bereich3sp picture {
	margin-top: 1rem;
}

.bereich1sp picture,
.bereich2sp picture {
	display: inline-block;
	width: 100%;

}
.bereich1sp picture img,
.bereich2sp picture img {
	max-width: 80%;
}

.bereich3sp picture img {
	width: 100%;
}
.bereich1sp:hover picture img {
	margin-right: -3rem;
}
.bereich1sp picture img {
	margin-bottom: -2rem;
}
.bereich2sp .sp1 picture {
	text-align: right;
}
.bereich3sp .spl picture,
.bereich1sp .sp1 picture {
	text-align: center;
}
.sptext {
	padding: 1rem;
	margin: 0;
}

.bereich3sp a {
	text-decoration: none;	
}
.bereichlinksp .spl {
	position: relative;
	text-align: center;	
	padding-bottom: 3rem;
	text-decoration: none;
}

.bereich3sp a {
	display: block;
}

	
#bereiche picture img {
}
#bereiche .bilder picture img {
	min-height: inherit;	
}

.bergalslider {
	padding-bottom: 6rem;
}

@media (max-width: 44.9999em) {

	.bereich3sp a {
		margin-bottom: 3.5rem;
	}
	
	.bereich2sp picture img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	
	.bereich2sp .sp1,
	.bereich2sp .sp2 {
		margin-bottom: 2rem;		
	}

	.bereich1sp picture img {
		margin-bottom: -1rem;
	}
	
	.bereiche2 article.bereich3sp {
		margin-top: 1rem;
	}

	.bereich3sp picture {
		margin-top: 3rem;
	}

	.berl .beruet {
		margin-top: 6rem;	
	}
	
	.bilder .bergal picture img {
		margin: 1rem 0;
		max-width: 100%;
		box-sizing: border-box;
	}
}


.bermu .bergal {
	padding-bottom: 1rem;
}

.bereichheader {
	margin: -2rem 0 0 -0.5rem;
	padding: 2rem 0 0 0.5rem;
}

.bercol .bereichheader {
	margin: -1rem 0 0 0;
}
.bereichohnebildt .bereichheader {
	margin: -1rem 0 0 -1rem;
}