
@font-face {
    font-family: "cdfont-roman";
    font-weight: 100;
    src: url("fonts/cdfont-roman.woff");
}
@font-face {
    font-family: "cdfont-bold";
    font-weight: 100;
    src: url("fonts/cdfont-bold.woff");
}
* {
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
position: relative;
color: #4e4d56;
font-family:cdfont-roman,arial;
margin:0;
line-height: 28px;
font-weight: normal;
font-size: 20px;

letter-spacing: 0.03em;

}

html, body {
color: #424040;
  background-color: #ffffff;
  display: block;
  width: 100%;height: 100%;
}
body {

font-family:cdfont-roman,arial;
color: #4e4d56;
font-family: cdfont-roman,arial;
line-height: 28px;
font-weight: normal;
font-size: 20px;
letter-spacing: 0.03em;
margin:0px;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;


background: #ffffff;
}


span {
  color: #424040;
}
a {
  color: #424040;
  text-decoration: none;
          -webkit-transition: all 0.1s ease-in-out;
  transition:                 all 0.1s ease-in-out;
}

.no-touch a:hover, .no-touch .oeffnlink:hover, .no-touch .oevlink:hover {
 color: #C5A16D;
}

::selection {
  background: #000;
  color: #e5e5e5;
}
::-moz-selection {
  background: #000;
  color: #e5e5e5;
}
a {
     outline: none;
  text-decoration: none;
}
a:active {
    outline: none;
}
a, a:active, a:focus {
   outline: none;
}
.container {
  position: relative;
  display: block;
}
section {
display:block;
transition: all 0.25s ease-in-out;
}
article {
  display: block;position: relative;

}
#inner {
display: block;
width: 100%;
max-width: 250px;
transition: all 0.25s ease-in-out;
}
#inner svg {
width: 100%;height: auto;
margin-bottom: 100px;
}



body {
  display: flex;
justify-content: center;
align-items: center;

}




@media (max-width:600px) {
  section {
  display:block;
  padding-left: 25px;
  padding-top: 50px;
  padding-right: 25px;
  }
  .logo {
  display: block;
  width: 100%;
  max-width: 300px;
  }
  body {
    line-height: 26px;
font-size: 20px;
  }
}
