.texttoggle.active {
	display: block;
}
.texttoggle {
	display: none;
}
.mehr2 {
    border: 1px solid #222;
    font-family: Merriweather Sans;
    font-weight: 600;
    color: #FFF;
    display: inline-block;
    margin: 0px auto;
    padding: 10px 0px;
    text-align: center;
    width: 125px;
    background: none repeat scroll 0% 0% #222;
    text-transform: uppercase;
}

/*
 werke details: titel, masse
 die style vorher waren absolut positioniert mit fixer H�he, das wird bei jedem Text gesprengt
*/
.workDetails {
 font-weight:normal; 
 margin-top:8px;
}

/* k�nstler-werke: medienfilter */
.filterNormal {
    padding: 4px 8px;
    text-decoration: none;
}
.filterNormal:hover {
    color: #333;
    text-decoration: none;
}
.filterActive {
    padding: 4px 8px;
    background: none repeat scroll 0% 0% #222;
    color: #FFF;
}

/*
	anker url#xxx funktionieren nicht, weil sie unter der oberen Men�leiste positioniert werden
*/	
.anker {
/*  display: block;*/
   height: 69px; /*same height as header*/
   margin-top: -69px; /*same height as header*/
/*  visibility: hidden;*/
}
 .errMsg {
 color:#ff0000;
 }

/* korrekturen */

.werk_details .thumbnail_nav{
    clear:both;
}

/*	http://beta.kunst-archive.de/de/wvz/baldur_schoenfelder/works?v=grid&start=0&q=&group=date&filter=all&hpp=25&medium=8
	Weil sonst das Wvz in die Technikbeschreibung läuft
	schrott umsetzung: zwei div mit absoluter Positionierung !!
*/
section.grid .grid_content.list_view ul li .details {
	top: 96px;
}


/* 
	http://beta.kunst-archive.de/de/wvz/t_lux_feininger/literature
	Damit tabellen einen richtigen tabellenkopf haben mit dem man arbeiten kann
*/
.liste thead tr { border-bottom: 1px solid #222222; }
.liste.thead tr td { text-align: left; font-size: 13px; color: #222222; font-family: 'Merriweather Sans'; font-weight: 800; }
.liste.thead tr:hover td { background: transparent; }
/* vorhanden �nderungen r�ckg�ngi machen */
.liste.thead tr td { text-align: left; font-size: 13px; color: #222222; font-family: 'Merriweather Sans'; font-weight: 800; }
.liste tr:first-child:hover td { background: #e3e3e3; }


/*
	http://skl3/artfilo_custom/ariesArchive/www/de/wvz/t_lux_feininger/vita
	Das logo soll den kasten ganz f�llen
*/
#header .navigation .left .logo, header .navigation .left .logo { width: 67px; height: 67px; padding: 0px; display: block; border-right: 1px solid #bcbcbc; float: left; }
section.grid .navi .left .logo { width: 67px; height: 67px; padding: 0px; display: block; border-right: 1px solid #bcbcbc; float: left; 
}
	
	
/*
	http://skl3/artfilo_custom/ariesArchive/www/de/wvz/t_lux_feininger/works?v=grid&start=0&q=&group=name&filter=all&hpp=25&medium=
	Listview text mehr in die mitte ger�ckt
*/
section.grid .grid_content.list_view ul li .title, section.grid .grid_content.list_view ul li .details { position: absolute; top: 30px; left: 550px; max-width: 500px !important; }



/*
	weniger Platz f�r den Einleitungstext bei den Werke des K�nstler
 	http://skl3/artfilo_custom/ariesArchive/www/de/wvz/t_lux_feininger/works
 */
section.intro {
    margin-top: 75px;
}
section.grid {
     margin-top: 50px;
}
section.intro .cut h2 {
    font-size: 36px;
}


/*
	damit bei Akkordeon klarer wird wo man klicken mu� zum auf-/zuklappen
*/
.ui-accordion-header:hover {
	background-color:#000;
	color:#fff;
}
section.intro .cut {
	width:60%;
	margin: 0 auto;
	left:120px;
	m_argin-left: 120px !important;
}


/*
	text l�uft in navigationspfeil am rechten rand
	http://beta.kunst-archive.de/de/wvz/t_lux_feininger/methods
*/
section #accordion h3 {
	padding-right:40px;
}


/*
	damit das bild auf der startite noch vergr��ert wird
	http://skl3/artfilo_custom/ariesArchive/www/de
*/	
section.bg_image, .bg_image {
	//background-size:auto;	
	//background-repeat: no-repeat;
}



/*
	auf der Startseite die "arbeiten sie mit "box ausblenden
	http://skl3/artfilo_custom/ariesArchive/www/de
*/	
.start .table .right {
	display: none;
}
.start .table .left {
	width: 100%;
}

.externalHref{
    color:#000;
}

.externalHref:after{
    content: url("../img/icon-external.png");
    /* icon by Dave Gandy at http://www.flaticon.com/free-icon/external-link-symbol_25284*/
    margin: 0 0 0 10px;
}

.externalHref{
    color:#000;
}

.externalHref:after{
    content: url("../img/icon-external.png");
    /* icon by Dave Gandy at http://www.flaticon.com/free-icon/external-link-symbol_25284*/
    margin: 0 0 0 10px;
}

section.werk_details .inventar {
    top: 8px;
}

.awImgContainer{
    position:relative;
}

.awImgContainer .readMore {
    position: absolute;
    right: -10px;
    bottom: -10px;
    background-color: #ffffa6;
    padding: 5px;
    display: block;
    width: 20px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #eee;
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.75);
    font-family: Merriweather, serif !important;
    font-weight: 600;
}

section.grid .abschnitt li a{
    display:table;
}

section.grid .abschnitt li a .title{
    max-width:100%;
    display:table-caption;
    caption-side: bottom;
}

section.grid .abschnitt li a .title span.year{
    display:block;
}

