/************************************************************
Heda - Stödmuren - Consid 2022
************************************************************/

/* FONTS SRC
-----------------------------------------------------------*/
@font-face {
  font-family: 'heda_probold';
  src: url('fonts/hedapro-bold-webfont.eot');
  src: url('fonts/hedapro-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/hedapro-bold-webfont.woff2') format('woff2'),
       url('fonts/hedapro-bold-webfont.woff') format('woff'),
       url('fonts/hedapro-bold-webfont.ttf') format('truetype'),
       url('fonts/hedapro-bold-webfont.svg#heda_probold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'heda_proregular';
  src: url('fonts/hedapro-webfont.eot');
  src: url('fonts/hedapro-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/hedapro-webfont.woff2') format('woff2'),
       url('fonts/hedapro-webfont.woff') format('woff'),
       url('fonts/hedapro-webfont.ttf') format('truetype'),
       url('fonts/hedapro-webfont.svg#heda_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'heda_procondensed_medium';
  src: url('fonts/hedapro-condmedium-webfont.eot');
  src: url('fonts/hedapro-condmedium-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/hedapro-condmedium-webfont.woff2') format('woff2'),
       url('fonts/hedapro-condmedium-webfont.woff') format('woff'),
       url('fonts/hedapro-condmedium-webfont.ttf') format('truetype'),
       url('fonts/hedapro-condmedium-webfont.svg#heda_procondensed_medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONTS - STYLE
-----------------------------------------------------------*/
body {
	font-family: 'heda_proregular';
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.5;	
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

.jdr-hero,
.jdr-info {
	max-width: 780px;
}

.jdr-center {
    text-align: center;
}

.jdr-info-bg {
    background-color: #EFEFEF;
	padding: 40px 0;
}

.jdr-sortiment .py-5 { padding-bottom: 0!important; }


.jdr-sortiment .card {
	border-radius: 0;
	border-color: #007f61;
	border-color: rgba(0,127,97,0.50);
}

.jdr-sortiment .card img { }

.jdr-pris {
	font-weight: 700;
}

.jdr-footer { }

.jdr-footer .container {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}

.logo-jader-wrapper {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 250px 83px;
    display: inline-block;
    width: 250px;
    height: 83px;
} 

.logo-jader {
  background-image: url("https://jaders.se/jaders-logo.png");
    background-image: url(img/jaders-logo.png);
}





/**
****************************************************************************************
* Media Queries
****************************************************************************************
*/
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 768px) {	
	.jdr-sortiment .col-md-4 { margin-bottom: 40px; }
	.jdr-sortiment .row.py-5:nth-child(3) { padding-top: 0!important; }	
	.jdr-pris { text-align: center; }
	
	
	.logo-jader-wrapper {
	background-size: 150px 49.5px;
	width: 150px;
	height: 49.5px;
}
	
}

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
	}
}
/**
****************************************************************************************
* Media Queries - END
****************************************************************************************
*/
