@media all and (max-width:920px ){
  html{
    font-family:Arial;
    font-size:15px;
    line-height:1.6rem;
  }
	* {
		 -webkit-tap-highlight-color: transparent;
	}

	body {
		border:none;
	}
	body.scroll {
		overflow:hidden !important;
	}
	#ol {
		display:none;
	}
	body.scroll #ol {
		width:100%;
		height:100%;
		opacity: 0.8;
		display: block;
		background: #fff;
		z-index: 9998;
		position: fixed;
		content: "";
		top: 0;
	}
	.page {
		height:auto;
	}
	.nom {
		display:none !important;
	}
	.om {
		display:block !important;
	}
	span.om {
		display: inline !important;
	}
	.page {
		min-width: 100%;
		width: 100%;
		background:#fff;
	}
	#book .detail_link a,
	#travel_plugin .detail_link a,
	#travel_plugin .res_footer a {
		font-size: 12px;
		padding: 0px 10px;
		float:none;
	}
/* 	.site {
		background:red;
	} */
	#header,
	#nav,
	#content .travel_traffic #header_div #header,
	#content .travel_traffic #travel_plugin #search_mask,
	#content .caru_id,
	#content .entry-content,
	#ft .agency,
	#site-info,
	#travel_content .contentFrame,
	#book.contentFrame,
	#filterbox,
	#content .remind_page,
	#sunnycar
	 {
		display:block;
		width:97%;
		min-width:95%;
		max-width:100%;
		margin: 0 auto;
		padding:0;
		height:auto;
	}
	#sunnycar {
		margin-top: 5px;
	}
	#content{
		padding-top: 50px;
	}
	#travel_search {
		height:auto;
		padding: 10px 0;
    background: #44aefa;
    background-image: url('../image/321-weg-de_s.jpg');
    background-repeat: repeat-x;
    border:0;
	}
	#travel_search.nom {
		height:auto;
		padding: 0;
	}
	#content .travel_traffic #travel_plugin #search_mask{
		width:98%;
	}
	.agency img {
    width:100%;
	}
	h1, h2, h3,
	#travel_plugin .history_page h3 {
    font-size: 20px;
		
	}
	
 #nav,
	.world-map,
	.region-list.tar	{
		display:none; 
		width:100%;
	}

	.region-list.tal {
		width:100%;
		text-align:center;
	}
	.text-list {
    	margin: 0px 0 25px 0;
	}

	#hd {
		padding: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
		background: #fff;
		border-top: 3px solid #ff7700; 
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);	
		height: 49px;
	}
	
	#header {
		position:unset;
		width:100%;
	}
	#header::after {
		content:'';
		clear:both;
		display:block;
	}
	.logo{
		float: left;
		margin-top: 11px;
		margin-left: 40px;
		width: 100px;
	}
	.logo a,.logo a:hover{
		font-size:19px;
		text-shadow: none;
	}
	.logo img{width: 100px;}
	.remind.mobile.om {
		display: inline-block !important;
	}
	.remind.mobile.om.dn{
		display: none !important;
	}
	.remind.mobile {
		background-color:#fff;
		background-image: url('../image/remind_active.png');
		background-repeat:no-repeat;
		border-radius: 30px;
		background-size: 25px;
		background-position: center center;
		padding: 0;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		font-size: 10px;
		position: relative;
		float: right;
		right: unset;
		margin: 8px 7px;
	}
	.remind.mobile a{
		color:#ff7700;
		text-decoration:none;
		width: 100%;
		height: 100%;
		display: block;

	}
	.remind .remind_count {
  
		position: absolute; 
		top: -5px;
		right: -6px;
		width: 18px;
		height: 18px;
		line-height: 18px;
		border-radius: 18px;
			border: solid 1px #ff7700;
			background: #fff;
		font-weight: bold;
		color: #ff7700;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		}
		.hotline{
			font-size: 8px;
		padding: 7px 43px 0 10px;
		line-height: 15px;
		height: 49px;
		overflow:hidden;
	}
	.hotline b{
		font-size:16px;
	}
	.hotline img {
		height: 40px;
	}
	.hotline .fl {
		padding-top: 3px;
	}
	.menue_trigger {
		position:absolute;
		top:0px;
		left:0px;
		width: 35px !important;
		height: 46px !important;
		/* background-image: url('../image/menu.png'); */
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: center center;
		float:left;
		border-right: solid 1px #ccc;
		cursor:pointer;
	}
	

	.menue_trigger span {
		position: absolute;
		top:50%;
		width: 60%;
		height: 2px;
		left: 20%;
		overflow: hidden;
		text-indent: 200%;
		-webkit-transition: opacity 0.25s;
		transition: opacity 0.25s;
	}
	.menue_trigger::before, .menue_trigger::after {
		content: '';
		position: absolute;
		height: 2px;
		width: 60%;
		left: 20%;
		top: 50%;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: -webkit-transform 0.25s;
		transition: transform 0.25s;
	}
	.menue_trigger::before {
		-webkit-transform: translate3d(0, -6px, 0);
		transform: translate3d(0, -6px, 0);
	}
	.menue_trigger::after {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
	}
	
	.menue_trigger::before, .menue_trigger::after, .menue_trigger span {
		background: #f70;
	}
	.menue_trigger.show::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
	}
	.menue_trigger.show::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
	}
	.menue_trigger.show span {
		opacity: 0;
	}
	
	.menue_trigger.show_ {
		background-image: url('../image/close_gray.png');
		background-color: #f6f6f6;
	}	

	#nav {
		display: none;
		position: absolute;
		background: #fff;
		height: calc(100vh - 49px);
		top: 46px;
		left:0;
		border-top: solid 1px #ccc;
		border-right: solid 1px #ccc;
		overflow: auto;
		width: 80%;
		min-width: 50%;
	}
	#nav .menu {
		margin-top:0px;	
		margin-bottom: 50px;
	}
	#nav .menu li {
		display: block;
		width: 100%;
	}
	#nav a {
		margin-right: 0px;
		padding-left: 10px;
		-webkit-transition: none;
		transition: none;
		border:none;
		border-left: 3px solid #fff;
		border-bottom: solid 1px #f3f3f3;
		padding: 7px 10px;
	}
	#nav a:hover{
		background: none;
		border-bottom: solid 1px #f3f3f3;
		border-left: 3px solid #fff;
	}
	#nav a.active{
		border:none;
		border-left: 3px solid #ff7700;
		background-color: #ffe4b1;
	}
	#nav .remind_count {
		right:unset;
		top: 3px;
	}

	.ank {
		padding-bottom: 69px;
		display: block;
		clear: both;
	}
	
	#search_btn{

