Nettressurs for Norskboka vg2 yrkesfag finner du på norskboka.fagbokforlaget.no | Nettressurs for Intertekst påbygging vg3 finner du på intertekst.fagbokforlaget.no

stylesheet

1.d-bok_link{
position:absolute;
width:150px;
height:200px;
background-color:#F3EFDF;
border-radius:10px 0px 0px 10px;
top:10%;
right:-10px;
transition:0.3s all ease;
}
#sig_vg3_1{
background-image: url("/data/56a1b9d3-7eaa-4135-b174-6e7beedf68da");
background-size:100% auto;
background-repeat:no-repeat;
background-position:center;
}
.d-bok_link a{
width:100%;
line-height:200px;}
.d-bok_link a svg{
width:30px;
height:auto;
margin:0 auto;
}
#sig_vg3_1:hover{
background-color:rgba(0, 79, 158, 0.6);
}

#document_title {display:none;}
.image-text {
    font-size: 11px !important;
    margin: -25px 0 30px !important;
}


.framework body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}
.framework #wrapper_object_content table,
.framework #wrapper_object_content td,
.framework #wrapper_object_content th {
    border: 0 none;
}
@-webkit-keyframes fontfix {
  from { opacity: 1; }
  to { opacity: 1; }
}

*{
    margin:0;
    padding:0;
}

.framework body {
    height: 100%;
    overflow: visible;
text-align:left;
font-family: 'Open sans', sans-serif;
}

h1 {
    font-size: 1.7em;
}

.page-signatur{
height:100%;

}
/*
.page-signatur_vg1 ,.page-signatur_vg2 ,
.page-signatur_vg3_1 ,.page-signatur_vg3_2 ,
.page-signatur_lerer, .page-signatur_grammatikk {
    height: auto;
}

.framework #wrapper_page{
margin: 0;
padding:0;
height:100%;
width:100%;
background-color:#f3efdf;
position:absolute;
top:0px;
left:0px;
max-width:100%;
}*/

.framework #wrapper_page {
    height: 100%;
    max-width: 100%;
    overflow: visible;
    width: 100%;
background-color:#f3efdf;
}

*:focus{
outline:none;}


#container{
min-height: 100%;
margin-bottom: -71px; 
width:100%;
background-color:#f3efdf;
background-image:url("/data/6d3d0e7a-961f-48f8-a716-7ba52828a588");
background-repeat:no-repeat;
background-position: center 0;
background-size: 550px auto;

background-attachment:scroll;
}



#container:after {
  content: "";
  display: block;
}
#container:after {
  /* .push must be the same height as footer */
  height: 145px; 
}


.framework #wrapper_top_row {
    background: transparent;
    background-image: none;
    background-position: right top;
    background-repeat: no-repeat;
    border-left: 0 none;
    border-right: 0 none;
    height: auto;
    position: relative;
    white-space: initial;
    width: 100%;
    top:25px;
    margin: 0px auto;
    overflow:visible;
    z-index:3;
}



.header_body{
    width:450px;
    height:auto;
    margin: 0 auto;
}
.header_img{
height:auto;
width:90%;
margin:0 auto;
}
.header_img svg{
width:100%;

}

.header_options{
width:420px;
margin:0 auto;
}


.header_options li, .header_options .lang {
    display: inline-block;
    margin: 0 3px;
    text-transform: uppercase;
    /*vertical-align: middle;*/
}

.top-menu-ul {
    text-align: center !important;
}
.top-menu-ul li:first-child {
    display: inline-block;
    margin: 0 20px 0 3px;
} 
#fbf-contact{
line-height:50px;
text-aling:center;
}

