/*
 Theme Name:   Twenty Twenty-Five Child
 Template:     twentytwentyfive
 Description:  Child-tema til Twenty Twenty-Five
 Version:      1.0
*/



/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

.na-title{
    color: white;
}

.na-delete-title {
   background-color: rgba(255, 200, 0, 0.3) !important; 
}

.na-toggle-nodes {
   background-color: rgba(255, 200, 0, 0.3) !important; 
}

/*#node_titel_term, 
#node_new_titel,
#node_title,
#node_instrument_term*/
div input
{    
   width: 385px;
   height: 30px;
   background: white;
   border: 2px solid black;
   border-radius: 8px;
   padding-left: 10px;
   font-size: 20px;
}

div select
{    
   width: 400px;
   height: 40px;
   background: white;
   border: 2px solid black;
   border-radius: 8px;
   padding-left: 10px;
   font-size: 20px;
}

form label {
    color: #ffffff;
    font-size: 30px;
}

.nytitel {
    width: 400px;
    background: #332000;
    padding: 10px;
    border: 2px solid black;
    border-radius: 8px;
}

.file-download {
    
}

.upload-alt{
    background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: 2px solid black;
  border-radius: 8px;
}