:root
{
	--nieuwontwerp_core_admin_splash: #e67247;
	--nieuwontwerp_core_admin_text: #010101;
	/* */
	--nieuwontwerp_core_admin_background: #F2F2F2;
	--nieuwontwerp_core_admin_background_darker: #E5E3E3;
	--nieuwontwerp_core_admin_background_lighter: #F9F9F9;
	/* */
	--nieuwontwerp_core_admin_menu: white;
	--nieuwontwerp_core_admin_menu_current: #ed8869;
	--nieuwontwerp_core_admin_menu_hover: #efefef;
	/* */
	--nieuwontwerp_core_admin_border: #C6C6C6;
	--nieuwontwerp_core_admin_border_darker: #C1C0B8;
	--nieuwontwerp_core_admin_border_lighter: #E5DACA;
	/* */
  --nieuwontwerp_core_admin_borderradius: .5em;
  /* */
}

html
{
  box-sizing: border-box;
}

html.wp-toolbar
{
  padding-top: 3em;
  scroll-padding-top: 3em;
}

body
{
  height: unset;
  color: var(--nieuwontwerp_core_admin_text);
  font-family: 'Arial', 'Arial', sans-sans-serif;
	background-color: var(--nieuwontwerp_core_admin_background);
	background-image: url('admin-background.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1,h2,h3,h4,h5,h6
{
  color: var(--nieuwontwerp_core_admin_text);
}

#wpbody-content > .wrap > h1 { font-size: clamp(2em, calc(1em + calc(100dvh * .04)),100px) !important; font-weight: 200; }

.wp-core-ui .button,
.wp-core-ui .button-secondary
{
	transition: all 125ms ease-in-out;
	background: transparent;
	border-color: var(--nieuwontwerp_core_admin_splash) !important;
	color: var(--nieuwontwerp_core_admin_splash) !important;
}

.wp-core-ui .button:hover,
.wp-core-ui .button-secondary:hover,
.wp-core-ui .button:visited,
.wp-core-ui .button-secondary:visited
{
	background: var(--nieuwontwerp_core_admin_splash) !important;
	border-color: var(--nieuwontwerp_core_admin_splash) !important;
	color: white !important;
}

.postbox
{
  box-shadow: none;
  background: var(--nieuwontwerp_core_admin_menu);
  border: 1px solid var(--nieuwontwerp_core_admin_border);
  border-radius: var(--nieuwontwerp_core_admin_borderradius);

  .postbox-header
  {
    border-color: var(--nieuwontwerp_core_admin_border);
  }

  .handle-order-higher,
  .handle-order-lower
  {
    color: var(--nieuwontwerp_core_admin_border);
  }

  .handle-order-higher[aria-disabled=true],
  .handle-order-lower[aria-disabled=true]
  {
    color: var(--nieuwontwerp_core_admin_background_lighter);
  }
}

table.widefat
{
  background: var(--nieuwontwerp_core_admin_menu);
  border: 1px solid var(--nieuwontwerp_core_admin_border);
  border-radius: var(--nieuwontwerp_core_admin_borderradius);
  box-shadow: none;

  thead th,
  thead td
  {
    border-bottom: 1px solid var(--nieuwontwerp_core_admin_border);
  }

  td,
  th,
  p
  {
    color: var(--nieuwontwerp_core_admin_text);
  }
}

.striped>tbody>:nth-child(even),
ul.striped>:nth-child(even)
{
  background-color: var(--nieuwontwerp_core_admin_background);
}

.alternate,
.striped>tbody>:nth-child(odd),
ul.striped>:nth-child(odd)
{
  background-color: var(--nieuwontwerp_core_admin_background_lighter);
}

.form-table th,
.form-wrap p,
p.description,
.widefat tfoot tr td,
.widefat tfoot tr th,
.widefat thead tr td,
.widefat thead tr th,
.subsubsub a .count,
.subsubsub a.current .count,
.ac_match,
.subsubsub a.current,
table.comments td.comment p a:after
{
  color: var(--nieuwontwerp_core_admin_text);
}

.wrap .page-title-action,
.wrap .page-title-action:hover,
.wrap .page-title-action:active
{
  background: none;
  border-color: var(--nieuwontwerp_core_admin_splash);
  color: var(--nieuwontwerp_core_admin_splash);
}

#major-publishing-actions
{
  border-top: 1px solid var(--nieuwontwerp_core_admin_border);
  background: var(--nieuwontwerp_core_admin_menu_hover);
}

#titlediv #title
{
  background: var(--nieuwontwerp_core_admin_background_darker);
}

.acf-flexible-content .layout,
.acf-flexible-content .layout .acf-fc-layout-actions-wrap
{
  border-bottom: 1px solid var(--nieuwontwerp_core_admin_border) !important;
  background: var(--nieuwontwerp_core_admin_menu) !important;
}

.acf-flexible-content .layout
{
  border: 1px solid var(--nieuwontwerp_core_admin_border) !important;
}

.acf-flexible-content>.acf-actions.acf-fc-top-actions .acf-separator
{
  background: var(--nieuwontwerp_core_admin_text) !important;
}

.acf-flexible-content .layout .acf-fc-layout-actions-wrap .acf-fc-layout-controls .acf-layout-collapse
{
  border-left: 1px solid var(--nieuwontwerp_core_admin_text) !important;
}

.acf-postbox .acf-flexible-content>.acf-actions.acf-fc-top-actions .acf-btn-clear
{
  color: var(--nieuwontwerp_core_admin_splash) !important;
}

span.acf-icon
{
  color: var(--nieuwontwerp_core_admin_text) !important;
}

.acf-flexible-content .layout .acf-fc-layout-actions-wrap .acf-fc-layout-controls .acf-icon.-plus-alt,
.acf-flexible-content .layout .acf-fc-layout-actions-wrap .acf-fc-layout-controls .acf-icon.-duplicate-alt,
.acf-flexible-content .layout .acf-fc-layout-actions-wrap .acf-fc-layout-controls .acf-icon.-trash-alt,
.acf-flexible-content .layout .acf-fc-layout-actions-wrap .acf-fc-layout-controls .acf-icon.-more-actions
{
  background: var(--nieuwontwerp_core_admin_text) !important;
  color: var(--nieuwontwerp_core_admin_text) !important;
}

.acf-flexible-content .layout .acf-fc-layout-actions-wrap .acf-fc-layout-handle
{
  color: var(--nieuwontwerp_core_admin_text) !important;
}

.acf-flexible-content .layout .acf-fc-layout-actions-wrap .acf-fc-layout-controls .-collapse
{
  color: var(--nieuwontwerp_core_admin_text) !important;
}

.acf-flexible-content .layout.active-layout > .acf-fc-layout-actions-wrap .acf-fc-layout-controls .-plus-alt,
.acf-flexible-content .layout.active-layout > .acf-fc-layout-actions-wrap .acf-fc-layout-controls .-duplicate-alt,
.acf-flexible-content .layout.active-layout > .acf-fc-layout-actions-wrap .acf-fc-layout-controls .-trash-alt,
.acf-flexible-content .layout.active-layout > .acf-fc-layout-actions-wrap .acf-fc-layout-controls .-more-actions
{
  background: var(--nieuwontwerp_core_admin_splash) !important;
  color: var(--nieuwontwerp_core_admin_splash) !important;
}

.acf-flexible-content .layout.active-layout>.acf-fc-layout-actions-wrap .acf-fc-layout-controls .-collapse
{
  color: var(--nieuwontwerp_core_admin_splash) !important;
}

.acf-flexible-content .layout.active-layout>.acf-fc-layout-actions-wrap .acf-fc-layout-handle
{
  color: var(--nieuwontwerp_core_admin_splash) !important;
}

.acf-field[data-width]+.acf-field[data-width]
{
	border-left: 1px solid var(--nieuwontwerp_core_admin_border) !important;
}

.attachments-browser .media-toolbar
{
  background: var(--nieuwontwerp_core_admin_menu);
}

.wp-filter
{
  background: var(--nieuwontwerp_core_admin_background_lighter);
  border-radius: var(--nieuwontwerp_core_admin_borderradius);
  color: var(--nieuwontwerp_core_admin_text);
  border: 1px solid var(--nieuwontwerp_core_admin_border);
}
.theme-browser .theme
{
  border: var(--nieuwontwerp_core_admin_border);
  background: var(--nieuwontwerp_core_admin_menu);
  border-radius: var(--nieuwontwerp_core_admin_borderradius);

  .theme-screenshot
  {
    background: var(--nieuwontwerp_core_admin_menu);
  }

  .theme-name
  {
    border-top: 1px solid var(--nieuwontwerp_core_admin_border);
    background: var(--nieuwontwerp_core_admin_menu);
  }

  .theme-actions
  {
    left: 0px;
    right: 0px;
    padding: .25em .5em;
    background: none;
    border: none;
    backdrop-filter: blur(1em);
  }
}

.widefat tfoot td, .widefat tfoot th
{
  border-top: 1px solid var(--nieuwontwerp_core_admin_border);
}

.plugin-update-tr.active td, .plugins .active th.check-column
{
  border-left-color: var(--nieuwontwerp_core_admin_splash);
}

.plugins tr
{
  background: var(--nieuwontwerp_core_admin_background_lighter);
}

.plugins tr:nth-child(odd)
{
  background: var(--nieuwontwerp_core_admin_background);
}

.plugins .active td,
.plugins .active th
{
    background-color: rgba(0,0,0,0) !important;
}

.theme-browser .theme.active .theme-name,
.theme-browser .theme.add-new-theme a:focus:after,
.theme-browser .theme.add-new-theme a:hover:after
{
  background: var(--nieuwontwerp_core_admin_splash);
}

.nav-tab-wrapper, .wrap h2.nav-tab-wrapper, h1.nav-tab-wrapper
{
  border-bottom: 1px solid var(--nieuwontwerp_core_admin_border);
}

.about-wrap .nav-tab-active, .nav-tab-active, .nav-tab-active:hover
{
  color: var(--nieuwontwerp_core_admin_splash);
  border-radius: var(--nieuwontwerp_core_admin_borderradius) var(--nieuwontwerp_core_admin_borderradius) 0px 0px;
  border-color: var(--nieuwontwerp_core_admin_border);
  background: var(--nieuwontwerp_core_admin_background_lighter);
}

#screen-meta-links .show-settings
{
  border-radius: var(--nieuwontwerp_core_admin_borderradius);
  border-color: var(--nieuwontwerp_core_admin_border) !important;
  background: var(--nieuwontwerp_core_admin_menu);
}

#screen-meta-links .screen-meta-active.show-settings
{
  border-radius: 0px 0px var(--nieuwontwerp_core_admin_borderradius) var(--nieuwontwerp_core_admin_borderradius);
}

#screen-meta
{
  border-radius: var(--nieuwontwerp_core_admin_borderradius);
  border: 1px solid var(--nieuwontwerp_core_admin_border);
  background: var(--nieuwontwerp_core_admin_menu);
}

.manage-menus
{
  background: var(--nieuwontwerp_core_admin_background_lighter);
}

.nav-tab-active:focus, .nav-tab-active:focus:active, .nav-tab-active:hover
{
  border-bottom: 1px solid var(--nieuwontwerp_core_admin_border);
  background: var(--nieuwontwerp_core_admin_splash);
  box-shadow: none;
  color: white;
}

#menu-management .menu-edit,
#menu-settings-column .accordion-container,
.comment-ays,
.feature-filter,
.manage-menus,
.menu-item-handle,
.popular-tags,
.stuffbox,
.widget-inside,
.widget-top,
.widgets-holder-wrap,
.wp-editor-container,
p.popular-tags,
table.widefat
{
  border: 1px solid var(--nieuwontwerp_core_admin_border);
  box-shadow: none;
  border-radius: var(--nieuwontwerp_core_admin_borderradius);
}

#nav-menu-header
{
  border-bottom: 1px solid var(--nieuwontwerp_core_admin_border);
  background: var(--nieuwontwerp_core_admin_menu);
}

.nav-menus-php #post-body
{
  border-top: 1px solid var(--nieuwontwerp_core_admin_border);
  border-bottom: 1px solid var(--nieuwontwerp_core_admin_border);
  color: var(--nieuwontwerp_core_admin_text);
  background: var(--nieuwontwerp_core_admin_background_lighter);
}

.howto
{
  color: var(--nieuwontwerp_core_admin_text);
}

.menu-settings
{
  border-top: 1px solid var(--nieuwontwerp_core_admin_border);
}

#nav-menu-footer
{
  border-top: 1px solid var(--nieuwontwerp_core_admin_border);
  box-shadow: none;
  background: var(--nieuwontwerp_core_admin_menu);
}

a,
a:hover,
a:visited,
.wp-core-ui .button-link,
.wp-core-ui .button-link:hover,
.wp-core-ui .button-link:visited
{
	color: var(--nieuwontwerp_core_admin_splash);
}

.accordion-section,
.control-section.open .accordion-section-title
{
  border-bottom: var(--nieuwontwerp_core_admin_border);
}

.accordion-section-content
{
  background: var(--nieuwontwerp_core_admin_menu);
}

.js .control-section .accordion-section-title:focus,
.js .control-section .accordion-section-title:hover,
.js .control-section.open .accordion-section-title,
.js .control-section:hover .accordion-section-title
{
  color: var(--nieuwontwerp_core_admin_text);
  background: var(--nieuwontwerp_core_admin_menu);
}

.accordion-section-title button.accordion-trigger,
.nav-menus-php .metabox-holder .accordion-section-title button.accordion-trigger
{
  background: var(--nieuwontwerp_core_admin_menu);
  color: var(--nieuwontwerp_core_admin_text);
}

.accordion-section-title span.dashicons.dashicons-arrow-down,
.nav-menus-php .metabox-holder .accordion-section-title span.dashicons.dashicons-arrow-down
{
  color: var(--nieuwontwerp_core_admin_text);
}

.accordion-section-title:hover span.dashicons.dashicons-arrow-down,
.nav-menus-php .metabox-holder .accordion-section-title:hover span.dashicons.dashicons-arrow-down
{
  color: var(--nieuwontwerp_core_admin_splash);
}

.wp-tab-active, ul.add-menu-item-tabs li.tabs, ul.category-tabs li.tabs
{
  border: 1px solid var(--nieuwontwerp_core_admin_border);
  border-radius: var(--border-nieuwontwerp_core_admin_borderradius) var(--border-nieuwontwerp_core_admin_borderradius) 0px 0px;
  color: var(--nieuwontwerp_core_admin_text);
  background: var(--nieuwontwerp_core_admin_menu);
}

#post-body ul.add-menu-item-tabs li.tabs a, #post-body ul.category-tabs li.tabs a, #side-sortables .add-menu-item-tabs .tabs a, #side-sortables .category-tabs .tabs a, .wp-tab-bar .wp-tab-active a
{
  color: var(--nieuwontwerp_core_admin_text);
}

.categorydiv div.tabs-panel, .customlinkdiv div.tabs-panel, .posttypediv div.tabs-panel, .taxonomydiv div.tabs-panel, .wp-tab-panel
{
  border: 1px solid var(--nieuwontwerp_core_admin_border);
  background: var(--nieuwontwerp_core_admin_menu);
}

div.tabs-panel-active:focus
{
  box-shadow: none;
  outline: 2px solid var(--nieuwontwerp_core_admin_splash);
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
.media-frame input[type=search],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input[type=search],
.media-frame select,
select,
textarea,
input[type=checkbox],
input[type=radio]
{
  border: 1px solid var(--nieuwontwerp_core_admin_border) !important;
  border-radius: calc(var(--nieuwontwerp_core_admin_borderradius) / 2) !important;
  background: var(--nieuwontwerp_core_admin_menu);
  color: var(--nieuwontwerp_core_admin_text) !important;
}

input[type=checkbox]:hover,
input[type=color]:hover,
input[type=date]:hover,
input[type=datetime-local]:hover,
input[type=datetime]:hover,
input[type=email]:hover,
input[type=month]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=radio]:hover,
.media-frame input[type=search]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=time]:hover,
input[type=url]:hover,
input[type=week]:hover,
select:hover,
.media-frame select:hover,
textarea:hover
{
	border: 1px solid var(--nieuwontwerp_core_admin_splash) !important;
  color: var(--nieuwontwerp_core_admin_splash);
	box-shadow: none !important;
}

input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=radio]:focus,
.media-frame input[type=search]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
.media-frame select:focus,
textarea:focus
{
	border: 1px solid var(--nieuwontwerp_core_admin_splash) !important;
  color: var(--nieuwontwerp_core_admin_splash) !important;
	box-shadow: 0px 0px 0px .5px var(--nieuwontwerp_core_admin_splash) !important;
}

