/*
******************
*  roma blue  *
******************
*/
body {
  font-size: 80%;
  font-family: RobotoSlab, Arial, sans-serif;
  font-weight: normal;
  color: #132331;
  line-height: 1.4;
  background-color: #f7f5eb;
  background-image: none;
  background-position: top;
  background-repeat: repeat-x;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: auto; }

@font-face {
  font-family: 'RobotoSlab';
  src: url(../fonts/Roboto/RobotoSlab-Regular.ttf);
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'RobotoSlab';
  src: url(../fonts/Roboto/RobotoSlab-Bold.ttf);
  font-weight: bold;
  font-style: normal; }
div#site {
  text-align: left;
  background-color: #FFFFFA;
  box-shadow: 0px 0px 50px 0px #E3D2B7; }

header {
  color: #2E2E2E;
  background-color: #d5d5d5;
  background-image: url(/graphics/own_graphics/roma_head.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  header a, header a:hover, header a:active, header a:focus, header a:visited {
    color: #FFFFFF; }

div#logo {
  margin-top: 1em; }

div#top {
  margin-top: 1em;
  margin-bottom: 0.5em; }

nav {
  color: #2E2E2E;
  background-color: #01619e; }

footer {
  color: #F5F5F5;
  background-color: #01619e;
  padding-top: 1.5em; }

#content {
  padding-bottom: 1em; }

div#content_area {
  padding-top: 2em;
  padding-bottom: 2em; }

h1 {
  font-size: 1.9em;
  color: #01619e;
  font-weight: bold; }

h2 {
  font-size: 1.6em;
  color: #01619e;
  font-weight: bold; }

h3 {
  font-size: 1.5em;
  font-weight: bold; }

h4 {
  font-size: 1.3em;
  font-weight: bold; }

h5 {
  font-size: 1.3em;
  font-weight: bold; }

h6 {
  font-size: 1.3em; }

footer h2 {
  font-size: 1.5em;
  color: #F5F5F5;
  margin: 1em 0 0.5em 0; }

.shadeBox h2, #splashscreen h1 {
  color: #01619e; }

p {
  font-size: 1.3em; }

p.lead {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.6; }

p.picturetext {
  font-size: 0.9rem;
  text-align: left;
  margin-bottom: 0px; }

p.copyright {
  color: #5D5D5D;
  font-size: 0.9rem;
  text-align: right;
  margin-bottom: 0px; }

p.capital:first-letter {
  float: left;
  font-size: 3.3em;
  font-weight: bold;
  width: 1em;
  margin: 3px 5px 3px 0px;
  line-height: 80%;
  color: #01619e;
  text-shadow: 2px 2px 4px #C0C0C0; }

blockquote {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 8px solid #01619e;
  color: #01619e;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.5em;
  font-style: italic; }

ul, ol {
  font-size: 1.3em;
  margin-bottom: 1.1em;
  margin-left: 1.5em; }

ul li, ol li {
  margin-bottom: 0.5em; }

ul ul, ul ol, ol ol, ol ul {
  margin: 0.5em 0px 0.5em 1em;
  font-size: 1em; }

ul ul li, ul ol li, ol ol li, ol ul li, .innerbox ul li {
  margin-bottom: 0px; }

.highlight {
  color: #000000;
  background-color: #FFFFA2; }

.prime {
  padding: 12px;
  background-color: #F0EEE5; }

.second {
  padding: 12px;
  background-color: #FFFFFA; }

.box {
  margin: 2em 0px;
  padding: 12px;
  background-color: #F0EEE5;
  text-align: left;
  box-shadow: none; }

.dlg {
  display: inline-block;
  min-width: 33%;
  margin: 5em auto;
  padding: 12px;
  background-color: #F0EEE5;
  text-align: left;
  box-shadow: none; }

.indentBox {
  margin: 2em 3em;
  padding: 12px; }

.shadeBox {
  background-color: #F0EEE5;
  padding: 12px; }

div.innerbox {
  padding: 12px; }

.innerbox p {
  margin: 0px; }

.innerbox ul, footer ul {
  margin: 0px 0px 0px 1em; }

.innerbox ul li, footer ul li {
  list-style-image: url(/graphics/own_graphics/dot.png); }

.innerbox ul li a {
  display: block;
  text-decoration: none;
  color: #2D5373; }

.innerbox ul li a:hover, .innerbox ul li a:focus, .innerbox ul li a:active {
  text-decoration: underline; }

#logo h1 {
  margin: 0px; }

#msearch {
  margin-right: 0.5em; }

#lswitch {
  margin-bottom: 0.8em; }

#lang_detect {
  font-size: 1.4em;
  text-align: center;
  background-color: #FFFFA2; }

#lang_detect span {
  display: inline-block;
  padding: 5px; }

#gototop {
  position: fixed;
  text-align: center;
  right: 20px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  background-color: #01619e;
  color: #FFFFFF;
  opacity: 0.8;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 2px rgba(39, 40, 41, 0.4); }

