/*!
 * Layout komponenter i Hundeweb.dk
 * Av Rune Løvik - Origin AS
 */

h1 {
  font-size: 30px;
  line-height: 30px;
}

h2 {
  font-size: 24px;
  line-height: 24px;
}

h3 {
  font-size: 18px;
  line-height: 18px;
}

h4 {
  font-size: 14px;
  line-height: 14px;
}

h5 {
  font-size: 12px;
  line-height: 12px;
}

h6 {
  font-size: 11px;
  line-height: 11px;
  color: #999999;
  text-transform: uppercase;
}

h1 small {
  font-size: 24px;
}

h2 small {
  font-size: 18px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.ledetekster {
  color:#999;
  font-size:11px;
  font-weight: normal;

}
.btn-100-prosent{
  width:100%;
  text-align: left;
  margin-bottom:4px;
}


[class^="helveticon-"],
[class*=" helveticon-"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  *margin-right: .3em;
  line-height: 20px;
  /*vertical-align: text-top;*/
  vertical-align:middle;
  background-image: url("../img/helveticon-halflings.png");
  background-position: 20px 20px;
  background-repeat: no-repeat;
}

[class^="helveticon-"]:last-child,
[class*=" helveticon-"]:last-child {
  *margin-left: 0;
}

.helveticon-white {
  background-image: url("../img/helveticon-halflings-white.png");
}

.helveticon-arrow-right {
  background-position: 0      0;
}

.helveticon-arrow-left {
  background-position: -20px 0;
}
.helveticon-arrow-up {
  background-position: -40px 0;
}
.helveticon-arrow-down {
  background-position: -60px 0;
}
.helveticon-checked {
  background-position: -80px 0;
}
.helveticon-un-checked {
  background-position: -100px 0;
}
.push-arrow-right {
  margin-top:5px;
  float:right;
}
hr {
  margin:5px 0px;
}
.big-checkbox {

  height: 24px;
  width:24px;
}
.grey-text {
  color:#ccc;
}
.tilmeld {
  font-size:11px;
  color:666px;
  text-transform: uppercase;
  margin: 8px 2px 0px 0px ;
}

.mobilepay-type {
  margin-bottom:10px;
  width:100% !important;
  border:1px solid #cccccc;
  border-radius:8px;
  padding:0.3rem 1rem;
  display:flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;

}
.mobilepay-type:hover {
  background-color: #ededed;

}
.mobilepay-type:active {
  border-color: blue;
}
.mobilepay-logos {
  display: flex;
  gap:8px;
}
.mobilepay-logos svg{
  width:30px;
  height: 22px;
}

