﻿@import url("https://fonts.googleapis.com/css2?family=PT+Serif&family=Saira+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap");
@media (min-width: 1400px) {
  .container {
    max-width: 1340px; } }

span.field-validation-error {
  color: red;
  font-size: 1rem; }

.breadcrumb {
  background-color: transparent;
  color: #fff;
  /*background-image: url(/css/svg/Artboard.svg);
    background-repeat: repeat-x, repeat-y*/
  padding: 1.5rem;
  margin-bottom: 0; }
  .breadcrumb ul li, .breadcrumb ul li a {
    color: #fff; }
  .breadcrumb a {
    color: #fff; }
  .breadcrumb a:hover {
    cursor: pointer; }

.breadcrumb-container {
  margin-bottom: 1rem;
  border-top: 5px solid #b22234;
  border-bottom: 5px solid #b22234; }

h1, h2, h3, h4, h5 {
  font-family: "Bree Serif", serif; }

.car-info h1 {
  font-size: 2rem; }

body {
  font-family: 'Open sans', sans-serif;
  font-size: 0.85rem; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem 1.2rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 2px;
  color: #fff;
  font-family: "Bree Serif", serif; }

.btn-primary:hover {
  background-color: #e6344a; }

.navbar {
  padding: 1.2rem 1rem; }

.navbar-nav a {
  font-family: 'Bree Serif';
  font-size: 1.1rem; }

.frontpage-search-box {
  background-color: white;
  border: 1px #dedede solid;
  margin-top: -2rem;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  .frontpage-search-box label {
    font-family: "Bree Serif", serif;
    font-size: 1.4rem;
    margin-right: 10px; }
  .frontpage-search-box input {
    width: 20rem; }
  .frontpage-search-box input, .frontpage-search-box select {
    border-radius: 2px;
    border: 1px #dedede solid;
    padding: 5px;
    font-family: "Bree Serif", serif; }
  .frontpage-search-box button {
    margin-bottom: 4px;
    margin-left: 4px; }

h1.marked-red, h2.marked-red, h3.marked-red, h4.marked-red {
  background-color: #b22234;
  color: white;
  text-transform: uppercase;
  padding-left: 0.5rem;
  border-radius: 2px; }

h1.marked-blue, h2.marked-blue, h3.marked-blue, h4.marked-blue {
  background-color: #3C3B6E;
  color: white;
  text-transform: uppercase;
  padding-left: 0.5rem;
  border-radius: 2px;
  font-size: 1.1rem;
  padding: 8px 11px; }

.breadcrumb-container, h1.marked-blue, h2.marked-blue, h3.marked-blue, h4.marked-blue {
  background-image: url(/css/svg/Artboard.svg);
  background-size: contain; }

.marked-blue {
  /*margin-right: 3px;*/ }

.bil-template .vertical-ad-border, .del-template .vertical-ad-border {
  display: none; }

a.btn.btn-paging {
  margin-bottom: 1rem; }

.slide-text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
  max-width: 600px;
  border-radius: 2px; }

.search-header {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  background-color: #3C3B6E;
  margin-bottom: 0; }

.masthead-text-container {
  position: relative;
  top: 50%;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  max-width: 600px;
  border-radius: 2px; }

.btn-primary {
  background-color: #b22234;
  border: none;
  border-radius: 2px;
  color: #fff !important; }

.btn-secondary {
  background-color: #3C3B6E;
  border: none;
  border-radius: 2px;
  color: #fff !important; }

footer {
  /*background-color: $base-blue;*/
  border-top: 8px solid #b22234;
  color: white;
  background-image: url(/css/svg/Artboard.svg); }
  footer a {
    color: white; }
  footer ul {
    padding-left: 0; }
    footer ul li {
      list-style: none; }

/*.slick-slider {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}*/
.car-box a {
  color: #303030; }

.listing h4.listing-title {
  font-size: 1rem;
  color: #303030; }

.listing a {
  text-decoration: none;
  color: #303030; }

.listing-price {
  font-size: 0.9rem; }
  .listing-price span {
    font-weight: 700;
    text-transform: uppercase; }

.img-rounded {
  border-radius: 2px; }

.caption {
  font-size: 95%;
  color: #606060;
  font-style: italic; }

header.masthead {
  background-size: cover;
  height: 600px; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 20px; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.umb-grid img[style*="float: left"] {
  margin: 0px 30px 20px 0px; }

.umb-grid img[style*="float: right"] {
  margin: 0px 0px 20px 30px; }

.article-list a, .article-list a:hover {
  color: #303030;
  text-decoration: none; }

ul.slick-dots {
  list-style: none; }

.carinfo-price {
  font-size: 2em; }

.carinfo-facts-box {
  border-top: 1px #eaeaea solid;
  padding-top: 10px; }

.carinfo-fact span {
  font-weight: 700; }

.carinfo-fact {
  margin: 8px 0; }

.car-slider-nav img {
  opacity: 0.6; }

.car-slider-nav .slick-current img {
  opacity: 1; }

.carinfo-facts-description {
  font-size: 1.1em; }

.search-box .form-control {
  border-radius: 0 0 .25rem .25rem; }

.bilarkopes-template .ads-item, .delarkopes-template .ads-item {
  margin-bottom: 3rem !important; }

#advancedFilters {
  margin-top: 5rem; }

.edit-ad label {
  font-weight: 700; }

.legacy-edit-ad {
  font-size: 0.8rem; }

input.text {
  width: 100%;
  margin-bottom: 0px;
  border: 1px solid #ced4da;
  padding: 5px 3px; }

.umbraco-forms-label {
  display: inline;
  margin-bottom: 0px;
  font-weight: 700; }

.umbraco-forms-field select {
  border-radius: 0; }

.umbraco-forms-container, .umbraco-forms-label, .umbraco-forms-field-wrapper {
  padding: 0; }

.checkbox .umbraco-forms-field-wrapper {
  float: left;
  width: 22px; }

.umbraco-forms-navigation > div {
  padding-left: 0; }

img.img-buy {
  opacity: 0.3; }

.buy-image-header {
  top: 45%; }

@media (max-width: 1200px) {
  header.masthead {
    height: 500px; } }

@media (max-width: 991px) {
  header.masthead {
    height: 400px; } }

@media (max-width: 767px) {
  header.masthead {
    height: 300px; } }

@media (max-width: 576px) {
  .umb-grid img[style*="float: right"], .umb-grid img[style*="float: left"] {
    float: none !important; }
  .umb-grid img[style*="float: right"] img, .umb-grid img[style*="float: left"] img {
    width: 100%;
    margin: 0; }
  header.masthead {
    height: 200px; }
  .masthead-text-container {
    top: 10px; }
  .slide-text-container {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    max-width: 600px;
    border-radius: 2px;
    height: 100%; }
    .slide-text-container h1 {
      font-size: 1.2rem; }
    .slide-text-container h2 {
      font-size: 1rem; }
  .frontpage-search-box {
    margin-top: 1rem;
    background: #f6f6f6; } }

.loader,
.loader:before,
.loader:after {
  border-radius: 50%; }

.loader {
  color: #ffffff;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.loader:before,
.loader:after {
  position: absolute;
  content: ''; }

.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #3C3B6E;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.1em 5.1em;
  transform-origin: 5.1em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s; }

.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #3C3B6E;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 4.9em;
  -webkit-transform-origin: 0.1em 5.1em;
  transform-origin: 0.1em 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease; }

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*mobile navigation*/
@media screen and (max-width: 990px) {
  .logo {
    height: 40px;
  }

  .navbar-toggler {
    border: unset;
  }

  .navbar button:focus {
    outline: unset;
  }
}

/*Annons site- image mobile*/
@media screen and (max-width: 990px) {
  .car-slider-nav .slick-track{
    width: 100% !important;
    margin-left: 5px;
    min-height: 60px;
    display: flex !important;
    justify-content: space-evenly;
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .car-slider-nav .slick-list {
    padding: 0 !important;
  }

  .car-slider-nav .slick-slide {
    padding: 0 10px 0 0;
    box-sizing: border-box;
    width:  calc( calc(100% - 50px) / 6) !important;
  }

  .car-slider-nav .slick-slide img {
    width:  100% !important;
  }
  
  
  .car-slider-nav {
    margin-top: 10px !important;
  }

  .dropdown-menu {
    border: none;
    background-color: #efefef;
  }

  .dropdown-item {
    font-size: 1rem !important;
    font-style: italic;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 0.5rem 0;
  }

  .dropdown-item:first-of-type {
    padding-top: 0;
  }

  .dropdown-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}