@font-face {
	font-family: 'Courgette';
	src: url('courgette-regular-webfont.woff') format('woff');
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*
    eingebaut: damit sieht man,
    wie weit etwas läuft…
  
   border: 1px solid red;*/
}


main {
width: 90%;
margin: 2% auto;
display:grid;
max-width: 960px;
font-family: sans-serif;
font-size: 14px;
    padding-top:0px;
}


.hintergrund {
width: 100%;
height: auto;
max-width: 2000px;
border-radius: 0px;
object-position: center;
/*box-shadow: 5px 0px 30px silver;*/
}

/*Link zum Chat*/
#chatlink {
	width:64px;
	position:sticky;
	top:calc(100vh - 8em);
	left:calc(100vw - 7em);
	padding: 0;
	opacity:.7;
	background:transparent;
}

@media screen and (max-width: 700px) {
	#chatlink {
		top:calc(100vh - 16em);
		left:calc(100vw);
	}
}

#chatlink img {
	width:64px;
	border:none;
}
#chatlink a{
	text-decoration:none;color:#222;
}
#chatlink p {
	position: absolute;
	top: 50px;
	left: 10px;	
	font-family:'Courgette',sans-serif;
	font-size:1.5em;
}


/*Navigationsmenü*/

.contact{
    text-align: left;
    position: absolute;
    top: 0px;
    left: 125px;
    z-index: 99;
    
    hyphens: auto;
  font-family: 'Rubik', sans-serif;
  font-weight: 200;
  font-size: 15px;
  line-height: 1.25;
  font-size-adjust: auto;
    color: lightslategrey;
    padding-bottom: 5px;
  }  

.logo{
    text-align: left;
    position: absolute;
    top: 30px;
    left: 60px;
    z-index: 99;
  }  
  
.name {
    
font-family: 'Helvetica', sans-serif;
  font-size: 15px;
color:grey;
    font-weight: 600;
  position: fixed;
  left: 125px;
  top: 50px;
  /*letter-spacing: 5px;*/
  background-color: rgba(255, 255, 255, 0);
  z-index: 99;
}

.name-unter {
  font-size: 15px;
  color:black;
    font-weight: 600;
  letter-spacing: 0px;
  position: fixed;
  left: 30%;
  top: 3%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 99;
}

.style {
  width: 100%;
min-height: 85px;
  background-color: rgba(255, 255, 255, 100);
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
border-bottom-color: lightgrey;
    border-bottom-width: thin;
    border-bottom-style: solid;
    box-shadow: 5px 2px 30px lightgrey;
}

.navigation {
    left: 20.6%;
    top: 17px;
    position: absolute;
    width: 85%;
}

.navigation nav {
  background-color: rgba(255, 255, 255, 0);
  color: darkgrey;
  position: absolute;
  top: 0px;
  left:0px;
  z-index: 99;
    /*display: none;*/
}

.navigation div{
    text-align: center;
}

.navigation:hover nav{
    display:block;
    color: black;
}


/* Links im Navi-Menü */

nav a {
  color: darkgrey;
  text-decoration: none;
  /* ganz wichtig, sonst geht "padding" nicht!*/
  display: block;
  padding: 1em;
}

.zentrum2 a {
  color: darkgrey;
  text-decoration: none;
}

/* der ausgewählte Menüpunkt wird hervorgehoben */

nav li.current a {
  background-color: rgba(255, 255, 255, 0);
  color: black;
}

nav ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  text-align:center;
  width:auto;
}

ul {
  overflow: auto;
  width: 100%;
  margin: 0 auto;
}

li {
  float:left;
}

/*Fließtext*/


figcaption {
    font-size: 7px;
    color: lightgrey;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-top: -5px;
}

body {
  hyphens: auto;
  font-family: 'Rubik', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 12px;
  line-height: 1.25;
  font-size-adjust: auto;
  background-color: #eff3f5;
}

h1 {
  font-family: 'Muli', sans-serif;
  font-weight: 200;
  font-size: 15px;
    font-weight: 600;
    color: black;
    text-align: left;
    padding-bottom: 5px;
    
}


h2 {
  hyphens: auto;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  font-size-adjust: auto;
  
  color: black;
}

h22 {
  hyphens: auto;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  font-size-adjust: auto;
  
  color: lightslategrey;
}


h3 {
    hyphens: auto;
  font-family: 'Rubik', sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.25;
  font-size-adjust: auto;
    color:darkslategrey;
    padding-bottom: 5px;
    padding-top: 20px;
}

h33 {
    hyphens: auto;
  font-family: 'Rubik', sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.25;
  font-size-adjust: auto;
    color:#242c93;
    padding-bottom: 5px;
    padding-top: 0px;
}


