:root {
	--main-bg-color:#efefef;
	--main-primary-color:#003e76;
	--main-primary-light-color:#004b8f;
	--main-secondary-color:#e96e33;	
}

/* Sprachmenue */
ul#lang_wrap {
	display:block;
	position:static;
	text-align:right;
}
ul#lang_wrap li {
	display:inline-block;
}
.lang_btn {
	background-color: #003e76 !important;
}
.lang_btn:hover {
	background-color: #e96e33 !important;
}
/* Sprachmenue Ende */

body, html {
	background-color:#efefef;
}

li.done span.round-tab {
	border: 6px solid #003e76 !important
}

li.active span.round-tab {
	border: 6px solid #e96e33 !important
}

li.disabled span.round-tab {
	border: 6px solid #cccccc !important
}

.wizard li.active:after {
	border-bottom-color: #e96e33;
}

.content__error {
	opacity:0.85;
}



#filter_accordion .ui-state-active, #sugg_accordion .ui-state-active, .ui-state-active, select option:selected {
	background-color: #003e76 !important;
	border-color: #003e76 !important;
}

/* Bootstrap-Items */
.btn, .btn-primary {
	background-color: #003e76;

}

.btn-light {
	width: 65%;
	background-color: #004b8f;
}
@media only screen
and (max-device-width: 480px)
{
    .btn-light {
        width: 65% !important;
    }
}

@media only screen
and (max-device-width: 600px)
{
    .btn-light {
        width: 65% !important;
    }
}

.btn:active, .btn:focus, .btn:hover {
	background-color: #e96e33 !important;
}

.btn-light:active, .btn-light:focus, .btn-light:hover {
	background-color: #004b8f !important;
}

.btn.disabled:hover,
.btn[disabled]:hover {
	background-color: #003e76 !important;
}

.panel .panel-heading {
	background-color: #003e76 !important;
}
/* Bootstrap-Items  Ende*/

/* Custom */
div#su-header1 {
	width: 100%;
	height: 60px;
	background-color: #003e76;
	padding: 15px;
	position: fixed;
	top: 0px;
	z-index: 1100;
}

div#su-header2 {
	width: 100%;
	height: 60px;
	background-color: #004b8f;
	border-bottom: 2px solid #e96e33;
	position: fixed;
	top: 60px;
	z-index: 1100;
}

div#su-header2-text {
	color: #fff;
	font-size: 20px;
	padding: 15px 10px;
	margin-left: 10px;
}

div.wrapper {
	margin-top: 100px !important;
}

.pull-right, .pull-left {
	width: 35%;
	background-size: 24px auto;
}
.onehundred {
	width: 100%;
	border: 1px solid #fff;
}
.fifty {
	width: 49%;
	border: 1px solid #fff;
}

#filter_accordion .ui-state-active, #sugg_accordion .ui-state-active {
    background-color: #e96e33;
    border-color: #e96e33;
    color: #fff;
}

.pull-right {
    background-repeat: no-repeat;
    background-image: url(../images/ic_next.svg)!important;
    background-size: 18px auto;
    background-position: 90%;
}

.pull-left {
    background-repeat: no-repeat;
	background-image: url(../images/ic_back.svg)!important;
    background-size: 18px auto;
    background-position: 10% !important;
}
