@font-face {
    font-family: "museo";
    src: url(../Museo300-Regular-webfont.ttf) format("truetype");
    font-weight: 100 500;
}

@font-face {
    font-family: "museo";
    src: url(../Museo700-Regular-webfont.ttf) format("truetype");
    font-weight: 500 900;
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../glyphicons-halflings-regular.woff2) format("woff2");
    font-weight: 500 900;
}

html {
    box-sizing: border-box;
    direction: ltr;
    display: block;
    font-family: sans-serif;
    font-size: 10px;
    text-size-adjust: 100%;
    -webkit-locale: "de";
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    display: block;
    box-sizing: border-box;
    font-family: museo;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #ffffff;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
}

div {
    display: block;
    text-align: justify;
}

a:link, a:visited {
    color: #333;
}

a:hover, a:active {
    color: #666;
}

header {
    backface-visibility: hidden;
    background-color: #00a099;
    border-color: #333;
    border-style: none;
    box-shadow: 0 6px 4px -4px #aaa;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 58px;
    margin-bottom: 20px;
    max-height: 58px;
    max-width: 100%;
    min-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 11px;
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 10;
}

.headercontainer {
    box-sizing: border-box;
    height: 47px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.headercontainer .left {
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    display: block;
    float: left;
    height: 31px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.headercontainer .logo {
    box-sizing: border-box;
    display: inline;
    height: 38px;
    margin-top: -7px;
}

.headercontainer .right {
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: right;
    font-weight: 700;
    font-size: 31px;
    height: 31px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.content {
    margin:auto;
    margin-top: 50px;
    max-width: 400px;
    width: 100%;
}

.content div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content em {
    font-weight: 700;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: museo;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    text-align: center;
}

h3 {
    font-size: 18px;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    font-size: 16px;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.input-group {
    box-sizing: border-box;
    position: relative;
    display: table;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    width: 100%;
}

.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-sizing: border-box;
    color: #555555;
    display: table-cell;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    height: 46px;
    padding: 6px 16px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}

.input-group-addon:first-child {
    border-right: 0;
}

.form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-sizing: border-box;
    cursor: text;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 18px;
    font-weight: 300;
    height: 46px;
    padding: 10px 16px;
    position: relative;
    text-align: start;
    width: 100%;
    z-index: 2;
}

.form-submit {
    background-color: #00a099;
    border-radius: 6px;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    overflow: visible;
    padding: 10px 16px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    width: 100%;
}

a.button {
    background-color: #00a099;
    border-radius: 6px;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    overflow: visible;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    width: 100%;
}

a.button.secondary {
    background-color: #c2fffc;
    border: 1px solid #00a099;
    border-radius: 6px;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    overflow: visible;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    width: 100%;
}

.logout:before {
    box-sizing: border-box;
    content: '\e017';
    font-family: 'Glyphicons Halflings';
    font-size: 20px;
    padding-right: 10px;
    vertical-align: sub;
}

.logout {
    box-sizing: border-box;
    color: #80d0cc;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    height: 58px;
    padding: 17px 35px 18px 25px;
    position: relative;
    text-align: left;
    text-decoration-line: none;
}

.logout:hover {
    color: #fff;
}

.error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.screenshot {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    margin: 0px;
}

.screenshot img {
    width: 100%;
}

.imagehintref {
    background-color: #f2dede;
    border: 1px solid #a94442;
    border-radius: 50%;
    padding-left: 0.3em;
    padding-right: 0.3em;
    color: #a94442;
    font-weight: 700;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-tag:before {
    content: "\e041";
}
