/* css for constructionwork frontend */

#content .baustellen-wrapper a::before {
    content: none;
}

.onoffswitch-box {
    clear: left;
}
.baustellen-wrapper .onoffswitch {
    float: left;
    position: relative;
    width: 70px;
    padding-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.baustellen-wrapper .onoffswitch-label {
    width: 98%;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 8px;
	position: relative;
}
.baustellen-wrapper .onoffswitch > input {
    display: none;
}
.baustellen-wrapper .onoffswitch > input:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.baustellen-wrapper .onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}
.baustellen-wrapper .onoffswitch-inner::before,
.baustellen-wrapper .onoffswitch-inner::after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
        padding-left: 0px;
    line-height: 20px;
    font-size: 12px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.baustellen-wrapper .onoffswitch-inner::before {
    content: "An";
    padding-left: 10px;
    background-color: #15AB1F;
    color: #FFFFFF;
}
.baustellen-wrapper .onoffswitch-inner::after {
    content: "Aus";
    padding-right: 10px;
    background-color: #E00000;
    color: #FFFFFF;
    text-align: right;
}
.baustellen-wrapper .onoffswitch > input:checked + .onoffswitch-label .onoffswitch-switch {
    right: 6px;
}
.baustellen-wrapper .onoffswitch-switch {
    display: block;
    width: 11px;
    margin: 0;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 8px;
    position: absolute;
    top: 2px;
    bottom: 2px;
	right: 37px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.baustellen-wrapper input[type="checkbox"] + label,
.baustellen-wrapper input[type="radio"] + label {
    display: inline-block;
    margin: 0;
    vertical-align: baseline;
}

.baustellen-wrapper .switch-wrapper {
    margin: 0 0 20px;
}

.baustellen-wrapper .baustellen-table-wrapper {
    font-size: 18px;
	overflow-x: auto;
	margin: 0 0 1em;
}
.baustellen-wrapper .baustellen-table-wrapper th,
.baustellen-wrapper .baustellen-table-wrapper td {
    vertical-align: top;
	padding: 5px;
	border: 1px solid #fff;
}
.baustellen-wrapper .baustellen-table-wrapper th {
    color: #fff;
	background-color: #003b4d;
	text-align: center;
}
.baustellen-wrapper .baustellen-table-wrapper th:nth-of-type(4),
.baustellen-wrapper .baustellen-table-wrapper th:nth-of-type(5) {
    min-width: 200px;
}
.baustellen-wrapper .baustellen-table-wrapper td:first-of-type {
    font-weight: bold;
}


.baustellenkarte-load-info {
    background: #7598a8;
    padding: 20px;
    color: #fff;
	text-align: center;
	margin-bottom: 25px;
}
#content .baustellenkarte-load-info a:not([class^="leaflet"])::before,
.baustellenkarte-load-info a:not([class^="leaflet"])::before {
    border-left-color: #fff;
}
#content .baustellenkarte-load-info a,
.baustellenkarte-load-info a {
    color: #fff;
}
#content .baustellenkarte-load-info a:not([class^="leaflet"]):hover::before,
.baustellenkarte-load-info a:not([class^="leaflet"]):hover::before {
    border-left-color: #003b4d;
}
#content .baustellenkarte-load-info a:hover,
.baustellenkarte-load-info a:hover {
    color: #003b4d;
}
.baustellenkarte-load-info .vc-swor-button-wrap {
    margin: 20px 0 5px;
    max-width: 100%;
}
#content .baustellenkarte-load-info a.vc-swor-button::before,
.baustellenkarte-load-info a.vc-swor-button::before {
    border: none;
    width: unset;
    height: unset;
    -webkit-transform: unset;
    border-style: unset;
    border-width: unset;
    border-color: unset;
    content: "";
    display: unset;
    margin: unset;
    vertical-align: unset;
}
#content .baustellenkarte-load-info a.vc-swor-button.vc-swor-button-color-white,
.baustellenkarte-load-info a.vc-swor-button.vc-swor-button-color-white {
    border: 1px solid #003b4d;
    color: #003b4d;
    background-color: #fff;
}
#content .baustellenkarte-load-info a.vc-swor-button,
.baustellenkarte-load-info a.vc-swor-button {
    font-family: FuturaLight, sans-serif;
    padding: 11px 20px;
    font-size: 22px;
    line-height: 27px;
    display: inline-block;
    transition: all 0.2s;
}
#content .baustellenkarte-load-info a.vc-swor-button.vc-swor-button-color-white:hover,
.baustellenkarte-load-info a.vc-swor-button.vc-swor-button-color-white:hover,
#content .baustellenkarte-load-info a.vc-swor-button.vc-swor-button-color-white:active,
.baustellenkarte-load-info a.vc-swor-button.vc-swor-button-color-white:active {
    color: #fff;
    background-color: #003b4d;
    text-decoration: none;
}