#topNav{
	padding:205px 0 0 0;
	height:45px;
	border-bottom:1px #008ed6 solid;
}

#headerContainer .separator {
	width: 950px;
	position:absolute;
	top:200px;
	border-top:5px #008ed6 solid;
}

#headerContainer .displayInline {
	display: inline-block;
	margin-right: 10px;
}

#headerContainer .floatRight {
	float: right;
	margin-top: -33px;
}

#headerContainer #language{
	margin-right: 0px;
	margin-top: 1px;
	float: left;
}

#language h2{
	display: none;
}

#language div.selector span {
	width: 2em !important;
}

#language div.selector{
	width: 5em !important;
	margin-top: -3px;
}

#language div.selector select{
	width: 4em !important;
	min-width: 5em !important;
}

#language div.selector option{
	padding-left: 5px !important;
}

#logo {
	text-align: right;
	display: none;
}

#topNav div.innerStrip {
	margin: 0px;
	border-right: 1px solid #BFE3F5;
	border-left: 1px solid #BFE3F5;
	height: 1px;
}
#topNav li.firstIsOpen div.innerStrip, #topNav li:hover div.innerStrip {
	border-right-color: #008ED6;
	border-left-color: #008ED6;
}

#topNav>ul {
	list-style: none;
	height: 36px;
	width: 720px;

	/* correct position in the header */
	padding: 9px 0 0 6px;
	margin: 0;
}

#topNav>ul>li {
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	float: left;
	border: solid 1px #BFE3F5;
	border-bottom-width: 0px;
	height: 35px;
	z-index: 1;
	position:relative;

	/* tabs sized by content */
	width: auto;
	margin: 0 6px 0 0;
}

#topNav.col1>ul>li { width:99.9%; }
#topNav.col2>ul>li { width:50.0%; }
#topNav.col3>ul>li { width:33.3%; }
#topNav.col4>ul>li { width:25.0%; }
#topNav.col5>ul>li { width:20.0%; }
#topNav.col6>ul>li { width:16.6%; }
#topNav.col7>ul>li { width:14.2%; }
#topNav.col8>ul>li { width:12.5%; }
#topNav.col9>ul>li { width:11.1%; }
#topNav.col10>ul>li { width:10.0%; }

#topNav>ul>li.firstIsOpen, #topNav>ul>li:hover, #topNav>ul>li.sfhover{
	z-index: 3;
	height: 34px;
	border: solid 1px #008ED6;
	border-bottom: 1px solid #FDFDFE;
}

#topNav>ul>li>a {
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	display: block;
	text-align: center;
	height: 22px;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #006699;
	outline: none;
	float: left;
	
	/* Auto width */
	width: auto;
	text-transform: none;
	padding: 6px;
	border: solid 1px #eee;
	border-bottom-width:0px;
}

#topNav>ul>li.firstIsOpen>a, #topNav>ul>li:hover>a, #topNav>ul>li.sfhover>a {
	color: #2B477D;
	border: solid 1px #FDFDFF;
	background: -moz-linear-gradient(top center, #f2f2f2, #FDFDFE 80%) repeat scroll 0 0 #FDFDFE;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0.2, #FDFDFE),color-stop(0.8, #f2f2f2));
	background-color: #FDFDFE;
}

#topNav>ul>li>ul {
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	border: 1px solid #008ED6;
	border-top-width: 0px;
	background-color:#FDFDFF;
	display:none;
	list-style-type:none;
	margin:0px;
	margin-left:-1px;
	min-width:120px;
	padding:4px;
	position:absolute;
	left:0px; /*CALC*/
	top:36px;
}

#topNav>ul>li>ul>li>ul{
	background-color:#FDFDFF;
	border-width:0px;
	display:none;
	list-style-type:none;
	margin:0px;
	min-width:120px;
	padding:4px 4px 4px 10px;
	position:absolute;
	left:150px; /*CALC*/
	top:0px;
}

#topNav>ul>li:hover>ul, #topNav>ul>li.sfhover>ul, #topNav>ul>li>ul>li:hover>ul, #topNav>ul>li>ul>li.sfhover>ul {
	display:block;
}

