* {
  margin:0;
  padding:0;
  box-sizing: border-box;
}

#tools a:focus,
header a:focus,
#content a:focus h3{
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:#ddd;
/*background-image: linear-gradient(to top,rgba(255,255,255,.7) 70% ,rgba(255,255,255,.2) ),url(../gfx/bg6.png);*/
}
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;
}
a.butt{
display: inline-block;
padding: 10px;
border: 1px solid red;
border-radius: 5px;
}
a.butt:hover{
  background: yellow;
  color:#000;
}
strong{
  font-weight: 700;
}
i{
  font-style:normal;
}
hr{
border-width:1px 0 1px 0;
margin:20px auto;
}
blockquote{
padding:2%;
background:#222;
border:1px solid #111;
border-radius: 5px;
width: 60%;
margin: 10px auto;
min-width: 340px;
}
input, textarea{
max-width: 80%;
color: #fff;
vertical-align: middle;
padding:16px;
border: 1px solid #111;
margin:0 1%;
background: #222;
transition: .4s;
outline:none;
font-size: 18px;
border-radius: 5px;
}
input:focus,
textarea:focus,
input:hover,
textarea:hover{
border-color:yellow;
background:#333;
}
input[type="submit"],
.btn{
background:yellow !important;
color:#000;
border:0;
min-width:auto;
padding:17px 20px !important;
display: inline-block;
}
input[type="submit"]:hover,
input[type="submit"]:focus{
background:#528;
}
.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: #463524 !important;
}
.dark *{
  color:#ddd !important;
}
.dark a{
  color:#fff !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 #666;
  width: 200px;
}
.hide{
position:absolute;
left:-9999px;
width:1px;
height:1px;
background:#fff;
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{
width: 100%;
margin-bottom: 120px;
box-sizing: border-box;
z-index: 1;
font-size: 22px;
background: #28292f;
overflow-y: hidden;
transition: .4s;
position: fixed;
top:0;
}
header h1{
text-indent: -999em;
min-width:290px;
margin:0;
-webkit-transition: .2s;
transition: .2s;
display: inline-block;
text-align: center;
border-right: 1px solid rgba(255,255,255,.14);
}
header a{
display: block;
color:#fff;
width:260px;
margin:0 auto;
display: block;
}
header h1 a{
  background: url(../gfx/logo_uwr_res.png) no-repeat right center;
  background-size: 190px;
  min-height: 80px;
  width: auto;
  margin-right: 30px;
  padding-top: 26px;
}
header h2{
  min-width: 360px;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  font-weight: normal;
  float: none;
  height: 45px;
  font-size: 1.4em;
  padding-left: 20px;
}
header h2 a{
  width: auto;
  min-width: 300px;
  margin: 0 auto;
  display: inline-block;
}
/* ---------------- MENU ------------------*/
#menu{
width: 100%;
z-index: 32;
transition: .3s;
box-sizing:border-box;
padding: 0 70px;
position: fixed;
top:80px;
background: #28292f;
height: 44px;
/*background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0));*/
}
#menu.home{
bottom: 0;
top:auto;
}
#menu fieldset{
  width: auto;
  text-align: center;
  border:0;
  padding:0;
}
#menu ul{
  list-style: none;
  margin: 0;
  padding:0;
  overflow: hidden;
}
#menu>fieldset>ul>li{
  display: inline-block;
  text-align: center;
  overflow: hidden;
  background: yellow;
}
#menu>fieldset>ul>li>a{
z-index: 3;
box-sizing: border-box;
padding:10px 30px;
color:#000;
font-weight: bold;
word-wrap: break-word;
display: inline-block;
background-image: linear-gradient(rgba(0, 0, 0, 0.9) 0,rgba(0, 0, 0, 0.9) 100%);
background-repeat: no-repeat;
background-size: 100% 2px;
background-position: 0 top;
border-radius:0;
transition: .3s;
}
#menu ul ul{
  background: rgba(102, 51, 153, 0.9);
  background: yellow;
}
#menu ul ul a{
  border:0;
  z-index: 3;
  box-sizing: border-box;
  padding:10px 30px;
  color:#000;
  word-wrap: break-word;
  display: inline-block;
  transition: .3s;
}
#menu>fieldset>ul>li:hover>a,
#menu>fieldset>ul>li>a:focus,
#menu>fieldset>ul>li.selected>a,
#menu>fieldset>ul>li.selected>ul{
color:yellow;
background-size: 100% 100%;
}

#menu>fieldset>ul>li.active{
background: #e2e2e2;
}
#menu #open_menu,
#menu #close_menu{
  display: none;
  animation:none;
}

