/* Style Sheet H-EGeis.html */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background-color: #f2f2f2;
  font-size: 1.375rem;
}

body {
  background-color: #f2f2f2;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  max-width: 1100px;
  min-height: 100svh;
}

nav {
  background-color: #f2f2f2;
  height: 50px;
  width: 100%;
}

ul li {
  display: inline-block;
  float: right;
  line-height: 50px;
  list-style: none;
}

ul li a {
  color: #000000;
  font-size: 22px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 10;
  text-decoration: none;
}

ul li a:hover {
  font-weight: 700;
}

@media (width <= 800px) {
  ul li a {
    text-decoration: none;
    font-size: 0.8rem;
    color: #000000;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

header {
  background-color: #f2f2f2;
  border-bottom: 3px solid black;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  min-height: 140px;
  width: 100%;
}

@media (width <= 800px) {
  header {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 100px;
    width: 80%;
  }
}

img {
  display: block;
  font-style: italic;
  object-fit: contain;
  width: 100%;
}

p {
  font-size: 1rem;
  margin-left: 20px;
  margin-right: 20px;
}

@media (width <= 800px) {
  p {
    font-size: 0.8rem;
  }
}
.flexbox-fuehrerschein  {
    display: flex;
  	flex-direction: column;
	width: 90%;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    margin-top: 10px;
    margin-left: 10px;
	margin-bottom: 10px;
	align-items: center;
	justify-content: center;	
}

.flexbox-fuehrerschein-umschlag  {
    padding-top: 10px;
    object-fit: contain;
}

.flexbox-fuehrerschein-innen  {}

.flexbox-reisepass  {
  display: flex;
  flex-direction: column;
  width: 90%;
  border-bottom: 2px solid black;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: bottom: 10px;
  align-items: center;
  justify-content: center;
  }

.flexbox-reisepass-umschlag  {
  object-fit: contain;
}

.flexbox-reisepass-deckblatt  {
  object-fit: contain;
}

.flexbox-reisepass-innen-1  {}

.flexbox-reisepass-innen-2  {}


a {
  text-decoration: none;
}

a:hover {
  font-weight: 700;
}
