@import url(font-awesome.min.css)/*tpa=http://www.alberteinstein-universitaet.co.uk/css/font-awesome.min.css*/;
@import url(css-family=Lato.css)/*tpa=https://fonts.googleapis.com/css?family=Lato*/;
@import url(ionicons.min.css)/*tpa=http://www.alberteinstein-universitaet.co.uk/css/ionicons-2.0.1/css/ionicons.min.css*/;
.edit #header {
  z-index: 1; }

html {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none; }

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: times, sans-serif;
  text-rendering: optimizelegibility;
  background: #fff;
  font-size: 16px;
  line-height: 30px;
  z-index: 10;
  color: #333; }

.ui-widget {
  z-index: 99; }

#wrapper {
  width: auto;
  margin: 0;
  border-radius: 0;
  background: none;
  min-height: 100%;
  min-width: 960px;
  position: relative; }

.inner_wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative; }

.ed-separator, .ed-map {
  padding: 0;
  margin: 0;
  z-index: 10; }

a {
  color: #444;
  text-decoration: none; }
  a:hover {
    color: #151d41; }

.zoom {
  z-index: 99; }

#infobar {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  background: #ddd;
  z-index: 99 !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  display: block; }
  #infobar p {
    margin: 0;
    padding: 0;
    line-height: 40px; }
    #infobar p a {
      margin: 0 0 0 10px;
      background: #fff;
      padding: 3px 7px; }
      #infobar p a:hover {
        background: #c40009;
        color: #fff; }

#banner_wrapper {
  width: 100%;
  padding: 0;
  z-index: 80;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  background: #000; }

#banner_content {
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0; }

#banner_wrapper #banner_background {
  opacity: 0.9; }

#banner .ed-slider-items {
  position: absolute;
  top: 0;
  left: 0; }

#header {
  width: 100%;
  position: relative;
  z-index: 98;
  text-align: center;
  top: 0px;
  height: 120px; }
  #header .inner {
    max-width: 1170px;
    margin: 0 auto; }

#header_content {
  width: 100%;
  position: absolute; }

#logo {
  margin: 0 0 0 10px;
  padding: 0;
  width: 330px;
  text-align: left;
  display: inline-block;
  z-index: 99;
  vertical-align: top;
  height: 100px; }
  #logo h1 {
    font-family: 'Times New Roman', serif;
    vertical-align: top;
    display: inline-block;
    color: #fff;
    line-height: 36px;
    font-size: 36px;
    margin: 18px 0 0 0;
    padding: 5px 0 5px 95px;
    background: url(wappen.png)/*tpa=http://www.alberteinstein-universitaet.co.uk/images/70/1005404/wappen.png*/ left center no-repeat; }
    #logo h1 #uni {
      font-size: 40px; }
    #logo h1 #cyf {
      font-size: 7px;
      font-family: times, sans-serif;
      display: inline-block;
      width: 17px;
      height: 12px;
      line-height: 12px;
      border-radius: 50%;
      border: 1px solid #fff;
      position: absolute;
      margin: 0 0 0, px;
      text-align: center; }

#menu.sticky {
  position: fixed !important;
  top: 0;
  bottom: auto;
  height: 70px;
  z-index: 99 !important;
  width: 100%;
  display: block; }
  #menu.sticky .inner {
    max-width: 1170px;
    margin: 0 auto;
    font-size: 0; }
  #menu.sticky #logo h1 {
    font-size: 24px;
    background: url(wappen-1.png)/*tpa=http://www.alberteinstein-universitaet.co.uk/images/35/1005404/wappen.png*/ left top no-repeat;
    padding: 2px 0 5px 40px; }
    #menu.sticky #logo h1 #uni {
      font-size: 24px; }
    #menu.sticky ul li a {
      margin: 0;
      padding: 0 16px;
      line-height: 70px; }