.footer_options {
display: none;
height: auto;
margin: 3px 5px;
float:right;
width: auto;
}
.footer_options li{
background-color: rgba(0, 0, 0, 0);
height: 50px;
width:50px;
list-style-type: none;
margin: 0 10px ;
display:inline-block;

}
.footer_options li img{
width:100%;
height:100%;
opacity:0.6;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.footer_options li img:hover{
opacity:0.8;
width:100%;
height:100%;
}	
	
footer{
background-color: rgba(85, 85, 85, 0.1);
position:relative;
z-index:4;
padding: 10px 0;
margin: 0 auto;
width:100%;   
border-top:1px solid rgba(85, 85, 85, 0.6);	
text-align:center;
}

.footer_content{
width:1024px;
height:60px;
margin:10px auto;
}
.footer_content_text{
display:inline-block;
width:400px;
position: relative;
height:auto;
margin: 0px 0px;
padding-left:10px;
}

.footer_content_text p{
color:#888;
font-size:0.8em;
text-align: left;
}	


	
/*.content { 
width:100%;
min-height:100%;
margin:0px ;
background-image:url("/data/6d3d0e7a-961f-48f8-a716-7ba52828a588");
background-repeat:no-repeat;
background-position: center 0;
background-size: 550px auto;
background-color:rgba(0, 0, 0, 0);
background-attachment:scroll;

position:relative;
}*/
.book_item{
position:relative;
width:19.5%;
display: inline-block;
height:auto;
bottom:0;
margin:0 auto;
height:auto;
vertical-align:bottom;
cursor:pointer;
transition:0.3s all ease;


    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
   -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@-webkit-keyframes fadeIn { 
    0% { 
  opacity:0;
  margin: 0 -9%;
    } 
    100% { 
  opacity:1;
  margin: 0 0%;
    } 
} 
@keyframes fadeIn { 
    0% { 
  opacity:0;
  margin: 0 -9%;
    } 
    100% { 
  opacity:1;
  margin: 0 0%;    } 
} 



.book_item:after{
clear:both;
content:'';
display:block;
height:0;
line-height:0;
visibility:hidden;
}
.book_item_pic{
width:100%;
height:auto;
position:relative;
top:0;
transition:0.3s all ease;
}
.book_item_pic img{
width:90%;
margin: 0 5%;
height:auto;
}
.book_item:last-child .book_item_pic img {
   margin: 0;
}
.book_container{
position:relative;
width:100%;
bottom:0px;
transition:0.3s all ease;
}
.book_item_pic_overlay {
    opacity: 0;
    position: absolute;
    top: 0;
	transition:0.3s all ease;
}
.book_item:hover .book_item_pic_overlay{
opacity:0.6;
}
.book_item:hover .book_item_caption{
opacity:1;
}


.book_container {
    bottom: 0;
    margin-bottom: 68px;
   /* min-height: 80%; */
    position: absolute;
    width: 100%;
}

.book_item_caption {
   position:absolute;
   padding:5px;
   transition:0.3s all ease;

   opacity:0;

}
.book_item_caption svg{
   width:200px;
}


#cap_vg3{
background-color:rgba(0, 79, 158, 0.8);
right:75%;
top:-20px;
}
.book_item:hover #cap_vg3{
opacity:1;
top:0px;
}

#cap_vg4 {
   background-color:rgba(231,78,27, 0.8);
   right:75%;
   top:-20px;
}
.book_item:hover #cap_vg4{
opacity:1;
top:0px;
}
#cap_vg4:after { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: (241,189,42, 0); border-left-color: #e74e1b; border-width: 25px; margin-top: -25px; opacity:0.8;}


#cap_vg3:after { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(0, 79, 158, 0); border-left-color: #004f9e; border-width: 25px; margin-top: -25px; opacity:0.8;}

.book_item_arrow{
position:relative;
width:50px;
height:2px;}
.book_item_arrow:after, .book_item_arrow:before { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .book_item_arrow:after { border-color: rgba(227, 223, 209, 0); border-bottom-color: #E3DFD1; border-width: 65px; margin-left: -65px; } .book_item_arrow:before { border-color: rgba(159, 157, 150, 0); border-bottom-color: #9F9D96; border-width: 69px; margin-left: -69px; }


#cap_vg1{
background-color:rgba(241, 89, 42, 0.5);
top:-170px;
left:10%;
}

.book_item:hover #cap_vg1{
opacity:1;
top:-150px;
}

#cap_vg1:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(241, 89, 42, 0.0); border-top-color: rgba(241, 89, 42, 0.5); border-width: 25px; margin-left: -25px; }


#cap_vg2{
background-color:rgba(0, 134, 55, 0.5);
top:-25px;
left:-100px;
}

.book_item:hover #cap_vg2{
opacity:1;
top:0px;
}
#cap_vg2:after { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-left-color:rgba(0, 134, 55, 0.5); border-width: 25px; margin-top: -25px; }


#cap_vg3_2{
background-color:rgba(146, 39, 144, 0.5);
   top:-25px;
   left:-80px;
}

.book_item:hover #cap_vg3_2{
opacity:1;
top:10px;
}

#cap_vg3_2:after { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-left-color:rgba(146, 39, 144, 0.5); border-width: 25px; margin-top: -25px; }



/******** HOMEPAGE********/
.page-signatur_home #element_middle_row{
display:none;
}

.framework #wrapper_object_content {
    height: 100%;
    margin-top: 0;
}

.page-signatur .inline_introduction{
width:100%;
height:100%;
position:absolute;
}
.page-signatur .book_container {
    bottom: 0;
    margin-bottom: 68px;
    position: fixed;
    width: 100%;
}

.page-signatur .kludge-ie8-margin-top-wrapper-object-content{
display:none;
}
.page-signatur #em_folders {
display:none;
}
ul, ol, dl{
margin:0 auto;
}




/************* SORTER ************/

.index-view {
    margin: 0 auto;
    position: relative;
    top: 55px;
    width: 70%;
}
.tree {
    height: auto;
    margin: 20px auto;
    width: auto;
}
.index-view li {
    
    line-height: 45px;
    margin: 20px auto;
    text-indent:10%;
    width: auto;
}
.index-view li div a {
    margin-right: 1em;
    overflow: hidden;
    white-space: nowrap;
}
.framework #wrapper_object_content img {
padding:0;
}

