/* FARBEN 
BLAU #4f7cb0
BRAUN #575044
*/

/* source-sans-pro-200 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url('/fonts/source-sans-pro-v13-latin-200.eot');
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'),
       url('/fonts/source-sans-pro-v13-latin-200.eot?#iefix') format('embedded-opentype'),
       url('/fonts/source-sans-pro-v13-latin-200.woff2') format('woff2'),
       url('/fonts/source-sans-pro-v13-latin-200.woff') format('woff'),
       url('/fonts/source-sans-pro-v13-latin-200.ttf') format('truetype'),
       url('/fonts/source-sans-pro-v13-latin-200.svg#SourceSansPro') format('svg');
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/source-sans-pro-v13-latin-300.eot');
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('/fonts/source-sans-pro-v13-latin-300.eot?#iefix') format('embedded-opentype'),
       url('/fonts/source-sans-pro-v13-latin-300.woff2') format('woff2'),
       url('/fonts/source-sans-pro-v13-latin-300.woff') format('woff'),
       url('/fonts/source-sans-pro-v13-latin-300.ttf') format('truetype'),
       url('/fonts/source-sans-pro-v13-latin-300.svg#SourceSansPro') format('svg');
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/source-sans-pro-v13-latin-regular.eot');
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('/fonts/source-sans-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('/fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'),
       url('/fonts/source-sans-pro-v13-latin-regular.woff') format('woff'),
       url('/fonts/source-sans-pro-v13-latin-regular.ttf') format('truetype'),
       url('/fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro') format('svg');
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/source-sans-pro-v13-latin-600.eot');
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('/fonts/source-sans-pro-v13-latin-600.eot?#iefix') format('embedded-opentype'),
       url('/fonts/source-sans-pro-v13-latin-600.woff2') format('woff2'),
       url('/fonts/source-sans-pro-v13-latin-600.woff') format('woff'),
       url('/fonts/source-sans-pro-v13-latin-600.ttf') format('truetype'),
       url('/fonts/source-sans-pro-v13-latin-600.svg#SourceSansPro') format('svg');
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/source-sans-pro-v13-latin-700.eot');
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('/fonts/source-sans-pro-v13-latin-700.eot?#iefix') format('embedded-opentype'),
       url('/fonts/source-sans-pro-v13-latin-700.woff2') format('woff2'),
       url('/fonts/source-sans-pro-v13-latin-700.woff') format('woff'),
       url('/fonts/source-sans-pro-v13-latin-700.ttf') format('truetype'),
       url('/fonts/source-sans-pro-v13-latin-700.svg#SourceSansPro') format('svg');
}
/* source-sans-pro-900 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/source-sans-pro-v13-latin-900.eot');
  src: local('Source Sans Pro Black'), local('SourceSansPro-Black'),
       url('/fonts/source-sans-pro-v13-latin-900.eot?#iefix') format('embedded-opentype'),
       url('/fonts/source-sans-pro-v13-latin-900.woff2') format('woff2'),
       url('/fonts/source-sans-pro-v13-latin-900.woff') format('woff'),
       url('/fonts/source-sans-pro-v13-latin-900.ttf') format('truetype'),
       url('/fonts/source-sans-pro-v13-latin-900.svg#SourceSansPro') format('svg');
}
/* source-serif-pro-regular - latin */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/source-serif-pro-v7-latin-regular.eot'); 
  src: local('Source Serif Pro'), local('SourceSerifPro-Regular'),
       url('/fonts/source-serif-pro-v7-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('/fonts/source-serif-pro-v7-latin-regular.woff2') format('woff2'),
       url('/fonts/source-serif-pro-v7-latin-regular.woff') format('woff'),
       url('/fonts/source-serif-pro-v7-latin-regular.ttf') format('truetype'),
       url('/fonts/source-serif-pro-v7-latin-regular.svg#SourceSerifPro') format('svg');
}

* {
	font-family:'Source Sans Pro', sans-serif;
	font-size: 16px;
	padding: 0;
	margin:0;
	font-weight: 400;
	line-height: 145%;
	box-sizing: border-box;
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;
	text-wrap: balance;
}
td {
	text-wrap: initial;
}
h1 {
	hyphens: none;
}

:focus {
	outline: 0; 
}

/* #####################   HEADER  ###################### */

header {
	position: relative;
}
header .limit {
	min-height: 50px;
	position: relative;
	padding-left:40px;
}
header .limit a {
	color: rgba(87,80,68,1);
	font-size: 36px;
	font-weight: 400;
	text-decoration: none;
}
/* #####################   BEREICHE ALLGEMEIN  ###################### */

