

/* Cookies */
.cookie_div {
	z-index: 1001;
	position: fixed;
	bottom: 0;
	background-color: #fbf8f3;
	width: 100%;
	padding-top: 10px;
	border-top: 1px solid black;
}
.cookie_div .btn.cookie_mine {
	margin-right: 0;
	background-color: #708d9f;
	color: white;
}
.cookie_div .btn {
	background-color: #FFFFFF;
	margin-right: 10px;
}
.cookie_div #botons_1 .btn {
	width: 135px;
}
.cookie_div #botons_1 {
	position: absolute;
	width: 450px;
    margin-top: -20px;
    top: 50%;
    right: 30px;
	text-align: justify;
}
.cookie_div p {
	margin: 0 500px 10px 30px;
}
.cookie_div section p {
	margin: 0;
}
.cookie_div .panel-heading {
	background-color: #708d9f;
	margin-bottom: 10px;
	color: white;
	position: relative;
}
.cookie_div .panel-heading a {
	color: white;
}
.cookie_div section {
    position: fixed;
    top: 0;
    height: 100vh;
    background-color: #333;
    width: 100%;
	display: none;
	color: #333;
}
.cookie_div section .container {
	max-width: 700px;
	background-color: #ffffff;
	padding: 20px;
	max-height: 90vh;
	overflow: auto;
	position: relative;
}
.cookie_div #close-cookies {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: x-large;
	font-family: unset;
	color: black;
	padding: 0 10px;
	background-color: white;
}
.cookie_div .check_span {
    background-color: cornflowerblue;
    cursor: pointer;
	color: white;
	text-align: center;
	float: right;
    font-size: large;
    padding: 4px 10px;
	border-radius: 4px;
}
.cookie_div h4 {
	margin: 10px;
	font-weight: bolder;
}
.cookie_div .row {
	padding-top: 10px;
    display: block;
}
.cookie_div .gegen {
	float: right;
    font-size: smaller;
    color: cornflowerblue;
    font-weight: bolder;
    margin-right: 20px;
	position: relative;
	white-space: nowrap;
}
.cookie_div .legen {
	top: 7px;
    position: absolute;
    right: 60px;
}
.cookie_div #botons_2 {
	margin-top: 20px;
	text-align: center;
}

