/* default styles for extension "tx_mibstandard_pi1" */

    /**
    * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
    *    `em` units.
    * 2. Prevent iOS text size adjust after orientation change, without disabling
    *    user zoom.
    */
    html { 
      font-size: 100%; /* 1 */
      -webkit-text-size-adjust: 100%; /* 2 */
      -ms-text-size-adjust: 100%; /* 2 */
    }

    /*! normalize.css v3.0.2 | MIT License | git.io/normalize */

    /**
    * 1. Set default font family to sans-serif.
    * 2. Prevent iOS text size adjust after orientation change, without disabling
    *    user zoom.
    */

    html {
      font-family: sans-serif; /* 1 */
      -ms-text-size-adjust: 100%; /* 2 */
      -webkit-text-size-adjust: 100%; /* 2 */
    }

    /**
    * Remove default margin.
    */

    body {
      margin: 0;
      line-height: 1;
    }

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

    /**
    * Correct `block` display not defined for any HTML5 element in IE 8/9.
    * Correct `block` display not defined for `details` or `summary` in IE 10/11
    * and Firefox.
    * Correct `block` display not defined for `main` in IE 11.
    */

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    nav,
    section,
    summary {
      display: block;
    }

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; background: transparent; }

	html,
	button,
	input,
	select,
	textarea {
		font-family: sans-serif;
	}
	
    /**
    * 1. Correct `inline-block` display not defined in IE 8/9.
    * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
    */

    audio,
    canvas,
    progress,
    video {
      display: inline-block; /* 1 */
      vertical-align: baseline; /* 2 */
      *display: inline;
      *zoom: 1;
    }

    /**
    * Prevent modern browsers from displaying `audio` without controls.
    * Remove excess height in iOS 5 devices.
    */

    audio:not([controls]) {
      display: none;
      height: 0;
    }

    /**
    * Address `[hidden]` styling not present in IE 8/9/10.
    * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
    */

    [hidden],
    template {
      display: none;
    }

    /* Links
      ========================================================================== */

    /**
    * Remove the gray background color from active links in IE 10.
    */

    a {
      background-color: transparent;
      -webkit-transition: color 0.3s ease 0s;
      -moz-transition: color 0.3s ease 0s;
      -ms-transition: color 0.3s ease 0s;
      -o-transition: color 0.3s ease 0s;
      transition: color 0.3s ease 0s; 
    }

    /**
    * Improve readability when focused and also mouse hovered in all browsers.
    */

    a:active,
    a:hover {
      outline: 0;
    }

	/**
	 * Address `outline` inconsistency between Chrome and other browsers.
	 */

	a:focus {
		outline: thin dotted;
	}

    /* Text-level semantics
      ========================================================================== */

    /**
    * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
    */

    abbr[title],
    dfn[title] {
      border-bottom: 1px dotted;
      cursor: help;
    }

    /**
    * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
    */

    b,
    strong {
      font-weight: bold;
    }

    /**
    * Address styling not present in Safari and Chrome.
    */

    dfn {
      font-style: italic;
    }

	/**
	 * Address font sizes and margins set differently in IE 6/7.
	 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
	 * and Chrome.
	 */

    h1 {
      font-size: 2em;
      margin: 0.67em 0;
    }

	h2 {
		font-size: 1.5em;
		margin: 0.83em 0;
	}

	h3 {
		font-size: 1.17em;
		margin: 1em 0;
	}

	h4 {
		font-size: 1em;
		margin: 1.33em 0;
	}

	h5 {
		font-size: 0.83em;
		margin: 1.67em 0;
	}

	h6 {
		font-size: 0.67em;
		margin: 2.33em 0;
	}

    /**
    * Address styling not present in IE 8/9.
    */

    mark {
      background: #ff0;
      color: #000;
    }

    /**
    * Address inconsistent and variable font size in all browsers.
    */

    small {
      font-size: 80%;
    }

    /**
    * Prevent `sub` and `sup` affecting `line-height` in all browsers.
    */

    sub,
    sup {
      font-size: 75%;
      line-height: 0;
      position: relative;
      vertical-align: baseline;
    }

    sup {
      top: -0.5em;
    }

    sub {
      bottom: -0.25em;
    }

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

    /**
    * Remove border when inside `a` element in IE 8/9/10.
    */

    img {
      border: 0;
      -ms-interpolation-mode: bicubic;
      vertical-align: middle;
    }

    /**
    * Correct overflow not hidden in IE 9/10/11.
    */

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

    /* Grouping content
      ========================================================================== */

    /**
    * Address margin not present in IE 8/9 and Safari.
    */

    figure {
      margin: 1em 40px;
    }

	/**
	 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
	 */

	figure {
		margin: 0;
	}

    /**
    * Address differences between Firefox and other browsers.
    */

    hr {
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      height: 0;
    }

    /**
    * Contain overflow in all browsers.
    */

	del { text-decoration: line-through; }

    pre {
      overflow: auto;
      white-space: pre;
      white-space: -moz-pre-wrap;
      white-space: -hp-pre-wrap;
      white-space: -o-pre-wrap;
      white-space: -pre-wrap;
      white-space: pre-wrap;
      white-space: pre-line;
      word-wrap: break-word;
    }

    blockquote, 
    q { 
      quotes: none; 
    }

    blockquote:before,
    blockquote:after,
    q:before,
    q:after { 
      content: '';
      content: none;
    }

	blockquote {
		margin: 1em 40px;
	}

	/**
	 * Address margins set differently in IE 6/7.
	 */

	p,
	pre {
		margin: 1em 0;
		margin-top: 0;
	}

	p:last-child,
	pre:last-child {
		margin: 0;
	}
		
    /**
    * Address odd `em`-unit font size rendering in all browsers.
    */

    code,
    kbd,
    pre,
    samp {
      font-family: monospace, monospace;
      font-size: 1em;
    }

    /* Lists
      ========================================================================== */
	/**
	 * Correct list images handled incorrectly in IE 7.
	 */

	nav ul,
	nav ol {
		list-style: none;
		list-style-image: none;
	}

	/**
	 * Address margins set differently in IE 6/7.
	 */

	.ie6 dl,
	.ie6 menu,
	.ie6 ol,
	.ie6 ul,
	.ie7 dl,
	.ie7 menu,
	.ie7 ol,
	.ie7 ul {
		margin: 1em 0;
	}

	.ie6 dd, .ie7 dd {
		margin: 0 0 0 40px;
	}

	/**
	 * Address paddings set differently in IE 6/7.
	 */

	.ie6 menu,
	.ie6 ol,
	.ie6 ul,
	.ie7 menu,
	.ie7 ol,
	.ie7 ul	 {
		padding: 0 0 0 40px;
	}	

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

	/**
	 * Correct margin displayed oddly in IE 6/7.
	 */

	form {
		margin: 0;
	}

	/**
	 * Define consistent border, margin, and padding.
	 */

	fieldset {
		border: 1px solid #c0c0c0;
		margin: 0 2px;
		padding: 0.35em 0.625em 0.75em;
	}

    /**
    * Known limitation: by default, Chrome and Safari on OS X allow very limited
    * styling of `select`, unless a `border` property is set.
    */

    /**
    * 1. Correct color not being inherited.
    *    Known issue: affects color of disabled elements.
    * 2. Correct font properties not being inherited.
    * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
    */

    button,
    input,
    optgroup,
    select,
    textarea {
      color: inherit; /* 1 */
      font: inherit; /* 2 */
      margin: 0; /* 3 */
      *vertical-align: middle;
    }

    /**
    * Address `overflow` set to `hidden` in IE 8/9/10/11.
    */

    button {
      overflow: visible;
    }

    /**
    * Address inconsistent `text-transform` inheritance for `button` and `select`.
    * All other form control elements do not inherit `text-transform` values.
    * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
    * Correct `select` style inheritance in Firefox.
    */

    button,
    select {
      text-transform: none;
    }

    /**
    * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
    *    and `video` controls.
    * 2. Correct inability to style clickable `input` types in iOS.
    * 3. Improve usability and consistency of cursor style between image-type
    *    `input` and others.
    */

    button,
    html input[type="button"], /* 1 */
    input[type="reset"],
    input[type="submit"] {
      -webkit-appearance: button; /* 2 */
      cursor: pointer; /* 3 */
    }

    /**
    * Re-set default cursor for disabled elements.
    */

    button[disabled],
    html input[disabled] {
      cursor: default;
    }

    /**
    * Remove inner padding and border in Firefox 4+.
    */

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

    /**
    * Address Firefox 4+ setting `line-height` on `input` using `!important` in
    * the UA stylesheet.
    */

    button,
    input {
      line-height: normal;
    }

    /**
    * It's recommended that you don't attempt to style these elements.
    * Firefox's implementation doesn't respect box-sizing, padding, or width.
    *
    * 1. Address box sizing set to `content-box` in IE 8/9/10.
    * 2. Remove excess padding in IE 8/9/10.
    */

    input[type="checkbox"],
    input[type="radio"] {
      box-sizing: border-box; /* 1 */
      padding: 0; /* 2 */
      *height: 13px;
      *width: 13px;
      vertical-align: text-bottom; 
    }

	.ie7 input[type="checkbox"] { vertical-align: baseline; }
	.ie6 input { vertical-align: text-bottom; }
    
    /**
    * Fix the cursor style for Chrome's increment/decrement buttons. For certain
    * `font-size` values of the `input`, it causes the cursor style of the
    * decrement button to change from `default` to `text`.
    */

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
      height: auto;
    }

    /**
    * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
    * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
    *    (include `-moz` to future-proof).
    */

    input[type="search"] {
      -webkit-appearance: textfield; /* 1 */
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box; /* 2 */
      box-sizing: content-box;
    }

    /**
    * Remove inner padding and search cancel button in Safari and Chrome on OS X.
    * Safari (but not Chrome) clips the cancel button when the search input has
    * padding (and `textfield` appearance).
    */

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none;
    }

    /**
    * Define consistent border, margin, and padding.
    */

    fieldset {
      border: 1px solid #c0c0c0;
      margin: 0 2px;
      padding: 0.35em 0.625em 0.75em;
    }

    /**
    * 1. Correct `color` not being inherited in IE 8/9/10/11.
    * 2. Remove padding so people aren't caught out if they zero out fieldsets.
    */

    legend {
      border: 0; /* 1 */
      padding: 0; /* 2 */
      white-space: normal;
      *margin-left: -7px;
    }

    /**
    * Remove default vertical scrollbar in IE 8/9/10/11.
    */

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

    /**
    * Don't inherit the `font-weight` (applied by a rule above).
    * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
    */

    optgroup {
      font-weight: bold;
    }

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

    /**
    * Remove most spacing between table cells.
    */

    table {
      border-collapse: collapse;
      border-spacing: 0;
    }

    td,
    th {
      padding: 0;
      vertical-align: top;
      font-weight: normal; 
      text-align: left;
    }

    /* Clearing
      ========================================================================== */    
    .clearfix:after { content: ""; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; }
    .clearfix { display: inline-block; }
    * html .clearfix { height: 1%; }
    .clearfix { display: block; }
    .clearing { clear: both; display: block; padding: 0; margin: 0; border: 0; font-size: 0; line-height: 0; }
    
    .csc-form-element:after { content: ""; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; }
    .csc-form-element { display: inline-block; }
    * html .csc-form-element { height: 1%; }
    .csc-form-element { display: block; }
        
    /* TYPO3 Backend
      ========================================================================== */ 
    .htmlarea-content-body { text-align: left; }

     /* Basics Special
      ========================================================================== */
    ::-moz-selection{ text-shadow: none; background: #ccc; color: #fff; }
	::selection { text-shadow: none; background: #ccc; color: #fff; }

    ol, ul, nav ul, nav ol { list-style: none; }
    .invisi, .hidden, .sr-hint, ul dfn { display: none; visibility: hidden; }     

	.hyphens p { -moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; -hyphens: auto; }

	.responsive img, .responsive embed, .responsive object, .responsive video { max-width: 100%; height: auto; width: auto; }
	.csc-textpic-responsive .csc-textpic-imagewrap, .csc-textpic-responsive .csc-textpic-center-outer, .csc-textpic-responsive .csc-textpic-center-inner, .csc-textpic-responsive img { width: 100%; height: auto; }
  	.responsive DIV.csc-textpic-above DIV.csc-textpic-imagewrap, .responsive DIV.csc-textpic-below DIV.csc-textpic-imagewrap, .responsive DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI, .responsive DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: none; }

	.gm-style .gm-style-iw { color: #000; }
	.gm-style img { max-width: none; }
	.gm-style label { width: auto; display: inline; }
        
     /* Basics Grid
      ========================================================================== */
    .mibstd-grid-one .mibstd-grid-one-column { display: block; width: 50%; float: left; } 
    .mibstd-grid-person .mibstd-grid-person-column { display: block; float: left; }
    .mibstd-grid-imgr .mibstd-grid-imgr-column { display: block; float: left; }

	.mibstd-contentmenu { -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75); -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75); -ms-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75); -o-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75); box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75); padding: 2px 5px; font-size: 2em; position: fixed; bottom: 25px; right: 25px; display: none; opacity: 0.8; z-index: 99; }
	.mibstd-contentmenu:hover { opacity: 1; cursor: pointer; }
	.mibstd-contentmenu span { opacity: 0; filter:alpha(opacity=0); }
	
	.contentELEMENT p { padding-bottom: 1em; margin: 0; }
	.contentELEMENT p:last-child { padding-bottom: 0px; margin-bottom: 0; }

	.mibstd-section5 { padding-bottom: 1em; margin-bottom: 1em; border-bottom: 1px solid #efeeee; }
	
	.mibstd-uppercase { text-transform: uppercase; }
	.mibstd-colored { color: #000; }
	
	/*
	 * jQuery FlexSlider v2.2.0
	 * http://www.woothemes.com/flexslider/
	 *
	 * Copyright 2012 WooThemes
	 * Free to use under the GPLv2 license.
	 * http://www.gnu.org/licenses/gpl-2.0.html
	 *
	 * Contributing author: Tyler Smith (@mbmufffin)
	 */


	/* Browser Resets
	*********************************/
	.flex-container a:active,
	.flexslider a:active,
	.flex-container a:focus,
	.flexslider a:focus  {outline: none;}
	.slides,
	.flex-control-nav,
	.flex-direction-nav {margin: 0 !important; padding: 0; list-style: none !important;}

	/* Icon Fonts
	*********************************/
	/* Font-face Icons */
	@font-face {
		font-family: 'flexslider-icon';
		src:url('../typo3conf/ext/mib_standard/res/css/fonts/flexslider-icon.eot');
		src:url('../typo3conf/ext/mib_standard/res/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
			url('../typo3conf/ext/mib_standard/res/css/fonts/flexslider-icon.woff') format('woff'),
			url('../typo3conf/ext/mib_standard/res/css/fonts/flexslider-icon.ttf') format('truetype'),
			url('../typo3conf/ext/mib_standard/res/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	/* FlexSlider Necessary Styles
	*********************************/
	.flexslider {margin: 0; padding: 0;}
	.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; margin-left: 0px !important; } /* Hide the slides before the JS is loaded. Avoids image jumping */
	.flexslider .slides img {width: 100%; display: block;}
	.flex-pauseplay span {text-transform: capitalize;}

	/* Clearfix for the .slides element */
	.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
	html[xmlns] .slides {display: block;}
	* html .slides {height: 1%;}

	/* No JavaScript Fallback */
	/* If you are not using another script, such as Modernizr, make sure you
	 * include js that eliminates this class on page load */
	.no-js .slides > li:first-child {display: block;}

	/* FlexSlider Default Theme
	*********************************/
	.flexslider { margin: 0 0 /*60px*/; background: #fff; border: 0; position: relative; zoom: 1; }
	.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
	.loading .flex-viewport { max-height: 300px; }
	.flexslider .slides { zoom: 1; }
	.carousel li { margin-right: 5px; }

	/* Direction Nav */
	.flex-direction-nav {*height: 0;}
	.flex-direction-nav a { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
	.flex-direction-nav .flex-prev { left: -50px; }
	.flex-direction-nav .flex-next { right: -50px; text-align: right; }
	.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
	.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
	.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
	.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
	.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
	.flex-direction-nav a.flex-next:before  { content: '\f002'; }

	/* Pause/Play */
	.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
	.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
	.flex-pauseplay a:hover  { opacity: 1; }
	.flex-pauseplay a.flex-play:before { content: '\f003'; }

	/* Control Nav */
	.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
	.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
	.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
	.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
	.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

	.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
	.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
	.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
	.flex-control-thumbs img:hover {opacity: 1;}
	.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

	.mibstd-carousel li { margin-right: 9px; }

	.sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#f8f8f8;color:#333;-webkit-box-shadow:inset 0 0 5px 5px #ebebeb;-moz-box-shadow:inset 0 0 5px 5px #ebebeb;box-shadow:inset 0 0 5px 5px #ebebeb}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:11px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#333;line-height:24px;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));background-image:-webkit-linear-gradient(#ffffff,#dfdfdf);background-image:-moz-linear-gradient(#ffffff,#dfdfdf);background-image:-o-linear-gradient(#ffffff,#dfdfdf);background-image:linear-gradient(#ffffff,#dfdfdf);-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(51,51,51,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #dfdfdf;border-bottom:1px solid #fff}.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #fff;border-bottom:1px solid #dfdfdf}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:none;line-height:49px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #ebebeb;-moz-box-shadow:inset 0 0 15px 3px #ebebeb;box-shadow:inset 0 0 15px 3px #ebebeb}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#333}.sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:none}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:none;line-height:41px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #ebebeb;-moz-box-shadow:inset 0 0 15px 3px #ebebeb;box-shadow:inset 0 0 15px 3px #ebebeb}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(51,51,51,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.1);color:rgba(51,51,51,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#f8f8f8;background:#333}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(51,51,51,0.9)}

	@media screen and (max-width: 860px) {
	  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
	  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
	}

    
	@media print {
   		.pr-hint, .no-print, nav { display: none; visibility: hidden; } 
 	}     
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }
