/* Clear */
button,hr,input{overflow:visible}img,legend{max-width:100%}progress,sub,sup{vertical-align:baseline}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}img{height:auto;border-style:none}button{cursor:pointer}picture{display:inline-block}ul{padding: 0; list-style-type: none;}a.full{position:absolute;left:0;top:0;width:100%;height:100%;text-indent:-30000px;z-index:1}:focus{outline:0!important}input,textarea{border-radius:0!important;-webkit-appearance:none}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}body{margin:0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;text-decoration:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}b,strong{font-weight:bolder}

@font-face {
    font-family: 'bebas';
    font-display: auto;
    src: url('https://links.armzh.ch/fonts/bebasneue.eot');
    src: url('https://links.armzh.ch/fonts/bebasneue.eot?#iefix') format('embedded-opentype'),
        url('https://links.armzh.ch/fonts/bebasneue.woff2') format('woff2'),
        url('/fonts/bebasneue.woff') format('woff'),
        url('https://links.armzh.ch/fonts/bebasneue.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto';
    font-display: auto;
    src: url('https://links.armzh.ch/fonts/roboto-regular.woff2') format('woff2'),
        url('https://links.armzh.ch/fonts/roboto-regular.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'roboto';
    font-display: auto;
    src: url('https://links.armzh.ch/fonts/roboto-bold.woff2') format('woff2'),
        url('https://links.armzh.ch/fonts/roboto-bold.woff') format('woff');
    font-weight: bold;
}


html {
    height: 100%;
    font-size: 125%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    position: relative;
    min-height: 100.1%;
    overflow-x: hidden;
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    font-family: 'roboto';
    font-size: 20px;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;  
}

.site_wrapper {
    position: relative;
    overflow-x: hidden;
    text-align: center;
    max-width: 700px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.inside {
 position: relative;
 margin: 0 auto;
}

.bio {
    margin-top: 30px;
}

.bio img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 8px;
}

.bio a {
    color: #333;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
    display: block;
    opacity: .4;
    -webkit-transition: all .25s cubic-bezier(.08,.59,.29,.99);
    transition: all .25s cubic-bezier(.08,.59,.29,.99);
}

.bio a:hover {
    opacity: .9;
}

.links {
    margin-bottom: 30px;
}

.links li {
    margin-bottom: 15px;
}

.links li a {
    position: relative;
    z-index: 1;
    display: block;
    border: 2px solid #0DB5A8;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    background: #0DB5A8;
    color: #ffffff;
    padding: 15px 19px;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all .25s cubic-bezier(.08,.59,.29,.99);
    transition: all .25s cubic-bezier(.08,.59,.29,.99);
}

.links li a:hover {
    background: transparent;
    color: #0DB5A8;
}