/*                                        

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

	iamspace CSS Styles

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

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

  RSYNC auf lokalen Testserver: rsync -avP ../../Applications/XAMPP/htdocs/iamspace/ -e "ssh -i /Users/hermer/.ssh/dmz_id" pi@192.168.21.57:/var/www/html/iamspace/

*/ 
  
:root {
    --dark-blue: #6183b2;
    --orange: #ff914d;
    --magenta: #cb6ce6;
    --background: #1c365b;
}
  
@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;
}
.magenta{
  color:var(--magenta);
}
.orange{
  color:var(--orange);
}
main{
  min-height: calc(100vh - 32em - 6px);
     /*border: 3px solid red;*/
}
h2{
  margin-bottom:30px;
}
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:none;
  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:none;
  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:none;
  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:none;
  color: var(--dark-blue);
  text-shadow: 2px 2px 10px rgba(0,0,0,0.2);

}
a.menutitle_right:active{
  text-decoration:none;
  color: var(--orange);
}
a.menutitle_right:visited{
  text-decoration:none;
  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;
  text-decoration-color: rgba( 223, 230, 239, 0.2);
  
  vertical-align:sub;
}

/* +++ BEGINN DROPDOWN +++ */
a {
  text-decoration: none;
}

ul.dropdown{
  list-style: none;
  margin: 0;
  padding-right: 2rem;
  padding-left: 0;
}
ul.mainmenu{
  list-style: none;
  margin: 0;
  padding-right: 2rem;
  padding-left: 0;
}
ul.submenu{
  list-style: none;
  margin: 0;
  padding-right: 2rem;
  padding-left: 0;
}
li.subdrop{
  /*color: var(--dark-blue);*/
  display: block;
  float: left;
  padding:1rem;
  min-width: 100px;
  position: relative;
  text-decoration: none;
  transition-duration: 0.1s;
  z-index:1000000000;
}
li.subdrop a {
  color: var(--dark-blue);
}
li.subdrop:hover{
  background:rgb(23, 44, 75);
  cursor: pointer;
  opacity:0.9;

}
li.subdrop:focus-within {
  /*background:rgb(23, 44, 75);*/
  cursor: pointer;
}
li.subdrop:focus-within a {
  outline: none;
  /*background:rgb(23, 44, 75);*/
}
ul li.subdrop ul.dropdown {
  background:transparent;
  background:rgb(23, 44, 75);
  visibility: hidden;
  opacity: 0;
  /*min-width: 5rem;*/
  min-width: 8.75rem;
  position: absolute;
  transition: all 0s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
  font-size:1.2rem;
  
}
ul li:hover > ul.dropdown,
/*ul li:focus-within > ul,*/
ul li.subdrop ul.dropdown:hover,
ul li.subdrop ul.dropdown:focus {
   visibility: visible;
   opacity: 1;
   display: block;
}
ul li.subdrop ul.dropdown li:hover{
  outline: none;
  background:rgb(15, 32, 58);
  
}
ul li.subdrop ul.dropdown li {
  clear: both;
  width: 100%;
}
/* +++ ENDE DROPDOWN +++ */

.active-imprint, .active-datenschutz, .active-barrierefrei{
  color: var(--orange) !important;
}
li{
  margin-bottom:14px;
}
.left{
 color:var(--magenta);
}
.middle{
    color:var(--orange);
}
.right{
    color:var(--dark-blue);
}
h1{
  font-size:2.4rem;
  font-weight:normal;
  margin-bottom:15px;
}
strong{
  text-shadow: 1px 0px 1px rgba(24, 14, 7, 0.65);
  font-weight:bold;
}
.small{
  font-size:1rem;
}
#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:20px;
  margin-bottom:50px;
  animation: fadein 2s;
  /*z-index:1000;*/
  
}
.float-left{
  float:left;
  margin-right: 20px;
  margin-bottom:20px;
  width:250px;
  height:auto;
}
.float-right{
  float:right;
  margin-left: 20px;
  margin-bottom:20px;
}
@keyframes fadein {
  from { opacity: 0}
  to   { opacity: 1}
}
#mandala{
  position:fixed;
  bottom:0px;
  right:0px;
  opacity:0.3;
  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:100%;
  text-align:center;
}
#xx{
  position:absolute;
  top:0px;
 left:0px;
  opacity:0.3;
}
#obligates{
  text-align:center;
  
}
.datenschutz{
  margin-top:20px;
  font-size:1.1rem;
}

