/*==========================================================================
Variables
===========================================================================*/
/* Colors
===========================================================================*/
/*==========================================================================
1. Variables & functions
===========================================================================*/
/* Colors
===========================================================================*/
/* UIpallet colors
===========================================================================*/
/* Widths & heights
===========================================================================*/
/* Breakpoints
===========================================================================*/
/* Font family's
===========================================================================*/
/* Font size's
===========================================================================*/
/* Rondehoeken
===========================================================================*/
.btn_blue {
  background-color: #ffffff;
  color: #286090;
  border: 2px solid #286090;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_blue:hover {
  background-color: #286090;
  color: #ffffff;
}
.btn_blue_reversed {
  background-color: #286090;
  color: #ffffff;
  border: 2px solid #286090;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_blue_reversed:hover {
  background-color: #ffffff;
  color: #286090;
}
.btn_blue_transparent {
  background-color: transparent;
  color: #286090;
  border: 2px solid #286090;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_blue_transparent:hover {
  background-color: #286090;
  color: #ffffff;
}
.btn_blue_transparent_reversed {
  background-color: #286090;
  color: #ffffff;
  border: 2px solid #286090;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_blue_transparent_reversed:hover {
  background-color: transparent;
  color: #286090;
}
.btn_blue_advanced {
  background-color: #286090;
  padding: 12px 30px;
  border-bottom: 5px solid #024a86;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
}
.btn_blue_advanced:hover {
  color: #ffffff;
}
.btn_blue_advanced:active,
.btn_blue_advanced:focus {
  border-bottom: 0;
  border-top: 5px solid #024a86;
}
.btn_red {
  background-color: #ffffff;
  color: #f47a21;
  border: 2px solid #f47a21;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_red:hover {
  background-color: #f47a21;
  color: #ffffff;
}
.btn_red_reversed {
  background-color: #f47a21;
  color: #ffffff;
  border: 2px solid #f47a21;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_red_reversed:hover {
  background-color: #ffffff;
  color: #f47a21;
}
.btn_red_transprarent {
  background-color: transparent;
  color: #f47a21;
  border: 2px solid #f47a21;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_red_transprarent:hover {
  background-color: #f47a21;
  color: #ffffff;
}
.btn_red_transparent_reversed {
  background-color: #f47a21;
  color: #ffffff;
  border: 2px solid #f47a21;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_red_transparent_reversed:hover {
  background-color: transparent;
  color: #f47a21;
}
.btn_red_advanced {
  background-color: #f47a21;
  padding: 12px 30px;
  border-bottom: 5px solid #a5110e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
}
.btn_red_advanced:hover {
  color: #ffffff;
}
.btn_red_advanced:active,
.btn_red_advanced:focus {
  border-bottom: 0;
  border-top: 5px solid #a5110e;
}
.btn_black {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_black:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn_black_reversed {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_black_reversed:hover {
  background-color: #ffffff;
  color: #000000;
}
.btn_black_transparent {
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_black_transparent:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn_black_transparent_reversed {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_black_transparent_reversed:hover {
  background-color: transparent;
  color: #000000;
}
.btn_grey {
  background-color: #ffffff;
  color: #969694;
  border: 2px solid #969694;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_grey:hover {
  background-color: #969694;
  color: #ffffff;
}
.btn_grey_reversed {
  background-color: #969694;
  color: #ffffff;
  border: 2px solid #969694;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_grey_reversed:hover {
  background-color: #ffffff;
  color: #969694;
}
.btn_grey_transparent {
  background-color: transparent;
  color: #969694;
  border: 2px solid #969694;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_grey_transparent:hover {
  background-color: #969694;
  color: #ffffff;
}
.btn_grey_transparent_reversed {
  background-color: #969694;
  color: #ffffff;
  border: 2px solid #969694;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_grey_transparent_reversed:hover {
  background-color: transparent;
  color: #969694;
}
/* Font family's
===========================================================================*/
/* Font size's
===========================================================================*/
/* Preset
===========================================================================*/
/*==========================================================================
Elements
===========================================================================*/
/* Headings
===========================================================================*/
h1 {
  margin: 0 0 30px;
  font-size: 40px;
  font-family: 'Arimo', sans-serif;
  font-weight: bold;
  color: #000000;
}
h2 {
  margin: 0 0 30px;
  font-size: 34px;
  font-family: 'Arimo', sans-serif;
  font-weight: bold;
  color: #000000;
}
h3 {
  margin: 0 0 15px;
  font-size: 20px;
  font-family: 'Arimo', sans-serif;
  font-weight: bold;
  color: #000000;
}
h4 {
  margin: 0 0 15px;
  font-size: 20px;
  font-family: 'Arimo', sans-serif;
  color: #000000;
}
h5 {
  margin: 0 0 10px;
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
  color: #000000;
}
h6 {
  margin: 0 0 10px;
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
  color: #000000;
}
/* Other
===========================================================================*/
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  position: relative;
  color: #000000;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}
a {
  color: #000000;
  text-decoration: none;
}
img {
  display: block;
  height: auto;
  width: 100%;
}
iframe {
  display: block;
}
svg.fa-edit {
  color: green;
}
.view {
  height: auto !important;
}
/*==========================================================================
Base: styling that leao, security and dynamo share.
      domain.less contains the domain specific styling
===========================================================================*/
/* Wrappers
===========================================================================*/
/* Zorg ervoor dat de pagina-wrapper altijd minstens 100% van de hoogte van het scherm inneemt */
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* Zet de minimale hoogte op 100% van de viewporthoogte */
}
/* Zorg ervoor dat de inhoud groeit om ruimte in te nemen */
.content {
  flex: 1;
  /* Neemt zoveel mogelijk ruimte in, waardoor de footer naar beneden wordt geduwd */
}
/* Stijl de footer zoals gewenst */
.footer {
  background-color: #286090;
  color: #ffffff;
  padding: 20px;
  text-align: center;
}
header {
  max-width: 100%;
  z-index: 9;
  transition: height 0.5s;
}
/* Region: Header
===========================================================================*/
.header {
  padding: 20px 20px 20px 20px;
}
.header .header-inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .header-inner > div {
  flex: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .header .header-inner {
    max-width: 100%;
  }
}
/* Region: primary-menu
===========================================================================*/
.primary-menu {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.primary-menu .primary-menu-inner {
  width: 1600px;
}
/* Region: secondary-menu
===========================================================================*/
.secondary-menu {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  margin-top: 20px;
}
.secondary-menu .secondary-menu-inner {
  width: 1600px;
}
/* Region: highlighted
===========================================================================*/
.messages__wrapper {
  width: calc(100% - 40px);
  background-color: #009432;
  box-sizing: border-box;
  margin: 20px 20px 0 20px;
  padding: 20px;
  overflow: hidden;
  border-left: 6px solid red;
}
.messages__wrapper .messages {
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
.messages__wrapper .messages .svg-inline--fa {
  margin-right: 15px;
  flex-shrink: 0;
}
.messages__wrapper .messages > div {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Drupal foutmelding (role="alert")
===========================================================================*/
[data-drupal-messages] div[role="alert"] {
  color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  border-left: 6px solid #009432;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: calc(100% - 40px);
  background-color: #EA2027;
  margin: 20px 20px 0 20px;
  padding: 20px;
}
[data-drupal-messages] div[role="alert"] h2.visually-hidden {
  display: none;
}
/* Region: Help, zit het content menu in.
===========================================================================*/
.help {
  clear: both;
  overflow: hidden;
  padding: 20px 20px 20px 20px;
}
.help .help-inner {
  max-width: 1600px;
  margin: 0 auto;
}
/* Region: Main content
===========================================================================*/
#main-content {
  clear: both;
  overflow: hidden;
  padding: 20px 20px 20px 20px;
}
#main-content .main-content-inner {
  max-width: 1600px;
  margin: 0 auto;
}
/* Region: Bottom
===========================================================================*/
#bottom {
  clear: both;
  overflow: hidden;
  padding-top: 50px;
}
#bottom .inner_bottom {
  max-width: 1600px;
  margin: 0 auto;
}
/* Region: Footer
===========================================================================*/
#footer {
  clear: both;
  overflow: hidden;
  background-color: #ffffff;
}
#footer .inner_footer {
  max-width: 1600px;
  margin: 0 auto;
}
#footer .inner_footer .region-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 761px) {
  #footer .inner_footer .region-footer {
    height: 180px;
  }
}
@media screen and (max-width: 760px) {
  #footer .inner_footer .region-footer {
    flex-direction: column;
    padding: 30px 0;
  }
}
/* Block: Responsive menu
===========================================================================*/
#block-mainnavigation-2 .sf-accordion-toggle a#superfish-main-toggle,
#block-dynamo-theme-mainnavigation-2 .sf-accordion-toggle a#superfish-main-toggle,
#block-security-theme-mainnavigation-2 .sf-accordion-toggle a#superfish-main-toggle {
  width: calc(100% - 4em);
  background-color: #286090;
}
#block-mainnavigation-2 ul#superfish-main-accordion,
#block-dynamo-theme-mainnavigation-2 ul#superfish-main-accordion,
#block-security-theme-mainnavigation-2 ul#superfish-main-accordion {
  position: absolute;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.75);
}
#block-mainnavigation-2 ul#superfish-main-accordion li,
#block-dynamo-theme-mainnavigation-2 ul#superfish-main-accordion li,
#block-security-theme-mainnavigation-2 ul#superfish-main-accordion li {
  border-top: 1px solid #ffffff;
}
#block-mainnavigation-2 ul#superfish-main-accordion li a,
#block-dynamo-theme-mainnavigation-2 ul#superfish-main-accordion li a,
#block-security-theme-mainnavigation-2 ul#superfish-main-accordion li a {
  background-color: #286090;
  color: #ffffff;
}
#block-mainnavigation-2 ul#superfish-main-accordion li:hover a,
#block-dynamo-theme-mainnavigation-2 ul#superfish-main-accordion li:hover a,
#block-security-theme-mainnavigation-2 ul#superfish-main-accordion li:hover a {
  background-color: #004991;
}
/* Block: Site logo
===========================================================================*/
#block-leao-theme-branding .site-logo {
  height: 100px;
  display: block;
  transition: height 0.5s;
  width: 180px;
}
#block-leao-theme-branding .site-logo img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 520px) {
  #block-leao-theme-branding {
    display: flex;
    justify-content: center;
  }
}
/* Block: Site slogan
===========================================================================*/
.block-superfishcontent-menu .site-slogan {
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .block-superfishcontent-menu {
    text-align: center;
  }
}
/* Block: Content menu
===========================================================================*/
#block-dynamo-theme-contentmenu ul#superfish-content-menu li {
  z-index: 3;
}
/* Block: Local tasks
===========================================================================*/
.block-local-tasks-block ul li a {
  background-color: #d7d7d7;
}
.block-local-tasks-block ul li.is-active a.is-active {
  background-color: #ffffff;
}
.block-local-tasks-block ul li:hover a {
  background-color: #ffffff;
}
/* Block Tyres: Both front as for specific categories
===========================================================================*/
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content,
#block-views-block-tyres-front .view-content-tyre .view-content,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content {
  overflow: hidden;
}
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content .views-row,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row,
#block-views-block-tyres-front .view-content-tyre .view-content .views-row,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content .views-row {
  background-color: #ffffff;
  position: relative;
}
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-view-node,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-view-node,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-view-node,
#block-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-view-node,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-view-node,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-view-node {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-view-node .field-content,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-view-node .field-content,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-view-node .field-content,
#block-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-view-node .field-content,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-view-node .field-content,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-view-node .field-content {
  display: block;
  height: 100%;
  width: 100%;
}
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-view-node .field-content a,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-view-node .field-content a,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-view-node .field-content a,
#block-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-view-node .field-content a,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-view-node .field-content a,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-view-node .field-content a {
  display: block;
  height: 100%;
  width: 100%;
  color: transparent;
}
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-title,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-title,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-title,
#block-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-title,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-title,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-title {
  padding: 20px 20px 0;
}
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-title h3.field-content a,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-title h3.field-content a,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-title h3.field-content a,
#block-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-title h3.field-content a,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-title h3.field-content a,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-title h3.field-content a {
  color: #286090;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon,
