
/*Für Wow-Slider-Elemente, die Links haben und mit class link-overlay definiert sind */
.link-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1000;
}
.ws_images li {
  position: relative;
}

/*Für Wow-Slider-Elemente, die Links haben und mit class link-overlay definiert sind  ENDE*/

video { 
pointer-events: none;
}
/*navactive abfangen bei alten Websites dass Schrift ev weiss ist*/
#navactive {
     background-color: rgba(255,255,255,1);
}
#navactive span {
    color: rgba(100,100,100,1);
    line-height:normal;
}
#navactive span:hover {
    background-color: rgba(0,0,0,0);
}
ul.FM_CSS_navigationV4 ul li span {
    background-color: rgba(0,0,0,0)!important;
}

/*Abfangen, dass unterer Teil von Schriften in Nav abgeschnitten wird*/
ul.FM_CSS_navigationV4 ul li a span {
   height: auto;
  overflow: visible;
}
/*Abfangen, dass unterer Teil von Schriften in Nav abgeschnitten wird ENDE*/

/*Button Mobilversion*/
  #CLBtn1 {
    display:inherit;
      margin-left: auto;
      margin-right: auto;
      max-width: 50px;
    font-size:1em;
    color:rgba(0,0,0,0);
    background-image:url("/lib/imgAllg/close.svg");
      background-color: rgba(0,0,0,1);
    background-repeat:no-repeat no-repeat;
    -moz-background-repeat:no-repeat no-repeat;
    -webkit-background-repeat:no-repeat no-repeat;
    -webkit-background-size:34px 34px;
    -moz-background-size:34px 34px;
    background-size:30px 30px;
    background-position:50% 50%;
    cursor:pointer;
    border:0px !important;
    border-radius:0%;
    padding:10px;
    transform:scale(1.8);
    -webkit-transform:scale(1.8);
    -moz-transform:scale(1.8)
  }
/*Button Mobilversion ENDE*/

/*allgemeine Cookiemeldung wenn deaktiviert*/
#Cookiemeldung1 {
    position: relative;
    float: none;
    width: 96%;
    min-width: 90%;
    clear: both;
   
    padding: 5%;
    padding-left: 30%;
    background: url("/lib/imgAllg/cookiebot2.svg") no-repeat 100% rgba(204,200,142,1.0);
    background-size: 10%;
    background-position: 5% 50%;
       -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#Cookiemeldung2 {
    float: none;
    clear: both;
    background-color: rgba(255,255,255,1);
    border: 5px solid rgba(230,230,230,1);
    padding: 5%;
    padding-left: 30%;
    background: url("/lib/imgAllg/cookiebot2.svg") no-repeat 100% rgba(204,200,142,1.0);
    background-size: 20%;
    background-position: 5% 50%;
       -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*START ÜBERSCHREIBEN COOKIEBOT*/
#CybotCookiebotDialog p {
    font-size: 0.9em;
    
}

#CybotCookiebotDialog li {
/*font-size: 0px;
    color: white;*/
  
    
}

#CybotCookiebotDialogBodyButtonsWrapper button,
.CybotCookiebotDialogBodyLevelButtonIABWrapper .CybotCookiebotDialogBodyLevelButtonIABHeader a
{
    background-color: rgba(100,190,120,1)!important;
    color: white!important;
    border: 0px!important;
    
}
#CybotCookiebotDialogBodyButtonsWrapper button:hover,
.CybotCookiebotDialogBodyLevelButtonIABWrapper .CybotCookiebotDialogBodyLevelButtonIABHeader a:hover {
    background-color: rgba(100,100,100,1)!important;
    color: white!important;
    
}


#CybotCookiebotDialog a, #CybotCookiebotDialog a:active, #CybotCookiebotDialog a:before {
    color: #000000!important;
  
      text-decoration: none!important;
}
#CybotCookiebotDialog a:hover {
    background-color: rgba(230,230,230,1);
}

#CybotCookiebotDialogHeader {
    display: none!important;
}
#CybotCookiebotDialogBodyButtonAccept {
    background-color: rgba(0,100,60,1)!important;
    border:0px!important;
 

}
#CybotCookiebotDialogBodyButtonDecline {
     background-color: rgba(200,200,200,1);
    border: 0px!important;
    border-color: white!important;
    }
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    border: 0px!important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.active {
    border-bottom: #000000!important;
    background-color: #e3e3e3!important;
}
#CybotCookiebotDialogBodyButtonsWrapper {
    border: 0px!important;
}
#CybotCookiebotDialogPoweredByText {
    display: none!important;
}

/*ENDE ÜBERSCHREIBEN COOKIEBOT*/

