#tools a:focus,
header a:focus,
#content a:focus{
background: yellow !important;
color:#000 !important;
text-indent:0px !important;
}

#tools a:focus,
header a:focus{
text-align:center;
}
body{
margin:0;
background-color: #111;
font-size:1.1em;
overflow-x:hidden;
font-family: 'Open Sans', Arial, sans-sarif;
font-weight: 300;
color:#ccc;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Oswald', Arial, sans-sarif;
font-weight: 400;
}
h3{
font-weight:300;
font-size:1.4em;
}
h4{
font-size:1.3em;
margin-top:2em !important;
}
h5{
font-size:1.2em;
margin-top:1.6em !important;
}
h6{
font-size:1.1em;
margin-top:1.4em !important;
}
a{
text-decoration:none;
color:yellow;
}
strong{
  font-weight: 700;
}
i{
  font-style:normal;
}
hr{
border-width:1px 0 1px 0;
}
blockquote{
padding:2%;
background:black;
}
input, textarea{
max-width: 80%;
color: #639;
vertical-align: middle;
padding:10px;
border: 1px solid #bbb;
margin:0 1%;
background: black;
transition: .4s;
outline:none;
}
input:focus,
textarea:focus,
input:hover,
textarea:hover{
border-color:#1E5C8B;
background:black;
}
input[type="submit"],
.butt{
background:yellow;
color:black;
border:0;
min-width:auto;
padding:10px 20px;
}
input[type="submit"]:hover,
input[type="submit"]:focus{
background:#74a;
}
.small{
font-size:90%;
}
.x-small{
font-size:80%;
}
.right{
text-align:right;
}
.float_right{
float:right;
}
.float_left{
float:left;
}
.clear{
clear:both;
}
.center{
text-align:center;
}
.hidden{
position:absolute;
width:1px;
left:-9999px;
}
.dark{
  background: yellow !important;
}
.dark *{
  color:#333 !important;
}
.dark a{
  color:black !important;
}
.s-box{
width:33.333%;
padding:1%;
float:left;
box-sizing:border-box;
}
.h-box{
width:50%;
padding:1%;
float:left;
box-sizing:border-box;
}
.b-box{
width:66.666%;
padding:1%;
float:left;
box-sizing:border-box;
}
.border-r{
border-right:1px solid rgba(0,0,0,0.14);
}
.border-l{
border-left:1px solid rgba(255,255,255,0.14);
}
.border-t,
hr{
border-top:1px solid rgba(255,255,255,0.14);
}
.border-b,
hr{
  border-bottom: 1px solid #ccc;
  width: 200px;
  margin: 0 auto !important;
}
.hide{
position:absolute;
left:-9999px;
width:1px;
height:1px;
background:black;
color:#000;
}

.no-disp{
display:none;
}
.nav{
list-style:none;
margin:0;
}
.nav a{
z-index:9000;
position:absolute;
left:-9999em;
list-style:none;
display:inline;
background:#000;
color:yellow;
}
.nav a:hover,
.nav a:focus,
.nav a:active{
padding:1% 10%;
left:auto;
top:0;
}

header{
padding:20px;
width:100%;
box-sizing:border-box;
z-index:1;
text-align: center;
font-size:30px;
font-weight:400;
}
header h1{
text-indent: -999em;
width:290px;
margin:0;
-webkit-transition: .2s;
transition: .2s;
display: inline-block;
padding-right: 40px;
border-right: 1px solid #555;
}
header h1 a{
width: 100%;
display: block;
background: url(../gfx/logo_uwr_hi.png) no-repeat center center;
background-size:220px;
padding: 18px 45px 15px 15px;
}
header h2{
margin:0;
display: inline-block;
overflow: hidden;
}
header h2 a{
color:#ccc;
padding: 30px 15px 15px 45px;
-webkit-transition: .2s;
transition: .2s;
}
header h2:hover a,
header h2:focus a{
color:yellow;
}
/* ---------------- MENU ------------------*/
#menu{
width:100%;
background: #000;
overflow-y:visible;
}
#menu fieldset{
border:0;
margin:0;
padding:0;
}
#menu ul{
list-style:none;
padding:0;
margin:0;
text-align: center;
}
#menu>fieldset>ul>li{
display: inline-block;
}
#menu a{
font-family: 'Oswald';
font-weight: 400;
font-size: 110%;
display:block;
width:100%;
padding:15px 30px;
box-sizing:border-box;
text-align:center;
transition:.3s;
}
#menu a:hover,
#menu a:focus,
#menu li.selected>a{
background: black;
}
/*
#menu ul li ul li a{
height:0px;
overflow:hidden;
padding:0;
}

#menu>fieldset>ul>li.selected>ul li a{
height:48px;
background: #01477e;
padding:15px 9px;
white-space: nowrap;
color:black;
}
*/
#menu>fieldset>ul>li>ul{
  position: absolute;
  height:0;
  overflow: hidden;
  width: auto;
  background: yellow;
  z-index: 12;
}
#menu>fieldset>ul>li>ul a{
  color:black;
}
#menu>fieldset>ul>li>ul a:hover,
#menu>fieldset>ul>li>ul a:focus{
  color:yellow;
}
#menu>fieldset>ul>li.selected>ul{
height:auto;
}

