body
{
   border-width: 0 !important;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.wb-theme-header
{
   background-color: #817865;
   background-image: none;
   border: 1px solid #494437;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(129,120,101,1.00);
   --border-color: #494437;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-content
{
   background-color: #FEEEBD;
   background-image: none;
   border: 1px solid #8E846B;
   border-radius: 0px;
   color: #383838;
   --background-color: rgba(254,238,189,1.00);
   --border-color: #8E846B;
   --border-width: 1px;
   --color: #383838;
   --icon-color: #D19405;
   --colorize: invert(59%) sepia(96%) saturate(1735%) hue-rotate(10deg) brightness(94%) contrast(96%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #FECE2F;
   background-image: none;
   border: 1px solid #D19405;
   border-radius: 0px;
   color: #4C3000;
   --background-color: rgba(254,206,47,1.00);
   --border-color: #D19405;
   --border-width: 1px;
   --color: #4C3000;
}
.wb-theme-button:hover
{
   background-color: #FFDD57;
   background-image: none;
   border: 1px solid #A45B13;
   border-radius: 0px;
   color: #381F00;
   --background-color: rgba(255,221,87,1.00);
   --border-color: #A45B13;
   --border-width: 1px;
   --color: #381F00;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #655E4E;
   border-radius: 0px;
   color: #0074C7;
   --background-color: rgba(255,255,255,1.00);
   --border-color: #655E4E;
   --border-width: 1px;
   --color: #0074C7;
}
.darktheme .wb-theme-header
{
   background-color: #817865;
   background-image: none;
   border: 1px solid #494437;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(129,120,101,1.00);
   --border-color: #494437;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-content
{
   background-color: #FEEEBD;
   background-image: none;
   border: 1px solid #8E846B;
   border-radius: 0px;
   color: #383838;
   --background-color: rgba(254,238,189,1.00);
   --border-color: #8E846B;
   --border-width: 1px;
   --color: #383838;
   --icon-color: #D19405;
   --colorize: invert(62%) sepia(19%) saturate(2802%) hue-rotate(8deg) brightness(92%) contrast(96%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #FECE2F;
   background-image: none;
   border: 1px solid #D19405;
   border-radius: 0px;
   color: #4C3000;
   --background-color: rgba(254,206,47,1.00);
   --border-color: #D19405;
   --border-width: 1px;
   --color: #4C3000;
}
.darktheme .wb-theme-button:hover
{
   background-color: #FFDD57;
   background-image: none;
   border: 1px solid #A45B13;
   border-radius: 0px;
   color: #381F00;
   --background-color: rgba(255,221,87,1.00);
   --border-color: #A45B13;
   --border-width: 1px;
   --color: #381F00;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #655E4E;
   background-image: none;
   border: 1px solid #655E4E;
   border-radius: 0px;
   color: #EB990F;
   --background-color: rgba(101,94,78,1.00);
   --border-color: #655E4E;
   --border-width: 1px;
   --color: #EB990F;
}
#wb_headerLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#headerLayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#headerLayoutGrid1 > .col-1, #headerLayoutGrid1 > .col-2, #headerLayoutGrid1 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#headerLayoutGrid1 > .col-1, #headerLayoutGrid1 > .col-2, #headerLayoutGrid1 > .col-3
{
   flex: 0 0 auto;
}
#headerLayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#headerLayoutGrid1 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-end;
   text-align: right;
}
#headerLayoutGrid1 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#headerLayoutGrid1 > .col-1, #headerLayoutGrid1 > .col-2, #headerLayoutGrid1 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_homeLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/Buch.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#homeLayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 100px 0 100px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#homeLayoutGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#homeLayoutGrid > .col-1
{
   flex: 0 0 auto;
}
#homeLayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#homeLayoutGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#homeLayoutGrid-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.59;
}
#wb_homeHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#homeHeading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 37px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_homeText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 25px 0 25px;
   margin: 0 0 25px 0 ;
   text-align: center;
}
#wb_homeText div
{
   text-align: center;
}
#wb_homeText
{
   display: block;
   margin: 0 0 25px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#TabMenu1
{
   text-align: left;
   float: left;
   margin: 0;
   width: 100%;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   list-style-type: none;
   padding: 15px 0 4px 10px;
   overflow: hidden;
}
#TabMenu1 li
{
   float: left;
}
#TabMenu1 li a.active, #TabMenu1 li a:hover.active
{
   position: relative;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   z-index: 2;
}
#TabMenu1 li a
{
   padding: 5px 14px 8px 14px;
   margin-right: 3px;
   text-decoration: none;
   text-transform: none;
   border-bottom: none;
   position: relative;
   top: 0;
   transition: 200ms all linear;
}
#TabMenu1 li a:hover
{
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   top: -4px;
}
#TabMenu1
{
   border-bottom: 1px solid var(--border-color);
   background: none;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   border-radius: 0;
}
#TabMenu1 li a.active, #TabMenu1 li a:hover.active
{
}
#TabMenu1 li a
{
   border-bottom-left-radius: 0 !important;
   border-bottom-right-radius: 0 !important;
}
#Table1
{
   border-radius: 0px;
   border: 1px solid #000000;
   background-color: transparent;
   background-image: none;
   border-collapse: collapse;
   border-spacing: 0px;
   margin: 0;
}
#Table1 td, #Table1 th
{
   padding: 0;
}
#Table1 td div
{
   white-space: nowrap;
}
#Table1 p, #Table1 ul
{
   margin: 0;
   padding: 0;
}
#Table1 .cell0
{
   background-color: transparent;
   background-image: none;
   border: 1px #000000 solid;
   text-align: left;
   vertical-align: top;
   width: 46px;
   height: 16px;
   color: #000000;
   font-family: Arial;
   font-size: 16px;
   line-height: 18px;
}
#Table1 .cell1
{
   background-color: transparent;
   background-image: none;
   border: 1px #000000 solid;
   text-align: left;
   vertical-align: top;
   width: 46px;
   height: 16px;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Image2
{
   vertical-align: top;
}
#Image2
{
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#HorizontalLine1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Image3
{
   vertical-align: top;
}
#Image3
{
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text4 div
{
   text-align: left;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text5 div
{
   text-align: left;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text6 div
{
   text-align: left;
}