input[type=checkbox]:checked,
input[type=radio]:checked
{
  border-color: var(--nieuwontwerp_core_admin_splash) !important;
  background: var(--nieuwontwerp_core_admin_splash);
}
#welcome-panel
{
	display:none;
}

.media-frame a,
.media-frame a:before
{
  color: var(--nieuwontwerp_core_admin_border);
}

.view-switch a.current:before
{
  color: var(--nieuwontwerp_core_admin_text);
}

.media-frame a:hover,
.media-frame a:hover:before
{
  color: var(--nieuwontwerp_core_admin_splash);
}

.wp-core-ui select
{
  background: var(--nieuwontwerp_core_admin_menu) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%231e1e1e%22%2F%3E%3C%2Fsvg%3E') no-repeat right 8px top 55%;
  border: 1px solid var(--nieuwontwerp_core_admin_border);
  color: var(--nieuwontwerp_core_admin_text);
}

.wp-core-ui select:hover,
.wp-core-ui select:focus
{
  border: 1px solid var(--nieuwontwerp_core_admin_splash);
  color: var(--nieuwontwerp_core_admin_splash);
  outline: none;
  box-shadow: none;
}

.wp-core-ui .button:focus
{
	box-shadow: 0 0 0 .5px var(--nieuwontwerp_core_admin_splash);
}
.notice,
div.error,
div.updated
{
	background: var(--nieuwontwerp_core_admin_menu) !important;

	a
	{
		color: var(--nieuwontwerp_core_admin_splash);
	}

	a:hover,
	a:active,
	a:focus
	{
		color: var(--nieuwontwerp_core_admin_splash);
	}
}

