@charset "UTF-8";
/* moved by compressor */
/**
 * cn_fce_bootstrap default styles
 */

.content-element {
    margin-bottom: 20px;
}

.first-in-row {
    margin-left: 0 !important;
}​
  
.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:visible;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url('../../../fileadmin/templates/libs/colorbox/images/overlay.png') repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url('../../../fileadmin/templates/libs/colorbox/images/controls.png') no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url('../../../fileadmin/templates/libs/colorbox/images/controls.png') no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url('../../../fileadmin/templates/libs/colorbox/images/controls.png') no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url('../../../fileadmin/templates/libs/colorbox/images/controls.png') no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url('../../../fileadmin/templates/libs/colorbox/images/controls.png') left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url('../../../fileadmin/templates/libs/colorbox/images/controls.png') right top repeat-y;}
    #cboxTopCenter{height:21px; background:url('../../../fileadmin/templates/libs/colorbox/images/border.png') 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url('../../../fileadmin/templates/libs/colorbox/images/border.png') 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; top: 100%; left:0; text-align:center; width:100%; color:#ffffff;margin-top:25px;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url('../../../fileadmin/templates/libs/colorbox/images/loading_background.png') no-repeat center center;}
        #cboxLoadingGraphic{background:url('../../../fileadmin/templates/libs/colorbox/images/loading.gif') no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url('../../../fileadmin/templates/libs/colorbox/images/controls.png') no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url('../../../fileadmin/templates/libs/colorbox/images/controls.png') no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url('../../../fileadmin/templates/libs/colorbox/images/controls.png') no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url('../../../fileadmin/templates/libs/colorbox/images/ie6/borderTopLeft.png');}
.cboxIE6 #cboxTopCenter{background:url('../../../fileadmin/templates/libs/colorbox/images/ie6/borderTopCenter.png');}
.cboxIE6 #cboxTopRight{background:url('../../../fileadmin/templates/libs/colorbox/images/ie6/borderTopRight.png');}
.cboxIE6 #cboxBottomLeft{background:url('../../../fileadmin/templates/libs/colorbox/images/ie6/borderBottomLeft.png');}
.cboxIE6 #cboxBottomCenter{background:url('../../../fileadmin/templates/libs/colorbox/images/ie6/borderBottomCenter.png');}
.cboxIE6 #cboxBottomRight{background:url('../../../fileadmin/templates/libs/colorbox/images/ie6/borderBottomRight.png');}
.cboxIE6 #cboxMiddleLeft{background:url('../../../fileadmin/templates/libs/colorbox/images/ie6/borderMiddleLeft.png');}
.cboxIE6 #cboxMiddleRight{background:url('../../../fileadmin/templates/libs/colorbox/images/ie6/borderMiddleRight.png');}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/*! jQuery UI - v1.10.3 - 2013-06-20
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.datepicker.css, jquery.ui.menu.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:0}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:400}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:400;margin:-1px}.ui-menu .ui-state-disabled{font-weight:400;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url('../../../fileadmin/templates/libs/jqueryui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url('../../../fileadmin/templates/libs/jqueryui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url('../../../fileadmin/templates/libs/jqueryui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url('../../../fileadmin/templates/libs/jqueryui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png') 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url('../../../fileadmin/templates/libs/jqueryui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url('../../../fileadmin/templates/libs/jqueryui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png') 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url('../../../fileadmin/templates/libs/jqueryui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png') 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url('../../../fileadmin/templates/libs/jqueryui/css/smoothness/images/ui-icons_222222_256x240.png')}.ui-widget-header .ui-icon{background-image:url('../../../fileadmin/templates/libs/jqueryui/css/smoothness/images/ui-icons_222222_256x240.png')}.ui-state-default .ui-icon{background-image:url('../../../fileadmin/templates/libs/jqueryui/css/smoothness/images/ui-icons_888888_256x240.png')}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url('../../../fileadmin/templates/libs/jqueryui/css/smoothness/images/ui-icons_454545_256x240.png')}.ui-state-active .ui-icon{background-image:url('../../../fileadmin/templates/libs/jqueryui/css/smoothness/images/ui-icons_454545_256x240.png')}.ui-state-highlight .ui-icon{background-image:url('../../../fileadmin/templates/libs/jqueryui/css/smoothness/images/ui-icons_2e83ff_256x240.png')}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url('../../../fileadmin/templates/libs/jqueryui/css/smoothness/images/ui-icons_cd0a0a_256x240.png')}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url('../../../fileadmin/templates/libs/jqueryui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url('../../../fileadmin/templates/libs/jqueryui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}

/* roboto-100 - latin_latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-100.eot'); /* IE9 Compat Modes */
  src: local("Roboto Thin"), local("Roboto-Thin"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-100.eot?#iefix') format("embedded-opentype"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-100.woff2') format("woff2"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-100.woff') format("woff"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-100.ttf') format("truetype"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-100.svg#Roboto') format("svg"); /* Legacy iOS */
}
/* roboto-300 - latin_latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-300.eot?#iefix') format("embedded-opentype"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-300.woff2') format("woff2"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-300.woff') format("woff"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-300.ttf') format("truetype"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-300.svg#Roboto') format("svg"); /* Legacy iOS */
}
/* roboto-300italic - latin_latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-300italic.eot'); /* IE9 Compat Modes */
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-300italic.eot?#iefix') format("embedded-opentype"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-300italic.woff2') format("woff2"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-300italic.woff') format("woff"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-300italic.ttf') format("truetype"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-300italic.svg#Roboto') format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-regular.eot?#iefix') format("embedded-opentype"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-regular.woff2') format("woff2"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-regular.woff') format("woff"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-regular.ttf') format("truetype"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-regular.svg#Roboto') format("svg"); /* Legacy iOS */
}
/* roboto-italic - latin_latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-italic.eot'); /* IE9 Compat Modes */
  src: local("Roboto Italic"), local("Roboto-Italic"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-italic.eot?#iefix') format("embedded-opentype"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-italic.woff2') format("woff2"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-italic.woff') format("woff"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-italic.ttf') format("truetype"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-italic.svg#Roboto') format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin_latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-500.eot'); /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-500.eot?#iefix') format("embedded-opentype"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-500.woff2') format("woff2"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-500.woff') format("woff"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-500.ttf') format("truetype"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-500.svg#Roboto') format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin_latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-700.eot?#iefix') format("embedded-opentype"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-700.woff2') format("woff2"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-700.woff') format("woff"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-700.ttf') format("truetype"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-700.svg#Roboto') format("svg"); /* Legacy iOS */
}
/* roboto-900 - latin_latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-900.eot'); /* IE9 Compat Modes */
  src: local("Roboto Black"), local("Roboto-Black"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-900.eot?#iefix') format("embedded-opentype"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-900.woff2') format("woff2"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-900.woff') format("woff"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-900.ttf') format("truetype"), url('../../../fileadmin/templates/fonts/Roboto/roboto-v18-latin_latin-ext-900.svg#Roboto') format("svg"); /* Legacy iOS */
}
/*** Responsive Breakpoints ***/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*** Box Sizing ***/
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.flexbox-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html.no-flexbox .flexbox-eq-height {
  display: block;
}
.flexbox-eq-height:before, .flexbox-eq-height:after {
  display: none;
}
.flexbox-eq-height > div, .flexbox-eq-height > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
html.no-flexbox .flexbox-eq-height > div, html.no-flexbox .flexbox-eq-height > article {
  display: block;
}

@media (min-width: 1200px) {
  .flexbox-eq-height-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html.no-flexbox .flexbox-eq-height-lg {
    display: block;
  }
  .flexbox-eq-height-lg:before, .flexbox-eq-height-lg:after {
    display: none;
  }
  .flexbox-eq-height-lg > div, .flexbox-eq-height-lg > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  html.no-flexbox .flexbox-eq-height-lg > div, html.no-flexbox .flexbox-eq-height-lg > article {
    display: block;
  }
}
@media (min-width: 980px) {
  .flexbox-eq-height-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html.no-flexbox .flexbox-eq-height-md {
    display: block;
  }
  .flexbox-eq-height-md:before, .flexbox-eq-height-md:after {
    display: none;
  }
  .flexbox-eq-height-md > div, .flexbox-eq-height-md > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  html.no-flexbox .flexbox-eq-height-md > div, html.no-flexbox .flexbox-eq-height-md > article {
    display: block;
  }
}
@media (min-width: 768px) {
  .flexbox-eq-height-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html.no-flexbox .flexbox-eq-height-sm {
    display: block;
  }
  .flexbox-eq-height-sm:before, .flexbox-eq-height-sm:after {
    display: none;
  }
  .flexbox-eq-height-sm > div, .flexbox-eq-height-sm > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  html.no-flexbox .flexbox-eq-height-sm > div, html.no-flexbox .flexbox-eq-height-sm > article {
    display: block;
  }
}
@media (min-width: 480px) {
  .flexbox-eq-height-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html.no-flexbox .flexbox-eq-height-xs {
    display: block;
  }
  .flexbox-eq-height-xs:before, .flexbox-eq-height-xs:after {
    display: none;
  }
  .flexbox-eq-height-xs > div, .flexbox-eq-height-xs > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  html.no-flexbox .flexbox-eq-height-xs > div, html.no-flexbox .flexbox-eq-height-xs > article {
    display: block;
  }
}
.loader {
  width: 60px;
  height: 60px;
  background-color: #00bad2;
  margin: auto;
  -webkit-animation: loader 1.2s infinite ease-in-out;
          animation: loader 1.2s infinite ease-in-out;
}

.flag {
  position: relative;
  width: 25px;
  height: 17px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  background-size: 100% 100% !important;
}

.custom-icon {
  display: inline-block;
  min-height: 1px;
  background: none no-repeat center center transparent;
  background-size: 100% auto;
}

/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * http://www.apache.org/icenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

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

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9 ;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

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

button,
input {
  *overflow: visible;
  line-height: normal;
}

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

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

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

@media print {
  * {
    text-shadow: none !important;
    color: #000000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  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: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Roboto", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #000000;
  background-color: #ffffff;
}

a {
  color: #00bad2;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #042c4b;
  text-decoration: underline;
}

.img-rounded {
  border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}

.row:after {
  clear: both;
}

[class*=span] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*=span] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.1276595745%;
  *margin-left: 2.0744680851%;
}

.row-fluid [class*=span]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*=span] + [class*=span] {
  margin-left: 2.1276595745%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.9468085106%;
}

.row-fluid .span11 {
  width: 91.4893617021%;
  *width: 91.4361702128%;
}

.row-fluid .span10 {
  width: 82.9787234043%;
  *width: 82.9255319149%;
}

.row-fluid .span9 {
  width: 74.4680851064%;
  *width: 74.414893617%;
}

.row-fluid .span8 {
  width: 65.9574468085%;
  *width: 65.9042553191%;
}

.row-fluid .span7 {
  width: 57.4468085106%;
  *width: 57.3936170213%;
}

.row-fluid .span6 {
  width: 48.9361702128%;
  *width: 48.8829787234%;
}

.row-fluid .span5 {
  width: 40.4255319149%;
  *width: 40.3723404255%;
}

.row-fluid .span4 {
  width: 31.914893617%;
  *width: 31.8617021277%;
}

.row-fluid .span3 {
  width: 23.4042553191%;
  *width: 23.3510638298%;
}

.row-fluid .span2 {
  width: 14.8936170213%;
  *width: 14.8404255319%;
}

.row-fluid .span1 {
  width: 6.3829787234%;
  *width: 6.329787234%;
}

.row-fluid .offset12 {
  margin-left: 104.2553191489%;
  *margin-left: 104.1489361702%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.1276595745%;
  *margin-left: 102.0212765957%;
}

.row-fluid .offset11 {
  margin-left: 95.7446808511%;
  *margin-left: 95.6382978723%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.6170212766%;
  *margin-left: 93.5106382979%;
}

.row-fluid .offset10 {
  margin-left: 87.2340425532%;
  *margin-left: 87.1276595745%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787%;
  *margin-left: 85%;
}

.row-fluid .offset9 {
  margin-left: 78.7234042553%;
  *margin-left: 78.6170212766%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.5957446809%;
  *margin-left: 76.4893617021%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574%;
  *margin-left: 70.1063829787%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.085106383%;
  *margin-left: 67.9787234043%;
}

.row-fluid .offset7 {
  margin-left: 61.7021276596%;
  *margin-left: 61.5957446809%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.5744680851%;
  *margin-left: 59.4680851064%;
}

.row-fluid .offset6 {
  margin-left: 53.1914893617%;
  *margin-left: 53.085106383%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.0638297872%;
  *margin-left: 50.9574468085%;
}

.row-fluid .offset5 {
  margin-left: 44.6808510638%;
  *margin-left: 44.5744680851%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914894%;
  *margin-left: 42.4468085106%;
}

.row-fluid .offset4 {
  margin-left: 36.170212766%;
  *margin-left: 36.0638297872%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.0425531915%;
  *margin-left: 33.9361702128%;
}

.row-fluid .offset3 {
  margin-left: 27.6595744681%;
  *margin-left: 27.5531914894%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.5319148936%;
  *margin-left: 25.4255319149%;
}

.row-fluid .offset2 {
  margin-left: 19.1489361702%;
  *margin-left: 19.0425531915%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.0212765957%;
  *margin-left: 16.914893617%;
}

.row-fluid .offset1 {
  margin-left: 10.6382978723%;
  *margin-left: 10.5319148936%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.5106382979%;
  *margin-left: 8.4042553191%;
}

[class*=span].hide,
.row-fluid [class*=span].hide {
  display: none;
}

[class*=span].pull-right,
.row-fluid [class*=span].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #000000;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: "— ";
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: "";
}

blockquote.pull-right small:after {
  content: " —";
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}

.label {
  border-radius: 3px;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

table {
  max-width: 100%;
  background-color: #f4f4f4;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #d1d1d1;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #d1d1d1;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #d1d1d1;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #d1d1d1;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: none;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #ffffff;
}

table td[class*=span],
table th[class*=span],
.row-fluid table td[class*=span],
.row-fluid table th[class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

form {
  margin: 0 0 20px;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Roboto", Arial, Helvetica, Verdana, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  border-radius: 4px;
  vertical-align: middle;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9 ;
  /* IE8-9 */
  line-height: normal;
}

input[type=file],
input[type=image],
input[type=submit],
input[type=reset],
input[type=button],
input[type=radio],
input[type=checkbox] {
  width: auto;
}

select,
input[type=file] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

select {
  width: 220px;
  border: 1px solid #d0d0d0;
  background-color: #ffffff;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #d0d0d0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*=span],
select[class*=span],
textarea[class*=span],
.uneditable-input[class*=span],
.row-fluid input[class*=span],
.row-fluid select[class*=span],
.row-fluid textarea[class*=span],
.row-fluid .uneditable-input[class*=span] {
  float: none;
  margin-left: 0;
}

.input-append input[class*=span],
.input-append .uneditable-input[class*=span],
.input-prepend input[class*=span],
.input-prepend .uneditable-input[class*=span],
.row-fluid input[class*=span],
.row-fluid select[class*=span],
.row-fluid textarea[class*=span],
.row-fluid .uneditable-input[class*=span],
.row-fluid .input-prepend [class*=span],
.row-fluid .input-append [class*=span] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*=span] + [class*=span] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}

.controls-row:after {
  clear: both;
}

.controls-row [class*=span],
.row-fluid .controls-row [class*=span] {
  float: left;
}

.controls-row .checkbox[class*=span],
.controls-row .radio[class*=span] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio][readonly],
input[type=checkbox][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}

.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #262626;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9 ;
  padding-left: 14px;
  padding-left: 4px \9 ;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0;
}

.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type=radio],
.form-search .checkbox input[type=checkbox],
.form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$whiteff", endColorstr="#ffe6e6e6", GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9 ;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 6px;
}

.btn-large [class^=icon-],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 3px;
}

.btn-small [class^=icon-],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^=icon-],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #00a8bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00bad2), to(#00a8bd));
  background-image: linear-gradient(to bottom, #00bad2, #00a8bd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff085694", endColorstr="#ff082794", GradientType=0);
  border-color: #082794 #082794 #04144b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #00a8bd;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0095a8;
  *background-color: #0095a8;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #0095a8 \9 ;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffbb450", endColorstr="#fff89406", GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9 ;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffee5f5b", endColorstr="#ffbd362f", GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9 ;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff62c462", endColorstr="#ff51a351", GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9 ;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2f96b4));
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff2f96b4", GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9 ;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff444444", endColorstr="#ff222222", GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9 ;
}

button.btn,
input[type=submit].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type=submit].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type=submit].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type=submit].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #00bad2;
  border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #042c4b;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

[class^=icon-],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url('../../../fileadmin/templates/img/glyphicons-halflings.png');
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^=icon-],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^=icon-],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^=icon-],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^=icon-],
.dropdown-menu > li > a:focus > [class^=icon-],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^=icon-],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^=icon-],
.dropdown-submenu:focus > a > [class^=icon-],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url('../../../fileadmin/templates/img/glyphicons-halflings-white.png');
}

.icon-glass {
  background-position: 0 0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  background-position: -216px -120px;
  width: 16px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}

.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #082794;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

.btn-group-vertical > .btn:first-child {
  border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  border-radius: 0 0 6px 6px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #00a8bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00bad2), to(#07487c));
  background-image: linear-gradient(to bottom, #00bad2, #07487c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff085694", endColorstr="#ff07487c", GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #00a8bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00bad2), to(#07487c));
  background-image: linear-gradient(to bottom, #00bad2, #07487c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff085694", endColorstr="#ff07487c", GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  border-radius: 4px;
}

.accordion {
  margin-bottom: 15px;
}

.accordion-group {
  margin-bottom: 5px;
}

.accordion-heading {
  background: #f0f2ef;
  line-height: 25px;
  border: 1px solid #e3e7e1;
}

.accordion-heading .accordion-toggle {
  position: relative;
  display: block;
  padding: 12px 15px 12px 55px;
  color: #000;
  font-size: 18px;
  text-decoration: none !important;
  cursor: pointer;
}
.accordion-heading .accordion-toggle:before {
  display: block;
  content: "\f105";
  position: absolute;
  top: 12px;
  left: 25px;
  font-family: "FontAwesome";
  font-size: 20px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-heading .accordion-toggle.collapsed:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-inner {
  padding: 9px 15px;
  border: 1px solid #e5e5e5;
  border-top: none;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden; /*transition: height .35s; -moz-transition: height .35s; -webkit-transition: height .35s;*/
}

.collapse.in {
  height: auto;
}

@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*=span],
  .uneditable-input[class*=span],
  .row-fluid [class*=span] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*=offset]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*=span],
  select[class*=span],
  textarea[class*=span],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*=span],
  .input-append input[class*=span] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*=span] + [class*=span] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type=checkbox],
  input[type=radio] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392%;
    *margin-left: 2.7092394499%;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*=span] + [class*=span] {
    margin-left: 2.7624309392%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  .row-fluid .span11 {
    width: 91.4364640884%;
    *width: 91.383272599%;
  }
  .row-fluid .span10 {
    width: 82.8729281768%;
    *width: 82.8197366874%;
  }
  .row-fluid .span9 {
    width: 74.3093922652%;
    *width: 74.2562007758%;
  }
  .row-fluid .span8 {
    width: 65.7458563536%;
    *width: 65.6926648642%;
  }
  .row-fluid .span7 {
    width: 57.182320442%;
    *width: 57.1291289526%;
  }
  .row-fluid .span6 {
    width: 48.6187845304%;
    *width: 48.565593041%;
  }
  .row-fluid .span5 {
    width: 40.0552486188%;
    *width: 40.0020571294%;
  }
  .row-fluid .span4 {
    width: 31.4917127072%;
    *width: 31.4385212178%;
  }
  .row-fluid .span3 {
    width: 22.9281767956%;
    *width: 22.8749853062%;
  }
  .row-fluid .span2 {
    width: 14.364640884%;
    *width: 14.3114493946%;
  }
  .row-fluid .span1 {
    width: 5.8011049724%;
    *width: 5.747913483%;
  }
  .row-fluid .offset12 {
    margin-left: 105.5248618785%;
    *margin-left: 105.4184788997%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.7624309392%;
    *margin-left: 102.6560479605%;
  }
  .row-fluid .offset11 {
    margin-left: 96.9613259669%;
    *margin-left: 96.8549429881%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276%;
    *margin-left: 94.0925120489%;
  }
  .row-fluid .offset10 {
    margin-left: 88.3977900552%;
    *margin-left: 88.2914070765%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.635359116%;
    *margin-left: 85.5289761373%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436%;
    *margin-left: 79.7278711649%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232044%;
    *margin-left: 76.9654402257%;
  }
  .row-fluid .offset8 {
    margin-left: 71.270718232%;
    *margin-left: 71.1643352533%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.5082872928%;
    *margin-left: 68.4019043141%;
  }
  .row-fluid .offset7 {
    margin-left: 62.7071823204%;
    *margin-left: 62.6007993417%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.9447513812%;
    *margin-left: 59.8383684025%;
  }
  .row-fluid .offset6 {
    margin-left: 54.1436464088%;
    *margin-left: 54.0372634301%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.3812154696%;
    *margin-left: 51.2748324909%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801104972%;
    *margin-left: 45.4737275185%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.817679558%;
    *margin-left: 42.7112965793%;
  }
  .row-fluid .offset4 {
    margin-left: 37.0165745856%;
    *margin-left: 36.9101916069%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.2541436464%;
    *margin-left: 34.1477606677%;
  }
  .row-fluid .offset3 {
    margin-left: 28.453038674%;
    *margin-left: 28.3466556953%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.6906077348%;
    *margin-left: 25.5842247561%;
  }
  .row-fluid .offset2 {
    margin-left: 19.8895027624%;
    *margin-left: 19.7831197837%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.1270718232%;
    *margin-left: 17.0206888445%;
  }
  .row-fluid .offset1 {
    margin-left: 11.3259668508%;
    *margin-left: 11.2195838721%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.5635359116%;
    *margin-left: 8.4571529329%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*=span] + [class*=span] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.5641025641%;
    *margin-left: 2.5109110747%;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*=span] + [class*=span] {
    margin-left: 2.5641025641%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  .row-fluid .span11 {
    width: 91.452991453%;
    *width: 91.3997999636%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.3057828696%;
  }
  .row-fluid .span8 {
    width: 65.811965812%;
    *width: 65.7587743226%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756%;
  }
  .row-fluid .span6 {
    width: 48.7179487179%;
    *width: 48.6647572286%;
  }
  .row-fluid .span5 {
    width: 40.1709401709%;
    *width: 40.1177486816%;
  }
  .row-fluid .span4 {
    width: 31.6239316239%;
    *width: 31.5707401346%;
  }
  .row-fluid .span3 {
    width: 23.0769230769%;
    *width: 23.0237315876%;
  }
  .row-fluid .span2 {
    width: 14.5299145299%;
    *width: 14.4767230406%;
  }
  .row-fluid .span1 {
    width: 5.9829059829%;
    *width: 5.9297144935%;
  }
  .row-fluid .offset12 {
    margin-left: 105.1282051282%;
    *margin-left: 105.0218221495%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.5641025641%;
    *margin-left: 102.4577195854%;
  }
  .row-fluid .offset11 {
    margin-left: 96.5811965812%;
    *margin-left: 96.4748136025%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.0170940171%;
    *margin-left: 93.9107110384%;
  }
  .row-fluid .offset10 {
    margin-left: 88.0341880342%;
    *margin-left: 87.9278050555%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.4700854701%;
    *margin-left: 85.3637024914%;
  }
  .row-fluid .offset9 {
    margin-left: 79.4871794872%;
    *margin-left: 79.3807965085%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.9230769231%;
    *margin-left: 76.8166939444%;
  }
  .row-fluid .offset8 {
    margin-left: 70.9401709402%;
    *margin-left: 70.8337879614%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.3760683761%;
    *margin-left: 68.2696853973%;
  }
  .row-fluid .offset7 {
    margin-left: 62.3931623932%;
    *margin-left: 62.2867794144%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.8290598291%;
    *margin-left: 59.7226768503%;
  }
  .row-fluid .offset6 {
    margin-left: 53.8461538462%;
    *margin-left: 53.7397708674%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.2820512821%;
    *margin-left: 51.1756683033%;
  }
  .row-fluid .offset5 {
    margin-left: 45.2991452991%;
    *margin-left: 45.1927623204%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.735042735%;
    *margin-left: 42.6286597563%;
  }
  .row-fluid .offset4 {
    margin-left: 36.7521367521%;
    *margin-left: 36.6457537734%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.188034188%;
    *margin-left: 34.0816512093%;
  }
  .row-fluid .offset3 {
    margin-left: 28.2051282051%;
    *margin-left: 28.0987452264%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641%;
    *margin-left: 25.5346426623%;
  }
  .row-fluid .offset2 {
    margin-left: 19.6581196581%;
    *margin-left: 19.5517366794%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094%;
    *margin-left: 16.9876341153%;
  }
  .row-fluid .offset1 {
    margin-left: 11.1111111111%;
    *margin-left: 11.0047281324%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547%;
    *margin-left: 8.4406255683%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*=span] + [class*=span] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
.alert {
  padding: 20px 20px 0px 20px;
  margin-bottom: 20px;
  text-shadow: none;
  background-color: #f0f2ef;
  border: 1px solid #e3e7e1;
  border-radius: 0;
}

.alert,
.alert h4 {
  color: #000;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a, .nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}

.nav-list [class^=icon-],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #08c;
  border-bottom-color: #08c;
}

.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.nav > .dropdown.active > a:hover, .nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover, .tabs-stacked .open > a:focus {
  border-color: #999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before, .tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}

.tab-content > .active, .pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}

.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}

