/*------------------------------------------------------------------
Common Stylesheet

Project:   Verlag 2.0
Build:     Bootstrap 3 +
Author:    Alexander Bernhardt Publishing

-------------------------------------------------------------------*/

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");


#backtotop {
  background: url(/themes/verlag/assets/img/arrow.svg) no-repeat center center;
  background-size: 18px;
  border: none;
  bottom: 20px;
  cursor: pointer;
  display: none;
  height: 40px;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  width: 40px;
  z-index: 300;
  background-color: #222273;
}


@media screen and (max-width: 480px) {
  /* Force the table, rows, and cells to behave like block elements */
  table, thead, tbody, th, td, tr {
    display: block;
  }
  
  /* Hide the header entirely (optional, if you label your data) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr { border-bottom: 1px solid #006; margin-bottom: 10px; }

  td {
    border: none;
    position: relative;
    padding-left: 50%; /* Make room for labels */
    text-align: right;
  }

  /* Add labels before the data using :before (example) */
  td:before {
    content: attr(data-label); /* Requires adding data-label to your HTML */
    position: absolute;
    left: 10px;
    font-weight: bold;
    text-align: left;
  }
}


.construction-card {
background: var(--verlag-cream);
border: 6px double var(--verlag-blue);
box-shadow: 0 0 0 4px var(--verlag-cream), 0 0 0 6px var(--verlag-blue);
padding: 42px 28px;
text-align: center;
    }

.ornament {
display: flex;
 align-items: center;
justify-content: center;
gap: 18px;
margin-bottom: 24px;
color: #000066;
    }
    
    .ornament2 {
display: flex;
 align-items: center;
justify-content: center;
gap: 18px;
margin-bottom: 15px;
color: #ffffcc;
margin-top: 15px;
    }

    .ornament::before,
    .ornament::after {
      content: "";
      height: 1px;
      background: #000066;
      flex: 1 1 140px;
      max-width: 100%;
    }
    
        .ornament2::before,
    .ornament2::after {
      content: "";
      height: 1px;
      background: #ffffcc;
      flex: 1 1 52px;
      max-width: 100%;
    }

    .ornament span {
      font-size: 26px;
      line-height: 1;
      padding-bottom: 7px;
    }
    
    .ornament2 span {
      font-size: 10.5pt;
      line-height: 1;
      border: none;
    }

    @media (max-width: 640px) {

      .ornament {
        gap: 10px;
      }
      .ornament2 {
        gap: 10px;
      }
      
      .ornament span {
      padding-bottom: 0px;
    }
      
    }
    
    /* Verlag blockquote treatment */
.wellcome-content-box blockquote,
.verlag-blockquote {
  margin: 5px 0;
  padding: 22px 26px 22px 30px;
  background: #f9f9c6;
  border: 1px solid #ffffcc;
  border-left: 5px solid #ddddad;
  color: #000066;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.7;
  position: relative;
}

/* Optional opening quote mark */
.wellcome-content-box blockquote::before,
.verlag-blockquote::before {
  content: "“";
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 3rem;
  line-height: 1;
  color: #000066;
  opacity: 0.75;
  font-style: normal;
}

/* Paragraph spacing inside blockquote */
.wellcome-content-box blockquote p,
.verlag-blockquote p {
  margin: 0 0 12px;
}

.wellcome-content-box blockquote p:last-child,
.verlag-blockquote p:last-child {
  margin-bottom: 0;
}

/* Citation */
.wellcome-content-box blockquote cite,
.verlag-blockquote cite {
  display: block;
  margin-top: 14px;
  font-style: normal;
  font-weight: 700;
  font-size: 0.95rem;
  color: #000066;
}

/* Optional centered elegant version */
.verlag-blockquote--centered {
  text-align: center;
  border-left: 2px solid #000066;
  padding-left: 26px;
}

.verlag-blockquote--centered::before {
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
}

/* Mobile */
@media (max-width: 640px) {
  .wellcome-content-box blockquote,
  .verlag-blockquote {
    padding: 18px 18px 18px 22px;
    font-size: 1.05rem;
  }

  .wellcome-content-box blockquote::before,
  .verlag-blockquote::before {
    font-size: 2.4rem;
    left: 8px;
  }
}

/* DRUPAL LOCAL TASK TABS - exact markup from your screenshot */
#block-verlag-tabs {
  margin: 0 0 24px;
  clear: both;
}

#block-verlag-tabs > ul {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  list-style: none !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}

#block-verlag-tabs > ul > li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

#block-verlag-tabs > ul > li > a {
  display: block !important;
  padding: 5px 10px !important;
  margin: 0 !important;
  background: #000066 !important;
  color: #ffffcc !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  border: 2px solid #ffffcc !important;
  border-right: 0 !important;
  box-sizing: border-box !important;
  float: none !important;
  font-size: 12pt;
}

#block-verlag-tabs > ul > li:last-child > a {
  border-right: 2px solid #ffffcc !important;
}

#block-verlag-tabs > ul > li > a:hover,
#block-verlag-tabs > ul > li > a:focus {
  background: #ffffcc !important;
  color: #000066 !important;
  border-color: #000066 !important;
}

#block-verlag-tabs > ul > li > a.is-active,
#block-verlag-tabs > ul > li > a[aria-current="page"] {
  background: #ffffcc !important;
  color: #000066 !important;
  border-color: #000066 !important;
}

