

@font-face {
  font-family: 'Orgon';
  src: url('./fonts/Orgon-Bol.woff') format('woff');
  font-weight: 600;
  font-style: normal;   
}

@font-face {
  font-family: 'Orgon';
  src: url('./fonts/Orgon-Lig.woff') format('woff');
  font-weight: 300;
  font-style: normal;   
}

@font-face {
  font-family: 'Orgon';
  src: url('./fonts/Orgon-Med.woff') format('woff');
  font-weight: 500;
  font-style: normal;   
}

:root {
  --orange: #ff3a00;
 
  
}

*   {box-sizing: border-box; }
 /* *   {border: 1px solid red;}  */

/* -----------------------------------------
    CONTENT
-------------------------------------------- */

.content p {
  margin-bottom: 1rem;
  font-weight:300;
}

.content p:last-child {
  margin-bottom: 0;
}

.content .mark {
  color: var(--orange);
}

.content p.small {
  color: var(--orange);
  font-size:0.9rem;  
  line-height:1.2em;
}

.content p.comment {
  color: var(--orange);
  font-size: 0.8rem;
}

.content h2 {
  color: var(--orange);
  margin-bottom: 0.5rem;
}



/* -----------------------------------------
    ICOBOX
-------------------------------------------- */
.icobox {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 10px;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #ff3a00;
  z-index: 120;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icobox img {
  width: 75%;
}


/* -----------------------------------------
   ---------  Home :: Byline
-------------------------------------------- */  

.home--byline {
   
   position: absolute;
   bottom: 60px;
   left: 0;
   width: 100%;
   height: auto;
   text-align: center;
   font-size: 20px;
   text-transform: uppercase;
   letter-spacing: 3px;
   z-index:101 !important;
   color: rgba(255,255,255,0.5);
   font-family: 'Rajdhani', sans-serif !important;

}

/* -----------------------------------------
   --------- HOME :: Logo
-------------------------------------------- */

.logohome {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 33vw;
   height: auto;
   transform: translateX(-50%) translateY(-50%);
   z-index:11000 !important;

}

/* -----------------------------------------
   --------- Home :: Video
-------------------------------------------- */

.videohome {
   position: absolute;
   width: 100vw;
   height:100vh;
   overflow:hidden;
   background-color: black;

}

video { 
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
  opacity: 1;
}

/* @group WINDOW */

.window {
  position: relative;
  top: 0;
  left:0;
  width: 100vw;
  height: 100vh;
  overflow:hidden;
  background-color: rgba(198, 192, 255, 0.62);
  background-image: url(https://internetdivision.lokbase.com/content/04-kunden/back.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
/*   display: flex;
   align-items: center;
   justify-content: flex-end;*/
   	transition: all 1s;
}



/*.off {	transform: translateX(100%); }


/* @end */

/* @group CONTENT */

section > .content {
	position: absolute;
	top:  50%;
	right: 0;
  	width: 50vw;
  	padding: 80px;
   	transform: translate(105%, -50%) !important;

  	background-color: rgba(25,0,0,0.75);
  	color: white;   

   	transition: all 1s;
     z-index: 110;
}

section .content.on {	transform: translate(0%, -50%) !important;  }

  @media (max-width: 800px) {
    section > .content {
        padding: 1.25rem;
        width:66.666666666vw;
    }
}


/* @end */

#home {    
/*    background-image: url(https://internetdivision.lokbase.com/content/01-intro/back.jpg);  */
   background-color: black;
}

#about {    
   background-image: url(https://internetdivision.lokbase.com/content/04-kunden/back.jpg);
}

#skills {    
   background-image: url(https://internetdivision.lokbase.com/content/03-feature/back.jpg);
}

/* -----------------------------------------
    Claim
-------------------------------------------- */

#claim {
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
  width: 300px;
  height: 100vh;  
  max-width: 200px;
  z-index: 111;
  color: white;
  /* transform: translateY(-50%); */
  align-items: center;
  justify-content: center;

}

#claim ul,
#claim li {
  list-style: none;
  /* padding: 0; */
  margin: 1rem 1rem;
  opacity: 0.90;
  text-transform: uppercase;
  text-align: right;
  color: white;
    font-weight:300;
}

#claim li strong,
#claim li b {
    color: var(--orange);
    
}

@media (max-width: 800px) {

  #claim {
    position: absolute;
    display: flex;
    top: 0;
    width: 300px;
    height: 100vh;  
    max-width: 200px;
    z-index: 111;
    color: white;
    /* transform: translateY(-50%); */
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

 
}

@media (max-width: 800px) {

    .claim-box {
        transform: translateX(25px);
    }
 
}



/* -----------------------------------------
   -------- Nav-BOX
-------------------------------------------- */
#menu { z-index:4000 !important; }
nav {
   position: fixed;
   display: flex;
   left: 0;
   top:0;
   width: 20vw;
   height: 100vh;
   margin:0; padding:0;
   border:0;
   background-color: rgba(255, 58, 0, 0.21);
   color: white;
   align-items: center;
   justify-content: center;
   transition: 1s all;
   max-width: 100%;
   z-index: 4000 !important;
}

nav a {
  border: 1px solid transparent;
  transition: 0.333s all;
  padding-top: 0.75rem;
  line-height: 2rem;
  font-size: 18px;
   
  font-weight:500;
  letter-spacing:2px;
  text-transform: uppercase;
}

nav a:hover,
nav a.aktiv,
nav a:visited {
  background-color: rgba(255, 255, 255, 0.1) !important;
  box-sizing: border-box;
  border-top: 1px dotted white;
  border-bottom: 1px dotted white;
  color: white !important;
}
.nav--wider 	{   width: 50vw; 				}
.nav--wrapper 	{   height: auto;  				}


@media (max-width: 800px) {
 
  nav {
   width: 33.3333333vw;
  
  }
  
  nav a {
  border: 1px solid transparent;
  transition: 0.333s all;
   padding: 0.5rem 1rem 0.5rem !important;
  line-height: 2rem;
  font-size: 15px;
  
  }

  
    
}


/* @end */

/* -----------------------------------------
    SETUP
-------------------------------------------- */
body, html {
  background-color:black; 
}


body, html,p, h2 { padding:0; margin:0; }
/* font-family: 'Rajdhani', sans-serif !important;}

font-family: 'Rajdhani', sans-serif; */
a { 
  color: white !important; 
}