/* 		width:100%;
		text-align:center;
		cursor:pointer;
		display:block;
		box-shadow: 0px 1px 2px rgba(0,0,0,0.5); */
	}
	#search_btn{
		clear: both;
		width: 200px;
	    text-align: center;
	    cursor: pointer;
	    display: block;
	    box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	    margin: 0 auto;
	}
/* 	.coupon {
		position: absolute;
		top: 50px;
		margin: 0px 0px 15px;
		right:4%
	} */
	#offers .coupon {
		float: right;
		background-color: #28951d;
		z-index: 99;
		margin-top: 45px;
		opacity: 0.9;
	}
	#travel_plugin #Tabs {
		float: left;
		width: 100%;
		display: inline-block;
		background: none;
		top: unset;
		z-index:9998;
		margin:0;
	}
	.travel_traffic #travel_plugin #Tabs span.active,
	.travel_traffic #travel_plugin #Tabs span {
		width: 33.33%;
		float:left;
		margin:0;
		border-right:solid 1px #fff;
	}
	.travel_traffic #travel_plugin #Tabs span:nth-child(3),
	.travel_traffic #travel_plugin #Tabs span:last-child {
		margin:0px;
		border:none;
	}
		
	.travel_traffic  #travel_plugin #fullsearch {
		top: unset !important;
		position:relative;
		padding:0;
		padding-top:5px;
    height:auto;
	}
/* 	#travel_plugin .poplayer.fix {
    max-height: calc( 100vh - 55px );
    position: fixed;
    top: 55px;
		left:0;
		width:100%;
		overflow:hidden;
	}
	#travel_plugin .poplayer.fix .mocroll {
		overflow-y: auto;
		height:100%;
	} */
	#travel_plugin #dura_container label, #travel_plugin #traveller_layer label {
    font-weight: bold;
    padding-top: 7px;
    display: block;
		width: 100%;
	}
	#travel_plugin #fullsearch .label label {
		padding-top: 5px;
	}
	#set_duration, #airport_layer {
    margin-bottom: 25px;
	}
	#traveller_layer .w_50 {
		width:100% !important;
	}
	#travel_plugin .airport_Container {
		margin-top: 0px;
	}
  .checklayer li{
    height: 30px;
    line-height: 30px;
    font-size: 1em;
  }
	.airport_Container span {
		width: 50%;
		height: 30px;
    line-height: 30px;
	}
  .checklayer input[type="checkbox"] + label:hover {
    background-image: url('../image/check_field.png');
  }

  #travel_plugin .poplayer {
		position: relative;
    box-shadow: none;
	}
 
	#fullsearch .poplayer.fix{
		
	 	position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding:0;
		border: 0;
		margin: 0;
		z-index:9999; 
  }
	.moscroll {
		height: 100%;
		overflow-y: auto;
		width: 100%;
		padding:60px 20px;
	}
  .mobile_title {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
  }
  .date-duration-layer-box .w_33{
    width:100%;
  }
  .date-duration-layer-box .w_50 {
    margin: 1%;
    width: 48%;
    padding: 0;
  }
  .holiyday-desc label{
    display:none;
  }
	#travel_plugin #fullsearch .otl a.overtake {
	 	margin:0;
		position:relative;
		padding: 10px 20px;
		float:unset;
		background:#4ac23d; 
	}	
  #travel_plugin #fullsearch .btl a.overtake {
    top: 0;
    left: 0;
    position: relative;
    float: left;
    top: unset;
    padding: 0;
    line-height: unset;
    margin: 0;
    font-size: 20px !important;
    margin-right:15px;
  }
  .btl {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    z-index: 2;
    padding: 0 10px;
  }
  .btl .overtake.back {
    cursor: pointer;
    background-image: url('../image/back_white.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    background-size: 12px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    color: #fff;
  }  
  .btl .overtake.back:focus,
  .btl .overtake.back:active{
    text-decoration:underline;
  }
	.otl {
 		width: 100%;
		position: absolute;
		top: 0;
		text-align: right;
		box-shadow: 0px 0px 3px #000;
		padding: 13px;
		height: 50px;
		background: #565656;
		box-shadow: -1px 0 3px #000;
		text-align:right;
		z-index:1;
	}
	.mobile_scroll {
    position: relative;
		
		/* height: auto;
		max-height:70%;
    overflow: hidden;
    overflow-y: auto; */
		padding:5px;
		padding: 0 5px;
	}
/*	#travel_plugin:not(.start) #fullsearch,
	#travel_plugin:not(.start) #Tabs
	{
		display:none !important;
	}
	#travel_plugin:not(.start) #fullsearch.show,
	#travel_plugin:not(.start) #Tabs.show
	{
		display:block !important;
	}
	.travel_traffic #travel_plugin #fullsearch {
    top: 0 !important;
    position: relative;
    position: fixed;
    display: block !important;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    overflow-x: scroll;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    padding-top: 60px;
}*/
	#travel_plugin #searchHelper, #travel_plugin #searchHelper2{
		z-index:999;
	}
	#travel_plugin #airport_layer, #travel_plugin #dura_container {
		width: 100%;
	}
	#travel_plugin #duration #from_date, #travel_plugin #duration #to_date {
    width: 100%;
    margin: 5px 0px;
	}
	#travel_plugin .extended_search {
    text-align: center;
    line-height: unset;
    height: auto;
    margin-top: auto;
    display:block;
	}
	#travel_plugin #extended_search_trigger {
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    height: auto;
    display: inline-block;
    padding: 10px;
    padding-left: 25px;
		padding-bottom: 10px;
    font-size: 14px;
		background-position: left center;
	}
	
	#travel_plugin .submit_line {
		padding: 2%;
		float: none;
		position:relative;
    top:unset;
    margin:0;
	}
	#travel_plugin #sbm_btn2 {
		width:100%;
		margin: 0;
	}
	
	.default_search_params .w_25 {
    width: 100% !important;
		padding-right: 0;
    
	}
	.optional_search_params{
		display:none;
		position:relative;
	}
	.optional_search_params .w_25, 
  .optional_search_params .w_12 {
    width: 50% !important;
		padding-right: 0;
    
	}
	.optional_search_params .w_25:nth-child(odd),
  .optional_search_params .w_12:nth-child(odd){
		margin-right: 1% !important;
		width: 49% !important;

	}
	#travel_plugin #fullsearch select,
	#extraListLink, 
	#incListLink {
		height: 40px;
		line-height: 40px;
    background-position: right 18px;
	}
	#search_loader, #search_loader:hover {
    background-color: rgba(255, 255, 255, 1) !important;
    color: #fff !important;
		padding-top: 49%;
		background-size:200px;
	}
	#travel_plugin ul#bread::before {
		content:"";
	}
	#travel_plugin #bread li::after {
    margin: 0px 2px;
  }
	 
