body{
background-color: white;
font-family: 'Helvetica';
font-weight: bold;
margin: auto;
vertical-align: middle;
cursor: cell;
}

.body{
	margin: auto;
	padding-top: 0px;
	cursor: cell;
}
iframe{
	height: 400px;
	width: 711.1px;
}

.body::-webkit-scrollbar {
 display: none;
}



/* width *
::-webkit-scrollbar {
  width: 10px;
}

/* Track *
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle *
::-webkit-scrollbar-thumb {
  background: black; 
  border-radius: 10px;
}

/* Handle on hover *
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
*/

.titel{
	background-color: black;
	color: white;
	margin: 0px;
	margin-bottom: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0px 0px 5px 5px;
}
h1{
	position: relative;
	left: 1.5%;
	font-size: 28px;
	width: 90%;
}

a:link, a:visited{text-decoration: none;}

.logo {
	width: 5%;
  	position: relative;
  	animation-name: logo;
  	animation-duration: 10s;
  	animation-iteration-count: infinite;
  	padding: 1%;
}
@keyframes logo {
  0%   {left:0px; top:0px;}
  50%  {left:90%; top:0px;}
  100% {left:0px; top:0px;}
}

button{
	background-color: black;
	border: none;
	padding-top: 1%;
	margin: none;
	margin-bottom: .15%;
	width: 100%;
	height: 30%;
	text-align: left;
	border-radius: 5px 5px 1px 1px;
	cursor: cell;
}
button:hover{
	background-color: #262626;
}

.meta0{
	font-size: 20px;
	font-weight: bolder;
	position: relative;
	float: left;
	left: 1%;
	color: white;
}
.meta1{
	font-size: 10px;
	position: absolute;
	float: left;
	left: 40%;
	color: white;

}
.meta2{
	font-size: 10px;
	position: absolute;
	float: left;
	left: 65%;
	color: white;
	vertical-align: bottom;

}
.meta3{
	font-size: 10px;
	position: absolute;
	float: left;
	left: 80%;
	color: white;
	vertical-align: bottom;
}

p{
	margin: 0px;
	padding: 0px;
	color: white;
}
.collapsible{
	width: 100%;
}
.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}
.content{
	display: none;
	width: 100%;
	height: 20%;
	padding:none;
	margin: none;
	overflow-x: auto;
	white-space: nowrap;
	}
.content-open{
	display: all;
	width: 100%;
	height: 20%;
	padding:none;
	margin: none;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	}

.overlay {
	height: 100%;
  width: 100%;
  background: transparent;
  position: ;
  top: 0;
  left: 0;
}

.content-slide{
	height: 400px;
	display: inline;
	padding: none
	margin:none;
}
.content-slide-text{
	height: 400px;
	display: inline;
	color: black;
	white-space: normal;
}
.Text-Project{
	width: 400px;
	height: 400px;
	display: inline-block;
	white-space: normal;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 2%;
	font-size: 15px;
}
.contact{
	background-color: black;
	color: white;
	text-align: right;
}
.Text-Project2{
	width: 500px;
	height: 400px;
	display: inline-block;
	white-space: normal;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 2%;
	font-size: 15px;
	columns: 2;
	column-fill: auto;
}
.Text-blog{
	column-count: 3;
	column-fill: auto;
	column-rule: solid;
	column-gap: 40px;
	width: 840px;
	display: inline-block;
	white-space: normal;
	font-size: 15px;
}

@media screen and (min-width: 10px) and (max-device-width: 650px){
button{
	border: none;
	padding-top: 2.5%;
	margin: none;
	width: 100%;
	height: 30%;
	margin-bottom: .1%;
	text-align: left;
	border-radius: 5px 5px 1px 1px;
}
.Text-Project{
	width: 90%;
	font-size: 13px;
}
.Text-Project2{
	font-size: 12.5px;
	width: 360px;
}
.meta0{
	font-size: 15px;
}
.meta1{
	font-size: 8px;

}
.meta2{
	font-size: 8px;

}
.meta3{
	font-size: 8px;
}