/*
*   name           Lieferservice 1
*   version        1.0
*   author         Miriams Softwaregarten
*   author URL     http://www.Miriam-Walter.de
*   copyright      Copyright (C) 2020 Miriam Walter. All rights reserved.
*/

/*
******************************************************************************************

/// Custom Styles for 

******************************************************************************************
*/

/*Barretta */

nav.headernavigation, div#lieferdienst-info, div#oeffnung-info {
    background-color: white;
}

.headernavigation img#DK_Logo {
    display: none;
}

#vertriebspartner {
    display: none;
}


.MarginTop100
{
	margin-top: 100px !important;
}

.MarginTop20
{
	margin-top: 20px !important;
}

.primary-navigation ul li a:hover,
.secondary-navigation ul li a:hover,
.headernaviMobil .menu_horizontal ul li a:hover,
.secondary-navigation ul li a:hover,
#ls-nav2 ul li a:hover
 {
    text-decoration: none;
    background-color: #59c135;
    color: #fff;
}

#ls-copyright3 > div > ul > li > a{
	color:white!important;
}

 
#KontaktNav a
{
	color: #59c134;
	font-family: 'Raleway', Arial;
	font-weight: 500;
}

.mobile-navigation-toggle a.mobile-phone-link {
    color: #59c134;
}

body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif; /* default font */
  color: #333333;
  background-color: #ffffff;
}


a { color: #9e9e9e; }
a:hover, a:focus { color: #444; outline: none; }

h1, h2, h3, h4, h5, h6,
.componentheading {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.showOnMobile .headernavigation .container-center.container-fluid {
    background-color: white;
}

.showOnMobile #ls-slidewrap.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.impressum .row-fluid .span12,
.datenschutz .row-fluid .span12 {
    margin-left: 0 !important;
}

div#ls-copyright {
    /* margin-bottom: 200px; */
    padding-bottom: 60px;
}

@media (max-width: 1023px)
{
	div#ca_banner {
		top: 0px;
		bottom: auto !important;
		z-index: 1000 !important;
	}
}


.GerichtName{
font-weight:bold;
}

marquee {
    max-width: 800px;
    height: 30px;
    border: 6px double #b24119;
    background-color: #c7bbbb;
    padding-top: 15px;
    margin-bottom: 15px;
    box-shadow: 3px 3px 9px 0px inset #000000c7;
}

div#Informationen {
    margin-top: 3vh;
    padding-left: 2%;
    width: 94%;
    padding-right: 2%;
    font-size: 25px;
    text-align: center;
}

#Lieferdienst {
    background-color: #ffffff;
    padding-left: 3%;
    padding-top: 4%;
    box-shadow: 6px 6px 10px 6px #000000bd;
    width: 90%;
    
    opacity: 0.8;
    border: 5px solid #ef8519;  
   }

input.PreisButton,
input[type=submit],
button[type=submit] {
    padding: 7px;
    font-size: 15px;
    font-family: "Open Sans";
    color: white;
    box-shadow: 1px 2px 1px black;
    border-radius: 5px;
}

img#DeliveryKing_Logo {
    background-color: white;
    margin-left: 10px;
    height: 35px;
}