
/*
    Created on : 02.04.2016, 21:17:25

*/


.warenkorb_wobble {

display: none;

}
.warenkorb_wobble.show {
display: block;
    margin-right: 1rem;
}

.warenkorb_wobble a{
    color: #ffffff;

    display: block;

    text-align: center;
    line-height: 1;
}
.warenkorb_wobble i,
.warenkorb_wobble span{
    color: #ffffff;
    font-size: 2rem;
    display: inline-block;

    text-align: center;
    line-height: 1;
}

.login_menu_mobile_show{
    display:none;
}
.login_menu_mobile_hide{

}

.nav_entry a.tel
{
    text-transform:none;
}

footer .social_media,
footer .home_button,
footer .footer_copyright
{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 33%;
}

footer .social_media {
    text-align: left;
}
footer .home_button {
    text-align: center;
}
footer .footer_copyright
{

    text-align: right;
}

.ui-corner-all {
    border-radius: 0;
}
.ui-datepicker{
    padding: 0;
}
.ui-widget-header{
    border:0;
}

.ui-datepicker .ui-datepicker-week-end  a{
    color:rgb(105,127,172);
}
.ui-datepicker td{
    padding:0;
}
.ui-datepicker td.highlight a{
    background-color: #697fac;
    color:#ffffff;
}
.ui-datepicker .ui-state-hover{
    background-color: rgb(56,84,145);
    color:#ffffff;
}

.ui-datepicker .ui-state-default{
    border:0;
    padding: 1px;
    text-align: center;
}
.last_minute .copyright{
    display:none;
}

#cookiedgsbm a {color:#000; text-decoration:none;}

#cookiedgsbm a:hover {text-decoration:underline;}

#cookiedgsbm div {padding:10px; padding-right:40px;}

#cookiedgsbm {
   outline: 1px solid #7b92a9;
   text-align:right;
   border-top:1px solid #fff;
   background: #d6e0eb;
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9));
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 );
   position:fixed;
   bottom:0px;
   z-index:10000;
   width:100%;
   font-size:12px;
   line-height:1.2;
}

#cookiedgsbmCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white;
   border-left:1px solid white;
   border-bottom:1px solid #7b92a9;
   border-right:1px solid #7b92a9;
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df 0%, #f2f6f9 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9));
   background: -webkit-linear-gradient(top, #ced6df 0%,#f2f6f9 100%);
   background: -o-linear-gradient(top, #ced6df 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #ced6df 0%,#f2f6f9 100%);
   background: linear-gradient(to bottom, #ced6df 0%,#f2f6f9 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 );
 }

#cookiedgsbmCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}

@media screen and (max-width:920px){
    .login_menu_mobile_show{
        margin-bottom:20px;
        display:block;
    }
    .login_menu_mobile_hide{
        display:none !important;
    }
    header .head_bar .login_logout{
        width: 50%!important;
    }
    header .head_bar .main_menu {
        width: 50%!important;
    }

    footer .social_media,
    footer .home_button,
    footer .footer_copyright {
        display: block;

        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:520px){
    header .head_bar{
        text-align:left;
    }
    .main_menu_menu{
        /*margin-top:-15px;*/
    }
    header .head_bar .main_menu {
        width: 20%;
    }

    header .head_bar .login_logout{
        width: 20%;
    }
    .login_menu_mobile_show{
        margin-bottom:20px;
        display:block;
    }
    .login_menu_mobile_hide{
        display:none !important;
    }

    .warenkorb_wobble {
        left: auto!important;
        right: 0;
    }
}
