/* */
{
    box-sizing: border-box;
}

body {
    /* font-family: bembo,garamond,palatino,gentium,cardo,serif; */
    font-family: verdana, cantarell, sans-serif;
    font-size: large;
    color:#504020;
    background:#fcfafc; 
}

.logo {
    position: fixed;
    max-width: 4.5em;
    left:1em;
    top:0.5em;
}

.paragraphs {
    margin-top:6em;
    margin-left:10em;
    margin-right:10em;
    margin-bottom:2em;
}

.quot {
    font-size:medium;
    margin-top:2em;
    margin-left:3em;
    margin-right:15em;
    margin-bottom:2em;
}

.paragraphs a {
    color: #cf8000;
}

.paragraphs a:hover{
    color: #ff9010; 
}

.listed {
    margin-left:2em;
}

.quoted {
    margin-left:2em;
    margin-bottom:2em;
}
/* scrap */

.top_padding {
    /* skjul tekst som skroller bak forbi banneret */
    position: fixed ;
    top:1.5em ; left:0px;
    top:0em ; left:0px;
    padding: 1em;
    width:100% ;
    height: 2.3em;
    height: 5em;
    background:#fffabc; }

.navbar {
    /* position: fixed;
    left: 15px;
    top: 225px;
    width: 200px;
    text-align: center;
    border-style: double;
    padding: 10px 10px; */
    position: fixed;
    top: 2em;
    left: 6em;
}
.navbar a {
    float: left;
    display: block;
    color: #403020;
    text-align: center;
    /* text-transform: uppercase; */
    font-family: sans;
    font-size: 1.1em;
    /* padding: 9px 36px; */
    padding: 0.5em 2em;
}

.navbar a:hover {
  /* background: #f5b050; */
  color: #ff5010;
}

.sidebar {
    position: fixed;
    left: 15px;
    top: 225px;
    width: 200px;
    text-align: center;
    border-style: double;
    padding: 10px 10px;
}

h1 { 
    /* margin-left:2em; */
    margin-right:2em;
    margin-top:30px;
    margin-bottom:12px;
    /*  text-align: center; */
}
h2 { 
    margin-left:-2em;
    margin-right:2em;
    margin-top:140px;
    margin-bottom:1em;
    /*  text-align: center; */
}
h3 { 
    /* margin-left:2em; */
    margin-right:2em;
    margin-top:50px;
    margin-bottom:12px; 
    /* text-align: center; */
}

.main {
    margin-top:1em;
    margin-left:3em;
    margin-right:4em;
    margin-bottom:1em;
}

.floatimg_left {
    float: left;
    width: 30%;
    max-width: 300px;
    margin-right:1em;
    padding: 1em 1em 1em 1em;}

.floatimg_right {
    float: right;
    width: 30%;
    max-width: 300px;
    margin-left:1em;
    padding: 1em 1em 1em 1em;}

.floatimg_top {
    float: right;
    width: 50%;
    max-width: 500px;
    right:0px;
    top:0em;
    padding: 1em 1em 1.5em 3em;}

.bigimg_top {
    float: right; 
    width: 50%; 
    max-width: 1799px;
    padding: 0px 20px 20px 140px;}

.bigimg_bot {
    /* position: fixed ;
    bottom: 0em; */
    width: 100%;
}

.floatimg_right {
    float: right;
    width: 50%;
    max-width: 400px;
    padding: 0px 20px 20px 0px;}

.img_center {
    /** text-align: center; **/
    width: 30%;
    max-width: 500px;
    margin: 20px auto 20px;
    display: block;}

.img_fontlogo{ 
    height: 1em;
    
}

.column_left {
    float: left;
    width: 50%;
    padding: 5px;
}

.column_right {
    float: right;
    width: 50%;
    padding: 5px; 
}
.column_third {
    float: left;
    width: 33%;
    padding: 6px;
    text-align: center;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.centered {
    text-align: center;
}    

.dropdown {
/*  position: relative; */
    position: fixed;
    top: 0;
    left: 28em;
}

/* Style the dropdown button */
.dropbtn {
    float: left;
    display: block;
    text-align: center;
    /* text-transform: uppercase; */
    font-family: sans;
    font-size: 1.1em;
    padding: 2.33em 3.5em; 
    background-color: #fffabc; 
    /* color: white; */
    /* padding: 16px;
    font-size: 16px; */
    border: none;
    cursor: pointer;
    top:2em;
}

/* Dropdown content */
.dropdown-content {
    display: none;
    position: absolute;
    top: 5em;
    padding: 0px 0px;
    background-color: #f9f9f9;
    width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside dropdown content */
.dropdown-content a {
    color: black;
    padding: 12px 0px;
    text-decoration: none;
    display: block;
    width:200px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #fffabc;
}

/* Show the dropdown content on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change background color of dropdown button on hover */
.dropdown:hover .dropbtn {
    color: #ff9010;
}











