/*
Theme Name: Calag Karriere
Theme URI: https://www.foxcomputers.ch
Author: Fox Computers
Author URI: https://www.foxcomputers.ch
Version: 2025
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: ckarriere

Calag Karriere WordPress Theme 2011-2025
Calag Karriere is distributed under the terms of the GNU GPL
*/

@font-face {
    font-family: 'droid_sansregular';
    src: url('fonts/droidsans-webfont.woff2') format('woff2'),
         url('fonts/droidsans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'droid_sansbold';
    src: url('fonts/droidsans-bold-webfont.woff2') format('woff2'),
         url('fonts/droidsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
    outline:none;
    box-sizing: border-box;
    -webkit-appearance:none;
    appearance:none;
    border-radius:0,
    -webkit-tap-highlight-color:transparent;
}
html {
    scroll-behavior:smooth
}
body {
    line-height:1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration-skip-ink:auto
}
a[href^="tel"] {
    color:inherit;
    text-decoration:none
}
ol,ul {
    list-style:none
}
img {
    max-width:100%;
    height:auto;
}
table {
    border-collapse:collapse;
    border-spacing:0
}
th,td {
    padding:2px
}
sup,sub {
    font-size:80%
}
sup {
    vertical-align:super
}
sub {
    vertical-align:sub
}
hr {
    border:1px solid #ccc;
}
.wp-caption, .wp-caption-text, .gallery-caption {
    display: none;
}
.alignright {
    float:right;
    margin:0 0 26px 26px;
}
.alignleft {
    float:left;
    margin:0 26px 26px 0;
}
.aligncenter {
    display: block;
    margin:0 auto 26px auto;
}

#header {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    background:#444749;
    z-index: 999;
}
#header #header-inner {
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding:16px 32px;
    font-size:0;
}
#header #header-inner #logo img {
    display: block;
    width:103px;
    height:60px;
}
#header #header-link a {
    font-family: 'droid_sansbold';
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
}
#header #header-link a:hover {
    color: #ffe700;
}

#header-slider {
    position: relative;
}
#header-slider .header-slider-item.slick-slide {
    height:calc(100dvh - 92px);
}
#header-slider #header-slider-overlay {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,.25);
    z-index:2;
}
#header-slider #header-slider-caption {
    z-index:2;
    position: absolute;
    bottom:20%;
    left:50%;
    width:760px;
    transform:translateX(-50%);
    padding:0 32px;
}
span.hic-ctitle, span.hic-subtitle {
    display: block;
    font-family: 'droid_sansregular';
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
span.hic-title {
    display: block;
    font-family: 'droid_sansbold';
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    padding:8px 0 16px 0;
}
#header-slider-caption-info {
    padding-top:24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#header-slider-caption-info span {
    margin:0 12px 24px 12px;
    font-family: 'droid_sansregular';
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding-left:32px;
}
#header-slider-caption-info span.hici-location {
    background:url(images/pin.svg) no-repeat center left;
    background-size:24px 24px;
}
#header-slider-caption-info span.hici-jpercent {
    background:url(images/time.svg) no-repeat center left;
    background-size:24px 24px;
}
#header-slider-caption-info span.hici-wen {
    background:url(images/rocket.svg) no-repeat center left;
    background-size:24px 24px;
}

#container {
    padding-top:92px;
}
.error404 #container {
    min-height:calc(100dvh - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
}
#post-e404 {
    max-width:760px;
    text-align: center;
}

.sb-item.white {
    background:#fff;
}
.sb-item.gray {
    background:#f1f1f1;
}
.sb-item.no-top-gap > * {
    padding-top:0 !important;
}

.sbi-tfull, .sbi-video, .sbi-acc, .sbi-form, .sbi-qslider {
    margin:0 auto;
    padding:100px 32px;
    max-width:1080px;
}
.sbi-qslider {
    padding-bottom:132px;
}
.sbi-tfull {
    padding-bottom:74px;
}
.sbi-form {
    padding-bottom:80px;
}

