.helloblock {
	margin: 0 auto;
	width:70%;
	height: 70vh;
	background: url('../../content/images/bg1.jpg');
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
}

.hellotext {
	padding:25px;
	backdrop-filter:blur(10px);
	background-color: rgba(255,255,255,0.4);
	width:calc(50% - 50px);
	text-align: center;
	font-size: 1rem;
	line-height: 120%;
}

.hellotext h1 {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 100%;
}

.buttons a {
	padding:5px 10px;
	border-radius:30px;
	font-size: 0.9rem;
	margin: 10px;
	display: inline-block;
	color:black;
	border-bottom: unset;
}

.buttons a.price {
	background-color:#B8EA2B;
}

.buttons a.call {
	background-color:#909090;
	color:white;
}

.problems {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.problem {
	margin:10px;
	padding:25px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background-color: white;
	width:250px;
	
	transition: box-shadow 250ms ease-out 100ms;
}

.problem:hover {
	box-shadow: 0px 0px 12px 0px rgba(129, 139, 146, 0.3);
}

.problem .price {
	text-align: center;
	font-weight: bold;
}

.problem .callme {
	text-align: center;
}

.problem .callme a, .callme a.call {
	padding: 5px 10px;
    border-radius: 30px;
    margin: 10px;
    display: inline-block;
    color: black;
    border-bottom: unset;
	background-color: #909090;
    color: white;
	font-size: 0.85em;
}

.maptext .callme a.call {
	margin:0;
}


.problem .callme a:hover , .callme a.call:hover {
	background-color: #B8EA2B;
	color:black;
}

a.showpricetable {
	padding: 5px 10px;
    border-radius: 30px;
    margin: 10px;
    display: inline-block;
    color: black;
    border-bottom: unset;
    background-color: #909090;
    color: white;
    font-size: 0.85em;
}

a.showpricetable:hover {
	background-color: #B8EA2B;
	color:black;
}

.price.table table{
	position: relative;
}

.price.table table:after {
	content:"";
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.price.table table.opened:after {
	background: unset; 
	filter: unset; /* IE6-9 */
}

.centercenter {
	display: flex;
	justify-content: center;
	align-items: center;
}

.content_1_html, .content_1_php {
	background-color: white;
}

.content_4_html {
	background-color: #b8ea2b54;
}

.content_9_html {
	background-color: #b8ea2b72;
}

.discounts {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.discount {
	margin:20px;
	padding:25px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background-color: white;
	width:250px;
	text-align: left;
}

.discount img {
	height: 30px;
	vertical-align: bottom;
	margin-right: 5px;
}

.brands, .regions, .services {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.brand, .region, .service {
	margin:15px;
	padding:10px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background-color: white;
	text-align: center;
	font-weight: bold;
}

.brands a, .regions a, .services a{
	border-bottom: unset;
}

td.header {
	background-color: #b8ea2b48 !important;
}

div.content > div:nth-child(4n) {
	background-color: #fff9f6;
}

div.content2 > div:nth-child(4n) {
	background-color: #fff9f6;
}

div.qa {
	margin:0 0 15px 0;
}

div.question {
	padding: 15px;
	background-color: rgb(255,251,237);
	margin: 10px 0 0 0;
	box-shadow: 0px 0px 12px 0px rgba(129, 139, 146, 0.3);
	border-radius: 10px;
	z-index:1;
	position: relative;
	cursor:pointer;
}

div.question:before {
	content: "+";
	padding:0px 10px 2px 11px;
	margin:-5px 10px -5px 0;
	border: 0.5px solid #cecece;
	border-radius: 30px;
	font-size: 1.5em;
}

div.answer {
	display:none;
	padding: 15px 15px;
	background-color:white;
	margin:0 15px;
	box-shadow: 0px 0px 12px 0px rgba(129, 139, 146, 0.3);
	border-radius: 0 0 10px 10px;
	z-index:0;
	position: relative;
}

.actionnow {
	display: flex;
	justify-content: space-between;
	max-width: 70%;
	padding:30px;
	border: 3px solid var(--link-color);
	margin: 0 auto;
	background-color: #2A70CB10;
	overflow: hidden;
}

.actionnow h3 {
	text-align: left;
}

.actionnow img {
	max-width:100%;
	margin-bottom:-39px;
}

.actionnow div { 
	max-width:25%;
}

.actionnow div:first-child {
	
}

.actionnow div:nth-child(2) {
	max-width:40%;
}

.actionnow div:last-child {
	text-align: right;
}

.actionnow .bigger {
	font-size:1.8em;
	font-weight: bold; 
}

.actionnow .callme a.call {
	margin:0;
}