﻿body {
  background-color: rgb(186, 240, 193);
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

header {
  text-align: center;
  font-size: 100px;
  font-family: "Comic Sans MS";
}

nav {
  text-align: left;
  background-color: rgb(8, 50, 235);
  height: 32px;
}

main {
<!--  background-color: white;   -->			
    background-color: rgb(186, 240, 193);
  height: auto;
}

.main_index {
  background-color: white;
  height: 500px;
}

footer {
  background-color: black;
  color: white;
  height: 100px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
}

.page_title {
  font-family: "Comic Sans MS", Arial;
  font-size: 40px;
  background-color: #3333ff;
  color: #ffff66;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.page_subtitle {
  padding: 0px;
  margin: 40px 15px 0px 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 25px;
}

.page_text {
  padding: 0px;
  margin: 40px 15px 0px 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
}

.impressum {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 30px;
  color: black;
  padding-left: 20px;
  padding-top: 300px;
  text-align: left;
  width: 800px;
}

.main_index {
  width: auto;
  height: 600px;
  background-color: white;
}

.main_lang_flag {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
}

.main_slides {
	background-color: rgb(3,115,252);
  width: 80%;
  height: 400px;
  float: left;
  display: flex;
  justify-content: center;
}

.my_slides {
  transform: scale(2.4, 2.4);
}

table.changelog {
  border: 1px solid white;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  border: greenyellow;
  border-collapse: collapse;
}

table.changelog td,
table.changelog th {
  border: 1px solid #aaaaaa;
  padding: 3px 2px;
}
table.changelog tbody td {
  font-size: 18px;
}

table.changelog tr:nth-child(even) {
  background: #d0e4f5;
}

.important{
	color:red;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.slide_show{
	background-color: rgb(186, 240, 193);	
}