html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

@font-face {
    font-family: 'Etelkalight';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url('EtelkaLightPro.otf') format('woff'), /* Modern Browsers */
    url('/_content/Boverket.components/font/EtelkaLightPro.otf') format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Etelkamedium';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url('EtelkaMediumPro.otf') format('woff'), /* Modern Browsers */
    url('/_content/Boverket.components/font/EtelkaMediumPro.otf') format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Open sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url('OpenSans-Regular.woff') format('woff'), /* Modern Browsers */
    url('/_content/Boverket.components/font/OpenSans-Regular.woff') format('truetype') /* Safari, Android, iOS */
}

h1, .bov-h1 {
    font-family: EtelkaLight,HelveticaNeue,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #333333;
    line-height: 49px;
}

h2, .bov-h2 {
    font-family: EtelkaMedium,HelveticaNeue,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #434343;
    line-height: 25px;
    margin-bottom: 24px;
}

h3, .bov-h3 {
    font-family: EtelkaMedium,HelveticaNeue,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 23px;
}

h4, .bov-h4 {
    font-family: EtelkaMedium,HelveticaNeue,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
}

h2.bov-h2-border:before {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    background-color: #C10B25;
    margin-bottom: 8px;
}

p, .bov-p {
    font-family: 'Open sans', HelveticaNeue,'Helvetica Neue';
    font-weight: 400;
    font-size: 16px;
    color: #434343;
    line-height: 22px;
}


.bov-flex {
    display: flex;
}


.bov-wrap {
    max-width: 1008px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.bov-header {
    border-bottom: 1px solid #e2e2e2;
    padding: 16px 16px;
    margin-bottom: 32px;
}

.bov-header .bov-wrap {
    margin-top: 0px;
}

.bov-header a {
    text-decoration: none !important;
}

.bov-wrap main {
    margin-bottom: 24px;
}

#sub-logotype {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 11px 0 11px 0;
    white-space: nowrap;
    position: relative;
    top: -1px;
}

    #sub-logotype h1 {
        font-size: 36px;
        display: block;
        margin-bottom: 0;
        font-family: $BovFontEtelkaLight;
    }


.bov-header-logo {
    margin-top: 4px;
}

.bov-logotype-header {
    width: 88px;
    margin-right: 32px;
}

.bov-maintitle {
    margin-bottom: 4px;
}

.bov-maintitle {
    font-family: EtelkaMedium;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    text-transform: uppercase;
}

.bov-subtitle {
    font-family: EtelkaLight;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

table {
    width: 40%;
    border: 1px solid #808080;
    color: #333333;
    font-family: EtelkaMedium;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
}

    table th {
        background-color: #E2EEF5;
        padding: 5px;
        font-weight: 400 !important;
    }

    table td {
        padding: 5px;
        border: 1px solid #c4baba;
        font-weight: 400 !important;
    }

div.serviceinfo{
    margin-top:2rem;
    margin-bottom:1.5rem;
}

div.serviceinfo p {
    margin-bottom: 0.5rem;
}