#content{
width:100%;
margin:60px auto;
box-sizing:border-box;
position:relative;
overflow:hidden;
max-width:1360px;
}
#tools{
position:relative;
width:100%;
max-width:1360px;
margin:0 auto;
box-sizing:border-box;
z-index: 3;
text-align: right;
}
article{
  background: black;
  border:1px solid #444;
  box-sizing: border-box;
  max-width: 900px;
  margin:0 auto;
  position: relative;
  overflow: hidden;
}
article > *:not(img){
  margin: 1% 10%;
  color:#eee;
}
article p{
  margin: 2% 10%;
}
.title_image{
  display: block;
  margin: 0 auto;
}
#content>ul li,
#content section>ul li,
#content .s-box>ul li,
#content .h-box>ul li,
#content .b-box>ul li{
display:list-item;
list-style: square url("../gfx/pointer.png");
margin:auto;
border-top: 1px solid rgba(255,255,255,.3);
border-bottom: 1px solid rgba(0,0,0,.15);
padding: 1%;
}
#content>ol li,
#content section>ol li,
#content .s-box>ol li,
#content .h-box>ol li,
#content .b-box>ol li{
display:list-item;
margin:auto;
border-top: 1px solid rgba(255,255,255,.3);
border-bottom: 1px solid rgba(0,0,0,.15);
padding: 1%;
}
#content section>ul li,
#content section>ol li{
margin:0 6%;
}
#content a:hover{
text-decoration:underline;
}
#content p{
  font-style: italic;
}
#content h3{
font-size:30px;
}
#content img{
max-width:100%;
}
#content .news_box h3 a{
font-size:90%;
text-decoration:none;
}
#content p.crumbs,
#tools #contrast-change,
#tools .search_butt,
#tools .lang_butt{
display:inline-block;
color:#ccc;
padding:10px;
margin:0;
width:auto;
font-size:85%;
max-width: calc(100% - 100px);
}
#content p.crumbs{
width: 100%;
max-width: 1360px;
margin: 0 auto;
}
#tools #contrast-change .fa,
#tools .search_butt,
#tools .lang_butt i{
top:auto;
font-size: 27px;
text-align: center;
z-index:4;
padding:0;
cursor:pointer;
}
#tools .search_butt,
#tools .lang_butt,
#tools #contrast-change{
padding: 5px 10px;
height: 48px;
box-sizing: border-box;
z-index:2;
width:48px;
}

#tools .lang_butt,
#tools #contrast-change{
font-size: 18px;
padding: 10px;
width:78px;
}
#tools #contrast-change{
right:134px;
width:160px;
}
#tools .lang_butt a,
#tools #contrast-change a{
font-weight:bold;
color:#ccc;
font-family: 'Oswald', Arial, sans-serif;
padding:5px;
padding-bottom:0;
}

#tools a label[for="search_cb"] i.fa-search{
color:#ccc;
padding: 5px 10px;
display:block;
}
#tools label[for="search_cb"],
#tools label[for="search_cb"] span,
#tools .search_butt span,
#tools .lang_butt span{
display:none;
}

