/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* blue */
/* yellow */
/* grey */
/* light green */
/* light red */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Text */
/* WRAP */
/* SCROLL-TO-TOP */
/* SPACE */
/* PADDING */
/* CLASSES FOR MIXINS */
/*
 * NAVIGATION VARIABLES
 */
/* Main */
/* mobile */
/* mobile */
/* Mobile Navigation */
/*
 * TEXT-BLOCK
 */
/* Page-Image */
/* Pagination */
/*
 * CORE-DESIGN
 */
/* BREADCRUMBS */
/* CLICKLIST */
/* FOOTER */
/*
 * COLS
 */
/* ColRight & ColLeft Space */
/*
 * Listings
 */
/* Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break */
/*
 * Listings
 */
/* Card-Item */
/* Shadow */
/* Zoom */
/* link-cover */
/* List-View */
/* Shadow */
/* Border */
/* Zoom */
/* Vertical Align Content */
/* Vertical Align Image */
/* Spacing */
/* link-cover */
/*
 * BASICS
 */
body {
  font-family: 'Libre Franklin', sans-serif;
  color: #333333;
  background: #ffffff;
}
body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button {
  font-family: 'Libre Franklin', sans-serif;
}
.donotdisplay,
.printonly,
.mobileonly,
.screenreader,
.honey {
  left: -9999px;
  position: absolute;
}
.wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}
.simple-button,
.wp-block-button,
.wp-element-button,
.wp-block-file__button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.read-more a,
.wp-block-post-excerpt__more-text a {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  padding: 3px calc(15px * 2);
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  background: #f4b100;
  border: 2px solid #003160;
  color: #003160;
  font-size: 85%;
  z-index: 0;
  border-radius: 0 !important;
  font-weight: 600;
}
.simple-button a,
.wp-block-button a,
.wp-element-button a,
.wp-block-file__button a,
button a,
input[type="button"] a,
input[type="reset"] a,
input[type="submit"] a,
.read-more a a,
.wp-block-post-excerpt__more-text a a {
  display: block;
  font-size: 90%;
  font-weight: 600;
  background: none;
  border: none;
  border-radius: unset;
}
.simple-button a:hover,
.wp-block-button a:hover,
.wp-element-button a:hover,
.wp-block-file__button a:hover,
button a:hover,
input[type="button"] a:hover,
input[type="reset"] a:hover,
input[type="submit"] a:hover,
.read-more a a:hover,
.wp-block-post-excerpt__more-text a a:hover,
.simple-button a:focus,
.wp-block-button a:focus,
.wp-element-button a:focus,
.wp-block-file__button a:focus,
button a:focus,
input[type="button"] a:focus,
input[type="reset"] a:focus,
input[type="submit"] a:focus,
.read-more a a:focus,
.wp-block-post-excerpt__more-text a a:focus {
  background: #003160;
  color: #ffffff;
}
.wp-block-file__button {
  background: #003160 !important;
  border: 2px solid #003160 !important;
  padding: 3px calc(15px * 2) !important;
  line-height: 1.4 !important;
  color: #ffffff !important;
  font-size: 16px !important;
}
.wp-block-file__button:hover,
.wp-block-file__button:focus {
  color: #003160 !important;
  background: #ffffff !important;
  border-color: #003160 !important;
}
.wp-block-file {
  margin-bottom: 5px;
}
a {
  color: #003160;
}
a:hover,
a:focus {
  color: #f4b100;
}
hr,
.wp-block-separator {
  height: 0px !important;
  border: 2px solid #003160;
  margin: 45px auto !important;
  overflow: visible;
  width: 60%;
  max-width: unset !important;
}
.transitions {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
h1,
.entry-header .entry-title {
  color: #003160;
  font-family: 'Cormorant', serif;
  font-size: 250% !important;
  font-weight: 700;
  padding: 10px 0 15px;
}
h2,
.entry-content h2 {
  color: #003160;
  font-family: 'Cormorant', serif;
  font-size: 200%;
  font-weight: 300;
  margin-top: 0;
}
.home h2,
.home .entry-content h2 {
  font-size: 275%;
  font-weight: 400;
  padding-bottom: 0;
  line-height: 1.2;
}
h3,
.entry-content h3 {
  color: #003160;
  font-family: 'Cormorant', serif;
  font-size: 165%;
  font-weight: 600;
}
h4,
h5,
h6 {
  font-family: 'Cormorant', serif;
}
p {
  font-size: 80%;
  font-weight: 400;
  margin-top: 5px !important;
}
.background {
  position: relative;
  padding: calc(15px * 4) 0 calc(15px * 4) 0 !important;
}
.background:before {
  content: '';
  position: absolute;
  top: 0px;
  height: 100%;
  left: -50vw;
  width: 150vw;
  background: #f2f2f2;
  z-index: -1;
}
.background.yellow:before {
  background: #f4b100;
}
.background.yellow h3 {
  font-weight: 900;
  font-size: 135%;
  position: relative;
  display: inline;
}
.background.yellow a {
  text-decoration: none;
}
.background.yellow a:hover {
  color: #333333;
  text-decoration: underline;
}
.background.yellow h2,
.background.yellow h3,
.background.yellow p,
.background.yellow a {
  color: #003160;
}
.background.yellow p,
.background.yellow a,
.background.yellow span.label {
  font-weight: 400;
}
.background.yellow .gallery h3 {
  font-size: 165%;
  font-weight: 400;
}
.background.yellow .gallery .wp-block-gallery {
  margin: calc(15px * 2) 0 15px;
}
.background.news h2 {
  font-size: 255%;
  margin-bottom: calc(15px * 2);
}
.link-style a {
  position: relative;
  padding-right: 10px;
}
.link-style a:before {
  content: '\f105';
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
}
.line-right {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #003160;
}
.label,
.intro-label {
  margin-top: 0 !important;
  font-weight: 400;
}
.label {
  color: #003160;
  line-height: 1.2;
}
.intro-label {
  text-transform: uppercase;
  color: #666666;
  font-size: 75%;
  padding-bottom: calc(15px / 2);
}
#ast-scroll-top {
  border: 1px solid #ffffff;
}
.entry-content ul:not(.card-view):not(.list-view):not(.cols):not(.clicklist-list):not(.wp-block-latest-posts),
.entry-content ol {
  font-size: 80%;
  font-weight: 400;
  padding-left: 20px;
}
.entry-content ul:not(.card-view):not(.list-view):not(.cols):not(.clicklist-list):not(.wp-block-latest-posts) > ul:not(.card-view):not(.list-view):not(.cols),
.entry-content ol > ul:not(.card-view):not(.list-view):not(.cols),
.entry-content ul:not(.card-view):not(.list-view):not(.cols):not(.clicklist-list):not(.wp-block-latest-posts) ol,
.entry-content ol ol {
  font-size: 95%;
}
.wp-block-table table {
  font-size: 80%;
}
/* Card-View */
ul.card-view > li {
  background-clip: padding-box !important;
  padding-bottom: 65px;
}
ul.card-view > li .card-item-content.info-wrap p {
  margin: 0;
  line-height: 1.5;
  font-size: 80%;
  font-weight: 400;
}
ul.card-view > li .card-item-border a {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 90%;
}
ul.card-view.bg-color > li:nth-child(2n + 1),
ul.card-view.bg-color > li:nth-child(2n) {
  padding-top: 15px;
}
ul.card-view.bg-color > li:nth-child(2n+1) {
  background: #003160;
}
ul.card-view.bg-color > li:nth-child(2n+1) h2,
ul.card-view.bg-color > li:nth-child(2n+1) h3,
ul.card-view.bg-color > li:nth-child(2n+1) span,
ul.card-view.bg-color > li:nth-child(2n+1) a,
ul.card-view.bg-color > li:nth-child(2n+1) p,
ul.card-view.bg-color > li:nth-child(2n+1) div {
  color: #ffffff;
}
ul.card-view.bg-color > li:nth-child(2n+1) .read-more a,
ul.card-view.bg-color > li:nth-child(2n+1) .card-item-border a,
ul.card-view.bg-color > li:nth-child(2n+1) .wp-block-post-excerpt__more-text a {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
ul.card-view.bg-color > li:nth-child(2n+1) .read-more a:hover,
ul.card-view.bg-color > li:nth-child(2n+1) .card-item-border a:hover,
ul.card-view.bg-color > li:nth-child(2n+1) .wp-block-post-excerpt__more-text a:hover,
ul.card-view.bg-color > li:nth-child(2n+1) .read-more a:focus,
ul.card-view.bg-color > li:nth-child(2n+1) .card-item-border a:focus,
ul.card-view.bg-color > li:nth-child(2n+1) .wp-block-post-excerpt__more-text a:focus {
  background: #ffffff;
  color: #003160;
}
ul.card-view.bg-color > li:nth-child(2n+1) .read-more a:hover span,
ul.card-view.bg-color > li:nth-child(2n+1) .card-item-border a:hover span,
ul.card-view.bg-color > li:nth-child(2n+1) .wp-block-post-excerpt__more-text a:hover span,
ul.card-view.bg-color > li:nth-child(2n+1) .read-more a:focus span,
ul.card-view.bg-color > li:nth-child(2n+1) .card-item-border a:focus span,
ul.card-view.bg-color > li:nth-child(2n+1) .wp-block-post-excerpt__more-text a:focus span {
  color: #003160;
}
ul.card-view.bg-color > li:nth-child(2n) {
  background: #f4b100;
}
ul.card-view.bg-color > li:nth-child(2n) h2,
ul.card-view.bg-color > li:nth-child(2n) h3,
ul.card-view.bg-color > li:nth-child(2n) span,
ul.card-view.bg-color > li:nth-child(2n) a,
ul.card-view.bg-color > li:nth-child(2n) p {
  color: #003160;
}
ul.card-view.bg-color > li:nth-child(2n) .read-more a,
ul.card-view.bg-color > li:nth-child(2n) .card-item-border a,
ul.card-view.bg-color > li:nth-child(2n) .wp-block-post-excerpt__more-text a {
  border: 2px solid #003160;
  background: transparent;
}
ul.card-view.bg-color > li:nth-child(2n) .read-more a:hover,
ul.card-view.bg-color > li:nth-child(2n) .card-item-border a:hover,
ul.card-view.bg-color > li:nth-child(2n) .wp-block-post-excerpt__more-text a:hover,
ul.card-view.bg-color > li:nth-child(2n) .read-more a:focus,
ul.card-view.bg-color > li:nth-child(2n) .card-item-border a:focus,
ul.card-view.bg-color > li:nth-child(2n) .wp-block-post-excerpt__more-text a:focus {
  background: #003160;
  color: #f4b100;
}
ul.card-view.bg-color > li:nth-child(2n) .read-more a:hover span,
ul.card-view.bg-color > li:nth-child(2n) .card-item-border a:hover span,
ul.card-view.bg-color > li:nth-child(2n) .wp-block-post-excerpt__more-text a:hover span,
ul.card-view.bg-color > li:nth-child(2n) .read-more a:focus span,
ul.card-view.bg-color > li:nth-child(2n) .card-item-border a:focus span,
ul.card-view.bg-color > li:nth-child(2n) .wp-block-post-excerpt__more-text a:focus span {
  color: #f4b100;
}
ul#category-list {
  margin: 0 -15px 0;
  padding: 0;
  max-width: unset;
}
ul#category-list > li {
  overflow: hidden;
  padding-bottom: 0;
}
ul#category-list > li .card-item .card-item-image {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
ul#category-list > li .card-item .card-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
ul#category-list > li .card-item .card-item-content {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  padding: 15px;
  background-color: rgba(0, 49, 96, 0.5);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  height: 135px;
}
ul#category-list > li .card-item .card-item-content .content-title {
  position: relative;
  line-height: 1;
  color: #ffffff;
  margin: 15px 0 calc(15px * 2) 0;
  font-size: 165%;
}
ul#category-list > li .card-item .card-item-content .content-title:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: calc(50% - 15px);
  height: 5px;
  background: transparent;
}
ul#category-list > li .card-item .card-item-content .content-text {
  padding: 0 0px;
  opacity: 0;
  max-height: 0px;
  transition: all 0.4s cubic-bezier(0, 1, 0, 1) -0.1s;
  color: #003160;
}
ul#category-list > li .card-item .card-item-content .content-text p {
  font-size: 90%;
  font-weight: 400;
}
ul#category-list > li .card-item .card-item-content .content-text .content-link {
  position: absolute;
  bottom: 45px;
  width: calc(100% - 30px);
  text-align: right;
}
ul#category-list > li .card-item .card-item-content .content-text .content-link a {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  padding: 3px calc(15px * 2);
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  background: #f4b100;
  border: 2px solid #003160;
  color: #003160;
  font-size: 85%;
  z-index: 0;
  border-radius: 0 !important;
  font-weight: 600;
  opacity: 0;
}
ul#category-list > li .card-item .card-item-content .content-text .content-link a a {
  display: block;
  font-size: 90%;
  font-weight: 600;
  background: none;
  border: none;
  border-radius: unset;
}
ul#category-list > li .card-item .card-item-content .content-text .content-link a a:hover,
ul#category-list > li .card-item .card-item-content .content-text .content-link a a:focus {
  background: #003160;
  color: #ffffff;
}
ul#category-list > li .card-item:hover .card-item-content {
  height: 100%;
  background-color: #f4b100;
}
ul#category-list > li .card-item:hover .card-item-content .content-title {
  color: #003160;
}
ul#category-list > li .card-item:hover .card-item-content .content-title:before {
  background: #003160;
}
ul#category-list > li .card-item:hover .card-item-content .content-text {
  opacity: 1;
  max-height: 100%;
}
ul#category-list > li .card-item:hover .card-item-content .content-text .content-link a {
  opacity: 1;
}
/* cormorant-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-300.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-300.svg#Cormorant') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* cormorant-300italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 300;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-300italic.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-300italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-300italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-300italic.svg#Cormorant') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* cormorant-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-regular.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-regular.svg#Cormorant') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* cormorant-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 400;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-italic.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-italic.svg#Cormorant') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* cormorant-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 500;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-500.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-500.svg#Cormorant') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* cormorant-500italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 500;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-500italic.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-500italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-500italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-500italic.svg#Cormorant') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* cormorant-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 600;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-600.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-600.svg#Cormorant') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* cormorant-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 600;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-600italic.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-600italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-600italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-600italic.svg#Cormorant') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* cormorant-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 700;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-700.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-700.svg#Cormorant') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* cormorant-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 700;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-700italic.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-700italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-700italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/cormorant/cormorant-v21-latin-700italic.svg#Cormorant') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* libre-franklin-100 - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 100;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-100.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-100.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-100.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-100.svg#LibreFranklin') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* libre-franklin-100italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 100;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-100italic.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-100italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-100italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-100italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-100italic.svg#LibreFranklin') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* libre-franklin-200 - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 200;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-200.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-200.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-200.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-200.svg#LibreFranklin') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* libre-franklin-200italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 200;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-200italic.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-200italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-200italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-200italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-200italic.svg#LibreFranklin') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* libre-franklin-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 300;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-300.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-300.svg#LibreFranklin') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* libre-franklin-300italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 300;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-300italic.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-300italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-300italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-300italic.svg#LibreFranklin') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* libre-franklin-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-regular.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-regular.svg#LibreFranklin') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* libre-franklin-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 400;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-italic.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-italic.svg#LibreFranklin') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* libre-franklin-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 600;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-600.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-600.svg#LibreFranklin') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* libre-franklin-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 600;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-600italic.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-600italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-600italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-600italic.svg#LibreFranklin') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* libre-franklin-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 700;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-700.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-700.svg#LibreFranklin') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* libre-franklin-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 700;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-700italic.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-700italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-700italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-700italic.svg#LibreFranklin') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* libre-franklin-900 - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 900;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-900.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-900.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-900.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-900.svg#LibreFranklin') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* libre-franklin-900italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 900;
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-900italic.eot');
  src: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-900italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-900italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-900italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/fonts/librefranklin/libre-franklin-v13-latin-900italic.svg#LibreFranklin') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/*
 * PAGE LAYOUT
 *
 * layout for page main elements e.g. header, section, aside, footer
 *
 *  * this files is used by
 *	- styles.less
 *
 * TOC
 * 01) HEADER
 * 02) FOOTER
 * 03) MAIN
 * 04) HELPER
 * 05) VARIOUS
 */
/*
 * 01) HEADER
 */
