@charset "utf-8";
/* CSS Document */
/* Höhen- und Breitenangaben für "widget" und "widget_container" müssen immer identisch sein */

#widgetsp, #widget_containersp {height:480px; /* Höhe des Widgets */ border-bottom-left-radius:5px;}

/*#widget_container img {width:150px;}*/
#widgetsp.ein, #widget_containersp {width:100%; border-bottom-left-radius:0px;}
#widget_buttonsp.ein {right:300px;}
#widgetsp 			{position:absolute; left:0; width:0; overflow:hidden;}
#widget_containersp {font-size:1rem; line-height:1.4rem; color:white; padding:10px 20px; background:red; margin-top:1px; margin-left:0px; box-shadow:0px 0px 7px 0px #AAA;
					border-radius:0px; z-index:6000;}
#widget_containersp hr	{color:white; border-bottom-width:0px; border-top-style:dotted; border-top-color:white; margin:5px;}
#widget_buttonsp 	{width: 150px; height:40px; padding:10px; margin-top:0px; z-index:6000;}
#widgetsp, #widget_buttonsp, #widget_containersp, #widget_buttonsp.ein {transition:all 0.8s ease; z-index:6000; text-align: center;}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Desktops*/
@media screen and (max-width: 900px) {}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Desktops*/
@media screen and (max-width: 767px) {}