.sbi-tiles, .sbi-benefits {
    margin:0 auto;
    padding:100px 32px 64px 32px;
    max-width:1244px;
}
.sbi-tiles.direction-col {
    padding-bottom:52px;
}
.sbi-tiles .sbi-tiles-items, .sbi-benefits .sbi-benefits-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 -16px;
    padding-top:32px;
}
.sb-item.no-top-gap .sbi-tiles .sbi-tiles-items {
    padding-top:0;
}
.sbi-tiles .sbi-tiles-items .sbi-tiles-item, .sbi-benefits .sbi-benefits-items .sbi-benefits-item {
    width:calc(33.333% - 32px);
    margin:0 16px 32px 16px;
    padding-bottom:10px;
    border-bottom:1px solid #333;
}
.sbi-tiles .sbi-tiles-items .sbi-tiles-item:nth-child(1), .sbi-tiles .sbi-tiles-items .sbi-tiles-item:nth-child(2), .sbi-tiles .sbi-tiles-items .sbi-tiles-item:nth-child(3), .sbi-benefits .sbi-benefits-items .sbi-benefits-item:nth-child(1), .sbi-benefits .sbi-benefits-items .sbi-benefits-item:nth-child(2), .sbi-benefits .sbi-benefits-items .sbi-benefits-item:nth-child(3) {
    padding-top:32px;
    border-top:1px solid #333;
}
.sbi-tiles.direction-col .sbi-tiles-items {
    display: block;
    margin:0 auto;
    max-width:640px;
}
.sbi-tiles.direction-col .sbi-tiles-items .sbi-tiles-item {
    width:100%;
    margin:0 0 48px 0;
    padding-bottom:0;
    border-bottom:none;
}
.sbi-tiles .sbi-tiles-items .sbi-tiles-item.img:nth-child(1), .sbi-tiles .sbi-tiles-items .sbi-tiles-item.img:nth-child(2), .sbi-tiles .sbi-tiles-items .sbi-tiles-item.img:nth-child(3) {
    padding-top:0;
    border-top:none;
}
.sbi-tiles .sbi-tiles-items .sbi-tiles-item.img {
    background:#ffe700;    
    border-bottom:none;
    padding-bottom:0;
    border-radius:12px;
    overflow: hidden;
}
.sbi-tiles .sbi-tiles-items .sbi-tiles-item a {
    text-decoration: none;
}
.sbi-tiles .sbi-tiles-items .sbi-tiles-item .sbi-tiles-item-img {
    overflow: hidden;
}
.sbi-tiles .sbi-tiles-items .sbi-tiles-item .sbi-tiles-item-icon, .sbi-benefits .sbi-benefits-items .sbi-benefits-item .sbi-benefits-item-icon {
    margin-bottom:16px;
}
.sbi-tiles .sbi-tiles-items .sbi-tiles-item .sbi-tiles-item-img img, .sbi-benefits .sbi-benefits-items .sbi-benefits-item .sbi-benefits-item-icon img {
    display: block;
}
.sbi-tiles .sbi-tiles-items .sbi-tiles-item.img .sbi-tiles-item-img img {
    transform: scale(1);
    transition:transform .6s ease;
}
.sbi-tiles .sbi-tiles-items .sbi-tiles-item.img:hover .sbi-tiles-item-img img {
    transform: scale(1.1);
    transition:transform .6s ease;
}
.sbi-tiles .sbi-tiles-items .sbi-tiles-item.img .sbi-tiles-item-text {
    padding:16px 24px 2px 24px;
}

.sbi-video video {
    width:100%;
    height:auto;
    border-radius:12px;
}
.sbi-video .sbi-video-frame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.sbi-video .sbi-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius:12px;
}
.sbi-video .plyr--video {
    border-radius:12px;
}
.sbi-video .plyr__controls {
    font-family: 'droid_sansregular';
}
.plyr__control--overlaid {
    background: none !important;
    border-radius:0 !important;
    opacity:1 !important;
    padding:0 !important;
} 
.plyr__control.plyr__control--overlaid svg {
    width: 128px !important;
    height: 128px !important;
    transition: all .3s ease;
}
.plyr__control, .plyr__volume, .plyr__progress {
    --plyr-color-main: #ffe700;
}
.plyr__control.plyr__control--overlaid svg {
    fill: #ffe700 !important;
    transition: all .3s ease;
}
.plyr__control.plyr__control--overlaid:hover svg {
    fill: #ffe700 !important;
    transition: all .3s ease;
}

