.app_container {
	width:100%;
    position:relative;
    display:inline-block;
    text-align:center;
    margin-bottom:10px;
}


.app_text {
  	margin-top:5px;
    height:50px;
}

.logo-center {
  	margin: 0 0 0 0;
  	text-align: center;
}


.navbar
{
    background-color: #f8f8f8;/*#FFFFFF;*/
    border-color: #BBBBBB;
}

body
{
    background-color: #FFF ; /* #e5e5e5;*/
}

 footer{
		display:inline-block; /*display: block;*/
		width:100%;
		min-width:100%;
		margin-top: 25px;
		padding-top:25px;/*100px; */
		padding-bottom:0px;
		min-height:500px;
		background:#f8f8f8;/*#FFFFFF;*/

		border-top: 1px solid #BBBBBB;

	}




footer .footer-inner {
	padding-top: 20px;
	padding-bottom: 30px;
}

footer .footer-inside {
	width: 100%;
	margin: 0 auto;
	position: relative;
}


:root {
		--purple: #3B3646;
		--red: #EE4B5A;
}
#gdpr-cookie-message * {
		padding: 0;
		margin: 0;
		border: none;
}

#gdpr-cookie-message .container {
		margin: 0 auto;
		max-width: 728px;
}
#gdpr-cookie-message .highlight {
		background: rgba(255,215,0,0.115);
}
#gdpr-cookie-message h1 {
		color: var(--red);
		font-family: 'Quicksand', sans-serif;
		font-weight: 500;
		font-size: 30px;
		margin-bottom: 20px;
}
#gdpr-cookie-message h3 {
		font-family: 'Quicksand', sans-serif;
		font-size: 21px;
		font-weight: 500;
		color: var(--red);
		margin-bottom: 20px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
		margin-bottom: 20px;
		line-height: 1.75em;
}
#gdpr-cookie-message li {
		list-style: none;
		margin-bottom: 10px;
}
#gdpr-cookie-message li:last-child {
		margin-bottom: 0;
}
#gdpr-cookie-message input[type="checkbox"] {
		margin-top: 10px;
		margin-right: 15px;
		float: left;
}
#gdpr-cookie-message label {
		display: inline-block;
		max-width: 90%;
}
#gdpr-cookie-message code {
		color: var(--red);
		font-family: monospace;
		font-size: 16px;
		background: #f7f7f7;
		padding: 3px 5px;
		border-radius: 3px;
		border: 1px solid #ebebeb;
}
/* Cookie Dialog */
#gdpr-cookie-message {
		position: fixed;
		right: 0px;
		bottom: 0px;
		max-width: 375px;
		background-color: var(--purple);
		padding: 20px;
		border-radius: 5px;
		box-shadow: 0 6px 6px rgba(0,0,0,0.25);
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 15px;
		font-family: system-ui;
		color: #333;
}
#gdpr-cookie-message h4 {
		color: var(--red);
		font-family: 'Quicksand', sans-serif;
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 10px;
}
#gdpr-cookie-message p {
		color: white;
		font-size: 15px;
		line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
		margin-bottom: 0;
		text-align: right;
}
#gdpr-cookie-message a {
		color: var(--red);
		text-decoration: none;
		font-size: 15px;
		padding-bottom: 2px;
		border-bottom: 1px dotted rgba(255,255,255,0.75);
		transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
		color: white;
		border-bottom-color: var(--red);
		transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
		border: none;
		background: var(--red);
		color: white;
		font-family: 'Quicksand', sans-serif;
		font-size: 15px;
		padding: 7px;
		border-radius: 3px;
		margin-left: 15px;
		cursor: pointer;
		transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
		background: white;
		color: var(--red);
		transition: all 0.3s ease-in;
}
