/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
  
.cookiealert {
   position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 1;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    #color: #ffffff;
    background: #c7def1;
}

.cookiealert.show {
height: 300px;
    width: 75%;
    margin: 0 !important;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    text-align: center !important;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    background: #c7def1;
    position: fixed;
    left: 13%;
    border-radius: 4px;
    align-content: center;
    bottom: 75%;
    padding: 25px 0px 0px 0px;
    font-size: 1rem;
    font-weight: 100;
    line-height: 0;
    color: #91bde1;
  
}
.cookiealert a {
	#text-decoration: underline;
	line-height: 1.5;
	font-family: Arial;
	font-size: 12px;
}
.cookiealert a:hover{
    text-decoration:none;
    color: #8FBDE6;
}
.container {
	width: 55%;
	height: 25px;
	position: absolute;
    left: 22%;
    text-align: end;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	align-content: baseline;
}
.container .text {
	color: #000;
	position: relative;
	top: 8px;
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
    background: #96bee3;
    border: #96bee3;
	width: 100px;
	padding:.25rem .5rem;
	font-size:.875rem;
	line-height:1.5;
	border-radius:.2rem
}
.cookiealert .acceptcookies:hover {
    margin-left: 10px;
    vertical-align: baseline;
    background: #f3f8fc;
    border: #f3f8fc;
	color: #96bee3;
}
.cookiealert .declinecookies {
    margin-left: 10px;
    vertical-align: baseline;
    background: #b5d1eb;
    border: #b5d1eb;
	width: 100px;
	padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem
}
.cookiealert .declinecookies:hover {
    margin-left: 10px;
    vertical-align: baseline;
    background: #f3f8fc;
    border: #f3f8fc;
	color: #96bee3;
}
.toggle {
	position: absolute;
	width: 35px;
	height: 18px;
	border: 1px solid #494949;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .3s;
	
	
}
.circle {
    position: absolute;
	left: 0px;
	width: 20px;
	height: 16px;
	border-radius: 20px;
	background-color: #000;
	transition: .3s;
}
.active {
    border-color: rgb(85, 227, 180);
}
.active + .text {
    color: #000;
	position: relative;
	top: 8px;
}
.active .circle {
    left: 100%;
    transform: translateX(-100%);
    transition: .3s;
    background-color: rgb(85, 227, 180);
}
/*#####################################################*/
/*####                  @media max 560             ####*/
/*######*###############################################*/


@media only screen and (max-width: 568px) {
.cookiealert.show {
	height: 300px;
	width: 75%;
	margin: 0 !important;
	z-index: 999;
	opacity: 1;
	visibility: visible;
	text-align: center !important;
	transform: translateY(100%);
	transition: all 500ms ease-out;
	background: #c7def1;
	position: fixed;
	left: 13%;
	border-radius: 4px;
	align-content: center;
	bottom: 75%;
	padding: 25px 0px 0px 0px;
	font-size: 1rem;
	font-weight: 100;
	line-height: 0;
	color: #91bde1;
}
.container {
  	position: relative;
    width: 100%;
    text-align: unset;
    align-content: center;
    left: 26px;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
    background: #96bee3;
    border: #96bee3;
	width: 100px;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
	color: #fff;
}
.cookiealert .acceptcookies:hover {
    margin-left: 10px;
    vertical-align: baseline;
    background: #f3f8fc;
    border: #f3f8fc;
	color: #96bee3;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;

}
.cookiealert .declinecookies {
    margin-left: 10px;
    vertical-align: baseline;
    background: #b5d1eb;
    border: #b5d1eb;
	width: 100px;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
	color: #fff;
}
.cookiealert .declinecookies:hover {
    margin-left: 10px;
    vertical-align: baseline;
    background: #f3f8fc;
    border: #f3f8fc;
	color: #96bee3;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}
.cookiealert .declinecookies:active {
    margin-left: 10px;
    vertical-align: baseline;
    background: #f3f8fc;
    border: #000;
	color: #96bee3;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}
.toggle {
	position: absolute;
	width: 35px;
	height: 18px;
	border: 1px solid #494949;
    border-top-color: rgb(73, 73, 73);
    border-right-color: rgb(73, 73, 73);
    border-bottom-color: rgb(73, 73, 73);
    border-left-color: rgb(73, 73, 73);
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .3s;
	left: 15px;
}
.circle {
    position: absolute;
	left: 0px;
	width: 20px;
	height: 16px;
	border-radius: 20px;
	background-color: #000;
	transition: .3s;
}
.active {
    border-color: rgb(85, 227, 180);
}
.active + .text {
    color: #000;
	position: relative;
	top: 8px;
}
.active .circle {
    left: 100%;
    transform: translateX(-100%);
    transition: .3s;
    background-color: rgb(85, 227, 180);
}
}

/*######################################################*/
/*####                  @media min 800px           ####*/
/*######*###############################################*/

@media only screen and (min-width: 800px) {

.cookiealert.show {
  height: 300px;
  width: 52%;
  margin: 0 !important;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  text-align: center !important;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  background: #c7def1;
  position: fixed;
  left: 233px;
  border-radius: 4px;
  align-content: center;
  bottom: 70%;
  padding: 25px 0px 0px 0px;
  font-size: 1rem;
  font-weight: 100;
  line-height: 0;
  color: #000;
}
}
/*######################################################*/
/*####                  @media min 940px           ####*/
/*######*###############################################*/

@media only screen and (min-width: 940px) {

.cookiealert.show {
  height: 300px;
  width: 50%;
  margin: 0 !important;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  text-align: center !important;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  background: #c7def1;
  position: fixed;
  left: 239px;
  border-radius: 4px;
  align-content: center;
  bottom: 75%;
  padding: 25px 0px 0px 0px;
  font-size: 1rem;
  font-weight: 100;
  line-height: 0;
  color: #91bde1;
}
}
/*######################################################*/
/*####                  @media min 1200px           ####*/
/*######*###############################################*/

@media only screen and (min-width: 1200px) {
.cookiealert.show {
  height: 300px;
  width: 25%;
  margin: 0 !important;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  text-align: center !important;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  background: #c7def1;
  position: fixed;
  left: 721px;
  border-radius: 4px;
  align-content: center;
  bottom: 75%;
  padding: 25px 0px 0px 0px;
  font-size: 1rem;
  font-weight: 100;
  line-height: 0;
  color: #91bde1;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 693px;
  z-index: 999;
  border: none;
  outline: none;
  background-color: transparent;
  color: #8FBDE6;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  z-index: 999;
}
}