/* mobile */
@media (max-width: 767px) {
  #block-verlag-tabs > ul {
    display: block !important;
  }

  #block-verlag-tabs > ul > li > a {
    border-right: 2px solid #ffffcc !important;
    margin-bottom: 6px !important;
  }
}

#block-verlag-tabs {
  text-align: center;
}

#block-verlag-tabs > ul {
  display: inline-flex !important;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
  list-style: none !important;
  margin: 0 auto 20px !important;
  padding: 0 !important;
}



/* ----------------------------------------------------------------
	Preloader Coding Start
-----------------------------------------------------------------*/

body.preload-site {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#preloader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
}

.preloader-spinner {
    background: url("assets/img/preloader.gif")no-repeat scroll center center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    display: block;
    width: 64px;
    height: 64px;
}

.verlag-diamond-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 50px 0 28px 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.verlag-diamond-line span {
  display: block;
  width: 5.5px;
  height: 5.5px;
  border: 1px solid #000066;
  transform: rotate(45deg);
  background: transparent;
  flex: 0 0 auto;
  margin-left: -2px;
}

.verlag-diagonal-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  padding: 8px 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.verlag-diagonal-line2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  padding: 8px 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.verlag-diagonal-line span {
  display: block;
  width: 1px;
  height: 20px;
  background: #d8d8a6;
  transform: rotate(-45deg);
  transform-origin: center;
  flex: 0 0 auto;
  text-rendering: optimizeLegibility;
}

.verlag-diagonal-line2 span {
  display: block;
  width: 1px;
  height: 20px;
  background: #d8d8a6;
  transform: rotate(45deg);
  transform-origin: center;
  flex: 0 0 auto;
  text-rendering: optimizeLegibility;
}

.verlag-vertical-line {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2px;
  padding: 8px 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-rendering: optimizeLegibility;
}

.verlag-vertical-line span {
  display: block;
  width: 2px;
  height:13px;
  background: #d8d8a6;
  flex: 0 0 auto;
  text-rendering: optimizeLegibility;
}

/* Base menu links */
.wellcome_area_left .menu-item > a,
.wellcome_area_left .menu-item > a.menu-two-line {
  position: relative;
  display: block;
  padding: 14px 35px 14px 25px;
  color: #ffffcc;
  background: transparent;
  text-decoration: none;
}

/* Two-line menu text */
.wellcome_area_left .menu-item > a.menu-two-line span {
  display: block;
}

/* Arrow hidden by default */
.wellcome_area_left .menu-item > a::after,
.wellcome_area_left .menu-item > a.menu-two-line::after {
  content: "›";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) translateX(-4px);
  opacity: 0;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1;
  color: currentColor;
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

/* Hover state */
.wellcome_area_left .menu-item > a:hover,
.wellcome_area_left .menu-item > a:focus {
  background: #ffffcc;
  color: #000066;
}

/* Hover arrow */
.wellcome_area_left .menu-item > a:hover::after,
.wellcome_area_left .menu-item > a:focus::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* Active/current state */
.wellcome_area_left .menu-item.active > a,
.wellcome_area_left .menu-item--active-trail > a,
.wellcome_area_left .menu-item > a.is-active {
  background: #ffffcc !important;
  color: #000066 !important;
}

/* Active/current arrow */
.wellcome_area_left .menu-item.active > a::after,
.wellcome_area_left .menu-item--active-trail > a::after,
.wellcome_area_left .menu-item > a.is-active::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  color: #000066 !important;
}

.wellcome_area_left .menu-item {
  position: relative;
}

.wellcome_area_left .menu-item ul {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0 0 0 16px;
}

.wellcome_area_left .menu-item ul .menu-item > a {
  display: block;
  padding: 10px 20px 10px 30px;
  font-size: 0.96em;
}


.wellcome_area_left .menu-item ul {
  display: none;
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0 0 0 16px;
}

.wellcome_area_left .menu-item:hover > ul,
.wellcome_area_left .menu-item:focus-within > ul,
.wellcome_area_left .menu-item--active-trail > ul {
  display: block;
}





/* DOUBLE FRAME */
.wellcome-content-box {
  position: relative;
  background: #ffffcc;
  padding: 34px;
  overflow: visible;
  border: 2px solid #ffffcc;
}


/* Mobile: horizontal centered row */
@media (max-width: 480px) {
.wellcome-content-box {
  padding: 1px;
}

.wellcome-content-box {
  position: relative;
  background: #ffffcc;
  padding: 10px;
  overflow: visible;
  border: 2px solid #ffffcc;
}


.wellcome-content-box::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: none;
  pointer-events: none;
  z-index: 1;
}

}
  

.wellcome-content-box::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: none;
  pointer-events: none;
  z-index: 1;
}


/* remove old pseudo-corner code */
.wellcome-content-box::after {
  content: none;
}


/* Sidebar button stack */
.verlag-sidebar-buttons {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  font-size: 11pt;
}

.verlag-sidebar-buttons__link {
  display: block;
  width: 100%;
  padding: 6px 15px;
  background: #222273;
  color: #ffffcc !important;
  border: none;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.0;
  box-sizing: border-box;
}

.verlag-sidebar-buttons__link:hover,
.verlag-sidebar-buttons__link:focus {
  background: #ffffcc;
  color: #000066 !important;
  border-color: #000066;
}

