input[type="checkbox"] {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

input[type="radio"] {
    margin-bottom: 10px;
}


/* Reservation */



.formright, .formleft {
    padding-right: 20px;
    float: left !important;
}

.formright {
    padding-right: 0px !important;
}

#formskin .forminpzahl { 
	BACKGROUND-COLOR: #FFFFFF; 
	border: 3px solid rgba(48,178,225,1);
    width: 80px;
	padding:7px; 
	margin-bottom: 0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	margin-bottom: 10px;
}

#formskin .forminp { 
	BACKGROUND-COLOR: #FFFFFF; 
	border: 3px solid rgba(86,77,115,1);
	width: 100%; 
	padding:7px; 
	margin-bottom: 0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	margin-bottom: 10px;
}


#formskin .forminpread { 
	BACKGROUND-COLOR: #FFFFFF; 
	border: 3px solid rgba(86,77,115,1);
	width: 100%; 
	padding:7px; 
	margin-bottom: 0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	margin-bottom: 10px;
    white-space: nowrap;
    
	-moz-hyphens: none; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;     
    
}

#formskin .forminp:focus, #formskin .formdrop:focus {
	border: 3px solid rgba(86,77,115,1);
}

#formskin .forminpmenge { 
	BACKGROUND-COLOR: #fff; 
	BORDER: rgba(86,77,115,1) 1px solid; 
	COLOR: #000; 
	width: 20%; 
	padding:7px; 
	margin-bottom: 5px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	margin-bottom: 10px;
}

#formskin h2 {
	border-bottom: 1px solid #000;
	padding:30px 0px 15px 0px; 
	margin:0px 0px 15px 0px; 
}

#formskin h3				{
color: rgba(86,77,115,1); 
Text-Decoration: none; 
border-bottom: 1px solid rgba(86,77,115,1);
padding: 30px 0px 15px 0px; 
margin: 0px 0px 0px 0px; 
}

#formskin .formmax {
	display: inline-block;
	width: 25%;
	font-size: 14px;
	color: rgba(0,144,215,1);
	text-align:right;
	border-bottom: 1px dotted #888;
}

#formskin .forminpklein { 
	BACKGROUND-COLOR: #FFFFFF; 
	BORDER: rgba(0,144,215,1) 1px solid; 
	COLOR: #000; 
	width: 70%; 
	padding:7px;
	margin-bottom: 5px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	margin-bottom: 10px;
}

#formskin .formdrop { 
	BACKGROUND-COLOR: #FFF; 
	border: 3px solid rgba(86,77,115,1);
	width: 100%; 
	padding:7px; 
	margin-bottom: 10px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}

.forminptext { 
	BACKGROUND-COLOR: #FFF; 
	border: 3px solid rgba(86,77,115,1);
	width: 100%;
    height: 250px;
	padding:7px; 
	margin-bottom: 10px;
    outline: none;
    -moz-outline-style: none-;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}

.forminpbest { 
	BACKGROUND-COLOR: #FFFFFF; 
	BORDER: #25654f 3px solid; 
	width: 3em;
	height: 50px;
	text-align: center;
	color: #000;
	padding:2px; 
	margin-bottom: 10px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;

	-moz-border-bottom-left-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}


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]:hover > .formbutton:before {
	content: "\f0e0";
	display: inline-block;
	position: absolute;
	padding-left: 30px;
    font-family: "Font Awesome 5 Free" !important;
	color: rgba(255,255,255,1.00);
	transition: all 0.3s ease-in-out;
}

input[type=submit]:hover {
color: #fff;
background: rgba(48,178,225,1.0);
}

input[type=submit] {
padding:20px 0px; 
margin: 20px 0px 0px 0px;
border:0 none;
cursor:pointer;
-webkit-border-radius: 0px;
border-radius: 0px; 
margin-left: 0%; 
width: 100%;
color: #fff;
background: rgba(86,77,115,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: 3px solid rgba(255,255,255, 1.0); 
	border-radius:10px;  
	color: rgba(0,144,215,1);
	font-family: semibold;
	-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 0px;
	border: 3px solid rgba(255, 255, 255, 1);
	color: #000;
	font-family: regular;
	border-radius:10px;   
	text-indent: 12px;
}

.glow {
	width: 80px;
	background-color: rgba(255,255,255,1.0); 
	border: 3px solid rgba(255,255,255, 1.0); 
	border-radius:10px;  
	color: rgba(0,144,215,1);
	font-family: semibold;
	-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 {
	box-shadow: 0 0 5px rgba(81,203,238,1);
	padding: 0px 0px 0px 0px;
	border: 3px solid rgba(255, 255, 255, 1);
	font-family: regular;
	border-radius:10px;   
	text-indent: 2px;
}



@media only screen and (max-width: 699px) 
    
{

label.formskincheck {
	display: inline-block;
	width: 90%;
}
    
.formright, .formleft {
    width: 100%;
    padding-right: 0px;
}
    
	
}