#topNav>ul>li>ul>li, #topNav>ul>li>ul>li>ul>li {
	display:block;
	line-height:12px;
}

#topNav>ul>li>ul>li>a, #topNav>ul>li>ul>li>ul>li>a{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #FDFDFF;
	color: #006699;
	display: block;
	font-size: 11px;
	font-weight: normal;
	outline: none;
	padding:4px;
	text-decoration: none;
	white-space: nowrap;
}

#topNav>ul>li>ul>li:hover>a, #topNav>ul>li>ul>li.sfhover>a, #topNav>ul>li>ul>li>ul>li:hover>a, #topNav>ul>li>ul>li>ul>li.sfhover>a{
	border:1px solid #008ED6;
	background-color:#fff;
}

#topNav.col2 ul li {
	width:50.0%;
}

#topNav.col3 ul li {
	width:33.0%;
}

#topNav.col4 ul li {
	width:25.0%;
}

#topNav  a.isOpen {
	font-weight: bold;
}
/*--------- SEARCH NAV --------*/
/*

/*-------------- SEARCH -----------------*/
#search_box{
	margin: 0px;
	float: left;
}

#search_btn {
  margin: 0.2em 0.5em 0.7em 0.5em;
  
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;
  background-color:#f5f5f5;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:normal;
  cursor:pointer;
}

#search_btn:hover{
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}

#search_box input{
	margin-top: 0.2em;
	margin-bottom: 0.7em;
}

/*--------- CONTENT -----------*/

#breadcrumb {
	margin-top: 10px;
}

#breadcrumb p{
	display:inline;
	float:left;
}

#breadcrumb ul{
	height:20px;
	float:left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#breadcrumb ul li{
	float:left;
	margin-left:10px;
	background:url(../images/breadcrumb_list_arrow.gif);
	background-position:0 center;
	background-repeat:no-repeat;
	text-indent:3px;
}

#breadcrumb ul li a{
	margin-left:10px;
}

#content {
	margin:0px;
}

#content p {
	margin:10px 0 10px 0;	
}

#content p.title, #content p.subtitle{
	margin:0;
}

#content .country_block{
	width:360px; 
	margin-right:10px;
	background:#FFFFFF; 
	float:left;
}


h1{
	font-size:180%;
	color:#006699;
	margin-bottom:10px;
}
*+h1 {
	margin-top:20px;
}
h2{
	font-size:140%;
	color:#009933;
	margin-bottom:10px;
}
*+h2{
	margin-top:15px;
}

#content a.noBorder{
	border-bottom: 0px;
}

/*--------- SEARCH -----------*/
#search_table {
	margin-top:20px;
	border-top:1px solid #DDD;
}

#search_table th{
	background:#EEE;
}

#search_table td{
	padding:2px;
}

#search td{
	padding-right:20px;	
}

/**/
#content ul{
	list-style:circle;
	margin:0px;
	padding:0px;
}
#content ul li {
	margin:0px 0px 8px 15px;
}


/*--- LEFT COLUMN ----*/

#leftContainer #leftNav{
	width:147px;
	padding-top:0px;
}

#leftNav ul{
	margin:0px;
	padding:0px;
	width:150px;
	border-bottom: 1px dotted #CCCCCC;
}

#leftNav ul li{
	display: block;
	/*font-family: Arial,Helvetica,sans-serif;*/
	font-size: 11px;
	line-height: 120%;
	list-style: none outside none;
	padding: 8px 0;
	border-top: 1px dotted #CCCCCC;
}

#leftNav ul>li:first-child{
	margin-top:0px;
}

#leftNav ul li, #leftNav ul li a, #highlights ul li, #highlights ul  li a {
	text-decoration:none;
	color: #444;
}

#leftNav ul li a:hover, #highlights ul  li a:hover{
	color:#0062AD;
}

#leftNav ul li a.isOpen, #leftNav ul li a.firstIsOpen {
	font-weight:bold;
}

