/* ===== Pseudo-Klassen, um verschiedene Devices zu detektieren ... ======= */

.media-detect { /*{{{*/
  position: absolute;
  width: 1px;
  height: 1px;
  top: -100px;
  left: -100px;
}/*}}}*/

.media-detect-mobile-small {/*{{{*/
  display: none;
}/*}}}*/
@media only screen and (max-device-width: 320px) {/*{{{*/
  .media-detect-mobile-small {
    display: inherit !important;
  }
}/*}}}*/

.media-detect-mobile-medium {/*{{{*/
  display: none;
}/*}}}*/
@media only screen and (min-device-width: 321px) and (max-device-width: 375px) {/*{{{*/
  .media-detect-mobile-medium {
    display: inherit !important;
  }
}/*}}}*/

.media-detect-mobile-large {/*{{{*/
  display: none;
}/*}}}*/
@media only screen and (min-device-width: 376px) and (max-device-width: 425px) {/*{{{*/
  .media-detect-mobile-large {
    display: inherit !important;
  }
}/*}}}*/

.media-detect-tablet {/*{{{*/
  display: none;
}/*}}}*/
@media only screen and (min-device-width: 426px) and (max-device-width: 768px) {/*{{{*/
  .media-detect-tablet {
    display: inherit !important;
  }
}/*}}}*/

.media-detect-desktop {/*{{{*/
  display: none;
}/*}}}*/
@media only screen and (min-device-width: 769px) and (max-device-width: 1000px){/*{{{*/
  .media-detect-desktop {
    display: inherit !important;
  }
}/*}}}*/

.media-detect-desktop-large {/*{{{*/
  display: none;
}/*}}}*/
@media only screen and (min-device-width: 1001px) {/*{{{*/
  .media-detect-desktop-large {
    display: inherit !important;
  }
}/*}}}*/


/* ----------------
 * body / global
 * ----------------
 */
body { /*{{{*/
	min-height: 100%;
	margin: 0;
	padding: 0;
	min-width: 320px;
	/* border: 1px solid #ff0; */
}/*}}}*/




p, h1, h2, img, a {/*{{{*/
	text-align: left;
	border: 0px;
	margin-top: 0;
	width: auto%;
}/*}}}*/
h2 {/*{{{*/
	margin: 0 0;
}/*}}}*/

iframe {
	width: 100%;
	height: 300px;
}


/* ----------------
 * Body Container
 * ----------------
 */

.body-container {/*{{{*/
	display: -webkit-flex;
	-webkit-flex-flow: column nowrap;
	-webkit-justify-content: space-between;

	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;

	width: 100%;
	min-height: 100vh;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0;
}/*}}}*/


.logo {/*{{{*/
	display: -webkit-flex;
	-webkit-flex-flow: row nowrap;
	-webkit-justify-content: flex-start;

	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;

	overflow: hidden;
	max-width: 995px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0;
}/*}}}*/
a.logolink, a.logolink:hover {/*{{{*/
	overflow: hidden;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}/*}}}*/

/* ----------------
 * Header-item
 * ----------------
 */
.header {/*{{{*/
	margin: 0;
	width: auto;

  border-width: 1px;
  border-bottom-style: solid;
  border-top-width: 0px;
  border-bottom-width: 1px;
	border-bottom-color: rgba(28, 78, 156,0.5);
}/*}}}*/

/* ----------------
 * Navigation
 * ----------------
 */
.navigation {/*{{{*/
	display: -webkit-flex;
	-webkit-flex-flow: column nowrap;
	-webkit-justify-content: center;

	display: flex;
	flex-flow: column nowrap;
	justify-content: center;

	overflow: hidden;
	max-width: 965px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 0px;
}/*}}}*/	
@media screen and ( max-width: 990px ) {/*{{{*/
	.navigation {
		padding: 10px 10px 10px 10px;
	}
}/*}}}*/

.navigation a {/*{{{*/
	white-space: nowrap;
	text-decoration: none;
	margin-right: 40px;
}/*}}}*/
.navigation a:hover {/*{{{*/
	text-decoration: none;
}/*}}}*/
.navigation a.active {/*{{{*/
	text-decoration: none;
}/*}}}*/


