h1 {
    color: #000000;
    font-size: 45px;
    font-family: "FranklinGothicDemiITC";
    line-height: 1.1;
    margin: 0 0 8px;
}

h2 {
    color: #000000;
    font-size: 30px;
    font-family: "FranklinGothicDemiITC";
    line-height: 1;
    margin: 0 0 8px;
}

h3 {
    color: #000000;
    font-size: 24px;
    font-family: "FranklinGothicDemiITC";
    line-height: 1;
    margin: 0 0 8px;
}

h4 {
    color: #000000;
    font-size: 20px;
    font-family: "FranklinGothicDemiITC";
    line-height: 1;
    margin: 0 0 8px;
}

h4.special {
    line-height: 31px;
}

h5 {
    color: #000000;
    font-size: 17px;
    font-family: "FranklinGothicDemiITC";
    line-height: 1;
    margin: 0 0 8px;
}

p {
    font-family: "FranklinGothicBookITC";
}

p.introtext {
    color: #282724;
    font-size: 24px;
    font-family: "FranklinGothicBookITC";
    line-height: 1.3;
    margin: 0 0 16px;
}

.disabled-product-introtext p {
    color: #282724;
    font-size: 24px;
    font-family: "FranklinGothicBookITC";
    line-height: 1.3;
    margin: 0 0 16px;
}

.disabled-product-introtext p a {
    color: #df0a25;
    text-decoration: underline !important;
    transition: color 300ms ease-in-out;
}

.disabled-product-introtext p a:hover {
    color: #df0a25;
    text-decoration: underline !important;
    transition: color 300ms ease-in-out;
}

p.preheader {
    color: #666666;
    font-size: 20px;
    font-family: "FranklinGothicBookITC";
    line-height: 1.2;
}

p.preheader.small {
    font-size: 14px;
    line-height: 1;
}

p.bodytext {
    color: #282724;
    font-size: 18px;
    font-family: "FranklinGothicBookITC";
    line-height: 1.6;
    margin: 0 0 16px;
}

p.bodytext.red {
    color: #df0a25;
}

p.bodytext.small {
    font-size: 16px;
}

p.bodytext.with-icon {
    padding: 0 0 0 35px;
}

p.bodytext.with-icon i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #df0a25;
}

p.bodytext b,
p.bodytext strong {
    font-family: "FranklinGothicMediumITC";
}

p.introtext a,
p.preheader a,
p.preheader.small a,
p.bodytext a,
p.bodytext.small a {
    color: #df0a25;
    text-decoration: underline !important;
    transition: color 300ms ease-in-out;
}

p.preheader a.button-style,
p.preheader.smalla a.button-style,
p.bodytext a.button-style,
p.bodytext.small a.button-style {
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
}

p.introtext a:hover,
p.preheader a:hover,
p.preheader.smalla a:hover,
p.bodytext a:hover,
p.bodytext.small a:hover,
p.preheader a.white:hover,
p.preheader.small a.white:hover,
p.bodytext a.white:hover,
p.bodytext.small a.white:hover {
    color: #b2081e;
}

p.alternative-name {
    color: #282724;
    font-size: 13px;
    font-family: "FranklinGothicBookITC";
    line-height: 1.4;
}

p.alternative-name.more-lines {
    height: 36.4px;
    overflow: hidden;
}

p.description {
    color: #575550;
    font-size: 13px;
    font-family: "FranklinGothicBookITC";
    line-height: 1.1;
}

img.max-width {
    width: 100%;
}

h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
p.introtext.white,
p.preheader.white,
p.preheader a.white,
p.preheader.small a.white,
p.bodytext.white,
p.bodytext a.white,
p.bodytext.small a.white,
p.alternative-name.white,
p.description.white,
ul.white li,
ol.white li {
    color: #ffffff;
}

ul {
    list-style: square;
    padding: 0 0 0 34px;
}

ul li {
    color: #282724;
    font-size: 18px;
    font-family: "FranklinGothicBookITC";
    line-height: 28px;
    margin: 0 0 8px;
    position: relative;
}

ul li:nth-last-child(1) {
    margin: 0;
}


/*ul li:before {
	content: '';
	color: #000000;
	font-size: 18px;
	font-family:"FranklinGothicMediumITC";
	line-height: 28px;
	position: absolute;
	top: 13px;
    left: -22px;
	width: 6px;
	height: 6px;
	background-color: #000000;
}*/

ol {
    list-style: none;
    counter-reset: li;
    padding: 0 0 0 34px;
}

ol li {
    color: #282724;
    font-size: 18px;
    font-family: "FranklinGothicBookITC";
    line-height: 28px;
    margin: 0 0 8px;
    position: relative;
    counter-increment: li;
}

ol li:nth-last-child(1) {
    margin: 0;
}

ol li:before {
    content: counter(li) '.';
    color: #000000;
    font-size: 18px;
    font-family: "FranklinGothicMediumITC";
    line-height: 28px;
    position: absolute;
    left: -25px;
}


/* HIGHLIGHTS */

ul.highlights {
    list-style: none;
    margin: 0 0 40px;
    padding: 0 0 0 24px;
}

ul.highlights li {
    color: #000000;
    font-size: 20px;
    font-family: "FranklinGothicDemiITC";
    line-height: 1.2;
    position: relative;
    margin: 0 0 12px;
}

ul.highlights li h2 {
    color: #000000;
    font-size: 20px;
    font-family: "FranklinGothicDemiITC";
    line-height: 1.2;
}

ul.highlights li:nth-last-child(1) {
    margin: 0;
}

ul.highlights li::before {
    position: inherit;
    background-color: #df0a25;
    content: '';
    width: 10px;
    height: 10px;
    left: -20px;
    display: block;
    top: 16px;
}

