﻿/*
Theme Name: Wagner Ejendomme
Description: Unikt tema designet og udviklet af Weltklasse
Version: 1.0
Author: Weltklasse
Author URI: https://weltklasse.dk
*/
body, html {
	margin: 0;
	overflow-x: hidden;
	background: #F0F4FAFF;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	left: 0;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 1450px) {
  body {
    padding: 25px;
  }
  header.main {
  	margin: 0px 25px;
  }
}
main {
	padding-top: 130px;
}
@media only screen and (max-width: 650px) {
  main {
    padding-top: 45px;
  }
}
h1, h2, h3 {
	color: #1F2C47;
	letter-spacing: -1px;
}
li {
  font-size: clamp(0.9rem, 1.5vw, 1rem) !important;
}
p {
  font-size: clamp(0.9rem, 1.5vw, 1rem) !important;
}
.bde-text,
.bde-rich-text  {
  font-size: clamp(0.9rem, 1.5vw, 1rem) !important;
  line-height: 1.5;
}
/*a.bde-text-link {
  font-size: clamp(0.9rem, 1.5vw, 1rem) !important;
}*/
h1.bde-heading {
  font-size: clamp(2rem, 5vw, 4rem) !important;
}
h2.bde-heading {
  font-size: clamp(1.75rem, 4vw, 3rem) !important;
}

span.bde-simple-counter__digit.js-digit{
	font-size: clamp(1.75rem, 4vw, 3rem) !important;
	font-family:"Montserrat", sans-serif !important;

}
span.bde-simple-counter__suffix{	
	font-size: clamp(1.75rem, 4vw, 3rem) !important;
	font-family:"Montserrat", sans-serif !important;
}
span.bde-accordion__title{
  font-size: clamp(1.25rem, 2.5vw, 1.75rem) !important;

}

h3, h2 {
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
}
h3.bde-heading {
  font-size: clamp(1.5rem, 3vw, 2.25rem) !important;
  font-weight: 600;
}
h4.bde-heading {
  font-weight: 600;
}
h5.bde-heading {
  font-size: clamp(1.125rem, 2vw, 1.5rem) !important;
  font-weight: 600;
}
h6.bde-heading {
  font-size: clamp(1rem, 1.5vw, 1.25rem) !important;
  font-weight: 600;
}

main .logo-wrap {
  top: 0;
  left: 0;
  z-index: 9;
}
.bde-tabs__tab-title {
  font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 767px) {
  .breakdance .bde-section .section-container:not(.breakdance .bde-section:first-of-type .section-container) {
    padding-top: 0;
  }
}