/* 	#travel_plugin ul#bread::before, 
	#travel_plugin #bread li {
    font-size: 13px;
   
	} */
	 
 .save-hotel-btn,
 .save-hotel-btn.active{
		z-index: 4;
		background-color: #fff;
		box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
		border-color: #fff;
 }
	.save-hotel-btn:hover {
			width: 30px;
			background-position: center center;
			border:none; 
			background-image: url('../image/remind.png');
	}
	.save-hotel-btn.active:hover {
    width: 30px;
    background-position: center center;
    border: none;
    background-image: url('../image/remind_active.png');
	}
	#travel_plugin .hotelinfo .save-hotel-btn {
		margin:10px;
	}

	/*REGIONEN*/
	#travel_plugin #bread {

    margin: 5px 0;
	}	
		#travel_plugin #filterbox {
		margin-top: 5px;
		display:none;
		padding:0;
	}
	#filterbox #search_parms {
		padding:5px;
		margin-right:50px;
		
	}
	#travel_plugin #filterbox ul li {
    position: relative;
    display: inline-block;
    margin: 1px 10px 2px 0;
    padding: 0 0 0 18px;
    height: 16px;
    line-height: 16px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 12px;
    white-space: nowrap;
		font-size:12px;
	}	
	#travel_plugin #filterbox .title {
		display:none;
	}
	#travel_plugin #filterbox #filter_extras {
		height: auto;
		max-height: unset;
		clear: both;
		padding: 0px;    
		border-top: solid 1px #ccc;
    width: 100%;
		background-color: #fff;

	}
	#travel_plugin #filterbox #filter_extras span {
    background-size: 7px;
		padding: 0 5px;
		padding-right: 16px;
		margin:2px 0px 2px 2px;
		background-color: #f6f6f6;
		font-size:12px;
   }

	.contentFrame > br,
	.contentFrame > hr {
		display:none;
	}
	#travel_plugin #offers .head,
	#travel_plugin #offers .offer  .head {
    width: 100%;
		margin:0;
		
	}	
	
  .offer{
		width:100%;
	}
	#travel_plugin .offer .offer_table .head {
		
			text-align: center;
	}

	#travel_plugin .regions h2{
		display: block;
		margin:20px 0;
	}
	#travel_plugin #bread div#toStart,
	#travel_plugin .offer_ruler{
		display:none;
	}
	#travel_plugin .regionchoice {
		padding-top:10px;
	}
	.regions .region div {
    line-height: 36px;
    height: 36px;
  }
  .regions .regionimage{
    display:none;
  }
	.regions .subregionname {
    margin: 0;
    margin-right: 0;
    width: 66%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
  }
	.regions .temps{
    display:none;
	}
	.regions .price{
    width: 33%;
    white-space: nowrap;
    float:right;
	}
  .regions  .regionname, 
	.regions .regiondata {
		width:100%
	}
	.regions .temps div {
   	width: 50%;
		margin: 0;
		font-size: 12px;
		background-size: 15px;
		background-position: center left;
		padding-left: 17px;
	}
	
	#travel_plugin #hotel_navi {
    text-align: center;
	}
	