#wp-media-modal
{
	background: var(--nieuwontwerp_core_admin_menu);
	border-radius: var(--nieuwontwerp_core_admin_borderradius);
	color: var(--nieuwontwerp_core_admin_text);

	.media-modal-content
	{
		background: var(--nieuwontwerp_core_admin_menu);
		color: var(--nieuwontwerp_core_admin_text);
	}

	.media-frame-router
	{

		.media-router
		{
			.media-menu-item
			{
				color: var(--nieuwontwerp_core_admin_text);
			}

			.active
			{
				color: var(--nieuwontwerp_core_admin_splash);
				border: 1px solid var(--nieuwontwerp_core_admin_border);
				background: var(--nieuwontwerp_core_admin_background_lighter);
			}

			.active:hover,
			.media-menu-item:hover,
			.media-menu-item:focus
			{
				outline: none;
				box-shadow: none;
				color: var(--nieuwontwerp_core_admin_splash);
			}
		}
	}

	.media-modal-close
	{
		color: var(--nieuwontwerp_core_admin_text);
	}

	.media-modal-close:active,
	.media-modal-close:hover,
	.media-modal-close:focus
	{
		outline: none;
		box-shadow: none;
		color: var(--nieuwontwerp_core_admin_splash);
	}

	.media-frame-content
	{
		border-top-color: var(--nieuwontwerp_core_admin_border);
		background: var(--nieuwontwerp_core_admin_background_lighter);
		color: var(--nieuwontwerp_core_admin_text);
	}

	.media-toolbar
	{
		background: var(--nieuwontwerp_core_admin_menu);
		border-top-color: var(--nieuwontwerp_core_admin_border);

		div.instructions
		{
				color: var(--nieuwontwerp_core_admin_text);
		}
	}

	.media-sidebar
	{
		color: var(--nieuwontwerp_core_admin_text);
		border-left-color: var(--nieuwontwerp_core_admin_border);
		background: var(--nieuwontwerp_core_admin_menu);
	}
}