.site-header .main-header-menu > .menu-item > .menu-link {
  display: inline-block;
  padding: 0 35px 0 10px;
}
.site-header .main-header-menu > .menu-item button.ast-menu-toggle {
  display: inline-block !important;
  padding: 0;
  width: 20px;
  position: absolute;
  right: 10px;
}
.site-header .main-header-menu > .menu-item button.ast-menu-toggle:focus {
  background: #ffffff;
  color: #003160;
}
.site-header .main-header-menu > .menu-item button.ast-menu-toggle:focus svg {
  fill: #003160;
}
.site-header .main-header-menu > .menu-item button.ast-menu-toggle:focus,
.site-header .main-header-menu > .menu-item button.ast-menu-toggle:hover {
  border: none;
}
.site-header .main-header-menu > .menu-item button.ast-menu-toggle .ast-icon.icon-arrow svg {
  margin: 0;
}
.site-header #page-topline {
  background: #003160;
  height: 35px;
  font-size: 80%;
}
.site-header #page-topline .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  overflow: visible;
}
.site-header #page-topline .wrap a,
.site-header #page-topline .wrap span {
  color: #ffffff;
}
.site-header #page-topline .wrap #search .ast-search-icon {
  display: none;
  position: absolute;
  left: -99999px;
}
.site-header #page-topline .wrap #search input[type=search] {
  color: #ffffff;
}
.site-header #page-topline .wrap #search input[type=search]::placeholder {
  color: #ffffff !important;
}
.site-header #page-topline .wrap #search .search-form .search-field {
  width: 200px;
  padding: 0 5px;
  background: transparent;
  font-size: 95%;
  border: none;
  border-bottom: 1px solid #ffffff;
}
.site-header #page-topline .wrap #search .search-form .search-submit {
  padding: 0;
  font-size: 90%;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
}
.site-header #page-topline .wrap .dropdown-menu-toggle:focus {
  color: #003160;
  background: #ffffff;
}
.site-header #page-topline .wrap .dropdown-menu-toggle:focus span {
  color: #003160;
}
.site-header .menu-item a:focus {
  background: #003160;
  border-bottom: solid 2px #ffffff;
}
.site-header .menu-item a > span.dropdown-menu-toggle:focus {
  padding-left: 5px;
}
.site-header .menu-item a > span.dropdown-menu-toggle:focus > span.ast-icon {
  color: #003160;
  background: #ffffff;
}
.site-header .menu-item a > span.dropdown-menu-toggle:focus > span.ast-icon svg {
  fill: #003160;
  margin: 0 5px;
}
.site-header .menu-item a > button.dropdown-menu-toggle {
  padding: 0 5px;
  margin-left: 3px;
  border: none;
  background: transparent;
  color: #ffffff;
}
.site-header .menu-item a > button.dropdown-menu-toggle:focus {
  background: #ffffff;
  color: #003160;
}
.site-header .menu-item a > button.dropdown-menu-toggle .ast-icon.icon-arrow svg {
  margin: 0;
}
.site-header .menu-item:hover a,
.site-header .menu-item .focus a {
  background: #003160;
}
.site-header .sub-menu .menu-item a:focus {
  background: #f4b100 !important;
}
.site-header .ast-builder-grid-row {
  gap: 0;
}
.site-header .ast-primary-header-bar {
  background: transparent;
}
.site-header .site-branding {
  position: relative;
}
.site-header .site-branding .custom-logo {
  height: 75px;
  width: auto;
}
.site-header .site-branding .ast-site-title-wrap .site-title {
  font-size: 150%;
  padding: 0 0;
  width: 200px;
  line-height: 1;
}
.site-header .site-branding .ast-site-title-wrap .site-title a {
  color: #ffffff;
  font-family: 'Cormorant', serif;
}
.ast-builder-menu-1 {
  height: 75px;
}
.main-header-bar-navigation {
  position: relative;
}
.main-header-bar-navigation nav #ast-hf-menu-1 {
  height: 40px;
}
.main-header-bar-navigation nav #ast-hf-menu-1 > li {
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  line-height: 40px;
}
.main-header-bar-navigation nav #ast-hf-menu-1 > li > .sub-menu {
  width: 300px;
}
.main-header-bar-navigation nav #ast-hf-menu-1 > li:last-child > .sub-menu,
.main-header-bar-navigation nav #ast-hf-menu-1 > li:nth-child(4) > .sub-menu,
.main-header-bar-navigation nav #ast-hf-menu-1 > li:nth-child(3) > .sub-menu {
  left: unset;
  right: 0;
}
.main-header-bar-navigation nav #ast-hf-menu-1 > li .sub-menu .sub-menu .sub-menu {
  width: 150px;
}
.main-header-bar-navigation nav #ast-hf-menu-1 > li:hover > .sub-menu,
.main-header-bar-navigation nav #ast-hf-menu-1 > li.focus > .sub-menu {
  opacity: 1;
}
.main-header-bar-navigation nav #ast-hf-menu-1 > li a {
  font-size: 110%;
  color: #ffffff;
  font-family: 'Libre Franklin', sans-serif;
  text-shadow: 1px 1px 1px #333333;
  font-weight: 600;
  text-transform: uppercase;
}
.main-header-bar-navigation nav #ast-hf-menu-1 .sub-menu {
  border-top: 0;
  background: #003160;
  opacity: 0;
  transition: opacity .3s;
}
.main-header-bar-navigation nav #ast-hf-menu-1 .sub-menu > li {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.main-header-bar-navigation nav #ast-hf-menu-1 .sub-menu > li:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.main-header-bar-navigation nav #ast-hf-menu-1 .sub-menu > li a {
  padding: 10px 20px 10px 10px;
  font-size: 85%;
  color: #ffffff;
  font-family: 'Libre Franklin', sans-serif;
}
.main-header-bar-navigation nav #ast-hf-menu-1 .sub-menu > li a:hover,
.main-header-bar-navigation nav #ast-hf-menu-1 .sub-menu > li a:focus {
  background: #f4b100;
}
.main-header-bar-navigation nav #ast-hf-menu-1 .sub-menu > li:hover > .sub-menu,
.main-header-bar-navigation nav #ast-hf-menu-1 .sub-menu > li:focus > .sub-menu,
.main-header-bar-navigation nav #ast-hf-menu-1 .sub-menu > li.focus > .sub-menu {
  opacity: 1;
}
.main-header-bar-navigation nav #ast-hf-menu-1 .sub-menu .sub-menu {
  background: #f4b100;
  top: 0;
  opacity: 0;
  transition: opacity .3s;
  font-size: 90%;
}
.main-header-bar-navigation nav #ast-hf-menu-1 .sub-menu .sub-menu > li {
  background: #f4b100;
  line-height: 23px;
}
.main-header-bar-navigation nav #ast-hf-menu-1 .sub-menu .sub-menu > li a:hover,
.main-header-bar-navigation nav #ast-hf-menu-1 .sub-menu .sub-menu > li a:focus {
  background: #f4b100;
  padding-left: 15px;
}
.sticky-nav .main-header-bar-navigation nav #ast-hf-menu-1 > li:nth-last-child( -n + 2) .sub-menu .sub-menu {
  left: -240px;
}
@media only screen and (max-width: 1520px) {
  .main-header-bar-navigation nav #ast-hf-menu-1 > li:nth-last-child( -n + 1) .sub-menu .sub-menu {
    left: -240px;
  }
}
@media only screen and (max-width: 1520px) {
  .main-header-bar-navigation nav #ast-hf-menu-1 > li:nth-last-child( -n + 2) .sub-menu .sub-menu {
    left: -240px;
  }
}
.main-header-menu .sub-menu > li {
  background: #003160;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.main-header-menu .sub-menu > li:hover,
.main-header-menu .sub-menu > li:focus {
  background: #f4b100;
}
.main-header-menu .sub-menu > li a.menu-link {
  padding: 10px 15px;
}
.ast-single-entry-banner,
.ast-archive-entry-banner {
  min-height: 425px;
}
.ast-single-entry-banner,
.ast-archive-entry-banner {
  padding: 0 15px;
  height: 50vh;
  justify-content: end !important;
  background-repeat: no-repeat !important;
}
.ast-single-entry-banner:before,
.ast-archive-entry-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}
.ast-archive-entry-banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.page-child .ast-single-entry-banner,
.page-child .ast-archive-entry-banner {
  height: 45vh;
}
.home .info-content {
  position: absolute;
  width: 35%;
  right: 0px;
  bottom: 45px;
  background: #003160;
}
.home .info-content h2 {
  padding: 10px 15px;
  font-size: 165%;
}
.home .ast-single-entry-banner {
  height: 75vh;
  justify-content: end;
  background-position: center center !important;
}
.info-content {
  position: absolute;
  padding: 0;
  width: 45%;
  right: 15px;
  bottom: 30px;
  background: #003160;
}
.info-content #info-button {
  display: none;
  color: #003160;
}
.info-content .content {
  padding: 15px;
}
.info-content h2,
.info-content h3 {
  width: 100%;
  padding: 10px 15px;
  font-size: 150%;
  font-weight: 900;
  background: #f4b100;
  color: #003160;
  text-align: left;
}
.info-content p {
  margin-bottom: calc(15px / 2);
  font-size: 80%;
  line-height: 1.4;
  text-align: left;
  color: #ffffff;
}
.info-content .wp-block-buttons {
  margin-top: 15px;
}
.info-content .wp-block-buttons .wp-block-button {
  border: 2px solid #ffffff;
  background: none;
  padding: 0;
}
.info-content .wp-block-buttons .wp-block-button a {
  display: block;
  position: relative;
  font-size: 90%;
  font-weight: 600;
  color: #ffffff;
  background: none;
  padding: 10px 35px 10px 25px;
  border: none;
  border-radius: unset;
}
.info-content .wp-block-buttons .wp-block-button a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  right: 25px;
}
.info-content .wp-block-buttons .wp-block-button a:hover {
  color: #003160;
  background: #ffffff;
}
.info-content #close-info {
  position: absolute;
  right: 15px;
  top: 5px;
  cursor: pointer;
}
/* Bread & Search / InfoBlock */
.header-info-infoblock {
  font-size: 90%;
  background: #f4b100;
}
.header-info-infoblock .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-info-infoblock a,
.header-info-infoblock h2,
.header-info-infoblock p {
  color: #003160;
}
.header-info-infoblock a:hover {
  text-decoration: underline;
}
.header-info {
  display: flex;
  flex-direction: column;
}
.header-info #breadcrumbs {
  margin-bottom: 5px;
  font-size: 75%;
  margin-top: 5px;
}
.header-info #breadcrumbs a {
  font-weight: 600;
}
#video-background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/*
 * 02) FOOTER
 */
/*
 * FOOTER
 */
.site-footer {
  padding: 0 15px;
}
.site-footer > .site-primary-footer-wrap,
.site-footer > .site-below-footer-wrap {
  background-color: #003160 !important;
}
.site-footer > .site-primary-footer-wrap figure {
  padding: calc(15px * 2);
  margin: 0;
  height: 300px;
  width: 100%;
}
.site-footer > .site-primary-footer-wrap figure img {
  height: 100% !important;
  width: 100% !important;
  object-fit: contain;
}
.site-footer .site-below-footer-wrap {
  max-width: 1280px !important;
  margin: 0 auto;
  padding: 2px 0 !important;
  position: relative;
  width: 100%;
  font-size: 80%;
}
.site-footer .site-below-footer-wrap #astra-footer-menu {
  justify-content: flex-start;
}
.site-footer .site-below-footer-wrap .ast-footer-copyright {
  text-align: end;
}
.site-footer .site-below-footer-wrap .ast-builder-footer-grid-columns {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
}
.site-footer .site-below-footer-wrap .ast-builder-footer-grid-columns #astra-footer-menu {
  display: flex;
}
.site-footer h2,
.site-footer h3,
.site-footer p,
.site-footer a,
.site-footer span {
  color: #ffffff;
}
.site-footer h2 {
  font-size: 145%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #ffffff;
}
.site-footer a:hover {
  color: #f4b100;
}
.site-footer p {
  margin-bottom: calc(15px / 2);
  line-height: 1.4;
}
.site-footer .widget {
  margin-bottom: 0;
}
.site-footer > div {
  background-color: #333333 !important;
}
.site-footer .site-below-footer-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: unset;
}
.site-footer .site-below-footer-wrap p {
  margin-bottom: 0;
  font-size: 90%;
}
.site-footer .site-primary-footer-wrap {
  border-top: none;
  padding-left: 15px;
  padding-right: 15px;
}
/*
 * 03) MAIN
 */
#page {
  overflow: hidden;
}
#page .site-content {
  overflow: hidden;
}
#content {
  padding-top: calc(15px * 4);
}
.home h1 {
  color: #333333;
  padding-bottom: calc(15px * 3);
  margin-bottom: 0;
  padding-top: 0;
  line-height: 1.4;
  font-weight: 900;
  font-size: 275% !important;
}
.home h2 {
  padding-bottom: calc(15px * 3);
  margin-bottom: 0;
}
.home .cite-content {
  position: absolute;
  left: 0px;
  bottom: 15vh;
  width: 65%;
  padding-right: calc(15px * 2);
}
.home .cite-content h1 {
  font-size: 250%;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 0px;
  text-align: left;
  line-height: 1;
  font-family: 'Libre Franklin', sans-serif;
}
.home .cite-content p {
  font-size: 150%;
  font-weight: 400;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
  line-height: 1.4;
}
.home .cite-content a {
  font-size: 90%;
}
.home .cite-content .wp-block-quote {
  position: absolute;
  bottom: 65px;
  background-color: rgba(244, 177, 0, 0.8);
  border-radius: 30px 30px 30px 0;
  width: 50%;
  padding: 100px calc(15px * 2) calc(15px * 2) calc(15px * 3);
  margin: 0;
}
.home .cite-content .wp-block-quote p {
  margin: 0;
  text-align: left;
  font-size: 225%;
  font-family: 'Cormorant', serif;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
}
.page-template-default .site-main .entry-content {
  max-width: 1280px;
  margin: 0 auto;
}
.page-template-default h2 {
  font-size: 165%;
  font-weight: 500;
}
.page-template-default h3 {
  font-size: 145%;
  font-weight: 500;
}
.page-template-default p {
  line-height: 1.4;
}
#page-content h1 {
  text-align: center;
  font-weight: 900;
}
#page-content .intro-text {
  max-width: 750px;
  text-align: center;
}
#page-content .wp-block-media-text__content h2,
#page-content .wp-block-media-text__content h3 {
  margin-bottom: 5px;
}
#page-content .wp-block-media-text__content p {
  margin-bottom: 5px;
}
#page-content .wp-block-media-text__content p strong {
  font-size: 115%;
}
#page-content .wp-block-media-text__content .wp-block-button {
  margin-top: 15px;
}
#page-content .intro-content h1,
#page-content .intro-content .entry-content h1,
#page-content .intro-content h2,
#page-content .intro-content .entry-content h2 {
  position: relative;
  color: #003160;
  font-family: 'Cormorant', serif;
  font-weight: 400;
  font-size: 325%;
  text-align: left;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-block-start: 0;
}
.intro-content {
  position: relative;
  padding: 0 0 calc(15px * 4) 0 !important;
}
.intro-content p {
  font-weight: 600;
}
.intro-content > .wp-block-columns {
  margin-bottom: 15px;
}
.intro-content h1,
.intro-content .entry-content h1,
.intro-content h2,
.intro-content .entry-content h2 {
  position: relative;
  color: #003160;
  font-family: 'Cormorant', serif;
  font-weight: 400;
  font-size: 325% !important;
  text-align: left;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-block-start: 0;
  text-transform: unset;
}
.intro-content h1:before,
.intro-content .entry-content h1:before,
.intro-content h2:before,
.intro-content .entry-content h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 5px;
  background: #f4b100;
}
.intro-content:before {
  content: '';
  position: absolute;
  top: -60px;
  height: calc(100% + 60px);
  left: -50vw;
  width: 150vw;
  background: #f2f2f2;
  z-index: -1;
}
.intro-content.text-only {
  align-items: center !important;
}
.intro-content.text-only.full-width {
  flex-direction: column;
}
.intro-content.text-only.full-width .heading {
  text-align: center;
}
.intro-content.text-only.full-width h1 {
  display: inline-block;
}
.intro-content.text-only.full-width h1:before {
  left: calc(50% - 75px);
  right: unset;
}
.intro-content.text-only.full-width p {
  text-align: center;
}
.intro-content.text-only .heading {
  flex-basis: 40%;
}
.intro-content.text-only .text {
  flex-basis: 60%;
  font-weight: 600;
}
.intro-content.text-only h1,
.intro-content.text-only .entry-content h1,
.intro-content.text-only h2,
.intro-content.text-only .entry-content h2 {
  text-align: end !important;
}
.intro-content.text-only h1:before,
.intro-content.text-only .entry-content h1:before,
.intro-content.text-only h2:before,
.intro-content.text-only .entry-content h2:before {
  right: 0;
  left: unset;
}
.intro-content.text-only .label {
  text-align: right;
  font-weight: 400;
}
.cites:after {
  content: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/less/../assets/img/cites.svg');
  position: absolute;
  right: -30px;
  top: 15px;
  opacity: .7;
  width: 250px;
  height: 245px;
}
/*
 * 04) BLOG
 */
/* Adaptionen werden im jeweiligen Projekt hinterlegt - in json-Datei einbinden */
.transitions {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.cols {
  width: calc(100% +  30px);
  overflow: hidden;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cols.nullSpace > li,
.cols.space-null > li {
  margin: 0;
  padding: 0 !important;
}
.cols.nullSpace-tb > li,
.cols.space-tb-null > li {
  margin: 0;
  padding: 0;
}
.cols.doubleSpace-tb > li,
.cols.space-tb-double > li {
  margin: 15px 0;
}
.cols.tripleSpace-tb > li,
.cols.space-tb-triple > li {
  margin: 15px 0;
}
.cols > li,
.cols > div,
.cols > span,
.cols > main,
.cols > section,
.cols > aside {
  display: block;
  float: left;
  width: 25%;
  padding: 0 15px;
  margin: 15px 0;
  position: relative;
}
.cols > li.space-lr-null,
.cols > div.space-lr-null,
.cols > span.space-lr-null,
.cols > main.space-lr-null,
.cols > section.space-lr-null,
.cols > aside.space-lr-null {
  padding: 0 0;
}
.cols > li.space-lr-double-lr,
.cols > div.space-lr-double-lr,
.cols > span.space-lr-double-lr,
.cols > main.space-lr-double-lr,
.cols > section.space-lr-double-lr,
.cols > aside.space-lr-double-lr {
  padding: 0 calc(15px * 2);
}
.cols > li.space-lr-triple-lr,
.cols > div.space-lr-triple-lr,
.cols > span.space-lr-triple-lr,
.cols > main.space-lr-triple-lr,
.cols > section.space-lr-triple-lr,
.cols > aside.space-lr-triple-lr {
  padding: 0 calc(15px * 3);
}
.cols.button-link > li,
.cols.button-link > div,
.cols.button-link > span,
.cols.button-link > main,
.cols.button-link > section,
.cols.button-link > aside {
  padding-bottom: 80px;
}
#text ul.cols {
  margin: 0 -15px 0;
}
#text ul.cols.space-lr-null {
  margin: 0px 0;
  width: 100%;
}
#text ul.cols.space-lr-null > li,
#text ul.cols.space-lr-null > div,
#text ul.cols.space-lr-null > span,
#text ul.cols.space-lr-null > main,
#text ul.cols.space-lr-null > section,
#text ul.cols.space-lr-null > aside {
  padding: 0px 0;
}
#text ul.cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > li,
#text ul.cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > div,
#text ul.cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > span,
#text ul.cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > main,
#text ul.cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > section,
#text ul.cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > aside {
  padding: 0 15px;
}
#text ul.cols.simple {
  width: calc(100% - 20px);
  margin: 15px 0 15px 20px;
  overflow: visible;
}
#text ul.cols.simple > li {
  display: list-item;
  padding: 3px 20px 3px 0 !important;
  margin: 0;
}
.cols {
  margin: 0 -15px 0;
}
.cols.space-lr-null {
  width: 100%;
}
.cols.space-lr-null > li,
.cols.space-lr-null > div,
.cols.space-lr-null > span,
.cols.space-lr-null > main,
.cols.space-lr-null > section,
.cols.space-lr-null > aside {
  padding: 0px 0;
}
.cols > li {
  padding: 0 15px;
}
.cols.space-lr-double > li {
  padding: 0 calc(15px * 2);
}
.cols.space-lr-triple li {
  padding: 0 calc(15px * 3);
}
/*
 * general col width
 */