.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  float: none !important;
  margin: 0 !important;
}
html.no-cssvhunit {
  height: 100%;
}

html.no-cssvhunit body.start {
  height: 100%;
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
}

a {
  /*color: $blue;
  text-decoration: underline;*/
}
a.btn {
  text-decoration: none !important;
}

:focus {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1;
  font-family: "Roboto", Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  margin-bottom: 25px;
}
h1 small {
  display: block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

.clear {
  clear: both;
}

.container {
  position: relative;
}

#wrap {
  position: relative;
  overflow: hidden;
}
html.no-cssvhunit body.start #wrap {
  height: 100%;
  overflow-y: auto;
}

#logged-in {
  padding: 5px 0;
  background: #f0f2ef;
  height: 47px;
  position: relative;
  z-index: 20;
}
#logged-in #logged-in-nav {
  height: 37px;
  background: #00bad2;
}
#logged-in #logged-in-nav a.logged-in-button {
  float: left;
  position: relative;
  display: block;
  width: 228px;
  line-height: 37px;
  border-right: 1px solid #e6ebf0;
  text-transform: uppercase;
  text-indent: 18px;
  background-position: 210px -2337px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
#logged-in #logged-in-nav a.logged-in-button:after {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  font-family: "FontAwesome";
  content: "\f105";
}
@media (min-width: 980px) and (max-width: 1199px) {
  #logged-in #logged-in-nav a.logged-in-button {
    width: 170px;
    background-position: 150px -2337px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #logged-in #logged-in-nav a.logged-in-button {
    width: 150px;
    background-position: 130px -2337px;
    text-indent: 12px;
  }
}
#logged-in #logged-in-nav ul.level-1 {
  float: left;
  margin: 0;
  width: 930px;
  height: 20px;
  list-style-type: none;
  font-size: 14px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #logged-in #logged-in-nav ul.level-1 {
    width: 700px;
  }
  #logged-in #logged-in-nav ul.level-1 li {
    float: left;
  }
  #logged-in #logged-in-nav ul.level-1 li a {
    padding: 0 12px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #logged-in #logged-in-nav ul.level-1 {
    width: 573px;
  }
  #logged-in #logged-in-nav ul.level-1 li {
    float: left;
  }
  #logged-in #logged-in-nav ul.level-1 li a {
    padding: 0 5px;
    font-size: 12px;
  }
}
#logged-in #logged-in-nav ul.level-1 li.level-1 {
  float: left;
  position: relative;
  margin: 9px 0 8px 0;
  /*border-right: 1px dotted $blue;*/
  border-right: 1px dotted #ffffff;
}
#logged-in #logged-in-nav ul.level-1 li.level-1 a.level-1 {
  display: block;
  margin: 0 5px;
  padding: 0 15px;
  line-height: 20px;
  text-decoration: none;
  color: #ffffff;
}
#logged-in #logged-in-nav ul.level-1 li.level-1 ul.level-2 {
  display: none;
  position: absolute;
  padding: 10px 0;
  margin: 0;
  top: 28px;
  left: 5px;
  background: #ffffff;
  list-style-type: none;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
#logged-in #logged-in-nav ul.level-1 li.level-1 ul.level-2 li.level-2 {
  margin-bottom: 1px;
}
#logged-in #logged-in-nav ul.level-1 li.level-1 ul.level-2 li.level-2 a.level-2 {
  display: block;
  padding: 0 10px;
  width: 200px;
  text-decoration: none;
}
#logged-in #logged-in-nav ul.level-1 li.level-1 ul.level-2 li.level-2 a.level-2:hover, #logged-in #logged-in-nav ul.level-1 li.level-1 ul.level-2 li.level-2 a.level-2.active {
  color: #ffffff;
  background: #00bad2;
}
#logged-in #logged-in-nav ul.level-1 li.level-1.last {
  border: none;
}
#logged-in #logged-in-nav ul.level-1 li.level-1.last ul.level-2 {
  right: 5px;
  left: auto;
}
#logged-in #logged-in-nav ul.level-1 li.level-1.active a.level-1, #logged-in #logged-in-nav ul.level-1 li.level-1:hover a.level-1 {
  background: #ffffff;
  color: #00bad2;
}
#logged-in #logged-in-nav ul.level-1 li.level-1:hover a.level-1:not(:only-child) {
  padding-bottom: 8px;
}
#logged-in #logged-in-nav ul.level-1 li.level-1:hover ul.level-2 {
  display: block;
}

#header {
  position: relative;
  z-index: 15;
}
body.start #header {
  height: 100vh;
  position: relative;
}
@media (min-width: 1200px) {
  body.start #header {
    min-height: 750px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.start #header {
    min-height: 650px;
  }
}
@media (max-width: 767px) {
  body.start #header {
    min-height: 550px;
  }
}
html.no-cssvhunit body.start #header {
  height: 100%;
}

#header-top {
  height: 120px;
  background: #ffffff;
  position: relative;
  z-index: 200;
}
@media (max-width: 767px) {
  #header-top {
    padding: 0 15px;
    height: 76px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header-top > .container {
    padding: 0 15px;
    width: auto;
  }
}

#logo {
  display: block;
  float: left;
  width: 400px;
  height: 109px;
  margin-top: 11px;
}
@media (max-width: 979px) {
  #logo {
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #logo {
    width: 350px;
  }
}
@media (max-width: 767px) {
  #logo {
    width: 230px;
    height: 65px;
  }
}
@media (max-width: 425px) {
  #logo {
    margin-top: 20px;
    width: 140px;
    height: 56px;
  }
}
#logo > img {
  display: block;
  width: 100%;
  height: auto;
}

#header-top-right {
  position: relative;
  float: right;
  padding-right: 100px;
}
@media (max-width: 979px) {
  #header-top-right {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  #header-top-right {
    padding-right: 0;
  }
}
#header-top-right #top-nav {
  float: right;
  padding: 20px 0;
  height: 60px;
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 480px) {
  #header-top-right #top-nav {
    padding: 0;
    height: 20px;
  }
}
@media (max-width: 510px) {
  #header-top-right #top-nav {
    padding: 14px 0;
    height: 76px;
  }
}
#header-top-right #top-nav .header-phone {
  display: block;
  float: left;
  padding-right: 18px;
  height: 20px;
  border-right: 1px dotted #dfdfdf;
  color: #000000;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
  white-space: nowrap;
}
@media (max-width: 480px) {
  #header-top-right #top-nav .header-phone {
    padding-right: 0;
  }
}
@media (max-width: 510px) {
  #header-top-right #top-nav .header-phone {
    float: none;
    border-right: none;
    margin-bottom: 10px;
  }
}
#header-top-right #top-nav .header-phone:hover, #header-top-right #top-nav .header-phone:focus {
  text-decoration: none;
  color: #00bad2;
}
#header-top-right #top-nav .header-phone > .custom-icon {
  position: relative;
  margin-right: 8px;
  width: 17px;
  height: 18px;
  vertical-align: middle;
}
#header-top-right #top-nav #header-login {
  position: relative;
  float: left;
  border-right: 1px dotted #dfdfdf;
}
@media (max-width: 767px) {
  #header-top-right #top-nav #header-login {
    display: none;
  }
}
#header-top-right #top-nav #header-login form {
  margin-bottom: 0;
}
#header-top-right #top-nav #header-login .login-button,
#header-top-right #top-nav #header-login #logout-button {
  display: block;
  padding: 0 18px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
#header-top-right #top-nav #header-login .login-button#logout-button,
#header-top-right #top-nav #header-login #logout-button#logout-button {
  border: none;
  background: none transparent;
}
#header-top-right #top-nav #header-login .login-button:hover, #header-top-right #top-nav #header-login .login-button:focus,
#header-top-right #top-nav #header-login #logout-button:hover,
#header-top-right #top-nav #header-login #logout-button:focus {
  color: #00bad2;
}
#header-top-right #top-nav #header-login .login-content {
  display: none;
  position: absolute;
  padding: 20px;
  top: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #ffffff;
  z-index: 100;
  border-radius: 0;
}
#header-top-right #top-nav #header-login .login-content input[type=text], #header-top-right #top-nav #header-login .login-content input[type=password] {
  padding: 4px 6px;
  margin-bottom: 5px;
  width: 100%;
  height: 30px;
  border-radius: 0;
  border: 1px solid #dfdfdf;
}
#header-top-right #top-nav #header-login .login-content input[type=submit] {
  padding: 5px 0;
  width: 150px;
  height: 30px;
  line-height: 20px;
  background: #00bad2;
  border: none;
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
#header-top-right #top-nav #header-login .login-content input[type=submit]:hover, #header-top-right #top-nav #header-login .login-content input[type=submit]:focus {
  background: #00a8bd;
}
#header-top-right #top-nav #header-login .login-content ul.links {
  margin: 0;
  list-style-type: none;
}
#header-top-right #top-nav #header-login .login-content ul.links li a {
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}
#header-top-right #top-nav .header-social {
  float: right;
  padding: 0 0 0 18px;
  height: 20px;
}
#header-top-right #top-nav .header-social > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#header-top-right #top-nav .header-social > ul > li {
  display: inline-block;
  margin: 0 5px;
}
#header-top-right #top-nav .header-social > ul > li:first-child {
  margin-left: 0;
}
#header-top-right #top-nav .header-social > ul > li:last-child {
  margin-right: 0;
}
#header-top-right #top-nav .header-social > ul > li > a {
  display: block;
  color: #3b5998;
  font-size: 20px;
  line-height: 1;
}
#header-top-right #top-nav .header-social > ul > li > a > img {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
#header-top-right #top-nav .header-social .fa-instagram {
  color: #000;
}
#header-top-right #top-nav .header-social .fa-whatsapp {
  color: #25D366;
}
#header-top-right #top-nav #lang-nav {
  position: relative;
  float: left;
  width: 80px;
  z-index: 10;
  height: 20px;
  border-right: 1px dotted #dfdfdf;
}
@media (max-width: 767px) {
  #header-top-right #top-nav #lang-nav {
    border-right: none;
  }
}
#header-top-right #top-nav #lang-nav a {
  display: block;
  overflow: hidden;
}
#header-top-right #top-nav #lang-nav a.current-lang {
  position: relative;
  padding-left: 20px;
}
#header-top-right #top-nav #lang-nav a.current-lang .flag {
  margin-top: 1px;
}
#header-top-right #top-nav #lang-nav a.current-lang:after {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #000000 !important;
  line-height: 1;
}
#header-top-right #top-nav #lang-nav:hover > ul, #header-top-right #top-nav #lang-nav:focus > ul {
  opacity: 1;
  visibility: visible;
}
#header-top-right #top-nav #lang-nav > ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s;
  transition: opacity 0.35s, visibility 0.35s;
  background: #ffffff;
  list-style-type: none;
  padding: 10px 0 0 0;
  margin: 0;
}
#header-top-right #top-nav #lang-nav > ul > li > a {
  padding: 0 0 10px 20px;
}
#header-top-right .header-qr {
  position: absolute;
  top: 16px;
  right: 0;
  width: 88px;
  height: 88px;
}
#header-top-right .header-qr img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #header-top-right .header-qr {
    display: none;
  }
}
#header-top-right #header-search {
  position: relative;
  clear: both;
  float: right;
}
@media (min-width: 768px) and (max-width: 979px) {
  #header-top-right #header-search {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #header-top-right #header-search {
    position: absolute;
    right: -10px;
    top: 100%;
    margin-top: 5px;
  }
}
#header-top-right #header-search:after {
  display: block;
  position: absolute;
  top: 9px;
  right: 12px;
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 767px) {
  #header-top-right #header-search:after {
    color: #fff;
    pointer-events: none;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
  }
}
@media (max-width: 767px) {
  #header-top-right #header-search.is-focussed:after {
    color: #000000;
  }
  #header-top-right #header-search.is-focussed input#cn-ajaxsearch-term {
    width: 200px;
    background-color: #ffffff;
    color: #000000;
  }
}
#header-top-right #header-search form {
  margin: 0;
}
#header-top-right #header-search form input#cn-ajaxsearch-term {
  margin: 0;
  padding: 9px 10px;
  width: 370px;
  height: 40px;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header-top-right #header-search form input#cn-ajaxsearch-term.searching {
  background: url('../../../fileadmin/templates/img/layout/search-loader.gif') no-repeat 310px 13px #ffffff;
}
@media (max-width: 767px) {
  #header-top-right #header-search form input#cn-ajaxsearch-term.searching {
    background-position: 145px 15px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header-top-right #header-search form input#cn-ajaxsearch-term {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #header-top-right #header-search form input#cn-ajaxsearch-term {
    border: none;
    width: 40px;
    background-color: transparent;
    -webkit-transition: width 0.35s, background-color 0.35s;
    transition: width 0.35s, background-color 0.35s;
    color: transparent;
  }
}
#header-top-right #header-search form #cn-ajaxsearch-progress {
  position: absolute;
  top: 70px;
  left: 0;
  width: 370px;
}
@media (max-width: 767px) {
  #header-top-right #header-search form #cn-ajaxsearch-progress {
    top: 45px;
    left: auto;
    right: -5px;
    width: 100vw;
  }
}
#header-top-right #header-search form #cn-ajaxsearch-progress #cn-ajaxsearch-progress-noresults {
  display: none;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  line-height: 16px;
}
#header-top-right #header-search form #cn-ajaxsearch-progress.no-results #cn-ajaxsearch-progress-noresults {
  display: block;
}
#header-top-right #header-search form #cn-ajaxsearch-progress #cn-ajaxsearch-progress-message {
  display: none;
}

body.main #header-main {
  position: relative;
}
body.main #header-main > .container {
  position: static;
}
body.start.fixed-main-nav #header-main > .container {
  margin-top: 70px;
}
@media (max-width: 767px) {
  body.start.fixed-main-nav #header-main > .container {
    margin-top: 50px;
  }
}
.no-header-slider #header-main {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .no-header-slider #header-main {
    padding-top: 50px;
  }
}

#nav {
  position: relative;
  height: 70px;
  background: rgba(0, 186, 210, 0.8);
  z-index: 100;
  /*
  &.first-level-open {
      &.is-hovered {
          > .container {
              > ul {
                  > li.is-focused:not(:hover) {

                      > ul {
                          opacity: 0;
                          visibility: hidden;
                      }

                      > a {
                          color: $white;

                          &:after {
                              opacity: 0;
                              visibility: hidden;
                          }
                      }
                  }
              }
          }
      }

      > .container {
          > ul {
              > li {
                  &:hover {
                      > ul {
                          opacity: 1 !important;
                          visibility: visible !important;
                      }

                      > a {
                          color: $blue !important;

                          &:after {
                              opacity: 1 !important;
                              visibility: visible !important;
                          }
                      }
                  }
              }
          }
      }
  }
  */
}
@media (max-width: 767px) {
  #nav {
    height: 50px;
  }
}
body.main #nav {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
body.fixed-main-nav #nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
}
#nav ul {
  margin: 0;
  list-style-type: none;
}
#nav ul a {
  text-decoration: none;
}
#nav > .container {
  position: static;
}
#nav > .container > ul {
  list-style-type: none;
  height: 70px;
  width: 5000px;
}
#nav > .container > ul > li {
  float: left;
  position: relative;
  /*
  &:nth-child(4) {

      > ul {
          opacity: 1;
          visibility: visible;

          > li {
              &:nth-child(2) {
                  > ul {
                      opacity: 1;
                      visibility: visible;
                  }
              }
          }
      }
  }
  */
}
@media (max-width: 979px) {
  #nav > .container > ul > li {
    display: none;
  }
}
#nav > .container > ul > li.menu-page-home > a {
  font-size: 30px;
}
#nav > .container > ul > li > a {
  position: relative;
  display: block;
  padding: 0 15px;
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  font-family: "Roboto", Arial, Helvetica, Verdana, sans-serif;
  font-size: 20px;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
  white-space: nowrap;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #nav > .container > ul > li > a {
    font-size: 18px;
    padding: 0 8px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #nav > .container > ul > li > a {
    font-size: 14px;
    padding: 0 8px;
  }
}
#nav > .container > ul > li > a:focus {
  color: #00bad2;
}
#nav > .container > ul > li > a:focus:after {
  opacity: 1;
  visibility: visible;
}
#nav > .container > ul > li > a:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s;
  transition: opacity 0.35s, visibility 0.35s;
}
#nav > .container > ul > li:hover > a, #nav > .container > ul > li.active > a, #nav > .container > ul > li.is-focused > a {
  color: #00bad2;
  z-index: 99;
}
#nav > .container > ul > li:hover > a:after, #nav > .container > ul > li.active > a:after, #nav > .container > ul > li.is-focused > a:after {
  opacity: 1;
  visibility: visible;
}
#nav > .container > ul > li:hover > ul, #nav > .container > ul > li.is-focused > ul {
  opacity: 1;
  visibility: visible;
}
#nav > .container > ul > li:last-child > ul {
  left: auto;
  right: 0;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #nav > .container > ul > li:last-child > ul, #nav > .container > ul > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
  }
}
#nav > .container > ul > li:last-child > ul > li > ul, #nav > .container > ul > li:nth-last-child(2) > ul > li > ul {
  left: auto;
  right: 100%;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #nav > .container > ul > li:nth-last-child(3) > ul > li > ul {
    left: auto;
    right: 100%;
  }
}
#nav > .container > ul > li > ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 365px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s;
  transition: opacity 0.35s, visibility 0.35s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
#nav > .container > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}
#nav > .container > ul > li > ul > li:last-child {
  border-bottom: none;
}
#nav > .container > ul > li > ul > li:hover > a, #nav > .container > ul > li > ul > li.is-focused > a {
  color: #ffffff;
  background: #00bad2;
}
#nav > .container > ul > li > ul > li:hover > a:not(:only-child):after, #nav > .container > ul > li > ul > li.is-focused > a:not(:only-child):after {
  color: #ffffff;
}
#nav > .container > ul > li > ul > li:hover > ul, #nav > .container > ul > li > ul > li.is-focused > ul {
  opacity: 1;
  visibility: visible;
}
#nav > .container > ul > li > ul > li a {
  display: block;
  padding: 12px 15px;
  color: #000000;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.2;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
#nav > .container > ul > li > ul > li a:not(:only-child) {
  position: relative;
}
#nav > .container > ul > li > ul > li a:not(:only-child):after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #373737;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "FontAwesome";
  content: "\f105";
}
#nav > .container > ul > li > ul > li > ul {
  display: block;
  position: absolute;
  left: 100%;
  top: -1px;
  width: 365px;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s;
  transition: opacity 0.35s, visibility 0.35s;
}
#nav > .container > ul > li > ul > li > ul > li {
  border-bottom: 1px solid #dfdfdf;
}
#nav > .container > ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
#nav > .container > ul > li > ul > li > ul > li:hover > a, #nav > .container > ul > li > ul > li > ul > li.is-focused > a {
  color: #ffffff;
  background: #00bad2;
}
#nav > .container > ul > li > ul > li > ul > li a {
  padding: 14px 10px 14px 20px;
  font-size: 16px;
  line-height: 20px;
}
#nav > .container > ul li.mobile-nav {
  display: none;
}
#nav > .container > ul li.mobile-nav span {
  display: none;
}
@media (max-width: 979px) {
  #nav > .container > ul li.mobile-nav {
    display: block;
    padding: 23px 0;
    width: 100%;
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
  }
  #nav > .container > ul li.mobile-nav span {
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 8px 20px 8px 0;
    width: 30px;
    height: 3px;
    background: #ffffff;
    vertical-align: baseline;
  }
  #nav > .container > ul li.mobile-nav span:before, #nav > .container > ul li.mobile-nav span:after {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 3px;
    background: #ffffff;
  }
  #nav > .container > ul li.mobile-nav span:before {
    top: -8px;
  }
  #nav > .container > ul li.mobile-nav span:after {
    bottom: -8px;
  }
}
@media (max-width: 767px) {
  #nav > .container > ul li.mobile-nav {
    padding: 13px 0 13px 15px;
  }
}
@media screen and (min-width: 980px) and (max-height: 755px) {
  .fixed-main-nav #nav > .container > ul > li > ul > li > ul {
    max-height: calc(100vh - 120px);
    overflow: auto;
  }
}

#header-buttons {
  position: absolute;
  top: 110px;
  z-index: 20;
}
.no-header-slider #header-buttons {
  display: none;
}
@media (min-width: 768px) {
  body.main #header-buttons {
    right: 50%;
    margin-right: -585px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  body.main #header-buttons {
    margin-right: -470px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  body.main #header-buttons {
    margin-right: -362px;
  }
}
@media (max-width: 1199px) {
  #header-buttons {
    top: 90px;
  }
}
@media (max-width: 767px) {
  #header-buttons {
    top: 70px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media (max-width: 830px) {
  #header-buttons {
    left: 0;
    right: 0;
    text-align: center;
  }
}
body.start #header-buttons {
  top: 40px;
  right: 0;
}
@media (max-width: 1199px) {
  body.start #header-buttons {
    top: 20px;
  }
}
#header-buttons:after {
  display: table;
  content: "";
  clear: both;
}
#header-buttons .header-button-item {
  float: left;
  margin: 0 5px;
}
@media (max-width: 767px) {
  #header-buttons .header-button-item {
    display: inline-block;
    float: none;
    margin: 0 2px 5px 2px;
  }
}
@media (max-width: 830px) {
  #header-buttons .header-button-item {
    display: inline-block;
    float: none;
  }
}
#header-buttons .header-button-item.emergency .header-button, #header-buttons .header-button-item.page-893 .header-button {
  color: #c10a00;
}
#header-buttons .header-button-item .header-button {
  position: relative;
  display: block;
  padding: 15px 10px 10px 10px;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.35s, color 0.35s;
  transition: background-color 0.35s, color 0.35s;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
  #header-buttons .header-button-item .header-button {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  #header-buttons .header-button-item .header-button {
    padding: 8px 5px;
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
}
#header-buttons .header-button-item .header-button:not(:only-child):after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 100%;
  margin: 12px 0 0 -18px;
  border-bottom: 18px solid #ffffff;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  z-index: 17;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s;
  transition: opacity 0.35s, visibility 0.35s;
}
#header-buttons .header-button-item .header-button--icon {
  position: relative;
  display: inline-block;
  margin-bottom: 1px;
  width: 30px;
  height: 35px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #header-buttons .header-button-item .header-button--icon {
    width: 25px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  #header-buttons .header-button-item .header-button--icon {
    margin: 0;
    width: 20px;
    height: 21px;
  }
}
#header-buttons .header-button-item .header-button--icon i.custom-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.35s, visibility 0.35s;
  transition: opacity 0.35s, visibility 0.35s;
}
#header-buttons .header-button-item .header-button--icon i.custom-icon.white {
  opacity: 0;
  visibility: hidden;
}
#header-buttons .header-button-item .header-button--label {
  display: table;
  width: 100%;
}
#header-buttons .header-button-item .header-button--label span {
  display: table-cell;
  height: 28px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #header-buttons .header-button-item .header-button--label span {
    height: 24px;
  }
}
#header-buttons .header-button-item .header-button-content {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  padding-top: 30px;
  -webkit-transition: opacity 0.35s, visibility 0.35s;
  transition: opacity 0.35s, visibility 0.35s;
  opacity: 0;
  visibility: hidden;
  z-index: 16;
  /*a.external-link,
  a.external-link-new-window,*/
}
@media (max-width: 767px) {
  #header-buttons .header-button-item .header-button-content {
    left: 20px;
    right: 20px;
    margin-top: -5px;
    text-align: left;
  }
}
#header-buttons .header-button-item .header-button-content--inner {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
#header-buttons .header-button-item .header-button-content ul {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  text-align: left;
}
#header-buttons .header-button-item .header-button-content ul li {
  position: relative;
  padding-left: 20px;
}
#header-buttons .header-button-item .header-button-content ul li:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  content: "+";
  font-size: 15px;
}
#header-buttons .header-button-item .header-button-content ul li ul li:before {
  content: "-";
  font-size: 16px;
}
#header-buttons .header-button-item .header-button-content table.contenttable, #header-buttons .header-button-item .header-button-content table.contenttable tr, #header-buttons .header-button-item .header-button-content table.contenttable td, #header-buttons .header-button-item .header-button-content table.contenttable th {
  border-radius: 0;
  border: none;
}
#header-buttons .header-button-item .header-button-content table.contenttable th, #header-buttons .header-button-item .header-button-content table.contenttable td {
  padding: 15px;
}
#header-buttons .header-button-item .header-button-content table.contenttable th {
  color: #ffffff;
  background: #00bad2;
}
#header-buttons .header-button-item .header-button-content table.contenttable td {
  background: #ffffff;
  border-bottom: 1px solid #dfdfdf;
}
#header-buttons .header-button-item .header-button-content a.download {
  position: relative;
  padding-left: 20px;
}
#header-buttons .header-button-item .header-button-content a.download:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  content: "\f045";
}
#header-buttons .header-button-item:hover .header-button {
  background: #00bad2;
  color: #ffffff;
}
#header-buttons .header-button-item:hover .header-button:not(:only-child):after {
  opacity: 1;
  visibility: visible;
}
#header-buttons .header-button-item:hover .header-button--icon i.custom-icon {
  opacity: 0;
  visibility: hidden;
}
#header-buttons .header-button-item:hover .header-button--icon i.custom-icon.white {
  opacity: 1;
  visibility: visible;
}
#header-buttons .header-button-item:hover .header-button-content {
  opacity: 1;
  visibility: visible;
}

#header-slideshow {
  overflow: hidden;
  position: relative;
  min-height: 70px;
}
@media (max-width: 767px) {
  #header-slideshow {
    min-height: 50px;
  }
}
.no-header-slider #header-slideshow {
  display: none;
}
#header-slideshow:not(.slick-initialized) .header-slideshow--slide:not(:first-child) {
  display: none;
}
body.start #header-slideshow {
  position: absolute;
  left: 0;
  top: 120px;
  right: 0;
  bottom: 125px;
}
@media (max-width: 1199px) {
  body.start #header-slideshow {
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  body.start #header-slideshow {
    top: 76px;
  }
}
body.start #header-slideshow .slick-list,
body.start #header-slideshow .slick-track {
  height: 100%;
}
#header-slideshow .slick-dots {
  display: none !important;
  position: absolute;
  left: 100px;
  bottom: 90px;
  margin: 0 0 0 -7px;
  padding: 0;
  height: 15px;
  list-style-type: none;
  z-index: 6;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #header-slideshow .slick-dots {
    left: 80px;
    bottom: 70px;
  }
}
@media (max-width: 767px) {
  #header-slideshow .slick-dots {
    left: 40px;
    bottom: 40px;
  }
}
body.start #header-slideshow .slick-dots {
  display: block !important;
}
#header-slideshow .slick-dots > li {
  display: inline-block;
  margin: 0 7px;
}
#header-slideshow .slick-dots > li button {
  display: block;
  padding: 0;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100px;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
#header-slideshow .slick-dots > li.slick-active button {
  background: #ffffff;
}
#header-slideshow .header-slideshow--slide {
  position: relative;
  height: auto;
  overflow: hidden;
  min-height: 250px;
}
body.start #header-slideshow .header-slideshow--slide {
  height: 100%;
}
#header-slideshow .header-slideshow--slide > img {
  position: relative;
  max-width: none;
  width: 100%;
  height: auto;
  margin: 0;
}
@media (max-width: 740px) {
  #header-slideshow .header-slideshow--slide > img {
    position: absolute;
    left: -999px;
    top: -999px;
    right: -999px;
    bottom: -999px;
    width: auto;
    height: 100%;
    margin: auto;
  }
}
body.start #header-slideshow .header-slideshow--slide > img {
  position: absolute;
  left: -999px;
  top: -999px;
  right: -999px;
  bottom: -999px;
  width: 100%;
  height: auto;
  margin: auto;
}
#header-slideshow .header-slideshow--slide--caption {
  display: none;
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 50px 60px 100px 60px;
  width: 33.3333%;
  min-width: 570px;
  background: rgba(0, 186, 210, 0.8);
  color: #ffffff;
  z-index: 5;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #header-slideshow .header-slideshow--slide--caption {
    padding: 30px 40px 80px 40px;
  }
}
@media (max-width: 767px) {
  #header-slideshow .header-slideshow--slide--caption {
    left: 20px;
    bottom: 20px;
    right: 20px;
    padding: 15px 20px 50px 20px;
    width: auto;
    min-width: 0;
  }
}
body.start #header-slideshow .header-slideshow--slide--caption {
  display: block;
}
#header-slideshow .header-slideshow--slide--caption h3 {
  font-size: 42px;
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #header-slideshow .header-slideshow--slide--caption h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #header-slideshow .header-slideshow--slide--caption h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
#header-slideshow .header-slideshow--slide--caption p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #header-slideshow .header-slideshow--slide--caption p {
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  #header-slideshow .header-slideshow--slide--caption p {
    display: none;
  }
}
#header-slideshow.flip-ratio .header-slideshow--slide > img {
  width: auto !important;
  height: 100% !important;
}

.header-jobs-button {
  display: block;
  position: absolute;
  bottom: 125px;
  right: 0;
  width: 170px;
  height: 170px;
  overflow: hidden;
  z-index: 15;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .header-jobs-button {
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .header-jobs-button {
    width: 140px;
    height: 140px;
  }
}
.header-jobs-button:hover, .header-jobs-button:focus {
  color: #ffffff;
}
.header-jobs-button:hover:after, .header-jobs-button:focus:after {
  border-bottom-color: #00bad2;
}
.no-header-slider .header-jobs-button {
  display: none;
}
.header-jobs-button span {
  position: absolute;
  display: block;
  top: 50%;
  text-align: center;
  margin: 15px 0 0 15px;
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  z-index: 5;
}
@media (max-width: 767px) {
  .header-jobs-button span {
    font-size: 18px;
    margin: 12px 0 0 12px;
  }
}
.header-jobs-button .fa {
  display: block;
  position: absolute;
  bottom: 22px;
  right: 24px;
  z-index: 5;
  font-size: 25px;
  line-height: 1;
}
@media (max-width: 767px) {
  .header-jobs-button .fa {
    bottom: 18px;
    right: 20px;
  }
}
.header-jobs-button:after {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.9;
  border-bottom: 170px solid #bcce00;
  border-left: 170px solid transparent;
  z-index: 0;
  -webkit-transition: border 0.35s;
  transition: border 0.35s;
}
@media (max-width: 767px) {
  .header-jobs-button:after {
    border-bottom-width: 140px;
    border-left-width: 140px;
  }
}

.button-slider {
  height: 125px;
  background: #ffffff;
  overflow: hidden;
  position: relative !important;
}
@media (max-width: 1199px) {
  .button-slider {
    height: 100px;
  }
}
body.start .button-slider {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
}
.button-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  width: 18px;
  background: #ffffff;
  border: none;
  z-index: 15;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 50px;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.button-slider .slick-arrow:hover, .button-slider .slick-arrow:focus {
  color: #00bad2;
}
.button-slider .slick-arrow:before {
  display: block;
  position: absolute;
  text-indent: 0;
  font-size: 25px;
  line-height: 1;
  vertical-align: middle;
}
.button-slider .slick-arrow.slick-prev {
  left: 0;
}
@media (max-width: 767px) {
  .button-slider .slick-arrow.slick-prev {
    left: 10px;
  }
}
.button-slider .slick-arrow.slick-prev:before {
  font-family: "FontAwesome";
  content: "\f053";
}
.button-slider .slick-arrow.slick-next {
  right: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .button-slider .slick-arrow.slick-next {
    right: 10px;
  }
}
.button-slider .slick-arrow.slick-next:before {
  font-family: "FontAwesome";
  content: "\f054";
}
.button-slider .slick-arrow.slick-disabled {
  cursor: default;
}
.button-slider .slick-arrow.slick-disabled:before {
  opacity: 0.2;
}
.button-slider .slick-arrow.slick-disabled:hover, .button-slider .slick-arrow.slick-disabled:focus {
  color: #000000;
}
.button-slider .slick-list, .button-slider .slick-track {
  height: 100%;
}
.button-slider--button {
  position: relative;
  display: block;
  float: left;
  padding: 30px 20px 30px 60px;
  height: 100%;
  font-size: 15px;
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
@media (max-width: 1199px) {
  .button-slider--button {
    padding: 18px 20px 18px 30px;
  }
}
@media (max-width: 767px) {
  .button-slider--button {
    padding: 18px 40px 18px 40px;
  }
}
.button-slider--button:hover, .button-slider--button:focus {
  color: #00bad2;
  text-decoration: none;
}
.button-slider--button:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  border-left: 1px dotted #dfdfdf;
}
.button-slider--button:first-child:before {
  display: none;
}
.button-slider--button:after {
  display: table;
  content: "";
  clear: both;
}
.button-slider--button .custom-icon {
  margin-right: 22px;
  width: 50px;
  height: 65px;
  float: left;
}
@media (max-width: 767px) {
  .button-slider--button .custom-icon {
    margin-right: 15px;
    width: 35px;
  }
}
.button-slider--button .custom-icon--coffee {
  margin-right: 27px;
  width: 45px;
}
@media (max-width: 767px) {
  .button-slider--button .custom-icon--coffee {
    margin-right: 20px;
    width: 30px;
  }
}
.button-slider--button--text {
  float: left;
  padding: 10px 0 0 72px;
  margin-left: -72px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .button-slider--button--text {
    margin-left: -50px;
    padding: 13px 0 0 50px;
  }
}
.button-slider--button--text h4 {
  font-size: 24px;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .button-slider--button--text h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .button-slider--button--text h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .button-slider--button--text span {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .button-slider--button--text span {
    font-size: 14px;
    line-height: 16px;
  }
}

#breadcrumbs {
  margin-bottom: 30px;
  padding: 19px 0;
  background: #f0f2ef;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 767px) {
  #breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#breadcrumbs > .container > span {
  white-space: nowrap;
}
#breadcrumbs > .container > span:first-child {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
#breadcrumbs > .container > span:last-child {
  text-decoration: underline;
}
#breadcrumbs > .container > a {
  position: relative;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
#breadcrumbs > .container > a:hover, #breadcrumbs > .container > a:focus {
  color: #00bad2;
}
#breadcrumbs > .container > a:after {
  position: relative;
  display: inline-block;
  padding: 0 4px 0 7px;
  color: #000000 !important;
  font-family: "FontAwesome";
  content: "\f105";
}

#sidebar {
  margin-top: 75px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  #sidebar {
    display: none;
  }
}
#sidebar .button-application {
  display: block;
  margin-top: 30px;
  padding: 15px 15px 15px 70px;
  color: #0095a8;
  text-decoration: none;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px #e5e5e5;
          box-shadow: 0 0 2px #e5e5e5;
  background: url('../../../fileadmin/templates/img/layout/icon-application.png') no-repeat 15px 15px transparent;
}
#sidebar .button-application h3 {
  font-size: 16px;
  margin-bottom: 6px;
}
#sidebar .button-application p {
  line-height: 18px;
  margin-bottom: 4px;
}
#sidebar .button-application span {
  color: #66d6e4;
}
#sidebar .button-visiting-hours {
  margin-top: 10px;
  position: relative;
  display: block;
  padding: 25px 20px 25px 65px;
  background: #bcce00;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.05;
  font-family: "Roboto", Arial, Helvetica, Verdana, sans-serif;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
#sidebar .button-visiting-hours:hover, #sidebar .button-visiting-hours:focus {
  background: #a5b500;
}
#sidebar .button-visiting-hours b {
  display: block;
}
#sidebar .button-visiting-hours:before {
  display: block;
  position: absolute;
  left: 18px;
  top: 22px;
  font-size: 35px;
  font-family: "FontAwesome";
  content: "\f017";
}

#departments {
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px #e5e5e5;
          box-shadow: 0 0 2px #e5e5e5;
}
#departments h2 {
  margin-bottom: 0;
  color: #00bad2;
  font-size: 24px;
  line-height: 1;
}
#departments p {
  color: #636363;
}
#departments .department-image {
  margin-bottom: 20px;
}
#departments .department-image img {
  display: block;
}
#departments .btn-group {
  width: 100%;
}
#departments .btn-group .btn-small {
  padding: 2px 10px 2px 18px;
  width: 100%;
  height: 30px;
  line-height: 25px;
  font-size: 14px;
  color: #3c3c3c;
  text-align: left;
}
#departments .btn-group .btn-small .caret {
  position: absolute;
  margin-top: -2px;
  right: 9px;
  top: 50%;
  border-top-color: #acacac;
}
#departments .btn-group .dropdown-menu {
  width: 100%;
}
#departments .department-links {
  list-style-type: none;
  margin: 20px 0 0 0;
}
#departments .department-links li {
  padding-left: 18px;
  background-color: #00ff00;
  content: "bullet-light-blue";
  background-position: 0 -2672px;
  line-height: 20px;
}
#departments .department-links li a {
  color: #000000;
  font-size: 12px;
  text-decoration: underline;
}
#departments .department-links li a:hover {
  text-decoration: none;
}

#conv-button {
  margin-top: 22px;
  padding: 20px 0 0 75px;
  display: block;
  height: 58px;
  color: #0095a8;
  background-color: #00ff00;
  content: "flower";
  background-position: 15px 10px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px #e5e5e5;
          box-shadow: 0 0 2px #e5e5e5;
  text-decoration: none;
}
#conv-button p {
  margin: 0;
  font-size: 18px;
  line-height: 1;
}
#conv-button span {
  padding-right: 25px;
  background-color: #00ff00;
  content: "bullet-light-blue";
  background-position: 100px -2675px;
  line-height: 1;
}
#conv-button:hover {
  color: #00515c;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #conv-button {
    padding: 20px 0 0 65px;
    background-position: 10px 10px;
  }
  #conv-button p {
    font-size: 16px;
  }
}

#sub-nav {
  /*
  ul.level-2 {
      li.level-2 {
          margin-bottom: 1px;
          background: #e8edf1;

          a.level-2 {
              padding: 7px 30px 7px 18px;
              line-height: 18px;
              color: $blue-dark;
              font-size: 16px;
              @include layout-sprite(arrow-right-blue);
              background-position: 244px -2089px
          }

          &:hover, &.active {
              background: $blue-dark;
              a.level-2 { color: $white; }
          }

          &:hover {
              a.level-2 {
                  @include layout-sprite(arrow-right-white);
                  background-position: 244px -2339px;
              }
          }

          &.active {
              a.level-2 {
                  @include layout-sprite(arrow-down-white);
                  background-position: 239px -2388px
              }
          }

          ul.level-3 {
              padding: 10px 20px 20px 20px;

              li.level-3 {
                  border-bottom: 1px solid $blue;

                  a {
                      font-size: 12px;
                      line-height: 14px;
                  }

                  a.level-3 {
                      padding: 6px 0 6px 28px;
                      color: $white;
                      @include layout-sprite(bullet-light-blue);
                      background-position: 10px -2669px;
                  }

                  &.first { border-top: 1px solid $blue; }

                  &:hover, &.active {
                      background: $blue;
                      a.level-3 {
                          @include layout-sprite(bullet-white);
                          background-position: 10px -2575px;
                      }
                  }

                  ul.level-4 {
                      padding: 0 10px 10px 10px;
                      li.level-4 {
                          margin-bottom: 1px;

                          a.level-4 {
                              padding: 3px 0 3px 18px;
                              color: $white;
                          }

                          &:hover, &.active {
                              background: $white;
                              a.level-4 { color: $blue-dark; }
                          }

                          &.active a.level-4 { border-bottom: 1px solid $blue; }

                          ul.level-5 {
                              padding: 5px 0;
                              li.level-5 {
                                  a.level-5 {
                                      padding: 3px 0 3px 25px;
                                      color: $blue-dark;
                                  }

                                  &:hover, &.active {
                                      background: $blue-dark;
                                      a.level-5 { color: $white; }
                                  }
                              }
                          }
                      }
                  }
              }
          }
      }
  }
  */
}
#sub-nav ul {
  margin: 0;
  list-style-type: none;
}
#sub-nav ul a {
  display: block;
  text-decoration: none;
}
#sub-nav > ul > li {
  margin-bottom: 10px;
}
#sub-nav > ul > li:last-child {
  margin-bottom: 0;
}
#sub-nav > ul > li > a {
  padding: 10px;
  color: #000000;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: color 0.35s, background-color 0.35s, border 0.35s;
  transition: color 0.35s, background-color 0.35s, border 0.35s;
}
#sub-nav > ul > li > a:hover, #sub-nav > ul > li > a:focus {
  color: #ffffff;
  background: #00bad2;
  border-color: #00bad2;
}
#sub-nav > ul > li.active > a {
  color: #ffffff;
  background: #00bad2;
  border-color: #00bad2;
}
#sub-nav > ul > li.active > ul {
  display: block;
}
#sub-nav > ul > li > ul {
  display: none;
  padding: 15px 0 10px 0;
  border: 1px solid #00bad2;
  border-top: none;
}
#sub-nav > ul > li > ul > li {
  margin-bottom: 8px;
}
#sub-nav > ul > li > ul > li > a {
  position: relative;
  padding: 3px 0 3px 28px;
  font-size: 15px;
  line-height: 16px;
  color: #000000;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
#sub-nav > ul > li > ul > li > a:before {
  position: absolute;
  display: block;
  left: 14px;
  top: 3px;
  font-family: "FontAwesome";
  content: "\f105";
}
#sub-nav > ul > li > ul > li > a:hover, #sub-nav > ul > li > ul > li > a:focus {
  color: #00bad2;
}
#sub-nav > ul > li > ul > li.active > a {
  color: #00bad2;
}
#sub-nav > ul > li > ul > li.active > ul {
  display: block;
  margin: 5px 0 10px 0;
}
#sub-nav > ul > li > ul > li.active > ul > li {
  padding-left: 28px;
}
#sub-nav > ul > li > ul > li.active > ul > li > a {
  color: #000000;
  font-size: 14px;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
#sub-nav > ul > li > ul > li.active > ul > li > a:hover, #sub-nav > ul > li > ul > li.active > ul > li > a:focus {
  color: #00bad2;
}
#sub-nav > ul > li > ul > li.active > ul > li.active > a {
  color: #00bad2;
}
#sub-nav > ul > li > ul > li.active > ul > li.active > ul {
  display: block;
}
#sub-nav > ul > li > ul > li.active > ul > li > ul {
  display: none;
  margin: 5px 0 10px 0;
}
#sub-nav > ul > li > ul > li.active > ul > li > ul > li > a {
  color: #000000;
  padding-left: 10px;
  font-size: 14px;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
#sub-nav > ul > li > ul > li.active > ul > li > ul > li > a:hover, #sub-nav > ul > li > ul > li.active > ul > li > ul > li > a:focus {
  color: #00bad2;
}
#sub-nav > ul > li > ul > li.active > ul > li > ul > li.active > a {
  color: #00bad2;
}
#sub-nav > ul > li > ul > li.active > ul > li > ul > li > ul {
  display: none;
}
#sub-nav > ul > li > ul > li > ul {
  display: none;
}

#employee,
#latest-entry {
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px #e5e5e5;
          box-shadow: 0 0 2px #e5e5e5;
}
#employee#latest-entry,
#latest-entry#latest-entry {
  margin-top: 25px;
}
#employee#latest-entry .entry-text,
#latest-entry#latest-entry .entry-text {
  color: #000000;
}
#employee h2,
#latest-entry h2 {
  margin-bottom: 0;
  color: #00bad2;
  font-size: 24px;
  line-height: 1;
}
#employee p,
#latest-entry p {
  color: #636363;
}
#employee .employee-info,
#latest-entry .employee-info {
  width: 100%;
  height: 104px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
}
#employee .employee-info .employee-image,
#latest-entry .employee-info .employee-image {
  float: left;
  margin-right: 8px;
  width: 80px;
  height: 104px;
}
#employee .employee-info .employee-image img,
#latest-entry .employee-info .employee-image img {
  display: block;
}
#employee .employee-info .employee-text,
#latest-entry .employee-info .employee-text {
  margin: 0;
  padding: 8px;
  font-size: 12px;
  color: #000000;
  line-height: 16px;
}
#employee .employee-links,
#latest-entry .employee-links {
  list-style-type: none;
  margin: 15px 0 0 0;
}
#employee .employee-links li,
#latest-entry .employee-links li {
  position: relative;
  padding-left: 18px;
  line-height: 20px;
}
#employee .employee-links li:before,
#latest-entry .employee-links li:before {
  display: block;
  position: absolute;
  left: 5px;
  top: 2px;
  font-size: 12px;
  font-family: "FontAwesome";
  content: "\f101";
}
#employee .employee-links li a,
#latest-entry .employee-links li a {
  color: #000000;
  font-size: 12px;
  text-decoration: underline;
}
#employee .employee-links li a:hover,
#latest-entry .employee-links li a:hover {
  text-decoration: none;
}