.sbi-gallery {
    margin:0 auto;
    padding:100px 32px 80px 32px;
    max-width:1244px;
}
.sbi-gallery .sbi-gallery-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 -10px;
    padding-top:24px;
}
.sbi-gallery .sbi-gallery-items .sbi-gallery-item {
    width:calc(25% - 20px);
    margin:0 10px 20px 10px;
    border-radius:8px;
    overflow: hidden;    
}
.sbi-gallery .sbi-gallery-items .sbi-gallery-item img {
    display: block;
}

.sbi-acc .sbi-acc-items {
    padding-top:32px;
}
.sbi-acc .sbi-acc-items .sbi-acc-item:nth-child(1) {
    border-top:1px solid #333;
}
.sbi-acc .sbi-acc-items .sbi-acc-item {
    border-bottom:1px solid #333;
}
.sbi-acc .sbi-acc-items .sbi-acc-item .sbi-acc-item-trigger {
    position: relative;
    padding:22px 48px 22px 0;
    cursor: pointer;
}
.sbi-acc .sbi-acc-items .sbi-acc-item .sbi-acc-item-trigger:after {
    content:"";
    position: absolute;
    top:50%;
    right:0;
    margin-top:-9px;
    transform: rotate(0deg);
    width:33px;
    height:18px;
    background:url(images/acc-arrow.svg) no-repeat center center;
    background-size:33px 18px;
}
.sbi-acc .sbi-acc-items .sbi-acc-item .sbi-acc-item-trigger.active:after {
    transform: rotate(180deg);
}
.sbi-acc .sbi-acc-items .sbi-acc-item .sbi-acc-item-toggle {
    display: none;
}

.sbi-slider .sbi-ifull-item.slick-slide {
    height:100dvh;
}

.sbi-qslider-items {
    margin:0 auto;
    max-width:600px;
    position: relative;
}
.sbi-qslider-item.slick-slide {
    border-radius:12px;
    overflow: hidden;    
}
.sbi-qslider-item-caption {
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    background: linear-gradient(0deg, rgba(255,255,255,.75) 0%, rgba(241,241,241,.5) 50%, rgba(255,255,255,0) 100%);
    padding-top:96px;
}

.sbi-button {
    text-align: center;
    font-size:0;
}
.sbi-button a {
    display: inline-block;
    font-family: 'droid_sansbold';
	font-size:18px;
	line-height: 24px;
    text-decoration: none;
    color:#333;
    background:#ffe700;
    padding:8px 15px;
    transition: all .3s ease;
}
.sbi-button a:hover {
    color:#ffe700;
    background:#333;
    transition: all .3s ease;
}

.form-elements {
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px;
}
.form-elements .form-element {   
    width:calc(50% - 20px);
    margin:0 10px 20px 10px;
}
.form-elements .form-element-full, .form-elements .form-element-submit {   
    width:calc(100% - 20px);
    margin:0 10px 20px 10px;
}
.form-elements .form-element-submit {   
    display: flex;
    justify-content: flex-end;
}
.form-elements .form-element > label, .form-elements .form-element-full > label {
    display: block;
    font-family: 'droid_sansbold';
    font-size: 18px;
    line-height: 26px;
    color: #333;
    margin-bottom:8px;
}
.wpcf7-list-item {
    margin:0 24px 0 0 !important;
}
.wpcf7-text {
    width:100%;
    font-family: 'droid_sansregular';
    font-size: 18px;
    line-height: 26px;
    color: #333;
    border:1px solid #333;
    padding:8px 16px;
}
.wpcf7-textarea {
    width:100%;
    min-width:100%;
    max-width:100%;
    font-family: 'droid_sansregular';
    font-size: 18px;
    line-height: 26px;
    color: #333;
    border:1px solid #333;
    padding:8px 16px;
}
.wpcf7-submit {
    order:2;
    display: inline-block;
    font-family: 'droid_sansbold';
	font-size:18px;
	line-height: 24px;
    color:#333;
    background:#ffe700;
    padding:8px 15px;
    cursor: pointer;
    transition: all .3s ease;
}
.wpcf7-submit:hover {
    color:#ffe700;
    background:#333;
    transition: all .3s ease;
}
.wpcf7-spinner {
    order:1;
}
.wpcf7-not-valid-tip {
    display: block;
    padding-top:4px;
    font-family: 'droid_sansbold';
	font-size:12px !important;
    text-transform: uppercase;
}

