/*
Theme Name: Kikri
Theme URI: https://kikri.ethz.ch/
Author: Takuto Kojima
Author URI: http://takutokojima.com/
Description: Kinderkrippe KIKRI ETH Zentrum
Version: 1.0
*/

body {
    font-family: "ProximaNova-Light", sans-serif;
    font-size: 15px;
    line-height: 1.29;
}

.main-loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1000;
}

.loader-icon {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 48px;
    margin-left: -0.5em;
    margin-top: -0.5em;
}

.inner {
    position: relative;
    width: auto;
    height: auto;
    max-width: 900px;
    margin: 0 auto;
}

.site-header.inner {
    max-width: 996px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
}

.site-logo {
    text-align: center;
    padding-top: 14px;
    font-family: "LemonYellowSun";
    font-size: 23px;
    line-height: 1;
}

.site-logo a {
    color: #000;
}

.site-logo .logo-img {
    width: 202px;
    height: auto;
    margin: 0 auto;
}

.primary-menu {
    display: block;
    text-align: center;
    width: 100%;
    height: 62px;
}

.primary-menu .menu-item {
    position: relative;
    display: block;
    float: left;
    height: 62px;
    font-size: 16px;
    line-height: 20px;
    overflow: visible;
    margin-right: 20px;
}

.primary-menu .menu-item:last-child {
    margin-right: 0;
}

.primary-menu .menu-item.current-menu-item,
.primary-menu .menu-item.current-page-ancestor {
    font-family: "ProximaNova-Bold";
}

.primary-menu .menu-item a {
    padding-top: 21px;
    display: inline-block;
    color: #2f2f2f;
}

.primary-menu .menu-item a:hover {
    /*font-family: "ProximaNova-Bold";*/
    text-decoration: underline;
}

/*.primary-menu .menu-item a::before {
    display: block;
    content: attr(title);
    font-family: "ProximaNova-Bold";
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px;
}*/

.btn-link {
    display: inline-block;
    border: 1px solid #000;
    padding: 0 18px;
    font-size: 15px;
    line-height: 50px;
    font-family: "ProximaNova-Bold";
    color: #000;
}

/*Content Header*/
.main-header-wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    background-color: #fff;
}

.content-header {
    position: relative;
    width: 100%;
    left: 0;
    overflow: hidden;
    height: 480px;
}

.content-header-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
}

.content-header-hl {
    position: relative;
    width: 100%;
    max-width: 1076px;
    padding: 0 18px;
    margin: 0 auto;
    font-family: "LemonYellowSun";
    font-size: 38px;
    line-height: 1.2;
    color: #000;
    z-index: 1;
    box-sizing: border-box;
}

.content-header-hl.header-align-center {
    text-align: center;
}

.content-header-hl.header-align-right,
.content-header-hl.header-align-far-right {
    text-align: right;
}

.content-header-hl.header-align-far-left,
.content-header-hl.header-align-far-right {
    max-width: 1440px;
}

.content-header-inner {
    display: inline-block;
    position: relative;
    top: 140px;
    width: 520px;
}

