/*---------*/
/* Cookies */
/*---------*/

#disableBackground {
    z-index: 7;
    background-color: #55555599;
    position: fixed;
    width: 100%;
    min-height: 100%;
    top: 0px;
    left: 0px;
}

#cookiesettings { 
    text-align: left; 
    background-color: white; 
    position: fixed;
    top: 150px; 
    z-index: 8; 
    width: 80%; 
    max-width: 750px;
    height: auto;
    left: 50%;
    transform: translate(-50%);
}

#cookiesettings div {
	padding:10px;
}

#cookiesettings p {
	font-size: 1em;
}

#cookiesettings a {
	color: #006068;
	text-decoration:none;
}
#cookiesettings a:hover {
	color: #f59b10;
}

#cookiesettings label {
	width: 30%;
}

#cookiesettings button {
    position: relative;
    margin-top: 10px;
}

#cookiesettingsCloser {
	color: #f59b10;
	font-size: 24px; 
	cursor: pointer;
	border: 3px solid #f59b10; 
	border-radius: 4px; 
	padding: 5px;
	background: white;
}

#cookiesettingsCloser:hover {
	color: white;
	background: #f59b10;
}

#cookiedenied {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px; 
	color: #f59b10;
	cursor: pointer;
	border: 3px solid #cccccc; 
	border-radius: 4px; 
	padding: 5px;
	background: white;
}

#cookiedenied:hover {
	color: white;
	border: 3px solid #f59b10; 
}

.flowtext {
  width: 100%;
  column-width: 330px;
  column-rule-color: grey;
  column-rule-width: 1px;
  column-rule-style: solid;
  column-gap: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
/*
@media screen and (max-width: 512px) {
	#cookiesettings { 
		height: 400px;
	}
	#cookiesettings div {
		margin-top: 80px;
	}
}

*/