.start .content-top {
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}
.content-top:after {
  display: table;
  content: "";
  clear: both;
}
.content-top > div {
  float: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.content-top > div > h3 {
  text-align: center;
}
.content-top--babyfoto {
  position: relative;
  padding-right: 5px;
  width: 25%;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .content-top--babyfoto {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .content-top--babyfoto {
    width: 100%;
    padding-right: 0;
  }
}
.content-top--babyfoto > img {
  display: block;
  /*
  width: 100%;
  height: auto;
  */
  width: 100%;
  max-width: none;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
.content-top--babyfoto--text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 50% 30px 30px;
  background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 980px) and (max-width: 1199px) {
  .content-top--babyfoto--text {
    padding: 20px;
  }
}
.content-top--babyfoto--button {
  display: block;
  position: absolute;
  padding: 10px 0;
  top: 30px;
  right: 30px;
  width: 42%;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  background: #bcce00;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
  text-align: center;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .content-top--babyfoto--button {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
    width: 100%;
  }
}
.content-top--babyfoto--button:hover, .content-top--babyfoto--button:focus {
  text-decoration: none;
  color: #ffffff;
  background: #a5b500;
}
.content-top--events {
  padding-left: 5px;
  width: 25%;
}
@media (max-width: 979px) {
  .content-top--events {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .content-top--events {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .content-top--events {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.content-top--events .event-item {
  position: relative;
  padding: 0 0 5px;
  height: 33.33333%;
  font-size: 15px;
  min-height: 185px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .content-top--events .event-item {
    padding: 0 0 10px 0;
    height: auto;
    min-height: 0;
  }
}
.content-top--events .event-item:hover > a {
  background: #00bad2;
  color: #ffffff;
}
.content-top--events .event-item:hover.placeholder > a {
  background: #f0f2ef;
  color: #000000;
  cursor: default;
}
.content-top--events .event-item > a {
  position: relative;
  display: block;
  height: 100%;
  padding: 35px 20px 15px 75px;
  background: #f0f2ef;
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.35s, background-color 0.35s;
  transition: color 0.35s, background-color 0.35s;
  overflow: hidden;
}
@media (min-width: 768px) {
  .content-top--events .event-item > a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 5px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .content-top--events .event-item > a {
    padding: 18px 20px 15px 20px;
  }
}
@media (max-width: 767px) {
  .content-top--events .event-item > a {
    top: 5px;
    padding: 35px 20px 30px 65px;
    min-height: 150px;
  }
}
.content-top--events .event-item h3 {
  position: relative;
  margin-bottom: 5px;
}
.content-top--events .event-item h3:before {
  position: absolute;
  left: -40px;
  top: 0;
  font-size: 25px;
  font-family: "FontAwesome";
  content: "\f138";
}
@media (min-width: 980px) and (max-width: 1199px) {
  .content-top--events .event-item h3:before {
    display: none;
  }
}
.content-top--events .event-item + .event-item {
  padding-top: 5px;
}
@media (min-width: 768px) {
  .content-top--events .event-item + .event-item > a {
    top: 5px;
  }
}
@media (min-width: 768px) {
  .content-top--events .event-item:last-child {
    padding-bottom: 0;
  }
  .content-top--events .event-item:last-child > a {
    bottom: 0;
  }
}
.content-top--events .event-item .event-item--date {
  position: absolute;
  right: 20px;
  bottom: 15px;
  line-height: 1;
  font-style: italic;
}
.content-top--events .events-archive--button {
  display: none;
}
@media (max-width: 979px) {
  .content-top--events .events-archive--button {
    display: block !important;
    right: 0 !important;
  }
}
@media (max-width: 767px) {
  .content-top--events .events-archive--button {
    top: 10px;
  }
}
.content-top .events-archive--button {
  display: block;
  position: absolute;
  right: 50%;
  margin: 46px 0 0 10px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
}
@media (max-width: 979px) {
  .content-top .events-archive--button {
    display: none;
  }
}
@media (max-width: 767px) {
  .content-top .events-archive--button {
    margin-top: 37px;
    width: 140px;
    height: 140px;
  }
}
.content-top .events-archive--button:hover, .content-top .events-archive--button:focus {
  color: #ffffff;
}
.content-top .events-archive--button:hover:after, .content-top .events-archive--button:focus:after {
  opacity: 1;
}
.content-top .events-archive--button span {
  position: absolute;
  display: block;
  bottom: 87px;
  left: 30px;
  text-align: center;
  margin: 0;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  z-index: 5;
}
@media (max-width: 767px) {
  .content-top .events-archive--button span {
    bottom: 83px;
    right: 33px;
    font-size: 12px;
  }
}
.content-top .events-archive--button:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.9;
  border-top: 170px solid #00bad2;
  border-left: 170px solid transparent;
  z-index: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
@media (max-width: 767px) {
  .content-top .events-archive--button:after {
    border-bottom-width: 140px;
    border-right-width: 140px;
  }
}
.content-top--news {
  position: relative;
  padding-left: 10px;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 979px) {
  .content-top--news {
    margin-top: 20px;
  }
}
@media (max-width: 979px) {
  .content-top--news {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
    height: auto !important;
  }
}
.content-top--news--inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 980px) {
  .content-top--news--inner {
    min-height: 555px;
    height: 100px;
  }
}
@media (max-width: 979px) {
  .content-top--news--inner {
    background: #00bad2;
  }
}
.content-top--news--inner > .news-item {
  display: none;
}
.content-top--news--inner > .news-item:first-child {
  display: block;
}
.content-top--news .slick-list {
  position: relative;
}
@media (min-width: 768px) {
  .content-top--news .slick-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .content-top--news .slick-list,
  .content-top--news .slick-track {
    height: 100%;
  }
}
@media (min-width: 980px) {
  .content-top--news .slick-track {
    min-height: 555px;
  }
}
@media (min-width: 768px) {
  .content-top--news .slick-track {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .content-top--news .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html.no-flexbox .content-top--news .slick-track {
    display: block;
  }
  .content-top--news .slick-track:before, .content-top--news .slick-track:after {
    display: none;
  }
  .content-top--news .slick-track > div, .content-top--news .slick-track > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  html.no-flexbox .content-top--news .slick-track > div, html.no-flexbox .content-top--news .slick-track > article {
    display: block;
  }
}
.content-top--news .slick-arrow {
  position: absolute;
  display: block;
  padding: 0;
  top: 50%;
  margin-top: -60px;
  width: 60px;
  height: 120px;
  z-index: 10;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100px;
  background: none;
  border: none;
}
@media (max-width: 767px) {
  .content-top--news .slick-arrow {
    top: 250px;
  }
}
.content-top--news .slick-arrow:hover:after {
  opacity: 1;
}
.content-top--news .slick-arrow:before, .content-top--news .slick-arrow:after {
  display: block;
  content: "";
  position: absolute;
  text-indent: 0;
}
.content-top--news .slick-arrow:before {
  font-size: 30px;
  line-height: 1;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}
.content-top--news .slick-arrow:after {
  background: #ffffff;
  opacity: 0.8;
  top: 0;
  bottom: 0;
  width: 120px;
  border-radius: 120px;
  z-index: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.content-top--news .slick-arrow.slick-prev {
  left: 0;
}
@media (max-width: 979px) {
  .content-top--news .slick-arrow.slick-prev {
    left: 0;
  }
}
.content-top--news .slick-arrow.slick-prev:before {
  left: 15px;
  font-family: "FontAwesome";
  content: "\f053";
}
.content-top--news .slick-arrow.slick-prev:after {
  right: 0;
}
.content-top--news .slick-arrow.slick-next {
  right: 0;
}
.content-top--news .slick-arrow.slick-next:before {
  right: 15px;
  font-family: "FontAwesome";
  content: "\f054";
}
.content-top--news .slick-arrow.slick-next:after {
  left: 0;
}
.content-top--news .slick-arrow.slick-disabled {
  opacity: 0.2;
}
.content-top--news .news-item {
  height: 100%;
}
.content-top--news .news-item > a {
  position: relative;
  display: block;
  color: #ffffff;
  text-decoration: none;
  background: #00bad2;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
@media (min-width: 768px) {
  .content-top--news .news-item > a {
    height: 100%;
  }
}
.content-top--news .news-item > a:hover {
  background: #00a8bd;
}
.content-top--news .news-item--image {
  position: relative;
  height: 70%;
  overflow: hidden;
}
@media (min-width: 980px) {
  .content-top--news .news-item--image {
    min-height: 277px;
  }
}
@media (max-width: 979px) {
  .content-top--news .news-item--image {
    height: 0;
    padding-bottom: 50%;
  }
}
.content-top--news .news-item--image > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media (max-width: 375px) {
  .content-top--news .news-item--image > img {
    width: auto;
    height: 100%;
  }
}
.content-top--news .news-item--text {
  padding: 30px 30px 0 30px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .content-top--news .news-item--text {
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .content-top--news .news-item--text {
    padding: 30px 30px 0 30px;
  }
}
.content-top--news .news-item--text h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .content-top--news .news-item--text h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.content-top--news .news-item--date {
  display: none;
  position: absolute;
  left: 60px;
  bottom: 55px;
}
@media (max-width: 767px) {
  .content-top--news .news-item--date {
    left: 30px;
    bottom: 25px;
  }
}
.content-top--news .news-item i.fa {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 25px;
  line-height: 1;
  font-size: 25px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .content-top--news .news-item i.fa {
    bottom: 15px;
    right: 15px;
  }
}
.content-top .news-archive--button {
  display: block;
  position: absolute;
  left: 50%;
  margin: 46px 0 0 10px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
}
@media (max-width: 979px) {
  .content-top .news-archive--button {
    position: relative;
    left: auto;
    margin-bottom: -100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .content-top .news-archive--button {
    margin-top: 66px;
  }
}
@media (max-width: 767px) {
  .content-top .news-archive--button {
    top: 62px;
    left: -10px;
    width: 140px;
    height: 140px;
  }
}
.content-top .news-archive--button:hover, .content-top .news-archive--button:focus {
  color: #ffffff;
}
.content-top .news-archive--button:hover:after, .content-top .news-archive--button:focus:after {
  opacity: 1;
}
.content-top .news-archive--button span {
  position: absolute;
  display: block;
  bottom: 87px;
  right: 30px;
  text-align: center;
  margin: 0;
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  z-index: 5;
}
@media (max-width: 767px) {
  .content-top .news-archive--button span {
    bottom: 83px;
    right: 33px;
    font-size: 18px;
  }
}
.content-top .news-archive--button:after {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.9;
  border-top: 170px solid #00bad2;
  border-right: 170px solid transparent;
  z-index: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
@media (max-width: 767px) {
  .content-top .news-archive--button:after {
    border-bottom-width: 140px;
    border-left-width: 140px;
  }
}

#content {
  /*** Forms ***/
  /*** Gallery ***/
  /*** Livecams ***/
  /*** YouTube Channel ***/
  /*** BMI Rechner ***/
  /*** Pagination ***/
  /*** News / Mitarbeiterverzeichnis ***/
  /*** Abteilungen ***/
  /*** Panoramabilder Spezial ***/
  /*** Questionnaire ***/
  /*** Schwarzes Brett ***/
}
@media (min-width: 768px) and (max-width: 979px) {
  #content {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #content {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  #content h1, #content h2 {
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
#content h1, #content h4 {
  color: #000000;
}
#content h2, #content h3 {
  color: #000000;
}
#content h2 {
  margin-bottom: 25px;
}
#content h2, #content h3 {
  margin-top: 40px;
}
#content h2:first-child, #content h3:first-child {
  margin-top: 0;
}
#content h1 + h2,
#content h1 + h3,
#content h2 + h3,
#content h1 + h4,
#content h2 + h4,
#content h3 + h4 {
  margin-top: 0;
}
#content h4 {
  margin-top: 30px;
}
#content h4:first-child {
  margin-top: 0;
}
#content a {
  text-decoration: underline;
}
#content a:hover {
  text-decoration: none;
}
#content a.external-link, #content a.external-link-new-window, #content a.download {
  position: relative;
  padding-left: 20px;
}
#content a.external-link:before, #content a.external-link-new-window:before, #content a.download:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  content: "\f045";
}
#content a.preview-button {
  margin: -112px 0 0 275px;
}
#content ul {
  list-style-type: none;
  margin-left: 0;
}
#content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
#content ul li:last-child {
  margin-bottom: 0;
}
#content ul li:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  content: "+";
  font-size: 15px;
}
#content ul li ul li {
  padding-left: 20px;
}
#content ul li ul li:before {
  content: "-";
  font-size: 16px;
}
#content ol {
  list-style-type: none;
  margin-left: 0;
  counter-reset: custom-li-counter;
}
#content ol li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  counter-increment: custom-li-counter;
}
#content ol li:last-child {
  margin-bottom: 0;
}
#content ol li:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #00bad2;
  color: #fff;
  text-align: center;
  content: counter(custom-li-counter);
  font-size: 16px;
}
#content ol li > ol {
  padding: 10px 0;
}
#content span.search-highlight {
  background-color: #efd1a9;
  border-radius: 3px;
  width: auto !important;
}
#content .preview-window {
  display: none;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  z-index: 100;
  width: 100%;
  max-width: 800px;
}
#content .preview-window .preview-window-content-left {
  width: 50%;
  padding-right: 10px;
  float: left;
}
#content .preview-window .preview-window-content-right {
  width: 50%;
  padding-left: 10px;
  float: right;
  text-align: right;
}
#content .preview-window .close {
  float: right;
  cursor: pointer;
  margin: -15px 0 10px 0;
}
#content .thumbnails li {
  margin-bottom: 20px;
  padding-left: 0;
}
#content .thumbnails li:last-child {
  margin-bottom: 20px;
}
#content .thumbnails li:before {
  display: none;
  content: "";
}
#content .thumbnails li.first-in-row {
  margin-left: 0;
  clear: both;
}
#content .thumbnail > .caption {
  padding-top: 10px;
}
#content .content-element {
  /* Abstände für Inhalte optimieren */
}
#content .content-element.highlighted {
  background: #f4f4f4;
}
#content .content-element.highlighted article {
  padding: 10px;
}
#content .content-element--text, #content .content-element--text-image, #content .content-element--blockquote, #content .content-element--accordion, #content .content-element--tabs, #content .content-element--columns, #content .content-element--alert, #content .content-element--pdf {
  margin-bottom: 40px;
}
#content .content-element--gallery {
  margin-bottom: 20px;
}
#content .content-element--gallery .thumbnails {
  margin-bottom: 0;
}
#content .content-element--gallery .thumbnails li {
  /*&:last-child {
      margin-bottom: 0;
  }*/
}
#content .content-element--gallery + .content-element--text {
  margin-top: -10px;
}
#content .content-element--text-image .thumbnail img, #content .content-element--gallery .thumbnail img {
  width: 100%;
}
#content .content-element--text-image .thumbnail.no-mobile-upscaling img, #content .content-element--gallery .thumbnail.no-mobile-upscaling img {
  width: auto;
}
#content .content-element:last-child {
  margin-bottom: 0 !important;
}
#content .content-element--columns h1, #content .content-element--columns h2, #content .content-element--columns h3, #content .content-element--columns h4 {
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (max-width: 767px) {
  #content .content-element--columns > [class*=span] .content-element {
    /*&:last-child {
        margin-bottom: 0 !important;
    }*/
  }
  #content .content-element--columns > [class*=span] .content-element--text, #content .content-element--columns > [class*=span] .content-element--text-image, #content .content-element--columns > [class*=span] .content-element--blockquote, #content .content-element--columns > [class*=span] .content-element--accordion, #content .content-element--columns > [class*=span] .content-element--tabs, #content .content-element--columns > [class*=span] .content-element--columns, #content .content-element--columns > [class*=span] .content-element--alert, #content .content-element--columns > [class*=span] .content-element--pdf {
    margin-bottom: 40px !important;
  }
  #content .content-element--columns > [class*=span]:last-child .content-element:last-child {
    margin-bottom: 0 !important;
  }
}
#content .content-element--pdf--wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 141.42857%;
}
@media (max-width: 767px) {
  #content .content-element--pdf--wrapper {
    padding-bottom: 125%;
  }
}
#content .content-element--pdf--wrapper object, #content .content-element--pdf--wrapper iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#content .content-element--pdf.ratio-landscape .content-element--pdf--wrapper {
  padding-bottom: 66.66666%;
}
#content .content-element--pdf.ratio-panorama .content-element--pdf--wrapper {
  padding-bottom: 56.25%;
}
#content .content-element--alert > .content-element--text-image .thumbnail {
  margin-bottom: 20px;
}
#content .content-element--alert > .content-element--text-image article {
  -ms-hyphens: auto;
      hyphens: auto;
}
#content #content-teaser {
  position: relative;
}
#content #content-teaser h2 {
  font-size: 24px;
  margin-bottom: 25px;
  margin-right: 70px;
  height: 30px;
  color: #00bad2;
  border-bottom: 1px solid #EEEEEE;
}
#content #content-teaser #content-teaser-nav {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
}
#content #content-teaser #content-teaser-nav a {
  display: block;
  margin-left: 1px;
  width: 30px;
  height: 30px;
  float: left;
  background-color: #00bad2 !important;
  cursor: pointer;
  text-indent: -999em;
}
#content #content-teaser #content-teaser-nav a.prev {
  background-color: #00ff00;
  content: "arrow-left-white";
  background-position: 12px -2142px;
}
#content #content-teaser #content-teaser-nav a.next {
  background-color: #00ff00;
  content: "arrow-right-white";
  background-position: 12px -2341px;
}
#content #content-teaser #content-teaser-nav a.more {
  text-indent: 0;
  width: auto;
  padding: 0 10px;
  color: #ffffff;
  line-height: 30px;
  text-decoration: none;
}
#content #content-teaser #content-teaser-nav a:hover {
  background-color: #008d9f !important;
}
#content #content-teaser #content-teaser-wrap {
  position: relative;
  overflow: hidden;
}
#content #content-teaser #content-teaser-wrap #content-teaser-inner {
  position: relative;
  overflow: hidden;
  width: 5000px;
}
#content #content-teaser #content-teaser-wrap #content-teaser-inner a {
  text-decoration: none;
}
#content #content-teaser #content-teaser-wrap #content-teaser-inner .teaser-item {
  float: left;
  position: relative;
  margin-right: 22px;
  width: 275px;
  text-decoration: none;
  color: #ffffff;
}
#content #content-teaser #content-teaser-wrap #content-teaser-inner .teaser-item .teaser-date {
  display: block;
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 105px;
  height: 24px;
  line-height: 24px;
  background-color: #00ff00;
  content: "content-teaser-bg-date";
  font-size: 12px;
  text-indent: 10px;
}
#content #content-teaser #content-teaser-wrap #content-teaser-inner .teaser-item .teaser-text {
  margin: 0;
  padding: 10px;
  height: 40px;
  background: #00bad2;
  line-height: 18px;
}
#content #content-teaser #content-teaser-wrap #content-teaser-inner .teaser-item:hover .teaser-text {
  background-color: #0095a8;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #content #content-teaser #content-teaser-wrap #content-teaser-inner .teaser-item {
    width: 219px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #content #content-teaser #content-teaser-wrap #content-teaser-inner .teaser-item {
    width: 227px;
  }
}
#content .teaser-subpage:after {
  display: table;
  clear: both;
  content: "";
}
#content .teaser-subpage .teaser-item {
  position: relative;
  margin: 0 -1px -1px 0;
  width: 33.3333%;
  border: 1px solid #dfdfdf;
  text-align: center;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
@media (max-width: 767px) {
  #content .teaser-subpage .teaser-item {
    width: 100%;
    margin-right: 0;
  }
}
#content .teaser-subpage .teaser-item:hover {
  background: #f0f2ef;
}
#content .teaser-subpage .teaser-item:hover i.fa {
  color: #00bad2;
}
#content .teaser-subpage .teaser-item h3 {
  margin-top: 20px;
  padding: 0 20px;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
#content .teaser-subpage .teaser-item a {
  text-decoration: none;
  color: #000000;
  display: block;
  position: relative;
  padding: 20px 20px 60px 20px;
  height: 100%;
}
#content .teaser-subpage .teaser-item a h3 {
  margin: 0 0 20px 0;
  padding: 0;
}
#content .teaser-subpage .teaser-item p {
  line-height: 1.5;
}
#content .teaser-subpage .teaser-item i.fa {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin-top: 20px;
  font-size: 25px;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
#content table.contenttable {
  border-radius: 0px;
  border: none;
  background: none;
}
#content table.contenttable .align-center td,
#content table.contenttable td.align-center {
  text-align: center;
}
#content table.contenttable .align-left td,
#content table.contenttable td.align-left {
  text-align: left;
}
#content table.contenttable .align-right td,
#content table.contenttable td.align-right {
  text-align: right;
}
#content table.contenttable tr {
  background: none transparent !important;
}
#content table.contenttable tr th {
  background: #00bad2;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 15px;
}
#content table.contenttable tr td {
  padding: 15px;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  background: none transparent !important;
}
#content .form-row {
  margin-bottom: 0;
}
#content .form-row label {
  margin: 0;
  padding-top: 5px;
}
#content textarea,
#content input[type=text],
#content input[type=password],
#content input[type=datetime],
#content input[type=datetime-local],
#content input[type=date],
#content input[type=month],
#content input[type=time],
#content input[type=week],
#content input[type=number],
#content input[type=email],
#content input[type=url],
#content input[type=search],
#content input[type=tel],
#content input[type=color] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#content .form-horizontal .control-group {
  margin-bottom: 5px;
}
#content .form-horizontal .control-group .errorMessage {
  color: red;
}
#content .form-horizontal .control-group .f3-form-error {
  border-color: red;
}
#content .form-horizontal .control-group .controls span.username {
  height: 30px;
  line-height: 30px;
  display: block;
  font-weight: bold;
}
#content .tx-powermail h3 {
  display: none;
}
#content .tx-powermail .powermail_fieldset {
  margin-bottom: 25px;
}
#content .tx-powermail .powermail_fieldset legend {
  display: none;
}
#content .tx-powermail .powermail_fieldset .powermail_fieldwrap {
  margin: 0 0 5px 0;
}
#content .tx-powermail .powermail_fieldset .powermail_fieldwrap .formError {
  margin-top: 5px !important;
}
#content .tx-powermail .powermail_fieldset .powermail_fieldwrap .controls {
  overflow: hidden;
}
#content .tx-powermail .powermail_fieldset .powermail_fieldwrap .controls label.image-item {
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 20px 20px 0;
  padding-left: 23px;
  background: #E8EDF1;
}
#content .tx-powermail .powermail_fieldset .powermail_fieldwrap .controls label.image-item .radio-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  height: 13px;
}
#content .tx-powermail .powermail_fieldset .powermail_fieldwrap .controls label.image-item .radio-wrap input[type=radio] {
  margin: 0 5px 0 5px;
  width: 13px;
  height: 13px;
}
#content .tx-powermail .powermail_fieldset .powermail_fieldwrap .controls label.image-item .image-wrap {
  float: left;
  width: 120px;
  height: 90px;
  line-height: 90px;
  text-align: center;
}
#content .tx-powermail .powermail_fieldset .powermail_fieldwrap .controls label.image-item ul {
  display: none;
}
#content .tx-powermail .powermail_fieldset .powermail_fieldwrap_vorhandenesbild > .controls, #content .tx-powermail .powermail_fieldset .powermail_fieldwrap_bild > .controls {
  margin-left: 0;
}
#content .tx-yag-pi1 .tx-yag-breadcrumbcomtainer {
  display: none;
}
#content .tx-yag-pi1 .tx-yag-item-thumb-outerframe {
  margin-bottom: 20px;
}
#content #webcams #webcams-info {
  margin-bottom: 10px;
}
#content #webcams .webcam-item {
  margin-bottom: 25px;
}
#content .tx-cnyoutubechannel-pi1 .video-list {
  margin-top: 20px;
}
#content .tx-cnyoutubechannel-pi1 .video-list .video-list-item {
  position: relative;
  margin-bottom: 25px;
  background: #E8EDF1;
}
#content .tx-cnyoutubechannel-pi1 .video-list .video-list-item .video-content {
  padding: 10px 10px 10px 0;
}
#content .tx-cnyoutubechannel-pi1 .video-list .video-list-item .video-content p {
  margin: 0;
  line-height: 16px;
}
#content .tx-cnyoutubechannel-pi1 .video-list .video-list-item .video-content a {
  position: absolute;
  display: block;
  padding: 0 15px;
  bottom: 0;
  left: 0;
  line-height: 30px;
  background: #00bad2;
  color: #ffffff;
  text-decoration: none;
}
#content .tx-cnyoutubechannel-pi1 .video-list .video-list-item .video-content a:hover {
  background: #0095a8;
}
#content .tx-cnyoutubechannel-pi2 .video-info {
  padding: 20px;
  background: #E8EDF1;
}
#content .tx-cn-bmi {
  position: relative;
}
#content .tx-cn-bmi .form-horizontal .control-group {
  margin-bottom: 5px;
}
#content .tx-cn-bmi .form-horizontal .controls input[type=text] {
  width: 81px;
}
#content .tx-cn-bmi .form-horizontal .controls input[type=submit] {
  width: 95px;
}
#content .tx-cn-bmi .form-horizontal .controls select {
  width: 95px;
}
#content .tx-cn-bmi .form-horizontal .controls *.f3-form-error {
  border-color: #ff0000;
}
#content .tx-cn-bmi .form-horizontal .controls span.add-info {
  color: #8d8d8d;
}
#content .tx-cn-bmi .loading-overlay {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}
#content .tx-cn-bmi .loading-overlay .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 31px;
  height: 31px;
  background: url('../../../fileadmin/templates/img/layout/ajax-loader.gif') no-repeat 0 0 transparent;
}
#content .tx-cn-bmi .info-bmi {
  font-size: 18px;
  font-weight: bold;
}
#content .page-navigation,
#content .f3-widget-paginator {
  overflow: hidden;
  margin-bottom: 20px;
}
#content .page-navigation p,
#content .f3-widget-paginator p {
  display: none;
}
#content .page-navigation ul, #content .page-navigation.f3-widget-paginator,
#content .f3-widget-paginator ul,
#content .f3-widget-paginator.f3-widget-paginator {
  list-style-type: none;
  margin: 0;
}
#content .page-navigation ul li, #content .page-navigation.f3-widget-paginator li,
#content .f3-widget-paginator ul li,
#content .f3-widget-paginator.f3-widget-paginator li {
  float: left;
  margin-right: 5px;
  background: #f4f4f4;
  border: 1px solid #d1d1d1;
  color: #bababa;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
}
#content .page-navigation ul li:before, #content .page-navigation.f3-widget-paginator li:before,
#content .f3-widget-paginator ul li:before,
#content .f3-widget-paginator.f3-widget-paginator li:before {
  display: none;
  content: "";
}
#content .page-navigation ul li a, #content .page-navigation.f3-widget-paginator li a,
#content .f3-widget-paginator ul li a,
#content .f3-widget-paginator.f3-widget-paginator li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #f0f2ef;
  text-decoration: none;
}
#content .page-navigation ul li.next, #content .page-navigation ul li.next a, #content .page-navigation ul li.previous, #content .page-navigation ul li.previous a, #content .page-navigation.f3-widget-paginator li.next, #content .page-navigation.f3-widget-paginator li.next a, #content .page-navigation.f3-widget-paginator li.previous, #content .page-navigation.f3-widget-paginator li.previous a,
#content .f3-widget-paginator ul li.next,
#content .f3-widget-paginator ul li.next a,
#content .f3-widget-paginator ul li.previous,
#content .f3-widget-paginator ul li.previous a,
#content .f3-widget-paginator.f3-widget-paginator li.next,
#content .f3-widget-paginator.f3-widget-paginator li.next a,
#content .f3-widget-paginator.f3-widget-paginator li.previous,
#content .f3-widget-paginator.f3-widget-paginator li.previous a {
  width: auto;
}
#content .page-navigation ul li.next a, #content .page-navigation ul li.previous a, #content .page-navigation.f3-widget-paginator li.next a, #content .page-navigation.f3-widget-paginator li.previous a,
#content .f3-widget-paginator ul li.next a,
#content .f3-widget-paginator ul li.previous a,
#content .f3-widget-paginator.f3-widget-paginator li.next a,
#content .f3-widget-paginator.f3-widget-paginator li.previous a {
  padding: 0 8px;
}
#content .page-navigation ul li:hover a, #content .page-navigation.f3-widget-paginator li:hover a,
#content .f3-widget-paginator ul li:hover a,
#content .f3-widget-paginator.f3-widget-paginator li:hover a {
  background: #00bad2;
  color: #ffffff;
}
#content .page-navigation.f3-widget-paginator,
#content .f3-widget-paginator.f3-widget-paginator {
  margin-bottom: 20px;
  clear: both;
}
#content .news .news-search-form select#year-select, #content .news .news-search-form select#month-select,
#content .tx-cn-schwarzach .news-search-form select#year-select,
#content .tx-cn-schwarzach .news-search-form select#month-select {
  width: 100px;
}
#content .news .page-navigation,
#content .news .f3-widget-paginator,
#content .tx-cn-schwarzach .page-navigation,
#content .tx-cn-schwarzach .f3-widget-paginator {
  overflow: hidden;
  margin-bottom: 20px;
}
#content .news .page-navigation p,
#content .news .f3-widget-paginator p,
#content .tx-cn-schwarzach .page-navigation p,
#content .tx-cn-schwarzach .f3-widget-paginator p {
  display: none;
}
#content .news .page-navigation ul, #content .news .page-navigation.f3-widget-paginator,
#content .news .f3-widget-paginator ul,
#content .news .f3-widget-paginator.f3-widget-paginator,
#content .tx-cn-schwarzach .page-navigation ul,
#content .tx-cn-schwarzach .page-navigation.f3-widget-paginator,
#content .tx-cn-schwarzach .f3-widget-paginator ul,
#content .tx-cn-schwarzach .f3-widget-paginator.f3-widget-paginator {
  list-style-type: none;
  margin: 0;
}
#content .news .page-navigation ul li, #content .news .page-navigation.f3-widget-paginator li,
#content .news .f3-widget-paginator ul li,
#content .news .f3-widget-paginator.f3-widget-paginator li,
#content .tx-cn-schwarzach .page-navigation ul li,
#content .tx-cn-schwarzach .page-navigation.f3-widget-paginator li,
#content .tx-cn-schwarzach .f3-widget-paginator ul li,
#content .tx-cn-schwarzach .f3-widget-paginator.f3-widget-paginator li {
  float: left;
  margin-right: 5px;
  background: #f4f4f4;
  border: 1px solid #d1d1d1;
  color: #bababa;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#content .news .page-navigation ul li a, #content .news .page-navigation.f3-widget-paginator li a,
