@font-face {
    font-family: 'lc_roboto';
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'lc_roboto_thin';
    src: url('../fonts/Roboto-Thin.ttf');
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
input[type="number"] {
    -moz-appearance: textfield !important;
}
p {
    margin:initial !important;
}
#main {
    /*margin-top: 5px;*/
}

md-card {
    margin: 0 !important;
	box-shadow: none !important;
}
md-card md-card-header {
    padding: 5px !important;
    line-height: 1.3em !important;
    display: flex;
    align-items: center;
    display: -webkit-flex;
}
md-card md-card-content {
    padding: 10px !important;
}
.md-title {
    font-size: 2.2em !important;
}
.md-subhead {
    font-size: 1.1em !important;
    color: rgba(0,0,0,0.54);
}
.md-body-2 {
    line-height: normal !important;
}
.rowleft {
    word-wrap: break-word !important;
}
input {
    min-width: 40px !important;
}
.parent-container {
    max-width:100vw !important;
    min-width: 240px !important;
}
.child-container {
    max-width:610px !important;
    width: 100% !important;
    margin:auto !important;
}
.input-aromenname {
    width:72% !important;
}

.no-margin {
    margin: 0 !important;
}
.no-margin-right {
    margin-right:0 !important;
}
.margin-top-50 {
    margin-top:50px !important;
}
.margin-top-30 {
    margin-top:30px !important;
}
.margin-top-15 {
    margin-top:15px !important;
}
.margin-top-10 {
    margin-top:10px !important;
}
.margin-top-5 {
    margin-top:10px !important;
}
.margin-bottom-15 {
    margin-bottom:15px !important;
}
.margin-bottom-10 {
    margin-bottom:10px !important;
}
.margin-top-5 {
    margin-top:5px !important;
}
.margin-left-15 {
    margin-left:15px !important;
}
.margin-right-15 {
    margin-right:15px !important;
}
.centertext {
    text-align:center;
}
.err-message {
    color: red;
    font-weight: bold;
    text-align: right;
}
.err-message-leftAlign {
    color: red;
    font-weight: bold;
    text-align: left;
}
.err-message-centerAlign {
    color: red;
    font-weight: bold;
    text-align: center;
}
.aroma-edit-btn {
    outline: none;
}
.aroma-edit-btn > img {
    margin-left: 5px;
}
.aroma-base-remove-btn {
    outline: none;
}
.aroma-save-btn {
    outline: none;
}
.aroma-save-btn > img {
    margin-left: 5px;
}
.width100percent {
    width: 100% !important;
}
.vertical-align {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.font-size-70pct {
    font-size: 70% !important;
}
.font-size-80pct {
    font-size: 80% !important;
}
.font-size-90pct {
    font-size: 80% !important;
}
.font-size-100pct {
    font-size: 100% !important;
}
.font-size-110pct {
    font-size: 110% !important;
}
.font-size-120pct {
    font-size: 120% !important;
}
.font-size-160pct {
    font-size: 160% !important;
}
.font-weight-600 {
    font-weight:600 !important;
}


.list-group {
    text-align: left;
}
.list-group-item-pgvgh2o {
    color: #777 !important;
    background-color: #e3e3e3 !important;
    border: none !important;
}
.left_result_pgvgh2o {
    float: left;
    /*max-width: 59%; */
    font-size: 1em;
}
.list-group-item-success {
    color: #fff !important;
    background-color: #5cb85c !important;
}
.list-group-item-danger {
    color: #fff !important;
    background-color: #d9534f !important;
}
.list-group-item-primary {
    color: #fff !important;
    background-color: #007bff !important;
}
.list-group-item-info {
    margin-top: 5px;
    color: #fff !important;
    background-color: #5bc0de !important;
}
.list-group-item-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
}
.list-group-item > .badge {
    font-weight: 400;
}
.list-group-item {
    padding: 7px 5px !important;
    word-wrap: break-word !important;
    overflow: auto !important;
}
.badge {
    font-size: 1.3em !important;
    border-radius: 5px !important;
}
@media (max-width: 340px) {
    .vgpgh2o {
        margin-top:50px !important;
    }
}
.alert {
    padding: 1px !important;
}
.left_result {
    float: left;
    max-width: 59%;
    font-size: 1.2em;
}
div.alert.alert-success > div > ul {
    margin-bottom: 0px !important;
}
.label_custom_transform_unten {
    -webkit-transform: translate3d(2px,6px,0) scale(.75);
    transform: translate3d(2px,6px,0) scale(.75);
}

