/*                                        

 _                                              
(_)                                             
 _    __ _ _ __ ___    ___ _ __   __ _  ___ ___ 
| |  / _` | '_ ` _ \  / __| '_ \ / _` |/ __/ _ \
| | | (_| | | | | | | \__ \ |_) | (_| | (_|  __/
|_|  \__,_|_| |_| |_| |___/ .__/ \__,_|\___\___|
                          | |                   
                          |_|                   
                                            

	iamspace CSS Styles

	Version : 1.0
	Site	: https://iamspace.de

	Author	: Hagen Ermer
	Company : iamspace GbR - all rights reserved worldwide
	
	Kontakt	: info@iamspace.de
	Date	: 08.03.2025


*/

  
  
:root {
    --dark-blue: #1c365b;
    --orange: #ff914d;
    --magenta: #cb6ce6;
    --background: #9fa1a4;
}
  
@font-face {
    font-family: 'Cardo';
    src: url('fonts/Cardo-Italic.eot');
    src: url('fonts/Cardo-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Cardo-Italic.woff2') format('woff2'),
        url('fonts/Cardo-Italic.woff') format('woff'),
        url('fonts/Cardo-Italic.ttf') format('truetype'),
        url('fonts/Cardo-Italic.svg#Cardo-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Cardo';
    src: url('fonts/Cardo-Regular.eot');
    src: url('fonts/Cardo-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Cardo-Regular.woff2') format('woff2'),
        url('fonts/Cardo-Regular.woff') format('woff'),
        url('fonts/Cardo-Regular.ttf') format('truetype'),
        url('fonts/Cardo-Regular.svg#Cardo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 
* {
    margin: 0;
}

html,
        body {
            margin: 0;
            padding: 0;
            height: 100%;
        }
body{
    background-color: var(--background);
    font-family: "Cardo";
    font-weight:normal;
    font-style: normal;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
nav{
    display:flex;
    justify-content: space-between;
    margin-left:5%;
    margin-right:5%;
}
nav > div{
    margin: 10px;
    padding: 20px;
    font-size: 1.8rem;
    text-align:center;
}
a.menutitle_left:link{
  font-family: "Cardo";
  font-weight:normal;
  font-style: normal;
  text-decoration:none;
  color: var(--magenta);
}
a.menutitle_left:hover{
  text-decoration:underline;
  color: var(--magenta);
  text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
  
}
a.menutitle_left:active{
  text-decoration:none;
  color: var(--dark-blue);
}
a.menutitle_left:visited{
  text-decoration:underline;
  color: var(--magenta);
}
a.menutitle_middle:link{
  font-family: "Cardo";
  font-weight:normal;
  font-style: normal;
  text-decoration:none;
  color: var(--orange);
}
a.menutitle_middle:hover{
  text-decoration:underline;
  color: var(--orange);
  text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
  
}
a.menutitle_middle:active{
 
  color: var(--magenta);
}
a.menutitle_middle:visited{
  
  color: var(--orange);
}
a.menutitle_right:link{
  font-family: "Cardo";
  font-weight:normal;
  font-style: normal;
  text-decoration:none;
  color: var(--dark-blue);
}
a.menutitle_right:hover{
  text-decoration:underline;
  color: var(--dark-blue);
  text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
  
}
a.menutitle_right:active{
  text-decoration:underline;
  color: var(--orange);
}
a.menutitle_right:visited{
  text-decoration:underline;
  color: var(--dark-blue);
}
.subtitle{
  font-family: "Cardo";
  font-weight:normal;
  font-style: italic;
}
.active-inner, .active-outer, .active-about{
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  text-decoration:overline;
  vertical-align:sub;
}
/*.active-inner:before{
  content: '->';
}
.active-inner:after{
  content: '<-';*/

/*.active-outer:before{
  content: '<-';
}
.active-outer:after{
  content: '->';
}*/
.active-imprint{
  color: var(--orange) !important;
}
li{
  margin-bottom:14px;
}
.left{
 color:var(--magenta);
}
.middle{
    color:var(--orange);
}
.right{
    color:var(--dark-blue);
}
#title{
  font-size:6.6rem;
  position:absolute;
  bottom: 15%;
  left:7%;
  text-align:center;
  line-height: 3.4rem;

}
#subtitle{
  font-size:2rem;
  color: var(--dark-blue);
  line-height:3rem
}
#content{
  font-family: "Cardo";
  font-weight:normal;
  font-style: normal;
  font-size: 1.4rem;
  color: var(--dark-blue);
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
}
#content > div{
  max-width: 80%;
  margin-top:5%;
  animation: fadein 2s;
  
}
@keyframes fadein {
  from { opacity: 0}
  to   { opacity: 1}
}
#mandala{
  position:fixed;
  bottom:0px;
  right:0px;
  opacity:0.6;
  z-index:-1;
}
footer{
  margin-top: auto;

  background-color: transparent;
  font-size: 1.2rem;
  color: var(--dark-blue);
  width:100%;
}
#tit{
  font-size: 6rem;
  line-height:3.4rem;
  margin-top:30px;
  margin-bottom:30px;
  width:45%;
  text-align:center;
}
#xx{
  position:absolute;
  top:0px;
 left:0px;
  opacity:0.3;
}
#obligates{
  text-align:center;
  
}

a.necessity:link{
  
  margin-right:20px;
  text-decoration:underline;
  color:var(--dark-blue);
  font-size: 0.9rem;
}
a.necessity:hover{
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  text-decoration:underline;
  color:var(--orange);
}
a.necessity:active{
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  text-decoration:none;
  color:var(--orange) !important;
}
a.necessity:visited{
 
  text-decoration:none;
  color:var(--dark-blue);
}
#mandala-bottom-right{
  width:650px;
  height:auto;
}
@media screen and ( max-width: 1600px ){
  #mandala-bottom-right{
    width:550px;
    height:auto;
  }
}
@media screen and ( max-width: 1280px ){
  #mandala-bottom-right{
    width:450px;
    height:auto;
  }
  #tit{
    font-size:4.4rem;
    bottom: 10%;
    left:7%;
    line-height: 3rem;
  }
  #subtitle{
    font-size:1.5rem;
  }
}
@media screen and ( max-width: 950px ){
  nav > div{
    font-size: 1.4rem;
  }
  #mandala-bottom-right{
    width:250px;
    height:auto;
  }
  #tit{
    font-size:3.6rem;
    bottom: 8%;
    left:7%;
    line-height: 2.4rem;
    width:60%;
  }
  #subtitle{
    font-size:1.3rem;
  }
  footer{
    margin-top: auto;
    

  }
  a.necessity:link{
    font-size: 0.6rem;
  }
  #content{
    font-size:1.2rem;
  }
}

@media screen and ( max-width: 600px ){
  nav{
    margin-left:1%;
    margin-right:1%;
  }
  nav > div{
    font-size: 1rem;
  }
  #mandala-bottom-right{

    opacity:0.8;
  }
  footer{
    margin-top: auto;
    font-size: 1rem;
    

  }
  a.necessity:link{
    margin-right:10px;
  }
  #tit{
    font-size:3.2rem;
    bottom: 3%;
    left:7%;
    line-height: 2.4rem;
    width:100%;
    margin-bottom:0px;
  }
  #subtitle{
    font-size:1.1rem;
  }
  #content{
    font-size:1.1rem;
  }
  #content > div{
    max-width: 92%;
    margin-top:5%;

}
}
  