
/*@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);*/
@font-face {
    font-family:Open Sans;
    src:url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family:PoetsenOne;
    src:url(../fonts/PoetsenOne-Regular.ttf);
}
body {
	background: #a84848;
}

#bestel p{
	margin-top: 3px;
    line-height:normal;
    margin-bottom:10px;
}
p b{
    font-weight: bold;
}



.form-style-5{
    max-width: 600px;
    padding: 10px 20px;
    background: rgba(255,248,248,1);
    margin: 10px auto;
    padding: 50px 50px 20px 40px;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}
@media (max-width:1200px) 
{
    .form-style-5{
    width: 100%;
    padding: 10px 20px;
    background: rgba(255,248,248,0.9);
    margin-top:10px;
    
    /*padding: 50px 50px 20px 40px;*/
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}
}


.form-style-5 h2 {
	font-size:25.5px;
	margin-left: 10px;
	text-align: center;
}

.form-style-5 fieldset{
    border: none;
    margin-top: 20px;
}
.form-style-5 legend {
    font-size: 1.4em;
    margin-bottom: 10px;
    margin-top: 10px;
}
.form-style-5 label {
    display: block;
    margin-bottom: 8px;
}

	.form-style-5  .leveringklein {
		height: 150px;
	}
	
	.form-style-5  .leveringgroot {
		height: 420px;
	}


.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
	font-family:'Open Sans', sans-serif;
    background: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 7px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    color:#383939;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: #fffbfc;
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background: #bd1b1b;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #bd1b1b;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #dc9999;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: #941b1b;
}

.form-style-5 .required{
    color:red;
}

#leveringgeg, #leveringoph {
	height: 0px;
}

#leveringbezorg {
	height: 100px;
}

.form-style-5  .beveiliging {
	border: 1px solid #1f0000 !important;
}

#bepalingprijs {
	height: 0px;
}

#buitenzone {
	height: 0px;
}

#buitenzoneleverling {
	height: 0px;
	margin-top: 20px;
}

#aanbellen {
	height: 100px;
}

.alarm {
	visibility: hidden;
	left: 105%;
	position: absolute;
	width:140px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 7px;
  box-shadow: 1px 1px 6px #0A0000;
}

.alarm:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-right: 8px solid #000000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.linkterug{
	margin-top: 10px;
	position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #bd1b1b;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 80%;
    border: 1px solid #dc9999;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}

.linkterug a{
	color: #FFF;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    font-style: normal;
	text-decoration: none;
}

.linkterug:hover{
	background: #941b1b;
}

.box{padding:5px 7px 5px 5px;background:#ffeccc;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px; margin-bottom: 10px;}
.textbox,form .textarea{width:100%;border:0px solid #e3e3e3;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;}
.textbox.first{float:left;width:290px;}
.textbox.last{float:left;position:relative;left:5px;width:290px;}
.textbox.firstlabel {float:left;width:160px; border:0px; color:#000000; margin-left: 0px; text-align: right;}
.textbox.aantal {float:left;position:relative;left:5px;width:50px;}
.margin{margin-top: 10px;}
.textbox .required, .textarea .required{display:block;position:absolute;right:15px;top:14px;color:#8c8c8c;font-size:11px;text-transform:uppercase;}
.textbox {position: relative;}
.leftbox {float: left; width: 245px;}
.rightbox {float: right; width: 335px; top: 15px; position: relative;}

.errors .inputs{padding:20px;background:#fffa94;width:550px !important;border:2px solid #fda716;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.box.error{background:#faa6a5;}
.box.error .textbox,.box.error .textarea{border-color:#fd2e17; border: 1px solid #f14845;}
.error2 {border-color:#fd2e17; border: 1px solid #f14845; background:#faa6a5;}

.totaal {background: rgba(255,248,248,1); border: none; box-shadow: none; font-weight: bold; font-size: 16px; }


#foutmelding{
	margin-top: 10px;
	margin-bottom: 10px;
}

input#personen{width: 80px;}
input.aantal{width:80px;}
.prijs {position: relative; display: inline-block;}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0px;
    content: " ";
    clear: both;
    height: 0px;
}

.calcusBox{
    float:left;
    clear:left;
    width:100%;
}