#tools #searchBox{
position:fixed;
width:100%;
top:0;
bottom:0;
background: rgba(66,33,99,.95);
right:-100%;
z-index:3;
transition:.2s;
box-sizing: border-box;
opacity:0;
}
#tools #search_cb:checked a.search_butt i.fa-search{
display:none;
}
#tools #searchBox.selected a.search_box{
padding: 10px;
display:block;
}
#tools #searchBox.selected{
right:0;
opacity:1;
}
#searchBox form{
display:block;
width:80%;
position:absolute;
top:50%;
margin-top:-100px;
left:50%;
margin-left:-40%;
box-sizing:border-box;
}
.search_box{
width:100%;
}
.search_box form{
width:80%;
margin:70px auto;
}
#searchBox fieldset,
.search_box fieldset{
    padding: 0 10px;
    border: 1px solid #418;
    background: black;
    position:relative;
    text-align: left;
}
#searchBox legend,
.search_box legend{
    font-weight: bold;
    font-variant: small-caps;
    color: black;
    margin:0 10px;
    padding: 0 20px;
    position: relative;
    top: -30px;
}
#searchBox input,
.search_box input{
    border: 0;
    background: transparent;
    width: 86%;
	float:right;
	margin-right:45px;
    padding: 15px;
    font-weight:bold;
    color:#fff;
    font-size:24px;
    height:30px;
}
#searchBox input[type="submit"],
.search_box input[type="submit"]{
background:black;
width:70px;
position:absolute;
right:0;
border-left:1px solid #ddd;
margin:0;
height:50px;
color:yellow;
cursor:pointer;
padding-top: 10px;
}
#content p.crumbs a{
font-weight:normal;
}
#content p.crumbs a:hover{
color:#369;
}

#content #background-box,
#content .background-box{
width:100%;
height:400px;
background-position:center top;
background-size: 100% auto;
background-repeat: no-repeat;
}
#background-box a{
display:block;
width: 30%;
text-align: center;
margin: 0 auto;
background: rgba(255,255,255,.8);
padding: 10px;
}
#content .background-box{
height:340px;
}
#empty-box,
.empty-box{
width:100%;
height:90px;
}
#cookie_message{
position: fixed;
bottom: 0;
z-index: 1;
background: rgba(255,255,255,.95);
border-top: 1px solid #ccc;
width:100%;
padding-bottom: 50px;
}
#cookie_message p:not(.float_right){
padding: 2% 5%;
margin:0;
color:#333;
float: left;
width: calc(100% - 60px);
box-sizing: border-box;
}
#cookie_message p.float_right{
margin:0;
padding:0;
}
#cookie_message p.float_right a{
width:40px;
height:40px;
display:block;
padding: 5px;
background: black;
margin: 0;
margin-left: 10px;
color:#1e1e1e;
overflow:hidden;
}
#cookie_message p.float_right a i.fa{
font-size: 24px;
margin: 11px;
line-height: 20px;
margin-left: 12px;
}


.unslider{overflow:auto;margin:0 auto;padding:0;width:100%;}
.unslider-wrap{position:relative}
.unslider-wrap.unslider-carousel>li{float:left}
.unslider-vertical>ul{height:100%}
.unslider-vertical li{float:none;width:100%}
.unslider-fade{position:relative}
.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}
.unslider-fade .unslider-wrap li.unslider-active{z-index:10}
.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}
.unslider-arrow{display:none;}
.unslider-nav{
width:30px;
position:absolute;
top:180px;
right:0;
}
.unslider-nav ol li{
text-indent:-999em;
border:1px solid #666;
display:block;
width:8px;
height:8px;
background:black;
border-radius:5px;
margin:10px;
}
.unslider-nav ol li.unslider-active{
background:#1E5C8B;
border-color:transparent;
width:6px;
height:6px;
margin:11px;
color:black;
}
#slider-box{
height:450px;
max-width:1360px;
margin:0 auto;
}
#slider-box ul li{
background-size:auto 100%;
background-color:black;
background-repeat:no-repeat;
background-position:left top;
height:450px;
}
#slider-box ul li div.cont,
#timeline-box ul li div.cont{
background:black;
width:50%;
min-width:400px;
float:right;
padding:4%;
box-sizing:border-box;
}
#slider-box ul li div.cont{
padding:70px;
padding-top:0;
height:450px;
}
#slider-box ul li div.cont h3 a{
color:#666;
font-size:1.1em;
font-weight:bold;
font-style:italic;
text-align:center;
text-decoration:none;
}
#slider-box ul li div.cont p,
#timeline-box ul li div.cont p{
color:#555;
line-height:1.4em;
font-weight:normal;
}
div.fade{
width:100%;
height:70px;
position:relative;
top:380px;
background: linear-gradient(to top, black 10%, transparent);
z-index:2;
}
#waterfall {
  margin: 10px;
  list-style: none;
 }

