/* Allgemein */

body{
    background: url("Bilder/Hintergrund-Basis3.jpg");
    background-size: contain;
/*    background-color: floralwhite; */
}

#logo {
    margin-left: 0%;
    margin-top: 0px;
    float: left;
    height: 128px;
    width: 96px;
    background-color: grey;
    background: url(Bilder/CW-Logo4x6-K3.jpg); 
    filter: opacity(0.8);
    background-size: contain;
}

#logo2 {
    margin-left: 1%;
    margin-top: 100px;
    float: left;
    height: 30px;
    width: 72px;
    background-color: rgba(254, 128, 8, 0);
}

#logo1 {
    margin-left: 0%;
    margin-top: 0px;
    float: left;
    height: 128px;
    width: 350;
    background-color: rgba(254, 128, 8, 0);
    background-size: contain;
}

#logo1a {
    margin-left: 0%;
    margin-top: 0px;
    float: left;
    height: 128px;
    width: 116px;
    background-color: white;
    background: url(Bilder/OrdiPortrait0b-k.jpg);
    filter: opacity(0.);
    background-size: contain;
}


.Inhalt {
    
    padding: 50px;
    font-size: 2em;
}


#Haupt{
    padding: 30px;
    color: dimgrey;
    font-size: 3em;
    text-align: center;
    border: solid 5px orange;
    border-radius: 10px;
    margin-top: 60px;
    margin-left: 10%;
    width: 80%;
    z-index: 1;    
}


#Haupt1{
    padding: 30px;
    color: dimgrey;
    font-size: 3em;
    text-align: center;
    border: solid 5px orange;
    border-radius: 10px;
    margin-top: 160px;
    margin-left: 10%;
    width: 80%;
    z-index: 1;    
}


.wrap{
    position: fixed;
    Top:0;
    left:0;
    height: 160x;
    width: 100%;
    background-color: rgba(254, 128, 8, 0.95);
    text-align: left;
    z-index: 10;
    position: fixed;
}

h1{
    color: darkslategrey;
}

h2{
    color: darkslategrey;
    line-height: 5px;
}
h3{
    color: darkslategrey;
}

#bild{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 100%;
    background-color: grey;
    background: url(Bilder/Ordi Lageplan.jpg);
    background-size: cover;
    border: solid white;
}


.Inhalt15 {

    padding: 5px;
    font-size: 1.5em;
    text-align: center;
        display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 100%;
}

.Inhalt20 {
    
    padding: 5px;
    font-size: 2em;
    text-align: center;
        display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 100%;
}


.Inhalt20F {
    
    padding: 5px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
        display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 100%;
}

.Kapitel{
    
    font-size: 1.5em;
    font-family: helvetica, sans-serif;
}

 
p {
    margin-top: 1px; 
    font-size: 1.5em;
    text-align: center;
        display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 100%;
}

p1 {
    margin-top: 1px; 
    font-size: 1.4em;
    text-align: left;
        display: block;
    margin-left: 35%;
    margin-right: auto;
    width: 80%;
    height: 100%;
}

p2 {
    margin-top: 1px; 
    font-size: 1.5em;
    text-align: center;
        display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 100%;
}

.container{
/* background-color: grey; */
    margin-left: 10%;
}

.box{
    width: 195px;
    height:129px;
    background-color: rgba(254, 128, 8, 0.1);
    float: left;
    margin: 10px;
}
.box1{
    width: 22%;
    height: 350px;
/*  background-color: rgba(254, 128, 8, 0.1); */
    float: left;
    margin: 1%;
}
.clear{
    clear: both;
}
