/*
 Theme Name:   DAD Formazione Loescher
 Theme URI:    http://www.neting.it
 Description:  Formazione Loescher Dad Theme
 Author:       Neting Team
 Author URI:   http://www.neting.it
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  dad
*/
/* INSTALLO I FONT DI LOESCHER */
@font-face {
    font-family: 'Greta-Regular';
    src: url('fonts/greta-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Greta-Italic';
    src: url('fonts/greta-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Greta-Condensed';
    src: url('fonts/greta-condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


h1, h2, h3, h4, h5, h6{
	font-family: 'Greta-Regular';
}
 div, p, strong, input, label {
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal;
}

body{
  background-color: #f9f9f9;
}

a,
a:active,
a:visited,
.site-header a,
.site-header a:visited{
  color: #1e73be;
}


h1, h2, h3, h4{
  color: #1e73be;
}

.menu-item-has-children .dropdown-menu-toggle {
  padding-right: 0;
}
.site-logo{
    flex-basis: 30%;
}
.search-bar{
  flex-basis:40%;
}
.search-bar input[type="text"]{
  border:none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e9e9e9;
  border-radius: 5px;
  line-height: 30px;
}
.accedi-registra{
  flex-basis: 30%;
}
.form-group.has-search{
      margin: 10px auto;
}

.pws-logo {
  position: absolute;
  display:flex;
  top: 0;
  left: 25px;
  z-index: 999;
  bottom: 0;
  margin: auto 0;
  top: 50%;
  transform: translateY(-50%);
}

.select-css {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 500;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: none;
	/*box-shadow: 0 1px 0 1px rgba(0,0,0,.04);*/
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #e9e9e9;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option {
	font-weight:normal;
}


.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}



.webinar-details span {
  color: #1e73be;
}

.card.no-border{
  border:none!important;
}

.card.card-shadow{
  box-shadow: 0 0 20px rgba(0,0,0,0.1)!important;
  flex:1   0 20%!important;
}


.bg-verde{
  background-color: #72bf44;
}
.bg-grigio{background-color:#3f3f3f;}
.bg-viola{
  background-color: #5C2D91;
}

.bg-blu{
  background-color: #019BCE;
}

.bg-giallo{
  background-color: #F1B143;
}

.bg-salmone{
  background-color: #f15b40;
}

.bg-azzurro{
  background-color: #16becf;
}

.bg-dark{
  background-color: #ccc!important;
}

.bg-bianco{
  background-color: #fff!important;
}

.color-bianco{
  color:#fff!important;
}

.color-dark{
  color:#000!important;
}

.color-blu{
  color: #019BCE;
}

#homebanner{
  background: #333 url('./images/banner-bg.jpg') center center no-repeat;
  background-size: cover;
  min-height: 280px;
  position: relative;
}

#homebanner .overlay-banner{
  position: absolute;
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #C33764;  /* fallback colour. Make sure this is just one solid colour. */
  background: -webkit-linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)), url('./images/banner-bg.jpg');
  background:  linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)); /* The least supported option. */
}


#homebanner .banner-image{
  background: transparent url('./images/banner-web.png') left center no-repeat;
  background-size: contain;
  min-height: 280px;
background-repeat: no-repeat;
}


#homebanner  .banner-caption{
  color: #fff;
  pad: 20px;
}

#homebanner .banner-caption h1.caption-title,
#homebanner .banner-caption .caption-subtext
{
  text-align: left;
  color: #fff;
  font-size: 20px;
}

#homebanner .banner-caption h1.caption-title
{
  font-size: 35px;
  line-height: 40px;
}



.badge-webinar-in-diretta{
  background-color: #f1b143;
  color: #fff;
  padding:5px 15px;
  font-size: 12px;
  border-radius: 3px;
}

.badge-webinar-on-demand{
  background-color: #72bf44;
  color: #fff;
  padding:5px 15px;
  font-size: 12px;
  border-radius: 3px;
}

.badge-senza-categoria{
  display: none;
}


.uppercase{text-transform:uppercase;}
.p-default{}
.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

.btn-circle i {
  position: relative;
  top: -1px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}

.btn-circle-lg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.1rem;
}