.zeile_a, .zeile_b {/*{{{*/
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
	-webkit-align-content: space-between;

	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: space-between;
	width: 100%;
}/*}}}*/
.zeile_b {/*{{{*/
	margin-top: 10px;
}/*}}}*/

/* ----------------
 * sitenav
 * ----------------
 */
.sitenav {/*{{{*/
	text-align: left;
	margin: 0 0 15px 10px;
}/*}}}*/
.sitenav ul {/*{{{*/
	display: inline;
	padding: 0;
}/*}}}*/
.sitenav li {/*{{{*/
	margin-left: 0;
	margin-right: 10px;
	padding: 5px 0px;
	display: inline;
}/*}}}*/
.sitenav a.sitenav {/*{{{*/
	text-decoration: none;
}/*}}}*/
.sitenav a.sitenav:hover {/*{{{*/
	text-decoration: none;
}/*}}}*/



/* ----------------
 * Content
 * ----------------
 */
.content {/*{{{*/
	-webkit-flex-grow: 1;
	flex-grow: 1;

	max-width: 1000px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}/*}}}*/
.content h1 {/*{{{*/
	margin: 0 0 7.5px 0;
}/*}}}*/
.content a {/*{{{*/
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}/*}}}*/



.eyec-wrapper {/*{{{*/
	text-align: center;
	padding: 0 10px 0 10px;
}/*}}}*/
.eyec-el1 p, .eyec-el2 p, .eyec-el3 p {/*{{{*/
	width: 100%;
	padding: 0;
}/*}}}*/
.eyec-el3 p.right {/*{{{*/
	text-align: right;
}/*}}}*/
.eyec-el1 {/*{{{*/
	overflow: hidden;
	display: block;
	text-align: left;
	float: left;
	width:33%;
	margin:0;
}/*}}}*/
.eyec-el2 {/*{{{*/
	overflow: hidden;
	display: block;
	text-align: left;
	float: left;
	width:33%;
	margin:0;
}/*}}}*/
.eyec-el3 {/*{{{*/
	overflow: hidden;
	display: block;
	text-align: left;
	width:33%;
	margin:0;
}/*}}}*/
@media screen and ( max-width: 820px) {/*{{{*/
	.eyec-el1 {
		display: none;
		width:0;
	}
	.eyec-el2, .eyec-el3 {
		width:49%;
	}
}/*}}}*/


/* ----------------
 * element wrapper
 * ----------------
 */
.element-wrapper {/*{{{*/
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-webkit-align-items: flex-start;
	-webkit-align-content: space-between;

	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: space-between;
	padding: 0px 10px;
}/*}}}*/

#l1-fahne1-aussen,
#l1-fahne2-aussen,
#l1-fahne3-aussen {/*{{{*/
	-webkit-flex: 0 0 300px;
	flex: 0 0 300px;
	margin-top: 25px;
}/*}}}*/

#l1-fahne1-aussen,
#l1-fahne2-aussen {/*{{{*/
	margin-right: 25px;
}/*}}}*/

@media only screen and (min-device-width: 571px) and (max-device-width: 644px) {/*{{{*/
	#l1-fahne1-aussen,
	#l1-fahne2-aussen,
	#l1-fahne3-aussen {
		-webkit-flex: 0 0 316px;
		flex: 0 0 316px;
		margin-right: 0px;
	}
}
@media only screen and (max-device-width: 570px) {/*{{{*/
	#l1-fahne1-aussen,
	#l1-fahne2-aussen,
	#l1-fahne3-aussen {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		margin-right: 0px;
	}
}



#l2-fahne1-aussen {
	-webkit-flex: 0 0 600px;
	flex: 0 0 600px;
	margin-right: 70px;
}
#l2-fahne2-aussen {
	-webkit-flex: 0 0 300px;
	flex: 0 0 300px;
	margin-right: 0px;
}
#l2-fahne2-aussen img {
	width: 300px;
	margin: 0.5em 0 0 0;
}
@media screen and ( max-width: 1000px ) {
	#l2-fahne1-aussen {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}
	#l2-fahne2-aussen {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}
	#l2-fahne2-aussen img {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}
}