.md-input-has-value .label_custom_transform_oben, .md-input-focused .label_custom_transform_oben {
    -webkit-transform: translate3d(2px,58px,0) scale(.75) !important;
    transform: translate3d(2px,58px,0) scale(.75) !important;
}
md-input-container label:not(.md-container-ignore).md-required:after {
    content: initial !important;
}
md-divider {
    border-top-style: dashed !important;
}
.grey_error {
    color: #747474;
    font-weight: normal;
}


.input-icon {
    position: relative;
}

.input-icon > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
}

.input-icon > input {
    padding-left: 25px;
    padding-right: 0;
}

.input-icon-right > i {
    /*right: 0;*/
    left: 55px;
    font-size: 0.8em;
}
.input-icon-right-pgvgh2o > i {
    left: 40px;
    font-size: 0.8em;
}
.input-icon-right > input {
    padding-left: 5px;
    text-align:left;
    width: 80px;
    font-size: 115%;
    /*padding-left: 0;
    padding-right: 25px;
    text-align: right;*/
}
.input-icon-right-pgvgh2o > input {
    padding-left: 5px;
    text-align:left;
    width: 65px;
    font-size: 115%;
}
.input-icon-right-pgvgh2o {
    float: left;
    margin-right: 10px;
}
.input-aroma-verh {
    width: 60px !important;
}
.form-group {
    margin:0 !important;
    float: right;
    width: 100%;
}
.form-control {
    padding-top:0 !important;
    padding-bottom:0 !important;
    height: 36px;
}


.rotate {
    -webkit-transform: rotate(180deg);
}
.rotateCounterwise {
    -webkit-transform: rotate(0deg);
}


md-tooltip {
    margin-top: 10px !important;
    font-size: 1em !important;
}


md-list-item p {
    font-family: lc_roboto_thin, serif !important;
    font-size: 1.6em !important;
    font-weight: 600;
}
md-list-item md-icon {
    margin-top: 5px !important;
}



.checkbox {
    padding: 6px 0px 6px 6px !important;
}
.printarea {
    overflow: auto;
}
.col-xs-8.anzahletiketten {
    margin-top: 40px;
    width: 30%;
}
#warteschlange {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 3px;
    display: table;
    background-color: white;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
#warteschlange:last-child {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
}

#vorschauetikett {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 3px;
    display: table;
    background-color: white;
    margin: auto;
}
#etikettname {
    font-weight: bold;
    font-size: 1.5em;
    margin: 10px 0 15px 0;
    color: black;
}




.headline {
    font-size: 1.2em;
    float:left;
}
.subheadline {
    font-family: lc_roboto_thin, serif;
    font-size: 0.8em;
    float:left;
    line-height: 1.6em;
}
.languageselect {
    font-family: lc_roboto_thin, serif;
    font-size: 0.7em;
}
.languageselect span{
    outline: none;
}

get-quote {
    margin: auto;
}
.liqcalc_icon {
    margin: 0 5px 0 0 !important;
}
.liqcalc_icon img {
    width: 55px;
    height: 55px;
}
.headline_divider {
    float:left;
}
md-bottom-sheet .md-button {
    padding: 0 !important;
}
.highlightedItemMenu {
    background-color: rgba(158,158,158,0.2);
}
.contactform-field {
    width: 100%;
}
.contactform-field label{
    text-align:left !important;
}
.contactform-field input{
    height: 34px;
}
.nofloat {
    float:none !important;
}
.fullwidth {
    width:100% !important;
}

