@charset "UTF-8";

:root {
    --white:      #fff;
    --greyLight:  #b3b3b3;
    --greyMedium: #444;
    --greyDark:   #333;
    --blue:       #56c8dc;
    --green:      #97bf0d;
    --orange:     #f59100;
    --red:        #e95959;
    --redDark:    #c1272d;
    --black:      #000;
    --bs5spacer:  1rem;
    --bgBoxes:      linear-gradient(45deg, 
                        rgb(33 33 33 / 97%), rgb(33 33 33 / 89%), 
                        rgb(33 33 33 / 92%)) no-repeat border-box, 
                    linear-gradient(to right,
                        rgb(33 33 33 / 0%) 10% 10%, 
                        rgb(33 33 33 / 33%) 50%, 
                        rgb(33 33 33 / 21%) 88%) no-repeat border-box;
}

@font-face {
    font-family: 'Exo2-Regular';
    font-weight: normal;
    font-style: normal;
    src: local("Exo2-Regular.woff2"), 
        url("/fonts/Exo2-Regular.woff2") format("truetype"), 
        url("/fonts/Exo2-Regular.woff2") format("svg");
    font-display: block;
}

body {
    font-size: 15px;
    margin: 0;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    color: #f0f0f0;
    padding-top: 55px;
    padding-bottom: 55px;
    background: #111111 url('/images/design/background.webp') fixed top center;
    background-repeat: no-repeat;
    background-size: contain;
}

html, body, header, main, footer {
    min-width: 360px!important;
}

/* HEADER */

header {
    width: 100%;
    color: var(--white);
    position: fixed;
    z-index: 3;
    margin: 0 auto;
    background: #262626;
    border-bottom: 1px solid #111;
    height: 55px;
    top: 0;
    padding-top: 5px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* chrome */
    html {
        position: relative;
    }
}


h1 {
    font-family: 'Exo2-Regular', 'Times New Roman', sans-serif;
    font-weight: 500;
    line-height: 1em;
    color: var(--orange);
    font-size: 46px;
    margin: 40px auto;
}

h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Exo2-Regular', 'Times New Roman', sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: var(--white);
}

h2 {
    font-size: 1.9rem;
}

h2.orange {
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    color: var(--orange);
    margin: 30px auto;
}

h3 {
    font-size: 1.6rem;
}

a {
    color: var(--orange);
    text-decoration: none;
}

a:hover {
    color: var(--orange);
    cursor: pointer;
}

.external-link:after {
    -webkit-mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg class="external-link-svg" xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="currentColor" viewBox="0 0 12 12"><path d="M6 1h5v5L8.86 3.85 4.7 8 4 7.3l4.15-4.16zM2 3h2v1H2v6h6V8h1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1"/></svg>');
    mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg class="external-link-svg" xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="currentColor" viewBox="0 0 12 12"><path d="M6 1h5v5L8.86 3.85 4.7 8 4 7.3l4.15-4.16zM2 3h2v1H2v6h6V8h1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1"/></svg>');
    mask-size: 90%;
    mask-repeat: no-repeat;
    mask-position: 2px 2px;
    display: inline-block;
    content: " ";
    height: 15px;
    width: 15px;
    background:currentColor;
}

/* ************************************ */

.text-orange,
.text-a8-orange {
    color: var(--orange) !important;
}

.text-white {
    color: #fff !important;
}

.text-smaller {
    font-size: 0.9em;
}

small,
.small {
    font-size: 13px;
}

.text-larger {
    font-size: 20px;
}

.xsmall {
    font-size: 12px;
}

.text-greenyellow {
    color: greenyellow!important;
}

.text-black {
    color: #000!important;
}

.text-muted {
    color: #999!important;
}

.text-center,
.center {
    text-align: center;
}

.bold{
    font-weight: bold;
}

.no-wrap {
    text-wrap: nowrap;
}

.fL {
    float: left
}

.fR {
    float: right
}

