<html>
<head>
<title>zentrales Style Sheet</title>
<style type="text/css">

@font-face {
  font-family: 'century-gothic';
  src: local('century-gothic'),
  url('../_archiv/AdobeHeitiStd-Regular.otf') format('opentype');
}

html,
html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: century-gothic, arial, sans-serif;
}

.logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 300px;
}

.nav ul {
        list-style-type: none;
}

.nav ul li a {
        text-decoration: none;
        color: #2F322A;
        text-align: center;
        display: block;
        text-transform: uppercase;
        padding: 8px;
}

/*Tablet View*/

@media (min-width: 768px){

/*Desktop View*/

@media (min-width: 1024px){

</style>
</head>
</html>