.page-signatur_vg1 .index-view li.li-level-1 div,
.page-signatur_grammatikk .index-view li.li-level-1 div {
  
background-color:rgba(231, 78, 27, 0.7);
}
.page-signatur_vg1 .index-view li.li-level-1 div:hover,
.page-signatur_grammatikk .index-view li.li-level-1 div:hover {
  
background-color:rgba(231, 78, 27, 0.9);
}
.page-signatur_vg1 .index-view li.li-level-2 div,
.page-signatur_grammatikk .index-view li.li-level-2 div {
  
background-color:rgba(230, 139, 95, 0.8);
}
.page-signatur_vg1 .index-view li.li-level-2 div:hover,
.page-signatur_grammatikk .index-view li.li-level-2 div:hover {
  
background-color:rgba(230, 139, 95, 1);
}


/*.page-signatur_vg1 .index-view li li.li-container div:after,
.page-signatur_grammatikk .index-view li li.li-container div:after {
    background-color: rgba(230, 139, 95, 0.7);
    bottom: 100%;
    box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.2) inset;
    content: "";
    height: 20px;
    left: 0;
    margin: 0 0 0 2%;
    opacity: 1;
    position: absolute;
    transform: skewX(-40deg);
    width: 96%;
}*/

.page-signatur_vg2 .index-view li.li-level-1 div {
  
background-color:rgba(0, 117, 49, 0.8);
}
.page-signatur_vg2 .index-view li.li-level-1 div:hover {
  
background-color:rgba(0, 117, 49, 1);
}
.page-signatur_vg2 .index-view li.li-level-2 div {
background-color:rgba(0, 134, 55, 0.7);
}
.page-signatur_vg2 .index-view li.li-level-2 div:hover {
background-color:rgba(0, 134, 55, 1);
}


.page-signatur_vg3_2 .index-view li.li-container div {
  
background-color:rgba(0, 79, 158, 0.9);
}
.page-signatur_vg3_2 .index-view li.li-container div:hover {
  
background-color:rgba(0, 79, 158, 1);
}


.page-signatur_vg3_1 .index-view li.li-level-1 div {
background-color: rgba(148, 27, 128, 0.8)
}
.page-signatur_vg3_1 .index-view li.li-level-1 div:hover {
background-color: rgba(148, 27, 128, 1)
}
.page-signatur_vg3_1 .index-view li.li-level-2 div {
background-color:rgba(146, 39, 144, 0.7);}
.page-signatur_vg3_1 .index-view li.li-level-2 div:hover {
background-color:rgba(146, 39, 144, 1);}





.page-signatur_lerer .index-view li.li-container:nth-child(4n+1) div {
  
background-color:rgba(230, 139, 95, 0.9);
}
.page-signatur_lerer .index-view li.li-container:nth-child(4n+1) div:hover {
  
background-color:rgba(230, 139, 95, 1);
}
.page-signatur_lerer .index-view li.li-container:nth-child(4n+2) div {
  
background-color:rgba(0, 134, 55, 0.9);
}
.page-signatur_lerer .index-view li.li-container:nth-child(4n+2) div:hover {
  
background-color:rgba(0, 134, 55, 1);
}
.page-signatur_lerer .index-view li.li-container:nth-child(4n+3) div {
  
background-color:rgba(0, 79, 158, 0.9);
}
.page-signatur_lerer .index-view li.li-container:nth-child(4n+3) div:hover {
  
background-color:rgba(0, 79, 158, 1);
}
.page-signatur_lerer .index-view li.li-container:nth-child(4n+4) div {
  
background-color:rgba(148, 27, 128, 0.9);
}
.page-signatur_lerer .index-view li.li-container:nth-child(4n+4) div:hover {
  
background-color:rgba(148, 27, 128, 1);
}



.page-signatur_lerer .index-view li.li-container:nth-child(4n+1) ul li div {
  
background-color:rgba(230, 139, 95, 0.9);
}
.page-signatur_lerer .index-view li.li-container:nth-child(4n+1) ul li div:hover {
  
background-color:rgba(230, 139, 95, 1);
}
.page-signatur_lerer .index-view li.li-container:nth-child(4n+2) ul li div {
  
background-color:rgba(0, 134, 55, 0.9);
}
.page-signatur_lerer .index-view li.li-container:nth-child(4n+2) ul li div:hover {
  
background-color:rgba(0, 134, 55, 1);
}
.page-signatur_lerer .index-view li.li-container:nth-child(4n+3) ul li div {
  
background-color:rgba(0, 79, 158, 0.9);
}
.page-signatur_lerer .index-view li.li-container:nth-child(4n+3) ul li div:hover {
  
background-color:rgba(0, 79, 158, 1);
}
.page-signatur_lerer .index-view li.li-container:nth-child(4n+4) ul li div {
  
background-color:rgba(148, 27, 128, 0.9);
}
.page-signatur_lerer .index-view li.li-container:nth-child(4n+4) ul li div:hover {
  
background-color:rgba(148, 27, 128, 1);
}




/*.page-signatur_lerer .index-view li li.li-container div:after {
    background-color: rgba(230, 139, 95, 0.7);
    bottom: 100%;
    box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.2) inset;
    content: "";
    height: 20px;
    left: 0;
    margin: 0 0 0 2%;
    opacity: 1;
    position: absolute;
    transform: skewX(-40deg);
    width: 96%;
}*/

