﻿header 		{
		color: #9ACD32;
		background-color: black;

		}

.kopf {height: 150px;

			}

#logo {width: 450px;
			height: 50px;
			margin-top: 0px;
			padding:25px;}

.navigation_list {text-align: center;
									list-style-type: none; padding: 0; margin: 40px;
								}

.navigation_list li {display: inline;
										font-size: 30px;}

.navigation_list a {color: black;}



h3		{
		text-align: center;
		font-size: 2em;
		}

h2		{
		font-family: cursive;
		text-align: center;
		font-size: 3em;
		}

footer 		{
		background-color: black;
		text-align: center;
		padding: 15px;
		bottom: 0;
		}

a		{
		color: #9ACD32;
		margin: 1em;
		text-decoration: none;
		}

p		{
		text-align: center;
		font-size: 1.5em;
		}

main		{
		display: block;
		}

body		{background-color: #9ACD32;}

figure 	{
 		position: relative;
  		margin: 0;
  		font-size: 1.4em;
  		max-width: 100%;}


@media (max-width: 1000px) {figcaption
			{font-size: 0.7em;}}


@media (max-width: 600px) {header
			{font-size: 0.7em;}}

@media (max-width: 600px) {h2
			{font-size: 0.7em;}}

@media (max-width: 600px) {a
			{font-size: 0.5em;}}

@media (max-width: 600px) {p
			{font-size: 0.5em;}}

@media (max-width: 600px) {h3
			{font-size: 0.5em;}}

figure img		{
			width:100%;
			display: block;
			max-height: 300px;
			}

#leistungen	{
  		display: grid;
  		grid-template-columns: repeat(3, minmax(1em, 2fr));
		text-align:center;
  		gap: 0em;
		}

#leistungen 	> figcaption {
  		grid-column: 1 / -1;
		}


#leistungen > figure > figcaption 	{
  					position: absolute;
 					bottom: 0;
  					width: 100%;
  					line-height: 2em;
  					color: #9ACD32;

  					background: rgba(0,0,0,0.5);
					}

a[href^="https://www.e-recht24.de"] { color: black;}
a[href^="https://privacy.google.com/businesses/gdprcontrollerterms/"] { color: black;}
a[href^="https://policies.google.com/privacy?hl=de"] { color: black;}
a[href^="https://developers.google.com/fonts/faq"] { color: black;}
a[href^="https://policies.google.com/privacy?hl=de"] { color: black;}
