@import url("https://cdn.bnamic.com/dynforms_ehotelier/icons/dsgvo/style.css");
.picker__holder {
  top: 0!important;
bottom: inherit!important;
}
/*CUSTOM-COLOR*/
#request .bn__custom-color__background {
	background-color: #009688; /*color1*/
}
#request .bn__custom-color__font {
	color: #009688; /*color1*/
}
#request input:focus,
#request select:focus {
	border-bottom: 1px solid #009688; /*color1*/
}
#request textarea:focus {
	border: 1px solid #009688; /*color1*/
}

#request .bn__form-grid__button {
	background-color: #DDA741; /*color2*/
}

/*GENERAL*/
#request .bn__form-grid {
    max-width: 1000px;
    margin: 0 auto;
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
    line-height: 1.2em;
}
	#request a {
	    color: #212121;
	    text-decoration: none;
	}
		#request a:hover {
			color: inherit;
		}

	#request input,
	#request select {
	    border-radius: 0;
	    border: none;
	    border-bottom: 1px solid #d6d6d6;
	    color: inherit;
	    background-color: transparent;
	    font-family: inherit;
	}
		#request input:focus,
		#request select:focus {
			outline: none;
		}
	#request textarea {
	    color: #212121;
		border: 1px solid #d6d6d6;
	    font-family: inherit;
	    margin-left: 0.3em;
	    width: calc(100% - 0.3em);
	}
		#request textarea:focus {
			outline: none;
		}

	#request select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
     	padding-right: 20px;
     	background-image: url(https://cdn.bnamic.com/dynforms_ehotelier/icons/dsgvo/select_arrow.png);
     	background-repeat: no-repeat;
     	background-position: center right;
	}
	
	#request .personalData .bn__form-grid__column {
		padding: 10px;
	}
	#request .bn__form-grid .bn__form-grid__column .bn__form-grid__column__overlay {
		pointer-events: none;
		font-size: 17px;
	}

	#request .bn__form-grid__column.bn__form-grid__invalid label,
	#request input.bn__form-grid__invalid, 
	#request select.bn__form-grid__invalid,
	#request .bn__form-grid__column.bn__form-grid__invalid label a {
		color: #B92D00;
	}
	#request input.bn__form-grid__invalid,
	#request select.bn__form-grid__invalid {
		border-bottom: 1px solid #B92D00;
	}
	#request textarea.bn__form-grid__invalid {
		border: 1px solid #B92D00;
	}
	#request input[type="checkbox"].bn__form-grid__invalid {
		outline: 1px solid #B92D00;
	}

	#request .picker {
		top: 100%;
	}

	#request .bn__form-grid .bn__form-grid__block {
	    border: none;    
	    margin: 30px auto;
	    box-shadow: 0 3px 6px 0 #d6d6d6;
	    background-color: #fff;
	    border-radius: 2px;	    
	    padding: 10px 30px;
	}

		#request .bn__form-grid__room > .bn__form-grid__row:nth-child(2) > .bn__form-grid__column:first-child {
			padding-top: 0;
		}
		#request .bn__form-grid .bn__form-grid__room-container .bn__form-grid__block,
		#request .bn__form-grid .bn__form-grid__block.consent {
		    padding: 0;
		    box-shadow: none;
		}
		#request .bn__form-grid .bn__form-grid__block.bn__form-grid__room,
		#request .bn__form-grid .bn__form-grid__block.bn_additional {
		    margin-top: 0;
		    margin-bottom: 10px;
		}
		#request .bn__form-grid .bn__form-grid__block .bn__form-grid__block__overlay--outside-top  {
		    position: static;
		    margin: 0;
		}
			#request .bn__form-grid .bn__form-grid__block .bn__form-grid__block__overlay--outside-top .bn__form-grid__button {
			    font-size: 16px;
			    padding: 8px 15px;
			    background-color: transparent;
			    color: #000;
			    padding-right: 0;
			}
				#request .bn__form-grid .bn__form-grid__block .bn__form-grid__block__overlay--outside-top .bn__form-grid__button .bn__form-grid__icon--cross {
				    font-size: 12px;
				    margin-left: 5px;
				}

	#request .bn__form-grid__column__room-preview {
		padding-right: 0.3em;
		padding-left: 0.3em;
		width: 275px;
	}
	#request .bn__form-grid__room-image > div:nth-child(2) {
		width: calc(100% - 275px);
		padding-left: 5%;
	}
	#request .bn__form-grid .bn__form-grid__column.fromdate,
	#request .bn__form-grid .bn__form-grid__column.todate,
	#request .alternative_period {
      padding-bottom: 10px;
	}

	#request .bn__form-grid__row__offer-transfer--season,
	#request .bn__form-grid__row__offer-transfer--seasons {
	    display: block;
    	font-size: 14px;
	}
	#request .bn__form-grid__row__offer-transfer--price {
	    display: block;
    	margin-top: 1em;
	}
	#request .consent .label_text {
	    display: inline-block;
	    width: 100%;
	    padding-left: 30px;
	}
	#request .submit_button {
	    float: right;
	    margin-top: 1em;
	}
	#request .consent_text {
	    font-size: 10px;
    	line-height: 1.4em;
     	padding-left: 40px;
     	color: #9e9e9e;
	}
		#request .bn__form-grid .bn__form-grid__column.consent_text .bn__form-grid__column__item {
		    padding-left: 0;
		}
		#request .consent_text a {
		    color: inherit;
		    text-decoration: underline;
		}


	#request .bn__form-grid .bn__form-grid__column.consent input.bn__form-grid__column__item {
		width: 20px!important;
		height: 20px!important;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		display: block;
		min-height: 0;
		background-color: transparent;
		position: absolute;
		border-radius: 1px;
		border: 2px solid #000;
		left: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
		#request .bn__form-grid .bn__form-grid__column.consent input.bn__form-grid__column__item:checked {
			background-color: #000;
		}
		#request .bn__form-grid .bn__form-grid__column.consent input.bn__form-grid__column__item:checked:after {
			content: '';
			display: block;
			position: absolute;
			width: 6px;
			height: 13px;
			border-right: 2px solid #fff;
			border-bottom: 2px solid #fff;			
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
			left: 5px;
			top: 0px;
		}

	#request .bn__form-grid__button {
		font-size: 20px;
		border-radius: 100px;
    	padding: 15px 20px;
    	border: none;
	}
	#request .bn_additional .amount {
		margin: 10px 0;
	}
		#request .bn_additional .amount:after {
			clear: both;
			display: block;
			content: '';
			float: none;
		}
		#request .bn_additional .amount input {
			max-width: 50px;
			display: block;
			float: left;
		    margin-right: 20px;		    
		    margin-top: 5px;
		}
		#request .bn_additional .amount div {
			display: block;
			float: left;
			position: relative;
		    width: 27px;
		    height: 27px;
		    border-radius: 30px;
		    margin-left: 5px;
		    color: #fff;
		    font-size: 25px;
		    text-align: center;
		    line-height: 27px;
		    cursor: pointer;
		}
			#request .bn_additional .amount div.bn_plus:before {
				display: block;
				content: '';
				height: 12px;
				width: 2px;
				background-color: #fff;
				position: absolute;
				left: 50%;
				top: 50%;
				-webkit-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
			}
			#request .bn_additional .amount div.bn_plus:after,
			#request .bn_additional .amount div.bn_minus:after {
				display: block;
				content: '';
				width: 12px;
				height: 2px;
				background-color: #fff;
				position: absolute;
				left: 50%;
				top: 50%;
				-webkit-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
			}

	#request .bn_additional .remove_additional {
		clear: both;
	}
	#request .additionals_grouplist  {
		width: 100%;
	}
	#request .bn__form-grid__required-label  {
		font-size: 12px;
	}

	#request label.required  {
		font-weight: bold;
	}

	#request .roompreview,
	#request .bn__remove-room {
		min-height: 0;
	    padding-top: 0;
	    padding-bottom: 0;
	}
	#request.no-roompreview .roompreview {
		display: none!important;
	}