ul.highlights.highlights-with-h2 li::before {
    top: 16px;
}


/* HIGHLIGHTS Nolmal*/

ul.highlightsnormal {
    list-style: none;
    margin: 0 0 40px;
    padding: 0 0 0 24px;
}

ul.highlightsnormal li {
    color: #000000;
    position: relative;
    margin: -10px 0 16px 0;
    font-size: 18px;
    font-family: "FranklinGothicBookITC";
    line-height: 1.6;
}

ul.highlightsnormal li h2 {
    color: #000000;
    font-size: 20px;
    font-family: "FranklinGothicBookITC";
    line-height: 1.2;
}

ul.highlightsnormal li:nth-last-child(1) {
    margin: 0;
    margin-top:-10px;
}

ul.highlightsnormal li::before {
    position: inherit;
    background-color: #df0a25;
    content: '';
    width: 10px;
    height: 10px;
    left: -20px;
    display: block;
    top: 20px;
}


/* LINKLISTS */

.list-of-links p {
    color: #575550;
    font-size: 14px;
    font-family: "FranklinGothicBookITC";
    line-height: 20px;
    margin: 7px 0;
}

.list-of-links .line {
    background-color: #d9d6cf;
    width: 100%;
    height: 1px;
    margin: 0 0 19px;
}

.list-of-links ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.list-of-links ul li {
    font-size: 18px;
    font-family: "FranklinGothicMediumITC";
    line-height: 20px;
    margin: 0 0 14px;
    cursor: pointer;
}

.list-of-links ul li:nth-last-child(1) {
    margin: 0 0 8px;
}

.list-of-links ul li a {
    color: #df0a25;
}

.list-of-links ul li a:hover {
    color: #b2081e;
    text-decoration: none;
}

.list-of-links ul li a span {
    color: #df0a25;
    line-height: 20px;
    height: 20px;
    margin: 0 1px 0 -5px;
}

.list-of-links ul li a span::before {
    height: 20px;
    line-height: 20px;
}


/* ANCHOR LINKS */

ul.anchor-links {
    list-style: none;
    border-left: 4px solid #d9d6cf;
    /*padding: 23px 0 0 16px;*/
    padding: 0 0 0 16px;
    margin: 0 0 50px;
}


/*ul.anchor-links:before {
	position: absolute;
	content: 'Contents';
	color: #575550;
	font-size: 13px;
	line-height: 14px;
	margin: 0;
	top: 0;
}*/

ul.anchor-links li {
    font-size: 18px;
    font-family: "FranklinGothicMediumITC";
    line-height: 32px;
    margin: 0 0 4px;
    cursor: pointer;
}

ul.anchor-links li:nth-last-child(1) {
    margin: 0;
}

ul.anchor-links li:before {
    display: none;
}

ul.anchor-links li a {
    color: #df0a25;
    transition: color 300ms ease-in-out;
}

ul.anchor-links li a:hover {
    color: #b2081e;
    text-decoration: none;
}

/* ANCHOR LINKS AND STICKY HEADER FIX */

a.mce-item-anchor {
    position: relative;
    top: -20px;
}

/* BREADCRUMBS */

ol.breadcrumb {
    background-color: unset;
    margin: 0 0 25px;
    padding: 0;
    background-color: transparent;
}

ol.breadcrumb .breadcrumb-item {
    color: #df0a25;
    font-size: 14px;
    font-family: "FranklinGothicBookITC";
    line-height: 24px;
    margin: 0;
    transition: color 300ms ease-in-out;
}

ol.breadcrumb .breadcrumb-item.hidden {
    display: none;
}

ol.breadcrumb .breadcrumb-item:hover {
    color: #b2081e;
    text-decoration: none;
}

ol.breadcrumb .breadcrumb-item.active {
    color: #575550;
    cursor: default;
}

ol.breadcrumb .breadcrumb-item .mdi {
    color: #575550;
}

ol.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    display: none;
}

ol.breadcrumb.white .breadcrumb-item {
    color: #ffffff;
}

ol.breadcrumb.white .breadcrumb-item.active {
    color: #ada99f;
}

ol.breadcrumb.white .breadcrumb-item .mdi {
    color: #ffffff;
}


/* TABLE */

.table .row {
    margin: 0 -12px 10px -12px !important;
}

.table .row .td,
.table .row .th {
    color: #282724;
    font-size: 18px;
    font-family: "FranklinGothicBookITC";
    line-height: 1.3;
    vertical-align: unset;
    border-top: unset;
}

.table .row .th {
    font-family: "FranklinGothicMediumITC";
}

.table .row .th span {
    font-family: "FranklinGothicMediumITCGREEK";
}


/* HR */

hr {
    background-color: #d9d6cf;
    width: 100%;
    height: 1px;
    margin: 0;
    border: unset;
}


/* YOUTUBE */

.youtube iframe {
    display: block;
}


/* BUTTONS */

.button {
    display: inline-block;
    border-radius: 2px;
    font-size: 16px;
    font-family: "FranklinGothicMediumITC";
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
    border: none;
    cursor: pointer;
    pointer-events: all;
    transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}

.button.capitalize {
    text-transform: capitalize;
}

.button.full {
    width: 100%;
}

.button:hover {
    text-decoration: none;
}

.button:focus {
    outline: none;
}


/* BACKGROUND COLORS - COLORS */

.button.type-1,
.button.type-2,
.button.type-3 {
    background-color: #df0a25;
    color: #ffffff;
}

.button.type-4,
.button.type-5,
.button.type-6,
.button.type-22 {
    background-color: #ffffff;
    color: #000000;
}

.button.type-23 {
    background: transparent;
    color: #000000;
}

