html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

body {
	font-family: 'myriadmmall', Verdana, Arial, Helvetica, sans-serif;
	font-weight:  400;
	background-image: url();
	background-repeat: no-repeat;
	background-position: 0px top;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	
	/*background-image: steht im home.html*/

}


#fancycheck{
	display:none;
}



.fancybox-caption{
	padding:0;
	padding-bottom:20px;
  	color: #000;
 	border-top: 0;
}
 

.fancybox-bg {
  background: #ffffff;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
 }

.fancybox-button {
	 background: none; 
}

.fancybox-navigation button {
  background: none; 
 }

.fancybox-navigation button:before {
	content: "";
	background: none; 
 }


.fancybox-caption__body{
	padding:5%;
}

.fancybox-caption-wrap{
	background:none;
}


.fliesstextklein{
	
}

.fliesstextmittel{
	
}

.fliesstextgross{
	
}

.fliesstextauflistung{
	
}

.bgrot{
	background-color:#dab5ba;
}

.bggruen{
	background-color:#acdcc2;
}

.bgblau{
	background-color:#acb5dc;
}

.bggelb{
	background-color:#e7e5bf;
}

.bggrau{
	background-color:#d4d4d4;
}

.bgorange{
	background-color:#fac9a2;
}

.pop{  /* auf ein bild um fancybox zu triggern */
	cursor:pointer;
}

u {
	text-decoration:none;
	border-bottom:1px solid #bfbfbf;
}


b{
	font-family: 'myriadmmall', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
}

strong{
	font-family: 'myriadmmall', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
}

p{
	display:inline;
}

.hidden{
	display:none;
}

#dlzeile{
	width:100%;
	overflow: hidden;
}

#dlvor {
	width:7%;
	float:left;
	overflow:visible;
}

#dlnach {
	width:93%;
	float:left;
}


a img { /* blauer Rahmen weg. */
	border: none;
}

button{
	outline:none;
}

body a{
	color: #878787;
	text-decoration:none;
}

a:active {
	color: #878787;
}

a:hover {
	color: #cccccc;
}

a:focus { 
    outline: none; 
}

button:focus { 
    outline: none; 
}

button::-moz-focus-inner {
  border: 0;
}

.qv, .qu, .hv {
	width:97%;
}

.grau{
	color: #878787;
}

.schwarz{
	color: #000000;
}

.parserot{
	color:#ff0000;
}

h1{
	font-weight: normal;
	margin-top: 0;	 /* Durch Verschieben des oberen Rands wird das Problem behoben, dass Ränder aus dem zugehörigen div-Tag geraten können. Der übrig gebliebene untere Rand hält ihn getrennt von allen folgenden Elementen. */
	font-size: 15px;
}


h2 {
	font-weight: normal;
	
}

h3 {
	font-weight: normal;
	
}

.rechtsbuendig{
	text-align:right;
}

/*##################divs und defs*/


#container { /*  die totale seite   */
	position:relative;
	width: 1000px;
	/*background: #FFF;*/
	margin: 0 auto; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. Er ist nicht erforderlich, wenn Sie die Breite von .container auf 100 Prozent setzen. */
	overflow: visible; 
	min-height:100vh;
	padding-left:20px;
	/*border:1px solid;*/
}

#header{  
	width: 560px;
	height:122px;
	margin-top:0px;
	/*border:1px solid;*/
	padding-left:180px;
}

#titel{
	width: 560px;
	height:22px;
	/*border:1px solid;*/
	padding-left:174px;
}


/*####farbe####farbe####farbe####farbe*/

#suche input{
	/*background-color: #eeeeee;*/
	border:1px solid #eeeeee;
}

#logo, #logo a, #footer, #article{
	color: #333333;
}

#logo{
	
	height:30px;
	width: 480px;
	padding-bottom:0px;	
	margin-bottom:5px;
}

.logotypo{
	font-family: 'myriadmmall', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size:24px;
	letter-spacing:10px;
}

.videoiframe, iframe{
	border:0px;
	width:100%;
	margin-bottom:-10px;
}

#homesprachen{
	position:relative;
	z-index:100;
	padding-left:585px;
	padding-top:23px;
}

#sprachenliste{
	min-height:10px;
	padding-bottom:0px;
}

.sprachenaktiv {
	font-size: 16px;
	color: #878787;
	text-decoration: none;
	font-weight: bold;
}
.sprachenlink {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


hr {
	border:0px solid;
	border-bottom: 1px solid #333333;
	margin-bottom:10px;
}

.trennstrich{
	margin-bottom:30px;
	margin-top:50px;
}

#suche{
	margin-top:10px;
	margin-bottom:30px;
	height:25px;
	width:100%;
}

#suche input{
	height:16px;
	width:100px;
	padding:3px;
	padding-left:5px;
	margin-left:-5px;
	color:#000;
}

#tanchors div{
	float:left;
	width:140px;
	/*background-color:green;*/
}

#article {
	float: left;
	width: 800px; 
	min-height:650px;
	overflow:hidden;
	margin-bottom:40px;
	/*border:1px solid;*/
}

#footer{
	width:100%; 
	min-height:50px;
	overflow:hidden;
	margin-bottom:50px;
}

.anchorstojumpto{
	/*background-color:red;*/
	height:0px;
}

.ctwraptitel {
	width:100%;
	min-height:10px;
	overflow:hidden;
}


.ctwrap {
	width:100%;
	min-height:10px;
	overflow:hidden;
	//margin-bottom:50px;
}

.bldsl {
	width:100%;
}

.bldsl img{
	width:100%;
}

.bildunterschrift{
	padding-top:0px;
	padding-bottom:14px;
}

.blddiv9{
	float:left;
	width:22%;
	padding-right:calc(2% - 2px);
	margin-bottom:10px;
}

.blddiv{
	width: 100%;
	margin-bottom:10px;
}

.ctspalte {
	width: 200px;
	//margin-right:2%;
	float:left;
	transition: all 400ms ease;
	//margin-bottom:50px;
}

.ctgleichespalte {
	width: 47%;
	margin-right:3%;
	transition: all 400ms ease;
	float:left;
}

.ctdoppelspalte {
	width:500px;
	margin-right:70px;
	float:left;
	transition: all 400ms ease;
	margin-bottom:15px;
}

.ctvollebreite{
	width:100%;
}

.slick2{
	width: 96%;
	height: auto;
}