.edu-space{
  margin-bottom:20px;
}
ul.edu{
  font-size:1.4rem;
  display: block;
}
li.list-spaces::before{
  content: "•"; /* Insert content that looks like bullets */
  padding-right: 18px;
  
}
li.list-spaces{
  /*margin-bottom:-10px;*/
  display: block;

}

a.necessity:link{
  
  margin-right:20px;
  text-decoration:underline;
  color:var(--magenta);
  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(--dark-blue) !important;
}
a.necessity:visited{
  text-decoration:none;
  color:var(--magenta);
}

a.necessity-main:link{
  text-decoration:underline;
  color:var(--orange);
  font-size: 1.3rem;
}
a.necessity-main:hover{
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  text-decoration:underline;
  color:var(--magenta);
}
a.necessity-main:active{
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  text-decoration:none;
  color:var(--dark-blue) !important;
}
a.necessity-main:visited{
  text-decoration:none;
  color:var(--orange);
}

#mandala-bottom-right{
  width:650px;
  height:auto;
}

/*Back to top-Button */
.totop{
  display: flex;
  justify-content: right;
}
a#scrolltotop{
  width: 60px;
  height: 60px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: var(--background);
  border:1px solid var(--dark-blue);
  border-bottom-color: transparent;
  position: fixed;
  bottom:0px;
  right:10%;
  z-index:100000;
}
.fa-solid{
  margin-left:0px;
  margin-top:6px;
  color: var(--orange);
  background-color: transparent;
  text-align:center;
  padding-left:3px;
}
.fa-solid:hover{
color: var(--magenta);
}
.fa-solid.ham:hover{
  color: white;
}
.fa-solid:visited{
  color: var(--blue);
  background-color: transparent;
}
.fa-chevron-up{
  font-size:3.4rem;
}

.hide{
  visibility:hidden
}
.show{
  visibility:visible;;
}

.sticky {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	height:15em;
}
.zitat{
  margin-left:60px;
  margin-top:30px;
  margin-bottom:30px;
}
@media screen and ( max-width: 600px ){
    .zitat{
    margin-left:30px;
    }
}

/* +++++ TERMINE +++++ */
hr.termin{
  border: 0;
  height: 1px;
  background: var(--background);
  background-image: none;
  background-image: linear-gradient(to right, var(--background), var(--dark-blue), var(--background));
  margin-top:30px;
  margin-bottom:30px;
}
.calendar{
  font-size:2.8rem;
  margin-right:20px;
  color:var(--magenta);

}
.calendar-mandala{
  position:relative;
  left:-10px;
  top:-146px;
  opacity:0.5;
  rotate:180deg;
}
.ecke{
  position: relative;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent var(--dark-blue) transparent;
  bottom: 111px;
  right: -98px;
}
.clock{
  font-size:1.75rem;
  color: var(--orange);
}
.tg{
  margin-top:40px;
  margin-bottom:40px;
}
.tableinfo{ 
  width:50%;
  padding:8px;
}
.kalenderblatt{
  width:116px;
  min-width:116px;
  max-width:116px;
  height:140px;
  max-height:140px;
  min-height:140px;
  border: 2px solid var(--dark-blue);
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:0px;
  text-align:center;
  padding-top:12px;
}
.deckblatt{
  font-size:4rem;
  color: var(--magenta);
  line-height:100px;
}
.monat{
  color: var(--magenta);
  font-size:1.2rem;
}
.event-wrapper{
  display:flex;
  flex-direction:row;
  justify-content:flex-start;
  margin-bottom: 20px;
}
.titel{
  color: var(--dark-blue);
  margin-left:20px;
  font-size:1.75rem;
  text-shadow: 1px 0px 1px rgba(24,14,7,0.65);    
}
.uhrzeit{
  color: var(--orange);
  margin-top:10px;
  margin-right:20px;
  font-size:1.25rem;
  text-shadow: 0px 0px 0px rgba(0,0,0,0);
}  
.fa-phone, .fa-envelope{
  color: var(--dark-blue);
  font-size:1.4rem;
}

