@charset "UTF-8";


/*
||||||||||||||||||||||||||||
||||||||||||||||||||||||||||
RESET
||||||||||||||||||||||||||||
||||||||||||||||||||||||||||
*/

body, p, a, a:visited, a:hover, a:focus, ul, li{
margin:0;
}

body.loading span.loadMsg{
display: block;
top: 200px;
text-align: center;
width: 100%;
color: #666;
position: absolute;
}
body span.loadMsg{
   display: none;
}
a, a:visited, a:hover{
text-decoration: none;
color: #333
}
ul{
position: relative;
}
ul,li{
list-style: none;
margin: 0;
padding: 0;
position: relative;
}
p{
margin: 0.6em 0;
}
.clearfix{
   float: none;
   clear: both;
}

/*
||||||||||||||||||||||||||||
||||||||||||||||||||||||||||
STRUCTURE
||||||||||||||||||||||||||||
||||||||||||||||||||||||||||
*/
html{
height: 100%;
}

body{
background-color: #F0EAE6;
position: relative;
min-height: 100%;
}

#wrapper{
position: relative;
margin: 0;
padding: 0;
width: auto;
min-height: 400px;
background-color: #F0EAE6;
}

#borderTop,
#borderBottom,
#borderLeft,
#borderRight{
position: fixed;
z-index: 1200;
}
#borderTop{
   top: 0;
   left: 0;
   right: 0;
   height: 3px;
   background-color: #E31916;
}
#borderBottom{
   bottom: 0;
   left: 0;
   right: 0;
   height: 3px;
   background-color: #fa824e;
}
#borderRight{
   bottom: 0;
   top: 0;
   right: 0;
   width: 3px;
}
#borderLeft{
   bottom: 0;
   top: 0;
   left: 0;
   width: 3px;
}
#borderLeft,
#borderRight{
   background: #e31916; /* Old browsers */
   background: -moz-linear-gradient(top, #e31916 0%, #fa824e 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e31916), color-stop(100%,#fa824e)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #e31916 0%,#fa824e 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #e31916 0%,#fa824e 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #e31916 0%,#fa824e 100%); /* IE10+ */
   background: linear-gradient(to bottom, #e31916 0%,#fa824e 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e31916', endColorstr='#fa824e',GradientType=0 ); /* IE6-9 */
}


/*
||||||||||||||||||||||||||||
HEADER		*/
header{
z-index: 999;
width: 100%
}

header h1{
padding:0;
margin: 0;
height: 37px;
padding-top: 21px;
text-align: center;
}

/*
||||||||||||||||||||||||||||
FOOTER      */
.mainFooter {
position: relative;
bottom: 0;
left: 0;
right: 0;
height: 40px;
padding-top: 40px;
}

/*
||||||||||||||||||||||||||||
NAVIGATION	*/

.navigation{
position: relative;
width: auto;
margin: 0;
min-height: 100%;
padding: 0;
display: block;

   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;

     -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
}

.subNav  {
position: absolute;
right: -320px;
top: 59px;
display: none;


   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;

     -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
}
.subNav .level2 {
   display: none;
}
.subNav .level2.open {
   display: block;
}
.subNav .level2 li {
padding: 20px 0px 0px 10px;
}
.subNav .open span.childCounter{
   display: none;
}
.subNav .open span.closeDocCategory{
   display: inline;
      float: right;
width: 30px;
font-family: helvetica;
padding-left: 32px;
text-align: right;
}

.subNavActive {
position: relative;
/*width: auto ! important;*/
top: 0;
right: inherit;
padding-bottom: 60px;
padding-left: 54px;
display: block;
margin-right: 4px;
}

.noSidePadding{
padding: 0;
}
/*.reader .startNavigation{
display: none;
}*/
.startNavigation {
padding-bottom: 24px;
width: 100%;

   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;

     -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);

/*
position: absolute;*/
}
.startNavigation ul li{
display: block;
width: auto;
margin: 4px 0 0;
background-color: transparent;
}
.startNavigation ul li:first-child {
margin-top: 0;
}
a#back{
position: relative;
display: block;
margin: 12px auto;
width: 42px;
height: 34px;
}

