/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap'); */

@import url('./fonts/Roboto/font.css');

:root {
    --primaryColor: #00AEEF;
    --secondaryColor: #7275A0;
    
  }

body{
    font-size: 14px;
    line-height: 22px;
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    font-weight: 400;
}

a{

}
a:hover{
    text-decoration: none;
}

a.button {
    color: #FFF;
    font-weight: 700;
    font-size: 17px;
    padding: 10px 20px;
    background-color: var(--primaryColor);
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.home h1 {
    font-family: "Lato",Arial,Tahoma,sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}

h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    color: #101720;
    padding-bottom:10px;
}

h3{
    font-family: "Lato",Arial,Tahoma,sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 42px;
    color: #626262;
}

.single-post h1{
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-size: 34px;
    line-height: 45px;
    font-weight: 600;
}

.breadcrumbWrapper{
    display: none;
}

/* MAIN MENU */
.outer-mainmenu-container{
    background: var(--primaryColor);
}
.outer-mainmenu-container .mainmenu-container{
    max-width: 100%;
}
.outer-mainmenu-container .mainmenu-container .menu-mainmenu-container{
    width: 100%;
}

ul#menu-mainmenu{
    float: right;
}
ul#menu-mainmenu li a{
    color:#fff;
    padding: 0px 30px;
    font-size: 16px;
}

body .inner-wrapper{
    padding-top: 40px;
}

body.home .inner-wrapper{
    padding-top: 0;
}

.row.blue{
    background: var(--primaryColor);
    padding: 60px 0;    
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
}
.row.blue a{
    text-decoration: none;
    color:inherit;
}

.mainContent{
    color:#626262;
    padding-bottom: 20px;
    border-right: 1px solid #cacaca;
}
.mainContent .image-item{
    padding-bottom:20px;
}