/* Mobile: horizontal centered row */
@media (max-width: 991px) {
  .verlag-sidebar-buttons {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
  }

  .verlag-sidebar-buttons__link {
    width: auto;
    min-width: 120px;
    padding: 10px 14px;
    white-space: nowrap;
    text-align: center;
  }
}




#block-verlag-advancedlanguageselectorblock .nav-link {
  display: inline-block;
  padding: 0 6px;
  color: #ffffcc !important;
  background: #1b1b6e !important;
  text-decoration: none;
  font-weight: 700;
  border: 0 !important;
  box-shadow: none !important;
  border: 3px solid #1b1b6e !important;
  padding-bottom: 3px;
}

/* Hover */
#block-verlag-advancedlanguageselectorblock .nav-link:hover,
#block-verlag-advancedlanguageselectorblock .nav-link:focus {
  color: #000066 !important;
  background: #ffffcc !important;
  text-decoration: none;
  border: 3px solid #ffffcc !important;
  padding-bottom: 3px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

/* Only the true active language */
#block-verlag-advancedlanguageselectorblock .nav-link.active,
#block-verlag-advancedlanguageselectorblock .nav-link.is-active {
  color: #000066 !important;
  background: #ffffcc !important;
  text-decoration: none;
  border: 3px solid #ffffcc !important;
  padding-bottom: 3px;
  padding-bottom: 3px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

/* Mobile: remove rounded corners */
@media (max-width: 991px) {
  #block-verlag-advancedlanguageselectorblock .nav-link.active,
  #block-verlag-advancedlanguageselectorblock .nav-link.is-active {
    border-radius: 0 !important;
  }
}

/* ----------------------------------------------------------------
	Preloader Coding end
-----------------------------------------------------------------*/

.spacer-5 { height: 5px; }
.spacer-10 { height: 10px; }
.spacer-15 { height: 15px; }
.spacer-20 { height: 20px; }
.spacer-40 { height: 40px; }
.spacer-60 { height: 60px; }

.soft-break {
  display: block;
  height: 0.35em;
}

body {
    font-family: 'OpenSans-SemiBold', sans-serif;
    line-height: 1.5;
    color: #000066;
    font-size: 15pt;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    background: #000066;
}

select::-ms-expand {
    display: none;
}

a:active,
a:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000066;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    font-family: 'Stempel Garamond LT Pro Bold', 'Times New Roman', serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}


h3 {
  padding-bottom: 15px;
  text-align: center;
  font-size: 16pt;
}

h2 {
  padding-bottom: 8px;
  text-align: center;
  font-size: 22pt;
  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

h4 {
  padding-bottom: 5px;
}

h5 {
  font-size: 14pt;
}

h6 {
    color: #000066;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    font-size: 11pt;
    margin-top: 10px;
    font-family: 'OpenSans-SemiBold', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}


.welcome-content-box h6 {
  line-height: 1.3;
  margin: 0;
  font-size: 10.5pt;
  margin-top: 10px;
}

.cat-price {
color: #000066;
  font-size: 16pt;
  font-weight: 700;
  font-family: 'OpenSans-SemiBold', sans-serif;
  text-align: center;
}

.cat-title {
color: #000066;
  font-family: 'Stempel Garamond LT Pro Bold', 'Times New Roman', serif;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

a {
    text-decoration: none !important;
    color: #000066;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover,
a:focus {
    color: #ffffcc;
}

h6 a:hover, a:focus {color: #000066;
    
}

a:hover,
.btn,
.btn:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a img,
iframe {
    border: none !important;
}

p {
    margin: 0;
    line-height: 22px;
    color: #7e7e7e;
}

p,
li {
    font-family: inherit;
 }   



hr {
  margin-top: -12px;
  margin-bottom: 18px;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
  border-top: 1px solid #000066;
}

pre {
    display: block;
    padding: 10px;
    margin: 0 0 30px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f9f9f9;
    border: 1px solid #EDEDED;
    border-radius: 0;
}

    /* Add spacing above header to reveal blue background */
    .header_area {
      padding-top: 60px;
    }

    /* Add spacing above logo */
    .header_logo {
      margin-top: 10px;
    }
    /* Header title line breaks */
    .header-area-title .header-line2 {
      display: inline;
    }
    @media (max-width: 768px) {
      .header-area-title .header-line2 {
        display: block;
      }
      /* Fluidly scale header text for mobile between 32px and 120px via viewport width */
      .header-area-title {
        font-size: clamp(32px, 12vw, 120px);
        line-height: 1.1;
      }
      /* SlickNav mobile menu overrides */
      .slicknav_menu a,
      .slicknav_nav a {
        font-size: 20px;
        color: #ffffcc !important;
      }
      .slicknav_nav a:hover {
        background: #ffffcc !important;
        color: #000066 !important;
      }
      .slicknav_btn {
        font-size: 18px;
        background: #1f1f79;
        color: #ffffcc;
        border: none;
        padding: 10px;
      }
    }

    /* Tagline link color */
    .header_area_inner p a {
      color: #ffffcc;
      text-decoration: none;
    }
    .header_area_inner p a:hover {
      text-decoration: underline !important;
    }

    /* Cream content area blue double-line border */
    .welcome-content-box {
      border: 6px double #000066;
      padding-left: 30px;
  padding-right: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
      background: #ffffcc;
    }

.custom-line {
  position: relative;
  height: 8px;
}

.custom-line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;   /* thicker line */
  background: black;
}

.custom-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;   /* thinner line */
  background: black;
}


    /* Breadcrumb styling on blue background */
.verlag-breadcrumb {
  margin: 0 0 24px;
  padding: 0;
}

.verlag-breadcrumb__list {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0;
list-style: none;
margin: 0px 0px 45px 0px;
padding: 8px 10px 8px 10px;
background: #1b1b6e;
max-width: 100%;
}

.verlag-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  font-size: 9.5pt;
  font-weight: 700;
  color: #ffffcc;
  letter-spacing: -.25px;
}

