/*
Theme Name: Speer Reclame en Communicatie
Author: Speer
Author URI: https://speer.nl
Description: Speer Reclame en Communicatie.
Version: 1.0
Text Domain: speer
*/

/*
*  Extra additionele CSS
*/
.tile-btn-group-show-hover .tile-btn-group {
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  text-align: right;
  display: flex;
  flex-direction: column;
  max-height: 3rem;
  overflow: hidden;
  padding-bottom: 0rem;
  transition: padding-bottom 0.3s ease-in-out, max-height 0.3s ease-in-out; }
  .tile-btn-group-show-hover .tile-btn-group .tile-btn {
    position: relative; }

.tile-btn-group-show-hover:hover .tile-btn-group {
  max-height: 30rem;
  padding-bottom: 0.5rem; }

.grid__homepage-slogan{ padding: 0 3rem; }

.quote--large{
  font-size: 1.45rem;
}
.list ul{
  margin: 0;
  padding-left: 0;
  list-style-image: url(assets/images/icons/list-arrow.png);
  line-height: 30px;
}

span > select {
	border: 0;
	padding: .5rem;
	width: 100%;
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 2rem;
	margin: .5rem 0;
	color: #071c2c;
}

span > select > option {
	font-size: 1.3rem;
	margin: .5rem 0;
}