.limit {
	margin:0 auto;
	width:100%;
	max-width: 1024px;
	padding: 20px;
	/* min-height: 300px; */
}

section {
	margin-bottom: 5px;
	display: block;
}

.verlauf_blau_linear { 
	background: rgba(79,124,176,0.1);
	background: linear-gradient(0deg, rgba(79,124,176,0.1) 50%, rgba(79,124,176,0.3) 100%);
	color:rgba(79,124,176,1);
}
.verlauf_braun_linear { 
	background: rgba(87,80,68,0.1);
	background: linear-gradient(0deg, rgba(87,80,68,0.1) 50%, rgba(87,80,68,0.3) 100%);
	color:rgba(87,80,68,1);
}

.weiss_blau {
	background: white;
	color:rgba(79,124,176,1);
}

.weiss_braun {
	background: white;
	color:rgba(87,80,68,1);
}


.silbentrennung {	
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-before: 3;
	-webkit-hyphenate-limit-after: 3;
	-webkit-hyphenate-limit-chars: 8 4 4;
	-webkit-hyphenate-limit-lines: 2;
	-webkit-hyphenate-limit-last: always;   
	-webkit-hyphenate-limit-zone: 8%;

	-moz-hyphens: auto;
	-moz-hyphenate-limit-chars: 8 4 4;
	-moz-hyphenate-limit-lines: 2;  
	-moz-hyphenate-limit-last: always;
	-moz-hyphenate-limit-zone: 8%;

	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: 8 4 4;
	-ms-hyphenate-limit-lines: 2;
	-ms-hyphenate-limit-last: always;   
	-ms-hyphenate-limit-zone: 8%;

	hyphens: auto;
	hyphenate-limit-chars: 8 4 4;
	hyphenate-limit-lines: 2;
	hyphenate-limit-last: always;   
	hyphenate-limit-zone: 8%;
}

/* #####################   FOOTER  ###################### */

footer {
	background: rgba(87,80,68,1);
	background:rgba(79,124,176,1);
}
footer .limit {
	display: flex;
	gap:1%;
	align-items: flex-end;
	min-height: 100px;
	padding: 60px 40px 60px 40px;
	flex-wrap: wrap;
}
footer .limit div {
	flex-grow: 1;
	color: white;
}
footer .limit div a {
	color: white;
	text-decoration: none;
}
footer .limit div strong {
	font-size: 24px;
	font-weight: 600;
	/* margin-bottom: 5px; */
	display: block;
}
footer .spalte_1_3 {
	width:47%;
	text-align: left;
}
footer .spalte_2_3 {
	width:36%;
	text-align: left;
}
footer .spalte_3_3 {
	width:15%;
	text-align: left;
}
footer .spalte_100 {
	width:100%;
	text-align: left;
}
footer div i {
font-family: 'Source Serif Pro';
font-style: normal;
font-size: larger;
}
/* #####################   MODUL FOTO - TITEL - TEXT   ###################### */

.fotoheader {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 600px;
	display: flex;
	align-items: center;
}
.fotoheader .spalte {
	padding: 20px;
	width:50%;
	color: white;
	
}

.fotoheader .spalte2 h1,
.fotoheader .spalte2 p {
		text-shadow: 0px 0px 25px rgba(87,80,68,.9);
		font-weight: 600;
		font-size: larger;
		letter-spacing: 0.5px;
	}
.fotoheader .spalte h1 {
		font-size: 46px;
		font-weight: 600;
		line-height: 48px;
	}
/* body.SEITE_1 .fotoheader .spalte, 
body.SEITE_20 .fotoheader .spalte {
	color: white;
	color:rgba(87,80,68,1);
}
*/
.fotoheader .mobil {
	display: none;
}
.text_text .spalte a:not([href^="http"]) {
	display: block;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	margin: 10px 0;
}

.fotoheader a  {
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	margin: 10px 0;
	color: white;
	background-color: transparent;
	border:1px solid white;
	box-shadow: 0px 0px 20px rgba(79,124,176,0.2);
}
.fotoheader a:hover {
	background-color: white;
	color:rgba(87,80,68,1);
}


/* #####################   MODUL FOTO / GRAFIK   ###################### */

.fotocontainer {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	min-height: 600px;
}

/* #####################   MODUL TEXT - TEXT   ###################### */

.text_text {
	display: flex;
	justify-content: center;
}
.text_text .spalte {
	padding: 20px;
	width:50%;
	flex-grow: 1;
}
.text_text .spalte3 {
	padding: 20px;
	max-width:75%;
	flex-grow: 1;
	text-align: center;
}
body.SEITE_7 .text_text .spalte3,
body.SEITE_8 .text_text .spalte3 {
	text-align: left;
}
.text_text img {
	max-width:100%;
	width:100%;
	height:auto;
}

