/*
    Theme Name: GIZ - Integrierter Unternehmensbericht 2018
    Theme URI: https://www.net-federation.de
    Description: Theme für GIZ Integrierter Unternehmensbericht 2018.
    Version: 1.0
    Author: NetFederation
    Author URI: https://www.net-federation.de
    Text Domain: giz_iub_2018
    Domain Path: /lang/

    Copyright: (c) 2018 NetFederation.
    License: GNU/GPL Version 2 or later.
    License URI: http://www.gnu.org/licenses/gpl.html
*/

#wpadminbar{
    top: auto;
    bottom: 0;
}

.blavatar {
	display:none;
}

#wpadminbar .menupop .ab-sub-wrapper, #wpadminbar .shortlink-input{
    bottom: 32px;
}

#wpadminbar .menupop .menupop .ab-sub-wrapper {
    bottom: 0;
}

body.admin-bar{
	padding-bottom:32px;
}

#wp-admin-bar-customize {display: none;}

.image-element.center{
	text-align:center;
}
.image-element.fit-half{
	margin: 0 auto;
}
.image-element.no-caption .caption{
	display: none;
}

body.ajaxpage #nf-tickets-create{
	display: none;
}

.mediathek__title, .mediathek__indices p:nth-child(1){
	width: 60%;
}

.mediathek__indices p, .mediathek__check{
	width: 30%;
	text-align: right;
	word-break: break-all;
}

/* Custom Table Classes */
table.all-left td,
table.table__main.all-left thead th,
table.table__main.all-left p,
table.table__main.all-left a{
	text-align: left;
}
table.all-top td{
	vertical-align: top;
}

.table__main thead th:first-child {
	padding-left: 0;
}

/* margins */
.margin-bottom-0 {
	margin-bottom: 0;
}