.index-view li li {
    position: relative;
    width: 90%;
}
.page-signatur .index-view li div a:hover:before {
    left: -20px;
    opacity: 1;
}
.page-signatur .index-view li div a:before {
    content: url("/data/628698c0-ec42-4812-bfad-eecf01c211f9");
   
    left: -40px;
    
    opacity: 0;
    position: relative;
    top: 5px;
    transition: all 0.4s ease 0s;
}

.page-signatur .index-view li div, .page-signatur .index-view li div a {
    color: #fff;
    /*font-size: 1.1em;*/
    text-shadow: 1px 1px 1px #666;
display:block;
}

.page-signatur .index-view li div{
    font-size: 1.2em;
 }
.page-signatur .index-view li div a {
font-size:0.9em;
}


svg {
   
    width: 100%;
}
.framework .page-invisible #element_middle_row{
width:53%;
height:auto;
min-height:400px;
margin: 0 auto;
position:relative;
top:50px;
border-radius:10px;
background-color:rgba(255,255,255,0.6);
z-index:10;
margin-top:23px;
}

.page-invisible #wrapper_object_content{
height:auto;
min-height:400px;
padding:70px;
}
.page-signatur #element_adjacent_objects{
display:none;
}
.page-invisible #element_adjacent_objects{
display:block;
}
#element_adjacent_objects{
margin: 10px auto;
}
#element_adjacent_objects svg{
width:100%;
height:100%;
}


.page-signatur_vg1 #element_middle_row , .page-signatur_vg2 #element_middle_row ,
.page-signatur_vg3_1 #element_middle_row , .page-signatur_vg3_2 #element_middle_row ,
.page-signatur_lerer #element_middle_row, .page-signatur_grammatikk #element_middle_row {
    height: auto;
    position: relative;
    width: 65%;
    margin:20px auto 100px;
}

.page-signatur_vg1.page-invisible #element_middle_row,
.page-signatur_grammatikk.page-invisible #element_middle_row {
border:2px solid rgba(230, 139, 95, 1);
}
.page-signatur_vg2.page-invisible #element_middle_row {
border:2px solid #008637;}
.page-signatur_vg3_2.page-invisible #element_middle_row {
border:2px solid #004F9D;}
.page-signatur_vg3_1.page-invisible #element_middle_row {
border:2px solid #941B80;}
.page-signatur_lerer.page-invisible #element_middle_row {
border:2px solid rgba(230, 139, 95, 1);
}





/*** BOTTOM IMAGESSS *******/

.page-signatur_vg1 footer:before {
    background-image: url("/data/b20cef01-4f35-4194-8f84-b7f42e728d64");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 90% auto;
    bottom: 100%;
    content: "";
    height: 500px;
    left: 0;
    position: absolute;
    width: 25%;
}
.page-signatur_vg2 footer:before {
    background-image: url("/data/b7b07f48-534a-4ec7-87b2-c430a047d398");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size:auto 90% ;
    bottom: 100%;
    content: "";
    height: 600px;
    left: 0;
    position: absolute;
    width: 25%;
}
.page-signatur_vg3_2 footer:before {
    background-image: url("/data/56a1b9d3-7eaa-4135-b174-6e7beedf68da");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 90%;
    bottom: 100%;
    content: "";
    height: 600px;
    left: 0;
    position: absolute;
    width: 25%;
}
.page-signatur_vg3_1 footer:before {
    background-image: url("/data/586d3857-5110-482f-9e43-b84b8e8e2ea4");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 90%;
    bottom: 100%;
    content: "";
    height: 600px;
    left: 0;
    position: absolute;
    width: 25%;
}




/**** FULL PAGE MENU ***/

.menu_panel , .menu_panel_2{
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #888;
    border-radius: 5px ;
    height: auto;
   
    margin: 0 auto;
    position: relative;
    top: -1px;
    width: 100%;
    z-index: 20;
}



.menu_button {
    background: /*url("/data/1421e2ea-0c31-4f23-8207-6c0aa967b14e") no-repeat scroll 92px 7px */ 16px 16px rgba(255, 255, 255, 0.5);
    border: 1px solid #888;
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    display: block;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
    top: 1px;
    width: /*80px;*/auto;
}

.menu_button_2 {
    background: no-repeat scroll 92px 8px / 15px 15px rgba(255, 255, 255, 0.0);
    border: medium none;
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    display: block;
    line-height: 30px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    width: /*72px;*/ auto;
 top: 1px;
}

.menu_button_2 a, 
.menu_button a{
display:block;
color:#333;
}
.header_options li a{
color:#333;
}

.header_options li a:hover{
color:#e74e1b;
}

.button_opened {
    background: /*url("/data/f03b7b56-2b22-486d-aa14-3d90ac1a4052")*/ no-repeat scroll 91px 7px / 16px 16px rgba(255, 255, 255, 1);
border: 1px solid #888;
    border-bottom: medium none;
    border-radius: 5px 5px 0 0;
    z-index: 77;
}


.menu_panel .close{
position:absolute;
top:10px;
right:10px;
width:20px;
height:20px;
z-index:10;
}

