/* Standard rules! */
* {
	margin:0;
	padding:0;
}

/* Bottom Stick Footer */
    html,
    body {
    margin:0;
    padding:0;
    }
    #wrapper {
    min-height:100%;
    position:relative;
    }
    #header_div {
    padding:10px;
    background:#5ee;
    }
    #content_div {
    padding:10px;
    padding-bottom:80px; /* Height of the footer element */
    }

p {
	font-family:"PT Sans";
	font-size: 20px;
}


/* END STANDARD RULES */

/* Smallest rules */

#c_formular {
	width:95%;
	margin:auto;
	background:rgba(99,36,36,0.8);
	padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 5px 10px #000000;
  -webkit-box-shadow: inset 0 5px 10px #000000;
  box-shadow: inset 0 5px 10px #000000;
}
#c_formular_send {
	min-height:300px;
		width:95%;
	margin:auto;
	background: #E5A99F;
	padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 5px 10px #000000;
  -webkit-box-shadow: inset 0 5px 10px #000000;
  box-shadow: inset 0 5px 10px #000000;
}


p {
	margin: 0px 15px;
}

#info {
	margin: 0 auto;
	margin-top: 20px;
	text-align:left;
}

.info_send {
	text-indent:0px;	
}

input {
	margin: 0 15px;
	
}
button {
	border: 5px solid white; 
	font-size:20px;
	color:black;
	margin: 0 0 15px 15px;
	    -webkit-box-shadow: 
            0 0 16px rgba(0,0,0,0.5); 
    -moz-box-shadow: 
            0 0 16px rgba(0,0,0,0.5); 
    box-shadow: 
            0 0 16px rgba(0,0,0,0.5); 
	width:100px;
}

button:hover {
	    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.5),
            0 0 16px rgba(0,0,0,0.5); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.5),
            0 0 16px rgba(0,0,0,0.5); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.5),
            0 0 16px rgba(0,0,0,0.5);
}
input, textarea {
	border: 5px solid white; 
    height: 25px;      /* increase the height */
    line-height: 25px; /* vertically align the text */
	font-size:20px;
	color:black;
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.5),
            0 0 16px rgba(0,0,0,0.5); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.5),
            0 0 16px rgba(0,0,0,0.5); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.5),
            0 0 16px rgba(0,0,0,0.5); 
    padding: 15px;
    background: rgba(255,255,255,0.25);
    margin: 0px 15px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    width: 170px;
	width:calc(100% - 80px);
}


textarea {
	margin: 15px 0 15px 15px;
	height: 150px;
	
}

legend {
	margin: 15px;
	font-family: "Grand Hotel";
	font-size: 40px;
}
form {
	margin: 15px;
}

fieldset {
	margin: 0 auto;
	width: 95%;
	    -webkit-box-shadow: 
            0 0 16px rgba(153,153,153,1)); 
    -moz-box-shadow: 
            0 0 16px rgba(153,153,153,1); 
    box-shadow: 
            0 0 16px rgba(153,153,153,1); 
}
.label_info {
	text-shadow: 0px 0px 16px rgba(0,0,0,0.7);
}

/* END Samllest rules */

@media only screen and (min-width : 768px) and (orientation:landscape) {
fieldset {
	width:80%;
}

#info {
	width: 80%;
}
#c_formular {
	width:80%;
}

#c_formular_send {
	width:80%;
	/*min-height: 400px;*/
}

}

@media only screen and (min-width: 1280px) and (orientation:landscape){
#c_formular {
	width:60%;
}
fieldset {
	width:85%;
}
#info {
	width: 60%;
}
#c_formular_send {
	width:60%;
	/*min-height:458px;*/
}

}

.clear {
	clear:both;
}