#content .news .f3-widget-paginator ul li a,
#content .news .f3-widget-paginator.f3-widget-paginator li a,
#content .tx-cn-schwarzach .page-navigation ul li a,
#content .tx-cn-schwarzach .page-navigation.f3-widget-paginator li a,
#content .tx-cn-schwarzach .f3-widget-paginator ul li a,
#content .tx-cn-schwarzach .f3-widget-paginator.f3-widget-paginator li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #f0f2ef;
  text-decoration: none;
}
#content .news .page-navigation ul li.next, #content .news .page-navigation ul li.next a, #content .news .page-navigation ul li.previous, #content .news .page-navigation ul li.previous a, #content .news .page-navigation.f3-widget-paginator li.next, #content .news .page-navigation.f3-widget-paginator li.next a, #content .news .page-navigation.f3-widget-paginator li.previous, #content .news .page-navigation.f3-widget-paginator li.previous a,
#content .news .f3-widget-paginator ul li.next,
#content .news .f3-widget-paginator ul li.next a,
#content .news .f3-widget-paginator ul li.previous,
#content .news .f3-widget-paginator ul li.previous a,
#content .news .f3-widget-paginator.f3-widget-paginator li.next,
#content .news .f3-widget-paginator.f3-widget-paginator li.next a,
#content .news .f3-widget-paginator.f3-widget-paginator li.previous,
#content .news .f3-widget-paginator.f3-widget-paginator li.previous a,
#content .tx-cn-schwarzach .page-navigation ul li.next,
#content .tx-cn-schwarzach .page-navigation ul li.next a,
#content .tx-cn-schwarzach .page-navigation ul li.previous,
#content .tx-cn-schwarzach .page-navigation ul li.previous a,
#content .tx-cn-schwarzach .page-navigation.f3-widget-paginator li.next,
#content .tx-cn-schwarzach .page-navigation.f3-widget-paginator li.next a,
#content .tx-cn-schwarzach .page-navigation.f3-widget-paginator li.previous,
#content .tx-cn-schwarzach .page-navigation.f3-widget-paginator li.previous a,
#content .tx-cn-schwarzach .f3-widget-paginator ul li.next,
#content .tx-cn-schwarzach .f3-widget-paginator ul li.next a,
#content .tx-cn-schwarzach .f3-widget-paginator ul li.previous,
#content .tx-cn-schwarzach .f3-widget-paginator ul li.previous a,
#content .tx-cn-schwarzach .f3-widget-paginator.f3-widget-paginator li.next,
#content .tx-cn-schwarzach .f3-widget-paginator.f3-widget-paginator li.next a,
#content .tx-cn-schwarzach .f3-widget-paginator.f3-widget-paginator li.previous,
#content .tx-cn-schwarzach .f3-widget-paginator.f3-widget-paginator li.previous a {
  width: auto;
}
#content .news .page-navigation ul li.next a, #content .news .page-navigation ul li.previous a, #content .news .page-navigation.f3-widget-paginator li.next a, #content .news .page-navigation.f3-widget-paginator li.previous a,
#content .news .f3-widget-paginator ul li.next a,
#content .news .f3-widget-paginator ul li.previous a,
#content .news .f3-widget-paginator.f3-widget-paginator li.next a,
#content .news .f3-widget-paginator.f3-widget-paginator li.previous a,
#content .tx-cn-schwarzach .page-navigation ul li.next a,
#content .tx-cn-schwarzach .page-navigation ul li.previous a,
#content .tx-cn-schwarzach .page-navigation.f3-widget-paginator li.next a,
#content .tx-cn-schwarzach .page-navigation.f3-widget-paginator li.previous a,
#content .tx-cn-schwarzach .f3-widget-paginator ul li.next a,
#content .tx-cn-schwarzach .f3-widget-paginator ul li.previous a,
#content .tx-cn-schwarzach .f3-widget-paginator.f3-widget-paginator li.next a,
#content .tx-cn-schwarzach .f3-widget-paginator.f3-widget-paginator li.previous a {
  padding: 0 8px;
}
#content .news .page-navigation ul li:hover a, #content .news .page-navigation.f3-widget-paginator li:hover a,
#content .news .f3-widget-paginator ul li:hover a,
#content .news .f3-widget-paginator.f3-widget-paginator li:hover a,
#content .tx-cn-schwarzach .page-navigation ul li:hover a,
#content .tx-cn-schwarzach .page-navigation.f3-widget-paginator li:hover a,
#content .tx-cn-schwarzach .f3-widget-paginator ul li:hover a,
#content .tx-cn-schwarzach .f3-widget-paginator.f3-widget-paginator li:hover a {
  background: #00bad2;
  color: #ffffff;
}
#content .news .page-navigation.f3-widget-paginator,
#content .news .f3-widget-paginator.f3-widget-paginator,
#content .tx-cn-schwarzach .page-navigation.f3-widget-paginator,
#content .tx-cn-schwarzach .f3-widget-paginator.f3-widget-paginator {
  margin-bottom: 20px;
  clear: both;
}
#content .news .baby-nav,
#content .tx-cn-schwarzach .baby-nav {
  margin-top: 25px;
}
#content .news .baby-nav .f3-widget-paginator,
#content .tx-cn-schwarzach .baby-nav .f3-widget-paginator {
  margin-bottom: 0;
}
#content .news .baby-nav .f3-widget-paginator li.next, #content .news .baby-nav .f3-widget-paginator li.previous, #content .news .baby-nav .f3-widget-paginator li.next a, #content .news .baby-nav .f3-widget-paginator li.previous a,
#content .tx-cn-schwarzach .baby-nav .f3-widget-paginator li.next,
#content .tx-cn-schwarzach .baby-nav .f3-widget-paginator li.previous,
#content .tx-cn-schwarzach .baby-nav .f3-widget-paginator li.next a,
#content .tx-cn-schwarzach .baby-nav .f3-widget-paginator li.previous a {
  width: auto;
}
#content .news .baby-nav .f3-widget-paginator li.next a, #content .news .baby-nav .f3-widget-paginator li.previous a, #content .news .baby-nav .f3-widget-paginator li.next a a, #content .news .baby-nav .f3-widget-paginator li.previous a a,
#content .tx-cn-schwarzach .baby-nav .f3-widget-paginator li.next a,
#content .tx-cn-schwarzach .baby-nav .f3-widget-paginator li.previous a,
#content .tx-cn-schwarzach .baby-nav .f3-widget-paginator li.next a a,
#content .tx-cn-schwarzach .baby-nav .f3-widget-paginator li.previous a a {
  padding: 0 10px;
}
#content .news .news-list-view,
#content .news .employee-list,
#content .tx-cn-schwarzach .news-list-view,
#content .tx-cn-schwarzach .employee-list {
  overflow: hidden;
}
#content .news .news-list-view div.article,
#content .news .news-list-view article.employee,
#content .news .employee-list div.article,
#content .news .employee-list article.employee,
#content .tx-cn-schwarzach .news-list-view div.article,
#content .tx-cn-schwarzach .news-list-view article.employee,
#content .tx-cn-schwarzach .employee-list div.article,
#content .tx-cn-schwarzach .employee-list article.employee {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding: 15px;
  /*height: 156px;*/
  background: #f4f4f4;
  border: 1px solid #d1d1d1;
}
#content .news .news-list-view div.article .teaser-text .news-list-date,
#content .news .news-list-view article.employee .teaser-text .news-list-date,
#content .news .employee-list div.article .teaser-text .news-list-date,
#content .news .employee-list article.employee .teaser-text .news-list-date,
#content .tx-cn-schwarzach .news-list-view div.article .teaser-text .news-list-date,
#content .tx-cn-schwarzach .news-list-view article.employee .teaser-text .news-list-date,
#content .tx-cn-schwarzach .employee-list div.article .teaser-text .news-list-date,
#content .tx-cn-schwarzach .employee-list article.employee .teaser-text .news-list-date {
  position: absolute;
  padding: 3px 5px;
  bottom: 15px;
  left: 15px;
  background: rgba(0, 186, 210, 0.8);
  color: #ffffff;
}
#content .news .news-list-view div.article .teaser-text h3,
#content .news .news-list-view article.employee .teaser-text h3,
#content .news .employee-list div.article .teaser-text h3,
#content .news .employee-list article.employee .teaser-text h3,
#content .tx-cn-schwarzach .news-list-view div.article .teaser-text h3,
#content .tx-cn-schwarzach .news-list-view article.employee .teaser-text h3,
#content .tx-cn-schwarzach .employee-list div.article .teaser-text h3,
#content .tx-cn-schwarzach .employee-list article.employee .teaser-text h3 {
  white-space: nowrap;
}
#content .news .news-list-view div.article .tags,
#content .news .news-list-view article.employee .tags,
#content .news .employee-list div.article .tags,
#content .news .employee-list article.employee .tags,
#content .tx-cn-schwarzach .news-list-view div.article .tags,
#content .tx-cn-schwarzach .news-list-view article.employee .tags,
#content .tx-cn-schwarzach .employee-list div.article .tags,
#content .tx-cn-schwarzach .employee-list article.employee .tags {
  clear: both;
  font-size: 12px;
}
#content .news .news-list-view div.article.employee,
#content .news .news-list-view article.employee.employee,
#content .news .employee-list div.article.employee,
#content .news .employee-list article.employee.employee,
#content .tx-cn-schwarzach .news-list-view div.article.employee,
#content .tx-cn-schwarzach .news-list-view article.employee.employee,
#content .tx-cn-schwarzach .employee-list div.article.employee,
#content .tx-cn-schwarzach .employee-list article.employee.employee {
  /*height: 150px;*/
}
#content .news .news-list-view div.article.employee span,
#content .news .news-list-view article.employee.employee span,
#content .news .employee-list div.article.employee span,
#content .news .employee-list article.employee.employee span,
#content .tx-cn-schwarzach .news-list-view div.article.employee span,
#content .tx-cn-schwarzach .news-list-view article.employee.employee span,
#content .tx-cn-schwarzach .employee-list div.article.employee span,
#content .tx-cn-schwarzach .employee-list article.employee.employee span {
  display: inline-block;
  width: 50px;
  font-weight: bold;
}
#content .news .news-list-view div.article.first-in-row,
#content .news .news-list-view article.employee.first-in-row,
#content .news .employee-list div.article.first-in-row,
#content .news .employee-list article.employee.first-in-row,
#content .tx-cn-schwarzach .news-list-view div.article.first-in-row,
#content .tx-cn-schwarzach .news-list-view article.employee.first-in-row,
#content .tx-cn-schwarzach .employee-list div.article.first-in-row,
#content .tx-cn-schwarzach .employee-list article.employee.first-in-row {
  margin-left: 0;
  clear: both;
}
#content .news .news-list-view div.article.babyfoto,
#content .news .news-list-view article.employee.babyfoto,
#content .news .employee-list div.article.babyfoto,
#content .news .employee-list article.employee.babyfoto,
#content .tx-cn-schwarzach .news-list-view div.article.babyfoto,
#content .tx-cn-schwarzach .news-list-view article.employee.babyfoto,
#content .tx-cn-schwarzach .employee-list div.article.babyfoto,
#content .tx-cn-schwarzach .employee-list article.employee.babyfoto {
  height: auto;
}
#content .news .news-list-view div.article.babyfoto h3,
#content .news .news-list-view article.employee.babyfoto h3,
#content .news .employee-list div.article.babyfoto h3,
#content .news .employee-list article.employee.babyfoto h3,
#content .tx-cn-schwarzach .news-list-view div.article.babyfoto h3,
#content .tx-cn-schwarzach .news-list-view article.employee.babyfoto h3,
#content .tx-cn-schwarzach .employee-list div.article.babyfoto h3,
#content .tx-cn-schwarzach .employee-list article.employee.babyfoto h3 {
  margin: 15px 0 0 0;
  text-align: center;
  height: 18px;
}
#content .news .news-list-view div.article.babyfoto .teaser-text .news-list-date,
#content .news .news-list-view article.employee.babyfoto .teaser-text .news-list-date,
#content .news .employee-list div.article.babyfoto .teaser-text .news-list-date,
#content .news .employee-list article.employee.babyfoto .teaser-text .news-list-date,
#content .tx-cn-schwarzach .news-list-view div.article.babyfoto .teaser-text .news-list-date,
#content .tx-cn-schwarzach .news-list-view article.employee.babyfoto .teaser-text .news-list-date,
#content .tx-cn-schwarzach .employee-list div.article.babyfoto .teaser-text .news-list-date,
#content .tx-cn-schwarzach .employee-list article.employee.babyfoto .teaser-text .news-list-date {
  bottom: 48px;
}
#content .news .news-list-view div.article.babyfoto.first-in-row,
#content .news .news-list-view article.employee.babyfoto.first-in-row,
#content .news .employee-list div.article.babyfoto.first-in-row,
#content .news .employee-list article.employee.babyfoto.first-in-row,
#content .tx-cn-schwarzach .news-list-view div.article.babyfoto.first-in-row,
#content .tx-cn-schwarzach .news-list-view article.employee.babyfoto.first-in-row,
#content .tx-cn-schwarzach .employee-list div.article.babyfoto.first-in-row,
#content .tx-cn-schwarzach .employee-list article.employee.babyfoto.first-in-row {
  clear: both;
}
#content .news .news-list-view div.article.wide,
#content .news .news-list-view article.employee.wide,
#content .news .employee-list div.article.wide,
#content .news .employee-list article.employee.wide,
#content .tx-cn-schwarzach .news-list-view div.article.wide,
#content .tx-cn-schwarzach .news-list-view article.employee.wide,
#content .tx-cn-schwarzach .employee-list div.article.wide,
#content .tx-cn-schwarzach .employee-list article.employee.wide {
  height: auto;
  margin-left: 0;
}
#content .news .news-list-view div.article.wide .teaser-text .news-list-date,
#content .news .news-list-view article.employee.wide .teaser-text .news-list-date,
#content .news .employee-list div.article.wide .teaser-text .news-list-date,
#content .news .employee-list article.employee.wide .teaser-text .news-list-date,
#content .tx-cn-schwarzach .news-list-view div.article.wide .teaser-text .news-list-date,
#content .tx-cn-schwarzach .news-list-view article.employee.wide .teaser-text .news-list-date,
#content .tx-cn-schwarzach .employee-list div.article.wide .teaser-text .news-list-date,
#content .tx-cn-schwarzach .employee-list article.employee.wide .teaser-text .news-list-date {
  position: relative;
  float: left;
  margin-right: 15px;
  left: auto;
  bottom: auto;
}
#content .news .news-list-view div.article.wide .teaser-text .header,
#content .news .news-list-view article.employee.wide .teaser-text .header,
#content .news .employee-list div.article.wide .teaser-text .header,
#content .news .employee-list article.employee.wide .teaser-text .header,
#content .tx-cn-schwarzach .news-list-view div.article.wide .teaser-text .header,
#content .tx-cn-schwarzach .news-list-view article.employee.wide .teaser-text .header,
#content .tx-cn-schwarzach .employee-list div.article.wide .teaser-text .header,
#content .tx-cn-schwarzach .employee-list article.employee.wide .teaser-text .header {
  padding: 3px 0;
}
#content .news .news-list-view div.article.wide .teaser-text .header h3,
#content .news .news-list-view article.employee.wide .teaser-text .header h3,
#content .news .employee-list div.article.wide .teaser-text .header h3,
#content .news .employee-list article.employee.wide .teaser-text .header h3,
#content .tx-cn-schwarzach .news-list-view div.article.wide .teaser-text .header h3,
#content .tx-cn-schwarzach .news-list-view article.employee.wide .teaser-text .header h3,
#content .tx-cn-schwarzach .employee-list div.article.wide .teaser-text .header h3,
#content .tx-cn-schwarzach .employee-list article.employee.wide .teaser-text .header h3 {
  white-space: normal;
}
#content .news .news-list-view div.article.wide .teaser-text .bodytext,
#content .news .news-list-view article.employee.wide .teaser-text .bodytext,
#content .news .employee-list div.article.wide .teaser-text .bodytext,
#content .news .employee-list article.employee.wide .teaser-text .bodytext,
#content .tx-cn-schwarzach .news-list-view div.article.wide .teaser-text .bodytext,
#content .tx-cn-schwarzach .news-list-view article.employee.wide .teaser-text .bodytext,
#content .tx-cn-schwarzach .employee-list div.article.wide .teaser-text .bodytext,
#content .tx-cn-schwarzach .employee-list article.employee.wide .teaser-text .bodytext {
  clear: both;
}
#content .news .news-list-view div.article.wide .teaser-text p,
#content .news .news-list-view article.employee.wide .teaser-text p,
#content .news .employee-list div.article.wide .teaser-text p,
#content .news .employee-list article.employee.wide .teaser-text p,
#content .tx-cn-schwarzach .news-list-view div.article.wide .teaser-text p,
#content .tx-cn-schwarzach .news-list-view article.employee.wide .teaser-text p,
#content .tx-cn-schwarzach .employee-list div.article.wide .teaser-text p,
#content .tx-cn-schwarzach .employee-list article.employee.wide .teaser-text p {
  margin: 0;
}
#content .news .news-list-view.news-search-result,
#content .news .employee-list.news-search-result,
#content .tx-cn-schwarzach .news-list-view.news-search-result,
#content .tx-cn-schwarzach .employee-list.news-search-result {
  border-bottom: 5px solid #F4F4F4;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #content .news .news-list-view div.article .news-img-wrap,
  #content .tx-cn-schwarzach .news-list-view div.article .news-img-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #content .news .news-list-view div.article .teaser-text .news-list-date,
  #content .tx-cn-schwarzach .news-list-view div.article .teaser-text .news-list-date {
    bottom: auto;
    top: 15px;
  }
}
#content .news .news-list-view div.article .teaser-text h3,
#content .tx-cn-schwarzach .news-list-view div.article .teaser-text h3 {
  font-size: 20px;
}
@media (max-width: 1199px) {
  #content .news .news-list-view div.article .teaser-text h3,
  #content .tx-cn-schwarzach .news-list-view div.article .teaser-text h3 {
    white-space: normal;
  }
}
#content .news .news-list-view div.article .teaser-text p,
#content .tx-cn-schwarzach .news-list-view div.article .teaser-text p {
  font-size: 15px;
}
#content .news .employee-profile .employee-image .btn,
#content .tx-cn-schwarzach .employee-profile .employee-image .btn {
  margin-top: 5px;
}
#content .news .employee-profile .employee-info span,
#content .tx-cn-schwarzach .employee-profile .employee-info span {
  display: inline-block;
  width: 50px;
  font-weight: bold;
}
#content .news .employee-profile .btn,
#content .tx-cn-schwarzach .employee-profile .btn {
  text-decoration: none;
}
#content .news .employee-profile .entries,
#content .tx-cn-schwarzach .employee-profile .entries {
  margin-top: 15px;
}
#content .news .employee-profile .entries .entry,
#content .tx-cn-schwarzach .employee-profile .entries .entry {
  position: relative;
  margin-bottom: 5px;
  padding: 15px;
  background: #f4f4f4;
  border: 1px solid #d1d1d1;
}
#content .news .employee-profile .entries .entry a.delete,
#content .tx-cn-schwarzach .employee-profile .entries .entry a.delete {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 22px;
  height: 22px;
  text-indent: -999em;
  background: url('../../../fileadmin/templates/img/layout/delete.png') no-repeat 0 0 transparent;
}
#content .news .employee-profile .entries .entry .comment,
#content .tx-cn-schwarzach .employee-profile .entries .entry .comment {
  position: relative;
  margin-bottom: 5px;
  padding: 10px;
  background: #ffffff;
  font-size: 12px;
  line-height: 16px;
}
#content .news .employee-profile .entries .entry .add-comment,
#content .tx-cn-schwarzach .employee-profile .entries .entry .add-comment {
  display: none;
}
#content .news #employee-search-form input[type=text],
#content .tx-cn-schwarzach #employee-search-form input[type=text] {
  margin-bottom: 0;
}
#content .news.news-single .news-list-author,
#content .tx-cn-schwarzach.news-single .news-list-author {
  position: relative;
  top: -25px;
  color: #999999;
}
#content .news.news-single .news-content-image,
#content .tx-cn-schwarzach.news-single .news-content-image {
  margin: 0 20px 15px 0;
  float: left;
}
#content .news.news-single .news-backlink-wrap,
#content .tx-cn-schwarzach.news-single .news-backlink-wrap {
  margin-bottom: 15px;
}
#content .news.news-single .news-img-wrap,
#content .tx-cn-schwarzach.news-single .news-img-wrap {
  overflow: hidden;
  margin-top: 40px;
}
#content .news.news-single .news-img-wrap .mediaelement,
#content .tx-cn-schwarzach.news-single .news-img-wrap .mediaelement {
  position: relative;
  float: left;
  margin-bottom: 20px;
}
#content .news.news-single .news-img-wrap .mediaelement .news-img-caption,
#content .tx-cn-schwarzach.news-single .news-img-wrap .mediaelement .news-img-caption {
  position: absolute;
  margin: 0;
  padding: 0 10px;
  left: 0;
  bottom: 0;
  right: 0;
  color: #ffffff;
  background: rgba(5, 59, 104, 0.5);
  text-align: center;
}
#content .news.news-single .news-img-wrap .mediaelement img,
#content .tx-cn-schwarzach.news-single .news-img-wrap .mediaelement img {
  max-width: none;
}
#content .news.news-single .news-related-wrap,
#content .tx-cn-schwarzach.news-single .news-related-wrap {
  margin-top: 40px;
}
#content .tx-cn-schwarzach .department .department-team-image {
  margin-bottom: 20px;
}
#content .tx-cn-schwarzach .department .department-management {
  margin-bottom: 30px;
  border: 1px solid #dddddd;
  padding: 17px;
}
#content .tx-cn-schwarzach .department .department-management-image {
  margin-bottom: 17px;
}
#content .tx-cn-schwarzach .department .department-management-image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
#content .tx-cn-schwarzach .department .department-management .department-management-info {
  font-size: 0.9em;
}
#content .tx-cn-schwarzach .department .department-management .department-management-info strong {
  font-weight: normal;
}
#content .tx-cn-schwarzach .department .department-management .department-management-info span {
  /*display: inline-block;
  width: 50px;
  font-weight: bold;*/
}
#content .tx-cn-schwarzach .department .department-management .department-management-info span.employee-positions {
  display: block;
  font-weight: normal;
}
#content .tx-cn-schwarzach .department .department-team {
  margin-bottom: 25px;
}
#content .tx-cn-schwarzach .department .department-team ul {
  margin: 0;
  overflow: hidden;
  list-style-type: none;
}
#content .tx-cn-schwarzach .department .department-team ul.row-flex + h3 {
  margin-top: 10px;
}
#content .tx-cn-schwarzach .department .department-team ul li {
  overflow: hidden;
  padding-left: 0;
}
#content .tx-cn-schwarzach .department .department-team ul li:before {
  display: none;
  content: "";
}
#content .tx-cn-schwarzach .department .department-team ul li.no-details {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #0095a8;
}
#content .tx-cn-schwarzach .department .department-team ul li.details {
  margin-bottom: 25px;
  border: 1px solid #dddddd;
  padding: 17px;
}
#content .tx-cn-schwarzach .department .department-team ul li.details:only-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #content .tx-cn-schwarzach .department .department-team ul li.details {
    width: 220px !important;
  }
}
#content .tx-cn-schwarzach .department .department-team ul li.details .person-image {
  margin-bottom: 17px;
}
#content .tx-cn-schwarzach .department .department-team ul li.details .person-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
#content .tx-cn-schwarzach .department .department-team ul li.details .person-details {
  font-size: 0.9em;
}
#content .tx-cn-schwarzach .department .department-team ul li.details .person-details span {
  width: auto;
  font-weight: normal;
}
#content .tx-cn-schwarzach .department .department-team ul li.details .person-details--name strong {
  font-weight: normal;
}
#content .tx-cn-schwarzach .department .department-team ul li.details .person-details--name + div {
  margin-top: 10px;
}
#content .tx-cn-schwarzach .department .department-team ul li.details .person-details--email span {
  display: none;
}
#content .tx-cn-schwarzach .department .department-team ul li.details .person-details--email-label {
  display: none;
}
#content .tx-cn-schwarzach .department .department-team ul li.details.department-management .person-details--name strong, #content .tx-cn-schwarzach .department .department-team ul li.details.department-management .person-details--name b {
  font-weight: 700;
}
#content .tx-cn-schwarzach .department .department-team ul li span {
  display: inline-block;
  width: 50px;
  font-weight: bold;
}
#content .tx-cn-schwarzach .department.custom {
  margin-bottom: 25px;
}
#content .content-element--columns .tx-cn-schwarzach .department-team-image {
  display: none;
}
#content .content-element--columns .tx-cn-schwarzach .department .details {
  width: 100%;
}
#content .content-element--columns .tx-cn-schwarzach .department .department-team ul li.details:last-child {
  margin-bottom: 0;
}
#content .tx-cn-urlaubskalender {
  position: relative;
}
#content .tx-cn-urlaubskalender #month-nav {
  position: relative;
  margin-top: 30px;
}
#content .tx-cn-urlaubskalender #month-nav a.nav {
  display: block;
  position: absolute;
  top: 0;
}
#content .tx-cn-urlaubskalender #month-nav a.nav.prev {
  left: 0;
}
#content .tx-cn-urlaubskalender #month-nav a.nav.next {
  right: 0;
}
#content .tx-cn-urlaubskalender #month-nav h3 {
  text-align: center;
}
#content .tx-cn-urlaubskalender div.day-span1, #content .tx-cn-urlaubskalender div.day-span2, #content .tx-cn-urlaubskalender div.day-span3, #content .tx-cn-urlaubskalender div.day-span4, #content .tx-cn-urlaubskalender div.day-span5, #content .tx-cn-urlaubskalender div.day-span6, #content .tx-cn-urlaubskalender div.day-span7 {
  float: left;
  min-height: 1px;
  margin: 0;
}
#content .tx-cn-urlaubskalender div.day-span1 {
  width: 14.2857%;
}
#content .tx-cn-urlaubskalender div.day-span2 {
  width: 28.5714%;
}
#content .tx-cn-urlaubskalender div.day-span3 {
  width: 42.8571%;
}
#content .tx-cn-urlaubskalender div.day-span4 {
  width: 57.1427%;
}
#content .tx-cn-urlaubskalender div.day-span5 {
  width: 71.4285%;
}
#content .tx-cn-urlaubskalender div.day-span6 {
  width: 85.7142%;
}
#content .tx-cn-urlaubskalender div.day-span7 {
  width: 99.9999%;
}
#content .tx-cn-urlaubskalender div.days-header {
  background: #0095a8;
  color: #ffffff;
  font-weight: bold;
  line-height: 50px;
  text-indent: 15px;
  overflow: hidden;
}
#content .tx-cn-urlaubskalender div.days {
  border-bottom: 1px solid #d1d1d1;
}
#content .tx-cn-urlaubskalender div.days div.week {
  overflow: hidden;
  border: 1px solid #d1d1d1;
  border-bottom: none;
}
#content .tx-cn-urlaubskalender div.days div.week .day {
  height: 38px;
  line-height: 38px;
  color: #0095a8;
  font-weight: bold;
  text-indent: 14px;
  background: #ffffff; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$white", endColorstr="#e6e6e6",GradientType=0 ); /* IE6-9 */
}
#content .tx-cn-urlaubskalender div.days div.week div.holidays-container {
  clear: both;
  border-top: 1px solid #d1d1d1;
  background: #f4f4f4;
}
#content .tx-cn-urlaubskalender div.days div.week div.holidays-container .week-spacer {
  overflow: hidden;
  height: 10px;
}
#content .tx-cn-urlaubskalender div.days div.week div.holidays-container .week-spacer .day-span1 {
  border-right: 1px solid #d1d1d1;
  height: 10px;
}
#content .tx-cn-urlaubskalender div.days div.week div.holidays-container .week-spacer .day-span1.last {
  border-right: none;
}
#content .tx-cn-urlaubskalender div.days div.week div.holidays-container .holiday {
  overflow: hidden;
}
#content .tx-cn-urlaubskalender div.days div.week div.holidays-container .holiday div {
  height: 31px;
  line-height: 30px;
  text-indent: 10px;
  position: relative;
}
#content .tx-cn-urlaubskalender div.days div.week div.holidays-container .holiday div.day-span1 {
  border-right: 1px solid #d1d1d1;
}
#content .tx-cn-urlaubskalender div.days div.week div.holidays-container .holiday div.day-span1.last {
  border-right: none;
}
#content .tx-cn-urlaubskalender div.days div.week div.holidays-container .holiday div span {
  display: block;
  margin-bottom: 1px;
  height: 30px;
  cursor: pointer;
}
#content .tx-cn-urlaubskalender div.days div.week div.holidays-container .holiday div span.deleted-person {
  opacity: 0.3;
}
#content .tx-cn-urlaubskalender div.days div.week div.holidays-container .holiday div a.delete-holiday {
  display: none;
  position: absolute;
  margin: -9px 0 0 0;
  top: 50%;
  right: 8px;
  width: 18px;
  height: 18px;
  background: url('../../../fileadmin/templates/img/layout/delete-btn.png') no-repeat 0 0 transparent;
  text-indent: -999em;
}
#content .tx-cn-urlaubskalender div.days div.week div.holidays-container .holiday div:hover a.delete-holiday {
  display: block;
}
#content .tx-cn-urlaubskalender .legend {
  margin-top: 30px;
}
#content .tx-cn-urlaubskalender .legend div {
  line-height: 30px;
  margin-bottom: 1px;
  overflow: hidden;
}
#content .tx-cn-urlaubskalender .legend div span {
  float: left;
  display: block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
