
/* Allgemein gültige Angaben für alle Displays */




@charset utf-8;
* {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	font-weight: 300;
	-webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    word-wrap: break-word;
    word-wrap: break-word;
		
	
}





.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	line-height: 1;
	display: inline-flex; vertical-align: middle;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	padding: 0 0 3px 0;
	margin:0;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}







a, a:focus {
	color: #3b5969;
	text-decoration: underline dotted #557784;
	outline: none;
	
	 
}



b, strong {
	font-weight: 400;
	
}
.clear {
	clear: both
}
html {
	background: #e3eeee;
	overflow-y: scroll;
	overflow-x: hidden;
	min-height: 100%;
	}
body {
    -webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke:1px transparent;
}


hr {border-bottom: 1px #7ba0a4 solid}


#wrapper {
	position: relative;
	margin: auto;
	margin-top: 0px;
	width: 95%;
	max-width: 1000px;
	min-height: 100%;
	height: auto !important
}
#balken {
	width: 100%;
	height: 70px;
	background-color: #7ba0a4;
	position: absolute;
	margin-top: 25px;
	-webkit-box-shadow: 0 5px 5px -5px black;
	-moz-box-shadow: 0 5px 5px -5px black;
	box-shadow: 0 5px 5px -5px black;
}
/* Standard-Formate für die Desktop-Ansicht */
.dots {
	position: absolute;
	top: 5px;
	right: 0;
	width: 60px;
	height: 15px;
	background: repeating-linear-gradient(  to right,  #3b5969 0,  #3b5969 25%,  #557784 25%,  #557784 50%,  #7ba0a4 50%,  #7ba0a4 75%,  #b1b1b0 75%,  #b1b1b0 100%  );
}

h1, h2, h3, h4, h5 {border-left: 0px solid #557784;padding-left: 10px; color: #3b5969}

h1, h1 i {
	
	
	font-size: 32px;
	font-weight: 300;
	line-height: 1.2;
	background: #fff;
	padding: 5px 10px 5px 10px;
	z-index:88;
	
}

h2, h2 i {
	
	font-size: 22px;
	font-weight: 300;
	background: #fff;
    line-height: 1.5;
	padding: 5px 0 7px 10px;
	z-index:88;
	}
	
	h2 i {
	
	font-size: 22px;
	font-weight: 300;
	background: #fff;
    line-height: 1.5;
	padding: 5px 0 7px 0px;
	z-index:88;
	}





h3, h3 i {
	font-size: 22px;
	font-weight: 300;
	background: #fff;
    line-height: 1.5;
	padding: 5px 0 7px 10px;	
	border-bottom: 1px solid #7ba0a4;
}



h4, h4 i {
	
	font-size: 18px;
	font-weight: 400;
    line-height: 1.2;
	padding: 20px 0 7px 0px;	
	border-bottom: 1px solid #7ba0a4;
	
}
h5, h5 i {
	background: #fff;
    line-height: 1.5;
	padding: 1px;	
	font-size: 12px;
	font-weight: 300;
	color: #999;
}


h6, h6 i {
	text-align: left;
	font-size: 10px;
	font-weight: 300;
	padding: 0px;

}




.fs_xs, .fs_xs i {
    font-size: 12px!important;;
    padding: 0;
	}

.fs_s, .fs_s i   {
    font-size: 14px!important;
    padding: 0; 
}




.fs_m, .fs_m i{
    font-size: 16px!important;;
    padding: 0px;
}
.fs_l, .fs_l i{
    font-size: 18px!important;;
    padding: 0;
}
.fs_xl, .fs_xl i {
    font-size: 20px!important;;
    padding: 0px;
}

.fs_xxl   {
    font-size: 24px!important;;
    padding: 0px;
}

.fs_xs b, .fs_s b, .fs_m b, .fs_l b, .fs_xl b, .fs_xxl b,
.fs_xs b i, .fs_s b i, .fs_m b i, .fs_l b i, .fs_xl b i, .fs_xxl b i, p strong,  p strong em  {font-weight: 400!important;;}



table{margin-top: 20px;
border-collapse: collapse;
font-size: 14px;
}

table td {
	border-bottom: 1px #7ba0a4 solid; 
	vertical-align: top;
	padding: 2px; 
	text-align: left;
	}


tr:nth-child(even) {background-color: #e6e6e6;}




/* Container für die Suchmaske und die Sprachauswahl */

#top-container {
	height: 25px
}
/* Kopfleiste der Desktopansicht */

.header {
	width: 100%;
	height: 70px;
	background-color: #7ba0a4;
	margin-bottom: 10px;
	position:relative;
	
}
/* Kopfleisten-Logo der Desktopansicht */

.header .brand {
	position: relative;
	float: left;
	height: 70px;
	width: 225px;
	background-image: url(bihl_logo.gif);
	background-repeat: no-repeat;
	border-left: 1px solid #E6E6E6;
}
/* Navigation der Desktopansicht sihe nav.css*/


/* Titelbild unter der Kopfleiste (12 zu 3)*/
#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: -100%;
	-webkit-box-shadow: 0 5px 5px -5px black;
	-moz-box-shadow: 0 5px 5px -5px black;
	box-shadow: 0 5px 5px -5px black;
	margin-bottom: 10px;
	z-index: -25;
}
#slider:before {
	content: "";
	display: block;
	padding-top: 25%
}
#slider img {
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0px;
	margin:auto;
	
}
 @keyframes kenburns {
 0% {
 opacity: 1;
}
 50% {
 transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
 opacity: 1;
}
}