#fahne-preview p {
	padding-top: 0;
	padding-bottom: 2em;
}
@media screen and ( max-width: 1000px ) {
	#fahne-preview {
		margin-top: 2.5em;
	}
}



#l3-fahne1-aussen {
	-webkit-flex: 0 0 600px;
	flex: 0 0 600px;
	margin-right: 70px;
}
@media screen and ( max-width: 1000px ) {
	#l3-fahne1-aussen {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}
	#l3-fahne2-aussen {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}
	#l3-fahne2-aussen img {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}
}

#img-mobil {
	visibility: hidden;
	width: 100%;
	height: 0;
}
#img-mobil img {
	width: 100%;
}
#img-desktop {
	visibility: visible;
	width: 300px;
}
@media screen and ( max-width: 1000px ) {
	#img-mobil {
		visibility: visible;
		height: auto;
	}
	#img-desktop {
		visibility: hidden;
		height: 0;
	}
}



/* ===== "Fahne" (3 geschachtelte <div>s) ================================= */

div.fahne-aussen {
}

div.fahne-mitte {
}

div.fahne-innen {
}

/* ===== Elemente der "Fahne" ============================================= */

/* ----- Kasten ... ------------------------------------------------------- */
/* Am Kopf der "Fahne" steht ein Kasten in dem                              */
/*                                                                          */
/* - eine Aufzaehlung der Highlights                                        */
/*                                                                          */
/* stehen koennen.                                                          */
/*                                                                          */
/* <div class="fahne-kasten">                                               */
/*   <ul>                                                                   */
/*     <li>Aufzaehlungspunkt 1</li>                                         */
/*     <li>Aufzaehlungspunkt 2</li>                                         */
/*     <li>Aufzaehlungspunkt n</li>                                         */
/*   </ul>                                                                  */
/* </div>                                                                   */
/*                                                                          */
/*                                                                          */

div.fahne-kasten {
  box-sizing: border-box;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
//  padding: 1.75em;
  padding: 0.5em;
//  margin-top: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.75em;
}

//div.fahne-kasten > h1 {
//  -webkit-margin-after: 0;
//  -webkit-margin-before: 0;
//}
//
//div.fahne-kasten p {
//  padding-bottom: 0;
//  -webkit-margin-after: 0;
//  -webkit-margin-before: 0;
//}

div.fahne-kasten ul {
  list-style-type: none;
	padding-left: 0.5em;
	margin-top: 0;
	margin-bottom: 0;
  /* -webkit-padding-start: 1.5em; */
	-webkit-padding-start: 0.5em;
	-webkit-margin-after: 0;
	-webkit-margin-before: 0;
}

div.fahne-kasten ul li {
	text-align: left;
}

/* ----- ... Kasten ------------------------------------------------------- */

/* ----- Inhalt der Fahne ... --------------------------------------------- */
/* Im restlichen Inhalt der "Fahne" befinden sich                           */
/*                                                                          */
/* - die Ueberschrift                                                       */
/* - Abschnittsueberschriften                                               */
/* - Bilder                                                                 */
/* - Paragrafen mit Text                                                    */
/*                                                                          */
/* <h1>Ueberschrift</h1>                                                    */
/* <h2>Abschnitts-Ueberschrift</h2>                                         */
/* <img src="Bild.jpg>                                                      */
/* <p>Text ...</p>                                                          */
/* <p>Text ...</p>                                                          */
/* <p>Text ...</p>                                                          */
/*                                                                          */
/*                                                                          */

div.fahne-innen
h1 {
	-webkit-margin-after: 0;
	-webkit-margin-before: 0;
	margin-top: 0;
  margin-bottom: 0.75em;
}

