/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* Wrapper */
.zuordnung-badge {
    background-color: #131d46;
}

/* Label */
.zuordnung-label {
	text-transform: uppercase;
    font-size: 18px;
    color: #131d46;
	font-family: roboto-600;
	line-height: 1;
    background-color: #ffffff;
    border: 3px solid #131d46;
    padding: 6.75px 11px 5.25px 39px;
	margin: 12px 0 15px -28px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 3px center;
    background-size: 26px 26px;
}

/* Icons */
.zuordnung--news {
    background-image: url("http://design.portatec.de/wp-content/uploads/grafiken/news-icon.png");
}
.zuordnung--vilmill {
    background-image: url("http://design.portatec.de/wp-content/uploads/grafiken/vilmill-icon.png");
}






/* Custom Tabelle */
.table-custom{
    margin: 0 10px;
}
.table-custom strong{
    font-family: roboto-600;
}
.table-custom tr:first-child td{
    border-top: 3px solid #131d46;
}
.table-custom td {
	border-right: 1px solid #131d46;
	border-bottom: 1px solid #131d46;
    vertical-align: top;
}
.table-custom td:first-child {
    width: 50%;
    padding: 3px 3px 3px 0;
	border-right: 1px solid #131d46;
}
.table-custom td:last-child {
    width: 50%;
	padding: 3px 3px 3px 5px;
}
.table-custom tr td:last-child {
	border-right: none;
}








