/*CSS für fb3d*/

.uploader-inline {
	position: relative;
	margin: 20px 0;
	border: 4px dashed #c3c4c7;
}

.uploader-inline .close {
	background-color: transparent;
    border: 0;
    cursor: pointer;
    height: 48px;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    width: 48px;
    z-index: 1;
}

.uploader-inline .close::before {
	font: normal 30px/1 dashicons!important;
    color: #50575e;
    display: inline-block;
    content: "\f335";
    font-weight: 300;
    margin-top: 1px;
}

.uploader-inline h2 {
	font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    margin: 20px 0;
}

.uploader-inline h2,
.uploader-inline p {
    text-align: center;
}

#fb3d-file {
	margin: 20px auto;
    display: block;
    width: 182px;
}

#fb3d-file::-webkit-file-upload-button {
  visibility: hidden;
}
#fb3d-file::before {
	content: 'Dateien ausw\0000E4hlen';
	display: inline-block;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;

	text-align: center;
	width: 180px;
	font-size: 14px;
    min-height: 46px;
    line-height: 3.14285714;
	background: #f6f7f7;
    border: 1px solid #2271b1;
	border-radius: 3px;
}

#fb3d-file:hover::before {
    background: #f0f0f1;
    border-color: #0a4b78;
    color: #0a4b78;
}

.wp-list-table.animationen .column-preview {
	width: 100px;
}

.card,
.promotion {
	display: inline-block;
}

.promotion {
    float: right;
    text-align: right;
}