.visCSSlabel {width: 100%;}
.btn:disabled {background-color: #d00;border-color: #d00}

/*------------ Überschriften ----------------*/
h1,h2,h3,h4,h5,h6 {font-family: 'lumberjackinline_rough'; color: #8e785c; hyphens: auto;}

body {hyphens: auto;}

h1 {font-size: clamp(60px,6vw,100px) ;}
h2 {font-size: clamp(55px,5vw,100px) ;}
h3 {font-size: clamp(50px,4vw,100px) ;}
h4 {font-size: clamp(45px,3vw,45px) ;}
h5 {font-size: clamp(30px,2vw,30px) ;}
h6 {font-size: clamp(35px,1vw,35px) ;}

.playscript h1{font-family: 'Playlist Script'!important;}
.playscript h2{font-family: 'Playlist Script'!important;}
.playscript h3{font-family: 'Playlist Script'!important;}
.playscript h4{font-family: 'Playlist Script'!important;}
.playscript h5{font-family: 'Playlist Script'!important;}
.playscript h6{font-family: 'Playlist Script'!important;}

.playcaps h1{font-family: 'Playlist-Caps'!important;}

.height80vh {height: 80vh !important;}

#offcanvas-toggler::before {
  content: "MENÜ"; padding-right: 5px; color: #FFF; margin-top: 2px;font-size:20px;}

/*------------ Anfasser im SPPB ----------------*/
.sp-pagebuilder-builder-column .builder-column-tools .builder-column-button .builder-button {
    font-size: 35px;
   }
   .sp-pagebuilder-builder-column .builder-column-tools .builder-list-group {
    position: relative;
    top: 20px;
    right: 5%;
   }
   .builder-list-item {
    padding-top: 4px;
    padding-bottom: 4px;
   }
   .builder-list-group {
    flex-direction: column; /* "column" für Menü vertikal | "row" für horizontal*/
    padding: 5px 0;
   }
   .builder-sidebar .builder-modal-dialog {
    width: 500px!important;
   }

   /*------------ Fonts ----------------*/

@font-face {
    font-family: 'lumberjackinline_rough';
    src: url('../fonts/lumberjack.inline-rough-webfont.woff2') format('woff2'),
         url('../fonts/lumberjack.inline-rough-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'lumberjackrough';
    src: url('../fonts/lumberjack.rough-webfont.woff2') format('woff2'),
         url('../fonts/lumberjack.rough-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'lumberjackregular';
    src: url('../fonts/lumberjack.regular-webfont.woff2') format('woff2'),
         url('../fonts/lumberjack.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Playlist Script';
    src: url('../fonts/Playlist-Script.woff') format('woff2'),
         url('../fonts/Playlist-Script.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Playlist-Caps';
    src: url('../fonts/Playlist-Caps.ttf.woff') format('woff2'),
         url('../fonts/Playlist-Caps.ttf.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
