body {
	font-family: arial;
	border-right: 1px solid black;
}

a {
	color: green;
}

a:hover {
	color: orange;
}

/*header*/
header {
	width: 100%;
	text-align: center;
	color: white;
	background-color: #3333AA;
	padding-bottom: 2vh;
}
nav {
	margin: 3vh;
}
#banner {
	width: 100%;
}
#banner img {
	width: 100%;
}
header a {
	text-decoration: none;
	margin-right: 2.5%;
	margin-left: 2.5%;
	color: #CCCCCC;
}
header a:hover {
	color: #FFAF00;
	font-size: 1.02em;
	cursor: pointer;
}
/*header Ende */


/*sidebar*/
aside {
	float: left;
	width: 15%;
	height: 250vh;
	text-align: center;
	padding-top: 2vh;
	color: white;
	background-color: #3333AA;
}
aside a {
	text-decoration: none;
	color: #CCCCCC;
}
aside a:hover {
	color: #FFAF00;
	font-size: 1.02em;
	cursor: pointer;
}
aside ul {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 70px;
	margin-right: 5%;
}
aside li {
	list-style-type: none;
	margin-bottom: 5px;
}
/*Sidebar Ende */

#hside {
	height: 130vh;
}

#aboutside {
	height: 130vh;
}

#dnsside {
	height: 250vh;
}

#impside {
	height: 130vh;
}

#mailside {
	height: 200vh;
}

#poopside {
	height: 150vh;
}

#filside {
	height: 200vh;
}

main{
	float: right;
	width: 75%;
	padding: 5vh;
	height: 100%;
}

/*about*/
#about {
	border: none;
	font-size: 3em;
	text-align: center;
	margin-right: 30%;
}
#about li {
	list-style-type: none;
	text-align: left;
}
#about img {
	width: 5%;
}
.about {
	font-size: 1.5em;
	margin-left: 10%;
}
/*about*/

.artikel {
	text-align: center;
}

.video {
	display: flex;
	justify-content: center;
	float:right;
	width: 40%;
}

/*Nebeneinander*/
.left {
	float: left;
	width: 50%;
}
.left2  {
	float: left;
	width: 48%;
}
.left3 {
	float: left;
	width: 55%;
}
.right {
	float: right;
	width: 45%;
}
.right2 {
	float: right;
	width: 48%;
}
/*Nebeneinander Ende*/

.clear {
	clear: both;
}

/*Überschrift*/
h1 {
	text-align: center;
	font-size: 37px;
	font-weight: bold;
	padding-bottom: 2vh;
	padding-top: 5hv;
	text-decoration: underline;
	color: black;
}
h2 {
	text-align: left;
	padding-left: 5vh;
	font-size: 27px;
	font-weight: bold;
	padding-top: 3vh;
	padding-bottom: 2vh;
	margin-top: 5vh;
	color: #3333AA;
}
/*Überschrift Ende*/

.p {
	font-size: 23px;
	padding-left: 3vh;
	padding-right: 3vh;
	text-align: justify;
}

.pop {
	font-size: 1.25em;
}

.bold {
	font-weight: bold;
}

.inhalte {
	font-size: 20px;
	font-weight: bold;
}





/*Tabellen Farbe DNS */
.tr1 {
	font-weight: bold;
	text-align: center;
	background-color:lightgrey;
	
}
#tr2 {
	background-color:#7A00EB;
}
#tr3{
	background-color:#A64BEB;
}
#tr4{
	background-color:#BD67EB; 
	/*background-color: rgba(189,103,235,0.3);*/
}
#tr5{
	background-color:#D091EB ;
}
#tr6{
	background-color:#FCB8FF ;
}
#tr7{
	background-color:#F7E8FF ;
}
/*Tabellenfarbe DNS Ende*/

.hervorheben {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-top: 2vh;
}

/*Tabelle*/
.Tabelle{
	width: 97%;
	margin-top: 50px;
	margin-bottom:50px;
	border-collapse: collapse;
	border: 1px solid;
}
th {
	border: 1px solid black;
	border-radius: 4px;
	text-align: center;
}
td {
	border: 1px solid black;
	border-radius: 4px;
}
table {
	border: 1px solid black;
}
/*Tabellen Ende */


/*footer*/
footer {
	clear: both;
	width: 97%;
	color: white;
	background-color: #44444F;
	padding: 3vh;
	text-align: right;
}
footer a {
	color: white;
	text-decoration: none;
	margin: 3vh;
}
footer a:hover {
	color: #FFAF00;
	font-size: 1.02em;
	cursor: pointer;
}
footer .leftfoot {
	float: left;
}
footer .rightfoot {
	margin-right: 2%;
}
/*footer Ende */


/*von https://getmdl.io/ */
.mdl-chip {
  height: 50px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 30px;
  background-color: #dedede;
  display: inline-block;
  color: rgba(0,0,0, 0.87);
  margin: 2px 0;
  font-size: 0;
  white-space: nowrap; }
  .mdl-chip__text {
    font-size: 30px;
    vertical-align: middle;
    display: inline-block; }
  .mdl-chip__action {
    height: 24px;
    width: 24px;
    background: transparent;
    opacity: 0.54;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0 0 0 4px;
    font-size: 13px;
    text-decoration: none;
    color: rgba(0,0,0, 0.87);
    border: none;
    outline: none;
    overflow: hidden; }
  .mdl-chip__contact {
    height: 50px;
    width: 50px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    line-height: 50px; }
  .mdl-chip:focus {
    outline: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .mdl-chip:active {
    background-color: #d6d6d6; }
  .mdl-chip--deletable {
    padding-right: 4px; }
  .mdl-chip--contact {
    padding-left: 0; }
.mdl-color--teal {
  background-color: /*rgb(0,150,136)*/ /*#FF9F55*/ #3333AA !important; } 
.mdl-color-text--white {
color: rgb(255,255,255) !important; 
}
/* Ende von mdl.io */