/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger{padding:15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger-box{width:30px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{width:30px;height:4px;background-color:#000;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:before,.hamburger-inner:after{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx .hamburger-inner:before,.hamburger--3dx .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx.is-active .hamburger-inner,.hamburger--3dx:hover .hamburger-inner{background-color:transparent !important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx-r .hamburger-inner:before,.hamburger--3dx-r .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx-r.is-active .hamburger-inner,.hamburger--3dx-r:hover .hamburger-inner{background-color:transparent !important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy .hamburger-inner:before,.hamburger--3dy .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy.is-active .hamburger-inner,.hamburger--3dy:hover .hamburger-inner{background-color:transparent !important;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy-r .hamburger-inner:before,.hamburger--3dy-r .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy-r.is-active .hamburger-inner,.hamburger--3dy-r:hover .hamburger-inner{background-color:transparent !important;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy .hamburger-inner:before,.hamburger--3dxy .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy.is-active .hamburger-inner,.hamburger--3dxy.is-active:hover .hamburger-inner{background-color:transparent !important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy-r .hamburger-inner:before,.hamburger--3dxy-r .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy-r.is-active .hamburger-inner,.hamburger--3dxy-r.is-active:hover .hamburger-inner{background-color:transparent !important;transform:rotateX(180deg) rotateY(180deg) rotateZ(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:before,.hamburger--boring .hamburger-inner:after{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transform:rotate(-90deg);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1)}.hamburger--elastic .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s .275s ease}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(135deg);transition-delay:.075s}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-270deg);transition-delay:.075s}.hamburger--elastic-r .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s .275s ease}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-135deg);transition-delay:.075s}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(270deg);transition-delay:.075s}.hamburger--minus .hamburger-inner:before,.hamburger--minus .hamburger-inner:after{transition:bottom .08s 0s ease-out,top .08s 0s ease-out,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:before,.hamburger--minus.is-active .hamburger-inner:after{opacity:0;transition:bottom .08s ease-out,top .08s ease-out,opacity 0s .08s linear}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r .hamburger-inner:before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s .13s linear}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner,.hamburger--spring.is-active:hover .hamburger-inner{transition-delay:.22s;background-color:transparent !important}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .22s linear}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1)}.hamburger--stand .hamburger-inner{transition:transform .075s .15s cubic-bezier(.55,.055,.675,.19),background-color 0s .075s linear}.hamburger--stand .hamburger-inner:before{transition:top .075s .075s ease-in,transform .075s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand .hamburger-inner:after{transition:bottom .075s .075s ease-in,transform .075s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand.is-active .hamburger-inner,.hamburger--stand:hover .hamburger-inner{transform:rotate(90deg);background-color:transparent !important;transition:transform .075s 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear}.hamburger--stand.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top .075s .1s ease-out,transform .075s .15s cubic-bezier(.215,.61,.355,1)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom .075s .1s ease-out,transform .075s .15s cubic-bezier(.215,.61,.355,1)}.hamburger--stand-r .hamburger-inner{transition:transform .075s .15s cubic-bezier(.55,.055,.675,.19),background-color 0s .075s linear}.hamburger--stand-r .hamburger-inner:before{transition:top .075s .075s ease-in,transform .075s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r .hamburger-inner:after{transition:bottom .075s .075s ease-in,transform .075s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r.is-active .hamburger-inner,.hamburger--stand-r.is-active:hover .hamburger-inner{transform:rotate(-90deg);background-color:transparent !important;transition:transform .075s 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top .075s .1s ease-out,transform .075s .15s cubic-bezier(.215,.61,.355,1)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom .075s .1s ease-out,transform .075s .15s cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze .hamburger-inner{transition-duration:.075s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top .075s .12s ease,opacity .075s ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom .075s .12s ease,transform .075s cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .075s ease,opacity .075s .12s ease}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .075s ease,transform .075s .12s cubic-bezier(.215,.61,.355,1)}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner:before,.hamburger--vortex .hamburger-inner:after{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner:before,.hamburger--vortex.is-active .hamburger-inner:after{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r .hamburger-inner:before,.hamburger--vortex-r .hamburger-inner:after{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r.is-active .hamburger-inner:before,.hamburger--vortex-r.is-active .hamburger-inner:after{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}
@font-face{font-family:wprmenu;src:url(//blog.funkygog.de/wp-content/plugins/wp-responsive-menu/assets/css/../fonts/wprmenu.eot?p8o4s0);src:url(//blog.funkygog.de/wp-content/plugins/wp-responsive-menu/assets/css/../fonts/wprmenu.eot?p8o4s0#iefix) format('embedded-opentype'),url(//blog.funkygog.de/wp-content/plugins/wp-responsive-menu/assets/css/../fonts/wprmenu.ttf?p8o4s0) format('truetype'),url(//blog.funkygog.de/wp-content/plugins/wp-responsive-menu/assets/css/../fonts/wprmenu.woff?p8o4s0) format('woff'),url(//blog.funkygog.de/wp-content/plugins/wp-responsive-menu/assets/css/../fonts/wprmenu.svg?p8o4s0#wprmenu) format('svg');font-weight:400;font-style:normal}html.wprmenu-body-fixed{overflow:inherit}html.wprmenu-body-fixed body{position:fixed !important}#mg-wprm-wrap [class*=" icon-"],#mg-wprm-wrap [class^=icon-]{font-family:wprmenu!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#wprmenu_bar,#wprmenu_bar *{margin:0;padding:0;-moz-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;font-family:inherit;text-align:left;font-size:100%;font-weight:400}html body div.wprm-wrapper{z-index:999999}#wprmenu_bar img{border:0;border:none}.wprmenu_clear{clear:both !important;display:block !important;height:1px !important;margin:-1px 0 0 !important;width:1px !important}#wprmenu_bar{position:fixed;background:#4c656c;padding:10px 16px;cursor:pointer;overflow:hidden;height:42px;z-index:99999}#wprmenu_bar .menu_title{display:inline-block;line-height:35px;position:relative;top:-6px}#wprmenu_bar .menu_title a{display:inline-block;position:relative;top:4px}#wprmenu_bar .bar_logo{border:none;margin:0;padding:0 8px 0 0;width:auto;height:25px}#wprmenu_bar .wprmenu_icon{margin-right:5px}#wprmenu_bar div.hamburger{margin-top:-3px}.wpr_search .wpr-search-field{padding:5px !important;border:1px solid #ccc;max-width:103%;height:35px;outline:0}.search-menu{padding:14px}#wprmenu_bar .wprmenu_icon_menu{color:#f2f2f2;margin-right:5px}body{position:relative!important}body.admin-bar #wprmenu_bar{top:32px}.admin-bar #custom_menu_icon{margin-top:32px}#wprmenu_menu_ul .sub-menu{padding:0}#wprmenu_menu.wprmenu_levels ul li{display:block;overflow:hidden;border-bottom:1px solid #131212;border-top:1px solid #474747;position:relative}#mg-wprm-wrap ul li{margin:0}#mg-wprm-wrap ul li ul li ul li.wprmenu_parent_item_li,#mg-wprm-wrap ul li ul li.wprmenu_parent_item_li{padding-left:0}#mg-wprm-wrap ul li ul.sub-menu li{border:none;position:relative}html body #wprmenu_menu_ul li.wprmenu_parent_item_li>ul{margin-left:0!important}div#mg-wprm-wrap ul li span.wprmenu_icon{font-family:'wprmenu';position:absolute;right:10px;line-height:38px;padding:24px}div#mg-wprm-wrap ul#wprmenu_menu_ul>li>span.wprmenu_icon:before{right:3px}div#mg-wprm-wrap ul li span.wprmenu_icon:before{top:3px}div#mg-wprm-wrap ul li ul.sub-menu span.wprmenu_icon{margin-left:0}div#mg-wprm-wrap form.wpr-search-form{position:relative;padding:0;margin:0;max-width:600px;width:100%}div#mg-wprm-wrap form.wpr-search-form button.wpr_submit{position:absolute;top:0;right:5px;background-color:transparent;color:#000;width:35px;height:35px;padding:0 8px;border:none}html body #wprmenu_menu_ul li.wprmenu_parent_item_li>ul{padding:0 10px;margin:0}#mg-wprm-wrap{z-index:9999}#mg-wprm-wrap ul li a{text-decoration:none;z-index:9999}.wprmenu_bar #custom_menu_icon.hamburger{padding:10px 9px 2px;position:fixed;z-index:99999}.icon_default.wprmenu_icon_par:before{content:"\74";position:absolute}.icon_default.wprmenu_par_opened:before{content:"\6f"}.wprmenu_icon{position:relative;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;float:left}span.wprmenu_icon.wprmenu_icon_par{top:4px}.wprmenu_icon span{display:block;position:absolute;height:4px;background:#d3531a;border-radius:0;opacity:1;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}.wprmenu_icon.open span:nth-child(1),.wprmenu_icon.open span:nth-child(4){width:0;left:50%;top:18px}.wprmenu_icon span:nth-child(2),.wprmenu_icon span:nth-child(3){top:9px}.wprmenu_icon span:nth-child(4){top:18px}.wprmenu_icon.open span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.wprmenu_icon.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}#mg-wprm-wrap.cbp-spmenu-right.custom .menu_title{padding:15px;text-align:center}#mg-wprm-wrap li.menu-item-has-children{position:relative}.admin-bar #wprmenu_menu_ul{position:relative;z-index:9999;overflow:hidden;padding:50px 0}#mg-wprm-wrap canvas{position:absolute;z-index:99}#mg-wprm-wrap div.wpr_search{padding:13px}#wprmenu_menu_ul{padding:0 0 50px;margin:0;overflow:hidden}.custom #wprmenu_menu_ul{padding:0 0 10px}#wprmenu_menu_ul ul.sub-menu{margin-left:0}div.wpr-clear:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}#mg-wprm-wrap li.menu-item a{padding:13px 14px}#mg-wprm-wrap li.menu-item ul.sub-menu li.menu-item span{right:10px;padding:20px 20px 30px;line-height:38px}* html div.wpr-clear{height:1%}div.wpr-clear{display:block}@media only screen and (max-width:768px){.admin-bar #wprmenu_menu_ul{margin-top:0}div.wpr_search{padding-left:0!important;padding-right:0!important;margin-left:8px!important;width:92%!important}#mg-wprm-wrap div.wpr_search{margin-top:24px}}.cbp-spmenu{position:fixed;overflow:auto;height:100%;z-index:9999}.cbp-spmenu a{padding:1em;display:block}.admin-bar #mg-wprm-wrap.cbp-spmenu.custom{top:32px}#mg-wprm-wrap.cbp-spmenu-left,#mg-wprm-wrap.cbp-spmenu-right{top:42px}.admin-bar #mg-wprm-wrap.cbp-spmenu-left,.admin-bar #mg-wprm-wrap.cbp-spmenu-right{top:74px}.admin-bar .cbp-spmenu-bottom.cbp-spmenu-open,.admin-bar .cbp-spmenu-top.cbp-spmenu-open{top:74px!important}body.admin-bar .cbp-spmenu-bottom.custom.cbp-spmenu-open,body.admin-bar .cbp-spmenu-top.custom.cbp-spmenu-open{top:32px!important}@media only screen and (max-width:782px){.admin-bar #custom_menu_icon{margin-top:46px}body.admin-bar .cbp-spmenu-bottom.custom.cbp-spmenu-open,body.admin-bar .cbp-spmenu-top.custom.cbp-spmenu-open{top:46px!important}.admin-bar #mg-wprm-wrap.cbp-spmenu.custom,body.admin-bar #wprmenu_bar{top:46px}.admin-bar #mg-wprm-wrap.cbp-spmenu-left,.admin-bar #mg-wprm-wrap.cbp-spmenu-right{top:88px}.admin-bar .cbp-spmenu-top.cbp-spmenu-open,.admin-bar .cbp-spmenu-bottom.cbp-spmenu-open{top:88px!important}#wpr_iframe .admin-bar #mg-wprm-wrap.cbp-spmenu-left,#wpr_iframe .admin-bar #mg-wprm-wrap.cbp-spmenu-right{top:42px !important}}.cbp-spmenu-left{left:-100%}.cbp-spmenu-right{right:-100%}.cbp-spmenu-left.cbp-spmenu-open{left:0}.cbp-spmenu-right.cbp-spmenu-open{right:0}.cbp-spmenu-top{top:-100%!important}.cbp-spmenu-bottom{top:100%!important}.cbp-spmenu-bottom.cbp-spmenu-open,.cbp-spmenu-top.cbp-spmenu-open{top:42px!important}.cbp-spmenu-bottom.cbp-spmenu-open.custom,.cbp-spmenu-top.cbp-spmenu-open.custom{top:0!important}.cbp-spmenu-push{overflow-x:hidden;position:relative}.cbp-spmenu-push-toright{left:100%}.cbp-spmenu-push-toleft{left:-100%}.cbp-spmenu-push .cbp-spmenu-top{-webkit-transition:unset;-moz-transition:unset;transition:unset}.cbp-spmenu-push #mg-wprm-wrap.cbp-spmenu-top{position:static;width:100%;max-width:100%}.cbp-spmenu-push .cbp-spmenu-top #wprmenu_menu_ul{padding:0}.cbp-spmenu,.cbp-spmenu-push{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}html body .wprm-overlay.active{height:100%;width:100%;z-index:9999;position:fixed}#wprmenu_bar,#mg-wprm-wrap.custom .menu_title,#mg-wprm-wrap,.wpr_custom_menu #custom_menu_icon,.cbp-spmenu-push #mg-wprm-wrap.cbp-spmenu-top{display:none}.wprmenu_icon span:nth-child(1),#wprmenu_bar,html body .wprm-overlay.active,#mg-wprm-wrap.cbp-spmenu.custom{top:0}#wprmenu_bar,html body .wprm-overlay.active,.cbp-spmenu-push,.wprmenu_icon span{left:0}.wprmenu_icon span,#wprmenu_menu.wprmenu_levels ul li,html body div.wprm-wrapper,#wprmenu_bar,.wpr_search .wpr-search-field{width:103%}#wprmenu_menu_ul .sub-menu,#wprmenu_menu_ul,#wprmenu_bar,#wprmenu_bar *{list-style:none}
@font-face{font-family:'icomoon';src:url(//blog.funkygog.de/wp-content/plugins/wp-responsive-menu/inc/assets/icons/fonts/icomoon.eot?5ujmx2);src:url(//blog.funkygog.de/wp-content/plugins/wp-responsive-menu/inc/assets/icons/fonts/icomoon.eot?5ujmx2#iefix) format('embedded-opentype'),url(//blog.funkygog.de/wp-content/plugins/wp-responsive-menu/inc/assets/icons/fonts/icomoon.ttf?5ujmx2) format('truetype'),url(//blog.funkygog.de/wp-content/plugins/wp-responsive-menu/inc/assets/icons/fonts/icomoon.woff?5ujmx2) format('woff'),url(//blog.funkygog.de/wp-content/plugins/wp-responsive-menu/inc/assets/icons/fonts/icomoon.svg?5ujmx2#icomoon) format('svg');font-weight:400;font-style:normal}[class^=wpr-icon-],[class*=" wpr-icon-"]{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wpr-icon-store:before{content:"\e900"}.wpr-icon-cart2:before{content:"\e901"}.wpr-icon-basket:before{content:"\e902"}.wpr-icon-cart:before{content:"\e93a"}.wpr-icon-x:before{content:"\e687"}.wpr-icon-rss:before{content:"\e600"}.wpr-icon-rss-alt:before{content:"\e68c"}.wpr-icon-mail:before{content:"\e68d"}.wpr-icon-plus:before{content:"\e601"}.wpr-icon-minus:before{content:"\e602"}.wpr-icon-magnifying-glass:before{content:"\e603"}.wpr-icon-instagram:before{content:"\e688"}.wpr-icon-grid:before{content:"\e604"}.wpr-icon-search:before{content:"\e605"}.wpr-icon-twitter:before{content:"\e606"}.wpr-icon-plus2:before{content:"\e607"}.wpr-icon-minus2:before{content:"\e608"}.wpr-icon-search2:before{content:"\e609"}.wpr-icon-feed:before{content:"\e60a"}.wpr-icon-cancel:before{content:"\e60b"}.wpr-icon-home:before{content:"\e60c"}.wpr-icon-home2:before{content:"\e60d"}.wpr-icon-search3:before{content:"\e689"}.wpr-icon-menu:before{content:"\e60e"}.wpr-icon-point-right:before{content:"\e60f"}.wpr-icon-point-down:before{content:"\e610"}.wpr-icon-close:before{content:"\e611"}.wpr-icon-minus3:before{content:"\e612"}.wpr-icon-plus3:before{content:"\e613"}.wpr-icon-arrow-right:before{content:"\e614"}.wpr-icon-arrow-down:before{content:"\e615"}.wpr-icon-arrow-right2:before{content:"\e616"}.wpr-icon-arrow-down2:before{content:"\e617"}.wpr-icon-arrow-right3:before{content:"\e618"}.wpr-icon-arrow-down3:before{content:"\e619"}.wpr-icon-paragraph-justify:before{content:"\e61a"}.wpr-icon-paragraph-justify2:before{content:"\e61b"}.wpr-icon-mail2:before{content:"\e61c"}.wpr-icon-google:before{content:"\e61d"}.wpr-icon-googleplus:before{content:"\e61e"}.wpr-icon-googleplus2:before{content:"\e61f"}.wpr-icon-googleplus3:before{content:"\e620"}.wpr-icon-googleplus4:before{content:"\e621"}.wpr-icon-facebook:before{content:"\e622"}.wpr-icon-facebook2:before{content:"\e623"}.wpr-icon-facebook3:before{content:"\e624"}.wpr-icon-instagram2:before{content:"\e68a"}.wpr-icon-twitter2:before{content:"\e625"}.wpr-icon-twitter3:before{content:"\e626"}.wpr-icon-twitter4:before{content:"\e627"}.wpr-icon-feed2:before{content:"\e628"}.wpr-icon-feed3:before{content:"\e629"}.wpr-icon-feed4:before{content:"\e62a"}.wpr-icon-vimeo:before{content:"\e62b"}.wpr-icon-vimeo2:before{content:"\e62c"}.wpr-icon-vimeo3:before{content:"\e62d"}.wpr-icon-flickr:before{content:"\e62e"}.wpr-icon-flickr2:before{content:"\e62f"}.wpr-icon-flickr3:before{content:"\e630"}.wpr-icon-flickr4:before{content:"\e631"}.wpr-icon-deviantart:before{content:"\e632"}.wpr-icon-deviantart2:before{content:"\e633"}.wpr-icon-github:before{content:"\e634"}.wpr-icon-github2:before{content:"\e635"}.wpr-icon-github3:before{content:"\e636"}.wpr-icon-github4:before{content:"\e637"}.wpr-icon-github5:before{content:"\e638"}.wpr-icon-tumblr:before{content:"\e639"}.wpr-icon-tumblr2:before{content:"\e63a"}.wpr-icon-skype:before{content:"\e63b"}.wpr-icon-linkedin:before{content:"\e63c"}.wpr-icon-pinterest:before{content:"\e63d"}.wpr-icon-pinterest2:before{content:"\e63e"}.wpr-icon-search32:before{content:"\e63f"}.wpr-icon-basket2:before{content:"\e903"}.wpr-icon-basket3:before{content:"\e027"}.wpr-icon-magnifying-glass2:before{content:"\e037"}.wpr-icon-facebook5:before{content:"\e05d"}.wpr-icon-twitter5:before{content:"\e05e"}.wpr-icon-googleplus5:before{content:"\e05f"}.wpr-icon-rss2:before{content:"\e060"}.wpr-icon-tumblr3:before{content:"\e061"}.wpr-icon-linkedin2:before{content:"\e062"}.wpr-icon-dribbble:before{content:"\e063"}.wpr-icon-plus5:before{content:"\e656"}.wpr-icon-plus6:before{content:"\e657"}.wpr-icon-minus5:before{content:"\e658"}.wpr-icon-minus6:before{content:"\e659"}.wpr-icon-cancel2:before{content:"\e65a"}.wpr-icon-magnifier:before{content:"\e65b"}.wpr-icon-grid3:before{content:"\e65c"}.wpr-icon-grid4:before{content:"\e65d"}.wpr-icon-list:before{content:"\e65e"}.wpr-icon-add:before{content:"\e65f"}.wpr-icon-minus7:before{content:"\e660"}.wpr-icon-search7:before{content:"\e661"}.wpr-icon-shopping-bag2:before{content:"\e904"}.wpr-icon-shopping-cart2:before{content:"\e905"}.wpr-icon-add_shopping_cart:before{content:"\e854"}.wpr-icon-shopping_cart:before{content:"\e8cc"}.wpr-icon-remove_shopping_cart:before{content:"\e928"}.wpr-icon-shopping_basket:before{content:"\e8cb"}.wpr-icon-align-justify:before{content:"\e026"}.wpr-icon-search5:before{content:"\e036"}.wpr-icon-circle-plus:before{content:"\e040"}.wpr-icon-circle-minus:before{content:"\e041"}.wpr-icon-square-plus:before{content:"\e044"}.wpr-icon-square-minus:before{content:"\e045"}.wpr-icon-arrow-right4:before{content:"\e095"}.wpr-icon-arrow-down4:before{content:"\e097"}.wpr-icon-grid2:before{content:"\e102"}.wpr-icon-cross:before{content:"\e117"}.wpr-icon-menu2:before{content:"\e120"}.wpr-icon-ellipsis:before{content:"\e129"}.wpr-icon-times:before{content:"\e647"}.wpr-icon-plus4:before{content:"\e648"}.wpr-icon-minus4:before{content:"\e649"}.wpr-icon-arrow-right-thick:before{content:"\e64a"}.wpr-icon-th-menu:before{content:"\e64b"}.wpr-icon-arrow-down-thick:before{content:"\e64c"}.wpr-icon-times-outline:before{content:"\e64d"}.wpr-icon-plus-outline:before{content:"\e64e"}.wpr-icon-minus-outline:before{content:"\e64f"}.wpr-icon-th-small-outline:before{content:"\e650"}.wpr-icon-th-menu-outline:before{content:"\e651"}.wpr-icon-zoom-outline:before{content:"\e652"}.wpr-icon-arrow-down5:before{content:"\e653"}.wpr-icon-arrow-right5:before{content:"\e654"}.wpr-icon-search6:before{content:"\e655"}.wpr-icon-shopping-cart:before{content:"\f07a"}.wpr-icon-cart-plus:before{content:"\f217"}.wpr-icon-cart-arrow-down:before{content:"\f218"}.wpr-icon-shopping-bag:before{content:"\f290"}.wpr-icon-shopping-basket:before{content:"\f291"}.wpr-icon-search9:before{content:"\f002"}.wpr-icon-envelope-o:before{content:"\f003"}.wpr-icon-th-large:before{content:"\f009"}.wpr-icon-th:before{content:"\f00a"}.wpr-icon-th-list:before{content:"\f00b"}.wpr-icon-times2:before{content:"\f00d"}.wpr-icon-home3:before{content:"\f015"}.wpr-icon-align-justify2:before{content:"\f039"}.wpr-icon-chevron-right:before{content:"\f054"}.wpr-icon-plus-circle:before{content:"\f055"}.wpr-icon-minus-circle:before{content:"\f056"}.wpr-icon-arrow-right6:before{content:"\f061"}.wpr-icon-arrow-down6:before{content:"\f063"}.wpr-icon-plus7:before{content:"\f067"}.wpr-icon-minus8:before{content:"\f068"}.wpr-icon-chevron-down:before{content:"\f078"}.wpr-icon-twitter-square:before{content:"\f081"}.wpr-icon-facebook-square:before{content:"\f082"}.wpr-icon-linkedin-square:before{content:"\f08c"}.wpr-icon-github-square:before{content:"\f092"}.wpr-icon-twitter6:before{content:"\f099"}.wpr-icon-facebook6:before{content:"\f09a"}.wpr-icon-github6:before{content:"\f09b"}.wpr-icon-hand-o-right:before{content:"\f0a4"}.wpr-icon-hand-o-down:before{content:"\f0a7"}.wpr-icon-arrow-circle-right:before{content:"\f0a9"}.wpr-icon-arrow-circle-down:before{content:"\f0ab"}.wpr-icon-tasks:before{content:"\f0ae"}.wpr-icon-bars:before{content:"\f0c9"}.wpr-icon-pinterest3:before{content:"\f0d2"}.wpr-icon-pinterest-square:before{content:"\f0d3"}.wpr-icon-google-plus-square:before{content:"\f0d4"}.wpr-icon-google-plus:before{content:"\f0d5"}.wpr-icon-envelope:before{content:"\f0e0"}.wpr-icon-linkedin3:before{content:"\f0e1"}.wpr-icon-angle-double-right:before{content:"\f101"}.wpr-icon-angle-double-down:before{content:"\f103"}.wpr-icon-angle-right:before{content:"\f105"}.wpr-icon-angle-down:before{content:"\f107"}.wpr-icon-github-alt:before{content:"\f113"}.wpr-icon-ellipsis-h:before{content:"\f141"}.wpr-icon-rss-square:before{content:"\f143"}.wpr-icon-toggle-down:before{content:"\f150"}.wpr-icon-toggle-right:before{content:"\f152"}.wpr-icon-youtube-square:before{content:"\f166"}.wpr-icon-youtube:before{content:"\f167"}.wpr-icon-instagram3:before{content:"\f16d"}.wpr-icon-apple:before{content:"\f179"}.wpr-icon-android:before{content:"\f17b"}.wpr-icon-skype2:before{content:"\f17e"}.wpr-icon-vimeo-square:before{content:"\f194"}.wpr-icon-cart3:before{content:"\e906"}.wpr-icon-bag:before{content:"\e907"}.wpr-icon-facebook4:before{content:"\e640"}.wpr-icon-twitter-old:before{content:"\e641"}.wpr-icon-feed5:before{content:"\e642"}.wpr-icon-bird:before{content:"\e643"}.wpr-icon-search4:before{content:"\e644"}.wpr-icon-pointer:before{content:"\e645"}.wpr-icon-pointer2:before{content:"\e646"}.wpr-icon-shopping-bag3:before{content:"\e908"}.wpr-icon-shopping-basket2:before{content:"\e909"}.wpr-icon-shopping-cart3:before{content:"\e90a"}.wpr-icon-search10:before{content:"\e68b"}.wpr-icon-cross2:before{content:"\e663"}.wpr-icon-minus9:before{content:"\e664"}.wpr-icon-plus8:before{content:"\e665"}.wpr-icon-layout:before{content:"\e666"}.wpr-icon-list2:before{content:"\e667"}.wpr-icon-video:before{content:"\e668"}.wpr-icon-arrow-down7:before{content:"\e669"}.wpr-icon-arrow-right7:before{content:"\e66a"}.wpr-icon-arrow-down8:before{content:"\e66b"}.wpr-icon-arrow-right8:before{content:"\e66c"}.wpr-icon-arrow-down9:before{content:"\e66d"}.wpr-icon-arrow-right9:before{content:"\e66e"}.wpr-icon-arrow-down10:before{content:"\e66f"}.wpr-icon-arrow-right10:before{content:"\e670"}.wpr-icon-arrow-down11:before{content:"\e671"}.wpr-icon-uniE672:before{content:"\e672"}.wpr-icon-arrow-right11:before{content:"\e673"}.wpr-icon-github62:before{content:"\e674"}.wpr-icon-flickr5:before{content:"\e675"}.wpr-icon-flickr6:before{content:"\e676"}.wpr-icon-vimeo4:before{content:"\e677"}.wpr-icon-vimeo5:before{content:"\e678"}.wpr-icon-twitter7:before{content:"\e679"}.wpr-icon-facebook7:before{content:"\e67a"}.wpr-icon-facebook8:before{content:"\e67b"}.wpr-icon-facebook9:before{content:"\e67c"}.wpr-icon-googleplus6:before{content:"\e67d"}.wpr-icon-googleplus7:before{content:"\e67e"}.wpr-icon-pinterest4:before{content:"\e67f"}.wpr-icon-pinterest5:before{content:"\e680"}.wpr-icon-tumblr4:before{content:"\e681"}.wpr-icon-linkedin4:before{content:"\e682"}.wpr-icon-linkedin5:before{content:"\e683"}.wpr-icon-instagram4:before{content:"\e684"}.wpr-icon-skype3:before{content:"\e685"}.wpr-icon-skype4:before{content:"\e686"}.wpr-icon-cart4:before{content:"\e90b"}.wpr-icon-search8:before{content:"\e662"}
html,body{scroll-behavior:smooth}html,body{background:#f6f6f6;color:#4e4e4e;font-size:100.01%;font-family:Verdana,Arial,'Trebuchet MS',Helvetica,sans-serif;text-align:left;margin:0;padding:0;height:100%}#wrapper{background:url(//blog.funkygog.de/wp-content/themes/funkygog-theme/images/footer-fade.webp) repeat-x scroll left bottom transparent;position:relative;min-height:100%;height:auto !important}.frame{max-width:1180px;margin:0 auto;overflow:auto;padding-bottom:126px}#content,#content-wide{float:left;line-height:1.5em;font-size:.9em}#content{width:66%}#content-wide{width:80%}.post{background:#fff}.entrytxt{background:#fff;padding-left:40px}.post-container{background:url("https://house-of-chicago.de/data/load/img/bg-input.webp") repeat-x scroll left top #fff;border:1px solid #ddd;padding:20px 30px 10px}.post_left{float:left;width:20%;margin-right:5%}.post_right{float:left;width:75%}.single .post-container,.page .post-container{margin-top:0;border:1px solid #ddd;padding-bottom:20px}.post-container:hover{border:1px solid #ccc}#header{background:url(//blog.funkygog.de/wp-content/themes/funkygog-theme/images/headerkachel.webp) repeat-x scroll left top #fff;text-align:left;width:100%;height:137px;margin:0 auto;cursor:pointer}#head-content{background:url(//blog.funkygog.de/wp-content/themes/funkygog-theme/images/headerimg.webp) no-repeat top right transparent;height:137px;width:1180px;margin:0 auto}#head-content .name{color:#999;cursor:pointer;font-size:3em;line-height:2em;padding-left:30px;text-shadow:2px 2px 0 #efefef}#footer{background:url(//blog.funkygog.de/wp-content/themes/funkygog-theme/images/tonarm_.webp) no-repeat top left transparent;clear:both;position:absolute;height:126px;width:100%;bottom:0}.spalter2{width:45%;float:left;margin-right:5%}.spalter3{width:30%;float:left;font-size:.9em;margin-right:3%}.spalter3end{width:30%;float:right;font-size:.9em;margin-right:0}.spalter2v3{width:60%;float:left;margin-right:15px}.kachel{text-align:center;margin-bottom:10px;min-height:310px}.kachel img{border:1px solid #ddd;height:200px;width:auto;box-shadow:6px 6px 8px silver}.kachel img:hover{border:1px solid #ccc;box-shadow:none}h1,h2,h3,h4,h5,h6{color:#777;padding:0}h4,h5,h6{font-size:1em;letter-spacing:.2em;margin-top:2%;margin-bottom:1%}h1 a,h2 a,h3 a,h4 a{color:#669}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover{color:#0b25ff}h2.entry-title{font-size:1.6em}h1.entry-title a,h2.entry-title a{margin-bottom:10px;font-weight:400;display:block;line-height:1.4em}small{font-size:.8em;line-height:1.4em}.smaller{font-size:.8em}a{color:#007;text-decoration:none}a:hover{color:#c00}code{font-size:12px;color:#507baf;border-bottom:1px dotted #ddd;line-height:1.45em}blockquote{border-bottom:1px dotted #bbb}blockquote p{color:#1f5656;font-family:Georgia,serif;font-size:1em;line-height:1.4em}blockquote p:before{content:' „ ' ' ';color:green;font-family:Georgia,serif;font-size:3em;margin-left:-25px}blockquote p:after{content:' ' ' “ ';color:green;font-family:Georgia,serif;font-size:3em;margin-right:-25px;float:right;clear:both}blockquote cite{color:#1f5656;font-size:.8em}.blocker{margin:0;padding-left:10px;border-left:10px solid #f6f6f6}ul{list-style-image:url("https://house-of-chicago.de/data/load/img/actarrow.png");margin:5px 5px 5px 30px;padding:0}ol{margin:5px 5px 5px 30px;padding:0}li{margin-bottom:4px}form{margin:0;padding:0}.center{text-align:center}img{border:none}img-float-left{float:left;margin:20px 0;border:none}img-float-right{float:right;border:none}#gallery-1 img{border:none}figure{display:inline-block}figcaption{font-family:Arial,'Trebuchet MS',Helvetica,sans-serif;font-size:.8em;line-height:1.3em;text-align:center;margin:0;caption-side:bottom}.red{color:red}hr,.wp-block-separator{border:1px dashed #bbb;clear:both;margin:10px 0}.sidebar .wp-block-separator{margin:20px 0}.lin{background:#ccc;height:2px;border-top:1px solid #aaa;border-bottom:3px solid #eee;margin-bottom:20px}.lin_break{background:url("https://house-of-chicago.de/data/load/img/bg-input.webp") repeat-x scroll left top #fff;border-top:1px solid #ddd;margin:10px -30px 0;padding:15px 30px 0}.blogspecial a:before{font-family:FontAwesome;content:"\f05a";padding-right:4px;font-weight:400}.cat-intro{font-size:.7em}.cat-intro h1{font-weight:100;color:#222}.cat-intro h1 a{color:#007}.cat-intro h1 a:hover{color:red}.archive-meta{font-style:italic}.Musik-Buchstabe a{background:linear-gradient(#fff 70%,#f5f5f5);font-family:monospace,monospace;font-size:1.6em;padding:4px 8px;margin:2px;line-height:2em;border-radius:4px;box-shadow:1px 3px 3px #eee;border:1px solid #ccc!important}.Musik-Buchstabe a:hover{background:linear-gradient(#f5f5f5,#fff 70%);box-shadow:none}#abc-menu ul li{display:inline;font-family:monospace,monospace;font-size:1.2em}#abc-menu ul li:before{display:none}#abc-menu li a{text-decoration:none;padding:2px 4px;margin-right:5px;border-radius:2px}#abc-menu li a.selected{background:#07b;color:#fff}#abc-menu li a:hover{background:#fff;color:red;text-decoration:none}.az-header{border:1px solid #ddd;background:linear-gradient(#fff 70%,#f5f5f5);margin-bottom:16px}.ma-button a:before{font-family:FontAwesome;content:"\f0a1";padding-right:8px}.ma-button a:hover{border-color:#aaa}.entrytxt img{margin:0;padding:5pt;border:1px solid #ccc;vertical-align:middle}.entrytxt a:hover img{background:url("https://house-of-chicago.de/data/load/img/stripe_ef_60.png") repeat-x scroll center -20px #efefef}.entrytxt .noframe img{border-color:#fff}.entrytxt a{color:#689;font-weight:700}.entrytxt a:hover{color:#c00}.entry-title a{display:block;border-bottom:2px solid #ccc;padding-bottom:5px}.entry-title a:hover{border-color:#aaa}.entrytxt a[href$='.txt']{background:#fff;margin-top:10px;margin-left:5px;line-height:2em;padding:4px 6px;border:1px solid #ddd;border-radius:3px}.entrytxt a[href$='.txt']:hover{background-color:#efefef;border-color:#ccc}.entrytxt a[href$='.txt']::before{content:"\00bb";padding-right:4px}.entrytxt a[href$='.txt']::after{font-weight:400;font-family:FontAwesome;content:"\f15b";padding-left:8px}.meta-update,.meta-autor{color:#aaa;font-size:.9em}.meta-code{display:none}.post-kat a{background:#eee;padding:2px 8px;border-radius:4px}.disko-link{background:url("https://house-of-chicago.de/data/load/img/stripe_ef_60.png") repeat-x scroll top #efefef;border:1px solid #ccc;border-radius:5px;padding:8px 16px;margin-bottom:2em;box-shadow:0px 3px 8px #ddd}.disko-link:hover{background:#efefef;border-color:#aaa}.disko-link a{display:block}.disko-link a:before{font-family:FontAwesome;content:"\f05a";padding-right:10px;font-size:1.3em;font-weight:400}.infos{background:#f6f6f6 none no-repeat scroll 5px center;border-bottom:1px solid #444;border-top:1px solid #444;font-size:1em;line-height:1.25em;margin:15px 0;padding:8px}.infocomments{background:url("https://house-of-chicago.de/data/load/img/stripe_ef_60.png") repeat-x scroll center -20px #efefef;border:1px solid #ccc;margin:20px 0;padding:5px 30px}ul.laufend{background:linear-gradient(#fff 70%,#f5f5f5);margin:0;padding:5px 10px;border:1px solid #ccc;border-radius:10px}.laufend li{display:inline-block;line-height:1.7em;padding:0 5px}ul.laufend li:before{display:none}ul.laufend li a:after{font-family:FontAwesome;content:"\f0fe";color:#ddd;padding-left:4px;padding-right:2px}ul.laufend li a:hover:after{color:red}.listeaz ul{margin:0}.listeaz ul li{display:block;list-style:none;list-style-image:none;margin:0}.listeaz ul li:nth-of-type(odd){background-color:#f6fbfe}.listeaz ul li a{display:block;line-height:1.7em;width:100%;border-bottom:1px dotted #fff;font-weight:400;color:#4e4e4e}.listeaz ul li a:hover{border-bottom-color:#b93e0a}.listeaz ul li a:before{content:"\203A";padding-right:8px;padding-left:2px}.listeaz ul li a:hover:before{padding-right:5px;padding-left:5px}.discobox{background:linear-gradient(#f5f5f5,#fff 70%);display:inline-block;width:31%;float:left;height:60px;margin-right:2%;margin-bottom:10px;font-family:Arial,'Trebuchet MS',Helvetica,sans-serif;font-size:1.05em;border:1px solid #eee;border-radius:6px}.discobox:hover{background:#f5f5f5}.discobox img{float:left;width:50px;height:50px;border:none;margin-right:5px;padding:5px}.discobox a{display:block;border:none;height:60px}#sidebar,#sidebar-solo{float:left;padding-top:30px;font-size:.8em}#sidebar{margin-left:30px;width:31%}#sidebar-solo{margin-left:20px;width:18%}.sidebar a{color:#3f3f3f}.sidebar a:hover{color:#c00;border:none}.sidebar p{text-align:left}.sidebar ul{list-style:none;list-style-image:none;margin:0;padding-top:5px}.sidebar ul li{list-style:none;line-height:1.4em;margin:0;padding:7px 15px;border-bottom:1px dotted #ccc}.sidebar ul li:hover{background-color:#eee;background:url("https://house-of-chicago.de/data/load/img/actarrow.png") no-repeat scroll left center transparent;border-bottom-color:#b93e0a;text-decoration:none}.sidebar ul li a{display:block}.sidebar li:last-child{border-bottom:none}.sidebar img{margin:0;padding:0;vertical-align:middle}.sponsor{text-align:center}.sidebar-ads{background:#fff none repeat scroll 0 0;text-align:center}.wp-block-search__input{background:linear-gradient(#f5f5f5,#fff 70%);text-indent:10px}.wp-block-search__input:focus{background:linear-gradient(#fff 70%,#f5f5f5)}.wp-block-search__input:focus::placeholder{color:transparent}.searchbox{width:100%;margin-bottom:50px}.search-field{float:left;font-size:1.2em;text-indent:10px;background:#eee;border-color:#ccc #fff #fff #ccc;border-style:solid;border-width:1px;height:27px;width:80%;color:grey}.search-field:focus{background:#fff;text-indent:10px;box-shadow:1px 1px 2px #bbb}.search-submit{float:left;height:27px;font-size:1.2em}.searchresult-block{margin:0}.searchresult-block li a{display:block}.searchresult ul li{margin-bottom:5px}.searchresult ul li:nth-of-type(odd){background-color:#f6f6f6}.searchtitle{padding-top:5px;font-weight:700;display:block}.searchthumb{float:left;padding-right:20px}.searchthumb img{width:50px;height:50px;margin:0;padding:0}.metasingle{background:#fff;margin-top:-10px}.metasingle img{vertical-align:middle}.weiterlesen{background:#fff;border:1px solid #eee;border-radius:4px;box-shadow:5px 5px 10px #eee;float:right;padding:4px 8px}.weiterlesen:hover{background-color:#f1fafa;border-color:#ccc;box-shadow:none}.weiterlesen a:after{font-family:FontAwesome;content:"\f101";padding-left:4px;padding-right:4px}.weiterlesen a:hover:after{padding-left:6px;padding-right:2px}#footer a{color:#555}#footer a:hover{color:#c00}.footcontent{padding-top:60px;padding-left:100px}.footcontent p{margin:0}.footer-zeile ul li{display:inline;font-size:.9em;margin-right:10px}.footer-zeile li a:before{content:"\203A";padding-right:4px}.jumper{background:#fff;border:1px solid #ddd;border-radius:6px 6px 0 0;bottom:0;padding:3px 6px;position:fixed;right:1%}@media only screen and (min-width:220px) and (max-width:759px){#header,#head-content,#head-content .name{display:none}body{background:#eee}#wrapper{max-width:100%;margin:0 auto}#header{height:60px}#head-content{background:0 0;height:60px}#head-content .name{padding-left:10px;font-size:2em;text-shadow:none}.frame{max-width:100%;margin:0 auto;overflow:hidden;padding-bottom:80px}h1.entry-title{font-size:1.6em}h2.entry-title{font-size:1.3em}.search-field{background:#fff;width:90%;margin-bottom:20px}.search-submit{display:none}.entrytxt{padding:0 0 1em}.post-container,.single .post-container,.page .post-container{margin-bottom:1em;padding:0 7px;border:1px solid #fff}#content,#content-wide{clear:both;width:100%;float:none;padding:0}.spalter2,.spalter2v3,.spalter3,.spalter3end{clear:both;float:none;width:95%}.discobox{clear:both;width:75%;float:none}.socialbutton{clear:both;padding:0}.listeaz ul{margin:0}.listeaz ul li a:before{content:"";padding-right:1px;padding-left:2px}#abc-menu{display:none}#sidebar,#sidebar-solo{clear:both;width:90%;float:none;margin:0 auto;padding-top:20px;font-size:1em}img{max-width:100%;height:auto}#footer{clear:both;width:100%;height:auto;float:none;background:#ccc;border-top:1px solid green}.footcontent{clear:both;width:100%;float:none;padding:10px;padding-bottom:30px;margin:0;font-size:1em}.footer-zeile li{border:none}.footer-zeile li a:before{padding-right:3px}}
#nav-main{font-size:.9em;height:37px;width:1180px;text-align:left;margin:0 auto;margin-top:-47px}#nav-main .menu,.menu *{margin:0;padding:0;list-style:none}#nav-main .menu{width:100%;line-height:1.0}#nav-main .menu ul{position:absolute;top:-999em;width:10em}#nav-main .menu ul li{width:100%}#nav-main ul li:before{display:none}#nav-main .menu li{float:left;height:37px;position:relative;border-right:1px solid #ddd;background:#55bb3d}#nav-main .menu li:hover{visibility:inherit}#nav-main .menu li.selected,#nav-main .menu li.current-cat,#nav-main .menu li.current-cat-parent,#nav-main .menu li.current_page_item,#nav-main .menu li.current_page_parent,#nav-main .menu li.current_page_ancestor{background:#fff}#nav-main .menu li li{height:auto;background:#ddd}#nav-main .menu li:hover,#nav-main .menu li.wpm-hover,#nav-main .menu a:focus,#nav-main .menu a:hover,#nav-main .menu a:active{text-decoration:none;background:#bbb;outline:0}#nav-main .menu a{display:block;position:relative;border:0;padding:.75em 1em;text-decoration:none;color:#fff}#nav-main .menu li.selected a,#nav-main .menu li.current-cat a,#nav-main .menu li.current-cat-parent a,#nav-main .menu li.current_page_item a,#nav-main .menu li.current_page_parent a,#nav-main .menu li.current_page_ancestor a{color:#000}#nav-main .menu li li a{border:0;padding:.75em 1em;text-decoration:none;border-top:1px solid #fff}#nav-main .menu li li a,#nav-main .menu li li a:link,#nav-main .menu li li a:visited{color:#444}#nav-main .menu li li a:hover{color:#fff}#nav-main .menu li:hover ul{left:0;top:2.5em;z-index:99}#nav-main ul.menu li:hover li ul{top:-999em}#nav-main ul.menu li li:hover ul{left:10em;top:0}#nav-main ul.menu li li:hover li ul{top:-999em}#nav-main ul.sub-menu li ul{display:none}#nav-footer .menu li{background:0 0;height:1em;border:none}@media only screen and (min-width:320px) and (max-width:759px){#nav-main ul{display:none}#nav-footer{clear:both;padding-top:10px;font-size:1.3em}}
@font-face{font-family:'FontAwesome';src:url(//blog.funkygog.de/wp-content/themes/funkygog-theme/font/fonts/FontAwesome.eot?gljz09);src:url(//blog.funkygog.de/wp-content/themes/funkygog-theme/font/fonts/FontAwesome.eot?gljz09#iefix) format('embedded-opentype'),url(//blog.funkygog.de/wp-content/themes/funkygog-theme/font/fonts/FontAwesome.ttf?gljz09) format('truetype'),url(//blog.funkygog.de/wp-content/themes/funkygog-theme/font/fonts/FontAwesome.woff?gljz09) format('woff'),url(//blog.funkygog.de/wp-content/themes/funkygog-theme/font/fonts/FontAwesome.svg?gljz09#FontAwesome) format('svg');font-weight:400;font-style:normal;font-display:block}[class^=fa-],[class*=" fa-"]{font-family:'FontAwesome' !important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-asterisk:before{content:"\f069"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-music:before{content:"\f001"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-check:before{content:"\f00c"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-home:before{content:"\f015"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-info-circle:before{content:"\f05a"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-exclamation-circle:before{content:"\f06a"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-folder-open:before{content:"\f07c"}.fa-caret-right:before{content:"\f0da"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-right:before{content:"\f101"}.fa-minus-square:before{content:"\f146"}.fa-check-square:before{content:"\f14a"}.fa-file-text:before{content:"\f15c"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-mixcloud:before{content:"\f289"}
.lightweight-accordion{margin:1em 0;border:1px solid #ddd;background:#fff}.lightweight-accordion .lightweight-accordion-title{display:list-item;background:linear-gradient(#fff 70%,#f5f5f5);padding:6px 12px 6px 18px;cursor:pointer}.lightweight-accordion-title:after{font-family:'fontawesome';content:"\f0fe";float:right;clear:both}.lightweight-accordion-title:hover{color:#c00;background:linear-gradient(#f5f5f5,#fff 70%)}.lightweight-accordion .lightweight-accordion-body{padding:10px}.lightweight-accordion.bordered .lightweight-accordion-body{border:2px solid #f1f2f6;border-top:0}.lightweight-accordion details[open] summary~*{animation:lwopen .5s ease-in-out}.lightweight-accordion .lightweight-accordion-title p,.lightweight-accordion .lightweight-accordion-title span,.lightweight-accordion .lightweight-accordion-title h1,.lightweight-accordion .lightweight-accordion-title h2,.lightweight-accordion .lightweight-accordion-title h3{display:inline;font-weight:400}.lightweight-accordion .lightweight-accordion-title span{font-size:1.1em}details[open] .lightweight-accordion-title:after{font-family:'fontawesome';content:"\f146"}details[open] .lightweight-accordion-title{background:linear-gradient(#f5f5f5,#fff 70%)}@keyframes lwopen{0%{opacity:0}100%{opacity:1}}#akkordeon:not(:target) .inhalt,#akkordeon:not(:target) .hide,#akkordeon:target .show{display:none}#akkordeon:target .inhalt{display:block}.inhalt{padding:20px 20px 1px;margin:0 0 10px}.show,.hide{padding:8px 12px;background:linear-gradient(#fff 70%,#f5f5f5);color:#444;border-radius:8px;border:1px solid #ccc;font-weight:400}.show:hover,.hide:hover{background:#bbb;color:#fff!important;transition:.2s all ease-in-out!important}.show:before{font-family:'fontawesome';content:"\f054";padding-right:8px}.hide:before{font-family:'fontawesome';content:"\f077";padding-right:8px}
.commentintro{color:#777;font-weight:100}.commentlist{list-style:none;clear:both}.commentlist li.alt{background:#f9f9f9;border-top:1px dotted #bbb;border-bottom:1px dotted #bbb}.commentlist a{color:#689;font-weight:700}.commentlist a:hover{color:#c00}.commentauthor{padding-top:5px;margin-bottom:0}.commentmetadata{padding:0 10px}.gravatar{float:left;display:inline;padding:0 10px}.gravatar a img{background:#fff;border:none;box-shadow:2px 2px 4px #bbb}.gravatar a:hover img{border:none}.commentcount{float:right;font-size:2em;padding:0}.commentcount a{color:#eee}.commentcount a:hover{color:#bbb;border:none}.commenttext{padding:0 10px}.commenttext li{border:none;margin-bottom:4px;padding:0}.commentfeed{background:url("https://house-of-chicago.de/data/load/img/comment_feed.jpg") no-repeat scroll left top transparent;border:none;padding:0;text-indent:15px}.commentmetadata{font-size:.8em;color:#bbb;font-weight:100}.commentmetadata a{color:#aaa;font-weight:100}#pingcontainer{margin-top:15px}.ping-text{color:#777;font-size:.85em;padding-top:4px;padding-left:8px;border-left:6px solid #f1fafa}.pings{border-top:1px solid #fff;border-bottom:1px solid #fff;margin-bottom:0;padding:5px}.pings:hover{background:#f9f9f9;border-top:1px dotted #bbb;border-bottom:1px dotted #bbb}li .pings:hover a{display:block}#commentform{margin-top:10px}#commentform label{color:#444;padding-left:10px}#commentform textarea{font-size:1.2em;background:url(https://house-of-chicago.de/data/load/img/bg-input_.jpg) repeat-x scroll left bottom #fff;width:90%;border:1px solid #ddd;padding:5px}textarea:focus,input[type=text]:focus{padding:5px;background:#fff}#commentform #submit{font-size:1.2em;border-radius:4px;padding:4px 18px}#commentform #submit:hover{color:green}@media only screen and (min-width:220px) and (max-width:759px){.commentlist{margin:0}}
.sp-pcp-post .sp-pcp-title,.sp-pcp-post .sp-pcp-title a{font-size:12px;line-height:1.3em;color:#ddd}.pcp-carousel-wrapper .sp-pcp-carousel{padding-bottom:0}.lastViewedItem a{font-weight:400}.lastViewedContent a{height:50px;display:block}#linkpartner{color:#888;margin-bottom:15px}.linkpartner p{padding:0 15px;line-height:1.4em}.linkpartner a{color:#555;border-bottom:1px dotted #bbb}.linkpartnergoogle,.linkpartneramazon{text-align:center;margin-top:25px}.shariff-container{margin-top:15px}.shariff-button{border-radius:6px;box-shadow:2px 2px 8px #ddd}.shariff-button:hover{box-shadow:2px 2px 8px transparent}@media only screen and (min-width:220px) and (max-width:759px){li.relatedpost{float:none;width:96%;border:1px solid #eee;padding:5px}}
@charset "UTF-8";@media print{#header p,#header img,#header form,#respond,#main-nav,#footer,#searchform,#s,#submit,#sidebar,#sidebar-solo,#comment p,#commentator,#commentform,#commentform p,#cachestats,select,input,textarea,checkbox,dd,.navigation,.navigate-small,#postmetadata,.subscribe,.backlinksell,#menuleiste,#menubar,#mini-nav,#toparrow{display:none}body{width:100%;text-align:left;margin:0;padding:0;font:12pt Garamond,Palatino,"Times New Roman",Times,serif;color:#000;background:#fff url(//blog.funkygog.de/wp-content/themes/funkygog-theme/css/none)}h1,h2,h3,h4,h5,h6{font-weight:700;margin:.75em 0 .5em;text-align:left;page-break-after:avoid}h1{text-align:center;padding:0 0 .5em;border-bottom:1px solid #ccc}p{margin:.5em;font-stretch:expanded}div.spoiler_div{display:block !IMPORTANT}.accordionContent{display:block !IMPORTANT;margin-left:15px}.spalter2,.spalter3,.spalter4,.spalter4end{float:left}*[cite]:after{content:close-quote" (Quelle: "attr(cite)")";font-size:.7em}*{quotes:"\201E" "\201C" "\201A" "\2018"}q:before,blockquote:before{content:open-quote}q:after,blockquote:after{content:close-quote}blockquote,q,cite{padding-left:.1em}acronym,abbr{border:none}.code,pre{font:.7em 'Courier New',Courier,Fixed;padding-left:1em}.code a[href]:after{content:""}img{padding:.5em;border:none}}
.wp-pagenavi{clear:both;background:url("https://house-of-chicago.de/data/load/img/bg-input.webp") repeat-x scroll left top #fff;border:1px solid #ddd;padding:20px 30px}.wp-pagenavi a,.wp-pagenavi span{background:#fff;padding:4px 6px;font-size:15px;text-decoration:none;border:1px solid transparent}.wp-pagenavi .previouspostslink,.wp-pagenavi .nextpostslink{box-shadow:4px 4px 10px #aaa}.wp-pagenavi .previouspostslink:hover,.wp-pagenavi .nextpostslink:hover{box-shadow:4px 4px 10px transparent}.wp-pagenavi a:hover,.wp-pagenavi span.current{background:#bbb;color:#fff;border:1px solid #afafaf}.wp-pagenavi span.current{font-weight:700}
.lastViewedList{list-style-type:none;margin:0}.lastViewedList li.lastViewedItem{list-style-type:none}.lastViewedList li.clearfix:before,.lastViewedList li.clearfix:after{content:" ";display:table}.lastViewedList li.clearfix:after{clear:both}.lastViewedThumb{float:left;margin:6px 6px 6px 0}.widget .lastViewedThumb:hover{text-decoration:none;box-shadow:none}.lastViewedThumb img{width:48px;height:auto}.lastViewedTitle{font-weight:700}.lastViewedExcerpt{margin-bottom:18px;display:block}.lastViewedExcerpt .more-link{display:none !important}
.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:0 0;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr{content-visibility:auto}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
.shariff{display:block !important;clear:both}.shariff ul{display:flex;flex-direction:row;flex-flow:row wrap;padding:0 !important;margin:0 !important}.shariff li{height:35px;box-sizing:border-box;list-style:none !important;overflow:hidden !important;margin:5px !important;padding:0 !important;text-indent:0 !important;border-left:0 none !important}.shariff a{position:relative;display:block !important;height:35px;padding:0;margin:0;box-sizing:border-box;border:0;text-decoration:none;background-image:none !important;text-align:left;box-shadow:none;cursor:pointer}.shariff a:hover{color:#fff;background-color:inherit !important;text-decoration:none !important}.shariff a:visited{color:inherit}.shariff .shariff-count{position:absolute;height:33px;top:0;right:0;margin:1px;padding:0 8px;background-color:rgba(255,255,255,0.5)}.shariff .shariff-count,.shariff .shariff-text{font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:36px;vertical-align:top}.shariff .shariff-text{padding-left:3px}.shariff .shariff-icon svg{width:32px;height:20px;padding:7px 1px;box-sizing:content-box !important}.shariff-button::before{content:none !important}.shariff .shariff-buttons .shariff-text-white{color:#fff}.shariff .shariff-buttons .shariff-hidezero{opacity:0}.shariff .theme-default a{color:#fff !important}.shariff .theme-default .shariff-icon svg path{fill:#fff}.shariff .theme-color .shariff-count{background-color:transparent !important;color:#fff !important}.shariff .theme-color .shariff-icon svg path{fill:#fff}.shariff .theme-grey a{background-color:#b0b0b0 !important}.shariff .theme-grey a:hover{background-color:inherit !important}.shariff .theme-grey .shariff-count{background-color:transparent;color:#fff !important}.shariff .theme-grey .shariff-icon svg path{fill:#fff}.shariff .theme-white a{background-color:#fff !important;border:1px solid #ddd}.shariff .theme-white a:hover{background-color:#eee !important;color:inherit}.shariff .theme-white svg{fill:currentColor}.shariff .theme-white .shariff-count{background-color:transparent;margin:0}.shariff .wcag_colors .shariff-count{color:#fff !important;background-color:rgba(255,255,255,0.2)}.shariff .shariff-buttons.theme-round li{width:35px !important;height:35px;border-radius:50%;margin:5px}.shariff .theme-round a{position:relative;height:35px;border-radius:50%}.shariff .theme-round .shariff-icon svg{display:block;margin:auto;padding:8px 1px}.shariff .theme-round .shariff-text{display:block}.shariff .theme-round .shariff-count{display:inline;padding:0;right:0;left:0;top:0;background-color:transparent;color:transparent !important;text-align:center}.shariff .theme-round .shariff-count:hover{background-color:inherit !important;color:#fff !important}.shariff .theme-round .shariff-icon svg path{fill:#fff}.shariff .shariff-buttons.buttonsize-small li{height:25px !important}.shariff .shariff-buttons.buttonsize-small a{height:25px !important}.shariff .shariff-buttons.buttonsize-small.orientation-vertical li{width:115px}.shariff .shariff-buttons.buttonsize-small .shariff-icon svg{width:22px;height:15px;padding:5px 1px}.shariff .shariff-buttons.buttonsize-small .shariff-text,.shariff .shariff-buttons.buttonsize-small .shariff-count{font-size:11px;line-height:25px;padding:0 5px;height:23px}.shariff .shariff-buttons.buttonsize-small .shariff-text{padding-left:1px !important}.shariff .shariff-buttons.buttonsize-small.theme-round li{width:25px !important}.shariff .shariff-buttons.buttonsize-small.theme-round a{width:25px !important}.shariff .shariff-buttons.buttonsize-small.theme-round .shariff-count{padding:0 !important;height:25px !important}.shariff .shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li{margin:5px 7px}.shariff .shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li:first-child{margin-left:5px}.shariff .shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li:last-child{margin-right:5px}.shariff .buttonsize-large li{height:45px !important}.shariff .buttonsize-large a{height:45px !important}.shariff .buttonsize-large.orientation-vertical li{width:155px}.shariff .buttonsize-large .shariff-icon svg{width:40px;height:28px;padding:9px 2px}.shariff .buttonsize-large .shariff-text,.shariff .buttonsize-large .shariff-count{font-size:14px;line-height:45px;padding:0 10px;height:43px}.shariff .buttonsize-large .shariff-text{padding-left:1px !important}.shariff .shariff-buttons.buttonsize-large.theme-round li{width:45px !important;height:45px !important}.shariff .buttonsize-large.theme-round a{width:45px !important}.shariff .buttonsize-large.theme-round .shariff-count{padding:0 !important;height:45px !important}.shariff .orientation-vertical{flex-direction:column}.shariff .orientation-vertical li{width:135px}.shariff.shariff-align-flex-start ul{justify-content:flex-start;align-items:flex-start}.shariff.shariff-align-center ul{justify-content:center;align-items:center}.shariff.shariff-align-flex-end ul{justify-content:flex-end;align-items:flex-end}.widget .shariff.shariff-widget-align-flex-start ul{justify-content:flex-start;align-items:flex-start}.widget .shariff.shariff-widget-align-center ul{justify-content:center;align-items:center}.widget .shariff.shariff-widget-align-flex-end ul{justify-content:flex-end;align-items:flex-end}.shariff.shariff-buttonstretch li{flex:1 0 auto !important}.shariff.shariff-buttonstretch .orientation-vertical li{width:100% !important}.widget .shariff li{border:0;font-weight:400}.widget .shariff .theme-default a,.widget .shariff .theme-color a,.widget .shariff .theme-grey a,.widget .shariff .theme-round a{color:#fff;display:block;font-weight:400}.widget .shariff .theme-default a:hover,.widget .shariff .theme-color a:hover,.widget .shariff .theme-grey a:hover,.widget .shariff .theme-round a:hover{color:#fff;font-weight:400}.shariff-warning{background-color:red;color:#fff;font-size:20px;font-weight:700;padding:10px;text-align:center;margin:0 auto;line-height:1.5}.shariff .info a{border:1px solid #ddd;width:35px}.shariff .wcag_colors .info a{border:1px solid #575757;width:35px}.shariff .shariff-button.info{width:35px;flex:0 0 auto !important}.shariff .theme-default .shariff-button.shariff-nocustomcolor.info svg path{fill:#999}.shariff .theme-default.wcag_colors .shariff-button.shariff-nocustomcolor.info svg path{fill:#595959}.shariff .theme-round .shariff-button.shariff-nocustomcolor.info svg path{fill:#999}.shariff .theme-round.wcag_colors .shariff-button.shariff-nocustomcolor.info svg path{fill:#595959}.shariff .buttonsize-small .shariff-button.info{width:25px}.shariff .buttonsize-small .info a{width:25px}.shariff .buttonsize-large .shariff-button.info{width:45px}.shariff .buttonsize-large .info a{width:45px}.shariff .info .shariff-icon svg{display:block;margin:auto}@media only screen and (max-width:360px){.shariff .shariff-buttons.buttonsize-small li{width:25px}.shariff .shariff-buttons li{width:35px}.shariff .shariff-buttons.buttonsize-large li{width:45px}.shariff .shariff-buttons .shariff-icon svg{display:block;margin:auto}.shariff .shariff-buttons .shariff-text{display:none}.shariff .shariff-buttons .shariff-count{display:none}}@media only screen and (min-width:361px){.shariff .shariff-buttons.buttonsize-small li{width:105px}.shariff .shariff-buttons li{width:125px}.shariff .shariff-buttons.buttonsize-large li{width:155px}.shariff .shariff-buttons .shariff-text{display:inline}.shariff .shariff-buttons .shariff-count{display:inline}}@media only screen and (min-device-width:1025px){.shariff .shariff-mobile{display:none !important}}