.display-none,
.hidden {
    display: none!important;
}

.container-box {
    background-color: #262626;
    background: var(--bgBoxes);
    min-height: 930px;
}

.a8-center-box {
    width: 100%;
    max-width: 670px;
    margin: 0 auto
}

.a8-content-box {
    display: block;
    background: #262626;
    background: var(--bgBoxes);
    width: 100%;
    color: #fff;
    border: 1px solid #333;
    border-radius: 3px;
    padding: 16px;
}


/* .a8-container {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: hidden;
} */

.pointer-event-none {
    pointer-events: none; 
    filter: grayscale(100%) blur(2px);
}


/* .container-fluid {
    padding-left: 0;
    padding-right: 0;
} */


input::placeholder {
    color: #888!important;
}
  

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffa200' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
}

.bootbox-input.bootbox-input-text,
.input-lg {
    background-color: #555 !important;
    border: 1px solid #777;
    color: #fcfcfc !important;
    height: 38px;
    font-size: 15px!important;
    border-radius: 3px;
}
textarea.input-lg {
    height: 100px;
}
.form-select,
select.input-lg {
    line-height: 16px;
    height: 38px;
    font-size: 15px!important;
}

.input-lg.short {
    max-width: 80px;
    width: 100%;
}

/* remove white border from chrome */
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

ul.check {
    list-style-type: none;
}

ul.check li {
    padding: 4px 0 14px 38px;
    margin-left: -28px;
    background: url('/images/design/icon_checkmark-gray-circle.svg') no-repeat left 2px;
}

.pos-center {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


header #adLogo {
    position: absolute;
    top: 5px;
    left: 24px;
    width: 250px;
}

header nav.header-nav {
    position: absolute;
    top: 0;
    left: 294px;
    height: 54px;
    width: -webkit-fill-available;
    text-wrap-mode: nowrap;
}

header nav.header-nav .tabs {
    display: inline-block;
    padding: 18px 12px;
    height: 54px;
    font-size: 14px;
    color: #fff;
}

header  nav.header-nav .tabs:hover {
    color: #EC971F;
    background-color: #222222;
}

header  nav.header-nav .tabs.logout {
    position: absolute;
    right: 12px;
}

header  nav.header-nav .tabs.active {
    color: #EC971F;
    background-color: #111;
}

