/*
Theme Name:   Fahrzeugübergabe-Tool 
Theme URI:    ---
Author:       Carlead Admin
Author URI:   https://www.carlead.de 
Description:  Dies ist das Basis-Theme des Fahrzeugübergabe-Tools von CarLead.
Template:     twentytwenty 
Version:      1.1 (2023-06-01)
*/ 

*
{
	box-sizing: border-box;
}

h1
{
	color: #ffffff;
	font-size: 4.0rem;
	font-weight: normal;
}

nav a
{
	/*color: #ffffff !important;*/
	/*color: #2ea3f2 !important;*/
	color: #006d86 !important;
}

nav .primary-menu li.current-menu-item a
{
	color: #07a0a5 !important;
	text-decoration: none;
}

#site-content
{
	padding-bottom: 75px;
}

.entry-content
{
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 2rem;
}

.post-meta-edit-link-wrapper
{
	display: none;
}

header, #site-header .toggle,
header, #site-header .toggle-text,
.menu-modal .toggle,
.menu-modal .toggle-text
{
	color: #006d86 !important;
}

.logout
{
	text-align: center;
}

#site-content header
{
	background-color: #006d86;
}

.singular .entry-header
{
	padding: 1.5rem 0 !important;
}

/*#site-content
{
	min-height: calc(100vh - 231px);
	padding-bottom: 30px;
}

#site-footer
{
	background-color: #07a0a5 !important;
	color: #4de4d0 !important;
	height: 115px;
}*/
html {
  height: 100%;
}
body {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

#loading-overlay
{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	text-align: center;
	background-color: rgba(0,109,134,0.75);
}

#loading-overlay img
{
	display: inline-block;
	width: 250px;
	height: auto;
	border-radius: 15px;
	margin: auto;
	margin-top: 250px;
}

#site-footer {
  grid-row-start: 3;
  grid-row-end: 4;
  	background-color: #07a0a5 !important;
	color: #4de4d0 !important;
}

.powered-by-wordpress,
.to-the-top
{
	color: #4de4d0 !important;
}

#wp-submit
{
	background-color: #006d86;
	color: #ffffff;
	border-radius: 15px;
}

button
{
	outline: none;
}

.featured-media:before
{
	background-color: transparent !important;
}

.featured-media
{
	padding-top: 30px;
}

.entry-content img
{
	margin-bottom: 30px;
}

.privacy-policy main,
.powered-by-wordpress main  {
	color: #000000 !important;
}

body.privacy-policy
{
	margin-left: 0px !important;
}

table.data
{
	background-color: #ffffff;
	border-radius: 15px;
	border-collapse: inherit;
	border: 1px solid #006d86 !important;
}

table.data td
{
	border: 1px solid #006d86 !important;
}

@media (min-width: 700px)
{
	.site-logo img
	{
		max-height: 6rem !important;
	}
}

@media (max-width: 620px)
{
	.site-logo img
	{
		max-height: 5rem !important;
	}
	
	h1
	{
		font-size: 3.0rem;
	}
	
}

@media (max-width: 480px)
{
	.site-logo img
	{
		max-height: 4.0rem !important;
	}
	
	#site-footer
	{
		font-size: 1.4rem;
	}
}