.carousel.carousel-slider
{
	height: 600px!important;
}

.modal_titel_bl
{
	float:left;
}

.myProfileButton {
	width: 100%;
	background: transparent;
	color:#015;
}

#nummernauflistung div div div {
	background-color:transparent;
}

.modalFooterPad
{
	padding-left: 24px!important;
	padding-right: 24px!important;
	background-color: transparent!important;
}

.breadcrumb_active 
{
	font-weight: bold;
	color: black !important;
	margin-top: 10px;
}

.breadcrumb_outer
{
	float:left;
	cursor:pointer;
	margin-right:5px;
}

.step_breadcrumb
{
	font-size: 15px;
	margin-top: 10px;
	vertical-align: middle;
}

.bubble 
{
	height: 22px;
	width: 22px;
	font-family: Arial;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #888 !important;
	border: 2px solid #888;
	font-weight: bold !important;
	font-size: 13px;
	margin-right: 5px;
}

.bubble_aktiv 
{
	background-color: #BDC5C7 !important;
	color: #000 !important;
}

.bubble_erledigt
{
	content: "check"!important;
	font-family: 'Material Icons'!important;
	background-color: #009DE3!important;
	color: white!important;
}

label 
{	
	margin-left: 4px;
}

.vcenter 
{
	vertical-align: middle;
}

.stepFuehrungContainer {
	padding-left: 8px;
}

.stepFuehrung {
	margin-bottom:1rem;
}

.standardFarbe {
	color: #015!important;
}

.stepModalCloseBtn {
	background-color: #67CED6;
}

.stepModalBackImage {
	max-height: 250px;
	max-width: 350px;
	position:fixed;
	opacity: 0.2;
	right: calc(50% - 175px);
	top: calc(50% - 125px);
}

.text-red {
	color:red!important;
}

.stepNextPrevButton,
.buttonBgColor {
	background-color: #009DE3;
}

.info_texte_port p {
	color: #015;
}

.info_einzug {
	padding-left: 20px;
}

.signature-pad
{
	position: relative;
	width:100%;
	height:250px;
	background-color: white;
}

.zuartmodal
{
	top:3%!important;
}


.filter_div
{
	width:80%!important;
	left:10%!important;
	height:36px;
	cursor:pointer;
	text-align:center;
}

.filtername
{
	display: inline-block;
	white-space: nowrap;
	letter-spacing: normal;
	text-transform: none;
	word-wrap: normal;
	direction: ltr;
}

.hide_filter
{
	display:none;
}


/* BREAK-POINTS */
@media only screen and (max-width: 1460px)
{


}

@media only screen and (max-width: 601px)
{
	.stepModal,
	.stepModals {
		width: 100%!important;
		top: 0%!important;
		min-height:auto;
		max-height:100%;
	}

	.filter_col
	{
		width:100%!important;
	}

	.anfrage_card {
		min-height: auto;
	}

	.anfrage_card .card-content div.row:nth-child(1) .col {
		width: auto!important; 
	}

	#zustellungs_art_modal {
		width: 100%!important;
	}
		
	.stepFuehrung {
		display:none;
	}
	
	.carousel.carousel-slider {
		height: calc(100vh - 104px)!important;
	}
	
	.carousel.carousel-slider .carousel-item {
		padding-top: 15px;
	}
	
	.stepModalContent {
		padding: 12px 12px 0 12px!important;
	}
	
	#ebot7-open {
		display:none;
	}
	
	.modalFooterPad {
		padding-left: 12px!important;
		padding-right: 12px!important; 
	}

	.stepModalCloseBtn,
	.stepNextPrevButton {
		width: 49%!important;
	}
}

@media only screen and (max-width: 360px)
{
	.stepModalCloseBtn {
		width: 100%!important;
	}
}