.verlag-breadcrumb__item a,
.verlag-breadcrumb__item span {
  color: #ffffcc;
  text-decoration: none;
}

.verlag-breadcrumb__item a:hover {
  text-decoration: underline;
}

/* Separator */
.verlag-breadcrumb__item + .verlag-breadcrumb__item::before {
  content: "/";
  margin: 0 6px;
  color: #ffffcc;
  font-weight: 700;
}

/* Home icon on first item */
.verlag-breadcrumb__item.is-home a,
.verlag-breadcrumb__item.is-home span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.verlag-breadcrumb__item.is-home a::before,
.verlag-breadcrumb__item.is-home span::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: #ffffcc;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 3l9 8h-3v9h-5v-6H11v6H6v-9H3z'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 3l9 8h-3v9h-5v-6H11v6H6v-9H3z'/></svg>");
}


.no-break {
  white-space: nowrap;
  word-break: keep-all;
}

.svg-icon {
  width: 100%;
  height: 100%;
    transform: scale(1.1);
  display: block;
  shape-rendering: crispEdges;
    shape-rendering: geometricPrecision;
}

/* Go Scroll To Top */

.go-top {
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 999;
    display: none;
}

.go-top span {
    background-color: #000066;
    color: #ffffcc;
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
    border: solid 1pt #ffc;
}

.go-top span:hover {
    color: #fff;
}


/*************top_header*************/

.top_header {
    position: relative;
    padding: 20px 0;
}

.top_header:before,
.top_header:after {
    display: table;
    clear: both;
    content: "";
}

.top_header_left {
    float: left;
    width: 50%;
}

.top_header_left h2 {
    font-size: 15pt;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
}

.top_header_left a {
    color: #fff;
    text-decoration: underline!important;
}

.top_header_right {
    float: left;
    width: 50%;
    text-align: right;
}

.top_header_right ul li {
    display: inline-block;
    padding: 0 3px;
    font-size: 15pt;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
}



/*************header_area************/

.header_area {
    padding-bottom: 1px;
    text-align: center;
}

.header_area_inner h1 {
  font-size: 56pt;
  font-weight: 400;
  line-height: 0.9;
  text-transform: capitalize;
  color: #ffffcc;
  font-family: 'NewYorkerEngraved';
  letter-spacing: -2px;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}

.header_area_inner p {
    font-size: 18pt;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffcc;
    margin-bottom: 7px;
}

.header_logo {
    padding: 0 13.5%;
      shape-rendering: geometricPrecision;
  shape-rendering: crispEdges;
  transform: scale(1);
  backface-visibility: hidden;
}

.header_logo img {
    width: 100%;
}

.header_footer h1 {
    font-size: 25pt;
    font-weight: normal;
    line-height: 1.0;
    text-transform: none;
    color: #ffffcc;
    font-family: 'ColonnaMT';
}



/***************top_menu***************/

    /* Add spacing above breadcrumb bar to reveal more blue background */
    .top_menu {
      padding-top: 5px;
      padding-bottom: 0px;
      margin-top: 5px;
    }

.top_menu_left {
    float: left;
    width: 65%;
}

.top_menu_left ul {
    max-width: 290px;
    margin-left: 200px;
}

.top_menu_left ul li {
    display: inline-block;
    padding: 0 5px;
    font-size: 11pt;
    font-weight: 700;
    color: #ffc;
}

.top_menu_left ul li a {
    font-size: 11pt;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffcc;
}

.top_menu_right {
    float: left;
    width: 35%;
    text-align: right;
    margin-right: 200px;
}

.top_menu_right h2 {
    font-size: 12pt;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    margin-right: 155px;
}

.top_menu_right h2 img {
    margin-right: 5px;
}

.cart-block--summary a {
  display: block;
  padding-right: 15px;
}

.cart-block--summary, .cart-block--summary__icon img, .cart-block--summary__count {
  vertical-align: middle;
  color: #ffc;
}

.wellcome_area_left ul li {
  padding: 0;
}

.wellcome_area_left ul li > a {
  display: block;
  padding: 10px 8px;
  color: #ffffcc;
  transition: 0.4s;
}

.wellcome_area_left ul li:hover > a,
.wellcome_area_left ul li.menu-item--active-trail > a,
.wellcome_area_left ul li > a.is-active,
.wellcome_area_left ul li > a[aria-current="page"] {
  background: #ffffcc !important;
  color: #000066 !important;
}


/*********************wellcome_area***************/

.wellcome_area_inner {
    position: relative;
}