#slider img{
	animation: kenburns 150s infinite;
}



.logo {
	display:block;
	background: #3b5969;
	padding: 0 5px;
	color: #e6e6e6;
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 20;
	xxxbackground-image: url(bihl_logo_klein.png);
	xxxbackground-repeat: no-repeat;
	xxxwidth: 160px;
	xxxheight: 50px;
}

/* Themenfilter */

.ccm-block-topic-list-flat-filter {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	display: inline-block;
	font-size: 12px;
	padding: 0px
}
.ccm-block-topic-list-flat-filter ol li {
	float: left;
	list-style: none;
	padding: 0 10px;
	line-height: 25px;
	border-right: 1px solid #95a89c
}
.ccm-block-topic-list-flat-filter li:last-child {
	border-right: 0px solid #95a89c
}
.youtube {
	width: 50%;
	height: 252px;
	background: red;
}
/* Seiteninhalt Standardseite */

#content {
	
	position: relative;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	}

#language {
	
	}





#text {
	height: auto;
	width: 100%;
	margin-top: 10px;
	color: #3b5969;
	float: left;	
	font-size: 16px;
}


#text p {
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 6px;
	line-height: 1.5;
	padding-right: 20px;
	}

#text p i {
	font-size: 16px;
	line-height: 1.5;
	
	
}
#text ul li {
	list-style-type: disc;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	padding-left: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 20px;
}
#text ul li i {
	font-weight: 300;
}

#text ol li {
	list-style-type: decimal;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 300;
	padding-left: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 20px;
}
#text ol li i {
	font-weight: 300;
}


.sperrung{letter-spacing: 3px; padding: 0 3px 0 0;}



 #text a #direktlink {
	width: 100%;
	line-height: 30px;
	padding: 0 10px;
	text-align: left;
	background: #7ba0a4;
	color: #ececec;
	margin-top: 10px;
	margin-bottom: 10px;
text-decoration: underline  dotted #7ba0a4;
	  text-transform: uppercase;
    -webkit-box-shadow: 0 5px 5px -5px black;
    -moz-box-shadow: 0 5px 5px -5px black;
    box-shadow: 0 5px 5px -5px black;

}








/* Rechte Seitenleiste Standardseite */

#service {
	position: relative;
	top: 20px;
	margin-bottom:10px;
	padding:10px 0px 10px 10px;
	width: 34%;
	min-height: 100px;
	float: right;
	border-left: 1px solid #7ba0a4;
	color: #3b5969;
	text-align: left;
	
}





