.nnhelpers-be-module {
	font-size: 1rem;
}

.nnhelpers-be-module h3 {
	font-size: 1.75rem;
}

.nnhelpers-be-module h3 sup {
    font-size: 0.8rem;
    top: -0.8rem;
    padding-left: 0.2rem;
    color: #888;
}

#typo3-inner-docbody {
    padding-bottom: 250px;
}

.autofiller {
    position: relative;
    background: #fff;
}
.pin-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.docbody-fullscreen {
    top: 0 !important;
    font-family: "Source Sans Pro", sans-serif;
}

.collapse.in {
    display: block;
}
.btn-primary {
    background-color: #7091af;
    border: none;
}

h5 {
    font-weight: 500;
    color: #aa449a;
}

.form-control {
    box-shadow: none;
}
[class*="fa-"] {
    color: #aaa;
}
.btn {
    font-size: 0.75rem;
}
.btn-sm {
    line-height: 1;
}
a, button, .btn-link {
    color: #000;
}
.nnhelpers-be-module .card {
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 2px;
}
.nnhelpers-be-module .card-header:first-child {
    border-radius: 0;
}
.nnhelpers-be-module .card-header {
    border: none;
    background-color: #eaf0f9;
}
.nnhelpers-be-module .card-header a:focus,
.nnhelpers-be-module .card-header a:hover {
    text-decoration: none;
    color: inherit;
}
.nnhelpers-be-module .card-header i {
    color: #7aa4b8;
}
.nnhelpers-be-module .card-header h2 {
    font-size: 1.1rem;
    font-weight: 400;
}
.nnhelpers-be-module .card-body .card-header h2 a {
    color: #777;
}
.nnhelpers-be-module .card-body .card-header h2 {
    font-size: 1rem;
    font-weight: 300;
}
.nnhelpers-be-module .card-body .card-header h2 strong {
    font-size: 1rem;
    color: #000;
    font-weight: 400;
}
.nnhelpers-be-module .card-body p {
    margin: 0;
}
.nnhelpers-be-module .collapsing,
.nnhelpers-be-module .collapse.show,
.nnhelpers-be-module .collapse.in {
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 10px;
}

.nnhelpers-be-module .p-text p {
    margin-bottom: 10px;
}
.nnhelpers-be-module .p-text p + br {
    display: none;
}
.nnhelpers-be-module .p-text pre + br {
    display: none;
}

pre {
    tab-size: 30px;
    padding: 10px;
    font-size: 0.8rem;
    border: none;
    margin: 0 0 10px 0;
    background: #f5f5f5;
}
.nnhelpers-be-module code {
    background-color: #f3f3f3;
    color: #31678d;
    padding: 0 0.25rem;
    margin: 0 0.15em;
}
.nnhelpers-be-module code br {
    display: none;
}
.nnhelpers-be-module pre code {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.nnhelpers-be-module .src-code .collapsing,
.nnhelpers-be-module .src-code .collapse,
.nnhelpers-be-module .src-code pre {
    border: none !important;
}

.nnhelpers-be-module .actions [class*="fa-"] {
    color: #fff;
}


.recipies-section h5,
.recipies-section .card-header i {
    color: #b178a7;
}
.recipies-section .card-header {
    background-color: #c88ac326;
}
.recipies-section .card-body .card-header h2 a {
    font-weight: 500;
    color: #000;
}

.viewhelpers-section h5,
.viewhelpers-section .card-header i {
    color: #74a495;
}
.viewhelpers-section .card-header {
    background-color: #78a98c26;
}

.classes-additional h5,
.classes-additional .card-header i {
    color: #b194bc;
}
.classes-additional .card-header {
    background-color: #efe7f2;
}

.card-body .card-header {
    background-color: rgba(0,0,0,.03) !important;
}