#gototop a {
  color: #FFFFFF !important; }

/* yo-lightbox and overlay*/
#lightbox, #overlay {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5); }

#overlay {
  max-width: 500px; }

#overlay h2 {
  background-color: #d5d5d5;
  color: #2E2E2E;
  padding: 12px;
  margin: 0px; }

#lightbox p {
  margin: 0;
  padding: 8px;
  background-color: #F0EEE5; }

#lightbox a.yo-btn, #overlay a.yo-btn, .dlg a.yo-btn {
  color: #FFFFFF;
  opacity: 0.7;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7); }

#lightbox a.yo-btn:hover, #overlay a.yo-btn:hover, .dlg a.yo-btn:hover {
  opacity: 1; }

div.offsets {
  font-size: 1.2em;
  text-align: center;
  margin: 1em 0; }

div.announcebox {
  margin-bottom: 2em;
  background-color: #F0EEE5; }

div.announcebox h2 {
  font-size: 1.4em;
  font-weight: bold;
  background-color: #01619e;
  color: #01619e;
  padding: 12px;
  margin: 0px;
  color: #FFFFFF; }

div.announcebox a {
  color: #2D5373 !important; }

#imglogo {
  vertical-align: bottom; }

hr {
  color: #01619e;
  border: 0px;
  background-color: #01619e;
  height: 1px;
  width: 66%;
  margin: 1.5em auto; }

hr.fnline {
  width: 33%;
  margin-left: 0px; }

div .banner {
  text-align: center;
  margin-bottom: 1em;
  padding: 0 1em; }

/*  CSS MENU (yololo+)*/
ul#menue {
  font-family: Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1em; }

ul#menue ul {
  background-color: #01619e;
  box-shadow: 0px 0px 5px 2px rgba(39, 40, 41, 0.4); }

ul#menue li {
  font-weight: bold;
  width: 13em;
  list-style: none; }

ul#menue ul li {
  font-weight: bold; }

ul#menue a {
  color: #FAFAFA;
  background-color: #01619e;
  text-align: center;
  transition: all 400ms ease-in-out 0s; }

ul#menue ul li a {
  padding: 12px; }

ul#menue a:hover, ul#menue a:active, ul#menue a:focus {
  background-color: #014F81; }

ul#menue li.selected > a {
  color: #FFD700; }

/* sidebar */
#sidebar {
  background-color: #01619e;
  box-shadow: 0px 0px 5px 2px rgba(39, 40, 41, 0.4);
  padding: 5px; }

#sidebar ul {
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #01619e;
  margin: 12px;
  list-style: none; }

#sidebar ul ul {
  padding-left: 12px; }

#sidebar a {
  color: #FAFAFA; }

#sidebar ul a:hover, #sidebar ul a:active, #sidebar ul a:focus {
  text-decoration: underline; }

ul.listing {
  list-style: none;
  margin-left: 0px; }

ul.listing li {
  margin: 1em 0px; }

ul.listing ul li {
  font-size: 1em;
  list-style: square;
  margin: 0.2em 1em; }

