

#container_for_super_tips_tab {       
    position: absolute; 
    bottom: 0;
    right: 0;
    display: flex;
}

@media only screen and (max-width: 1000px) {
    #container_for_super_tips_tab {            
        bottom: -55px;     
    }
}




.super_tips_tab_right_part {
    width: 20px;
    position: relative; 
    right: -15px;    
}

.super_tips_tab_right_part_top {
    background-color: #efefefff;
    width: 100%;
    height: 51%;
    transform: skew(13deg, 0deg);
    position: absolute;
    top: 0;
}

.super_tips_tab_right_part_bottom {
    background-color: #efefefff;
    width: 100%;
    height: 51%;
    transform: skew(-13deg, 0deg);
    position: absolute;
    bottom: 0;
}

.super_tips_tab_left_part {
    background-color: #efefefff;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 13px;
    font-size: clamp(11px, 0.95vw, 14px);
    z-index: 1;
}

#container_for_super_tips_tab:hover .super_tips_tab_right_part_top, 
#container_for_super_tips_tab:hover .super_tips_tab_right_part_bottom, 
#container_for_super_tips_tab:hover .super_tips_tab_left_part {
    background-color: #ff9881;    
    color: white; 
    font-weight: 400;
    cursor: pointer;
    letter-spacing: .2;
}


.modal_container_for_study_techniques {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: #0000001c; /* Black w/ opacity */
    /* background-color: rgba(0,0,0,0.4); Black w/ opacity */
}

.modal_content_div_for_study_techniques {
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 6% auto;
    width: clamp(300px,80vw,1000px);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;    
    box-sizing: border-box;
    min-height: 105vh;
}

.close_button_for_study_techniques_modal {
    margin-left: auto;
    margin-right: 0;
    color: rgb(33, 33, 33);
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    font-weight: 400;
    padding: 10px 20px 0 0;
}

.close_button_for_study_techniques_modal:hover {
    cursor: pointer; 
}


.supertips-section {    
    margin: 10px clamp(10px,5vw,100px) clamp(35px, 8vw, 95px) clamp(10px,5vw,100px);
}

