@font-face{
    font-family:'Source Sans Pro';
    font-style:italic;
    font-weight:300;
    font-display:swap;
    src:local('Source Sans Pro Light Italic'),local('SourceSansPro-LightItalic'),url('/assets/fonts/SourceSansPro-LightItalic.ttf') format('truetype')
}
@font-face{
    font-family:'Source Sans Pro';
    font-style:italic;
    font-weight:400;
    font-display:swap;
    src:local('Source Sans Pro Italic'),local('SourceSansPro-Italic'),url('/assets/fonts/SourceSansPro-Italic.ttf') format('truetype')
}
@font-face{
    font-family:'Source Sans Pro';
    font-style:italic;
    font-weight:600;
    font-display:swap;
    src:local('Source Sans Pro SemiBold Italic'),local('SourceSansPro-SemiBoldItalic'),url('/assets/fonts/SourceSansPro-SemiBoldItalic.ttf') format('truetype')
}
@font-face{
    font-family:'Source Sans Pro';
    font-style:italic;
    font-weight:700;
    font-display:swap;
    src:local('Source Sans Pro Bold Italic'),local('SourceSansPro-BoldItalic'),url('/assets/fonts/SourceSansPro-BoldItalic.ttf') format('truetype')
}
@font-face{
    font-family:'Source Sans Pro';
    font-style:normal;
    font-weight:300;
    font-display:swap;
    src:local('Source Sans Pro Light'),local('SourceSansPro-Light'),url('/assets/fonts/SourceSansPro-Light.ttf') format('truetype')
}
@font-face{
    font-family:'Source Sans Pro';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:local('Source Sans Pro Regular'),local('SourceSansPro-Regular'),url('/assets/fonts/SourceSansPro-Regular.ttf') format('truetype')
}
@font-face{
    font-family:'Source Sans Pro';
    font-style:normal;
    font-weight:600;
    font-display:swap;
    src:local('Source Sans Pro SemiBold'),local('SourceSansPro-SemiBold'),url('/assets/fonts/SourceSansPro-SemiBold.ttf') format('truetype')
}
@font-face{
    font-family:'Source Sans Pro';
    font-style:normal;
    font-weight:700;
    font-display:swap;
    src:local('Source Sans Pro Bold'),local('SourceSansPro-Bold'),url('/assets/fonts/SourceSansPro-Bold.ttf') format('truetype')
}
body{
    background:#fff;
    color:#4d4d4d;
    font-family:'Source Sans Pro',sans-serif;
    font-weight:300;
    font-size:16px
}
a{
    outline:none;
    color:#0075bf;
    text-decoration:none
}
a:active,a:focus,a:hover{
    color:#0075bf;
    outline:none
}
a:hover{
    outline:none;
    text-decoration:underline
}
h1,h2,h3{
    font-weight:300
}
.content ul{
    padding:0
}
.content ul li{
    list-style-type:none;
    padding-left:25px;
    position:relative
}
@media (max-width:768px){
    .content ul li{
        padding-left:35px
    }
}
.content ul li:before{
    color:#0075bf;
    content:"\25A0";
    position:absolute;
    left:0;
    top:-2px
}
hr{
    border-color:#aaa
}
strong{
    font-weight:600
}
header.head{
    padding-top:40px
}
header.head .logo{
    width:100%;
    align-self:center;
    background:white;
    padding:0;
    box-sizing:content-box;
    margin:0 0 20px 0;
    text-align:center
}
@media (min-width:768px){
    header.head .logo{
        top:20px;
        width:250px;
        position:absolute
    }
}
@media (min-width:1170px){
    header.head .logo{
        position:absolute;
        top:20px;
        margin-left:100px
    }
}
header.head .logo img{
    width:150px;
    margin-top:12px
}
@media (min-width:992px){
    header.head .logo img{
        width:200px
    }
}
header.head .phone{
    color:#0075bf;
    font-size:0.9em;
    font-weight:400;
    margin-bottom:10px;
    text-align:center
}
@media (min-width:768px){
    header.head .phone{
        text-align:right
    }
}
header.head .phone span{
    background:url("../../images/icons/phone_icon.svg") no-repeat;
    padding-left:15px
}
header.head .slogan{
    font-size:1.5em;
    font-weight:400;
    text-transform:uppercase;
    margin-bottom:0;
    text-align:center
}
@media (min-width:768px){
    header.head .slogan{
        text-align:right
    }
}
@media (min-width:992px){
    header.head .slogan{
        font-size:2.2em
    }
}
header.head .top-menu{
    text-transform:uppercase;
    font-weight:400;
    border-top:2px solid #0075bf;
    border-bottom:3px solid #0075bf
}
header.head .top-menu .icon-mobile-menu{
    display:inline-block;
    height:50px;
    width:50px;
    padding:0;
    background-position:50% 50%;
    background-image:url("../../images/icons/menu.svg");
    background-repeat:no-repeat;
    background-size:80%
}
header.head .top-menu .icon-mobile-menu:hover{
    background-image:url("../../images/icons/menu-hover.svg")
}
@media (min-width:768px){
    header.head .top-menu .icon-mobile-menu{
        display:none
    }
}
header.head .top-menu ul{
    display:none;
    text-align:right;
    padding:13px 0;
    margin:0
}
@media (min-width:768px){
    header.head .top-menu ul{
        display:block
    }
}
header.head .top-menu ul li{
    display:block;
    list-style:none
}
@media (min-width:768px){
    header.head .top-menu ul li{
        display:inline-block
    }
}
header.head .top-menu ul li:last-child a{
    border-bottom:none
}
header.head .top-menu ul li a{
    display:block;
    padding:10px 10px;
    border-bottom:solid 1px #f2f2f2;
    color:#0075bf;
    font-size:.9em
}
@media (min-width:768px){
    header.head .top-menu ul li a{
        padding:0 0 0 20px;
        border-bottom:0
    }
}
header.head .top-menu ul li a:hover{
    text-decoration:none;
    background:#4d4d4d;
    color:white
}
@media (min-width:768px){
    header.head .top-menu ul li a:hover{
        background:none;
        color:#4d4d4d
    }
}
h1.title{
    text-transform:uppercase;
    font-weight:500;
    font-size:1.7em;
    align-self:center;
    color:#0075bf;
    margin-top:20px
}
@media (min-width:1170px){
    h1.title{
        font-size:2.2em;
        margin-top:0
    }
}
a.block{
    display:block;
    background:#0075bf;
    width:100%;
    padding:6px 10px;
    color:white;
    font-size:1.1em;
    font-weight:500;
    text-align:center;
    border:0;
    outline:none
}
a.block:hover{
    background:#4d4d4d;
    text-decoration:none
}
div.slash img{
    width:30px
}
div.icon{
    text-transform:uppercase;
    padding:40px 0
}
div.icon img{
    height:50px
}
div.icon a{
    font-weight:600
}
div.icon a:hover{
    color:#4d4d4d;
    text-decoration:none
}
section.products,section.news{
    height:380px;
    background:url("../../images/products/granulat_white.jpg") top 0 right 20% no-repeat;
    background-size:contain;
    margin-bottom:40px
}
@media (min-width:768px){
    section.products,section.news{
        height:580px
    }
}
section.news{
    background:url("../../images/products/granulat_color.jpg") top 0 right 50% no-repeat;
    background-size:contain
}
@media (min-width:768px){
    section.news{
        height:430px
    }
}
.card{
    box-shadow:0 0 10px #ccc;
    border-radius:0
}
.card-body{
    line-height:1.3em;
    min-height:200px;
    text-align:center
}
.card-footer{
    padding:0;
    border:0
}
h5.card-title{
    text-transform:uppercase;
    font-size:1em;
    font-weight:600;
    text-align:center;
    border-bottom:solid 2px #0075bf;
    padding-bottom:25px;
    position:relative
}
h5.card-title:after{
    content:'';
    position:absolute;
    background:url("../../images/icons/triangle.svg") #fff 50% 50% no-repeat;
    width:30px;
    height:30px;
    background-size:60%;
    bottom:-15px;
    margin-left:-15px;
    left:50%
}
.modal-header{
    border-bottom:0
}
.modal-header .btn-close{
    background-color:#4d4d4d;
    opacity:1;
    outline:none;
    padding:12px;
    margin:0
}
.modal-header .btn-close:hover{
    background-color:#0075bf;
    opacity:1
}
.modal-content{
    border:0;
    border-radius:0
}
.modal-body{
    padding:30px
}
.text-primary{
    color:#0075bf !important
}
.bg-gray{
    background:#f2f2f2
}
.text-upper{
    text-transform:uppercase
}
footer.tail{
    background:#0075bf;
    color:white
}
footer.tail a{
    color:white
}
/* Centralized shared page rules */
header.head{
    position:sticky;
    top:0;
    z-index:1030;
    background:#fff;
    box-shadow:0 4px 12px rgba(0,0,0,.12)
}
.to-top{
    position:fixed;
    right:22px;
    bottom:28px;
    z-index:1020;
    display:none;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:46px;
    padding:0 18px;
    background:#4d4d4d;
    color:#fff;
    border:0;
    border-radius:999px;
    font-size:.95em;
    font-weight:500;
    text-decoration:none;
    box-shadow:0 3px 10px rgba(0,0,0,.22);
    transition:background .2s ease,transform .2s ease,opacity .2s ease
}
.to-top img{
    width:18px;
    height:18px;
    transform:rotate(180deg)
}
.to-top:hover,.to-top:focus{
    background:#0075bf;
    color:#fff;
    text-decoration:none;
    transform:translateY(-2px)
}
.to-top.is-visible{
    display:flex
}
@media (max-width:575.98px){
    .to-top{
        right:14px;
        bottom:18px;
        min-height:42px;
        padding:0 14px;
        font-size:.9em
    }
}
.tail-logo{
    width:120px
}
footer.site-footer{
    padding:48px 0 30px
}
footer.site-footer .row{
    align-items:stretch
}
footer.site-footer .row>[class*="col-"]{
    display:flex;
    flex-direction:column
}
footer.site-footer a{
    display:block;
    margin-bottom:0;
    color:white;
    font-size:1em;
    line-height:1.35
}
footer.site-footer a:hover,footer.site-footer a:focus{
    color:white;
    text-decoration:underline
}
.footer-brand{
    font-size:1.35em;
    font-weight:600;
    letter-spacing:0;
    text-transform:uppercase
}
.footer-tagline{
    font-size:1em;
    line-height:1.35
}
.footer-links{
    gap:8px;
    font-weight:400
}
.footer-group{
    gap:6px
}
.footer-group .tail-logo + .footer-tagline{
    margin-top:-10px
}
.footer-year{
    margin-top:0;
    font-size:1em
}
.footer-linkedin{
    display:inline-flex;
    width:32px;
    margin-top:14px;
    transition:opacity .2s ease,transform .2s ease
}
.footer-linkedin img{
    width:32px;
    height:32px
}
.footer-linkedin:hover,.footer-linkedin:focus{
    opacity:.75;
    transform:translateY(-1px)
}
.modal-header{
    justify-content:flex-end;
    padding:16px 16px 0
}
.modal-header .btn-close{
    width:18px;
    height:18px;
    background-color:#0075bf;
    background-image:url("../../images/icons/close-white.svg");
    background-position:center;
    background-repeat:no-repeat;
    background-size:14px 14px;
    border-radius:4px;
    opacity:1;
    outline:none;
    padding:10px;
    margin:0
}
.modal-header .btn-close:hover,.modal-header .btn-close:focus{
    background-color:#005f99;
    opacity:1;
    box-shadow:none
}
.map-frame{
    border:0
}
.job-note{
    font-weight:300;
    opacity:.8
}
.horb-hero{
    min-height:420px;
    background:url("../../images/company/repoly_header.jpg") center center/cover no-repeat
}
.horb-intro{
    font-size:1.1em;
    line-height:1.5;
    font-weight:300
}
.horb-card,.job-box{
    height:100%;
    background:#fff;
    box-shadow:0 0 10px #ccc;
    border-radius:0;
    padding:2rem
}
.horb-card h3,.job-box h3,section h2.title{
    color:#0075bf;
    font-weight:500;
    text-transform:uppercase
}
section h2.title{
    font-size:1.7em;
    margin-top:20px
}
section.contacts h2.title{
    margin-left:50%
}
section.contacts{
    height:300px;
    background:url("../../images/company/contact.png") 20% center no-repeat;
    background-size:auto 70%;
    margin-bottom:40px
}
section.contacts .container{
    align-self:center !important
}
.horb-card h3,.job-box h3{
    font-size:1em;
    border-bottom:solid 2px #0075bf;
    padding-bottom:18px;
    margin-bottom:20px
}
.job-box{
    border-left:5px solid #0075bf
}
.btn-repoly{
    display:inline-block;
    background:#0075bf;
    padding:8px 16px;
    color:#fff;
    font-size:1.1em;
    font-weight:500;
    text-align:center;
    border:0;
    outline:none
}
.btn-repoly:hover,.btn-repoly:focus{
    background:#4d4d4d;
    color:#fff;
    text-decoration:none
}
@media (min-width:768px){
    section.contacts{
        height:340px;
        background-position:20% center;
        background-size:auto 85%
    }
}
@media (min-width:1170px){
    section h2.title{
        font-size:2.2em;
        margin-top:0
    }
}
@media (max-width:767.98px){
    .horb-hero{
        min-height:280px
    }
}
.certificates-hero{
    margin-bottom:26px
}
.certificates-hero .row{
    align-items:center
}
.certificates-hero img{
    display:block;
    width:100%;
    height:auto;
    object-fit:contain
}
.certificates-hero h1.title{
    margin-top:10px;
    margin-bottom:10px
}
.certificates-page{
    padding:0 0 58px
}
.certificates-intro{
    max-width:720px;
    margin-bottom:26px;
    border-left:5px solid #0075bf;
    padding-left:24px
}
.certificates-intro h2{
    margin:0;
    color:#4d4d4d;
    font-size:1.7em;
    line-height:1.28;
    font-weight:300
}
.certificates-grid{
    align-items:stretch
}
.certificates-grid>[class*="col-"]{
    display:flex
}
.certificate-card{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    width:100%;
    height:100%;
    background:#fff;
    border:1px solid #e6e6e6;
    border-top:4px solid #0075bf;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
    padding:32px;
    transition:box-shadow .2s ease,transform .2s ease
}
.certificate-card:hover{
    box-shadow:0 10px 26px rgba(0,0,0,.12);
    transform:translateY(-2px)
}
.certificate-card h3{
    margin:0 0 16px;
    color:#0075bf;
    font-size:1.26em;
    line-height:1.3;
    font-weight:600;
    text-transform:uppercase;
    overflow-wrap:break-word
}
.certificate-card p{
    margin:0 0 14px;
    color:#4d4d4d;
    font-size:1.08em;
    line-height:1.5;
    font-weight:300
}
.certificate-card p:last-child{
    margin-bottom:0
}
.certificate-card-wide{
    min-height:auto
}
.certificates-grid>.col-12:last-child{
    margin-top:12px
}
.certificate-logo{
    display:block;
    max-width:260px;
    width:100%;
    height:auto;
    margin:0 auto
}
.certificate-actions{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    margin-top:auto;
    padding-top:24px
}
.certificate-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:10px 18px;
    background:#0075bf;
    color:#fff;
    font-size:1em;
    font-weight:600;
    line-height:1.2;
    text-align:center;
    text-decoration:none
}
.certificate-button:hover,.certificate-button:focus{
    background:#4d4d4d;
    color:#fff;
    text-decoration:none
}
.certificates-updated{
    margin:22px 0 0;
    color:#777;
    font-size:.95em;
    font-weight:300;
    text-align:left
}
@media (max-width:767.98px){
    .certificates-hero{
        margin-bottom:22px
    }
    .certificates-page{
        padding-bottom:44px
    }
    .certificates-intro{
        padding-left:18px;
        margin-bottom:24px
    }
    .certificates-intro h2{
        font-size:1.45em
    }
    .certificate-card{
        padding:26px
    }
    .certificate-card h3{
        font-size:1.18em
    }
    .certificate-actions{
        display:grid;
        grid-template-columns:1fr;
        width:100%
    }
    .certificate-button{
        width:100%
    }
    .certificate-logo{
        max-width:220px;
        margin:0
    }
    .certificates-grid>.col-12:last-child{
        margin-top:8px
    }
}
.declarations-section{
    margin-bottom:46px
}
.declarations-section:last-child{
    margin-bottom:0
}
.declarations-intro p{
    margin:16px 0 0;
    color:#4d4d4d;
    font-size:1.08em;
    line-height:1.5;
    font-weight:300
}
.declaration-card .certificate-button{
    min-width:92px
}
.declarations-updated{
    margin-bottom:0
}
@media (max-width:767.98px){
    .declarations-section{
        margin-bottom:38px
    }
    .declarations-intro p{
        font-size:1em
    }
    .declaration-card .certificate-button{
        min-width:0
    }
}
.agb-content{
    max-width:960px
}
.agb-download-grid{
    align-items:stretch
}
.agb-download-grid>[class*="col-"]{
    display:flex
}
.agb-download-grid .certificate-button{
    min-width:92px
}
@media (max-width:767.98px){
    .agb-download-grid .certificate-button{
        min-width:0
    }
}
.news-career-section .certificates-intro{
    margin-bottom:24px
}
.news-section-block{
    margin-bottom:48px
}
.news-section-block:last-child{
    margin-bottom:0
}
.news-card-grid{
    align-items:stretch
}
.news-card-grid>[class*="col-"]{
    display:flex
}
.news-feature-card,.news-download-card{
    width:100%
}
.news-feature-card .certificate-actions,.news-download-card .certificate-actions{
    margin-top:auto
}
.news-card-image{
    display:block;
    max-width:130px;
    width:auto;
    height:auto;
    margin:4px 0 18px
}
@media (max-width:767.98px){
    .news-section-block{
        margin-bottom:38px
    }
    .news-card-image{
        max-width:120px
    }
}