#menu {
  /* Firefox */
  background: -moz-linear-gradient(top, #3c4a87, #151d41);
  /* Chrome, Safari */
  background: -webkit-gradient(linear, left top, left bottom, from(#3c4a87), to(#151d41));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c4a87',endColorstr='$colorSpecial');
  /* Internet Explorer */
  background: -ms-linear-gradient(top, #3c4a87, #151d41);
  position: relative;
  padding: 0;
  width: 100%;
  display: block;
  z-index: 99;
  text-align: left;
  margin: 0;
  border-bottom: 3px solid #c40009;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  height: 120px;
  font-size: 0; }
  #menu ul {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    text-align: right;
    float: right; }
    #menu ul li {
      display: inline-block;
      list-style: none;
      padding: 0; }
    #menu ul li a {
      color: #fff;
      font-weight: 300;
      text-decoration: none;
      margin: 0;
      padding: 0 16px;
      font-size: 20px;
      line-height: 120px;
      display: inline-block;
      text-align: left; }
      #menu ul li a.active {
        /* Firefox */
        background: -moz-linear-gradient(top, #ff1621, #c40009);
        /* Chrome, Safari */
        background: -webkit-gradient(linear, left top, left bottom, from(#ff1621), to(#c40009));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1621',endColorstr='$colorDefault');
        /* Internet Explorer */
        background: -ms-linear-gradient(top, #ff1621, #c40009); }
        #menu ul li a.active:hover {
          color: #fff; }
      #menu ul li a:hover {
        color: #ff1621; }
      #menu ul li a.last {
        border-right: none; }

#content_wrapper {
  position: relative;
  z-index: 99;
  background: #fff;
  color: #444; }

#content {
  width: 960px;
  font-size: 18px;
  line-height: 32px;
  margin: 0 auto;
  padding: 0; }
  #content .ed-headline {
    text-align: left; }
  #content h2 {
    color: #151d41;
    font-size: 46px;
    line-height: 48px;
    font-family: 'Times New Roman', serif;
    letter-spacing: 0px;
    padding: 0;
    position: relative;
    font-weight: normal;
    z-index: 99; }
    #content h2 span {
      font-size: 7px;
      font-family: times, sans-serif;
      display: inline-block;
      width: 17px;
      height: 12px;
      line-height: 12px;
      border-radius: 50%;
      border: 1px solid #151d41;
      position: absolute;
      margin: 4px 0 0 0px;
      text-align: center; }
    #content h2.line {
      border-bottom: 2px solid #c40009; }
    #content h2.line i {
      line-height: 54px !important;
      height: 46px;
      width: 46px;
      font-size: 28px;
      padding: 0;
      margin: 4px 0 0 0;
      float: right;
      color: #fff;
      background: #c40009;
      text-align: center; }
    #content h2.small {
      font-size: 38px;
      line-height: 52px;
      border-bottom: 2px solid #c40009;
      display: inline-block; }
  #content h3 {
    font-weight: normal;
    background: #151d41;
    color: #fff;
    font-size: 30px;
    line-height: 46px;
    font-family: 'Times New Roman', serif;
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0; }
    #content h3:before {
      content: "\f349";
      font-family: ionicons;
      text-align: center;
      height: 46px;
      width: 40px;
      margin: 0 20px 0 0;
      display: inline-block;
      float: left;
      color: #fff;
      background: #c40009; }
  #content .right {
    text-align: right; }
    #content .right h3 {
      padding: 0 0 0 20px; }
    #content .right h3:before {
      margin: 0 0 0 20px;
      float: right; }
    #content .right #language {
      font-size: 29px;
      letter-spacing: -0.3px; }
  #content .border {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  #content .box {
    vertical-align: top; }
    #content .box h3 {
      font-weight: normal;
      color: #151d41;
      font-size: 36px;
      line-height: 40px;
      font-family: 'Times New Roman', serif;
      display: inline-block;
      padding: 0; }
    #content .box i {
      background: #c40009;
      vertical-align: top;
      color: #fff;
      height: 40px;
      width: 40px;
      text-align: center;
      display: inline-block;
      font-size: 28px;
      line-height: 40px;
      margin: 0 5px 0 0; }
  #content .ed-text p .cyf {
    font-size: 7px;
    font-family: times, sans-serif;
    display: inline-block;
    width: 17px;
    height: 12px;
    line-height: 12px;
    border-radius: 50%;
    position: relative;
    text-align: center;
    border: 1px solid #000;
    margin: 5px 5px 0 0 !important;
    vertical-align: top; }
  #content hr {
    background: #c40009;
    width: 100%;
    margin: 0 auto;
    height: 2px; }
  #content table td {
    vertical-align: top;
    margin: 0 0 4px 0;
    display: inline-block; }
  #content .degrees strong {
    background: #151d41;
    color: #fff;
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 0;
    display: inline-block;
    width: 440px;
    text-align: center; }
    #content .degrees strong:before {
      content: "\f357";
      color: #fff;
      background: #c40009;
      font-family: ionicons;
      font-size: 30px;
      height: 50px;
      width: 46px;
      display: inline-block;
      position: relative;
      left: 0;
      text-align: center;
      margin: 0;
      float: left; }
  #content .ed-image img {
    display: block; }
    #content .ed-image br {
      display: none; }
    #content .ed-image span {
      position: relative;
      display: inline-block;
      margin: 0;
      background: rgba(21, 29, 65, 0.9);
      color: #fff;
      width: 100%;
      text-align: center;
      line-height: 28px;
      font-size: 17px;
      padding: 5px 0;
      letter-spacing: -0.2px; }
  #content .bg-image .ed-image {
    background: #151d41; }
    #content .bg-image .ed-image:hover img {
      opacity: 0.6; }
  #content .big-button a {
    background: #e8e8e8;
    display: block;
    text-align: center;
    height: 163px;
    font-size: 30px;
    line-height: 50px;
    padding: 64px 0 0 0; }
    #content .big-button a:hover {
      background: #c40009;
      color: #fff; }
  #content #registrar {
    background: #ececec;
    padding: 15px 30px;
    text-align: center; }
  #content .ed-text ul {
    margin: 0; }
  #content .ed-text ul li:before {
    color: #c40009;
    content: "\f363";
    display: inline-block;
    font-family: ionicons;
    margin-left: -1em;
    width: 1em; }
  #content .ed-text ul li {
    list-style: none outside none;
    margin-left: -1.2em;
    line-height: 32px; }
  #content .fa {
    background: #151d41;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    margin: 0 8px 0 0;
    display: inline-block; }
  #content .ed-button .button {
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    background: #c40009;
    font-family: 'Times New Roman', serif;
    font-size: 20px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff; }
    #content .ed-button .button:hover {
      background: #151d41;
      color: #fff; }
    #content .ed-button.big-button .button {
      width: 100%; }
  #content .icon {
    text-align: center;
    margin: -54px 0 0 0;
    position: relative;
    display: block;
    vertical-align: top; }
    #content .icon i {
      color: #fff;
      background: #c40009;
      border: 8px solid #fff;
      width: 100px;
      height: 100px;
      line-height: 100px;
      border-radius: 50%;
      display: inline-block;
      font-size: 50px; }
  #content .contact {
    color: #fff; }
    #content .contact a {
      color: #fff; }
  #content .fullscreen-gallery .full-width .inner {
    width: 100% !important; }
  #content .fullscreen-gallery .full-width .inner .ed-gallery-items .ed-gallery-thumb {
    width: 14%;
    height: auto;
    margin: 0 1.33%;
    background: none; }
  #content .fullscreen-gallery .full-width .inner .ed-gallery-items .ed-gallery-thumb:hover img {
    opacity: 1; }
  #content .fullscreen-gallery .full-width .inner .ed-gallery-items .ed-gallery-thumb img {
    width: 100% !important;
    height: auto !important;
    opacity: 1; }
  #content input[type="text"], #content textarea {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #151d41;
    margin: 0 0 4px 0;
    display: inline-block;
    border-radius: 0;
    padding: 0 8px;
    line-height: 42px;
    height: 42px;
    font-family: arial;
    font-size: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  #content textarea {
    min-height: 148px; }
  #content input[type="submit"] {
    color: #fff;
    background: #151d41;
    width: 100%;
    line-height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    display: inline-block;
    -webkit-appearance: none;
    border-radius: 0;
    border-style: none;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase; }
  #content input[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
    background: #c40009; }
  #content .regenerate {
    color: #333;
    text-decoration: none;
    letter-spacing: 0;
    font-size: 12px;
    margin: 8px 0 0 0; }
    #content .regenerate:hover {
      color: #151d41; }
  #content .slider-container .flex-direction-nav a {
    background: url(navi-pfeil.png)/*tpa=http://www.alberteinstein-universitaet.co.uk/images/0/824736/navi-pfeil.png*/ no-repeat;
    width: 45px;
    margin-top: -50px;
    height: 100px; }
  #content .slider-container .flex-direction-nav a.flex-prev {
    background-position: left top;
    left: -80px;
    opacity: 1; }
  #content .slider-container .flex-direction-nav a.flex-next {
    background-position: right top;
    right: -80px;
    opacity: 1; }