a.menuLink {
position: relative;
padding: 20px 0 20px 36px;
display: block;
background-color: #fff;
margin-right: 4px;
/*
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;*/
}
a.active.menuLink {
background-color: #E31916;
background-color: #333;
margin-right: 0;
}
.docNavigation span.childCounter{
   float: right;
width: 30px;
}
span.childCounter{
width: 12px;
padding-left: 32px;
}
.closeDocCategory{
   display: none;
}
.menuLink[data-slug="Intro"] span.childCounter,
.menuLink[data-slug="About"] span.childCounter{
display: none;
}
.subNav li {
padding: 20px 14px 0;
display: block;
background-color: white;
}
.subNav.docNavigation li {
/*border-bottom: 4px solid #F0EAE6;*/
}
.subNav.docNavigation li.open {
border-bottom: 4px solid #F0EAE6;
border-top: 4px solid #F0EAE6;
}
.subNav.docNavigation li.open:first-child {
border-top: none;
}
.subNav.docNavigation ul.level2 li {
border-bottom: none;
border-top: 1px solid #F0EAE6;
}
a.listLink {
position: relative;
padding-bottom: 20px;
display: block;
border-bottom: 1px solid #F0EAE6;
}
.subNav.docNavigation a.listLink {
border-bottom: none;
}
.subNav.docNavigation ul.level2 a.listLink {
padding-bottom: 0px;
}
.subNav li:last-child a {
border-bottom: none;
}
.startNavigation.stickyNav {
position: fixed;
z-index: 1100;
width: 100%;
top: 58px;
}

#filterSearch input {
padding: 0 4%;
   width: 92%;
border: none;
height: 59px;
background-color: #F9F5F2;
}
#filterSearch input:focus {
outline: none;
background-color: #fff;
}
#filterSearch {
margin-bottom: 4px;
}
li.nothingFound{
   display: none;
}

.subNav.docNavigation ul.level2 li.label {
text-align: center;
border-bottom: 2px solid #f0eae6;
padding: 32px 0 0;
text-transform: uppercase;
color: #444;
font-size: 0.75rem;
line-height: 0.9rem;
}
.docLabelSpan {
background: #f0eae6;
padding: 2px 6px 0;
position: relative;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
display: inline-block;
}


/*
||||||||||||||||||||||||||||
||||||||||||||||||||||||||||
READER
||||||||||||||||||||||||||||
||||||||||||||||||||||||||||
*/

#reader{
position: relative;
width: auto;
min-height: 100%;
background-color: #fafafa;
background-color: #fcf9f3;
background-color: #F0EAE6;
display: none;
z-index: 1150;
}

#close{
display: block;
position: absolute;
top: 0px;
right: 0px;
z-index: 920;
}
#close a.exitReader{
display: block;
height: 83px;
width: 72px;
z-index: 1000;
}


div#userPath {
width: auto;
z-index: 900;
padding: 1rem 56px 1rem 20px;
}
div#userPath p {
text-transform: uppercase;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
overflow: hidden;
}

#content{
padding: 12px;
padding-top: 74px;
padding-bottom: 0;
}
#readerHeader{
z-index: 900;
border-bottom: 2px solid white;
background-color: #F0EAE6;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
height: auto;
}
.post{
   padding-bottom: 20px;
}

span.clickExpand,
span.cutoutText{
font-size: 0.9em;
background-color: #ccc;
padding: 2px;
margin: 0 5px;
color: black;
}
.hidden{
   display: none;
}

/*
||||||||||||||||||||||||||||
tab navigation  */

.tabNavigation {
margin: 0 -12px 12px;
background-color: white;
padding: 0;
text-align: center;
}
.tabNavigation a {
width: 50%;
display: inline-block;
padding: 18px 0;
}
.post h1,
.post h4{
   display: none;
}


/*
||||||||||||||||||||||||||||
tab navigation  */