#content .tx-cn-urlaubskalender .holiday-info {
  position: absolute;
  display: none;
  padding: 20px 20px 5px 20px;
  top: 0;
  left: 0;
  width: 250px;
  background: #ffffff;
}
#content .tx-cn-urlaubskalender .holiday-info a.close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 17px;
  height: 17px;
  background: url('../../../fileadmin/templates/img/layout/close-btn.png') no-repeat 0 0 transparent;
  text-indent: -999em;
  cursor: pointer;
}
#content .tx-cn-urlaubskalender #new-holiday-window {
  position: absolute;
  display: none;
  padding: 20px 20px 5px 20px;
  top: 0;
  left: 0;
  width: 600px;
  min-height: 400px;
  background: #ffffff;
}
#content .tx-cn-urlaubskalender #new-holiday-window a.close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 17px;
  height: 17px;
  background: url('../../../fileadmin/templates/img/layout/close-btn.png') no-repeat 0 0 transparent;
  text-indent: -999em;
  cursor: pointer;
}
#content .tx-cn-urlaubskalender #new-holiday-window .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 31px;
  height: 31px;
  background: url('../../../fileadmin/templates/img/layout/ajax-loader.gif') no-repeat 0 0 transparent;
}
#content .tx-cn-urlaubskalender #new-holiday-window .typo3-messages .typo3-message.message-error {
  display: none;
}
#content .tx-cn-urlaubskalender #new-holiday-window textarea {
  height: 100px;
  width: 300px;
}
#content .tx-cn-urlaubskalender .dpmt-1 span {
  background-color: #fd9d9d;
}
#content .tx-cn-urlaubskalender .dpmt-2 span {
  background-color: #fdbde1;
}
#content .tx-cn-urlaubskalender .dpmt-3 span {
  background-color: #d0a5fd;
}
#content .tx-cn-urlaubskalender .dpmt-4 span {
  background-color: #a5b3fd;
}
#content .tx-cn-urlaubskalender .dpmt-5 span {
  background-color: #a5cefd;
}
#content .tx-cn-urlaubskalender .dpmt-6 span {
  background-color: #a5e9fd;
}
#content .tx-cn-urlaubskalender .dpmt-7 span {
  background-color: #a5fde5;
}
#content .tx-cn-urlaubskalender .dpmt-8 span {
  background-color: #88f98d;
}
#content .tx-cn-urlaubskalender .dpmt-9 span {
  background-color: #c3fcb5;
}
#content .tx-cn-urlaubskalender .dpmt-10 span {
  background-color: #e7fda5;
}
#content .tx-cn-urlaubskalender .dpmt-11 span {
  background-color: #fdfca5;
}
#content .tx-cn-urlaubskalender .dpmt-12 span {
  background-color: #fccc97;
}
#content .tx-cn-urlaubskalender .dpmt-13 span {
  background-color: #fde1db;
}
#content .content-element.panorama {
  overflow: hidden;
}
#content .content-element.panorama .panorama-container {
  width: 100%;
  height: 480px;
  overflow: hidden;
  cursor: move;
}
#content .content-element.panorama .caption {
  text-align: center;
}
#content .tx-kequestionnaire-pi1 {
  /*From Content.css*/
  /**
      * Fragebogen-Modul
      */
}
#content .tx-kequestionnaire-pi1 legend {
  margin: 0;
  border: none;
}
#content .tx-kequestionnaire-pi1 label {
  display: inline;
}
#content .tx-kequestionnaire-pi1 .keq_unit {
  background-color: #EEEEEE;
  width: 508px;
  margin-bottom: 25px;
}
#content .tx-kequestionnaire-pi1 .keq_blindunit p.bodytext {
  color: #ffffff;
}
#content .tx-kequestionnaire-pi1 .keq_question_blind p.bodytext {
  color: #000000;
}
#content .tx-kequestionnaire-pi1 .keq_question {
  display: block;
  width: 500px;
  padding: 3px;
  background: #DADADA;
  border: 1px solid black;
  margin-bottom: 15px;
  font-size: 16px;
}
#content .tx-kequestionnaire-pi1 .keq_question p {
  margin: 0;
  color: #000000;
}
#content .tx-kequestionnaire-pi1 .even, #content .tx-kequestionnaire-pi1 .odd {
  line-height: 1.5em;
  padding: 3px;
}
#content .tx-kequestionnaire-pi1 .title_line {
  background-color: #DADADA;
  line-height: 1.5em;
  padding: 3px;
  border: 1px solid black;
}
#content .tx-kequestionnaire-pi1 .keq_error {
  color: red;
}
#content .tx-kequestionnaire-pi1 .keq_pagecounter_barbox {
  width: 300px;
  height: 20px;
  border: 1px solid black;
  margin-bottom: 6px;
  position: relative;
}
#content .tx-kequestionnaire-pi1 .keq_pagecounter_bar {
  background: #dadada;
  height: 100%;
  z-index: 1;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}
#content .tx-kequestionnaire-pi1 .keq_pagecounter {
  position: absolute;
  z-index: 5;
  left: 45%;
  margin-top: 2px;
}
#content .tx-kequestionnaire-pi1 .keq_inp_large {
  width: 300px;
}
#content .tx-kequestionnaire-pi1 .keq_inp_textarea {
  width: 300px;
}
#content .tx-kequestionnaire-pi1 .keq_question_blind {
  width: 500px;
}
#content .tx-kequestionnaire-pi1 .keq_selection p {
  display: inline;
  margin: 0;
}
#content .tx-kequestionnaire-pi1 .keq_selection select {
  width: 300px;
}
#content .tx-kequestionnaire-pi1 .keq_selection .checkbox_label {
  padding-top: 1px;
  margin-left: 30px;
}
#content .tx-kequestionnaire-pi1 .keq_selection .clearer {
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
}
#content .tx-kequestionnaire-pi1 .keq_selection input {
  margin: 2px;
}
#content .tx-kequestionnaire-pi1 .keq_selection .checkbox {
  width: 20px;
  float: left;
  margin-top: 4px;
}
#content .tx-kequestionnaire-pi1 .keq_selection thead {
  color: black;
}
#content .tx-kequestionnaire-pi1 .keq_selection thead th {
  background-color: #404040;
}
#content .tx-kequestionnaire-pi1 .keq_selection textarea.keq_inp_large {
  width: 360px;
  height: 80px;
}
#content .tx-kequestionnaire-pi1 .keq_demographic label {
  width: 150px;
  display: block;
  float: left;
}
#content .tx-kequestionnaire-pi1 .keq_matrix_input, #content .tx-kequestionnaire-pi1 .keq_matrix_radio, #content .tx-kequestionnaire-pi1 .keq_matrix_checkbox, #content .tx-kequestionnaire-pi1 .keq_matrix_th {
  text-align: center;
}
#content .tx-kequestionnaire-pi1 .keq_navigation {
  margin-top: 20px;
}
#content .tx-kequestionnaire-pi1 .keq_navigation a {
  text-decoration: none;
}
#content .tx-kequestionnaire-pi1 a.keq_tooltip,
#content .tx-kequestionnaire-pi1 a.keq_tooltip:link,
#content .tx-kequestionnaire-pi1 a.keq_tooltip:visited,
#content .tx-kequestionnaire-pi1 a.keq_tooltip:active {
  position: relative;
  text-decoration: none;
  font-style: bold;
  border-bottom: 0px dotted #4dbcf3;
}
#content .tx-kequestionnaire-pi1 a.keq_tooltip:hover {
  background: transparent;
  z-index: 100;
}
#content .tx-kequestionnaire-pi1 a.keq_tooltip span.keq_tip {
  display: none;
  text-decoration: none;
}
#content .tx-kequestionnaire-pi1 a.keq_tooltip:hover span.keq_tip {
  display: block;
  position: absolute;
  top: 5px;
  left: 20px;
  width: 200px;
  z-index: 100;
  padding: 2px 10px 2px 10px;
  border: 1px dashed #666666;
  background: #dddddd;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  text-align: left;
}
#content .tx-kequestionnaire-pi1 .keq_selection p {
  margin: 0;
}
#content .tx-kequestionnaire-pi1 input.keq_radio_rte {
  display: inline;
}
#content .tx-kequestionnaire-pi1 input.keq_checkbox_rte {
  display: inline;
}
#content .tx-kequestionnaire-pi1 .keq_ematrix_spacer {
  width: 0px;
  border-left: 1px solid black;
  padding: 0;
}
#content .tx-kequestionnaire-pi1 .keq_q_part_text {
  color: #005500;
}
#content .tx-kequestionnaire-pi1 .keq_q_no_part_text {
  color: #550000;
}
#content .tx-kequestionnaire-pi1 .keq_timer .timer_clock {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../../../fileadmin/templates/typo3conf/ext/ke_questionnaire/res/images/keq_watchtime.jpg') no-repeat scroll 0 0;
  color: #278E1C;
  float: right;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  height: 84px;
  line-height: 110px;
  overflow: hidden;
  text-align: center;
  width: 62px;
}
#content .tx-kequestionnaire-pi1 .keq_timer #mins {
  margin-left: 15px;
  float: left;
}
#content .tx-kequestionnaire-pi1 .keq_timer #parter {
  float: left;
}
#content .tx-kequestionnaire-pi1 .keq_timer #secs {
  float: left;
}
#content .tx-kequestionnaire-pi1 .keq_timer .clearer {
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
}
#content .tx-kequestionnaire-pi1 .keq_unit {
  background-color: #EEEEEE;
  padding: 0 3px 3px;
  width: 700px;
}
#content .tx-kequestionnaire-pi1 .keq_question {
  padding: 3px;
  background: #DADADA;
  border: 1px solid black;
  margin-bottom: 15px;
  width: 691px;
}
#content .tx-kequestionnaire-pi1 .keq_inp_large {
  width: 98%;
}
#content .tx-kequestionnaire-pi1 .keq_inp_textarea {
  width: 98%;
}
#content .tx-kequestionnaire-pi1 .keq_question_blind {
  width: 500px;
}
#content .tx-kequestionnaire-pi1 .keq_selection select {
  width: 300px;
}
#content .tx-kequestionnaire-pi1 .keq_selection thead {
  color: black;
}
#content .tx-kequestionnaire-pi1 .keq_selection thead th {
  background-color: #404040;
}
#content .tx-kequestionnaire-pi1 .keq_demographic label {
  width: 150px;
  display: block;
  float: left;
}
#content .tx-kequestionnaire-pi1 .keq_navigation {
  margin-top: 20px;
}
#content .tx-kequestionnaire-pi1 .keq_navigation a {
  text-decoration: none;
}
#content .tx-kequestionnaire-pi1 .keq_pagecounter {
  padding: 0 14px;
  margin-bottom: 6px;
  text-align: right;
}
#content .tx-kequestionnaire-pi1 .keq_selection .keq_inp_large {
  width: 600px;
}
#content .tx-kequestionnaire-pi1 .keq_input input {
  width: 600px;
}
#content .tx-kequestionnaire-pi1 .keq_input input#keq_66,
#content .tx-kequestionnaire-pi1 .keq_input input#keq_68 {
  width: 30px;
}
#content .tx-kequestionnaire-pi1 .keq_unit {
  background: transparent;
  margin-bottom: 50px;
  padding: 0;
  width: auto;
}
#content .tx-kequestionnaire-pi1 .keq_question {
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  background: white;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  padding: 0;
  width: auto;
  color: #00bad2;
}
#content .tx-kequestionnaire-pi1 tr.title_line td {
  background: #F2F2F2;
  font-style: italic;
}
#content .tx-kequestionnaire-pi1 .keq_blindunit .keq_question {
  background: #0098A1;
  color: #ffffff;
}
#content .tx-kequestionnaire-pi1 .tx-kequestionnaire-pi1 .odd {
  background-color: transparent;
  line-height: 1.5em;
  padding: 3px;
}
#content .tx-kequestionnaire-pi1 .tx-kequestionnaire-pi1 .title_line {
  background-color: #d9d9d9;
  line-height: 1.5em;
  padding: 3px;
  border: 0;
}
#content .tx-kequestionnaire-pi1 .keq_navigation {
  margin: 20px auto 0 auto;
  padding: 0 0 10px 0;
  width: 425px;
}
#content .tx-kequestionnaire-pi1 .keq_navigation a {
  text-decoration: none;
}
#content .tx-kequestionnaire-pi1 .keq_cleaner {
  clear: both;
  line-height: 1px;
  font-size: 1px;
  height: 1px;
  overflow: hidden;
}
#content .tx-kequestionnaire-pi1 .keq_selection table {
  border: 0;
  margin: 0;
  width: 100%;
}
#content .tx-kequestionnaire-pi1 .keq_selection thead th {
  background: #d9d9d9;
  border: 0;
  font-weight: normal;
  font-style: italic;
  color: #333;
}
#content .tx-kequestionnaire-pi1 .keq_selection .semantic_td {
  text-align: center;
}
#content .tx-kequestionnaire-pi1 .keq_selection, #content .tx-kequestionnaire-pi1 .keq_input {
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
}
#content .tx-kequestionnaire-pi1 .keq_selection tbody td {
  border-bottom: 1px solid #d9d9d9;
}
#content .tx-kequestionnaire-pi1 .keq_input {
  padding: 0.45em;
}
#content .tx-kequestionnaire-pi1 .keq_question_blind {
  width: auto;
  padding: 0.45em;
}
#content .tx-kequestionnaire-pi1 .keq_other {
  padding: 0.45em;
}
#content .tx-kequestionnaire-pi1 .keq_img_left,
#content .tx-kequestionnaire-pi1 .keq_img_right {
  max-width: 30%;
}
#content .tx-kequestionnaire-pi1 .keq_img_left {
  float: left;
  margin-right: 3%;
}
#content .tx-kequestionnaire-pi1 .keq_img_right {
  float: right;
  margin-left: 3%;
}
#content .tx-kequestionnaire-pi1 .keq_img_left img,
#content .tx-kequestionnaire-pi1 .keq_img_right img {
  width: 100%;
}
#content .tx-kequestionnaire-pi1 .keq_input_error {
  display: block;
}
#content .tx-kequestionnaire-pi1 .keq_matrix_th img {
  width: 50px;
  height: 50px;
}
#content .tx-kequestionnaire-pi1 .keq_matrix_th .keq_img_th_left {
  margin-right: 5px;
}
#content .tx-kequestionnaire-pi1 .keq_matrix_th .keq_img_th_right {
  margin-left: 5px;
}
#content .tx-kequestionnaire-pi1 .keq_matrix_table img {
  width: 50px;
  height: 50px;
}
#content .tx-kequestionnaire-pi1 .keq_matrix_table .keq_img_td_left {
  margin-right: 5px;
}
#content .tx-kequestionnaire-pi1 .keq_matrix_table .keq_img_td_right {
  margin-left: 5px;
}
#content .tx-kequestionnaire-pi1 div.keq_tooltip {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 0px dotted #4dbcf3;
  display: inline;
}
#content .tx-kequestionnaire-pi1 div.keq_tooltip:hover {
  background: transparent;
  z-index: 100;
}
#content .tx-kequestionnaire-pi1 div.keq_tooltip div.keq_tip {
  display: none;
  text-decoration: none;
}
#content .tx-kequestionnaire-pi1 div.keq_tooltip:hover div.keq_tip {
  display: block;
  position: absolute;
  top: 5px;
  left: 20px;
  width: 200px;
  z-index: 100;
  padding: 2px 10px 2px 10px;
  border: 1px dashed #666666;
  background: #dddddd;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  text-align: left;
}
#content .tx-kequestionnaire-pi1 table.keq_matrix_table .keq_matrix_th img {
  width: 50px;
  height: 50px;
}
#content .tx-kequestionnaire-pi1 table.keq_matrix_table .keq_matrix_td img {
  width: 50px;
  height: 50px;
}
#content .tx-kequestionnaire-pi1 .keq_img_opt_right img {
  width: 50px;
  height: 50px;
  margin-left: 3px;
}
#content .tx-kequestionnaire-pi1 .keq_img_opt_left img {
  width: 50px;
  height: 50px;
  margin-right: 3px;
}
#content .tx-kequestionnaire-pi1 .keq-placeholder,
#content .tx-kequestionnaire-pi1 .keq-moveable {
  background-color: #efeb8a;
  border: 2px solid #eae327;
  display: inline-block;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  margin: 0 5px 8px;
  padding: 0 10px;
  text-align: center;
  width: 180px;
}
#content .tx-kequestionnaire-pi1 div.highlight_area {
  background: transparent url('../../../fileadmin/templates/typo3conf/ext/ke_questionnaire/res/images/transparent33.png');
}
#content .tx-kequestionnaire-pi1 div.keq-ddarea-placeholder {
  position: absolute;
}
#content .tx-kequestionnaire-pi1 div.keq-moveable {
  background-color: #bfbfbf;
  border: 2px solid #6d6d6d;
}
#content .tx-kequestionnaire-pi1 .keq-possible {
  background-color: #f8dc91;
}
#content .tx-kequestionnaire-pi1 span.keq-hover {
  background-color: #8ce880;
  border: 2px solid #3cd228;
}
#content .tx-kequestionnaire-pi1 div.keq-hover {
  background-color: #8ce880;
}
#content .tx-kequestionnaire-pi1 div.keq-ddarea-checkbox {
  background-color: #DDDDDD;
  border: 1px solid #C0C0C0;
  float: left;
  height: 20px;
  margin: 10px 10px 10px 0;
  width: 20px;
}
#content .tx-kequestionnaire-pi1 div.keq-ddarea-moveable {
  display: block;
  float: left;
}
#content .tx-kequestionnaire-pi1 div.keq_ddpics_pics ul {
  list-style: none;
  list-style-position: inside;
  min-height: 100px;
  padding: 10px;
  margin: 0px;
  position: relative;
}
#content .tx-kequestionnaire-pi1 div.keq_ddpics_pics ul li {
  z-index: 20;
  display: block;
  float: left;
  margin-left: 2px;
  border: 1px solid #0098A1;
}
#content .tx-kequestionnaire-pi1 div.keq_ddpics_ddarea ul {
  list-style: none;
  list-style-position: inside;
}
#content .tx-kequestionnaire-pi1 div.keq_ddpics_ddarea ul li {
  z-index: 20;
  display: block;
  float: left;
  border: 1px solid #0098A1;
}
#content .tx-kequestionnaire-pi1 div.keq_ddpics_ddarea .keq-ddarea-placeholder ul {
  margin-left: 0px;
  margin-top: 5px;
  position: relative;
}
#content .tx-kequestionnaire-pi1 div.keq_ddpics_ddarea .keq-ddarea-placeholder ul li {
  float: left;
  height: 40px;
  margin-bottom: 5px;
  margin-left: 5px;
}
#content .tx-kequestionnaire-pi1 div.clearer {
  clear: left;
}
#content .tx-kequestionnaire-pi1 div.clearer_all {
  clear: both;
}
#content .tx-kequestionnaire-pi1 div.pagemap {
  float: right;
  display: block;
  padding: 5px;
  background: #ffffff;
}
#content .tx-kequestionnaire-pi1 div.pagemap_item.active {
  font-weight: bold;
}
#content .tx-cn-noticeboard a.btn {
  text-decoration: none;
}
#content .tx-cn-noticeboard .add-post {
  margin-bottom: 20px;
}
#content .tx-cn-noticeboard article.post {
  overflow: hidden;
  margin-bottom: 5px;
  background: #f4f4f4;
  border: 1px solid #d1d1d1;
}
#content .tx-cn-noticeboard article.post .post-header {
  padding: 5px 10px;
  cursor: pointer;
}
#content .tx-cn-noticeboard article.post .post-content {
  display: none;
  padding: 5px 10px;
}
#content .tx-cn-noticeboard article.post .post-content h4 {
  margin: 10px 0;
}
#content .tx-cn-noticeboard article.post .post-content .post-comments {
  padding: 10px 0 5px 0;
  border-top: 1px solid #d1d1d1;
}
#content .tx-cn-noticeboard article.post .post-content .post-comments a.toggle-comments {
  cursor: pointer;
}
#content .tx-cn-noticeboard article.post .post-content .post-comments a.toggle-comments.hide {
  display: none;
}
#content .tx-cn-noticeboard article.post .post-content .post-comments .comment-form {
  display: none;
}
#content .tx-cn-noticeboard article.post .post-content .post-comments .post-comment-list {
  display: none;
  overflow: hidden;
  margin-top: 10px;
}
#content .tx-cn-noticeboard article.post .post-content .post-comments .post-comment-list .post-comment {
  margin-bottom: 5px;
  padding: 5px;
  background: #ffffff;
}
#content #boards {
  clear: both;
  margin-left: 0;
}
#content #boards h3 {
  margin-bottom: 10px;
}
#content #boards #black-board {
  padding: 15px;
  height: 206px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px #e5e5e5;
          box-shadow: 0 0 2px #e5e5e5;
}
#content #boards #black-board .board-items .board-item {
  height: 29px;
  line-height: 30px;
  border-bottom: 1px dotted #d1d1d1;
  font-size: 12px;
  overflow: hidden;
}
#content #boards #black-board .board-items .board-item div, #content #boards #black-board .board-items .board-item div a {
  white-space: nowrap;
  overflow: hidden;
}
#content #boards #black-board .board-items .board-item a {
  color: #000000;
  text-decoration: none;
}
#content #boards #black-board .board-items .board-item a:hover {
  text-decoration: underline;
}
#content #boards #black-board .board-items .board-item .title a {
  padding-left: 28px;
  background-color: #00ff00;
  content: "bullet-light-blue";
  background-position: 10px -2675px;
}
#content #boards #black-board .board-items .board-item .category a {
  padding-left: 8px;
}
#content #boards #black-board .board-items .board-item .comments a {
  padding-left: 23px;
  text-decoration: none;
  color: #636363;
  background: url('../../../fileadmin/templates/img/layout/icon-comments.png') no-repeat 0 1px transparent;
}
#content #boards #black-board .board-items .board-item .comments a:hover {
  color: #000000;
}
#content .tx-cn-coupon {
  /*** anderes Sprite zuweisen ***/
}
#content .tx-cn-coupon nav#coupon-quicklinks a,
#content .tx-cn-coupon div#cart-items .coupon-item .coupon-item-remove .remove-coupon {
  background-image: url('../../../fileadmin/templates/img/layout/coupons-sprite.png');
}
#content .tx-cn-coupon div#coupon-steps a {
  background: #636363;
  color: #ffffff;
}
#content .tx-cn-coupon div#coupon-steps a.active {
  color: #ffffff;
  background: #00bad2;
}
#content .tx-cn-coupon div#coupon-steps a.done {
  background: #dedede;
}
#content .tx-cn-coupon div#coupon-steps div.line {
  background: #636363;
}
#content .tx-cn-coupon div#coupon-steps div.line.active {
  background: #00bad2;
}
#content .tx-cn-coupon div#coupon-steps div.line.done {
  background: #dedede;
}
#content .tx-cn-coupon h2 {
  background-color: #0095a8;
  color: #ffffff;
}
#content .tx-cn-coupon .slidedown {
  background-color: #0095a8;
}
#content .tx-cn-coupon .slidedown .slidedown-content {
  background-color: #0095a8;
}
#content .tx-cn-coupon div#coupon-form-fields input[type=submit],
#content .tx-cn-coupon div#cart-buttons a,
#content .tx-cn-coupon .form-row input[type=submit] {
  background-color: #00bad2 !important;
}
#content .tx-cn-coupon div#cart-sum {
  font-size: 22px;
  margin-bottom: 10px;
}
#content .tx-cn-coupon a.preview-button {
  display: block !important;
  margin: 0;
}
#content .tx-cn-faq .typo3-messages {
  font-weight: bold;
  margin-bottom: 15px;
}
#content .tx-cn-faq .typo3-messages .typo3-message.message-error {
  display: none;
}
#content .tx-cn-faq input.email {
  display: none;
}
#content .tabbable {
  margin-bottom: 15px;
}
#content .nav-tabs {
  margin-bottom: 0;
}
#content .nav-tabs > li > a {
  text-decoration: none;
}
#content .tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
#content .tab-content > .tab-pane {
  padding: 15px 15px 0 15px;
}