.ed-button {
  position: relative; }
  .ed-button .button {
    background: transparent;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    box-sizing: border-box;
    padding: 17px 34px;
    border: none;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    text-align: center; }
    .ed-button .button:hover {
      background: #fff;
      border-color: #151d41;
      color: #fff; }

.page-468871 #header {
  height: 110px !important;
  background: none;
  background-size: cover;
  z-index: 90; }
  .page-468871 #banner, .page-468871 #slogan {
    display: none; }
  .page-468871 #menu {
    z-index: 99; }
  .page-468871 #content {
    padding: 70px 0 50px 0; }
    .page-468871 #content a {
      color: #444; }
    .page-468871 #content a:hover {
      color: #151d41; }
    .page-468871 #content .ed-html h2 {
      margin: 20px 0 0 0;
      padding: 0;
      font-weight: normal;
      text-align: left;
      border: none;
      font-size: 36px;
      display: block;
      text-align: left; }
    .page-468871 #content .ed-html p {
      text-align: justify;
      margin: 0 0 30px 0; }
    .page-468871 #content .ed-html p.icon {
      text-align: center;
      margin: 0; }
    .page-468871 #content #ed-1496897 a {
      color: #fff; }
    .page-468871 #content .ed-html ul {
      padding: 0 0 30px 0;
      margin: 0; }
    .page-468871 #content .ed-html ul li {
      list-style: none;
      padding: 0 0 0 1.2em;
      margin: 0 0 0 0;
      line-height: 30px; }
    .page-468871 #content .ed-html ul li:before {
      color: #151d41;
      content: "\f0da";
      display: inline-block;
      font-family: FontAwesome;
      margin-left: -1em;
      width: 1.2em; }

