/*widget omni*/

.providers h2 {
    color: #FFF;
    font-size: 40px;
    max-width: 400px;
    padding-left: 30px;
    text-shadow: 0 0 5px #00000054;
}

.providers h2 span {
    font-size: 20px;
    display: block;
}

.widgetomniwrap {background-color: #59529e1a; position:relative;}

.widgetomniwrap:before {
    background-image: url(https://www.vamosmallorca.nl/sites/omni00.d8.webpactserver.nl/files/styles/header/public/2022-09/alcudia-strand-mallorca.jpg);
    opacity: 0.6;
        background-repeat: no-repeat;
    background-size: cover;
    content: '';
    width: 100%;
    display: flex;
    height: 100%;
    z-index: -1;
    position: absolute;
    background-position: center;
}

.widgetomni {
    display: flex;
    flex-direction: row;
        gap: 10px;        
        max-width: 1250px;
        margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
        padding-top: 70px;
    padding-bottom: 70px;
    box-sizing: border-box;
        position: relative;
}

.wformwrap { 
	    background-color: #59529E;
    min-width: 300px;
    max-width: 300px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 5px
    }
.wformwrap p {margin:0; padding:0;}

.wformwrap h4 {color:#FFF; padding:0; margin-top: 10px;     margin-bottom: 12px;}

 .wformwrap label {
 	display:none;
 	color:#17d2dd; padding:0; margin:0;font-weight: bold;
    font-size: 14px;} 


.wformwrap select, .wformwrap input {
	border: none;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border-radius: 3px;
    text-indent: 10px;
    font-size: 16px;
    margin-bottom: 12px;
    cursor: pointer;
    color:#000;
}

.wformwrap input::placeholder {
    color: initial;
}

div#error {
       position: absolute;
    left: 30px;
    max-width: 300px;
    top: 20px;
    font-size: 12px;
    background-color: #FFF;
    padding: 5PX;
}

.providers {
	 width: 100%;
	 gap:16px;	  
	 display: grid;
	 grid-template-columns: repeat(2, minmax(0, 1fr));
	 	/* display: flex !important;
	 flex-wrap: wrap;
	 */
}

.cardw { 	
	flex: 0 0 calc(50% - 8px);
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
    align-items: center;
        border: solid 1px #59529e70;
        transition: 0.15s ease-out;		
		background-color:#FFF;		      
        }

.cardw:hover {border: solid 1px #59529e;  transform: translate(0, -2px) !important;}


.cardw .cta {
    position: relative;
}

.cardw .cta:before {
    content: 'Bekijk';
    width: 62px;
    height: 28px;
    background-color: #48a245;
    border-radius: 2px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
} 

.cardw a div:first-child {
    width: 100%;
    box-sizing: border-box;
}


span.nachten:after {
    content: ', ';
}
.cardw a {
    padding: 10px;
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    display: flex;
}
.cardw h3 {font-size: 0; margin: 0;
    padding: 0;}


.cardw h3:before {
    content: '';
    display: block;
    width: 127px;
    height: 30px;
    /*background: url(/sites/omni00.d8.webpactserver.nl/files/styles/medium/public/logo/devakantiediscounter.png) no-repeat;*/
	background: url(https://www.vamosmallorca.nl/sites/omni00.d8.webpactserver.nl/themes/custom/images/logosprite.svg) no-repeat;
	    background-size: 900px;
    background-position: 0 -46px;
       transform: scale(1.3);
      transform-origin: left center; 
      
}


.cardw.prov-prijsvrij h3:before {background-position: 2px -84px;}
.cardw.prov-tui h3:before {background-position: 4px 2px;
    height: 35px;}
.cardw.prov-sunweb h3:before {background-position: 4px -161px;} 
.cardw.prov-dreizen h3:before {background-position: 1px -361px;} 

.cardw .pill {
  font-size: 13px;
}

.wformwrap button {
    width: 100%;
    margin: 7px 0 13px 0;
        line-height: 22px;
}

.cardw .pill span:first-child {
	  font-weight: bold;
	      width: 100%;
    display: block;
}


@media only screen and (max-width: 1000px) {

.providers {grid-template-columns: 1fr;}
.cardw {flex: 0 0 100%;}
.cardw a {padding: 14px 12px;}
.cardw .pill span { width: 100%;display: inline-block;} 

}



@media only screen and (max-width: 767px) {


/*widget omni*/
.widgetomni {flex-direction: column;padding-top: 50px;
        padding-bottom: 30px;}
.wformwrap {width:100%; max-width:initial; min-width: initial;}
.cardw {flex: 0 0 100%;}
.cardw h3:before {transform: scale(1.2); width: 117px}
span.nachten:after {content: '';}
.wformwrap button {line-height: inherit;}
.providers h2 {font-size: 29px;padding-right: 30px;margin-top: 5px; text-align: center; margin-left:auto; margin-right:auto;}


}