div.fahne-innen
h2 {
	margin-top: 0;
	margin-bottom: 0;
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
div.preview
h2 {
	margin-top: 0;
	margin-bottom: 0;
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}

div.fahne-innen
p {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
	margin-top: 0;
	margin-bottom: 0;
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
div.preview
p {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
	margin-top: 0;
	margin-bottom: 0;
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}

div.fahne-innen
img {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
div.preview
img {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

div.fahne-innen
img.index {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
	margin: 0.5em 0 0 0;
}

/* ----- ... Inhalt der Fahne --------------------------------------------- */



.normal-el1 {/*{{{*/
	-webkit-flex-grow: 2;
	-webkit-flex-basis: 60%;

	flex-grow: 2;
	flex-basis: 60%;

	overflow: hidden;
	text-align: left;
	display: block;
	padding-right: 15px;
	max-width: 600px;
	margin-right: 70px;
}/*}}}*/
@media screen and ( max-width: 820px) {/*{{{*/
	.normal-el1 {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		padding-right: 0px;
	}
}/*}}}*/
@media screen and ( max-width: 690px) {/*{{{*/
	.normal-el1 {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		padding-right: 0;
		margin-right: 0;
	}
}/*}}}*/

.normal-el1 h1 {/*{{{*/
	margin: 0 0 25px 0;
}/*}}}*/
.normal-el1 a {/*{{{*/
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}/*}}}*/
.normal-el1 ul {/*{{{*/
	list-style-position: outside;
	margin-left: 31px;
	padding-left: 0;
}/*}}}*/

.normal-el1 li {/*{{{*/
	max-width: 470px;
	text-align:left;
	margin-top:6.5px;
	margin-bottom:6.5px;
	margin-left:0px;
	margin-right:0px;
}/*}}}*/

.normal-el2 {/*{{{*/
	-webkit-flex-grow: 1;
	flex-grow: 1;

	overflow: hidden;
	display: block;
	text-align: left;
	float: none;
	max-width:300px;
}/*}}}*/



.normal-el2-mob img, .normal-el2 img {
	width: 300px;
}
@media screen and ( max-width: 982px) {/*{{{*/
	.normal-el2 {
		visibility: hidden;
		width: 300px;
		height: 0;
	}
}/*}}}*/

.normal-el2-mob {/*{{{*/
	overflow: hidden;
	display: block;
	text-align: left;
	float: none;
	max-width:300px;
	margin: 0;
	padding: 0;
}/*}}}*/
.normal-el2-mob p {/*{{{*/
	width: auto;
}/*}}}*/
@media screen and ( max-width: 820px) {/*{{{*/
	.normal-el2-mob {
		width: auto;
		margin-top: 25px;
		margin-left: auto;
		margin-right: auto;
	}
}/*}}}*/


.desktop {/*{{{*/
	margin-left: 0px;
	margin-right: 0px;
	max-width: 600px;
	width: 600px;
}/*}}}*/




p.small {/*{{{*/
	margin-top:11.0px;
	margin-bottom:5.5px;
	margin-left:0px;
	margin-right:0px;
}/*}}}*/

.rechts {/*{{{*/
	float: right;
	margin-right: 35px;
}/*}}}*/
.links {/*{{{*/
	float: left;
}/*}}}*/
.clear {/*{{{*/
	float: none;
	clear: both;
	height: 25px;
}/*}}}*/


img.partnerimages,
img.partnerimages-prev {/*{{{*/
	width: auto !important;
	min-width: auto !important;
	height: auto !important;
	margin-right: 30px;
}/*}}}*/
img.partnerimages-prev {/*{{{*/
	display: block !important;
}/*}}}*/


/* ----------------
 * tables
 * ----------------
 */
table.referenzen {/*{{{*/
	width:540px;
}/*}}}*/
table.referenzen td {/*{{{*/
	text-align: center;
	vertical-align: middle;
	height: 130px;

}/*}}}*/
table.referenzen img {/*{{{*/
	max-width: 160px;
	max-height: 110px;
}/*}}}*/

/* ----------------
 * spacer
 * ----------------
 */
.spacer {/*{{{*/
	height: 10px;
	width:100%;
	clear:both;
}/*}}}*/

.beratungs-spacer {/*{{{*/
	height: 0px;
	margin: 0 0;
	padding: 0 0;
	width: 0;
}/*}}}*/
@media screen and ( max-width: 820px) {/*{{{*/
	.beratungs-spacer {
		height: 35px;
	}
}/*}}}*/
@media screen and ( max-width: 599px) {/*{{{*/
	.beratungs-spacer {
		height: 60px;
	}
}/*}}}*/
@media screen and ( max-width: 426px) {/*{{{*/
	.beratungs-spacer {
		height: 65px;
	}
}/*}}}*/


/* ----------------
 * footer
 * ----------------
 */
.footer {/*{{{*/
	text-align:center;
	margin-top: 20px;
	padding: 10px 10px 5px 10px;
  border-width: 1px;
  border-top-style: solid;
  border-bottom-width: 0px;
	border-top-color: rgba(28, 78, 156,0.5);
}/*}}}*/
.footer p {/*{{{*/
	text-align:center;
	margin-top:11.0px;
	margin-bottom:5.5px;
	margin-left:0px;
	margin-right:0px;
	margin: 5px 0px;
}/*}}}*/
.footer a {/*{{{*/
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}/*}}}*/
#contact-footer {/*{{{*/
	text-align: center;
}/*}}}*/
#contact-footer a {/*{{{*/
	text-decoration: none;
}/*}}}*/
#contact-footer a:hover {/*{{{*/
	text-decoration: none;
}/*}}}*/


/* ----------------
 * eyecatcher
 * ----------------
 */
#eyecatcher {/*{{{*/
	display: inline-block;
	width: 100%;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}/*}}}*/