.menu_panel .close svg, .menu_panel_close img {
    height: 100%;
    width: 100%;
}

.menu_panel_inner {
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
  }
.menu_panel_inner li {
    display: table;
    font-size: 1em;
    list-style-type: none;
    margin: 1em auto;
    text-align: center;
}
.menu_panel_inner li a {
    color: #666;
}
.menu_panel_inner li:hover:before {
    left: -20px;
    opacity: 1;
}
.menu_panel_inner li:before {
   content: url("/data/b1d6b92c-f051-44fd-8295-381996fcc9cf");
    left: -40px;
    opacity: 0;
    position: relative;
    top: 5px;
    transition: all 0.4s ease 0s;
}

#om_verket .menu_panel_inner li:before {
   content: '';
    left: -40px;
    opacity: 0;
    position: relative;
    top: 5px;
    transition: all 0.4s ease 0s;
}

#om_verket .menu_panel_inner li {
    display: block;
    font-size: 1em;
    list-style-type: none;
    margin: 1em 0.5em;
    text-align: left;
}

.renconstruction{
   margin:20% auto;
   width:70%;
   font-size:2em;
}

/**********MC grammar button************/
.gramma_item {
  position: fixed;
  right: 8em;
  top: 256px;
  margin-top: 20px;
  background-image: url("/data/5b67356b-5bfa-4211-942d-e63100546c44");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 90% auto;
/*  box-shadow: 0 0 10px rgba(0, 134, 55, 0.8);*/
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  font-size:1.4em;
   color:white;
  text-align: center;
  line-height: 45px;
   z-index:300;
}
#drillpro {
/*    background-image: url("/data/ae24b6fe-e166-48f2-8031-e0bdedde8e7d");
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: 90% auto;
    box-shadow: 0 0 10px rgba(0, 134, 55, 0.8);
    text-indent: -11000px;                         */
    text-align: center;
    color: white;
    display: block;
    margin-top: 20px;
    position: fixed;
    right: 15%;
    top: 189px;
    transition: all 0.3s ease 0s;
    width: 130px;
    z-index: 300;
    height: 108px;
    font-size: 1.2em;
    line-height: 1.5em;
    text-shadow: 1px 1px 1px #888;
    padding: 6px 16px;
    box-sizing: border-box;
}
.signatur_large {
    font-size: 1.2em;
}
.signatur_small {
    font-size: 0.8em;
}
.drill_info {
  margin: 10px auto;
  position: fixed;
  top: 320px;
  z-index: 100;
  right: 15%;
  height: 45px;
  width: 130px;
  font-size: 1.1em;
  line-height: 1.3em;
}

.gramma_item:hover,
#drillpro:hover {color:white}

.page-signatur_vg1 .gramma_item {
  background-color: rgba(231, 78, 27, 0.7);
}
.page-signatur_vg2 .gramma_item {
   background-color: rgba(0, 134, 55, 0.7);
}
.page-signatur_vg3_1 .gramma_item {
  background-color: rgba(148, 27, 128, 0.8);
}
.page-signatur_vg3_2 .gramma_item {
  background-color: rgba(0, 79, 157, 0.8);
}
.page-signatur_vg1 .gramma_item:hover {
  background-color: rgba(231, 78, 27, 1);
}
.page-signatur_vg2 .gramma_item:hover {
  background-color: rgba(0, 134, 55, 1);
}
.page-signatur_vg3_1 .gramma_item:hover {
  background-color: rgba(148, 27, 128, 1);
}
.page-signatur_vg3_2 .gramma_item:hover {
  background-color: rgba(0, 79, 157, 1);
}


/**********MC grammar button************/

.introduction_2, .gramma_item {
  right: 15%;
}

.introduction_2 {
    margin: 10px auto;
    position: fixed;
    text-align: center;
    top: 199px;
    z-index: 100;  
}
.page-signatur_vg3_2 .introduction_2 {
    top: 210px;
}
.page-signatur_vg3_2 .gramma_item {
    top: 258px;
}



.introduction_inner, .gramma_item {
    height: 45px;
    width: 130px;
}
.introduction_inner2 {
    height: 45px;
    width: 130px;

/*    height: 135px;
    width: 70px;*/
}
.introduction_2 a{
    display: block;
}
.page-signatur_lerer .introduction_2 #dbok_lerer, #drillpro {
    background-color: rgba(231, 78, 27, 0.7);
}
.introduction_2 #dbok_vg1,
.introduction_2 #dbok_vg2,
.introduction_2 #dbok_vg31,
.introduction_2 #dbok_vg32,
.introduction_2 #dbok_lerer, 
#drillpro {
   background-position: right 32%;
   background-repeat: no-repeat;
   background-size: 90% auto;
   transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}

.introduction_2 #dbok_vg1  {
    background-color: rgba(230, 139, 95, 0.7);
    background-image: url("/data/e91b4b7f-1f14-4cf2-8882-5b7d01a3d765");