@media screen and ( max-width: 950px ){
  .calendar-mandala{
    top:-146px;
  }
  .ecke{
    bottom: 112px;
  }
}
 /* Style the buttons that are used to open and close the accordion panel */
 .accordion {
  background-color: #132f58; 
  color: var(--orange);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  height:190px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.8s;
  font-family: "Cardo";
  font-weight: normal;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #122642;
  color: var(--orange);
}
.accordion:after {
  content: '\00ff0b'; /* Unicode character for "plus" sign (+) */
  font-size: 1.6em;
  color: var(--dark-blue);
  float: right;
  margin-left: 5px;
  position:relative;
  top:-120px;
  right:10px;
  font-weight: 900;
}

.active:after {
  content: "\02212"; /* Unicode character for "minus" sign (-) */
  margin-top:5px;
  margin-right:8px;
}
@media screen and ( max-width: 600px ){
    .accordion:after {
        right:-10px;
    }
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  /*background-color: transparent;*/
  max-height: 0px;;
  overflow: hidden;
  transition: max-height 0.6s ease-out;
}
.tg{
    padding-left:10px; 
}
/* +++++ ENDE TERMINE +++++ */

/* +++++ NEWSLETTER +++++ */
#newsletter{
  margin: 0 auto;
  text-align:center;
  margin-top:100px;
}
#newsletter-form{
  margin: 0 auto;
  margin-top: 20px;  
}
.datenschutz{
  text-decoration:underline !important;
}
button, input, select, textarea, option {
  margin: 0;
  padding: 3px;
  height: 36px;
  border-radius: 0.4em;
  border: 0.2em solid var(--dark-blue);
  background: #f9f9f9;
  opacity: 0.9;
  color: #222;
  font-weight:normal;
  font-size:1.2rem;
}
#newsletter-form p{
  font-size:1.3rem;
  margin-bottom:8px;
}
.form-control {
  font-size: 1.1rem;
  font-weight:normal;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 2em auto;
  gap: 0em;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  border: 0.2em solid var(--dark-blue);
  border-radius: 0.2em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  width: 1.55rem;
  height: 1.55rem;
}
input[type="checkbox"]::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--magenta);
  background-color: var(--magenta);
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input::-webkit-input-placeholder { color:silver; transition: color 0.5s }
input::-moz-placeholder { color:silver; transition: color 0.5s }
input:-ms-input-placeholder { color:silver; transition: color 0.5s}
input:-moz-placeholder { color:silver; transition: color 0.5s }

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }
input:focus:-moz-input-placeholder { color:transparent; }

input[type="submit"] {
  background:var(--orange);
  color:#f9f9f9;
  height:44px;
  border-radius:0.3em;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:20px;
  padding-top:8px;
}
input[type="submit"]:hover {
  background:white;
  color:red;
  cursor:pointer;
}
input[type="submit"]:active {
  background:var(--background);
  color:var(--dark-blue);
  
}
.form-control + .form-control {
  margin-top: 1em;
}
.einwilligung{
  font-size:1rem !important;
}
/* +++++ ENDE NEWSLETTER +++++ */

/* +++++ CALL 2 ACTION +++++ */
.button {
  background-color: var(--orange); 
  border: 0.2em solid var(--dark-blue);
  border-radius: 0.5em;
  color: #f9f9f9;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.3rem;
}
.button:hover {
  background:white;
  color:red;
  cursor:pointer;
}
.button:active {
  background:var(--background);
  color:var(--dark-blue);

}
/* +++++ ENDE CALL 2 ACTION +++++ */