.form-table td .notice p, .notice p, .notice-title, div.error p, div.updated p
{
	color: var(--nieuwontwerp_core_admin_text);
}
/**
* Admin Bar
*/

#wpadminbar
{
	background: var(--nieuwontwerp_core_admin_splash);
  border-bottom: 1px solid var(--nieuwontwerp_core_admin_border);
  height: unset !important;

  *
  {
    font-size: 1rem;
  }

  .quicklinks
  {

		> ul
		{
			li
			{
				a
				{
					color: white;
					height: unset !important;
		      display: flex;
		      align-items: center;
		      gap: .4rem;
					background: none !important;

					span
					{
						color: white !important;
						background: none !important;
					}

					span:before
					{
						color: white !important;
					}
				}

				a:before
				{
					color: white !impotant;
				}
			}

			li:hover
			{
				a
				{
					color: white !important;

					span
					{
						color: white !important;
					}

					span:before
					{
						color: white !important;
					}
				}

				a:before
				{
					color: white !important;
				}
			}

		}
		ul.ab-submenu
		{
			li
			{
				a
				{
					color: var(--nieuwontwerp_core_admin_text) !important;
				}
			}

			li:hover
			{
				a
				{
					color: var(--nieuwontwerp_core_admin_splash) !important;
				}
			}
		}

		ul#wp-admin-bar-user-actions
		{
			li#wp-admin-bar-user-info
			{
				a
				{
					color: var(--nieuwontwerp_core_admin_text) !important;
					display: flex;
					flex-wrap: wrap;

					span
					{
						font-weight: 800;
						color: var(--nieuwontwerp_core_admin_text) !important;
					}

					span.display-name.edit-profile
					{
						font-weight: 400;
						color: var(--nieuwontwerp_core_admin_splash) !important;
					}
				}
			}
		}
		.menupop
		{
			.ab-sub-wrapper
			{
				background: var(--nieuwontwerp_core_admin_menu);
			  border: 1px solid var(--nieuwontwerp_core_admin_border);
			  border-radius: var(--nieuwontwerp_core_admin_borderradius);
			}
		}
	}
}