ul.listing ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #2D5373; }

ul.listing h2 {
  font-size: 1.5em;
  margin: 1em 0em 0.5em 0em; }

ul.listing h2 a, ul.listing h3 a {
  text-decoration: none;
  color: #2D5373; }

ul.neutral {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

/* breadcrumb */
#breadcrumb {
  padding: 2px;
  font-size: 1.1em;
  border-bottom: 1px solid #778899;
  margin-bottom: 1em; }

#breadcrumb a, .offsets a {
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
  color: #2D5373; }

/* TABLES */
table.Gitternetz, table.withBorder, table.table {
  margin: 2px;
  border: 1px solid #778899;
  border-collapse: collapse; }

td {
  font-size: 1.1em;
  border: 1px solid #778899;
  padding: 8px;
  text-align: left;
  color: #5D5D5D; }

caption {
  font-size: 1.3em;
  padding: 2px;
  font-weight: bold;
  text-align: left; }

th {
  font-size: 1.1em;
  border: 1px solid #778899;
  padding: 8px;
  text-align: left;
  font-weight: bold;
  background-color: #F0EEE5; }

/* Insert your styles here */
/* social media icons */
.sb {
  font-size: 1.7em;
  text-align: center;
  color: #264762 !important;
  background-color: #FFFFFF;
  display: inline-block;
  text-decoration: none;
  width: 1.3em;
  height: 1.3em;
  margin: 0px 5px 5px 0px;
  opacity: 0.7;
  transition: all 500ms ease-in-out 0s; }

.sb:hover, .sb:active, .sb:focus {
  text-decoration: none;
  opacity: 1;
  color: #FFFFFF !important; }

.sb.facebook:hover, .sb.facebook:active, .sb.facebook:focus {
  background-color: #3b599d; }

.sb.twitter:hover, .sb.twitter:active, .sb.twitter:focus {
  background-color: #2fc8ff; }

.sb.linkedin:hover, .sb.linkedin:active, .sb.linkedin:focus {
  background-color: #007bb5; }

.sb.xing:hover, .sb.xing:active, .sb.xing:focus {
  background-color: #1a7576; }

.sb.google:hover, .sb.google:active, .sb.google:focus {
  background-color: #dd4b39; }

.sb.pinterest:hover, .sb.pinterest:active, .sb.pinterest:focus {
  background-color: #e60023; }

.sb.fhpx:hover, .sb.fhpx:active, .sb.fhpx:focus {
  background-color: #007bb5; }

.sb.email:hover, .sb.email:active, .sb.email:focus {
  background-color: #dd4b39; }

a {
  color: #2D5373; }

a.more {
  text-decoration: none;
  font-weight: bold; }

a.more:before {
  font-family: fontawesome;
  font-weight: 900;
  padding: 3px 5px;
  content: "\f101"; }

a.more:hover, a.more:active, a.more:focus {
  text-decoration: none;
  color: #3b6d98; }

a:hover, a:active, a:focus {
  text-decoration: underline;
  color: #05569b; }

a:visited {
  color: #3d5263; }

a.fold, a.unfold {
  position: relative;
  color: #132331;
  display: block;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none; }

a.fold:after, a.unfold:after {
  font-family: fontawesome;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 5px;
  color: #FFFFFF;
  content: "\f107";
  pointer-events: none; }

a.fold:after {
  content: "\f106"; }

a.fold:hover, a.fold:active, a.fold:focus, a.unfold:hover, a.unfold:active, a.unfold:focus {
  outline: none;
  text-decoration: none; }

a.as_button {
  display: inline-block;
  text-decoration: none;
  text-align: center; }

a.linkedtitle {
  text-decoration: none; }

footer a {
  color: #FAFAFA !important;
  text-decoration: none; }

footer a:hover, footer a:active, footer a:focus {
  text-decoration: underline;
  color: #fdf8f8; }

footer a:visited {
  color: inherit; }

#cookieWarning {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(20, 20, 20, 0.8);
  text-align: center;
  padding: 1em 4px; }

/* FOOTNOTES */
a.aftn, a.ftn {
  text-decoration: none; }

/* FORMS */
.tlform {
  text-align: left;
  margin: 1em 0px; }

.tlform div.row {
  display: block;
  margin-bottom: 1em; }

.tlform div.label {
  padding: 8px 4px;
  background-color: #F0EEE5;
  text-align: right; }

.tlform p {
  margin: 0.5em 0; }

label {
  font-weight: bold;
  font-size: 1.3em; }

.buttons {
  margin: 1em 0px;
  border: 1px solid #CED4DA;
  padding: 12px;
  background-color: #F0EEE5; }

.tlform div.label img {
  max-height: 90px; }

.tlform input[type=checkbox], .tlform input[type=radio] {
  display: none; }

.tlform input[type=checkbox] + label:before, .tlform input[type=radio] + label:before {
  display: inline-block;
  padding-right: 8px;
  font-family: fontawesome;
  font-size: 28px;
  vertical-align: middle;
  color: #D5D5D5;
  content: "\f204";
  text-shadow: 1px 1px 1px #FFFFFF; }

.tlform input[type=checkbox]:checked + label:before, .tlform input[type=radio]:checked + label:before {
  content: "\f205";
  color: #90EE90; }

form {
  margin: 1px; }

fieldset {
  padding: 12px;
  border: 1px solid #778899;
  margin: 1em 0px; }

legend {
  font-size: 1.3em;
  font-weight: bold;
  border: 1px solid #778899;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: none;
  padding: 5px 12px; }

input, textarea, select {
  max-width: 93%; }

input.search, input.text, textarea, select {
  font-family: RobotoSlab, Arial, sans-serif;
  font-size: 1.3em;
  background-color: #FFFFFF;
  border: 1px solid #CED4DA;
  padding: 8px;
  margin: 1px 3px; }

textarea {
  font-size: 1.3em; }

input.search {
  font-size: 1.1em;
  background-color: #efefef;
  padding: 2px;
  border: 0px; }

#searcharea {
  color: #5D5D5D;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 1em;
  border-radius: 2rem;
  background-color: #efefef; }

input.button, a.as_button, button {
  font-family: RobotoSlab, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: 7px;
  padding: 12px 22px;
  border: 0;
  background-image: linear-gradient(to bottom, #B9EEFF 45%, #A2E8FF 55%);
  border-radius: 4px;
  text-shadow: 1px 1px 0px #A2E8FF;
  color: #171717 !important;
  cursor: pointer;
  transition: all 200ms ease-in-out 0s; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px;
  background-image: url("/co_icons/unfold.png");
  background-repeat: no-repeat;
  background-position: 97% center; }

/* typical ie shit */
select::-ms-expand {
  display: none; }

.enhanSel {
  display: inline-block;
  min-width: 300px;
  background-color: #FFFFFF;
  border: 1px solid #CED4DA; }

.enhanSel .enhanSelAnchor {
  font-size: 1.3em;
  color: #000000;
  font-weight: normal;
  display: block;
  text-decoration: none;
  padding: 10px 25px 10px 5px;
  background-image: url("/co_icons/unfold.png");
  background-repeat: no-repeat;
  background-position: 97% center; }

.enhanSel ul a {
  display: block;
  color: #000000;
  text-decoration: none; }

.enhanSelImg {
  margin: 9px 12px 0px 8px; }

button i, a.as_button i {
  color: #171717;
  padding-right: 5px; }

.button:hover, .button:focus, .button:active, a.as_button:hover, a.as_button:focus, a.as_button:active, button:hover, button:focus {
  margin: 4px;
  padding: 15px 25px; }

input:focus, select:focus, textarea:focus {
  border: 1px solid #778899; }

input.search:focus {
  border: 0; }

.iframebox {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.iframebox iframe,
.iframebox object,
.iframebox embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* autofill styles */
.ac_input {
  background-repeat: no-repeat;
  background-position: right; }

.ac_results, .enhanSelDropdown {
  border: 1px solid #C0C0C0;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 12px 0px #C0C0C0;
  z-index: 1000;
  max-height: 15em;
  overflow: auto; }

.ac_results ul, .enhanSelDropdown ul {
  margin: 0px;
  text-align: left;
  list-style-position: outside;
  list-style: none; }

.ac_results li, .enhanSelDropdown li {
  margin: 0px;
  padding: 2px 5px;
  cursor: pointer;
  display: block;
  font-size: 1em;
  overflow: hidden; }

.ac_loading {
  background-image: url(/graphics/loading.gif); }

.ac_over {
  background-color: #FFFFCC !important; }

/* Media Queries */
/* bigger Desktop */
@media only screen and (min-width: 1440px) {
  body {
    font-size: 90%; } }
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  /* Insert 959 */ }
/* Tablet (Portrait) works 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  ul#menue li {
    width: 9em !important; }

  /* Insert 768 */ }
/* Mobile (Portrait) works with 320px */
@media only screen and (max-width: 767px) {
  body {
    background-color: #FFFFFA; }

  #logo {
    margin-top: 0.5em !important; }

  #site {
    box-shadow: none !important;
    background-color: #FFFFFA !important;
    margin: 0 !important;
    border: 0 !important; }

  #content {
    box-shadow: none !important;
    background-color: #FFFFFA !important;
    border: 0px !important; }

  .tlform div.label {
    background-color: #FFFFFA;
    float: none;
    width: inherit;
    text-align: left; }

  /* Insert 320 */ }
/* Mobile (Landscape) works with 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* Insert 480 */ }
h1, h2, h3 {
  font-family: 'RobotoSlab'; }

h5 {
  color: red; }

#logo {
  margin: 0 0 0 1em; }

#logo img {
  max-width: 170px;
  max-height: auto; }

footer ul li {
  list-style-image: url(/graphics/own_graphics/dot_w.png) !important; }

.rubric_box li {
  border-bottom: 1px solid #01619e; }

.rubric_box li:last-child {
  border-bottom: none; }

#sky {
  background-color: rgba(1, 97, 158, 0.8);
  color: #FFFFFF;
  padding: 4px;
  font-weight: bold; }

#sky p {
  margin: 0; }

/* News Styles */
.rubric_box li {
  padding: 0.5em 0; }

.rubric_box h3 {
  font-size: 1.2em;
  margin-bottom: 0.5em; }

.rubric_box h3 a, .rubric_box h4 a {
  text-decoration: none; }

h2.rubric_title {
  font-size: 1.5em;
  background-color: #01619e;
  padding: 12px;
  color: #FFFFFF;
  margin-bottom: 0.5em; }

h2.rubric_title a {
  text-decoration: none;
  color: #FFFFFF !important; }

.top_news {
  background-color: #F0EEE5;
  margin-bottom: 2em !important; }

.blaster {
  position: relative;
  overflow: hidden;
  max-height: 540px; }

.blaster h2 {
  position: absolute;
  text-align: left;
  margin: 0;
  font-size: 2em;
  bottom: 12px;
  left: 12px;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px #000000; }

.blaster a {
  color: #FFFFFF !important;
  text-decoration: none; }

.blaster img, img.fullsize {
  display: block;
  width: 100%;
  margin: 0;
  height: auto; }

.imageBlock {
  margin: 1em auto 2em auto; }

img.fullsize {
  margin-bottom: 1em; }

.top_gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(185deg, transparent 65%, rgba(0, 0, 0, 0.4) 90%); }

.dateofarticle {
  font-size: 1em;
  float: right;
  color: #5D5D5D;
  text-align: right;
  padding-left: 2em; }

p.subtitle {
  font-size: 1.3em;
  font-weight: bold; }

p.author {
  font-style: italic; }

a.print {
  font-weight: bold;
  text-decoration: none; }

@media only screen and (max-width: 767px) {
  .blaster h2 {
    font-size: 1.5em !important; } }

/*# sourceMappingURL=yo-roma21.css.map */
