@charset "utf-8";
/* CSS Document */
.mobil { display:none}
.screen { display:block}

@media screen and (max-width: 1350px){
	div#header_wrap						{ width:100%;    }
	div#col100w				 			{ width:90%; }
	div#all-inclusive  					{ width:100%; }
	div#footerwrap						{ width:100%; }
}



@media screen and (max-width: 767px){
	div#col100w {		width: 90%;	}
	.grey .col-lg-6, .grey .col-xl-6 {flex: 0 0 100%;	max-width: 100%;	margin:0 ; padding: 0}
}

@media screen and (max-width: 575px){

	.titlerequest {		font-weight: 800;	font-size: 16px;		text-transform: none;	 }
	.price {		color: rgba(0,0,0,0.8);	font-weight: 800;	font-size: 20px;	text-transform: none;	 }

	/* Anfrageformular */
	div#main .powermail_form.powermail_form_1    label		{  font-size:14px;  line-height:32px}
    div#main .powermail_form.powermail_form_1    label.form-check-label label.form-check-label { line-height:40px}
    div#main .powermail_form.powermail_form_1    .clear		{clear:both; }
    div#main .powermail_form.powermail_form_1     select {  margin: 0; font-size:14px;}
    div#main .powermail_form.powermail_form_1 input {	  margin:0; font-size:14px;}
	div#main .powermail_form.powermail_form_1 .powermail_fieldwrap_type_check {padding-top: 15px;}



}

@media screen and (max-width: 480px){
	#section7 img 	{ max-width: 80px;		height: auto; }
    div#main .powermail_form.powermail_form_1 .powermail_fieldwrap.layout1 { width: 100%; margin-right: 0; float: left;}
    div#main .powermail_form.powermail_form_1 .powermail_fieldwrap.layout2 { width: 100%; float: left; }
}