#waterfall>ul>li {
  left: 0;
  top: 0;
  opacity: 0;
  transform: translateY(100px);
  list-style: none;
}

#waterfall li.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, top 1s;
}

#waterfall li > div {
  color: rgba(0,0,0,0.6);
  margin: 10px;
  background: black;
  border: 1px solid #444;
  transition: all 0.5s;
}
#waterfall li > div > *:not(img){
  margin: 10%;
  color:#eee;
}
#waterfall li > div p{
  margin: 2% 10%;
}
#waterfall li > div > h3{
  text-align: center;
}
#waterfall li div p a.butt{
  margin:20px auto;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
}
#waterfall li > div:hover {
  transform: translateY(-10px);
  border: 1px solid yellow;
  box-shadow: 0 10px 15px rgba(0,0,0,.4);
  transition: all 0.3s;
}
#waterfall .page_link div{
height: 50px;
width:100% !important;
background: yellow;
text-align: center;
}
#waterfall .page_link div i{
  font-size: 40px;
}
#waterfall .page_link div a{
  color:black;
  padding-top: 60px;
display: inline-block;
text-shadow: 0 -1px 1px #000;
}
#waterfall li.page_link > div:hover {
  transform: translateY(0);
  border: 1px solid yellow;
  box-shadow: 0 0 15px rgba(0,0,0,.4) inset;
  transition: all 0.3s;
}


.news_box{
margin:20px auto;
position:relative;
}
/*.news_box ul{
margin:0;
padding:0;
}
.news_box li{
display:block;
float:left;
width:31%;
margin:1%;
border:1px solid #999;
background-size:100%;
background-position:center top;
background-repeat:no-repeat;
background-color:black;
height:350px;
box-sizing:border-box;
position:relative;
overflow:hidden;
transition:.4s;
}
.news_box li div.cont{
width:100%;
padding:4%;
padding-bottom:20px;
background:black;
position:absolute;
bottom:0;
max-height:250px;
min-height:120px;
box-sizing:border-box;
}
#content .news_box div.fade,
#content .news_box div.cont h3+p{
display:none;
}
.news_box li div.cont img.profil_img{
position: absolute;
top: -100px;
width: 110px;
left: 50%;
margin-left: -55px;
border: 3px solid #eee;
border-radius: 50%;
}
*/
.data-box{
width: 92px;
max-width: 28%;
float:left;
position:relative;
color:#666;
}
#timeline-box{
max-width:900px;
margin:10px auto;
}
#timeline-box ul li{
overflow: hidden;
position:relative;
}
#timeline-box ul li.fullWidth{
  width: 100%;
  border:0;
  text-align: center;
  font-size: 2em;
  color:#bbb;
  padding:20px;
  font-weight: bold;
}
.data-box .day{
font-size:32px;
color: #3d7ab8;
font-weight:bold;
display:inline-block;
padding-top:9px;
}
.data-box .month{
font-size:20px;
}
.data-box .pointer{
width:10px;
height:10px;
border:1px solid #369;
background:#f2f2f2;
position: absolute;
right:-6px;
top:20px;
border-radius:5px;
}
.data-box .mask{
width:2px;
height:20px;
background:#f2f2f2;
position: absolute;
right:-1px;
top:0;

}
.event,.profillink{
width:100%;
}
.event .cont_box,
.profillink .cont_box{
display:block;
box-sizing: border-box;
font-weight: bold;
font-family: 'Oswald', Arial, sans-serif;
font-size: 1.3em;
background:black;
border:1px solid #ccc;
margin:4px 2px;
margin-left:30px;
background-position:left center;
background-repeat:no-repeat;
background-size:auto 100%;
transition:.3s;
}
.event .cont_box{
position: relative;
overflow: hidden;
margin-left:20px;
}
.profillink img{
height:128px;
float: left;
margin-top: -30px;
margin-left: -10px;
margin-right: 10px;
}
#timeline-box ul li div.cont.full,
.full{
width:100%;
}
.event a.cont_box,
.profillink a.cont_box{
padding:10px;
padding-top:30px;
width:96%;
margin:2%;
height:130px;
box-sizing: border-box;
text-align: center;
}
.event a:hover{
text-decoration:underline;
}
.event .cont_box:hover{
background-size:auto 110%;
box-shadow:0 0 4px #69c;
}
.event a.cont_box img{
float: left;
width: 100px;
border-radius: 50px;
position: relative;
top: -25px;
left: -25px;
margin-bottom: -50px;
border: 4px solid #eee;
}
#eventlist-box ul,
.eventlist-box ul,
#timeline-box ul{
list-style:none;
margin:0;
padding:0;
position: relative;
overflow: hidden;
}
#eventlist-box li,
.eventlist-box li{
margin:0 auto;
}
#timeline-box li{
width:448px;
box-sizing: border-box;
float: left;
position: relative;
display: block;
box-sizing: border-box;
}
#eventlist-box li:first-of-type,
.eventlist-box li:first-of-type{
border-top:0;
}
#eventlist-box li:last-of-type,
.eventlist-box li:last-of-type{
border-bottom:0;
}
#eventlist-box li a,
.eventlist-box li a{
padding:5% 2%;
width:100%;
box-sizing: border-box;
font-family: 'Oswald', Arial, sans-serif;
}
.eventlist-box li a{
padding:2%;
}
p.more{
padding-top:20px;
}
p.more a .fa{
color:#666;
font-size:42px;
}