.frontpage-content-special:after {
  display: table;
  content: "";
  clear: both;
}
.frontpage-content-special > div {
  float: left;
  width: 50%;
}
@media (max-width: 979px) {
  .frontpage-content-special > div {
    width: 100%;
  }
}
.frontpage-content-special--image {
  position: relative;
}
.frontpage-content-special--image img {
  width: 100%;
  max-width: none;
}
.frontpage-content-special--text {
  padding: 90px 100px 10px 100px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .frontpage-content-special--text {
    padding: 50px 60px 20px 60px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .frontpage-content-special--text {
    padding: 40px 50px 40px 50px;
  }
}
@media (max-width: 767px) {
  .frontpage-content-special--text {
    padding: 20px 0;
  }
}

.teaser-special {
  padding: 50px 0 60px 0;
  background: #f0f2ef;
}
@media (max-width: 767px) {
  .teaser-special {
    padding: 30px 0;
  }
}
.teaser-special h2 {
  font-size: 45px;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 979px) {
  .teaser-special h2 {
    font-size: 36px;
  }
}
.teaser-special h3 {
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
.teaser-special--inner {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 10px;
}
@media (max-width: 979px) {
  .teaser-special--inner {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .teaser-special--inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.teaser-special--inner:after {
  display: table;
  content: "";
  clear: both;
}
.teaser-special--inner .slick-track {
  padding-top: 55px;
}
@media (min-width: 768px) {
  .teaser-special--inner .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html.no-flexbox .teaser-special--inner .slick-track {
    display: block;
  }
  .teaser-special--inner .slick-track:before, .teaser-special--inner .slick-track:after {
    display: none;
  }
  .teaser-special--inner .slick-track > div, .teaser-special--inner .slick-track > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  html.no-flexbox .teaser-special--inner .slick-track > div, html.no-flexbox .teaser-special--inner .slick-track > article {
    display: block;
  }
}
.teaser-special--inner .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 60px 0 0 0;
  text-align: center !important;
}
@media (max-width: 767px) {
  .teaser-special--inner .slick-dots {
    padding-top: 20px;
  }
}
.teaser-special--inner .slick-dots > li {
  display: inline-block;
  margin: 0 7px;
}
.teaser-special--inner .slick-dots > li button {
  display: block;
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #909090;
  border-radius: 15px;
  background: none transparent;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100px;
  -webkit-transition: background-color 0.35s, border 0.35s;
  transition: background-color 0.35s, border 0.35s;
}
.teaser-special--inner .slick-dots > li.slick-active button {
  border-color: #000000;
  background: #000000;
}
.teaser-special .teaser-item {
  position: relative;
  float: left;
  padding: 0 15px;
  width: 25%;
}
.teaser-special .teaser-item > a {
  display: block;
  height: 100%;
  color: #000000;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #ffffff;
}
html[data-useragent*=ipad] .teaser-special .teaser-item > a, html[data-useragent*=iphone] .teaser-special .teaser-item > a, html[data-useragent*=iPad] .teaser-special .teaser-item > a, html[data-useragent*=iPhone] .teaser-special .teaser-item > a {
  height: auto;
  min-height: 100%;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
html[data-useragent*=ipad] .teaser-special .teaser-item > a:hover, html[data-useragent*=iphone] .teaser-special .teaser-item > a:hover, html[data-useragent*=iPad] .teaser-special .teaser-item > a:hover, html[data-useragent*=iPhone] .teaser-special .teaser-item > a:hover {
  background: #ccf1f6;
}
.teaser-special .teaser-item--icon {
  position: absolute;
  left: 50%;
  padding: 0 25px;
  top: -55px;
  margin-left: -55px;
  width: 110px;
  height: 110px;
  background: #00bad2;
  border-radius: 110px;
  overflow: hidden;
}
.teaser-special .teaser-item--icon i.custom-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.teaser-special .teaser-item--inner {
  position: relative;
  padding: 85px 30px 30px 30px;
  height: 100%;
  background: #ffffff;
  text-align: center;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.teaser-special .teaser-item--inner:hover {
  background: #ccf1f6;
}
.teaser-career {
  padding: 50px 0 60px 0;
  background: #00bad2;
}
@media (max-width: 767px) {
  .teaser-career {
    padding: 30px 0;
  }
}
.teaser-career h2 {
  font-size: 45px;
  margin-bottom: 25px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 979px) {
  .teaser-career h2 {
    font-size: 36px;
  }
}
.teaser-career a.teaser-more-button {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 130px;
  height: 40px;
  line-height: 20px;
  color: #ffffff;
  background: #bcce00;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.teaser-career a.teaser-more-button:hover, .teaser-career a.teaser-more-button:focus {
  background: #a5b500;
}
.teaser-career--inner {
  margin: 60px -15px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .teaser-career--inner {
    margin: 30px -15px;
  }
}
@media (max-width: 767px) {
  .teaser-career--inner {
    margin: 30px 0;
  }
}
.teaser-career--inner:after {
  display: table;
  content: "";
  clear: both;
}
.teaser-career .teaser-item {
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  width: 20%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .teaser-career .teaser-item {
    width: 50%;
    padding: 0 15px 30px 15px;
  }
}
@media (max-width: 767px) {
  .teaser-career .teaser-item {
    padding: 0 20px 20px 20px;
    width: 100%;
  }
  .teaser-career .teaser-item:last-child {
    padding-bottom: 0;
  }
}
.teaser-career .teaser-item a {
  display: block;
  height: 100%;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #ffffff;
}
html[data-useragent*=ipad] .teaser-career .teaser-item a, html[data-useragent*=iphone] .teaser-career .teaser-item a, html[data-useragent*=iPad] .teaser-career .teaser-item a, html[data-useragent*=iPhone] .teaser-career .teaser-item a {
  height: auto;
  min-height: 100%;
}
.teaser-career .teaser-item--inner {
  background: #ffffff;
  padding: 20px 10px;
  height: 100%;
  min-height: 135px;
  text-align: center;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.teaser-career .teaser-item--inner:after {
  display: inline-block;
  content: "";
  height: 100%;
  width: 0;
  margin: 0 -2px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .teaser-career .teaser-item--inner:after {
    height: 107px;
  }
}
.teaser-career .teaser-item--inner:hover {
  background: #ccf1f6;
}
.teaser-career .teaser-item--inner img {
  display: inline-block;
  max-width: 95%;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .teaser-career .teaser-item--inner img {
    width: auto;
    max-width: 240px;
  }
}
.teaser-standard {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .teaser-standard {
    padding: 30px 20px;
  }
}
.teaser-standard:last-child {
  padding-bottom: 0;
}
.teaser-standard .teaser-item {
  float: left;
  width: 25%;
  border: 1px solid #dfdfdf;
  text-align: center;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
@media (min-height: 768px) {
  .teaser-standard .teaser-item {
    margin-right: -1px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .teaser-standard .teaser-item {
    width: 50%;
    margin-bottom: -1px;
  }
}
@media (max-width: 767px) {
  .teaser-standard .teaser-item {
    width: 100%;
    border: 1px solid #dfdfdf;
    border-bottom: none;
  }
  .teaser-standard .teaser-item:last-child {
    border-bottom: 1px solid #dfdfdf;
  }
}
.teaser-standard .teaser-item:hover {
  background: #f7f7f7;
}
.teaser-standard .teaser-item:hover i.fa {
  color: #00bad2;
}
.teaser-standard .teaser-item p {
  line-height: 1.5;
}
.teaser-standard .teaser-item h3 {
  margin-top: 20px;
  padding: 0 20px;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
.teaser-standard .teaser-item a {
  display: block;
  position: relative;
  padding: 20px 20px 60px 20px;
  height: 100%;
  color: #000000;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
html[data-useragent*=ipad] .teaser-standard .teaser-item a, html[data-useragent*=iphone] .teaser-standard .teaser-item a, html[data-useragent*=iPad] .teaser-standard .teaser-item a, html[data-useragent*=iPhone] .teaser-standard .teaser-item a {
  height: auto;
  min-height: 100%;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
html[data-useragent*=ipad] .teaser-standard .teaser-item a:hover, html[data-useragent*=iphone] .teaser-standard .teaser-item a:hover, html[data-useragent*=iPad] .teaser-standard .teaser-item a:hover, html[data-useragent*=iPhone] .teaser-standard .teaser-item a:hover {
  background: #f7f7f7;
}
.teaser-standard .teaser-item a h3 {
  margin: 0 0 20px 0;
  padding: 0;
}
.teaser-standard .teaser-item i.fa {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin-top: 20px;
  font-size: 25px;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

[data-parallax-trigger=true] {
  position: relative;
  overflow: hidden;
}
[data-parallax-trigger=true] img[data-parallax=true] {
  display: block;
  position: absolute;
  margin: auto;
  left: -999px;
  top: -999px;
  bottom: -999px;
  right: -999px;
  width: 100%;
  height: auto;
  opacity: 0.3;
  max-width: none;
}
[data-parallax-trigger=true].is-locked img[data-parallax=true] {
  width: auto;
  height: 100%;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

#webcam {
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px #e5e5e5;
          box-shadow: 0 0 2px #e5e5e5;
}
#webcam h3 {
  color: #000000;
}
#webcam .webcam-image {
  position: relative;
  display: block;
  width: 100%;
}
#webcam .webcam-image img {
  display: block;
}
#webcam .webcam-image .overlay {
  position: absolute;
  margin: -23px 0 0 -23px;
  top: 50%;
  left: 50%;
  width: 47px;
  height: 47px;
  background-color: #00ff00;
  content: "magnify";
}

#footer {
  margin-top: 70px;
  background: #f0f2ef;
}

#footer-top a {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
#footer-top a:hover, #footer-top a:focus {
  color: #00bad2;
}
#footer-top .footer-line {
  position: absolute;
  left: 0;
  top: -10px;
  right: 0;
  height: 10px;
  background: #00bad2;
}
#footer-top .footer-line:before, #footer-top .footer-line:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  height: 10px;
}
#footer-top .footer-line:before {
  left: 33.33333%;
  width: 33.33333%;
  background: #33c8db;
}
#footer-top .footer-line:after {
  left: 66.66666%;
  right: 0;
  background: #66d6e4;
  width: auto;
}
#footer-top #footer-top-inner {
  clear: both;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 70px;
}
@media (max-width: 767px) {
  #footer-top #footer-top-inner {
    padding: 30px 20px 0 20px;
  }
}
#footer-top #footer-top-inner > * {
  float: left;
  padding: 0 15px;
  width: 33.33333%;
}
@media (max-width: 767px) {
  #footer-top #footer-top-inner > * {
    width: 100%;
    margin-bottom: 30px;
  }
}
#footer-top #footer-top-inner h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
#footer-top #footer-top-inner #footer-contact {
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 979px) {
  #footer-top #footer-top-inner #footer-contact {
    width: 50%;
  }
}
#footer-top #footer-top-inner #footer-contact span {
  display: inline-block;
  margin-top: 6px;
}
#footer-top #footer-top-inner #footer-contact .custom-icon {
  display: inline-block;
  margin-right: 20px;
  width: 18px;
  height: 24px;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 979px) {
  #footer-top #footer-top-inner #footer-links {
    width: 50%;
  }
}
#footer-top #footer-top-inner #footer-links a {
  text-decoration: none;
}
#footer-top #footer-top-inner #footer-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer-top #footer-top-inner #footer-links ul:after {
  display: table;
  content: "";
  clear: both;
}
#footer-top #footer-top-inner #footer-links ul > li {
  position: relative;
  float: left;
  padding-left: 20px;
  width: 50%;
  line-height: 20px;
  margin-bottom: 10px;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
@media (max-width: 480px) {
  #footer-top #footer-top-inner #footer-links ul > li {
    width: 100%;
  }
}
#footer-top #footer-top-inner #footer-links ul > li:hover {
  color: #00bad2;
}
#footer-top #footer-top-inner #footer-links ul > li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  font-family: "FontAwesome";
  content: "\f105";
}
#footer-top #footer-top-inner #footer-links ul > li a {
  display: block;
}
#footer-top #footer-top-inner #footer-certificate {
  padding-left: 8.33333%;
}
@media (min-width: 768px) and (max-width: 979px) {
  #footer-top #footer-top-inner #footer-certificate {
    clear: both;
    margin-top: 25px;
    padding-left: 15px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #footer-top #footer-top-inner #footer-certificate {
    padding-left: 15px;
  }
}
#footer-top #footer-top-inner #footer-certificate h3 {
  margin-bottom: 30px;
}
#footer-top #footer-top-inner #footer-certificate .cert {
  display: inline-block;
  margin: 0 30px 30px 0;
  width: 95px;
  height: 95px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: url('../../../fileadmin/templates/img/cert-logos.png') no-repeat 0 0 transparent;
}
#footer-top #footer-top-inner #footer-certificate .cert--procum {
  background-position: 0 0;
}
#footer-top #footer-top-inner #footer-certificate .cert--procum:hover, #footer-top #footer-top-inner #footer-certificate .cert--procum:focus {
  background-position: 0 -117px;
}
#footer-top #footer-top-inner #footer-certificate .cert--ktq {
  background-position: -111px 0;
}
#footer-top #footer-top-inner #footer-certificate .cert--ktq:hover, #footer-top #footer-top-inner #footer-certificate .cert--ktq:focus {
  background-position: -111px -117px;
}

#footer-map {
  height: 310px;
}
#footer-map .google-map-container {
  width: 100%;
  height: 100%;
}
#footer-map .google-map, #footer-map iframe {
  position: relative;
  width: 100%;
  height: 100%;
}
#footer-map .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
}

#footer-bottom {
  background: #00bad2;
  line-height: 18px;
  color: #ffffff;
  font-size: 16px;
}
#footer-bottom #conecto {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  width: 65px;
}
@media (max-width: 767px) {
  #footer-bottom #conecto {
    right: 20px;
  }
}
#footer-bottom #conecto > img {
  display: block;
  width: 100%;
  height: auto;
}
#footer-bottom > .container {
  height: 100%;
}
#footer-bottom > .container > p {
  margin: 0;
  padding: 21px 85px 21px 0;
}
@media (max-width: 767px) {
  #footer-bottom > .container > p {
    padding-left: 20px;
    padding-right: 95px;
  }
}

/*** Offcanvas Menu ***/
.offcanvas-menu {
  display: none;
}
@media (max-width: 979px) {
  .offcanvas-menu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 350ms;
    transition: -webkit-transform 350ms;
    transition: transform 350ms;
    transition: transform 350ms, -webkit-transform 350ms;
    background: #fff;
    z-index: 25;
    font-size: 14px;
    overflow-y: auto;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  html[data-useragent*="Android 4.1"] .offcanvas-menu, html[data-useragent*="Android 4.2"] .offcanvas-menu {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    left: -65%;
    -webkit-transition: left 350ms;
    transition: left 350ms;
  }
  .offcanvas-menu--logo {
    display: block;
    text-align: center;
    max-width: 100%;
    padding: 20px 20px 0 15px;
  }
  .offcanvas-menu--logo img {
    max-width: 200px;
    width: 100%;
  }
  .offcanvas-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .offcanvas-menu > ul {
    padding-top: 25px;
  }
  .offcanvas-menu > ul a {
    color: #000;
    display: block;
    text-decoration: none;
    font-family: "Roboto", Arial, Helvetica, Verdana, sans-serif;
    font-size: 18px;
  }
  .offcanvas-menu > ul a:not(:only-child) {
    position: relative;
  }
  .offcanvas-menu > ul a:not(:only-child):after {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    font-family: "FontAwesome";
    content: "\f078";
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, -webkit-transform 300ms;
    transition: transform 300ms, opacity 300ms;
    transition: transform 300ms, opacity 300ms, -webkit-transform 300ms;
    color: #000 !important;
  }
  .offcanvas-menu > ul > li {
    border-bottom: 1px solid #dfdfdf;
  }
  .offcanvas-menu > ul > li > a {
    padding: 10px 30px 10px 20px;
  }
  .offcanvas-menu > ul > li > ul {
    background: #f1f1f1;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 500ms;
    transition: max-height 500ms;
  }
  .offcanvas-menu > ul > li > ul > li {
    border-bottom: 1px solid #fff;
  }
  .offcanvas-menu > ul > li > ul > li:last-child {
    border: none;
  }
  .offcanvas-menu > ul > li > ul > li > a {
    padding: 8px 30px 8px 20px;
  }
  .offcanvas-menu > ul > li > ul > li > a:not(:only-child):after {
    top: 8px;
  }
  .offcanvas-menu > ul > li > ul > li > ul {
    margin-bottom: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 500ms, margin 150ms;
    transition: max-height 500ms, margin 150ms;
  }
  .offcanvas-menu > ul > li > ul > li > ul > li {
    border-bottom: 1px solid #e5e5e5;
  }
  .offcanvas-menu > ul > li > ul > li > ul > li:last-child {
    border-bottom: none;
  }
  .offcanvas-menu > ul > li > ul > li > ul > li > a {
    font-size: 16px;
    padding: 5px 30px 5px 30px;
  }
  .offcanvas-menu > ul > li > ul > li > ul > li > a:not(:only-child):after {
    top: 5px;
  }
  .offcanvas-menu > ul > li > ul > li > ul > li > ul, .offcanvas-menu > ul > li > ul > li > ul > li > ul > li > ul {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 500ms, margin 150ms;
    transition: max-height 500ms, margin 150ms;
  }
  .offcanvas-menu > ul > li > ul > li > ul > li > ul > li > a, .offcanvas-menu > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    font-size: 15px;
    padding: 2px 0 2px 40px;
  }
  .offcanvas-menu > ul > li > ul > li > ul > li > ul > li > a:not(:only-child):after {
    top: 2px;
  }
  .offcanvas-menu > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding: 2px 0 2px 50px;
  }
  .offcanvas-menu > ul > li > ul > li > ul > li.is-touched > a:after, .offcanvas-menu > ul > li > ul > li > ul > li > ul > li.is-touched > a:after {
    -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotateZ(-90deg);
    opacity: 0.4;
  }
  .offcanvas-menu > ul > li > ul > li > ul > li.is-touched > ul, .offcanvas-menu > ul > li > ul > li > ul > li > ul > li.is-touched > ul {
    max-height: 1000px;
    margin-top: 5px;
    margin-bottom: 15px;
    -webkit-transition: max-height 500ms ease-in, margin 150ms;
    transition: max-height 500ms ease-in, margin 150ms;
  }
  .offcanvas-menu > ul > li > ul > li.is-active > a {
    color: #00bad2;
  }
  .offcanvas-menu > ul > li > ul > li.is-touched > a:after {
    -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotateZ(-90deg);
    opacity: 0.4;
  }
  .offcanvas-menu > ul > li > ul > li.is-touched > ul {
    max-height: 1000px;
    margin-bottom: 15px;
    -webkit-transition: max-height 500ms ease-in, margin 150ms;
    transition: max-height 500ms ease-in, margin 150ms;
  }
  .offcanvas-menu > ul > li.is-active > a {
    color: #00bad2;
  }
  .offcanvas-menu > ul > li.is-touched > a:after {
    -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotateZ(-90deg);
    opacity: 0.4;
  }
  .offcanvas-menu > ul > li.is-touched > ul {
    max-height: 1500px;
    -webkit-transition: max-height 500ms ease-in;
    transition: max-height 500ms ease-in;
  }
}
.offcanvas-menu--overlay {
  display: none;
}
@media (max-width: 979px) {
  .offcanvas-menu--overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 350ms, visibility 350ms;
    transition: opacity 350ms, visibility 350ms;
  }
}
@media (max-width: 979px) {
  .offcanvas-menu--visible {
    overflow: hidden;
  }
  .offcanvas-menu--visible .page-wrap {
    -webkit-transform: translateX(65%);
        -ms-transform: translateX(65%);
            transform: translateX(65%);
  }
  .offcanvas-menu--visible .offcanvas-menu {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  html[data-useragent*="Android 4.1"] .offcanvas-menu--visible .offcanvas-menu, html[data-useragent*="Android 4.2"] .offcanvas-menu--visible .offcanvas-menu {
    left: 0;
  }
  .offcanvas-menu--visible .offcanvas-menu--overlay {
    opacity: 0.6;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .offcanvas-menu {
    width: 75%;
  }
}

.privacy-notice {
  position: relative;
  z-index: 1000;
  color: #000;
  overflow: hidden;
  display: none;
  background: #f0f2ef;
}
.privacy-notice-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 979px) {
  .privacy-notice-inner {
    width: auto;
    padding: 15px 20px;
  }
}
.privacy-notice-header {
  font-size: 16px;
  font-weight: normal;
  font-family: "Roboto", Arial, Helvetica, Verdana, sans-serif;
}
.privacy-notice-text {
  font-size: 14px;
  line-height: 16px;
}
.privacy-notice-text a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
.privacy-notice-text a:hover {
  color: #000;
  text-decoration: none;
}
.privacy-notice-buttons {
  overflow: hidden;
  padding-top: 15px;
}
.privacy-notice-button {
  display: block;
  float: left;
  cursor: pointer;
  padding: 0 15px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  margin-right: 5px;
  border: none;
  color: #fff;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.privacy-notice-button.accept {
  background: #00bad2;
}
.privacy-notice-button.accept:hover {
  background: #00a8bd;
}
.privacy-notice-button.refuse {
  background: #f0f2ef;
  border: 1px solid #dfdfdf;
  color: #000000;
}
.privacy-notice-button.refuse:hover {
  background: #dfdfdf;
}

/*** Questionnaire ***/
.main.questionnaire #header-main,
.main.questionnaire #sidebar {
  display: none;
}
.main.questionnaire #content {
  margin: 0 auto;
}