/*Content Footer*/
.site-footer-wrapper {
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.site-footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.site-footer a {
    color: #2f2f2f;
}

.site-footer a:hover {
    text-decoration: underline;
}

.footer-contact {
    float: left;
}

.footer-nav-wrapper {
    float: right;
}

.footer-nav {
    float: left;
    padding-left: 60px;
}

.footer-hl {
    font-size: 15px;
    font-family: "ProximaNova-Bold";
    padding-bottom: 26px;
    line-height: 1;
}

.footer-address,
.footer-menu {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 26px;
}

/*Home Content*/
.featured-item {
    position: relative;
    padding: 14px 0 35px;
    z-index: 2;
}

.featured-item.leading-group {
    background-color: #995569;
}

.featured-item.red-group {
    background-color: #e4572d;
}

.featured-item.blue-group {
    background-color: #779ac6;
}

.featured-item.yellow-group {
    background-color: #f8d22e;
}

.featured-item.green-group {
    background-color: #dad630;
}

.featured-item .inner {
    width: 95%;
    max-width: 702px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.featured-item .inner a {
    color: #fff;
}

.featured-item.yellow-group .inner a,
.featured-item.green-group .inner a {
    color: #000;
}

.featured-item.yellow-group .inner,
.featured-item.green-group .inner {
    color: #000;
}

.featured-item-hl {
    font-family: "LemonYellowSun";
    /*font-size: 23px;
    line-height: 1;*/
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.featured-item-summary {
    font-size: 30px;
    line-height: 1.35;
    padding-bottom: 30px;
}

.featured-read-more {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 18px;
    font-size: 15px;
    line-height: 50px;
    font-family: "ProximaNova-Bold";
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.featured-item.yellow-group .featured-read-more,
.featured-item.green-group .featured-read-more {
    border-color: #000;
    color: #000;
}

.featured-read-more:hover {
    background-color: #fff;
}

.featured-item.leading-group .featured-read-more:hover {
    color: #995569;
}

.featured-item.red-group .featured-read-more:hover {
    color: #e4572d;
}

.featured-item.blue-group .featured-read-more:hover {
    color: #779ac6;
}

.featured-item.yellow-group .featured-read-more:hover {
    background-color: #000;
    color: #f8d22e;
}

.featured-item.green-group .featured-read-more:hover {
    background-color: #000;
    color: #dad630;
}

/*Contact*/
.contact-icon:before {
    font-family: FontAwesome;
    margin-right: 0.5em;
    width: 1em;
    display: inline-block;
    text-align: center;
}

.contact-address {
    font-size: 30px;
    line-height: 1.35;
    text-align: center;
}

.entry-content .contact-address a {
    text-decoration: none;
}

.entry-content .contact-address a:hover {
    text-decoration: underline;
}

.kikri-map-wrapper {
    position: relative;
}

.kikri-map-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

/*Mobile items*/
.mobile-item {
    display: none;
}

#to-top {
    position: relative;
    text-align: center;
}

/*Jumper*/
.kikri-jumper {
    position: relative;
    left: 0;
    width: 100%;
    background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    padding: 14px 0 12px;
    z-index: 1000;
    font-family: "LemonYellowSun";
}

.kikri-jumper-copy {
    position: fixed;
    display: none;
}

.kikri-jumper-item {
    display: inline-block;
    padding: 0 12px;
    color: #fff;
    opacity: 0.7;
    line-height: 1.8;
}

.yellow-content .kikri-jumper-item {
    color: #333;
}

.kikri-jumper-item:hover,
.kikri-jumper-item.active {
    opacity: 1;
}

.jumper-current-dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 18px;
    overflow: hidden;
    -webkit-transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -ms-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}

.jumper-current-dot-inner {
    display: block;
    width: 25px;
    height: 25px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #333;
}

.at_nav .jumper-current-dot,
.kikri-jumper-copy .jumper-current-dot {
    top: -10px;
}

.jumper-placeholder {
    position: relative;
    display: none;
}

/*Main Content*/
.kikri-post-content {
    position: relative;
    background-color: #e9e8e8;
    z-index: 2;
}

.entry-content.inner {
    max-width: 702px;
    padding: 0 0 33px;
    margin: 0 auto;
}

.entry-content a img {
    display: block;
}

.entry-content ul,
.entry-content ol {
    margin-left: 0;
}

.entry-content li > ul,
.entry-content li > ol {
}

.entry-content a {
    color: #000;
    text-decoration: underline;
}

.entry-content a:hover {
    text-decoration: none;
}

.entry-content strong {
    font-family: "ProximaNova-Bold";
}

.entry-content em {
    font-style: italic;
}

/**
 * 2.0 - Typography
 */
.entry-content h1 {
    font-size: 23px;
    text-align: center;
    margin-top: 54px;
    line-height: 1.25;
    font-family: "LemonYellowSun";
    color: #4f4f4f;
}

.entry-content h1:before {
    display: block;
    width: 129px;
    height: 33px;
    margin: 0 auto;
    border-top: 1px solid #666;
    content: ' ';
}

.entry-content h1:first-child:before {
    content: '';
    display: none;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content address {
    margin-bottom: 33px;
    clear: both;
    outline: none;
}

.entry-content > *:first-child {
    margin-top: 0;
    padding-top: 33px;
}

.entry-content h2 {
    font-family: "ProximaNova-Bold";
	font-size: 110%;
}

.entry-content h3 {

}

.entry-content h4,
.entry-content h5,
.entry-content h6 {

}

.entry-content .kikri-citation-author {
    font-size: 15px;
    font-family: "ProximaNova-Bold";
    text-align: center;
    margin-top: 33px;
    color: #424242;
}

.entry-content .kikri-image-gallery-item {
    text-align: center;
}

.entry-content .kikri-gallery-video,
.entry-content .kikri-gallery-youtube {
    position: relative;
    margin: 0;
    width: 100%;
    padding-top: 56.25%;
}

.entry-content .kikri-gallery-youtube iframe,
.entry-content .kikri-gallery-video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.entry-content .kikri-gallery-video video {
    background-color: #000;
}

.entry-content .kikri-gallery-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.entry-content {
    font-size: 18px;
    line-height: 1.56;
}

.entry-content b,
.entry-content strong {
    font-family: "ProximaNova-Bold";
}

.entry-content dfn,
.entry-content cite,
.entry-content em,
.entry-content i {
    font-style: italic;
}

.entry-content blockquote,
.entry-content blockquote p {
    font-size: 30px;
    line-height: 1.35;
    color: #424242;
    text-align: center;
}

.entry-content blockquote {
    padding: 0 28px;
    font-weight: normal;
}

.entry-content blockquote * {
    display: inline;
    margin: 0;
    padding: 0;
}

.entry-content blockquote:before {
    content: "“";
}

.entry-content blockquote:after {
    content: "”";
}

.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var,
.entry-content samp,
.entry-content pre {
    font-family: Inconsolata, monospace;
}

.entry-content pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    line-height: 1.3125;
    margin: 0 0 28px;
    max-width: 100%;
    overflow: auto;
    padding: 14px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.entry-content code {
    background-color: #d1d1d1;
    padding: 2px 4px;
}

.entry-content abbr[title] {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}

.entry-content mark,
.entry-content ins {
    background: #007acc;
    color: #fff;
    padding: 2px 4px;
    text-decoration: none;
}

.entry-content sup,
.entry-content sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.entry-content sub {
    top: -6px;
}

.entry-content sup {
    bottom: -3px;
}

.entry-content small {
    font-size: 80%;
}

.entry-content big {
    font-size: 125%;
}

/**
 * 3.0 - Elements
 */

.entry-content hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin-bottom: 28px;
}

.entry-content ul,
.entry-content ol {
    margin: 0 0 33px 0;
    padding: 0 0 0 18px;
}

.entry-content ul {
    list-style: disc;
}

.entry-content ol {
    list-style: decimal;
}

.entry-content li > ul,
.entry-content li > ol {
    margin-bottom: 0;
}

.entry-content li > ul
.entry-content li > ol
.entry-content dl {
    margin: 0 0 28px;
}

.entry-content dt {
    font-family: "ProximaNova-Bold";
}

.entry-content dd {
    margin: 0 0 28px;
}

.entry-content table,
.entry-content th,
.entry-content td {
    border: 1px solid #d1d1d1;
}

.entry-content table a {
    color: #007acc;
}

.entry-content table
.entry-content .mce-item-table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 28px;
    width: 100%;
}

.entry-content table th,
.entry-content table caption {
    border-width: 0 1px 1px 0;
    font-size: 16px;
    font-weight: 700;
    padding: 7px;
    text-align: left;
    vertical-align: baseline;
}

.entry-content table td {
    border-width: 0 1px 1px 0;
    font-size: 16px;
    padding: 7px;
    vertical-align: baseline;
}

.entry-content img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.entry-content figure {
    margin: 0;
}

.entry-content del {
    opacity: 0.8;
}

.entry-content fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 28px;
    padding: 14px;
}