/*CUSTOM*/
#request .bn__custom-title {
    font-size: 20px;
    text-transform: uppercase;
}
	#request .bn__custom-title .bn__custom-title__underline {
	    height: 5px;
	    width: 100%;
	    float: left;
	    margin-bottom: 20px;
	    margin-right: -20px;
	    margin-left: -20px;
	    padding: 0 20px;
	    box-sizing: content-box;
	}
#request .bn__custom-text {
    line-height: 1.4em;
}
	#request .bn__custom-text h3 {
	    font-size: 20px;
	    margin-top: 0;
	    margin-bottom: 10px;
	    color: #212121;
	}
	#request .bn__custom-text ul,
	#request .bn__custom-text ol {
	    padding-left: 1em;
	}
	#request .bn__custom-text .bn__form-grid__row__item {
	    padding: 0 0.3em;
	}


@media screen and (max-width: 767px) {
	#request .bn__form-grid__column__room-preview,
	#request .bn__form-grid__room-image > div:nth-child(2) {
		width: 100%;
	}	
	#request .bn__form-grid__room-image > div:nth-child(2) {
		padding-left: 5px;
	}
}

@media screen and (max-width: 499px) {
	#request .bn__form-grid {
		font-size: 15px;
	}
	#request .bn__form-grid .bn__form-grid__block {
		margin: 15px auto;
	}
	#request .bn__form-grid .bn__form-grid__column .bn__form-grid__column__item {
		width: 100%;
	}
	#request .bn__form-grid .bn__form-grid__column.consent .bn__form-grid__column__item {
		width: calc(100% - 20px);
	}
	#request .bn__form-grid .bn__form-grid__block .bn__form-grid__block__overlay--outside-top .bn__form-grid__button {
		font-size: 14px;
	}
	#request .bn__form-grid .bn__form-grid__column .bn__form-grid__column__overlay {
		top: initial;
		bottom: 7px;
	}
	#request .bn__custom-text h3,
	#request .bn__form-grid__button,
	#request .bn__custom-title {
		font-size: 17px;
	}
}
.bn_form-grid__row__item.bn__form-grid__column__room-preview--image {
    width: 100%;
    height: auto;
}