@charset "utf-8";
/***************************************************
****************************************************
****************************************************
*****
*****	Cookie Bar
*****
****************************************************
****************************************************
***************************************************/
div#cookieChoiceWrapper
{
    position: fixed;
    top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFF;
	/* background: rgba( 255, 255, 255, 0.5 ); */
    z-index: 1000;
}
div#cookieChoiceWrapper.fsndCookieWHZBlue
{
	background: #FFF;
}
div#cookieChoiceWrapper.fsndCookieRelative
{
	position: relative;
}
div#cookieChoiceWrapper.fsndCookieBottom
{
	position: fixed;
	top: auto;
	bottom: 0px;
	padding-bottom: 0px;
}
div#cookieChoiceInfo 
{
    /*margin: 0 13% !important;*/ 
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
    /*width: 74% !important;*/
}

div#cookieOptInOutWrapper
{
   position: relative;
   max-width: 98%;
   width: 1440px;
   padding-top: 15px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

.fsndCookieGrey div#cookieChoiceInfo 
{
	color: #3E3E3E;
    background-color: #fff;
    border: 1px solid grey;
}

.fsndCookiePTBlue div#cookieChoiceInfo 
{
	 color: #606062;
    background-color: #fff;
    border: 1px solid #005098;
}

.fsndCookieFullWidth div#cookieChoiceInfo 
{
	width: auto;
	padding-left: 1%;
	padding-right:  1%;
}

.fsndCookieBottom.fsndCookieFullWidth div#cookieChoiceInfo
{
	border-left: none;
	border-bottom: none;
	border-right: none;
}

.fsndCookieWHZBlue div#cookieChoiceInfo
{
	border: none;
}

div#cookieChoiceInfo a.optInOutLinks
{
	position: absolute;
	bottom: 15px;
	padding: 5px 35px;
}

div#cookieChoiceInfo a#cookieChoiceDismiss
{
	right: 15px;
}

div#cookieChoiceInfo a#cookieChoiceDecline
{
	left: 15px;
}

.fsndCookieGrey div#cookieChoiceInfo a.optInOutLinks
{
	color: #FFF;
	background: #222222;
}

.fsndCookiePTBlue div#cookieChoiceInfo a.optInOutLinks
{
	color: #FFF;
	background: #005098;
}

.fsndCookieWHZBlue div#cookieChoiceInfo a.optInOutLinks
{
	background: #385065;
}

.fsndCookieGrubBlue div#cookieChoiceInfo a.optInOutLinks
{
	background: #0c2f7a;
}

div#cookieChoiceInfo a#cookieInfoLink
{
	margin-left: 4px;
}

.fsndCookieGrey div#cookieChoiceInfo a#cookieInfoLink
{
	color: #222;	
}

.fsndCookiePTBlue div#cookieChoiceInfo a#cookieInfoLink
{
	color: #005098;	
}

div#cookieChoiceInfo div#cookieInnerID
{
	width: 80%;
	padding-left: 30px;
	padding-bottom: 1em;
	padding-top: 1em;
   margin-left: auto;
   margin-right: auto;
}

.fsndCookieFullWidth div#cookieChoiceInfo div#cookieInnerID
{
	display: inline-block;
	width: auto;
   max-width: 95%;
	margin-left: 1%;
	margin-right: 130px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#cookieChoiceInfo h2#cookieConsentTitle
{
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 30px;
	padding-right: 0.5em;
	margin-top: 0;
}

.fsndCookieHideTitle h2#cookieConsentTitle
{
	display: none;
}

.fsndCookieShadow div#cookieChoiceInfo
{
	margin-bottom: 5px;
	
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.fsndCookieShadow div#cookieChoiceInfo a.optInOutLinks
{
	
	-webkit-box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.75);
}

.fsndCookieShadow div#cookieChoiceInfo a#cookieChoiceDismiss
{
	right: 20px;
}

#cookieChoiceInfo #cookieInnerID a.optInOutLinks
{
	position: relative;
   display: inline-block;
	bottom: auto !important;
   margin-bottom: 8px;
	padding: 0.5em 0.75em;
	text-decoration: none;
	
	-webkit-transition: background 0.25s ease-in;
    -o-transition: background 0.5s ease-in;
   
}

#cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper a.optInOutLinks
{
   display: block;
}

#cookieChoiceInfo #cookieInnerID #cookieChoiceDecline
{
	left: auto !important;
	margin-right: 5px;
}

#cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDecline
{
   float: right;
}

#cookieChoiceInfo #cookieInnerID #cookieChoiceDismiss
{
	right: auto !important;
	margin-left: 5px;
}

#cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDismiss
{
   float: left;
}

div#cookieChoiceWrapper.fsndCookieBlack
{
	background: #000;
	font-size: 13px;
    font-family: Arial;
    font-weight: bold;
	color: #FFF;
}

.fsndCookieBlack #cookieInnerID a,
.fsndCookieBlack #cookieInnerID a:visited
{
	color: #FFF;
	text-decoration: underline;
}

.fsndCookieBlack #cookieChoiceInfo #cookieInnerID a.optInOutLinks
{
    color: #FFFFFF;
    background: #B50234;
	
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
}

.fsndCookieBlack #cookieChoiceInfo #cookieInnerID a.optInOutLinks:hover 
{
    background: #7F7F7F;
    text-decoration: none;
}

.fsndButtonsRight div#cookieChoiceInfo
{
   padding-top: 0px;
}

.fsndButtonsRight div#cookieOptInOutWrapper
{
   width: 360px;
   padding-top: 0px;
   float: right;
   text-align: center;
   white-space: nowrap;
}

.fsndButtonsRight div#cookieChoiceInfo div#cookieInnerID
{
   width: 100%;
   padding-left: 0px;
   padding-top: 5px;
}

.fsndButtonsRight #cookieChoiceInfo h2#cookieConsentTitle
{
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-top: 0px;
   margin-top: 10px;
}

.fsndButtonsRight #cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDecline,
.fsndButtonsRight #cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDismiss
{
   float: left;
   padding-left: 15px;
   padding-right: 15px;
   margin-right: 15px;
}
.fsndButtonsRight #cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDecline
{
   float: right;
}
.fsndButtonsRight div#cookieChoiceInfo
{
   border: none;
   font-size: 12px;
}

.fsndButtonsRight div#cookieConsentText
{
   float: left;
   max-width: 800px;
}

.fsndButtonsRight div#cookieOptInOutWrapper::after
{
   content: " ";
   width: 0px;
   height: 0px;
   clear: both;
}

/* blue: #003869 */
#cookieChoiceWrapper.fsndCookieTUBlue
{
   background: #003869;
   color: #FFF;
   border-top: 2px #112288 outset;
}

.fsndCookieTUBlue #cookieChoiceInfo h2#cookieConsentTitle,
.fsndCookieTUBlue #cookieConsentText a,
.fsndCookieTUBlue #cookieConsentText a:visited
{
   color: #FFF;
   font-weight: 400;
}

.fsndCookieTUBlue #cookieConsentText a
{
   font-style: italic;
}

.fsndCookieTUBlue #cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDecline, 
.fsndCookieTUBlue #cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDismiss
{
   color: #003869;
   background: #eeeeee;
   text-transform: uppercase;
}

/* red: #b13a29 */
#cookieChoiceWrapper.fsndCookieLJRed
{
   background: #b13a29;
   color: #FFF;
   border-top: 2px #882211 outset;
}

.fsndCookieLJRed #cookieChoiceInfo h2#cookieConsentTitle,
.fsndCookieLJRed #cookieConsentText a,
.fsndCookieLJRed #cookieConsentText a:visited
{
   color: #FFF;
   font-weight: 400;
}

.fsndCookieLJRed #cookieChoiceInfo h2#cookieConsentTitle
{
   font-size: 16px;
}

.fsndCookieLJRed #cookieConsentText a
{
   font-style: italic;
}

.fsndCookieLJRed #cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDecline, 
.fsndCookieLJRed #cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDismiss
{
   color: #b13a29;
   background: #eeeeee;
   text-transform: uppercase;
}
/*
.fsndCookieLJRed div#cookieConsentText
{
   width: 720px;
}

.fsndCookieLJRed div#cookieOptInOutWrapper
{
   width: 440px;
}
*/
/***************************************************
****************************************************
****************************************************
*****
*****	Media Queries
*****
****************************************************
****************************************************
***************************************************/

@media only screen and (max-width: 1100px) 
{
   .fsndButtonsRight div#cookieOptInOutWrapper
   {
      margin-top: 20px;
   }
}

@media only screen and (max-width: 800px) 
{
	
	div#cookieChoiceInfo div#cookieInnerID
	{
		width: 70%;	
	}

}

@media only screen and (max-width: 700px) 
{

}

@media only screen and (max-width: 600px) 
{	
	div#cookieChoiceInfo div#cookieInnerID
	{
		width: 65%;	
	}
}

@media only screen and (max-width: 600px) and (orientation: landscape)
{
	div#cookieChoiceInfo div#cookieInnerID
	{
		width: 90%;
		padding-left: 0px;
		margin-left: auto;
		margin-right: auto;
		font-size: 80%;
	}
	#cookieChoiceInfo h2#cookieConsentTitle
	{
		padding-left: 0px;
		margin-left: 5%;
	}
	div#cookieChoiceInfo a#cookieChoiceDismiss
	{
		display: inline-block;
		position: relative;

		bottom: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.fsndCookieShadow div#cookieChoiceInfo a#cookieChoiceDismiss
	{
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 500px) 
{	
	div#cookieChoiceInfo div#cookieInnerID
	{
		width: 90%;
		padding-left: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	#cookieChoiceInfo h2#cookieConsentTitle
	{
		padding-left: 0px;
		margin-left: 5%;
	}
	div#cookieChoiceInfo a#cookieChoiceDismiss
	{
		display: inline-block;
		position: relative;

		bottom: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.fsndCookieFullWidth div#cookieChoiceInfo div#cookieInnerID
	{
		margin-right: 1%;
	}
	.fsndCookieShadow div#cookieChoiceInfo a#cookieChoiceDismiss
	{
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 400px) 
{
	.fsndCookieShadow div#cookieChoiceInfo
	{
		max-width: 95%;
	}
}

@media only screen and (max-width: 325px) 
{
}