h333 {
  hyphens: auto;
  font-family: 'Rubik', sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.25;
  font-size-adjust: auto;
    color:blue;
    padding-bottom: 5px;
    padding-top: 0px;
    text-decoration: none;
}


h4 {
    hyphens: auto;
  font-family: 'Rubik', sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.25;
  font-size-adjust: auto;
    color:#242c93;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

h5 {
hyphens: auto;
  font-family: 'Rubik', sans-serif;
  font-weight: 210;
  font-size: 15px;
  line-height: 1.25;
  font-size-adjust: auto;
  color: grey;
  padding-bottom: 5px;
  
}

.zentrum {
    
    text-align: center;
    position: center;
    object-position: center;
    top: -100px;
    left: -100px;

    padding: 10px;
     
}

.zentrum2 {
    display: grid;
    grid-template-columns: 1fr ;
    grid-gap: 15px;
    text-align: center;
    
    position: relative;
    object-position: center;
    top: 0px;
    
    background-color: white;
    margin: 30px 400px 10px;
    border-color: white;
    border-style: solid;
    border-width: 0.5px;
    border-radius: 10px;
    padding: 10px;
         box-shadow: 5px 1px 30px lightgrey;
}



.liste{

  font-weight: 200;
  font-size: 12px;
  line-height: 1.25;
  font-size-adjust: auto;
    color: lightslategrey;
    padding-left: 30px;
}



/*NEU START*/
.bildLinks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    
    background-color: white;
    margin: 5px 0px;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding: 10px;
    
     box-shadow: 5px 2px 30px lightgrey;
}

.bildLinks div {
    grid-column: 2 / span 1;
}



.bildLinks2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    
    padding: 0px;
    
}



.bildRechts div {
    grid-column: 2 / span 1;
}

p{
    margin-bottom: 20px;
}
.bildRechts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    text-align: right;
    
    background-color: white;
    margin: 5px 0px;
    border-color: lightgrey;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding: 10px;
}

.dreiSterne {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    
    background-color: white;
    margin: 5px 0px;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding: 10px;
    
    box-shadow: 5px 2px 30px lightgrey;
}



.dreiSterne2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    
    background-color: none;
}

.dreiSterne3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    
    background-color: none;
}

.dreiSterne3 div {
    grid-column: 1 / span 3;
}


.karte {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    
    background-color: white;
    margin: 5px 0px;
    border-color: lightgrey;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding: 10px;
}

.karte-full div {
    grid-column: 1 / span 4;
}
/*NEU ENDE*/







 img {
width: 70%;
height: auto;
border-radius: 10px;
border-color:#eff3f5;
border-style: solid;
border-width: thin;
/*box-shadow: 5px 0px 30px silver;*/
}


.img2 {
width: 70%;
height: auto;
border-radius: 0px;
border-color:#eff3f5;
border-style: solid;
border-width: thin;
/*box-shadow: 5px 0px 30px silver;*/
}

.img3 {
width: 70%;
height: auto;
/*box-shadow: 5px 0px 30px silver;*/
}

.img4 {
width: 90%;
height: auto;
/*box-shadow: 5px 0px 30px silver;*/
}

.hintergrund {
width: 100%;
height: auto;
border-radius: 0px;
/*box-shadow: 5px 0px 30px silver;*/
}



.text {

        /* Blocksatz */
    text-align: justify;
        /* Silbentrennung */
    hyphens: auto;
    display: grid;
        /* 3spaltiges Raster */
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5em;
    padding-top: 0px;
    padding-bottom: 20px;
    
}






.impressum{
    color: black;
  text-decoration: none;
  display: block;
  padding-top: 3em;
    
 list-style-type: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  text-align: left; 
}















/*-------------------- mobiles Layout Fenstergrößen------ */



/*---------- Breakpoint unter 700px */