@media only screen and (min-width: 1440px) {
  .cols.items-x10 {
    /* masonry view */
  }
  .cols.items-x10 > li,
  .cols.items-x10 > div,
  .cols.items-x10 > span,
  .cols.items-x10 > main,
  .cols.items-x10 > section,
  .cols.items-x10 > aside {
    width: calc(100% /  10);
  }
  .cols.items-x10 > .double {
    width: calc(2 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-x10 > .tripple {
    width: calc(3 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-x10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 11),
  .cols.items-x10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 11) {
    margin-top: 15px;
  }
  .cols.items-x10:not(.space-lr-null).space-lr-double > li:nth-child(10n + 1),
  .cols.items-x10:not(.space-lr-null).space-lr-triple > li:nth-child(10n + 1),
  .cols.items-x10:not(.space-lr-null).space-lr-double > div:nth-child(10n + 1),
  .cols.items-x10:not(.space-lr-null).space-lr-triple > div:nth-child(10n + 1) {
    padding-left: 15px;
  }
  .cols.items-x10:not(.space-lr-null).space-lr-double > li:nth-child(10n + 10),
  .cols.items-x10:not(.space-lr-null).space-lr-triple > li:nth-child(10n + 10),
  .cols.items-x10:not(.space-lr-null).space-lr-double > div:nth-child(10n + 10),
  .cols.items-x10:not(.space-lr-null).space-lr-triple > div:nth-child(10n + 10),
  .cols.items-x10:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-x10:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-x10:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-x10:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-x10:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-x10:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-x10:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-x10:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-x10.clickable > li,
  .cols.items-x10.clickable > div,
  .cols.items-x10.clickable > span {
    width: calc(10% /  10);
  }
  .cols.items-x10.masonry {
    columns: 10;
  }
  .cols > .item-x10 {
    width: calc(100% /  10);
  }
  .cols.items-x9 {
    /* masonry view */
  }
  .cols.items-x9 > li,
  .cols.items-x9 > div,
  .cols.items-x9 > span,
  .cols.items-x9 > main,
  .cols.items-x9 > section,
  .cols.items-x9 > aside {
    width: calc(100% /  9);
  }
  .cols.items-x9 > .double {
    width: calc(2 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-x9 > .tripple {
    width: calc(3 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-x9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 10),
  .cols.items-x9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 10) {
    margin-top: 15px;
  }
  .cols.items-x9:not(.space-lr-null).space-lr-double > li:nth-child(9n + 1),
  .cols.items-x9:not(.space-lr-null).space-lr-triple > li:nth-child(9n + 1),
  .cols.items-x9:not(.space-lr-null).space-lr-double > div:nth-child(9n + 1),
  .cols.items-x9:not(.space-lr-null).space-lr-triple > div:nth-child(9n + 1) {
    padding-left: 15px;
  }
  .cols.items-x9:not(.space-lr-null).space-lr-double > li:nth-child(9n + 9),
  .cols.items-x9:not(.space-lr-null).space-lr-triple > li:nth-child(9n + 9),
  .cols.items-x9:not(.space-lr-null).space-lr-double > div:nth-child(9n + 9),
  .cols.items-x9:not(.space-lr-null).space-lr-triple > div:nth-child(9n + 9),
  .cols.items-x9:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-x9:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-x9:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-x9:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-x9:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-x9:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-x9:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-x9:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-x9.clickable > li,
  .cols.items-x9.clickable > div,
  .cols.items-x9.clickable > span {
    width: calc(10% /  9);
  }
  .cols.items-x9.masonry {
    columns: 9;
  }
  .cols > .item-x9 {
    width: calc(100% /  9);
  }
  .cols.items-x8 {
    /* masonry view */
  }
  .cols.items-x8 > li,
  .cols.items-x8 > div,
  .cols.items-x8 > span,
  .cols.items-x8 > main,
  .cols.items-x8 > section,
  .cols.items-x8 > aside {
    width: calc(100% /  8);
  }
  .cols.items-x8 > .double {
    width: calc(2 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-x8 > .tripple {
    width: calc(3 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-x8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 9),
  .cols.items-x8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 9) {
    margin-top: 15px;
  }
  .cols.items-x8:not(.space-lr-null).space-lr-double > li:nth-child(8n + 1),
  .cols.items-x8:not(.space-lr-null).space-lr-triple > li:nth-child(8n + 1),
  .cols.items-x8:not(.space-lr-null).space-lr-double > div:nth-child(8n + 1),
  .cols.items-x8:not(.space-lr-null).space-lr-triple > div:nth-child(8n + 1) {
    padding-left: 15px;
  }
  .cols.items-x8:not(.space-lr-null).space-lr-double > li:nth-child(8n + 8),
  .cols.items-x8:not(.space-lr-null).space-lr-triple > li:nth-child(8n + 8),
  .cols.items-x8:not(.space-lr-null).space-lr-double > div:nth-child(8n + 8),
  .cols.items-x8:not(.space-lr-null).space-lr-triple > div:nth-child(8n + 8),
  .cols.items-x8:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-x8:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-x8:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-x8:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-x8:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-x8:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-x8:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-x8:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-x8.clickable > li,
  .cols.items-x8.clickable > div,
  .cols.items-x8.clickable > span {
    width: calc(10% /  8);
  }
  .cols.items-x8.masonry {
    columns: 8;
  }
  .cols > .item-x8 {
    width: calc(100% /  8);
  }
  .cols.items-x7 {
    /* masonry view */
  }
  .cols.items-x7 > li,
  .cols.items-x7 > div,
  .cols.items-x7 > span,
  .cols.items-x7 > main,
  .cols.items-x7 > section,
  .cols.items-x7 > aside {
    width: calc(100% /  7);
  }
  .cols.items-x7 > .double {
    width: calc(2 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-x7 > .tripple {
    width: calc(3 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-x7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 8),
  .cols.items-x7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 8) {
    margin-top: 15px;
  }
  .cols.items-x7:not(.space-lr-null).space-lr-double > li:nth-child(7n + 1),
  .cols.items-x7:not(.space-lr-null).space-lr-triple > li:nth-child(7n + 1),
  .cols.items-x7:not(.space-lr-null).space-lr-double > div:nth-child(7n + 1),
  .cols.items-x7:not(.space-lr-null).space-lr-triple > div:nth-child(7n + 1) {
    padding-left: 15px;
  }
  .cols.items-x7:not(.space-lr-null).space-lr-double > li:nth-child(7n + 7),
  .cols.items-x7:not(.space-lr-null).space-lr-triple > li:nth-child(7n + 7),
  .cols.items-x7:not(.space-lr-null).space-lr-double > div:nth-child(7n + 7),
  .cols.items-x7:not(.space-lr-null).space-lr-triple > div:nth-child(7n + 7),
  .cols.items-x7:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-x7:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-x7:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-x7:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-x7:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-x7:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-x7:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-x7:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-x7.clickable > li,
  .cols.items-x7.clickable > div,
  .cols.items-x7.clickable > span {
    width: calc(10% /  7);
  }
  .cols.items-x7.masonry {
    columns: 7;
  }
  .cols > .item-x7 {
    width: calc(100% /  7);
  }
  .cols.items-x6 {
    /* masonry view */
  }
  .cols.items-x6 > li,
  .cols.items-x6 > div,
  .cols.items-x6 > span,
  .cols.items-x6 > main,
  .cols.items-x6 > section,
  .cols.items-x6 > aside {
    width: calc(100% /  6);
  }
  .cols.items-x6 > .double {
    width: calc(2 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-x6 > .tripple {
    width: calc(3 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-x6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 7),
  .cols.items-x6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 7) {
    margin-top: 15px;
  }
  .cols.items-x6:not(.space-lr-null).space-lr-double > li:nth-child(6n + 1),
  .cols.items-x6:not(.space-lr-null).space-lr-triple > li:nth-child(6n + 1),
  .cols.items-x6:not(.space-lr-null).space-lr-double > div:nth-child(6n + 1),
  .cols.items-x6:not(.space-lr-null).space-lr-triple > div:nth-child(6n + 1) {
    padding-left: 15px;
  }
  .cols.items-x6:not(.space-lr-null).space-lr-double > li:nth-child(6n + 6),
  .cols.items-x6:not(.space-lr-null).space-lr-triple > li:nth-child(6n + 6),
  .cols.items-x6:not(.space-lr-null).space-lr-double > div:nth-child(6n + 6),
  .cols.items-x6:not(.space-lr-null).space-lr-triple > div:nth-child(6n + 6),
  .cols.items-x6:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-x6:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-x6:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-x6:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-x6:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-x6:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-x6:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-x6:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-x6.clickable > li,
  .cols.items-x6.clickable > div,
  .cols.items-x6.clickable > span {
    width: calc(10% /  6);
  }
  .cols.items-x6.masonry {
    columns: 6;
  }
  .cols > .item-x6 {
    width: calc(100% /  6);
  }
  .cols.items-x5 {
    /* masonry view */
  }
  .cols.items-x5 > li,
  .cols.items-x5 > div,
  .cols.items-x5 > span,
  .cols.items-x5 > main,
  .cols.items-x5 > section,
  .cols.items-x5 > aside {
    width: calc(100% /  5);
  }
  .cols.items-x5 > .double {
    width: calc(2 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-x5 > .tripple {
    width: calc(3 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-x5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 6),
  .cols.items-x5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 6) {
    margin-top: 15px;
  }
  .cols.items-x5:not(.space-lr-null).space-lr-double > li:nth-child(5n + 1),
  .cols.items-x5:not(.space-lr-null).space-lr-triple > li:nth-child(5n + 1),
  .cols.items-x5:not(.space-lr-null).space-lr-double > div:nth-child(5n + 1),
  .cols.items-x5:not(.space-lr-null).space-lr-triple > div:nth-child(5n + 1) {
    padding-left: 15px;
  }
  .cols.items-x5:not(.space-lr-null).space-lr-double > li:nth-child(5n + 5),
  .cols.items-x5:not(.space-lr-null).space-lr-triple > li:nth-child(5n + 5),
  .cols.items-x5:not(.space-lr-null).space-lr-double > div:nth-child(5n + 5),
  .cols.items-x5:not(.space-lr-null).space-lr-triple > div:nth-child(5n + 5),
  .cols.items-x5:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-x5:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-x5:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-x5:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-x5:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-x5:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-x5:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-x5:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-x5.clickable > li,
  .cols.items-x5.clickable > div,
  .cols.items-x5.clickable > span {
    width: calc(10% /  5);
  }
  .cols.items-x5.masonry {
    columns: 5;
  }
  .cols > .item-x5 {
    width: calc(100% /  5);
  }
  .cols.items-x4 {
    /* masonry view */
  }
  .cols.items-x4 > li,
  .cols.items-x4 > div,
  .cols.items-x4 > span,
  .cols.items-x4 > main,
  .cols.items-x4 > section,
  .cols.items-x4 > aside {
    width: calc(100% /  4);
  }
  .cols.items-x4 > .double {
    width: calc(2 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-x4 > .tripple {
    width: calc(3 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-x4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 5),
  .cols.items-x4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 5) {
    margin-top: 15px;
  }
  .cols.items-x4:not(.space-lr-null).space-lr-double > li:nth-child(4n + 1),
  .cols.items-x4:not(.space-lr-null).space-lr-triple > li:nth-child(4n + 1),
  .cols.items-x4:not(.space-lr-null).space-lr-double > div:nth-child(4n + 1),
  .cols.items-x4:not(.space-lr-null).space-lr-triple > div:nth-child(4n + 1) {
    padding-left: 15px;
  }
  .cols.items-x4:not(.space-lr-null).space-lr-double > li:nth-child(4n + 4),
  .cols.items-x4:not(.space-lr-null).space-lr-triple > li:nth-child(4n + 4),
  .cols.items-x4:not(.space-lr-null).space-lr-double > div:nth-child(4n + 4),
  .cols.items-x4:not(.space-lr-null).space-lr-triple > div:nth-child(4n + 4),
  .cols.items-x4:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-x4:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-x4:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-x4:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-x4:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-x4:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-x4:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-x4:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-x4.clickable > li,
  .cols.items-x4.clickable > div,
  .cols.items-x4.clickable > span {
    width: calc(10% /  4);
  }
  .cols.items-x4.masonry {
    columns: 4;
  }
  .cols > .item-x4 {
    width: calc(100% /  4);
  }
  .cols.items-x3 {
    /* masonry view */
  }
  .cols.items-x3 > li,
  .cols.items-x3 > div,
  .cols.items-x3 > span,
  .cols.items-x3 > main,
  .cols.items-x3 > section,
  .cols.items-x3 > aside {
    width: calc(100% /  3);
  }
  .cols.items-x3 > .double {
    width: calc(2 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-x3 > .tripple {
    width: calc(3 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-x3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 4),
  .cols.items-x3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 4) {
    margin-top: 15px;
  }
  .cols.items-x3:not(.space-lr-null).space-lr-double > li:nth-child(3n + 1),
  .cols.items-x3:not(.space-lr-null).space-lr-triple > li:nth-child(3n + 1),
  .cols.items-x3:not(.space-lr-null).space-lr-double > div:nth-child(3n + 1),
  .cols.items-x3:not(.space-lr-null).space-lr-triple > div:nth-child(3n + 1) {
    padding-left: 15px;
  }
  .cols.items-x3:not(.space-lr-null).space-lr-double > li:nth-child(3n + 3),
  .cols.items-x3:not(.space-lr-null).space-lr-triple > li:nth-child(3n + 3),
  .cols.items-x3:not(.space-lr-null).space-lr-double > div:nth-child(3n + 3),
  .cols.items-x3:not(.space-lr-null).space-lr-triple > div:nth-child(3n + 3),
  .cols.items-x3:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-x3:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-x3:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-x3:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-x3:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-x3:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-x3:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-x3:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-x3.clickable > li,
  .cols.items-x3.clickable > div,
  .cols.items-x3.clickable > span {
    width: calc(10% /  3);
  }
  .cols.items-x3.masonry {
    columns: 3;
  }
  .cols > .item-x3 {
    width: calc(100% /  3);
  }
  .cols.items-x2 {
    /* masonry view */
  }
  .cols.items-x2 > li,
  .cols.items-x2 > div,
  .cols.items-x2 > span,
  .cols.items-x2 > main,
  .cols.items-x2 > section,
  .cols.items-x2 > aside {
    width: calc(100% /  2);
  }
  .cols.items-x2 > .double {
    width: calc(2 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-x2 > .tripple {
    width: calc(3 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-x2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 3),
  .cols.items-x2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 3) {
    margin-top: 15px;
  }
  .cols.items-x2:not(.space-lr-null).space-lr-double > li:nth-child(2n + 1),
  .cols.items-x2:not(.space-lr-null).space-lr-triple > li:nth-child(2n + 1),
  .cols.items-x2:not(.space-lr-null).space-lr-double > div:nth-child(2n + 1),
  .cols.items-x2:not(.space-lr-null).space-lr-triple > div:nth-child(2n + 1) {
    padding-left: 15px;
  }
  .cols.items-x2:not(.space-lr-null).space-lr-double > li:nth-child(2n + 2),
  .cols.items-x2:not(.space-lr-null).space-lr-triple > li:nth-child(2n + 2),
  .cols.items-x2:not(.space-lr-null).space-lr-double > div:nth-child(2n + 2),
  .cols.items-x2:not(.space-lr-null).space-lr-triple > div:nth-child(2n + 2),
  .cols.items-x2:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-x2:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-x2:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-x2:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-x2:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-x2:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-x2:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-x2:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-x2.clickable > li,
  .cols.items-x2.clickable > div,
  .cols.items-x2.clickable > span {
    width: calc(10% /  2);
  }
  .cols.items-x2.masonry {
    columns: 2;
  }
  .cols > .item-x2 {
    width: calc(100% /  2);
  }
  .cols.items-x1 > li,
  .cols.items-x1 > div,
  .cols.items-x1 > span,
  .cols.items-x1 > main,
  .cols.items-x1 > section,
  .cols.items-x1 > aside {
    width: 100%;
  }
  .cols.items-x1 > .double {
    width: 100%;
  }
  .cols.items-x1 > .tripple {
    width: 100%;
  }
  .cols.items-x1.clickable > li,
  .cols.items-x1.clickable > div,
  .cols.items-x1.clickable > span {
    width: 10%;
  }
  .cols > .item-x1,
  .cols [class*="cols"][class*="items-"] > .item-x1 {
    width: 100%;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1439px) {
  .cols.items-l10 {
    /* masonry view */
  }
  .cols.items-l10 > li,
  .cols.items-l10 > div,
  .cols.items-l10 > span,
  .cols.items-l10 > main,
  .cols.items-l10 > section,
  .cols.items-l10 > aside {
    width: calc(100% /  10);
  }
  .cols.items-l10 > .double {
    width: calc(2 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-l10 > .tripple {
    width: calc(3 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-l10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 11),
  .cols.items-l10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 11) {
    margin-top: 15px;
  }
  .cols.items-l10:not(.space-lr-null).space-lr-double > li:nth-child(10n + 1),
  .cols.items-l10:not(.space-lr-null).space-lr-triple > li:nth-child(10n + 1),
  .cols.items-l10:not(.space-lr-null).space-lr-double > div:nth-child(10n + 1),
  .cols.items-l10:not(.space-lr-null).space-lr-triple > div:nth-child(10n + 1) {
    padding-left: 15px;
  }
  .cols.items-l10:not(.space-lr-null).space-lr-double > li:nth-child(10n + 10),
  .cols.items-l10:not(.space-lr-null).space-lr-triple > li:nth-child(10n + 10),
  .cols.items-l10:not(.space-lr-null).space-lr-double > div:nth-child(10n + 10),
  .cols.items-l10:not(.space-lr-null).space-lr-triple > div:nth-child(10n + 10),
  .cols.items-l10:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-l10:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-l10:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-l10:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-l10:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-l10:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-l10:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-l10:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-l10.clickable > li,
  .cols.items-l10.clickable > div,
  .cols.items-l10.clickable > span {
    width: calc(10% /  10);
  }
  .cols.items-l10.masonry {
    columns: 10;
  }
  .cols > .item-l10 {
    width: calc(100% /  10);
  }
  .cols.items-l9 {
    /* masonry view */
  }
  .cols.items-l9 > li,
  .cols.items-l9 > div,
  .cols.items-l9 > span,
  .cols.items-l9 > main,
  .cols.items-l9 > section,
  .cols.items-l9 > aside {
    width: calc(100% /  9);
  }
  .cols.items-l9 > .double {
    width: calc(2 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-l9 > .tripple {
    width: calc(3 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-l9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 10),
  .cols.items-l9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 10) {
    margin-top: 15px;
  }
  .cols.items-l9:not(.space-lr-null).space-lr-double > li:nth-child(9n + 1),
  .cols.items-l9:not(.space-lr-null).space-lr-triple > li:nth-child(9n + 1),
  .cols.items-l9:not(.space-lr-null).space-lr-double > div:nth-child(9n + 1),
  .cols.items-l9:not(.space-lr-null).space-lr-triple > div:nth-child(9n + 1) {
    padding-left: 15px;
  }
  .cols.items-l9:not(.space-lr-null).space-lr-double > li:nth-child(9n + 9),
  .cols.items-l9:not(.space-lr-null).space-lr-triple > li:nth-child(9n + 9),
  .cols.items-l9:not(.space-lr-null).space-lr-double > div:nth-child(9n + 9),
  .cols.items-l9:not(.space-lr-null).space-lr-triple > div:nth-child(9n + 9),
  .cols.items-l9:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-l9:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-l9:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-l9:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-l9:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-l9:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-l9:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-l9:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-l9.clickable > li,
  .cols.items-l9.clickable > div,
  .cols.items-l9.clickable > span {
    width: calc(10% /  9);
  }
  .cols.items-l9.masonry {
    columns: 9;
  }
  .cols > .item-l9 {
    width: calc(100% /  9);
  }
  .cols.items-l8 {
    /* masonry view */
  }
  .cols.items-l8 > li,
  .cols.items-l8 > div,
  .cols.items-l8 > span,
  .cols.items-l8 > main,
  .cols.items-l8 > section,
  .cols.items-l8 > aside {
    width: calc(100% /  8);
  }
  .cols.items-l8 > .double {
    width: calc(2 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-l8 > .tripple {
    width: calc(3 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-l8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 9),
  .cols.items-l8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 9) {
    margin-top: 15px;
  }
  .cols.items-l8:not(.space-lr-null).space-lr-double > li:nth-child(8n + 1),
  .cols.items-l8:not(.space-lr-null).space-lr-triple > li:nth-child(8n + 1),
  .cols.items-l8:not(.space-lr-null).space-lr-double > div:nth-child(8n + 1),
  .cols.items-l8:not(.space-lr-null).space-lr-triple > div:nth-child(8n + 1) {
    padding-left: 15px;
  }
  .cols.items-l8:not(.space-lr-null).space-lr-double > li:nth-child(8n + 8),
  .cols.items-l8:not(.space-lr-null).space-lr-triple > li:nth-child(8n + 8),
  .cols.items-l8:not(.space-lr-null).space-lr-double > div:nth-child(8n + 8),
  .cols.items-l8:not(.space-lr-null).space-lr-triple > div:nth-child(8n + 8),
  .cols.items-l8:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-l8:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-l8:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-l8:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-l8:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-l8:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-l8:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-l8:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-l8.clickable > li,
  .cols.items-l8.clickable > div,
  .cols.items-l8.clickable > span {
    width: calc(10% /  8);
  }
  .cols.items-l8.masonry {
    columns: 8;
  }
  .cols > .item-l8 {
    width: calc(100% /  8);
  }
  .cols.items-l7 {
    /* masonry view */
  }
  .cols.items-l7 > li,
  .cols.items-l7 > div,
  .cols.items-l7 > span,
  .cols.items-l7 > main,
  .cols.items-l7 > section,
  .cols.items-l7 > aside {
    width: calc(100% /  7);
  }
  .cols.items-l7 > .double {
    width: calc(2 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-l7 > .tripple {
    width: calc(3 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-l7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 8),
  .cols.items-l7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 8) {
    margin-top: 15px;
  }
  .cols.items-l7:not(.space-lr-null).space-lr-double > li:nth-child(7n + 1),
  .cols.items-l7:not(.space-lr-null).space-lr-triple > li:nth-child(7n + 1),
  .cols.items-l7:not(.space-lr-null).space-lr-double > div:nth-child(7n + 1),
  .cols.items-l7:not(.space-lr-null).space-lr-triple > div:nth-child(7n + 1) {
    padding-left: 15px;
  }
  .cols.items-l7:not(.space-lr-null).space-lr-double > li:nth-child(7n + 7),
  .cols.items-l7:not(.space-lr-null).space-lr-triple > li:nth-child(7n + 7),
  .cols.items-l7:not(.space-lr-null).space-lr-double > div:nth-child(7n + 7),
  .cols.items-l7:not(.space-lr-null).space-lr-triple > div:nth-child(7n + 7),
  .cols.items-l7:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-l7:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-l7:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-l7:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-l7:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-l7:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-l7:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-l7:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-l7.clickable > li,
  .cols.items-l7.clickable > div,
  .cols.items-l7.clickable > span {
    width: calc(10% /  7);
  }
  .cols.items-l7.masonry {
    columns: 7;
  }
  .cols > .item-l7 {
    width: calc(100% /  7);
  }
  .cols.items-l6 {
    /* masonry view */
  }
  .cols.items-l6 > li,
  .cols.items-l6 > div,
  .cols.items-l6 > span,
  .cols.items-l6 > main,
  .cols.items-l6 > section,
  .cols.items-l6 > aside {
    width: calc(100% /  6);
  }
  .cols.items-l6 > .double {
    width: calc(2 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-l6 > .tripple {
    width: calc(3 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-l6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 7),
  .cols.items-l6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 7) {
    margin-top: 15px;
  }
  .cols.items-l6:not(.space-lr-null).space-lr-double > li:nth-child(6n + 1),
  .cols.items-l6:not(.space-lr-null).space-lr-triple > li:nth-child(6n + 1),
  .cols.items-l6:not(.space-lr-null).space-lr-double > div:nth-child(6n + 1),
  .cols.items-l6:not(.space-lr-null).space-lr-triple > div:nth-child(6n + 1) {
    padding-left: 15px;
  }
  .cols.items-l6:not(.space-lr-null).space-lr-double > li:nth-child(6n + 6),
  .cols.items-l6:not(.space-lr-null).space-lr-triple > li:nth-child(6n + 6),
  .cols.items-l6:not(.space-lr-null).space-lr-double > div:nth-child(6n + 6),
  .cols.items-l6:not(.space-lr-null).space-lr-triple > div:nth-child(6n + 6),
  .cols.items-l6:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-l6:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-l6:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-l6:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-l6:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-l6:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-l6:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-l6:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-l6.clickable > li,
  .cols.items-l6.clickable > div,
  .cols.items-l6.clickable > span {
    width: calc(10% /  6);
  }
  .cols.items-l6.masonry {
    columns: 6;
  }
  .cols > .item-l6 {
    width: calc(100% /  6);
  }
  .cols.items-l5 {
    /* masonry view */
  }
  .cols.items-l5 > li,
  .cols.items-l5 > div,
  .cols.items-l5 > span,
  .cols.items-l5 > main,
  .cols.items-l5 > section,
  .cols.items-l5 > aside {
    width: calc(100% /  5);
  }
  .cols.items-l5 > .double {
    width: calc(2 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-l5 > .tripple {
    width: calc(3 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-l5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 6),
  .cols.items-l5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 6) {
    margin-top: 15px;
  }
  .cols.items-l5:not(.space-lr-null).space-lr-double > li:nth-child(5n + 1),
  .cols.items-l5:not(.space-lr-null).space-lr-triple > li:nth-child(5n + 1),
  .cols.items-l5:not(.space-lr-null).space-lr-double > div:nth-child(5n + 1),
  .cols.items-l5:not(.space-lr-null).space-lr-triple > div:nth-child(5n + 1) {
    padding-left: 15px;
  }
  .cols.items-l5:not(.space-lr-null).space-lr-double > li:nth-child(5n + 5),
  .cols.items-l5:not(.space-lr-null).space-lr-triple > li:nth-child(5n + 5),
  .cols.items-l5:not(.space-lr-null).space-lr-double > div:nth-child(5n + 5),
  .cols.items-l5:not(.space-lr-null).space-lr-triple > div:nth-child(5n + 5),
  .cols.items-l5:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-l5:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-l5:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-l5:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-l5:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-l5:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-l5:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-l5:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-l5.clickable > li,
  .cols.items-l5.clickable > div,
  .cols.items-l5.clickable > span {
    width: calc(10% /  5);
  }
  .cols.items-l5.masonry {
    columns: 5;
  }
  .cols > .item-l5 {
    width: calc(100% /  5);
  }
  .cols.items-l4 {
    /* masonry view */
  }
  .cols.items-l4 > li,
  .cols.items-l4 > div,
  .cols.items-l4 > span,
  .cols.items-l4 > main,
  .cols.items-l4 > section,
  .cols.items-l4 > aside {
    width: calc(100% /  4);
  }
  .cols.items-l4 > .double {
    width: calc(2 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-l4 > .tripple {
    width: calc(3 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-l4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 5),
  .cols.items-l4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 5) {
    margin-top: 15px;
  }
  .cols.items-l4:not(.space-lr-null).space-lr-double > li:nth-child(4n + 1),
  .cols.items-l4:not(.space-lr-null).space-lr-triple > li:nth-child(4n + 1),
  .cols.items-l4:not(.space-lr-null).space-lr-double > div:nth-child(4n + 1),
  .cols.items-l4:not(.space-lr-null).space-lr-triple > div:nth-child(4n + 1) {
    padding-left: 15px;
  }
  .cols.items-l4:not(.space-lr-null).space-lr-double > li:nth-child(4n + 4),
  .cols.items-l4:not(.space-lr-null).space-lr-triple > li:nth-child(4n + 4),
  .cols.items-l4:not(.space-lr-null).space-lr-double > div:nth-child(4n + 4),
  .cols.items-l4:not(.space-lr-null).space-lr-triple > div:nth-child(4n + 4),
  .cols.items-l4:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-l4:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-l4:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-l4:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-l4:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-l4:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-l4:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-l4:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-l4.clickable > li,
  .cols.items-l4.clickable > div,
  .cols.items-l4.clickable > span {
    width: calc(10% /  4);
  }
  .cols.items-l4.masonry {
    columns: 4;
  }
  .cols > .item-l4 {
    width: calc(100% /  4);
  }
  .cols.items-l3 {
    /* masonry view */
  }
  .cols.items-l3 > li,
  .cols.items-l3 > div,
  .cols.items-l3 > span,
  .cols.items-l3 > main,
  .cols.items-l3 > section,
  .cols.items-l3 > aside {
    width: calc(100% /  3);
  }
  .cols.items-l3 > .double {
    width: calc(2 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-l3 > .tripple {
    width: calc(3 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-l3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 4),
  .cols.items-l3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 4) {
    margin-top: 15px;
  }
  .cols.items-l3:not(.space-lr-null).space-lr-double > li:nth-child(3n + 1),
  .cols.items-l3:not(.space-lr-null).space-lr-triple > li:nth-child(3n + 1),
  .cols.items-l3:not(.space-lr-null).space-lr-double > div:nth-child(3n + 1),
  .cols.items-l3:not(.space-lr-null).space-lr-triple > div:nth-child(3n + 1) {
    padding-left: 15px;
  }
  .cols.items-l3:not(.space-lr-null).space-lr-double > li:nth-child(3n + 3),
  .cols.items-l3:not(.space-lr-null).space-lr-triple > li:nth-child(3n + 3),
  .cols.items-l3:not(.space-lr-null).space-lr-double > div:nth-child(3n + 3),
  .cols.items-l3:not(.space-lr-null).space-lr-triple > div:nth-child(3n + 3),
  .cols.items-l3:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-l3:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-l3:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-l3:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-l3:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-l3:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-l3:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-l3:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-l3.clickable > li,
  .cols.items-l3.clickable > div,
  .cols.items-l3.clickable > span {
    width: calc(10% /  3);
  }
  .cols.items-l3.masonry {
    columns: 3;
  }
  .cols > .item-l3 {
    width: calc(100% /  3);
  }
  .cols.items-l2 {
    /* masonry view */
  }
  .cols.items-l2 > li,
  .cols.items-l2 > div,
  .cols.items-l2 > span,
  .cols.items-l2 > main,
  .cols.items-l2 > section,
  .cols.items-l2 > aside {
    width: calc(100% /  2);
  }
  .cols.items-l2 > .double {
    width: calc(2 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-l2 > .tripple {
    width: calc(3 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-l2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 3),
  .cols.items-l2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 3) {
    margin-top: 15px;
  }
  .cols.items-l2:not(.space-lr-null).space-lr-double > li:nth-child(2n + 1),
  .cols.items-l2:not(.space-lr-null).space-lr-triple > li:nth-child(2n + 1),
  .cols.items-l2:not(.space-lr-null).space-lr-double > div:nth-child(2n + 1),
  .cols.items-l2:not(.space-lr-null).space-lr-triple > div:nth-child(2n + 1) {
    padding-left: 15px;
  }
  .cols.items-l2:not(.space-lr-null).space-lr-double > li:nth-child(2n + 2),
  .cols.items-l2:not(.space-lr-null).space-lr-triple > li:nth-child(2n + 2),
  .cols.items-l2:not(.space-lr-null).space-lr-double > div:nth-child(2n + 2),
  .cols.items-l2:not(.space-lr-null).space-lr-triple > div:nth-child(2n + 2),
  .cols.items-l2:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-l2:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-l2:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-l2:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-l2:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-l2:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-l2:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-l2:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-l2.clickable > li,
  .cols.items-l2.clickable > div,
  .cols.items-l2.clickable > span {
    width: calc(10% /  2);
  }
  .cols.items-l2.masonry {
    columns: 2;
  }
  .cols > .item-l2 {
    width: calc(100% /  2);
  }
  .cols.items-l1 > li,
  .cols.items-l1 > div,
  .cols.items-l1 > span,
  .cols.items-l1 > main,
  .cols.items-l1 > section,
  .cols.items-l1 > aside {
    width: 100%;
  }
  .cols.items-l1 > .double {
    width: 100%;
  }
  .cols.items-l1 > .tripple {
    width: 100%;
  }
  .cols.items-l1.clickable > li,
  .cols.items-l1.clickable > div,
  .cols.items-l1.clickable > span {
    width: 10%;
  }
  .cols > .item-l1,
  .cols [class*="cols"][class*="items-"] > .item-l1 {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1139px) {
  .cols.items-m10 {
    /* masonry view */
  }
  .cols.items-m10 > li,
  .cols.items-m10 > div,
  .cols.items-m10 > span,
  .cols.items-m10 > main,
  .cols.items-m10 > section,
  .cols.items-m10 > aside {
    width: calc(100% /  10);
  }
  .cols.items-m10 > .double {
    width: calc(2 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-m10 > .tripple {
    width: calc(3 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-m10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 11),
  .cols.items-m10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 11) {
    margin-top: 15px;
  }
  .cols.items-m10:not(.space-lr-null).space-lr-double > li:nth-child(10n + 1),
  .cols.items-m10:not(.space-lr-null).space-lr-triple > li:nth-child(10n + 1),
  .cols.items-m10:not(.space-lr-null).space-lr-double > div:nth-child(10n + 1),
  .cols.items-m10:not(.space-lr-null).space-lr-triple > div:nth-child(10n + 1) {
    padding-left: 15px;
  }
  .cols.items-m10:not(.space-lr-null).space-lr-double > li:nth-child(10n + 10),
  .cols.items-m10:not(.space-lr-null).space-lr-triple > li:nth-child(10n + 10),
  .cols.items-m10:not(.space-lr-null).space-lr-double > div:nth-child(10n + 10),
  .cols.items-m10:not(.space-lr-null).space-lr-triple > div:nth-child(10n + 10),
  .cols.items-m10:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-m10:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-m10:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-m10:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-m10:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-m10:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-m10:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-m10:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-m10.clickable > li,
  .cols.items-m10.clickable > div,
  .cols.items-m10.clickable > span {
    width: calc(10% /  10);
  }
  .cols.items-m10.masonry {
    columns: 10;
  }
  .cols > .item-m10 {
    width: calc(100% /  10);
  }
  .cols.items-m9 {
    /* masonry view */
  }
  .cols.items-m9 > li,
  .cols.items-m9 > div,
  .cols.items-m9 > span,
  .cols.items-m9 > main,
  .cols.items-m9 > section,
  .cols.items-m9 > aside {
    width: calc(100% /  9);
  }
  .cols.items-m9 > .double {
    width: calc(2 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-m9 > .tripple {
    width: calc(3 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-m9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 10),
  .cols.items-m9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 10) {
    margin-top: 15px;
  }
  .cols.items-m9:not(.space-lr-null).space-lr-double > li:nth-child(9n + 1),
  .cols.items-m9:not(.space-lr-null).space-lr-triple > li:nth-child(9n + 1),
  .cols.items-m9:not(.space-lr-null).space-lr-double > div:nth-child(9n + 1),
  .cols.items-m9:not(.space-lr-null).space-lr-triple > div:nth-child(9n + 1) {
    padding-left: 15px;
  }
  .cols.items-m9:not(.space-lr-null).space-lr-double > li:nth-child(9n + 9),
  .cols.items-m9:not(.space-lr-null).space-lr-triple > li:nth-child(9n + 9),
  .cols.items-m9:not(.space-lr-null).space-lr-double > div:nth-child(9n + 9),
  .cols.items-m9:not(.space-lr-null).space-lr-triple > div:nth-child(9n + 9),
  .cols.items-m9:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-m9:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-m9:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-m9:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-m9:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-m9:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-m9:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-m9:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-m9.clickable > li,
  .cols.items-m9.clickable > div,
  .cols.items-m9.clickable > span {
    width: calc(10% /  9);
  }
  .cols.items-m9.masonry {
    columns: 9;
  }
  .cols > .item-m9 {
    width: calc(100% /  9);
  }
  .cols.items-m8 {
    /* masonry view */
  }
  .cols.items-m8 > li,
  .cols.items-m8 > div,
  .cols.items-m8 > span,
  .cols.items-m8 > main,
  .cols.items-m8 > section,
  .cols.items-m8 > aside {
    width: calc(100% /  8);
  }
  .cols.items-m8 > .double {
    width: calc(2 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-m8 > .tripple {
    width: calc(3 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-m8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 9),
  .cols.items-m8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 9) {
    margin-top: 15px;
  }
  .cols.items-m8:not(.space-lr-null).space-lr-double > li:nth-child(8n + 1),
  .cols.items-m8:not(.space-lr-null).space-lr-triple > li:nth-child(8n + 1),
  .cols.items-m8:not(.space-lr-null).space-lr-double > div:nth-child(8n + 1),
  .cols.items-m8:not(.space-lr-null).space-lr-triple > div:nth-child(8n + 1) {
    padding-left: 15px;
  }
  .cols.items-m8:not(.space-lr-null).space-lr-double > li:nth-child(8n + 8),
  .cols.items-m8:not(.space-lr-null).space-lr-triple > li:nth-child(8n + 8),
  .cols.items-m8:not(.space-lr-null).space-lr-double > div:nth-child(8n + 8),
  .cols.items-m8:not(.space-lr-null).space-lr-triple > div:nth-child(8n + 8),
  .cols.items-m8:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-m8:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-m8:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-m8:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-m8:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-m8:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-m8:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-m8:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-m8.clickable > li,
  .cols.items-m8.clickable > div,
  .cols.items-m8.clickable > span {
    width: calc(10% /  8);
  }
  .cols.items-m8.masonry {
    columns: 8;
  }
  .cols > .item-m8 {
    width: calc(100% /  8);
  }
  .cols.items-m7 {
    /* masonry view */
  }
  .cols.items-m7 > li,
  .cols.items-m7 > div,
  .cols.items-m7 > span,
  .cols.items-m7 > main,
  .cols.items-m7 > section,
  .cols.items-m7 > aside {
    width: calc(100% /  7);
  }
  .cols.items-m7 > .double {
    width: calc(2 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-m7 > .tripple {
    width: calc(3 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-m7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 8),
  .cols.items-m7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 8) {
    margin-top: 15px;
  }
  .cols.items-m7:not(.space-lr-null).space-lr-double > li:nth-child(7n + 1),
  .cols.items-m7:not(.space-lr-null).space-lr-triple > li:nth-child(7n + 1),
  .cols.items-m7:not(.space-lr-null).space-lr-double > div:nth-child(7n + 1),
  .cols.items-m7:not(.space-lr-null).space-lr-triple > div:nth-child(7n + 1) {
    padding-left: 15px;
  }
  .cols.items-m7:not(.space-lr-null).space-lr-double > li:nth-child(7n + 7),
  .cols.items-m7:not(.space-lr-null).space-lr-triple > li:nth-child(7n + 7),
  .cols.items-m7:not(.space-lr-null).space-lr-double > div:nth-child(7n + 7),
  .cols.items-m7:not(.space-lr-null).space-lr-triple > div:nth-child(7n + 7),
  .cols.items-m7:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-m7:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-m7:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-m7:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-m7:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-m7:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-m7:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-m7:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-m7.clickable > li,
  .cols.items-m7.clickable > div,
  .cols.items-m7.clickable > span {
    width: calc(10% /  7);
  }
  .cols.items-m7.masonry {
    columns: 7;
  }
  .cols > .item-m7 {
    width: calc(100% /  7);
  }
  .cols.items-m6 {
    /* masonry view */
  }
  .cols.items-m6 > li,
  .cols.items-m6 > div,
  .cols.items-m6 > span,
  .cols.items-m6 > main,
  .cols.items-m6 > section,
  .cols.items-m6 > aside {
    width: calc(100% /  6);
  }
  .cols.items-m6 > .double {
    width: calc(2 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-m6 > .tripple {
    width: calc(3 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-m6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 7),
  .cols.items-m6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 7) {
    margin-top: 15px;
  }
  .cols.items-m6:not(.space-lr-null).space-lr-double > li:nth-child(6n + 1),
  .cols.items-m6:not(.space-lr-null).space-lr-triple > li:nth-child(6n + 1),
  .cols.items-m6:not(.space-lr-null).space-lr-double > div:nth-child(6n + 1),
  .cols.items-m6:not(.space-lr-null).space-lr-triple > div:nth-child(6n + 1) {
    padding-left: 15px;
  }
  .cols.items-m6:not(.space-lr-null).space-lr-double > li:nth-child(6n + 6),
  .cols.items-m6:not(.space-lr-null).space-lr-triple > li:nth-child(6n + 6),
  .cols.items-m6:not(.space-lr-null).space-lr-double > div:nth-child(6n + 6),
  .cols.items-m6:not(.space-lr-null).space-lr-triple > div:nth-child(6n + 6),
  .cols.items-m6:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-m6:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-m6:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-m6:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-m6:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-m6:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-m6:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-m6:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-m6.clickable > li,
  .cols.items-m6.clickable > div,
  .cols.items-m6.clickable > span {
    width: calc(10% /  6);
  }
  .cols.items-m6.masonry {
    columns: 6;
  }
  .cols > .item-m6 {
    width: calc(100% /  6);
  }
  .cols.items-m5 {
    /* masonry view */
  }
  .cols.items-m5 > li,
  .cols.items-m5 > div,
  .cols.items-m5 > span,
  .cols.items-m5 > main,
  .cols.items-m5 > section,
  .cols.items-m5 > aside {
    width: calc(100% /  5);
  }
  .cols.items-m5 > .double {
    width: calc(2 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-m5 > .tripple {
    width: calc(3 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-m5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 6),
  .cols.items-m5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 6) {
    margin-top: 15px;
  }
  .cols.items-m5:not(.space-lr-null).space-lr-double > li:nth-child(5n + 1),
  .cols.items-m5:not(.space-lr-null).space-lr-triple > li:nth-child(5n + 1),
  .cols.items-m5:not(.space-lr-null).space-lr-double > div:nth-child(5n + 1),
  .cols.items-m5:not(.space-lr-null).space-lr-triple > div:nth-child(5n + 1) {
    padding-left: 15px;
  }
  .cols.items-m5:not(.space-lr-null).space-lr-double > li:nth-child(5n + 5),
  .cols.items-m5:not(.space-lr-null).space-lr-triple > li:nth-child(5n + 5),
  .cols.items-m5:not(.space-lr-null).space-lr-double > div:nth-child(5n + 5),
  .cols.items-m5:not(.space-lr-null).space-lr-triple > div:nth-child(5n + 5),
  .cols.items-m5:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-m5:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-m5:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-m5:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-m5:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-m5:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-m5:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-m5:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-m5.clickable > li,
  .cols.items-m5.clickable > div,
  .cols.items-m5.clickable > span {
    width: calc(10% /  5);
  }
  .cols.items-m5.masonry {
    columns: 5;
  }
  .cols > .item-m5 {
    width: calc(100% /  5);
  }
  .cols.items-m4 {
    /* masonry view */
  }
  .cols.items-m4 > li,
  .cols.items-m4 > div,
  .cols.items-m4 > span,
  .cols.items-m4 > main,
  .cols.items-m4 > section,
  .cols.items-m4 > aside {
    width: calc(100% /  4);
  }
  .cols.items-m4 > .double {
    width: calc(2 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-m4 > .tripple {
    width: calc(3 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-m4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 5),
  .cols.items-m4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 5) {
    margin-top: 15px;
  }
  .cols.items-m4:not(.space-lr-null).space-lr-double > li:nth-child(4n + 1),
  .cols.items-m4:not(.space-lr-null).space-lr-triple > li:nth-child(4n + 1),
  .cols.items-m4:not(.space-lr-null).space-lr-double > div:nth-child(4n + 1),
  .cols.items-m4:not(.space-lr-null).space-lr-triple > div:nth-child(4n + 1) {
    padding-left: 15px;
  }
  .cols.items-m4:not(.space-lr-null).space-lr-double > li:nth-child(4n + 4),
  .cols.items-m4:not(.space-lr-null).space-lr-triple > li:nth-child(4n + 4),
  .cols.items-m4:not(.space-lr-null).space-lr-double > div:nth-child(4n + 4),
  .cols.items-m4:not(.space-lr-null).space-lr-triple > div:nth-child(4n + 4),
  .cols.items-m4:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-m4:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-m4:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-m4:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-m4:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-m4:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-m4:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-m4:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-m4.clickable > li,
  .cols.items-m4.clickable > div,
  .cols.items-m4.clickable > span {
    width: calc(10% /  4);
  }
  .cols.items-m4.masonry {
    columns: 4;
  }
  .cols > .item-m4 {
    width: calc(100% /  4);
  }
  .cols.items-m3 {
    /* masonry view */
  }
  .cols.items-m3 > li,
  .cols.items-m3 > div,
  .cols.items-m3 > span,
  .cols.items-m3 > main,
  .cols.items-m3 > section,
  .cols.items-m3 > aside {
    width: calc(100% /  3);
  }
  .cols.items-m3 > .double {
    width: calc(2 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-m3 > .tripple {
    width: calc(3 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-m3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 4),
  .cols.items-m3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 4) {
    margin-top: 15px;
  }
  .cols.items-m3:not(.space-lr-null).space-lr-double > li:nth-child(3n + 1),
  .cols.items-m3:not(.space-lr-null).space-lr-triple > li:nth-child(3n + 1),
  .cols.items-m3:not(.space-lr-null).space-lr-double > div:nth-child(3n + 1),
  .cols.items-m3:not(.space-lr-null).space-lr-triple > div:nth-child(3n + 1) {
    padding-left: 15px;
  }
  .cols.items-m3:not(.space-lr-null).space-lr-double > li:nth-child(3n + 3),
  .cols.items-m3:not(.space-lr-null).space-lr-triple > li:nth-child(3n + 3),
  .cols.items-m3:not(.space-lr-null).space-lr-double > div:nth-child(3n + 3),
  .cols.items-m3:not(.space-lr-null).space-lr-triple > div:nth-child(3n + 3),
  .cols.items-m3:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-m3:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-m3:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-m3:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-m3:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-m3:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-m3:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-m3:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-m3.clickable > li,
  .cols.items-m3.clickable > div,
  .cols.items-m3.clickable > span {
    width: calc(10% /  3);
  }
  .cols.items-m3.masonry {
    columns: 3;
  }
  .cols > .item-m3 {
    width: calc(100% /  3);
  }
  .cols.items-m2 {
    /* masonry view */
  }
  .cols.items-m2 > li,
  .cols.items-m2 > div,
  .cols.items-m2 > span,
  .cols.items-m2 > main,
  .cols.items-m2 > section,
  .cols.items-m2 > aside {
    width: calc(100% /  2);
  }
  .cols.items-m2 > .double {
    width: calc(2 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-m2 > .tripple {
    width: calc(3 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-m2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 3),
  .cols.items-m2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 3) {
    margin-top: 15px;
  }
  .cols.items-m2:not(.space-lr-null).space-lr-double > li:nth-child(2n + 1),
  .cols.items-m2:not(.space-lr-null).space-lr-triple > li:nth-child(2n + 1),
  .cols.items-m2:not(.space-lr-null).space-lr-double > div:nth-child(2n + 1),
  .cols.items-m2:not(.space-lr-null).space-lr-triple > div:nth-child(2n + 1) {
    padding-left: 15px;
  }
  .cols.items-m2:not(.space-lr-null).space-lr-double > li:nth-child(2n + 2),
  .cols.items-m2:not(.space-lr-null).space-lr-triple > li:nth-child(2n + 2),
  .cols.items-m2:not(.space-lr-null).space-lr-double > div:nth-child(2n + 2),
  .cols.items-m2:not(.space-lr-null).space-lr-triple > div:nth-child(2n + 2),
  .cols.items-m2:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-m2:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-m2:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-m2:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-m2:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-m2:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-m2:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-m2:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-m2.clickable > li,
  .cols.items-m2.clickable > div,
  .cols.items-m2.clickable > span {
    width: calc(10% /  2);
  }
  .cols.items-m2.masonry {
    columns: 2;
  }
  .cols > .item-m2 {
    width: calc(100% /  2);
  }
  .cols.items-m1 > li,
  .cols.items-m1 > div,
  .cols.items-m1 > span,
  .cols.items-m1 > main,
  .cols.items-m1 > section,
  .cols.items-m1 > aside {
    width: 100%;
  }
  .cols.items-m1 > .double {
    width: 100%;
  }
  .cols.items-m1 > .tripple {
    width: 100%;
  }
  .cols.items-m1.clickable > li,
  .cols.items-m1.clickable > div,
  .cols.items-m1.clickable > span {
    width: 10%;
  }
  .cols > .item-m1,
  .cols [class*="cols"][class*="items-"] > .item-m1 {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .cols.items-s10 {
    /* masonry view */
  }
  .cols.items-s10 > li,
  .cols.items-s10 > div,
  .cols.items-s10 > span,
  .cols.items-s10 > main,
  .cols.items-s10 > section,
  .cols.items-s10 > aside {
    width: calc(100% /  10);
  }
  .cols.items-s10 > .double {
    width: calc(2 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-s10 > .tripple {
    width: calc(3 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-s10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 11),
  .cols.items-s10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 11) {
    margin-top: 15px;
  }
  .cols.items-s10:not(.space-lr-null).space-lr-double > li:nth-child(10n + 1),
  .cols.items-s10:not(.space-lr-null).space-lr-triple > li:nth-child(10n + 1),
  .cols.items-s10:not(.space-lr-null).space-lr-double > div:nth-child(10n + 1),
  .cols.items-s10:not(.space-lr-null).space-lr-triple > div:nth-child(10n + 1) {
    padding-left: 15px;
  }
  .cols.items-s10:not(.space-lr-null).space-lr-double > li:nth-child(10n + 10),
  .cols.items-s10:not(.space-lr-null).space-lr-triple > li:nth-child(10n + 10),
  .cols.items-s10:not(.space-lr-null).space-lr-double > div:nth-child(10n + 10),
  .cols.items-s10:not(.space-lr-null).space-lr-triple > div:nth-child(10n + 10),
  .cols.items-s10:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-s10:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-s10:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-s10:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-s10:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-s10:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-s10:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-s10:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-s10.clickable > li,
  .cols.items-s10.clickable > div,
  .cols.items-s10.clickable > span {
    width: calc(10% /  10);
  }
  .cols.items-s10.masonry {
    columns: 10;
  }
  .cols > .item-s10 {
    width: calc(100% /  10);
  }
  .cols.items-s9 {
    /* masonry view */
  }
  .cols.items-s9 > li,
  .cols.items-s9 > div,
  .cols.items-s9 > span,
  .cols.items-s9 > main,
  .cols.items-s9 > section,
  .cols.items-s9 > aside {
    width: calc(100% /  9);
  }
  .cols.items-s9 > .double {
    width: calc(2 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-s9 > .tripple {
    width: calc(3 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-s9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 10),
  .cols.items-s9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 10) {
    margin-top: 15px;
  }
  .cols.items-s9:not(.space-lr-null).space-lr-double > li:nth-child(9n + 1),
  .cols.items-s9:not(.space-lr-null).space-lr-triple > li:nth-child(9n + 1),
  .cols.items-s9:not(.space-lr-null).space-lr-double > div:nth-child(9n + 1),
  .cols.items-s9:not(.space-lr-null).space-lr-triple > div:nth-child(9n + 1) {
    padding-left: 15px;
  }
  .cols.items-s9:not(.space-lr-null).space-lr-double > li:nth-child(9n + 9),
  .cols.items-s9:not(.space-lr-null).space-lr-triple > li:nth-child(9n + 9),
  .cols.items-s9:not(.space-lr-null).space-lr-double > div:nth-child(9n + 9),
  .cols.items-s9:not(.space-lr-null).space-lr-triple > div:nth-child(9n + 9),
  .cols.items-s9:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-s9:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-s9:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-s9:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-s9:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-s9:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-s9:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-s9:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-s9.clickable > li,
  .cols.items-s9.clickable > div,
  .cols.items-s9.clickable > span {
    width: calc(10% /  9);
  }
  .cols.items-s9.masonry {
    columns: 9;
  }
  .cols > .item-s9 {
    width: calc(100% /  9);
  }
  .cols.items-s8 {
    /* masonry view */
  }
  .cols.items-s8 > li,
  .cols.items-s8 > div,
  .cols.items-s8 > span,
  .cols.items-s8 > main,
  .cols.items-s8 > section,
  .cols.items-s8 > aside {
    width: calc(100% /  8);
  }
  .cols.items-s8 > .double {
    width: calc(2 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-s8 > .tripple {
    width: calc(3 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-s8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 9),
  .cols.items-s8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 9) {
    margin-top: 15px;
  }
  .cols.items-s8:not(.space-lr-null).space-lr-double > li:nth-child(8n + 1),
  .cols.items-s8:not(.space-lr-null).space-lr-triple > li:nth-child(8n + 1),
  .cols.items-s8:not(.space-lr-null).space-lr-double > div:nth-child(8n + 1),
  .cols.items-s8:not(.space-lr-null).space-lr-triple > div:nth-child(8n + 1) {
    padding-left: 15px;
  }
  .cols.items-s8:not(.space-lr-null).space-lr-double > li:nth-child(8n + 8),
  .cols.items-s8:not(.space-lr-null).space-lr-triple > li:nth-child(8n + 8),
  .cols.items-s8:not(.space-lr-null).space-lr-double > div:nth-child(8n + 8),
  .cols.items-s8:not(.space-lr-null).space-lr-triple > div:nth-child(8n + 8),
  .cols.items-s8:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-s8:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-s8:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-s8:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-s8:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-s8:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-s8:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-s8:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-s8.clickable > li,
  .cols.items-s8.clickable > div,
  .cols.items-s8.clickable > span {
    width: calc(10% /  8);
  }
  .cols.items-s8.masonry {
    columns: 8;
  }
  .cols > .item-s8 {
    width: calc(100% /  8);
  }
  .cols.items-s7 {
    /* masonry view */
  }
  .cols.items-s7 > li,
  .cols.items-s7 > div,
  .cols.items-s7 > span,
  .cols.items-s7 > main,
  .cols.items-s7 > section,
  .cols.items-s7 > aside {
    width: calc(100% /  7);
  }
  .cols.items-s7 > .double {
    width: calc(2 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-s7 > .tripple {
    width: calc(3 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-s7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 8),
  .cols.items-s7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 8) {
    margin-top: 15px;
  }
  .cols.items-s7:not(.space-lr-null).space-lr-double > li:nth-child(7n + 1),
  .cols.items-s7:not(.space-lr-null).space-lr-triple > li:nth-child(7n + 1),
  .cols.items-s7:not(.space-lr-null).space-lr-double > div:nth-child(7n + 1),
  .cols.items-s7:not(.space-lr-null).space-lr-triple > div:nth-child(7n + 1) {
    padding-left: 15px;
  }
  .cols.items-s7:not(.space-lr-null).space-lr-double > li:nth-child(7n + 7),
  .cols.items-s7:not(.space-lr-null).space-lr-triple > li:nth-child(7n + 7),
  .cols.items-s7:not(.space-lr-null).space-lr-double > div:nth-child(7n + 7),
  .cols.items-s7:not(.space-lr-null).space-lr-triple > div:nth-child(7n + 7),
  .cols.items-s7:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-s7:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-s7:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-s7:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-s7:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-s7:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-s7:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-s7:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-s7.clickable > li,
  .cols.items-s7.clickable > div,
  .cols.items-s7.clickable > span {
    width: calc(10% /  7);
  }
  .cols.items-s7.masonry {
    columns: 7;
  }
  .cols > .item-s7 {
    width: calc(100% /  7);
  }
  .cols.items-s6 {
    /* masonry view */
  }
  .cols.items-s6 > li,
  .cols.items-s6 > div,
  .cols.items-s6 > span,
  .cols.items-s6 > main,
  .cols.items-s6 > section,
  .cols.items-s6 > aside {
    width: calc(100% /  6);
  }
  .cols.items-s6 > .double {
    width: calc(2 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-s6 > .tripple {
    width: calc(3 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-s6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 7),
  .cols.items-s6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 7) {
    margin-top: 15px;
  }
  .cols.items-s6:not(.space-lr-null).space-lr-double > li:nth-child(6n + 1),
  .cols.items-s6:not(.space-lr-null).space-lr-triple > li:nth-child(6n + 1),
  .cols.items-s6:not(.space-lr-null).space-lr-double > div:nth-child(6n + 1),
  .cols.items-s6:not(.space-lr-null).space-lr-triple > div:nth-child(6n + 1) {
    padding-left: 15px;
  }
  .cols.items-s6:not(.space-lr-null).space-lr-double > li:nth-child(6n + 6),
  .cols.items-s6:not(.space-lr-null).space-lr-triple > li:nth-child(6n + 6),
  .cols.items-s6:not(.space-lr-null).space-lr-double > div:nth-child(6n + 6),
  .cols.items-s6:not(.space-lr-null).space-lr-triple > div:nth-child(6n + 6),
  .cols.items-s6:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-s6:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-s6:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-s6:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-s6:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-s6:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-s6:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-s6:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-s6.clickable > li,
  .cols.items-s6.clickable > div,
  .cols.items-s6.clickable > span {
    width: calc(10% /  6);
  }
  .cols.items-s6.masonry {
    columns: 6;
  }
  .cols > .item-s6 {
    width: calc(100% /  6);
  }
  .cols.items-s5 {
    /* masonry view */
  }
  .cols.items-s5 > li,
  .cols.items-s5 > div,
  .cols.items-s5 > span,
  .cols.items-s5 > main,
  .cols.items-s5 > section,
  .cols.items-s5 > aside {
    width: calc(100% /  5);
  }
  .cols.items-s5 > .double {
    width: calc(2 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-s5 > .tripple {
    width: calc(3 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-s5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 6),
  .cols.items-s5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 6) {
    margin-top: 15px;
  }
  .cols.items-s5:not(.space-lr-null).space-lr-double > li:nth-child(5n + 1),
  .cols.items-s5:not(.space-lr-null).space-lr-triple > li:nth-child(5n + 1),
  .cols.items-s5:not(.space-lr-null).space-lr-double > div:nth-child(5n + 1),
  .cols.items-s5:not(.space-lr-null).space-lr-triple > div:nth-child(5n + 1) {
    padding-left: 15px;
  }
  .cols.items-s5:not(.space-lr-null).space-lr-double > li:nth-child(5n + 5),
  .cols.items-s5:not(.space-lr-null).space-lr-triple > li:nth-child(5n + 5),
  .cols.items-s5:not(.space-lr-null).space-lr-double > div:nth-child(5n + 5),
  .cols.items-s5:not(.space-lr-null).space-lr-triple > div:nth-child(5n + 5),
  .cols.items-s5:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-s5:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-s5:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-s5:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-s5:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-s5:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-s5:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-s5:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-s5.clickable > li,
  .cols.items-s5.clickable > div,
  .cols.items-s5.clickable > span {
    width: calc(10% /  5);
  }
  .cols.items-s5.masonry {
    columns: 5;
  }
  .cols > .item-s5 {
    width: calc(100% /  5);
  }
  .cols.items-s4 {
    /* masonry view */
  }
  .cols.items-s4 > li,
  .cols.items-s4 > div,
  .cols.items-s4 > span,
  .cols.items-s4 > main,
  .cols.items-s4 > section,
  .cols.items-s4 > aside {
    width: calc(100% /  4);
  }
  .cols.items-s4 > .double {
    width: calc(2 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-s4 > .tripple {
    width: calc(3 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-s4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 5),
  .cols.items-s4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 5) {
    margin-top: 15px;
  }
  .cols.items-s4:not(.space-lr-null).space-lr-double > li:nth-child(4n + 1),
  .cols.items-s4:not(.space-lr-null).space-lr-triple > li:nth-child(4n + 1),
  .cols.items-s4:not(.space-lr-null).space-lr-double > div:nth-child(4n + 1),
  .cols.items-s4:not(.space-lr-null).space-lr-triple > div:nth-child(4n + 1) {
    padding-left: 15px;
  }
  .cols.items-s4:not(.space-lr-null).space-lr-double > li:nth-child(4n + 4),
  .cols.items-s4:not(.space-lr-null).space-lr-triple > li:nth-child(4n + 4),
  .cols.items-s4:not(.space-lr-null).space-lr-double > div:nth-child(4n + 4),
  .cols.items-s4:not(.space-lr-null).space-lr-triple > div:nth-child(4n + 4),
  .cols.items-s4:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-s4:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-s4:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-s4:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-s4:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-s4:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-s4:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-s4:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-s4.clickable > li,
  .cols.items-s4.clickable > div,
  .cols.items-s4.clickable > span {
    width: calc(10% /  4);
  }
  .cols.items-s4.masonry {
    columns: 4;
  }
  .cols > .item-s4 {
    width: calc(100% /  4);
  }
  .cols.items-s3 {
    /* masonry view */
  }
  .cols.items-s3 > li,
  .cols.items-s3 > div,
  .cols.items-s3 > span,
  .cols.items-s3 > main,
  .cols.items-s3 > section,
  .cols.items-s3 > aside {
    width: calc(100% /  3);
  }
  .cols.items-s3 > .double {
    width: calc(2 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-s3 > .tripple {
    width: calc(3 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-s3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 4),
  .cols.items-s3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 4) {
    margin-top: 15px;
  }
  .cols.items-s3:not(.space-lr-null).space-lr-double > li:nth-child(3n + 1),
  .cols.items-s3:not(.space-lr-null).space-lr-triple > li:nth-child(3n + 1),
  .cols.items-s3:not(.space-lr-null).space-lr-double > div:nth-child(3n + 1),
  .cols.items-s3:not(.space-lr-null).space-lr-triple > div:nth-child(3n + 1) {
    padding-left: 15px;
  }
  .cols.items-s3:not(.space-lr-null).space-lr-double > li:nth-child(3n + 3),
  .cols.items-s3:not(.space-lr-null).space-lr-triple > li:nth-child(3n + 3),
  .cols.items-s3:not(.space-lr-null).space-lr-double > div:nth-child(3n + 3),
  .cols.items-s3:not(.space-lr-null).space-lr-triple > div:nth-child(3n + 3),
  .cols.items-s3:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-s3:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-s3:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-s3:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-s3:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-s3:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-s3:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-s3:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-s3.clickable > li,
  .cols.items-s3.clickable > div,
  .cols.items-s3.clickable > span {
    width: calc(10% /  3);
  }
  .cols.items-s3.masonry {
    columns: 3;
  }
  .cols > .item-s3 {
    width: calc(100% /  3);
  }
  .cols.items-s2 {
    /* masonry view */
  }
  .cols.items-s2 > li,
  .cols.items-s2 > div,
  .cols.items-s2 > span,
  .cols.items-s2 > main,
  .cols.items-s2 > section,
  .cols.items-s2 > aside {
    width: calc(100% /  2);
  }
  .cols.items-s2 > .double {
    width: calc(2 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-s2 > .tripple {
    width: calc(3 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-s2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 3),
  .cols.items-s2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 3) {
    margin-top: 15px;
  }
  .cols.items-s2:not(.space-lr-null).space-lr-double > li:nth-child(2n + 1),
  .cols.items-s2:not(.space-lr-null).space-lr-triple > li:nth-child(2n + 1),
  .cols.items-s2:not(.space-lr-null).space-lr-double > div:nth-child(2n + 1),
  .cols.items-s2:not(.space-lr-null).space-lr-triple > div:nth-child(2n + 1) {
    padding-left: 15px;
  }
  .cols.items-s2:not(.space-lr-null).space-lr-double > li:nth-child(2n + 2),
  .cols.items-s2:not(.space-lr-null).space-lr-triple > li:nth-child(2n + 2),
  .cols.items-s2:not(.space-lr-null).space-lr-double > div:nth-child(2n + 2),
  .cols.items-s2:not(.space-lr-null).space-lr-triple > div:nth-child(2n + 2),
  .cols.items-s2:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-s2:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-s2:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-s2:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-s2:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-s2:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-s2:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-s2:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-s2.clickable > li,
  .cols.items-s2.clickable > div,
  .cols.items-s2.clickable > span {
    width: calc(10% /  2);
  }
  .cols.items-s2.masonry {
    columns: 2;
  }
  .cols > .item-s2 {
    width: calc(100% /  2);
  }
  .cols.items-s1 > li,
  .cols.items-s1 > div,
  .cols.items-s1 > span,
  .cols.items-s1 > main,
  .cols.items-s1 > section,
  .cols.items-s1 > aside {
    width: 100%;
  }
  .cols.items-s1 > .double {
    width: 100%;
  }
  .cols.items-s1 > .tripple {
    width: 100%;
  }
  .cols.items-s1.clickable > li,
  .cols.items-s1.clickable > div,
  .cols.items-s1.clickable > span {
    width: 10%;
  }
  .cols > .item-s1,
  .cols [class*="cols"][class*="items-"] > .item-s1 {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .cols.items-xs10 {
    /* masonry view */
  }
  .cols.items-xs10 > li,
  .cols.items-xs10 > div,
  .cols.items-xs10 > span,
  .cols.items-xs10 > main,
  .cols.items-xs10 > section,
  .cols.items-xs10 > aside {
    width: calc(100% /  10);
  }
  .cols.items-xs10 > .double {
    width: calc(2 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-xs10 > .tripple {
    width: calc(3 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-xs10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 11),
  .cols.items-xs10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 11) {
    margin-top: 15px;
  }
  .cols.items-xs10:not(.space-lr-null).space-lr-double > li:nth-child(10n + 1),
  .cols.items-xs10:not(.space-lr-null).space-lr-triple > li:nth-child(10n + 1),
  .cols.items-xs10:not(.space-lr-null).space-lr-double > div:nth-child(10n + 1),
  .cols.items-xs10:not(.space-lr-null).space-lr-triple > div:nth-child(10n + 1) {
    padding-left: 15px;
  }
  .cols.items-xs10:not(.space-lr-null).space-lr-double > li:nth-child(10n + 10),
  .cols.items-xs10:not(.space-lr-null).space-lr-triple > li:nth-child(10n + 10),
  .cols.items-xs10:not(.space-lr-null).space-lr-double > div:nth-child(10n + 10),
  .cols.items-xs10:not(.space-lr-null).space-lr-triple > div:nth-child(10n + 10),
  .cols.items-xs10:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-xs10:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-xs10:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-xs10:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-xs10:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-xs10:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-xs10:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-xs10:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-xs10.clickable > li,
  .cols.items-xs10.clickable > div,
  .cols.items-xs10.clickable > span {
    width: calc(10% /  10);
  }
  .cols.items-xs10.masonry {
    columns: 10;
  }
  .cols > .item-xs10 {
    width: calc(100% /  10);
  }
  .cols.items-xs9 {
    /* masonry view */
  }
  .cols.items-xs9 > li,
  .cols.items-xs9 > div,
  .cols.items-xs9 > span,
  .cols.items-xs9 > main,
  .cols.items-xs9 > section,
  .cols.items-xs9 > aside {
    width: calc(100% /  9);
  }
  .cols.items-xs9 > .double {
    width: calc(2 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-xs9 > .tripple {
    width: calc(3 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-xs9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 10),
  .cols.items-xs9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 10) {
    margin-top: 15px;
  }
  .cols.items-xs9:not(.space-lr-null).space-lr-double > li:nth-child(9n + 1),
  .cols.items-xs9:not(.space-lr-null).space-lr-triple > li:nth-child(9n + 1),
  .cols.items-xs9:not(.space-lr-null).space-lr-double > div:nth-child(9n + 1),
  .cols.items-xs9:not(.space-lr-null).space-lr-triple > div:nth-child(9n + 1) {
    padding-left: 15px;
  }
  .cols.items-xs9:not(.space-lr-null).space-lr-double > li:nth-child(9n + 9),
  .cols.items-xs9:not(.space-lr-null).space-lr-triple > li:nth-child(9n + 9),
  .cols.items-xs9:not(.space-lr-null).space-lr-double > div:nth-child(9n + 9),
  .cols.items-xs9:not(.space-lr-null).space-lr-triple > div:nth-child(9n + 9),
  .cols.items-xs9:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-xs9:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-xs9:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-xs9:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-xs9:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-xs9:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-xs9:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-xs9:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-xs9.clickable > li,
  .cols.items-xs9.clickable > div,
  .cols.items-xs9.clickable > span {
    width: calc(10% /  9);
  }
  .cols.items-xs9.masonry {
    columns: 9;
  }
  .cols > .item-xs9 {
    width: calc(100% /  9);
  }
  .cols.items-xs8 {
    /* masonry view */
  }
  .cols.items-xs8 > li,
  .cols.items-xs8 > div,
  .cols.items-xs8 > span,
  .cols.items-xs8 > main,
  .cols.items-xs8 > section,
  .cols.items-xs8 > aside {
    width: calc(100% /  8);
  }
  .cols.items-xs8 > .double {
    width: calc(2 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-xs8 > .tripple {
    width: calc(3 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-xs8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 9),
  .cols.items-xs8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 9) {
    margin-top: 15px;
  }
  .cols.items-xs8:not(.space-lr-null).space-lr-double > li:nth-child(8n + 1),
  .cols.items-xs8:not(.space-lr-null).space-lr-triple > li:nth-child(8n + 1),
  .cols.items-xs8:not(.space-lr-null).space-lr-double > div:nth-child(8n + 1),
  .cols.items-xs8:not(.space-lr-null).space-lr-triple > div:nth-child(8n + 1) {
    padding-left: 15px;
  }
  .cols.items-xs8:not(.space-lr-null).space-lr-double > li:nth-child(8n + 8),
  .cols.items-xs8:not(.space-lr-null).space-lr-triple > li:nth-child(8n + 8),
  .cols.items-xs8:not(.space-lr-null).space-lr-double > div:nth-child(8n + 8),
  .cols.items-xs8:not(.space-lr-null).space-lr-triple > div:nth-child(8n + 8),
  .cols.items-xs8:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-xs8:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-xs8:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-xs8:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-xs8:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-xs8:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-xs8:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-xs8:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-xs8.clickable > li,
  .cols.items-xs8.clickable > div,
  .cols.items-xs8.clickable > span {
    width: calc(10% /  8);
  }
  .cols.items-xs8.masonry {
    columns: 8;
  }
  .cols > .item-xs8 {
    width: calc(100% /  8);
  }
  .cols.items-xs7 {
    /* masonry view */
  }
  .cols.items-xs7 > li,
  .cols.items-xs7 > div,
  .cols.items-xs7 > span,
  .cols.items-xs7 > main,
  .cols.items-xs7 > section,
  .cols.items-xs7 > aside {
    width: calc(100% /  7);
  }
  .cols.items-xs7 > .double {
    width: calc(2 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-xs7 > .tripple {
    width: calc(3 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-xs7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 8),
  .cols.items-xs7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 8) {
    margin-top: 15px;
  }
  .cols.items-xs7:not(.space-lr-null).space-lr-double > li:nth-child(7n + 1),
  .cols.items-xs7:not(.space-lr-null).space-lr-triple > li:nth-child(7n + 1),
  .cols.items-xs7:not(.space-lr-null).space-lr-double > div:nth-child(7n + 1),
  .cols.items-xs7:not(.space-lr-null).space-lr-triple > div:nth-child(7n + 1) {
    padding-left: 15px;
  }
  .cols.items-xs7:not(.space-lr-null).space-lr-double > li:nth-child(7n + 7),
  .cols.items-xs7:not(.space-lr-null).space-lr-triple > li:nth-child(7n + 7),
  .cols.items-xs7:not(.space-lr-null).space-lr-double > div:nth-child(7n + 7),
  .cols.items-xs7:not(.space-lr-null).space-lr-triple > div:nth-child(7n + 7),
  .cols.items-xs7:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-xs7:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-xs7:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-xs7:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-xs7:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-xs7:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-xs7:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-xs7:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-xs7.clickable > li,
  .cols.items-xs7.clickable > div,
  .cols.items-xs7.clickable > span {
    width: calc(10% /  7);
  }
  .cols.items-xs7.masonry {
    columns: 7;
  }
  .cols > .item-xs7 {
    width: calc(100% /  7);
  }
  .cols.items-xs6 {
    /* masonry view */
  }
  .cols.items-xs6 > li,
  .cols.items-xs6 > div,
  .cols.items-xs6 > span,
  .cols.items-xs6 > main,
  .cols.items-xs6 > section,
  .cols.items-xs6 > aside {
    width: calc(100% /  6);
  }
  .cols.items-xs6 > .double {
    width: calc(2 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-xs6 > .tripple {
    width: calc(3 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-xs6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 7),
  .cols.items-xs6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 7) {
    margin-top: 15px;
  }
  .cols.items-xs6:not(.space-lr-null).space-lr-double > li:nth-child(6n + 1),
  .cols.items-xs6:not(.space-lr-null).space-lr-triple > li:nth-child(6n + 1),
  .cols.items-xs6:not(.space-lr-null).space-lr-double > div:nth-child(6n + 1),
  .cols.items-xs6:not(.space-lr-null).space-lr-triple > div:nth-child(6n + 1) {
    padding-left: 15px;
  }
  .cols.items-xs6:not(.space-lr-null).space-lr-double > li:nth-child(6n + 6),
  .cols.items-xs6:not(.space-lr-null).space-lr-triple > li:nth-child(6n + 6),
  .cols.items-xs6:not(.space-lr-null).space-lr-double > div:nth-child(6n + 6),
  .cols.items-xs6:not(.space-lr-null).space-lr-triple > div:nth-child(6n + 6),
  .cols.items-xs6:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-xs6:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-xs6:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-xs6:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-xs6:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-xs6:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-xs6:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-xs6:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-xs6.clickable > li,
  .cols.items-xs6.clickable > div,
  .cols.items-xs6.clickable > span {
    width: calc(10% /  6);
  }
  .cols.items-xs6.masonry {
    columns: 6;
  }
  .cols > .item-xs6 {
    width: calc(100% /  6);
  }
  .cols.items-xs5 {
    /* masonry view */
  }
  .cols.items-xs5 > li,
  .cols.items-xs5 > div,
  .cols.items-xs5 > span,
  .cols.items-xs5 > main,
  .cols.items-xs5 > section,
  .cols.items-xs5 > aside {
    width: calc(100% /  5);
  }
  .cols.items-xs5 > .double {
    width: calc(2 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-xs5 > .tripple {
    width: calc(3 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-xs5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 6),
  .cols.items-xs5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 6) {
    margin-top: 15px;
  }
  .cols.items-xs5:not(.space-lr-null).space-lr-double > li:nth-child(5n + 1),
  .cols.items-xs5:not(.space-lr-null).space-lr-triple > li:nth-child(5n + 1),
  .cols.items-xs5:not(.space-lr-null).space-lr-double > div:nth-child(5n + 1),
  .cols.items-xs5:not(.space-lr-null).space-lr-triple > div:nth-child(5n + 1) {
    padding-left: 15px;
  }
  .cols.items-xs5:not(.space-lr-null).space-lr-double > li:nth-child(5n + 5),
  .cols.items-xs5:not(.space-lr-null).space-lr-triple > li:nth-child(5n + 5),
  .cols.items-xs5:not(.space-lr-null).space-lr-double > div:nth-child(5n + 5),
  .cols.items-xs5:not(.space-lr-null).space-lr-triple > div:nth-child(5n + 5),
  .cols.items-xs5:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-xs5:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-xs5:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-xs5:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-xs5:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-xs5:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-xs5:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-xs5:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-xs5.clickable > li,
  .cols.items-xs5.clickable > div,
  .cols.items-xs5.clickable > span {
    width: calc(10% /  5);
  }
  .cols.items-xs5.masonry {
    columns: 5;
  }
  .cols > .item-xs5 {
    width: calc(100% /  5);
  }
  .cols.items-xs4 {
    /* masonry view */
  }
  .cols.items-xs4 > li,
  .cols.items-xs4 > div,
  .cols.items-xs4 > span,
  .cols.items-xs4 > main,
  .cols.items-xs4 > section,
  .cols.items-xs4 > aside {
    width: calc(100% /  4);
  }
  .cols.items-xs4 > .double {
    width: calc(2 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-xs4 > .tripple {
    width: calc(3 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-xs4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 5),
  .cols.items-xs4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 5) {
    margin-top: 15px;
  }
  .cols.items-xs4:not(.space-lr-null).space-lr-double > li:nth-child(4n + 1),
  .cols.items-xs4:not(.space-lr-null).space-lr-triple > li:nth-child(4n + 1),
  .cols.items-xs4:not(.space-lr-null).space-lr-double > div:nth-child(4n + 1),
  .cols.items-xs4:not(.space-lr-null).space-lr-triple > div:nth-child(4n + 1) {
    padding-left: 15px;
  }
  .cols.items-xs4:not(.space-lr-null).space-lr-double > li:nth-child(4n + 4),
  .cols.items-xs4:not(.space-lr-null).space-lr-triple > li:nth-child(4n + 4),
  .cols.items-xs4:not(.space-lr-null).space-lr-double > div:nth-child(4n + 4),
  .cols.items-xs4:not(.space-lr-null).space-lr-triple > div:nth-child(4n + 4),
  .cols.items-xs4:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-xs4:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-xs4:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-xs4:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-xs4:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-xs4:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-xs4:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-xs4:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-xs4.clickable > li,
  .cols.items-xs4.clickable > div,
  .cols.items-xs4.clickable > span {
    width: calc(10% /  4);
  }
  .cols.items-xs4.masonry {
    columns: 4;
  }
  .cols > .item-xs4 {
    width: calc(100% /  4);
  }
  .cols.items-xs3 {
    /* masonry view */
  }
  .cols.items-xs3 > li,
  .cols.items-xs3 > div,
  .cols.items-xs3 > span,
  .cols.items-xs3 > main,
  .cols.items-xs3 > section,
  .cols.items-xs3 > aside {
    width: calc(100% /  3);
  }
  .cols.items-xs3 > .double {
    width: calc(2 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-xs3 > .tripple {
    width: calc(3 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-xs3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 4),
  .cols.items-xs3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 4) {
    margin-top: 15px;
  }
  .cols.items-xs3:not(.space-lr-null).space-lr-double > li:nth-child(3n + 1),
  .cols.items-xs3:not(.space-lr-null).space-lr-triple > li:nth-child(3n + 1),
  .cols.items-xs3:not(.space-lr-null).space-lr-double > div:nth-child(3n + 1),
  .cols.items-xs3:not(.space-lr-null).space-lr-triple > div:nth-child(3n + 1) {
    padding-left: 15px;
  }
  .cols.items-xs3:not(.space-lr-null).space-lr-double > li:nth-child(3n + 3),
  .cols.items-xs3:not(.space-lr-null).space-lr-triple > li:nth-child(3n + 3),
  .cols.items-xs3:not(.space-lr-null).space-lr-double > div:nth-child(3n + 3),
  .cols.items-xs3:not(.space-lr-null).space-lr-triple > div:nth-child(3n + 3),
  .cols.items-xs3:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-xs3:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-xs3:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-xs3:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-xs3:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-xs3:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-xs3:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-xs3:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-xs3.clickable > li,
  .cols.items-xs3.clickable > div,
  .cols.items-xs3.clickable > span {
    width: calc(10% /  3);
  }
  .cols.items-xs3.masonry {
    columns: 3;
  }
  .cols > .item-xs3 {
    width: calc(100% /  3);
  }
  .cols.items-xs2 {
    /* masonry view */
  }
  .cols.items-xs2 > li,
  .cols.items-xs2 > div,
  .cols.items-xs2 > span,
  .cols.items-xs2 > main,
  .cols.items-xs2 > section,
  .cols.items-xs2 > aside {
    width: calc(100% /  2);
  }
  .cols.items-xs2 > .double {
    width: calc(2 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-xs2 > .tripple {
    width: calc(3 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-xs2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 3),
  .cols.items-xs2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 3) {
    margin-top: 15px;
  }
  .cols.items-xs2:not(.space-lr-null).space-lr-double > li:nth-child(2n + 1),
  .cols.items-xs2:not(.space-lr-null).space-lr-triple > li:nth-child(2n + 1),
  .cols.items-xs2:not(.space-lr-null).space-lr-double > div:nth-child(2n + 1),
  .cols.items-xs2:not(.space-lr-null).space-lr-triple > div:nth-child(2n + 1) {
    padding-left: 15px;
  }
  .cols.items-xs2:not(.space-lr-null).space-lr-double > li:nth-child(2n + 2),
  .cols.items-xs2:not(.space-lr-null).space-lr-triple > li:nth-child(2n + 2),
  .cols.items-xs2:not(.space-lr-null).space-lr-double > div:nth-child(2n + 2),
  .cols.items-xs2:not(.space-lr-null).space-lr-triple > div:nth-child(2n + 2),
  .cols.items-xs2:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-xs2:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-xs2:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-xs2:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-xs2:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-xs2:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-xs2:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-xs2:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-xs2.clickable > li,
  .cols.items-xs2.clickable > div,
  .cols.items-xs2.clickable > span {
    width: calc(10% /  2);
  }
  .cols.items-xs2.masonry {
    columns: 2;
  }
  .cols > .item-xs2 {
    width: calc(100% /  2);
  }
  .cols.items-xs1 > li,
  .cols.items-xs1 > div,
  .cols.items-xs1 > span,
  .cols.items-xs1 > main,
  .cols.items-xs1 > section,
  .cols.items-xs1 > aside {
    width: 100%;
  }
  .cols.items-xs1 > .double {
    width: 100%;
  }
  .cols.items-xs1 > .tripple {
    width: 100%;
  }
  .cols.items-xs1.clickable > li,
  .cols.items-xs1.clickable > div,
  .cols.items-xs1.clickable > span {
    width: 10%;
  }
  .cols > .item-xs1,
  .cols [class*="cols"][class*="items-"] > .item-xs1 {
    width: 100%;
  }
}
/*
 * full sized links
 */
.cols.link-cover li {
  position: relative;
}
.cols.link-cover li .card-item-wrap {
  position: relative;
  height: 100%;
  z-index: 1;
}
.cols.link-cover li .cols.link-cover li .card-item-border {
  display: table;
  width: calc(100% + 0px);
  height: 100%;
  bottom: 0;
  top: 0;
  left: 0px;
  right: 0px;
  opacity: 0;
  z-index: 5;
}
.cols.link-cover li .cols.link-cover li .card-item-border .content-link {
  display: table-row;
  text-align: center;
  position: relative;
  bottom: auto;
  right: auto;
}
.cols.link-cover li:hover .card-item-border {
  opacity: 1;
}
.cols.link-cover li:hover .card-item-border .content-link a {
  display: table-cell;
  vertical-align: middle;
  background: transparent;
}
.cols.link-cover li:hover .card-item-border .content-link a > span {
  background: #f4b100;
  color: #003160;
  display: inline-block;
  padding: 15px 20px;
  cursor: pointer;
}
.cols.link-cover li:hover .card-item-border .content-link a > span:hover {
  background: #003160;
  color: #ffffff;
}
/*
 * BLOG
 */
.search #content,
.blog #content,
.wp-block-query #content {
  padding-top: 0;
}
.search #primary,
.blog #primary,
.wp-block-query #primary {
  margin: calc(15px * 4) 0;
}
.search #news-list > li:nth-child(2n) .entry-title:before,
.blog #news-list > li:nth-child(2n) .entry-title:before,
.wp-block-query #news-list > li:nth-child(2n) .entry-title:before,
.search .news-list > li:nth-child(2n) .entry-title:before,
.blog .news-list > li:nth-child(2n) .entry-title:before,
.wp-block-query .news-list > li:nth-child(2n) .entry-title:before,
.search #news-list > li:nth-child(2n) .wp-block-post-title:before,
.blog #news-list > li:nth-child(2n) .wp-block-post-title:before,
.wp-block-query #news-list > li:nth-child(2n) .wp-block-post-title:before,
.search .news-list > li:nth-child(2n) .wp-block-post-title:before,
.blog .news-list > li:nth-child(2n) .wp-block-post-title:before,
.wp-block-query .news-list > li:nth-child(2n) .wp-block-post-title:before {
  background: #003160;
}
.search #news-list > li .entry-title,
.blog #news-list > li .entry-title,
.wp-block-query #news-list > li .entry-title,
.search .news-list > li .entry-title,
.blog .news-list > li .entry-title,
.wp-block-query .news-list > li .entry-title,
.search #news-list > li .wp-block-post-title,
.blog #news-list > li .wp-block-post-title,
.wp-block-query #news-list > li .wp-block-post-title,
.search .news-list > li .wp-block-post-title,
.blog .news-list > li .wp-block-post-title,
.wp-block-query .news-list > li .wp-block-post-title {
  font-size: 135%;
  position: relative;
  padding-top: 30px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.search #news-list > li .entry-title:before,
.blog #news-list > li .entry-title:before,
.wp-block-query #news-list > li .entry-title:before,
.search .news-list > li .entry-title:before,
.blog .news-list > li .entry-title:before,
.wp-block-query .news-list > li .entry-title:before,
.search #news-list > li .wp-block-post-title:before,
.blog #news-list > li .wp-block-post-title:before,
.wp-block-query #news-list > li .wp-block-post-title:before,
.search .news-list > li .wp-block-post-title:before,
.blog .news-list > li .wp-block-post-title:before,
.wp-block-query .news-list > li .wp-block-post-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 3px;
  background: #ffffff;
}
.search #news-list > li p,
.blog #news-list > li p,
.wp-block-query #news-list > li p,
.search .news-list > li p,
.blog .news-list > li p,
.wp-block-query .news-list > li p {
  font-weight: 400;
}
.search #news-list > li a,
.blog #news-list > li a,
.wp-block-query #news-list > li a,
.search .news-list > li a,
.blog .news-list > li a,
.wp-block-query .news-list > li a {
  text-decoration: none;
}
.search #news-list > li a:hover,
.blog #news-list > li a:hover,
.wp-block-query #news-list > li a:hover,
.search .news-list > li a:hover,
.blog .news-list > li a:hover,
.wp-block-query .news-list > li a:hover {
  text-decoration: underline;
}
.search #news-list > li .entry-meta,
.blog #news-list > li .entry-meta,
.wp-block-query #news-list > li .entry-meta,
.search .news-list > li .entry-meta,
.blog .news-list > li .entry-meta,
.wp-block-query .news-list > li .entry-meta,
.search #news-list > li .wp-block-categories-list,
.blog #news-list > li .wp-block-categories-list,
.wp-block-query #news-list > li .wp-block-categories-list,
.search .news-list > li .wp-block-categories-list,
.blog .news-list > li .wp-block-categories-list,
.wp-block-query .news-list > li .wp-block-categories-list {
  list-style: none;
  padding-left: 0 !important;
  position: absolute;
  top: 15px;
  font-size: 75%;
  text-transform: uppercase;
}
.search #news-list > li .entry-meta a,
.blog #news-list > li .entry-meta a,
.wp-block-query #news-list > li .entry-meta a,
.search .news-list > li .entry-meta a,
.blog .news-list > li .entry-meta a,
.wp-block-query .news-list > li .entry-meta a,
.search #news-list > li .wp-block-categories-list a,
.blog #news-list > li .wp-block-categories-list a,
.wp-block-query #news-list > li .wp-block-categories-list a,
.search .news-list > li .wp-block-categories-list a,
.blog .news-list > li .wp-block-categories-list a,
.wp-block-query .news-list > li .wp-block-categories-list a {
  font-weight: 100;
}
.search #news-list > li .ast-grid-common-col,
.blog #news-list > li .ast-grid-common-col,
.wp-block-query #news-list > li .ast-grid-common-col,
.search .news-list > li .ast-grid-common-col,
.blog .news-list > li .ast-grid-common-col,
.wp-block-query .news-list > li .ast-grid-common-col {
  position: unset;
  padding-left: 0;
  padding-right: 0;
}
.search #news-list > li .read-more,
.blog #news-list > li .read-more,
.wp-block-query #news-list > li .read-more,
.search .news-list > li .read-more,
.blog .news-list > li .read-more,
.wp-block-query .news-list > li .read-more,
.search #news-list > li .wp-block-post-excerpt__more-text,
.blog #news-list > li .wp-block-post-excerpt__more-text,
.wp-block-query #news-list > li .wp-block-post-excerpt__more-text,
.search .news-list > li .wp-block-post-excerpt__more-text,
.blog .news-list > li .wp-block-post-excerpt__more-text,
.wp-block-query .news-list > li .wp-block-post-excerpt__more-text {
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin: 0;
  text-align: right;
}
.search #news-list > li .read-more a,
.blog #news-list > li .read-more a,
.wp-block-query #news-list > li .read-more a,
.search .news-list > li .read-more a,
.blog .news-list > li .read-more a,
.wp-block-query .news-list > li .read-more a,
.search #news-list > li .wp-block-post-excerpt__more-text a,
.blog #news-list > li .wp-block-post-excerpt__more-text a,
.wp-block-query #news-list > li .wp-block-post-excerpt__more-text a,
.search .news-list > li .wp-block-post-excerpt__more-text a,
.blog .news-list > li .wp-block-post-excerpt__more-text a,
.wp-block-query .news-list > li .wp-block-post-excerpt__more-text a {
  font-size: 120%;
}
.search #news-list > li .wp-block-post-excerpt__more-text a,
.blog #news-list > li .wp-block-post-excerpt__more-text a,
.wp-block-query #news-list > li .wp-block-post-excerpt__more-text a,
.search .news-list > li .wp-block-post-excerpt__more-text a,
.blog .news-list > li .wp-block-post-excerpt__more-text a,
.wp-block-query .news-list > li .wp-block-post-excerpt__more-text a {
  position: relative;
  padding-right: 40px;
}
.search #news-list > li .wp-block-post-excerpt__more-text a:before,
.blog #news-list > li .wp-block-post-excerpt__more-text a:before,
.wp-block-query #news-list > li .wp-block-post-excerpt__more-text a:before,
.search .news-list > li .wp-block-post-excerpt__more-text a:before,
.blog .news-list > li .wp-block-post-excerpt__more-text a:before,
.wp-block-query .news-list > li .wp-block-post-excerpt__more-text a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  right: 25px;
  top: 4px;
}
.news-list {
  min-width: calc(100% + 30px);
}
.search #news-list,
.news-list {
  margin: 0 -15px !important;
  padding: 0 !important;
}
.search #news-list > li,
.news-list > li {
  border: 15px solid #ffffff;
  margin: 0 !important;
}
.search #news-list > li .entry-title {
  padding-top: 0;
}
.search .ast-archive-title {
  margin-top: 15px;
}
.single-post .ast-single-entry-banner,
.single-events .ast-single-entry-banner,
.search .ast-single-entry-banner,
.single-post .ast-archive-entry-banner,
.single-events .ast-archive-entry-banner,
.search .ast-archive-entry-banner {
  background: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/assets/img/default_large.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-default:not(.home) .ast-archive-entry-banner {
  background: url('https://www.schiller-gymnasium-bautzen.de/wp-content/themes/astra-child/assets/img/default_large.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.ast-archive-description {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ast-archive-description h1 {
  padding-top: calc(15px * 2);
}
.single-post h1,
.single-events h1 {
  text-align: center;
}
.ast-pagination,
.wp-block-query-pagination {
  margin-top: calc(15px * 2);
  text-align: left;
  padding-left: 0;
}
.ast-pagination .nav-links span,
.wp-block-query-pagination .nav-links span,
.ast-pagination .wp-block-query-pagination-numbers span,
.wp-block-query-pagination .wp-block-query-pagination-numbers span,
.ast-pagination .nav-links a,
.wp-block-query-pagination .nav-links a,
.ast-pagination .wp-block-query-pagination-numbers a,
.wp-block-query-pagination .wp-block-query-pagination-numbers a {
  text-align: center;
  cursor: pointer;
  border: 1px solid #003160;
}
.ast-pagination .nav-links a.next,
.wp-block-query-pagination .nav-links a.next,
.ast-pagination .wp-block-query-pagination-numbers a.next,
.wp-block-query-pagination .wp-block-query-pagination-numbers a.next,
.ast-pagination .nav-links a.prev,
.wp-block-query-pagination .nav-links a.prev,
.ast-pagination .wp-block-query-pagination-numbers a.prev,
.wp-block-query-pagination .wp-block-query-pagination-numbers a.prev {
  display: none;
}
.ast-pagination .nav-links a:hover,
.wp-block-query-pagination .nav-links a:hover,
.ast-pagination .wp-block-query-pagination-numbers a:hover,
.wp-block-query-pagination .wp-block-query-pagination-numbers a:hover {
  background: #003160;
  color: #ffffff;
}
.nav-links .nav-overview {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers span {
  padding: 7px 13px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers span:hover {
  background: #003160;
  color: #ffffff;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers a {
  padding: 7px 13px;
  background: #003160;
  color: #ffffff;
  text-decoration: none;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers a:hover {
  background: #f4b100;
  border-color: #f4b100;
}
.wp-block-query-pagination .wp-block-query-pagination-next {
  display: none;
}
.post-navigation {
  padding: calc(15px * 2) 0 !important;
}
.post-navigation .nav-links a {
  padding: calc(15px / 2) calc(15px * 2);
  border: 1px solid #003160;
}
.post-navigation .nav-links a:hover {
  background: #003160;
  color: #ffffff;
}
.search #primary {
  margin-top: 0;
}
.search #primary .ast-archive-description {
  border-bottom: none;
}
.search #primary h1 {
  text-align: center;
  font-weight: 900;
  margin-bottom: 20px;
  padding: 10px 0 15px;
  color: #003160;
}
input[type="submit"] {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  border: 1px solid #003160;
}
input[type="submit"]:hover {
  background: #ffffff;
  color: #003160;
}
/* List-View */
.background ul.wp-block-latest-posts__list {
  margin-top: 0;
  margin-block-start: 0;
  padding: 0;
}
.background ul.wp-block-latest-posts__list > li {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.background ul.wp-block-latest-posts__list > li:not(:first-child) {
  margin-top: calc(15px / 2);
  padding-top: 15px;
  border-top: 1px dotted #003160;
}
.background ul.wp-block-latest-posts__list > li a.wp-block-latest-posts__post-title {
  font-weight: 600;
  font-size: 110%;
}
.background ul.wp-block-latest-posts__list > li a.wp-block-latest-posts__post-title:focus {
  border-bottom: solid 2px #ffffff;
}
.background ul.wp-block-latest-posts__list > li .wp-block-latest-posts__post-excerpt {
  font-size: 80%;
  line-height: 1.4;
  color: #003160;
  margin-top: calc(15px / 2);
}
.background ul.wp-block-latest-posts__list > li .wp-block-latest-posts__post-excerpt a {
  display: none;
}
/*
 * 05) HELPER
 */
/* ClickList */
.page .click-list.slides-1 .click-paging,
.home .click-list.slides-1 .click-paging {
  display: none !important;
}
.page #dates-clicklist.click-list.slides-1 .click-paging,
.home #dates-clicklist.click-list.slides-1 .click-paging {
  display: none !important;
}
.click-list {
  position: relative;
}
.click-list .click-list-wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.click-list .click-list-wrap ul.clickable {
  overflow: hidden;
  list-style: none;
  width: 1000%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.click-list .click-list-wrap ul.clickable:not(.cols) li.clickListItem {
  width: 10%;
}
.click-list .click-list-wrap ul.clickable li.clickListItem {
  margin: 0;
  float: left;
  cursor: pointer;
  color: #333;
}
.click-list .click-list-wrap ul.clickable li.clickListItem .prItemImage {
  display: none;
}
.click-list .click-paging {
  display: none !important;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 47%;
  z-index: 5000;
  font-size: 230%;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #f2f2f2;
  line-height: 40px;
  cursor: pointer;
  background: #003160;
  border-radius: 50% !important;
  opacity: .7;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.click-list .click-paging i {
  font-weight: 900;
}
.click-list .click-paging:hover {
  opacity: 1;
}
.click-list .click-paging > span:not(.screenreader) {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: -2px;
}
.click-list .click-paging.enabled {
  display: block !important;
}
.click-list .click-paging.click-paging-next {
  right: 0px;
}
.click-list .click-paging.click-paging-next > span:not(.screenreader) {
  left: 0;
}
.click-list .click-paging.click-paging-prev {
  left: 0px;
}
.click-list .click-paging.click-paging-prev > span:not(.screenreader) {
  right: 0;
}