.text_text .spalte a:not([href^="http"]) {
	display: block;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	margin: 10px 0;
}

.text_text .spalte a:hover {
	background-color: rgba(255,255,255,0.3);
}
.verlauf_blau_linear .text_text .spalte a,
.weiss_blau .text_text .spalte a { 
	color: rgba(79,124,176,1);
}
.verlauf_blau_linear .text_text .spalte a:not([href^="http"]),
.weiss_blau .text_text .spalte a:not([href^="http"]) { 
	color: rgba(79,124,176,1);
	border:1px solid rgba(79,124,176,0.5);
	box-shadow: 0px 0px 20px rgba(79,124,176,0.2);
}
.verlauf_braun_linear .text_text .spalte a,
.weiss_braun .text_text .spalte a { 
	color: rgba(87,80,68,1);
}
.verlauf_braun_linear .text_text .spalte a:not([href^="http"]),
.weiss_braun .text_text .spalte a:not([href^="http"]) { 
	color: rgba(87,80,68,1);
	border:1px solid rgba(87,80,68,0.5);
	box-shadow: 0px 0px 20px rgba(87,80,68,0.2);
}
.verlauf_blau_linear .text_text .spalte a:hover,
.weiss_blau .text_text .spalte a:hover { 
	background-color: rgba(79,124,176,0.1);
}
.verlauf_braun_linear .text_text .spalte a:hover,
.weiss_braun .text_text .spalte a:hover { 
	background-color: rgba(87,80,68,0.1);
}
body.SEITE_7 .text_text .spalte a,
body.SEITE_8 .text_text .spalte a {
	display: inline-block;
	padding: 0px;
	text-transform: inherit;
	text-decoration: underline;
	text-align: left;
	margin: 0;
	border:0 !important;
	box-shadow: none !important;
	background-color: transparent !important;
}

.text_text .spalte p {
	margin-bottom: 10px;;
}
.text_text .spalte strong,
.text_text .spalte b {
	font-weight: 600;
	font-size: larger;
}
.text_text .spalte em,
.text_text .spalte i {
	font-family: 'Source Serif Pro';
	font-style: normal;
	font-size: larger;

}
.text_text .spalte ul {
	padding-left: 20px;
	margin-bottom: 10px;;
}
.text_text .spalte ul li {
	padding-left: 20px;
}
.text_text table td:first-child {
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: top;
}

/* #####################   BOX - BOX - BOX - BOX   ###################### */

.dreier_boxen {
	min-height: 300px;
	display: flex;
	flex-direction: column;
	padding-top: 30px;
	padding-bottom: 40px;
}
.zweier_boxen {
	min-height: 100px;
	display: flex;
	flex-direction: column;
	padding-top: 0px;
	padding-bottom: 40px;
}
.box.extralink a {
	text-decoration: none;
	color: inherit;
}
.boxtitel {
	font-family: 'Source Serif Pro';
	font-size: 24px;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	margin: 20px auto;
}
.boxen {
	display: flex;
	flex-wrap: wrap;
}
.box {
	margin:24px;
	margin:1.5%;
	padding: 20px;
	text-align: center;
	font-size: 12px;
	width:30%;
	flex-grow: 1;
	background-color: rgba(255,255,255,0.25);
}
.box:hover {
	cursor:pointer;
}
.verlauf_blau_linear .box { 
	border:1px solid rgba(79,124,176,0.5);
	box-shadow: 0px 0px 20px rgba(79,124,176,0.2);
}
.verlauf_braun_linear .box { 
	border:1px solid rgba(87,80,68,0.5);
	box-shadow: 0px 0px 20px rgba(87,80,68,0.2);
}
.weiss_blau .box { 
	border:1px solid rgba(79,124,176,0.5);
	box-shadow: 0px 0px 20px rgba(79,124,176,0.2);
}
.weiss_braun .box { 
	border:1px solid rgba(87,80,68,0.5);
	box-shadow: 0px 0px 20px rgba(87,80,68,0.1);
}
.weiss_blau .box:hover { 
	background:rgba(79,124,176,0.1);
	cursor: pointer;
}
.weiss_braun .box:hover { 
	background:rgba(87,80,68,0.1);
	cursor: pointer;
}

.box p, .box span {
	font-size: 12px;
	margin-top: 10px;
}
.box:hover {
	background-color: rgba(255,255,255,0.75);
}
.box strong {
	font-size: 18px;
	font-weight: 600;
	line-height:16px;
}