.btn-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3rem;
}
input[type="submit"], .bottone-cta{
background:#72bf44;
color:#fff!important;
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .2rem;
font-size:18px;
border:0px;
}
input[type="submit"]:hover, .bottone-cta:hover{
  background:#F1B143;
  color:#fff;
}
.avatar img {
  vertical-align: middle;
  width: 45px;
  height: 45px;
  border: 3px solid #eee;
  border-radius: 50%!important;
}

.avatar.avatar-lg img {
  width: 100px;
  height:100px;
  border: 3px solid #eee;
  border-radius: 50%!important;
}

.avatar.avatar-xlg img {
  width: 150px;
  height:150px;
  border: 5px solid #eee;
  border-radius: 50%!important;
}

.mg-5{margin:50px 0;}

.btn-primary{
  background-color: #019BCE!important;
}

.btn.btn-ondemand,
.btn.btn-diretta{
  border: none !important;
}


.btn-ondemand:hover,
.btn-diretta:hover{
  opacity: 0.8!important;
  border: none !important;
}


.btn-diretta{
  background-color: #F1B143!important;
  border: none;
  color:#fff;
  text-transform: uppercase;
}

.btn-ondemand{
  background-color:  #72bf44!important;
  border: none;
  color:#fff;
  text-transform: uppercase;
}

h2.card-title{
 font-weight: 600;
 font-size: 20px;
}

.card-author {
  font-size: 90%;
}

.card-single-corso .corso-image-label-type{
  position: absolute;
  bottom:0;
  left:0;
  right: 0;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background-color: #72bf44;
	text-transform:uppercase;
}

.card-single-corso .corso-image-label-type.corso-webinar-in-diretta{
  background-color: #f1b143;
}

.card-single-corso .corso-image-label-type.corso-webinar-on-demand{
  background-color: #72bf44;
}

.card-single-corso .corso-image-label-type.corso-senza-categoria{
  display: none;
}

.card-single-corso .card-subtitle{
  text-transform: uppercase;
  font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal;

}

div.corso-img {
  min-height: 220px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.webinar-tags .badge-light{
  background-color: #eee;
  padding:5px 15px;
  font-size: 12px;
  color: #1e73be!important;
  border-radius: 3px;
  text-transform: uppercase;
  margin:0 2px 4px 0;
	font-weight:500;
  white-space: break-spaces;
}

.cover-image,
.page-header-image{
  background-size:cover;
  background-repeat: no-repeat;
}

#homepage-card{
  background-color: #5C2D91;
  color: #fff;
  margin-top: -100px;
}
#homepage-card h2{
  text-transform: uppercase;
  font-size: 1rem;
}
#homepage-card h1,
#homepage-card h2{
  color: #fff;
}



#single-webinar #single-webinar-title.card {
  margin-top: 50px;
  text-align: center;
}

#single-webinar .webinar-details i{
  font-size: 26px;
  line-height: 43px;
}


#site-navigation{
  background-color: #019BCE !important;
  color: #fff;
  text-transform: uppercase;
}



#primary-menu li{
  background-color: #019BCE !important
}

#primary-menu a{
    text-decoration:none;
    text-transform: uppercase!important;
    padding: 0 20px;
    color:#fff;
    text-align:center;
}

#primary-menu > a:hover{ }


#primary-menu li[class*="current-menu-"] > a,
#primary-menu li a:hover,
#primary-menu li:hover {
    color: #F1B143;
    background-color: #019BCE !important
}


#primary-menu li li a{
  padding: 20px;
  background-color: #fff;
  color: #333;
  text-align: left;
}


#accordionFaq .card-header{
  background-color: #fff;
}

#accordionFaq a[data-toggle="collapse"] i {
  transform: rotate(180deg) ;
  transition: all linear 0.25s;
}
#accordionFaq a[data-toggle="collapse"].collapsed i{
  transform: rotate(0deg) ;
}


.footer-widgets{
    /*background-color: #3876AB;*/
    background-color:#019BCE;
    color: #fff;
}

.footer-widgets h2.widget-title{
    color: #fff;
    font-size: 1.5rem;
    overflow: hidden;
}

.footer-widgets p a{word-break:break-all;}

.footer-widgets a {
    color: #fff;
}


#iscrizioneModal .card {
    transition: all 0.5s;
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
}