/* SIDEBAR */
.sidebar-item .postList-item{
    padding: 10px;
    position: relative;
}
.sidebar-item .postList-item::after{
    color: #fff;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: var(--primaryColor);
}
.sidebar-item .postList-item:hover::after{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.sidebar-item .postList-item .excerpt-item,
.sidebar-item .postList-item .more-item-link,
.sidebar-item .postList-item .image-item{
    display: none;
}
.sidebar-item .postList-item h2,
.sidebar-item .postList-item h2 a{
    color: #626262;
    font-size: 14px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar-item .postList-item:hover h2,
.sidebar-item .postList-item:hover h2 a{
    color:#fff;
}

/* POSTLIST INTRO */
.block{
    margin-bottom: 60px;
}
.postList-item.intro .wrapper{
    margin-left: -15px;
    margin-right: -15px;
}
.introScreen{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.introScreen .content{
    padding:40px;
    max-width: 950px;
    position:relative;
    z-index: 1;
    display: flex;
    flex-direction: column;

}
.introScreen .content h2 a{
    font-weight: 900;
    font-size: 55px;
    color:#fff;
    
}
.introScreen .excerpt-item{
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color:#fff;   
    padding-bottom: 40px;
}
.introScreen .more-item-link{
    color: #FFF;
    font-weight: 700;
    font-size: 17px;
    padding: 10px 30px;
    background-color: var(--primaryColor);
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    align-self: center;
}
.introScreen .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000085;
}

/* POSTLIST NOGUTTER */
.postList-item.nogutter .wrapper{
    margin-left:-15px;
    margin-right:-15px;
    position: relative;
}
.postList-item.nogutter .wrapper .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000085;
    opacity: 1;
    transition: all .15s ease-in-out 0s;
    -webkit-transition: all .15s ease-in-out 0s;
    -ms-transition: all .15s ease-in-out 0s;
    -moz-transition: all .15s ease-in-out 0s;
    -o-transition: all .15s ease-in-out 0s;
}

.postList-item.postList-item.nogutter .wrapper .content{
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 0 20px 5px 20px;
    text-shadow: -1px 0 #424242, 0 1px #424242, 1px 0 #424242, 0 -1px #424242;

    transition: all .15s ease-in-out 0s;
    -webkit-transition: all .15s ease-in-out 0s;
    -ms-transition: all .15s ease-in-out 0s;
    -moz-transition: all .15s ease-in-out 0s;
    -o-transition: all .15s ease-in-out 0s;

    text-align: center;
    width: 100%;
}
.postList-item.postList-item.nogutter:hover .wrapper .content {
    bottom: 10px;
}
.postList-item.postList-item.nogutter:hover .wrapper .overlay{
    opacity:0.5;
}

.postList-item.nogutter .wrapper .content .excerpt-item,
.postList-item.nogutter .wrapper .content .more-item-link{
    display: none;
}

.postList-item.nogutter .wrapper .content h2,
.postList-item.nogutter .wrapper .content h2 a{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

/* CATEGORY OVERVIEW */

body.category .postList-item{
    padding-bottom: 30px;
    color:#626262;
}
body.category .postList-item .wrapper > a{
    padding-right: 30px;
    float:left;
}
body.category .postList-item .wrapper .more-item-link{
    display:none;
}
body.category .postList-item .wrapper h2,
body.category .postList-item .wrapper h2 a{
    color:#101720;
    font-size: 26px;
    font-weight: 700;
}
body.category .postList-item .wrapper .image-item{
    max-width: 250px;
}

body.category .post-list-pagination{
    margin: 0 15px;
}
body.category .post-list-pagination .page-numbers{
    color: #c5c5c5;
    padding:12px 16px;
}
body.category .post-list-pagination .page-numbers:hover,
body.category .post-list-pagination .current{
    background-color: var(--primaryColor);
    color: #fff;
}

/* FOOTER */
.footerContainer .footer{
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 30px;
}

.home .footerContainer .footer{
    padding-top: 0;
}

.footerContainer .one{
    background: #101720;
    color:#fff;
}
.footerContainer .one .row{
    padding:40px 0;
}
.footerContainer .one h4{
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
}
.footerContainer .one h5{
    color: #97A1AD;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
}
.footerContainer .one p{
    color: #717a84;
    font-size: 14px;
}
.footerContainer .one .postList-item{
    background-color: #0000001a;
    padding: 12px 8px 6px 8px;
    margin-bottom: 6px;
}
.footerContainer .one .postList-item h2,
.footerContainer .one .postList-item h2 a{
    font-size: 14px !important;
    color:#717a84 !important;
}
.footerContainer .one .postList-item .excerpt-item,
.footerContainer .one .postList-item .image-item,
.footerContainer .one .postList-item .more-item-link{
    display:none;
}

.footerContainer .two{
    background: #232530;
}

.footerContainer .container-fluid.two > .row > [class*="col-"]{
    display:flex;
    justify-content: center;
    color:#717a84;
    padding: 30px;
}

.footerContainer ul#menu-footermenu{
    display:flex;
    margin:0;
    padding:0;
}
.footerContainer ul#menu-footermenu li{
    margin:0;
    padding:0;
}
.footerContainer ul#menu-footermenu li a{
    color:#717a84;
    padding: 0 10px;
    border-right:1px solid #717a84;
}
.footerContainer ul#menu-footermenu li a:hover{
    text-decoration: underline;
}
.footerContainer ul#menu-footermenu li:last-child a{
    border: none;
    padding-right:0;
}

@media only screen and (max-width: 991px) {
    ul#menu-mainmenu{
        float: none;
        text-align: center;
        margin-top: 20px;
    }
    ul#menu-mainmenu li{
        padding-bottom: 10px;
    }
    .introScreen{
        display: block;
        height:auto !important;
    }
}
@media only screen and (max-width: 576px) {
    .footerContainer .container-fluid.two > .row > [class*="col-"],
    .footerContainer ul#menu-footermenu {
        text-align: center;
        display: block;
    }

    .footerContainer .container-fluid.two > .row > [class*="col-"] .content-item{
        margin-bottom: 10px;
    }
  }





  /* ony relevant for .ycovers PLACEHOLDERS */
.ycoversWrapper{
    padding: 16px 0 26px 0;
    background: #232530;

    h3{
        color: #fff;
    }

    .ycovers{
        display: flex;
        column-gap: 14px;
        margin: 0 14px;

        .ycover{
            width: calc(100% / 6);
            height: 424px;
            /* background: gray; */
            background: url(https://documents-public.yumpu.news/bgrgujf3q9st0rlmf6t9urtbpuu60pni/4d82181b140e69ff72e2eca34d3a0f09/665477497a59496a68344950567362745731487759773d3d/42494c7378323133686147752f72644a51572f4f6f513d3d.jpg);
            background-size: contain;
            background-repeat: no-repeat;
        }
    }
}