.hvordan_main_top {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.hvordan_main_top .row {
    display: flex;
    flex-wrap: wrap-reverse;
    width: 100%;
    justify-content: center;
    align-items: end;
    margin-left: unset!important;
    margin-right: unset!important;
}

.hvordan_main_top .col-md-5 {
    width: clamp(150px,15vw,230px)!important;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.hvordan_main_top .tree_top_img {
    max-width: 216px;
    margin: 43px 0 0 14px;
}

.hvordan_main_top .tree_top_img img {
    width: 100%;
    min-width: 100px;
}

.hvordan_main_top .col-md-7 {
    padding: 20px;
    width: unset!important;
}

.hvordan_main_top .tree_text {
    text-align: justify;
    max-width: 222px;
    color: #464646;
    padding: 1px 7.5px 0;
    box-sizing: border-box;
}

.hvordan_main_top .tree_text h2 {
    font-family: roboto slab,serif;
    font-size: 20px;
    color: #464646!important;
    font-weight: 500;
    line-height: 1!important;
}

.hvordan_main_top .tree_text h2 span {
    display: block;
    font-size: 31px;
    padding: 2px 0 0;
}

.hvordan_main_top .tree_text p {
    line-height: 14px;
    font-size: 11px;
    font-family: roboto,serif;
    padding: 7px 0 0;
    margin: 0 0 8px -1px;
}

.hvordan_main_wrap {
    background: #fbfbfb;
    box-shadow: inset 0 0 80px 60px #ececec;
    border-radius: 5px;
    max-width: 885px;
    margin: 0 auto;
}

.hvordan_title {
    text-align: center;
}

.hvordan_main_wrap .hvordan_title h2 {
    background: 0 0;
    display: block;
    text-align: left;
    color: #5c5c5c!important;
    font-size: 23px;
    font-weight: 700;
    padding: 33px 60px 0 59px;
    margin: unset;
}

.hvordan_main_wrap .hvordan_wrap {
    padding: 25px 0 32px;
}

.hvordan_main_wrap .hvordan_wrap .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 50px;
    margin-left: unset!important;
    margin-right: unset!important;
}

.hvordan_main_wrap .hvordan_wrap .col-md-3 {
    width: clamp(140px,30vw,200px)!important;
}

.hvordan_wrap .col-md-3 {    
    font-weight: 700;
    font-family: roboto,sans-serif;
}

.hvordan_wrap .col-md-3 {
    text-align: center;
    padding: 0;
}

.hvordan_wrap .col-md-3 span {
    display: block;
    padding: 19px 0 0;
    text-align: center;
}

.hvordan_main_wrap .hvordan_wrap .col-md-3 a, .hvordan_main_wrap .hvordan_wrap .col-md-3 {
    font-size: 12px;
    color: #5c5c5c;
}

.hvordan_main_wrap .hvordan_wrap .col-md-3 a img, .hvordan_main_wrap .hvordan_wrap .col-md-3 img {
    height: clamp(60px,8vw,100px);
}

.hvordan_main_wrap .hvordan_wrap .col-md-3:first-child span {
    text-align: center;
}

.hvordan_main_wrap .hvordan_wrap .col-md-3 a span strong, .hvordan_main_wrap .hvordan_wrap .col-md-3 span strong {
    padding: 0;
    display: block;
    font-size: 15px;
    line-height: 13px;
}

.hvordan_wrap .col-md-3:nth-child(2) span {
    font-size: 12px;
    text-align: center;
}

.hvordan_main_wrap .hvordan_wrap .col-md-3:nth-child(2) span strong {
    font-size: 13px;
}

.hvordan_main_wrap .hvordan_wrap .col-md-3:nth-child(2) img {
    margin: 0 0 0 1px;
}

.hvordan_main_wrap .hvordan_wrap .col-md-3:nth-child(3) img {
    margin: 0 0 0 -20px;
}

.hvordan_main_wrap .hvordan_wrap .col-md-3:nth-child(3) span {
    font-size: 12px;
}

.hvordan_main_wrap .hvordan_wrap .col-md-3:last-child {
    text-align: left;
}

.hvordan_main_wrap .hvordan_wrap .col-md-3:last-child img {
    margin: 0 0 0 34px;
}

.hvordan_main_wrap .hvordan_wrap .col-md-3:nth-child(4) span {
    font-size: 15px;
}

.vanlige_row {
    margin: 0;
    margin-left: unset!important;
    margin-right: unset!important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    /*margin-top: clamp(-100px,-10vw,-60px);*/
}

.vanlige_row>.col-md-2 {
    width: 16.66666667%;
    padding: 20px 15px 20px 8px;
    margin-left: clamp(-530px, -40vw, -100px);
    /* top: clamp(70px, 15vw, 160px); */
    position: relative;
    box-sizing: border-box;
    min-width: 40px;
    min-height: 190px;
}

.vanlige_row>.col-md-2 img {
    width: clamp(50px,9vw,90px);
    margin-top: 48px;
}

.vanlige_row>.col-md-10 {
    width: unset!important;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
}

.vanlige_row .tree_top_img {
    width: clamp(70px, 15vw, 155px);
    margin-left: clamp(105px, 18vw, 190px);
    position: absolute;
    bottom: 100%;
}

.vanlige_row .tree_top_img img {
    width: 100%;
    margin: 4px 0 -2px -3px;
    min-width: 70px;
}

.vanlige_main_wrap {
    background: #fbfbfb;
    box-shadow: inset 0 0 80px 60px #ececec;
    border-radius: 5px;
    max-width: 885px;
    margin: 0 auto;
}

.vanlige_main_wrap .vanlige_title {
    text-align: left;
}

.vanlige_main_wrap .vanlige_title h2 {
    background: 0 0;
    color: #5c5c5c!important;
    font-size: 19px;
    font-weight: 700;
    padding: 40px 0 0 40px;
    margin: unset;
}

.vanlige_main_wrap .vanlige_wrap {
    padding: 46px 0 22px;
}

.vanlige_wrap>.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 50px;
    margin-left: unset!important;
    margin-right: unset!important;
}