/*Darstellung Button mittig erzwungen*/
#Lay99SendButton {
  display:block;
}


/*Seitenauswahl Selectfeld generell Korrekturen */
#seitenzahlDiv select {
  width:35px;
    height: 30px;
    font-size: 0.8em;
    border: 0px;
    margin-top: 0px;
    color: rgba(0,0,0,1);
   padding-left: 3px;
    
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    
  
 
    /*pfeil ausblenden*/
     -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
    
   background: url(/lib/cssAllg/images/down.svg) no-repeat 90% rgba(200,200,200,1);
    
    background-size: 40% 20%;
    cursor: pointer;
}

#seitenzahlDiv option {
    font-size: 1.3em;
   
}

#seitenzahlDiv {

    float: left;
    padding: 5px;

}

#BlaetterbuttonsDiv input {
     -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#BlaetterbuttonsDiv {
     z-index: 1;
    float:none;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
    max-width: 230px;
min-width: 181px;
100%;
    clear: both;
    height: auto;
    min-height: 60px;
   text-align: center;
    background-color: rgba(0,0,0,0);
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#dbInputs {
     z-index: 1;
 height: 40px;
     width:40px;
    font-size: 0em;
     position:relative;
float: left;
    margin: 3px;
   background-color: rgba(54,56,59,1);
    color: #fff;
    cursor: pointer;
border:2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
        -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#dbInputs:hover, #dbInputs:active {
background-color:rgba(20,20,20,1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
transform:scale(1.1);
        cursor: pointer;
  transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
             -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#dbInputs:focus, #dbInputs:focus, select:focus {
background-color:rgba(0,0,0,1);
       outline: 2px solid rgba(0,0,0,1);
    outline-offset: 2px;
  transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
             -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.BlButtonGLI {
   background-image: url("../imgAllg/bl_gli.svg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.BlButtonLI {
   background-image: url("../imgAllg/bl_li.svg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.BlButtonRE {
    background-image: url("../imgAllg/bl_re.svg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.BlButtonGRE {
   background-image: url("../imgAllg/bl_gre.svg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
} 
.BlButtonLI[type="submit"],
.BlButtonGLI[type="submit"],
.BlButtonRE[type="submit"],
.BlButtonGRE[type="submit"]{
  padding: 0;
}

/*ENDE Seitenauswahl Selectfeld generell - Korrekturen */



/*Facebook-Link*/

#DivFbBtnL6, #DivFbBtnL10, #DivFbBtnL21, #DivFbBtnL22, #DivFbBtnL24, #DivFbBtnL25, #DivFbBtnL4, #DivFbBtnL3, #DivFbBtnL2 {
	position: relative;
    float:none;
    clear: both;
	margin-left: auto;
	margin-right: auto;
    margin-top: 2%;
    margin-bottom: 2%;
	width: 100%;
	text-align: center;
	
    padding: 0%;
    
    
    -webkit-transition-property: all;
      -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#DivFbBtnL6 img, #DivFbBtnL10 img, #DivFbBtnL21 img, #DivFbBtnL22 img, #DivFbBtnL24 img, #DivFbBtnL25 img, #DivFbBtnL4 img, #DivFbBtnL3 img, #DivFbBtnL2 img {
    max-height: 40px;
    max-width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius:50%;
    
     -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}



#DivFbBtnL4 img:hover, #DivFbBtnL6 img:hover, #DivFbBtnL10 img:hover, #DivFbBtnL21 img:hover, #DivFbBtnL22 img:hover, #DivFbBtnL24 img:hover, #DivFbBtnL25 img:hover, #DivFbBtnL4 img:hover, #DivFbBtnL3 img:hover, #DivFbBtnL2 img:hover  {
   	  -webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
    
     -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}

/*Facebook Link Ende*/

/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; /*zoom: 1;*/ }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 16px; line-height: 1.231; }

body, button, input, select, textarea { font-family: ubuntu-light, helvetica, arial,  sans-serif; color: #222; }
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::selection { text-shadow: none; background-color: highlight; color: highlighttext; }


/* =============================================================================
   Links
   ========================================================================== */
/*
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }*/

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 75%;}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img {
  border-style: none;
}
/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; 
    outline: none;
}	}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0;  }
input[type="checkbox"]:focus, input[type="radio"]:focus { box-sizing: border-box; padding: 0; outline: 2px solid black }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid { background-color: rgba(255,255,255,1); }
input:invalid, textarea:invalid { background-color: rgba(0,0,0,0.05);}
checkbox:valid { background-color: rgba(255,255,255,1); }
checkbox:invalid { background-color: rgba(0,0,0,0.05);}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
/*.clearfix { *zoom: 1; }*/



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * { background: transparent !important; 
        background-color: white!important;
        color: black !important; 
        box-shadow:none !important; 
        text-shadow: none !important; 
        filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited { text-decoration: underline; }
  /*  a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }*/
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    table { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 12cm !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
    
    
    #NavigationContainer, #NEWS, #cookieaendern, #sitemapDiv, #copyDiv, #SlideShowContainer, #DetLay21DetDiv, #HomeSitemSucheDiv,
    #Schriftgroesse, #BannerContainer1, #BannerContainer2, #SucheButton, #ScrollerBottom, #ContLay21InfoVidSoundclContDiv, #NEWS, #news-heading, video {
        display: none!important;
    }
     /* Alle Elemente mit "sitemap" in der Klasse */
    [class*="sitemap"] {
        display: none !important;
    }

    /* Alle Elemente mit "sitemap" im Attribut "id" */
    [id*="sitemap"], [id*="such"] {
        display: none !important;
    }

    /* Alle Links, die "sitemap" in ihrem href-Attribut enthalten */
    a[href*="sitemap"], a[href*="such"] {
        display: none !important;
    }
     #SlideShowContainer * {
        height: unset !important;   /* Entfernt die feste Höhe */
        max-height: unset !important; /* Setzt die max-height zurück */
        min-height: unset !important; /* Setzt die min-height zurück */
    }
    
    
    #TopHTMLContainer,
    #TOP,
    #OverTopHtmlContDIV,
    #OverTopContainer,