#service img {
		position: relative;
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 300px;
	
}

#service .file{margin-top: 10px;width: 100%; height: auto; min-height: 40px;float: left; padding: 5px 0; border-top: 1px solid #7ba0a4; border-bottom: 1px solid #7ba0a4;}
#service a .file:hover{background: #cde8ea;}
#service .filetype {width: 30px; height: 30px; overflow: hidden; float:left; margin-right: 10px;margin-top:5px;}
#service .filetype img {position: relative; max-width: 90px;	max-height: 90px;}




#parent a {
	width: 100%;
	position: relative;
	line-height: 30px;
	padding: 0 10px;
	text-align: left;
	background: #7ba0a4;
	color: #ececec;
	margin-bottom: 10px;
	float: left;
	text-decoration: none;
    -webkit-box-shadow: 0 5px 5px -5px black;
    -moz-box-shadow: 0 5px 5px -5px black;
    box-shadow: 0 5px 5px -5px black;


}

#parent a:hover {
background: #557784;
}


 a #sonderlink {
	width: 100%;
	position: relative;
	line-height: 30px;
	padding: 0 10px;
	text-align: left;
	background: #7ba0a4;
	color: #ececec;
	 border-left: 5px solid #990000;
	 border-right: 5px solid #990000;
	margin-bottom: 10px;
	text-decoration: none;
	 text-transform: uppercase;
    -webkit-box-shadow: 0 5px 5px -5px black;
    -moz-box-shadow: 0 5px 5px -5px black;
    box-shadow: 0 5px 5px -5px black;


}

 a #sonderlink:hover {
background: #557784;
}

.sonderlink_meldung{border-top: 1px dotted white;text-align: center;text-transform: none;font-size: 14px;}



#geo a {
	width: 100%;
	line-height: 30px;
	padding: 0 10px;
	text-align: left;
	background: #7ba0a4;
	color: #ececec;
	margin-bottom: 10px;
	float: left;
	text-decoration: none;
	background-image: url(google-maps.gif);
	background-position: right 1px bottom 1px; 
    background-repeat: no-repeat;
	
    -webkit-box-shadow: 0 5px 5px -5px black;
    -moz-box-shadow: 0 5px 5px -5px black;
    box-shadow: 0 5px 5px -5px black;
}




#geo a:hover {
   
	background: #557784;
	background-image: url(google-maps.gif);
	background-position: right 1px bottom 1px; 
    background-repeat: no-repeat;
}






/* Accordeon-Link */





.acco, .acco i, .acco a {
	width: auto;
	line-height: 22px;
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0;
	display: inline-block;
	position: relative;
}

.acco:after {
	 
	content: "\00a0|\00a0mehr\00a0>>";
	
	
}
.acco:hover {
	cursor: pointer;
}



.acco.active{}


.acco.active:after {
        content: "\00a0|\00a0<<\00a0weniger";
		
}



.acco-liste, .acco-liste i {font-size: 14px!important;}

.acco-liste .acco{
font-weight: 300!important;
margin: 0;
padding:5px;
border-bottom: 1px #7ba0a4 solid;
font-size: 14px;
}
.acco-liste .acco i{
font-weight: 300!important;
}

.acco-liste div.panel.show {
	opacity: 1;
	font-size: 16px!important;
	height: auto;
	max-height: 5000px;
	margin-bottom: 0px;
	border-bottom: 1px solid #557784;
	background: white;
	padding-bottom:10px;
	margin-top: 00px;
	clear: both;
	padding: 10px;
	
	
	
	
}

.acco-liste div.panel.show i {font-size: 16px!important;}



