/* ///// moto.css ///// */


/* flyttat till html-filerna
@font-face {
    font-family: 'papyrusregular'; 

    src: url('/fonts/papyrus-webfont.woff2') format('woff2'),
        url('/fonts/papyrus-webfont.woff') format('woff');

    font-weight: normal;
    font-style: normal;
}  */


* {
    font-family: 'papyrusregular', sans-serif;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color:#26190c;
}

img {
    width: 100%;
    /* height:100%; */
    padding: 0;
    margin: 0;
    object-fit: cover;
    /* background-color: rgb(124, 99, 99); */
    display: block;
}

footer #id_upIconBox img{
    background-color: rgba(48, 41, 31, 0.626);
}

/* img:hover{
    padding:0;
    margin:0;
} */

/* div{
   
} */


/* /////////// GRID CONTAINER AND ITS ITEMS /////////////// */


#id_gridContainer {
    background-color: #f8a04b;
    /* resten finns i andra filen */
}



header {
    /* position: -webkit-sticky;
    position: sticky;
    top: 0; */

    grid-area: header;
    /* background-image: url("/bilder/img_header.jpg");  flyttat till html*/
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    /* background-size:100%; */
    /* height: 18.75vw; */
    height: 18vw;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2px;
}



aside {

    /* position: -webkit-sticky;
    position: sticky;
    top: 0;     */

    display: flex;
    flex-direction: column;
    grid-area: aside;
    align-self: stretch;
    background-color: #523215;
    /* background-color: #3c2209; */
}



main {
    grid-area: main;
    margin: 0;
    display: flex;
    flex-direction: column;
}


footer {
    grid-area: footer;
    background-color: #26190c;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 3px;
}




/* /////////////////////// DIV BIG CONTAINERS /////////////////////////// */


/*// HEADER //*/

#id_menuIconBox {
    display: flex;
    flex-direction:column;
    align-self: flex-end;
    /* background-color: orange; */

    /* mer finns i andra filen */

    /* width: 40px;
    min-width: 40px; */
    
    /* padding:0; */
    /* margin-left:25px; */
    /* margin-bottom:20px; */
    /* padding:0; */
    /* min-width:50px; */
    /* background-color: #26190c; */
}


#id_titleIconBox {
    align-self: center;
    padding: 0;
    /* finns mer i andra filen */
}


#id_flagContainer {
    display: flex;
    flex-direction: row;
    justify-content:space-between  ;
    align-self: flex-end;
    background-color: transparent;
    /* background-color: crimson; */
    /* finns mer i andra filen */
    
}


.cl_flagBox{
    display:block;
    margin:0;
    /* width:50px;  */
    /* finns mer i andra filen */
    /* background-color: blueviolet; */
    
}



/*// ASIDE //*/


/* #id_asideTabContainer{

} */

/* #id_asideTitle{
    height:70px; 
} */


.cl_asideTab {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-style: outset;
    border-width: 4px;
    border-color: #502d0b;

    background-color: #3c2209;
    color: #b46c25;
    /* color:#f8a04a; */

    /* min-height:50px; */

}





/*// MAIN //*/

#id_mainTabContainer {
    display: flex;
    flex-direction: row;

    background-color: #673608;
    min-height: 40px;

}

.cl_mainTab {
    display: flex;

    border-style: solid;
    border-width: 2px;
    border-color: #38200b;

    width: 100%;
    /* text-align: center; */
    color: #f8a04b;
    /* color:#38200b; */

}



article {
    background-color: #b46c25;
    /* display:flex;
    flex-direction: column; */
    display: block;
    margin: 0;
    padding-bottom: 20px;
    height: 100%;

    /* padding-left:50px;
    padding-right:50px; 
    finns i andra filen*/

}


#id_controlsContainer {
    background-color: #b46c25;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    padding-bottom: 20px;
    padding-top: 0;
    padding-left: 80px;

    padding-right: 80px;

}

