@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;

}


.hintergrund {

    background-color: #ebe9ef;

}

.body {

    width: 60%;
    min-width: 325px;
    margin: 0 auto;    

}

h1 {

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

}


h2 {

    color: #3fa25b;

}


footer {

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

}

.footertext {

text-align: center;

font-size: 25px;
color: white;

}

table {

    width: 100%

}

.aboutmetext {

    font-size: 23px;

}

.instagram {

    float: right;
    display: inline;

}

.rene {

    width: 30%;
    min-width: 100px;
    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;
  }


  #kontaktformular{
    font-family: Calibri;
    color: black;  
    font-size: 20px;
    margin-top: 50px;
    width: 500px;
    min-width: 350px;
    margin: 0 auto;
}
.kontaktfeld{
    width: 500px;
    height: 40px;
    background-color:rgba(201, 201, 201, 0.327);
    border: none;
    border-color: transparent;
    margin: 10px;
}
.kontaktfeld1{
    width: 500px;
    height: 160px;
    background-color:rgba(201, 201, 201, 0.327);
    border: none;
    border-color: transparent;  
    margin-top: 15px;
    margin: 10px;
}

.form-submit-button {

    background:rgb(46, 50, 54);  
    color: white;   
    border-style: outset;
    height: 39px;   
    width: 100px; 
    font: bold 15px Roboto, sans-serif;  
    text-shadow:none;
    margin: 10px;
}

#pflichtfelder {
    padding-left: 10px;
    display:inline;
}

.contact {

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

}



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

    .body {

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