#block-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon {
  width: 50px;
  height: 50px;
}
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content p,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content p,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content p,
#block-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content p,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content p,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content p {
  margin: 0;
}
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content i,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content i,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content i,
#block-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content i,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content i,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content i {
  font-size: 50px;
  margin-right: 2px;
}
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon,
#block-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon {
  padding: 10px 20px 0;
}
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content article h2,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content article h2,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content article h2,
#block-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content article h2,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content article h2,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content article h2 {
  display: none;
}
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content article .node__content .node__links,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content article .node__content .node__links,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content article .node__content .node__links,
#block-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content article .node__content .node__links,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content article .node__content .node__links,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content article .node__content .node__links {
  display: none;
}
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content article .node__content .field--name-field-3pmsf-image,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content article .node__content .field--name-field-3pmsf-image,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content article .node__content .field--name-field-3pmsf-image,
#block-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content article .node__content .field--name-field-3pmsf-image,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content article .node__content .field--name-field-3pmsf-image,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-3pmsf-icon .field-content article .node__content .field--name-field-3pmsf-image {
  width: 50px;
}
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-profile-name-txt-head,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-profile-name-txt-head,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-profile-name-txt-head,
#block-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-profile-name-txt-head,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-profile-name-txt-head,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-profile-name-txt-head {
  padding: 0 20px;
  margin-top: 40px;
}
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-profile-image,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-profile-image,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-profile-image,
#block-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-profile-image,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-profile-image,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-profile-image {
  padding: 0 20px;
  height: 230px;
}
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-profile-image .field-content,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-profile-image .field-content,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-profile-image .field-content,
#block-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-profile-image .field-content,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-field-tyre-profile-image .field-content,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-field-tyre-profile-image .field-content {
  bottom: 0;
  position: absolute;
}
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-edit-node,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-edit-node,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-edit-node,
#block-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-edit-node,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-edit-node,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-edit-node {
  position: absolute;
  top: 50px;
  right: 20px;
  z-index: 2;
}
#block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-nothing,
#block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-nothing,
#block-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-nothing,
#block-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-nothing,
#block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content .views-row .views-field-nothing,
#block-security-theme-views-block-tyres-front .view-content-tyre .view-content .views-row .views-field-nothing {
  position: absolute;
  bottom: 24px;
  right: -5px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (min-width: 961px) {
  #block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content,
  #block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content,
  #block-views-block-content-tyre-block-1 .view-content-tyre .view-content,
  #block-views-block-tyres-front .view-content-tyre .view-content,
  #block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content,
  #block-security-theme-views-block-tyres-front .view-content-tyre .view-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) and (min-width: 761px) {
  #block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content,
  #block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content,
  #block-views-block-content-tyre-block-1 .view-content-tyre .view-content,
  #block-views-block-tyres-front .view-content-tyre .view-content,
  #block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content,
  #block-security-theme-views-block-tyres-front .view-content-tyre .view-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 760px) and (min-width: 521px) {
  #block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content,
  #block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content,
  #block-views-block-content-tyre-block-1 .view-content-tyre .view-content,
  #block-views-block-tyres-front .view-content-tyre .view-content,
  #block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content,
  #block-security-theme-views-block-tyres-front .view-content-tyre .view-content {
    max-width: 560px;
    margin: 0 auto 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media screen and (max-width: 520px) {
  #block-dynamo-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content,
  #block-dynamo-theme-views-block-tyres-front .view-content-tyre .view-content,
  #block-views-block-content-tyre-block-1 .view-content-tyre .view-content,
  #block-views-block-tyres-front .view-content-tyre .view-content,
  #block-security-theme-views-block-content-tyre-block-1 .view-content-tyre .view-content,
  #block-security-theme-views-block-tyres-front .view-content-tyre .view-content {
    max-width: 270px;
    margin: 0 auto 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
/* Block: Footer logo
===========================================================================*/
#block-views-block-content-system-block-3,
#block-security-theme-views-block-content-system-block-3,
#block-dynamo-theme-views-block-content-system-block-3 {
  max-width: 400px;
  width: 100%;
  margin-right: 30px;
}
@media screen and (min-width: 761px) {
  #block-views-block-content-system-block-3,
  #block-security-theme-views-block-content-system-block-3,
  #block-dynamo-theme-views-block-content-system-block-3 {
    padding-right: 30px;
    border-right: 1.5px solid #286090;
  }
}
@media screen and (max-width: 760px) {
  #block-views-block-content-system-block-3,
  #block-security-theme-views-block-content-system-block-3,
  #block-dynamo-theme-views-block-content-system-block-3 {
    padding-bottom: 15px;
    border-bottom: 1.5px solid #286090;
  }
}
/* Block Copyright
===========================================================================*/
#block-dynamo-theme-views-block-copyright .view-content-system .view-content .views-row,
#block-security-theme-views-block-copyright .view-content-system .view-content .views-row,
#block-views-block-copyright .view-content-system .view-content .views-row {
  position: relative;
}
#block-dynamo-theme-views-block-copyright .view-content-system .view-content .views-row p,
#block-security-theme-views-block-copyright .view-content-system .view-content .views-row p,
#block-views-block-copyright .view-content-system .view-content .views-row p {
  color: #000000;
  margin: 0;
  font-size: 12px;
}
#block-dynamo-theme-views-block-copyright .view-content-system .view-content .views-row p a,
#block-security-theme-views-block-copyright .view-content-system .view-content .views-row p a,
#block-views-block-copyright .view-content-system .view-content .views-row p a {
  color: #000000;
}
#block-dynamo-theme-views-block-copyright .view-content-system .view-content .views-row p a:hover,
#block-security-theme-views-block-copyright .view-content-system .view-content .views-row p a:hover,
#block-views-block-copyright .view-content-system .view-content .views-row p a:hover {
  color: #f47a21;
}
#block-dynamo-theme-views-block-copyright .view-content-system .view-content .views-row p:first-child,
#block-security-theme-views-block-copyright .view-content-system .view-content .views-row p:first-child,
#block-views-block-copyright .view-content-system .view-content .views-row p:first-child {
  margin-bottom: 5px;
}
#block-dynamo-theme-views-block-copyright .view-content-system .view-content .views-row .views-field-edit-node,
#block-security-theme-views-block-copyright .view-content-system .view-content .views-row .views-field-edit-node,
#block-views-block-copyright .view-content-system .view-content .views-row .views-field-edit-node {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 761px) {
  #block-dynamo-theme-views-block-copyright,
  #block-security-theme-views-block-copyright,
  #block-views-block-copyright {
    padding-left: 30px;
  }
}
@media screen and (max-width: 760px) {
  #block-dynamo-theme-views-block-copyright,
  #block-security-theme-views-block-copyright,
  #block-views-block-copyright {
    padding-top: 15px;
  }
}
/* Page: Maintenance page
===========================================================================*/
body.maintenance-page {
  background-image: url("../images/Login background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.maintenance-page .dialog-off-canvas-main-canvas {
  height: 100vh;
  display: flex;
  align-items: center;
}
body.maintenance-page .dialog-off-canvas-main-canvas .layout-container {
  max-width: 500px;
  margin: 0 auto;
  background-color: #efefef;
  -webkit-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.75);
}
body.maintenance-page .dialog-off-canvas-main-canvas .layout-container header {
  height: auto;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.maintenance-page .dialog-off-canvas-main-canvas .layout-container header .name-and-slogan {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
}
body.maintenance-page .dialog-off-canvas-main-canvas .layout-container header .name-and-slogan .site-name {
  margin-bottom: 9px;
}
body.maintenance-page .dialog-off-canvas-main-canvas .layout-container main {
  margin-top: 50px;
  text-align: center;
  padding: 0 10px 20px;
}
@media screen and (max-width: 520px) {
  body.maintenance-page .dialog-off-canvas-main-canvas {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.maintenance-page .dialog-off-canvas-main-canvas .layout-container header .name-and-slogan h1.site-name {
    font-size: 20px;
  }
  body.maintenance-page .dialog-off-canvas-main-canvas .layout-container header .name-and-slogan .site-slogan {
    font-size: 16px;
  }
  body.maintenance-page .dialog-off-canvas-main-canvas .layout-container main {
    font-size: 16px;
  }
  body.maintenance-page .dialog-off-canvas-main-canvas .layout-container main h1 {
    font-size: 20px;
  }
}
/* Page: User (logged in)
===========================================================================*/
body.page-user:not(.user-logged-in) #container header {
  display: none;
}
body.page-user:not(.user-logged-in) #container #content_wrapper {
  padding: 0;
  max-width: 500px;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  align-items: center;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper {
  width: 100%;
  background-color: #efefef;
  -webkit-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.75);
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content {
  margin-top: 50px;
  margin-bottom: 50px;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content .block-local-tasks-block {
  display: none;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content #block-dynamo-theme-sitebranding-3 .site-logo {
  pointer-events: none;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content #block-dynamo-theme-sitebranding-3 .site-logo img {
  max-width: 200px;
  margin: 0 auto;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content #block-dynamo-theme-sitebranding-3 .site-name {
  margin-top: 10px;
  text-align: center;
  font-family: 'Arimo', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  pointer-events: none;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content .block-system-main-block {
  background-color: #ffffff;
  padding: 20px;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content .block-system-main-block form#user-login-form {
  margin-top: 80px;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content .block-system-main-block form#user-login-form .js-form-item-name {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 400px;
  margin: 0 auto 25px;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content .block-system-main-block form#user-login-form .js-form-item-name label {
  display: none;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content .block-system-main-block form#user-login-form .js-form-item-name input {
  width: calc(100% - 31px);
  background-color: #d9d9d9;
  border: 1.5px solid #878787;
  color: #4c4c4c;
  font-size: 16px;
  padding: 18px 14px;
  font-family: sans-serif;
  transition: all 0.5s;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content .block-system-main-block form#user-login-form .js-form-item-name input:focus {
  background-color: #efefef;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content .block-system-main-block form#user-login-form .js-form-item-name #edit-name--description {
  display: none;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content .block-system-main-block form#user-login-form .js-form-item-pass {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 400px;
  margin: 0 auto 25px;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content .block-system-main-block form#user-login-form .js-form-item-pass label {
  display: none;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content .block-system-main-block form#user-login-form .js-form-item-pass input {
  width: calc(100% - 31px);
  background-color: #d9d9d9;
  border: 1.5px solid #878787;
  color: #4c4c4c;
  font-size: 16px;
  padding: 18px 14px;
  font-family: sans-serif;
  transition: all 0.5s;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content .block-system-main-block form#user-login-form .js-form-item-pass input:focus {
  background-color: #efefef;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content .block-system-main-block form#user-login-form .js-form-item-pass #edit-pass--description {
  display: none;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content .block-system-main-block form#user-login-form #edit-actions {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 400px;
  margin: 0 auto;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content .block-system-main-block form#user-login-form #edit-actions input {
  width: 100%;
  background-color: #286090;
  color: #ffffff;
  font-size: 16px;
  padding: 18px 0;
  font-family: sans-serif;
  border: 1.5px solid #286090;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.5s;
}
body.page-user:not(.user-logged-in) #container #content_wrapper .inner_content_wrapper #main_content .block-system-main-block form#user-login-form #edit-actions input:hover {
  background-color: #ffffff;
  color: #286090;
}
body.page-user:not(.user-logged-in) #container footer {
  display: none;
}
@media screen and (max-width: 520px) {
  body.page-user:not(.user-logged-in) .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Node type: Page
===========================================================================*/
.node-type-page .inner_main_content {
  background-color: #ffffff;
  padding: 20px;
  overflow: hidden;
}
/* Node type: System
===========================================================================*/
.node-type-system #block-dynamo-theme-content {
  background-color: #ffffff;
  padding: 30px 20px;
}
/* Node type: Tyre
===========================================================================*/
.node-type-tyre .block-system-main-block {
  padding: 30px 20px;
  background-color: #ffffff;
}
.node-type-tyre .block-system-main-block .field--name-node-title h2 {
  font-size: 28px;
  font-weight: bold;
  color: #286090;
  text-transform: uppercase;
}
.node-type-tyre .block-system-main-block .field--name-field-tyre-profile-name-txt-head {
  font-weight: bold;
}
.node-type-tyre .block-system-main-block .field--name-body h2 {
  font-size: 16px;
}
.node-type-tyre .block-system-main-block .field--name-body ul li {
  margin-bottom: 10px;
}
.node-type-tyre .block-system-main-block .field--name-field-tyre-3pmsf-icon {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.node-type-tyre .block-system-main-block .field--name-field-tyre-3pmsf-icon .field__label {
  display: none;
}
.node-type-tyre .block-system-main-block .field--name-field-tyre-3pmsf-icon article h2 {
  display: none;
}
.node-type-tyre .block-system-main-block .field--name-field-tyre-3pmsf-icon article .field--name-field-3pmsf-svg p {
  margin: 0;
}
.node-type-tyre .block-system-main-block .field--name-field-tyre-3pmsf-icon article .field--name-field-3pmsf-svg i {
  font-size: 50px;
  margin-right: 2px;
}
.node-type-tyre .block-system-main-block .field--name-field-tyre-webshop a {
  background-color: #ffffff;
  color: #286090;
  border: 2px solid #286090;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.node-type-tyre .block-system-main-block .field--name-field-tyre-webshop a:hover {
  background-color: #286090;
  color: #ffffff;
}
@media screen and (min-width: 961px) {
  .node-type-tyre .block-system-main-block .group-left {
    width: 50%;
  }
  .node-type-tyre .block-system-main-block .group-middle {
    width: 25%;
  }
  .node-type-tyre .block-system-main-block .group-right {
    width: 25%;
  }
}
@media screen and (max-width: 960px) and (min-width: 761px) {
  .node-type-tyre .block-system-main-block .group-left {
    width: 50%;
  }
  .node-type-tyre .block-system-main-block .group-middle {
    width: 50%;
    float: right;
  }
  .node-type-tyre .block-system-main-block .group-right {
    width: 50%;
    float: right;
  }
  .node-type-tyre .block-system-main-block .field--name-field-profile-logo-image {
    max-width: 220px;
    margin: 0 auto;
  }
  .node-type-tyre .block-system-main-block .field--name-field-tyre-profile-image {
    max-width: 220px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 760px) and (min-width: 521px) {
  .node-type-tyre .block-system-main-block .group-left {
    width: 100%;
    float: none;
  }
  .node-type-tyre .block-system-main-block .group-middle {
    width: 50%;
  }
  .node-type-tyre .block-system-main-block .group-right {
    width: 50%;
  }
  .node-type-tyre .block-system-main-block .field--name-field-profile-logo-image {
    max-width: 220px;
    margin: 0 auto;
  }
  .node-type-tyre .block-system-main-block .field--name-field-tyre-profile-image {
    max-width: 220px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .node-type-tyre .block-system-main-block .group-left {
    width: 100%;
    float: none;
  }
  .node-type-tyre .block-system-main-block .group-middle {
    width: 100%;
    float: none;
  }
  .node-type-tyre .block-system-main-block .group-right {
    width: 100%;
    float: none;
  }
  .node-type-tyre .block-system-main-block .field--name-field-profile-logo-image {
    max-width: 220px;
    margin: 0 auto;
  }
  .node-type-tyre .block-system-main-block .field--name-field-tyre-profile-image {
    max-width: 220px;
    margin: 0 auto;
  }
}
/* Node type: Tyre category
===========================================================================*/
.node-type-tyre-category .block-system-main-block {
  position: relative;
}
.node-type-tyre-category .block-system-main-block .node--type-tyre-category.node--view-mode-full {
  display: grid;
  grid-template-columns: [first] 25% [right-start] 20% [left-end] 55% [last];
  grid-template-rows: [start] 40px [image-start] auto [image-end] 40px [end];
}
.node-type-tyre-category .block-system-main-block .node--type-tyre-category.node--view-mode-full .background {
  grid-column-start: right-start;
  grid-column-end: last;
  grid-row-start: start;
  grid-row-end: end;
  background-color: #ffffff;
}
.node-type-tyre-category .block-system-main-block .node--type-tyre-category.node--view-mode-full .group-left {
  grid-column-start: first;
  grid-column-end: left-end;
  grid-row-start: image-start;
  grid-row-end: image-end;
  z-index: 2;
  display: flex;
  align-items: center;
  width: auto;
  float: none;
}
.node-type-tyre-category .block-system-main-block .node--type-tyre-category.node--view-mode-full .group-left .field--name-field-tyre-type-image {
  box-shadow: 5px 5px 18px 0 #000000;
  margin-bottom: 10px;
  width: 100%;
}
.node-type-tyre-category .block-system-main-block .node--type-tyre-category.node--view-mode-full .group-right {
  grid-column-start: left-end;
  grid-column-end: last;
  grid-row-start: image-start;
  grid-row-end: end;
  position: relative;
  padding: 0 20px 20px 0;
  height: 100%;
  width: auto;
  float: none;
}
.node-type-tyre-category .block-system-main-block .node--type-tyre-category.node--view-mode-full .group-right .spacer {
  height: -webkit-calc(100% - 234.5px);
  height: calc(100% - 234.5px);
  width: 0px;
  float: right;
}
.node-type-tyre-category .block-system-main-block .node--type-tyre-category.node--view-mode-full .group-right .pdf_inline_wrapper {
  float: right;
  clear: right;
  padding-left: 50px;
  padding-bottom: 30px;
}
.node-type-tyre-category .block-system-main-block .node--type-tyre-category.node--view-mode-full .group-right .pdf_inline_wrapper .pdf_inline {
  position: relative;
}
.node-type-tyre-category .block-system-main-block .node--type-tyre-category.node--view-mode-full .group-right .pdf_inline_wrapper .pdf_inline .pdf_inline_image {
  width: 144px;
}
.node-type-tyre-category .block-system-main-block .node--type-tyre-category.node--view-mode-full .group-right .pdf_inline_wrapper .pdf_inline .pdf_inline_image img {
  width: 100%;
  height: auto;
}
.node-type-tyre-category .block-system-main-block .node--type-tyre-category.node--view-mode-full .group-right .pdf_inline_wrapper .pdf_inline .pdf_inline_link {
  position: absolute;
  bottom: -25px;
  left: -45px;
}
.node-type-tyre-category .block-system-main-block .node--type-tyre-category.node--view-mode-full .group-right .pdf_inline_wrapper .pdf_inline .pdf_inline_link .field_content a {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #286090;
  color: #ffffff;
}
.node-type-tyre-category .block-system-main-block .node--type-tyre-category.node--view-mode-full .group-right .pdf_inline_wrapper .pdf_inline .pdf_inline_link .field_content a:hover {
  background-color: #000000;
}
.node-type-tyre-category .block-system-main-block .node--type-tyre-category.node--view-mode-full .group-right .field--name-node-title {
  margin-left: 50px;
}
.node-type-tyre-category .block-system-main-block .node--type-tyre-category.node--view-mode-full .group-right .field--name-node-title h1 {
  font-size: 22px;
  font-weight: bold;
  color: #286090;
  text-transform: uppercase;
  margin-bottom: 0;
}
.node-type-tyre-category .block-system-main-block .node--type-tyre-category.node--view-mode-full .group-right .field--name-body {
  margin-left: 50px;
  font-size: 16px;
  padding-right: 20px;
}
.node-type-tyre-category .block-system-main-block .node--type-tyre-category.node--view-mode-full .group-right .field_edit {
  position: absolute;
  top: 5px;
  left: 5px;
}
@media screen and (max-width: 960px) {
  .node-type-tyre-category #block-leao-theme-page-title {
    display: none;
  }
  .node-type-tyre-category #block-leao-theme-content .node--type-tyre-category.node--view-mode-full {
    display: grid;
    grid-template-columns: [first] 100% [last];
    grid-template-rows: [start] 40px [image-start] auto [image-end] 40px [end];
  }
  .node-type-tyre-category #block-leao-theme-content .node--type-tyre-category.node--view-mode-full .group-left {
    display: none;
  }
  .node-type-tyre-category #block-leao-theme-content .node--type-tyre-category.node--view-mode-full .background {
    grid-column-start: first;
  }
  .node-type-tyre-category #block-leao-theme-content .node--type-tyre-category.node--view-mode-full .group-right {
    grid-column-start: first;
    padding: 10px 20px 20px;
    box-sizing: border-box;
    width: 100%;
    float: none;
  }
  .node-type-tyre-category #block-leao-theme-content .node--type-tyre-category.node--view-mode-full .group-right .spacer {
    height: calc(100% - 255.5px);
  }
  .node-type-tyre-category #block-leao-theme-content .node--type-tyre-category.node--view-mode-full .group-right .field--name-node-title,
  .node-type-tyre-category #block-leao-theme-content .node--type-tyre-category.node--view-mode-full .group-right .field--name-body {
    margin-left: 0;
  }
}
@media screen and (max-width: 520px) {
  .node-type-tyre-category .node--type-tyre-category.node--view-mode-full .group-right {
    display: flex;
    flex-direction: column;
  }
  .node-type-tyre-category .node--type-tyre-category.node--view-mode-full .group-right .spacer {
    display: none;
  }
  .node-type-tyre-category .node--type-tyre-category.node--view-mode-full .group-right .field--name-node-title {
    order: 1;
  }
  .node-type-tyre-category .node--type-tyre-category.node--view-mode-full .group-right .field--name-body {
    order: 2;
  }
  .node-type-tyre-category .node--type-tyre-category.node--view-mode-full .group-right .pdf_inline_wrapper {
    order: 3;
  }
  .node-type-tyre-category .node--type-tyre-category.node--view-mode-full .group-right .pdf_inline_wrapper .pdf_inline {
    float: right;
  }
}
/* Node type: Blocktext
===========================================================================*/
.node-type-blocktext #block-dynamo-theme-page-title {
  display: none;
}
.node-type-blocktext #block-dynamo-theme-content {
  position: relative;
}
.node-type-blocktext #block-dynamo-theme-content .group-left {
  position: absolute;
  top: 15px;
  left: 0;
  width: 30%;
}
.node-type-blocktext #block-dynamo-theme-content .group-right {
  width: 75%;
  background-color: #ffffff;
  float: right;
}
.node-type-blocktext #block-dynamo-theme-content .group-right .inner-group-right {
  padding: 20px 20px 20px 100px;
}
/* Node type: Webform
===========================================================================*/
.node-type-webform .inner_main_content {
  padding: 30px 20px;
  background-color: #ffffff;
}
.node-type-webform .inner_main_content .webform-submission-form .form-type-textfield,
.node-type-webform .inner_main_content .webform-submission-form .form-type-email {
  display: flex;
  max-width: 800px;
}
.node-type-webform .inner_main_content .webform-submission-form .form-type-textfield label,
.node-type-webform .inner_main_content .webform-submission-form .form-type-email label {
  flex-grow: 1;
}
.node-type-webform .inner_main_content .webform-submission-form .form-type-textfield input,
.node-type-webform .inner_main_content .webform-submission-form .form-type-email input {
  flex-grow: 1;
  max-width: 400px;
}
.node-type-webform .inner_main_content .webform-submission-form .form-submit {
  background-color: #ffffff;
  color: #f47a21;
  border: 2px solid #f47a21;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 0;
}
.node-type-webform .inner_main_content .webform-submission-form .form-submit:hover {
  background-color: #f47a21;
  color: #ffffff;
}
/* Node type: PDF inline
===========================================================================*/
.node-type-pdf-inline .block-system-main-block .node--view-mode-full {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 38px;
}
.node-type-pdf-inline .block-system-main-block .node--view-mode-full .grid-iframe {
  flex: 0 1 100%;
}
.node-type-pdf-inline .block-system-main-block .node--view-mode-full .grid-iframe iframe {
  border: none;
  width: 100%;
  height: 600px;
}
.node-type-pdf-inline .block-system-main-block .node--view-mode-full .data-grid {
  width: 100%;
  margin-top: 35px;
}
@media screen and (max-width: 960px) {
  .node-type-pdf-inline .block-system-main-block {
    padding: 18px;
  }
  .node-type-pdf-inline .block-system-main-block .node--view-mode-full {
    padding: 20px;
  }
}
/* Paragraph: Mood balk
===========================================================================*/
.paragraph--type--mood-balk {
  margin-top: 30px;
}
.paragraph--type--mood-balk .field--name-field-pp-mood-balk-images {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.paragraph--type--mood-balk .field--name-field-pp-mood-balk-images .field__item {
  flex: 0 1 20%;
}
.paragraph--type--mood-balk .field--name-field-pp-mood-balk-images .field__item a {
  padding: 2px;
  position: relative;
  display: block;
}
@media screen and (max-width: 640px) and (min-width: 441px) {
  .paragraph--type--mood-balk .field--name-field-pp-mood-balk-images .field__item {
    flex: 0 1 33.3333333%;
  }
  .paragraph--type--mood-balk .field--name-field-pp-mood-balk-images .field__item:last-child {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  .paragraph--type--mood-balk .field--name-field-pp-mood-balk-images .field__item {
    flex: 0 1 50%;
  }
}
/* Paragraph: Youtube
===========================================================================*/
.paragraph--type--youtube .field--name-field-youtube-title {
  margin: 0 0 15px;
  font-size: 20px;
  font-family: 'Arimo', sans-serif;
  font-weight: bold;
  color: #000000;
}
.paragraph--type--youtube .field--type-youtube figure {
  margin: 1em 0;
}
@media screen and (min-width: 1221px) {
  .paragraph--type--youtube .field--type-youtube {
    display: flex;
    flex-wrap: wrap;
  }
  .paragraph--type--youtube .field--type-youtube .field__item {
    flex: 1 0 33.333%;
    padding: 5px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1220px) and (min-width: 761px) {
  .paragraph--type--youtube .field--type-youtube {
    display: flex;
    flex-wrap: wrap;
  }
  .paragraph--type--youtube .field--type-youtube .field__item {
    flex: 1 0 50%;
    padding: 5px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 760px) {
  .paragraph--type--youtube .field--type-youtube {
    display: flex;
    flex-wrap: wrap;
  }
  .paragraph--type--youtube .field--type-youtube .field__item {
    flex: 1 0 100%;
    padding: 5px;
    box-sizing: border-box;
  }
}
/* Paragraph: Jobs
===========================================================================*/
.paragraph--type-jobs {
  max-width: 1600px;
  margin: 0 auto;
}
.paragraph--type-jobs .field--name-field-pp-jobs-pdf {
  margin-top: 14px;
}
.paragraph--type-jobs .field--name-field-pp-jobs-pdf .field__item {
  padding-bottom: 3px;
  padding-top: 3px;
  border-bottom: 1px solid #969694;
}
.paragraph--type-jobs .field--name-field-pp-jobs-pdf .field__item:hover {
  background-color: #d7d7d7;
}
.paragraph--type-jobs::after {
  display: none;
}
@media screen and (min-width: 961px) {
  .paragraph--type-jobs {
    display: flex;
    justify-content: space-between;
  }
  .paragraph--type-jobs .group-left,
  .paragraph--type-jobs .group-right {
    flex: 0 1 48%;
  }
}
@media screen and (max-width: 960px) {
  .paragraph--type-jobs .group-left,
  .paragraph--type-jobs .group-right {
    width: 100%;
    float: none;
  }
  .paragraph--type-jobs .group-left {
    margin-bottom: 30px;
  }
}
/* Paragraph: Catch Image
===========================================================================*/
.paragraph--type--catch-image {
  min-height: 400px;
  padding: 50px;
  position: relative;
}
.paragraph--type--catch-image .field--name-field-pp-catch-image-body p {
  font-size: 20px;
  max-width: 70%;
  margin-bottom: 30px;
  margin-top: 30px;
}
.paragraph--type--catch-image .field--name-field-pp-catch-image-body p strong {
  font-size: 30px;
  font-weight: bold;
}
.paragraph--type--catch-image .field--name-field-pp-catch-image-body p a {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.paragraph--type--catch-image .field--name-field-pp-catch-image-body p:first-child {
  margin-top: 0;
}
/* Paragraph: Contact
===========================================================================*/
.paragraph--type-contact .group-left {
  padding: 3%;
  box-sizing: border-box;
}
.paragraph--type-contact .group-left .field--name-field-pp-contact-title {
  font-size: 28px;
  color: #286090;
  font-weight: bold;
  margin-bottom: 30px;
}
.paragraph--type-contact .group-right {
  padding: 3%;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .paragraph--type-contact .group-left,
  .paragraph--type-contact .group-right {
    width: 100%;
    float: none;
  }
  .paragraph--type-contact .group-left {
    margin-bottom: 30px;
  }
}
/* Extra: Cookies: wordt getoond onderin de pagina.
          Voor test, open prive tab en ga naar de website.
===========================================================================*/
.cc_banner-wrapper .cc_banner.cc_container {
  display: flex;
  justify-content: center;
}
.cc_banner-wrapper .cc_banner.cc_container .cc_btn.cc_btn_accept_all {
  float: none;
  width: auto;
  background-color: #ffffff;
  color: #286090;
  border: 2px solid #286090;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  order: 2;
  font-family: 'Arimo', sans-serif;
}
.cc_banner-wrapper .cc_banner.cc_container .cc_btn.cc_btn_accept_all:hover {
  background-color: #286090;
  color: #ffffff;
}
.cc_banner-wrapper .cc_banner.cc_container .cc_message {
  color: #000000;
  float: none;
  width: auto;
  order: 1;
  font-family: 'Arimo', sans-serif;
}
.cc_banner-wrapper .cc_banner.cc_container .cc_message a {
  color: #000000;
  text-decoration: underline;
}
.cc_banner-wrapper .cc_container ::-moz-selection {
  background: initial;
  color: #000000 !important;
}
/*==========================================================================
Page: Online shop minus de Detail
===========================================================================*/
body.page-online-shop-new,
body.page-online-shop {
  background: none;
}
body.page-online-shop-new #main_content .inner_main_content,
body.page-online-shop #main_content .inner_main_content {
  max-width: 1600px !important;
  margin: 0 auto;
}
#block-promorowsblock {
  display: flex;
  justify-content: space-between;
  /*Responsive productshop
    +++1400px -> Show responsive add to cart */
  /*Responsive productshop
    1400px -> Hide On the way */
  /* Responsive productshop
    1200px -> Hide category & Symbol
    Detail responsive */
  /*Responsive productshop
    1000px -> Hide add to cart */
  /* Responsive productshop
    800px -> Hide add to cart */
  /* Responsive productshop
  640px -> Hide add to cart */
}
#block-promorowsblock .product_shop_main {
  width: 100%;
}
#block-promorowsblock .product_shop_main .product_line_header {
  border-bottom: 2px solid #ccc;
}
#block-promorowsblock .product_shop_main .product_line_header .product_line_fields {
  display: flex;
  cursor: pointer;
  align-items: center;
  width: 100%;
}
#block-promorowsblock .product_shop_main .product_line_header .product_line_fields .product_line_field {
  padding: 5px;
  flex: 1 1 5%;
  box-sizing: border-box;
  font-weight: bold;
}
#block-promorowsblock .product_shop_main .product_line_header .product_line_fields .product_line_field a:hover {
  color: #f47a21;
}
#block-promorowsblock .product_shop_main .product_line_header .product_line_fields .art_TyreLoadSpeed {
  flex: 1 1 6%;
}
#block-promorowsblock .product_shop_main .product_line_header .product_line_fields .product_line_field.sort-asc::after {
  content: "↓";
}
#block-promorowsblock .product_shop_main .product_line_header .product_line_fields .product_line_field.sort-desc::after {
  content: "↑";
}
#block-promorowsblock .product_shop_main .product_line_header .product_line_fields .row_trigger {
  flex: 0 1 40px;
}
#block-promorowsblock .product_shop_main .product_line_header .product_line_fields .add_to_cart {
  min-width: 200px;
}
#block-promorowsblock .product_shop_main .product_line_row {
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
}
#block-promorowsblock .product_shop_main .product_line_row .product_line_fields {
  display: flex;
  cursor: pointer;
  align-items: center;
  width: 100%;
  min-height: 42px;
}
#block-promorowsblock .product_shop_main .product_line_row .product_line_fields:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#block-promorowsblock .product_shop_main .product_line_row .product_line_fields .product_line_field {
  padding: 5px;
  flex: 1 1 5%;
  box-sizing: border-box;
  text-overflow: ellipsis;
}
#block-promorowsblock .product_shop_main .product_line_row .product_line_fields .productLine__field--trigger {
  flex: 0 1 40px;
}
#block-promorowsblock .product_shop_main .product_line_row .product_line_fields .art_TyreLoadSpeed {
  flex: 1 1 6%;
}
#block-promorowsblock .product_shop_main .product_line_row .product_line_fields .field_artsy_picturefilename {
  height: 40px;
}
#block-promorowsblock .product_shop_main .product_line_row .product_line_fields .field_artsy_picturefilename i {
  font-size: 32px;
  margin-right: 2px;
}
#block-promorowsblock .product_shop_main .product_line_row .product_line_fields .field_stock {
  position: relative;
}
#block-promorowsblock .product_shop_main .product_line_row .product_line_fields .field_stock .field_stock_tooltip {
  position: absolute;
  top: -30%;
  left: 100%;
  background-color: #ffffff;
  padding: 3px 5px;
  width: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}
