@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body
{
  font-family: 'Roboto', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: 'wdth' 100;
       height: 100%;
       margin: 0px;
       padding: 0px;
       background: #FFF;
       text-align: center;
}

#mittig {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        text-align: left;
}

#kopf {
        position: relative;
        width: 100%;
        padding: 0%;
        background: #fff;
}

#logo {
        position: relative;
        width: 70%;
        padding: 2% 15% 3% 15%;
        text-align: center;
}

#kontakt {
        position: relative;
        width: 100%;
        padding: 1% 0% 2% 0%;
        text-align: center;
}

#navi {
        position: relative;
        width: 100%;
        padding: 2% 0% 2% 0%;
        text-align: center;
        background: #EEEEEE;
}

#zu {
        position: relative;
        width: 100%;
        clear: both;
}

#bild {
        position: relative;
        width: 100%;
}

#bauch {
        position: relative;
        width: 90%;
        padding: 4% 5% 4% 5%;
        margin: 0%;
        text-align: left;
        background: #FFF;
}

#links {
        position: relative;
        width: 100%;
        padding: 0% 0% 1% 0%;
        margin: 0%;
        text-align: left;
}

#rechts {
        position: relative;
        width: 100%;
        padding: 0% 0% 2% 0%;
        margin: 0%;
        text-align: center;
}

#back {
        position: relative;
        width: 90%;
        padding: 4% 5% 4% 5%;
        background: url(../bilder/schatten.png) center center;
        background-size: cover;
}

#hell {
        position: relative;
        width: 90%;
        padding: 2% 5% 2% 5%;
        background: url(../bilder/light.png) repeat;
        border-radius: 15px;
}

#halb {
        position: relative;
        width: 90%;
        padding: 4% 5%;
        margin: 0% 2% 2% 0%;
        float: left;
        border-radius: 15px;
        background-color: #EEE;
}

#fuss {
        position: relative;
        bottom: 0px;
        width: 96%;
        padding: 5% 2% 3% 2%;
        text-align: center;
        clear: left;
        background: #333;
}

p
{       font-size: 110%;
        color: #111;
        text-align: left;
        line-height: 130%;
        margin: 0px;
        margin-bottom: 10px;
}

b
{       color: #111;
}


h1
{       font-size: 220%;
        line-height: 130%;
        font-weight: bold;
        color: #cf027f;
        margin: 0px;
        text-align: left;
}

h2
{       font-size: 180%;
        line-height: 130%;
        font-weight: normal;
        color: #008bd2;
        margin: 0px;
        margin-bottom: 10px;
        text-align: left;
}


h3
{       font-size: 110%;
        line-height: 130%;
        font-weight: bold;
        color: #333;
        margin: 0px;
        margin-bottom: 10px;
        text-align: left;
}

li
{       font-size: 110%;
        line-height: 130%;
        color: #222;
}

ul
{       margin: 0px;
        margin-bottom: 10px;
        padding-left: 20px;
}


a
{       font-size: 100%;
        line-height: 130%;
        font-weight: bold;
        color: #706f6f;
        margin: 0px;
        text-decoration: none;
}
a:hover, a:active
{        color: #cf027f;
}
.aktiv, .navi:hover, .navi:active, .aktiv:hover, .aktiv:active
{       font-size: 120%;
        padding: 0% 1% 0% 1%;
        color: #cf027f;
}
.navi
{       font-size: 120%;
        padding: 0% 1% 0% 1%;
        color: #706f6f;
}
a.button
{       display: block;
        color: #fff;
        font-size: 110%;
        line-height: 100%;
        font-weight: bold;
        width: 46%;
        padding: 8% 1% 2% 1%;
        margin: 1% 1%;
        text-align: center;
        float: left;
        border-radius: 15px;
        text-shadow: 2px 2px 6px #000;
        background: url(../bilder/pflanze.jpg);
        background-position: bottom center;
        background-size: cover;
}

a.button:hover
{       opacity: 0.7;
}

.rund
{
  border-radius: 15px;
}

.flach
{
  border-radius: 15px;
  height: 36%;
  margin: 0% 0% 3% 0%;
}

a.social:hover
{       opacity: 0.7;
}

#fuss a
{
        font-size: 100%;
        font-weight: normal;
        color: #eeeebb;
}
#fuss a:hover, #fuss a:active
{        color: #fff;
}

#fuss h1
{       font-size: 240%;
        line-height: 130%;
        font-weight: normal;
        color: #eee;
        margin: 0px;
        margin-bottom: 6px;
        text-align: center;
}

#fuss p
{       font-size: 100%;
        line-height: 130%;
        font-weight: normal;
        color:  #eee;
        margin: 0px;
        margin-bottom: 6px;
        text-align: center;
}