.wellcome_area_inner:before,
.wellcome_area_inner:after {
    display: table;
    clear: both;
    content: "";
}

.wellcome_area_left {
    float: left;
  width: 180px;
  font-weight: 600;
  padding-top: 0px;
  line-height: .5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.wellcome_area_mide {
    float: left;
    width: calc(100% - 340px);
    background: #ffffcc;
    padding: 30px;
}

.wellcome_area_mide h1 {
    font-size: 14.5pt;
  font-weight: 700;
  line-height: 1.3;
  color: #000066;
  text-align: center;
  margin-bottom: 25px;
  font-family: Stempel Garamond LT Pro Bold;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.wellcome_area_mide p {
    font-size: 12pt;
  font-weight: 500;
  line-height: 1.6;
  color: #000066;
  text-align: justify;
  hyphens: auto;
  word-spacing: normal;
  letter-spacing: normal;
  overflow-wrap: normal;
  font-family: SourceSerif4-Regular;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}

.wellcome_area_mide p a {
    color: #000066;
    text-decoration: underline!important;
    font-weight: 700;
}

.wellcome_area_right {
    float: left;
    width: 160px;
    padding-top: 30px;
}

.wellcome_area_right h1 {
    font-size: 16pt;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffcc;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 25px 2px;
    padding-top: 0px;
    position: relative;
}

.wellcome_area_right h1::before {
    position: absolute;
    bottom: 21px;
    left: -1px;
    width: 100%;
    height: 1px;
    background: #ffffcc;
    content: "";
}

.wellcome_area_right ul {
    padding: 0px 2px;
    margin-bottom: 45px;
}

.wellcome_area_right ul li {
    padding-bottom: 3px;
}

.wellcome_area_right ul li a {
    font-size: 12pt;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.4pt;
    color: #ffffcc;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.wellcome_area_right ul li a:hover {
    text-decoration: underline!important;
}

.wellcome_area_right h2 {
    font-size: 16pt;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffcc;
    padding: 2px 2px;
    position: relative;
}


/*******************wellcome_area_left**************/

.wellcome_area_left ul li {
    padding: 10px 8px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.wellcome_area_left ul li:hover,
.wellcome_area_left ul li.active {
    background: #ffffcc;
}

.wellcome_area_left ul li:hover a,
.wellcome_area_left ul li.active a {
    color: #000066;
}

.wellcome_area_left ul li a {
    font-size: 14pt;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.1pt;
    color: #ffffcc;
    text-transform: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


/*****************down_menu***************/

.down_menu {
    background: transparent;
padding: 5px 0;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 3px;
}

.down_menu ul li {
    display: inline-block;
    color: #ffffcc;
    padding: 0 15px;
}

.down_menu ul li a {
    font-size: 12pt;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffcc;
}


/****************footer_area*************/

.footer_area {
    padding: 35px 0 40px 0;
    text-align: center;
}

.footer_area_inner h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffcc;
    padding-bottom: 2px;
}

.footer_area_inner p {
    font-size: 11pt;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffcc;
}

    /* 3-column (20/70/10) layout for Tab/Content sections */
    .three-col { display: flex; flex-wrap: wrap; }
    .three-col > div { padding: 10px; }
    @media (min-width: 768px) {
      .three-col .col1 { flex: 0 0 15%; max-width: 15%; margin-left: auto; text-align: center; }
      .three-col .col2 { flex: 0 0 80%; max-width: 60%; }
      .three-col .col3 { flex: 0 0 5%; max-width: 5%; margin-right: auto; }
    }
    @media (max-width: 767.98px) {
      .three-col > div { flex: 0 0 100%; max-width: 100%; }
    }

    /* Book entries styling */ 
    .book-entry {
      display: flex;
      align-items: center; /* vertically center align image and text */
      padding: 25px 0;
    }
      .book-info { padding-left: 10px; margin-right: 3%;font-size: 14.5pt;}
    .book-entry img { width: 100px; height: auto; margin-right: 20px; margin-left: 15%; }
    .book-info h2 { font-size: 15pt; color: #000066; margin: 0 0 10px; font-weight: bold; font-family: Stempel Garamond LT Pro Bold; }
    .book-info p.author { font-size: 10pt; color: #000066; margin: 0 0 20px; text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
    .book-info a { font-size: 11pt; color: #000066; text-decoration: underline; font-weight: bold; font-family: Stempel Garamond LT Pro Bold; }
    .divider { border-top: 1px solid #d2d2a6; margin: auto;
  width: 70%; height: 1px; } 
  
  
/* Tabs from attached page */
    .tab-container { margin-top: 20px; }
    .tab-buttons {
      display: flex;
      justify-content: center;
      gap: 10px;
      padding: 8px 0;
      border-top: 1px solid #000066;
      border-bottom: 1px solid #000066;
    }
    @media (max-width: 768px) {
      .tab-buttons {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin: 0 0 2px;
      }
    }

    .tab-buttons button.active, .tab-buttons button:hover { background-color: #000066; color: #ffffcc; }
    .tab-content { display: none; background-color: #ffffcc; padding-top: 20px; color: #000066; }
    .tab-content.active { display: block;  }

    /* Book highlight columns should sit side by side and centered */
    .book-highlight {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 20px;
      width: fit-content;
    }
    .book-highlight .col-md-4,
    .book-highlight .col-md-8 {
      flex: none;
      width: auto;
    }
    .book-highlight .col-md-4 {
      margin-right: 5px;
    }
    @media (max-width: 768px) {
      /* On mobile, text in cream column should be blue on cream */
      .book-highlight .col-md-8 { background-color: #ffffcc !important; color: #000066 !important; }
      .book-highlight .col-md-8 h2,
      .book-highlight .col-md-8 p { color: #000066 !important; }
      .book-highlight { flex-direction: column; }
      .book-highlight .col-md-4 { margin: 0 auto 10px; }
    }
    
       .tab-buttons button {
        width: auto;
        margin: 0;
        font-size: 11pt;
        text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #ffffcc;
  color: #000066;
      }
    }
  
.tab-buttons button {
  background: #ffffcc;
  color: #000066;
  border: 1px solid #000066;
}

.tab-buttons button:hover {
  background: #000066;
  color: #ffffcc;
}

.tab-buttons button.active,
.tab-buttons button.active:hover,
.tab-buttons button.active:focus {
  background: #000066 !important;
  color: #ffffcc !important;
  border: 1px solid #000066 !important;
  -webkit-text-fill-color: #ffffcc !important;
  opacity: 1 !important;
}

.tab-buttons button.active *,
.tab-buttons button.active:hover *,
.tab-buttons button.active:focus * {
  color: #ffffcc !important;
}  
      
/* Tabs */
.tab-container {
  margin-top: 20px;
}


.tab-buttons button.active,
.tab-buttons button:hover {
  background-color: #000066;
  color: #ffffcc;
}

.tab-content {
  display: none;
  background-color: #ffffcc;
  padding-top: 20px;
  color: #000066;
}

.tab-content.active {
  display: block;
  color: #ffffcc;
  
}

/* Make tab text content look consistent */
.tab-content p,
.tab-content li,
.tab-content h3 {
  color: #000066;
}

.tab-content ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.tab-content li {
  padding-left: 0 !important;
  margin-bottom: 4px;
}

/* Grail message book header */
.book-highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0px auto 30px;
  width: 100%;
  flex-wrap: nowrap;
}

.book-highlight-cover {
  flex: 0 0 auto;
  text-align: center;
}

.book-highlight-cover img {
  display: block;
  max-width: 150px;
  height: auto;
}

.book-highlight-text {
  flex: 0 1 auto;
  background: transparent;
  padding: 20px;
  text-align: center;
}

.book-highlight-text h2 {
  margin: 0;
  color: #000066;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.15;
}

.book-highlight-text .author {
  font-size: 12pt;
  margin: -3px 0 0;
  color: #000066;
  text-align: center;
}


.verlag-commandments {
  margin: 20px 0;
}

.verlag-commandment-row {
  display: grid;
  grid-template-columns: 40% 60%;
  column-gap: 10px;
  align-items: start;
  margin-bottom: 8px;
  padding-left: 10%;
  padding-right: 10%;
}

.verlag-commandment-title {
  font-weight: bold;
  color: #000066;
  font-size: 14pt;
  font-family: SourceSerif4-Regular;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}

.verlag-commandment-text {
  color: #000066;
  font-size: 13pt;
  font-family: SourceSerif4-Regular;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media only screen and (max-width: 767px) {
  .verlag-commandment-row {
    grid-template-columns: 1fr;
    row-gap: 4px;
    margin-bottom: 20px;
  }

  .verlag-commandment-title,
  .verlag-commandment-text {
    width: 100%;
  }
}



.verlag-two-col-list {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-left: 60px;
  margin-right: 60px;
}

.verlag-one-col-list {
  display: flex;
  gap: 0px;
  align-items: flex-start;
  margin-left: 100px;
  margin-right: 100px;
}

.verlag-two-col-list__col {
  width: 50%;
}

.verlag-two-col-list__col {
  width: 100%;
}

.verlag-two-col-list__col ol {
  margin: 0;
  padding-left: 22px;
}

.verlag-two-col-list__col li {
  margin-bottom: 4px;
  padding-left: 3px !important;
  color: #000066;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
  hyphens: auto;
  word-spacing: normal;
  letter-spacing: normal;
  overflow-wrap: normal;
  font-family: SourceSerif4-Regular;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}

.verlag-one-col-list__col li {
  margin-bottom: 4px;
  padding-left: 3px !important;
  color: #000066;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
  hyphens: auto;
  word-spacing: normal;
  letter-spacing: normal;
  overflow-wrap: normal;
  font-family: SourceSerif4-Regular;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media only screen and (max-width: 767px) {
  .verlag-two-col-list {
    display: block;
  }

  .verlag-two-col-list__col {
    width: 100%;
    margin-bottom: 20px;
  }
}

.verlag-topic-row {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}

.verlag-topic-row:first-child {
  margin-top: 0;
}

.verlag-topic-label {
  width: 25%;
  font-weight: bold;
  color: #000066;
  font-size: 12pt;
  font-family: SourceSerif4-Regular;
  box-sizing: border-box;
}

.verlag-topic-text {
  width: 75%;
  color: #000066;
  font-size: 12pt;
  font-family: SourceSerif4-Regular;
}

@media only screen and (max-width: 767px) {
  .verlag-topic-row {
    display: block;
  }

  .verlag-topic-label,
  .verlag-topic-text {
    width: 100%;
  }

  .verlag-topic-label {
    margin-bottom: 4px;
    padding-right: 0;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .book-highlight {
    flex-direction: column;
    align-items: center;
  }

  .book-highlight-text {
    width: 100%;
  }

  .book-highlight-text h2 {
    font-size: 1.8rem;
  }

  .book-highlight-text .author {
    font-size: 1.2rem;
  }

  .tab-buttons {
    flex-direction: column;
    align-items: stretch;
  }


}


.verlag-language-overlay-wrap {
  position: relative;
  min-height: 260px;
}

.verlag-language-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 20;
}

.verlag-language-overlay__panel {
  max-width: 100%;
  background: #ffffea;
  border: 1px solid #000066;
  color: #000066;
  text-align: center;
  padding: 12px 12px;
}

.verlag-language-overlay__title {
  margin: 0 0 0px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000066;
}

.verlag-language-overlay__text {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #000066;
}

.verlag-language-overlay__button {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 18px;
  background: #000066;
  color: #ffffcc !important;
  border: 2px solid #000066;
  text-decoration: none;
  font-weight: 700;
}

.verlag-language-overlay__button:hover,
.verlag-language-overlay__button:focus {
  background: #ffffcc;
  color: #000066 !important;
}

@media (max-width: 640px) {
  .verlag-language-overlay {
    padding: 16px;
  }

  .verlag-language-overlay__panel {
    padding: 22px 18px;
  }

  .verlag-language-overlay__title {
    font-size: 1.55rem;
  }

  .verlag-language-overlay__text {
    font-size: 1rem;
  }
}






/***************Bookorder page css*********/

.upper_book {
    border-bottom: 6px double #d2d2a6;
    padding-bottom: 2px;
    margin-bottom: 15px;
}

.upper_book h1 {
    font-size: 25pt;
    margin-bottom: 10px;
}

.single_book {
    float: left;
    width: 25%;
    padding: 0 7px;
    margin-bottom: 25px;
    text-align: center;
}

.single_book_img {
    margin-bottom: 5px;
}

.single_book_img img {
    width: 100%;
}

.single_book_text h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #000066;
}

.single_book_text h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #000066;
}

.card {
    padding: 7px 15px;
}

.card a {
    display: block;
    width: 100%;
    background: #ffffcc;
    font-size: 13px;
    color: #000066;
    font-weight: 700;
    padding: 5px 2px;
    text-transform: uppercase;
    border: 1px solid #000066;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.card a:hover {
    background: #fff;
    color: #000066;
    border: 1px solid #000066;
}

.card a i {
    margin-left: 5px;
}

.all_book {
    position: relative;
}

.all_book:before,
.all_book:after {
    display: table;
    clear: both;
    content: "";
}

.commerce-order-item-add-to-cart-form input.button--add-to-cart:disabled {
    background-color: #f5f5bd !important;
    border-color: #eeeeee !important;
    color: #cccccc !important;
    opacity: 1 !important;
    cursor: not-allowed;
}


.verlag-product-entry {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin: 10px 0 10px;
  color: #000066;
}

.verlag-product-data {
  align-items: flex-start;
  margin: 20px 0 30px;
  color: #000066;
    font-size: 13pt;
    font-family: SourceSerif4-Regular;
}

.verlag-product-entry__image {
  flex: 0 0 0px;
  text-align: center;
}

.verlag-product-entry__image img {
  max-width: 200px;
  height: auto;
  display: inline-block;
  border: 1px solid #d2d2a6;
  padding: 6px;
  background: none;
}

.verlag-product-entry__content {
  flex: 1 1 auto;
  min-width: 0;
}

.verlag-product-entry__title {
  margin: 0 0 6px;
  color: #000066;
  font-size: 22pt;
  line-height: 1.1;
  text-align: left;
}

.verlag-product-entry__subtitle {
  margin: 0 0 4px;
  color: #000066;
  font-size: 16pt;
  font-weight: 700;
  text-align: left;
}

.verlag-product-entry__author {
  margin: 0 0 1px;
  color: #000066;
  font-size: 13pt;
  text-align: left;
}

.verlag-product-entry__divider {
  border-top: 1px solid #d2d2a6;
  margin: 0 0 1px;
}

.verlag-product-entry__text {
  margin: 0 0 14px;
  color: #000066;
  text-align: left;
  line-height: 1.5;
}

.verlag-product-entry__meta {
  margin: 18px 0;
  color: #000066;
  line-height: 1.6;
  font-size: 10pt;
}

.verlag-product-entry__actions {
  margin-top: 20px;
}

.verlag-product-entry__button {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #000066;
  background: #000066;
  color: #ffffcc !important;
  text-decoration: none;
  font-weight: 700;
}

.verlag-product-entry__button:hover {
  background: #ffffcc;
  color: #000066 !important;
}

@media only screen and (max-width: 767px) {
  .verlag-product-entry {
    display: block;
  }

  .verlag-product-entry__image {
    margin: 0 auto 20px;
    text-align: center;
  }

  .verlag-product-entry__content {
    width: 100%;
  }

  .verlag-product-entry__title,
  .verlag-product-entry__subtitle,
  .verlag-product-entry__author,
  .verlag-product-entry__text {
    text-align: left;
  }
}



.wellcome_area_mide_down ul li {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #696e6e;
    position: relative;
}

.bar {
    position: absolute;
    top: 7px;
    left: 53px;
}

.wellcome_area_mide_down ul li select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 75px;
    border: 1px solid #000066;
    padding: 0 7px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #000066;
    background: url(assets/img/down.png) no-repeat scroll 85%;
    position: relative;
}

.wellcome_area_mide_down ul li select option {
    width: 75px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #000066;
    position: relative;
}

/* Mobile Menu */
.slicknav_menu {
    display: none;
    background: transparent;
    padding: 0;
}
.slicknav_btn {
    margin: 5px 10px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0);
    background-color: transparent;
}
.slicknav_nav{
    padding: 0;
}
.slicknav_nav a {
    padding: 5px 15px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
}
.slicknav_nav a:hover {
    border-radius: 0;
    background: #1F1F79;
    color: #fff;
}
.slicknav_menu .slicknav_icon-bar {
    width: 25px;
    height: 3px;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}

.verlag-mobile-nav__panel li.menu-item--active-trail > a,
.verlag-mobile-nav__panel li > a.is-active,
.verlag-mobile-nav__panel li > a[aria-current="page"] {
  background: #ffffcc !important;
  color: #000066 !important;
}


/* Responsive Code */

@media only screen and (max-width:1200px) {
    .wellcome_area_mide h1 {
        
    }
    .wellcome_area_mide {
        padding: 30px;
    }
    .single_book {
        width: 33.33%;
    }
    .card {
        padding: 7px 10px;
    }
}

@media only screen and (max-width:991px) {
    .wellcome_area_left,
    .wellcome_area_right {
        width: 180px;
    }
    .wellcome_area_left ul li {
        padding: 10px;
    }
    .wellcome_area_mide {
        width: calc(100% - 360px);
        padding: 30px;
    }
    
    .wellcome_area_left,
    .wellcome_area_mide,
    .wellcome_area_right {
        margin-bottom: 25px;
    }

    
    /* Cream content area blue double-line border */
    .welcome-content-box {
      padding-left: 20px;
  padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
    }
    
    .cart-block--summary a {
  display: block;
  padding-right: 0px;
}
    
    .wellcome_area_mide h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .top_menu_left ul {
        margin-left: 1px;
        max-width: 100%;
margin-left: auto;
    margin-right: auto;
    }
    .top_menu_right h2 {
        font-size: 13px;
        margin-right: 180px;
    }
    .top_menu_left ul li a {
        font-size: 15px;
    }
    .top_menu_left ul li {
        padding: 0 3px;
        padding-right: 10px; 
    }
    .header_area_inner h1 {
        font-size: 45pt;
    }
    .single_book {
        width: 50%;
    }
    
.verlag-breadcrumb__list {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0;
list-style: none;
margin: 0px 0px 0px 0px;
padding: 5px 10px 5px 10px;
background: #1b1b6e;
max-width: 100%;
}
    
    
}

@media only screen and (max-width:767px) {
    #nav{
        display: none;
    }
    .slicknav_menu{
        display: block;
    }

    .header_area_inner h1 {
        font-size: 43pt;
        line-height: 1.2;
    }
    .header_logo {
        padding: 0px 25px;
    }
    .top_menu_left {
        float: none;
        width: 100%;
        text-align: center;
    }
    .top_menu_left ul {
        margin: 0 auto;
    }
    .top_menu_right {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 7px;
    }
    .top_menu_right h2 {
        margin-right: 0px;
    }
    .wellcome_area_left,
    .wellcome_area_mide,
    .wellcome_area_right {
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }
    .wellcome_area_right h1 {
        padding-left: 0;
    }
    .wellcome_area_right h1::before {
        width: 170px;
        left: 0;
    }
    .down_menu ul li {
        padding: 5px;
    }
}

@media only screen and (max-width:550px) {
    .top_header_left {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .top_header_right {
        float: none;
        width: 100%;
        text-align: center;
    }
    .header_area_inner h1 {
        font-size: 42pt;
        margin-bottom: 5px;
        line-height: 1.2;
    }
    .header_area_inner p {
        font-size: 12px;
    }
    .wellcome_area_left ul li a {
        font-size: 16px;
    }
    .wellcome_area_mide h1 {
        font-size: 22px;
        line-height: 1.5;
    }
    .footer_area {
        padding: 25px 5px 40px 5px;
    }
   .book-entry img {
  margin-left: 8%;
  width: 20%;
}
}

@media only screen and (max-width:450px) {
    .single_book {
        width: 100%;
        float: none;
    }
    .card i {
        padding-left: 7px;
    }
    .wellcome_area_mide_down ul li {
        display: block;
        padding: 8px 10px;
    }
    .bar {
        top: 15px;
    }
    .wellcome_area_mide h1 {
        font-size: 18px;
        line-height: 1.5;
    }
    
      .book-entry img {
  margin-left: 40px;
  width: 60px;
  margin-right: 1px;
}

.verlag-two-col-list {
  gap: 40px;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
}


    .verlag-one-col-list {
  display: flex;
  gap: 0px;
  align-items: flex-start;
  margin-left: 30px;
  margin-right: 30px;
}


}

@media only screen and (max-width:412px) {
    .header_area_inner h1 {
        font-size: 30pt;
        line-height: 1.3;
    }
}