#block-promorowsblock .product_shop_main .product_line_row .product_line_fields .field_stock .field_stock_tooltip .stock_value {
  display: flex;
}
#block-promorowsblock .product_shop_main .product_line_row .product_line_fields .field_stock .field_stock_tooltip .stock_value .label {
  flex: 0 1 150px;
}
#block-promorowsblock .product_shop_main .product_line_row .product_line_fields .field_stock:hover .field_stock_tooltip {
  display: block !important;
}
#block-promorowsblock .product_shop_main .product_line_row .product_line_fields .field_3pmsf {
  height: 40px;
}
#block-promorowsblock .product_shop_main .product_line_row .product_line_fields .field_3pmsf i {
  font-size: 32px;
  margin-right: 2px;
}
#block-promorowsblock .product_shop_main .product_line_row .productLine__field--trigger .open {
  display: block;
}
#block-promorowsblock .product_shop_main .product_line_row .productLine__field--trigger .close {
  display: none;
}
#block-promorowsblock .product_shop_main .product_line_row.productLine--active .productLine__field--trigger .open {
  display: none;
}
#block-promorowsblock .product_shop_main .product_line_row.productLine--active .productLine__field--trigger .close {
  display: block;
}
#block-promorowsblock .no-result {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#block-promorowsblock .no-result h2 {
  color: #f47a21;
}
#block-promorowsblock .no-result .text {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 1401px) {
  #block-promorowsblock .product_shop_main .detail_three .responsive-add-to-cart-group {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  #block-promorowsblock .product_shop_main .product_line_header .product_line_fields .field_on_the_way,
  #block-promorowsblock .product_shop_main .product_line_row .product_line_fields .field_on_the_way,
  #block-promorowsblock .product_shop_main .product_line_header .product_line_fields .on_the_way,
  #block-promorowsblock .product_shop_main .product_line_row .product_line_fields .on_the_way {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #block-promorowsblock .product_shop_main .product_line_header .product_line_fields .artsy_Description,
  #block-promorowsblock .product_shop_main .product_line_row .product_line_fields .artsy_Description,
  #block-promorowsblock .product_shop_main .product_line_header .product_line_fields .field_artsy_picturefilename,
  #block-promorowsblock .product_shop_main .product_line_row .product_line_fields .field_artsy_picturefilename {
    display: none;
  }
  #block-promorowsblock .product_shop_main .product_line_header .product_line_fields .artc_Omschrijving,
  #block-promorowsblock .product_shop_main .product_line_row .product_line_fields .artc_Omschrijving {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #block-promorowsblock .product_shop_main .product_line_header .product_line_fields .add_to_cart,
  #block-promorowsblock .product_shop_main .product_line_row .product_line_fields .add_to_cart {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #block-promorowsblock .product_shop_main .product_line_header .product_line_fields .art_TyreLoadSpeed,
  #block-promorowsblock .product_shop_main .product_line_row .product_line_fields .art_TyreLoadSpeed {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #block-promorowsblock .product_shop_main .product_line_header .product_line_fields .field_stock,
  #block-promorowsblock .product_shop_main .product_line_row .product_line_fields .field_stock,
  #block-promorowsblock .product_shop_main .product_line_header .product_line_fields .field_dynamic_price,
  #block-promorowsblock .product_shop_main .product_line_row .product_line_fields .field_dynamic_price,
  #block-promorowsblock .product_shop_main .product_line_header .product_line_fields .dynamic_price,
  #block-promorowsblock .product_shop_main .product_line_row .product_line_fields .dynamic_price {
    display: none;
  }
}
a.button-tyre-webshop {
  background-color: #ffffff;
  color: #286090;
  border: 2px solid #286090;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
a.button-tyre-webshop:hover {
  background-color: #286090;
  color: #ffffff;
}
/*==========================================================================
Twig: Product line Detail
===========================================================================*/
.path-product,
.product_line_row {
  /* Responsive product
  1200px
  Detail responsive */
}
.path-product article,
.product_line_row article {
  background-color: #ffffff;
  padding: 20px;
}
.path-product .product_line__details,
.product_line_row .product_line__details {
  background-color: #ffffff;
  border-bottom: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  grid-gap: 20px;
  padding: 10px 0;
  cursor: initial;
}
.path-product .product_line__details .detail_header,
.product_line_row .product_line__details .detail_header {
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
  padding: 4px;
}
.path-product .product_line__details .detail,
.product_line_row .product_line__details .detail {
  display: flex;
  justify-content: space-between;
  padding: 6px;
}
.path-product .product_line__details .detail .detail_label,
.product_line_row .product_line__details .detail .detail_label {
  width: 48%;
}
.path-product .product_line__details .detail .detail_value,
.product_line_row .product_line__details .detail .detail_value {
  width: 48%;
}
.path-product .product_line__details .detail .detail_value .value .value_cells,
.product_line_row .product_line__details .detail .detail_value .value .value_cells {
  display: flex;
}
.path-product .product_line__details .detail .detail_value .value .value_cells .value_cell,
.product_line_row .product_line__details .detail .detail_value .value .value_cells .value_cell {
  flex: 1 1 50%;
}
.path-product .product_line__details .detail .detail_value .value .value_cells .value_cell.value_cell_img,
.product_line_row .product_line__details .detail .detail_value .value .value_cells .value_cell.value_cell_img {
  position: relative;
}
.path-product .product_line__details .detail .detail_value .value .value_cells .value_cell.value_cell_img i,
.product_line_row .product_line__details .detail .detail_value .value .value_cells .value_cell.value_cell_img i {
  float: right;
  height: auto;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: -2px;
}
.path-product .product_line__details .detail_one .detail:nth-child(even),
.product_line_row .product_line__details .detail_one .detail:nth-child(even),
.path-product .product_line__details .detail_two .detail:nth-child(even),
.product_line_row .product_line__details .detail_two .detail:nth-child(even) {
  background: #d7d7d7;
}
.path-product .product_line__details .field_artp_image,
.product_line_row .product_line__details .field_artp_image {
  padding: 0;
}
.path-product .product_line__details .field_artp_image .detail_label,
.product_line_row .product_line__details .field_artp_image .detail_label {
  padding: 6px 0 6px 6px;
}
.path-product .product_line__details .field_artp_image .detail_value svg,
.product_line_row .product_line__details .field_artp_image .detail_value svg {
  display: block;
  margin-top: 3px;
}
.path-product .product_line__details .detail_tyre_img,
.product_line_row .product_line__details .detail_tyre_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.path-product .product_line__details .detail_tyre_img .detail_TyrePicture_img,
.product_line_row .product_line__details .detail_tyre_img .detail_TyrePicture_img,
.path-product .product_line__details .detail_tyre_img .detail_TyrePicturePattern_img,
.product_line_row .product_line__details .detail_tyre_img .detail_TyrePicturePattern_img {
  width: 45%;
  float: left;
}
.path-product .product_line__details .detail_tyre_img .detail_TyrePicture_img a,
.product_line_row .product_line__details .detail_tyre_img .detail_TyrePicture_img a,
.path-product .product_line__details .detail_tyre_img .detail_TyrePicturePattern_img a,
.product_line_row .product_line__details .detail_tyre_img .detail_TyrePicturePattern_img a {
  display: flex;
  justify-content: center;
}
.path-product .product_line__details .detail_tyre_img .detail_TyrePicturePattern_img,
.product_line_row .product_line__details .detail_tyre_img .detail_TyrePicturePattern_img {
  float: right;
}
.path-product .product_line__details .detail_symbol,
.product_line_row .product_line__details .detail_symbol {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.path-product .product_line__details .detail_symbol i,
.product_line_row .product_line__details .detail_symbol i {
  font-size: 50px;
}
.path-product .product_line__details .detail_symbol i:not(i:first-child),
.product_line_row .product_line__details .detail_symbol i:not(i:first-child) {
  margin-left: 5px;
}
.path-product .product_line__details .field_art_labelrollingresistance .value_cells,
.product_line_row .product_line__details .field_art_labelrollingresistance .value_cells,
.path-product .product_line__details .field_art_labelwetgrip .value_cells,
.product_line_row .product_line__details .field_art_labelwetgrip .value_cells,
.path-product .product_line__details .field_art_labelnoisedb .value_cells,
.product_line_row .product_line__details .field_art_labelnoisedb .value_cells,
.path-product .product_line__details .field_art_label2021rollingresist .value_cells,
.product_line_row .product_line__details .field_art_label2021rollingresist .value_cells,
.path-product .product_line__details .field_art_label2021wetgrip .value_cells,
.product_line_row .product_line__details .field_art_label2021wetgrip .value_cells,
.path-product .product_line__details .field_art_label2021noisedb .value_cells,
.product_line_row .product_line__details .field_art_label2021noisedb .value_cells {
  display: flex;
}
.path-product .product_line__details .field_art_labelrollingresistance .value_cells .value_cell,
.product_line_row .product_line__details .field_art_labelrollingresistance .value_cells .value_cell,
.path-product .product_line__details .field_art_labelwetgrip .value_cells .value_cell,
.product_line_row .product_line__details .field_art_labelwetgrip .value_cells .value_cell,
.path-product .product_line__details .field_art_labelnoisedb .value_cells .value_cell,
.product_line_row .product_line__details .field_art_labelnoisedb .value_cells .value_cell,
.path-product .product_line__details .field_art_label2021rollingresist .value_cells .value_cell,
.product_line_row .product_line__details .field_art_label2021rollingresist .value_cells .value_cell,
.path-product .product_line__details .field_art_label2021wetgrip .value_cells .value_cell,
.product_line_row .product_line__details .field_art_label2021wetgrip .value_cells .value_cell,
.path-product .product_line__details .field_art_label2021noisedb .value_cells .value_cell,
.product_line_row .product_line__details .field_art_label2021noisedb .value_cells .value_cell {
  flex: 0 1 50%;
}
.path-product .product_line__details .field_art_labelrollingresistance .value_cells .value_cell_img,
.product_line_row .product_line__details .field_art_labelrollingresistance .value_cells .value_cell_img,
.path-product .product_line__details .field_art_labelwetgrip .value_cells .value_cell_img,
.product_line_row .product_line__details .field_art_labelwetgrip .value_cells .value_cell_img,
.path-product .product_line__details .field_art_labelnoisedb .value_cells .value_cell_img,
.product_line_row .product_line__details .field_art_labelnoisedb .value_cells .value_cell_img,
.path-product .product_line__details .field_art_label2021rollingresist .value_cells .value_cell_img,
.product_line_row .product_line__details .field_art_label2021rollingresist .value_cells .value_cell_img,
.path-product .product_line__details .field_art_label2021wetgrip .value_cells .value_cell_img,
.product_line_row .product_line__details .field_art_label2021wetgrip .value_cells .value_cell_img,
.path-product .product_line__details .field_art_label2021noisedb .value_cells .value_cell_img,
.product_line_row .product_line__details .field_art_label2021noisedb .value_cells .value_cell_img {
  position: relative;
}
.path-product .product_line__details .field_art_labelrollingresistance .value_cells .value_cell_img i,
.product_line_row .product_line__details .field_art_labelrollingresistance .value_cells .value_cell_img i,
.path-product .product_line__details .field_art_labelwetgrip .value_cells .value_cell_img i,
.product_line_row .product_line__details .field_art_labelwetgrip .value_cells .value_cell_img i,
.path-product .product_line__details .field_art_labelnoisedb .value_cells .value_cell_img i,
.product_line_row .product_line__details .field_art_labelnoisedb .value_cells .value_cell_img i,
.path-product .product_line__details .field_art_label2021rollingresist .value_cells .value_cell_img i,
.product_line_row .product_line__details .field_art_label2021rollingresist .value_cells .value_cell_img i,
.path-product .product_line__details .field_art_label2021wetgrip .value_cells .value_cell_img i,
.product_line_row .product_line__details .field_art_label2021wetgrip .value_cells .value_cell_img i,
.path-product .product_line__details .field_art_label2021noisedb .value_cells .value_cell_img i,
.product_line_row .product_line__details .field_art_label2021noisedb .value_cells .value_cell_img i {
  float: right;
  height: auto;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: -2px;
}
.path-product .product_line__details .detail_pdf_link,
.product_line_row .product_line__details .detail_pdf_link,
.path-product .product_line__details .detail_article_edit_link,
.product_line_row .product_line__details .detail_article_edit_link,
.path-product .product_line__details .detail_article_display_link,
.product_line_row .product_line__details .detail_article_display_link {
  margin-top: 8px;
}
.path-product .product_line__details .detail_pdf_link a,
.product_line_row .product_line__details .detail_pdf_link a,
.path-product .product_line__details .detail_article_edit_link a,
.product_line_row .product_line__details .detail_article_edit_link a,
.path-product .product_line__details .detail_article_display_link a,
.product_line_row .product_line__details .detail_article_display_link a {
  display: block;
  text-align: center;
}
.path-product .product_line__details .responsive-add-to-cart-group .detail_add_to_cart,
.product_line_row .product_line__details .responsive-add-to-cart-group .detail_add_to_cart {
  margin-top: 20px;
}
.path-product .product_line__details .responsive-add-to-cart-group .detail_add_to_cart form input[type="number"],
.product_line_row .product_line__details .responsive-add-to-cart-group .detail_add_to_cart form input[type="number"] {
  width: 100%;
  box-sizing: border-box;
}
.path-product .product_line__details .responsive-add-to-cart-group .detail_add_to_cart form input[type="submit"],
.product_line_row .product_line__details .responsive-add-to-cart-group .detail_add_to_cart form input[type="submit"] {
  background-color: #ffffff;
  color: #286090;
  border: 2px solid #286090;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 100%;
  margin-top: 5px;
}
.path-product .product_line__details .responsive-add-to-cart-group .detail_add_to_cart form input[type="submit"]:hover,
.product_line_row .product_line__details .responsive-add-to-cart-group .detail_add_to_cart form input[type="submit"]:hover {
  background-color: #286090;
  color: #ffffff;
}
.path-product .product_line__details .responsive-add-to-cart-group .detail_add_to_cart a,
.product_line_row .product_line__details .responsive-add-to-cart-group .detail_add_to_cart a {
  display: block;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .path-product .product_line__details,
  .product_line_row .product_line__details {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-areas: "first second" "third third";
  }
  .path-product .product_line__details .detail_one,
  .product_line_row .product_line__details .detail_one {
    grid-area: first;
  }
  .path-product .product_line__details .detail_two,
  .product_line_row .product_line__details .detail_two {
    grid-area: second;
  }
  .path-product .product_line__details .detail_three,
  .product_line_row .product_line__details .detail_three {
    grid-area: third;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "brand-logo tyres btns" "symbol tyres btns";
    grid-gap: 20px;
  }
  .path-product .product_line__details .detail_three .detail.artg_Logo,
  .product_line_row .product_line__details .detail_three .detail.artg_Logo {
    grid-area: brand-logo;
  }
  .path-product .product_line__details .detail_three .detail_tyre_img,
  .product_line_row .product_line__details .detail_three .detail_tyre_img {
    grid-area: tyres;
  }
  .path-product .product_line__details .detail_three .detail_symbol,
  .product_line_row .product_line__details .detail_three .detail_symbol {
    grid-area: symbol;
  }
  .path-product .product_line__details .detail_three .detail_link,
  .product_line_row .product_line__details .detail_three .detail_link {
    grid-area: btns;
  }
}
@media screen and (max-width: 800px) {
  .path-product .product_line__details,
  .product_line_row .product_line__details {
    grid-template-columns: 1fr !important;
    grid-template-areas: unset;
  }
  .path-product .product_line__details .detail_one,
  .product_line_row .product_line__details .detail_one {
    grid-area: unset;
  }
  .path-product .product_line__details .detail_two,
  .product_line_row .product_line__details .detail_two {
    grid-area: unset;
  }
  .path-product .product_line__details .detail_three,
  .product_line_row .product_line__details .detail_three {
    grid-area: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "brand-logo btns" "brand-logo btns" "tyres btns" "symbol btns";
  }
}
@media screen and (max-width: 520px) {
  .path-product .product_line__details,
  .product_line_row .product_line__details {
    grid-template-columns: 1fr !important;
    grid-template-areas: unset;
  }
  .path-product .product_line__details .detail_three,
  .product_line_row .product_line__details .detail_three {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: unset;
  }
  .path-product .product_line__details .detail_three > div,
  .product_line_row .product_line__details .detail_three > div {
    grid-area: unset !important;
  }
}
/* Page: Product (view product) Makes the row always be opened, due to it only being one.
===========================================================================*/
.path-product .product_line__details {
  display: grid !important;
}
.digi_devel {
  margin: 10px 0;
  padding: 5px;
  background-color: #484644;
  color: #ffffff;
  text-align: center;
}
.digi_devel a {
  color: #ffffff;
}
.searchformweek {
  display: flex;
  align-items: center;
  gap: 8px;
}
.searchformweek .form-submit,
.searchformweek .button {
  height: 38px;
  line-height: 36px;
  padding: 0 14px;
  box-sizing: border-box;
}
.searchformweek input[type="date"].form-date {
  height: 38px;
  line-height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