.button.type-7,
.button.type-8,
.button.type-9 {
    background-color: #ffffff;
    color: #df0a25;
}

.button.type-10,
.button.type-11,
.button.type-12 {
    background-color: #ffffff;
    color: #000000;
}

.button.type-13,
.button.type-14,
.button.type-15,
.button.type-16,

/*.button.type-17,*/


/* MyBaumit oldal miatt kiszedve - 20180716 */

.button.type-18 {
    background-color: #ffffff;
}

#pdfDownload.type-15:disabled {
    opacity: 0.8;
    pointer-events: none;
}

.button.type-13,
.button.type-14 {
    color: #df0a25;
}

.button.type-15,
.button.type-16 {
    color: #000000;
}

.button.type-17,
.button.type-18,
.button.type-19,
.button.type-20,
.button.type-21 {
    color: #ffffff;
}

.button.type-17.red {
    color: #df0a25;
}

.button.type-19,
.button.type-20 {
    background-color: #df0a25;
}

.button.type-21 {
    background-color: #11c26d;
}

.button.transparent {
    color: #000000;
    background-color: transparent !important;
}

.button.white-text {
    color: #ffffff;
}


/* LINE-HEIGHT - PADDING */

.button.type-1,
.button.type-4,
.button.type-7,
.button.type-10 {
    line-height: 52px;
    padding: 0 20px;
}

.button.type-2,
.button.type-5,
.button.type-8,
.button.type-11 {
    line-height: 44px;
    padding: 0 16px;
}

.button.type-3,
.button.type-6,
.button.type-9,
.button.type-12,
.button.type-22,
.button.type-23 {
    line-height: 36px;
    padding: 0 12px;
}

.button.type-13,
.button.type-14,
.button.type-15,
.button.type-16,
.button.type-17,
.button.type-18 {
    line-height: 36px;
}

.button.type-19,
.button.type-20,
.button.type-21 {
    line-height: 44px;
}

.button.type-13,
.button.type-15,
.button.type-17,
.button.type-19 {
    padding: 0 12px 0 32px;
}

.button.type-21 {
    padding: 0 2rem;
}

.button.type-14,
.button.type-16,
.button.type-18 {
    padding: 0 32px 0 12px;
}

.button.type-20 {
    padding: 0;
}

.button.type-22,
.button.type-23 {
    border: 1px solid #000000;
}

.button.type-23 {
    font-size: 12px;
}


/* RELATIVE */

.button.type-13,
.button.type-14,
.button.type-15,
.button.type-16,
.button.type-17,
.button.type-18,
.button.type-19,
.button.type-20 {
    position: relative;
}


/* SPECIAL BUTTONS */

.button.type-13.special.desktop {
    height: 44px;
    line-height: 44px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px -2.5px;
    padding: 0 12px 0 40px;
}

.button.type-13.special.desktop i {
    font-size: 26px;
}

.button.type-20 {
    width: 42px;
    height: 42px;
}

.button.type-20.small {
    width: 36px;
    height: 36px;
}

.button.type-20.big {
    width: 52px;
    height: 52px;
}


/* BUTTONS WITH ICON */

.button.type-13 i,
.button.type-14 i,
.button.type-15 i,
.button.type-16 i,
.button.type-17 i,
.button.type-18 i {
    position: absolute;
    font-size: 16px;
    top: 9px;
}

.button.type-17.red i {
    font-size: 20px;
    top: 8px;
    left: 6px;
}

.button.type-13 i,
.button.type-15 i,
.button.type-17 i,
.button.type-19 i {
    left: 12px;
}

.button.type-13.special.desktop i {
    top: 8px;
    left: 8px;
}

.button.type-14 i,
.button.type-16 i,
.button.type-18 i {
    right: 12px;
}

.button.type-19 i {
    position: absolute;
    font-size: 16px;
    top: 13px;
}

.button.type-20 i {
    position: absolute;
    font-size: 30px;
    width: 100%;
    text-align: center;
    line-height: 42px;
}

.button.type-20.small i {
    font-size: 30px;
    line-height: 36px;
}

.button.type-20.big i {
    font-size: 36px;
    line-height: 52px;
}

.button.type-21 i {
    font-size: 14px;
    font-family: "Web Icons";
    font-style: normal;
    font-weight: 400;
}

.button.type-20 span.mdi {
    display: block;
}

.button.type-20 span.mdi:before {
    width: 100%;
    line-height: 42px;
    text-align: center;
    font-size: 30px;
}

.button.type-20.big span.mdi:before {
    line-height: 52px;
}

.button.big-icon i {
    font-size: 22px;
    top: 7px;
    left: 5px;
}


/* BUTTONS WITH SHADOW */

.button.type-1,
.button.type-2,
.button.type-3,
.button.type-4,
.button.type-5,
.button.type-6 {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px -2.5px;
}


/* HOVER */

.button.type-1:hover,
.button.type-2:hover,
.button.type-3:hover,
.button.type-19:hover,
.button.type-20:hover {
    background-color: #b2081e;
}

.button.type-4:hover,
.button.type-5:hover,
.button.type-6:hover {
    background-color: #f7f5f4;
}

.button.type-7:hover,
.button.type-8:hover,
.button.type-9:hover,
.button.type-13:hover,
.button.type-14:hover {
    background-color: #f9eced;
}

.button.type-10:hover,
.button.type-11:hover,
.button.type-12:hover,
.button.type-15:hover,
.button.type-16:hover,
.button.type-20.small:hover {
    background-color: #f7f5f4;
}

.button.type-17:hover,
.button.type-18:hover,
.button.type-20.small:hover {
    color: #df0a25;
}

.button.type-17.red:hover {
    color: #b2081e;
}

.button.type-21:hover {
    background-color: #28d17c;
}