@media screen and (max-width: 700px) {
  /*Article (Einzelprojekte)*/
  
  main {
    max-width: 400px;
    display:block;
  }
  figure {
    max-width: 500px;
  }


  
.logo{
    text-align: left;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
  }  
    
.name{
    display:none;
    /*Neu font-family: 'Helvetica', sans-serif;
  font-size: 10px;
  position: fixed;
  left: 120px;
  top: 10px;
  z-index: 99;*/
        }    

h22 {
  hyphens: auto;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.25;
  font-size-adjust: auto;
  
  color: lightslategrey;
}
    
    
.contact{
    text-align: left;
    position: absolute;
    top: 10px;
    left: 75px;
    z-index: 99;
    
    hyphens: auto;
  font-family: 'Rubik', sans-serif;
  font-weight: 200;
  font-size: 15px;
  line-height: 1.25;
  font-size-adjust: auto;
    color: lightslategrey;
    padding-bottom: 5px;
  }      
    
 
    
.style {
  width: 100%;
min-height: 80px;
  background-color: rgba(255, 255, 255, 100);
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
border-bottom-color: lightgrey;
    border-bottom-width: thin;
    border-bottom-style: solid;
    box-shadow: 5px 2px 30px lightgrey;
}

  
.zentrum {
    display: grid;
    grid-template-columns: 1fr ;
    grid-gap: 7px;
    text-align: center;
    position: relative;
    object-position: center;
    top: 3px;
    left:-5px;
    
    /*border-bottom-color: #0071c1;
    border-bottom-style: solid;
    border-bottom-width: thin;
    
    border-top-color: #0071c1;
    border-top-style: solid;
    border-top-width: thin;*/
    
    padding: 10px;
    
}
    
.zentrum2 {
    display:block;
    text-align: center;
    
    position: relative;
    object-position: center;
    top: 0px;
    left:0px;
    
    background-color: white;
    margin: 10px -2px 10px;
    border-color: white;
    border-style: solid;
    border-width: 0.5px;
    border-radius: 10px;
    padding: 10px;
    
     box-shadow: 5px 1px 30px lightgrey;
    
}

  .nav li {
      font-size:12px;
  }
    

  .name-unter {
    left: 25;
    top: 100px;
  }
    
 .style {
  width: 100%;
  height: 55px;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  left: 0;
  top: 0;
}

    
    
li {
  float:left;
grid-column: 1 / span 3;
}
       
.bildLinks {
    display: block;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    
    background-color: white;
    margin: 5px 0px;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding: 10px;
    
     box-shadow: 5px 2px 30px lightgrey;
}

.bildLinks div {
    grid-column: 2 / span 1;
}

    
.dreiSterne {
    display: block;
}

.dreiSterne2 {
    display: block;
}
  
.dreiSterne3 {
    display: block;
}

.bildLinks2 {
    display: block;
}

img {
width: 70%;
height: auto;
border-radius: 10px; 
border-color:#eff3f5;
border-style: solid;
border-width: thin;
/*box-shadow: 5px 0px 30px silver;*/
}
 

.img2 {
width: 70%;
height: auto;
border-radius: 0px; 
border-color:#eff3f5;
border-style: solid;
border-width: thin;
/*box-shadow: 5px 0px 30px silver;*/
}
 
 
.west {
width: 70%;
height: auto;
}    


.navigation nav {
  background-color: rgba(255, 255, 255, 0);
  
  color: darkgrey;
  position: absolute;
  top: 0px;
  left:0px;
  z-index: 99;
  display: none;
}


    
    
    

    


    
    
    
    
/*----------------------------------------------------------*/
/*----------- Breakpoint über 700px */

@media screen and (min-width: 701px) {
  nav li a:hover {
    color: black;
    font-style:normal;
    font-weight: 900;
  }
  
  /*Article (Einzelprojekte)*/
  .projektbeschreibung {
    padding-top: 150px;
  }
  main {
    width: 90%;
    margin: 2% auto;
    /*background-color: red;*/
  }
  .content p {
    max-width: 300px;
  }
  article div {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    grid-column: 1 / span 2;
  }
  figure {
    max-width: 500px;
  }
    
.style{
    width: 100%;
  height: 10%;
  background-color: rgba(255, 255, 255, 1);
  z-index: 99;
  position: fixed;
  left: 25;
  top: 0;  
    } 
    
    
    
}

/* Hover Effekt */
    
    
    body {
    font:12px arial;
    color: #222;
    text-align:center;
    padding:35px; }
  
form, p, span {
    margin:0;
    padding:0; }
  
input { font:12px arial; }
  
a {
    color:#0000FF;
    text-decoration:none; }
  
    a:hover { text-decoration:underline; }
  
#wrapper, #loginform {
    margin:0 auto;
    padding-bottom:25px;
    background:#EBF4FB;
    width:504px;
    border:1px solid #ACD8F0; }
  
#loginform { padding-top:18px; }
  
    #loginform p { margin: 5px; }
  
#chatbox {
    text-align:left;
    margin:0 auto;
    margin-bottom:25px;
    padding:10px;
    background:#fff;
    height:270px;
    width:430px;
    border:1px solid #ACD8F0;
    overflow:auto; }
  
#usermsg {
    width:395px;
    border:1px solid #ACD8F0; }
  
#submit { width: 60px; }
  
.error { color: #ff0000; }
  
#menu { padding:12.5px 25px 12.5px 25px; }
  
.welcome { float:left; }
  
.logout { float:right; }
  
.msgln { margin:0 0 2px 0; }