#wp-admin-bar-wp-logo,
#wp-admin-bar-customize,
#wp-admin-bar-updates,
#wp-admin-bar-comments
{
	display: none !important;
}

#wpadminbar .nojq .quicklinks .ab-top-menu
{
	> li
	{
		> .ab-item:focus
		{
			color: white;
		}
	}
}

#wpadminbar li .ab-item:focus:before
{
	color: white;
}

/**
* Admin Menu Left
*/

#adminmenuback
{
	background: var(--nieuwontwerp_core_admin_menu);
  border-right: 1px solid var(--nieuwontwerp_core_admin_border);
}

#adminmenuwrap
{
  background: none;

  #adminmenu
  {
    color: var(--nieuwontwerp_core_admin_text);
    background: none;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;

    .awaiting-mod,
    .menu-counter,
    .update-plugins
    {
      color: #fff;
      background: var(--nieuwontwerp_core_admin_splash);
    }

    a
    {
      color: var(--nieuwontwerp_core_admin_text);
    }

    div.wp-menu-image:before
    {
      color: var(--nieuwontwerp_core_admin_text);
    }

    li.menu-top a.menu-top
    {
      display: flex;
      align-items: center;
      gap: .1em;
      padding: .4em .8em;

      div.wp-menu-name
      {
        padding: 0;
      }
    }

    li.menu-top:hover
    {
      color: var(--nieuwontwerp_core_admin_text);
      background: var(--nieuwontwerp_core_admin_menu_hover);
    }

		li.menu-top a:focus
    {
      color: var(--nieuwontwerp_core_admin_text);
      background: var(--nieuwontwerp_core_admin_menu_current);
    }

    li.wp-has-current-submenu
    {
      a.wp-has-current-submenu
      {
        background: var(--nieuwontwerp_core_admin_menu_current);
        border-left: .25em solid var(--nieuwontwerp_core_admin_menu_current);
      }
      .wp-submenu
      {
        padding: 0;

        .wp-submenu-head
        {
          background: var(--nieuwontwerp_core_admin_background_lighter);
        }

        li
        {
          padding: .1em .2em;
          border-left: .25em solid var(--nieuwontwerp_core_admin_border);
        }

        li:hover
        {
          background: var(--nieuwontwerp_core_admin_menu_hover);
        }

        li.current
        {
          border-color: var(--nieuwontwerp_core_admin_splash);

          a.current
          {
            background: none;
          }
        }
      }
    }

    a:hover
    {
      color: var(--nieuwontwerp_core_admin_splash);
      background: var(--nieuwontwerp_core_admin_menu_hover);

      div.wp-menu-image:before
      {
        color: var(--nieuwontwerp_core_admin_splash);
      }
    }

    li.opensub > a.menu-top
    {
      background: var(--nieuwontwerp_core_admin_background_lighter);
    }

    li.current
    {
      a.current
      {
        background: var(--nieuwontwerp_core_admin_menu_current);
      }

      a.current:after
      {
        left: 0;
        right: unset;
        border: .34em solid var(--nieuwontwerp_core_admin_splash);
        height: unset;
        margin-top: unset;
        top: 0px;
        bottom: 0px;
      }
    }

    .wp-submenu
    {
    	background: var(--nieuwontwerp_core_admin_background_lighter);
    }

    li.wp-has-submenu.opensub:hover:after
    {
    	border-right-color: var(--nieuwontwerp_core_admin_border);
      transform: translateY(-50%);
      top: 50%;
    }
  }
}