.button.white-text:hover {
    color: #b2081e;
}


/* ACTIVE */

.button.type-1:active,
.button.type-2:active,
.button.type-3:active,
.button.type-19:active,
.button.type-20:active {
    background-color: #b2081e;
}

.button.type-4:active,
.button.type-5:active,
.button.type-6:active {
    background-color: #e2e0da;
}

.button.type-7:active,
.button.type-8:active,
.button.type-9:active,
.button.type-13:active,
.button.type-14:active {
    background-color: #f3d7db;
}

.button.type-10:active,
.button.type-11:active,
.button.type-12:active,
.button.type-15:active,
.button.type-16:active,
.button.type-20.small:active {
    background-color: #e2e0da;
}

.button.type-20.small.active {
    color: #df0a25;
}

.button.type-17:active,
.button.type-18:active {
    color: #b2081e;
}

.button.type-21:active {
    background-color: #05a85c;
}


/* DISABLE */

.button.type-1.disabled,
.button.type-2.disabled,
.button.type-3.disabled,
.button.type-4.disabled,
.button.type-5.disabled,
.button.type-6.disabled,
.button.type-19.disabled,
.button.type-20.disabled,
.button.type-20.small.disabled,
.button.type-21.disabled {
    background-color: #d9d6cf;
    color: #ffffff;
}

.button.type-7.disabled,
.button.type-8.disabled,
.button.type-9.disabled {
    background-color: #ffffff;
    color: #f29da8;
}

.button.type-10.disabled,
.button.type-11.disabled,
.button.type-12.disabled {
    background-color: #ffffff;
    color: #c9c9c9;
}

.button.disabled {
    cursor: default;
    pointer-events: none;
}


/* FORM */

.form-group {
    margin: 0 0 16px;
}

.form-group .form-control.error {
    border: 1px solid #ff0000;
}

label.error {
    display: none;
    color: #ff0000;
    font-size: 14px;
    font-family: "FranklinGothicBookITC";
    line-height: 24px;
    margin: 0;
    /*display: block !important;*/
    /* VV 2018-07-18, local consultant components miatt kivéve */
}

legend {
    color: #575550;
    font-size: 18px;
    font-family: "FranklinGothicBookITC";
    line-height: 1.6;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: 0 0 0px 1000px white inset !important;
    border: 1px solid #c6c1b6;
}


/* DROPDOWN */

.dropdown {
    display: inline-block;
}

.dropdown.reference-filter {
    width: 100%;
}

.dropdown .btn {
    position: relative;
    display: inline-block;
    font-weight: unset;
    text-align: left;
    white-space: nowrap;
    vertical-align: unset;
    font-size: 18px;
    font-family: "FranklinGothicBookITC";
    text-transform: none;
    line-height: 42px;
    height: 42px;
    width: 100%;
    padding: 0 38px 0 12px !important;
    border: 1px solid transparent !important;
    border-radius: 0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}

.dropdown.small .btn {
    line-height: 30px;
    height: 30px;
}

.dropdown.big .btn {
    line-height: 52px;
    height: 52px;
}

.dropdown .btn-secondary {
    color: #000000;
    background-color: #ffffff;
    border-color: #c6c1b6 !important;
}

.dropdown .btn-secondary:hover {
    color: #000000;
    background-color: #f7f5f4;
    border-color: #c6c1b6 !important;
}

.dropdown .btn-secondary.focus,
.dropdown .btn-secondary:focus {
    box-shadow: unset;
}

.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #000000;
    background-color: #e2e0da;
    border-color: #c6c1b6;
    box-shadow: unset;
}

.dropdown .dropdown-toggle:after {
    position: absolute;
    content: '\F35D';
    font-family: 'Material Design Icons';
    width: 38px;
    height: 100%;
    border: none;
    vertical-align: unset;
    margin: unset;
    right: 0;
    font-size: 26px;
    text-align: center;
}

.dropdown .dropdown-menu {
    margin: -1px 0 0;
    padding: 0;
    min-width: 100%;
    border: 1px solid #c6c1b6;
    max-height: 35vh;
    overflow-y: scroll;
}

.dropdown.small .dropdown-menu,
.dropdown.control-height .dropdown-menu {
    max-height: 180px;
    overflow-y: auto;
}

.dropdown .dropdown-item {
    color: #000000;
    font-size: 18px;
    font-family: "FranklinGothicBookITC";
    line-height: 42px;
    padding: 0 12px;
    -webkit-appearance: none;
    cursor: pointer;
    transition: background-color 300ms ease-in-out;
}

.dropdown.small .dropdown-item {
    line-height: 30px;
}

.dropdown.big .dropdown-item {
    line-height: 52px;
}

.dropdown .dropdown-item:hover {
    color: #000000;
    background-color: #ecebe7;
    /*background-color: #f7f5f4;*/
    /*background-color: #282724;*/
    border-color: #c6c1b6;
}

.dropdown .dropdown-item:focus {
    outline: none;
    /*background-color: #e2e0da;*/
    background-color: #282724;
}

.dropdown .dropdown-item.active,
.dropdown .dropdown-item:active {
    color: #000000;
    text-decoration: none;
    background-color: #e2e0da;
}


/* DROPDOWN DARK */

.dropdown.dark .btn-secondary {
    color: #ffffff;
    background-color: #282724;
    border-color: #282724 !important;
}

.dropdown.dark .btn-secondary:hover {
    color: #ffffff;
    background-color: #2e2d29;
    border-color: #2e2d29 !important;
}

.dropdown.dark .dropdown-menu {
    border: 1px solid #2e2d29;
}

.dropdown.dark .dropdown-item {
    color: #ffffff;
    background-color: #42413c;
}