div.panel.show .autor {font-size: 12px!important; border-top: 1px solid #557784;}


div.panel.show .autor i {font-size: 12px!important;}





/* Accordeon-Inhaltscontainer verborgen */
div.panel {
	max-height: 0px;
	overflow: hidden;
	opacity: 0;
	position: relative;
	clear: both;
}


/* Accordeon-Inhaltsconteiner geöffnet */
div.panel.show {
	opacity: 1;
	height: auto;
	max-height: 10000px;
	margin-bottom: 0px;
	border-bottom: 0px solid #557784;
	background: white;
	margin-top: 30px;
	clear: both;
	padding: 10px;
	
}

div.panel.show p{
		
	font-size: 16px !important;
	padding: 5px 0 5px 0;
	margin:0 !important;
	
}


div.panel.show img{
	padding-top: 5px;
	
	max-height: ;
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}





.acco2, .acco2 i, .acco2 a {
	width: auto;
	line-height: 22px;
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0;
}

.acco2:after {
	 
	content: "mehr >>";
	
	
}
.acco2:hover {
	cursor: pointer;
}



.acco2.active{}


.acco2.active:after {
        content: "<< weniger";
}

div.panel2 {
	max-height: 0px;
	overflow: hidden;
	opacity: 0;
	position: relative;
	clear: both;
}


/* Accordeon-Inhaltsconteiner geöffnet */
div.panel2.show2 {
	opacity: 1;
	height: auto;
	max-height: 10000px;
	margin-bottom: 0px;
	border-bottom: 0px solid #557784;

	margin-top: 00px;
	clear: both;
	padding: 00px;
	
}

div.panel2.show2 p{
		
	font-size: 16px !important;
	padding: 5px 0 5px 0;
	margin:0 !important;
	
}

div.panel2.show2 img{
	padding-top: 5px;
	
}







/* Downloadliste */


.download {width: 100%; height: auto; position: relative; float: left;}
.download_item {padding: 10px 0;width: 100%; height: auto; float: left; border-bottom: 1px solid #7ba0a4;position: relative;}
.download img {float:left;-webkit-box-shadow: none!important; -moz-box-shadow: none!important;box-shadow: none!important;}
.download_text {margin-left: 70px; position: relative;}
.download_facts {margin-left: 70px; margin-top: 0px;position: relative;height: auto; }

.download .filetype {width: 30px; height: 30px; overflow: hidden; float:left;padding: 0; }
.download .filetype img {position: relative; margin-top: 0px!important;padding-top: 0px!important;}

.preview {padding-left: 10px;float: left; height: 30px;}
.preview img {position: absolute; left: 30px; z-index: 998888; display: none;}
.preview:hover img{position: absolute; left: 30px; z-index: 998888; display: block;}
.panel.show .download {padding-bottom: 80px; }
.acco_download {padding-bottom: 20px;border-bottom: 1px solid #7ba0a4;}


.miniatur {padding-left: 10px;float: left; height: 30px;}
.miniatur img {position: absolute; left: 30px; z-index: 998888; display: none;}
.miniatur:hover img{position: absolute; left: 30px; z-index: 998888; display: block;}



.bilder {width: 100%; height: auto; position: relative; float: left;}
.bilder_item {padding: 10px 0;width: 100%; height: auto; float: left; border-bottom: 1px solid #7ba0a4;position: relative;}

.bilder_text {}
.bilder_facts {margin-top: 0px;height: auto; }

.bilder_bild {position: relative;width: 100px; height: auto; float:left; margin-right: 10px;}

.bilder_bild img {margin-top: 0!important;padding-top: 0!important;height: auto;max-height: 100%;max-width: 100%;margin-top: -10px; -webkit-box-shadow: none!important; -moz-box-shadow: none!important;box-shadow: none!important;}




/* Galerie */

/* Hauptcontainer */
.gal {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	position: absolute;
}
/* Container für das Bild */
.gal_pic {
	width: 20%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	padding-right: 10px;
	border-right: 1px solid #557784
}
/* Gallerie-Bild */
.gal_pic img {
	position: relative;
	-webkit-box-shadow: 0 5px 5px -5px black;
	-moz-box-shadow: 0 5px 5px -5px black;
	box-shadow: 0 5px 5px -5px black;
	width: 100%;
}
/* Container für die Bildbeschreibung */
.gal_text {
	width: 80%;
	max-width: 600px;
	height: 100%;
	float: left;
	padding: 10px;
	font-size: 14px;
	line-height: 1.3;
	background: rgba(200, 200, 200, 0.2);
	margin: 0;
}
/* Container für den Urhebernamen */
.gal_art {
	position: absolute;
	width: auto;
	padding: 5px;
	bottom: 0px;
	right: 0px;
	font-size: 10px;
	line-height: 1.3;
	background: rgba(200, 200, 200, 0.5)
}
/* Fussleiste */

#footer {
	border-top: 1px solid #557784;
}
#footer, #footer a, #footer b {
	margin: 30px 0;
	line-height: 30px;
	float: both;
	font-size: 12px;
	color: #3b5969;
	
}
#foot {
	border-top: 1px solid #557784;
}
#foot, #foot a, #foot b {
	margin: 10px 0;
	line-height: 30px;
	float: both;
	font-size: 12px;
	color: #3b5969;
	text-align:center;
	
}

