html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.azg-cards-margin-bottom {
    margin-bottom: 1rem;
}

.azg-kaartje .card {
    border: none;
    text-align: center;
}

.azg-kaartje img {
    height: 75%;
    width: 75%;
}

.azg-button-actie {
    border-color: #7B003B;
    background-color: #7B003B;
    color: #FFFFFF;
    font-weight: bold;
}

.azg-button-actie:hover {
    border-color: #F6B21F;
    background-color: #F6B21F;
    color: #000000;
    font-weight: bold;
}

.azg-button-lang {
    background-color: #F6B21F;
    border-color: #F6B21F;
    color: #FFFFFF;
    font-weight: bold;
}

.azg-button-lang:hover {
    background-color: #F6B21F;
    border-color: #F6B21F;
    color: #000000;
    font-weight: bold;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.azg-border-none {
    border:none;
}

.validation-summary-errors ul {
    margin-bottom: 0;
    list-style-type: none;
    padding-inline-start: 0px;
}

.azg-logo {
    width: 32px;
    height: 32px;
    margin-right: 1rem;
}

.azg-title {
    color: #7b013e;
}