.dropdown.dark .dropdown-item:hover {
    color: #ffffff;
    background-color: #4d4b45;
}

.dropdown.dark .dropdown-item:focus {
    outline: none;
    background-color: #5c5a53;
}

.dropdown.dark .dropdown-item.active,
.dropdown.dark .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #5c5a53;
}


/* DROPDOWN DARK WITH TRANSPARENT BUTTON */

.dropdown.dark.transparent .btn-secondary {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent !important;
}

.dropdown.dark.transparent .btn-secondary:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent !important;
}


/* DROPDOWN DISABLED */

.dropdown.disabled {
    cursor: default;
    pointer-events: none;
}

.dropdown.disabled .btn-secondary {
    background-color: #d9d6cf;
    color: #ffffff;
    border-color: #d9d6cf !important;
}


/* INPUTS */

.form-control {
    position: relative;
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    font-family: "FranklinGothicBookITC";
    font-weight: unset;
    line-height: 42px;
    height: 42px;
    text-align: left;
    vertical-align: unset;
    white-space: nowrap;
    width: 100%;
    padding: 0 38px 0 12px;
    border: 1px solid #c6c1b6;
    display: inline-block;
}

.form-control.small-padding {
    padding: 0 12px !important;
}

.form-control.small {
    line-height: 30px;
    height: 30px;
}

.form-control.small.big-text {
    font-size: 30px;
    font-family: "FranklinGothicDemiITC";
    display: block;
}

.form-control.with-button {
    padding: 0 66px 0 14px;
}

.form-control::placeholder {
    color: #797773;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #797773;
}

.form-control::-ms-input-placeholder {
    color: #797773;
}

.form-control::-webkit-input-placeholder {
    color: #797773;
}

.form-control:focus {
    outline: none;
    box-shadow: unset;
    border: 1px solid #c6c1b6;
    box-shadow: none;
}

.form-group.big .form-control {
    line-height: 52px;
    height: 52px;
}

.form-group.big .input-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 52px;
    cursor: pointer;
}

.form-group.big .input-button span.mdi {
    color: #797773;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    width: 100%;
    display: block;
}

.form-group.big .input-button span.mdi:before {
    display: block;
}


/* CHECKBOX */

.form-check-label {
    color: #000000;
    font-size: 18px;
    font-family: "FranklinGothicBookITC";
    line-height: 24px;
    padding: 0 0 0 32px;
    /*cursor: pointer; Dóri kérésére kiszedve*/
}

.form-check-label a {
    color: #df0a25;
    text-decoration: underline;
}

.form-check-label a:hover {
    color: #b2081e;
}

.form-check-label input[type="checkbox"] {
    margin: 0;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: none;
    left: -9999px;
}

.form-check-label span {
    width: 20px;
    height: 20px;
    border: 1px solid #c6c1b6;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
}

.form-check-label span::before {
    line-height: 18px;
    position: absolute;
}

.form-check-label.checked span::before {
    content: '\f12c';
}

.form-check-label.white {
    color: #ffffff;
    cursor: pointer;
}

.form-check-label.white span {
    background-color: #ffffff;
    border: 1px solid #c6c1b6;
}

.form-check-label.white.checked span::before {
    color: #282724;
}

.form-check-label.disabled {
    pointer-events: none;
}

.form-check-label.disabled span {
    background-color: #797773;
    border: 1px solid #c6c1b6;
}

.form-check-label.disabled.checked span::before {
    color: #ada99f;
}


/* RADIO-BUTTON */

.radio-button {
    padding: 0 10px 0 35px;
    padding: 0 0 0 35px;
    position: relative;
}

.radio-button img {
    display: block;
    cursor: pointer;
}

.radio-button input[type="radio"] {
    display: none;
}

.radio-button input[type="radio"]+label {
    color: #000000;
    font-size: 18px;
    font-family: "FranklinGothicBookITC";
    line-height: 24px;
    margin: 0;
    display: block;
    cursor: pointer;
}

.radio-button input[type="radio"]+label.white {
    color: #ffffff;
}

.radio-button input[type="radio"]+label>span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #c7c2b8;
    border-radius: 50%;
    transition: border 300ms ease-in-out;
}

.radio-button input[type="radio"]+label.white>span {
    border: 1px solid #ffffff;
}

.radio-button.with-image input[type="radio"]+label>span {
    top: 50%;
    transform: translateY(-50%);
}

.radio-button.active input[type="radio"]+label,
.radio-button input[type="radio"]:checked+label {
    color: #df0a25;
}

.radio-button.active input[type="radio"]+label.white,
.radio-button input[type="radio"]:checked+label.white {
    color: #ffffff;
}

.radio-button.active input[type="radio"]+label>span::after,
.radio-button input[type="radio"]:checked+label>span::after {
    display: block;
    content: '';
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    background-color: #df0a25;
}

.radio-button.active input[type="radio"]+label.white>span::after,
.radio-button input[type="radio"]:checked+label.white>span::after {
    background-color: #ffffff;
}


/* TEXTAREA */

.form-control.textarea {
    display: block !important;
    resize: vertical;
    white-space: normal !important;
    line-height: 20px !important;
    height: auto !important;
    padding: 12px !important;
}


/* SPACERS */

.spacer-10 {
    width: 100%;
    height: 10px;
}

.spacer-15 {
    width: 100%;
    height: 15px;
}

.spacer-20 {
    width: 100%;
    height: 20px;
}

.spacer-25 {
    width: 100%;
    height: 25px;
}

.spacer-30 {
    width: 100%;
    height: 30px;
}

.spacer-35 {
    width: 100%;
    height: 35px;
}

.spacer-40 {
    width: 100%;
    height: 40px;
}