#eyecatcher h1 {/*{{{*/
	text-align: center;
}/*}}}*/
#eyecatcher img {/*{{{*/
	margin: 0;
	padding: 0;
}/*}}}*/

#axslider {/*{{{*/
	width: 776px;
	height: 150px;
	margin:0 auto;
}/*}}}*/
@media screen and ( max-width: 820px) {/*{{{*/
	#axslider {
		margin-top: 15px;
	}
}/*}}}*/
@media screen and ( max-width: 550px) {/*{{{*/
	#axslider {
		margin-top: 5px;
	}
}/*}}}*/

.eyecatcher-en {/*{{{*/
	text-align:left;
	display: inline-block;
	width: 850px;
	height: 194px;
	margin-left: 0;
	background-image:url(Bilder/eyecatcher.ErsteVersion_776x194_en.jpg);
}/*}}}*/
.eyecatcher-en img {/*{{{*/
	margin: 0;
	padding: 0;
}/*}}}*/
@media screen and ( max-width: 820px) {/*{{{*/
	.eyecatcher-en {
		width: 380px;
		height: 130px;
		background-image:url(Bilder/eyecatcher.ErsteVersion_380x130_en.jpg);
	}	
}/*}}}*/
@media screen and ( max-width: 550px) {/*{{{*/
	.eyecatcher-en {
		width: 350px;
		height: 130px;
		background-image:url(Bilder/eyecatcher.ErsteVersion_350x130_en.jpg);
	}	
}/*}}}*/
@media screen and ( max-width: 350px) {/*{{{*/
	.eyecatcher-en {
		width: 290px;
		height: 130px;
		background-image:url(Bilder/eyecatcher.ErsteVersion_290x130_en.jpg);
	}	
}/*}}}*/




/* ----------------
 * impressum
 * ----------------
 */
.impressum {/*{{{*/
	clear: both;
}/*}}}*/
.impressum table {/*{{{*/
	border: 1px solid #e1e0ee;
	border: none;
	margin: 0;
	padding: 0;
}/*}}}*/
.impressum th {/*{{{*/
	border: none;
	text-align: left;
	margin: 0;
}/*}}}*/
.impressum tr {/*{{{*/
	border: none;
	margin: 0;
}/*}}}*/
.impressum tr.dark {/*{{{*/
	border: none;
	margin: 0;
}/*}}}*/
.impressum td {/*{{{*/
	border: none;
	text-align: left;
	vertical-align: top;
	width: 257px;
	padding: 4px 0px 2px 2px;
	height: 42px;
	margin: 0;
}/*}}}*/
.impressum img {/*{{{*/
	height: 41px;
	margin: 0;
	padding: 0;
}/*}}}*/



/* ----------------
 * Hacks
 * ----------------
 */
/* Hacks für IE7 *//*{{{*/
*+html .navigation {
	visibility: hidden;
}
*+html .start-el2 {
	margin-left: 35px;
}
*+html .mobil {
	visibility: hidden;
}
*+html .mobil-nav {
	visibility: visible;
	width: auto;
	text-align: left;
}
*+html ul {
	text-align: left;
	margin: 0px;
}/*}}}*/


/* vim:set foldmethod=marker */