.wpcf7 form .wpcf7-response-output {
	margin:1em 0 !important;
	padding: 16px 24px !important;
    font-family: 'droid_sansbold';
	font-size:18px;
	line-height: 24px;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
	border:1px solid #46b450 !important;
    color:#46b450 !important;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border:1px solid #dc3232 !important;
    color:#dc3232 !important;
}

.wpcf7-list-item label {
    position: relative;
}
.wpcf7-list-item label input[type="checkbox"], .wpcf7-list-item label input[type="radio"] {
    opacity: 0;
    position: absolute;
}
.wpcf7-list-item label span.wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    font-family: 'droid_sansregular';
    font-size: 18px;
    line-height: 26px;
    color: #333;
    cursor: pointer;
}
.wpcf7-list-item label span.wpcf7-list-item-label::before, .wpcf7-list-item label span.wpcf7-list-item-label::after {
    position: absolute;
    content: "";
    display: inline-block;
}
.wpcf7-list-item label span.wpcf7-list-item-label::before {
    height: 16px;
    width: 16px;
    border: 1px solid #333;
    left: 0px;
    top: 3px;
}
.wpcf7-list-item label span.wpcf7-list-item-label::after {
    height: 10px;
    width: 10px;
    left: 4px;
    top: 7px;
    background:#333;
}
.wpcf7-radio .wpcf7-list-item label span.wpcf7-list-item-label::before, .wpcf7-radio .wpcf7-list-item label span.wpcf7-list-item-label::after {
    border-radius:50%;
}
.wpcf7-list-item label input[type="checkbox"] + span.wpcf7-list-item-label::after, .wpcf7-list-item label input[type="radio"] + span.wpcf7-list-item-label::after {
    content: none;
}
.wpcf7-list-item label input[type="checkbox"]:checked + span.wpcf7-list-item-label::after, .wpcf7-list-item label input[type="radio"]:checked + span.wpcf7-list-item-label::after {
    content: "";
}

#content h1 {
    font-family: 'droid_sansbold';
    font-size: 48px;
    line-height: 58px;
    color: #333;
    text-align: center;
    margin-bottom:40px;
}
#content h2 {
    font-family: 'droid_sansbold';
    font-size: 36px;
    line-height: 46px;
    color: #333;
    text-align: center;
    margin-bottom:30px;
}
#content .sbi-tfull h2 {
    text-align: left;
}
#content .sbi-tfull.tcenter h2 {
    text-align: center;
}
#content .sbi-tiles-item-text h3, #content .sbi-benefits-item h3, #content .sbi-acc h3 {
    font-family: 'droid_sansbold';
    font-size: 24px;
    line-height: 32px;
    color: #333;
    margin-bottom:12px;
    hyphens: auto;
}
#content .sbi-qslider-item-caption h3 {
    font-family: 'droid_sansregular';
    font-size:16px;
    line-height:24px;
    text-align: center;
    margin-bottom:12px;
}
#content .sbi-tiles-item-text.img h3 {
    text-align: center;
}
#content .sbi-acc h3 {     
    margin:0;
}
#content p {
    font-family: 'droid_sansregular';
    font-size: 18px;
    line-height: 26px;
    color: #333;
    margin-bottom:26px;
}
#content .sbi-qslider-item-caption p {
    font-family: 'droid_sansbold';
    font-size:16px;
    line-height:24px;
    text-align: center;
    padding:0 32px;
    margin-bottom:12px;
}
#content p a, #content ul li a, #content ol li a {
    color: #333;
    text-decoration: none;
    border-bottom:1px solid #333;
}
#content p a:hover, #content ul li a:hover, #content ol li a:hover {
    border-bottom:1px solid transparent;
}
#content ul, #content ol {
    margin-bottom:26px;
    padding-left:16px;
}
#content ul li {
    font-family: 'droid_sansregular';
    font-size: 18px;
    line-height: 26px;
    color: #333;
    list-style: disc;
}
#content ol li {
    font-family: 'droid_sansregular';
    font-size: 18px;
    line-height: 26px;
    color: #333;
    list-style: decimal;
}