/*    box-shadow: 0 0 10px rgba(230, 139, 95, 0.8);*/
}
.introduction_2 #dbok_vg2{
  background-color: rgba(0, 134, 55, 0.7);
  background-image: url("/data/5b67356b-5bfa-4211-942d-e63100546c44");
/*  box-shadow: 0 0 10px rgba(0, 134, 55, 0.8);*/
}
.introduction_2 #dbok_vg32 {
    background-color: rgba(0, 79, 158, 0.7);
    background-image: url("/data/7b26b6b6-fdad-49e9-b4c2-85bace603b17");
/*    box-shadow: 0 0 10px rgba(0, 79, 158, 0.8);*/
}
.introduction_2 #dbok_vg31 {
    background-color: rgba(146, 39, 144, 0.7);
    background-image: url("/data/23d9559a-cde9-4a3c-b38a-c763ed503830");
/*    box-shadow: 0 0 10px rgba(146, 39, 144, 0.8);*/
}

.page-signatur_grammatikk


.introduction_2 #dbok_lerer,
#drillpro {
    background-color: rgba(231, 78, 27, 0.7);
/*    box-shadow: 0 0 10px rgba(230, 139, 95, 0.8);*/
}

.introduction_inner img,
.introduction_inner2 img {
   height: auto;
   position: relative;
   top: 16%;
   width: 90%;
}
/*.introduction_inner2 img {
    height: auto;
    position: relative;
    right: 20px;
    top: 38%;
    transform: rotate(-90deg);
    width: 150%;
}*/

.introduction_2:hover #dbok_vg1{
    background-color: rgba(230, 139, 95, 0.95);
/*    box-shadow: 0 0 10px rgba(230, 139, 95, 1);*/
}
.introduction_2:hover #dbok_vg2{
    background-color: rgba(0, 134, 55, 0.95);
/*box-shadow: 0 0 10px rgba(0, 134, 55, 1);*/
}
.introduction_2:hover #dbok_vg32{
    background-color: rgba(0, 79, 158, 0.95);
/*box-shadow: 0 0 10px rgba(0, 79, 158, 1);*/
}
.introduction_2:hover #dbok_vg31{
    background-color: rgba(146, 39, 144, 0.95);
/*box-shadow: 0 0 10px rgba(146, 39, 144, 1);*/
}
.introduction_2:hover #dbok_lerer,
#drillpro:hover {
    background-color: rgba(230, 139, 95, 0.95);
/*box-shadow: 0 0 10px rgba(230, 139, 95, 1);*/
}

.iframe-book{
margin:0 10%;width:80%; min-height:1400px; overflow:hidden;
}
.iframe-box{
position:relative;
overflow:hidden;
height:600px;
} 



.introduction {
    display: block;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 65px;
    width: 65%;
}
.introduction p {
    background-color: rgba(0, 79, 157, 0.8);
    line-height: 45px;
    text-align: center;
}
.introduction p:hover{
background-color: rgba(0, 79, 157, 1);
}

.introduction p a {
    display: block;
color:#fff;
position:relative;
} 


.no_access_link a:before {
    background-image: url("/data/0b270669-5c76-4298-b246-54b0667442ba");
    background-size: cover;
    content: "";
    height: 25px;
    left: 20px;
    position: absolute;
    top: 10px;
    width: 25px;
}



/******* LINK -> HOME ********/

.link_exc{
    display:block;
    width:auto;
    margin:0;
    transition:0.3s all ease;
}
.link_exc img{
    margin-right:10px;
    opacity:0.8;
    vertical-align:text-bottom;
    transition:0.3s all ease;
}
.link_exc a {
    text-transform:uppercase;
    font-size:1em;
    color:#888;
    transition:0.3s all ease;
}
.inline_open_link a {
    border-bottom: 2px solid;
    color: #e74e1b;
    font-size: 1em;
    padding: 0 0 5px;
    transition: all 0.3s ease 0s;
}
.link_exc:hover img{
    opacity:1;
}
.link_exc:hover a , .inline_open_link a:hover{
    color:#333;
}






/**** TEKST **********/

.signatur_textwrapper p, .signatur_textwrapper li, .inline p, .inline li {
    font-size: 1.1em;
    line-height: 25px;
    margin: 1.5em 0;
    max-width: 45rem;
    text-overflow: ellipsis;
    white-space: initial;
}
.signatur_textwrapper h3, .inline h3 {
    margin: 1em 0;
    max-width: 35em;
font-size:1.5em;
}
.signatur_textwrapper li, .inline li {
    margin: 1em auto;
}


.signatur_download {
    display: block;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.icon_svg {
    display: block;
    height: 50px;
    margin: 0 auto;
    width: 50px;
}
.icon_svg svg {
    height: 100%;
    width: 100%;
}
.icon_stroke {
    background-color: #faf9f2;
    border: 3px solid #e74e1b;
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    margin: 0 auto;
    padding: 15px;
    width: 50px;
}
.signatur_download > p {
    display: block;
    font-size: 1.2em;
    margin: 10px auto;
    text-align: center;
    width: 80%;
}
.signatur_download_item {
    margin: 0 auto;
    width: 100%;
}
.signatur_download_item a {
    color: #333;
    font-size: 1.5em;
    font-weight: bold;
}
.signatur_download_item a:hover{
color: #e74e1b;
}


.framework #wrapper_object_content .signatur_textwrapper ul , 
.framework #wrapper_object_content .signatur_textwrapper ol , 
.framework #wrapper_object_content ul , 
.framework #wrapper_object_content ol {
max-width:50em;
margin:0;
}