.spacer-45 {
    width: 100%;
    height: 45px;
}

.spacer-50 {
    width: 100%;
    height: 50px;
}


/* ACCORDION */

.accordion .accordion-item {
    margin: 0 !important;
    padding: 0 !important;
}

.accordion .accordion-item .accordion-title {
    height: 44px;
    border-bottom: 1px solid #d9d6cf;
}

.accordion .accordion-item .accordion-title h3 {
    color: #222222;
    font-size: 17px;
    font-family: "FranklinGothicDemiITC";
    line-height: 20px;
    width: calc(100% - 83px);
    margin: 0;
    padding: 11px 12px 11px 40px;
    cursor: pointer;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.accordion .accordion-item .accordion-title h3:hover,
.accordion .accordion-item .accordion-title h3:hover span {
    color: #df0a25;
}

.accordion .accordion-item .accordion-title h3:active,
.accordion .accordion-item .accordion-title h3:active span {
    color: #b2081e;
}

.accordion .accordion-item .accordion-title {
    background-color: #ffffff;
}

.accordion .accordion-item .accordion-title span {
    color: #ada99f;
    font-size: 20px;
    /*margin: 0 8px 0 0;*/
    position: absolute;
    left: 12px;
}

.accordion .accordion-item.selected .accordion-title,
.accordion .accordion-item.selected .accordion-title span {
    color: #df0a25;
}

.accordion .accordion-item .accordion-detail {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 300ms ease-in-out;
}

.accordion .accordion-item .accordion-detail .detailed-text {
    width: calc(100% - 220px);
}

.accordion .accordion-item .accordion-detail .detailed-text .show-only-mobile {
    display: none;
}

.accordion .accordion-item .accordion-detail .image .show-only-non-mobile {
    display: block;
}

.accordion.hidden {
    display: none;
}


/* GRIDS */

.grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.grid .grid-item {
    float: left;
}

.grid .grid-item.big {
    width: 50%;
}

.grid .grid-item.medium {
    width: 50%;
}

.grid .grid-item.calculator-item {
    width: 33.33%;
}

.grid .grid-item.small {
    width: 25%;
}

.grid .grid-item.hidden {
    display: none;
}

.grid.more-on-topic .grid-item {
    margin: 0;
}

.grid-medium {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.grid-medium .grid-item {
    float: left;
}

.grid-medium .grid-item.medium {
    width: 33.33333333333333%;
}

.grid-medium .grid-item.hidden {
    display: none;
}

.reference-image-container .grid-item.big {
    width: 66.66666666666667%;
}


/* REFERENCE DETAIL PAGE 16:9 RATIO HOTFIX */

.reference-image-container .big.reference-image {
    /*flex: 0 0 calc(68.0194% - 14px);
	max-width: calc(68.0194% - 14px);*/
    flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
}

.reference-image-container .medium.reference-image {
    /*flex: 0 0 calc(31.9805% + 14px);
	max-width: calc(31.9805% + 14px);*/
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
}


/* REFERENCE DETAIL PAGE 16:9 RATIO HOTFIX */

.grid.big {
    margin: 0 -12px;
}

.grid.big .grid-item {
    padding: 0 12px;
}

.grid.big .grid-item.news-item {
    width: 33.33333333333333%;
}

.grid.big .grid-item.contact-item {
    width: 50%;
}

.grid.hidden {
    display: none;
}


/* TABS */

.tab {
    width: 100%;
    border-bottom: 1px solid #c6c1b6;
    margin: 0 0 23px;
}

.tab .tab-button {
    color: #000000;
    font-size: 16px;
    font-family: "FranklinGothicMediumITC";
    line-height: 35px;
    text-transform: uppercase;
    margin: 0 0 -1px;
    padding: 0 10px;
    display: inline-block;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    transition: color 300ms ease-in-out, border-bottom 300ms ease-in-out;
}

.tab .tab-button.selected {
    color: #df0a25;
    border-bottom: 4px solid #df0a25;
}

.tab .tab-button:hover {
    color: #b2081e;
}

.tab.white .tab-button {
    color: #ffffff;
}

.tab.white .tab-button.selected {
    color: #ffffff;
    border-bottom: 4px solid #ffffff;
}

.tab.white .tab-button.selected.no-select {
    border-bottom: none;
}

.tab.white .tab-button:hover {
    color: #b2081e;
}

.tab.white .tab-button.tab-button-link-mask a {
    color: #ffffff;
    text-decoration: none;
}

.tab.white .tab-button.tab-button-link-mask a:hover {
    color: #b2081e;
    text-decoration: none;
}


/* TIMELINE */

.timeline .date {
    background: transparent url('../images/company/history/background.png') right top no-repeat;
}

.timeline .date h4 {
    position: absolute;
    line-height: 24px;
    right: 90px;
}

.timeline .image {
    width: calc(185px + 24px);
}

.timeline .description {
    width: calc(100% - (185px + 24px));
}

.timeline .date h4,
.timeline .image img,
.timeline .description p {
    margin: 0;
}

.timeline .image img {
    max-width: 190px;
    width: 100%;
}


/* Reference Gallery */

.referenceGallery {
    padding-right: 0 !important;
}

.referenceGallery .modal-dialog {
    max-width: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /*top: 50%;
    transform: translateY(-50%) !important;*/
}

.referenceGallery .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
    height: 100%;
}

.referenceGallery .modal-dialog .modal-content .modal-header {
    padding: 0;
    border: none;
    z-index: 20;
}

.referenceGallery .modal-dialog .modal-content .modal-header .close {
    color: #ffffff;
    font-size: 48px;
    text-shadow: none;
    margin: 0 0 0 auto;
    padding: 0;
    opacity: 1;
    outline: none;
    cursor: pointer;
    width: 80px;
    line-height: 78px;
}

.referenceGallery .modal-dialog .modal-content .modal-body {
    padding: 0 80px;
    height: calc(100% - 80px);
}

.referenceGallery .modal-dialog .modal-content .modal-body .references-gallery {
    height: 100%;
}

.referenceGallery .modal-dialog .modal-content .modal-body .references-gallery .slick-list {
    height: 100%;
}

.referenceGallery .modal-dialog .modal-content .modal-body .references-gallery .slick-list .slick-track {
    height: 100%;
}

.referenceGallery .modal-dialog .modal-content .modal-body .references-gallery .carousel {
    height: 100%;
}

.referenceGallery .modal-dialog .modal-content .modal-body .image-container {
    width: 100%;
    background-position: center;
    /*background-size: cover;*/
    background-repeat: no-repeat;
}

.referenceGallery .modal-dialog .modal-content .modal-body .image-container img {
    max-width: 100%;
    width: auto;
    height: 100%;
}

.referenceGallery .modal-dialog .modal-content .modal-body .carousel .image-container img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.references .reference img.narrow,
.reference-image-container img.narrow {
    width: 100%;
    height: auto !important;
}

.references .reference img.wide,
.reference-image-container img.wide {
    width: auto !important;
    height: 100%;
}

.reference-image-container .ref-img-bg {
    background: #ECEBE7;
    position: relative;
    overflow: hidden;
}

.referenceGallery .modal-dialog .modal-content .modal-body p {
    color: #ffffff;
    font-size: 20px;
    font-family: "FranklinGothicMediumITC";
    line-height: 20px;
    text-align: center;
    margin: 20px 0 0;
}

.referenceGallery .modal-dialog .modal-content .modal-body .carousel-control-prev,
.referenceGallery .modal-dialog .modal-content .modal-body .carousel-control-next {
    color: #ffffff;
    font-size: 96px;
    opacity: 1;
    cursor: pointer;
    width: 80px;
}

.referenceGallery .modal-dialog .modal-content .modal-body .carousel-control-prev {
    left: -80px;
}

.referenceGallery .modal-dialog .modal-content .modal-body .carousel-control-next {
    right: -80px;
}

.referenceGalleryButton {
    overflow: hidden;
}


/* MODALS */

.fade {
    transition: opacity 500ms ease-in-out;
}

.modal.fade .modal-dialog {
    transition: none !important;
    /*transform: none !important;*/
    /* Kivéve, mert a myBaumit oldalon a modal nincs középen!!! */
}

.modal-backdrop.show {
    opacity: .8;
}

.my-baumit-modals .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    margin: 0;
}