/**
 * 4.0 - Alignment
 */

.entry-content .alignleft {
    float: left;
    margin: 6px 28px 28px 0;
}

.entry-content .alignright {
    float: right;
    margin: 6px 0 28px 28px;
}

.entry-content .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 28px;
}

/*Calendar*/
.kikri-calendar-links {
    list-style: none;
    text-align: center;
    margin-bottom: 33px;
}

.kikri-calendar-links-item {
    display: inline-block;
    margin: 0 5px;
}

.kikri-calendar-links-item a {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    font-family: "ProximaNova-Bold";
    line-height: 1;
    padding: 18px 0 16px;
    width: 240px;
    margin-bottom: 10px;
}

.kikri-calendar-links-item a:hover {
    background-color: #fff;
    color: #dad630;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.green-content .entry-content.inner {
    padding-bottom: 0;
}

.kikri-calendar.inner {
    padding-bottom: 37px;
}

.kikri-calendar-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.kikri-calendar-row {
    display: table-row;
}

.kikri-calendar-table .kikri-calendar-cell {
    display: table-cell;
    border-bottom: 1px solid #000;
    text-align: left;
    vertical-align: middle;
    padding: 20px 0 20px 10px;
}

.kikri-calendar-date {
    font-size: 40px;
    font-family: "ProximaNova-Bold";
    width: 150px;
}