/*HOTEL*/
  #geo_map_layer {padding:0;}
  #geo_map_layer #map_info{bottom:0;}
	#travel_plugin .head h2,
	#book .head h2	{
   	display: inline;
    margin:  0;
		font-size: 20px;
	}
	
	#travel_plugin .select_boxes {
   	margin: 5px 0;
    clear: both;
		width: 100%;
		min-height: auto;
	}	
	#travel_plugin .select_boxes #location_sort,
	#travel_plugin .select_boxes #offer_sort {
		width:49.5%;
	}	
	#offers #weather,#offers #geo_map_area	{
		width:100%;
	}
	
	.hoteldetails #weather{
		display:none;
	}	
	#offers #weather {	
		margin-bottom:3;
		height:auto;
	}
	#weather ul li  {
		background-size: 23px;
		background-position: 5px -3px;
	}
	#weather ul li span.med {
   font-size: 10px;
	 display:none;
	}
	#weather ul li span.tiny {
    font-size: 9px;
	}

	#travel_plugin .offer_img {
    margin-top: 0px;
    max-width: 100%;
    width: 100%;
    height: 222px;
		max-height: 240px;
    float: left;
    padding-right: 0px;
	}
	
	.hotelinfo .main-image,
	.hotelinfo .main-image ul li{
		height:240px;
		position:relative;
	}
  .slider_thumb {display:none;}
	#travel_plugin #offers .head h3 {
		display:block;
		margin:0px;
	}
	#travel_plugin .history_page {
    padding: 0px;
	}
	.history_page #offers .offer_table{
		min-height:auto;
    padding:10px;
	}
  .history_page #offers .check_hotel	{
    margin-top:5px;
	}
  #offers .offer_table {
    float: left;
    width: 100%;
    display: block;
    padding: 0;
		position: initial;
    min-height: auto;
		text-align:center !important;
  }
  
	#travel_plugin .offer_table .offer_advinfo {
		position: relative;
		text-align:center;
		height:auto;
		min-height:35px;	 
    padding:0;
    display: block;
	}
	#travel_plugin .offer h3 a,
	#travel_plugin .offer h3 span{
		display:block;
		width:100%;
    font-size:20px;
	}
	#travel_plugin .offer h3 span{
		margin-top:10px;
	}
	
	.offer_table .offer_infos{
    width: 100%;
		margin: 5px 0 0 0;
		display: block;
		clear: both;
    padding:5px;
  }
	.offer_table .offer_details  {
    width: 100%;
		margin: 0 0 5px 0;
		display: block;
		clear: both;
    padding:5px;
	}
	.offer_table .offer_details .fr{
		float:none;
	}
	.offer_table ul li{
		 text-align: center;
     line-height:18px;
	}
  .offer_table ul li.empty {line-height:0}
  
  .offer_table .facts {
    display: block;
    height: auto;
    text-align: center;
  }
  .offer_infos .facts .gfact_icon {
    float:none;
  }
  .detail_link .box_cont{
		width: 33.33%;
    border-radius: 0;
    margin: 0;
  }
  .detail_link .box_cont:nth-child(3){
    border:0;
  }
	.offer_table .offer_details ul {
    text-align: center;
    position: relative;
    top: unset;
    bottom: unset;
    right: unset;
    width: 100%;
	}
	.offer_table .offer_details .offer_list li{
		display:inline;
    overflow:visible;
	}
	.offer_table .offer_details .offer_list li.rail_fly{
		margin-left:5px;
	}
	
	.offer_table .offer_details .offer_list li.price,
  .offer_table .offer_details .offer_list li.price_pre {  
		display:block;
    width: 100%;
	}
	
	#travel_plugin .offer_info,
	#book .offer_info {
			position: fixed;
			height: 100%;
			top: 0;
			left: 0;
			right:0;
			z-index: 9999;
			border:none;
			margin:0;
	}


	#travel_plugin .close_offer_info,
	#book .close_offer_info { 
			background: #ff7700;
			text-align: right;
			padding: 10px;
			color: #fff;
			width: 100%;
			height: 40px;
		
	}
 
  .offer_info .scroll.providersel {
      height: calc(100vh - 147px) !important;
  }
  .offer_info .res_table{
    height: calc(100vh - 65px) !important;
  }
  .offer_info .scroll, 
  .offer_info .tab_res{
     height: calc(100vh - 95px) !important;
  }
  
  .offer_info .res_table.map, 
  .offer_info .scroll.hc {
		clear: both;
		overflow-y: auto;
		height: calc(100vh - 40px) !important;
	}	
	
	
	#travel_plugin .offer_info iframe.res_table {
		
    padding: 0;
    margin: 0;
	}

		
	.factsheet .fs_grp_name,
	.factsheet ul.fs_grp_list {
			display: block;
			float: unset;
			width: 100%;

	}

	#travel_plugin .box_info_con {
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    left: 0;
	}
	#travel_plugin.box_info_con iframe {
		height:95%;
	}
	#travel_plugin .box_info_con #pics,
	#travel_plugin .box_info_con #info {
		width:100%;
		display:block;
		margin: 10px 0;
	}
	#travel_plugin .box_info_con .prv_select strong {
		width:100%;
		display:block;
		padding-top: 15px;
	}
	.prv_select_box {
		width: 50%;
		margin:0;
	}
	.prv_select .provider_img{
			/* max-width: 30%; */
	}
	#travel_plugin .offer_details li {
    margin-bottom: 0px;
}
	/*TERMINE*/
  #offer_pauschal, #offers {
    border:none;
    padding:0;
    float:unset;
    width:100%;
  }
	#travel_plugin #hotel .head,
	#book .head	{
		min-height:unset;
		margin-bottom:10px;
		text-align: left;
    padding-right: 40px;
	}
	#travel_plugin #hotel .head h2,
	#book .head h2	{
		margin:0;
	}
	#travel_plugin #hotel h3 {
  	margin: 5px 0;
	}
	
	#travel_plugin h4 strong{
		font-size:16px;
		white-space: nowrap;
	}
	#travel_plugin .imgs .thumbnails {
		margin-bottom: 0;
		float: left;
		width: 100%;
		margin-top: 10px;
		max-height: 135px;
		height:auto;
		overflow: hidden;
		overflow-y: auto;
	}
	
	#travel_plugin .imgs .thumbnails > li {
    background: #ffffff;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    width: 75px;
    height: 60px;
    border: none;
    box-shadow: 2px 2px 2px rgba(85, 85, 85, 0.2);
    float: left;
    margin: 0 3px 5px;
	}
	#travel_plugin .thumbnails > li:nth-child(n+5) {
			display: unset;
	}
	#travel_plugin #scale, #travel_plugin #rescale{
		display:none;
	}
	
	#travel_plugin .hotelinfo #facts .infobox {
		border:none;
		margin:0;
	}
	.hotelinfo .detail_link {
		text-align:center;
    position:relative;
    bottom:unset;left:unset;
	}
	#travel_plugin .hotelinfo .res_footer .save-hotel-btn {
			position: absolute;
			margin: 7px 7px 10px 10px ;
	}


	
	#travel_plugin .hotelinfo #facts .offer_ratings {
		background: #fbfbfb;
    position: relative;
    top: 0;
    left: 0;
		right:unset;
    bottom: unset;
    width: 100%;
		text-align: left;
		min-height: 34px;
		border: solid 1px #ddd;
		margin:5px 0;
		
	}
	#travel_plugin .hotelinfo #facts .offer_ratings::after {
		clear:both;
		content:"";
		display:block;
	}
	#travel_plugin .hotelinfo #facts strong {
			display: inline-block;
			width: auto;
			padding-left:5px;
			float:left;
			padding:0;
			padding-top: 7px;
			font-size:11px;
	}
	#travel_plugin .hotelinfo .offer_ratings .hc_logo {
    
    background-size: 100%;
    width: 92px;
   
	}
	#travel_plugin .hotelinfo .offer_ratings > span {
    width: calc(31% - 24px);
	}
	
	#travel_plugin .hotelinfo #facts strong:nth-child(2) {
		font-size:14px;
		width: 30%;
	}
	
	#travel_plugin .hotelinfo #facts strong:nth-child(3) {
		font-weight:normal;
		width: 25%;
		color:#666;
	}
	#travel_plugin .hotelinfo #facts strong:nth-child(4) {
		font-weight:normal;
		width: 25%;
		color:#666;
	}
  #travel_plugin .hotelinfo #facts {
			width: 100%;
			height:auto;
			padding: 0 10px 10px 20px;
			margin: 0;
			padding: 5px 0px;
			margin: 0;
			float: none;
			background: none;
			border: none;
			min-height: auto;
			color: unset;
			position:relative;
			clear: both;
			text-align:center;
			font-size: 1em;
			
	}
	#travel_plugin .hotelinfo #facts .facts {
    margin-top: 5px;
    display: block;
		text-align:center;
}
	#travel_plugin .hotelinfo #facts strong{
		display:none;
	}
	
	
	#travel_plugin .imgs .res_footer {
	/* 		text-align: center;
			position: absolute;
			bottom: 0px;*/
			margin-bottom:0; 
	}
	#travel_plugin .result .lines:hover {
    background-color: unset;
    border: 1px solid unset;
}
	#travel_plugin .hotelinfo .imgs {
    width: 100%;
    margin: 0;
	}
  .climate strong {display:block;}
 	#travel_plugin .hotelinfo #hoteldesc h3	{display:none;}
	#travel_plugin .hotelinfo #hoteldesc {
		text-align:center;
		height:auto;
		margin: 0;
	}
  .hotelinfo .main-image {
    padding:0;
  }
  .hotelinfo .slider_thumb {
    margin-left:-3px;
  }
  .hoteldetails .facts {
    display: inline-block;
    margin: 0 auto;
  }
  .hoteldetails .facts .gfact_icon {
    width: auto;
    height:auto;
    padding:1px;
    margin:0
  }
  .hoteldetails .facts .gfact_icon img{
    
  }
  .hoteldetails .facts .gfact_icon .name{
    display:none;
  }
  #text.text-paragraph {
    padding: 5px; 
    padding-bottom: 50px;
  }
	#travel_plugin .res_body.liner_ > span {
    width: 100% !important;
    display: block;
    text-align: center;
    padding-left: 5px;
		font-size:12px;
		margin:0;
		line-height: 15px;
	}
	#travel_plugin .res_body.liner_ .first {
		font-size:13px;
		background: #fbfbfb;
    padding: 5px;
		text-align: left;
	}
	#travel_plugin .res_body.liner_  > span:nth-child(2){
		font-size:13px;
		font-weight:bold;
		width:50% !important;
		display:inline-block;
		text-align: left;
	}
	
	#travel_plugin .res_body.liner_ > span:nth-child(3){
		width:50% !important;
		display:inline-block;
		text-align: right;
	}
	#travel_plugin .res_body.liner_ span.va_logo {
		padding: 0;
		margin: 0;
		margin-bottom: 5px;
	}
	#travel_plugin .res_body.liner_ > span {
		padding:5px;
	}
	#travel_plugin .res_body.liner_ .first  {

		line-height:20px;
	}
	#travel_plugin .res_body.liner_ span br,
	#travel_plugin .res_body.liner_ .first img{
	/* 	display:none; */
	}
	
	#travel_plugin .res_body.liner_ .roomtype br {
		display:block;
	}
	#travel_plugin .res_body.liner_ span .railfly {
    width: 100px;
    float: right;
		margin:0;
	}

	#travel_plugin .res_body.liner_ > span.last {
    text-align: center;
		padding: 3px 0px;
    width: 100% !important;
}
	#verifyButton,
  .vakanz .pricing .button{
		margin: 5px 0;
    padding: 6px 12px;
    height: unset;
    line-height: unset;
    min-width:90%;
    width:auto;
	}
	.hoteldetails {
    height:auto;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding:0;
	}


	#travel_plugin .hotelinfo #facts {padding: 0;}
	#travel_plugin .hotelinfo .offer_ratings { width:100%;}



	#travel_plugin .hotelinfo #facts {
		height:auto;
		
	}

	#travel_plugin .hotelinfo .offer_ratings { 
		clear:both;
		position:relative;
		margin-top: 5px;
	}
  
  /*v3*/
 
  #hoteldesc .desc {
    line-height: 23px !important;
    height: 173px !important;
  }
  .vakanz.pre {
    border: solid 3px #ffa624;;
  }
  .vakanz .offerinfo{
    display:flex;
  }
  .vakanz.pre .title {
    background-color: #ffa624;
    background-image: url("../image/icons/fly_white.png");
    background-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .vakanz .travel_date, .vakanz .travel_deal {
    width: 100%;
    float:none;
  }
 .vakanz .travel_agency {
    margin: 5px 10px 0 10px;
    text-align: center;
  }
  .vakanz .agency_link b {
    line-height: 10px;
  }
  .vakanz .offerinfo .services {
		width: 60%;
    display:table-cell;
    z-index:1;
    background: #fff;
    border:0;
	}
  .vakanz .offerinfo .pricing {
    position: relative;
		min-height:auto;
		width:40%;
    display:table-cell;
    z-index:2;
    padding-bottom: 120px;
    border:0;
  }
  .vakanz.pre .offerinfo .pricing {
     background: #fef1de;
     
  }
  .vakanz .offerinfo .pricing {
     background: #e6f6e8;text-align: center;
  } 
  .vakanz .price strong {
    font-size: 20px;
    line-height: 20px;
  }
  .vakanz .price_msg,
  .vakanz .pricing .old_price {
    font-size: 12px;
    color:red;
  }
  .vakanz .travel_route, 
  .vakanz .travel_date, 
  .vakanz .travel_deal {
    padding: 3px 0;
  }
  .vakanz .flight_info {
    width: 100%;
    z-index:2;
    background:#f9f9f9;
    z-index: 3;
    margin:0;
    padding: 5px;
  } 
  .vakanz .flight_info .route{
    clear: both;
    position: relative;
    height: 19px;
    line-height: 19px;
  }
  .vakanz .flight_info hr {
    margin:0;
  }
  .vakanz .flight_info.out {
    border-top:solid 1px #ccc;
  }
  .vakanz .own_transfer_info{
    padding: 5px;
  }
  .vakanz .flyinfo {
    font-weight:bold;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 25px;
    background-image: url("../image/icons/fly.png");
    margin: 5px 0;
    display: inline-block !important;
  }
  .vakanz .pricing .hh2 {
    margin-top: unset;
    padding: 0;
    width: 100%;
		text-align:center;
    border: none;
	}
  .vakanz .pricing .tiny,
  .vakanz .pricing .hh2 .price {
		text-align:center;
    padding:0;
	}
 
  .vakanz .special {margin:0; font-size:10px;text-align: center;}
  .vakanz a.button, #verifyButton {
    margin: 5px;
  }
  .travel_dates {
    text-align: center;
  }
  .trigger_line .date_trigger, .btn-check {
    width: 49% !important;
    margin: 0.5%;
    display: inline-block;
    text-align:center !important;
  }
  .trigger_line #date_sort,
  .trigger_line span.fr  {
/*     width:99%;
    margin: 0.5%;
    display:block;
    text-align:center; */
  }
  .trigger_line {
    position:relative;
    float: none;
  }
  .check_line {
    display: block;
    float: none;
    text-align:center;
    padding:5px 0 10px 0;
  }
  #date_sort {
    width:auto;
  }
  .trigger_line .btn-check {
    
  }
  #checkAllOffers{
    /* width:60%;
    float: right; */
  }
  #book .infobubble,
  #book .ssl3 .ssl_text  {
    display:none;
  }
  #booking_overview .ssl3 {
    right: 0;
  }
  #book .ssl3 .ssl {
    position: absolute;
    right: 5px;
    top: 0;
    width: 30px;
  }
  #book .book,
  #book .book .info,
  #book .aside,
  #booking_overview,
  #book .flight_info.out, #book .flight_info.in,
  #book .advice,
  #book .list,
  #book .list li,
  #book .list_1,
  #book .list_2,
  #confirm .w_50,
  #ch_reserve  {
    width: 100%; 
    display: block;
    position:relative;
    margin:0;
  }
  .book .price_overview {
    position: relative;
  }
  .sending {
    text-align: center;
  }
  #_reservationform_data,
  #_clientform_data {
    float:none;
  }
  #ssl_green{
    display: inline-block;
    width:auto;
    float:none;
  }
  #book .choice_button {
    text-align:center;
  }
  #book .mark {
    margin: 0 5px 0 0;
    float: none;
    display: inline;
  }
  #book .travel_data{margin:10px 0;}
  #book .info,
  #book .aside,
  #book .flight_table{
    border:none;
  }
  .book .travel_data li.ico_room,
  .book .travel_data li.ico_meal{
    float:none;
  }
  
  #book .flight_info .theader {
    font-size:10px;
  }
  #book .flight_info.out {
    border-right: none;
    padding: 0;
  }
  #book .flight_info.in {
    margin:5px 0;
    padding: 0;
  }
  #book .flight_info .no {
    font-size: 11px;
  }
  .result p.right{
    position: relative;
    right: unset;
    top: unset;
  }
  #book .box_cont{
		width: auto;
    margin: 5px;
  }
  #book .result ul li.space {
     margin:0;
  }
  #book  .priceoverview {
    padding: 0;
  }
  #carRentalBlock .cr_list{
    padding:0;
  }
  #bkp .logo {
    margin-left: 10px;
  }
  /*END*/
  
	
	/* .vakanz .duration,
	.vakanz .accomodation,
	.vakanz .flight_info .depart,
	.vakanz .flight_info .date,
	.vakanz .flight_info .no,
	.vakanz .flight_info .airline,
	.vakanz .cc_icons {
		font-size:11px;
		
	} */
	.vakanz .flight_info .depart.noflight{
		width:auto;
	}
	.vakanz .supportinfo {
		text-align:right;
	}
	.vakanz .cc_icons .icon {
    margin-left: 5px;
    float: left;
    display: block;
    width: 100%;
}

	.vakanz .supportinfo .reserve_text {
		float:none;
		height: auto;
		line-height: unset;
		
	}
	.vakanz .supportinfo .reserve_me {
   
    border: 0;
    padding: 0;
    font-size: 12px;
    height: auto;
    background: none !important;
    line-height:unset;
  }
  .vakanz .supportinfo .reserve_me::hover {
    text-decoration: underline;
  }
	#travel_plugin .cc_icons img {
		float:left;
		margin:2px;
		margin-left:0;
	}

  #haa_container {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    z-index: 9999;
    top:0;
  }
  .info_close {
    cursor: pointer;
    background-image: url('../image/back_white.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    background-size: 12px;
    font-weight: bold;
    float: left;
    
    font-size:13px;
  }

	.history_page #offers {
		width:100%;
	}
	.check_hotel.fr {
		float:none;
	}
	.box_info_con .headline {
    padding:0 5px;
    line-height: 30px;
  }
	.tabbar .tabbed {
		margin: 1px;
		margin-top:0;
		font-size: 12px;
    text-align: center;
		padding: 3px 6px;
		/* width: calc(25% - 2px); */
	}
	
	#climate_year .first {
		width: 70px;
	}
	#climate_year .data {
		font-size: 10px;
			
	}
	
	#price_calender .min_price, #price_calender .max_price {
    width: 48.9%;
		text-align: center;
	}

	#price_calender .select_duration {
		width:100%;
	}
	.price_calendar_tooltip,
	.voucher_line_tooltip	{
    width: 90%;
	}
	
	#price_calender .tiny {
		width:100%;
		position:relative;
	}
	.all_regions{
		margin: 0px;
	}
	#region_img_list li.sreg a,
	#region_img_list li.sreg img	{
   width: 100%;
   padding: 0;    
		margin-bottom: 10px;
	}
	
	#content .entry-content {
    font-size: 14px;
	}
	.entry-content h3,
	.entry-content h2,
	.entry-content h1 {
		text-align:center;
	}
	.entry-content.article h3,
	.entry-content.article h2 {
		text-align:left;
	}
	#urlaub_seo {
		font-size:12px;
	}
	#text .infofield {
		margin:10px 0;
		width:100%;
	}
	#impress .infofield {
		width:100%;
	}
	#impress .infofield p{
			text-align:center ;
	}
	
	#text .w_33,#text .w_50,#text .w_25 {
		width:100%;
	}
	.article p.ptxt_right {
		margin:10px 0;
	}
	.entry-content .article p {
   /*  text-align: justify; */
	}
	#callback .hotline_txt{
		position:relative;
		width:100%;
		padding:10px;
	}
	#callback .hinweis{
		width:100%;
		text-align:center;
	}
	#callback input, #callback select, #callback textarea, #callback label, #callback .eL-possibilities {
   
		width:100%;
	}
	#callback .eL-captcha {
    margin: 10px 0;
		text-align: center;
	}
	#callback .btns {
		text-align:center;
	}
	#callback .btns button{
		float: none;
	}
	#totop {
    bottom: 15px;
    right: 5px;
    width: 40px;
    height: 40px;
    background-size: 15px;
    background-position: center center;
    z-index: 5;
	}
	#totop:hover{		background-position: center top 14px;}
	#floatingSocialShare{position:relative}
	
	#search_btn {
		position: absolute;
		z-index: 2;
		top: 57px;
		right:10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		cursor: pointer;
		box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
		font-size: 0;
		background-size: 10px;
		padding: 0;
	}

	#search_btn .search_ico {
			height: 16px;
			display: inline;
			vertical-align: middle;
			margin-right: 0;
	}
	
	.voucher_line {
		display:none;
	}

}

