.beratungsweltchat .majaai-btn {
	padding: 10px;
	background: #fff;
	border: 1px solid #95989a;
	line-height: 25px;
	font-size: 1rem;
	color: #818181;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	-webkit-transition: .28s ease;
	transition: .28s ease;
	min-width: 100px;
    margin: 0 5px;
}

.beratungsweltchat .majaai-btn:hover {
	color: #fff;
	background: #0066b3;
}
.beratungsweltchat .conversation.finish {text-align:left;}

.beratungsweltchat .conversation.finish .majaai-c12 {
	background: rgba(255, 255, 255, .77);
	box-shadow: 0 0 10px rgba(149, 152, 154, .5);
	font: 13px/1.318 "Segoe UI", Arial, sans-serif;
	font-size: 22px;
	margin: 0;
	width: 55.6%;
	padding: 52px 46px 26px;
	position:relative;
}
.beratungsweltchat .conversation.finish .majaai-c12 h2 {
	font-size: 41px;
	margin: 0 0 26px;
	color: #0066b3;
	line-height: 1.166;
	font-weight: bold;
	
}
.beratungsweltchat .conversation.finish .majaai-c12 img {
	position: absolute;
    right: -70%;
    max-width: 50%;
    bottom: 10%;
}
.beratungsweltchat .conversation.finish .majaai-c12 img + p {margin: 0 0 13px;}

.beratungsweltchat .conversation.finish .majaai-c12 p a {
	padding: 8px 12px;
	background: #0066b3;
	border: 1px solid #95989a;
	line-height: 25px;
	font-size: 20px;
	color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	min-width: 250px;
    margin: 0;
	text-align: center;
	display:inline-block;
}
.beratungsweltchat .conversation.finish .majaai-c12 p a:hover {
	background: #004980;
	box-shadow: none;
}
.beratungsweltchat .conversation.finish .majaai-c12 ul {
	margin: 0 0 45px;
    padding: 0;
    list-style: none;
}
.beratungsweltchat .conversation.finish .majaai-c12 ul li {
	padding: 0 0 0 22px;
	margin: 10px 0 0;
	position:relative;
}
.beratungsweltchat .conversation.finish .majaai-c12 ul li:before {
	width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    right: auto;
    bottom: auto;
    border-radius: 100%;
    background: #0066b3;
}
.beratungsweltchat .majaai-c12 .range-slider .start-amount:after,
.beratungsweltchat .majaai-c12 .range-slider .end-amount:after {content: " " !important;}

.beratungsweltchat input:not([type]), 
.beratungsweltchat input[type=text], 
.beratungsweltchat input[type=password], 
.beratungsweltchat input[type=email], 
.beratungsweltchat input[type=url], 
.beratungsweltchat input[type=time], 
.beratungsweltchat input[type=date], 
.beratungsweltchat input[type=datetime], 
.beratungsweltchat input[type=datetime-local], 
.beratungsweltchat input[type=tel], 
.beratungsweltchat input[type=number], 
.beratungsweltchat input[type=search], 
.beratungsweltchat textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	max-width:50%;
}

.beratungsweltchat input:not([type]):focus:not([readonly]), 
.beratungsweltchat input[type=text]:focus:not([readonly]), 
.beratungsweltchat input[type=password]:focus:not([readonly]), 
.beratungsweltchat input[type=email]:focus:not([readonly]), 
.beratungsweltchat input[type=url]:focus:not([readonly]), 
.beratungsweltchat input[type=time]:focus:not([readonly]), 
.beratungsweltchat input[type=date]:focus:not([readonly]), 
.beratungsweltchat input[type=datetime]:focus:not([readonly]), 
.beratungsweltchat input[type=datetime-local]:focus:not([readonly]), 
.beratungsweltchat input[type=tel]:focus:not([readonly]), 
.beratungsweltchat input[type=number]:focus:not([readonly]), 
.beratungsweltchat input[type=search]:focus:not([readonly]), 
.beratungsweltchat textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #0066b3;
    box-shadow: 0 1px 0 0 #0066b3;
}

.bg-stretch:after {opacity: .2;}