@media (max-width: 1320px) {
    header nav.header-nav .tabs {
        max-width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
 
/* .top-nav a {
    padding: 28px 10px 18px 15px;
    line-height: 2.9;
    color: #999;
    font-size: 15px;
}

.top-nav a:hover {
    text-decoration: none;
    color: var(--orange)!important;
}

.top-nav a.active {
    text-decoration: none;
    color: var(--orange)!important;
} */

.dashboardSlogan2 {
    color: var(--white);
    margin: 0px auto 0px;
    text-align: center;
    margin-top: 40px;
}


.dashboardSlogan2 h1 {
    font-weight: 500;
    margin-bottom: 0px;
}

.dashboardSlogan2 h1 span {
    display: block;
    text-transform: initial;
    font-weight: 500;
    font-size: 24px;
    margin-top: 20px;
    color: var(--white);
}

.dashMenue {
    width: 700px;
    margin: 30px auto;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.dashMenue a {
    float: left;
    vertical-align: bottom;
}

.center-box {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.link-box {
    background: #262626;
    background: var(--bgBoxes);
    box-sizing: border-box;
    color: #999;
    padding: 15px 20px 5px 20px;
    border-radius: 4px;
    border: 1px solid #333;
    min-height: 240px;
    height: auto;
}


.link-box li {
    line-height: 1.4em;
    font-size: 0.9em;
    padding: 4px 0;
}

.link-box-header {
    color: #bdbdbd;
    font-size: 18px;
    font-weight: bold;
    margin-top: .2em;
    margin-bottom: .4em;
    text-align: center;
}

.link-box img {
    float: left;
    height: 56px;
    margin-right: 10px;
}

.link-box p {
    font-size: 14px;
}

.link-box a {
    color: #f29400;
    font-weight: bold;
}

.link-box .link-box-logo {
    text-align: center;
    width: 100%;
}

.link-box .link-box-logo:hover {
    opacity: 0.8;
    color: var(--white);
}

.link-box #abibuch-druck-logo {
    float: none;
    height: 80px;
    margin: 0 0 10px;
}

.link-box #abibuch-planer-logo {
    float: none;
    height: 80px;
    margin: 0 0 10px;
}

.link-box #abibuch-designer-logo {
    float: none;
    height: 80px;
    margin: 4px 0 10px;
}

.bootbox-body p {
    font-size: 18px;
}

.statusMessage.info {
    position: relative;
    background-color: #535355;
    background-color: hsl(0, 0%, 30%);
    height: 35px;
    width: 100%;
    padding: 3px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.statusMessage.statusLeft {
    position: relative;
    top: 16px;
    width: 300px;
    height: 28px;
    border: none;
    background-color: transparent;
}

.statusMessage.info i.fa {
    color: var(--orange);
}

/* @remove cleanup KK 07082024 */
/* a.areyousure {
    position: relative;
    top: 47px;
}

a.areyousure.w300 {
    width: 300px !important;
}

a.areyousure>div,
a.areyousure>span {
    display: inline-block;
} */

/* @remove cleanup KK 07082024 */
/* #start-process {
    position: relative;
    top: 20px;
} */

.word-break-all {
    word-break: break-all;
}

/* @remove cleanup KK 07082024 */
/* .spaceLeft {
    margin-left: 38px;
} */

.spaceLeftSm {
    margin-left: 10px;
}

.spaceTopSm {
    margin-top: 10px;
}

/* autocomplete */

.ui-autocomplete {
    color: #333;
    border: 1px solid #889;
    background: #EEE url("/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% top !important;
    position: absolute;
    top: 315px !important;
    left: 50% !important;
    margin-left: -225px!important;
    height: 200px;
    min-width: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
}


/* modal box */

.modal {
    z-index: 9002;
}

.modal-outer {
    background-color: rgba(9, 19, 36, 0.95) !important;
    width: 506px !important;
    border: none;
    padding: 3px;
}

.modal-title {
    text-align: center !important;
    width: 100%;
}

.modal-content {
    background-color: rgba(30, 30, 30, 0.95) !important;
    border-radius: 3px;
    border: 1px orange solid;
    color: var(--white);
    text-align: center;
    width: 500px !important;
    z-index: 9002;
}

.bootbox-body {
    font-size: 15px;
    text-align: left;
}

.modal-content li {
    margin-top: 0.5em;
}

.modal-footer {
    background-color: none !important;
    border-top: none !important;
    text-align: center;
}

.modal-sm {
    width: 540px;
}

#aDruckLogo {
    width: 200px;
    height: auto;
}

.logoDiv {
    display: block;
    width: 100%;
    z-index: 1;
}

/* 
.logoDiv .abibuch-designer_logo_div a {
    display: inline-block;
    width: 270px;
    height: 40px;
    margin-top: -40px;
}
*/
.logoDiv .abibuch-druck_logo_div {
    margin-left: 50px;
}

.logoDiv .abibuch-druck_logo_div a {
    display: inline-block;
    margin: 0;
    position: fixed;
    bottom: 15px;
    right: 20px;
    opacity: 0.5;
    z-index: 1;
}

.logoDiv .abibuch-druck_logo_div a:hover {
    opacity: 1;
    text-decoration: none;
}

.logoDiv .abibuch-druck_logo_div img {
    width: 150px;
    filter: invert(1);
}

.logoDiv .abibuch-druck_logo_div p {
    color: var(--white);
    font-size: 12px;
}

.logoDiv .abibuch-druck_logo_div p:last-of-type {
    font-size: 9px;
    margin-bottom: 0;
    margin-top: 6px;
    margin-left: 34px;
} 

.hide {
    display: none;
}

.clearfix {
    clear: both;
}

/* .marginleft {
    margin-left: 20px;
} */

/* .marginLeft10 {
    margin-left: 10px!important;
} */

/* input,
select {
    border: none;
    height: 26px;
    font-size: 12pt !important;
    color: #000;
}

.checkbox {
    width: auto !important;
} */

textarea {
    border: 1px solid #999;
    color: #386c8a;
    height: 85px;
    width: 230px;
}

/* .wrapper {
    position: relative;
    text-align: left;
    width: 100%;
} */

@media only screen and (min-width: 1000px) {
    .wrapper {
        min-width: 1000px;
    }
}

/* .wrapper {
    position: absolute;
} */

.wrapper .toolbar {
    background-color: #373a3d;
    margin-top: -37px;
    padding: 2px;
}

footer {
    font-size: 8pt;
}

.footer-links {
    position: fixed;
    background: rgba(44, 44, 44, 0.8);
    bottom: 0;
    left: 0;
    height: 33px;
    z-index: 1050;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 5px;
}

.footer-links a {
    color: #bbb;
    font-size: 14px;
    padding-right: 10px;
}

.footer-links a:hover {
    color: var(--white);
    text-decoration: none;
}

#message img {
    width: 90px;
    padding: 5px;
}

