/*
Theme Name: Marmara
Author: Marmara-IT GmbH & Co KG
Author URI: https://marmara.at
Text Domain: marmara
Version: 1.2.1
*/

* {
    -webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
.edit-link {
    font-size: 30px;
    color: red;
    padding: .1rem;
    display: inline-block;
    text-decoration: none;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    font-weight: normal;
}
.edit-link:visited, .edit-link:link {
    color: red;
}
.edit-link:hover, .edit-link:active {
    color: rgb(199, 0, 0);
    text-decoration: none;
}
#myname {
    display: none;
}