/*
||----------------------css-style-----------------------||
||                                                      ||
||               css style: Standarts                   ||
||                                                      ||
||----------------------css-style-----------------------||
*/
/*

-------------------- body
-------------------- main
-- media_950
-------------------- footer
-------------------- cookie-banner
*/

/*----------------------------- BODY */
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  user-select: none; /* Standard */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
}

body > img {
  border: none;
  outline: none;
}

.mailto {
  color: #0000ff;
}

.mailto:hover {
  text-decoration: underline;
}

/*-----------------------------cookies*/

#cookie-banner {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cookie-banner button {
  margin-left: 0px;
  padding: 5px 10px;
  pointer-events: all;
}