.folded #adminmenu
{
	li.menu-top
	{
		a.menu-top
		{
			padding: 0 !important;
		}
	}
}

ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu>li.current>a.current:after
{
  content: none;
}

#collapse-button
{
	color: var(--nieuwontwerp_core_admin_border);
}

#collapse-button:hover,
#collapse-button:focus
{
	color: var(--nieuwontwerp_core_admin_splash);
}

/************* */
.wp-core-ui .button-primary
{
	color: white !important;
	background: var(--nieuwontwerp_core_admin_splash) !important;
	border-color: var(--nieuwontwerp_core_admin_splash) !important;
}

.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary:focus
{
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--nieuwontwerp_core_admin_splash);
}

#adminmenu a:focus,
#adminmenu a:hover,
.folded #adminmenu .wp-submenu-head:hover
{
	box-shadow: none !important;
}

#adminmenu .wp-not-current-submenu .wp-submenu,
.folded #adminmenu .wp-has-current-submenu .wp-submenu
{
	border-left: none;
}

/**
* Footer
*/
#wpfooter
{
	color: var(--nieuwontwerp_core_admin_splash) !important;
}

#wpfooter p
{
	font-size: 14px;
	line-height: 1rem;
}

p#footer-left
{
    outline: -webkit-focus-ring-color auto 5px;
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#wpfooter a,
#wpfooter h2
{
	color: var(--nieuwontwerp_core_admin_splash)!important;
	font-weight:bold;
}

/**
* Login Page
*/

body.login
{
	position: relative;
  display: flex;
	flex-wrap: wrap;
	gap: 1rem;
  align-items: center;
  justify-content: space-around;
  padding: clamp(2em, 5dvh, 56px) clamp(2em, 5dvw, 86px);
  background-color: var(--nieuwontwerp_core_admin_background);
  background-repeat: repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%23202020' fill-opacity='0.05' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
}

body.login::before
{
  content: '';
	display: block;
	position: relative;
  height: 50dvh;
	aspect-ratio: 1/1;
  z-index: 1;
}

#login
{
	display: flex;
  flex-direction: row;
  margin: 0;
  padding: 2rem;
  flex-wrap: wrap;
	flex-grow: 1;
  height: unset;
  width: unset;
  max-width: 600px;
  justify-content: space-between;
  gap: 1em;
  border-radius: var(--nieuwontwerp_core_admin_borderradius);
	background: var(--nieuwontwerp_core_admin_menu);
	border: 1px solid var(--nieuwontwerp_core_admin_border);

  h1,
  form
  {
    flex-basis: 100%;
  }

  form
  {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
  }

  input[type=submit]
  {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    padding: 1.2em 2em;
    line-height: 1em;
    border-radius: var(--nieuwontwerp_core_admin_borderradius);

  }
  p#nav,
  p#backtoblog
  {
    flex-basis: 40%;
    margin: 0;
    padding: 0;
    a
    {
      font-weight: 800;
    }
    a:hover
    {
      color: var(--nieuwontwerp_core_admin_splash);
    }
  }

  p#backtoblog
  {
    text-align: right;
  }
}

div.language-switcher
{
	display: none;
}

@media ( orientation: portrait )
{
	#login::before
	{
	  content: none;
	}
}
