/*header style*/

header {

   background-color: #c6dae0

}

/*Links sollen NICHT unterstrichen sein!*/

a {text-decoration: none;}
a {color: #005E6E;}

@font-face {
    font-familiy: Roboto-Light; sans-serif;
    src: url(/fonts format(ttf))
}

body {
    font-family: Roboto-Light, sans-serif;
    src: url(/fonts format(ttf))
    font-size: 18px; color:#005E6E;
    line-height: 1.7em
    
}

/*navigation menu style*/

nav {

text-align: center;
font-size: 1.125em; color:#005E6E;
   word-spacing: 200px;
   Padding: 10px;


}

    .kasten {
      background: #ffffff;
      height: 650px; 
      width: 1200px; 
      letter-spacing: 2px;

       margin-top: 70px;
       margin-left: auto;
       margin-right: auto;
       margin-bottom: 70px;

       -webkit-box-shadow: 2px 2px 50px grey;
       -moz-box-shadow: 2px 2px 50px grey;
        box-shadow: 2px 2px 50px grey;

    }

    .kontakt {
    text-align: right;
    font-size: 1.125em; color:#005E6E;
    line-height: 1.7em
    left: 50px;
    width: 550px;
    position: relative;

    }


.post-text-box {
    flex: 70%;
    margin-left: 100px;
    padding: 20px;
}

/*Fußzeile zweispaltig*/

.multi-column {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
}

.multi-column div {
    width: 50%;
}

* {
   box-sizing: content-box;
}