/* Startseite.css */
body{margin:0;background-color:#1d1d1d;font-family:Arial,serif;-ms-interpolation-mode: nearest-neighbor;/* IE 7+ (non-standard property)*/    image-rendering: -webkit-crisp-edges;/* Safari 7+ */    image-rendering: -moz-crisp-edges;/* Firefox 3.6+ */    image-rendering: -o-crisp-edges;/* Opera 12 */    image-rendering: pixelated;/* Chrome 41+ and Opera 26+ */}a:link{color: #bdbdbd;text-decoration: none}a:-webkit-any-link{color: #bdbdbd;text-decoration: none}a:visited{color: #bdbdbd;text-decoration: none}a:active{color: #bdbdbd;text-decoration: none}#oberflaeche{right:0;bottom:0;left:0;top:0;position:fixed;overflow:auto;display:flex;flex-wrap: nowrap;flex-direction: column}.zone{display:flex;flex-grow: 1;/* bezieht sich auf jedes einzelne Zonen-Div*/    padding: 15px;justify-content: center;align-items: center;flex-wrap: nowrap;flex-direction: column}.zone:nth-child(1){background-color:#212121}.zone:nth-child(2){background-color:#252525}.zone:nth-child(3){background-color:#292929}.zone:nth-child(4){background-color:#2d2d2d}.zone:nth-child(5){background-color:#313131}.zone_header{font-size:30px;color:#bdbdbd}.kachel_container{display:flex;justify-content: center;align-items: center;align-content: center;flex-wrap: wrap;flex-direction: row}.kachel{width:150px;height:150px;margin:5px;border:0 solid;border-radius:10px;background-size: cover;transition: 0.3s;cursor: pointer;-webkit-box-shadow: 5px 5px 0px 0px rgba(46,46,46,1);-moz-box-shadow: 5px 5px 0px 0px rgba(46,46,46,1);box-shadow: 5px 5px 0px 0px rgba(46,46,46,1);box-sizing: border-box;border-color: rgba(0, 0, 0, 0.26)}.kachel:hover{border:5px solid;transition: 0.3s;-webkit-box-shadow: 0px 0px 23px 0px rgba(46,46,46,1);-moz-box-shadow: 0px 0px 23px 0px rgba(46,46,46,1);box-shadow: 0px 0px 23px 0px rgba(46,46,46,1);box-sizing: border-box;border-color: rgba(0, 0, 0, 0.26)}#instagram{background-size: 113%;background-position: center}#tiktok{-webkit-box-shadow: 5px 5px 0 0 rgba(46,46,46,1);-moz-box-shadow: 5px 5px 0 0 rgba(46,46,46,1);box-shadow: 5px 5px 0 0 rgb(30, 0, 0)}#tiktok:hover{-webkit-box-shadow: 0 0 23px 0 rgba(46,46,46,1);-moz-box-shadow: 0 0 23px 0 rgba(46,46,46,1);box-shadow: 0 0 23px 0 rgba(0,37,40,1)}