body, html {
    font-family: "bureau-grot", "benton-sans", "sans-serif";
    font-size: 16px;
    line-height: normal;
    font-weight: 300;
    letter-spacing:normal;
/*    background-color: #F5F5F5;*/
}

.mobilenav {
    display:none;
}

p,h1,h2,h3,h4,h5,div,span,table,td,tr,ul,li,a {
        letter-spacing:normal;
    font-weight: 300;
}
 
button:focus {outline:0;}

ul,ol {
	list-style:none;
}

h3,  .cvsection h2 {
    font-size:1.15rem;
}

.contactwrapper h3, .cvsection h2 {
    text-decoration:underline;
    margin-bottom:1rem;
}

.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}

.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 30s linear infinite 0s;
    -moz-animation: imageAnimation 30s linear infinite 0s;
    -o-animation: imageAnimation 30s linear infinite 0s;
    -ms-animation: imageAnimation 30s linear infinite 0s;
    animation: imageAnimation 30s linear infinite 0s; 
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}


/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

.enter {
    z-index: 9999;
}

.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
color:#000;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav h1, #section h2.toptitle {
    margin:0;
    margin-bottom: 2rem;
    font-size: 1.15rem;
    line-height: 1.5rem;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #000;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover:before, .dropdown-btn:hover:before {
  content: "—\0020\0020\0020";
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active:before {
  content: "—\0020\0020\0020";
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #fff;
    margin-left:1rem;
    border-left: 1px solid #000;
}

.dropdown-container a.active:before {
    content: "—\0020\0020\0020";
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
}


p, address, table {
    font-size: 1.15rem;
    line-height: 1.5rem;
}

.pure-g [class*=pure-u] {
    z-index: 8888;
    font-family: "bureau-grot", "benton-sans", "sans-serif";
    background-color: #fff;
    padding: 1rem;
    padding-left:2rem;
    padding-bottom:0.5rem;
    padding-top:20px;
}

#section .pure-g [class*=pure-u] {
    padding-left: 0;
    z-index: 0;
}

.maincontainer {
        z-index: 7777;
    
}

#navigation {
    margin-bottom: 1rem;
}

.topnav h1, .menu h1 {
  color: #000;
    font-size: 1.25rem;
    line-height: normal;
    margin: 0;
    padding:0 0 0.5rem 0;
    padding-right: 0.25rem;
    display: inline-block;
    font-weight: 300;
}

.light, .light h1 {
    font-family: "bureau-grot", "benton-sans", "sans-serif";
    font-weight: 300;
    font-style: normal;
}

.right {
    text-align: right;
}

a.homebtn {
    padding: 0;
    padding-left: 16px;
}

.menumargin {
    padding-right: 2rem;
}

/*
.pure-menu-horizontal ul li:hover {
    background-color:#fff;
}
*/


#section {
    margin-top:20px;
    margin-left: 300px;
    margin-right:1rem;
/*    float:right;*/
}

#intro {
    letter-spacing: normal;
    font-family: "bureau-grot", "benton-sans", "sans-serif";
    margin-right: 1rem;
}

#intro ul {
    padding: 0;
    margin: 0;
    margin-right:1rem;
}

#intro ul li {
    display:inline-block;
    width:32%;
    padding-right:2rem;
    vertical-align: text-top;
}

#exhibitions {
    margin-top:1rem;
    margin-right:1rem;
    padding-top:1rem;
    border-top:1px solid #000;
}

#exhibitions h4 {
    font-size:1.15rem;
    margin-bottom: 2rem;
}

#exhibitions h4.nobottom {
    margin-bottom: 0;
}

#exhibitions ul {
    margin:0;
    margin-top:1rem;
    padding-left:2rem;
    border-left:1px solid #000;
}

#exhibitions ul li{
    font-size:1.15rem;
    margin-bottom:2.5rem;
}

#exhibitions li a:hover {
    text-decoration:underline;
}

#exhibitions h5, .exhibitioninfo  {
    margin-top:0.25rem;
    margin-bottom:1rem;
    font-size:1rem;
}