#menu fieldset li ul{
position:absolute;
left:-9999em;
margin:0;
width:0;
z-index:99999992;
transition: .2s opacity;
opacity:0;
transition-delay: .3s;
}
#menu fieldset li.selected ul,
#menu fieldset li a:hover + ul,
#menu fieldset li ul:hover,
#menu fieldset li a:focus + ul,
#menu fieldset li ul:focus{
left:auto;
top:auto;
margin-top:0;
width:auto;
min-width:200px;
opacity:1;
}
#menu fieldset li ul li{
display: block;
}
#menu fieldset li ul li a{
display: block;
font-size:14px;
padding:10px 20px;
text-align:left;
}
#menu fieldset li ul li a:hover,
#menu fieldset li ul li a:focus{
  background: #000;
  color:yellow;
}

#open_menu,
#close_menu{
font-size: 40px;
padding: 10px;
float: right;
}
#top_links{
width:100%;
box-sizing: border-box;
position: absolute;
top:0;
padding:7px 50px;
height: 40px;
overflow-y: hidden;
}
#top_links div,
#top_links p{
  padding:0 !important;
  margin:0 !important;
}
#top_links a{
font-family: 'Oswald';
  color: #fff;
}
p.crumbs{
width:80%;
max-width: 1300px;
margin:0 auto;
padding:15px;
transition: .2s;
margin-top:130px;
}
#content{
max-width: 1300px;
margin:0 auto;
box-sizing:border-box;
position:relative;
overflow:hidden;
margin-top: 0;
padding: 30px 5%;
}
#tools{
position:fixed;
top:0;
width:auto;
margin:0 auto;
box-sizing:border-box;
z-index: 33;
text-align: right;
right:0;
transition: .4s;
}
article{
box-sizing: border-box;
max-width: 70em;
margin: 0 auto;
position: relative;
background: #000;
overflow: hidden;
box-shadow: 0 0 30px #000;
border-radius: 5px;
padding-bottom:20px;
}
article h3,
article h4,
article h5,
article p{
padding: 1% 4%;
}
article ul,
article ol{
padding: 1% 6%;
}
article>img:first-of-type{
margin:0 !important;
}
article>h3:first-of-type{
background: rgba(60, 14, 107, 1);
position: relative;
display: block;
color: #fff;
text-shadow: 1px 1px 0px #000;
margin-top: 0;
}
article img+h3:first-of-type{
min-height: 74px;
margin-top: -84px;
padding: 22px;
}
.title_image{
  display: block;
  margin: 0 auto;
}
/*
#content li,
#content article li,
#content .s-box li,
#content .h-box li,
#content .b-box li,
#content section li{
margin:auto;
border-top: 1px solid #666;
padding: 1%;
}
*/
#content section>ul li,
#content section>ol li{
margin:0 6%;
}
#content ul li:first-of-type,
#content ol li:first-of-type{
  border-top:0;
}
#content p{
margin: 5px 0;
}
#content img{
max-width:100%;
margin:2%;
}
#tools #contrast-change,
#tools .search_butt,
#tools .lang_butt{
color:#eee;
padding:10px;
margin:0;
width:auto;
font-size:85%;
}
#tools #contrast-change .fa,
#tools .search_butt,
#tools .lang_butt i{
top:auto;
font-size: 27px;
z-index:4;
padding:0;
color:#eee;
cursor:pointer;
}
#tools .search_butt,
#tools .lang_butt,
#tools #contrast-change{
padding: 10px;
box-sizing: border-box;
z-index:2;
width:48px;
text-align: center;
display: block;
}

#tools .search_butt:hover,
#tools .lang_butt:hover,
#tools #contrast-change:hover{
  background: rgba(0,0,0,.6);
}
#tools #searchBox .search_butt{

    float: right;
    margin: 20px;
    background: #528;
    border-radius: 3px;
    width: 56px;
    height: 56px;
    color: #fff;
}
#tools .lang_butt,
#tools #contrast-change{
font-size: 18px;
padding: 10px;
width:48px;
}
#tools .lang_butt a,
#tools #contrast-change a{
font-weight:bold;
color:#eee;
font-family: 'Oswald', Arial, sans-serif;
padding:5px;
padding-bottom:0;
display: block;
}

#tools a label[for="search_cb"] i.fa-search{
color:#555;
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, .overlayBox{
position:fixed;
width:100%;
top:0;
bottom:100%;
background:rgba(0,0,0,.8);
right:-100%;
z-index:333;
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,
.overlayBox.selected a.close_box{
padding: 10px;
display:block;
text-align: center;
}
#tools #searchBox.selected,
.overlayBox.selected{
right:0;
opacity:1;
bottom:0;
}
#searchBox.selected form{
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -100px;
  left: 50%;
  margin-left: -50%;
  height: 50%;
  box-sizing: border-box;
}

