

@font-face {
    font-family: 'Casto Pro';
    src: url('font/CastoPro-Regular.eot');
    src: url('font/CastoPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/CastoPro-Regular.woff2') format('woff2'),
        url('font/CastoPro-Regular.woff') format('woff'),
        url('font/CastoPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Casto Pro Bold';
    src: url('font/CastoPro-Bold.eot');
    src: url('font/CastoPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/CastoPro-Bold.woff2') format('woff2'),
        url('font/CastoPro-Bold.woff') format('woff'),
        url('font/CastoPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




.gdpr input[type="checkbox"]{
	/* float: left; */
	margin-left: 10px-ms-transform: scale(1.3); /* IE */
	-moz-transform: scale(1.3); /* FF */
	-webkit-transform: scale(1.3); /* Safari and Chrome */
	-o-transform: scale(1.3); /* Opera */
	padding: 10px;
	margin-top: 5px;
}
.gdpr label{
	display: inline-block;
	color: #000;
	font-weight: inherit;
}
.gdpr.gdpr-privacy-bar .gdpr-right button:last-of-type {
	margin-right: 0;
	margin-left: 20px;
}
.gdpr.gdpr-privacy-bar .gdpr-agreement {
	position: relative;
	font-weight: bold;
	padding: 8px 20px;
	height: auto;
	line-height: 1.4285714;
	white-space: normal;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #323c41;
	border-color: #323c41 #323c41 #323c41;
	-webkit-box-shadow: 0 1px 0 #323c41;
	box-shadow: 0 1px 0 #323c41;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #323c41, 1px 0 1px #323c41, 0 1px 1px #323c41, -1px 0 1px #323c41;
}
.gdpr.gdpr-privacy-bar button {
	margin: 0 5px;
	padding: 9px 10px;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
.gdpr button, .gdpr input[type="submit"] {
	color: #fff;
	font-weight: normal;
	margin: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	line-height: 1.5;
	display: block;
	min-width: auto;
	max-width: auto;
}
.gdpr-popup-content a{
	text-decoration: underline;
	font-weight: 600;
}
.gdpr-popup-title{
	font-size: 24px !important;
	font-weight: 600;
	margin-bottom: 20px;
}
.gdpr-privacy-popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	color: #000000;
	z-index: 9999999;
}
#gdpr-overlay{
	background: rgba(0,0,0,0.6) !important;
	z-index: 9999998 !important;
}
.gdpr-privacy-popup .gdpr-popup-wrapper{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(255,255,255,1);
	width: 80%;
	height: 80%;
	overflow: auto;
	padding: 25px !important;
}
.gdpr.gdpr-privacy-bar {
	position: absolute;
    background: rgba(255,255,255,1);
    margin: auto;
    width: 100%;
    height: 55%;
    color: #fff;
    z-index: 9999999;
    padding: 5px 0;
    /* top: 100%; */
    /* bottom: 0; */
    /* margin: 0; */
    bottom: 0;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right a{
	color: #fff !important;
	text-decoration: none !important;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right a u{
	color: #000 !important;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right a:hover,
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right a:focus,
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right a:active,
{
	color: #fff !important;
	text-decoration: underline !important;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
.gdpr.gdpr-privacy-bar .gdpr-privacy-bar-title{
	width: 100%;
	color: #000;
	font-size: 14px;
	font-weight: 400;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	/* flex: 1; */
	flex-flow: wrap;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gdpr * {
	width: auto;
	font-family: "Casto Pro";
	font-size: 14px;
	text-transform: none !important;
	letter-spacing: 0 !important;
	color: #000000;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
}
.gdpr-wrapper{
	display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: flex-end;
    max-width: 1200px;
	height: calc(100% - 90px);
    padding: 20px 20px !important;
    /* margin: 25px; */
    overflow: auto;
}
.gdpr-bar-close-btn{
	position:absolute;
	top:5px;
	right:5px;
	border: 1px solid red;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #ff0000;
	margin: 0 0px;
}
/* 
#gdpr-cookie-button {
	margin-right: 0;
	margin-left: 20px;
	color:#ffffff;
	position: relative;
	font-weight: normal;
	padding: 4px 4px;
	width: 53px;
	height: 53px;
	line-height: 1.4285714;
	white-space: normal;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ed008c;
	border-color: #ed008c #ed008c #ed008c;
	-webkit-box-shadow: 0 1px 0 #ed008c;
	box-shadow: 0 1px 0 #ed008c;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #ed008c, 1px 0 1px #ed008c, 0 1px 1px #ed008c, -1px 0 1px #ed008c;
}
*/
.gdpr-checkbox-text{
	width: calc(100% - 50px) !important;
	position:absolute;
	left:40px;
	top:5px;
}

#gdpr-cookie-button {
	/* background-color: #ff0000; */
	width: 200px;
	height: 20px;
    margin: 0 auto;
    z-index: 1000;
    position: fixed;
    cursor: pointer;
    bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);	
}
#cookiesImg{
	width:261px;
	height:51px;
	position: relative;
	top: 0px;
	left: 15px;
}

a{
	text-decoration: underline !important;
}
/* special display cases */
/* @media only screen and (max-width: 1023px) {
	#gdpr-cookie-button {
		display: none !important;
	}
} */
/* and (orientation: landscape) */



.gdpr-right-wrapper-styling{
	display: flex;
	justify-content: flex-end;
	gap: 5px;
	margin-top: 7px;
	margin-right: 25px;
}

.container{
	max-width: 1200px;
	height: 100%;
	display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.container{
		width: 100%;
		height: 100%;
	}
	.gdpr-privacy-bar{
		width: 100% !important;
		height:50%;
		/* top:29% !important; */
	}
	.gdpr-wrapper{
		height:100%;
	}
	/* #gdpr-cookie-button {
		left: 2px !important;
		bottom: 55px !important;
	} */
}

@media only screen and (max-width: 1024px) {
	.container{
		width: 100%;
		height: 100%;
	}
	/* .gdpr.gdpr-privacy-bar .gdpr-privacy-bar-title {
		padding-top:15px;
	} */
	.gdpr-privacy-bar{
		width: 100% !important;
		height:50%;
		/* top:29% !important; */
	}
	.gdpr-wrapper{
		height: calc(100% - 135px);
		padding: 0 16px !important;
	}
	.gdpr-right-wrapper-styling {
		width: 90%;
		display: flex;
		flex-direction: column;
		gap: 5px;
		padding-left: 5%;
	}
	.gdpr.gdpr-privacy-bar .gdpr-agreement {
		font-weight: normal;
	}
	/* #gdpr-cookie-button {
		left: 2px !important;
		bottom: 55px !important;
	} */
}

@media only screen and (max-width: 767px) {
	.container{
		width: 100%;
		height: 100%;
	}
	#cookiesImg{
		width:158px;
		height:33px;
		position: relative;
		top: 0px;
		left: 25px;
	}
	.gdpr-privacy-bar{
		width: 100% !important;
		height:100%;
		margin-top: 50px;
		/* top:10% !important; */
	}
	.gdpr-wrapper{
		height: calc(100% - 130px);
	}
	.gdpr-wrapper {
		display: flex;
		align-items: center;
		flex-flow: row wrap;
		justify-content: flex-end;
		width: 90%;
		height: calc(100% - 130px);
		padding: 0 0 !important;
		margin: 25px;
		overflow: auto;
	}
	.gdpr.gdpr-privacy-bar .gdpr-privacy-bar-title {
		padding-right: 5px;
		font-size: 10px;
	}
	.gdpr-right-wrapper-styling{
		width: 90%;
		display: flex;
		flex-direction: column;
		gap: 5px;
		padding-left: 5%;
	}
	.gdpr.gdpr-privacy-bar .gdpr-agreement {
		font-weight: normal;
		padding: 3px 0px;
	}
	.gdpr.gdpr-privacy-bar {
		position: absolute;
		background: rgba(255,255,255,1);
		margin: auto;
		width: 100%;
		height: 60%;
		color: #fff;
		z-index: 9999999;
		padding: 5px 0;
		/* top: 100%; */
		/* bottom: 0; */
		/* margin: 0; */
		bottom: 0;
	}
	/* #gdpr-cookie-button {
		left: 2px !important;
		bottom: 55px !important;
	} */
}

@media only screen and (min-width: 100px) and (max-width: 420px) {
	.container{
		width: 100%;
		height: 100%;
	}
	.col-md-3{
		float: none;
		width: 100% !important;
		display: flex;
	}
	.gdpr-privacy-bar{
		width: 100% !important;
		height:100%;
		/* top:5% !important; */
	}
	#cookiesImg{
		width:158px;
		height:35px;
		position: relative;
		top: 0px;
		left: 25px;
	}
	.gdpr-wrapper{
		/* align-items: flex-start;
		flex-flow: column !important;
		display:block;
		overflow:hidden; */
	}
	.gdpr-popup-wrapper{
		width: 100% !important;
		/* height: 80% !important; */
	}
	.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right {
		width: 100%;
	}
	.gdpr-checkbox-text{
		width: calc(100% - 30px) !important;
	}
	.gdpr-right{
		padding-top: 20px !important;
	}

	.gdpr.gdpr-privacy-bar .gdpr-agreement {
		font-weight: normal;
		left: 5%;
	}
	.gdpr-right-wrapper-styling{
		width: 90%;
		display: flex;
		flex-direction: column;
		gap: 5px;
		padding-left: 0;
	}
}


/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #D8D8D8; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #939598; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #939598; 
}