/* #####################   navi - hamburger - button   ###################### */
#menu_button {
	position:absolute;
	z-index: 999;
	top:16px;
 	right:40px;
	overflow:hidden;
	margin:0;
	padding:0;
	appearance:none;
	box-shadow:none;
	border-radius:none;
	border:none;
	width:64px;
	height:64px;
	font-size:0;
	text-indent:-9999px;
	cursor:pointer;

}

#menu_button:focus {
	outline:none;
}

#menu_button span {
	display:block;
	position:absolute;
	top:30px;
	left:14px;
	right:14px;
	height:4px;
	background:rgba(87,80,68,1);
}

#menu_button span::before,#menu_button span::after {
	position:absolute;
	display:block;
	left:0;
	width:100%;
	height:4px;
	background-color:rgba(87,80,68,1);
	content:"";
	transition-duration:0.3s,.3s;
	transition-delay:0.3s,0;
}

#menu_button span::before {
	top:-10px;
	transition-property:top,transform;
}

#menu_button span::after {
	bottom:-10px;
	transition-property:bottom,transform;
}

#menu_button.open {
}

#menu_button.open span {
	background:none;
}

#menu_button.open span::before {
	top:0;
	transform:rotate(45deg);
}

#menu_button.open span::after {
	bottom:0;
	transform:rotate(-45deg);
}

#menu_button.open span::before,#menu_button.open span::after {
	transition-delay:0s,.3s;
	background-color:rgba(87,80,68,1);
	background-color:white;
}

/* ################## NAVIGATION ################## */ 

header .limit nav {
	display: none;
	z-index: 800;
	position: absolute;
	right:0;
	top:0;
	padding: 120px 0 20px 0;
	border: 1px solid black;
	text-align: center;
	background: rgba(255,255,255,0.9);
	background: rgba(87,80,68,1);
	/* background: rgba(79,124,176,1); */
	min-width: 360px;
}
header .limit nav ul {
	padding: 0px 0 40px 0;
	list-style-type: none;
}
header .limit nav ul li a{
	font-size: 18px;
	color: white;
	font-weight: 700;
}
header .limit nav ul li ul li a{
	font-weight: 300;
}
header .limit nav ul li a.rex-current,
header .limit nav ul li a:hover {
	color: rgba(255,255,255,0.5);
}


/* ################## RESPONSIVE ################## */ 

@media (max-width: 960px) {

.fotoheader {
	transform: scale(.75);
}

footer .limit {
	flex-wrap: wrap;
	gap:20px;
}
footer .spalte_1_4, footer .spalte_2_4, footer .spalte_3_4, footer .spalte_4_4 {
	width:50%;
}

footer .spalte_1_3, footer .spalte_2_3, footer .spalte_3_3, footer .spalte_100 {
	width:100%;
	text-align: center;
}

}


@media (max-width: 680px) {
/* h1 {
	transform: scale(.75);
} */
/* .fotoheader {
		flex-direction: column;
		background-image: none;
	} */
.fotoheader.limit {
		/* flex-direction: column; */
		background-image: none !important;
		padding: 0;
		min-height: 200px !important;
	}
.fotoheader .mobil {
		/* display: block; */
	}
.fotoheader .spalte1 {
		/* display: none; */
	}
.fotoheader .spalte2 {
		width:100%;
		padding: 40px;
	}


/* body.SEITE_1 .fotoheader .spalte,
body.SEITE_20 .fotoheader .spalte {
		color: #4f7cb0;
	} */
.boxen {
		flex-direction: column;
	}
.box {
    	width: auto;
    	flex-grow: 1;
		margin: 10px;
}
.text_text {
    flex-direction: column;
}
.text_text .spalte {
    width: 100%;
}
.text_text .spalte3 {
	max-width:100%;
}
footer .limit {
    flex-direction: column;
    align-items: start;
    min-height: 100px;
    padding: 40px 20px;
}
footer .spalte_1_4, footer .spalte_2_4, footer .spalte_3_4, footer .spalte_4_4 {
	width:100%;
	text-align: center;
}
}

@media (max-width: 440px) {
	header .limit {
		padding-left:20px;
	}
	header .limit a {
		font-size: 28px;
	}
	#menu_button {
    	top: 6px;
		right:10px;
	}
	.limit.fotoheader .spalte1.spalte {
		display: none;
	}
	.fotoheader .spalte2 h1,
	.fotoheader .spalte2 p {
    	hyphens: auto;
		text-align: center;
	}
	.fotoheader .spalte2 {
        padding: 40px 0;
    }
	body.SEITE_1 .limit.fotoheader .spalte1.spalte,
	body.SEITE_20 .limit.fotoheader .spalte1.spalte {
		display: block;
	}
}