html {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	scroll-behavior: smooth !important;
}

body {
background:#000000 url('images/bg.jpg') no-repeat; text-align:left;
color:#666666;
font-size:16px;
margin:0 auto;
padding:0;

}

a {
color: #ffffff;
padding: 0 5px;
text-decoration: none;
letter-spacing: -1px;
}

a:visited {
color: #aaaaaa;
text-decoration: none;
}

a:hover {
color: #ffffff;
text-decoration: none;
}

h1 {
width: 600px;
border: none;
padding: 35px 0 0 0;
}

h2, h2 a, h2 a:hover,h2 a:visited {
font-size: 22px;
color:#ff4917;
font-weight: 400;
padding: 0 0 10px;
line-height: 1.5em;
}

h3 {
font-size:14px;
letter-spacing:-1px;
color:#fff;
font-weight: 700;
text-transform:uppercase;
margin:0;
padding:8px 0 8px 0;
}

p {
color:#fff;
line-height: 28px;
padding: 0 0 10px;
margin: 20px 0 10px 0;
}

img {
border:none;
}

#header {
	position: absolute;
	left: 100px;
	top: 100px;
width: 360px;
float: left;
margin: 0 15px 0 0;
padding: 0;
}

#menu {
	background-image:url(images/menu-streg.png);
	position: fixed;
	top: 40px;
	left: 0;
	clear: both;
	float: left;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	z-index: 500;
	background-repeat: no-repeat;
	height: 37px;
	width: 782px;
	padding-top: 24px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 18px;
}

#menu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

#menu ul li{
list-style-type: none;
color: #777;
display: inline;
margin: 0;
padding: 0 10px 0 10px;
}

#menu ul li a{
text-decoration: none;
list-style-type: none;
color: #777;
display: inline;
margin: 0;
padding: 0;
}

#menu ul li a:hover{
text-decoration: none;
list-style-type: none;
color: #ff4917;
display: inline;
margin: 0;
padding: 0;
}

#container {
position: absolute;
top: 120px; left: 40px;
width: 8000px;
margin: 0;
padding: 0;
}

.box {
background-image:url(images/div-background.png);
float:left, right;
border: 0px dashed #222222;
width: 500px;
float: left;
line-height: 22px;
margin: 50px;
padding: 20px 30px 30px 30px;


}

#maleri	{
	width:auto;
	height:auto;
	}

.maleri-liste	{
	float:left;
	}



#box3	{
	height:auto;
	width:1000px;
	}


.box p {
color:#aaaaaa;
line-height:24px;
padding: 0 0 10px;
margin: 5px 0 10px 0;
}

.tdmusic2 p
{
	margin: 0px;
	padding: 0px;
	}

h4
{
	color:#FFF;
	font-variant: normal;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

.numbers, .numbers a  {
	color: #ffffff;
	font-size: 10px;
}


.wrapper {
...
  transform: rotate(90deg) translateY(-100vh);
  transform-origin: top left;
}
.outer-wrapper {
  width: 100vh;
  height: 100vw;
  transform: rotate(-90deg) translateX(-100vh);
  transform-origin: top left;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
}

.slide {
  width: 100vw;
  height: 100vh;
}
.wrapper {
  display: flex;
  flex-direction: row;
  width: 400vw;
}
.one {
  background: #efdefe;
}
.two {
  background: #a3f3d3;
}
.three {
  background: #0bbaa0;
}
.four {
  background: #00dfdf;
}
.five {
  background: #00dfcf;
}
.six {
  background: #00dfbf;
}
.seven {
  background: #00dfaf;
}