.fadein {
    opacity:0;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.caption {
    float:left;
    clear:both;
    margin-top: 2rem;
    max-width: 45rem;
}

.load {
    opacity:1;
}

.caption h2 {
    font-size: 1.25rem;
    padding: 0;
    margin: 0;
    margin-bottom: 0.25rem;
}

.caption h3 {
    font-size: 0.9rem;
    line-height: 1.25rem;
}

.cvsection h2 {
    font-size: 1rem;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
    
}

.cvsection img {
    width:100%;
    height: auto;
    margin-bottom:1rem;
}

/*
.cvlist, .cvlist li{
    display: inline-block;
}
*/

p.author {
    font-size: 0.9rem;
    line-height:1.25rem;
}

.cvlist li img {
    height: 40%;
    width: auto;
    margin-bottom: 1rem;
}

.caption h3 {
    font-family: "bureau-grot", "benton-sans", "sans-serif";
    font-weight: 300;
    font-style: normal;
}

.caption p {
    margin-top:1rem;
    font-family: "bureau-grot", "benton-sans", "sans-serif";
    font-weight: 300;
    font-style: normal;
}

.contactwrapper {
}

.cvsection {
    margin-bottom: 2rem;
    padding-right: 2rem;
}

.cvlist {
    list-style:none;
    margin:0;
    padding:0;
}

.cvlist li {
        font-size: 1.15rem;
    margin-bottom: 0.25rem;
}

.catalogi li {
    display:inline-block;
    margin-bottom: 2rem;
}

.cvtable tr td{
    vertical-align:top;
}

.cvtable td.dates {
    font-weight:300;
    width: 10rem;
    
}

.cvtable td.event {
/*    padding-left: 5rem;*/
}

.telnr {
    padding-left: 3rem;
    white-space:nowrap;
}

.sublist {
    list-style:none;
    margin:0;
    padding:0;
}

ul.sublist > li {
  text-indent: -20px;
}
ul.sublist > li:before {
  content: "—\0020\0020\0020";
  text-indent: -20px;
}

.pure-menu, .pure-menu ul, .pure-menu li, .pure-menu-children, .pure-menu-children li, .pure-menu-has-children li, .pure-menu-link {
    color:#000;!important
}

a, a:visited, a:hover, a:active {
    color:#000;!important
}

.lang {
    position:fixed;
    bottom:1rem;
    left:1rem;
    color:#000;
    z-index:9999;
}
.lang ul {
    padding:0;
    margin:0;
}

.lang ul li {
    display:inline-block;
    padding-right: 1rem;
}

.langnl {
    padding-left:1rem;
    border-left: 1px solid #000;
}

ul.nlactive li.langnl a, ul.enactive li.langen a {
    border-bottom: 1px solid #000;
}

#exhibitionsinfo h3 {
    font-size: 1.15rem;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
    margin-top: 0.25rem;
}





@media (max-width:991px) {
    
    #intro {
        border-bottom:0px;
    }
        #intro ul li, #exhibitions ul li {
    display:block;
    width: 100%;
    vertical-align: text-top;
        border-bottom:1px solid #000;
        margin-bottom: 1rem;
            
}
    
    .pure-g [class*=pure-u] {
        padding:0;
        
    }
    .pure-u-md-1 {
        padding-top:0;
    }
        .topnav {
        width:100%;
            padding-top:0;
    }
    
    .topnav h1 {
        padding:1rem;
    }

}

@media (max-width:641px) {
    body, html {
    font-size: 14px;
    }
    
    .topnav {
        width:100%;
    }
    
    .topnav h1 {
        padding:1rem;
    }
    
.mobilenav {
    display:block;
    position:fixed;
    top:40px;
    left:0;
    padding:1rem;
    background-color: #fff;
    min-width:641px;
    z-index:5000;
    border-bottom:2px solid #000;
    padding-bottom:0.25rem;    
    padding-top:0.25rem;
}
    .menumargin {
        padding-right:1rem;
    }
    
    li.pure-menu-item a:hover {
        background-color:#fff;
    }
    
/*
.pure-menu-horizontal .pure-menu-list, .pure-menu-list, .pure-menu-horizontal .pure-menu-heading, .pure-menu-horizontal .pure-menu-item, .pure-menu-horizontal .pure-menu-separator {
    display: block;
    clear:both;
    
}
*/
    
.pure-menu-horizontal {
    white-space: normal;
    font-size:1.25rem;
}
    
.pure-menu-list a {
    padding-left:0;
}
    .pure-menu-children {
            border-left: 2px solid #000;
            padding-left: 1rem;
    }

    
    .pure-menu-children a:hover {
            background-color:#fff;
        text-decoration:underline;
            
    }
    
        .pure-menu-children a:hover {
            background-color
    }
    
    #intro, #intro ul {
        margin-right:0;
    }  


.sidenav {
    display:none;
/*
    height:auto;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    background-color: #fff;
    min-width:641px;
    z-index:5000;
    border-bottom:1px solid #000;
    padding-bottom:0.25rem;
*/
}

    .topnav {
        padding-left:0;
    }
    
        .pure-g [class*=pure-u]{
        padding-left: 1rem;
    }
#section {
    margin-left: 1rem;
    margin-right:1rem;
}
    
table, thead, tbody, th, td, tr { 
/*		display: block; */
}
    
    tr {
        padding-bottom: 1rem;
    }
    
td { 
    /* Behave  like a "row" */
/*    border: none;*/
/*    border-bottom: 1px solid #eee; */
/*    position: relative;*/
/*    padding-left: 50%; */
}
    
td:before { 
/* Now like a table header */
/*
position: absolute;
 Top/left values mimic padding 
top: 6px;
left: 6px;
width: 45%; 
padding-right: 10px; 
white-space: nowrap;
*/
}
    
    .lang {
        position:fixed;
        top:0;
        left:0;
        height:40px;
        width:100%;
        padding: 1rem;
        text-align:left;
        background-color:#fff;
        font-size: 1.25rem;
}
    
    #exhibitions {
    width:100%;
}
    
.pure-g [class*=pure-u] {
    padding:0;
}
    
       .projectimg {
        width:100%;
    } 
 
    
    .cvtable tr {
        border-bottom:1px solid #000;
    }
    
    .cvtable td {
        padding-top:1rem;
        padding-bottom:1rem;
    }
    
    .cvtable td.dates {
        width:8rem;
        margin-right:0;
    }
    .cvsection h2 {
        margin-top:4rem;
        font-size:1.25rem;
        text-decoration:none;
        padding:1rem;
        padding-left:0;
        border-bottom:2px solid #000; 
    }
    .cvsection {
        padding-right:0;
    }
}