@media all  and (min-width:380px) and (max-width: 599px){
	.offer_img,
	.hotelinfo .main-image ,
	.hotelinfo .main-image ul li {
		height: 290px;
		max-height: 290px;
	}
}

@media all  and (min-width:600px) and (max-width: 920px){ /*Tablet*/
 	.region .subregionname {
    margin: 0;
    margin-right: 0;
    width: 50%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
  }
	.region .temps{
    display:inline-block;
    width: 16%;
	}
	.region .price{
    width: 33%;
  }
  .offer_table {
    min-height: 302px;
	}
	.offer_air,
  .remind_page .offer  { 
		width: 49.5%;
    float: left;
    margin: 0.25%;
		clear:unset;
	}	
  .offer_air:nth-child(2n){
    margin-right: 0;float: right;
  }
	.offer_air:nth-child(2n+1){
		clear:both;
    margin-left: 0;
	}
  .offer_table .facts {
    height: 30px;
    margin: 5px 0;
  }
  .hotelinfo .main-image,
	.hotelinfo .main-image ul li {
		height: 420px;
		max-height: 420px;
	}
  .slider_thumb {
    height: 70px;
  }
	.slider_thumb li {
    height: 70px;
	}
  .history_page #offers .offer{
		margin: 0;
	}	
	.contentFrame #offers .offer{
		min-height: 580px;
	}
	.contentFrame #offers h3 a {
    margin: 0;
    display: block;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
   text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
	}
	#weather,#geo_map_area	{
		width:49.5%;
		height:70px;
	}
	#geo_map {
		display: block;
		width: 215px;
		margin: 0 auto ;
		margin-top:15px;
	}

  
  #search_mask .headline{
		height:180px;
    padding: 0 235px 0 5px;
	}
  #search_mask .goodies .warrant,
  #search_mask .goodies #vou_cont{
    transform:scale(0.7);
    right:-10px;
    top:15px;
  }
	#search_mask .goodies .warrant {
    display:none;
  }
  
  #search_mask .headline h1{
    padding-top:10px; 
    font-size:30px;
    line-height: 30px;
  } 
  #search_mask .headline h1 span{
    font-size:20px;
  }
  #search_mask .headline p{
    margin-top:5px;
    font-size:16px;
  
  }
  #search_mask .headline p b {font-weight:normal;}
 
  #phone_pay_info{
	position: absolute;
	right: 30px;
	z-index: 5;
	top: 1px;
  }
}

