/*Custom fonts start*/

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat-Black.eot');
    src: url('./fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('./fonts/Montserrat-Black.woff2') format('woff2'), url('./fonts/Montserrat-Black.woff') format('woff'), url('./fonts/Montserrat-Black.ttf') format('truetype'), url('./fonts/Montserrat-Black.svg#Montserrat-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat Ultra';
    src: url('./fonts/Montserrat-UltraLight.eot');
    src: url('./fonts/Montserrat-UltraLight.eot?#iefix') format('embedded-opentype'), url('./fonts/Montserrat-UltraLight.woff2') format('woff2'), url('./fonts/Montserrat-UltraLight.woff') format('woff'), url('./fonts/Montserrat-UltraLight.ttf') format('truetype'), url('./fonts/Montserrat-UltraLight.svg#Montserrat-UltraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}
/*Custom fonts end*/
/*Disable SELECT START*/

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    
    -khtml-user-select: none;
    /* Konqueror */
    
    -moz-user-select: none;
    /* Firefox */
    
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    
    user-select: none;
    /* Non-prefixed version, currently not supported by any browser */
    
    cursor: default;
}
/*Disable SELECT END*/

body {
    font-family: 'Montserrat Ultra';
    color: #fff;
    letter-spacing: 1px;
    font-size: 13px;
    background-repeat: no-repeat;
}
body.home {
    margin: 0px;
    background: #332c2e;
    background: -moz-linear-gradient(-35deg, #332c2e 20%, #1d191a 20%, #1d191a 85%, #730b26 85%, #730b26 100%);
    background: -webkit-linear-gradient(-35deg, #332c2e 20%, #1d191a 20%, #1d191a 85%, #730b26 85%, #730b26 100%);
    background: linear-gradient(135deg, #332c2e 20%, #1d191a 20%, #1d191a 85%, #730b26 85%, #730b26 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#332c2e', endColorstr='#730b26', GradientType=1);
    min-width: 100vw;
    background-repeat: no-repeat;
}
body.person {
    margin: 0px;
    background: #332c2e;
    background: -moz-linear-gradient(-35deg, #332c2e 20%, #1d191a 20%, #1d191a 85%, #730b26 85%, #730b26 100%);
    background: -webkit-linear-gradient(-35deg, #332c2e 20%, #1d191a 20%, #1d191a 85%, #730b26 85%, #730b26 100%);
    background: linear-gradient(135deg, #332c2e 20%, #1d191a 20%, #1d191a 85%, #730b26 85%, #730b26 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#332c2e', endColorstr='#730b26', GradientType=1);
    background-repeat: no-repeat;
}
a {
    color: #fff;
    text-decoration: none;
}
b {
    font-family: 'Montserrat';
}
p {
    margin: 0 0 10px 0;
}
.header .maincontainer {
    height: 100%;
    position: relative;
}
.maincontainer {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.contentcontainer {
    position: relative;
}
.person .contentcontainer {
    padding-top: 40px;
}
.header {
    width: 100%;
    height: 55px;
    background-color: #fefefe;
    opacity: 0.7;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3;
}
.header.scrolleddown {
    opacity: 1;
    background-color: #ccc;
}
nav.scrolleddown:after {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    background-color: #332c2e;
    border-bottom: 1px solid #b60030;
}
.head-l {
    display: block;
    float: left;
    height: 100%;
}
.head-r {
    display: block;
    float: right;
    height: 100%;
}
.head-tamogato {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.tam-content-cont {
    height: 100%;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
}
.tam-content {
    display: table-cell;
    vertical-align: middle;
    background-color: #b20837;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat';
}
.contentbody {
    position: relative;
}
.contentbody .maincontainer {
    margin-top: 58px;
}
nav:after {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    background-color: transparent;
    border-bottom: 1px solid #b60030;
    position: relative;
}
.logo-container {
    display: table;
    height: 100%;
    margin-left: 10px;
}
.forbeslogo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.social-container {
    height: 100%;
    display: table;
    margin-right: 20px;
}
.socialiconshead {
    display: table-cell;
    vertical-align: middle;
}
.social-container .facebook-icon {
    background-image: url(./img/head-fb-share.png);
    width: 12px;
    height: 18px;
    display: table-cell;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.social-container .insta-icon {
    background-image: url(./img/head-ins-social.png);
    width: 18px;
    height: 18px;
    display: table-cell;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.social-container .youtube-icon {
    background-image: url(./img/head-yt-social.png);
    width: 26px;
    height: 18px;
    display: table-cell;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.mobile-menu .socialiconshead {
    display: block;
    width: 100%;
}
.mobile-menu .spacerhead {
    display: inline-block;
}
.mobile-menu .facebook-icon {
    background-image: url(./img/head-fb-share.png);
    width: 12px;
    height: 18px;
    background-repeat: no-repeat;
    display: inline-block;
}
.mobile-menu .insta-icon {
    background-image: url(./img/head-ins-social.png);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    display: inline-block;
}
.mobile-menu .youtube-icon {
    background-image: url(./img/head-yt-social.png);
    width: 26px;
    height: 18px;
    background-repeat: no-repeat;
    display: inline-block;
}
.spacerhead {
    display: table-cell;
    vertical-align: middle;
    width: 18px;
}
.social-container .facebook-icon,
.social-container .insta-icon,
.social-container .youtube-icon {
    transform: scale(0.8);
}
.social-container .facebook-icon:hover,
.social-container .insta-icon:hover,
.social-container .youtube-icon:hover {
    transform: scale(1.0);
}
.home .contentcontainer {

}
.szlogen {
    max-width: 411px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}
.szlogenimg {
    width: 100%;
    height: auto;
    max-width: 411px;
}
.home .nefflogo {
    position: absolute;
    top: -90px;
    right: 0px;
    max-width: 164px;
    height: auto;
}
.home .btn-cont {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10vh;
}
.home .btn.next {
    color: #fff;
    display: inline-block;
    font-size: 26px;
    position: relative;
    background-color: #b20837;
}
.home .btn.next:hover {
    background-color: transparent;
}
.btn a {
    padding: 5px 10px;
    display: block;
}
.btn a:hover {
    color: #fff;
}
.home .btn.next a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 2px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home .btn.next a:hover::before {
    width: 100%;
    background-color: #fff;
    z-index: -1;
}
.person-lc {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.siker {
    float: left;
    margin-left: 10px;
}
.neffprsn {
    float: right;
    margin-right: 20px;
}
.contentcontainer .choice {
    z-index: 1;
}
.choice {
    position: absolute;
    left: 10px;
    top: 159px;
}
.choice ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-transform: uppercase;
    font-size: 16px;
}
.choice .current {
    font-family: 'Montserrat';
}
.choice .current a {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.choice li a {
    padding: 7px 9px;
    display: inline-block;
    color: #ccc;
}
.choice li a:hover {
    font-family: 'Montserrat';
    color: #fff;
}
.col-cont1,
.col-cont2 {
    display: block;
    width: 100%;
}
.col-left {
    width: 35%;
    display: inline-block;
    float: left;
    position: relative;
}
.col-right {
    width: 65%;
    display: inline-block;
    float: left;
}
.nevjegy {
    width: 36%;
    display: inline-block;
    float: left;
    min-width: 240px;
    margin-top: 5px;
    font-size: 14px;
    text-align: left;
}
.nevjegy p {
    margin-right: 40px;
}
.scroller {
    width: 62%;
    display: inline-block;
    float: left;
    max-height: 300px;
    overflow: hidden;
    text-align: justify;
}
.scroller h4 {
    font-size: 13px;
    font-family: 'Montserrat';
    margin: 0 0 5px 0;
}
.scroller p {
    margin: 0 0 15px 0;
}
.bottombox {
    float: right;
    margin-bottom: 5px;
    background-color: #332c2e;
    margin-right: 30px;
}
.personcontainer {
    min-width: 386px;
    min-height: 1px;
    position: relative;
}
.col-left .pers-img {
    display: none;
}
.personcontainer.nobreak {
    position: absolute;
    bottom: 0px;
    left: 60px;
    min-width: initial;
    min-height: initial;
}
.text-col {
    float: right;
    display: inline-block;
    max-width: 350px;
}
.text-cont {
    padding: 20px 20px 10px 0;
    text-align: justify;
}
.pic-col {
    float: right;
    display: inline-block;
    width: 300px;
    overflow: hidden;
}
.pic-col img {
    width: auto;
    height: 0px;
}
.pic-col a {
    display: block;
    text-align: right;
}
.scroller h2 {
    font-size: 15px;
    font-family: 'Montserrat';
    margin-top: 0px;
}
.scroller .lead {
    font-style: italic;
    font-weight: bold;
}
.bottombox h3 {
    margin: 0 0 5px 0;
    font-size: 17px;
}
.card-row {
    display: table;
    font-size: 11px;
    margin-top: 15px;
}
.face-pic {
    display: block;
    float: left;
    margin-right: 20px;
}
.namedets {
    display: table-cell;
    vertical-align: middle;
}
.namedets h5 {
    font-family: 'Montserrat';
    margin: 0 0 5px 0;
    font-size: 13px;
}
.articleimg {
    display: block;
}
.articleimg img {
    width: 100px;
    height: auto;
}
.pataki .articleimg img {
    width: 200px;
}
.kosa .articleimg img {
    width: 200px;
}
.articleimg.left {
    float: left;
    margin: 0px 10px 0px 0px;
}
.articleimg.right {
    float: right;
    margin: 0px 0px 0px 10px;
}
.mint-kep:hover {
    
}
.mCustomScrollBox {
    margin-right: 10px;
}
.personcontainer.nobreak .ember {
    height: 87vh;
    width: auto;
    position: absolute;
    bottom: 0px;
}
.article-share {
    width: 62%;
    margin: 20px 18px 20px 0;
    display: inline-block;
    float: right;
}
.article-share .fb-share {
    background-color: #3c5a99;
    color: #fff;
    padding: 7px 15px 7px 30px;
    display: inline-block;
    background-image: url(./img/article-fb-share.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 11px;
}
.namedets .receptek {
    display: inline-block;
    margin: 10px 0;
}
.namedets .receptek a {
    background-color: #b20837;
    padding: 8px 10px;
}
.coming-soon-cont {
    width: 100%;
    margin-top: 20vh;
    display: inline-block;
}
.coming-soon-txt h1 {
    font-family: 'Montserrat';
    margin: 0 0 20px 0;
    font-size: 34px;
}
.coming-soon-txt {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.navigateto {
    width: 100%;
    display: block;
    margin-top: 20px;
    font-size: 14px;
}
.forbesgo {
    margin-right: 40px;
}
.forbesgo,
.neffgo {
    display: inline-block;
}
.forbesgo img {
    display: block;
    margin-top: 17px;
    transform: scale(0.8);
}
.neffgo img {
    display: block;
    margin-top: 5px;
    transform: scale(0.8);
}
.navigateto a:hover img {
    transform: scale(1);
}
.contentbody.home {
    display: table;
    width: 100%;
}
.contentbody.home .maincontainer {
    display: table-cell;
    vertical-align: middle;
    padding-top: 58px;
}
.menu {
    background-repeat: no-repeat;
    cursor: pointer;
    display: none;
    width: 30px;
    height: 25px;
    position: relative;
    margin-right: 20px;
    margin-top: 15px;
}
.menu.open {
    background-image: url(./img/menu-o.png);
}
.menu.close {
    background-image: url(./img/menu-c.png);
}
.mobile-menu-cont {
    display: none;
    width: 100%;
    position: fixed;
    top: 55px;
    text-align: center;
    z-index: 3;
    background-color: #fff;
    color: #000;
}
.mobile-menu .choice {
    position: relative;
    color: #000;
    top: 0px;
    left: 0px;
    margin-bottom: 20px;
    width: 200px;
}
.mobile-menu .choice li {
    margin-bottom: 10px;
}
.mobile-menu .choice .current a {
    color: #000;
    border-bottom: 1px solid #000;
}
.mobile-menu .choice li a {
    padding: 7px 9px;
    display: inline-block;
    color: #000;
}
.mobile-menu .choice li a:hover {
    color: #000;
}
.pic-col-mob {
    display: none;
}
.nevjegyh1 {
    margin-bottom: 10px;
}
.nevjegy h1 {
    font-size: 14px;
    display: inline-block;
    margin: 0px;
    font-weight: normal;
}
.next-person {
    display: none;
}
.pic-col-mob a {
    position: relative;
    z-index: 2;
}
.nevjegy ul {
    display: block;
    list-style-type: disc;
    margin: 5px 40px 5px 0px;
    padding-left: 25px;
}
.pataki .personcontainer.nobreak {
    left: 30px;
}
.kosa .personcontainer.nobreak {
    left: 0px;
}
.pataki .nevjegy .nevjegyh1, .pataki .nevjegy p, .pataki .nevjegy ul {
    margin-left: 20px;
}
.pataki .pic-col img {
    float: right;
}
.personcontainer.nobreak.smallsc {
    display: none;
}
/*Responsive start*/

@media screen and (min-height: 1080px) {
    .personcontainer.nobreak .ember {
        max-height: 880px;
    }
}

@media screen and (min-width: 1900px) {
    .maincontainer {
        max-width: 1600px;
    }
    .bottombox {
        width: 1200px;
    }
    .text-col {
        max-width: 600px;
    }
    .scroller {
        max-height: 450px;
    }
    .pataki .personcontainer.nobreak {
        left: 50px;
    }
    .kosa .personcontainer.nobreak {
        left: 10px;
    }
}
@media screen and (max-width: 1899px) {
    .maincontainer {
        max-width: 1440px;
    }
    .scroller {
        max-height: 360px;
    }
    .bottombox {
        width: 1000px;
    }
    .text-col {
        max-width: 530px;
    }
    .personcontainer.nobreak {
        left: 80px;
    }
    .pataki .personcontainer.nobreak {
        left: 70px;
    }
    .kosa .personcontainer.nobreak {
        left: 70px;
    }
}

@media screen and (width: 1680px) {
    .personcontainer.nobreak {
        left: 0px;
    }
}

@media screen and (max-width: 1599px) {
    .scroller {
        max-height: 360px;
    }
    .article-share {
        margin: 20px 16px 20px 0;
    }
    .personcontainer.nobreak {
        left: 70px;
    }
}
@media screen and (max-width: 1439px) {
    .text-col {
        max-width: 340px;
    }
    .scroller {
        max-height: 260px;
    }
    .article-share {
        margin: 20px 14px 20px 0;
    }
    .personcontainer.nobreak {
        left: 70px;
    }
    .personcontainer.nobreak .ember {
        height: 83vh;
    }
    .maincontainer {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .personcontainer.nobreak {
        left: 70px;
    }
}
@media screen and (min-width: 1321px) and (max-width: 1370px) {
    .personcontainer.nobreak .ember {
        height: 85vh;
        max-height: 680px;
    }
    .text-col {
        max-width: 415px;
    }
    .personcontainer.nobreak {
        left: 70px;
    }
    .pataki .personcontainer.nobreak {
        left: 110px;
        position: fixed;
    }
    .kosa .personcontainer.nobreak {
        left: 70px;
        position: fixed;
    }
}
@media screen and (max-width: 1320px) {
    .bottombox {
        width: 880px;
    }
    .personcontainer.nobreak .ember {
        height: 80vh;
        max-height: 640px;
    }
    .pataki .personcontainer.nobreak {
        left: 60px;
    }
    .kosa .personcontainer.nobreak {
        left: 40px;
    }
}
@media screen and (max-width: 1200px) {
    .personcontainer.nobreak {
        left: 50px;
    }
    .pic-col {
        width: 200px;
    }
    .pic-col img {
        margin-left: -30%;
    }
    .bottombox {
        margin-right: 20px;
    }
    .mCustomScrollBox {
        margin-right: 0px;
    }
    .scroller {
        max-height: 260px;
    }
    .personcontainer.nobreak .ember {
        height: 73vh;
        max-height: 580px;
    }
    .text-col {
        max-width: 360px;
    }
}
@media screen and (max-width: 1100px) {
    .text-col {
        max-width: 325px;
    }
    .pataki .personcontainer.nobreak {
        left: 10px;
    }
    .kosa .personcontainer.nobreak {
        left: 10px;
    }
}
@media screen and (max-width: 1080px) {
    .col-left {
        width: 30%;
    }
    .col-right {
        width: 70%;
    }
    .personcontainer.nobreak {
        left: 0px;
    }
    .bottombox {
        width: 800px;
    }
    .text-col {
        max-width: 400px;
    }
    .personcontainer.nobreak .ember {
        height: 57vh;
        max-height: 500px;
    }
    .text-col {
        max-width: 400px;
    }
}
@media screen and (max-width: 1000px) {
    .nevjegy {
        width: 100%;
        margin-bottom: 20px;
    }
    .scroller {
        width: 100%;
        max-height: 300px;
    }
    .personcontainer.nobreak .ember {
        width: 250px;
        height: auto;
    }
    .personcontainer.nobreak {
        z-index: 1;
    }
    .bottombox {
        z-index: 2;
        position: relative;
        width: 100vw;
        margin-right: -30px;
        margin-left: -30px;
        bottom: 0px;
        margin-bottom: 0px;
        left: 0px;
    }
    .text-cont {
        padding: 20px;
    }
    .text-col {
        float: left;
        margin-left: 30px;
        max-width: 540px;
    }
    .pic-col {
        width: 300px;
    }
    .col-left {
        width: 250px;
    }
    .article-share {
        margin: 20px 20px 20px 0;
        width: 100%;
        text-align: right;
    }
    .personcontainer.nobreak .ember {
        max-height: initial;
    }
    .pataki .nevjegy .nevjegyh1, .pataki .nevjegy p, .pataki .nevjegy ul {
        margin-left: 0px;
    }
}
@media screen and (max-width: 870px) {
    .text-col {
        max-width: 440px;
    }
}
@media screen and (max-width: 770px) {
    .text-col {
        max-width: 300px;
    }
    .menu.open {
        display: block;
    }
    .menu.close {
        display: block;
    }
    .head-r .social-container {
        display: none;
    }
    .mobile-menu {
        display: inline-block;
        padding: 40px 20px;
    }
}
@media screen and (max-width: 670px) {
    .tam-content-cont {
        width: 200px;
    }
    .coming-soon-txt {
        width: 100%;
    }
    .col-cont1 .col-right {
        width: 100% !important;
    }
    .nevjegy {
        width: 300px;
        float: right;
    }
    .article-share {
        margin-bottom: 260px;
    }
    .pic-col {
        width: 240px;
    }
}
@media screen and (max-width: 600px) {
    .nevjegy {
        width: 100%;
        float: none;
    }
    .contentcontainer .choice {
        left: 0px;
    }
    .next-person {
        display: block;
        width: 100vw;
        text-align: center;
        position: absolute;
        bottom: -36px;
        left: 0px;
    }
    .next-person a {
        font-family: 'Montserrat';
        font-size: 13px;
        padding: 10px 0;
        background-color: #fff;
        width: 100%;
        display: block;
        color: #b20837;
    }
    .scroller {
        max-height: 400px;
    }
    .col-left .personcontainer {
        display: none;
    }
    .article-share {
        margin-bottom: 20px;
    }
    .col-right {
        margin-top: 125px;
    }
    .personcontainer.nobreak {
        display: none;
    }
    .personcontainer.nobreak.smallsc {
        display: inline-block;
        position: relative;
    }
    .personcontainer.nobreak.smallsc .ember {
        bottom: 0px !important;
        position: relative;
        margin-bottom: -35%;
    }
}
@media screen and (max-width: 570px) {
    .tam-content-cont {
        width: 120px;
    }
    .tam-content {
        font-size: 14px;
    }
    .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-image: url(./img/scrollermob.png) !important;
    }
    .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
    .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-image: url(./img/scrollermob.png) !important;
    }
    .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
    .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
    .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
    .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
        background-image: url(./img/scrollermob.png) !important;
    }
    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
        width: 39px !important;
        height: 39px !important;
    }
    .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
    .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
    .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
    .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
        width: 39px !important;
    }
    .mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
    .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
    .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
    .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 39px !important; }
    .mCSB_scrollTools {
        width: 39px !important;
    }
    .mCSB_container {
        margin-right: 44px !important;
    }
    .article-share {
        margin: 20px 0px 20px 0;
        float: left;
    }
    .mCustomScrollBox {
        margin-right: 0px;
    }
    .card-row {
        position: relative;
    }
    .pic-col-mob {
        display: inline-block;
        margin: 0 0 10px 10px;
        float: right;
    }
    .pic-col-mob img {
        width: 200px;
        height: auto;
    }
    .pic-col {
        display: none;
    }
    .text-col {
        max-width: 100%;
    }
}
@media screen and (max-height: 570px) {
    .home .nefflogo {
        width: 25vh;
        top: -65px;
    }
    .szlogenimg {
        width: 55vh;
    }
    .home .btn-cont {
        margin-top: 5vh;
    }
}
@media screen and (max-width: 540px) {
    .card-row {
        display: table;
    }
    .pic-col-mob {
        margin: 10px 0 10px 0;
        float: none;
    }
    .pic-col-mob img {
        width: 100%;
        height: auto;
    }
    .bottombox h3 {
        margin: 0 0 10px 0;
    }
    .text-col {
        margin-left: 15px;
        float: none;
    }
    .namedets {
        display: table-cell;
        vertical-align: middle;
    }
}
@media screen and (max-width: 470px) {
    .siker, .neffprsn {
        width: 35vw;
        height: auto;
    }
    .col-right {
        margin-top: 110px;
    }
    .choice {
        top: 130px;
    }
    .contentbody.person.soon .choice {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .siker, .neffprsn {
        width: 30vw;
    }
    .col-right {
        margin-top: 150px;
    }
    .forbesgo {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .forbesgo, .neffgo {
        display: block;
    }
    .navigateto a img {
        margin-left: auto;
        margin-right: auto;
    }
    .forbesgo img {
        margin-top: 5px;
    }
    .head-tamogato {
        height: 25px;
        top: 57px;
    }
    .tam-content-cont {
        width: 100%;
        height: 25px;
    }
    .header.scrolleddown .head-tamogato {
        
    }
}