#iscrizioneModal .card:hover {
    border-color:#019BCE;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    color:#019BCE;
}

fieldset{
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow:  0px 0px 0px 0px #000;
          box-shadow:  0px 0px 0px 0px #000;
}

legend {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width:inherit; /* Or auto */
  padding:0 10px; /* To give a bit of padding on the left and right */
  border-bottom:none;
}


label{
  margin: 20px 0 10px;
  color: #888;
}

label i{
    margin: 0px 20px 0 0;
    font-size: 2rem;
    color: #888;
    color:#019BCE;
}

#area-riservata-main{
  background-color: #fff;
}


input#user_login,
input#user_pass {
    text-align: left;
    width: 100%;
}

.login-username label,
.login-password label{
  display: block;
  margin: 10px 0 5px;
}
#contatti{
  margin-bottom:50px;
}
.form-contatti{
  border-radius:0.25em;
  background:#fff;
  padding:25px;
}
.dati-registrazione{
  border-radius: 0.25em;
  padding-bottom: 50px;
  margin-bottom: 15px;
}
.data-nascita{
  background: #eef1f7;
  border-radius: 0.25em;
  padding:0px 0 25px 0;
  margin:55px 0 35px 0;
}
.wpcf7-form-control-wrap.scuola-grado{width:79%;}
.requisiti{align-self: flex-end;color:#999;}

.txtarea-grp .wpcf7-form-control-wrap{
  display: block;
}
#assistenzaForm .pretext{
  margin:20px 0;
}
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"]
{
  width: 100%;
  display: inline-block;
}
/*
span.wpcf7-form-control-wrap.grado-scuola{width:68%;}

.wpcf7-form input[type=email], .wpcf7-form input[type=password], .wpcf7-form input[type=search], .wpcf7-form input[type=number], .wpcf7-form input[type=text], .wpcf7-form input[type=url], .wpcf7-form textarea, .wpcf7-form input[type=date], .wpcf7-select {
width:100%;
border-radius:0.25em;
border:1px solid #cccccc;
background:#ffffff;
box-shadow:none;
}

[data-class="wpcf7cf_group"]{width:100%;}

button, html input[type=button], input[type=reset], input[type=submit]{
background:#72bf44;
border-radius:0.25em;
padding: .5rem 1rem;
font-size: 1.0rem;
line-height: 1.5;
border-radius: .3rem;

}
*/
 .wpcf7-form input[type=date]{
border-top-left-radius: 0!important;
border-bottom-left-radius: 0!important;
}
label{width:100%;}
.wpcf7-select{padding:7px!important;width:100%;}
#partners{
  padding:100px 0;
}
#partners h2{
  text-align:center;
  font-size:41px;
}
.plogo img{
  padding:0 50px;
}
.post-98 h1{padding-left:25px;padding-top:15px;}
.assistenza-form{padding:25px;}
#iscrizioneForm .wpcf7-acceptance label{
    font-size: 13px;
    color: #333;
    font-style: italic;
}
/*
 loader
 aggiunto da kenny
*/
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 16px;
  margin-left: -52px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 2px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

#post-120 .card-body:hover{cursor:pointer; opacity: 0.9;}

