/*
    Theme Name: Knauf Insulation
    Description: Dedicated styles for Knauf Insulation
    Version: 1.0.4
    Author: Piotr Sember
*/
html {
	font-size: 62.5%;
	overflow-y: scroll !important;
}

body {
	margin: 0;
	background: #fff;
	line-height: 1.3;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	color: #282a37;
	font-family: minion-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	font-size: 1.8rem;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
}
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: inherit;
	outline: none;
	text-decoration: underline;
	transition: all 0.3s ease-in-out 0s;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
}

ul, ol {
	padding-left: 1.5em;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: 700;
}

input, textarea, select, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: none;
	color: inherit;
	border-radius: 0;
	box-shadow: none;
	display: block;
}

svg, img:not(.x2) {
	max-width: 100%;
	width: auto;
	height: auto;
}

td {
	width: auto !important;
	height: auto !important;
}

table {
	width: 100% !important;
	height: auto !important;
}

tr {
	width: auto !important;
	height: auto !important;
}

tr:nth-child(n+2) td {
	padding-top: 2rem !important;
}

main {
	display: block;
}

.container {
	display: block;
	width: 100%;
	/*max-width: 1250px;*/
	/*padding-left: 1em;*/
	/*padding-right: 1em;*/
	max-width: 1214px;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px) {
	html:not(.no-rwd) .container {
		padding-left: 24px;
		padding-right: 24px;
	}
}

iframe {
	max-width: 100%;
	width: 100%;
}
.color-primary {
	color: #009fe3;
}

.mapplic-element .mapplic-button:focus, .mapplic-button:hover, .mapplic-button:focus {
	background: rgba(0, 159, 227, 0.7) !important;
}