.messageBox {
    position: fixed;
    padding: 16px;
    top: 70px;
    background-color: rgba(3, 3, 3, 0.95);
    color: var(--white);
    text-align: center;
    z-index: 20000;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
}

.messageBox>.insideBox {
    padding: 30px;
    border: 3px solid var(--green);
    border-radius: 3px;
}

.messageBoxSuccess>.insideBox {
    border: 3px solid var(--green);
}

.messageBoxWarn>.insideBox {
    border: 3px solid var(--orange);
}

.messageBoxFail>.insideBox {
    border: 3px solid var(--red);
}

.messageBoxWarn {
    border-color: var(--orange);
}

.messageBoxFail {
    border-color: var(--redDark);
}

.messageBoxSuccess {
    border-color: var(--green);
}

.messageBoxTop {
    margin-top: 55px !important;
}

.passwordChanged.in div.modal-dialog.modal-sm div.modal-outer div.modal-content div.modal-footer {
    text-align: center;
}

.legal-text-changed {
    background-color: hsla(0, 0%, 0%, .8);
    box-shadow: 0 0 10px hsla(0, 0%, 0%, .6);
    color: var(--white);
    padding: 20px 50px 40px;
}

.terms-of-use-changed {
    margin: 40px auto 0;
    width: 1200px;
}

.privacy-policy-changed {
    margin: 150px auto 0;
    width: 600px;
}

.legal-text-changed h3 {
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
}

.legal-text-changed p {
    font-size: 1em;
}

.legal-text-changed p.center {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}

.legal-text-changed p a {
    color: var(--orange);
}

.legal-text-changed .include-frame {
    height: 500px;
    margin-top: 2em;
    overflow: hidden;
    overflow-y: visible;
}

.copyright-version-div {
    font-size: 11px;
    color: #999;
}

table.table-striped {
    background-color: #eee !important;
    border-radius: 5px;
    /* -webkit-box-shadow: 0 0 5px 0 rgba(236, 151, 31, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(236, 151, 31, 0.75);
    box-shadow: 0 0 5px 0 rgba(236, 151, 31, 0.75); */
}

table.table-dark tr {
    background: #444;
    color: #eee;
}

table.table-dark tr:nth-child(odd) {
    background: #333;
}

table.table-dark tr td {
    border-top: 1px solid #555;
}

.bs-svg-fix {
    margin-bottom: -2px;
}

.table tbody>tr>th {
    padding: 3px;
    line-height: 1.428571429;
    vertical-align: top;
    border: 0 solid #999;
}