.vanlige_main_wrap .vanlige_wrap .col-md-2 a, .vanlige_main_wrap .vanlige_wrap .col-md-2 {
    font-size: 13px;
    color: #656565;
    text-decoration: none;
}

.vanlige_wrap .col-md-2 a, .vanlige_wrap .col-md-2 { 
    font-weight: 700;
    font-family: roboto,sans-serif;
    display: block;
}

.vanlige_main_wrap .vanlige_wrap .col-md-2 span {
    display: block;
    padding: 10px 0 0;    
}

.vanlige_wrap .col-md-2 {
    text-align: center; 
}

.vanlige_main_wrap .vanlige_wrap .col-md-2 a img, .vanlige_main_wrap .vanlige_wrap .col-md-2 img {
    height: clamp(40px,6vw,63px);    
    width: auto;
}

.vanlige_main_wrap .vanlige_wrap .col-md-2 {
    width: clamp(130px,15vw,165px);
}

.teknikkene_row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    /*margin-top: clamp(-100px,-10vw,-60px);*/
}

.teknikkene_row>.col-md-2 {
    width: 16.66666667%;
    padding: 30px 15px 30px 8px;
    margin-left: clamp(-600px, -43vw, -180px);
    /* top: clamp(70px, 15vw, 160px); */
    position: relative;    
    min-width: 40px;
    min-height: 190px;
}

.teknikkene_row>.col-md-2 img {
    margin-top: 39px;
    max-width: 117px;
    margin-left: 15px;
    width: clamp(50px,9vw,90px);
}

.teknikkene_row>.col-md-10 {
    width: unset!important;
    padding-left: unset!important;
    padding-right: unset!important;
    position: relative;
}

.teknikkene_row .tree_top_img {
    width: clamp(70px,15vw,155px);
    margin: 0;
    margin-left: clamp(95px,17vw,180px);
    position: absolute;
    bottom: 100%;
}

.teknikkene_row .tree_top_img img {
    width: 100%;
    margin: 4px 0 -1px -3px;
    min-width: 70px;
}

.teknikkene_main_wrap {
    background: #fbfbfb;
    box-shadow: inset 0 0 80px 60px #ececec;
    border-radius: 5px;
    margin: 0 auto;
    width: clamp(250px,60vw,850px);
}

.teknikkene_main_wrap .teknikkene_title {
    text-align: left;
}

.teknikkene_main_wrap .teknikkene_title h2 {
    background: 0 0;
    color: #5d5d5d!important;
    font-size: 20px;
    font-weight: 700;
    padding: 25px 0 0 43px;
    margin: 0;
}

.teknikkene_main_wrap .teknikkene_wrap {
    padding: 31px 0 22px;
}

.teknikkene_main_wrap .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 50px;
    margin-left: unset!important;
    margin-right: unset!important;
}

.teknikkene_main_wrap .row .col-md-3 {
    width: clamp(130px,15vw,165px)!important;
}

[class*=teknikkene_wrap] .col-md-3 a {
    font-size: 13px;
    color: #656565;
    text-decoration: none;
}

[class*=teknikkene_wrap] .col-md-3:first-child img {
    margin: 0 0 0 15px;
}

[class*=teknikkene_wrap] .col-md-3 a img {
    height: clamp(40px,6vw,63px);
}

[class*=teknikkene_wrap] .col-md-3 span {
    padding: 10px 0 0;    
    display: block;    
}

[class*=teknikkene_wrap] .col-md-3 {    
    font-weight: 700;
    text-align: center;
}

.teknikkene_main_wrap .teknikkene_wrap2 {
    padding: 31px 0 0;
}

.teknikkene_main_wrap .teknikkene_wrap3 {
    padding: 65px 0 0;
}

.teknikkene_main_wrap .teknikkene_wrap4 {
    padding: 44px 0;
}

.iframe_for_studytips_from_shortcode {    
    height: unset;
}

/* Override styles for screen widths below 480px BTW: there is no screen below 310px*/
@media screen and (max-width: 480px) {
    #container_for_super_tips_tab {
        display: none;
    }
}