

p.avtext {}  h1.avtext, h2.avtext, h3.avtext, h4.avtext, h5.avtext {}    
/*------------------------------------------------------------------------------------*/  /* WIDGETS */  /*------------------------------------------------------------------------------------*/    .widget{   	margin-bottom: 20px;  }      /*------------------------------------------------------------------------------------*/  /* VIMEO VIDEO  */  /*------------------------------------------------------------------------------------*/    .vimeo-video{  	background-color: black;  	padding: 0px 0px 0px 0px;  	margin: 0px;  	width: 100%;  	height: 280px;  	position: relative;  	overflow: hidden;  }    .vimeo-video iframe{  	border: 0px solid green;  	padding: 0px;  	margin: 0px;  	background-color: black;  	width: 100%;  	height: 100%;  	/*width: 375px;  	height: 235px;*/  }    /*------------------------------------------------------------------------------------*/  /* YOUTUBE */  /*------------------------------------------------------------------------------------*/      .youtube-embed{  	width: 100%;  	height: 280px;  }      .youtube-embed iframe{  	width: 100%;  	height: 100%;	  }      /*------------------------------------------------------------------------------------*/  /* ISSUU BOOK */  /*------------------------------------------------------------------------------------*/    .issuu-book{  	background-color: white;  	padding: 0px 0px 0px 0px;  	margin: 0px;  	height: 285px;  	position: relative;  	overflow: hidden;  }    .issuu-book iframe{  	border: 0px solid green;  	padding: 0px;  	margin: 0px;  	background-color: white;  	/*width: 375px;  	height: 235px;*/  }    .default .issuu-book{  	/*height: 222px;*/  	width: 345px;  	height: 222px;    }    .default .issuu-book iframe{  	/*width: 355px;  	height: 222px;*/  }        
/*------------------------------------------------------------------------------------*/  /* SUCHE */  /*------------------------------------------------------------------------------------*/      .search-results{  	margin: 20px 0px 25px 0px;  }      .search-pages{  	padding-bottom: 15px;  	color: #999;  	font-size: 0.98em;  }      .search-pages .button{  	color: #999;  	text-decoration: none;  }          