#leftNav ul li ul {
	border-width:0px;
}

#leftNav ul li ul li {
	border-width:0px;
	margin:0px;
	padding:8px 0px 0px 12px;
}

#leftContainer #highlights {
    width:131px;
    border: 1px dotted #ccc;
    margin-top:20px;
    padding:8px;
}

#highlights ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
#highlights ul li {
    padding:4px 0px;
}

#leftContainer #block{
	margin-top:20px;
	width:145px;
	border:1px solid #CCCCCC;
}

#block h2{
	font-size:130%;
	line-height:16px;
	font-weight:normal;
	color:#009933;
	padding:0px;
	margin:5px;
}

#block a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	font-weight:normal;
	display:block;
	color:#999999;
	padding:0px;
	margin-left:5px;
	margin-bottom:5px;
	text-decoration:none;
}

#block a:hover{
	text-decoration:underline;
}

.collection {
	width: 150px;
	margin-bottom: 25px;
	overflow: hidden;
}

#leftContainer .collection {
	margin-top: 25px;
}

#rightContainer .collection {
	float: right;
	clear:right;
}

.collection h2 {
	font-size: 130%;
	color: #006699;
}

#leftContainer .collection h2 {
	display:none;
}

#rightContainer #features > h2 {
	display: none;
}

.collection h3 {
	font-size: 100%;
	color: #009933;
	margin: 0 0 5px 0;
	padding: 0px;
}

.collection ul {
	margin: 0px;
	padding: 0px;
}

.collection li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.collection img {
	float: none;
	display:block;
	margin: 0 0 5px 0;
}

.collection p {
	margin: 10px 0px;
	padding: 0px;
	font-size:11px;
	font-weight:normal;
	line-height:120%;
	color:#666;
}

.collection .more {
	text-align: right;
}

#footerContainer p {
	margin: 1.5em;
}

#content p a, #content a, #footerContainer p a, .collection .more a, #breadcrumb a {
	color: #006699;
	text-decoration:none;
	border-bottom:1px dotted #CCCCCC;
}

#content p a:hover, #content a:hover, #footerContainer p a:hover, .collection .more a:hover, #breadcrumb a:hover {
	border-bottom:1px dotted #006699;
	background-color:#F9F9F9;
}

#footerContainer {
	font-size:10px;
}

#footerContainer span {
	margin:0px 10px;
}

strong {
	font-weight: bold;
}


/* CSS classes for CMS text editor */

#contentContainer p.indent {
	text-indent: 20px;
}

#contentContainer p.info, #contentContainer p.warning, #contentContainer p.alert {
	/*background-position:18px 23px;
	background-repeat:no-repeat;*/
	color:#FFF;
	font-weight:bold;
	padding:20px;
	/*text-indent:20px;*/
}
#contentContainer p.info {
	background-color:#80A0FF;
	background-image:none;
}
#contentContainer p.warning {
	background-color:#ffc080;
	background-image:none:
}
#contentContainer p.alert {
	background-color:#ff8080;
	background-image:none;
}

#contentContainer p.disclaimer {
	clear: both;
	display: block;
	border: 1px solid #333;
	background-color: #FAEBBC;
	padding: 5px;
}

#contentContainer p.postIt {
	clear: both;
	display: block;
	border: 1px solid #FF6600;
	background-color: #FFCC00;
	padding: 20px;
	color: #000;
}

#contentContainer .floatLeft {
	float: left;
}
#contentContainer .floatRight {
	float: right;
}
#contentContainer p.floatLeftBox, #contentContainer p.floatRightBox {
	display: block;
	width: 150px;
	padding: 5px;
	border: 1px solid #999;
	background-color: #EFEFEF;
	margin:0px;
}
#contentContainer p.floatRightBox {
	margin-left: 10px;
	float: right;
}
#contentContainer p.floatLeftBox{
	margin-right: 10px;
	float: left;
}
#contentContainer img.imageLeft {
	float:left;
	margin-bottom:10px;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 5px;
}
#contentContainer img.imageRight {
	float:right;
	margin-bottom:10px;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 5px;
}

