/* OLD STUFF */
span.room::before
{
	content: '\f19c';
}

span.email::before
{
	content: '\f0e0';
}

span.tel::before
{
	content: '\f095';
}

span.room, span.email, span.tel
{
	color: rgb(66, 65, 67) !important;
}

span.room::before, span.tel:before, span.email::before
{
	margin-right: 5px;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
}


.widget-area #mitarbeiter ul li a
{
    width: 90%;
    padding: 10px;
}

section.widget_mitarbeiter h2.widget-title
{
	padding: 5px;
	color: #ffffff;
	background-color: #0072c8;
}
section.widget_mitarbeiter ul li:nth-child(6n+5) {
	border-bottom: none;
}
#mitarbeiter .widget-title {
    padding: 10px 10px 10px 30px;
}
.kontakt-information {
	display: none;
}
/* NEW STUFF */
.leftside {
    width:29%;
    float:left;
    margin-right: 1%;
}
.rightside {
    width:70%;
    float:left;
}
.rightside div {
    margin-bottom:5px;
}
.right-accordion {
    width: 35%;
    margin-right:5%;
    float:left;
}
.right-accordion div {
    cursor: pointer;
}
.rightside .right-accordion div {
    padding:5px;
}
.rightside .right-accordion .active {
    padding:20px 0;
    cursor: default;
    border-color:green;
}
.right-selection {
    width: 60%;
    float:left;
}
#stl_cont {
    width:100%;
    height:200px;
    margin:0 auto;
    border: 1px solid black;
}
.right-accordion span.step-1, .right-accordion span.step-2, .right-accordion span.step-3, .right-accordion span.step-4, .right-accordion span.step-5 {
    display: none;
}
.right-selection .step-1, .right-selection .step-2, .right-selection .step-3, .right-selection .step-4, .right-selection .step-5 {
    display: none;
}
.right-accordion span.stepTitle {
    display: block;
}
.right-accordion span.stepActive {
    font-weight: bold;
}
.right-selection .active, .right-accordion span.active {
    display: block;
}
.error {
    color:red;
}
#pod_canvas {
    width:302px;
    height:402px;
    border: 1px solid black;
}
.color-square {
    height:22px;
    width:22px;
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}
.add-color-name {
    float: left;
}
.add-color-square {
    margin-top:0;
    margin-bottom: 5px;
}
.add-color input {
    float: left;
    margin-top: 2px;
    margin-right: 5px !important;
}
.colorDefault {
    float: left;
    margin-top: 2px;
    margin-right: 5px !important;
}
.hideme {
    display: none !important;
}
.info-box label {
    font-weight: normal;
}
.info-box hr {
    margin:5px 0;
}
#file {
    padding:0;
}
#infillSlider {
    cursor: pointer;
}
body.page-id-455 .container, div.container, .et-container {
    max-width: 100%;
}
.rightside .right-accordion .step-4 .add-color {
    padding:0;
}
.rightside .right-accordion .step-4 .clearer {
    padding:0;
    margin:0;
}