#SlideShowContainer,
#ContentContainer,
#ContentContainerLay2,
#ContentContainerAussen10,
#ContentContainerAussen6,
#ContLay99ContainerDiv,
#BottomContainer,
#ContentContainerSWp,
#ContLay6ContainerDiv,
#CopyContainer {
    text-align: center!important;
    position: relative!important;
  margin-right: auto!important;
  margin-left: auto!important;
  float: none!important;
  clear: both!important;
  width: 100%!important;
  max-width: 1500px;
        min-height: unset;
        height: unset;
    }
    a {pointer-events: none;}
    
    #OverTopHtmlContDIV.fixed {
  all:unset!important;
  position: relative!important;
  min-height: 200px!important;
  margin-left: auto!important;
  margin-right: auto!important;
  left: unset!important;
  right: unset!important;
  max-height: 200px!important;
  min-width: 60%!important;
  max-width: unset;
  margin-top: unset!important;
  z-index: 10000000;
  float: none;
  clear: both;
}
    #BottomContainer {
        width: 100%;
        float: none;
  clear: both;
  width: 100%;
  max-width: 1500px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ENDE PRINT*/


/* reflow reset for -webkit-margin-before: 1em */
p { margin: 0; }

html {
    overflow-y: auto;
    background-color: transparent;
    height: 100%;
}

body {
    background: #fff;
    font: normal 100%;
    position: relative;
    height: 100%;
}

body, div, img, p, button, input, select, textarea, a {
    box-sizing: border-box;
    
}
body {
   min-height: 100vh;
}

viewport {
    min-height: 100vh;
    height: 100%;
}

.image {
    display: block;
}

input {
    cursor: default;
    display: block;
}

input[type=button] {
    background-color: #e5e9e8;
    border: 1px solid #9daca9;
    border-radius: 4px;
    box-shadow: inset 0 1px #fff;
    font: inherit;
    letter-spacing: inherit;
    text-indent: inherit;
    color: inherit;
}

input[type=button]:hover {
    background-color: #eff1f1;
}

input[type=button]:active {
    background-color: #d2d6d6;
    border: 1px solid #9daca9;
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
}

/* Reset anchor styles to an unstyled default to be in parity with design surface. It 
   is presumed that most link styles in real-world designs are custom (non-default). */
a, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: inherit;
}

@media only screen and (max-width: 959px) {
    
    body {
        overflow-y:scroll!important;
    }

   #prim2, 
  .primaryContainer0,
.primaryContainer2,
.primaryContainer3,
.primaryContainer4,
.primaryContainer6,
.primaryContainer10,
.primaryContainer21,
.primaryContainer22,
.primaryContainer24,
.primaryContainer25,
.primaryContainer99  {
  overflow-y:hidden!important;
     -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  }
    
    /*Seitenauswahl Selectfeld generell Korrekturen */
#seitenzahlDiv select {
  
    
}

#seitenzahlDiv option {
   
   
}
#BlaetterbuttonsDiv {
max-width: 210px;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
    #dbInputs {
 
 height: 35px;
     width:35px;
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*ENDE Seitenauswahl Selectfeld generell */
    
    
    
}