input[type="checkbox"] {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}
	
.txt-content {
	height: 1px !important;
	border: 0px;
}

/* Reservation */

#formskin .forminp { 
	BACKGROUND-COLOR: #FFFFFF; 
	BORDER: rgba(179,18,24,1) 1px solid; 
	COLOR: #000; 
	width: 100%; 
	padding:7px; 
	margin-bottom: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom: 10px;
}

#formskin .forminpmenge { 
	BACKGROUND-COLOR: #fff; 
	BORDER: rgba(179,18,24,1) 1px solid; 
	COLOR: #000; 
	width: 20%; 
	padding:7px; 
	margin-bottom: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom: 10px;
}

#formskin h2 {
	border-bottom: 1px solid #000;
	padding:30px 0px 15px 0px; 
	margin:0px 0px 15px 0px; 
}

#formskin h3				{
color:#000; 
Text-Decoration: none; 
border-bottom: 4px solid #000;
padding:30px 0px 15px 0px; 
margin:0px 0px 15px 0px; 
}

#formskin .formmax {
	display: inline-block;
	width: 25%;
	font-size: 14px;
	color: rgba(179,18,24,1);
	text-align:right;
	border-bottom: 1px dotted #888;
}

#formskin .forminpklein { 
	BACKGROUND-COLOR: #FFFFFF; 
	BORDER: rgba(179,18,24,1) 1px solid; 
	COLOR: #000; 
	width: 70%; 
	padding:7px;
	margin-bottom: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom: 10px;
}

#formskin .formdrop { 
	BACKGROUND-COLOR: #FFF; 
	BORDER: rgba(179,18,24,1) 1px solid; 
	width: 100%; 
	color: #000;
	padding:7px; 
	margin-bottom: 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.forminptext { 
	BACKGROUND-COLOR: #FFF; 
	BORDER: rgba(179,18,24,1) 1px solid; 
	width: 100%; 
	color: #000;
	height: 100px; 
	padding:7px; 
	margin-bottom: 10px;
	-moz-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;

	-moz-border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}

label.formskin, label.formskin span {
	font-size: 14px;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

label.rightlabel {
	display: inline-block;
	width: 80%;
	vertical-align: middle;
}

label.formskincheck {
	display: inline-block;
	width: 43%;
	vertical-align: middle;
}

#formskin input[type=checkbox] {
	width: 5%;
}

#formskin button[type=submit] {
	padding:5px 0px; 
	margin: 20px 0px 20px 0px;
	border:0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	width: 100%;
	color: #fff;
	background: rgba(179,18,24,1);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);	
}

#formskin button[type=submit]:hover {
	background: #000;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.0);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.0);	
}

#formskin button[type=submit]:hover > .formbutton:before {
	display: inline-block;
	position: absolute;
	padding-left: 30px;
	content:"\f00c";
	font-family: FontAwesome;
	color: #00ff00;
}

input[type=submit]:hover {
color: #fff;
background: #d50a21;
}

input[type=submit] {
padding:5px 0px; 
margin: 20px 0px 0px 0px;
border:0 none;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px; 
margin-left: 0%; 
width: 100%;
color: #fff;
background: rgba(179,18,24,1);
}











/* Suchen */
.inputsearch {
	width: 50px;	
}

li.lupe { 
	margin-left: 0px;
}

li > i.fa-search { 
  font-size: 18px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}

.suchenmob i {
	color: rgba(255,255,255,1.00);
	padding-left: 20px;
}

.glowmob {
	position: absolute;
	right: 0px;
	width: calc(90% - 30px);
	margin-right: 20px;
	background-color: rgba(255,255,255,1.0); 
	border: 1px solid rgba(255,255,255, 1.0); 
	border-radius:10px;  
	color: rgba(179,18,24,1);
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	text-indent: 0px;
}

.glowmob:focus {
	box-shadow: 0 0 5px rgba(81,203,238,1);
	padding: 0px 0px 0px 10px;
	border: 1px solid rgba(255, 255, 255, 1);
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 100;
	border-radius:10px;   
	text-indent: 12px;
}

.glow {
	width: 80px;
	background-color: rgba(255,255,255,1.0); 
	border: 1px solid rgba(255,255,255, 1.0); 
	border-radius:10px;  
	color: rgba(179,18,24,1);
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	text-indent: 0px;
}
 
.glow:focus {
	width: 90px;
	box-shadow: 0 0 10px rgba(81,203,238,1);
	padding: 0px 0px 0px 10px;
	border: 1px solid rgba(255,255,255,1.00);
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 100;
	border-radius:10px;   
	text-indent: 2px;
}

.glow:focus-visible {
	border: 1px solid rgba(255,255,255,1.00) !important;
}


@media only screen and (max-width: 599px) 
{

label.formskincheck {
	display: inline-block;
	width: 90%;
}
	
}