@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: #FFFFFF;
       text-align: center;
}

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

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

#logo {
        position: relative;
        width: 25%;
        padding: 3% 0% 2% 5%;
        text-align: left;
        float: left;
}

#kontakt {
        position: relative;
        width: 60%;
        padding: 4% 5% 2% 5%;
        text-align: left;
        float: left;
        background: #FFFFFF url(../bilder/haus.jpg) top right no-repeat;
        background-size: contain;
}

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

#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: #FFFFFF;
}

#links {
        position: relative;
        width: 60%;
        padding: 0% 5% 0% 0%;
        margin: 0%;
        text-align: left;
        float: left;
}

#rechts {
        position: relative;
        width: 35%;
        padding: 0% 0% 0% 0%;
        margin: 0%;
        text-align: right;
        float: right;
}


#zu #links {
        position: relative;
        width: 65%;
        padding: 0% 5% 0% 0%;
        margin: 0%;
        text-align: left;
        float: left;
}

#zu #rechts {
        position: relative;
        width: 30%;
        padding: 0% 0% 0% 0%;
        margin: 0%;
        text-align: right;
        float: right;
}

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

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

#halb {
        position: relative;
        width: 48%;
        padding: 0% 2% 0% 0%;
        margin: 0%;
        float: left;
}

#fuss {
        position: relative;
        bottom: 0px;
        width: 100%;
        padding: 2% 0% 2% 0%;
        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: 125%;
        line-height: 100%;
        font-weight: bold;
        width: 16%;
        padding: 7% 1% 1% 1%;
        margin: 1% 1%;
        text-align: center;
        float: left;
        text-shadow: 2px 2px 6px #000;
        border-radius: 15px;
        background: url(../bilder/pflanze.jpg) bottom center;
}

a.button:hover
{       opacity: 0.7;
}

.rund
{
  border-radius: 15px;
}

a.social:hover
{       opacity: 0.7;
}

#fuss a
{
        font-size: 100%;
        font-weight: normal;
        color: #eee;
}
#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;
}