#footer {
    background:#444749;
}
#footer #footer-inner {
    padding:8px 32px;
    text-align: center;
    font-size:0;
}
#footer #footer-inner #copyright {
    display: inline-block;
}
#footer #footer-inner #copyright span {
    font-family: 'droid_sansregular';
    font-size:16px;
    line-height:24px;
    color:#fff;
}
#footer #footer-inner #fmenu {
    display: inline-block;
}
#footer #footer-inner #fmenu ul {
    text-align: left;
    font-size:0;
}
#footer #footer-inner #fmenu ul li {
    display: inline-block;
}
#footer #footer-inner #fmenu ul li:before {
    content:"|";
    display: inline-block;
    font-family: 'droid_sansregular';
    font-size:16px;
    line-height:24px;
    color:#fff;
    margin:0 8px;
    transform: translateY(-2px);
}
#footer #footer-inner #fmenu ul li a {
    font-family: 'droid_sansregular';
    font-size:16px;
    line-height:24px;
    color:#fff;
    text-decoration: none;
    border-bottom:1px solid transparent;
}
#footer #footer-inner #fmenu ul li a:hover {
    border-bottom:1px solid #fff;
}

@media only screen and (max-width:1080px) {
    #header #header-inner {
        padding: 12px 24px;
    }
    #header #header-inner #logo img {
        width: 82px;
        height: 48px;
    }
    #container {
        padding-top: 72px;
    }
    #header-slider .header-slider-item.slick-slide {
        height: calc(100dvh - 72px);
    }
    #header-slider #header-slider-caption {
        bottom:12%;
        padding:0 24px;
    }
    .sbi-tfull, .sbi-video, .sbi-acc, .sbi-form, .sbi-qslider {
        padding:50px 24px;
    }
    .sbi-qslider {
        padding-bottom:82px;
    }
    .sbi-tfull {
        padding-bottom:24px;
    }
    .sbi-form {
        padding-bottom:30px;
    }
    .sbi-tiles, .sbi-benefits {
        padding:50px 24px 14px 24px;
    }
    .sbi-gallery {
        padding:50px 24px 30px 24px;
    }
    .sbi-tiles .sbi-tiles-items, .sbi-benefits .sbi-benefits-items {
        margin: 0 -12px;
        padding-top: 24px;
    }
    .sbi-tiles .sbi-tiles-items .sbi-tiles-item, .sbi-benefits .sbi-benefits-items .sbi-benefits-item {
        width: calc(50% - 24px);
        margin:0 12px 24px 12px;
    }
    .sbi-tiles .sbi-tiles-items .sbi-tiles-item:nth-child(3), .sbi-benefits .sbi-benefits-items .sbi-benefits-item:nth-child(3) {
        padding-top: 0;
        border-top: none;
    }
    .sbi-tiles.direction-col {
        padding-bottom: 24px;
    }
    #content h2 {
        margin-bottom: 20px;
    }
    #header #header-link a:hover {
        color: #fff;
    }
    .sbi-tiles .sbi-tiles-items .sbi-tiles-item.img:hover .sbi-tiles-item-img img {
        transform: scale(1);
    }
    .sbi-button a:hover, .wpcf7-submit:hover {
        color:#333;
        background:#ffe700;
    }
    #content p a:hover, #content ul li a:hover, #content ol li a:hover {
        border-bottom:1px solid #333;
    }
    #footer #footer-inner #fmenu ul li a:hover {
        border-bottom:1px solid transparent;
    }
}
@media only screen and (max-width:1023px) {
    .alignright, .alignleft {
        display: block;
        margin:0 auto 26px auto;
    } 
    span.hic-ctitle, span.hic-subtitle {
        font-size: 20px;
        line-height: 28px;
    }
    span.hic-title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media only screen and (max-width:810px) {
    .sbi-gallery .sbi-gallery-items .sbi-gallery-item {
        width: calc(33.333% - 20px);
    }
    .sbi-slider .sbi-ifull-item.slick-slide {
        height: auto;
        aspect-ratio:16 / 9;
    }
    #content h1 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom:30px;
    }
    #content h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom:20px;
    }
    #content .sbi-tiles-item-text h3, #content .sbi-benefits-item h3, #content .sbi-acc h3 {
        font-size: 20px;
        line-height: 28px;
    }
    #content .sbi-acc h3 {     
        margin:0;
    }
    #content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom:24px;
    }
    #content ul li, #content ol li {
        font-size: 16px;
        line-height: 24px;
    }
    .sbi-button a {
        font-size:16px;
        line-height: 24px;
    }
    #content .sbi-qslider-item-caption p {
        font-size:14px;
        line-height:22px;
        padding:0 24px;
    }
    #content .sbi-qslider-item-caption h3 {
        font-size:14px;
        line-height:22px;
    }
    #content ul, #content ol {
        margin-bottom:24px;
    }
    .sbi-acc .sbi-acc-items .sbi-acc-item .sbi-acc-item-trigger {
        padding: 16px 32px 16px 0;
    }
    .sbi-acc .sbi-acc-items .sbi-acc-item .sbi-acc-item-trigger:after {
        margin-top:-6px;
        width:22px;
        height:12px;
        background:url(images/acc-arrow.svg) no-repeat center center;
        background-size:22px 12px;
    }
    .form-elements .form-element > label, .form-elements .form-element-full > label, .wpcf7-text, .wpcf7-textarea, .wpcf7-list-item label span.wpcf7-list-item-label, .wpcf7 form .wpcf7-response-output {
        font-size:16px;
        line-height: 24px;
    }
}
@media only screen and (max-width:767px) {
    #header-slider #header-slider-caption {
        width:100%;
    }
    .sbi-benefits .sbi-benefits-items .sbi-benefits-item {
        width: calc(100% - 32px);
    }
    .sbi-benefits .sbi-benefits-items .sbi-benefits-item:nth-child(2) {
        padding-top: 0;
        border-top: none;
    }
    .sbi-gallery .sbi-gallery-items .sbi-gallery-item {
        width: calc(50% - 20px);
    }
    .form-elements .form-element {
        width: calc(100% - 20px);
        margin: 0 10px 10px 10px;
    }
    .plyr__control.plyr__control--overlaid svg {
        width: 64px !important;
        height: 64px !important;
    }
}
@media only screen and (max-width:640px) {
    .sbi-tiles .sbi-tiles-items .sbi-tiles-item {
        width: calc(100% - 32px);
    }
    .sbi-tiles .sbi-tiles-items .sbi-tiles-item:nth-child(2) {
        padding-top: 0;
        border-top: none;
    }
    span.hic-title {
         hyphens: auto;
    }
}
@media only screen and (max-width:480px) {
    #header-slider #header-slider-caption {
        bottom:32px;
    }
    .sbi-gallery .sbi-gallery-items .sbi-gallery-item {
        width: calc(100% - 20px);
    }
    .sbi-gallery .sbi-gallery-items .sbi-gallery-item a {
        pointer-events: none;
    }
    #footer #footer-inner #copyright {
        display: block;
    }
    #footer #footer-inner #fmenu {
        display: block;
    }
    #footer #footer-inner #fmenu ul {
        text-align: center;
    }
    #footer #footer-inner #fmenu ul li:nth-child(1):before {
        display: none;
    }
}