@media all and (min-width:921px) and (max-width: 1079px){

	
	#header,
	#nav,
	#content .travel_traffic #header_div #header,
	#content .travel_traffic #travel_plugin #search_mask,
	#content .caru_id,
	#content .entry-content,
	#ft .agency,
	#site-info,
	#travel_content .contentFrame,
	#filterbox,
	#content .remind_page,
	#book.contentFrame
	
	 {
		display:block;
		width:98%;
		min-width:98%;
		max-width:100%;
		margin: 0 auto;
		
		clear: both;
	}
	#filterbox {
		padding:5px;
		display:none;
	}
	.agency img{
		width: 100%;
	}	
	#travel_plugin #offers .offer .head {
   width:100%;
	}
	#travel_plugin .offer h3 a {
			font-size: 20px;
	}
  .offer_list .save-hotel-btn, .offer_list .save-hotel-btn.active {
    background-color: #fff;
		box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
    border-color: #fff;
	}
	.offer_list .save-hotel-btn {
    position: absolute;
    right: auto;
		left:-45px;
    top: 0;
    padding: 0;
	}
	.save-hotel-btn .nom {
		display:none;
	}
	
	
	#travel_plugin #dura_container {
			right: 0;
			left:unset;
	}
	#travel_plugin .temps div {
			width: 50px;
	}
	#travel_plugin .hotelinfo #hoteldesc, 
	#travel_plugin .hotelinfo #facts{
			width: 100%;
			margin:0;
			height: auto;
			float: none;
	}
  .sort_trigger {
		font-size: 12px;
	}
  #nav .menu ul li a {
    font-size: 12px;
  }
}