#footer {
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 95;
  background: #151d41;
  color: #333; }
  #footer p {
    margin: 0;
    font-family: times, sans-serif;
    font-size: 16px;
    line-height: 32px; }
    #footer p strong {
      color: #151d41;
      width: 100px;
      display: inline-block; }
    #footer p a {
      color: #222;
      text-decoration: none; }
    #footer p a:hover {
      color: #151d41; }
    #footer p span {
      font-size: 7px;
      font-family: times, sans-serif;
      display: inline-block;
      width: 17px;
      height: 12px;
      line-height: 12px;
      border-radius: 50%;
      border: 1px solid #fff;
      position: relative;
      margin: 4px 0 0 0px;
      text-align: center; }
    #footer p span.cyf {
      border: 1px solid #fff;
      margin: 2px 0 0 0px;
      position: absolute; }
  #footer h3 {
    color: #fff;
    font-family: 'Times New Roman', serif;
    font-size: 30px;
    margin: 0;
    font-weight: normal; }
    #footer h3 i {
      color: #c40009;
      font-size: 26px; }
  #footer .contact {
    font-size: 16px;
    line-height: 32px;
    color: #fff; }
    #footer .contact p {
      padding: 0;
      margin: 0; }
    #footer .contact a {
      color: #fff; }
    #footer .contact a:hover {
      color: #fff;
      text-decoration: underline; }
    #footer .contact .ed-text ul {
      margin: 0; }
    #footer .contact .ed-text ul li:before {
      color: #c40009;
      content: "\f363";
      display: inline-block;
      font-family: ionicons;
      margin-left: -1.2em;
      width: 1em; }
    #footer .contact .ed-text ul li {
      list-style: none outside none;
      margin-left: -1.2em;
      line-height: 32px; }
  #footer #imprint {
    background: rgba(0, 0, 0, 0.18);
    border-top: 1px solid #c40009; }

#backToTop {
  position: fixed;
  display: none;
  bottom: 0;
  right: 30px;
  z-index: 11;
  cursor: pointer;
  opacity: 1;
  color: #bbb;
  font-size: 40px;
  line-height: 1em;
  text-align: center;
  z-index: 99; }

#backToTop i {
  background: none;
  color: #fff;
  display: inline-block;
  width: 100px;
  font-size: 44px;
  height: 36px;
  padding: 8px 0 0 0;
  z-index: 99; }
  #backToTop i:after {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #c40009;
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    margin: 0 0 0 -50px;
    z-index: -1; }

#backToTop:hover {
  opacity: 1; }
  #backToTop:hover i:after {
    border-bottom: 50px solid #151d41; }