#searchBox fieldset{
border:0;
text-align: center;
}
#searchBox legend{
text-align: center;
margin: 40px 10px;
font-size: 24px;
color: #fff;
}
#searchBox input{
  font-size: 24px;
}
#searchBox input[type="text"]{
max-width:100%;
min-width: 70%;
}
#content .right_links{
  position: fixed;
  right:0;
  width:80px;
  max-height:60vh;
  z-index:2;
  overflow-y: auto;
}
#content .right_links a{
  display: block;
  width: 25px;
  height:25px;
  border:2px solid #ccc;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  transition: .2s;
  text-decoration: none;
  margin:2px auto;
}
#content .right_links a:hover{
  background: #639;
  color:#fff;
}
#content .news_box{
margin: 10px auto;
position: relative;
overflow: hidden;
border:0;
padding:0;
}
#content .news_box>ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items:center;
}
#content .news_box>ul>li{
  max-width: 400px;
  display: inline-block;
  text-align: center;
  border:0;
}
#content .news_box a{
  color:inherit;
}
#content .news_box p{
  font-size: 90%;
}
#content .news_box .cont{
background: #000;
background-image: linear-gradient(#3c7ab9 0,#3c7ab9 100%);
background-size: 100% 0;
background-repeat: no-repeat;
background-position: 0 bottom;
border-radius: 5px;
margin: 30px;
box-shadow: 0 3px 30px rgba(0,0,0,.1);
position: relative;
overflow: hidden;
padding-bottom: 20px;
transition: .2s;
}

#content .news_box a:hover .cont,
#content .news_box a:focus .cont{
  background-size: 100% 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#content .sites_box,
#content .profil_box,
#content .news_list{
list-style: none;
margin: 0 auto;
position: relative;
overflow: hidden;
padding: 0;
text-align: center;
}
#content .sites_box ul>hr,
#content .news_list>hr{
  float: left;
  width: 80%;
  margin:2vh 10% !important;
  border:0;
  border-top:1px solid #666;
}
#content .profil_box>li,
#content .news_list>li{
  display: inline-block;
  width:33.333%;
  box-sizing: border-box;
  padding: 3%;
  overflow: hidden;
}
#content .profil_box li{
  padding:0;
  position: relative;
  overflow: hidden;
  width:50%;
  display: inline-block;
  border:0;
}
#content .profil_box .cont,
#content .news_list .cont{
  position: relative;
  overflow: hidden;
  padding:0 10px;
  box-sizing: border-box;
  font-size: 90%;
}
#content .news_list .cont img.profil_img{
  width: 100%;
  margin: 0 20px;
  border: 2px solid #fff;
  box-shadow: 0 0 4px #000;
}
#content .profil_box .cont img.profil_img{
  max-height: 160px;
  max-width: 200px;
  margin: 0;
  border:0;
  float: left;
}
#content .profil_box li .cont{
  height:160px;
  max-width: 100%;
  margin:0 auto;
  transition: .3s;
  border:1px solid #666;
  margin:6px;
  border-radius: 5px;
  padding: 0;
}
#content .profil_box .cont h3{
  margin:0;
  padding:1%;
}
#content .profil_box li a{
background: transparent !important;
}
#content .event_list li{
  padding: 10px;
  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);
}
#content .event_list li:first-of-type{
  border-top:0;
}
#content .event_list li:last-of-type{
  border-bottom:0;
}
.bg_image,
#content #background-box,
#content .background-box{
width:100%;
height:340px;
background-color: #222;
background-position:center top;
background-size: 100% auto;
background-repeat: no-repeat;
}
.bg_image{
  height: 200px;
  background-size: cover;
}
#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;
}
#content table tr:nth-of-type(odd){
  background:#fff;
}
#cookie_message{
position: fixed;
bottom: 0;
z-index: 1;
background: rgba(0,0,0,.95);
border-top: 1px solid #666;
width:100%;
max-width: 800px;
}
#cookie_message p:not(.float_right){
padding: 20px;
margin:0;
color:#eee;
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: yellow;
margin: 0;
margin-left: 10px;
color:#000;
overflow:hidden;
}
#cookie_message p.float_right a i.fa{
font-size: 24px;
margin: 11px;
line-height: 20px;
margin-left: 12px;
}


#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 .fas{
color:#fff;
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 !important;
border-top:1px dotted #333;
opacity:0;
text-shadow: none !important;
}
#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:#111;
z-index:4;
transition:.4s ease;
margin:0;
padding:70px 5%;
box-sizing:border-box;
}
#dialog-profil:target,
#dialog-background:target{
left:0%;
}
.dialog h3{
font-weight:bold;
color:#ddd;
}
.dialog p{
color: #eee;
margin:5px 0;
}

.photos_list li{
width:180px;
box-sizing: border-box;
position:relative;
overflow:hidden;
border:1px solid #666;
float:left;
margin: 0.5%;
height: 130px;
line-he