.ngcookiewarningmask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 3000;
    display: none;
}

.ngcookiewarning {
  position: fixed;
  z-index: 3000;
  left: 0px;
  right: 0px;
  background-color: #000000;
  border-radius: 0px;
  padding: 30px;
  display: none;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  outline: none;
}

.ngcookiewarningcontent {
    display: flex;
    align-items: flex-end;
}

.ngcookiewarningtext {
    flex-grow: 1;
}

.ngcookiewarningtop {
	top: 0px;
}

.ngcookiewarningbottom {
	bottom: 0px;
}


.ngcookiewarning button, .ngcookiewarning .ngcookiewarningsettings {
	border-color: #afafaf;
	border-width: 0px;
	border-style: solid;
	padding: 5px 10px 5px 10px;
	background: url(../../../../images/gradient/?s=ffffff&e=ebebeb&h=24) repeat-x #ebebeb;
	font: 12px Tahoma,Verdana,Segoe,sans-serif;
	color: #5a5a5a;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-radius: 2px;
	display: block;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
}

.ngcookiewarning button:hover,
.ngcookiewarning .ngcookiewarningsettings:hover
{	
	border-color: #c3c3c3;
	background: url(../../../../images/gradient/?s=ffffff&e=ebebeb&h=24) repeat-x #ebebeb;
	font-weight: normal;
	
	font-style: normal;
	
	text-transform: uppercase;
	
	color: #000000;
}

.ngcookiewarning button:focus,
.ngcookiewarning .ngcookiewarningsettings:focus
{
	border-color: #afafaf;
    background: url(../../../../images/gradient/?s=ffffff&e=ebebeb&h=24) repeat-x #ebebeb;    	font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	color: #5a5a5a;
    outline: none;
}

.ngcookiewarning p:first-child {
  margin-top: 0;
}

.ngcookiewarning p:last-child {
  margin-bottom: 0;
}


a.ngcookieallow
{
	border-color: #afafaf;
	border-width: 0px;
	border-style: solid;
	padding: 5px 10px 5px 10px;
	background: url(../../../../images/gradient/?s=ffffff&e=ebebeb&h=24) repeat-x #ebebeb;
	font: 12px Tahoma,Verdana,Segoe,sans-serif;
	color: #5a5a5a;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-radius: 2px;
	display: inline-block;
	cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    text-decoration: none;
}

a.ngcookieallow:hover
{
	border-color: #c3c3c3;
	background: url(../../../../images/gradient/?s=ffffff&e=ebebeb&h=24) repeat-x #ebebeb;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}

a.ngcookieallow:focus
{
	border-color: #afafaf;
    background: url(../../../../images/gradient/?s=ffffff&e=ebebeb&h=24) repeat-x #ebebeb;    	font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	color: #5a5a5a;
    outline: none;
}

.ngcookiewarning .ngcookiewarningbuttons {
    display: flex;
}

.ngcookiewarningtext {
    margin: 0 30px 0 0;
}

@media (min-width: 1280px) {
    .ngcookiewarning .ngcookiewarningbuttons {
        column-gap: 10px;
    }
}

@media (max-width: 1279px) {
    .ngcookiewarning button, .ngcookiewarning .ngcookiewarningsettings {
        width: 100%;
   }

   .ngcookiewarning .ngcookiewarningbuttons {
        row-gap: 10px;
        flex-flow: column;
    }
}

@media (max-width: 767px) {

    .ngcookiewarningtext {
        margin: 0 0 30px 0;
    }


    .ngcookiewarning p {
        max-width: 100%;
        float: none;
    }

   .ngcookiewarning {
      left: 0px;
      right: 0px;
    }

    .ngcookiewarningtop {
        top: 0px;
    }

    .ngcookiewarningbottom {
        bottom: 0px;
    }

    .ngcookiewarningcontent {
        display: block;
    }

}