@font-face {
  font-family: 'Roboto';
  src: local('Roboto'), url('/assets/fonts/Roboto-Regular-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

html {
  font-family: 'Roboto', sans-serif;
}

body {
  background-color: #F6F7F7;
  margin: 0 !important;
}

header a {
  padding-top: 26px;
  padding-right: 15px;
  text-decoration: none;
  /*transition: 0.3s;*/
  white-space: nowrap;
  text-overflow: ellipsis;
}

header .huvudmeny {
  background-color: #1074D1;
  font-size: 20px;
  height: 76px;
  color: #FFFFFF;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

header .huvudmeny a {
  color: #FFFFFF;
}

header .huvudmeny a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

header .huvudmeny .aktiv {
  text-decoration: underline;
}

header .huvudmeny .menyval {
  grid-column: 3;
  justify-self: center;
  padding-right: 250px;
}

header .huvudmeny .logga {
  padding-left: 50px;
}

header .huvudmeny .logga>img {
  height: 50px;
}

article {
  display: flex;
  flex-flow: column nowrap;
  background-image: url('/assets/projotool_bg.png');
  background-repeat: no-repeat;
  background-size: 88% auto;
  background-position: top right;
  min-height: calc(100vh - 76px - 150px);
}

#bestall {
  background-image: url('/assets/order_bg.svg');
  background-repeat: no-repeat;
  background-size: 46% auto;
  background-position: top right;
}

#bekraftelse {
  background-image: url('/assets/order_done_bg.svg');
  background-repeat: no-repeat;
  background-size: 46% auto;
  background-position: top right;
}

article section {
  margin-top: 100px;
  margin-left: 100px;
  width: 46%;
  /* text-align: justify; */
}

#ovrigt section h1 {
  font-size: 36px;
}

#projotool section {
  width: calc(100% - 110px) !important;
}

#projotool .info {
  width: 36% !important;
}

article h1 {
  font-size: 32px;
}

article #projotool .content div {
  font-size: 14px;
}

article .las-mer {
  color: #4784fb;
  text-align: right;
}

article .las-mer a {
  text-decoration: none;
  color: inherit;
}

article .las-mer a:hover {
  text-decoration: none;
  color: inherit;
}

article .info-ruta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 66px;
  margin-top: 110px;
}

article .info-ruta .content {
  background-color: #F6F7F7;
  /* text-align: justify; */
  width: 620px;
  height: 300px;
  margin-right: 110px;
  padding: 20px;
  border-radius: 5px;
}

article .info-ruta .content img {
  height: 250px;
}

article .info-ruta .content h2 {
  font-size: 20px;
}

article .info-ruta .content div {
  font-size: 14px;
}

footer {
  background-color: #1074D1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 150px;
  align-items: center;
}

footer div {
  grid-column-start: auto;
}

.footer-menu {
  color: white;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  gap: 30px;
}

.footer-menu a {
  text-decoration: none;
  color: white;
}

.footer-menu a:hover {
  text-decoration: underline;
  color: white;
}

footer .logga {
  padding-left: 100px;
}

footer .logga>img {
  height: 70px;
}

.btn {
  font-size: 20px;
  color: white !important;
  background-color: #1074D1;
  border: 0;
  border-radius: 5px;
  height: 50px;
  padding: 0 15px;
  min-width: 210px;
  text-decoration: none;
  cursor: pointer;
}

.btn-link {
  font-size: 20px;
  color: #1074D1 !important;
  background-color: #F6F7F7;
  border: 0;
  border-radius: 5px;
  height: 50px;
  padding: 0 15px;
  min-width: 210px;
  text-decoration: none;
  cursor: pointer;
}

.btn-main {
  margin-top: 20px;
  margin-right: 20px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.icon-left {
  float: left;
  padding-right: 50px;
}

.icon-right {
  float: right;
  padding-right: 0;
  padding-left: 3em;
}