#contentContainer p.caption {
	color:#999;
	font-size:10px;
	font-variant:small-caps;
	font-weight:bold;
	line-height:14px;
	padding:5px 0 20px;
}

#contentContainer .clear {
	clear: both;
}
#contentContainer .clearWithoutPadding {
	clear:both;
	padding:0px;
	margin:0px;
}
#contentContainer .noClear {
	clear:none;
}

#contentContainer table, #contentContainer td, #contentContainer th {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#contentContainer table {
	margin-bottom:10px;
	border: 1px solid #ccc;
}

#contentContainer td.spacerCell {}
#contentContainer th.spacerHeaderCell {}
#contentContainer td.highlightCell {}
#contentContainer th.highlightHeaderCell {}

#contentContainer tr.innerHeaderRow {}
#contentContainer tr.largeBorderRow {}
#contentContainer tr.mediumBorderRow {}
#contentContainer tr.smallBorderRow {}
#contentContainer tr.subItemRow {}
#contentContainer tr.subTotalRow {}
#contentContainer tr.totalRow {}

#contentContainer table.default { margin: 10px 0px; width: 100%; }
#contentContainer table.simple { border-width:0px; }
#contentContainer table.financial { border-width: 0px; width: 100%; }
#contentContainer table.noBorder { border-width:0px; }
#contentContainer  table.noBorderNoPadding { border-width:0px; }

#contentContainer table thead td, #contentContainer table thead th,  #contentContainer table tbody th {
	background-color: #F7F7F7;
}
#contentContainer table thead td, #contentContainer table th, #contentContainer table th *,
#contentContainer table thead td p, #contentContainer table thead td div, #contentContainer table thead td * {
	color: #333;
	margin:0px;
	padding: 0px;
}
#contentContainer table td, #contentContainer table th {
	padding: 5px 5px 5px 5px;
}
#contentContainer  table.noBorderNoPadding td, #contentContainer  table.noBorderNoPadding th {
	padding: 0px;
}
#contentContainer table.default p, #contentContainer table.simple p, #contentContainer table.financial p {
    margin:0px;
    font-weight:inherit;
    color:inherit;
    padding:0px;
}

#contentContainer table.default thead td, #contentContainer table.default thead th,  #contentContainer table.default tbody th {
	background-color: #006699;
}
#contentContainer table.default tr.largeBorderRow td, #contentContainer table.default tr.largeBorderRow th,
#contentContainer table.default tr.mediumBorderRow td, #contentContainer table.default tr.mediumBorderRow th,
#contentContainer table.default tr.smallBorderRow td, #contentContainer table.default tr.smallBorderRow th {
	background-color: #5BB348;
}
#contentContainer table.default thead td, #contentContainer table.default th,
#contentContainer table.default thead td p, #contentContainer table.default thead td div, #contentContainer table.default thead td * {
	color: #fff !important;
}
#contentContainer table.default td {
	color: #666;
}

#contentContainer table.simple thead tr th, #contentContainer table.simple tbody tr.innerHeaderRow th {
    text-transform: uppercase;
	font-weight: bold;
	background-color: #EEEEEE;
	vertical-align:bottom;
}
#contentContainer table.simple thead tr td, #contentContainer table.simple tbody tr.innerHeaderRow td {
	border: 1px solid transparent;
	vertical-align:middle;
	text-align:center;
}
#contentContainer table.simple tbody tr td, #contentContainer table.simple tr th {
    border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
#contentContainer table.simple tbody tr th, #contentContainer table.simple tr.totalRow td, #contentContainer table.simple tr.totalRow th  {
	background-color: #F7F7F7;
}
#contentContainer table.simple tbody tr:hover td, #contentContainer table.simple tbody tr:hover th {
	background-color: #EEEEEE;
}
#contentContainer table.simple tbody tr.innerHeaderRow:hover th {
	background-color: #EEEEEE;
}
#contentContainer table.simple tbody tr.innerHeaderRow:hover td {
	background-color: transparent;
}
#contentContainer table.simple tr td.spacerCell,
#contentContainer table.simple tr th.spacerHeaderCell {
    background-color: #FFFFFF !important;
    border: 0 none;
	line-height: 0em;
	font-size: 1pt;
}
#contentContainer table.simple tr {
    background-color: #FFFFFF;
}
table.simple tr:first-child th, table.simple tr:first-child td {
    border-top: 1px dotted #CCCCCC;
}
table.simple tr *:first-child {
    border-left: 1px dotted #CCCCCC;
}

