/* Tar bort "Glömt" länkarna från loginrutan */

.rstpl-template-menu .mod-login__options {
display:none;
}

.rstpl-navbar-login .mod-login.open {
min-height: auto;
}

/* Förstorar loggan, centrar den verikalt med menyn och säkerställer avstånd mellan logga och meny */

.rstpl-navigation .navbar .rstpl-brand.image img {
  height: 45px;
  padding-bottom: 0px;
  /* margin-right: 20px; */
  margin-bottom: 20px;
}

/* Säkerställer avstånd mellan logga och meny*/

.rstpl-template-menu {
margin-left: 3%;
}

/* Gör breadcrumbfältet lite smalare jämfört med orginal */

.rstpl-breadcrumbs-position {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(90,143,21,0.1);
}

/* Justerat storlek och position på språkflaggor. OBS att bildfilerna för flaggorna är utbytta i /media.... för att få störra upplösning */

div.mod-languages img {
 float: right;
 height: 25px;
 margin-top: 28px;
}

/* Fixar kolumnbredd för filnamn på kurssidor */

.rsfiles-download-info {
  word-break: break-all;
  word-wrap: break-word;
  min-width: 70%
}

.dwpbld-title h2 {
  text-align: left;
  font-family: Poppins;
  font-size: 19.2px;
  letter-spacing: 1px;
  font-weight: 600;
  left: 32px;
  position: relative;
  z-index: 2
}

 .dwpbld-title h2::before {
  content: "";
  background-color: #5a8f15;
  position: absolute;
  top: 50%;
  left: -32px;
  width: 20px;
  height: 48px;
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50% 50% 50% 50% / 25% 25% 25% 25%;
  transition: all .3s cubic-bezier(.51, .92, .24, 1.15);
  box-shadow: 0 0px 20px rgba(50,50,50,0.5);
}

  
.dwpbld-title h2:hover::before {
  content: "";
  height: 20px;
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  background-color: #5a8f15;
  position: absolute;
  top: 50%;
  left: -32px;
  width: 20px;
  display: inline-block;
  transform: translateY(-50%);
  transition: all .3s cubic-bezier(.51, .92, .24, 1.15);
  box-shadow: 0 0px 20px rgba(50,50,50,0.5);
}		

/* Skapar snygga runda hörn på bilder (samma som i vissa mallelement) */

.dwpbld-image img{
  border-radius: 18px;
  transition: all .4s linear;
}

/* Formatterar "underskriften" i testimonialselement om den anges i */
/* radformetterring i RSPB */

.rspbld-details {
	text-align: right;
	}

.dwpbld-details strong{
  font-size: 14px;
  line-height: 1.2;
  margin: 10px 0 0 0;
}

/* fixar formattering av punktlista i kursbeskrivning */

.dwpbld-section-left {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  background-color: #f0f0f4;
}
	
.dwpbld-section-right {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  background-color: #f0f0f4;
}
	
/* Formatterar h2 titel i sidfotsposition */	
	
.rstpl-title {
  color: white;
}

