/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


#floating-sidebar {
    position: fixed;
    z-index: 99;
    margin: auto;
    top: 30%;
	right:0;
    display: table;
    padding-right: 10px;
	vertical-align: middle;
}
#floating-sidebar aside{
	display: table-cell;
	vertical-align: middle;
}

#floating-sidebar .fa{
    position: relative;
    display: block;
    text-decoration: none;
    height: 40px;
    min-width: 40px;
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    vertical-align: middle;
    padding: 0 14px;
    max-height: 40px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    cursor: pointer;
    border-radius: 20px;
    width: 40px;
    margin-bottom: 6px;
}

#floating-sidebar a .fa-facebook{
	background: #3a579a;
    color: #fff;
	padding: 2px 15px;
}
#floating-sidebar a:hover .fa-facebook{
    /*background: #334d87;*/
}

#floating-sidebar a .fa-instagram{
	background: radial-gradient(circle farthest-corner at 35% 100%, #fec564, transparent 50%),
				 radial-gradient(circle farthest-corner at 10% 140%, #feda7e, transparent 50%),
				 radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
				 radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
				 radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
				 radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
				 radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
				 linear-gradient(#6559ca, #bc318f 30%, #e42e66 50%, #fa5332 70%, #ffdc80 100%);
    color: #fff;
	font-size:17px;
	padding: 2px 13px;
}

#floating-sidebar a .fa-envelope{
    background: #201c27;
    color: #fff;
    padding: 2px 12px;
    font-size: 15px;
}

#floating-sidebar a .fa-youtube-play{
    background: #e92517;
        color: #fff;
    padding: 3px 11px;
    font-size: 19px;
}



.w-nav.type_desktop li.menu-item:last-child .level_2{
	right:0px;
}

.l-titlebar-img {
    background-position: center top;
}

.spielplan_ohne tr{
    border: none;
}

td {
    border: none;
}

tr.spielplan_oben  {
    border-top:solid 2px #095aa6 !important;
    height: 80px;
}

 tr.spielplan_unten {
    border-bottom: solid 2px #095aa6 !important; 
}
 tr.spielplan_leer {
    height: 40px;
}
tr.spielplan_ohne_1 {
    background-color: #fff;
}
tr.spielplan_ohne_2 {
    background-color: #ccc;
}



@media (max-width:500px) {
.l-section-img{
	background-size: 0px 0px !important;
}

.spielplan_ohne td{
    border: none;
}

.spielplan_oben tr {
    border-top:solid 2px #095aa6 !important;
}

.spielplan_unten tr {
    border-bottom: solid 2px #095aa6 !important; 
}


}



