/* Style Sheet index.html */

@font-face {
	font-family: "BreitkopfFraktur";
	src: url("fonts/BreitkopfFraktur.ttf") format("woff2");
	font-weight: normal;
   font-style: normal;
}

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

html { background-color: #F5F5F5; }

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

img {
  width: 100%;
  height: 100%;
  text-align: center;
}

@media (width <= 800px) {
img {
  width: 80%;
  height: 80%;
  text-align: center;
  margin-left: 30px;
      }
}

.gnn-untertitel {
font-family: Times;
font-size: 26px;
font-weight: normal;
color: #004D81;
text-align: center;
border-bottom: 2px solid #004D81;
padding-bottom: 10px;
}

@media (width <= 800px) {
.gnn-untertitel {
  font-size: 18px;
      }
}

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

ul li {
	list-style: none;
	display: inline-block;
	float: none;
	line-height: 50px;
	}
	
ul li a {
	text-decoration: none;
	font-size: 20px;
	color: #004D81;
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
		}

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

.baustelle p {
  font-size: 40px;
  fontweight:bold;
  color: black;
  background-color: red;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px;
  border: yellow 5px double;
}

@media (width <= 800px) {
.baustelle p {
  font-size: 18px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
      }
}

p  {
font-size: 20px;
}
.titelseite-flex-container {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1100px;
    height: auto;
    background-color: #f2f2f2;
    font-size: 20px;
    align-items: flex-start;
    border: 3px solid black;
}

.titelseite-flex-linke-spalte  {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right:5px;
    color: black;
    background-color:#f2f2f2;
    height: auto;
    width: 180px;
    border: 1px solid green;
}

.titelseite-flex-mitte {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    color: black;
    background-color:#f2f2f2;
    height: auto;
    width: 6900px;
    border: 1px solid red;
}

.titelseite-flex-rechte-spalte {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    color: black;
    background-color:  #f2f2f2;
    height: auto;
    width: 180px;
    border: 1px solid red;
}

.titelseite-leitartikel {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    color: black;
    background-color:  #f2f2f2;
    height:  auto;
    width: 720px;
    border: 1px solid blue;
}

.titelseite-leitartikel-titel {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px dotted orange;
}

.titelseite-leitartikel-text {
	display: flex;
	flex-direction: row;
	height:  auto;
	width: 720px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid green;
}

.titelseite-leitartikel-spalte {
	height:  auto;
	width: 348px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 1px solid red;
}


.titelseite-artikel-spalte {
    height: auto;
    width: 160px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid rgb(85, 9, 215);
}
