/*
#########################################
#Belegungsplan  			#
#©2017 Daniel ProBer alias HackMeck	#
#http://hackmeck.bplaced.net		#
#GERMANY				#
#					#
#Mail: daproc@gmx.net			#
#Paypal: daproc@gmx.net			#
#					#
#Zeigt einen Kalender mit 		#
#Belegung für ein Objekt an.		#
#z.B. Ferienwohnung 			#
#########################################

        Belegungsplan ist Freie Software: Sie können ihn unter den Bedingungen
    der GNU General Public License, wie von der Free Software Foundation,
    Version 2 der Lizenz weiterverbreiten und/oder modifizieren.

    Belegungsplan wird in der Hoffnung, dass er nützlich sein wird, aber
    OHNE JEDE GEWÄHRLEISTUNG, bereitgestellt; sogar ohne die implizite
    Gewährleistung der MARKTFÄHIGKEIT oder EIGNUNG FÜR EINEN BESTIMMTEN ZWECK.
    Siehe die GNU General Public License für weitere Details.

    Sie sollten eine Kopie der GNU General Public License zusammen mit diesem
    Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>
*/
.formular {font-size:17px; font-family:'Franklin Gothic Book';}
fieldset{
    padding-right: 1.5em;
}
form {
    font-family:'Franklin Gothic Book'; 
    font-size: 100%;
}
form.color { 
    line-height: 10px;
}
label.create {
    clear: both;
    width: 10em;
    display: block;
    float: left;
    cursor: pointer;  /* Mauszeiger aendern */
}
input {
    margin-bottom:4px;
    width: 100%;
	border:1px solid #777777;
}
select {
    margin-bottom:4px;
    width: 100%;
	border:1px solid #777777;
}
date {
    font-family:'Franklin Gothic Book'; 
    font-size:17px;
	color:#000000;
}
submit {
    font-family:'Franklin Gothic Book'; 
    font-size:17px;
	color:#000000;
}
textarea {
    margin-bottom:20px;
    inline-box-align: initial;
    width: 100%;
    height:230px;
    font-family:'Franklin Gothic Book'; 
    font-size:17px;
	border:1px solid #777777;
}
input:focus, textarea:focus {
    background-color:#ededed;
}
select:focus, textarea:focus {
    background-color:#ededed;
}
form.booking {
    background-color: #ffffff;
    padding: 20px;
    margin: 5px;
    border: 1px solid #777777;
}
div.fehler {
    background-color: red;
    padding: 1em;
}
@media only screen and (min-width:900px){
    input {
        margin-bottom:14px;
        width:50%;
		border:1px solid #777777;
    }
    select {
        margin-bottom:14px;
        width:50%;
		border:1px solid #777777;
    }
    textarea {
    margin-bottom:20px;
    inline-box-align: initial;
    width:50%;
    height:230px;
    font-family:'Franklin Gothic Book';  
    font-size: 17px;
	border:1px solid #777777;
}
    fieldset{
        padding-right: 1.5em;
    }
submit {
    font-family:'Franklin Gothic Book'; 
    font-size:17px;
	color:#000000;
}
}