.separatore{padding:20px;}
.acceptance label{margin:0;}
.acceptance .wpcf7-list-item-label{margin-left:5px;}
.home-banner{width:100%;}
.badge-success{background:#72bf44;}
.wpcf7-not-valid-tip{color:#d60000;}


/* EYE ICON NEI FORM PASSW **/

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: 10px;
  position: absolute;
	right:10px;
  z-index: 2;
}

[data-id="dati-scuola-italiana"] {
    width: 100%;
    /*display: flex!important;*/
}

/* DATI PROFILO  E CAMBIO PW **/
.datiprofilo input,
.pwform input{width:100%;}
.datiprofilo .wpcf7-select {padding:12px!important;}
.datiprofilo input[type="submit"],
.pwform input[type="submit"]{width:auto;margin:40px 0 25px 0;padding:10px 25px;}


/* RESET PASSWORD */
.tml-login-link {
  display:none;
}

/** MATERIALE DIDATTICO ***/
.card.card-body{border:0;}
.cassetto-materiale-docente{padding: 10px 15px;border-bottom:1px solid #f1f1f1;margin:0;}
.cassetto-materiale-docente img{max-width:20px;margin-right:15px;}



.mobile-login, .mobile-logged{display: none;}
.desk-login{padding-top:11px;}

/** AREA RISERVATA RESTYLE CON FLEX (in modo da avere menu come primo oggetto e tutto piu uniforme) ***/
.areacontainer{display: flex;margin:50px 0;}
#left-sidebar{width:30%; margin-right:2%;}
#area-riservata{width:68%;}
.inside-left-sidebar{background:#fff;border-radius:5px;padding:0px}
.inside-left-sidebar h2{
  background: #019bce;
color: #fff;
padding: 15px 15px 15px 32px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.menu-area-riservata-container{padding:0px;}
.menu-area-riservata-container ul{padding:0px 0 40px 0;}
.menu-area-riservata-container li{margin:0;padding:0!important;}
.menu-area-riservata-container li a {padding:8px 0 8px 25px;border-bottom: 1px solid #f3f3f3;display:block;margin:0;}
.menu-area-riservata-container li a:hover,
.menu-area-riservata-container li.current-menu-item a{background-color:#019bce;color:#fff;}
h1.areares-title{padding:15px 0 0px 40px;margin:0!important;}
@keyframes lds-facebook {
  0% {
    top: 1px;
    height: 16px;
  }
  50%, 100% {
    top: 6px;
    height: 8px;
  }
}
/* fine loader */


/* FIX SELECT FORM ICONE **/
 .input-group{
	flex-wrap:nowrap;
}
 .input-group select{
	width:100%;
}
 .input-group  .wpcf7-form-control-wrap{
	width:100%;
}
@media only screen and (max-width: 768px) {

  #masthead .inside-header {
    padding: 10px;
  }

  #masthead .site-logo {
    margin-top: 10px;
    text-align: left;
  }

  .btn-diretta, .btn-ondemand {
    font-size: 12px;
    margin-bottom: 10px;
  }

}
@media only screen and (max-width: 767px) {
.inside-header{flex-wrap:wrap;}
.site-logo{flex:1 0 45%;order:1;}
.accedi-registra{flex:0 0 20%;order:2;margin-left:10px;}
.desk-login{display:none;}
.desk-logged{display: none;}
.mobile-login, .mobile-logged{display: block;}
.mobile-logged i{font-size:50px;margin:20px 0 0 0;}
.woocomerce-cart{flex:0 0 17%;order:3;margin:5px 0 0 10px;background:#fff;}
.search-bar{flex: 0 0 99%; order:4;}
.mobile-login{display: inline-block;}
.mobile-login i.las.la-user-circle{font-size:50px;margin:20px 0 0 0;}

#homebanner .banner-image{
  min-height: 80px;
  text-align: center;
  margin: 25px 0;
  background-position: top center;
}
#homebanner .banner-caption h1.caption-title {text-align: center!important;}
#homebanner .banner-caption .caption-subtext{text-align: center!important;padding-right:0!important;}

.wpcf7-form-control-wrap{width:100%;}
input[type="submit"]{width:100%;}

.webinar-details .p4{padding:0!important;}
.webinar-item .row .col-md-8{order:2;}
.webinar-item .row .col-md-4{order:1;}
.webinar-parameter{
  text-align:center;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f4f4;
  align-items:center;
  }
  .mobile-center{text-align: center;}
  .webinar-tags .badge-light {
    margin-bottom: 12px;
  text-align: left;
  line-height: 1.5em;
  }
.avatar img{width:120px;height:120px;}
.author-bio.pr-5{padding:0 15px!important;text-align:center;    font-size: 15px;line-height: 1.8em;}
.formatori-row h3{text-align:center; font-size:28px;margin:15px 0;}
.card.card-shadow{padding:0!important;}
.formatore-header .bg-viola{padding:3rem}
.formatore-header .col-md-8.text-left{text-align:center!important;}

.areacontainer{flex-direction: column;}
#left-sidebar{width:90%;margin: 0 5%;}
#area-riservata{width:92%;margin: 0 4%;}
	.input-group{margin:15px 0;}
	.card.no-border.h-100{height:auto!important;margin:0 0 35px 0;}
	.card-body img{width:65px!important;height:auto!important;}
}


div.search-bar {
	display: flex;
	align-items: center;
}
form#ricerca {
	width: 100%;
}
.new.card.card-single-corso button.materiale{
	border:0;
	margin-top:10px;
}
.new.card.card-single-corso button.materiale i{
	margin-right:5px;
	font-size:20px;
}
.new.card.card-single-corso button.materiale:active{outline:none;}
.new.card.card-single-corso button.btn.materiale:hover,
.new.card.card-single-corso button.btn.materiale:focus{
	background:#666!important;
}
.new.card.card-single-corso .collapse,
.new.card.card-single-corso .collapsing{
	width:100%;
}

.new.card.card-single-corso .card-body{
	background:#e8f2f5;
	border-radius: 0;
	/*border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;*/
}
.new.card.card-single-corso .cassetto-materiale-docente{
	border:1px dashed #ccc;
	background:#fff;
	margin-bottom: 15px;
}
.new.card.card-single-corso .card-image{
	/*border-top-left-radius:5px;
	border-bottom-left-radius:5px;*/
}

/** SLIDER 2022 By SD Neting ***/

.loescher-slider .slide {
	height: 410px!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.loescher-slider .slide-box {
    width: 60%;
    background: rgba(255, 255, 255, 0.75);
    padding: 50px;
    margin-left: auto;
    margin-top: 0px;
	margin-right:0;
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	transform: translate(600px, 0px );
	opacity:0;
	border-radius:5px;
}
.loescher-logo svg{
	width:100%;
	height:auto;
}
.tarapieta .slide-box{
	transform: translate(0, 0 );
	opacity:1;
	transition: 0.5s all;
}
.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow{
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	height: 0.45em;
	vertical-align: top;
	width: 0.45em;
	left: 10px;
	bottom:10px;
	transform: rotate(225deg);
	position:absolute;
	z-index:9999;
	border-color:#fff;
	padding:10px;
	background-color: transparent;
}
.next-arrow{
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	height: 0.45em;
	vertical-align: top;
	width: 0.45em;
	right: 10px;
	transform: rotate(45deg);
	position:absolute;
	bottom:10px;
	z-index:9999;
	border-color:#fff;
	padding:10px;
	background-color: transparent;	
}
button.prev-arrow:hover, 
button.next-arrow:hover,
button.prev-arrow:focus, 
button.next-arrow:focus{
	background-color: transparent;
	outline:0;
}
.slider-content{margin-bottom:30px;}
a.slider-cta {
    padding: 10px 50px;
    color: #fff;
    background: #019BCE;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
}
.slide .row{
	height:100%;
	align-content: center;
}
.slide .container{
	height:100%;
}
span.slide-pretitle {
    padding-bottom: 10px;
    display: block;
}
.slider-content {
    display: block;
    margin: 15px 0 30px 0;
}
.slider-title h2{
	font-size: 2em;
	text-transform: uppercase;
}
span.slide-pretitle {
    padding-bottom: 10px;
    display: block;
    text-transform: uppercase;
}

.slider__counter {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background: rgba(0,0,0,0.55);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 3px;
    border: 1px solid #fff;
}

@media screen and (max-width: 1280px) {
	.loescher-slider .slide-box{width:50%;}
}

@media screen and (max-width: 800px) {
	.loescher-slider .slide-box{width:80%;margin:60px auto 0 auto;}
	.loescher-logo{display:none}

  .pws-logo{
    position: absolute;
		display: block;
		top: 5px;
		left: 25px;
		z-index: 999;
		width: 150px;
		transform: none;
  }
}

@media screen and (max-width: 767px) {
	.slick-slider {
		height:auto;
	}
	.slide{
		height: 50vh;
		background-size: cover;
		background-position: top center;
	}

	.slide .row{
		height:100%;
		align-content:center;
	}

	.slide .container{
		height:100%;
	}
	
	.slider__counter{
		right:15px;
		bottom:5px;
	}

	.loescher-slider .slide-box{
		width:100%;
		height:auto;
		margin:15px;
		background:#ffffff;
	}
	.prev-arrow, .next-arrow{
		top:50%;
	}

	.pf-logo {
		position: absolute;
		display: block;
		top: 5px;
		left: 5px;
		z-index: 999;
		width: 100px;
		transform: none;
	}

	.res-card{
		padding:15px;
	}
}