.my-baumit-modals .modal-content {
    border: none;
}

.my-baumit-modals .modal-header {
    padding: 0;
    border-bottom: none;
}

.my-baumit-modals .modal-header .close {
    margin: 0 0 0 auto;
    padding: 0;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    outline: none;
}

.my-baumit-modals .modal-body {
    padding: 0 40px 40px;
}

.my-baumit-modals .modal-footer {
    padding: 0 40px 40px;
    border-top: none;
}

@media screen and (max-width: 1279px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 14px;
    }
    p.introtext {
        font-size: 21px;
    }
    .disabled-product-introtext p {
        font-size: 21px;
    }
    p.bodytext {
        font-size: 16px;
    }
    p.bodytext.small {
        font-size: 14px;
        line-height: 1.3;
    }
    p.bodytext.with-icon {
        padding: 0 0 0 30px;
    }
    p.bodytext.with-icon i {
        font-size: 20px;
    }
    p.preheader {
        font-size: 18px;
    }
    p.preheader.small {
        font-size: 13px;
    }
    ul li,
    ol li {
        font-size: 16px;
    }
    ul.highlights {
        padding: 0 0 0 22px;
    }
    ul.highlights li {
        font-size: 18px;
        line-height: 1;
    }
    ul.highlights li::before {
        width: 9px;
        height: 9px;
        top: 13px;
        left: -18px;
    }
    ul.anchor-links li {
        font-size: 16px;
    }
    .list-of-links p {
        font-size: 13px;
    }
    .list-of-links ul li {
        font-size: 16px;
    }
    .table .row {
        margin: 0 -4px 8px -4px !important;
    }
    .table .row .td,
    .table .row .th {
        font-size: 16px;
    }
    /*.grid .grid-item.big {
		width: 66.66666666666667%;
	}
	.grid .grid-item.medium {
		width: 66.66666666666667%;
	}
	.grid .grid-item.small {
		width: 33.33333333333333%;
	}*/
    .grid.products-az .grid-item.small {
        width: 33.33333333333333%;
    }
    .grid.more-on-topic .grid-item {
        margin: 0 0 8px;
    }
    .grid.systems .grid-item.big,
    .grid.systems .grid-item.medium {
        width: 50% !important;
    }
    .grid.systems .grid-item.small {
        width: 25% !important;
    }
    .grid-medium .grid-item.medium {
        width: 50%;
    }
    .reference-image-container .grid-item.big {
        width: 66.66666666666667%;
    }
    .reference-image-container .grid-item.medium {
        width: 33.33333333333333%;
    }
    .products-az .product .product-detail .inner p.description {
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

@media screen and (max-width: 959px) {
    .button.type-13.special.mobile {
        line-height: 44px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px -2.5px;
        padding: 0 12px 0 40px;
    }
    .button.type-13.special.mobile i {
        top: 9px;
        font-size: 25px;
    }
    .grid .grid-item.big,
    .grid .grid-item.medium,
    .grid .grid-item.calculator-item {
        width: 100%;
    }
    .grid .grid-item.small {
        width: 50%;
    }
    .grid.systems .grid-item.big,
    .grid.systems .grid-item.medium {
        width: 100% !important;
    }
    .grid.systems .grid-item.small {
        width: 50% !important;
    }
    .grid-medium .grid-item.medium {
        width: 100%;
    }
    .reference-image-container .grid-item.big {
        width: 66.66666666666667%;
    }
    .reference-image-container .grid-item.medium {
        width: 33.33333333333333%;
    }
    .timeline .date h4 {
        margin: 0 0 8px;
    }
    .timeline .image {
        width: 100%;
        margin: 0 0 16px;
    }
    .timeline .description {
        width: 100%;
    }
    .grid.big .grid-item.news-item {
        width: 50%;
    }
    .grid.big .grid-item.contact-item {
        width: 100%;
    }
    .referenceGallery .modal-dialog .modal-content .modal-header .close {
        width: 60px;
        line-height: 58px;
    }
    .referenceGallery .modal-dialog .modal-content .modal-body {
        padding: 0 60px;
    }
    .referenceGallery .modal-dialog .modal-content .modal-body .carousel-control-prev {
        left: -60px;
    }
    .referenceGallery .modal-dialog .modal-content .modal-body .carousel-control-next {
        right: -60px;
    }
    .referenceGallery .modal-dialog .modal-content .modal-body .carousel-control-prev,
    .referenceGallery .modal-dialog .modal-content .modal-body .carousel-control-next {
        font-size: 76px;
        width: 60px;
        z-index: 10;
    }
    .my-baumit-modals .modal-header .close {
        width: 24px;
        line-height: 24px;
    }
    .my-baumit-modals .modal-body {
        padding: 0 24px 24px;
    }
    .accordion .accordion-item .accordion-detail .detailed-text {
        width: calc(100% - 182px);
    }
}

@media screen and (max-width: 599px) {
    .button.type-13.special.mobile {
        width: 36px;
        height: 36px;
        padding: 0;
    }
    .button.type-13.special.mobile i {
        top: 5px;
        left: 5px;
        font-size: 26px;
    }
    .button.type-13.special.mobile span {
        display: none;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 14px;
    }
    h5 {
        font-size: 13px;
    }
    p.introtext {
        font-size: 18px;
    }
    .disabled-product-introtext p {
        font-size: 18px;
    }
    p.bodytext {
        font-size: 14px;
    }
    p.bodytext.with-icon {
        padding: 0 0 0 25px;
    }
    p.bodytext.with-icon i {
        font-size: 18px;
    }
    p.description {
        font-size: 11px;
    }
    p.preheader {
        font-size: 16px;
    }
    p.preheader.small {
        font-size: 12px;
    }
    ul li,
    ol li {
        font-size: 14px;
    }
    ul.highlights li {
        font-size: 14px;
    }
    ul.highlights li::before {
        width: 8px;
        height: 8px;
        top: 11px;
    }
    ul.anchor-links li {
        font-size: 14px;
    }
    .list-of-links p {
        font-size: 13px;
    }
    .list-of-links ul li {
        font-size: 14px;
    }
    .grid .grid-item.small {
        width: 100%;
    }
    .grid.systems .grid-item.small {
        width: 100% !important;
    }
    .reference-image-container .grid-item.big {
        width: 100%;
    }
    .reference-image-container .grid-item.medium {
        width: 50%;
    }
    .grid.products-az .grid-item.small {
        width: 50%;
    }
    .timeline .date {
        background: unset;
    }
    .timeline .date h4 {
        position: unset;
        right: unset;
    }
    .grid.big .grid-item.news-item {
        width: 100%;
    }
    .referenceGallery .modal-dialog .modal-content .modal-header {
        position: absolute;
        width: 100%;
        z-index: 20;
    }
    .referenceGallery .modal-dialog .modal-content .modal-header .close {
        font-size: 20px;
        line-height: 28px;
        width: 30px;
    }
    .referenceGallery .modal-dialog .modal-content .modal-body {
        padding: 0;
    }
    .referenceGallery .modal-dialog .modal-content .modal-body .carousel-control-prev {
        left: 0;
    }
    .referenceGallery .modal-dialog .modal-content .modal-body .carousel-control-next {
        right: 0;
    }
    .referenceGallery .modal-dialog .modal-content .modal-body .carousel-control-prev,
    .referenceGallery .modal-dialog .modal-content .modal-body .carousel-control-next {
        font-size: 40px;
        width: 30px;
        z-index: 10;
    }
    .referenceGallery .modal-dialog .modal-content .modal-body .image-container {
        background-size: contain;
    }
    .referenceGallery .modal-dialog .modal-content .modal-body p {
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    /* REFERENCE DETAIL PAGE 16:9 RATIO HOTFIX */
    .reference-image-container .big.reference-image {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .reference-image-container .medium.reference-image {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* REFERENCE DETAIL PAGE 16:9 RATIO HOTFIX */
    .accordion .accordion-item .accordion-title {
        height: 40px;
    }
    .accordion .accordion-item .accordion-title h3 {
        font-size: 14px;
        padding: 9.5px 12px 9.5px 32px;
    }
    .accordion .accordion-item .accordion-title span {
        left: 8px;
    }
    .accordion .accordion-item .accordion-detail .detailed-text .show-only-mobile {
        display: block;
        margin: 0 auto;
    }
    .accordion .accordion-item .accordion-detail .image .show-only-non-mobile {
        display: none;
    }
    .products-az .product .product-detail .inner p.description {
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .products-az .product .product-detail .inner p.to-product {
        text-align: center;
    }
}

.mainmnu-caption {
    display: inline-block;
    width: calc(100% - 25px);
    vertical-align: top;
}

.relative {
    position: relative;
}

.block {
    display: block;
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}