.cl_controlBox {
    display: flex;
    /* flex-direction: row; */
    width: 50px;
    background-color: inherit;
    /* background-color: red; */
}



/*// FOOTER //*/

.cl_footerBox {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgb(184, 184, 184);
}

#id_upIconBox {
    
    display:flex;
    flex-direction: column;
    align-self: center;
    width: 50px;
    /* min-width: 50px; */
    margin-right: 40px;
    
}




/* ///////////////////// TEXT ////////////////////////////// */


/* h1{

} */

/* article h2 {
    font-size: 48px;
    finns i andra filen
} */


aside h3 {
    display: flex;
    flex-direction: column;

    padding-left: 15px;
    justify-content: center;

    /* margin-left: finns i andra filen */
    font-size: 20px;
}



aside h4 {
    display: none;
    font-size: 18px;
    margin-top: 2px;
    margin-bottom: 2px;
    /* margin-left: finns i andra filen */
}


#id_mainTabContainer h3 {
    display: flex;
    margin: auto;
    padding: 0;

    /* flex-direction: column;
    justify-self: center; */

    /* font-size: finns i andra filen */
}

aside h5 {
    display: flex;
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 14px;

    /* margin-left: finns i andra filen */
}



h5.cl_breadCrumbs {
    color: rgb(41, 41, 40);
    margin-left: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}


footer h6 {
    margin: 5px;
}



/* article p {
    font-size: finns i andra filen
} */





/* ///////////////////// BUTTON, LINK AND SPAN ////////////////////////////// */


button {
    display: flex;
    background-color: transparent;
    border-style: none;
    padding: 6px;
}

button:hover {
    background-color: inherit;
    padding: 0;
}


/* menu */
#id_menuIconBox button{
    padding:6px; 
} 

#id_menuIconBox button:hover{
    padding:0; 
} 


/* flag */
.cl_flagBox button {
    padding: 6px;
}

.cl_flagBox button:hover {
    padding: 0;
}


/* control */
.cl_controlBox button {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.cl_controlBox button:hover{
    padding:0;
}


/* up-icon */
#id_upIconBox button {
    padding:6px;
}

#id_upIconBox button:hover {
    padding:0;
}



/* /// */


a {
    display: inline-flex;
    padding: 0;
    margin: 0;
    color: inherit;
    text-decoration-line: none;
}


.cl_breadCrumbs a {
    text-decoration-line: underline;
    color: antiquewhite;
}

.cl_breadCrumbs a:hover {
    color: darkblue;
}

span.pointerTipText {
    display: none;
}



/* ///////////////////// TAB-HOVER AND TAB-ACTIVE ////////////////////////////// */


/* HOVER EFFECTS */


aside h3 a:hover,
aside h4 a:hover,
aside h5 a:hover,
.cl_mainTab h3 a:hover {
    /* color:darkred !important; */
    /* -webkit-text-stroke-color: darkredred; */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}




.cl_asideTab:not(#id_asideTitle):hover{

    /* background-color: #b46c25 !important; */
    background-color: #754a1f !important;
    /* color:#341b03 !important; */

}

.cl_activeRow {
    /* color:white; */

    /* color:rgb(198, 197, 197);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(194, 169, 132); */

    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;

    /* text-shadow: 0px 1px 0.2em rgb(152, 14, 14); */
    /* text-shadow: 0px 1px 0.2em rgb(152, 14, 14); */
    /* text-shadow: -1px 0 black, 0 1px black,
        1px 0 black, 0 -1px black; */

    /* background-color: #b46c25 !important; */
}

/* aside .cl_activeRow {
    text-shadow: 0px 1px 0.2em rgb(152, 14, 14);
} */



/* extra skugga */
/*aside h4 {
     text-shadow: 0px 1px 0.2em rgb(131, 60, 8); 
    #341b03
    text-shadow: 0px 1px 0.1em #341b03;}*/