/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 25 2023 | 07:48:20 */
.tabs-nav{
    display: flex;
    justify-content: center;
    width: 100%;
}

.tabs-nav > .tab-nav a{
    padding: 20px 10px;
    border-bottom: 3px solid transparent;
    font-weight: bold;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
}

.tabs-nav > .tab-nav a:hover{
    border-color: red;
}

.series-tabs{
    margin-top: 50px;
    margin-bottom: 50px;
}

.list-series{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.list-series .loop-serie{
    flex-basis: calc( 100% / 3 - 40px );
    margin-bottom: 50px;
}


.loop-serie-image *{
    display: block;
    position: relative;
}

.loop-serie-image .wpstack-bg-image{
    width: 100%;
    height: 260px;
    position: relative;
}

.loop-serie-title{
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
} 

.read-more a{
    display: inline-block;
    padding: 5px 15px;
    font-weight: 400;
    background: white;
    border: 1px solid rgb(0,0,0);
    margin-top: 30px
}

.tab-content .headline{
    margin-bottom: 50px;
    padding: 10px 25px 15px;
    background: rgb(234,234,234);
}

.tab-content:first-child .headline{
    margin-top: 50px;
}

@media only screen and (max-width: 990px){
    .list-series .loop-serie{
        flex-basis: calc( 100% / 2 - 20px );
    }
}

@media only screen and (max-width: 600px){
    .list-series .loop-serie{
margin-bottom: 25px!important;
        flex-basis: 100%!important;
    }

.tab-content .headline {
    margin-bottom: 25px!important;
    margin-top: 25px!important;
    padding: 5px 15px 5px!important;
    font-size: 40px!important;
	}


.read-more a {
    margin-top: 10px!important;
}

	.tabs-nav > .tab-nav a {
    padding: 5px!important;
	}
}

.anchor{
    transform: translatey(-70px);
}


html{
    scroll-behavior: smooth;
}