#edit_tool{
position: fixed;
bottom: -400px;
right: 0px;
overflow: hidden;
z-index: 88888;
transition:.4s;
transition-delay:.2s;
cursor:pointer;
opacity:0;
width:200px;
}

#edit_tool_butt{
position: fixed;
bottom: 20px;
right: 20px;
width: 60px;
height: 60px;
overflow: hidden;
z-index: 3;
cursor:pointer;
}

#edit_tool_butt .fa{
color:black;
font-size: 20px;
background: #D50000;
padding: 15px;
border-radius: 50%;
border:0;
box-shadow: 0px 0px 5px #000;
margin:8px;
position:absolute;
bottom: -4px;
right: -4px;
}
#edit_ch:checked+#edit_tool{
height:auto;
width:200px;
right:30px;
bottom:30px;
z-index: 2;
opacity:1;
}
#edit_tool>a{
padding:5px;
display:block;
margin:0;
background:#000;
overflow:hidden;
font-size:90%;
color:#eee;
border-top:1px dotted #333;
opacity:0;
}
#edit_ch:checked+#edit_tool>a,
#edit_tool:hover>a{
opacity:1;
}
#edit_tool>a:hover{
background:#111;
}

.dialog{
width:100%;
position:fixed;
top:0;
left:-100%;
bottom:0;
overflow-y:auto;
overflow-x:hidden;
background:#eee;
z-index:4;
transition:.4s ease;
text-shadow:-1px -1px 0 black;
margin:0;
padding:70px 5%;
box-sizing:border-box;
}
#dialog-profil:target,
#dialog-background:target{
left:0%;
}
.dialog h3{
font-weight:bold;
color:#555;
}
.dialog p{
color: #444;
margin:5px 0;
}