FN:before {
	color: #3b5969;
	font-size : 11px;
	letter-spacing : 1px;
	content : "© 2019: Brahms-Institut an der Musikhochschule Lübeck";
}




#liste {
	border-top : 1px solid #557784;
	padding : 10px 0;
	height : auto;
	clear : both;
}
#liste img {
	max-width : 180px;
	max-height : 220px;
	margin : 0 0 5px 0;
	float : left;
	border: 0px;
}

#listentext {
	margin-left : 200px;
}

#listentext b i {
	font-style : italic;
	font-weight : 700;
}


#genese {
	font-size : 14px;
}
#genese br {
	margin-top : 10px;
}
.luebeck {
	color : #cc0000;
}
.kiel {
	color : #009900;
}






.formular{padding-bottom: 20px;margin-bottom: 20px; border-bottom: 1px solid #557784; float: left; width: 100%; font-size: 14px;}

.feldtitel{width: 14.5%; float: left; text-align: right; font-size: 12px;margin-bottom: 10px;line-height: 25px;}

.select{width: 84.5%; float: right; font-size: 14px;margin-bottom: 10px;height: 25px;}

.input{width: 85%; float: right; padding-left: 5px;margin-bottom: 10px; line-height: 25px; font-size: 14px;}

.select-sorter{width: 20%; font-size: 12px; float: right; height: 30px;margin-top: 10px;background: none}

.submit {float: left; margin-left: 15%; width: 85%; height: 30px; text-align: center; background: #7ba0a4; color: #fff;margin-top: 10px;}

.submit:hover{background: #557784;cursor: pointer;}

.ergebnis{float: left; height: auto; width: 100%; margin-top: 10px; }

.ergebniswert{padding: 0 5px;width: 80%; float: right; height: auto; font-size: 14px; background: white}
.ergebniswert a {}

.ergebnistitel{padding: 2px 0; width: 19.5%;float: left;text-align: right;height: auto; font-size: 12px;}



.ergebnistitel img{width: 100%}






.backwards {padding: 0 10px; float: left;display: inline-block; width: auto; height: 30px; text-align: center; background: #7ba0a4; color: #fff;margin-bottom: 10px;}
.forwards {padding: 0 10px; float: right;display: inline-block; width: auto; height: 30px; text-align: center; background: #7ba0a4; color: #fff;margin-bottom: 10px;}

.backwards:hover, .forwards:hover{background: #557784;cursor: pointer;}



.videolink{
	margin-top: 10px;
display: inline-block;
width: auto;
background: #7ba0a4; 
line-height: 30px;
padding: 0 10px;
}
a .videolink {
color: white;
text-decoration: none;
}

.videolink:hover{
background: #557784}





.scrollicon{
display: block;
text-align: center;
text-decoration:none;

width:50px;
height:50px;
border-radius:50%;

background:#557784;
opacity:0.5;

position:fixed;
bottom:10%;
right:calc(10% - 25px);
display:none;
border:3px solid #fff;
z-index:1000;

}
.scrollicon div{
display: block;
font-weight:bold;
font-size:28px;
color:#fff;
padding-top:1px;
line-height: 50px;
}






@media screen and (max-width: 1024px) {
/* Standard-Formate für die Tablet-Ansicht */
h1, h1 i {
	font-size: 26px;
}
h2, h2 i {
	font-size: 20px;
}
h3, h3 i {
	font-size: 18px;
}
h4, h4 i {
	font-size: 16px;
	font-weight: 400
}
h5, h5 i {
	font-size: 12px;
	font-weight: 300
}
/* Kopfleiste der Tablet-Ansicht */

#balken {
	display: none;
}
.header {
	height: 50px;
	
}
/* Kopfleisten-Logo der Tablet-Ansicht */
.header .brand {
	position: relative;
	float: left;
	height: 50px;
	background-size: auto 50px
}
/* Navigation der Tablet-Ansicht */
.header nav ul li a {
	padding: 0 10px;
	line-height: 50px;
	font-size: 12px
}
.header nav ul ul li a {
	line-height: 30px;
	font-size: 12px
}



.feldtitel{width: 15%; }

.select{width: 80%; }

.input{width: 80%; }

.submit {margin-left: 20%; width: 80%; }



}

@media screen and (max-width: 700px) {
/* Abweichende Allgemeine Einstellungen für die Smartphoneansicht */
@keyframes kenburns {
 0% {
 opacity: 1;
}
 50% {
 transform:none;
 opacity: 1;
}
}

#wrapper {
	margin-top: 0px;
	width: 100%;
}




#top-container {
	display: none;
}

#balken{display: none;}


/* Kopfleiste der Smartphoneansicht */

header {
	height: 50px;
	position: relative;
	background:xxxred;
	
}
/* Kopfleisten-Logo der Smartphoneansicht */
header .brand {
	width: 100%;
	height: 50px;
	background-size: auto 50px;
}
/* Navigation der Smartphoneansicht */


/* Titelbild unter der Kopfleiste für die Startseite (12 zu 4) */
#slider {
	margin-top: 42px; box-shadow: none;
}

.logo {
	display: none;
}

/* Standard-Formate für die Smartphone-Ansicht */

h1  {border-left: 0px solid #557784;padding:0px 10px 0 10px;}
h2  {border-left: 0px solid #557784;padding:0 10px 5px 10px;}
h1, h1 i {
	
	font-size: 26px; font-weight: 300;line-height: 1.2; }
h2, h2 i {
	
	font-size: 18px;
	
}
h3, h3 i {
	
	font-size: 18px;
}
h4, h4 i {
	font-size: 16px;
	font-weight: 400
}
h5, h5 i {
	font-size: 12px;
	font-weight: 300
}

.fs_xs {
        font-size: 12px;
        padding: 0;
		margin-top: 3px;
    }
    .fs_s {
        font-size: 14px;
        padding: 0;
    }
    .fs_m {
        font-size: 16px;
        padding: 0px;
    }
    .fs_l {
        font-size: 18px;
        padding: 0;
    }
    .fs_xl {
        font-size: 20px;
        padding: 0px;
    }
/* Seiteninhalt Standardseite Smartphone */
#text {
	width: 100%;
	margin-top: 0px;
	padding: 0 10px;
	min-height: 20px!important;
	
}
#text p {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5;
	padding: 5px 0px;
}
#text p i {
	font-size: 14px;
	line-height: 1.5
}
#text ul li {
	font-size: 14px;
	margin-bottom: 14px;
	line-height: 1.2
}
#text ul li i {
	font-size: 14px;
	margin-bottom: 14px;
	line-height: 1.2
}



#text_center, #content #text_center p {
	font-size: 14px;
	margin-bottom: 14px
}
/* rechte Seitenleiste (nach unten versetzt) Standardseite Smartphone */