@media all and (max-width:1080px){
 #sidebar{display:none;}
 #offers,#offer_pauschal,#offer_flight, #offer_hotelonly{width:100%; border:0; padding:0;}
 #law {
      background: #64737b;
      min-height: 30px;
      overflow: hidden;
      z-index: 9999;
      top:auto;
      bottom: 0;
      position: fixed;
      width: 100%;
      padding: 10px;
      font-size: 12px;
  }
  #law .wrap {
      height: auto;
      margin: 0 auto;
      position: relative;
      width: auto;
      min-width: unset;
      max-width: unset;
      text-align: center;
  }
  #law .wrap p{padding:5px;}
  .detail_link .box_cont {font-size:0.8rem;}
}

@media(max-width:580px){
  .info_ico {position:static;}
  .tooltip {
    max-width: 100%;
  }
  .tooltip::after {
    display:none;
  }
  .vakanz .flight_info {
    font-size:12px;
  }
  
  #insurance_block table {
    display: none;
  }
  #insurance_block .ins-list {
    display: block;
  }
  #insurance_block .ins-list .tipp {
    display: inline-block;
    font-weight: bold;
    margin: 0 10px 1px 0;
    padding: 5px 18px;
  }
  #insurance_block .ins-item {
    border: 2px solid #c2c2c2;
    border-radius: 3px;
    border-width: 0 2px 3px;
    margin-bottom: 8px;
  }
  #insurance_block .ins-list .head {
    background-color: #c2c2c2;
    padding: 8px 10px;
    font-weight: bold;
    font-size:14px;
    color:#222;
  }
  #insurance_block .ins-list .th {
    padding: 4px 10px;
  }
  
  #insurance_block .ins-list img {
    margin: 5px 5px 5px 0;
     width: 16px;
    float: left;
  }
  #insurance_block .ins-list .foot {
    margin-top: 3px;
    padding: 7px 15px 6px 7px;
    border-top: 1px solid #ddd;
    text-align: left;
    position:relative;
  }
  #insurance_block .ins-list .foot input[type="radio"] {
    margin: 0px 2px 0px 5px;
  }
  #insurance_block .ins-list .foot a {
    float:right;
  }
  #insurance_block .ins-item.prev .head {
    background-color: #51b80b;
    color: #fff;
  }
  #insurance_block .ins-item.prev {
    border-color: #51b80b;
  }

  #phone_pay_info{
	position: absolute;
	right: 30px;
	z-index: 5;
	top: 1px;
  }
}
@media all and (min-width:921px){
   #nav {
    display:block !important;
  }
  #search_mask .headline{padding: 0 470px 0 0;}
  #searchHelper li:hover,
  #searchHelper2 li:not(#undefined):hover,
  #searchHelper li.hover,
  #searchHelper2 li:not(#undefined).hover{
    background-color:#ddd;
  }
}
@media all and (min-width:1580px){
  .hotelinfo {
  
  }
  .hotelinfo .imgs {
    width: 560px;
  }
  .hotelinfo .main-image {
    width: 100%;
    max-width:100%;
    height: 363px;
  }
  .hoteldetails {
    width: auto;
    width: calc(100% - 560px)
  }
}