.photos_list li{
width:180px;
box-sizing: border-box;
position:relative;
overflow:hidden;
border:1px solid #ddd;
float:left;
margin: 0.5%;
height: 130px;
line-height: 1px;
padding: 0px;
list-style: outside none none;
text-align:center;
color:#333;
}
.files_list li{
width:98%;
box-sizing: border-box;
position:relative;
overflow:hidden;
border-bottom:1px solid #ddd;
float:left;
margin: 0;
padding: 4px;
list-style: outside none none;
cursor:pointer;
}
.photos_list li.selected,
.files_list li.selected,
.photos_list li.selected .options,
.files_list li.selected .options{
background:#0FA3C7;
text-shadow:none;
}
.photos_list li.selected .options,
.files_list li.selected .options{
display:none;
}
.photos_list li img{
width: auto;
height: auto;
max-width: 94%;
max-height: 90%;
margin: 3%;
border: 0px none;
}
.photos_list li label{
cursor:pointer;
}
.photos_list li label>span.fa{
font-size:36px;
color:#444;
padding: 12px;
width: 100%;
box-sizing: border-box;
}
.files_list li p{
padding:0;
}
.files_list li p>i{
color:#444;
margin-top:12px;
padding-right:1em;
}
.photos_list .new-folder,
.files_list .new-folder, .photos_list .date_line,
.files_list .new-folder, .files_list .date_line{
width:99%;
border:0;
height:auto;
text-align:left;
border-top:1px solid #ccc;
margin: 0.5%;
padding: 0px;
}
.dialog .menu_ul li.new-folder label,
.photos_list li.new-folder label{
background:#999;
}
.photos_list .date_line p,
.menu_ul .date_line p{
color:#666;
font-weight:bold;
text-shadow: 1px 1px 0 black;
font-size:80%;
}
.photos_list .new-folder p,
.files_list .new-folder p{
color:#0FA3C7;
}
.photos_list li.save label{
height: auto;
line-height: 20px;
display: inline-block;
width: 100%;
padding: 10px 0;
text-align: center;
color: black;
text-shadow: 1px 1px 0px #000;
cursor:pointer;
}
.photos_list li .options{
width: 100%;
height: 44px;
position: absolute;
bottom: 0;
background: rgba(221,221,221,.9);
transition:.2s;
}

.photos_list li .options a{
line-height:40px;
}
.photos_list li .options a.add{
border: 1px solid #0fa3c7;
border-radius: 50%;
width: 30px;
height:30px;
display: inline-block;
line-height: 30px;
margin: 1%;
margin-right:50px;
background: black;
}
.photos_list li .options a .fa{
line-height:30px;
font-size:20px;
}

.dialog .status{
padding: 5px 3%;
background:#F44336;
width: 94%;
text-shadow:1px 1px 0 #333;
	color: white;
	margin: 8px 0;
	opacity:0;
}

.dialog .progress {
	display:none;
	position: relative;
	width: 90%;
	margin: 10px auto;
	border: 1px solid #DDD;
	padding: 5px;
	border-radius: 3px;
}
.dialog .bar{
	background: #0FA3C7;
	height: 20px;
	width: 0%;
	/* transition animation */
	transition: width .3s;

}
.dialog .percent {
	position: absolute;
	display: inline-block;
	top: 6px;
	left: 48%;
	color: #333;
}
#profil_box{
margin:0 auto;
background:black;
transition:.2s;
}
#profil_box>div{
position:relative;
overflow:hidden;
padding:3%;
}
#profil_box h4{
margin-top: 16px !important;
}
#profil_box .fa{
margin: 0 10px;
text-align: center;
width: 20px;
font-size: 20px;
color: #666;
}
#new_photo img,
#profil_box img{
margin:0 auto;
display: block;
margin:2% auto;
max-width: 96%;
}
#profil_box h2{
text-align:center;
margin-bottom:0;
color:#fff;
}
#profil_box h3{
margin-top:0;
color: #fff;
}
#profil_box p{
color: #fff;
}
#profil_box h2+p{
margin-top:0;
}

