body {
	margin-left:auto;	
	margin-right:auto;
    max-width:1000px;
}	

.inhalt {
    margin: 3% 2% 3% 2%; 
}  

h1 {
    font-family: "Roboto", sans-serif;
	font-size:6vw;
    line-height:1;
    font-weight: 600;		
    hyphens: auto; 
    margin-top: 0%;
    margin-block-end: 0em;
    color: grey;
}
@media only screen and (min-width: 700px) {	
    h1 {
        font-size: 42px;
    }
}

h2 {
    font-family: "Roboto", sans-serif;
	font-size: 4vw;
    line-height:1.2;
    font-weight: 800;
    margin-block-start: 0em;
    margin-block-end: 0.6em;	
    hyphens: auto;
/*     color: gray;  */
}
@media only screen and (min-width: 700px) {	
    h2 {
        font-size: 27px;
    }
}

.rahmen {
    border-width: 1px;
    border-style: solid;
    padding: 1%;
    border-color:#939393;
    width: 98%; 
    margin: auto;
}

.bu {
    margin-top: 1.5%;
    font-family: "Roboto", sans-serif;
	font-size:2.1vw;
    line-height:1.3;
    font-weight: 100;
    font-style: italic;	
}
@media only screen and (min-width: 1000px) {	
    .bu  {
        font-size: 20px;
    }
}

h3 {
    font-family: "Roboto", sans-serif;
	font-size: 3vw;
    line-height:1.2;
    font-weight: 800;
    margin-block-start: 0;
    margin-block-end: 0.1em;	
    hyphens: auto;
/*     color: gray;  */
}
@media only screen and (min-width: 700px) {	
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-family: "Roboto", sans-serif;
	font-size:2.4vw;
    line-height:1.2;
    font-weight: 600;
    margin-block-start: 0.5em;
    margin-block-end: 0.1em;
}
@media only screen and (min-width: 700px) {	
    h4 {
        font-size: 18px;
    }
}

p {
    font-family: "Roboto", sans-serif;
	font-size:2.5vw;
    line-height:1.3em;
    font-weight: 400;		
    hyphens: auto;
    margin-block-start: 0em;
    margin-block-end: 0.5em; 
}
@media only screen and (min-width: 700px) {	
    p {
        font-size: 17.5px;
    }
}

h2, h3, h4, p {
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-chars: auto 3;
    -webkit-hyphenate-limit-lines: 4;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: auto 3;
    -ms-hyphenate-limit-lines: 4;
    hyphens: auto;
  }

header {
    display: grid;
    grid-template-columns: 92% 8%;
    margin-bottom: 0.33em;
}

header h1 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
}

header svg {
    grid-area: 1 / 2 / 2 / 3;
}


/*  MAIN  ***********************************/
main {
    margin-top: 3%;
    display: grid;
    grid-template-rows: 22% 70%;
    grid-column-gap: 5%; 
}

.linkeSpalte {
    grid-area: 1 / 1 / 2 / 2;
    display: -webkit-flex;    
	display: -ms-flexbox;
    display: flex;
    flex-direction: column;
/*  align-content: space-between;
    justify-content: space-between; */
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    font-family: "Roboto", sans-serif;
	font-size: 2vw;
    line-height: 2;
    font-weight: 600;
    color: gray;
}
@media only screen and (min-width: 700px) {	
    li {
        font-size: 14px;
    }
}

li a {
    text-decoration: none;
    color: gray;
    border: solid white 0.4em;

}
li a:hover {
    color: white;
    background-color: #939393;
    border: solid #939393 0.4em;

}

.aktiv {
    color: white;
    background-color: lightgray;
    border: solid lightgray 0.4em;

}

.rechteSpalte {
    grid-area: 1 / 2 /2 /3; 
    display: -webkit-flex;    
	display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
hr { 
    margin-top: 2%;
    margin-bottom: 2%;
    color: gray;
}

/*  FOOTER  ****************************/
.footerGrid {
    width: 95%;
    margin: 1% 2.5% 3% 2.5%;
    display: grid;
    grid-template-columns: 5% 35% 10%;  
    justify-content: space-between;
}

footer a {
    height: 2.5em; 
    text-decoration: none;
}

footer svg:hover #schild{
  fill: gray;
  stroke: gray;
}

footer svg:hover #haus{
    fill: gray;
    stroke: gray;
  }

footer svg:hover text {
    fill: white;
}

