@font-face {

    font-family:'thin';
    font-style: normal;
    font-weight: 400;
    src:
    url('assets\\FONTS\\SIMPLIFICA\\SIMPLIFICA Typeface.ttf') format('truetype');


}

html{

margin: 0px;
padding: 0px;

}


.navbar {

width: 100%;
background-color: rgba(0, 0, 0, 0.95);
font-size: 35px;
font-family: thin;
text-align: right;
/* offset-x | offset-y | blur-radius | spread-radius | color */
box-shadow: 2px 20px 20px 1px rgba(0, 0, 0, 0.4);
}

header{

position: fixed;
width: 100%;
position: 0;

}

.startbild{

    width: 55%;
    display: flex; 
    justify-content: center; 
    align-items: center;

}

.hintergrund {

    background-color: #ebe9ef;

}

.platzhalter {

    height: 84px;

}

.rene {

    width: 15%;
    min-width: 200px;
    float: right;
    margin-left: 25px;

}

h1 {

    color: #3fa25b;
    text-align: center;

}

h2 {

    color: #3fa25b;

}

.body {

width: 60%;
min-width: 325px;

}

.startbeschreibung {

width: 40%;
min-width: 300px;
margin: 0 auto;
text-align: left;
float: left;
font-size: 23px;

}

.platzhalter1 {

    height: 540px;

}

.body > ul {

    text-align: left;
    font-size: 23px;

}

.text1 {

    font-size: 23px;

}

footer {

    background-color: rgba(0, 0, 0, 0.95);
    padding: 40px

}

.footertext {

text-align: center;

font-size: 25px;
color: white;

}

.hintergrundoben {

width: 100%;

background-color: #333333;

}

.instagram {

    float: right;
    display: inline;

}

table {

    width: 100%

}

.logo {

 height: 300px;

}

.float {

    float: right;

}

a:link {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: none;
  }
  a:visited {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: none;
  }
  a:hover {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: underline;
  }
  a:active {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: underline;
  }


@media only screen and (max-width: 1200px) {

    .platzhalter {

        height: 150px;
    
    }

    .platzhalter1 {

        height: 600px;
    
    }

    .body {

        width: 85%;
        min-width: 325px;
        
    }

    nav {

        height: 150px;
        font-size: 30px;

    }

}