.kikri-calendar-table .kikri-calendar-dayofweek {
    font-size: 15px;
    width: 40%;
    padding-left: 40px;
}

.kikri-calendar-desc-wrap {
    font-size: 20px;
    width: 50%;
}

.kikri-calendar-desc {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #000;
}

.kikri-calendar-desc:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0 none;
}

.kikri-event-title {
    font-family: "ProximaNova-Bold";
}

.kikri-event-title span {
    font-family: "ProximaNova-Light", sans-serif;
}

/*Team*/
.team-member-wrapper {
    position: relative;
    z-index: 2;
    background-color: #e9e8e8;
    padding: 0 18px;
    color: #333;
}

.team-group-name {
    font-size: 15px;
    font-family: "ProximaNova-Bold";
    border: 1px solid #333;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 50%;
}

.team-group-name > span {
    display: table;
    width: 100%;
    height: 100%;
}

.team-group-name > span > span {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 0 6px;
}

.team-group-name.red-group {
    border-color: #e4572d;
    color: #e4572d;
}

.team-group-name.red-group.active,
.team-group-name.red-group:hover {
    background-color: #e4572d;
}

.team-group-name.yellow-group {
    border-color: #f8d22e;
    color: #f8d22e;
}

.team-group-name.yellow-group.active,
.team-group-name.yellow-group:hover {
    background-color: #f8d22e;
}

.team-group-name.blue-group {
    border-color: #779ac6;
    color: #779ac6;
}

.team-group-name.blue-group.active,
.team-group-name.blue-group:hover {
    background-color: #779ac6;
}

.team-group-name.green-group {
    border-color: #dad630;
    color: #dad630;
}

.team-group-name.green-group.active,
.team-group-name.green-group:hover {
    background-color: #dad630;
}

.team-group-name.all,
.team-group-name.leading-group {
    border-color: #995569;
    color: #995569;
}

.team-group-name.all.active,
.team-group-name.all:hover,
.team-group-name.leading-group.active,
.team-group-name.leading-group:hover {
    background-color: #995569;
}

.team-group-name.active,
.team-group-name:hover {
    color: #fff;
    background-color: #333;
}

.team-group-name.all {
    margin-left: -389px;
}

.team-group-name.red-group {
    margin-left: -276px;
}

.team-group-name.yellow-group {
    margin-left: -163px;
}

.team-group-name.blue-group {
    margin-left: -50px;
}

.team-group-name.green-group {
    margin-left: 63px;
}

.team-group-name.leading-group {
    margin-left: 176px;
}

.team-group-name.chairman-group {
    margin-left: 289px;
}