/*** Spezialformatierung Aufsichtsrat ***/
#page-59 #wrap #main-wrap #content .content-element article {
  padding-left: 15px;
}

#page-483 #wrap #main-wrap #content a.internal-link {
  position: relative;
  padding-left: 20px;
}
#page-483 #wrap #main-wrap #content a.internal-link:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  content: "\f045";
}

#page-125 #wrap #main-wrap #content .tx-powermail .powermail_fieldset legend {
  display: block;
}

#page-482 #wrap #main-wrap #content .news .news-list-view div.article .teaser-text .news-list-date {
  display: none;
}

body.lang-en #wrap #main-wrap #content .hide-en {
  display: none;
}

/*** jQuery UI ***/
ul.ui-autocomplete {
  position: absolute;
  margin-top: 2px;
}

ul.ui-autocomplete.ui-widget-content {
  z-index: 10000 !important;
  width: 370px !important;
  border: 0;
  padding: 0;
  background: none !important;
}
@media (max-width: 767px) {
  ul.ui-autocomplete.ui-widget-content {
    left: auto !important;
    top: 124px !important;
    right: 0 !important;
    width: 100vw !important;
  }
}

ul.ui-autocomplete.ui-widget-content li {
  display: block;
  height: 72px;
  padding: 0;
  margin-bottom: 2px;
  background: none !important;
}

a.cn-ajaxsearch-result {
  cursor: pointer;
  padding: 2px 0.4em;
  width: 370px;
  height: 70px;
  display: block;
  background: #ffffff;
  margin: 0 !important;
  color: #444444;
  border-radius: 0;
  border: 1px solid #dcdcdc !important;
}
@media (max-width: 767px) {
  a.cn-ajaxsearch-result {
    width: 100% !important;
  }
}

a.cn-ajaxsearch-result:hover {
  background: #f0f2ef;
  font-weight: normal;
  border: none;
}

img.cn-ajaxsearch-result-image {
  float: left;
  margin-right: 4px;
}

span.cn-ajaxsearch-result-text {
  display: block;
  float: left;
  width: 100%;
  height: 70px;
}

span.cn-ajaxsearch-result-text span {
  display: block;
  overflow: hidden;
}

span.cn-ajaxsearch-result-text span.cn-ajaxsearch-desc {
  font-weight: normal !important;
}

span.cn-ajaxsearch-title {
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
}

span.cn-ajaxsearch-desc {
  height: 45px;
  line-height: 14px;
  font-size: 11px;
}

li a.cn-ajaxsearch-more {
  display: block;
  border: 0 !important;
  padding: 0 !important;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  height: 30px;
  line-height: 30px !important;
  background: #00bad2 !important;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  border-radius: 0;
}
li a.cn-ajaxsearch-more:hover {
  background: #00a8bd !important;
}

li a.cn-ajaxsearch-more:hover {
  background-color: #000000;
}

/*** Screenreader ***/
#skip-to-nav, #skip-to-content {
  display: block;
  padding: 10px;
  background: #ffffff;
  color: #000000;
  outline: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  left: 0;
  top: 0;
}

#skip-to-nav .skiplink-text, #skip-to-content .skiplink-text {
  padding: 0.5em;
  outline: 1px dotted;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.row-flex > .clear {
  display: none;
}
.row-flex > [class*=span] {
  float: none;
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.row-flex > .span3 {
  width: calc(25% - 16px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .row-flex > [class*=span] {
    width: calc(33.333333% - 16px);
  }
}
@media (max-width: 767px) {
  .row-flex > [class*=span] {
    width: calc(100% - 16px);
  }
}

#content {
  /*
      blockquote:before,
      blockquote:after {
          content: '»';
          display: inline-block;
          color: #b8e5ee;
          font-size: 80px;
          line-height: 1;
          font-weight: 700;
          width: auto;
          position: absolute;
          top: -20px;
          left: 0;
          z-index: 0;
      }
      blockquote:after {
          content: '«';
          left: auto;
          right: 0;
          top: auto;
          bottom: 15px;
      }
      */
}
#content blockquote {
  padding: 15px 20px;
  border: none;
  border-left: 10px solid #b8e5ee;
  position: relative;
}
#content blockquote p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.38;
  color: #00bad2;
  position: relative;
  z-index: 2;
}
#content blockquote small {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #959595;
}

#footer-top #footer-top-inner > * {
  float: none;
}

#footer-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer-top-inner #footer-icon-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
@media (max-width: 979px) {
  #footer-top-inner #footer-icon-buttons {
    margin-bottom: 30px;
    width: 100%;
  }
}
#footer-top-inner #footer-icon-buttons li {
  display: block;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 3px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #footer-top-inner #footer-icon-buttons li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
#footer-top-inner #footer-icon-buttons .footer-icon-button {
  display: block;
  height: 110px;
  line-height: 80px;
  padding: 15px;
  background-color: #fff;
  -webkit-transition: background-color 0.35s, color 0.35s;
  transition: background-color 0.35s, color 0.35s;
  position: relative;
  text-align: center;
}
#footer-top-inner #footer-icon-buttons .footer-icon-button span {
  display: none;
}
#footer-top-inner #footer-icon-buttons .footer-icon-button img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#footer-top-inner #footer-icon-buttons .footer-icon-button--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  margin-bottom: 1px;
  width: 30px;
  height: 35px;
}
#footer-top-inner #footer-icon-buttons .footer-icon-button--icon .custom-icon {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#footer-top-inner #footer-icon-buttons .footer-icon-button--icon .white {
  opacity: 0;
}
#footer-top-inner #footer-icon-buttons .footer-icon-button:hover, #footer-top-inner #footer-icon-buttons .footer-icon-button:focus {
  background-color: #00bad2;
}
#footer-top-inner #footer-icon-buttons .footer-icon-button:hover .footer-icon-button--icon .custom-icon, #footer-top-inner #footer-icon-buttons .footer-icon-button:focus .footer-icon-button--icon .custom-icon {
  opacity: 0;
}
#footer-top-inner #footer-icon-buttons .footer-icon-button:hover .footer-icon-button--icon .custom-icon.white, #footer-top-inner #footer-icon-buttons .footer-icon-button:focus .footer-icon-button--icon .custom-icon.white {
  opacity: 1;
}

/**
 * To Top Button
 */
button.to-top {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 53px;
  font-size: 24px;
  border: 3px solid #ffffff;
  border-radius: 100%;
  background: #00bad2;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s;
  transition: opacity 0.35s, visibility 0.35s;
}
@media (max-width: 767px) {
  button.to-top {
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    line-height: 43px;
    font-size: 20px;
  }
}
button.to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

body.darkpage-visible {
  overflow: hidden;
  height: 100%;
}

.darkpage-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00bad2;
  z-index: 100000;
  padding: 80px 15px;
  overflow-y: auto;
}

.darkpage-page {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  border: 1px solid #4dcfe0;
}

.darkpage-btn-close {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 30px;
  right: 30px;
  padding-right: 40px;
}

.darkpage-btn-close i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.darkpage-header {
  background-color: #fff;
  padding: 20px 30px;
}
.darkpage-header img {
  display: block;
  width: 100%;
  max-width: 235px;
  height: auto;
}
@media (max-width: 767px) {
  .darkpage-header {
    padding: 10px 15px;
  }
  .darkpage-header img {
    width: 40vw;
  }
}

.darkpage-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
  padding: 60px 30px;
}
@media (max-width: 767px) {
  .darkpage-content {
    padding: 30px 15px;
  }
}
.darkpage-content a {
  color: inherit;
  text-decoration: underline;
}
.darkpage-content h1 {
  text-align: center;
  border: none;
}

.darkpage-footer--headline {
  border-top: 1px solid #4dcfe0;
  margin-top: 70px;
  margin-bottom: 40px;
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .darkpage-footer--headline {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 30px;
  }
}

.darkpage-footer--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.darkpage-footer--contact .span6 {
  float: none !important;
  padding: 0;
  margin: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (max-width: 767px) {
  .darkpage-footer--contact .span6 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    text-align: center !important;
    border: none !important;
  }
}
.darkpage-footer--contact .span6:first-child {
  text-align: right;
  padding-right: 60px;
}
.darkpage-footer--contact .span6:last-child {
  padding-left: 60px;
  border-left: 1px solid #4dcfe0;
}
.darkpage-footer--contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.darkpage-footer--contact ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.darkpage-footer--contact ul li:before {
  font-family: "FontAwesome";
  content: "\f105";
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .darkpage-footer--contact ul li:before {
    display: none;
  }
}

.card-gallery > .row-fluid > .span6:nth-child(2n+1) {
  clear: both;
}
.card-gallery .row-fluid {
  width: auto;
  margin-left: -6px;
  margin-right: -6px;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .card-gallery .row-fluid {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .card-gallery .row-fluid {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (max-width: 767px) {
  .card-gallery .row-fluid {
    margin-left: 0;
    margin-right: 0;
  }
}
.card-gallery .row-fluid div[class*=span] {
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .card-gallery .row-fluid div[class*=span] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .card-gallery .row-fluid div[class*=span] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .card-gallery .row-fluid div[class*=span] {
    padding-left: 0;
    padding-right: 0;
  }
}
.card-gallery .row-fluid .span6 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .card-gallery .row-fluid .span6 {
    width: 100%;
  }
}
.card-gallery .row-fluid .span12 {
  width: 100%;
}
.card-gallery--item {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .card-gallery--item {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .card-gallery--item {
    margin-bottom: 10px;
  }
}
.card-gallery--item .card-gallery--item--link {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 980px) {
  .card-gallery--item--link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.card-gallery--item--content {
  padding: 15px;
  font-size: 16px;
}
.card-gallery--item--content h3 {
  font-size: 24px;
  margin-bottom: 15px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}
#content .color-primary .card-gallery--item--content {
  background: #00bad2;
  color: #fff;
}
#content .color-primary .card-gallery--item--content h3 {
  color: #ccf1f6;
}
#content .color-secondary .card-gallery--item--content {
  background: #0095a8;
  color: #ccf1f6;
}
#content .color-secondary .card-gallery--item--content h3 {
  color: #66d6e4;
}
.card-gallery--item--image {
  overflow: hidden;
}
.card-gallery--item--image img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .card-gallery--item:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  .card-gallery--item.big-vertical:before {
    padding-bottom: 206%;
  }
  .card-gallery--item.big-horizontal:before {
    padding-bottom: 48.54369%;
  }
  .card-gallery--item--image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .card-gallery--item--content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .both .card-gallery--item--content {
    opacity: 0;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .both .card-gallery--item--content:hover {
    opacity: 1;
  }
  .both.display-text .card-gallery--item--content {
    opacity: 1;
  }
  .both.display-text .card-gallery--item--content:hover {
    opacity: 0;
  }
}
/*
keep for flip animation
=======================
.card-gallery {
	// customize bootstrap grid
	.row {
		margin-left: $card-gallery-left * -1;
		margin-right: $card-gallery-right * -1;

		div[class*="col-"] {
			padding-left: $card-gallery-left;
			padding-right: $card-gallery-right;
		}
	}

	// higher specificity
	.card-gallery--item {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: $card-gallery-grid-space;
		overflow: hidden;

		// fix for glitchy 3d transition
		transform: translateZ(0);

		img {
			display: block;
			width: 100%;
			height: auto;

			transition: $card-gallery-transition;

			.csstransforms3d & {
				transition: $card-gallery-transition3d;
			}

			opacity: 1;
			backface-visibility: hidden;
		}

		&--content {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			padding: 15px;

			transition: $card-gallery-transition;
			opacity: 0;
			backface-visibility: hidden;

			.csstransforms3d & {
				transition: $card-gallery-transition3d;
			}

			.csstransforms & {
				transform: translate(-100%, 100%) scale(0.5);
			}

			.csstransforms3d & {
				transform: rotateX(180deg);
			}
		}

		&.color-primary {
			.card-gallery--item--content {
				background: $card-gallery-color-primary;
				color: $card-gallery-color-primary-text;

				h3 {
					color: $card-gallery-color-primary-title;
					font-size: 24px;
					margin-bottom: 15px;
				}
			}
		}

		&.color-secondary {
			.card-gallery--item--content {
				background: $card-gallery-color-secondary;
				color: $card-gallery-color-secondary-text;

				h3 {
					color: $card-gallery-color-secondary-title;
				}
			}
		}


		&:hover {
			.card-gallery--item--content {
				opacity: 1;

				.csstransforms & {
					transform: translate(0, 0) scale(1);
				}

				.csstransforms3d & {
					transform: rotateX(0deg);
				}
			}

			img {
				.csstransforms3d & {
					transform: rotateX(-180deg);
				}
			}
		}
	}
}
*/
/*** Anfrage Studentenheim ***/
#content .powermail_form_12 .powermail_fieldset {
  margin-bottom: 0;
}

.powermail_form_12 .powermail_fieldwrap_hinweis .controls {
  margin-bottom: 5px;
  padding: 15px;
  background: #e5e5e5;
  color: #666666;
  font-size: 12px;
  line-height: 1.15;
}

.powermail_form_12 .powermail_fieldwrap_einstellungsbestaetigung label {
  display: none;
  /*
  float: none;
  display: block;
  padding-left: 180px;
  width: auto;
  text-align: left;
  */
}

.powermail_form_12 .powermail_fieldwrap_type_radio .radio label {
  position: relative;
}

.powermail_form_12 .powermail_fieldwrap_type_radio .radio label .hint {
  display: block;
  margin-left: -20px;
  padding: 7px 15px 5px;
  width: auto;
  background: #e5e5e5;
  color: #666666;
  font-size: 12px;
  line-height: 1.15;
}

.powermail_form_12 .powermail_fieldwrap_type_check .checkbox input[type=checkbox] {
  margin: 2px 0 0 -20px;
}

.powermail_form_12 .powermail_fieldwrap_type_check .checkbox label {
  font-size: 12px;
  line-height: 1.33;
}

@media (max-width: 480px) {
  .powermail_form_12 .powermail_fieldwrap_einstellungsbestaetigung label {
    padding-left: 0;
  }
}
input.powermail_field_error,
select.powermail_field_error {
  border-color: #ff0000;
}

.radio.powermail_field_error input,
.checkbox.powermail_field_error input {
  outline: 1px solid #ff0000;
  outline-offset: -2px;
}

.powermail_form_12 .powermail_fieldwrap_hinweis_upload_pflegeschueler,
.powermail_form_12 .powermail_fieldwrap_hinweis_upload_mitarbeiter,
.powermail_form_12 .powermail_fieldwrap_hinweis_upload_praktikant,
.powermail_form_12 .powermail_fieldwrap_einstellungsbestaetigung,
.powermail_form_12 .powermail_fieldwrap_hinweis {
  display: none;
}

.powermail_form_12 .powermail_fieldwrap_hinweis_upload_pflegeschueler,
.powermail_form_12 .powermail_fieldwrap_hinweis_upload_mitarbeiter,
.powermail_form_12 .powermail_fieldwrap_hinweis_upload_praktikant {
  font-size: 14px;
  font-weight: bold;
}

.powermail_form_12 .powermail_fieldwrap_hinweismindestaufenthalt {
  display: none;
  color: #ff0000;
}

.powermail_form_12.error-length-of-stay .powermail_fieldwrap_hinweismindestaufenthalt {
  display: block;
}

.powermail_form_12.error-length-of-stay input[name="tx_powermail_pi1[field][beginndesaufenthalts]"],
.powermail_form_12.error-length-of-stay input[name="tx_powermail_pi1[field][endedesaufenthalts]"] {
  border-color: #ff0000;
}

.google-map-dsgvo {
  position: relative;
  min-height: 280px;
  overflow: hidden;
}
.google-map-dsgvo img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1920px;
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .google-map-dsgvo img {
    width: 1024px;
  }
}
@media (max-width: 768px) {
  .google-map-dsgvo img {
    width: 768px;
  }
}
.google-map-dsgvo.anreise, .google-map-dsgvo.parken {
  height: 500px;
}
.google-map-dsgvo.parken img {
  width: 870px;
}

.privacy-notice {
  display: block !important;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 1000;
  color: #000;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.privacy-notice.active {
  opacity: 1;
  visibility: visible;
}
.privacy-notice.active .privacy-notice-inner {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.privacy-notice-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 30px;
  width: calc(100% - 60px);
  max-width: 800px;
  max-height: calc(100vh - 100px);
  max-height: calc(100svh - 100px);
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  background: #f0f2ef;
  border-radius: 15px;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  background: #f7f7f7;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
@media (max-width: 979px) {
  .privacy-notice-inner {
    width: auto;
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .privacy-notice-inner {
    width: calc(100% - 30px);
  }
}
@media (max-width: 400px) {
  .privacy-notice-inner {
    padding: 30px 20px;
  }
}
.privacy-notice-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", Arial, Helvetica, Verdana, sans-serif;
}
.privacy-notice-scroll {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  overflow-y: auto;
}
.privacy-notice-text {
  font-size: 16px;
  line-height: 1.33333;
}
.privacy-notice-text a {
  font-size: inherit;
  color: #00bad2;
  text-decoration: underline;
}
.privacy-notice-text a:hover {
  color: #00707e;
}
.privacy-notice-text p {
  margin-bottom: 0;
}
@media (max-width: 670px) {
  .privacy-notice-text p:last-child {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .privacy-notice-description {
    font-size: 14px;
  }
}
.privacy-notice-settings {
  margin-top: 20px;
  text-align: center;
}
.privacy-notice .cookieman-settings-toggle {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  border: none;
  font-weight: 500;
}
.privacy-notice .cookieman-settings-toggle:hover {
  background: none;
  color: #00707e;
}
.privacy-notice #cookieman-settings.in {
  margin: 20px 0 0;
}
@media (max-width: 670px) {
  .privacy-notice #cookieman-settings.in {
    margin-bottom: 0;
  }
}
.privacy-notice #cookieman-settings form {
  margin-bottom: 0;
}
.privacy-notice #cookieman-settings .accordion-heading {
  position: relative;
  background: #ececec;
  border-color: #ececec;
}
.privacy-notice #cookieman-settings .accordion-heading input[type=checkbox] {
  position: absolute;
  left: 15px;
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.privacy-notice #cookieman-settings .accordion-heading .accordion-toggle {
  padding: 8px 15px 8px 40px;
  font-size: 16px;
}
.privacy-notice #cookieman-settings .accordion-heading .accordion-toggle:before {
  left: auto;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.privacy-notice #cookieman-settings .accordion-heading .accordion-toggle.collapsed:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.privacy-notice #cookieman-settings .accordion-inner {
  font-size: 14px;
  border-color: #ececec;
}
.privacy-notice #cookieman-settings table {
  background: none;
}
.privacy-notice #cookieman-settings .table th, .privacy-notice #cookieman-settings .table td {
  border-color: #dfdfdf;
}
.privacy-notice #cookieman-acco {
  margin-bottom: 0;
}
.privacy-notice-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  place-content: center;
  place-items: center;
  gap: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: none;
  margin: 30px 0 0;
  padding-top: 0;
  overflow: hidden;
}
@media (max-width: 670px) {
  .privacy-notice-buttons {
    margin-top: 10px;
    float: none;
    text-align: center;
  }
}
.privacy-notice-buttons .necessary-only {
  display: none !important;
}
.privacy-notice-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  place-items: center;
  place-content: center;
  margin: 0;
  padding: 0 20px;
  height: 45px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  border: none;
  color: #fff;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
@media (max-width: 480px) {
  .privacy-notice-button {
    width: 100%;
  }
}
.privacy-notice-button.necessary-only {
  display: block !important;
}
.privacy-notice-button.accept, .privacy-notice-button.necessary-only {
  background: #00bad2;
  border-radius: 5px;
}
.privacy-notice-button.accept:hover, .privacy-notice-button.necessary-only:hover {
  background: #00a8bd;
}

.yt-embed--inner {
  position: relative;
  overflow: hidden;
  background: #dfdfdf;
}
.yt-embed--inner:before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  pointer-events: none;
}
.active .yt-embed--inner:before {
  display: block;
}
.yt-embed--inner.ratio--1-1:before {
  padding-bottom: 100%;
}
.yt-embed--inner.ratio--3-2:before {
  padding-bottom: 66.66666%;
}
.yt-embed--inner.ratio--21-9:before {
  padding-bottom: 42.85714%;
}
.yt-embed--inner iframe {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.active .yt-embed--inner iframe {
  display: block;
}
.yt-embed--preview {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.active .yt-embed--preview {
  display: none;
}
.yt-embed--preview img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yt-embed--notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  place-items: center;
  place-content: center;
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  padding: 50px 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
}
.active .yt-embed--notice {
  display: none;
}
.ratio--1-1 .yt-embed--notice {
  aspect-ratio: 1/1;
}
.ratio--3-2 .yt-embed--notice {
  aspect-ratio: 3/2;
}
.ratio--21-9 .yt-embed--notice {
  aspect-ratio: 21/9;
}
.yt-embed--notice--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 0.5em;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .yt-embed--notice--title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    font-size: 25px;
  }
}
.yt-embed--notice--title .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  place-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.5em;
  height: 1.5em;
}
@media (max-width: 767px) {
  .yt-embed--notice--title .icon {
    width: 2em;
    height: 2em;
  }
}
.yt-embed--notice--title .icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.yt-embed--notice--title span {
  display: block;
}
.yt-embed--notice--text {
  font-size: 14px;
}
.yt-embed--notice--text a, .yt-embed--notice--text a:hover, .yt-embed--notice--text a:active {
  color: #ffffff;
}
.yt-embed--notice button {
  display: block;
  margin-top: 10px;
  padding: 10px 15px;
  background: #00a8bd;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.yt-embed--notice button:hover {
  background: #0095a8;
}
/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left: 0;
}
.nivo-nextNav {
	right: 0;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/**
 * Custom CONECTO Stylez
 */

/*
 * Bilder verstecken damit sie beim page load nicht alle gleichzeitig übereinander geladen werden
 */
#tx-cnheader img {
    display: none;
}
/* wenn jemand kein JS aktiviert hat, die Bilder schon zeigen... */
html.no-js #tx-cnheader img {
    display: block;
}

/**
 * Sonstige Anpassungen
 */
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url('../../../typo3conf/ext/cn_header/Resources/Public/Assets/nivo-slider/images/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url('../../../typo3conf/ext/cn_header/Resources/Public/Assets/nivo-slider/images/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}