.last {
    margin-right: 0px!important;
    float: right;
}

/* .checkbox label {
    color: var(--white);
    font-weight: 400;
} */

/* .checkbox label input {
    position: relative;
    top: -6px;
} */

/* #numOfPages {
    margin-top: 5px;
} */

#colorpicker {
    width: 60px;
}

.page_number_pos {
    display: inline;
}

.form-inline select {
    margin-bottom: 10px;
}


/* .container {
    width: auto;
    height: auto;
    padding-top: 0;
    min-height: 92vh;
    overflow-y: visible;
} */

.container.front {
    margin-left: 0;
    padding-left: 0;
}


div.container a.brand {
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}




#userName:before {
    content: "eingeloggt als ";
    color: var(--white);
}

#pages_form {
    margin: 50px auto;
    width: 1000px;
    /* user-select: none; */
}
#coverContainer {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* #pages_form,
#coverContainer {
    transform-origin: 50% 0;
} */

select {
    border: 1px solid #999;
    padding: 0 5px;
}

.card {
    width: 200px;
    height: 200px;
    text-align: center;
    padding: 0;
    margin: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-radius: 50%;
    display: inline-block;
}

.logo {
    border: 1px solid #f00;
    width: 400px;
}

.block {
    width: 500px;
    float: left;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    background-color: #ddd;
    border: 1px solid #EC971F;
}

#projects {
    width: 1000px;
    padding-bottom: 20px;
}

.setNewPage div {
    margin-left: 3px !important;
}

.radio {
    display: inline;
}

.form-control:disabled {
    color:#999!important;
}

.form-control.disabled-green:disabled {
    color: yellowgreen !important;
    background-color: #333 !important;
    border: 1px solid #555 !important;
}


.bgarea {
    display: block;
}

/* SORTABLE LIST */

.state {
    color: #55aaee;
}

.cover {
    font-size: 3.0em;
    margin-left: 85px;
    margin-top: 100px;
}
.coverTextarea {
    position: absolute !important;
}

.coverTextarea p {
    margin: 0;
}


.textbox {
    color: #333;
    padding: 15px;
    font-size: 14pt;
}

.backgroundFollower {
    background-color: hsl(0, 0%, 20%);
    background: radial-gradient( ellipse at center, hsl(0, 0%, 20%) 0%, hsl(0, 0%, 15%) 70%, hsl(0, 0%, 10%) 100%) !important;
    box-shadow: 0 0 8px rgba(14, 10, 10, 0.5);
    color: var(--white);
    display: none;
    height: auto;
    left: 50%;
    margin-left: -220px;
    margin-top: -150px;
    padding: 20px 30px;
    position: fixed !important;
    text-align: center;
    top: 45%;
    width: 520px !important;
    z-index: 2222222;
}

.backgroundFollower .optionsList {
    padding-left: 20px;
    text-align: left;
}

.backgroundFollower .optionsList .radioSmall,
.optionsList .radioSmall {
    background-image: url('/images/input_radio_bg.png');
    border-radius: 50%;
    box-shadow: 0 0 4px 0 hsla(0, 0%, 0%, .6) inset;
    height: 20px;
    margin: 3px 10px 0 0;
    width: 20px;
}

.backgroundFollower .optionsList .radioSelected,
.optionsList .radioSelected {
    background-position: -20px 0;
}

.backgroundFollower .optionsList .radioSelected::before,
.optionsList .radioSelected::before {
    background-color: hsl(0, 0%, 15%);
    border-radius: 50%;
    content: '';
    height: 12px;
    margin: 4px 0 0 4px;
    position: absolute;
    width: 12px;
}

.backgroundFollower .optionsList .radioSelected+label,
.optionsList .radioSelected+label {
    color: var(--orange);
}

.backgroundFollower .optionsList input,
.optionsList input {
    border: none;
    border-radius: 2px;
    box-shadow: 0 0 4px 0 hsla(0, 0%, 0%, .6) inset;
    margin: 0 1em 0 1em;
    padding: 4px;
    width: 40px;
}

.backgroundFollower .optionsList label,
.optionsList label {
    color: var(--white);
    font-weight: normal;
    font-size: inherit;
}

/* .stateview {
    margin-top: 80px;
    margin-left: 5px;
    height: 50px;
} */

/* .jPicker input,
textarea,
select {
    border: 1px solid #535353;
} */

.statusMessage {
    text-align: center;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    font-size: 13pt;
    color: var(--white);
    line-height: 21pt;
    height: 32px;
    padding-right: 32px;
    background-color: var(--green);
    margin: 0;
    padding: 0;
    margin-top: 8px;
}

#admin-view-container {
    position: fixed;
    right: 220px;
    top: 0px;
    z-index: 6;
    padding: 6px 12px;

    background-color: #262626;
opacity: 0.8;
background: repeating-linear-gradient( -45deg, #333, #333 2px, #262626 2px, #262626 15px );
} 

.a8-loading-animation {
    background-image: url('/images/loader_brush.svg');
    background-repeat: no-repeat;
    background-position: 50% 20%;
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    zoom: 1;
    height: 100%;
    min-height: 1500px;
    width: 100%;
    z-index: 100001;
    background-color: rgba(0, 0, 0, 0.5);
}

/* .modal {
    z-index: 1300;
} */

.userData {
    color: #000;
    font-weight: bold;
}

.userData label {
    color: #333;
}

.userData span.userInput {
    display: inline-block;
    min-width: 3em;
    padding: 2px 8px;
    background-color: #eee;
    border: 1px solid #560606;
}

.modal.fade.in {
    top: 250px;
}

.error {
    color: #f00;
}

.project-create {
    color: var(--white);
    max-width: 850px;
    margin: 0 auto;
}

.add-a8-loading-animation-submit label {
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #ddd;
    font-size: 14px;
}

.profile-form {
    max-width: unset;
    padding: 10px 30px 20px 30px;
}


.profile-form ul li {
    padding-top: 8px;
}

.passwordCheckOK {
    color: greenyellow;
    font-weight: 800;
}

.passwordCheckOK:after {
    content: ' ✔';
}

#terms_of_use_div {
    background: rgba(0, 0, 0, 0.4);
    color: var(--white);
    margin: 0 40px 40px 40px;
    padding: 20px;
}

#terms_of_use_div h1 {
    font-size: 30px;
    text-decoration: underline;
    font-weight: bold;
}

#terms_of_use_div h2 {
    font-size: 24px;
    font-weight: bold;
}

#terms_of_use_div h3 {
    font-size: 20px;
    font-weight: bold;
}

#terms_of_use_div p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 1em;
}

#terms_of_use_div li {
    font-size: 16px;
    line-height: 140%;
    list-style-type: disc;
}

#terms_of_use_div section {
    margin-bottom: 30px;
}

#terms_of_use_div section.last {
    margin-bottom: 0;
    float: none !important;
}

#browserZommed {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    background: #fff700;
    z-index: 12345;
    padding: 8px;
    text-align: center;
    color: #000;
    
}

.spacer-div {
    height: 150px;
}

@media only screen and (max-width: 576px) {
    #terms_of_use_div {
        max-width: 576px;
        position: fixed;
        overflow: auto;
        left: 0;
        width: 100vw;
        height: 100%;
        margin: 0;
        border: none;
        border-radius: 0;
        padding-bottom: 120px;
        margin-top: -10px;
    }
}

@media screen and (max-width: 1199px) {
    .top-nav,
    .abibuch-druck_logo_div,
    h1 {
        font-size: 32px;
    }
    h1 span {
        font-size: 20px!important;
    }

    .footer-links {
        height: 54px;
    }
}

@media only screen and (max-width: 992px) {
    body {
        background-image: unset;
    }
}