#profil_box.top_ver{
width:100%;
margin:0 auto;
background:black;
position:fixed;
padding:0;
padding-left:280px;
top:auto;
bottom:0;
left:0;
box-sizing:border-box;
}
#profil_box.top_ver img{
display:none;
}
#profil_box.top_ver div{
display:none;
}
#f1_upload_process{
background: #ffeb3b;
width:80%;
margin:10%;
color:#000;
position:absolute;
opacity:.9;
padding:10px;
box-sizing:border-box;
display:none;
text-align:center;
}
#photo_box{
position:relative;
overflow:hidden;
}
#photo_box label{
display:block;
font-weight:bold;
text-align:center;
font-size:90%;
text-shadow:none;
width:80%;
margin:0 10%;
cursor:pointer;
}
#content ul.tabs{
width: 80%;
margin: 0 auto;
margin-top:40px;
padding: 0 2%;
position: relative;
overflow: hidden;
box-sizing: border-box;
}
#content ul.tabs.top_ver{
position:fixed;
margin:0 auto;
bottom:88px;
width:100%;
max-width:100%;
padding-left:280px;
left:0;
background:black;
}
section.tab_content{
display:block;
clear:both;
}
section.tab_content.b-box,
section.tab_content.h-box,
section.tab_content.s-box{
padding-top:0;
clear:none;
}
#content ul.tabs li{
list-style: none;
display: inline-block;
float: left;
padding:0;
border:0;
margin-left:-1px;
}
#content ul.tabs li:first-of-type{
display:none;
}
#content ul.tabs.top_ver li:first-of-type{
display:block;
}
#content ul.tabs li a{
display:inline-block;
border: 1px solid #aaa;
background: black;
padding:10px;
text-decoration:none;
}
#content ul.tabs li a.selected{
background: #f2f2f2;
border-bottom-color: #f2f2f2;
}
#content ul.tabs.top_ver li a.selected{
background: #f2f2f2;
border-top-color: #f2f2f2;
border-bottom-color: #aaa;
}
.page{
display: inline-block;
padding: 10px;
border: 1px solid #999;
margin: 2px;
background:black;
}
.page.selected{
background:#eee;
border:1px solid #ddd;
}
#footer{
width:100%;
max-width: 1360px;
font-family: 'Oswald',Arial,sans-serif;
font-size: 90%;
margin: 0 auto;
position: relative;
overflow: hidden;
}
#footer p{
margin:0;
padding:10px;
}
#footer a{
}
/*----------- alert box ---------------------*/

.lightBox{
position: fixed;
top: 50%;
left: 50%;
width: 60%;
margin-left: -30%;
margin-top: -200px;
z-index: 99;
max-height:100%;
overflow: hidden;
overflow-y: auto;
}

#overlay{
height: 100%;
width: 100%;
position: fixed;
background: #111;
top: 0px;
left: 0px;
z-index: 98;
opacity:0.92;
display:none;
}

#alertBox{
z-index: 99;
width: 60%;
margin-left: -30%;
padding:15px !important;
background: transparent !important;
border:0 !important;
box-shadow:none !important;
display:none;
}
#alertBox div{
float:left;
width:auto;
}
#alertBox div.s-box{
background:#606c88;
box-shadow: 0px 0px 15px #000;
padding:30px 40px;
font-size:40px;
color: #111;
}
#alertBox div.b-box{
background:#eee;
color:#333;
padding:0;
box-shadow: 0px 0px 15px #000;
width: calc(100% - 140px);
max-height: 300px;
overflow: auto;
position:relative;
padding-bottom:50px;
margin:0;
}
.lightBox.w30{
width: 30%;
margin-left: -15%;
min-width:350px;
}
.lightBox.w60{
width: 60%;
margin-left: -30%;
}
#alertBox h3{
background: #333;
position:absolute;
overflow:hidden;
margin:0;
text-align:right;
color: #222;
font-weight: normal;
text-shadow: 1px 1px 0 #444;
bottom: 0;
width: 100%;
}
#alertBox h3 label,
#alertBox h3 a{
text-decoration:none;
padding:10px 20px;
color:#eee;
margin:0;
display:inline-block;
cursor:pointer;
}
#alertBox h3 .reset{
background: #444;
}
#alertBox h3 .confirm{
background: #0B7C98;
}
#alertBox p{
padding:20px;
font-weight:normal !important;
}
#alertBox div.dark{
background:#333;
}
#alertBox div.success{
background:#8BC34A;
}
#alertBox div.error{
background:#F44336;
}
/*-------------------------------------------*/
@media screen and (max-width:1100px){
	#content .news_box ul li{
	width:48%;
	}
}
@media screen and (min-width:1000px){
	.desktop_hide{
	position:absolute;
	left:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
	background:black;
	color:#000;
	}
	#cookie_message{
	box-sizing:border-box;
	padding-bottom:0;
	}
}