.menuicons-large .md-icon-button img {
    width: 38px;
    height: 38px;
}
.menuicons-small .md-icon-button img {
    width: 38px;
    height: 38px;
}
md-toolbar {
    background-color: #1d1d1d !important;
    color: #fff !important;
    box-shadow: 0px 0px 10px #212121;
    height: 75px;
}
.md-button.md-icon-button {
    padding: 4px 0 0 0 !important;
    margin: 0 !important;
    height: 65px;
    width: 62px;
    border-radius: unset !important;
}
.md-toolbar-tools {
    height: 75px !important;
    padding: 10px 16px 0 0 !important;
    max-height: 64px !important;
}
.footer {
    min-height: 30px;
    background-color: #1d1d1d;
    box-shadow: 0px 0px 10px #212121;
}
body {
    font-family: lc_roboto, serif !important;
    background-color: #fff;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
md-card.md-default-theme, md-card {
    background-color: #fff !important;
}
md-content.md-default-theme, md-content {
    background-color: #fff !important;
}
.wrapper {
    flex: 1;
}
.footer a {
    color: #fff !important;
    font-family: lc_roboto_thin, serif;
    text-align: center;
    text-decoration: none;
}
.menuicons-large a {
    font-family: lc_roboto_thin, serif;
}
.footer-wrapper {
    margin-top: 6px;
    text-align: center;
    padding: 5px 0 5px 0;
}


.introtext {
    padding: 5px !important;
    background-color: #c2c2c2;
    text-align: center;
    font-family: lc_roboto, serif;
    margin: 0 10px;
}
.introtitle {
    text-align: center;
    margin: 15px 0 15px;
}
.introtitle h1{
    margin: 0;
    font-family: lc_roboto_thin, serif;
    font-size: 35px;
}
.introtitle h2{
    margin: 0;
    font-family: lc_roboto_thin, serif;
    font-size: 20px;
}
.introtitle img{
    position: relative;
    top: -3px;
    width: 30px;
    height: auto;
}
.responsive-img {
    width: unset !important;
    max-width: 90% !important;
    height: auto !important;;
}
.language-active {
    font-family: lc_roboto, serif !important;
}
.lang_select {
    color: #fff !important;
    font-family: lc_roboto_thin, serif;
    margin: 5px 0 5px 0;
}
.about_social {
    color: #fff;
    margin: 5px 0 5px 0 !important;
}
div.menuicons-large > a > p {
    font-size: 12px;
    font-family: lc_roboto, serif;
}
md-bottom-sheet > md-list > md-list-item > div > div.md-list-item-inner > md-icon {
    margin-bottom: auto !important;
}
.btn-danger {
    background-color: #d9534f !important;
}
.btn-success {
    background-color: #5cb85c !important;
}
.alert-result-text {
    background-color: #BBDEFB !important;
    color: #1d1d1d !important;
    border: none;
    border-radius: unset;
    padding: 5px !important;
}
.profileHeader {
    padding: 5px;
    margin: auto;
}
.profileHeader img {
    width: fit-content;
    margin: auto;
    max-width: 100px;
}
.sidebar {
    font-family: lc_roboto_thin, serif;
}
.profile-container {
    height: unset;
    box-shadow: unset;
}
.sidebar-icon {
    margin-bottom: auto !important;
}
.sidebar-icon img {
    height: 30px !important;
}
.loading{
    transform-origin:50% 50%;
    animation:2s rotateRight infinite linear;
    max-width: 100%;
    max-height: 100%;
    width: 50px !important;
    height: 50px !important;
}
@keyframes rotateRight{
    100%{ transform:rotate(360deg); }
}
.routeLoading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vw;
}
md-tabs-canvas {
    height: 80px !important;
}
md-pagination-wrapper {
    height: 80px !important;
}
.md-tab.md-active {
    color: #1d1d1d !important;
    font-weight: 600;
}
md-ink-bar {
    color: #3f51b5de !important;
    background: #3f51b5de !important;
}
md-tabs-content-wrapper._md {
    margin-top: 10px;
}
.md-list-item-text, .md-list-item-text p {
    font-family: lc_roboto, serif !important;
}
md-list-item.md-2-line .md-list-item-text p, md-list-item.md-2-line>.md-no-style .md-list-item-text p, md-list-item.md-3-line .md-list-item-text p, md-list-item.md-3-line>.md-no-style .md-list-item-text p {
    font-size: 18px !important;
}
md-list {
    padding: unset !important;
}
.my-recipes .md-list-item-inner {
    padding-bottom: 10px;
}
md-bottom-sheet .md-subheader .md-subheader-inner {
    padding: unset;
}
.md-inline-list-icon-label {
    margin-left: 10px;
}
.checked {
    color: orange;
}
md-bottom-sheet {
    position: fixed;
    bottom: 0;
}
.my-recipes .md-list-item-text p {
    color: #000 !important;
}
md-tab-item img {
    width: 38px;
    height: 38px;
}
md-bottom-sheet .md-list-item-content img {
    width: 25px;
    height: 25px;
}
.inline-button img {
    width: 22px;
    height: 22px;
}
.inline-image img {
    width: 30px;
    height: 30px;
}
.left_result img {
    width: 15px;
}

.md-button-success {
    color: #fff !important;;
    background-color: #008000 !important;;
}
.md-button-success:not([disabled]):hover {
    color: #fff !important;;
    background-color: #008000 !important;;
}
.md-button-success[disabled] {
    background-color: #0000001f !important;;
}

.help-feedback img {
    width: 50px;
    height: 50px;
}
.help-feedback-item {
    max-width: 200px;
    margin: auto;
    cursor: pointer;
    outline: none;
}
.md-confirm-button {
    font-weight: 600;
}
md-input-container {
    margin: 22px 0 !important;
}
md-input-container label {
    font-size: 18px !important;
}