.Introduction .post[data-post-title="Foreword"],
.About .post[data-post-title="Abbreviations"]{
   display: none;
}
.Introduction .post,
.About .post{
   padding-bottom: 100px;
}
#abbreviationsTable tr.filterLabel td span,
#abbreviationsTable tr.abbrLabel td span {
position: relative;
bottom: -19px;
color: #333;
background-color: white;
padding: 2px 6px;
border-radius: 9px;
font-size: 0.7rem;
font-weight: 700;
}
#abbreviationsTable tr.filterLabel td span{
font-size: 0.8rem;
font-weight: 400;
}
#abbreviationsTable tr hr {
border: 1px solid white;
margin-bottom: 6px;
}
#abbreviationsTable tr td.label{
   font-weight: 600;
   font-size: 0.8rem;
   padding-right: 12px;
}
#abbreviationsTable tr td {
border-bottom: 1px solid white;
padding: 8px 0;
}
#abbreviationsTable tr.filterLabel td,
#abbreviationsTable tr.abbrLabel td {
text-align: center;
padding-top: 16px;
border-bottom: none;
padding-bottom: 0;
}
#abbreviationsTable tr.filterLabel{
   display: none;
}

/*
||||||||||||||||||||||||||||
KEYWORDS  */

.Keywords .post .paragraphDocument,
.Keywords .post .similarWording,
.Keywords .post .relatedKeyword {
display: block;
border-bottom: 2px solid white;
margin: 0;
padding: 0.2rem 0 1.4rem 0.6rem;
text-align: left;
}
.Keywords .post .similarWording,
.Keywords .post .relatedKeyword {
border-bottom: none;
}
.Keywords .post .paragraphDocument a{
margin-left: 0.6rem;
}

/*
||||||||||||||||||||||||||||
kw tab navigation  */

.keywordTabNavigation {
margin: 0 -12px 12px;
background-color: white;
padding: 0;
text-align: center;
}
.keywordTabNavigation a {
display: inline-block;
padding: 18px 0;
}
.keywordTabNavigation a[data-navigation="overviewPosts"]{ width: 30%; }
.keywordTabNavigation a[data-navigation="legalBasisPosts"]{ width: 30%; }
.keywordTabNavigation a[data-navigation="agreedLanguage"]{ width: 40%; }

.Keywords .postsContainer.legalBasisPosts,
.Keywords .postsContainer.agreedLanguage,
.Keywords .postsContainer .PPPosts,
.Keywords .postsContainer .regionalDocsPosts,
.Keywords .postsContainer .addOPPosts,
.Keywords .postsContainer .addPPPosts {
   display: none;
}
.Keywords .postsContainer .regionalDocsPosts.open,
.Keywords .postsContainer .addOPPosts.open,
.Keywords .postsContainer .addPPPosts.open{
   display: block;
   background-color: #F9F5F2;
   margin: 0 -12px;
   padding: 12px;
   padding-top: 24px;
}
.agreedLanguageSwitch {
text-align: center;
text-transform: uppercase;
font-size: 0.8rem;
padding: 12px 0;
border-bottom: 2px solid white;
margin-bottom: 12px;
}
.agreedLanguageSwitch a {
 margin: 8px 0;
padding: 0 12px;
font-weight: 600;
display: inline-block;
}
.toggleNext {
margin: -22px -12px 0px;
padding: 20px;
}
.toggleNext.active {
   border-bottom: 2px solid white;
}
.toggleNext:hover {
   cursor: pointer;
}
.nothingFound {
padding: 20px;
height: 50px;
}
.docSubtitle {
display: block;
padding: 12px 0 20px;
font-weight: 600;
}

/*
||||||||||||||||||||||||||||
||||||||||||||||||||||||||||
OVERLAY
||||||||||||||||||||||||||||
||||||||||||||||||||||||||||
*/

#overlay{
   position: fixed;
   background-color: #F0EAE6;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   display: none;
   opacity: 0;
   z-index: 1180;
   padding: 20px;
   text-align: center;
}
.overlayContent{
   padding-top: 4%;
}
#overlay a {
display: inline-block;
width: 49%;
text-align: center;
margin-top: 20px;
height: 0px;
padding-top: 60px;
}


/*
||||||||||||||||||||||||||||
||||||||||||||||||||||||||||
TRANSITION ELEMENTS
||||||||||||||||||||||||||||
||||||||||||||||||||||||||||
*/




* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