/*------------------- MOBILE-----------------*/
@media screen and (max-width:999px){
	.mobile_hide{
	position:absolute;
	left:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
	background:black;
	color:#000;
	text-align:center;
	}
	header{
	position:static;
	width:100%;
	}
	header h1{
	margin: 0 auto;
	max-width: 250px;
	}
	#menu{
	width:100%;
	position:static;
	padding:0;
	}
	#menu label[for="menu_button"],
	#tools .search_butt,
  #menu a#open_menu,
  #content label[for="search_cb"],
	#tools .lang_butt{
	position:fixed;
	bottom:0;
	right:0;
	width:56px;
	height:56px;
	background:black;
	overflow:hidden;
	z-index:4;
  }
  #menu a#open_menu{
    padding:15px 0;
  }
	#searchBox form{
	padding-left:0;
	}
	#tools .search_butt,
	#content label[for="search_cb"]{
	right:56px;
	}
	#tools .lang_butt{
	left:0;
	top:auto;
	width:auto;
	padding:16px;
	}
	#content p.crumbs{
	max-width:100%;
	margin-right:0;
	}
	#menu label[for="menu_button"] i.fa,
	#menu a#open_menu i.fa,
	#tools .search_butt i.fa,
	#content label[for="search_cb"] i.fa{
	color:#333;
	font-size:32px;
	}
	#content #search_cb:checked~label[for="search_cb"]{
	padding: 0;
	}
	#tools .search_butt i.fa{
	padding: 9px 4px;
	}
	#content label[for="search_cb"] i.fa{
	padding: 14px;
	}
	#menu>fieldset{
	display:none;
	height:0;
	padding-bottom:0;
	}
  #menu fieldset ul{
    width: 100%;
    background: rgb(66,33,99);
  }
  #menu fieldset ul li{
    display: block;
    border:0;
  }
  #menu fieldset ul li:not(.selected) a{
    color:black;
  }
  #menu>fieldset>ul>li>ul{
      position: static;
  }
	#menu #menu_button:checked~fieldset,
	#menu:target fieldset,
	#menu.selected fieldset{
	display:block;
	height:100%;
	}
	#content,
	#tools{
	padding:0;
	}
	.news_box li{
	height:300px;
	}
	#dialog-profil:target,
	#dialog-background:target{
	padding:70px 5% 0 5%;
	}
	#profil_box.top_ver{
	display:none;
	}
	#content ul.tabs.top_ver{
	padding-left:0;
	bottom:56px;
	}
	#footer{
	padding-bottom:66px;
	}
	#edit_tool_butt{
	bottom:70px;
	}
}
@media screen and (max-width:700px){
	#timeline-box ul li div.cont{
	min-width:0;
	width:100%;
	}
	#content .news_box ul li{
	width:98%;
	}
	.h-box{
		width:100%;
	}
	#profil_box{
	width:100%;
	}
	.news_box li{
	height:auto;
	}
	.news_box li div.cont{
	position:static;
	}
	.news_box li div.cont img{
	display:none;
	}
}

@media screen and (max-width:666px){
  header h1{
    border:0;
  }
  header h2{
    display: block;
  }
	#timeline-box ul li div.data-box,
	#timeline-box ul li div.event,
	.profillink{
	min-width:0;
	width:100% !important;
	border:0;
	float:none;
	margin:0 auto;
	}
	.profillink .cont_box{
	margin-left:0;
	}
	#timeline-box ul li div.data-box{
	text-align:center;
	}
	#timeline-box ul li div.cont_box{
	margin-left:2px;
	}
	#timeline-box .pointer{
	display:none;
	}
	.event .cont_box{
	margin-left:2px;
	}
	#profil_box{
	margin-top:-20px;
	}
	#profil_box.top_ver img{
	display:none;
	}
	#content #background-box, #content .background-box{
	height:220px;
	}
	#alertBox{
	z-index: 99;
	width: 100%;
	margin-left: -50%;
	}
	#alertBox .s-box{
	display:none;
	}
	#alertBox div.b-box{
	width:calc(100% - 30px);
	}
}
@media screen and (max-width:400px){
	#slider-box ul li div.cont{
	min-width:0;
	width:100%;
	}
	#profil_box.top_ver{
	display:none;
	}
	#content ul.tabs.top_ver{
	padding-bottom:60px;
	bottom:0;
	}
}