@media all and (min-width:500px) and (max-width:935px) {
  #ilay {
     width: 100%;
     max-width:800px; 
     min-height: 480px;
     height: auto;
     max-height: 520px;
  }
  #ilay #loadSlideshow {
    height: auto;
    max-height: 520px;
    max-width: 800px;
    position: relative;
    background: #000;
    width: auto;
  }
  #ilay #pics {
    width: auto;
    height: auto;
  }
  #ilay .img_full_ul li {
    height:auto;
    max-height: 460px;
    width: 800px;
    display: inline-block;
  }
  #ilay .img_full_ul img {
    padding: 0;
    border: none;
    margin: 0 auto;
    max-width: 100%;
    height:auto;max-height: 460px;
    background: none;
    overflow: hidden;
	}
  #ilay .slick-prev {left:0;}
	#ilay .slick-next {right:0;}
}
@media all and (max-width:800px) {
  #ilay { margin-left: -50%;}
}
@media all and (max-width:500px) {
   
  #ilay #loadSlideshow {
    height: auto;
    width: auto;
  } 
  #ilay #pics {
		width: 100%;
		height: auto;
	}
	#ilay .prv_select strong {
    display: block;
	}
	#ilay .headline {
    font-size: 20px;
    font-weight: bold;
    width: 90%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
  #ilay .img_full {
		height: auto;
		width: 100%;
	}
	#ilay .img_full_ul li {
		height: 290px;
	}
	#ilay .img_full_ul img {
    padding: 0;
    border: none;
    margin: 0 auto;
    max-width: 100%;
    
    height:100%;
    background: none;
    overflow: hidden;
	}

	#ilay .img_full_ul,
	#ilay .thumbnails_ul{
		height: auto;
		width: 100%;
		display:block;
	}

	#ilay .slick-prev,
	#ilay .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    
    display: block;
    width: 47px;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: #FF9933;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.2);
	}
	#ilay .slick-next {
    background: none;
    right: 0;
	}
	#ilay .slick-prev {
			background: none;
			left: 0;
			z-index: 1;
	}
	#ilay .slick-prev::before {
			content: '←';
	}
	#ilay .slick-next::before {
    content: '→';
	} 

  .remind.mobile.om{
    margin:8px 4px 0 -2px;
  }
  .cookies .btn_green {
    float: right;
    width: 49%;
    font-size: 12px;
    padding: 0;
    text-align: center;
    line-height: 40px;
  }
  .cookie_box{
    font-size:14px;
    line-height:21px;
  }
 
  .cookies .btn_green.white {line-height:38px;}
  .cb-box .details .col5-2,.cb-box .details .col5 {
    width:100%;
  }
  
}
@media all and (max-width:920px){
  .cookie_box {  margin-top:55px; max-height: 400px;}
  .cookie_box .scroll { max-height: 295px;}  

}
@media all and (orientation: landscape) and (max-height:414px) {
  .cookie_box {max-height: 300px;}
  .cookie_box .scroll { max-height: 195px;}
}
@media all and (orientation: landscape) and (max-height:360px) {
  .cookie_box {max-height: 250px;font-size:12px;line-height: 16px;}
  .cookie_box .scroll { max-height: 145px;}
}
@media all and (max-width:599px){
 
  #ilay {
    width: 100%;
    height: 352px;
    margin-left: -50%;
    margin-top: 0;
    top: 10%;
  } 
  #search_mask .headline{
    height:auto;
    max-height:160px;
    padding-right:0;
  }
  #search_mask .headline h1{
    padding-top:10px;
    font-size:26px;
    line-height: 26px;
  }
  #search_mask .headline h1 span{font-size:20px;}
  #search_mask .headline p{font-size:14px;line-height:21px;}
  #search_mask .goodies #vou_cont{
   left: 15%;
    right:auto;
    top:40px;
  }
  #search_mask .headline h1,
  #search_mask .headline p {
   text-align:center;
   margin:2px 0;
  }
  #search_mask .headline p b {font-weight:normal;}
  #search_mask .goodies #vou_cont{
    transform: scale(1);
    left:30%;
    right:auto;
    top:50px;
  }
  #search_mask .goodies .warrant {
    display:none;
  }
  .goodies {
    height: 200px;
    position: relative;
    right: 33px;
  }
}

@media(max-width:350px){
  .remind.mobile.om {
    display: inline-block !important;
    position: absolute;
    right: 0;
    margin: 8px 7px;
  }
  .hotline img {
   display:none;
  }
  #search_mask .headline h1{
    padding-top:10px;
    font-size:24px;
    line-height: 24px;
  }
  #search_mask .headline p{
    font-size: 13px;
    line-height: 18px;
  }

  #phone_pay_info{
	position: absolute;
	right: 30px;
	z-index: 5;
	top: 1px;
  }
}
