html,body{
	padding:0px;
	margin:0px;
	font-family: 'Manrope', sans-serif;
	font-weight:400;
}

#teaser{
	background:url(../graphics/varmmat/teaser_bg.webp) #121212;
	background-size:cover;
	height:550px;
}
@media screen and (min-width: 600px){
	#teaser{
		height:550px;
	}
}
@media screen and (min-width: 900px){
	#teaser{
		height:650px;
	}
}
@media screen and (min-width: 1400px){
	#teaser{
		height:650px;
	}
}


.middleContent{
	margin:0 auto;
	max-width:1000px;
	padding:0px 10px;
	text-align:center;
}

.titles{
	font-size:22px;
	font-weight:700;
	
}


.buttons{
	background:#4236ff;
	color:#FFFFFF;
	padding:10px 30px;
	border-radius:40px;
	font-size:22px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	cursor:pointer;
	text-decoration:none;
}
.greenButton{
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:12px 20px;
	text-decoration:none;
}

.redButton{
	box-shadow:inset 0px 1px 0px 0px #facdcb;
	background-color:#eb675e;
	border:1px solid #cf0829;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:12px 20px;
	text-decoration:none;
}

.disabledButton{
	background:#CDCDCD !important;
}

#header{
	height:50px;
	padding-top:15px;

}
#headerConnectRestaurant{
	float:left;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	padding-top:15px;
}
@media screen and (min-width: 650px){
	#headerConnectRestaurant{
		padding-left:30px;
	}
}
#siteLogo{
	height:50px;
	outline:none;
}
#teaserTitle{
	font-family: 'Manrope', sans-serif;
	font-weight:700;
	color:#FFFFFF;
	font-size:22px;
	text-align:center;
	padding-top:40px;
	margin-bottom:40px
}
.conditions{
	color:#FFFFFF;
	font-size:20px;
	line-height:24px;
	margin:0 auto;
	max-width:350px;
	margin-bottom:5px;
	text-align:left;
}
.conditions svg{
	height:24px;
	position:relative;
	top:5px;
}
@media screen and (min-width: 650px){
	#teaserTitle{
		font-size:30px;
		margin-bottom:70px
	}
	.conditions{
		max-width:450px;
	}
}
@media screen and (min-width: 900px){
	#teaserTitle{
		font-size:40px;
		margin-bottom:90px
	}
	.conditions{
		max-width:600px;
	}
}

#devices{
	margin:10px;
}
#devices img{
	width:100%;
}

.graySection{
	background:url(../graphics/varmmat/pattern.png) #121212;
	background-attachment:fixed;
	color:#FFFFFF;
}
.icons{
	width:200px;
	display:inline-block;
}

.lightBlueSection{
	background:url(../graphics/varmmat/pattern_2.png) #d6f8ff;
	background-attachment:fixed;
	color:#333333;
}

#phonenr{
	padding:15px;
	font-size:18px;
	line-height:20px;
	font-family: 'Manrope', sans-serif;
	font-weight:400;
	border:1px solid #BBBBBB;
	border-radius:10px;
	width:180px;
}
#contactButton{
	background:#008CBA;
	color:#FFFFFF;
	padding:15px;
	font-size:18px;
	line-height:18px;
	font-family: 'Manrope', sans-serif;
	font-weight:400;
	border:1px solid #BBBBBB;
	border-radius:10px;
	cursor:pointer;
}
#contactButton img{
	height:18px;
	display:none;
}

#callRequestMessageHolder, #connectRequestMessageHolder{
	display:none;
}
.requestSuccessMessage{
	padding:10px;
	border:1px dashed #339933;
	color:#339933;
	background: #ddffdd;
}
.requestErrorMessage{
	padding:10px;
	border:1px dashed #FF6666;
	color:#FF6666;
	background: #FFEEEE;
}

#paymentLogos{
	width:80%;
	max-width:400px;
	margin: 30px 0;
}



#connectPopupContainer{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.7);
	text-align:center;
	overflow:auto;
}
#connectPopup{
	padding:10px;
	margin:20px 0;
	background:#FFFFFF;
	display:inline-block;
	width:90%;
	max-width:600px;
	text-align:left;
}
.popupTitles{
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
.connectFieldHolder{
	width:270px;
	display:inline-block;
	font-size:14px;
	margin:10px 0;
}
.connectFields{
	padding:10px;
	width:200px;
	border:1px solid #888888;
	border-radius:2px;
}
.connectFields::placeholder{
	color:#CECECE;
}
.connectFieldsError{
	box-shadow: 0 0px 5px rgba(255,0,0,0.6);
}

#connectPopupButton{
	float:left;
}

#connectPopupLoader{
	margin:8px 0 0 10px;;
	display:inline-block;
	visibility:hidden;
	height:30px;
	line-height:30px;
	float:left;
}


.popupCloseBtns{
	display:inline-block;
	float:right;
	width:40px;
}
.popupCloseBtns img{
	width:40px;
}