/*
Theme Name: Desk no. 63 2025 Edition
Author: Jesper Giørtz
Version: 0.91
*/
@font-face {
  font-family: 'Neutraface Text Book';
  src: url('font/Neutraface Text Book.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: 'Neutraface Text Book', Arial, sans-serif;
  margin:0px;
	background-color:white;
}
.nospace {
	margin-bottom:0px;
	padding-bottom:0px;

}
.zoomin {

	overflow:hidden;
}
.zoomin img {
	animation: zoomin 8s both ease-out;
}
@keyframes zoomin {
	0% { transform: scale(1.0)}
	100% { transform: scale(1.1)}
	
}

.custom-logo {
  height:35px;
  width:auto;
}
p 
{
	font-size:18px;
	line-height:1.5;
	margin: 0 0 30px 0px;
}
figure
{
	margin-bottom:30px;
}
h2 {
	margin-top:0px;
	margin-bottom:20px;
	text-transform: uppercase;
}

#navbar {
  position: fixed;
  top: 0px;
  padding:10px 0px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  color: black;
  z-index: 1000;

 
}
.navcontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;;
  margin: 0 auto; 
  padding: 0 20px;
}
.navitems 
{
  display: flex;
  justify-content: right;
  align-items: right;


  margin: 0 0px;
  font-size: 16px;
  color: black;
  text-decoration: none;
}
.navitems li {
  display: inline-block;
  margin: 0 0px;
  
}
.navitems a {
  color: black;
  text-decoration: none;
  padding: 10px 0px 10px 00px;
  text-transform: uppercase;
  margin-left:20px;
	position:relative;
	border-bottom:2px solid #ffffff;
}
.navitems a:after {
	content: "";
	position: absolute;
  bottom: -2px;
  left: 0%;
  height: 2px;
  width: 0%;
  background-color: black;
  transition: all 0.3s ease-in-out;
}

.navitems a:hover::after {
  width: 100%;
	
}
.navitems-old a:hover {
  color: #000000;

    border-bottom: 2px solid #000000;
}


.navspace 
{
  height: 100px;
}
.current-menu-item a {
  border-bottom: 2px solid #000000;
}
.container
{
  max-width: 960px;;
  margin: 0 auto;
  padding: 20px;
}
#footer {
	
	padding:100px 20px;
}
@media (max-width: 1024px) {

.navitems a:hover::after {
  width: 0%;
	
}
.navitems a:after {
	display:none;
	}
	.navitems a:hover {
		 border-right: 2px solid #000000;
	}
	

  #navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px 20px 10px 20px;
	
  }
  .navcontainer {
    flex-direction: column;
    align-items: center;
    padding:0px;
  }
  .navitems {
    flex-direction: column;
    width:100%;
    display:none;

    
  }
  .navitems.active {
    display: flex;
  }
 .navitems li {
  display:block;
  margin:0px;
  height: auto;
  
 }
 .navitems ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
  }
 
 .navitems a {
    display:block;
    height:60px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin:0px;
    padding:0px;
    display: flex;
    align-items: center;
    justify-content: center;
  border-right: 2px solid #ffffff;
  }
.current-menu-item a {
  border-bottom: 0px;
  border-left: 4px solid #000000;
}
.navitems a:hover::after {
  width: 100%;
	
}

.sitelogo {
  width:100%;
  display:flex;
  justify-content: left;

}
  .custom-logo {
    height: 50px;
	  padding:10px 0px;
    width: auto;
  }
  .navspace {
    height: 100px;
  }
  .burger-menu {
    display: block;
    cursor: pointer;
    float: right;
    margin-left: auto;
    align-items: center;
    height: 50px;
    padding:10px 0px;
    
  }
  .burger-menu span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: black;
    margin: 5px auto;
    transition: all 0.3s ease;
  }
  .burger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translateY(9px);
  }
  .burger-menu.active span:nth-child(2) {
    opacity: 0;
  }
  .burger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-9px);
  }



}
@media (max-width: 781px) {
	.nospace {
		gap:0px;
	}
	.hidemobile 
	{
		display:none;
	}
}