#contentContainer table.financial thead td, #contentContainer table.financial thead th {
	background-color: transparent;
	text-align:right;
	font-weight:bold;
	vertical-align: bottom;
}
#contentContainer table.financial thead td:first-child, #contentContainer table.financial thead th:first-child {
    background-color: transparent;
    text-align:left;
}
#contentContainer table.financial td {
	vertical-align:bottom;
	padding:3px 6px;
}
#contentContainer table.financial th {
	background-color:transparent;
}
#contentContainer table.financial tr.totalRow td, #contentContainer table.financial tr.totalRow th  {
	background-color:#F7F7F7;
}
#contentContainer table.financial th:first-child {
    padding-left: 0px;
}
#contentContainer table.financial tr.totalRow th:first-child {
    padding-left: 10px;
}
#contentContainer table tr.largeBorderRow {
    height:3px;
}
#contentContainer table tr.mediumBorderRow {
    height:2px;
}
#contentContainer table tr.smallBorderRow {
    height:1px;
}
#contentContainer table tr.largeBorderRow td, #contentContainer table tr.largeBorderRow th,
#contentContainer table tr.mediumBorderRow td, #contentContainer table tr.mediumBorderRow th,
#contentContainer table tr.smallBorderRow td, #contentContainer table tr.smallBorderRow th {
    padding:0px;
    margin:0px;
    background-color:#333;
    line-height:1px;
}
#contentContainer table tr.subItemRow th:first-child,
#contentContainer table tr.subTotalRow th:first-child,
#contentContainer table tr.totalRow th:first-child {
    text-indent: -10px;
}
#contentContainer table tr.subItemRow th:first-child {
    padding-left: 45px;
}
#contentContainer table tr.subTotalRow th:first-child {
    padding-left: 30px;
}
#contentContainer table tr.totalRow th:first-child {
    padding-left: 15px;
    font-weight: bold;
}

#contentContainer table td.highlightCell, #contentContainer table th.highlightHeaderCell,
#contentContainer table tbody td.highlightCell, #contentContainer table tbody th.highlightHeaderCell,
#contentContainer table thead td.highlightCell, #contentContainer table thead th.highlightHeaderCell,
#contentContainer table.financial td.highlightCell, #contentContainer table.financial th.highlightHeaderCell,
#contentContainer table.financial tbody td.highlightCell, #contentContainer table.financial tbody th.highlightHeaderCell,
#contentContainer table.financial thead td.highlightCell, #contentContainer table.financial thead th.highlightHeaderCell,
#contentContainer table.simple tr td.highlightCell, #contentContainer table.simple tr th.highlightHeaderCell,
#contentContainer table.simple tr tbody td.highlightCell, #contentContainer table.simple tr tbody th.highlightHeaderCell,
#contentContainer table.simple tr thead td.highlightCell, #contentContainer table.simple tr head th.highlightHeaderCell,
#contentContainer table.simple tr:hover td.highlightCell, #contentContainer table.simple tr:hover th.highlightHeaderCell,
#contentContainer table.simple tr:hover tbody td.highlightCell, #contentContainer table.simple tr:hover tbody th.highlightHeaderCell {
	background-color:#006699;
	color: #FFF;
	font-weight:bold;
}
#contentContainer table.default td.highlightCell, #contentContainer table.default th.highlightHeaderCell,
#contentContainer table.default tbody td.highlightCell, #contentContainer table.default tbody th.highlightHeaderCell,
#contentContainer table.default thead td.highlightCell, #contentContainer table.default thead th.highlightHeaderCell  {
	background-color:#5BB348;
	color: #FFF;
}