.team-member {
    position: relative;
    width: 160px;
    height: 160px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.team-member-info {
    width: 100%;
    height: 100%;
    padding-top: 46px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
}

.team-member-info:hover,
.team-member-info:focus {
    opacity: 1;
}

.team-member-name {
    font-family: "LemonYellowSun";
    font-size: 22px;
}

.team-member-info p {
    font-family: "ProximaNova-Bold";
    margin: 6px 15px 0;
}

.red-group .team-member-info {
    background-color: rgba(228, 87, 45, 0.7);
}

.yellow-group .team-member-info {
    background-color: rgba(248, 210, 46, 0.7);
    color: #000;
}

.blue-group .team-member-info {
    background-color: rgba(119, 154, 198, 0.7);
}

.green-group .team-member-info {
    background-color: rgba(218, 214, 48, 0.7);
    color: #000;
}

.all .team-member-info,
.leading-group .team-member-info {
    background-color: rgba(153, 85, 105, 0.7);
}

/*Color*/
.red-content .kikri-jumper,
.red-content .bx-wrapper .bx-pager.bx-default-pager a.active,
.red-content .bx-wrapper .bx-pager.bx-default-pager a:hover,
.red-content .jumper-current-dot-inner,
.red-content .mobile-page-title {
    background-color: #e4572d;
}

.red-content .bx-wrapper .bx-pager.bx-default-pager a {
    border-color: #e4572d;
}

.red-content .entry-content h1,
.red-content .bx-wrapper .bx-controls-direction a {
    color: #e4572d;
}

.yellow-content .kikri-jumper,
.yellow-content .bx-wrapper .bx-pager.bx-default-pager a.active,
.yellow-content .bx-wrapper .bx-pager.bx-default-pager a:hover,
.yellow-content .jumper-current-dot-inner,
.yellow-content .mobile-page-title {
    background-color: #f8d22e;
}

.yellow-content .bx-wrapper .bx-pager.bx-default-pager a {
    border-color: #f8d22e;
}

.yellow-content .entry-content h1 {
    color: #e5c021;
}

.yellow-content .bx-wrapper .bx-controls-direction a {
    color: #f8d22e;
}

.blue-content .kikri-jumper,
.blue-content .bx-wrapper .bx-pager.bx-default-pager a.active,
.blue-content .bx-wrapper .bx-pager.bx-default-pager a:hover,
.blue-content .jumper-current-dot-inner,
.blue-content .mobile-page-title {
    background-color: #779ac6;
}

.blue-content .bx-wrapper .bx-pager.bx-default-pager a {
    border-color: #779ac6;
}

.blue-content .entry-content h1,
.blue-content .bx-wrapper .bx-controls-direction a {
    color: #779ac6;
}

.green-content .kikri-post-content,
.green-content .kikri-jumper,
.green-content .bx-wrapper .bx-pager.bx-default-pager a.active,
.green-content .bx-wrapper .bx-pager.bx-default-pager a:hover,
.green-content .jumper-current-dot-inner,
.green-content .mobile-page-title {
    background-color: #dad630;
}

.green-content .bx-wrapper .bx-pager.bx-default-pager a {
    border-color: #dad630;
}

.green-content .bx-wrapper .bx-controls-direction a {
    color: #dad630;
}

.leading-content .kikri-jumper,
.leading-content .bx-wrapper .bx-pager.bx-default-pager a.active,
.leading-content .bx-wrapper .bx-pager.bx-default-pager a:hover,
.leading-content .jumper-current-dot-inner,
.leading-content .mobile-page-title {
    background-color: #995569;
}

.leading-content .bx-wrapper .bx-pager.bx-default-pager a {
    border-color: #995569;
}

.leading-content .entry-content h1,
.leading-content .bx-wrapper .bx-controls-direction a {
    color: #995569;
}

/*404*/
.msg404 {
    padding: 33px 0;
    font-family: "ProximaNova-Bold";
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}

/*Kikri Teaser*/
.kikri-teasers {
    display: flex;
    gap: 24px;
    list-style: none !important;
    padding: 0 !important;
}

.kikri-teasers__item {
    flex: 1 1 100%;
    background-color: #f2f2f2;
    transition: box-shadow 0.2s ease-in-out;
    overflow: hidden;
    border-radius: 5px;
}

.kikri-teasers__item a {
    text-decoration: none;
}

.kikri-teasers__image {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background-color: white;
}

.kikri-teasers__image img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.kikri-teasers__body {
    padding: 16px;
    color: #4f4f4f;
}

.kikri-teasers__title {
    font-family: "LemonYellowSun";
    font-weight: normal;
    margin: 0 !important;
}

.kikri-teasers__subline {
    font-size: 84%;
    margin: 8px 0 0 !important;
}

.kikri-teasers__item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.kikri-teasers__item:hover .kikri-teasers__image img {
    transform: scale(1.1);
}

@media screen and (max-width: 767px) {
    .kikri-teasers {
        display: block;
    }

    .kikri-teasers__item + .kikri-teasers__item {
        margin-top: 16px;
    }
}