.loader{display: none;}


#service {
	width: 100%;
	float:left;
	margin-top: 20px;
	padding: 5px 10px;
		
}
/* Themenfilter für die Smartphone-Ansicht */
.ccm-block-topic-list-flat-filter ol {
	background: none;
}
.ccm-block-topic-list-flat-filter ol li {
	padding: 0px;
	border: 0px;
}
.ccm-block-topic-list-flat-filter ol li a {
	color: white;
	font-size: 12px;
	line-height: 25px;
	background: #5a7683;
	margin-right: 5px;
	margin-bottom: 5px;
	width: auto;
	float: left;
	list-style: none;
	border: 0px;
	padding: 0px 10px;
}
.ccm-block-topic-list-flat-filter li:last-child {
	border: 0px
}


/* Accordeon-Link */




.acco, .acco i, .acco a {
	
	margin: 0 0 0 0!important;}
	




/* Accordeon-Inhaltscontainer verborgen */
div.panel {
	max-height: 0px;
	overflow: hidden;
	opacity: 0;
	position: relative;
	clear: both;
	border: 0px;
    padding: 5px!important;
}


/* Accordeon-Inhaltsconteiner geöffnet */
div.panel.show {
	opacity: 1;
	max-height: 10000px;
	margin-bottom: 0px;
	border-bottom: 0px;
	background: white;
	clear: both;
}

