  /* colors:
  blueLight: #ccdfff
  blueMedium: #accbf9
  blueDark: #4870ad
  blueDark2: #33507c
*/
  
  @font-face {
    font-family: ProsaAntiqua;
    src: url('PRSANTQN.TTF');
  }
  
  @font-face {
    font-family: ProsaAntiqua;
    font-weight: bold;
    src: url('PRSANTQB.TTF');
  }
  
  head,
  body {
    font-family: ProsaAntiqua, Helvetica, Arial, sans-serif;
    margin: 0px auto;
    color: #505050;
    overflow-y: auto;
  }
  
  footer {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 0px;
    background-image: linear-gradient(0deg, #33507c, #accbf9);
  }
  
  h1 {
    margin: 0px;
    color: #4870ad;
    text-shadow: 2px 2px 5px #33507c;
    font-weight: inherit;
  }
 
  a {
    text-decoration: none;
    color: #4870ad;
  }
  
  button {
    font-family: ProsaAntiqua, Helvetica, Arial, sans-serif;
    background-color: #4870ad;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
  }
  
  button:hover {
    opacity: 0.8;
  }
  /* Add a black background color to the top navigation */
  
  .topnav {
    background-color: #333;
    background-image: linear-gradient(0deg, #333, #777);
    overflow: hidden;
    width: 100%;
  }
  /* Style the links inside the navigation bar */
  
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    height: 20px;
  }
  /* Add an active class to highlight the current page */
  
  .active {
    background-color: #4870ad;
    color: white;
  }
  /* Hide the link that should open and close the topnav on small screens */
  
  .topnav .icon {
    display: none;
  }
  /* Dropdown container - needed to position the dropdown content */
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  /* Style the dropdown button to fit inside the topnav */
  
  .dropdown .dropbtn {
    font-size: 19px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    min-width: 230px;
    height: 50px;
    text-align: left;
  }
  /* Style the dropdown content (hidden by default) */
  
  .dropdown-content {
    display: none;
    position: absolute;
    color: #eee;
    background-image: linear-gradient(0deg, #33507c, #505050);
    min-width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  /* Style the links inside the dropdown */
  
  .dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  /* Add a dark background on topnav links and the dropdown button on hover */
  
  .topnav a:hover,
  .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
  }
  /* Style the "active" element to highlight the current page */
  
  .topnav a.active {
    background-color: #4870ad;
    color: white;
  }
  /* Add a grey background to dropdown links on hover */
  
  .dropdown-content a:hover {
    background-color: #ddd;
    color: black;
  }
  /* Show the dropdown menu when the user moves the mouse over the dropdown button */
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  /* Bottom navigation */
  
  .navbar {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 40px;
  }
  
  .navbar a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
  }
  
  .navbar a:hover {
    background: #4870ad;
    color: white;
  }
  
  .navbar a.active {
    background-color: #4870ad;
    color: white;
  }
  
  .navbar .icon {
    display: none;
  }
  
  button {
    font-family: ProsaAntiqua, Arial, Helvetica, sans-serif;
    background-color: #4870ad;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
  }
  
  button:hover {
    opacity: 0.8;
  }
  /**************************************************************/
  /* Own classes */
  
  #imgwall {
    background-image: url('../images/wall.jpg');
  }
  
  .bgrdImg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: 'repeat-y';
    background-size: 100%;
    opacity: 0.2;
    filter: alpha(opacity=10);
    z-index: -1;
  }
  
  .justify {
    text-align: justify;
  }
  
  .noTopMargin {
    margin-top: 0px;
  }
  
  .defFont {
    font-family: CenturyGothic, Arial, Helvetica, sans-serif;
  }
  
  .marginLeft {
    padding-left: 20px;
  }
  
  .marginRight {
    padding-right: 20px;
  }
  
  .msgLarge {
    font-size: 24px;
  }
  
  .msgSmall {
    font-size: 16px;
    line-height: 22px;
  }
  
  .imgLogo {
    padding: 10px 0px 0px 0px;
    max-width: 50%;
  }
  
  .headerTitle {
    position: absolute;
    top: -15px;
    left: 145px;
    width: 320px;
    font-size: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    color: white;
    text-align: center;
  }
  
  .headerSub {
    position: absolute;
    top: 30px;
    left: 145px;
    width: 320px;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    color: white;
    text-align: center;
  }
  
  .bgrdDark {
    background-color: #accbf9;
  }
  
  .bgrdLight {
    color: #dedede;
    background-color: #ccdfff;
    background-image: linear-gradient(0deg, #33507c, #accbf9);
  }
  
  .fixFont {
    font-size: 14px;
  }
  
  .xsmallFont {
    font-size: 80%;
  }
  
  .smallFont {
    font-size: 90%;
  }
  
  .largeFont {
    font-size: 103%;
  }
  
  .blueDark {
    color: #4870ad;
  }
  
  .blueMedium {
    color: #accbf9;
  }
  
  .blueLight {
    color: #ccdfff;
  }
  
  .mainItems {
    text-decoration: none;
    padding-right: 20px;
    color: #4870ad;
  }
  
  .link {
    text-decoration: none;
    color: #4870ad;
  }
  
  .title {
    color: #4870ad;
    font-weight: bold;
  }
  
  .subtitle {
    font-weight: bold;
  }
  
  .mainDiv {
    max-width: 950px;
    padding-right: 15px;
    padding-left: 15px;
    width: 90%;
    margin: 0px auto;
    background-color: #fafafa;
  }
  
  .fontBorder {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }
  
  .menuLink {
    transition: 0.4s;
    color: #ffffff;
    text-decoration: none;
    padding: 0px 10px;
    margin: 0px 0px;
  }
  
  .menuLink:hover {
    background-color: #ffffff;
    color: #EEA200;
    padding: 20px 10px;
  }
  
  .error {
    color: #FF0000;
  }
  
  .center {
    margin: 0px auto;
    width: 950px;
  }
  
  .centertitle {
    text-align: center;
    font-weight: bold;
  }
  
  .halfbreak {
    margin: 0.6em 0 0.6em 0;
  }
  
  .short-text {
    display: none;
  }

  .no-underline {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
  }
  /**************************************************************/
  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Freimaurerei"). Show the link that contains should open and close the topnav (.icon) */
  
  @media screen and (max-width: 1000px) {
    .topnav a:not(:first-child),
    .dropdown .dropbtn {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
      height: 20px;
    }
    .topnav.responsive {
      position: relative;
    }
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .topnav.responsive .dropdown {
      float: none;
    }
    .topnav.responsive .dropdown-content {
      position: relative;
    }
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      text-align: left;
    }
    .msgLarge {
      font-size: 1.2em;
    }
    .msgSmall {
      font-size: 90%;
      line-height: 18px;
    }
  }
  /* Add responsiveness - on screens less than 500px, make the navigation links appear on top of each other, instead of next to each other */
  
  @media screen and (max-width: 1000px) {
    .navbar a:not(:first-child) {
      display: none;
    }
    .navbar a.icon {
      float: right;
      display: block;
    }
    .navbar.responsive .icon {
      position: absolute;
      right: 0;
      bottom: 0;
    }
    .navbar.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }
  /* When resolution <= 1200px, hide short text and show full text */
  
  @media only screen and (max-width: 1000px) {
    .short-text {
      display: inline-block;
      width: 230px;
    }
    .full-text {
      display: none;
    }
  }