/*TOAST*/
#toast-container {
    position: fixed;
    bottom: 0;
    z-index: 999;
    overflow: visible !important;
    font-family: lc_roboto_thin, serif;
}
md-toast {
    position: fixed !important;
}
md-toast.md-error-toast-theme div.md-toast-content{
    color: #fff !important;
    background-color: #FF0000 !important;
}
md-toast.md-success-toast-theme div.md-toast-content{
    color: #fff !important;
    background-color: #008000 !important;
}
md-toast.md-info-toast-theme div.md-toast-content{
    color: #fff !important;
    background-color: #3949ab !important;
}
md-toast.md-center {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    position: fixed;
}
md-toast.md-success-toast-theme .md-toast-content .md-button {
    font-family: lc_roboto, serif;
    font-size: 16px;
}
.md-toast-content {
    padding: 0 9px !important;
    font-size: 18px !important;
}
.md-toast-icon {
    -webkit-box-flex: unset !important;
    -webkit-flex: unset !important;
    flex: unset !important;
    padding-right: 3px;
}
.md-toast-icon img {
    width: 25px;
    height: 25px;
    color: #ffffff;
}
code {
    padding: 0;
}

/* ANIMATION */
.repeat-item.ng-enter,
.repeat-item.ng-leave {
    -webkit-transition:0.5s linear all;
    transition:0.5s linear all;
}
.repeat-item.ng-enter,
.repeat-item.ng-leave.ng-leave-active {
    opacity:0;
}
.repeat-item.ng-leave,
.repeat-item.ng-enter.ng-enter-active {
    opacity:1;
}

/* COOKIE CONSENT */
.cc-revoke.cc-bottom {
    left: unset !important;
    font-size: inherit !important;
}
.cc-floating.cc-theme-classic {
    border-radius: unset !important;
}
.cc-animate.cc-revoke.cc-bottom {
    transform: unset !important;
}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    transform: unset !important;
}
.cc-revoke.cc-bottom {
    bottom: 50px !important;
    border-top-left-radius: unset !important;
    border-bottom-right-radius: .5em !important;;
    border-top-right-radius: .5em !important;;
}

/*MEDIA QUERIES*/
@media only screen and (max-width: 267px) {
    .subheadline {
        font-size: 0.7em !important;
    }
}
@media only screen and (min-width: 978px) {
    .menuicons-large {
        display:block;
    }
    .menuicons-small {
        display:none;
    }
}
@media only screen and (max-width: 978px) {
    .menuicons-large {
        display:none;
    }
    .menuicons-small {
        display:block;
    }
}
@media only screen and (max-width: 340px) {
    .introtitle h1{
        font-size: 30px !important;
    }
    .introtitle h2{
        font-size: 15px !important;
    }
}
@media only screen and (max-width: 250px) {
    .introtitle h1{
        font-size: 25px !important;
    }
    .introtitle h2{
        font-size: 10px !important;
    }
}
@media only screen and (min-width: 1400px) {
    .menuicons-small {
        display:none;
    }
    .btn1 {
        display:inline-block;
    }
}
@media only screen and (max-width: 1400px) {
    .menuicons-small {
        display:inline-block;
    }
    .btn1 {
        display:none;
    }
}
@media only screen and (min-width: 1330px) {
    .btn2 {
        display:inline-block;
    }
}
@media only screen and (max-width: 1330px) {
    .btn2 {
        display:none;
    }
}
@media only screen and (min-width: 1260px) {
    .btn3 {
        display:inline-block;
    }
}
@media only screen and (max-width: 1260px) {
    .btn3 {
        display:none;
    }
}
@media only screen and (min-width: 1190px) {
    .btn4 {
        display:inline-block;
    }
}
@media only screen and (max-width: 1190px) {
    .btn4 {
        display:none;
    }
}
@media only screen and (min-width: 1120px) {
    .btn5 {
        display:inline-block;
    }
}
@media only screen and (max-width: 1120px) {
    .btn5 {
        display:none;
    }
}
@media only screen and (min-width: 1050px) {
    .btn6 {
        display:inline-block;
    }
}
@media only screen and (max-width: 1050px) {
    .btn6 {
        display:none;
    }
}
@media only screen and (min-width: 1000px) {
    .btn7 {
        display:inline-block;
    }
}
@media only screen and (max-width: 1000px) {
    .btn7 {
        display:none;
    }
}
@media only screen and (max-width: 397px) {
    .hordivider {
        display:none;
    }
}
@media only screen and (max-width: 404px) {
    .headline_divider {
        display:none;
    }
}
@media only screen and (max-width: 350px) {
    md-list-item p {
        font-size: 1.4em !important;
    }
}
@media only screen and (max-width: 320px) {
    md-list-item p {
        font-size: 1.2em !important;
    }
}
@media only screen and (max-width: 290px) {
    md-list-item p {
        font-size: 1em !important;
    }
}