.framework #wrapper_object_content .signatur_textwrapper ul li{
margin-left:14px;
list-style-type:disc;
line-height:20px;


}


/******** IFRAME SCROLLBAR *******/






.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}
.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 3px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 8px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		-webkit-border-radius: 6px; -moz-border-radius: 2px; border-radius: 6px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		-webkit-border-radius: 6px; -moz-border-radius: 2px; border-radius: 6px;
	}

.page-signatur_vg3_2 .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar
{ background-color: #000; background-color: rgba(0, 79, 157, 0.7); }

.page-signatur_vg3_2 .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.page-signatur_vg3_2 .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar
{ background-color: #000; background-color: rgba(0, 79, 157, 0.9); }


.page-signatur_vg3_1 .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar
{ background-color: #000; background-color: rgba(146, 39, 144, 0.7); }

.page-signatur_vg3_1 .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.page-signatur_vg3_1 .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar
{ background-color: #000; background-color: rgba(146, 39, 144, 0.9); }

.page-signatur_vg2 .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar
{ background-color: #000; background-color: rgba(0, 134, 55, 0.7); }

.page-signatur_vg2 .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.page-signatur_vg2 .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar
{ background-color: #000; background-color: rgba(0, 134, 55, 0.9); }


.page-signatur_vg1 .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.page-signatur_grammatikk .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar
{ background-color: #000; background-color: rgba(230, 139, 95, 0.7); }

.page-signatur_vg1 .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.page-signatur_grammatikk .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.page-signatur_vg1 .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.page-signatur_grammatikk .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar
{ background-color: #000; background-color: rgba(230, 139, 95, 0.9); }





	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */


/* EXTRAS *****************/

.page-signatur_vg2 .objects {
display:none;
}
.no_access_link{
cursor:pointer;
}
.locked_message {
    background-color: rgba(0, 79, 158, 0.9);
    color: #fff;
    height: 100%;
    left: 0;
    line-height: 50px;
    margin: 0 auto;
    opacity: 1;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100;
    display: none;
}


.locked_message h4 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 45%;
    width: 80%;
}

.locked_message a {
   color:rgb(150, 197, 244);
   font-size: 1.2em;
   text-decoration: underline;
   cursor: pointer;
}
.locked_message a:hover {
   color: rgb(83, 167, 247);
}

.locked_mark {
    background-image: url("/data/0b270669-5c76-4298-b246-54b0667442ba");
    background-size: cover;
    display: block;
    height: 60px;
    margin: 0 auto;
    position: relative;
    top: 40%;
    width: 60px;
}

.locked_close {
    background-image: url("/data/78f8c2c9-92ab-4689-9d01-ba8e8208a365");
    background-size: cover;
    display: block;
    height: 50px;
    margin: 0 auto;
    position: absolute;
right:5px;
    top: 5px;
    width: 50px;
}

.locked_close > a {
    display: block;
    height: 100%;
    width: 100%;
}

#wrapper_page.no_framework {
    font-size: 19px;
    font-family: 'Minion Pro 1167271';
    font-size: 1.4rem;
    background-color: white;
    overflow: visible !important;
}
.no_framework .introduction {
    display:none;
}
.no_framework #wrapper_object_content, .no_framework .quiz_message {
    margin: 0 !important;
}
.no_framework #wrapper_top_row, .no_framework .navigasjon, .no_framework h1  {
    display: none;
}
.no_framework .quiz_type_radio {
    padding: 10px;
}
.no_framework .quiz_message {
    color: rgb(220, 72, 29);
    font-family:"HarmoniaSans W02 Light";
}
.no_framework .apiece { 
    clear: both;
    display: block;
    overflow: hidden;
}
.no_framework .apiece>li {
    opacity: 0;
    transition: opacity .3s;
}
.no_framework .apiece>li.active {
    opacity: 1;
}
/* Progress bar */
.no_framework progress {
    -webkit-appearance: none;
}
/* Buttons */
.no_framework .button {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #bcbcbc;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
  background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
  background-image: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
  color: #888;
  text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  font-family: helvetica, arial, sans-serif;
}
.no_framework .button:hover {
  color: #555;
  cursor: pointer;
}
.no_framework .button:active,
.no_framework .button:active:after,
.no_framework .button:active:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.no_framework .quiz-results .button {
  margin-left: 10px;
}
.no_framework .button:after,
.no_framework .button:before {
  position: absolute;
  content: '';
  width: 15px;
}

/* Prev button */
.no_framework .button.prev {
  border-left: none;
  visibility: hidden;
}
.no_framework .button.prev:after {
  top: 1px;
  left: -5px;
  height: 50%;
  border-left: 1px solid #bcbcbc;
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  background-image: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  -webkit-transform: skew(-35deg, 0);
  -moz-transform: skew(-35deg, 0);
  -o-transform: skew(-35deg, 0);
  -ms-transform: skew(-35deg, 0);
  transform: skew(-35deg, 0);
}
.no_framework .button.prev:before {
  bottom: 1px;
  left: -5px;
  height: 48%;
  width: 15px;
  border-left: 1px solid #bcbcbc;
  -webkit-box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
  box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
  background-image: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  background-image: -moz-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  background-image: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  background-image: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  background-image: linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  -webkit-transform: skew(35deg, 0);
  -moz-transform: skew(35deg, 0);
  -o-transform: skew(35deg, 0);
  -ms-transform: skew(35deg, 0);
  transform: skew(35deg, 0);
}

/* Next button */
.no_framework .button.next {
  border-right: none;
}
.no_framework .button.next:after {
  bottom: 1px;
  right: -5px;
  height: 48%;
  border-right: 1px solid #bcbcbc;
  -webkit-box-shadow: 2px 1px 2px rgba(100,100,100,0.1);
  box-shadow: 2px 1px 2px rgba(100,100,100,0.1);
  background-image: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  background-image: -moz-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  background-image: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  background-image: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  background-image: linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  -webkit-transform: skew(-35deg, 0);
  -moz-transform: skew(-35deg, 0);
  -o-transform: skew(-35deg, 0);
  -ms-transform: skew(-35deg, 0);
  transform: skew(-35deg, 0);
}
.no_framework .button.next:before {
  top: 1px;
  right: -5px;
  height: 50%;
  border-right: 1px solid #bcbcbc;
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  background-image: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  -webkit-transform: skew(35deg, 0);
  -moz-transform: skew(35deg, 0);
  -o-transform: skew(35deg, 0);
  -ms-transform: skew(35deg, 0);
  transform: skew(35deg, 0);
}
.embed-player {
    margin: 0;
    width: 90%;
}
.video-embed, #player-embed, .autoHeight {
    width: 100% !important;
}
.video_byline {
    font-size: 9px !important;

}
/*********** MEDIA KŁERY ***********/

@media only screen 
and (max-height : 800px)
{
.book_item {
    bottom: 0;
    cursor: pointer;
    display: inline-block;
    height: auto;
    margin: 0 0;
    position: relative;
    transition: all 0.3s ease 0s;
    vertical-align: bottom;
    width: 19,5%;
   }
}

@media only screen 
and (max-height : 800px)
{
.book_item {
    bottom: 0;
    cursor: pointer;
    display: inline-block;
    height: auto;
    margin: 0 0;
    position: relative;
    transition: all 0.3s ease 0s;
    vertical-align: bottom;
    width: 19,5%;
   }
}

@media only screen 
and (max-width : 669px)
{
.book_item {
    width: 19%;
   }
}
@media only screen 
and (max-width : 1279px)
{
.framework #element_middle_row {
   width: 75%;
   margin-top: 23px;
}
.framework .page-invisible #element_middle_row {
   width: 75%;
   margin-top: 23px;

}



.book_item_caption svg{
   width:160px;
   height:100%;
}

.page-signatur_vg1 footer:before, {
    background-image: url("/data/b20cef01-4f35-4194-8f84-b7f42e728d64");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 100%;
    content: "";
    height: 500px;
    left: 0;
    position: absolute;
    width: 25%;
}
.page-signatur_vg2 footer:before {
    background-image: url("/data/b7b07f48-534a-4ec7-87b2-c430a047d398");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size:auto 80% ;
    bottom: 100%;
    content: "";
    height: 600px;
    left: 0;
    position: absolute;
    width: 25%;
}
.page-signatur_vg3_2 footer:before {
    background-image: url("/data/56a1b9d3-7eaa-4135-b174-6e7beedf68da");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 80%;
    bottom: 100%;
    content: "";
    height: 600px;
    left: 0;
    position: absolute;
    width: 25%;
}
.page-signatur_vg3_1 footer:before {
    background-image: url("/data/586d3857-5110-482f-9e43-b84b8e8e2ea4");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 80%;
    bottom: 100%;
    content: "";
    height: 600px;
    left: 0;
    position: absolute;
    width: 25%;
   }
}

/*
#vg2 {left:-20%}
#vg3_2 {left:-35%}
#vg3_1 {left:-60%}
*/

.image-right-span {
    float: right;
}
.photocredit {
    display: block;
    font-size: 0.6rem !important;
    margin: 0 !important;
    max-width: 100% !important;
    text-align: right;
    width: 100%;
}
.photocredit2 {
    clear: right;
    display: block;
    font-size: 0.6rem !important;
    line-height: 0.7rem !important;
    max-width: 100% !important;
    padding: 0.3rem 0 !important;
    text-align: right;
}
.source-credit {
    display: block;
    font-size: 0.8em !important;
    margin: 0 !important;
    max-width: 80% !important;
    text-align: right;
    width: 100%;
}
.image-wide {
    height: auto;
    width: 100%;
}
.p-margin-reduce {
    margin: 0.5em 0 1.5em 0 !important;
}