/* +++++ FOOTER +++++ */
section {
  position: inherit;
  left: 0;
  bottom: 0px;
  width: 100%;
  background-color: var(--dark-grey);
  color: var(--background); 
  padding-top: 60px;
}
footer {
  display: flex;
  align-items: flex-start;
}
footer {
  color:#a2b5cd;
  color: #c4bebe;
  font-size:0.85em;
}
@media (width >= 620px) {
  footer {
    margin: 0 auto;
    max-width: 640px;
    padding: 0;
  }
}
footer.top {
  border-bottom: 1px solid var(--magenta);
  padding-bottom: 20px;
}
footer.bottom {
  padding: 20px 0;
  justify-content: center;
}
footer.top .links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.links > div {
  display: grid;
  gap: 10px;
  margin-bottom: 30px;
}
footer h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #f7f7f7;
}
.legal {
  font-size: 12px;
}
.legal > a {
  margin: 0 4px;
}
.legal > span {
  margin-right: 10px;
}
footer.bottom .links {
  display: flex;
  gap: 18px;
}
footer.bottom .links > a {
  font-size: 24px;
}
/* +++++ ENDE FOOTER +++++ */

/* +++++ MEDIA QUERIES +++++ */
@media screen and ( min-width: 1280px ){
  #content{
    max-width:1000px;
    
  }
}
@media screen and ( min-width: 1680px ){
  #content{
    max-width:1400px;
    
  }
}
@media screen and ( min-width: 2400px ){
  #content{
    max-width:1800px;
    
  }
}

@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;
  }
  main{
    min-height: calc(100vh - 31em - 6px);
       /*border: 3px solid red;*/
  }
}
@media screen and ( max-width: 950px ){
  nav > div{
    font-size: 1.4rem;
    padding:0px;
  }
  ul li.subdrop ul.dropdown {
    min-width: 6.8rem;
    margin-top: 1rem;
    left: 0;
    font-size:1.2rem;
  }
  
  #mandala-bottom-right{
    width:250px;
    height:auto;
  }
  #tit{
    font-size:3.6rem;
    bottom: 8%;
    /*left:7%;*/
    line-height: 2.4rem;
    width:100%;
  }
  #subtitle{
    font-size:1.3rem;
  }
  footer{
    margin-top: auto;
    

  }
  a.necessity:link{
    font-size: 0.9rem;
  }
  a.necessity-main:link{
    font-size: 1.2rem;
  }
  #content{
    font-size:1.2rem;
  }
  main {
    min-height: calc(100vh - 25em - 30px);
    /*border: 3px solid red;*/
  }
  h3{
    font-size:1.6rem;
  }
}


@media screen and ( max-width: 600px ){
  h1{
    font-size:1.8rem;
  }
    
  h3{
    font-size:1.2rem;
  }

  .uhrzeit{
    font-size:0.9rem;
  }

  nav{
    margin-left:1%;
    margin-right:1%;
  }
  nav > div{
    font-size: 1rem;
    min-width:120px;
    padding:0px;
  }

  ul li.subdrop ul.dropdown {
    min-width: 2rem;
    margin-top: 0.6rem;
    left: 0;
    right:0px;
    font-size:0.9rem;
  }

  .float-left{
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom:20px;
    width:200px;
    height:auto;
  }

  #mandala-bottom-right{
    opacity:0.8;
  }

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

  main {
    min-height: calc(100vh - 23em - 10px);
    /*border: 3px solid red;*/
}
  a.necessity:link{
    margin-right:10px;
  }

  #tit{
    font-size:3.2rem;
    line-height: 2.4rem;
    width:100%;
    margin-bottom:0px;
  }
  #subtitle{
    font-size:1.1rem;
  }
  a.necessity-main:link{
    font-size: 1.1rem;
    color: var(--orange);
  }
  #content{
    font-size:1.1rem;
  }
  #content > div{
    max-width: 92%;
    margin-top:5%;
  }

  .fa-chevron-up {
    margin-left: 0px;
    margin-top: 6px;
    text-align: center;
    font-size: 3.4em;
    padding-left: 3px;
  }
  .fa-phone, .fa-envelope{
    color: var(--dark-blue);
    font-size:1.2rem;
  }
}
@media screen and ( max-width: 400px ){

  .float-left{
   
    margin-right: 20px;
    margin-left:0px;
    margin-bottom:20px;
    width:100%;
    height:auto;
  }

}