@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');
@font-face 
{
font-family: 'aldo_the_apacheregular';
src: url('aldotheapache_1-webfont.woff2') format('woff2'), url('aldotheapache_1-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

body
{
background:#000000;
margin:0px;
height: 100%;
}

.header
{
width: 100%;
text-align: center;
background: #f0b3ff;
font-size:20px;
font-family: 'Roboto Condensed', sans-serif;
border-bottom: 3px solid gray;
}

#navigation
{
background: #000000;
height: 30px;
align: center;
position: fixed;
width: 100%;
text-align: center;
font-size: 20px;
font-family: 'aldo_the_apacheregular';
list-style-type: none;
display: inline;
}

.pageimage
{
align:center;
width: 100%;
}

.image
{
border-radius: 50%;
width: 240px;
height: 240px;
}

.placeholder
{
display: inline;
color: gray;
}

.currentsite
{
color: white;
border-bottom: 2px solid #cc00ff;
display: inline;
}

.labelstyle
{
color: white;
}

.item
{
color: gray;
display: inline;
}

.item:hover
{
color: white; 
}

a:link
{
color: gray; 
text-decoration: none;
}
a:hover, a:active
{
color: white; 
border-bottom: 1px solid #cc00ff;
text-decoration: none;
}

p
{
Color: white;
}

.text_p
{
font-family:'aldo_the_apacheregular';
color:white; 
font-size:24px;
}

.txtbox
{
font-color:white; 
width: 255px; 
height: 25px;
}

.contentarea
{
padding: 50px;
font-family: 'Roboto Condensed', sans-serif;
width: 100%;
vertical-align: center;
background: rgba(34,34,34, 0.88);
font-size:24px;
}

.transparent
{
height: 100vh;
background: rgba(34,34,34, 0.88);
}

.contentarea1
{
padding: 50px;
font-family: 'aldo_the_apacheregular';
width: 100%;
vertical-align: center;
background: rgba(34, 34, 34, 0.88);
font-size: 16px;
}


.headline
{
font-size: 2em;
color: white;
font-family: 'RocknRoll One', sans-serif;
}

.h1headline
{
Color: white;
font-size: 65px;
text-align: center;
font-family: 'aldo_the_apacheregular';
}

.bgimage
{
z-index: -1;
Position:fixed;
align:center;
width: 100%;
height: 100%;
margin: 0px;
}

#footer
{
bottom: 0;
right: 0px;
left: 0px;
background: #000000;
text-align: center;
font-family: 'Roboto Condensed', sans-serif;
height: 50px;
width: 100%;
border-top: 3px solid gray;
}

.copyright
{
color: white;
}

* {
box-sizing:border-box;
}

.slideshow-container 
{
  max-width: 500px;
  position: relative;
  margin: auto;
}

.mySlides01, .mySlides02
{
  display: none;
}

.prev, .next 
{
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next 
{
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev 
{
  left: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover 
{
  background-color: rgba(0,0,0,0.8);
}

.numbertext 
{
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot
{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


.active, .dot:hover
{
  background-color: #717171;
}

.fade 
{
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.button
{
font-family: 'aldo_the_apacheregular';
background: #222222;
color: gray;
border: 2px solid #cc00ff;
font-size: 22px;
padding: 20px;
border-radius: 12px;
}

.button:hover
{
Color: white;
Background: #333333;
}

//3d-partie
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}