﻿//@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('../css/Roboto-Condensed.css');

body {
  min-width: none;
  background-image: none;
  background-color: #ededed;
  /* Zu Entwicklungszwecken */
  /*SUCHE*/
  /*MOBILE HEADER*/
  /*ALLGEMEINES*/
  /*----- Accordion -----*/
  /*----- Section Content -----*/
  /* The Modal (background) */
  /* Modal Content/Box */
  /* Screen < 1000px and > 640px*/
  /* Screen < 640px */
}
body .cookie_richtlinien {
  z-index: 99999999;
}
body #wrapper {
  min-height: 100%;
  min-width: none;
}
body header .clear {
  margin-top: 15px;
}
body header .goog-te-gadget-simple {
  position: absolute;
  z-index: 2;
  right: 192px;
  margin-top: 5px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
body header.top .topright {
  margin-top: 48px;
}
body header .topnavi-new {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 205px;
  height: auto;
}
body header .topnavi-new li {
  border-left: 1px solid #d6d6d6;
}
body header .topnavi-new li a {
  color: #a8a8a8;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  padding: 5px;
}
body header.top {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
}
body header.top nav.mainnav {
  background-image: none;
  background-color: #e8e8e8;
  -webkit-box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.15);
}
body header.top nav.mainnav.fixednav {
  position: fixed;
  top: 0;
  margin-top: 0;
}
body header.top nav.mainnav.fixednav > ul {
  margin: 0 auto;
}
@media (min-width: 1550px) {
  body header.top nav.mainnav.fixednav > ul {
    width: 1520px;
  }
}
@media (max-width: 1549px) {
  body header.top nav.mainnav.fixednav > ul {
    width: 1250px;
  }
}
@media (max-width: 1399px) {
  body header.top nav.mainnav.fixednav > ul {
    width: 960px;
  }
}
body header.top nav.mainnav.fixednav > ul li:first-child:before,
body header.top nav.mainnav.fixednav > ul li:last-child:after {
  display: inline;
  background-color: #d1d1d1 !important;
}
body header.top nav.mainnav > ul li:first-child:before,
body header.top nav.mainnav > ul li:last-child:after {
  display: none;
  background-color: #e8e8e8;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body header.top nav.mainnav ul li .erlangen-direkt {
  color: #fff;
}
body header.top nav.mainnav ul li .erlangen-direkt i {
  margin-right: 5px;
}
body header.top nav.mainnav ul li ul li {
  border-top: none;
}
body header.top nav.mainnav ul li ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body header.top nav.mainnav ul li ul li a:hover {
  background-color: #f0f0f0;
  color: #2880d7;
  background-image: none !important;
}
body header.top nav.mainnav ul li ul li a i {
  padding-right: 15px;
  font-size: 19px;
  color: #2880d7;
}
body header.top nav.mainnav ul li ul li a.subpagesFalse i {
  display: none;
}
body header.top nav.mainnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body header.top nav.mainnav > ul ul {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
  top: 41px;
  -webkit-transition: opacity 0.25s ease-in-out, top 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, top 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, top 0.25s ease-in-out;
}
body header.top nav.mainnav > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  width: inherit !important;
  float: none;
  border: 0;
  position: relative;
  background-image: none !important;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body header.top nav.mainnav > ul > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 2;
}
body header.top nav.mainnav > ul > li:before:hover {
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
body header.top nav.mainnav > ul > li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #d1d1d1;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 2;
}
body header.top nav.mainnav > ul > li:last-child {
  background: #b2d645;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body header.top nav.mainnav > ul > li:last-child:hover {
  background: #97c73d !important;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
body header.top nav.mainnav > ul > li:last-child > a {
  background: #b2d645;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body header.top nav.mainnav > ul > li:last-child > a:hover {
  background: #97c73d !important;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
body header.top nav.mainnav > ul > li:last-child ul {
  background-color: unset !important;
}
body header.top nav.mainnav > ul > li:last-child.active {
  border-left: 0;
  background: #b2d645 !important;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
body header.top nav.mainnav > ul > li:last-child.active:hover {
  background-color: #97c73d !important;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
body header.top nav.mainnav > ul > li:last-child.active > a {
  background: #b2d645;
}
body header.top nav.mainnav > ul > li:hover {
  border: 0;
  background-image: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body header.top nav.mainnav > ul > li:hover > ul {
  top: 51px;
}
body header.top nav.mainnav > ul > li:hover:before {
  background-color: rgba(255, 255, 255, 0.75);
}
body header.top nav.mainnav > ul > li:hover:after {
  background-color: rgba(0, 0, 0, 0.15);
}
body header.top nav.mainnav > ul > li:hover > a {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
body header.top nav.mainnav > ul > li.active {
  background-image: none !important;
  background: #2880d7 !important;
}
body header.top nav.mainnav > ul > li.active > a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body header.top nav.mainnav > ul > li > a {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 24px;
  color: #636363;
}
body header.top nav.fixednav .fixed-submenu {
  left: -620px;
}
body header.top nav.mainnav ul > li.first > ul > li > ul {
  left: 310px !important;
}
body header.top nav.mainnav ul > li > ul > li > ul {
  left: -312px !important;
}
body .new-search-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 0;
  padding: 6px 0;
  border: 1px solid #d1d1d1;
  color: #606060;
  background-color: #ffffff;
}
body .new-search-container .new-search {
  border: none;
  padding-left: 10px;
  width: 100%;
  font-size: 17px;
  color: #818181;
}
body .new-search-container .new-search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #818181;
}
body .new-search-container .new-search::-moz-placeholder {
  /* Firefox 19+ */
  color: #818181;
}
body .new-search-container .new-search:-ms-input-placeholder {
  /* IE 10+ */
  color: #818181;
}
body .new-search-container .new-search:-moz-placeholder {
  /* Firefox 18- */
  color: #818181;
}
body .new-search-container .search-icon-container {
  margin-right: 10px;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
body .new-search-container .search-icon-container .search-icon {
  font-size: 20px;
  color: #2880d7;
}
body .new-search-container .search-icon-container .search-icon:hover {
  color: #b2d645;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media only screen and (max-width: 1000px) {
  body header .topheader {
    display: none !important;
  }
  body header .mobileheader {
    display: none;
  }
  body header .mobile-header {
    min-width: 100%;
  }
  body header .mobile-header .mobile-section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    background-color: #2880d7;
    position: fixed;
    z-index: 10;
    top: 0;
  }
  body header .mobile-header .mobile-section .logo-section {
    height: 60px;
    margin-left: 15px;
  }
  body header .mobile-header .mobile-section .logo-section a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  body header .mobile-header .mobile-section .logo-section a .logo {
    height: 60px;
  }
  body header .mobile-header .mobile-section .logo-section a .logo-font {
    height: 35px;
  }
  body header .mobile-header .mobile-section .logo-section a span {
    font-size: 26px;
    color: #fefefe;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    padding-left: 14px;
  }
  body header .mobile-header .mobile-section .icon-section {
    margin-right: 15px;
  }
  body header .mobile-header .mobile-section .icon-section a {
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
    outline: none;
  }
  body header .mobile-header .mobile-section .icon-section a i {
    color: #fff;
    font-size: 30px;
    outline: none;
  }
  body header .mobile-header .mobile-section .icon-section a .fa-search,
  body header .mobile-header .mobile-section .icon-section a .fa-times {
    margin-right: 20px;
  }
  body header .mobile-header .mobile-section .icon-section a .fa-search:hover,
  body header .mobile-header .mobile-section .icon-section a .fa-times:hover {
    color: #b2d645;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
  }
  body header .mobile-header .mobile-section .icon-section a .fa-bars:hover {
    color: #b2d645;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
  }
  body header .mobile-search-container {
    display: none;
    padding-top: 70px;
    width: 100%;
  }
  body header .mobile-search-container .mobile-search {
    width: 100%;
    padding: 15px 0px 15px 20px;
    position: fixed;
    z-index: 9;
  }

  body header .mobile-search-container .mobile-search:disabled {
    background: #fff;
}

  body header .mobile-image {
    position: absolute;
    left: 0;
    top: 0;
   width: 100%;
overflow: hidden;
  }

}
@media only screen and (min-width: 1001px) {
  body header.top .mobile-header {
    display: none;
  }
  body header.top .logo {
    display: block;
  }
}
@media only screen and (max-width: 639px) {
  body header.top {
    height: 197px;
    background: url(img/squares_bg.png) no-repeat right top, url(img/header_bg.jpg) no-repeat center !important;
  }
}
@media only screen and (min-width: 240px) {
  body header.top {
    height: 180px;
  }
  body .mobileheader {
    display: none !important;
  }
  body .logo {
    display: block !important;
  }
}
@media only screen and (min-width: 640px) {
  body header {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1000px) {
  body #wrapper {
    min-width: 100%;
  }
  body #wrapper header .topheader {
    width: 100%;
  }
}
@media only screen and (min-width: 760px) {
  body #wrapper {
    min-width: 100%;
  }
}
body .side .box-2017 {
  padding: 14px 0 !important;
}
body .side .box-inner h2 {
  padding: 18px 20px 0 20px;
  font-size: 20px;
  color: #2880d7;
  font-family: 'Roboto Condensed';
}
body .side .box-inner ul {
  padding-left: 0;
  margin-bottom: 11px;
}
body .side .box-inner ul :last-child {
  border-bottom: none;
}
body .side .box-inner ul li {
  text-decoration: none;
  list-style-type: none;
  border-bottom: 1px solid #dee0e1;
}
body .side .box-inner ul li a {
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  padding: 13px 20px;
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #606060;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: calc(100% - 40px);
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
body .side .box-inner ul li a .fa-chevron-right:before {
  color: #2880d7;
  font-size: 12px;
  padding-right: 10px;
}
body .side .box-inner ul li a:hover {
  color: #2880d7;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
body .side .box-inner .box-footer .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2880d7;
  padding: 11px 0;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  border-radius: 2px;
  margin: 0 20px 9px 20px;
  color: #fff;
}
body .side .box-inner .box-footer .button:hover {
  background-color: #97c73d;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
body .content .main .sy2017.side-moved .side,
body .content .main .sy2017.side-moved .box-2017 {
  width: 100% !important;
  padding-right: 10px;
  float: none;
}
body .content .main .sy2017.side-moved .box {
  display: block;
}
@media screen and (min-width: 1400px) {
  body .side-moved {
    display: none;
  }
}
@media only screen and (max-width: 1399px) {
  body body .content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body body .content .side {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  body aside.side .box:first-child {
    display: none;
  }
}
@media (min-width: 1400px) and (max-width: 1549px) {
  body body .content .side {
    width: 300px;
    max-width: 300px;
  }
}
body body {
  background-color: #ededed;
}
body a {
  text-decoration: none;
}
body .accordion,
body .accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .accordion {
  overflow: hidden;
  background-color: #fff;
  padding: 15px;
  position: relative;
  margin-bottom: 10px;
  height: 530px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
body .accordion .accordion-image-box {
  content: '';
  position: absolute;
  width: 510px;
  top: 0;
  left: 0;
}
body .accordion .accordion-image-box .accordion-image {
  width: 100%;
  background-size: cover;
  position: absolute;
  left: -510px;
}
body .accordion .accordion-section {
  margin-left: 520px;
  border-top: 1px solid #dee0e1;
}
body .accordion .accordion-section:nth-child(2) {
  border-top: none;
}
body .accordion .accordion-section.active .seperator,
body .accordion .accordion-section.active .subheadline {
  display: none;
}
body .accordion .accordion-section.active .accordion-section-title:hover {
  margin-left: 0;
}
body .accordion .accordion-section:not(.active) {
  cursor: pointer;
}
body .accordion .accordion-section .accordion-section-content {
  padding: 0;
  font-size: 14px;
}
body .accordion .accordion-section .accordion-section-content .text {
  max-height: 73px;
  overflow: hidden;
}
body .accordion .accordion-section .accordion-section-content .accordion-image-placeholder {
  display: none;
}
body .accordion .accordion-section .accordion-section-content .read-more {
  margin-left: 8px;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 60px;
  color: #9cbe16;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: 0;
}
body .accordion .accordion-section .accordion-section-content .read-more:hover {
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  color: #2880d7;
}
body .accordion .accordion-section .accordion-section-content .read-more i {
  position: relative;
  top: 1px;
  left: -8px;
  font-size: 0.9rem;
}
body .accordion .accordion-section-title {
  width: 100%;
  padding: 14px 0;
  display: inline-block;
  -webkit-transition: all linear 0.15s;
  -o-transition: all linear 0.15s;
  transition: all linear 0.15s;
  font-size: 14px;
  text-decoration: none;
  color: #606060;
  font-weight: bold;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
body .accordion .accordion-section-title:hover {
  color: #2880d7;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  cursor: pointer;
}
body .accordion .accordion-section-title.active:hover {
  margin-left: 0;
}
body .accordion .accordion-section-title .subheadline {
  font-weight: normal;
}
body .accordion-section .accordion-section-content {
  padding: 15px;
  display: none;
}
body .accordion-section .accordion-section-content h1 {
  font-size: 30px;
  line-height: 32px;
  font-family: 'Roboto Condensed';
}
body .accordion-section .accordion-section-content .text p {
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
}
body .accordion-image {
  content: '';
  width: auto;
  height: 530px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1000px) and (max-width: 1550px) {
  body .accordion .accordion-section .accordion-section-content .read-more {
    margin-top: 35px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 1000px) {
  body .accordion {
    height: auto;
  }
  body .accordion-image-box {
    display: none;
  }
  body .accordion .accordion-section {
    margin-left: 0;
  }
  body .accordion .accordion-section .read-more {
    margin-bottom: 15px;
  }
  body .accordion .accordion-section .accordion-section-content .accordion-image-placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .accordion .accordion-section .accordion-section-content .accordion-image-placeholder .accordion-image {
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 400px;
  }
}
@media screen and (max-width: 450px) {
  body .accordion .accordion-section .accordion-section-content .accordion-image-placeholder .accordion-image {
    height: 350px;
  }
}
@media screen and (max-width: 380px) {
  body .accordion .accordion-section .accordion-section-content .accordion-image-placeholder .accordion-image {
    height: 300px;
  }
}
body footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  width: calc(100% - 10px);
}
body footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body footer .content .navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  width: 100%;
  text-align: center;
}
body footer .content .navigation nav ul li {
  text-decoration: none;
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}
body footer .content .navigation nav ul li a {
  color: #6e6e6e;
  font-family: Arial;
  font-size: 14px;
  padding: 5px;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
body footer .content .navigation nav ul li a:hover {
  color: #2880d7;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
body footer .content .footer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body footer .content .footer-buttons .button {
  background-color: #a8a8a8;
  padding: 10px 20px;
  margin-left: 10px;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  border-radius: 2px;
  color: #fff;
  font-family: Arial !important;
  font-size: 14px;
}
body footer .content .footer-buttons .button i {
  color: #fff;
  font-size: 16px;
  padding-right: 10px;
}
body footer .content .footer-buttons .button:hover {
  background-color: #2880d7;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media screen and (min-width: 1399px) {
  body footer .content .navigation {
    text-align: left;
  }
}
body .modal {
  display: none;
  /* Hidden by default then flex */
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .modal .read-more {
  display: none;
}
body .modal-content {
  background-color: #f6d5d4;
  padding: 45px 50px 45px 50px;
  border: 1px solid #888;
  width: 70%;
  height: auto;
  font-size: 16px;
  margin: auto;
  /* The Close Button */
}
body .modal-content .minified-modal {
  margin-bottom: 10px;
}
body .modal-content .close {
  color: #666666;
  float: right;
  font-size: 25px;
  right: 5px;
  cursor: pointer;
}
body .modal-content .close:hover {
  color: #d91200;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
body .modal-content.minified-content {
  margin: 0;
  width: calc(100% - 60px);
  padding: 30px;
  border: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
body .modal-content.minified-content .h-mini {
  padding: 24px 20px 6px 20px;
  margin-left: -20px;
  margin-top: -20px;
}
body .modal-content.minified-content .h-mini:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0px;
  border-style: solid;
  border-width: 35px 0 35px 10px;
  border-color: transparent transparent transparent #d91200;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 242px;
}
body .modal-content.minified-content .h-mini h1 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 36px;
}
body .modal-content.minified-content .sub-h {
  top: 0;
  font-size: 30px;
  padding-bottom: 5px;
  font-size: 36px;
}
body .modal-content.minified-content .close {
  display: none;
}
body .modal-content.minified-content .read-more {
  display: none;
}
body .modal-content.minified-content .more {
  position: absolute;
  top: 30%;
  right: 50px;
  margin-top: 5px;
}
body .modal-content p {
  margin-top: 23px;
  color: #715b5b;
  margin-bottom: 0;
}
body .modal-content h1 {
  color: #d91200;
  font-size: 36px;
}
body .modal-content .sub-h {
  color: #d9534f;
  margin: 0;
  font-size: 36px;
  padding-bottom: 0;
}
body .modal-content .read-more {
  margin-top: 30px;
}
body .modal-content .read-more .more {
  color: #d91200;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
body .modal-content .read-more .more:hover {
  color: #606060;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
body .modal-content .read-more .more .fa-chevron-right {
  font-size: 14px;
}
body .minified-modal {
  position: relative;
  padding-bottom: 10px;
}
body .sy2017 .box-veranstaltung {
  height: 385px;
}
body div.content .box-2017 {
  font-size: 14px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
body .side > .box:nth-child(odd) {
  background-color: #edf5ff;
}
body footer {
  background-image: none;
  background-color: #e6e6e6;
  border-top: 1px solid #c9c9c9;
  -webkit-box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.15);
}
body .main .news-no-arcordion {
  background: none;
  background-color: #edf5ff !important;
}

body {
  -webkit-transition: margin 0.2s ease;
  -o-transition: margin 0.2s ease;
  transition: margin 0.2s ease;
}

html.offCanvas-active {
  overflow: hidden;
}

body.offCanvas-active {
  overflow: hidden;
  margin-left: -300px;
  margin-right: 300px;
}

#offCanvas {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #2880d7;
  z-index: 10000;
  padding: 25px 0;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Fader */
}
#offCanvas.active {
  right: 0;
  -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.38);
}
#offCanvas h2 {
  text-align: center;
}
#offCanvas .offCanvas-header {
  content: '';
  min-height: 40px;
}
#offCanvas nav {
  padding-top: 25px;
}
#offCanvasFade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}
#offCanvasFade.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.offCanvasLayer {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #2880d7;
  z-index: 10000;
  padding: 25px 0;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.offCanvasLayer.active {
  right: 0;
}
.offCanvasLayer.level_1 {
  background-color: #226cb5;
  width: 290px;
}
.offCanvasLayer.level_2 {
  background-color: #2371bd;
  width: 280px;
}
.offCanvasLayer .offCanvasLayerToggle {
  color: #fff;
  padding-top: 5px;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.offCanvasLayer .offCanvasLayerToggle:hover {
  color: #fff;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.offCanvasLayer h2 {
  float: left;
  font-size: 32px;
  margin-left: 20px;
  margin-top: 20px;
  padding-top: 0;
  color: #fff;
  width: 100%;
  margin-bottom: 0;
}
.offCanvasLayer h2 .fa {
  font-size: 16px;
  padding-right: 5px;
}
.offCanvasLayer nav {
  padding-top: 20px;
}
.offCanvasLayer .offCanvasLayerToggle {
  cursor: pointer;
  padding-top: 0;
  font-size: 20px;
  float: left;
  margin-left: 20px;
}

#offCanvas,
.offCanvasLayer {
  padding-bottom: 0px;
  overflow-y: auto;
}
#offCanvas .offcanvas-close,
.offCanvasLayer .offcanvas-close {
  position: absolute;
  top: 20px;
  right: 33px;
}
#offCanvas nav,
.offCanvasLayer nav {
  clear: both;
  padding-bottom: 50px;
}
#offCanvas nav .openOffCanvasLayer,
.offCanvasLayer nav .openOffCanvasLayer {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding-right: 30px;
}
#offCanvas nav .openOffCanvasLayer:hover,
.offCanvasLayer nav .openOffCanvasLayer:hover {
  color: #fff;
}
#offCanvas nav .list-group,
.offCanvasLayer nav .list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 1rem;
}
#offCanvas nav .list-group .list-group-item,
.offCanvasLayer nav .list-group .list-group-item {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 30px;
  margin-bottom: -1px;
  outline: none;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
#offCanvas nav .list-group .list-group-item.active,
.offCanvasLayer nav .list-group .list-group-item.active {
  margin-bottom: 1px;
}
#offCanvas nav .list-group .list-group-item.active,
.offCanvasLayer nav .list-group .list-group-item.active {
  color: #fff;
}
#offCanvas nav .list-group .list-group-item:hover,
.offCanvasLayer nav .list-group .list-group-item:hover {
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  background-color: #4d93d6;
  cursor: pointer;
}
#offCanvas nav .list-group .meta-items,
.offCanvasLayer nav .list-group .meta-items {
  position: absolute;
  bottom: 9px;
  width: 300px;
}
#offCanvas nav .list-group .meta-items .meta-item,
.offCanvasLayer nav .list-group .meta-items .meta-item {
  display: inline-block;
  padding-right: 300px;
  border: none;
  font-size: 0.9rem;
}
#offCanvas.level_1 nav .list-group .list-group-item,
.offCanvasLayer.level_1 nav .list-group .list-group-item {
  background-color: #226cb5;
  padding-left: 20px;
}
#offCanvas.level_1 nav .list-group .list-group-item .openOffCanvasLayer i,
.offCanvasLayer.level_1 nav .list-group .list-group-item .openOffCanvasLayer i {
  padding-right: 55px;
}
#offCanvas.level_1 nav .list-group .list-group-item:hover,
.offCanvasLayer.level_1 nav .list-group .list-group-item:hover {
  background-color: #4d93d6;
}
#offCanvas.level_1 nav .list-group .list-group-item .openOffCanvasLayer,
.offCanvasLayer.level_1 nav .list-group .list-group-item .openOffCanvasLayer {
  padding-right: 0;
}

.offcanvas-close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.offcanvas-close:hover {
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  color: #fff;
  cursor: pointer;
}

/* Social Media Section */
.social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 64px;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15) !important;
}
.social-box .social-header,
.social-box .social-content,
.social-box h3,
.social-box span {
  display: inline-block;
  margin: 0;
}
.social-box .social-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  top: 20px;
  margin-left: 260px;
  width: 500px;
  font-size: 14px;
  color: #606060;
}
.social-box .social-content .sm-link {
  color: #2880d7;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
}
.social-box .social-content span {
  color: #ababab;
  font-size: 11px;
}
.social-box .social-content p {
  margin: 5px 0;
}
.social-box .social-content > div {
  display: none;
}
.social-box .social-content > div:first-child {
  display: block;
}
.social-box .social-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: flex;
  float: left;
  padding: 0;
  width: 200px;
  background-color: #edf5ff;
}
.social-box .social-header:after {
  content: '';
  width: 0;
  height: 0px;
  border-style: solid;
  border-color: transparent transparent transparent #edf5ff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 220px;
}
.social-box .social-header h1 {
  font-family: 'Open Sans Condensed';
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0;
  font-size: 33px;
  padding: 30px 0;
  text-align: center;
  color: #9ea8b8;
  width: 100%;
  position: absolute;
}
.social-box .social-header .right-triangle {
  width: 50%;
  margin-left: 200px;
  height: 0%;
  border-left: 33px solid #edf5ff;
  border-top: 99px solid transparent;
  border-bottom: 99px solid transparent;
  position: relative;
}
.social-box h3 {
  font-size: 20px;
  color: #2880d7;
}
.social-box .social-media {
  margin-left: 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.social-box .social-media > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-box .social-media .button {
  background-color: #dee0e1;
  padding: 10px;
  margin-left: 5px;
  border-radius: 2px;
  color: #8f8f8f;
  font-size: 18px;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.social-box .social-media .button .fa {
  width: 18px;
  text-align: center;
}
.social-box .social-media .button .fa-instagram {
  width: 23px;
}
.social-box .social-media .button:not(.news-button) {
  padding: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  font-size: 22px;
}
.social-box .social-media .button:not(.news-button) i {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #8f8f8f;
}
.social-box .social-media .button:hover {
  color: #fff;
  background-color: #2880d7;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.social-box .social-media .button:hover i {
  color: #fff;
}
.social-box .social-media .news-button {
  flex: 1 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2880d7;
  padding: 13px 20px 10px 20px;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
}
.social-box .social-media .news-button:hover {
  background-color: #97c73d;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

div.content .social-box {
  padding: 0 20px;
}

@-moz-document url-prefix() {
  .social-header h1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

body .content .main .social-box {
  padding-top: 14px;
  padding-bottom: 14px;
}

/*Veranstaltung des Tages*/
.pad-content-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pad-content-l .syevents-btn .syInlineBlock-lg {
  color: #fff !important;
}

/*BOXEN RESPONSIV*/
@media only screen and (max-width: 1399px) {
  body .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body .content .main {
    width: 100% !important;
    margin-right: 0;
  }
  body .content .main .sy2017 {
    width: 100% !important;
  }
  body .content .main .sy2017 .box-2017 {
    width: 98% !important;
    padding-right: 0;
  }
  body .content-start-2017 .side {
    width: 100% !important;
    min-width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body .content-start-2017 .side .box-2017 {
    width: calc(50% - 10px);
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  body .content .side .box-2017 .box-inner {
    height: 100%;
    position: relative;
  }
  body .content .side .box-2017 .box-inner ul {
    margin-bottom: 50px;
  }
  body .content .side .box-2017 .box-inner .box-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  body .content .side .box-2017 .box-inner .box-footer a {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1000px) {
  body .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 27px;
  }
  body .content .side {
    width: 100% !important;
    min-width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body .content .side .box-2017 {
    width: 100%;
  }
}

@media only screen and (min-width: 760px) {
  body {
    min-width: 100%;
  }
  body #wrapper {
    max-width: 100%;
  }
}

@media only screen and (max-width: 639px) {
  body .content {
    margin-top: 27px !important;
  }
}

@media only screen and (max-width: 760px) {
  body .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body .content .side {
    width: 100% !important;
    min-width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body .content .side .box-2017 {
    width: 100%;
  }
}

/*SOCIAL MEDIA-BOX RESPONSIV*/
@media screen and (max-width: 1549px) {
  .social-box .social-content {
    margin-left: 240px;
    width: 300px;
  }
  .social-box .social-media {
    top: 0;
    left: 0;
    margin-right: 0;
  }
  .social-box .social-media .social-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .social-box .social-media .social-button .button {
    margin-left: 5px;
  }
  .social-box .social-media .news-button {
    margin-left: 5px;
    padding: 13px 20px 10px 20px;
  }
  .social-box .social-media .news-button .button-text {
    width: 87px;
  }
}

@media only screen and (max-width: 1399px) {
  .social-box {
    width: 96% !important;
  }
  .social-box .social-media {
    left: 0;
    margin-right: 20px !important;
  }
  .social-box .social-media .button:first-child {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 955px) {
  .social-box {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .social-box .social-content {
    top: 10px;
    width: 100%;
  }
  .social-box .social-media {
    top: 0;
    margin-left: 240px;
  }
}

@media screen and (max-width: 639px) {
  body .content {
    margin-top: 0;
  }
  body .content .social-box .social-header {
    width: 155px;
  }
  body .content .social-box .social-header:after {
    margin-left: 174px;
  }
  body .content .social-box .social-header h1 {
    font-size: 28px;
    margin-left: 0;
    padding-left: 30px;
  }
  body .content .social-box .social-content {
    margin-left: 182px;
  }
  body .content .social-box .social-media {
    margin-left: 182px;
  }
  body.startseite .content .box.standalone {
    box-shadow: 4px 2px 3px #888888;
  }
}

@media screen and (max-width: 609px) {
  body .content .social-box .social-header h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 609px) {
  .social-box {
    padding-top: 10px;
  }
  .social-box .social-header {
    background-color: #fff;
    height: 0;
    width: 100%;
    padding-left: 25px;
    padding-top: 35px;
  }
  .social-box .social-header h1 {
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 15px;
  }
  .social-box .social-header:after {
    display: none;
  }
  .social-box .social-content {
    margin: 0 !important;
    padding: 30px 0 10px 7px;
    margin-top: 35px;
  }
  .social-box .social-media {
    margin: 0 !important;
    padding: 0 25px 0 7px;
  }
  .social-box .social-media .social-button .button {
    padding: 10px 25px;
  }
}

@media screen and (max-width: 495px) {
  .social-box .social-header h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 15px;
  }
  .social-box .social-content {
    padding-right: 20px;
  }
  .social-box .social-media {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 20px;
  }
  .social-box .social-media div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-right: 20px;
  }
  .social-box .social-media div .button {
    margin: 0;
    padding: 10px 15px;
  }
  .social-box .social-media .news-button {
    width: 100%;
    text-align: center;
    margin: 10px 20px 20px 0;
  }
}

/*only firefox*/
@media screen and (max-width: 1399px) {
  @-moz-document url-prefix() {
    .social-header:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent transparent transparent #edf5ff;
      display: inline-block;
      vertical-align: middle;
      margin-right: 0;
      margin-left: 220px;
    }
  }
}

@media screen and (max-width: 955px) {
  @-moz-document url-prefix() {
    .social-header:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent transparent transparent #edf5ff;
      display: inline-block;
      vertical-align: middle;
      margin-right: 0;
      margin-left: 220px;
    }
  }
}

@media screen and (max-width: 495px) {
  @-moz-document url-prefix() {
    .social-box .social-header h1 {
      display: flex;
      justify-content: flex-start;
      margin-left: 30px;
    }
  }
}

/*FOOTER RESPONSIV*/
@media screen and (max-width: 1399px) {
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content .footer-buttons {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
  footer .content {
    margin-top: 0;
  }
}

@media screen and (max-width: 620px) {
  footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0 !important;
  }
  footer .content .navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .content .footer-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  footer .content .footer-buttons .button {
    width: 30%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .content .navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .content .navigation nav ul li a {
    margin-right: 5px;
    padding: 1px;
    margin-bottom: 5px;
  }
  footer .content .footer-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  footer .content .footer-buttons .button {
    width: 50%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 340px) {
  body header .mobile-header .mobile-section .logo-section a span {
    line-height: 1;
  }
  body header .mobile-header .mobile-section .icon-section {
    width: 70px;
    margin-right: 5px;
  }
  body header .mobile-header .mobile-section .icon-section a i {
    font-size: 26px;
  }
  body header .mobile-header .mobile-section .icon-section a i.fa-search {
    margin-right: 5px;
  }
}

/*KATASTROPHEN MINIFIED RESPONSIV*/
/**
 * These values will not show up in content, but can be 
 * queried by JavaScript to know which breakpoint is active.
 * Add or remove as many breakpoints as you like.
 */
body:before {
  content: 'smartphone-xs';
  display: none;
  /* Prevent from displaying. */
}

@media (min-width: 610px) {
  body:before {
    content: 'smartphone';
  }
}

@media (min-width: 955px) {
  body:before {
    content: 'tablet-xs';
  }
}

@media (min-width: 1000px) {
  body:before {
    content: 'tablet';
  }
}

@media (min-width: 1399px) {
  body:before {
    content: 'desktop';
  }
}

@media (min-width: 1550px) {
  body:before {
    content: 'desktop-xl';
  }
  body header.top nav.mainnav > ul > li:last-child {
    padding-left: 9px;
  }
}

/*Fixes for IE9 and greater */
@media screen and (min-width: 0\0) and (min-width: 610px) {
  .social-header::after {
    margin-left: 200px !important;
  }
  .social-header h1 {
    padding-left: 0 !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 0\0) and (min-width: 531px) and (max-width: 610px) {
  .social-header::after {
    margin-left: 150px !important;
  }
  .social-header h1 {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 0\0) and (min-width: 956px) and (max-width: 1399px) {
  .news-button {
    margin: 5px !important;
  }
  .social-content {
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 0\0) and (min-width: 1400px) and (max-width: 1549px) {
  .social-button {
    margin-left: -150px !important;
  }
}

@media screen and (min-width: 0\0) and (min-width: 610px) and (max-width: 639px) {
  .social-header::after {
    margin-left: 155px !important;
  }
}

@media screen and (min-width: 0\0) and (max-width: 610px) {
  .social-header h1 {
    position: relative !important;
    padding-left: 3px !important;
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 0\0) and (max-width: 530px) {
  .social-header h1 {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 0\0) and (max-width: 1399px) {
  .navigation {
    padding-bottom: 35px !important;
  }
}

@media screen and (min-width: 0\0) and (max-width: 500px) {
  .footer-buttons {
    margin-top: 35px !important;
  }
}

/* Fixes for MS Edge */
@supports (-ms-ime-align: auto) {
  @media (max-width: 1399px) {
    .minified-content {
      width: calc(100% - 30px) !important;
    }
  }
  .button,
  .button:hover {
    color: #fff !important;
  }
  @media (max-width: 530px) {
    .social-header {
      padding-left: 40px !important;
    }
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .syevents .eotd .eotd-section-calendar .syevents-btn {
    padding: 8px !important;
    text-align: center;
  }
}

.content-start-2017 .news-no-accordion.dateless.box.pie.clearfix {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

body {
  font-family: 'Arial';
}
body .content-sub-2017 .servicelist {
  font-family: Arial;
}
body .content-sub-2017 h1,
body .content-sub-2017 h2,
body .content-sub-2017 h3,
body .content-sub-2017 section.news article h1,
body .content-sub-2017 .leftside .subnavi ul li a,
body .content-sub-2017 article.detailview header h1,
body .content-sub-2017 article.detailview h2,
body .content-sub-2017 section.news h3,
body .content-sub-2017 section.news-no-accordion article h1 {
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
body .content-sub-2017 .tickerContainer {
  float: none !important;
}
body .content-sub-2017 .side {
  display: block !important;
}
body .content-sub-2017 .side .box-2017 {
  margin-top: 20px;
  padding: 0 !important;
  width: 100%;
}
body .content-sub-2017 .side .box-2017 .box-inner .ul .li .a {
  max-height: 18px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: calc(100% - 40px);
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
body .content-sub-2017 .side .box-2017 .box-inner .box-footer {
  padding-bottom: 15px;
}
body .content-sub-2017 .box,
body .content-sub-2017 .leftside .subnavi {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
body .content-sub-2017 .box .pie,
body .content-sub-2017 .leftside .subnavi .pie {
  border-right: 0;
}
body .content-sub-2017 .box ul li ul,
body .content-sub-2017 .leftside .subnavi ul li ul {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .content-sub-2017 .leftside .subnavi > ul.pie {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .content-sub-2017 .newsroom-e-links,
body .content-sub-2017 .servicelist {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 1400px) {
  .content-sub-2017 .box-2017 {
    width: 310px !important;
  }
}

@media only screen and (min-width: 760px) and (max-width: 1399px) {
  body .content-sub-2017 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (min-width: 760px) and (max-width: 1000px) {
  body .content-sub-2017 .side {
    min-width: auto !important;
  }
}

@media only screen and (max-width: 760px) {
  body .content-sub-2017 .side .newsroom-rightpane {
    float: none;
  }
  body .content-sub-2017 .side .newsroom-rightpane section.box {
    float: none;
    width: 100%;
  }
  body .content-sub-2017 .side .newsroom-rightpane .newsroom-sidebar {
    width: 100%;
  }
}

@media only screen and (min-width: 760px) and (max-width: 1001px) {
  body .content-sub-2017 .leftside {
    display: none;
  }
  body .content-sub-2017 .main {
    width: 100% !important;
  }
  body .content-sub-2017 .side {
    margin-left: 0 !important;
  }
  body .content-sub-2017 .side-newsroom {
    max-width: 100%;
  }
  body .content-sub-2017 .newsroom-sidebar {
    width: 100%;
  }
}

/*
@media only screen and (max-width: 1399px) {
  .content-sub-2017{
    .subnavi {
      display: none;
    }

    .side {
      display: flex;
      height: 100%;
      margin-top: 10px;

      .servicelist {
        height: 387px;
        width: 48%;

        .box-2017 {
          width: 100%;
          margin-right:10px;
          height: 387px;

          .box-footer {
            margin-bottom: 20px;
          }
        }
      }

      .contact {
        width: 49%;
        margin-top: -10px;
      }
    }
  }
}

@media only screen and (min-width: 1000px) {
  .content-sub-2017{
    .servicelist {
      width: 100%;
    }
  .contact {
    margin-top: 0;
    width: 100%;
  }

  }
}

@media only screen and (min-width: 760px) {

    .content-sub-2017 {
     .side {
       margin-left: 0;
     }
    }
}

 @media only screen and (min-width: 240px) {
   .content-sub-2017 {
     .side {
       .servicelist {
         box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
       }
     }
   }
 }
 */
.erlangen-direkt-2018 {
  /*@media (max-width: 1399px) {
.contact-box {
    width: 48%;
    }
}*/
}
.erlangen-direkt-2018 .main-newsroom {
  margin-right: 0px;
}
.erlangen-direkt-2018 .side {
  width: 100%;
  width: 310px;
}
.erlangen-direkt-2018 .side .box-2017 {
  margin-top: 20px !important;
}
.erlangen-direkt-2018 .side .box-2017 .box-inner h2 {
  padding: 25px 20px 0 20px !important;
}
@media only screen and (min-width: 1400px) {
  .erlangen-direkt-2018 .social-box {
    width: calc(100% - 40px) !important;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1001px) {
  .erlangen-direkt-2018 .content-sub-2017 .main {
    width: 100% !important;
  }
  .erlangen-direkt-2018 .content-sub-2017 .main .tickerContainer {
    display: none;
  }
  .erlangen-direkt-2018 .content-sub-2017 .main .main-newsroom {
    margin-right: 0 !important;
  }
  .erlangen-direkt-2018 .content-sub-2017 #ctl01_sidepane {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .erlangen-direkt-2018 .content-sub-2017 #ctl01_sidepane .box-2017 {
    width: 49%;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }
  .erlangen-direkt-2018 .content-sub-2017 #ctl01_sidepane .sy2017 {
    display: none;
  }
}
@media only screen and (max-width: 1550px) and (min-width: 1399px) {
  .erlangen-direkt-2018 .main {
    margin: 0;
  }
  .erlangen-direkt-2018 .main-newsroom {
    width: 925px !important;
  }
  .erlangen-direkt-2018 .syInlineBlock-lg {
    display: none !important;
  }
  .erlangen-direkt-2018 .ctl01_sidepane {
    width: 305px !important;
  }
  .erlangen-direkt-2018 .ctl01_sidepane .box-2017 {
    width: 305px !important;
  }
}
@media (max-width: 1399px) and (min-width: 1001px) {
  .erlangen-direkt-2018 .content-sub-2017 #ctl01_sidepane .contact-box {
    width: 46% !important;
  }
}
@media only screen and (min-width: 1400px) {
  .erlangen-direkt-2018 .erlangen-direkt-2018 .content .main-newsroom {
    width: none;
  }
}
@media only screen and (min-width: 760px) {
  .erlangen-direkt-2018 .content .main {
    margin: 0 !important;
  }
  .erlangen-direkt-2018 .content .ctl01_sidepane .newsroom-rightpane {
    display: none !important;
  }
  .erlangen-direkt-2018 .content .side {
    max-width: 100% !important;
  }
  .erlangen-direkt-2018 .content .side .newsroom-rightpane {
    display: none !important;
  }
  .erlangen-direkt-2018 .content .side-newsroom {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 0px) {
  .erlangen-direkt-2018 .erlangen-direkt-2018 .content-sub-2017 .main-newsroom {
    margin-right: 0 !important;
  }
  .erlangen-direkt-2018 .erlangen-direkt-2018 .content-sub-2017 .ctl01_sidepane .box-2017 {
    width: 100% !important;
  }
  .erlangen-direkt-2018 .erlangen-direkt-2018 .content-sub-2017 .ctl01_sidepane .contact-box {
    width: 100% !important;
  }
}
.erlangen-direkt-2018 .yellow-box {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #fbb900), to(#c29300));
  background: -webkit-linear-gradient(top, #fbb900 2%, #c29300 100%);
  background: -o-linear-gradient(top, #fbb900 2%, #c29300 100%);
  background: linear-gradient(180deg, #fbb900 2%, #c29300 100%);
  background-position: center center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  width: 100% !important;
}
.erlangen-direkt-2018 .yellow-box .image-container {
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: 99% 84%;
}
.erlangen-direkt-2018 .yellow-box .image-container .box-headline {
  color: #606060;
  padding: 17px 20px 15px 20px;
  margin: 0;
  font-family: Roboto Condensed;
  font-size: 20px;
}
.erlangen-direkt-2018 .yellow-box .image-container .event-container:last-child {
  padding-bottom: 10px;
}
.erlangen-direkt-2018 .yellow-box .image-container .event-container .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid #dee0e1;
  color: #fff;
  padding: 0 10px;
  line-height: 26px;
  font-size: 14px;
}
.erlangen-direkt-2018 .yellow-box .image-container .event-container .event strong {
  margin-left: 5px;
}
.erlangen-direkt-2018 .yellow-box .image-container .event-container .event:last-child {
  border-bottom: none;
}
.erlangen-direkt-2018 .yellow-box .image-container .event-container .event i {
  font-size: 12px;
  margin-right: 10px;
  line-height: 26px;
}
.erlangen-direkt-2018 .yellow-box .image-container .event-container .event div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.erlangen-direkt-2018 .yellow-box .image-container .event-container .event div i {
  margin-right: 10px;
}
.erlangen-direkt-2018 .yellow-box .image-container .event-container .event div .fa-map-pin {
  margin-right: 16px;
}
.erlangen-direkt-2018 .yellow-box .image-container .button {
  padding-bottom: 22px;
  padding-top: 17px;
}
.erlangen-direkt-2018 .yellow-box .image-container .button .button-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #9cbe16;
  color: #ffffff;
  padding-top: 11px;
  padding-bottom: 11px;
  margin: 0 20px;
  text-decoration: none;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  border-radius: 2px;
  font-size: 14px;
}
.erlangen-direkt-2018 .yellow-box .image-container .button .button-green:hover {
  background-color: #606060;
}
@media (max-width: 1399px) and (min-width: 1001px) {
  .erlangen-direkt-2018 .yellow-box {
    width: 50% !important;
    margin-right: 5px !important;
    margin-top: 10px;
  }
  .erlangen-direkt-2018 .yellow-box .image-container {
    background-size: 40%;
    background-position: 99%;
    width: 100%;
    margin-right: 10px;
  }
}
@media (max-width: 1000px) and (min-width: 681px) {
  .erlangen-direkt-2018 .yellow-box {
    width: 100%;
  }
  .erlangen-direkt-2018 .yellow-box .image-container {
    background-size: 24%;
    background-position: 99%;
  }
}
@media (max-width: 680px) {
  .erlangen-direkt-2018 .yellow-box {
    width: 100%;
  }
  .erlangen-direkt-2018 .yellow-box .image-container {
    background-size: 35%;
    background-position: 99% 78%;
  }
}
.erlangen-direkt-2018 .contact-box {
  background-color: #fff;
  padding: 18px 20px;
  margin-top: 10px !important;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin-left: 0 !important;
}
.erlangen-direkt-2018 .contact-box h3 {
  color: #2880d7;
  margin-bottom: 19px;
  margin-top: 0;
  font-family: Roboto Condensed;
  font-size: 20px;
  padding-bottom: 0;
}
.erlangen-direkt-2018 .contact-box .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #606060;
  font-size: 14px;
  line-height: 26px;
}
.erlangen-direkt-2018 .contact-box .contact i {
  font-size: 12px;
  margin-right: 8px;
  color: #2880d7;
}
.erlangen-direkt-2018 .contact-box .contact .location {
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.erlangen-direkt-2018 .contact-box .numbers {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #606060;
  font-size: 14px;
  line-height: 26px;
}
.erlangen-direkt-2018 .contact-box .numbers i {
  font-size: 12px;
  margin-right: 8px;
  color: #2880d7;
}

.search-consent-splash,
.translator-consent-splash,
.mobile-consent-splash,
.readspeaker-consent-splash {
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  z-index: 999999;
}

.translator-consent-splash {
  position: absolute;
  bottom: 10px;
}

.mobile-consent-splash {
  position: fixed;
  width: 100%;
  top: 0;
}

.search-consent-splash.active,
.translator-consent-splash.active,
.mobile-consent-splash.active,
.readspeaker-consent-splash.active {
  visibility: visible;
}

.fade-splash {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  opacity: 0;
  z-index: 9999999;
  transition: all 0.25s ease-in-out;
}

.mobile-consent-splash .fade-splash {
  height: 48px;
  top: 70px;
}

.active .fade-splash {
  opacity: 1;
}

.splash-info
 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  font-size: 14px;
  z-index: 9999999;
  background: #fff;
  border: 3px solid #bbb;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.active .splash-info {
  top: 100%;
  opacity: 1;
}

.mobile-consent-splash.active .splash-info {
  width: calc(100% - 26px);
  top: 115px;
}

.translator-consent-splash .splash-info {
  width: 250px;
  left: unset;
}
.readspeaker-consent-splash .splash-info {
 width: calc(100% - 26px);
}
.translator-consent-splash.active .splash-info {
  top: 22px;
}

.splash-info .btn-accept
{
  border: 2px solid #2880D7;
  background: #2880D7;
  color: #fff;
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.splash-info .btn-accept:hover {
  cursor: pointer;
  text-decoration: underline;
}

.translate-placeholder {
   font-size: 13px;
   padding-top: 1px;
   padding-bottom: 2px;
}

.iframe-container iframe {
   width: 100%;
}

button.reset-consent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #2880d7;
    padding: 11px;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
    border: none;
    border-radius: 2px;
    color: #fff;
}

button.reset-consent:hover {
    background-color: #97c73d;
    /* -webkit-transition: 0.25s ease; */
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}

.rsbtn {
   position: relative;
}

.rsbtn .rsbtn_play.no-consent {
   border: 1px solid #677077;
    padding: 5px 10px;
    display: inline-block;
    color: #333;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: 'Open Sans webReader',Helvetica,Arial,sans-serif;
    font-weight: 700;
    line-height: 1;
}

.openKlaro {
   position: fixed;
   
    left: calc(50% - 122px);
    /* top: 50%; */
    /*transform: translate(-50%);*/
   bottom: 0;
   /*right: 20px;*/
box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2), 5px 5px 10px 0 rgba(0,0,0,0.19);
    border-radius: 4px 4px 0 0;
    max-width: 300px;
border: 3px solid #bbb;
border-bottom: none;
    background: #fff;
    color: #2880D7;
    font-size: 14px;
    font-weight: 700;
padding: 7px 50px; 
display: none;
}

.consent-confirmed .openKlaro {
   display: block;
z-index: 999;
}

/*Mitgestalten Kacheln */

.tile-list ul {
   padding-left: 0;
   margin: 0;
   display: flex;
   flex-wrap: wrap;
}

.tile-list ul .tile-list-item {
   list-style-type: none;
   width: calc( 25% - 7.5px);
margin-bottom: 10px;
}

.tile-list ul .tile-span {
   width: 100%
}

.tile-list ul .tile-list-item.tile-list-item-full {
   width: 100%;
}

.tile-list ul .tile-list-item.tile-list-item-small {
   margin-right: 10px;
}

.tile-list ul .tile-list-item.tile-list-item-small:nth-of-type(4n) {
   margin-right: 0;
}

.tile-list ul .tile-list-item .tile-link {
   display: flex;
   align-items: flex-end;
   width: 100%;
   height: 100%;
   height: 400px;
   background-size: cover;
   background-position: center top;
   position: relative;
}

.tile-list ul .tile-list-item-full .tile-link {
   height: auto;
}

.tile-list ul .tile-list-item-small .tile-link::before {
   
   opacity: 1;
   content: "";
   position: absolute;
   top: 0;
   width: 100%;
   height: 100%;
   /*background: linear-gradient(180deg, transparent, #606060);*/
   /*background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.85) 100%);*/
   /*transition: opacity 0.3s ease-in-out;*/
}

.tile-list ul .tile-list-item-small .tile-link:hover::before {
   opacity: 0;
}

.tile-list ul .tile-list-item-small .tile-link p {
   position: relative;
   margin-left: 20px;
   margin-bottom: 15px;
   font-family: Roboto Condensed;
   font-size: 24px;
   color: #ffffff;
}

.tile-list ul .tile-list-item-full .tile-box {
   display: flex;
   background: #FFFFFF;
   padding: 20px 0;
}

.tile-list ul .tile-list-item-full .tile-box .tile-content {
   line-height: 18px;
}


.tile-list ul .tile-list-item-full .tile-box .tile-content h1 {
   margin-bottom: 30px;
   font-family: 'Roboto Condensed';
   font-size: 30px;
   line-height: 32px;
}

.tile-list ul .tile-list-item-full .tile-box .tile-content h2 {
   margin: 0 0 10px 0;
   color: #606060;
   font-family: Arial;
   font-weight: bold;
   font-stretch: normal;
   font-size: 15px;
}

.tile-list ul .tile-list-item-full .tile-box .tile-content p {
   font-size: 15px;
   color: #606060;
}

.tile-list ul .tile-list-item-full .tile-box .tile-content .tile-button {
   flex: 1 0 auto;
display: inline-block;
   justify-content: center;
   background-color: #2880d7;
   padding: 10px 20px 10px 20px;
   transition: 0.25s ease;
   border-radius: 2px;
   font-size: 14px;
   color: #fff;
}


.tile-list ul .tile-list-item-full .tile-box .tile-content .tile-button:hover {
   background-color: #97c73d;
   transition: 0.25s ease;
}

.tile-list ul .tile-list-item-full .tile-box .tile-image {
   margin-left: 80px;
}

.tile-list ul .tile-list-item-full .tile-box .tile-image img, .tile-list ul .tile-list-item-full .tile-box .tile-image iframe {
   width: 100%;
} 


.tile-list ul .tile-list-item-full .tile-box .tile-content,
.tile-list ul .tile-list-item-full .tile-box .tile-image {
   width: 50%;
   margin: 0 20px;
}


@media only screen and (max-width: 639px) {
   .tile-list ul .tile-list-item-full .tile-box {
      flex-direction: column;
   }

   .tile-list ul .tile-list-item-full .tile-box .tile-content,
   .tile-list ul .tile-list-item-full .tile-box .tile-image {
      width: calc(100% - 40px);
      margin: 0 20px;
   }
   
   .tile-list ul .tile-list-item-full .tile-box .tile-content {
      margin-bottom: 10px;
   }
}


@media only screen and (min-width: 501px) and (max-width: 1000px) {
   .tile-list ul .tile-list-item-small {
      width: calc( 50% - 25px);
   }
   
   .tile-list ul .tile-list-item-small:nth-of-type(odd) {
      margin-left: 20px;
      margin-right: 5px;
   }

   .tile-list ul .tile-list-item-small:nth-of-type(even) {
      margin-left: 5px;
      margin-right: 20px;
   }
}

@media only screen and (max-width: 500px) {
      .tile-list ul .tile-list-item-small {
      width: calc( 100% - 40px);
   }
   .tile-list ul .tile-list-item.tile-list-item-small {
      margin-left: 20px;
      margin-right: 20px;
   }
}















