#contentContainer caption {
    caption-side: bottom;
    font-style: italic;
    font-variant: normal;
    padding: 0.5em;
    text-align: center;
	text-shadow: 1px 1px #999999;
	background: none repeat scroll 0 0 transparent;
}

/*---------------- INQUIRY -----------------*/
#contentContainer table.inquiry{
	border: none !important;
}

#contentContainer table.inquiry th {
	border-right: 1px solid #CCCCCC !important;
	color: #444444 !important;
	padding: 10px !important;
	vertical-align: top;
}

#contentContainer table.inquiry td {
	padding-left: 10px !important;	
}

#contentContainer table.inquiry td input, #contentContainer table.inquiry td textarea{
	width: 350px !important;
	height: auto !important;
}

#contentContainer table.inquiry .submit{
	width: auto !important;
	float: right;
}

.inquiry label.error{
	background-color: #FFFFFF;
	color: #DC0000;
	font-weight: normal;
	display: block;
	margin: -5px 0px 5px 0px;
	padding: 0px;
	border: none;
}

.inquiry input.error,
.inquiry textarea.error{
	margin-bottom: 0.5em;
	border-color: #BC0000;
}


.uniforms div.button span{
	text-transform: none;
	padding-top: 9px;
	font-weight: normal;
}


body.grey{
	background:url(../images/background_grey.png) #FFF repeat-x;
}

body #headerContainer{
	background:url(http://www.saxonia-tm.de/CPM/layoutTMSubSite/images/header.jpg) no-repeat #DDD;
}

body.grey #headerContainer{
	background:url(http://www.saxonia-tm.de/CPM/layoutTMSubSite/images/header.jpg) no-repeat #DDD;
	background:url(../images/header_home.jpg) no-repeat #DDD;
}

body.grey #topNav div.innerStrip, body.grey #topNav>ul>li{
	border-color:#DDD;
}
body.grey #topNav, body.grey #headerContainer .separator, body.grey #topNav li.firstIsOpen div.innerStrip, body.grey #topNav li:hover div.innerStrip,
body.grey #topNav>ul>li.firstIsOpen, body.grey #topNav>ul>li:hover, body.grey #topNav>ul>li>ul, body.grey #topNav>ul>li>ul>li:hover>a, body.grey #topNav>ul>li>ul>li>ul>li>a:hover{
	border-color: #999;
}
body.grey #topNav ul li, body.grey #topNav ul li a {
	color: #666;
}

body.grey.tm #headerContainer{
	background-image: url(../images/banner-tm.jpg);
}

body.tm.saxonia #headerContainer{
	background-image: url(../images/SAXONIA-TM.jpg);
}

body.bt.saxonia #headerContainer{
	background-image: url(../images/SAXONIA-BrazeTec.jpg);
}

body.cpm.saxonia #headerContainer{
	background-image: url(../images/SAXONIA-CPM.jpg);
}

body.msds.saxonia #headerContainer{
	background-image: url(../images/SAXONIA-4.jpg);
}

#gdpr {
    position: fixed;
    bottom: 0;
    display: none;
    z-index: 200;
    background: #4d4342;
    color: #dbdcde;
    padding: 1rem 0;
    font-size: 1rem;
    /*transition: all 2.5s ease-in-out;*/
    width: 100%;
}

#gdpr .wrapper {
    max-width: 980px;
    margin: auto;
}

@media screen and (max-width: 780px) {
    #gdpr .wrapper {
        padding: 0 1rem;
    }
}

#gdpr .actions {
    margin-top: .5rem;
}

#gdpr .explanation a {
    color: inherit;
}

#gdpr .explanation a:hover {
    text-decoration: none;
}

.gdpr-active #gdpr-overlay {
    display: block !important;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

#pageContainer {
    transition: filter .3s ease-in;
}

.gdpr-active #pageContainer {
    filter: blur(3px);
}

.gdpr-active.dataProtection #pageContainer {
    filter: none;
    opacity: 1;
}