div.panel.show p{
		
	font-size: 14px !important;
	padding: 0px 0px 5px 0px;
	margin:0 !important;
	
}

div.panel.show img{
	padding-top: 5px;
	-webkit-box-shadow: 0 5px 5px -5px black;
	-moz-box-shadow: 0 5px 5px -5px black;
	box-shadow: 0 5px 5px -5px black;
		
	
}


div.panel2.show2 p{
	font-size: 14px !important;
	padding: 0px 0px 5px 0px;
	margin:0 !important;
	
}




/* Downloadliste */


.download {width: 100%; height: auto; position: relative; float: left;}
.download_item {padding: 10px 0;height: auto; float: both; border-bottom: 1px solid #7ba0a4;position: relative;}
.download img {float:none;}
.download_text {margin-left: 35px; position: relative;}
.download_facts {margin-left: 35px; margin-top: 5px;position: relative;height: auto;  }
.preview {display: none;}




.ergebnistitel{text-align: left; width: 100%;font-size: 12px; padding-left: 0;}
.ergebniswert{width: 100%;padding:5px;padding:0;}
.ergebnistitel img{width: 40%; margin-bottom: 10px;}





.feldtitel{width: 15%; }

.select{width: 80%; }

.input{width: 80%; }

.submit {margin-left: 20%; width: 80%; }






#liste {
	border-top : 1px solid #557784;
	padding : 10px 0;
	height : auto;
	clear : both;
}
#liste img {
	max-width : 50%;
	max-height : auto;
	margin : 0 0 5px 0;
	float : none;
	border: 0px;
}

#listentext {
	margin-left : 0px; font-size: 13px;
}

#listentext b i {
	font-style : italic;
	font-weight : 700;
}


#genese {
	font-size : 13px;
}
#genese br {
	margin-top : 10px;
}








#footer, #footer a, #footer b {
	margin: 10px 0;
	line-height: 20px;
	float: both;
	font-size: 9px;
	color: #3b5969;
	
}






}

@media print {
  
  #balken, #ccm-toolbar, .header, #slider, #nav, #pl_flex, #pl_fley_100, #pl_flex_float, #pl_flex_next, #footer, .ccm-notification-help-launcher{display:none}
  h1, h2 {padding-left: 0; color: black}
  * {color: black; }
  #text {width: 100%!important;}
  #text p, #text p i {font-size: 12px;}
  #service {width: 100%!important; border-left:none;}
  .bild{width: 100%; padding:5%;display: inline-block;position: relative;border-top: 1px solid grey}
  .bild img {max-width: 45%!important; float: left;position: absolute;}
  .capt{max-width: 45%;float:right;padding: 0}
}